git.delta.rocks / unique-network / refs/commits / 0067fc276913

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.13"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 "log",6068 "orml-tokens",6069 "pallet-balances",6070 "pallet-common",6071 "pallet-fungible",6072 "parity-scale-codec",6073 "scale-info",6074 "serde",6075 "sp-runtime",6076 "sp-std",6077 "up-data-structs",6078 "xcm",6079 "xcm-executor",6080]60816082[[package]]6083name = "pallet-fungible"6084version = "0.1.9"6085dependencies = [6086 "evm-coder",6087 "frame-benchmarking",6088 "frame-support",6089 "frame-system",6090 "pallet-common",6091 "pallet-evm",6092 "pallet-evm-coder-substrate",6093 "pallet-structure",6094 "parity-scale-codec",6095 "scale-info",6096 "sp-core",6097 "sp-runtime",6098 "sp-std",6099 "up-data-structs",6100]61016102[[package]]6103name = "pallet-grandpa"6104version = "4.0.0-dev"6105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6106dependencies = [6107 "frame-benchmarking",6108 "frame-support",6109 "frame-system",6110 "log",6111 "pallet-authorship",6112 "pallet-session",6113 "parity-scale-codec",6114 "scale-info",6115 "sp-application-crypto",6116 "sp-core",6117 "sp-finality-grandpa",6118 "sp-io",6119 "sp-runtime",6120 "sp-session",6121 "sp-staking",6122 "sp-std",6123]61246125[[package]]6126name = "pallet-identity"6127version = "4.0.0-dev"6128dependencies = [6129 "enumflags2",6130 "frame-benchmarking",6131 "frame-support",6132 "frame-system",6133 "pallet-balances",6134 "parity-scale-codec",6135 "scale-info",6136 "sp-core",6137 "sp-io",6138 "sp-runtime",6139 "sp-std",6140]61416142[[package]]6143name = "pallet-identity"6144version = "4.0.0-dev"6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6146dependencies = [6147 "enumflags2",6148 "frame-benchmarking",6149 "frame-support",6150 "frame-system",6151 "parity-scale-codec",6152 "scale-info",6153 "sp-io",6154 "sp-runtime",6155 "sp-std",6156]61576158[[package]]6159name = "pallet-im-online"6160version = "4.0.0-dev"6161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6162dependencies = [6163 "frame-benchmarking",6164 "frame-support",6165 "frame-system",6166 "log",6167 "pallet-authorship",6168 "parity-scale-codec",6169 "scale-info",6170 "sp-application-crypto",6171 "sp-core",6172 "sp-io",6173 "sp-runtime",6174 "sp-staking",6175 "sp-std",6176]61776178[[package]]6179name = "pallet-indices"6180version = "4.0.0-dev"6181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6182dependencies = [6183 "frame-benchmarking",6184 "frame-support",6185 "frame-system",6186 "parity-scale-codec",6187 "scale-info",6188 "sp-core",6189 "sp-io",6190 "sp-keyring",6191 "sp-runtime",6192 "sp-std",6193]61946195[[package]]6196name = "pallet-inflation"6197version = "0.1.1"6198dependencies = [6199 "frame-benchmarking",6200 "frame-support",6201 "frame-system",6202 "pallet-balances",6203 "parity-scale-codec",6204 "scale-info",6205 "sp-core",6206 "sp-io",6207 "sp-runtime",6208 "sp-std",6209]62106211[[package]]6212name = "pallet-maintenance"6213version = "0.1.0"6214dependencies = [6215 "frame-benchmarking",6216 "frame-support",6217 "frame-system",6218 "parity-scale-codec",6219 "scale-info",6220 "sp-std",6221]62226223[[package]]6224name = "pallet-membership"6225version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6227dependencies = [6228 "frame-benchmarking",6229 "frame-support",6230 "frame-system",6231 "log",6232 "parity-scale-codec",6233 "scale-info",6234 "sp-core",6235 "sp-io",6236 "sp-runtime",6237 "sp-std",6238]62396240[[package]]6241name = "pallet-mmr"6242version = "4.0.0-dev"6243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6244dependencies = [6245 "frame-benchmarking",6246 "frame-support",6247 "frame-system",6248 "parity-scale-codec",6249 "scale-info",6250 "sp-core",6251 "sp-io",6252 "sp-mmr-primitives",6253 "sp-runtime",6254 "sp-std",6255]62566257[[package]]6258name = "pallet-multisig"6259version = "4.0.0-dev"6260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6261dependencies = [6262 "frame-benchmarking",6263 "frame-support",6264 "frame-system",6265 "log",6266 "parity-scale-codec",6267 "scale-info",6268 "sp-io",6269 "sp-runtime",6270 "sp-std",6271]62726273[[package]]6274name = "pallet-nis"6275version = "4.0.0-dev"6276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6277dependencies = [6278 "frame-benchmarking",6279 "frame-support",6280 "frame-system",6281 "parity-scale-codec",6282 "scale-info",6283 "sp-arithmetic",6284 "sp-core",6285 "sp-runtime",6286 "sp-std",6287]62886289[[package]]6290name = "pallet-nomination-pools"6291version = "1.0.0"6292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6293dependencies = [6294 "frame-support",6295 "frame-system",6296 "log",6297 "parity-scale-codec",6298 "scale-info",6299 "sp-core",6300 "sp-io",6301 "sp-runtime",6302 "sp-staking",6303 "sp-std",6304]63056306[[package]]6307name = "pallet-nomination-pools-benchmarking"6308version = "1.0.0"6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6310dependencies = [6311 "frame-benchmarking",6312 "frame-election-provider-support",6313 "frame-support",6314 "frame-system",6315 "pallet-bags-list",6316 "pallet-nomination-pools",6317 "pallet-staking",6318 "parity-scale-codec",6319 "scale-info",6320 "sp-runtime",6321 "sp-runtime-interface",6322 "sp-staking",6323 "sp-std",6324]63256326[[package]]6327name = "pallet-nomination-pools-runtime-api"6328version = "1.0.0-dev"6329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6330dependencies = [6331 "parity-scale-codec",6332 "sp-api",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-nonfungible"6338version = "0.1.13"6339dependencies = [6340 "evm-coder",6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "pallet-common",6345 "pallet-evm",6346 "pallet-evm-coder-substrate",6347 "pallet-structure",6348 "parity-scale-codec",6349 "scale-info",6350 "sp-core",6351 "sp-runtime",6352 "sp-std",6353 "struct-versioning",6354 "up-data-structs",6355]63566357[[package]]6358name = "pallet-offences"6359version = "4.0.0-dev"6360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6361dependencies = [6362 "frame-support",6363 "frame-system",6364 "log",6365 "pallet-balances",6366 "parity-scale-codec",6367 "scale-info",6368 "serde",6369 "sp-runtime",6370 "sp-staking",6371 "sp-std",6372]63736374[[package]]6375name = "pallet-offences-benchmarking"6376version = "4.0.0-dev"6377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6378dependencies = [6379 "frame-benchmarking",6380 "frame-election-provider-support",6381 "frame-support",6382 "frame-system",6383 "pallet-babe",6384 "pallet-balances",6385 "pallet-grandpa",6386 "pallet-im-online",6387 "pallet-offences",6388 "pallet-session",6389 "pallet-staking",6390 "parity-scale-codec",6391 "scale-info",6392 "sp-runtime",6393 "sp-staking",6394 "sp-std",6395]63966397[[package]]6398name = "pallet-preimage"6399version = "4.0.0-dev"6400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6401dependencies = [6402 "frame-benchmarking",6403 "frame-support",6404 "frame-system",6405 "log",6406 "parity-scale-codec",6407 "scale-info",6408 "sp-core",6409 "sp-io",6410 "sp-runtime",6411 "sp-std",6412]64136414[[package]]6415name = "pallet-proxy"6416version = "4.0.0-dev"6417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6418dependencies = [6419 "frame-benchmarking",6420 "frame-support",6421 "frame-system",6422 "parity-scale-codec",6423 "scale-info",6424 "sp-io",6425 "sp-runtime",6426 "sp-std",6427]64286429[[package]]6430name = "pallet-randomness-collective-flip"6431version = "4.0.0-dev"6432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6433dependencies = [6434 "frame-support",6435 "frame-system",6436 "parity-scale-codec",6437 "safe-mix",6438 "scale-info",6439 "sp-runtime",6440 "sp-std",6441]64426443[[package]]6444name = "pallet-ranked-collective"6445version = "4.0.0-dev"6446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6447dependencies = [6448 "frame-benchmarking",6449 "frame-support",6450 "frame-system",6451 "log",6452 "parity-scale-codec",6453 "scale-info",6454 "sp-arithmetic",6455 "sp-core",6456 "sp-io",6457 "sp-runtime",6458 "sp-std",6459]64606461[[package]]6462name = "pallet-recovery"6463version = "4.0.0-dev"6464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6465dependencies = [6466 "frame-benchmarking",6467 "frame-support",6468 "frame-system",6469 "parity-scale-codec",6470 "scale-info",6471 "sp-io",6472 "sp-runtime",6473 "sp-std",6474]64756476[[package]]6477name = "pallet-referenda"6478version = "4.0.0-dev"6479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6480dependencies = [6481 "assert_matches",6482 "frame-benchmarking",6483 "frame-support",6484 "frame-system",6485 "log",6486 "parity-scale-codec",6487 "scale-info",6488 "serde",6489 "sp-arithmetic",6490 "sp-io",6491 "sp-runtime",6492 "sp-std",6493]64946495[[package]]6496name = "pallet-refungible"6497version = "0.2.12"6498dependencies = [6499 "evm-coder",6500 "frame-benchmarking",6501 "frame-support",6502 "frame-system",6503 "pallet-common",6504 "pallet-evm",6505 "pallet-evm-coder-substrate",6506 "pallet-structure",6507 "parity-scale-codec",6508 "scale-info",6509 "sp-core",6510 "sp-runtime",6511 "sp-std",6512 "up-data-structs",6513]65146515[[package]]6516name = "pallet-rmrk-core"6517version = "0.1.2"6518dependencies = [6519 "frame-benchmarking",6520 "frame-support",6521 "frame-system",6522 "pallet-common",6523 "pallet-evm",6524 "pallet-nonfungible",6525 "pallet-structure",6526 "parity-scale-codec",6527 "rmrk-traits",6528 "scale-info",6529 "sp-runtime",6530 "sp-std",6531 "up-data-structs",6532]65336534[[package]]6535name = "pallet-rmrk-equip"6536version = "0.1.2"6537dependencies = [6538 "frame-benchmarking",6539 "frame-support",6540 "frame-system",6541 "pallet-common",6542 "pallet-evm",6543 "pallet-nonfungible",6544 "pallet-rmrk-core",6545 "parity-scale-codec",6546 "scale-info",6547 "sp-runtime",6548 "sp-std",6549 "up-data-structs",6550]65516552[[package]]6553name = "pallet-scheduler"6554version = "4.0.0-dev"6555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6556dependencies = [6557 "frame-benchmarking",6558 "frame-support",6559 "frame-system",6560 "log",6561 "parity-scale-codec",6562 "scale-info",6563 "sp-io",6564 "sp-runtime",6565 "sp-std",6566 "sp-weights",6567]65686569[[package]]6570name = "pallet-session"6571version = "4.0.0-dev"6572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6573dependencies = [6574 "frame-support",6575 "frame-system",6576 "impl-trait-for-tuples",6577 "log",6578 "pallet-timestamp",6579 "parity-scale-codec",6580 "scale-info",6581 "sp-core",6582 "sp-io",6583 "sp-runtime",6584 "sp-session",6585 "sp-staking",6586 "sp-std",6587 "sp-trie",6588]65896590[[package]]6591name = "pallet-session-benchmarking"6592version = "4.0.0-dev"6593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6594dependencies = [6595 "frame-benchmarking",6596 "frame-support",6597 "frame-system",6598 "pallet-session",6599 "pallet-staking",6600 "rand 0.7.3",6601 "sp-runtime",6602 "sp-session",6603 "sp-std",6604]66056606[[package]]6607name = "pallet-society"6608version = "4.0.0-dev"6609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6610dependencies = [6611 "frame-support",6612 "frame-system",6613 "parity-scale-codec",6614 "rand_chacha 0.2.2",6615 "scale-info",6616 "sp-runtime",6617 "sp-std",6618]66196620[[package]]6621name = "pallet-staking"6622version = "4.0.0-dev"6623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6624dependencies = [6625 "frame-benchmarking",6626 "frame-election-provider-support",6627 "frame-support",6628 "frame-system",6629 "log",6630 "pallet-authorship",6631 "pallet-session",6632 "parity-scale-codec",6633 "rand_chacha 0.2.2",6634 "scale-info",6635 "serde",6636 "sp-application-crypto",6637 "sp-io",6638 "sp-runtime",6639 "sp-staking",6640 "sp-std",6641]66426643[[package]]6644name = "pallet-staking-reward-curve"6645version = "4.0.0-dev"6646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6647dependencies = [6648 "proc-macro-crate",6649 "proc-macro2",6650 "quote",6651 "syn",6652]66536654[[package]]6655name = "pallet-staking-reward-fn"6656version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6658dependencies = [6659 "log",6660 "sp-arithmetic",6661]66626663[[package]]6664name = "pallet-state-trie-migration"6665version = "4.0.0-dev"6666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6667dependencies = [6668 "frame-benchmarking",6669 "frame-support",6670 "frame-system",6671 "log",6672 "parity-scale-codec",6673 "scale-info",6674 "sp-core",6675 "sp-io",6676 "sp-runtime",6677 "sp-std",6678]66796680[[package]]6681name = "pallet-structure"6682version = "0.1.2"6683dependencies = [6684 "frame-benchmarking",6685 "frame-support",6686 "frame-system",6687 "log",6688 "pallet-common",6689 "pallet-evm",6690 "parity-scale-codec",6691 "scale-info",6692 "sp-std",6693 "up-data-structs",6694]66956696[[package]]6697name = "pallet-sudo"6698version = "4.0.0-dev"6699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6700dependencies = [6701 "frame-support",6702 "frame-system",6703 "parity-scale-codec",6704 "scale-info",6705 "sp-io",6706 "sp-runtime",6707 "sp-std",6708]67096710[[package]]6711name = "pallet-template-transaction-payment"6712version = "3.0.0"6713source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"6714dependencies = [6715 "frame-benchmarking",6716 "frame-support",6717 "frame-system",6718 "pallet-balances",6719 "pallet-transaction-payment",6720 "parity-scale-codec",6721 "scale-info",6722 "serde",6723 "sp-core",6724 "sp-io",6725 "sp-runtime",6726 "sp-std",6727 "up-sponsorship",6728]67296730[[package]]6731name = "pallet-test-utils"6732version = "0.1.0"6733dependencies = [6734 "frame-support",6735 "frame-system",6736 "pallet-unique-scheduler-v2",6737 "parity-scale-codec",6738 "scale-info",6739 "sp-std",6740]67416742[[package]]6743name = "pallet-timestamp"6744version = "4.0.0-dev"6745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6746dependencies = [6747 "frame-benchmarking",6748 "frame-support",6749 "frame-system",6750 "log",6751 "parity-scale-codec",6752 "scale-info",6753 "sp-inherents",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757 "sp-timestamp",6758]67596760[[package]]6761name = "pallet-tips"6762version = "4.0.0-dev"6763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6764dependencies = [6765 "frame-benchmarking",6766 "frame-support",6767 "frame-system",6768 "log",6769 "pallet-treasury",6770 "parity-scale-codec",6771 "scale-info",6772 "serde",6773 "sp-core",6774 "sp-io",6775 "sp-runtime",6776 "sp-std",6777]67786779[[package]]6780name = "pallet-transaction-payment"6781version = "4.0.0-dev"6782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6783dependencies = [6784 "frame-support",6785 "frame-system",6786 "parity-scale-codec",6787 "scale-info",6788 "serde",6789 "sp-core",6790 "sp-io",6791 "sp-runtime",6792 "sp-std",6793]67946795[[package]]6796name = "pallet-transaction-payment-rpc"6797version = "4.0.0-dev"6798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6799dependencies = [6800 "jsonrpsee",6801 "pallet-transaction-payment-rpc-runtime-api",6802 "parity-scale-codec",6803 "sp-api",6804 "sp-blockchain",6805 "sp-core",6806 "sp-rpc",6807 "sp-runtime",6808 "sp-weights",6809]68106811[[package]]6812name = "pallet-transaction-payment-rpc-runtime-api"6813version = "4.0.0-dev"6814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6815dependencies = [6816 "pallet-transaction-payment",6817 "parity-scale-codec",6818 "sp-api",6819 "sp-runtime",6820 "sp-weights",6821]68226823[[package]]6824name = "pallet-treasury"6825version = "4.0.0-dev"6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6827dependencies = [6828 "frame-benchmarking",6829 "frame-support",6830 "frame-system",6831 "impl-trait-for-tuples",6832 "pallet-balances",6833 "parity-scale-codec",6834 "scale-info",6835 "serde",6836 "sp-runtime",6837 "sp-std",6838]68396840[[package]]6841name = "pallet-unique"6842version = "0.2.1"6843dependencies = [6844 "ethereum 0.12.0",6845 "evm-coder",6846 "frame-benchmarking",6847 "frame-support",6848 "frame-system",6849 "pallet-common",6850 "pallet-evm",6851 "pallet-evm-coder-substrate",6852 "pallet-nonfungible",6853 "pallet-refungible",6854 "parity-scale-codec",6855 "scale-info",6856 "serde",6857 "sp-core",6858 "sp-io",6859 "sp-runtime",6860 "sp-std",6861 "up-data-structs",6862]68636864[[package]]6865name = "pallet-unique-scheduler-v2"6866version = "0.1.0"6867dependencies = [6868 "frame-benchmarking",6869 "frame-support",6870 "frame-system",6871 "log",6872 "pallet-preimage",6873 "parity-scale-codec",6874 "scale-info",6875 "sp-core",6876 "sp-io",6877 "sp-runtime",6878 "sp-std",6879 "substrate-test-utils",6880]68816882[[package]]6883name = "pallet-utility"6884version = "4.0.0-dev"6885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6886dependencies = [6887 "frame-benchmarking",6888 "frame-support",6889 "frame-system",6890 "parity-scale-codec",6891 "scale-info",6892 "sp-core",6893 "sp-io",6894 "sp-runtime",6895 "sp-std",6896]68976898[[package]]6899name = "pallet-vesting"6900version = "4.0.0-dev"6901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6902dependencies = [6903 "frame-benchmarking",6904 "frame-support",6905 "frame-system",6906 "log",6907 "parity-scale-codec",6908 "scale-info",6909 "sp-runtime",6910 "sp-std",6911]69126913[[package]]6914name = "pallet-whitelist"6915version = "4.0.0-dev"6916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6917dependencies = [6918 "frame-benchmarking",6919 "frame-support",6920 "frame-system",6921 "parity-scale-codec",6922 "scale-info",6923 "sp-api",6924 "sp-runtime",6925 "sp-std",6926]69276928[[package]]6929name = "pallet-xcm"6930version = "0.9.36"6931source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6932dependencies = [6933 "frame-support",6934 "frame-system",6935 "log",6936 "parity-scale-codec",6937 "scale-info",6938 "serde",6939 "sp-core",6940 "sp-runtime",6941 "sp-std",6942 "xcm",6943 "xcm-executor",6944]69456946[[package]]6947name = "pallet-xcm-benchmarks"6948version = "0.9.36"6949source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6950dependencies = [6951 "frame-benchmarking",6952 "frame-support",6953 "frame-system",6954 "log",6955 "parity-scale-codec",6956 "scale-info",6957 "sp-runtime",6958 "sp-std",6959 "xcm",6960 "xcm-executor",6961]69626963[[package]]6964name = "parachain-info"6965version = "0.1.0"6966source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"6967dependencies = [6968 "cumulus-primitives-core",6969 "frame-support",6970 "frame-system",6971 "parity-scale-codec",6972 "scale-info",6973]69746975[[package]]6976name = "parity-db"6977version = "0.4.2"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6980dependencies = [6981 "blake2",6982 "crc32fast",6983 "fs2",6984 "hex",6985 "libc",6986 "log",6987 "lz4",6988 "memmap2",6989 "parking_lot 0.12.1",6990 "rand 0.8.5",6991 "snap",6992]69936994[[package]]6995name = "parity-scale-codec"6996version = "3.2.2"6997source = "registry+https://github.com/rust-lang/crates.io-index"6998checksum = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72"6999dependencies = [7000 "arrayvec 0.7.2",7001 "bitvec",7002 "byte-slice-cast",7003 "bytes",7004 "impl-trait-for-tuples",7005 "parity-scale-codec-derive",7006 "serde",7007]70087009[[package]]7010name = "parity-scale-codec-derive"7011version = "3.1.4"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7014dependencies = [7015 "proc-macro-crate",7016 "proc-macro2",7017 "quote",7018 "syn",7019]70207021[[package]]7022name = "parity-send-wrapper"7023version = "0.1.0"7024source = "registry+https://github.com/rust-lang/crates.io-index"7025checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70267027[[package]]7028name = "parity-wasm"7029version = "0.45.0"7030source = "registry+https://github.com/rust-lang/crates.io-index"7031checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70327033[[package]]7034name = "parking"7035version = "2.0.0"7036source = "registry+https://github.com/rust-lang/crates.io-index"7037checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70387039[[package]]7040name = "parking_lot"7041version = "0.11.2"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7044dependencies = [7045 "instant",7046 "lock_api",7047 "parking_lot_core 0.8.6",7048]70497050[[package]]7051name = "parking_lot"7052version = "0.12.1"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7055dependencies = [7056 "lock_api",7057 "parking_lot_core 0.9.6",7058]70597060[[package]]7061name = "parking_lot_core"7062version = "0.8.6"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7065dependencies = [7066 "cfg-if",7067 "instant",7068 "libc",7069 "redox_syscall",7070 "smallvec",7071 "winapi",7072]70737074[[package]]7075name = "parking_lot_core"7076version = "0.9.6"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"7079dependencies = [7080 "cfg-if",7081 "libc",7082 "redox_syscall",7083 "smallvec",7084 "windows-sys 0.42.0",7085]70867087[[package]]7088name = "paste"7089version = "1.0.11"7090source = "registry+https://github.com/rust-lang/crates.io-index"7091checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"70927093[[package]]7094name = "pbkdf2"7095version = "0.4.0"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7098dependencies = [7099 "crypto-mac 0.8.0",7100]71017102[[package]]7103name = "pbkdf2"7104version = "0.8.0"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7107dependencies = [7108 "crypto-mac 0.11.1",7109]71107111[[package]]7112name = "peeking_take_while"7113version = "0.1.2"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71167117[[package]]7118name = "percent-encoding"7119version = "2.2.0"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71227123[[package]]7124name = "pest"7125version = "2.5.3"7126source = "registry+https://github.com/rust-lang/crates.io-index"7127checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"7128dependencies = [7129 "thiserror",7130 "ucd-trie",7131]71327133[[package]]7134name = "pest_derive"7135version = "2.5.3"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6"7138dependencies = [7139 "pest",7140 "pest_generator",7141]71427143[[package]]7144name = "pest_generator"7145version = "2.5.3"7146source = "registry+https://github.com/rust-lang/crates.io-index"7147checksum = "46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c"7148dependencies = [7149 "pest",7150 "pest_meta",7151 "proc-macro2",7152 "quote",7153 "syn",7154]71557156[[package]]7157name = "pest_meta"7158version = "2.5.3"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51"7161dependencies = [7162 "once_cell",7163 "pest",7164 "sha2 0.10.6",7165]71667167[[package]]7168name = "petgraph"7169version = "0.6.2"7170source = "registry+https://github.com/rust-lang/crates.io-index"7171checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7172dependencies = [7173 "fixedbitset",7174 "indexmap",7175]71767177[[package]]7178name = "pin-project"7179version = "1.0.12"7180source = "registry+https://github.com/rust-lang/crates.io-index"7181checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7182dependencies = [7183 "pin-project-internal",7184]71857186[[package]]7187name = "pin-project-internal"7188version = "1.0.12"7189source = "registry+https://github.com/rust-lang/crates.io-index"7190checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7191dependencies = [7192 "proc-macro2",7193 "quote",7194 "syn",7195]71967197[[package]]7198name = "pin-project-lite"7199version = "0.1.12"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72027203[[package]]7204name = "pin-project-lite"7205version = "0.2.9"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72087209[[package]]7210name = "pin-utils"7211version = "0.1.0"7212source = "registry+https://github.com/rust-lang/crates.io-index"7213checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72147215[[package]]7216name = "pkcs8"7217version = "0.9.0"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7220dependencies = [7221 "der",7222 "spki",7223]72247225[[package]]7226name = "pkg-config"7227version = "0.3.26"7228source = "registry+https://github.com/rust-lang/crates.io-index"7229checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72307231[[package]]7232name = "platforms"7233version = "2.0.0"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72367237[[package]]7238name = "platforms"7239version = "3.0.2"7240source = "registry+https://github.com/rust-lang/crates.io-index"7241checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"72427243[[package]]7244name = "polkadot-approval-distribution"7245version = "0.9.36"7246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7247dependencies = [7248 "futures",7249 "polkadot-node-network-protocol",7250 "polkadot-node-primitives",7251 "polkadot-node-subsystem",7252 "polkadot-node-subsystem-util",7253 "polkadot-primitives",7254 "rand 0.8.5",7255 "tracing-gum",7256]72577258[[package]]7259name = "polkadot-availability-bitfield-distribution"7260version = "0.9.36"7261source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7262dependencies = [7263 "futures",7264 "polkadot-node-network-protocol",7265 "polkadot-node-subsystem",7266 "polkadot-node-subsystem-util",7267 "polkadot-primitives",7268 "rand 0.8.5",7269 "tracing-gum",7270]72717272[[package]]7273name = "polkadot-availability-distribution"7274version = "0.9.36"7275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7276dependencies = [7277 "derive_more",7278 "fatality",7279 "futures",7280 "lru",7281 "parity-scale-codec",7282 "polkadot-erasure-coding",7283 "polkadot-node-network-protocol",7284 "polkadot-node-primitives",7285 "polkadot-node-subsystem",7286 "polkadot-node-subsystem-util",7287 "polkadot-primitives",7288 "rand 0.8.5",7289 "sp-core",7290 "sp-keystore",7291 "thiserror",7292 "tracing-gum",7293]72947295[[package]]7296name = "polkadot-availability-recovery"7297version = "0.9.36"7298source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7299dependencies = [7300 "fatality",7301 "futures",7302 "lru",7303 "parity-scale-codec",7304 "polkadot-erasure-coding",7305 "polkadot-node-network-protocol",7306 "polkadot-node-primitives",7307 "polkadot-node-subsystem",7308 "polkadot-node-subsystem-util",7309 "polkadot-primitives",7310 "rand 0.8.5",7311 "sc-network",7312 "thiserror",7313 "tracing-gum",7314]73157316[[package]]7317name = "polkadot-cli"7318version = "0.9.36"7319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7320dependencies = [7321 "clap",7322 "frame-benchmarking-cli",7323 "futures",7324 "log",7325 "polkadot-client",7326 "polkadot-node-core-pvf",7327 "polkadot-node-metrics",7328 "polkadot-performance-test",7329 "polkadot-service",7330 "sc-cli",7331 "sc-executor",7332 "sc-service",7333 "sc-sysinfo",7334 "sc-tracing",7335 "sp-core",7336 "sp-io",7337 "sp-keyring",7338 "substrate-build-script-utils",7339 "thiserror",7340 "try-runtime-cli",7341]73427343[[package]]7344name = "polkadot-client"7345version = "0.9.36"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7347dependencies = [7348 "async-trait",7349 "frame-benchmarking",7350 "frame-benchmarking-cli",7351 "frame-system",7352 "frame-system-rpc-runtime-api",7353 "futures",7354 "pallet-transaction-payment",7355 "pallet-transaction-payment-rpc-runtime-api",7356 "polkadot-core-primitives",7357 "polkadot-node-core-parachains-inherent",7358 "polkadot-primitives",7359 "polkadot-runtime",7360 "polkadot-runtime-common",7361 "sc-client-api",7362 "sc-consensus",7363 "sc-executor",7364 "sc-service",7365 "sp-api",7366 "sp-authority-discovery",7367 "sp-beefy",7368 "sp-block-builder",7369 "sp-blockchain",7370 "sp-consensus",7371 "sp-consensus-babe",7372 "sp-core",7373 "sp-finality-grandpa",7374 "sp-inherents",7375 "sp-keyring",7376 "sp-mmr-primitives",7377 "sp-offchain",7378 "sp-runtime",7379 "sp-session",7380 "sp-storage",7381 "sp-timestamp",7382 "sp-transaction-pool",7383]73847385[[package]]7386name = "polkadot-collator-protocol"7387version = "0.9.36"7388source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7389dependencies = [7390 "always-assert",7391 "bitvec",7392 "fatality",7393 "futures",7394 "futures-timer",7395 "polkadot-node-network-protocol",7396 "polkadot-node-primitives",7397 "polkadot-node-subsystem",7398 "polkadot-node-subsystem-util",7399 "polkadot-primitives",7400 "sp-core",7401 "sp-keystore",7402 "sp-runtime",7403 "thiserror",7404 "tracing-gum",7405]74067407[[package]]7408name = "polkadot-core-primitives"7409version = "0.9.36"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7411dependencies = [7412 "parity-scale-codec",7413 "scale-info",7414 "sp-core",7415 "sp-runtime",7416 "sp-std",7417]74187419[[package]]7420name = "polkadot-dispute-distribution"7421version = "0.9.36"7422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7423dependencies = [7424 "derive_more",7425 "fatality",7426 "futures",7427 "futures-timer",7428 "indexmap",7429 "lru",7430 "parity-scale-codec",7431 "polkadot-erasure-coding",7432 "polkadot-node-network-protocol",7433 "polkadot-node-primitives",7434 "polkadot-node-subsystem",7435 "polkadot-node-subsystem-util",7436 "polkadot-primitives",7437 "sc-network",7438 "sp-application-crypto",7439 "sp-keystore",7440 "thiserror",7441 "tracing-gum",7442]74437444[[package]]7445name = "polkadot-erasure-coding"7446version = "0.9.36"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7448dependencies = [7449 "parity-scale-codec",7450 "polkadot-node-primitives",7451 "polkadot-primitives",7452 "reed-solomon-novelpoly",7453 "sp-core",7454 "sp-trie",7455 "thiserror",7456]74577458[[package]]7459name = "polkadot-gossip-support"7460version = "0.9.36"7461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7462dependencies = [7463 "futures",7464 "futures-timer",7465 "polkadot-node-network-protocol",7466 "polkadot-node-subsystem",7467 "polkadot-node-subsystem-util",7468 "polkadot-primitives",7469 "rand 0.8.5",7470 "rand_chacha 0.3.1",7471 "sc-network",7472 "sp-application-crypto",7473 "sp-core",7474 "sp-keystore",7475 "tracing-gum",7476]74777478[[package]]7479name = "polkadot-network-bridge"7480version = "0.9.36"7481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7482dependencies = [7483 "always-assert",7484 "async-trait",7485 "bytes",7486 "fatality",7487 "futures",7488 "parity-scale-codec",7489 "parking_lot 0.12.1",7490 "polkadot-node-network-protocol",7491 "polkadot-node-subsystem",7492 "polkadot-node-subsystem-util",7493 "polkadot-overseer",7494 "polkadot-primitives",7495 "sc-network",7496 "sc-network-common",7497 "sp-consensus",7498 "thiserror",7499 "tracing-gum",7500]75017502[[package]]7503name = "polkadot-node-collation-generation"7504version = "0.9.36"7505source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7506dependencies = [7507 "futures",7508 "parity-scale-codec",7509 "polkadot-erasure-coding",7510 "polkadot-node-primitives",7511 "polkadot-node-subsystem",7512 "polkadot-node-subsystem-util",7513 "polkadot-primitives",7514 "sp-core",7515 "sp-maybe-compressed-blob",7516 "thiserror",7517 "tracing-gum",7518]75197520[[package]]7521name = "polkadot-node-core-approval-voting"7522version = "0.9.36"7523source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7524dependencies = [7525 "bitvec",7526 "derive_more",7527 "futures",7528 "futures-timer",7529 "kvdb",7530 "lru",7531 "merlin",7532 "parity-scale-codec",7533 "polkadot-node-jaeger",7534 "polkadot-node-primitives",7535 "polkadot-node-subsystem",7536 "polkadot-node-subsystem-util",7537 "polkadot-overseer",7538 "polkadot-primitives",7539 "sc-keystore",7540 "schnorrkel",7541 "sp-application-crypto",7542 "sp-consensus",7543 "sp-consensus-slots",7544 "sp-runtime",7545 "thiserror",7546 "tracing-gum",7547]75487549[[package]]7550name = "polkadot-node-core-av-store"7551version = "0.9.36"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7553dependencies = [7554 "bitvec",7555 "futures",7556 "futures-timer",7557 "kvdb",7558 "parity-scale-codec",7559 "polkadot-erasure-coding",7560 "polkadot-node-primitives",7561 "polkadot-node-subsystem",7562 "polkadot-node-subsystem-util",7563 "polkadot-overseer",7564 "polkadot-primitives",7565 "thiserror",7566 "tracing-gum",7567]75687569[[package]]7570name = "polkadot-node-core-backing"7571version = "0.9.36"7572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7573dependencies = [7574 "bitvec",7575 "fatality",7576 "futures",7577 "polkadot-erasure-coding",7578 "polkadot-node-primitives",7579 "polkadot-node-subsystem",7580 "polkadot-node-subsystem-util",7581 "polkadot-primitives",7582 "polkadot-statement-table",7583 "sp-keystore",7584 "thiserror",7585 "tracing-gum",7586]75877588[[package]]7589name = "polkadot-node-core-bitfield-signing"7590version = "0.9.36"7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7592dependencies = [7593 "futures",7594 "polkadot-node-subsystem",7595 "polkadot-node-subsystem-util",7596 "polkadot-primitives",7597 "sp-keystore",7598 "thiserror",7599 "tracing-gum",7600 "wasm-timer",7601]76027603[[package]]7604name = "polkadot-node-core-candidate-validation"7605version = "0.9.36"7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7607dependencies = [7608 "async-trait",7609 "futures",7610 "futures-timer",7611 "parity-scale-codec",7612 "polkadot-node-core-pvf",7613 "polkadot-node-primitives",7614 "polkadot-node-subsystem",7615 "polkadot-node-subsystem-util",7616 "polkadot-parachain",7617 "polkadot-primitives",7618 "sp-maybe-compressed-blob",7619 "tracing-gum",7620]76217622[[package]]7623name = "polkadot-node-core-chain-api"7624version = "0.9.36"7625source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7626dependencies = [7627 "futures",7628 "polkadot-node-subsystem",7629 "polkadot-node-subsystem-util",7630 "polkadot-primitives",7631 "sc-client-api",7632 "sc-consensus-babe",7633 "sp-blockchain",7634 "tracing-gum",7635]76367637[[package]]7638name = "polkadot-node-core-chain-selection"7639version = "0.9.36"7640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7641dependencies = [7642 "futures",7643 "futures-timer",7644 "kvdb",7645 "parity-scale-codec",7646 "polkadot-node-primitives",7647 "polkadot-node-subsystem",7648 "polkadot-node-subsystem-util",7649 "polkadot-primitives",7650 "thiserror",7651 "tracing-gum",7652]76537654[[package]]7655name = "polkadot-node-core-dispute-coordinator"7656version = "0.9.36"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7658dependencies = [7659 "fatality",7660 "futures",7661 "kvdb",7662 "lru",7663 "parity-scale-codec",7664 "polkadot-node-primitives",7665 "polkadot-node-subsystem",7666 "polkadot-node-subsystem-util",7667 "polkadot-primitives",7668 "sc-keystore",7669 "thiserror",7670 "tracing-gum",7671]76727673[[package]]7674name = "polkadot-node-core-parachains-inherent"7675version = "0.9.36"7676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7677dependencies = [7678 "async-trait",7679 "futures",7680 "futures-timer",7681 "polkadot-node-subsystem",7682 "polkadot-overseer",7683 "polkadot-primitives",7684 "sp-blockchain",7685 "sp-inherents",7686 "sp-runtime",7687 "thiserror",7688 "tracing-gum",7689]76907691[[package]]7692name = "polkadot-node-core-provisioner"7693version = "0.9.36"7694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7695dependencies = [7696 "bitvec",7697 "fatality",7698 "futures",7699 "futures-timer",7700 "polkadot-node-primitives",7701 "polkadot-node-subsystem",7702 "polkadot-node-subsystem-util",7703 "polkadot-primitives",7704 "rand 0.8.5",7705 "thiserror",7706 "tracing-gum",7707]77087709[[package]]7710name = "polkadot-node-core-pvf"7711version = "0.9.36"7712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7713dependencies = [7714 "always-assert",7715 "assert_matches",7716 "async-process",7717 "async-std",7718 "cpu-time",7719 "futures",7720 "futures-timer",7721 "parity-scale-codec",7722 "pin-project",7723 "polkadot-core-primitives",7724 "polkadot-node-metrics",7725 "polkadot-parachain",7726 "rand 0.8.5",7727 "rayon",7728 "sc-executor",7729 "sc-executor-common",7730 "sc-executor-wasmtime",7731 "slotmap",7732 "sp-core",7733 "sp-externalities",7734 "sp-io",7735 "sp-maybe-compressed-blob",7736 "sp-tracing",7737 "sp-wasm-interface",7738 "tempfile",7739 "tracing-gum",7740]77417742[[package]]7743name = "polkadot-node-core-pvf-checker"7744version = "0.9.36"7745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7746dependencies = [7747 "futures",7748 "polkadot-node-primitives",7749 "polkadot-node-subsystem",7750 "polkadot-node-subsystem-util",7751 "polkadot-overseer",7752 "polkadot-primitives",7753 "sp-keystore",7754 "thiserror",7755 "tracing-gum",7756]77577758[[package]]7759name = "polkadot-node-core-runtime-api"7760version = "0.9.36"7761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7762dependencies = [7763 "futures",7764 "lru",7765 "polkadot-node-subsystem",7766 "polkadot-node-subsystem-types",7767 "polkadot-node-subsystem-util",7768 "polkadot-primitives",7769 "sp-consensus-babe",7770 "tracing-gum",7771]77727773[[package]]7774name = "polkadot-node-jaeger"7775version = "0.9.36"7776source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7777dependencies = [7778 "lazy_static",7779 "log",7780 "mick-jaeger",7781 "parity-scale-codec",7782 "parking_lot 0.12.1",7783 "polkadot-node-primitives",7784 "polkadot-primitives",7785 "sc-network",7786 "sp-core",7787 "thiserror",7788 "tokio",7789]77907791[[package]]7792name = "polkadot-node-metrics"7793version = "0.9.36"7794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7795dependencies = [7796 "bs58",7797 "futures",7798 "futures-timer",7799 "log",7800 "parity-scale-codec",7801 "polkadot-primitives",7802 "prioritized-metered-channel",7803 "sc-cli",7804 "sc-service",7805 "sc-tracing",7806 "substrate-prometheus-endpoint",7807 "tracing-gum",7808]78097810[[package]]7811name = "polkadot-node-network-protocol"7812version = "0.9.36"7813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7814dependencies = [7815 "async-trait",7816 "derive_more",7817 "fatality",7818 "futures",7819 "hex",7820 "parity-scale-codec",7821 "polkadot-node-jaeger",7822 "polkadot-node-primitives",7823 "polkadot-primitives",7824 "rand 0.8.5",7825 "sc-authority-discovery",7826 "sc-network",7827 "sc-network-common",7828 "strum",7829 "thiserror",7830 "tracing-gum",7831]78327833[[package]]7834name = "polkadot-node-primitives"7835version = "0.9.36"7836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7837dependencies = [7838 "bounded-vec",7839 "futures",7840 "parity-scale-codec",7841 "polkadot-parachain",7842 "polkadot-primitives",7843 "schnorrkel",7844 "serde",7845 "sp-application-crypto",7846 "sp-consensus-babe",7847 "sp-consensus-vrf",7848 "sp-core",7849 "sp-keystore",7850 "sp-maybe-compressed-blob",7851 "thiserror",7852 "zstd",7853]78547855[[package]]7856name = "polkadot-node-subsystem"7857version = "0.9.36"7858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7859dependencies = [7860 "polkadot-node-jaeger",7861 "polkadot-node-subsystem-types",7862 "polkadot-overseer",7863]78647865[[package]]7866name = "polkadot-node-subsystem-types"7867version = "0.9.36"7868source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7869dependencies = [7870 "async-trait",7871 "derive_more",7872 "futures",7873 "orchestra",7874 "polkadot-node-jaeger",7875 "polkadot-node-network-protocol",7876 "polkadot-node-primitives",7877 "polkadot-primitives",7878 "polkadot-statement-table",7879 "sc-network",7880 "smallvec",7881 "sp-api",7882 "sp-authority-discovery",7883 "sp-consensus-babe",7884 "substrate-prometheus-endpoint",7885 "thiserror",7886]78877888[[package]]7889name = "polkadot-node-subsystem-util"7890version = "0.9.36"7891source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7892dependencies = [7893 "async-trait",7894 "derive_more",7895 "fatality",7896 "futures",7897 "itertools",7898 "kvdb",7899 "lru",7900 "parity-db",7901 "parity-scale-codec",7902 "parking_lot 0.11.2",7903 "pin-project",7904 "polkadot-node-jaeger",7905 "polkadot-node-metrics",7906 "polkadot-node-network-protocol",7907 "polkadot-node-primitives",7908 "polkadot-node-subsystem",7909 "polkadot-overseer",7910 "polkadot-primitives",7911 "prioritized-metered-channel",7912 "rand 0.8.5",7913 "sp-application-crypto",7914 "sp-core",7915 "sp-keystore",7916 "thiserror",7917 "tracing-gum",7918]79197920[[package]]7921name = "polkadot-overseer"7922version = "0.9.36"7923source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7924dependencies = [7925 "async-trait",7926 "futures",7927 "futures-timer",7928 "lru",7929 "orchestra",7930 "parking_lot 0.12.1",7931 "polkadot-node-metrics",7932 "polkadot-node-network-protocol",7933 "polkadot-node-primitives",7934 "polkadot-node-subsystem-types",7935 "polkadot-primitives",7936 "sc-client-api",7937 "sp-api",7938 "sp-core",7939 "tikv-jemalloc-ctl",7940 "tracing-gum",7941]79427943[[package]]7944name = "polkadot-parachain"7945version = "0.9.36"7946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7947dependencies = [7948 "derive_more",7949 "frame-support",7950 "parity-scale-codec",7951 "polkadot-core-primitives",7952 "scale-info",7953 "serde",7954 "sp-core",7955 "sp-runtime",7956 "sp-std",7957]79587959[[package]]7960name = "polkadot-performance-test"7961version = "0.9.36"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7963dependencies = [7964 "env_logger 0.9.3",7965 "kusama-runtime",7966 "log",7967 "polkadot-erasure-coding",7968 "polkadot-node-core-pvf",7969 "polkadot-node-primitives",7970 "quote",7971 "thiserror",7972]79737974[[package]]7975name = "polkadot-primitives"7976version = "0.9.36"7977source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7978dependencies = [7979 "bitvec",7980 "hex-literal",7981 "parity-scale-codec",7982 "polkadot-core-primitives",7983 "polkadot-parachain",7984 "scale-info",7985 "serde",7986 "sp-api",7987 "sp-application-crypto",7988 "sp-arithmetic",7989 "sp-authority-discovery",7990 "sp-consensus-slots",7991 "sp-core",7992 "sp-inherents",7993 "sp-io",7994 "sp-keystore",7995 "sp-runtime",7996 "sp-staking",7997 "sp-std",7998]79998000[[package]]8001name = "polkadot-rpc"8002version = "0.9.36"8003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8004dependencies = [8005 "beefy-gadget",8006 "beefy-gadget-rpc",8007 "jsonrpsee",8008 "mmr-rpc",8009 "pallet-transaction-payment-rpc",8010 "polkadot-primitives",8011 "sc-chain-spec",8012 "sc-client-api",8013 "sc-consensus-babe",8014 "sc-consensus-babe-rpc",8015 "sc-consensus-epochs",8016 "sc-finality-grandpa",8017 "sc-finality-grandpa-rpc",8018 "sc-rpc",8019 "sc-sync-state-rpc",8020 "sc-transaction-pool-api",8021 "sp-api",8022 "sp-block-builder",8023 "sp-blockchain",8024 "sp-consensus",8025 "sp-consensus-babe",8026 "sp-keystore",8027 "sp-runtime",8028 "substrate-frame-rpc-system",8029 "substrate-state-trie-migration-rpc",8030]80318032[[package]]8033name = "polkadot-runtime"8034version = "0.9.36"8035source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8036dependencies = [8037 "bitvec",8038 "frame-benchmarking",8039 "frame-election-provider-support",8040 "frame-executive",8041 "frame-support",8042 "frame-system",8043 "frame-system-benchmarking",8044 "frame-system-rpc-runtime-api",8045 "frame-try-runtime",8046 "hex-literal",8047 "log",8048 "pallet-authority-discovery",8049 "pallet-authorship",8050 "pallet-babe",8051 "pallet-bags-list",8052 "pallet-balances",8053 "pallet-bounties",8054 "pallet-child-bounties",8055 "pallet-collective",8056 "pallet-democracy",8057 "pallet-election-provider-multi-phase",8058 "pallet-election-provider-support-benchmarking",8059 "pallet-elections-phragmen",8060 "pallet-fast-unstake",8061 "pallet-grandpa",8062 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",8063 "pallet-im-online",8064 "pallet-indices",8065 "pallet-membership",8066 "pallet-multisig",8067 "pallet-nomination-pools",8068 "pallet-nomination-pools-benchmarking",8069 "pallet-nomination-pools-runtime-api",8070 "pallet-offences",8071 "pallet-offences-benchmarking",8072 "pallet-preimage",8073 "pallet-proxy",8074 "pallet-scheduler",8075 "pallet-session",8076 "pallet-session-benchmarking",8077 "pallet-staking",8078 "pallet-staking-reward-curve",8079 "pallet-timestamp",8080 "pallet-tips",8081 "pallet-transaction-payment",8082 "pallet-transaction-payment-rpc-runtime-api",8083 "pallet-treasury",8084 "pallet-utility",8085 "pallet-vesting",8086 "pallet-xcm",8087 "parity-scale-codec",8088 "polkadot-primitives",8089 "polkadot-runtime-common",8090 "polkadot-runtime-constants",8091 "polkadot-runtime-parachains",8092 "rustc-hex",8093 "scale-info",8094 "serde",8095 "serde_derive",8096 "smallvec",8097 "sp-api",8098 "sp-authority-discovery",8099 "sp-beefy",8100 "sp-block-builder",8101 "sp-consensus-babe",8102 "sp-core",8103 "sp-inherents",8104 "sp-io",8105 "sp-mmr-primitives",8106 "sp-npos-elections",8107 "sp-offchain",8108 "sp-runtime",8109 "sp-session",8110 "sp-staking",8111 "sp-std",8112 "sp-transaction-pool",8113 "sp-version",8114 "static_assertions",8115 "substrate-wasm-builder",8116 "xcm",8117 "xcm-builder",8118 "xcm-executor",8119]81208121[[package]]8122name = "polkadot-runtime-common"8123version = "0.9.36"8124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8125dependencies = [8126 "bitvec",8127 "frame-benchmarking",8128 "frame-election-provider-support",8129 "frame-support",8130 "frame-system",8131 "impl-trait-for-tuples",8132 "libsecp256k1",8133 "log",8134 "pallet-authorship",8135 "pallet-babe",8136 "pallet-bags-list",8137 "pallet-balances",8138 "pallet-beefy-mmr",8139 "pallet-election-provider-multi-phase",8140 "pallet-session",8141 "pallet-staking",8142 "pallet-staking-reward-fn",8143 "pallet-timestamp",8144 "pallet-transaction-payment",8145 "pallet-treasury",8146 "pallet-vesting",8147 "parity-scale-codec",8148 "polkadot-primitives",8149 "polkadot-runtime-parachains",8150 "rustc-hex",8151 "scale-info",8152 "serde",8153 "serde_derive",8154 "slot-range-helper",8155 "sp-api",8156 "sp-beefy",8157 "sp-core",8158 "sp-inherents",8159 "sp-io",8160 "sp-npos-elections",8161 "sp-runtime",8162 "sp-session",8163 "sp-staking",8164 "sp-std",8165 "static_assertions",8166 "xcm",8167]81688169[[package]]8170name = "polkadot-runtime-constants"8171version = "0.9.36"8172source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8173dependencies = [8174 "frame-support",8175 "polkadot-primitives",8176 "polkadot-runtime-common",8177 "smallvec",8178 "sp-core",8179 "sp-runtime",8180 "sp-weights",8181]81828183[[package]]8184name = "polkadot-runtime-metrics"8185version = "0.9.36"8186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8187dependencies = [8188 "bs58",8189 "parity-scale-codec",8190 "polkadot-primitives",8191 "sp-std",8192 "sp-tracing",8193]81948195[[package]]8196name = "polkadot-runtime-parachains"8197version = "0.9.36"8198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8199dependencies = [8200 "bitflags",8201 "bitvec",8202 "derive_more",8203 "frame-benchmarking",8204 "frame-support",8205 "frame-system",8206 "log",8207 "pallet-authority-discovery",8208 "pallet-authorship",8209 "pallet-babe",8210 "pallet-balances",8211 "pallet-session",8212 "pallet-staking",8213 "pallet-timestamp",8214 "pallet-vesting",8215 "parity-scale-codec",8216 "polkadot-primitives",8217 "polkadot-runtime-metrics",8218 "rand 0.8.5",8219 "rand_chacha 0.3.1",8220 "rustc-hex",8221 "scale-info",8222 "serde",8223 "sp-api",8224 "sp-application-crypto",8225 "sp-core",8226 "sp-inherents",8227 "sp-io",8228 "sp-keystore",8229 "sp-runtime",8230 "sp-session",8231 "sp-staking",8232 "sp-std",8233 "static_assertions",8234 "xcm",8235 "xcm-executor",8236]82378238[[package]]8239name = "polkadot-service"8240version = "0.9.36"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8242dependencies = [8243 "async-trait",8244 "beefy-gadget",8245 "frame-support",8246 "frame-system-rpc-runtime-api",8247 "futures",8248 "hex-literal",8249 "kusama-runtime",8250 "kvdb",8251 "kvdb-rocksdb",8252 "lru",8253 "mmr-gadget",8254 "pallet-babe",8255 "pallet-im-online",8256 "pallet-staking",8257 "pallet-transaction-payment-rpc-runtime-api",8258 "parity-db",8259 "polkadot-approval-distribution",8260 "polkadot-availability-bitfield-distribution",8261 "polkadot-availability-distribution",8262 "polkadot-availability-recovery",8263 "polkadot-client",8264 "polkadot-collator-protocol",8265 "polkadot-dispute-distribution",8266 "polkadot-gossip-support",8267 "polkadot-network-bridge",8268 "polkadot-node-collation-generation",8269 "polkadot-node-core-approval-voting",8270 "polkadot-node-core-av-store",8271 "polkadot-node-core-backing",8272 "polkadot-node-core-bitfield-signing",8273 "polkadot-node-core-candidate-validation",8274 "polkadot-node-core-chain-api",8275 "polkadot-node-core-chain-selection",8276 "polkadot-node-core-dispute-coordinator",8277 "polkadot-node-core-parachains-inherent",8278 "polkadot-node-core-provisioner",8279 "polkadot-node-core-pvf-checker",8280 "polkadot-node-core-runtime-api",8281 "polkadot-node-network-protocol",8282 "polkadot-node-primitives",8283 "polkadot-node-subsystem",8284 "polkadot-node-subsystem-types",8285 "polkadot-node-subsystem-util",8286 "polkadot-overseer",8287 "polkadot-parachain",8288 "polkadot-primitives",8289 "polkadot-rpc",8290 "polkadot-runtime",8291 "polkadot-runtime-constants",8292 "polkadot-runtime-parachains",8293 "polkadot-statement-distribution",8294 "rococo-runtime",8295 "sc-authority-discovery",8296 "sc-basic-authorship",8297 "sc-block-builder",8298 "sc-chain-spec",8299 "sc-client-api",8300 "sc-client-db",8301 "sc-consensus",8302 "sc-consensus-babe",8303 "sc-consensus-slots",8304 "sc-executor",8305 "sc-finality-grandpa",8306 "sc-keystore",8307 "sc-network",8308 "sc-network-common",8309 "sc-offchain",8310 "sc-service",8311 "sc-sync-state-rpc",8312 "sc-sysinfo",8313 "sc-telemetry",8314 "sc-transaction-pool",8315 "serde",8316 "serde_json",8317 "sp-api",8318 "sp-authority-discovery",8319 "sp-beefy",8320 "sp-block-builder",8321 "sp-blockchain",8322 "sp-consensus",8323 "sp-consensus-babe",8324 "sp-core",8325 "sp-finality-grandpa",8326 "sp-inherents",8327 "sp-io",8328 "sp-keystore",8329 "sp-mmr-primitives",8330 "sp-offchain",8331 "sp-runtime",8332 "sp-session",8333 "sp-state-machine",8334 "sp-storage",8335 "sp-timestamp",8336 "sp-transaction-pool",8337 "sp-trie",8338 "substrate-prometheus-endpoint",8339 "thiserror",8340 "tracing-gum",8341 "westend-runtime",8342]83438344[[package]]8345name = "polkadot-statement-distribution"8346version = "0.9.36"8347source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8348dependencies = [8349 "arrayvec 0.5.2",8350 "fatality",8351 "futures",8352 "indexmap",8353 "parity-scale-codec",8354 "polkadot-node-network-protocol",8355 "polkadot-node-primitives",8356 "polkadot-node-subsystem",8357 "polkadot-node-subsystem-util",8358 "polkadot-primitives",8359 "sp-keystore",8360 "sp-staking",8361 "thiserror",8362 "tracing-gum",8363]83648365[[package]]8366name = "polkadot-statement-table"8367version = "0.9.36"8368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8369dependencies = [8370 "parity-scale-codec",8371 "polkadot-primitives",8372 "sp-core",8373]83748375[[package]]8376name = "polling"8377version = "2.5.2"8378source = "registry+https://github.com/rust-lang/crates.io-index"8379checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"8380dependencies = [8381 "autocfg",8382 "cfg-if",8383 "libc",8384 "log",8385 "wepoll-ffi",8386 "windows-sys 0.42.0",8387]83888389[[package]]8390name = "poly1305"8391version = "0.7.2"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8394dependencies = [8395 "cpufeatures",8396 "opaque-debug 0.3.0",8397 "universal-hash",8398]83998400[[package]]8401name = "polyval"8402version = "0.5.3"8403source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8405dependencies = [8406 "cfg-if",8407 "cpufeatures",8408 "opaque-debug 0.3.0",8409 "universal-hash",8410]84118412[[package]]8413name = "ppv-lite86"8414version = "0.2.17"8415source = "registry+https://github.com/rust-lang/crates.io-index"8416checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"84178418[[package]]8419name = "precompile-utils-macro"8420version = "0.1.0"8421dependencies = [8422 "num_enum",8423 "proc-macro2",8424 "quote",8425 "sha3 0.8.2",8426 "syn",8427]84288429[[package]]8430name = "predicates"8431version = "2.1.5"8432source = "registry+https://github.com/rust-lang/crates.io-index"8433checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"8434dependencies = [8435 "difflib",8436 "float-cmp",8437 "itertools",8438 "normalize-line-endings",8439 "predicates-core",8440 "regex",8441]84428443[[package]]8444name = "predicates-core"8445version = "1.0.5"8446source = "registry+https://github.com/rust-lang/crates.io-index"8447checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"84488449[[package]]8450name = "predicates-tree"8451version = "1.0.7"8452source = "registry+https://github.com/rust-lang/crates.io-index"8453checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8454dependencies = [8455 "predicates-core",8456 "termtree",8457]84588459[[package]]8460name = "prettyplease"8461version = "0.1.23"8462source = "registry+https://github.com/rust-lang/crates.io-index"8463checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78"8464dependencies = [8465 "proc-macro2",8466 "syn",8467]84688469[[package]]8470name = "primitive-types"8471version = "0.11.1"8472source = "registry+https://github.com/rust-lang/crates.io-index"8473checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8474dependencies = [8475 "fixed-hash 0.7.0",8476 "impl-codec",8477 "impl-rlp",8478 "scale-info",8479 "uint",8480]84818482[[package]]8483name = "primitive-types"8484version = "0.12.1"8485source = "registry+https://github.com/rust-lang/crates.io-index"8486checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8487dependencies = [8488 "fixed-hash 0.8.0",8489 "impl-codec",8490 "impl-rlp",8491 "impl-serde",8492 "scale-info",8493 "uint",8494]84958496[[package]]8497name = "prioritized-metered-channel"8498version = "0.2.0"8499source = "registry+https://github.com/rust-lang/crates.io-index"8500checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8501dependencies = [8502 "coarsetime",8503 "crossbeam-queue",8504 "derive_more",8505 "futures",8506 "futures-timer",8507 "nanorand",8508 "thiserror",8509 "tracing",8510]85118512[[package]]8513name = "proc-macro-crate"8514version = "1.2.1"8515source = "registry+https://github.com/rust-lang/crates.io-index"8516checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8517dependencies = [8518 "once_cell",8519 "thiserror",8520 "toml",8521]85228523[[package]]8524name = "proc-macro-error"8525version = "1.0.4"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8528dependencies = [8529 "proc-macro-error-attr",8530 "proc-macro2",8531 "quote",8532 "syn",8533 "version_check",8534]85358536[[package]]8537name = "proc-macro-error-attr"8538version = "1.0.4"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8541dependencies = [8542 "proc-macro2",8543 "quote",8544 "version_check",8545]85468547[[package]]8548name = "proc-macro2"8549version = "1.0.50"8550source = "registry+https://github.com/rust-lang/crates.io-index"8551checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"8552dependencies = [8553 "unicode-ident",8554]85558556[[package]]8557name = "prometheus"8558version = "0.13.3"8559source = "registry+https://github.com/rust-lang/crates.io-index"8560checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8561dependencies = [8562 "cfg-if",8563 "fnv",8564 "lazy_static",8565 "memchr",8566 "parking_lot 0.12.1",8567 "thiserror",8568]85698570[[package]]8571name = "prometheus-client"8572version = "0.18.1"8573source = "registry+https://github.com/rust-lang/crates.io-index"8574checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8575dependencies = [8576 "dtoa",8577 "itoa",8578 "parking_lot 0.12.1",8579 "prometheus-client-derive-text-encode",8580]85818582[[package]]8583name = "prometheus-client-derive-text-encode"8584version = "0.3.0"8585source = "registry+https://github.com/rust-lang/crates.io-index"8586checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8587dependencies = [8588 "proc-macro2",8589 "quote",8590 "syn",8591]85928593[[package]]8594name = "prost"8595version = "0.11.6"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"8598dependencies = [8599 "bytes",8600 "prost-derive",8601]86028603[[package]]8604name = "prost-build"8605version = "0.11.6"8606source = "registry+https://github.com/rust-lang/crates.io-index"8607checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"8608dependencies = [8609 "bytes",8610 "heck",8611 "itertools",8612 "lazy_static",8613 "log",8614 "multimap",8615 "petgraph",8616 "prettyplease",8617 "prost",8618 "prost-types",8619 "regex",8620 "syn",8621 "tempfile",8622 "which",8623]86248625[[package]]8626name = "prost-codec"8627version = "0.2.0"8628source = "registry+https://github.com/rust-lang/crates.io-index"8629checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8630dependencies = [8631 "asynchronous-codec",8632 "bytes",8633 "prost",8634 "thiserror",8635 "unsigned-varint",8636]86378638[[package]]8639name = "prost-derive"8640version = "0.11.6"8641source = "registry+https://github.com/rust-lang/crates.io-index"8642checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"8643dependencies = [8644 "anyhow",8645 "itertools",8646 "proc-macro2",8647 "quote",8648 "syn",8649]86508651[[package]]8652name = "prost-types"8653version = "0.11.6"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"8656dependencies = [8657 "bytes",8658 "prost",8659]86608661[[package]]8662name = "psm"8663version = "0.1.21"8664source = "registry+https://github.com/rust-lang/crates.io-index"8665checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8666dependencies = [8667 "cc",8668]86698670[[package]]8671name = "quartz-runtime"8672version = "0.9.36"8673dependencies = [8674 "app-promotion-rpc",8675 "cumulus-pallet-aura-ext",8676 "cumulus-pallet-dmp-queue",8677 "cumulus-pallet-parachain-system",8678 "cumulus-pallet-xcm",8679 "cumulus-pallet-xcmp-queue",8680 "cumulus-primitives-core",8681 "cumulus-primitives-timestamp",8682 "cumulus-primitives-utility",8683 "derivative",8684 "evm-coder",8685 "fp-evm",8686 "fp-evm-mapping",8687 "fp-rpc",8688 "fp-self-contained",8689 "frame-benchmarking",8690 "frame-executive",8691 "frame-support",8692 "frame-system",8693 "frame-system-benchmarking",8694 "frame-system-rpc-runtime-api",8695 "frame-try-runtime",8696 "hex-literal",8697 "impl-trait-for-tuples",8698 "log",8699 "logtest",8700 "num_enum",8701 "orml-tokens",8702 "orml-traits",8703 "orml-vesting",8704 "orml-xtokens",8705 "pallet-app-promotion",8706 "pallet-aura",8707 "pallet-authorship",8708 "pallet-balances",8709 "pallet-base-fee",8710 "pallet-collator-selection",8711 "pallet-common",8712 "pallet-configuration",8713 "pallet-ethereum",8714 "pallet-evm",8715 "pallet-evm-coder-substrate",8716 "pallet-evm-contract-helpers",8717 "pallet-evm-migration",8718 "pallet-evm-precompile-simple",8719 "pallet-evm-transaction-payment",8720 "pallet-foreign-assets",8721 "pallet-fungible",8722 "pallet-identity 4.0.0-dev",8723 "pallet-inflation",8724 "pallet-maintenance",8725 "pallet-nonfungible",8726 "pallet-randomness-collective-flip",8727 "pallet-refungible",8728 "pallet-rmrk-core",8729 "pallet-rmrk-equip",8730 "pallet-session",8731 "pallet-structure",8732 "pallet-sudo",8733 "pallet-template-transaction-payment",8734 "pallet-test-utils",8735 "pallet-timestamp",8736 "pallet-transaction-payment",8737 "pallet-transaction-payment-rpc-runtime-api",8738 "pallet-treasury",8739 "pallet-unique",8740 "pallet-xcm",8741 "parachain-info",8742 "parity-scale-codec",8743 "polkadot-parachain",8744 "precompile-utils-macro",8745 "rmrk-rpc",8746 "scale-info",8747 "serde",8748 "smallvec",8749 "sp-api",8750 "sp-arithmetic",8751 "sp-block-builder",8752 "sp-consensus-aura",8753 "sp-core",8754 "sp-inherents",8755 "sp-io",8756 "sp-offchain",8757 "sp-runtime",8758 "sp-session",8759 "sp-std",8760 "sp-transaction-pool",8761 "sp-version",8762 "substrate-wasm-builder",8763 "up-common",8764 "up-data-structs",8765 "up-pov-estimate-rpc",8766 "up-rpc",8767 "up-sponsorship",8768 "xcm",8769 "xcm-builder",8770 "xcm-executor",8771]87728773[[package]]8774name = "quick-error"8775version = "1.2.3"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87788779[[package]]8780name = "quicksink"8781version = "0.1.2"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8784dependencies = [8785 "futures-core",8786 "futures-sink",8787 "pin-project-lite 0.1.12",8788]87898790[[package]]8791name = "quote"8792version = "1.0.23"8793source = "registry+https://github.com/rust-lang/crates.io-index"8794checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"8795dependencies = [8796 "proc-macro2",8797]87988799[[package]]8800name = "radium"8801version = "0.7.0"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88048805[[package]]8806name = "rand"8807version = "0.7.3"8808source = "registry+https://github.com/rust-lang/crates.io-index"8809checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8810dependencies = [8811 "getrandom 0.1.16",8812 "libc",8813 "rand_chacha 0.2.2",8814 "rand_core 0.5.1",8815 "rand_hc",8816 "rand_pcg 0.2.1",8817]88188819[[package]]8820name = "rand"8821version = "0.8.5"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8824dependencies = [8825 "libc",8826 "rand_chacha 0.3.1",8827 "rand_core 0.6.4",8828]88298830[[package]]8831name = "rand_chacha"8832version = "0.2.2"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8835dependencies = [8836 "ppv-lite86",8837 "rand_core 0.5.1",8838]88398840[[package]]8841name = "rand_chacha"8842version = "0.3.1"8843source = "registry+https://github.com/rust-lang/crates.io-index"8844checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8845dependencies = [8846 "ppv-lite86",8847 "rand_core 0.6.4",8848]88498850[[package]]8851name = "rand_core"8852version = "0.5.1"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8855dependencies = [8856 "getrandom 0.1.16",8857]88588859[[package]]8860name = "rand_core"8861version = "0.6.4"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8864dependencies = [8865 "getrandom 0.2.8",8866]88678868[[package]]8869name = "rand_distr"8870version = "0.4.3"8871source = "registry+https://github.com/rust-lang/crates.io-index"8872checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8873dependencies = [8874 "num-traits",8875 "rand 0.8.5",8876]88778878[[package]]8879name = "rand_hc"8880version = "0.2.0"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8883dependencies = [8884 "rand_core 0.5.1",8885]88868887[[package]]8888name = "rand_pcg"8889version = "0.2.1"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8892dependencies = [8893 "rand_core 0.5.1",8894]88958896[[package]]8897name = "rand_pcg"8898version = "0.3.1"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8901dependencies = [8902 "rand_core 0.6.4",8903]89048905[[package]]8906name = "rawpointer"8907version = "0.2.1"8908source = "registry+https://github.com/rust-lang/crates.io-index"8909checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89108911[[package]]8912name = "rayon"8913version = "1.6.1"8914source = "registry+https://github.com/rust-lang/crates.io-index"8915checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"8916dependencies = [8917 "either",8918 "rayon-core",8919]89208921[[package]]8922name = "rayon-core"8923version = "1.10.1"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"8926dependencies = [8927 "crossbeam-channel",8928 "crossbeam-deque",8929 "crossbeam-utils",8930 "num_cpus",8931]89328933[[package]]8934name = "redox_syscall"8935version = "0.2.16"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"8938dependencies = [8939 "bitflags",8940]89418942[[package]]8943name = "redox_users"8944version = "0.4.3"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8947dependencies = [8948 "getrandom 0.2.8",8949 "redox_syscall",8950 "thiserror",8951]89528953[[package]]8954name = "reed-solomon-novelpoly"8955version = "1.0.0"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8958dependencies = [8959 "derive_more",8960 "fs-err",8961 "itertools",8962 "static_init 0.5.2",8963 "thiserror",8964]89658966[[package]]8967name = "ref-cast"8968version = "1.0.14"8969source = "registry+https://github.com/rust-lang/crates.io-index"8970checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"8971dependencies = [8972 "ref-cast-impl",8973]89748975[[package]]8976name = "ref-cast-impl"8977version = "1.0.14"8978source = "registry+https://github.com/rust-lang/crates.io-index"8979checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"8980dependencies = [8981 "proc-macro2",8982 "quote",8983 "syn",8984]89858986[[package]]8987name = "regalloc2"8988version = "0.3.2"8989source = "registry+https://github.com/rust-lang/crates.io-index"8990checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"8991dependencies = [8992 "fxhash",8993 "log",8994 "slice-group-by",8995 "smallvec",8996]89978998[[package]]8999name = "regex"9000version = "1.7.1"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"9003dependencies = [9004 "aho-corasick",9005 "memchr",9006 "regex-syntax",9007]90089009[[package]]9010name = "regex-automata"9011version = "0.1.10"9012source = "registry+https://github.com/rust-lang/crates.io-index"9013checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9014dependencies = [9015 "regex-syntax",9016]90179018[[package]]9019name = "regex-syntax"9020version = "0.6.28"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"90239024[[package]]9025name = "remove_dir_all"9026version = "0.5.3"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9029dependencies = [9030 "winapi",9031]90329033[[package]]9034name = "resolv-conf"9035version = "0.7.0"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9038dependencies = [9039 "hostname",9040 "quick-error",9041]90429043[[package]]9044name = "rfc6979"9045version = "0.3.1"9046source = "registry+https://github.com/rust-lang/crates.io-index"9047checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9048dependencies = [9049 "crypto-bigint",9050 "hmac 0.12.1",9051 "zeroize",9052]90539054[[package]]9055name = "ring"9056version = "0.16.20"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9059dependencies = [9060 "cc",9061 "libc",9062 "once_cell",9063 "spin",9064 "untrusted",9065 "web-sys",9066 "winapi",9067]90689069[[package]]9070name = "ripemd"9071version = "0.1.3"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9074dependencies = [9075 "digest 0.10.6",9076]90779078[[package]]9079name = "rlp"9080version = "0.5.2"9081source = "registry+https://github.com/rust-lang/crates.io-index"9082checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9083dependencies = [9084 "bytes",9085 "rlp-derive",9086 "rustc-hex",9087]90889089[[package]]9090name = "rlp-derive"9091version = "0.1.0"9092source = "registry+https://github.com/rust-lang/crates.io-index"9093checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9094dependencies = [9095 "proc-macro2",9096 "quote",9097 "syn",9098]90999100[[package]]9101name = "rmrk-rpc"9102version = "0.0.2"9103dependencies = [9104 "parity-scale-codec",9105 "rmrk-traits",9106 "serde",9107 "sp-api",9108 "sp-runtime",9109 "sp-std",9110]91119112[[package]]9113name = "rmrk-traits"9114version = "0.1.0"9115dependencies = [9116 "parity-scale-codec",9117 "scale-info",9118 "serde",9119]91209121[[package]]9122name = "rocksdb"9123version = "0.19.0"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9126dependencies = [9127 "libc",9128 "librocksdb-sys",9129]91309131[[package]]9132name = "rococo-runtime"9133version = "0.9.36"9134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9135dependencies = [9136 "beefy-merkle-tree",9137 "frame-benchmarking",9138 "frame-executive",9139 "frame-support",9140 "frame-system",9141 "frame-system-benchmarking",9142 "frame-system-rpc-runtime-api",9143 "hex-literal",9144 "log",9145 "pallet-authority-discovery",9146 "pallet-authorship",9147 "pallet-babe",9148 "pallet-balances",9149 "pallet-beefy",9150 "pallet-beefy-mmr",9151 "pallet-bounties",9152 "pallet-child-bounties",9153 "pallet-collective",9154 "pallet-democracy",9155 "pallet-elections-phragmen",9156 "pallet-grandpa",9157 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",9158 "pallet-im-online",9159 "pallet-indices",9160 "pallet-membership",9161 "pallet-mmr",9162 "pallet-multisig",9163 "pallet-nis",9164 "pallet-offences",9165 "pallet-preimage",9166 "pallet-proxy",9167 "pallet-recovery",9168 "pallet-scheduler",9169 "pallet-session",9170 "pallet-society",9171 "pallet-staking",9172 "pallet-state-trie-migration",9173 "pallet-sudo",9174 "pallet-timestamp",9175 "pallet-tips",9176 "pallet-transaction-payment",9177 "pallet-transaction-payment-rpc-runtime-api",9178 "pallet-treasury",9179 "pallet-utility",9180 "pallet-vesting",9181 "pallet-xcm",9182 "pallet-xcm-benchmarks",9183 "parity-scale-codec",9184 "polkadot-parachain",9185 "polkadot-primitives",9186 "polkadot-runtime-common",9187 "polkadot-runtime-parachains",9188 "rococo-runtime-constants",9189 "scale-info",9190 "serde",9191 "serde_derive",9192 "smallvec",9193 "sp-api",9194 "sp-authority-discovery",9195 "sp-beefy",9196 "sp-block-builder",9197 "sp-consensus-babe",9198 "sp-core",9199 "sp-inherents",9200 "sp-io",9201 "sp-mmr-primitives",9202 "sp-offchain",9203 "sp-runtime",9204 "sp-session",9205 "sp-staking",9206 "sp-std",9207 "sp-transaction-pool",9208 "sp-version",9209 "static_assertions",9210 "substrate-wasm-builder",9211 "xcm",9212 "xcm-builder",9213 "xcm-executor",9214]92159216[[package]]9217name = "rococo-runtime-constants"9218version = "0.9.36"9219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9220dependencies = [9221 "frame-support",9222 "polkadot-primitives",9223 "polkadot-runtime-common",9224 "smallvec",9225 "sp-core",9226 "sp-runtime",9227 "sp-weights",9228]92299230[[package]]9231name = "rpassword"9232version = "7.2.0"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9235dependencies = [9236 "libc",9237 "rtoolbox",9238 "winapi",9239]92409241[[package]]9242name = "rtnetlink"9243version = "0.10.1"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9246dependencies = [9247 "async-global-executor",9248 "futures",9249 "log",9250 "netlink-packet-route",9251 "netlink-proto",9252 "nix",9253 "thiserror",9254]92559256[[package]]9257name = "rtoolbox"9258version = "0.0.1"9259source = "registry+https://github.com/rust-lang/crates.io-index"9260checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9261dependencies = [9262 "libc",9263 "winapi",9264]92659266[[package]]9267name = "rustc-demangle"9268version = "0.1.21"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92719272[[package]]9273name = "rustc-hash"9274version = "1.1.0"9275source = "registry+https://github.com/rust-lang/crates.io-index"9276checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92779278[[package]]9279name = "rustc-hex"9280version = "2.1.0"9281source = "registry+https://github.com/rust-lang/crates.io-index"9282checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92839284[[package]]9285name = "rustc_version"9286version = "0.2.3"9287source = "registry+https://github.com/rust-lang/crates.io-index"9288checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9289dependencies = [9290 "semver 0.9.0",9291]92929293[[package]]9294name = "rustc_version"9295version = "0.4.0"9296source = "registry+https://github.com/rust-lang/crates.io-index"9297checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9298dependencies = [9299 "semver 1.0.16",9300]93019302[[package]]9303name = "rustix"9304version = "0.35.13"9305source = "registry+https://github.com/rust-lang/crates.io-index"9306checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9307dependencies = [9308 "bitflags",9309 "errno",9310 "io-lifetimes 0.7.5",9311 "libc",9312 "linux-raw-sys 0.0.46",9313 "windows-sys 0.42.0",9314]93159316[[package]]9317name = "rustix"9318version = "0.36.7"9319source = "registry+https://github.com/rust-lang/crates.io-index"9320checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"9321dependencies = [9322 "bitflags",9323 "errno",9324 "io-lifetimes 1.0.4",9325 "libc",9326 "linux-raw-sys 0.1.4",9327 "windows-sys 0.42.0",9328]93299330[[package]]9331name = "rustls"9332version = "0.20.8"9333source = "registry+https://github.com/rust-lang/crates.io-index"9334checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"9335dependencies = [9336 "log",9337 "ring",9338 "sct",9339 "webpki",9340]93419342[[package]]9343name = "rustls-native-certs"9344version = "0.6.2"9345source = "registry+https://github.com/rust-lang/crates.io-index"9346checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9347dependencies = [9348 "openssl-probe",9349 "rustls-pemfile",9350 "schannel",9351 "security-framework",9352]93539354[[package]]9355name = "rustls-pemfile"9356version = "1.0.2"9357source = "registry+https://github.com/rust-lang/crates.io-index"9358checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"9359dependencies = [9360 "base64 0.21.0",9361]93629363[[package]]9364name = "rustversion"9365version = "1.0.11"9366source = "registry+https://github.com/rust-lang/crates.io-index"9367checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"93689369[[package]]9370name = "rw-stream-sink"9371version = "0.3.0"9372source = "registry+https://github.com/rust-lang/crates.io-index"9373checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9374dependencies = [9375 "futures",9376 "pin-project",9377 "static_assertions",9378]93799380[[package]]9381name = "ryu"9382version = "1.0.12"9383source = "registry+https://github.com/rust-lang/crates.io-index"9384checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"93859386[[package]]9387name = "safe-mix"9388version = "1.0.1"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9391dependencies = [9392 "rustc_version 0.2.3",9393]93949395[[package]]9396name = "same-file"9397version = "1.0.6"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9400dependencies = [9401 "winapi-util",9402]94039404[[package]]9405name = "sc-allocator"9406version = "4.1.0-dev"9407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9408dependencies = [9409 "log",9410 "sp-core",9411 "sp-wasm-interface",9412 "thiserror",9413]94149415[[package]]9416name = "sc-authority-discovery"9417version = "0.10.0-dev"9418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9419dependencies = [9420 "async-trait",9421 "futures",9422 "futures-timer",9423 "ip_network",9424 "libp2p",9425 "log",9426 "parity-scale-codec",9427 "prost",9428 "prost-build",9429 "rand 0.7.3",9430 "sc-client-api",9431 "sc-network-common",9432 "sp-api",9433 "sp-authority-discovery",9434 "sp-blockchain",9435 "sp-core",9436 "sp-keystore",9437 "sp-runtime",9438 "substrate-prometheus-endpoint",9439 "thiserror",9440]94419442[[package]]9443name = "sc-basic-authorship"9444version = "0.10.0-dev"9445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9446dependencies = [9447 "futures",9448 "futures-timer",9449 "log",9450 "parity-scale-codec",9451 "sc-block-builder",9452 "sc-client-api",9453 "sc-proposer-metrics",9454 "sc-telemetry",9455 "sc-transaction-pool-api",9456 "sp-api",9457 "sp-blockchain",9458 "sp-consensus",9459 "sp-core",9460 "sp-inherents",9461 "sp-runtime",9462 "substrate-prometheus-endpoint",9463]94649465[[package]]9466name = "sc-block-builder"9467version = "0.10.0-dev"9468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9469dependencies = [9470 "parity-scale-codec",9471 "sc-client-api",9472 "sp-api",9473 "sp-block-builder",9474 "sp-blockchain",9475 "sp-core",9476 "sp-inherents",9477 "sp-runtime",9478 "sp-state-machine",9479]94809481[[package]]9482name = "sc-chain-spec"9483version = "4.0.0-dev"9484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9485dependencies = [9486 "impl-trait-for-tuples",9487 "memmap2",9488 "parity-scale-codec",9489 "sc-chain-spec-derive",9490 "sc-network-common",9491 "sc-telemetry",9492 "serde",9493 "serde_json",9494 "sp-core",9495 "sp-runtime",9496]94979498[[package]]9499name = "sc-chain-spec-derive"9500version = "4.0.0-dev"9501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9502dependencies = [9503 "proc-macro-crate",9504 "proc-macro2",9505 "quote",9506 "syn",9507]95089509[[package]]9510name = "sc-cli"9511version = "0.10.0-dev"9512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9513dependencies = [9514 "array-bytes 4.2.0",9515 "chrono",9516 "clap",9517 "fdlimit",9518 "futures",9519 "libp2p",9520 "log",9521 "names",9522 "parity-scale-codec",9523 "rand 0.7.3",9524 "regex",9525 "rpassword",9526 "sc-client-api",9527 "sc-client-db",9528 "sc-keystore",9529 "sc-network",9530 "sc-network-common",9531 "sc-service",9532 "sc-telemetry",9533 "sc-tracing",9534 "sc-utils",9535 "serde",9536 "serde_json",9537 "sp-blockchain",9538 "sp-core",9539 "sp-keyring",9540 "sp-keystore",9541 "sp-panic-handler",9542 "sp-runtime",9543 "sp-version",9544 "thiserror",9545 "tiny-bip39",9546 "tokio",9547]95489549[[package]]9550name = "sc-client-api"9551version = "4.0.0-dev"9552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9553dependencies = [9554 "fnv",9555 "futures",9556 "hash-db",9557 "log",9558 "parity-scale-codec",9559 "parking_lot 0.12.1",9560 "sc-executor",9561 "sc-transaction-pool-api",9562 "sc-utils",9563 "sp-api",9564 "sp-blockchain",9565 "sp-consensus",9566 "sp-core",9567 "sp-database",9568 "sp-externalities",9569 "sp-keystore",9570 "sp-runtime",9571 "sp-state-machine",9572 "sp-storage",9573 "sp-trie",9574 "substrate-prometheus-endpoint",9575]95769577[[package]]9578name = "sc-client-db"9579version = "0.10.0-dev"9580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9581dependencies = [9582 "hash-db",9583 "kvdb",9584 "kvdb-memorydb",9585 "kvdb-rocksdb",9586 "linked-hash-map",9587 "log",9588 "parity-db",9589 "parity-scale-codec",9590 "parking_lot 0.12.1",9591 "sc-client-api",9592 "sc-state-db",9593 "sp-arithmetic",9594 "sp-blockchain",9595 "sp-core",9596 "sp-database",9597 "sp-runtime",9598 "sp-state-machine",9599 "sp-trie",9600]96019602[[package]]9603name = "sc-consensus"9604version = "0.10.0-dev"9605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9606dependencies = [9607 "async-trait",9608 "futures",9609 "futures-timer",9610 "libp2p",9611 "log",9612 "mockall",9613 "parking_lot 0.12.1",9614 "sc-client-api",9615 "sc-utils",9616 "serde",9617 "sp-api",9618 "sp-blockchain",9619 "sp-consensus",9620 "sp-core",9621 "sp-runtime",9622 "sp-state-machine",9623 "substrate-prometheus-endpoint",9624 "thiserror",9625]96269627[[package]]9628name = "sc-consensus-aura"9629version = "0.10.0-dev"9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9631dependencies = [9632 "async-trait",9633 "futures",9634 "log",9635 "parity-scale-codec",9636 "sc-block-builder",9637 "sc-client-api",9638 "sc-consensus",9639 "sc-consensus-slots",9640 "sc-telemetry",9641 "sp-api",9642 "sp-application-crypto",9643 "sp-block-builder",9644 "sp-blockchain",9645 "sp-consensus",9646 "sp-consensus-aura",9647 "sp-consensus-slots",9648 "sp-core",9649 "sp-inherents",9650 "sp-keystore",9651 "sp-runtime",9652 "substrate-prometheus-endpoint",9653 "thiserror",9654]96559656[[package]]9657name = "sc-consensus-babe"9658version = "0.10.0-dev"9659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9660dependencies = [9661 "async-trait",9662 "fork-tree",9663 "futures",9664 "log",9665 "merlin",9666 "num-bigint",9667 "num-rational",9668 "num-traits",9669 "parity-scale-codec",9670 "parking_lot 0.12.1",9671 "sc-client-api",9672 "sc-consensus",9673 "sc-consensus-epochs",9674 "sc-consensus-slots",9675 "sc-keystore",9676 "sc-telemetry",9677 "schnorrkel",9678 "serde",9679 "sp-api",9680 "sp-application-crypto",9681 "sp-block-builder",9682 "sp-blockchain",9683 "sp-consensus",9684 "sp-consensus-babe",9685 "sp-consensus-slots",9686 "sp-consensus-vrf",9687 "sp-core",9688 "sp-inherents",9689 "sp-io",9690 "sp-keystore",9691 "sp-runtime",9692 "sp-version",9693 "substrate-prometheus-endpoint",9694 "thiserror",9695]96969697[[package]]9698name = "sc-consensus-babe-rpc"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9701dependencies = [9702 "futures",9703 "jsonrpsee",9704 "sc-consensus-babe",9705 "sc-consensus-epochs",9706 "sc-rpc-api",9707 "serde",9708 "sp-api",9709 "sp-application-crypto",9710 "sp-blockchain",9711 "sp-consensus",9712 "sp-consensus-babe",9713 "sp-core",9714 "sp-keystore",9715 "sp-runtime",9716 "thiserror",9717]97189719[[package]]9720name = "sc-consensus-epochs"9721version = "0.10.0-dev"9722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9723dependencies = [9724 "fork-tree",9725 "parity-scale-codec",9726 "sc-client-api",9727 "sc-consensus",9728 "sp-blockchain",9729 "sp-runtime",9730]97319732[[package]]9733name = "sc-consensus-manual-seal"9734version = "0.10.0-dev"9735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9736dependencies = [9737 "assert_matches",9738 "async-trait",9739 "futures",9740 "jsonrpsee",9741 "log",9742 "parity-scale-codec",9743 "sc-client-api",9744 "sc-consensus",9745 "sc-consensus-aura",9746 "sc-consensus-babe",9747 "sc-consensus-epochs",9748 "sc-transaction-pool",9749 "sc-transaction-pool-api",9750 "serde",9751 "sp-api",9752 "sp-blockchain",9753 "sp-consensus",9754 "sp-consensus-aura",9755 "sp-consensus-babe",9756 "sp-consensus-slots",9757 "sp-core",9758 "sp-inherents",9759 "sp-keystore",9760 "sp-runtime",9761 "sp-timestamp",9762 "substrate-prometheus-endpoint",9763 "thiserror",9764]97659766[[package]]9767name = "sc-consensus-slots"9768version = "0.10.0-dev"9769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9770dependencies = [9771 "async-trait",9772 "futures",9773 "futures-timer",9774 "log",9775 "parity-scale-codec",9776 "sc-client-api",9777 "sc-consensus",9778 "sc-telemetry",9779 "sp-arithmetic",9780 "sp-blockchain",9781 "sp-consensus",9782 "sp-consensus-slots",9783 "sp-core",9784 "sp-inherents",9785 "sp-runtime",9786 "sp-state-machine",9787 "thiserror",9788]97899790[[package]]9791name = "sc-executor"9792version = "0.10.0-dev"9793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9794dependencies = [9795 "lru",9796 "parity-scale-codec",9797 "parking_lot 0.12.1",9798 "sc-executor-common",9799 "sc-executor-wasmi",9800 "sc-executor-wasmtime",9801 "sp-api",9802 "sp-core",9803 "sp-externalities",9804 "sp-io",9805 "sp-panic-handler",9806 "sp-runtime-interface",9807 "sp-trie",9808 "sp-version",9809 "sp-wasm-interface",9810 "tracing",9811 "wasmi",9812]98139814[[package]]9815name = "sc-executor-common"9816version = "0.10.0-dev"9817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9818dependencies = [9819 "sc-allocator",9820 "sp-maybe-compressed-blob",9821 "sp-wasm-interface",9822 "thiserror",9823 "wasm-instrument",9824 "wasmi",9825]98269827[[package]]9828name = "sc-executor-wasmi"9829version = "0.10.0-dev"9830source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9831dependencies = [9832 "log",9833 "sc-allocator",9834 "sc-executor-common",9835 "sp-runtime-interface",9836 "sp-wasm-interface",9837 "wasmi",9838]98399840[[package]]9841name = "sc-executor-wasmtime"9842version = "0.10.0-dev"9843source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9844dependencies = [9845 "cfg-if",9846 "libc",9847 "log",9848 "once_cell",9849 "rustix 0.35.13",9850 "sc-allocator",9851 "sc-executor-common",9852 "sp-runtime-interface",9853 "sp-wasm-interface",9854 "wasmtime",9855]98569857[[package]]9858name = "sc-finality-grandpa"9859version = "0.10.0-dev"9860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9861dependencies = [9862 "ahash",9863 "array-bytes 4.2.0",9864 "async-trait",9865 "dyn-clone",9866 "finality-grandpa",9867 "fork-tree",9868 "futures",9869 "futures-timer",9870 "log",9871 "parity-scale-codec",9872 "parking_lot 0.12.1",9873 "rand 0.8.5",9874 "sc-block-builder",9875 "sc-chain-spec",9876 "sc-client-api",9877 "sc-consensus",9878 "sc-keystore",9879 "sc-network",9880 "sc-network-common",9881 "sc-network-gossip",9882 "sc-telemetry",9883 "sc-utils",9884 "serde_json",9885 "sp-api",9886 "sp-application-crypto",9887 "sp-arithmetic",9888 "sp-blockchain",9889 "sp-consensus",9890 "sp-core",9891 "sp-finality-grandpa",9892 "sp-keystore",9893 "sp-runtime",9894 "substrate-prometheus-endpoint",9895 "thiserror",9896]98979898[[package]]9899name = "sc-finality-grandpa-rpc"9900version = "0.10.0-dev"9901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9902dependencies = [9903 "finality-grandpa",9904 "futures",9905 "jsonrpsee",9906 "log",9907 "parity-scale-codec",9908 "sc-client-api",9909 "sc-finality-grandpa",9910 "sc-rpc",9911 "serde",9912 "serde_json",9913 "sp-blockchain",9914 "sp-core",9915 "sp-runtime",9916 "thiserror",9917]99189919[[package]]9920name = "sc-informant"9921version = "0.10.0-dev"9922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9923dependencies = [9924 "ansi_term",9925 "futures",9926 "futures-timer",9927 "log",9928 "sc-client-api",9929 "sc-network-common",9930 "sc-transaction-pool-api",9931 "sp-blockchain",9932 "sp-runtime",9933]99349935[[package]]9936name = "sc-keystore"9937version = "4.0.0-dev"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9939dependencies = [9940 "array-bytes 4.2.0",9941 "async-trait",9942 "parking_lot 0.12.1",9943 "serde_json",9944 "sp-application-crypto",9945 "sp-core",9946 "sp-keystore",9947 "thiserror",9948]99499950[[package]]9951name = "sc-network"9952version = "0.10.0-dev"9953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9954dependencies = [9955 "array-bytes 4.2.0",9956 "async-trait",9957 "asynchronous-codec",9958 "bitflags",9959 "bytes",9960 "cid",9961 "either",9962 "fnv",9963 "fork-tree",9964 "futures",9965 "futures-timer",9966 "ip_network",9967 "libp2p",9968 "linked-hash-map",9969 "linked_hash_set",9970 "log",9971 "lru",9972 "parity-scale-codec",9973 "parking_lot 0.12.1",9974 "pin-project",9975 "prost",9976 "rand 0.7.3",9977 "sc-block-builder",9978 "sc-client-api",9979 "sc-consensus",9980 "sc-network-common",9981 "sc-peerset",9982 "sc-utils",9983 "serde",9984 "serde_json",9985 "smallvec",9986 "sp-arithmetic",9987 "sp-blockchain",9988 "sp-consensus",9989 "sp-core",9990 "sp-runtime",9991 "substrate-prometheus-endpoint",9992 "thiserror",9993 "unsigned-varint",9994 "zeroize",9995]99969997[[package]]9998name = "sc-network-bitswap"9999version = "0.10.0-dev"10000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10001dependencies = [10002 "cid",10003 "futures",10004 "libp2p",10005 "log",10006 "prost",10007 "prost-build",10008 "sc-client-api",10009 "sc-network-common",10010 "sp-blockchain",10011 "sp-runtime",10012 "thiserror",10013 "unsigned-varint",10014 "void",10015]1001610017[[package]]10018name = "sc-network-common"10019version = "0.10.0-dev"10020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10021dependencies = [10022 "async-trait",10023 "bitflags",10024 "bytes",10025 "futures",10026 "futures-timer",10027 "libp2p",10028 "linked_hash_set",10029 "parity-scale-codec",10030 "prost-build",10031 "sc-consensus",10032 "sc-peerset",10033 "serde",10034 "smallvec",10035 "sp-blockchain",10036 "sp-consensus",10037 "sp-finality-grandpa",10038 "sp-runtime",10039 "substrate-prometheus-endpoint",10040 "thiserror",10041]1004210043[[package]]10044name = "sc-network-gossip"10045version = "0.10.0-dev"10046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10047dependencies = [10048 "ahash",10049 "futures",10050 "futures-timer",10051 "libp2p",10052 "log",10053 "lru",10054 "sc-network-common",10055 "sc-peerset",10056 "sp-runtime",10057 "substrate-prometheus-endpoint",10058 "tracing",10059]1006010061[[package]]10062name = "sc-network-light"10063version = "0.10.0-dev"10064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10065dependencies = [10066 "array-bytes 4.2.0",10067 "futures",10068 "libp2p",10069 "log",10070 "parity-scale-codec",10071 "prost",10072 "prost-build",10073 "sc-client-api",10074 "sc-network-common",10075 "sc-peerset",10076 "sp-blockchain",10077 "sp-core",10078 "sp-runtime",10079 "thiserror",10080]1008110082[[package]]10083name = "sc-network-sync"10084version = "0.10.0-dev"10085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10086dependencies = [10087 "array-bytes 4.2.0",10088 "async-trait",10089 "fork-tree",10090 "futures",10091 "libp2p",10092 "log",10093 "lru",10094 "mockall",10095 "parity-scale-codec",10096 "prost",10097 "prost-build",10098 "sc-client-api",10099 "sc-consensus",10100 "sc-network-common",10101 "sc-peerset",10102 "sc-utils",10103 "smallvec",10104 "sp-arithmetic",10105 "sp-blockchain",10106 "sp-consensus",10107 "sp-core",10108 "sp-finality-grandpa",10109 "sp-runtime",10110 "substrate-prometheus-endpoint",10111 "thiserror",10112]1011310114[[package]]10115name = "sc-network-transactions"10116version = "0.10.0-dev"10117source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10118dependencies = [10119 "array-bytes 4.2.0",10120 "futures",10121 "hex",10122 "libp2p",10123 "log",10124 "parity-scale-codec",10125 "pin-project",10126 "sc-network-common",10127 "sc-peerset",10128 "sp-consensus",10129 "sp-runtime",10130 "substrate-prometheus-endpoint",10131]1013210133[[package]]10134name = "sc-offchain"10135version = "4.0.0-dev"10136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10137dependencies = [10138 "array-bytes 4.2.0",10139 "bytes",10140 "fnv",10141 "futures",10142 "futures-timer",10143 "hyper",10144 "hyper-rustls",10145 "libp2p",10146 "num_cpus",10147 "once_cell",10148 "parity-scale-codec",10149 "parking_lot 0.12.1",10150 "rand 0.7.3",10151 "sc-client-api",10152 "sc-network-common",10153 "sc-peerset",10154 "sc-utils",10155 "sp-api",10156 "sp-core",10157 "sp-offchain",10158 "sp-runtime",10159 "threadpool",10160 "tracing",10161]1016210163[[package]]10164name = "sc-peerset"10165version = "4.0.0-dev"10166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10167dependencies = [10168 "futures",10169 "libp2p",10170 "log",10171 "sc-utils",10172 "serde_json",10173 "wasm-timer",10174]1017510176[[package]]10177name = "sc-proposer-metrics"10178version = "0.10.0-dev"10179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10180dependencies = [10181 "log",10182 "substrate-prometheus-endpoint",10183]1018410185[[package]]10186name = "sc-rpc"10187version = "4.0.0-dev"10188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10189dependencies = [10190 "futures",10191 "hash-db",10192 "jsonrpsee",10193 "log",10194 "parity-scale-codec",10195 "parking_lot 0.12.1",10196 "sc-block-builder",10197 "sc-chain-spec",10198 "sc-client-api",10199 "sc-rpc-api",10200 "sc-tracing",10201 "sc-transaction-pool-api",10202 "sc-utils",10203 "serde_json",10204 "sp-api",10205 "sp-blockchain",10206 "sp-core",10207 "sp-keystore",10208 "sp-offchain",10209 "sp-rpc",10210 "sp-runtime",10211 "sp-session",10212 "sp-version",10213]1021410215[[package]]10216name = "sc-rpc-api"10217version = "0.10.0-dev"10218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10219dependencies = [10220 "futures",10221 "jsonrpsee",10222 "log",10223 "parity-scale-codec",10224 "parking_lot 0.12.1",10225 "sc-chain-spec",10226 "sc-transaction-pool-api",10227 "scale-info",10228 "serde",10229 "serde_json",10230 "sp-core",10231 "sp-rpc",10232 "sp-runtime",10233 "sp-tracing",10234 "sp-version",10235 "thiserror",10236]1023710238[[package]]10239name = "sc-rpc-server"10240version = "4.0.0-dev"10241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10242dependencies = [10243 "futures",10244 "http",10245 "jsonrpsee",10246 "log",10247 "serde_json",10248 "substrate-prometheus-endpoint",10249 "tokio",10250 "tower",10251 "tower-http",10252]1025310254[[package]]10255name = "sc-rpc-spec-v2"10256version = "0.10.0-dev"10257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10258dependencies = [10259 "futures",10260 "hex",10261 "jsonrpsee",10262 "parity-scale-codec",10263 "sc-chain-spec",10264 "sc-transaction-pool-api",10265 "serde",10266 "sp-api",10267 "sp-blockchain",10268 "sp-core",10269 "sp-runtime",10270 "thiserror",10271]1027210273[[package]]10274name = "sc-service"10275version = "0.10.0-dev"10276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10277dependencies = [10278 "async-trait",10279 "directories",10280 "exit-future",10281 "futures",10282 "futures-timer",10283 "hash-db",10284 "jsonrpsee",10285 "log",10286 "parity-scale-codec",10287 "parking_lot 0.12.1",10288 "pin-project",10289 "rand 0.7.3",10290 "sc-block-builder",10291 "sc-chain-spec",10292 "sc-client-api",10293 "sc-client-db",10294 "sc-consensus",10295 "sc-executor",10296 "sc-informant",10297 "sc-keystore",10298 "sc-network",10299 "sc-network-bitswap",10300 "sc-network-common",10301 "sc-network-light",10302 "sc-network-sync",10303 "sc-network-transactions",10304 "sc-offchain",10305 "sc-rpc",10306 "sc-rpc-server",10307 "sc-rpc-spec-v2",10308 "sc-sysinfo",10309 "sc-telemetry",10310 "sc-tracing",10311 "sc-transaction-pool",10312 "sc-transaction-pool-api",10313 "sc-utils",10314 "serde",10315 "serde_json",10316 "sp-api",10317 "sp-application-crypto",10318 "sp-block-builder",10319 "sp-blockchain",10320 "sp-consensus",10321 "sp-core",10322 "sp-externalities",10323 "sp-inherents",10324 "sp-keystore",10325 "sp-runtime",10326 "sp-session",10327 "sp-state-machine",10328 "sp-storage",10329 "sp-tracing",10330 "sp-transaction-pool",10331 "sp-transaction-storage-proof",10332 "sp-trie",10333 "sp-version",10334 "static_init 1.0.3",10335 "substrate-prometheus-endpoint",10336 "tempfile",10337 "thiserror",10338 "tokio",10339 "tracing",10340 "tracing-futures",10341]1034210343[[package]]10344name = "sc-state-db"10345version = "0.10.0-dev"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10347dependencies = [10348 "log",10349 "parity-scale-codec",10350 "parking_lot 0.12.1",10351 "sc-client-api",10352 "sp-core",10353]1035410355[[package]]10356name = "sc-sync-state-rpc"10357version = "0.10.0-dev"10358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10359dependencies = [10360 "jsonrpsee",10361 "parity-scale-codec",10362 "sc-chain-spec",10363 "sc-client-api",10364 "sc-consensus-babe",10365 "sc-consensus-epochs",10366 "sc-finality-grandpa",10367 "serde",10368 "serde_json",10369 "sp-blockchain",10370 "sp-runtime",10371 "thiserror",10372]1037310374[[package]]10375name = "sc-sysinfo"10376version = "6.0.0-dev"10377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10378dependencies = [10379 "futures",10380 "libc",10381 "log",10382 "rand 0.7.3",10383 "rand_pcg 0.2.1",10384 "regex",10385 "sc-telemetry",10386 "serde",10387 "serde_json",10388 "sp-core",10389 "sp-io",10390 "sp-std",10391]1039210393[[package]]10394name = "sc-telemetry"10395version = "4.0.0-dev"10396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10397dependencies = [10398 "chrono",10399 "futures",10400 "libp2p",10401 "log",10402 "parking_lot 0.12.1",10403 "pin-project",10404 "rand 0.7.3",10405 "serde",10406 "serde_json",10407 "thiserror",10408 "wasm-timer",10409]1041010411[[package]]10412name = "sc-tracing"10413version = "4.0.0-dev"10414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10415dependencies = [10416 "ansi_term",10417 "atty",10418 "chrono",10419 "lazy_static",10420 "libc",10421 "log",10422 "once_cell",10423 "parking_lot 0.12.1",10424 "regex",10425 "rustc-hash",10426 "sc-client-api",10427 "sc-rpc-server",10428 "sc-tracing-proc-macro",10429 "serde",10430 "sp-api",10431 "sp-blockchain",10432 "sp-core",10433 "sp-rpc",10434 "sp-runtime",10435 "sp-tracing",10436 "thiserror",10437 "tracing",10438 "tracing-log",10439 "tracing-subscriber",10440]1044110442[[package]]10443name = "sc-tracing-proc-macro"10444version = "4.0.0-dev"10445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10446dependencies = [10447 "proc-macro-crate",10448 "proc-macro2",10449 "quote",10450 "syn",10451]1045210453[[package]]10454name = "sc-transaction-pool"10455version = "4.0.0-dev"10456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10457dependencies = [10458 "async-trait",10459 "futures",10460 "futures-timer",10461 "linked-hash-map",10462 "log",10463 "parity-scale-codec",10464 "parking_lot 0.12.1",10465 "sc-client-api",10466 "sc-transaction-pool-api",10467 "sc-utils",10468 "serde",10469 "sp-api",10470 "sp-blockchain",10471 "sp-core",10472 "sp-runtime",10473 "sp-tracing",10474 "sp-transaction-pool",10475 "substrate-prometheus-endpoint",10476 "thiserror",10477]1047810479[[package]]10480name = "sc-transaction-pool-api"10481version = "4.0.0-dev"10482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10483dependencies = [10484 "async-trait",10485 "futures",10486 "log",10487 "serde",10488 "sp-blockchain",10489 "sp-runtime",10490 "thiserror",10491]1049210493[[package]]10494name = "sc-utils"10495version = "4.0.0-dev"10496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10497dependencies = [10498 "futures",10499 "futures-timer",10500 "lazy_static",10501 "log",10502 "parking_lot 0.12.1",10503 "prometheus",10504]1050510506[[package]]10507name = "scale-info"10508version = "2.3.1"10509source = "registry+https://github.com/rust-lang/crates.io-index"10510checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10511dependencies = [10512 "bitvec",10513 "cfg-if",10514 "derive_more",10515 "parity-scale-codec",10516 "scale-info-derive",10517 "serde",10518]1051910520[[package]]10521name = "scale-info-derive"10522version = "2.3.1"10523source = "registry+https://github.com/rust-lang/crates.io-index"10524checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"10525dependencies = [10526 "proc-macro-crate",10527 "proc-macro2",10528 "quote",10529 "syn",10530]1053110532[[package]]10533name = "schannel"10534version = "0.1.21"10535source = "registry+https://github.com/rust-lang/crates.io-index"10536checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"10537dependencies = [10538 "windows-sys 0.42.0",10539]1054010541[[package]]10542name = "schnorrkel"10543version = "0.9.1"10544source = "registry+https://github.com/rust-lang/crates.io-index"10545checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10546dependencies = [10547 "arrayref",10548 "arrayvec 0.5.2",10549 "curve25519-dalek 2.1.3",10550 "getrandom 0.1.16",10551 "merlin",10552 "rand 0.7.3",10553 "rand_core 0.5.1",10554 "sha2 0.8.2",10555 "subtle",10556 "zeroize",10557]1055810559[[package]]10560name = "scopeguard"10561version = "1.1.0"10562source = "registry+https://github.com/rust-lang/crates.io-index"10563checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1056410565[[package]]10566name = "scratch"10567version = "1.0.3"10568source = "registry+https://github.com/rust-lang/crates.io-index"10569checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"1057010571[[package]]10572name = "sct"10573version = "0.7.0"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10576dependencies = [10577 "ring",10578 "untrusted",10579]1058010581[[package]]10582name = "sec1"10583version = "0.3.0"10584source = "registry+https://github.com/rust-lang/crates.io-index"10585checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10586dependencies = [10587 "base16ct",10588 "der",10589 "generic-array 0.14.6",10590 "pkcs8",10591 "subtle",10592 "zeroize",10593]1059410595[[package]]10596name = "secp256k1"10597version = "0.24.3"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"10600dependencies = [10601 "secp256k1-sys",10602]1060310604[[package]]10605name = "secp256k1-sys"10606version = "0.6.1"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10609dependencies = [10610 "cc",10611]1061210613[[package]]10614name = "secrecy"10615version = "0.8.0"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10618dependencies = [10619 "zeroize",10620]1062110622[[package]]10623name = "security-framework"10624version = "2.8.0"10625source = "registry+https://github.com/rust-lang/crates.io-index"10626checksum = "645926f31b250a2dca3c232496c2d898d91036e45ca0e97e0e2390c54e11be36"10627dependencies = [10628 "bitflags",10629 "core-foundation",10630 "core-foundation-sys",10631 "libc",10632 "security-framework-sys",10633]1063410635[[package]]10636name = "security-framework-sys"10637version = "2.8.0"10638source = "registry+https://github.com/rust-lang/crates.io-index"10639checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"10640dependencies = [10641 "core-foundation-sys",10642 "libc",10643]1064410645[[package]]10646name = "semver"10647version = "0.6.0"10648source = "registry+https://github.com/rust-lang/crates.io-index"10649checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10650dependencies = [10651 "semver-parser",10652]1065310654[[package]]10655name = "semver"10656version = "0.9.0"10657source = "registry+https://github.com/rust-lang/crates.io-index"10658checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10659dependencies = [10660 "semver-parser",10661]1066210663[[package]]10664name = "semver"10665version = "1.0.16"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"10668dependencies = [10669 "serde",10670]1067110672[[package]]10673name = "semver-parser"10674version = "0.7.0"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1067710678[[package]]10679name = "serde"10680version = "1.0.152"10681source = "registry+https://github.com/rust-lang/crates.io-index"10682checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"10683dependencies = [10684 "serde_derive",10685]1068610687[[package]]10688name = "serde_derive"10689version = "1.0.152"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"10692dependencies = [10693 "proc-macro2",10694 "quote",10695 "syn",10696]1069710698[[package]]10699name = "serde_json"10700version = "1.0.91"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"10703dependencies = [10704 "itoa",10705 "ryu",10706 "serde",10707]1070810709[[package]]10710name = "serde_nanos"10711version = "0.1.2"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10714dependencies = [10715 "serde",10716]1071710718[[package]]10719name = "sha-1"10720version = "0.9.8"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10723dependencies = [10724 "block-buffer 0.9.0",10725 "cfg-if",10726 "cpufeatures",10727 "digest 0.9.0",10728 "opaque-debug 0.3.0",10729]1073010731[[package]]10732name = "sha2"10733version = "0.8.2"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10736dependencies = [10737 "block-buffer 0.7.3",10738 "digest 0.8.1",10739 "fake-simd",10740 "opaque-debug 0.2.3",10741]1074210743[[package]]10744name = "sha2"10745version = "0.9.9"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10748dependencies = [10749 "block-buffer 0.9.0",10750 "cfg-if",10751 "cpufeatures",10752 "digest 0.9.0",10753 "opaque-debug 0.3.0",10754]1075510756[[package]]10757name = "sha2"10758version = "0.10.6"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10761dependencies = [10762 "cfg-if",10763 "cpufeatures",10764 "digest 0.10.6",10765]1076610767[[package]]10768name = "sha3"10769version = "0.8.2"10770source = "registry+https://github.com/rust-lang/crates.io-index"10771checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10772dependencies = [10773 "block-buffer 0.7.3",10774 "byte-tools",10775 "digest 0.8.1",10776 "keccak",10777 "opaque-debug 0.2.3",10778]1077910780[[package]]10781name = "sha3"10782version = "0.10.6"10783source = "registry+https://github.com/rust-lang/crates.io-index"10784checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10785dependencies = [10786 "digest 0.10.6",10787 "keccak",10788]1078910790[[package]]10791name = "sha3-const"10792version = "0.1.1"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1079510796[[package]]10797name = "sharded-slab"10798version = "0.1.4"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10801dependencies = [10802 "lazy_static",10803]1080410805[[package]]10806name = "shlex"10807version = "1.1.0"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1081010811[[package]]10812name = "signal-hook"10813version = "0.3.14"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10816dependencies = [10817 "libc",10818 "signal-hook-registry",10819]1082010821[[package]]10822name = "signal-hook-registry"10823version = "1.4.0"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10826dependencies = [10827 "libc",10828]1082910830[[package]]10831name = "signature"10832version = "1.6.4"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"10835dependencies = [10836 "digest 0.10.6",10837 "rand_core 0.6.4",10838]1083910840[[package]]10841name = "simba"10842version = "0.5.1"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10845dependencies = [10846 "approx",10847 "num-complex",10848 "num-traits",10849 "paste",10850]1085110852[[package]]10853name = "similar"10854version = "2.2.1"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"10857dependencies = [10858 "bstr 0.2.17",10859 "unicode-segmentation",10860]1086110862[[package]]10863name = "similar-asserts"10864version = "1.4.2"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10867dependencies = [10868 "console",10869 "similar",10870]1087110872[[package]]10873name = "slab"10874version = "0.4.7"10875source = "registry+https://github.com/rust-lang/crates.io-index"10876checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10877dependencies = [10878 "autocfg",10879]1088010881[[package]]10882name = "slice-group-by"10883version = "0.3.0"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1088610887[[package]]10888name = "slot-range-helper"10889version = "0.9.36"10890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"10891dependencies = [10892 "enumn",10893 "parity-scale-codec",10894 "paste",10895 "sp-runtime",10896 "sp-std",10897]1089810899[[package]]10900name = "slotmap"10901version = "1.0.6"10902source = "registry+https://github.com/rust-lang/crates.io-index"10903checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10904dependencies = [10905 "version_check",10906]1090710908[[package]]10909name = "smallvec"10910version = "1.10.0"10911source = "registry+https://github.com/rust-lang/crates.io-index"10912checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1091310914[[package]]10915name = "snap"10916version = "1.1.0"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1091910920[[package]]10921name = "snow"10922version = "0.9.0"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10925dependencies = [10926 "aes-gcm",10927 "blake2",10928 "chacha20poly1305",10929 "curve25519-dalek 4.0.0-pre.5",10930 "rand_core 0.6.4",10931 "ring",10932 "rustc_version 0.4.0",10933 "sha2 0.10.6",10934 "subtle",10935]1093610937[[package]]10938name = "socket2"10939version = "0.4.7"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"10942dependencies = [10943 "libc",10944 "winapi",10945]1094610947[[package]]10948name = "soketto"10949version = "0.7.1"10950source = "registry+https://github.com/rust-lang/crates.io-index"10951checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10952dependencies = [10953 "base64 0.13.1",10954 "bytes",10955 "flate2",10956 "futures",10957 "http",10958 "httparse",10959 "log",10960 "rand 0.8.5",10961 "sha-1",10962]1096310964[[package]]10965name = "sp-api"10966version = "4.0.0-dev"10967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10968dependencies = [10969 "hash-db",10970 "log",10971 "parity-scale-codec",10972 "sp-api-proc-macro",10973 "sp-core",10974 "sp-runtime",10975 "sp-state-machine",10976 "sp-std",10977 "sp-trie",10978 "sp-version",10979 "thiserror",10980]1098110982[[package]]10983name = "sp-api-proc-macro"10984version = "4.0.0-dev"10985source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10986dependencies = [10987 "blake2",10988 "proc-macro-crate",10989 "proc-macro2",10990 "quote",10991 "syn",10992]1099310994[[package]]10995name = "sp-application-crypto"10996version = "7.0.0"10997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10998dependencies = [10999 "parity-scale-codec",11000 "scale-info",11001 "serde",11002 "sp-core",11003 "sp-io",11004 "sp-std",11005]1100611007[[package]]11008name = "sp-arithmetic"11009version = "6.0.0"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11011dependencies = [11012 "integer-sqrt",11013 "num-traits",11014 "parity-scale-codec",11015 "scale-info",11016 "serde",11017 "sp-debug-derive",11018 "sp-std",11019 "static_assertions",11020]1102111022[[package]]11023name = "sp-authority-discovery"11024version = "4.0.0-dev"11025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11026dependencies = [11027 "parity-scale-codec",11028 "scale-info",11029 "sp-api",11030 "sp-application-crypto",11031 "sp-runtime",11032 "sp-std",11033]1103411035[[package]]11036name = "sp-authorship"11037version = "4.0.0-dev"11038source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11039dependencies = [11040 "async-trait",11041 "parity-scale-codec",11042 "sp-inherents",11043 "sp-runtime",11044 "sp-std",11045]1104611047[[package]]11048name = "sp-beefy"11049version = "4.0.0-dev"11050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11051dependencies = [11052 "parity-scale-codec",11053 "scale-info",11054 "serde",11055 "sp-api",11056 "sp-application-crypto",11057 "sp-core",11058 "sp-io",11059 "sp-mmr-primitives",11060 "sp-runtime",11061 "sp-std",11062]1106311064[[package]]11065name = "sp-block-builder"11066version = "4.0.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11068dependencies = [11069 "parity-scale-codec",11070 "sp-api",11071 "sp-inherents",11072 "sp-runtime",11073 "sp-std",11074]1107511076[[package]]11077name = "sp-blockchain"11078version = "4.0.0-dev"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11080dependencies = [11081 "futures",11082 "log",11083 "lru",11084 "parity-scale-codec",11085 "parking_lot 0.12.1",11086 "sp-api",11087 "sp-consensus",11088 "sp-database",11089 "sp-runtime",11090 "sp-state-machine",11091 "thiserror",11092]1109311094[[package]]11095name = "sp-consensus"11096version = "0.10.0-dev"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11098dependencies = [11099 "async-trait",11100 "futures",11101 "futures-timer",11102 "log",11103 "parity-scale-codec",11104 "sp-core",11105 "sp-inherents",11106 "sp-runtime",11107 "sp-state-machine",11108 "sp-std",11109 "sp-version",11110 "thiserror",11111]1111211113[[package]]11114name = "sp-consensus-aura"11115version = "0.10.0-dev"11116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11117dependencies = [11118 "async-trait",11119 "parity-scale-codec",11120 "scale-info",11121 "sp-api",11122 "sp-application-crypto",11123 "sp-consensus",11124 "sp-consensus-slots",11125 "sp-inherents",11126 "sp-runtime",11127 "sp-std",11128 "sp-timestamp",11129]1113011131[[package]]11132name = "sp-consensus-babe"11133version = "0.10.0-dev"11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11135dependencies = [11136 "async-trait",11137 "merlin",11138 "parity-scale-codec",11139 "scale-info",11140 "serde",11141 "sp-api",11142 "sp-application-crypto",11143 "sp-consensus",11144 "sp-consensus-slots",11145 "sp-consensus-vrf",11146 "sp-core",11147 "sp-inherents",11148 "sp-keystore",11149 "sp-runtime",11150 "sp-std",11151 "sp-timestamp",11152]1115311154[[package]]11155name = "sp-consensus-slots"11156version = "0.10.0-dev"11157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11158dependencies = [11159 "parity-scale-codec",11160 "scale-info",11161 "serde",11162 "sp-arithmetic",11163 "sp-runtime",11164 "sp-std",11165 "sp-timestamp",11166]1116711168[[package]]11169name = "sp-consensus-vrf"11170version = "0.10.0-dev"11171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11172dependencies = [11173 "parity-scale-codec",11174 "scale-info",11175 "schnorrkel",11176 "sp-core",11177 "sp-runtime",11178 "sp-std",11179]1118011181[[package]]11182name = "sp-core"11183version = "7.0.0"11184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11185dependencies = [11186 "array-bytes 4.2.0",11187 "base58",11188 "bitflags",11189 "blake2",11190 "byteorder",11191 "dyn-clonable",11192 "ed25519-zebra",11193 "futures",11194 "hash-db",11195 "hash256-std-hasher",11196 "impl-serde",11197 "lazy_static",11198 "libsecp256k1",11199 "log",11200 "merlin",11201 "num-traits",11202 "parity-scale-codec",11203 "parking_lot 0.12.1",11204 "primitive-types 0.12.1",11205 "rand 0.7.3",11206 "regex",11207 "scale-info",11208 "schnorrkel",11209 "secp256k1",11210 "secrecy",11211 "serde",11212 "sp-core-hashing",11213 "sp-debug-derive",11214 "sp-externalities",11215 "sp-runtime-interface",11216 "sp-std",11217 "sp-storage",11218 "ss58-registry",11219 "substrate-bip39",11220 "thiserror",11221 "tiny-bip39",11222 "wasmi",11223 "zeroize",11224]1122511226[[package]]11227name = "sp-core-hashing"11228version = "5.0.0"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11230dependencies = [11231 "blake2",11232 "byteorder",11233 "digest 0.10.6",11234 "sha2 0.10.6",11235 "sha3 0.10.6",11236 "sp-std",11237 "twox-hash",11238]1123911240[[package]]11241name = "sp-core-hashing-proc-macro"11242version = "5.0.0"11243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11244dependencies = [11245 "proc-macro2",11246 "quote",11247 "sp-core-hashing",11248 "syn",11249]1125011251[[package]]11252name = "sp-database"11253version = "4.0.0-dev"11254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11255dependencies = [11256 "kvdb",11257 "parking_lot 0.12.1",11258]1125911260[[package]]11261name = "sp-debug-derive"11262version = "5.0.0"11263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11264dependencies = [11265 "proc-macro2",11266 "quote",11267 "syn",11268]1126911270[[package]]11271name = "sp-externalities"11272version = "0.13.0"11273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11274dependencies = [11275 "environmental",11276 "parity-scale-codec",11277 "sp-std",11278 "sp-storage",11279]1128011281[[package]]11282name = "sp-finality-grandpa"11283version = "4.0.0-dev"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11285dependencies = [11286 "finality-grandpa",11287 "log",11288 "parity-scale-codec",11289 "scale-info",11290 "serde",11291 "sp-api",11292 "sp-application-crypto",11293 "sp-core",11294 "sp-keystore",11295 "sp-runtime",11296 "sp-std",11297]1129811299[[package]]11300name = "sp-inherents"11301version = "4.0.0-dev"11302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11303dependencies = [11304 "async-trait",11305 "impl-trait-for-tuples",11306 "parity-scale-codec",11307 "sp-core",11308 "sp-runtime",11309 "sp-std",11310 "thiserror",11311]1131211313[[package]]11314name = "sp-io"11315version = "7.0.0"11316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11317dependencies = [11318 "bytes",11319 "ed25519-dalek",11320 "futures",11321 "hash-db",11322 "libsecp256k1",11323 "log",11324 "parity-scale-codec",11325 "parking_lot 0.12.1",11326 "secp256k1",11327 "sp-core",11328 "sp-externalities",11329 "sp-keystore",11330 "sp-runtime-interface",11331 "sp-state-machine",11332 "sp-std",11333 "sp-tracing",11334 "sp-trie",11335 "sp-wasm-interface",11336 "tracing",11337 "tracing-core",11338]1133911340[[package]]11341name = "sp-keyring"11342version = "7.0.0"11343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11344dependencies = [11345 "lazy_static",11346 "sp-core",11347 "sp-runtime",11348 "strum",11349]1135011351[[package]]11352name = "sp-keystore"11353version = "0.13.0"11354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11355dependencies = [11356 "async-trait",11357 "futures",11358 "merlin",11359 "parity-scale-codec",11360 "parking_lot 0.12.1",11361 "schnorrkel",11362 "serde",11363 "sp-core",11364 "sp-externalities",11365 "thiserror",11366]1136711368[[package]]11369name = "sp-maybe-compressed-blob"11370version = "4.1.0-dev"11371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11372dependencies = [11373 "thiserror",11374 "zstd",11375]1137611377[[package]]11378name = "sp-mmr-primitives"11379version = "4.0.0-dev"11380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11381dependencies = [11382 "ckb-merkle-mountain-range",11383 "log",11384 "parity-scale-codec",11385 "scale-info",11386 "serde",11387 "sp-api",11388 "sp-core",11389 "sp-debug-derive",11390 "sp-runtime",11391 "sp-std",11392 "thiserror",11393]1139411395[[package]]11396name = "sp-npos-elections"11397version = "4.0.0-dev"11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11399dependencies = [11400 "parity-scale-codec",11401 "scale-info",11402 "serde",11403 "sp-arithmetic",11404 "sp-core",11405 "sp-runtime",11406 "sp-std",11407]1140811409[[package]]11410name = "sp-offchain"11411version = "4.0.0-dev"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11413dependencies = [11414 "sp-api",11415 "sp-core",11416 "sp-runtime",11417]1141811419[[package]]11420name = "sp-panic-handler"11421version = "5.0.0"11422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11423dependencies = [11424 "backtrace",11425 "lazy_static",11426 "regex",11427]1142811429[[package]]11430name = "sp-rpc"11431version = "6.0.0"11432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11433dependencies = [11434 "rustc-hash",11435 "serde",11436 "sp-core",11437]1143811439[[package]]11440name = "sp-runtime"11441version = "7.0.0"11442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11443dependencies = [11444 "either",11445 "hash256-std-hasher",11446 "impl-trait-for-tuples",11447 "log",11448 "parity-scale-codec",11449 "paste",11450 "rand 0.7.3",11451 "scale-info",11452 "serde",11453 "sp-application-crypto",11454 "sp-arithmetic",11455 "sp-core",11456 "sp-io",11457 "sp-std",11458 "sp-weights",11459]1146011461[[package]]11462name = "sp-runtime-interface"11463version = "7.0.0"11464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11465dependencies = [11466 "bytes",11467 "impl-trait-for-tuples",11468 "parity-scale-codec",11469 "primitive-types 0.12.1",11470 "sp-externalities",11471 "sp-runtime-interface-proc-macro",11472 "sp-std",11473 "sp-storage",11474 "sp-tracing",11475 "sp-wasm-interface",11476 "static_assertions",11477]1147811479[[package]]11480name = "sp-runtime-interface-proc-macro"11481version = "6.0.0"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11483dependencies = [11484 "Inflector",11485 "proc-macro-crate",11486 "proc-macro2",11487 "quote",11488 "syn",11489]1149011491[[package]]11492name = "sp-session"11493version = "4.0.0-dev"11494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11495dependencies = [11496 "parity-scale-codec",11497 "scale-info",11498 "sp-api",11499 "sp-core",11500 "sp-runtime",11501 "sp-staking",11502 "sp-std",11503]1150411505[[package]]11506name = "sp-staking"11507version = "4.0.0-dev"11508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11509dependencies = [11510 "parity-scale-codec",11511 "scale-info",11512 "sp-core",11513 "sp-runtime",11514 "sp-std",11515]1151611517[[package]]11518name = "sp-state-machine"11519version = "0.13.0"11520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11521dependencies = [11522 "hash-db",11523 "log",11524 "num-traits",11525 "parity-scale-codec",11526 "parking_lot 0.12.1",11527 "rand 0.7.3",11528 "smallvec",11529 "sp-core",11530 "sp-externalities",11531 "sp-panic-handler",11532 "sp-std",11533 "sp-trie",11534 "thiserror",11535 "tracing",11536 "trie-root",11537]1153811539[[package]]11540name = "sp-std"11541version = "5.0.0"11542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"1154311544[[package]]11545name = "sp-storage"11546version = "7.0.0"11547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11548dependencies = [11549 "impl-serde",11550 "parity-scale-codec",11551 "ref-cast",11552 "serde",11553 "sp-debug-derive",11554 "sp-std",11555]1155611557[[package]]11558name = "sp-timestamp"11559version = "4.0.0-dev"11560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11561dependencies = [11562 "async-trait",11563 "futures-timer",11564 "log",11565 "parity-scale-codec",11566 "sp-api",11567 "sp-inherents",11568 "sp-runtime",11569 "sp-std",11570 "thiserror",11571]1157211573[[package]]11574name = "sp-tracing"11575version = "6.0.0"11576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11577dependencies = [11578 "parity-scale-codec",11579 "sp-std",11580 "tracing",11581 "tracing-core",11582 "tracing-subscriber",11583]1158411585[[package]]11586name = "sp-transaction-pool"11587version = "4.0.0-dev"11588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11589dependencies = [11590 "sp-api",11591 "sp-runtime",11592]1159311594[[package]]11595name = "sp-transaction-storage-proof"11596version = "4.0.0-dev"11597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11598dependencies = [11599 "async-trait",11600 "log",11601 "parity-scale-codec",11602 "scale-info",11603 "sp-core",11604 "sp-inherents",11605 "sp-runtime",11606 "sp-std",11607 "sp-trie",11608]1160911610[[package]]11611name = "sp-trie"11612version = "7.0.0"11613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11614dependencies = [11615 "ahash",11616 "hash-db",11617 "hashbrown",11618 "lazy_static",11619 "lru",11620 "memory-db",11621 "nohash-hasher",11622 "parity-scale-codec",11623 "parking_lot 0.12.1",11624 "scale-info",11625 "sp-core",11626 "sp-std",11627 "thiserror",11628 "tracing",11629 "trie-db",11630 "trie-root",11631]1163211633[[package]]11634name = "sp-version"11635version = "5.0.0"11636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11637dependencies = [11638 "impl-serde",11639 "parity-scale-codec",11640 "parity-wasm",11641 "scale-info",11642 "serde",11643 "sp-core-hashing-proc-macro",11644 "sp-runtime",11645 "sp-std",11646 "sp-version-proc-macro",11647 "thiserror",11648]1164911650[[package]]11651name = "sp-version-proc-macro"11652version = "4.0.0-dev"11653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11654dependencies = [11655 "parity-scale-codec",11656 "proc-macro2",11657 "quote",11658 "syn",11659]1166011661[[package]]11662name = "sp-wasm-interface"11663version = "7.0.0"11664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11665dependencies = [11666 "impl-trait-for-tuples",11667 "log",11668 "parity-scale-codec",11669 "sp-std",11670 "wasmi",11671 "wasmtime",11672]1167311674[[package]]11675name = "sp-weights"11676version = "4.0.0"11677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11678dependencies = [11679 "impl-trait-for-tuples",11680 "parity-scale-codec",11681 "scale-info",11682 "serde",11683 "smallvec",11684 "sp-arithmetic",11685 "sp-core",11686 "sp-debug-derive",11687 "sp-std",11688]1168911690[[package]]11691name = "spin"11692version = "0.5.2"11693source = "registry+https://github.com/rust-lang/crates.io-index"11694checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1169511696[[package]]11697name = "spki"11698version = "0.6.0"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11701dependencies = [11702 "base64ct",11703 "der",11704]1170511706[[package]]11707name = "ss58-registry"11708version = "1.37.0"11709source = "registry+https://github.com/rust-lang/crates.io-index"11710checksum = "d44528162f980c0e03c71e005d334332c8da0aec9f2b0b4bdc557ed4a9f24776"11711dependencies = [11712 "Inflector",11713 "num-format",11714 "proc-macro2",11715 "quote",11716 "serde",11717 "serde_json",11718 "unicode-xid",11719]1172011721[[package]]11722name = "stable_deref_trait"11723version = "1.2.0"11724source = "registry+https://github.com/rust-lang/crates.io-index"11725checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1172611727[[package]]11728name = "static_assertions"11729version = "1.1.0"11730source = "registry+https://github.com/rust-lang/crates.io-index"11731checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1173211733[[package]]11734name = "static_init"11735version = "0.5.2"11736source = "registry+https://github.com/rust-lang/crates.io-index"11737checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11738dependencies = [11739 "cfg_aliases",11740 "libc",11741 "parking_lot 0.11.2",11742 "static_init_macro 0.5.0",11743]1174411745[[package]]11746name = "static_init"11747version = "1.0.3"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11750dependencies = [11751 "bitflags",11752 "cfg_aliases",11753 "libc",11754 "parking_lot 0.11.2",11755 "parking_lot_core 0.8.6",11756 "static_init_macro 1.0.2",11757 "winapi",11758]1175911760[[package]]11761name = "static_init_macro"11762version = "0.5.0"11763source = "registry+https://github.com/rust-lang/crates.io-index"11764checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11765dependencies = [11766 "cfg_aliases",11767 "memchr",11768 "proc-macro2",11769 "quote",11770 "syn",11771]1177211773[[package]]11774name = "static_init_macro"11775version = "1.0.2"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11778dependencies = [11779 "cfg_aliases",11780 "memchr",11781 "proc-macro2",11782 "quote",11783 "syn",11784]1178511786[[package]]11787name = "statrs"11788version = "0.15.0"11789source = "registry+https://github.com/rust-lang/crates.io-index"11790checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11791dependencies = [11792 "approx",11793 "lazy_static",11794 "nalgebra",11795 "num-traits",11796 "rand 0.8.5",11797]1179811799[[package]]11800name = "strsim"11801version = "0.10.0"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1180411805[[package]]11806name = "struct-versioning"11807version = "0.1.0"11808dependencies = [11809 "quote",11810 "syn",11811]1181211813[[package]]11814name = "strum"11815version = "0.24.1"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11818dependencies = [11819 "strum_macros",11820]1182111822[[package]]11823name = "strum_macros"11824version = "0.24.3"11825source = "registry+https://github.com/rust-lang/crates.io-index"11826checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11827dependencies = [11828 "heck",11829 "proc-macro2",11830 "quote",11831 "rustversion",11832 "syn",11833]1183411835[[package]]11836name = "substrate-bip39"11837version = "0.4.4"11838source = "registry+https://github.com/rust-lang/crates.io-index"11839checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11840dependencies = [11841 "hmac 0.11.0",11842 "pbkdf2 0.8.0",11843 "schnorrkel",11844 "sha2 0.9.9",11845 "zeroize",11846]1184711848[[package]]11849name = "substrate-build-script-utils"11850version = "3.0.0"11851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11852dependencies = [11853 "platforms 2.0.0",11854]1185511856[[package]]11857name = "substrate-frame-rpc-system"11858version = "4.0.0-dev"11859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11860dependencies = [11861 "frame-system-rpc-runtime-api",11862 "futures",11863 "jsonrpsee",11864 "log",11865 "parity-scale-codec",11866 "sc-client-api",11867 "sc-rpc-api",11868 "sc-transaction-pool-api",11869 "serde_json",11870 "sp-api",11871 "sp-block-builder",11872 "sp-blockchain",11873 "sp-core",11874 "sp-runtime",11875]1187611877[[package]]11878name = "substrate-prometheus-endpoint"11879version = "0.10.0-dev"11880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11881dependencies = [11882 "futures-util",11883 "hyper",11884 "log",11885 "prometheus",11886 "thiserror",11887 "tokio",11888]1188911890[[package]]11891name = "substrate-rpc-client"11892version = "0.10.0-dev"11893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11894dependencies = [11895 "async-trait",11896 "jsonrpsee",11897 "log",11898 "sc-rpc-api",11899 "serde",11900 "sp-runtime",11901]1190211903[[package]]11904name = "substrate-state-trie-migration-rpc"11905version = "4.0.0-dev"11906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11907dependencies = [11908 "jsonrpsee",11909 "log",11910 "parity-scale-codec",11911 "sc-client-api",11912 "sc-rpc-api",11913 "scale-info",11914 "serde",11915 "sp-core",11916 "sp-io",11917 "sp-runtime",11918 "sp-state-machine",11919 "sp-std",11920 "sp-trie",11921 "trie-db",11922]1192311924[[package]]11925name = "substrate-test-utils"11926version = "4.0.0-dev"11927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11928dependencies = [11929 "futures",11930 "substrate-test-utils-derive",11931 "tokio",11932]1193311934[[package]]11935name = "substrate-test-utils-derive"11936version = "0.10.0-dev"11937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11938dependencies = [11939 "proc-macro-crate",11940 "proc-macro2",11941 "quote",11942 "syn",11943]1194411945[[package]]11946name = "substrate-wasm-builder"11947version = "5.0.0-dev"11948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11949dependencies = [11950 "ansi_term",11951 "build-helper",11952 "cargo_metadata",11953 "filetime",11954 "sp-maybe-compressed-blob",11955 "strum",11956 "tempfile",11957 "toml",11958 "walkdir",11959 "wasm-opt",11960]1196111962[[package]]11963name = "subtle"11964version = "2.4.1"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1196711968[[package]]11969name = "syn"11970version = "1.0.107"11971source = "registry+https://github.com/rust-lang/crates.io-index"11972checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"11973dependencies = [11974 "proc-macro2",11975 "quote",11976 "unicode-ident",11977]1197811979[[package]]11980name = "synstructure"11981version = "0.12.6"11982source = "registry+https://github.com/rust-lang/crates.io-index"11983checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11984dependencies = [11985 "proc-macro2",11986 "quote",11987 "syn",11988 "unicode-xid",11989]1199011991[[package]]11992name = "system-configuration"11993version = "0.5.0"11994source = "registry+https://github.com/rust-lang/crates.io-index"11995checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11996dependencies = [11997 "bitflags",11998 "core-foundation",11999 "system-configuration-sys",12000]1200112002[[package]]12003name = "system-configuration-sys"12004version = "0.5.0"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12007dependencies = [12008 "core-foundation-sys",12009 "libc",12010]1201112012[[package]]12013name = "tap"12014version = "1.0.1"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1201712018[[package]]12019name = "target-lexicon"12020version = "0.12.5"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1202312024[[package]]12025name = "tempfile"12026version = "3.3.0"12027source = "registry+https://github.com/rust-lang/crates.io-index"12028checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12029dependencies = [12030 "cfg-if",12031 "fastrand",12032 "libc",12033 "redox_syscall",12034 "remove_dir_all",12035 "winapi",12036]1203712038[[package]]12039name = "termcolor"12040version = "1.2.0"12041source = "registry+https://github.com/rust-lang/crates.io-index"12042checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12043dependencies = [12044 "winapi-util",12045]1204612047[[package]]12048name = "termtree"12049version = "0.4.0"12050source = "registry+https://github.com/rust-lang/crates.io-index"12051checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1205212053[[package]]12054name = "tests"12055version = "0.1.1"12056dependencies = [12057 "evm-coder",12058 "fp-evm-mapping",12059 "frame-support",12060 "frame-system",12061 "pallet-balances",12062 "pallet-common",12063 "pallet-ethereum",12064 "pallet-evm",12065 "pallet-evm-coder-substrate",12066 "pallet-fungible",12067 "pallet-nonfungible",12068 "pallet-refungible",12069 "pallet-structure",12070 "pallet-timestamp",12071 "pallet-transaction-payment",12072 "pallet-unique",12073 "parity-scale-codec",12074 "scale-info",12075 "sp-core",12076 "sp-io",12077 "sp-runtime",12078 "sp-std",12079 "up-data-structs",12080 "up-sponsorship",12081]1208212083[[package]]12084name = "thiserror"12085version = "1.0.38"12086source = "registry+https://github.com/rust-lang/crates.io-index"12087checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"12088dependencies = [12089 "thiserror-impl",12090]1209112092[[package]]12093name = "thiserror-impl"12094version = "1.0.38"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"12097dependencies = [12098 "proc-macro2",12099 "quote",12100 "syn",12101]1210212103[[package]]12104name = "thousands"12105version = "0.2.0"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1210812109[[package]]12110name = "thread_local"12111version = "1.1.4"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12114dependencies = [12115 "once_cell",12116]1211712118[[package]]12119name = "threadpool"12120version = "1.8.1"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12123dependencies = [12124 "num_cpus",12125]1212612127[[package]]12128name = "thrift"12129version = "0.15.0"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12132dependencies = [12133 "byteorder",12134 "integer-encoding",12135 "log",12136 "ordered-float",12137 "threadpool",12138]1213912140[[package]]12141name = "tikv-jemalloc-ctl"12142version = "0.5.0"12143source = "registry+https://github.com/rust-lang/crates.io-index"12144checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12145dependencies = [12146 "libc",12147 "paste",12148 "tikv-jemalloc-sys",12149]1215012151[[package]]12152name = "tikv-jemalloc-sys"12153version = "0.5.2+5.3.0-patched"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12156dependencies = [12157 "cc",12158 "fs_extra",12159 "libc",12160]1216112162[[package]]12163name = "time"12164version = "0.1.45"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12167dependencies = [12168 "libc",12169 "wasi 0.10.0+wasi-snapshot-preview1",12170 "winapi",12171]1217212173[[package]]12174name = "tiny-bip39"12175version = "0.8.2"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12178dependencies = [12179 "anyhow",12180 "hmac 0.8.1",12181 "once_cell",12182 "pbkdf2 0.4.0",12183 "rand 0.7.3",12184 "rustc-hash",12185 "sha2 0.9.9",12186 "thiserror",12187 "unicode-normalization",12188 "wasm-bindgen",12189 "zeroize",12190]1219112192[[package]]12193name = "tiny-keccak"12194version = "2.0.2"12195source = "registry+https://github.com/rust-lang/crates.io-index"12196checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12197dependencies = [12198 "crunchy",12199]1220012201[[package]]12202name = "tinyvec"12203version = "1.6.0"12204source = "registry+https://github.com/rust-lang/crates.io-index"12205checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12206dependencies = [12207 "tinyvec_macros",12208]1220912210[[package]]12211name = "tinyvec_macros"12212version = "0.1.0"12213source = "registry+https://github.com/rust-lang/crates.io-index"12214checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1221512216[[package]]12217name = "tokio"12218version = "1.24.2"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"12221dependencies = [12222 "autocfg",12223 "bytes",12224 "libc",12225 "memchr",12226 "mio",12227 "num_cpus",12228 "parking_lot 0.12.1",12229 "pin-project-lite 0.2.9",12230 "signal-hook-registry",12231 "socket2",12232 "tokio-macros",12233 "windows-sys 0.42.0",12234]1223512236[[package]]12237name = "tokio-macros"12238version = "1.8.2"12239source = "registry+https://github.com/rust-lang/crates.io-index"12240checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12241dependencies = [12242 "proc-macro2",12243 "quote",12244 "syn",12245]1224612247[[package]]12248name = "tokio-rustls"12249version = "0.23.4"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12252dependencies = [12253 "rustls",12254 "tokio",12255 "webpki",12256]1225712258[[package]]12259name = "tokio-stream"12260version = "0.1.11"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12263dependencies = [12264 "futures-core",12265 "pin-project-lite 0.2.9",12266 "tokio",12267]1226812269[[package]]12270name = "tokio-util"12271version = "0.7.4"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12274dependencies = [12275 "bytes",12276 "futures-core",12277 "futures-io",12278 "futures-sink",12279 "pin-project-lite 0.2.9",12280 "tokio",12281 "tracing",12282]1228312284[[package]]12285name = "toml"12286version = "0.5.10"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12289dependencies = [12290 "serde",12291]1229212293[[package]]12294name = "tower"12295version = "0.4.13"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"12298dependencies = [12299 "tower-layer",12300 "tower-service",12301 "tracing",12302]1230312304[[package]]12305name = "tower-http"12306version = "0.3.5"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"12309dependencies = [12310 "bitflags",12311 "bytes",12312 "futures-core",12313 "futures-util",12314 "http",12315 "http-body",12316 "http-range-header",12317 "pin-project-lite 0.2.9",12318 "tower-layer",12319 "tower-service",12320]1232112322[[package]]12323name = "tower-layer"12324version = "0.3.2"12325source = "registry+https://github.com/rust-lang/crates.io-index"12326checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1232712328[[package]]12329name = "tower-service"12330version = "0.3.2"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1233312334[[package]]12335name = "tracing"12336version = "0.1.37"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12339dependencies = [12340 "cfg-if",12341 "log",12342 "pin-project-lite 0.2.9",12343 "tracing-attributes",12344 "tracing-core",12345]1234612347[[package]]12348name = "tracing-attributes"12349version = "0.1.23"12350source = "registry+https://github.com/rust-lang/crates.io-index"12351checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12352dependencies = [12353 "proc-macro2",12354 "quote",12355 "syn",12356]1235712358[[package]]12359name = "tracing-core"12360version = "0.1.30"12361source = "registry+https://github.com/rust-lang/crates.io-index"12362checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12363dependencies = [12364 "once_cell",12365 "valuable",12366]1236712368[[package]]12369name = "tracing-futures"12370version = "0.2.5"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12373dependencies = [12374 "pin-project",12375 "tracing",12376]1237712378[[package]]12379name = "tracing-gum"12380version = "0.9.36"12381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12382dependencies = [12383 "polkadot-node-jaeger",12384 "polkadot-primitives",12385 "tracing",12386 "tracing-gum-proc-macro",12387]1238812389[[package]]12390name = "tracing-gum-proc-macro"12391version = "0.9.36"12392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12393dependencies = [12394 "expander 0.0.6",12395 "proc-macro-crate",12396 "proc-macro2",12397 "quote",12398 "syn",12399]1240012401[[package]]12402name = "tracing-log"12403version = "0.1.3"12404source = "registry+https://github.com/rust-lang/crates.io-index"12405checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12406dependencies = [12407 "lazy_static",12408 "log",12409 "tracing-core",12410]1241112412[[package]]12413name = "tracing-serde"12414version = "0.1.3"12415source = "registry+https://github.com/rust-lang/crates.io-index"12416checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12417dependencies = [12418 "serde",12419 "tracing-core",12420]1242112422[[package]]12423name = "tracing-subscriber"12424version = "0.2.25"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12427dependencies = [12428 "ansi_term",12429 "chrono",12430 "lazy_static",12431 "matchers",12432 "parking_lot 0.11.2",12433 "regex",12434 "serde",12435 "serde_json",12436 "sharded-slab",12437 "smallvec",12438 "thread_local",12439 "tracing",12440 "tracing-core",12441 "tracing-log",12442 "tracing-serde",12443]1244412445[[package]]12446name = "trie-db"12447version = "0.24.0"12448source = "registry+https://github.com/rust-lang/crates.io-index"12449checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12450dependencies = [12451 "hash-db",12452 "hashbrown",12453 "log",12454 "rustc-hex",12455 "smallvec",12456]1245712458[[package]]12459name = "trie-root"12460version = "0.17.0"12461source = "registry+https://github.com/rust-lang/crates.io-index"12462checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12463dependencies = [12464 "hash-db",12465]1246612467[[package]]12468name = "triehash"12469version = "0.8.4"12470source = "registry+https://github.com/rust-lang/crates.io-index"12471checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12472dependencies = [12473 "hash-db",12474 "rlp",12475]1247612477[[package]]12478name = "trust-dns-proto"12479version = "0.22.0"12480source = "registry+https://github.com/rust-lang/crates.io-index"12481checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12482dependencies = [12483 "async-trait",12484 "cfg-if",12485 "data-encoding",12486 "enum-as-inner",12487 "futures-channel",12488 "futures-io",12489 "futures-util",12490 "idna 0.2.3",12491 "ipnet",12492 "lazy_static",12493 "rand 0.8.5",12494 "smallvec",12495 "thiserror",12496 "tinyvec",12497 "tokio",12498 "tracing",12499 "url",12500]1250112502[[package]]12503name = "trust-dns-resolver"12504version = "0.22.0"12505source = "registry+https://github.com/rust-lang/crates.io-index"12506checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12507dependencies = [12508 "cfg-if",12509 "futures-util",12510 "ipconfig",12511 "lazy_static",12512 "lru-cache",12513 "parking_lot 0.12.1",12514 "resolv-conf",12515 "smallvec",12516 "thiserror",12517 "tokio",12518 "tracing",12519 "trust-dns-proto",12520]1252112522[[package]]12523name = "try-lock"12524version = "0.2.4"12525source = "registry+https://github.com/rust-lang/crates.io-index"12526checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1252712528[[package]]12529name = "try-runtime-cli"12530version = "0.10.0-dev"12531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12532dependencies = [12533 "clap",12534 "frame-remote-externalities",12535 "frame-try-runtime",12536 "hex",12537 "log",12538 "parity-scale-codec",12539 "sc-chain-spec",12540 "sc-cli",12541 "sc-executor",12542 "sc-service",12543 "serde",12544 "sp-api",12545 "sp-core",12546 "sp-debug-derive",12547 "sp-externalities",12548 "sp-io",12549 "sp-keystore",12550 "sp-rpc",12551 "sp-runtime",12552 "sp-state-machine",12553 "sp-version",12554 "sp-weights",12555 "substrate-rpc-client",12556 "zstd",12557]1255812559[[package]]12560name = "trybuild"12561version = "1.0.76"12562source = "registry+https://github.com/rust-lang/crates.io-index"12563checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6"12564dependencies = [12565 "glob",12566 "once_cell",12567 "serde",12568 "serde_derive",12569 "serde_json",12570 "termcolor",12571 "toml",12572]1257312574[[package]]12575name = "tt-call"12576version = "1.0.9"12577source = "registry+https://github.com/rust-lang/crates.io-index"12578checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1257912580[[package]]12581name = "twox-hash"12582version = "1.6.3"12583source = "registry+https://github.com/rust-lang/crates.io-index"12584checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12585dependencies = [12586 "cfg-if",12587 "digest 0.10.6",12588 "rand 0.8.5",12589 "static_assertions",12590]1259112592[[package]]12593name = "typenum"12594version = "1.16.0"12595source = "registry+https://github.com/rust-lang/crates.io-index"12596checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1259712598[[package]]12599name = "uc-rpc"12600version = "0.1.4"12601dependencies = [12602 "anyhow",12603 "app-promotion-rpc",12604 "frame-benchmarking",12605 "jsonrpsee",12606 "opal-runtime",12607 "pallet-evm",12608 "parity-scale-codec",12609 "quartz-runtime",12610 "rmrk-rpc",12611 "sc-client-api",12612 "sc-executor",12613 "sc-rpc-api",12614 "sc-service",12615 "sp-api",12616 "sp-blockchain",12617 "sp-core",12618 "sp-externalities",12619 "sp-keystore",12620 "sp-runtime",12621 "sp-state-machine",12622 "sp-trie",12623 "trie-db",12624 "unique-runtime",12625 "up-common",12626 "up-data-structs",12627 "up-pov-estimate-rpc",12628 "up-rpc",12629 "zstd",12630]1263112632[[package]]12633name = "ucd-trie"12634version = "0.1.5"12635source = "registry+https://github.com/rust-lang/crates.io-index"12636checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1263712638[[package]]12639name = "uint"12640version = "0.9.5"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12643dependencies = [12644 "byteorder",12645 "crunchy",12646 "hex",12647 "static_assertions",12648]1264912650[[package]]12651name = "unicode-bidi"12652version = "0.3.9"12653source = "registry+https://github.com/rust-lang/crates.io-index"12654checksum = "0046be40136ef78dc325e0edefccf84ccddacd0afcc1ca54103fa3c61bbdab1d"1265512656[[package]]12657name = "unicode-ident"12658version = "1.0.6"12659source = "registry+https://github.com/rust-lang/crates.io-index"12660checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"1266112662[[package]]12663name = "unicode-normalization"12664version = "0.1.22"12665source = "registry+https://github.com/rust-lang/crates.io-index"12666checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12667dependencies = [12668 "tinyvec",12669]1267012671[[package]]12672name = "unicode-segmentation"12673version = "1.10.0"12674source = "registry+https://github.com/rust-lang/crates.io-index"12675checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1267612677[[package]]12678name = "unicode-width"12679version = "0.1.10"12680source = "registry+https://github.com/rust-lang/crates.io-index"12681checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1268212683[[package]]12684name = "unicode-xid"12685version = "0.2.4"12686source = "registry+https://github.com/rust-lang/crates.io-index"12687checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1268812689[[package]]12690name = "unique-node"12691version = "0.9.36"12692dependencies = [12693 "app-promotion-rpc",12694 "clap",12695 "cumulus-client-cli",12696 "cumulus-client-consensus-aura",12697 "cumulus-client-consensus-common",12698 "cumulus-client-network",12699 "cumulus-client-service",12700 "cumulus-primitives-core",12701 "cumulus-primitives-parachain-inherent",12702 "cumulus-relay-chain-inprocess-interface",12703 "cumulus-relay-chain-interface",12704 "cumulus-relay-chain-minimal-node",12705 "fc-consensus",12706 "fc-db",12707 "fc-mapping-sync",12708 "fc-rpc",12709 "fc-rpc-core",12710 "fp-rpc",12711 "frame-benchmarking",12712 "frame-benchmarking-cli",12713 "futures",12714 "log",12715 "opal-runtime",12716 "pallet-transaction-payment-rpc-runtime-api",12717 "parity-scale-codec",12718 "polkadot-cli",12719 "polkadot-primitives",12720 "polkadot-service",12721 "quartz-runtime",12722 "rmrk-rpc",12723 "sc-basic-authorship",12724 "sc-chain-spec",12725 "sc-cli",12726 "sc-client-api",12727 "sc-consensus",12728 "sc-consensus-manual-seal",12729 "sc-executor",12730 "sc-network",12731 "sc-service",12732 "sc-sysinfo",12733 "sc-telemetry",12734 "sc-tracing",12735 "sc-transaction-pool",12736 "serde",12737 "serde_json",12738 "sp-api",12739 "sp-block-builder",12740 "sp-blockchain",12741 "sp-consensus-aura",12742 "sp-core",12743 "sp-io",12744 "sp-keystore",12745 "sp-offchain",12746 "sp-runtime",12747 "sp-session",12748 "sp-timestamp",12749 "sp-transaction-pool",12750 "substrate-build-script-utils",12751 "substrate-frame-rpc-system",12752 "substrate-prometheus-endpoint",12753 "tokio",12754 "try-runtime-cli",12755 "uc-rpc",12756 "unique-rpc",12757 "unique-runtime",12758 "up-common",12759 "up-data-structs",12760 "up-pov-estimate-rpc",12761 "up-rpc",12762]1276312764[[package]]12765name = "unique-rpc"12766version = "0.1.2"12767dependencies = [12768 "app-promotion-rpc",12769 "fc-db",12770 "fc-rpc",12771 "fc-rpc-core",12772 "fp-rpc",12773 "fp-storage",12774 "jsonrpsee",12775 "pallet-transaction-payment-rpc",12776 "rmrk-rpc",12777 "sc-client-api",12778 "sc-finality-grandpa",12779 "sc-network",12780 "sc-rpc",12781 "sc-rpc-api",12782 "sc-service",12783 "sc-transaction-pool",12784 "serde",12785 "sp-api",12786 "sp-block-builder",12787 "sp-blockchain",12788 "sp-runtime",12789 "substrate-frame-rpc-system",12790 "uc-rpc",12791 "up-common",12792 "up-data-structs",12793 "up-pov-estimate-rpc",12794 "up-rpc",12795]1279612797[[package]]12798name = "unique-runtime"12799version = "0.9.36"12800dependencies = [12801 "app-promotion-rpc",12802 "cumulus-pallet-aura-ext",12803 "cumulus-pallet-dmp-queue",12804 "cumulus-pallet-parachain-system",12805 "cumulus-pallet-xcm",12806 "cumulus-pallet-xcmp-queue",12807 "cumulus-primitives-core",12808 "cumulus-primitives-timestamp",12809 "cumulus-primitives-utility",12810 "derivative",12811 "evm-coder",12812 "fp-evm",12813 "fp-evm-mapping",12814 "fp-rpc",12815 "fp-self-contained",12816 "frame-benchmarking",12817 "frame-executive",12818 "frame-support",12819 "frame-system",12820 "frame-system-benchmarking",12821 "frame-system-rpc-runtime-api",12822 "frame-try-runtime",12823 "hex-literal",12824 "impl-trait-for-tuples",12825 "log",12826 "logtest",12827 "num_enum",12828 "orml-tokens",12829 "orml-traits",12830 "orml-vesting",12831 "orml-xtokens",12832 "pallet-app-promotion",12833 "pallet-aura",12834 "pallet-authorship",12835 "pallet-balances",12836 "pallet-base-fee",12837 "pallet-collator-selection",12838 "pallet-common",12839 "pallet-configuration",12840 "pallet-ethereum",12841 "pallet-evm",12842 "pallet-evm-coder-substrate",12843 "pallet-evm-contract-helpers",12844 "pallet-evm-migration",12845 "pallet-evm-precompile-simple",12846 "pallet-evm-transaction-payment",12847 "pallet-foreign-assets",12848 "pallet-fungible",12849 "pallet-identity 4.0.0-dev",12850 "pallet-inflation",12851 "pallet-maintenance",12852 "pallet-nonfungible",12853 "pallet-randomness-collective-flip",12854 "pallet-refungible",12855 "pallet-rmrk-core",12856 "pallet-rmrk-equip",12857 "pallet-session",12858 "pallet-structure",12859 "pallet-sudo",12860 "pallet-template-transaction-payment",12861 "pallet-test-utils",12862 "pallet-timestamp",12863 "pallet-transaction-payment",12864 "pallet-transaction-payment-rpc-runtime-api",12865 "pallet-treasury",12866 "pallet-unique",12867 "pallet-xcm",12868 "parachain-info",12869 "parity-scale-codec",12870 "polkadot-parachain",12871 "precompile-utils-macro",12872 "rmrk-rpc",12873 "scale-info",12874 "smallvec",12875 "sp-api",12876 "sp-arithmetic",12877 "sp-block-builder",12878 "sp-consensus-aura",12879 "sp-core",12880 "sp-inherents",12881 "sp-io",12882 "sp-offchain",12883 "sp-runtime",12884 "sp-session",12885 "sp-std",12886 "sp-transaction-pool",12887 "sp-version",12888 "substrate-wasm-builder",12889 "up-common",12890 "up-data-structs",12891 "up-pov-estimate-rpc",12892 "up-rpc",12893 "up-sponsorship",12894 "xcm",12895 "xcm-builder",12896 "xcm-executor",12897]1289812899[[package]]12900name = "universal-hash"12901version = "0.4.1"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12904dependencies = [12905 "generic-array 0.14.6",12906 "subtle",12907]1290812909[[package]]12910name = "unsigned-varint"12911version = "0.7.1"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12914dependencies = [12915 "asynchronous-codec",12916 "bytes",12917 "futures-io",12918 "futures-util",12919]1292012921[[package]]12922name = "untrusted"12923version = "0.7.1"12924source = "registry+https://github.com/rust-lang/crates.io-index"12925checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1292612927[[package]]12928name = "up-common"12929version = "0.9.36"12930dependencies = [12931 "cumulus-primitives-core",12932 "fp-rpc",12933 "frame-support",12934 "pallet-evm",12935 "sp-consensus-aura",12936 "sp-core",12937 "sp-runtime",12938 "sp-std",12939]1294012941[[package]]12942name = "up-data-structs"12943version = "0.2.2"12944dependencies = [12945 "bondrewd",12946 "derivative",12947 "frame-support",12948 "pallet-evm",12949 "parity-scale-codec",12950 "rmrk-traits",12951 "scale-info",12952 "serde",12953 "sp-core",12954 "sp-runtime",12955 "sp-std",12956 "struct-versioning",12957]1295812959[[package]]12960name = "up-pov-estimate-rpc"12961version = "0.1.0"12962dependencies = [12963 "parity-scale-codec",12964 "scale-info",12965 "serde",12966 "sp-api",12967 "sp-core",12968 "sp-runtime",12969 "sp-std",12970]1297112972[[package]]12973name = "up-rpc"12974version = "0.1.3"12975dependencies = [12976 "pallet-common",12977 "pallet-evm",12978 "parity-scale-codec",12979 "sp-api",12980 "sp-core",12981 "sp-runtime",12982 "sp-std",12983 "up-data-structs",12984]1298512986[[package]]12987name = "up-sponsorship"12988version = "0.1.0"12989source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"12990dependencies = [12991 "impl-trait-for-tuples",12992]1299312994[[package]]12995name = "url"12996version = "2.3.1"12997source = "registry+https://github.com/rust-lang/crates.io-index"12998checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"12999dependencies = [13000 "form_urlencoded",13001 "idna 0.3.0",13002 "percent-encoding",13003]1300413005[[package]]13006name = "valuable"13007version = "0.1.0"13008source = "registry+https://github.com/rust-lang/crates.io-index"13009checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1301013011[[package]]13012name = "value-bag"13013version = "1.0.0-alpha.9"13014source = "registry+https://github.com/rust-lang/crates.io-index"13015checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13016dependencies = [13017 "ctor",13018 "version_check",13019]1302013021[[package]]13022name = "vcpkg"13023version = "0.2.15"13024source = "registry+https://github.com/rust-lang/crates.io-index"13025checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1302613027[[package]]13028name = "version_check"13029version = "0.9.4"13030source = "registry+https://github.com/rust-lang/crates.io-index"13031checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1303213033[[package]]13034name = "void"13035version = "1.0.2"13036source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1303813039[[package]]13040name = "waker-fn"13041version = "1.1.0"13042source = "registry+https://github.com/rust-lang/crates.io-index"13043checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1304413045[[package]]13046name = "walkdir"13047version = "2.3.2"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13050dependencies = [13051 "same-file",13052 "winapi",13053 "winapi-util",13054]1305513056[[package]]13057name = "want"13058version = "0.3.0"13059source = "registry+https://github.com/rust-lang/crates.io-index"13060checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13061dependencies = [13062 "log",13063 "try-lock",13064]1306513066[[package]]13067name = "wasi"13068version = "0.9.0+wasi-snapshot-preview1"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1307113072[[package]]13073name = "wasi"13074version = "0.10.0+wasi-snapshot-preview1"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1307713078[[package]]13079name = "wasi"13080version = "0.11.0+wasi-snapshot-preview1"13081source = "registry+https://github.com/rust-lang/crates.io-index"13082checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1308313084[[package]]13085name = "wasm-bindgen"13086version = "0.2.83"13087source = "registry+https://github.com/rust-lang/crates.io-index"13088checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13089dependencies = [13090 "cfg-if",13091 "wasm-bindgen-macro",13092]1309313094[[package]]13095name = "wasm-bindgen-backend"13096version = "0.2.83"13097source = "registry+https://github.com/rust-lang/crates.io-index"13098checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13099dependencies = [13100 "bumpalo",13101 "log",13102 "once_cell",13103 "proc-macro2",13104 "quote",13105 "syn",13106 "wasm-bindgen-shared",13107]1310813109[[package]]13110name = "wasm-bindgen-futures"13111version = "0.4.33"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13114dependencies = [13115 "cfg-if",13116 "js-sys",13117 "wasm-bindgen",13118 "web-sys",13119]1312013121[[package]]13122name = "wasm-bindgen-macro"13123version = "0.2.83"13124source = "registry+https://github.com/rust-lang/crates.io-index"13125checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13126dependencies = [13127 "quote",13128 "wasm-bindgen-macro-support",13129]1313013131[[package]]13132name = "wasm-bindgen-macro-support"13133version = "0.2.83"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13136dependencies = [13137 "proc-macro2",13138 "quote",13139 "syn",13140 "wasm-bindgen-backend",13141 "wasm-bindgen-shared",13142]1314313144[[package]]13145name = "wasm-bindgen-shared"13146version = "0.2.83"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1314913150[[package]]13151name = "wasm-instrument"13152version = "0.3.0"13153source = "registry+https://github.com/rust-lang/crates.io-index"13154checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13155dependencies = [13156 "parity-wasm",13157]1315813159[[package]]13160name = "wasm-opt"13161version = "0.110.2"13162source = "registry+https://github.com/rust-lang/crates.io-index"13163checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13164dependencies = [13165 "anyhow",13166 "libc",13167 "strum",13168 "strum_macros",13169 "tempfile",13170 "thiserror",13171 "wasm-opt-cxx-sys",13172 "wasm-opt-sys",13173]1317413175[[package]]13176name = "wasm-opt-cxx-sys"13177version = "0.110.2"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13180dependencies = [13181 "anyhow",13182 "cxx",13183 "cxx-build",13184 "wasm-opt-sys",13185]1318613187[[package]]13188name = "wasm-opt-sys"13189version = "0.110.2"13190source = "registry+https://github.com/rust-lang/crates.io-index"13191checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13192dependencies = [13193 "anyhow",13194 "cc",13195 "cxx",13196 "cxx-build",13197 "regex",13198]1319913200[[package]]13201name = "wasm-timer"13202version = "0.2.5"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13205dependencies = [13206 "futures",13207 "js-sys",13208 "parking_lot 0.11.2",13209 "pin-utils",13210 "wasm-bindgen",13211 "wasm-bindgen-futures",13212 "web-sys",13213]1321413215[[package]]13216name = "wasmi"13217version = "0.13.2"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13220dependencies = [13221 "parity-wasm",13222 "wasmi-validation",13223 "wasmi_core",13224]1322513226[[package]]13227name = "wasmi-validation"13228version = "0.5.0"13229source = "registry+https://github.com/rust-lang/crates.io-index"13230checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13231dependencies = [13232 "parity-wasm",13233]1323413235[[package]]13236name = "wasmi_core"13237version = "0.2.1"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13240dependencies = [13241 "downcast-rs",13242 "libm 0.2.6",13243 "memory_units",13244 "num-rational",13245 "num-traits",13246]1324713248[[package]]13249name = "wasmparser"13250version = "0.89.1"13251source = "registry+https://github.com/rust-lang/crates.io-index"13252checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13253dependencies = [13254 "indexmap",13255]1325613257[[package]]13258name = "wasmtime"13259version = "1.0.2"13260source = "registry+https://github.com/rust-lang/crates.io-index"13261checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13262dependencies = [13263 "anyhow",13264 "bincode",13265 "cfg-if",13266 "indexmap",13267 "libc",13268 "log",13269 "object 0.29.0",13270 "once_cell",13271 "paste",13272 "psm",13273 "rayon",13274 "serde",13275 "target-lexicon",13276 "wasmparser",13277 "wasmtime-cache",13278 "wasmtime-cranelift",13279 "wasmtime-environ",13280 "wasmtime-jit",13281 "wasmtime-runtime",13282 "windows-sys 0.36.1",13283]1328413285[[package]]13286name = "wasmtime-asm-macros"13287version = "1.0.2"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13290dependencies = [13291 "cfg-if",13292]1329313294[[package]]13295name = "wasmtime-cache"13296version = "1.0.2"13297source = "registry+https://github.com/rust-lang/crates.io-index"13298checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13299dependencies = [13300 "anyhow",13301 "base64 0.13.1",13302 "bincode",13303 "directories-next",13304 "file-per-thread-logger",13305 "log",13306 "rustix 0.35.13",13307 "serde",13308 "sha2 0.9.9",13309 "toml",13310 "windows-sys 0.36.1",13311 "zstd",13312]1331313314[[package]]13315name = "wasmtime-cranelift"13316version = "1.0.2"13317source = "registry+https://github.com/rust-lang/crates.io-index"13318checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13319dependencies = [13320 "anyhow",13321 "cranelift-codegen",13322 "cranelift-entity",13323 "cranelift-frontend",13324 "cranelift-native",13325 "cranelift-wasm",13326 "gimli 0.26.2",13327 "log",13328 "object 0.29.0",13329 "target-lexicon",13330 "thiserror",13331 "wasmparser",13332 "wasmtime-environ",13333]1333413335[[package]]13336name = "wasmtime-environ"13337version = "1.0.2"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13340dependencies = [13341 "anyhow",13342 "cranelift-entity",13343 "gimli 0.26.2",13344 "indexmap",13345 "log",13346 "object 0.29.0",13347 "serde",13348 "target-lexicon",13349 "thiserror",13350 "wasmparser",13351 "wasmtime-types",13352]1335313354[[package]]13355name = "wasmtime-jit"13356version = "1.0.2"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13359dependencies = [13360 "addr2line 0.17.0",13361 "anyhow",13362 "bincode",13363 "cfg-if",13364 "cpp_demangle",13365 "gimli 0.26.2",13366 "log",13367 "object 0.29.0",13368 "rustc-demangle",13369 "rustix 0.35.13",13370 "serde",13371 "target-lexicon",13372 "thiserror",13373 "wasmtime-environ",13374 "wasmtime-jit-debug",13375 "wasmtime-runtime",13376 "windows-sys 0.36.1",13377]1337813379[[package]]13380name = "wasmtime-jit-debug"13381version = "1.0.2"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13384dependencies = [13385 "object 0.29.0",13386 "once_cell",13387 "rustix 0.35.13",13388]1338913390[[package]]13391name = "wasmtime-runtime"13392version = "1.0.2"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13395dependencies = [13396 "anyhow",13397 "cc",13398 "cfg-if",13399 "indexmap",13400 "libc",13401 "log",13402 "mach",13403 "memfd",13404 "memoffset 0.6.5",13405 "paste",13406 "rand 0.8.5",13407 "rustix 0.35.13",13408 "thiserror",13409 "wasmtime-asm-macros",13410 "wasmtime-environ",13411 "wasmtime-jit-debug",13412 "windows-sys 0.36.1",13413]1341413415[[package]]13416name = "wasmtime-types"13417version = "1.0.2"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13420dependencies = [13421 "cranelift-entity",13422 "serde",13423 "thiserror",13424 "wasmparser",13425]1342613427[[package]]13428name = "web-sys"13429version = "0.3.60"13430source = "registry+https://github.com/rust-lang/crates.io-index"13431checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13432dependencies = [13433 "js-sys",13434 "wasm-bindgen",13435]1343613437[[package]]13438name = "webpki"13439version = "0.22.0"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13442dependencies = [13443 "ring",13444 "untrusted",13445]1344613447[[package]]13448name = "webpki-roots"13449version = "0.22.6"13450source = "registry+https://github.com/rust-lang/crates.io-index"13451checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13452dependencies = [13453 "webpki",13454]1345513456[[package]]13457name = "wepoll-ffi"13458version = "0.1.2"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13461dependencies = [13462 "cc",13463]1346413465[[package]]13466name = "westend-runtime"13467version = "0.9.36"13468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13469dependencies = [13470 "bitvec",13471 "frame-benchmarking",13472 "frame-election-provider-support",13473 "frame-executive",13474 "frame-support",13475 "frame-system",13476 "frame-system-benchmarking",13477 "frame-system-rpc-runtime-api",13478 "frame-try-runtime",13479 "hex-literal",13480 "log",13481 "pallet-authority-discovery",13482 "pallet-authorship",13483 "pallet-babe",13484 "pallet-bags-list",13485 "pallet-balances",13486 "pallet-collective",13487 "pallet-democracy",13488 "pallet-election-provider-multi-phase",13489 "pallet-election-provider-support-benchmarking",13490 "pallet-elections-phragmen",13491 "pallet-fast-unstake",13492 "pallet-grandpa",13493 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",13494 "pallet-im-online",13495 "pallet-indices",13496 "pallet-membership",13497 "pallet-multisig",13498 "pallet-nomination-pools",13499 "pallet-nomination-pools-benchmarking",13500 "pallet-nomination-pools-runtime-api",13501 "pallet-offences",13502 "pallet-offences-benchmarking",13503 "pallet-preimage",13504 "pallet-proxy",13505 "pallet-recovery",13506 "pallet-scheduler",13507 "pallet-session",13508 "pallet-session-benchmarking",13509 "pallet-society",13510 "pallet-staking",13511 "pallet-staking-reward-curve",13512 "pallet-sudo",13513 "pallet-timestamp",13514 "pallet-transaction-payment",13515 "pallet-transaction-payment-rpc-runtime-api",13516 "pallet-treasury",13517 "pallet-utility",13518 "pallet-vesting",13519 "pallet-xcm",13520 "pallet-xcm-benchmarks",13521 "parity-scale-codec",13522 "polkadot-parachain",13523 "polkadot-primitives",13524 "polkadot-runtime-common",13525 "polkadot-runtime-parachains",13526 "rustc-hex",13527 "scale-info",13528 "serde",13529 "serde_derive",13530 "smallvec",13531 "sp-api",13532 "sp-authority-discovery",13533 "sp-beefy",13534 "sp-block-builder",13535 "sp-consensus-babe",13536 "sp-core",13537 "sp-inherents",13538 "sp-io",13539 "sp-mmr-primitives",13540 "sp-npos-elections",13541 "sp-offchain",13542 "sp-runtime",13543 "sp-session",13544 "sp-staking",13545 "sp-std",13546 "sp-transaction-pool",13547 "sp-version",13548 "substrate-wasm-builder",13549 "westend-runtime-constants",13550 "xcm",13551 "xcm-builder",13552 "xcm-executor",13553]1355413555[[package]]13556name = "westend-runtime-constants"13557version = "0.9.36"13558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13559dependencies = [13560 "frame-support",13561 "polkadot-primitives",13562 "polkadot-runtime-common",13563 "smallvec",13564 "sp-core",13565 "sp-runtime",13566 "sp-weights",13567]1356813569[[package]]13570name = "which"13571version = "4.3.0"13572source = "registry+https://github.com/rust-lang/crates.io-index"13573checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13574dependencies = [13575 "either",13576 "libc",13577 "once_cell",13578]1357913580[[package]]13581name = "widestring"13582version = "0.5.1"13583source = "registry+https://github.com/rust-lang/crates.io-index"13584checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1358513586[[package]]13587name = "winapi"13588version = "0.3.9"13589source = "registry+https://github.com/rust-lang/crates.io-index"13590checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13591dependencies = [13592 "winapi-i686-pc-windows-gnu",13593 "winapi-x86_64-pc-windows-gnu",13594]1359513596[[package]]13597name = "winapi-i686-pc-windows-gnu"13598version = "0.4.0"13599source = "registry+https://github.com/rust-lang/crates.io-index"13600checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1360113602[[package]]13603name = "winapi-util"13604version = "0.1.5"13605source = "registry+https://github.com/rust-lang/crates.io-index"13606checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13607dependencies = [13608 "winapi",13609]1361013611[[package]]13612name = "winapi-x86_64-pc-windows-gnu"13613version = "0.4.0"13614source = "registry+https://github.com/rust-lang/crates.io-index"13615checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1361613617[[package]]13618name = "windows"13619version = "0.34.0"13620source = "registry+https://github.com/rust-lang/crates.io-index"13621checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13622dependencies = [13623 "windows_aarch64_msvc 0.34.0",13624 "windows_i686_gnu 0.34.0",13625 "windows_i686_msvc 0.34.0",13626 "windows_x86_64_gnu 0.34.0",13627 "windows_x86_64_msvc 0.34.0",13628]1362913630[[package]]13631name = "windows-sys"13632version = "0.36.1"13633source = "registry+https://github.com/rust-lang/crates.io-index"13634checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13635dependencies = [13636 "windows_aarch64_msvc 0.36.1",13637 "windows_i686_gnu 0.36.1",13638 "windows_i686_msvc 0.36.1",13639 "windows_x86_64_gnu 0.36.1",13640 "windows_x86_64_msvc 0.36.1",13641]1364213643[[package]]13644name = "windows-sys"13645version = "0.42.0"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13648dependencies = [13649 "windows_aarch64_gnullvm",13650 "windows_aarch64_msvc 0.42.1",13651 "windows_i686_gnu 0.42.1",13652 "windows_i686_msvc 0.42.1",13653 "windows_x86_64_gnu 0.42.1",13654 "windows_x86_64_gnullvm",13655 "windows_x86_64_msvc 0.42.1",13656]1365713658[[package]]13659name = "windows_aarch64_gnullvm"13660version = "0.42.1"13661source = "registry+https://github.com/rust-lang/crates.io-index"13662checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"1366313664[[package]]13665name = "windows_aarch64_msvc"13666version = "0.34.0"13667source = "registry+https://github.com/rust-lang/crates.io-index"13668checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1366913670[[package]]13671name = "windows_aarch64_msvc"13672version = "0.36.1"13673source = "registry+https://github.com/rust-lang/crates.io-index"13674checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1367513676[[package]]13677name = "windows_aarch64_msvc"13678version = "0.42.1"13679source = "registry+https://github.com/rust-lang/crates.io-index"13680checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"1368113682[[package]]13683name = "windows_i686_gnu"13684version = "0.34.0"13685source = "registry+https://github.com/rust-lang/crates.io-index"13686checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1368713688[[package]]13689name = "windows_i686_gnu"13690version = "0.36.1"13691source = "registry+https://github.com/rust-lang/crates.io-index"13692checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1369313694[[package]]13695name = "windows_i686_gnu"13696version = "0.42.1"13697source = "registry+https://github.com/rust-lang/crates.io-index"13698checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"1369913700[[package]]13701name = "windows_i686_msvc"13702version = "0.34.0"13703source = "registry+https://github.com/rust-lang/crates.io-index"13704checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1370513706[[package]]13707name = "windows_i686_msvc"13708version = "0.36.1"13709source = "registry+https://github.com/rust-lang/crates.io-index"13710checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1371113712[[package]]13713name = "windows_i686_msvc"13714version = "0.42.1"13715source = "registry+https://github.com/rust-lang/crates.io-index"13716checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"1371713718[[package]]13719name = "windows_x86_64_gnu"13720version = "0.34.0"13721source = "registry+https://github.com/rust-lang/crates.io-index"13722checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1372313724[[package]]13725name = "windows_x86_64_gnu"13726version = "0.36.1"13727source = "registry+https://github.com/rust-lang/crates.io-index"13728checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1372913730[[package]]13731name = "windows_x86_64_gnu"13732version = "0.42.1"13733source = "registry+https://github.com/rust-lang/crates.io-index"13734checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"1373513736[[package]]13737name = "windows_x86_64_gnullvm"13738version = "0.42.1"13739source = "registry+https://github.com/rust-lang/crates.io-index"13740checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"1374113742[[package]]13743name = "windows_x86_64_msvc"13744version = "0.34.0"13745source = "registry+https://github.com/rust-lang/crates.io-index"13746checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1374713748[[package]]13749name = "windows_x86_64_msvc"13750version = "0.36.1"13751source = "registry+https://github.com/rust-lang/crates.io-index"13752checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1375313754[[package]]13755name = "windows_x86_64_msvc"13756version = "0.42.1"13757source = "registry+https://github.com/rust-lang/crates.io-index"13758checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"1375913760[[package]]13761name = "winreg"13762version = "0.10.1"13763source = "registry+https://github.com/rust-lang/crates.io-index"13764checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"13765dependencies = [13766 "winapi",13767]1376813769[[package]]13770name = "wyz"13771version = "0.5.1"13772source = "registry+https://github.com/rust-lang/crates.io-index"13773checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"13774dependencies = [13775 "tap",13776]1377713778[[package]]13779name = "x25519-dalek"13780version = "1.1.1"13781source = "registry+https://github.com/rust-lang/crates.io-index"13782checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13783dependencies = [13784 "curve25519-dalek 3.2.0",13785 "rand_core 0.5.1",13786 "zeroize",13787]1378813789[[package]]13790name = "xcm"13791version = "0.9.36"13792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13793dependencies = [13794 "derivative",13795 "impl-trait-for-tuples",13796 "log",13797 "parity-scale-codec",13798 "scale-info",13799 "sp-runtime",13800 "xcm-procedural",13801]1380213803[[package]]13804name = "xcm-builder"13805version = "0.9.36"13806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13807dependencies = [13808 "frame-support",13809 "frame-system",13810 "log",13811 "pallet-transaction-payment",13812 "parity-scale-codec",13813 "polkadot-parachain",13814 "scale-info",13815 "sp-arithmetic",13816 "sp-io",13817 "sp-runtime",13818 "sp-std",13819 "xcm",13820 "xcm-executor",13821]1382213823[[package]]13824name = "xcm-executor"13825version = "0.9.36"13826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13827dependencies = [13828 "frame-benchmarking",13829 "frame-support",13830 "impl-trait-for-tuples",13831 "log",13832 "parity-scale-codec",13833 "sp-arithmetic",13834 "sp-core",13835 "sp-io",13836 "sp-runtime",13837 "sp-std",13838 "xcm",13839]1384013841[[package]]13842name = "xcm-procedural"13843version = "0.9.36"13844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13845dependencies = [13846 "Inflector",13847 "proc-macro2",13848 "quote",13849 "syn",13850]1385113852[[package]]13853name = "yamux"13854version = "0.10.2"13855source = "registry+https://github.com/rust-lang/crates.io-index"13856checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13857dependencies = [13858 "futures",13859 "log",13860 "nohash-hasher",13861 "parking_lot 0.12.1",13862 "rand 0.8.5",13863 "static_assertions",13864]1386513866[[package]]13867name = "zeroize"13868version = "1.5.7"13869source = "registry+https://github.com/rust-lang/crates.io-index"13870checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13871dependencies = [13872 "zeroize_derive",13873]1387413875[[package]]13876name = "zeroize_derive"13877version = "1.3.3"13878source = "registry+https://github.com/rust-lang/crates.io-index"13879checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"13880dependencies = [13881 "proc-macro2",13882 "quote",13883 "syn",13884 "synstructure",13885]1388613887[[package]]13888name = "zstd"13889version = "0.11.2+zstd.1.5.2"13890source = "registry+https://github.com/rust-lang/crates.io-index"13891checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13892dependencies = [13893 "zstd-safe",13894]1389513896[[package]]13897name = "zstd-safe"13898version = "5.0.2+zstd.1.5.2"13899source = "registry+https://github.com/rust-lang/crates.io-index"13900checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13901dependencies = [13902 "libc",13903 "zstd-sys",13904]1390513906[[package]]13907name = "zstd-sys"13908version = "2.0.5+zstd.1.5.2"13909source = "registry+https://github.com/rust-lang/crates.io-index"13910checksum = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"13911dependencies = [13912 "cc",13913 "libc",13914 "pkg-config",13915]