git.delta.rocks / unique-network / refs/commits / 3ce5f80a2a4f

difftreelog

source

Cargo.lock317.1 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-common",129 "pallet-evm",130 "parity-scale-codec 3.2.1",131 "sp-api",132 "sp-core",133 "sp-runtime",134 "sp-std",135 "up-data-structs",136]137138[[package]]139name = "approx"140version = "0.5.1"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"143dependencies = [144 "num-traits",145]146147[[package]]148name = "array-bytes"149version = "4.2.0"150source = "registry+https://github.com/rust-lang/crates.io-index"151checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"152153[[package]]154name = "array-bytes"155version = "6.0.0"156source = "registry+https://github.com/rust-lang/crates.io-index"157checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19"158159[[package]]160name = "arrayref"161version = "0.3.6"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"164165[[package]]166name = "arrayvec"167version = "0.5.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"170171[[package]]172name = "arrayvec"173version = "0.7.2"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"176177[[package]]178name = "asn1_der"179version = "0.7.5"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"182183[[package]]184name = "assert_matches"185version = "1.5.0"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"188189[[package]]190name = "async-attributes"191version = "1.1.2"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"194dependencies = [195 "quote",196 "syn",197]198199[[package]]200name = "async-channel"201version = "1.8.0"202source = "registry+https://github.com/rust-lang/crates.io-index"203checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"204dependencies = [205 "concurrent-queue",206 "event-listener",207 "futures-core",208]209210[[package]]211name = "async-executor"212version = "1.5.0"213source = "registry+https://github.com/rust-lang/crates.io-index"214checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"215dependencies = [216 "async-lock",217 "async-task",218 "concurrent-queue",219 "fastrand",220 "futures-lite",221 "slab",222]223224[[package]]225name = "async-global-executor"226version = "2.3.1"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"229dependencies = [230 "async-channel",231 "async-executor",232 "async-io",233 "async-lock",234 "blocking",235 "futures-lite",236 "once_cell",237]238239[[package]]240name = "async-io"241version = "1.12.0"242source = "registry+https://github.com/rust-lang/crates.io-index"243checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"244dependencies = [245 "async-lock",246 "autocfg",247 "concurrent-queue",248 "futures-lite",249 "libc",250 "log",251 "parking",252 "polling",253 "slab",254 "socket2",255 "waker-fn",256 "windows-sys 0.42.0",257]258259[[package]]260name = "async-lock"261version = "2.6.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"264dependencies = [265 "event-listener",266 "futures-lite",267]268269[[package]]270name = "async-process"271version = "1.6.0"272source = "registry+https://github.com/rust-lang/crates.io-index"273checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"274dependencies = [275 "async-io",276 "async-lock",277 "autocfg",278 "blocking",279 "cfg-if",280 "event-listener",281 "futures-lite",282 "libc",283 "signal-hook",284 "windows-sys 0.42.0",285]286287[[package]]288name = "async-std"289version = "1.12.0"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"292dependencies = [293 "async-attributes",294 "async-channel",295 "async-global-executor",296 "async-io",297 "async-lock",298 "crossbeam-utils",299 "futures-channel",300 "futures-core",301 "futures-io",302 "futures-lite",303 "gloo-timers",304 "kv-log-macro",305 "log",306 "memchr",307 "once_cell",308 "pin-project-lite 0.2.9",309 "pin-utils",310 "slab",311 "wasm-bindgen-futures",312]313314[[package]]315name = "async-task"316version = "4.3.0"317source = "registry+https://github.com/rust-lang/crates.io-index"318checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"319320[[package]]321name = "async-trait"322version = "0.1.60"323source = "registry+https://github.com/rust-lang/crates.io-index"324checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"325dependencies = [326 "proc-macro2",327 "quote",328 "syn",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.1"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"336dependencies = [337 "bytes",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.9",342]343344[[package]]345name = "atomic-waker"346version = "1.0.0"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"349350[[package]]351name = "atty"352version = "0.2.14"353source = "registry+https://github.com/rust-lang/crates.io-index"354checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"355dependencies = [356 "hermit-abi 0.1.19",357 "libc",358 "winapi",359]360361[[package]]362name = "auto_impl"363version = "0.5.0"364source = "registry+https://github.com/rust-lang/crates.io-index"365checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"366dependencies = [367 "proc-macro-error",368 "proc-macro2",369 "quote",370 "syn",371]372373[[package]]374name = "autocfg"375version = "1.1.0"376source = "registry+https://github.com/rust-lang/crates.io-index"377checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"378379[[package]]380name = "backtrace"381version = "0.3.67"382source = "registry+https://github.com/rust-lang/crates.io-index"383checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"384dependencies = [385 "addr2line 0.19.0",386 "cc",387 "cfg-if",388 "libc",389 "miniz_oxide",390 "object 0.30.0",391 "rustc-demangle",392]393394[[package]]395name = "base-x"396version = "0.2.11"397source = "registry+https://github.com/rust-lang/crates.io-index"398checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"399400[[package]]401name = "base16ct"402version = "0.1.1"403source = "registry+https://github.com/rust-lang/crates.io-index"404checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"405406[[package]]407name = "base58"408version = "0.2.0"409source = "registry+https://github.com/rust-lang/crates.io-index"410checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"411412[[package]]413name = "base64"414version = "0.13.1"415source = "registry+https://github.com/rust-lang/crates.io-index"416checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"417418[[package]]419name = "base64ct"420version = "1.5.3"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"423424[[package]]425name = "beef"426version = "0.5.2"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"429dependencies = [430 "serde",431]432433[[package]]434name = "beefy-gadget"435version = "4.0.0-dev"436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"437dependencies = [438 "array-bytes 4.2.0",439 "async-trait",440 "fnv",441 "futures 0.3.25",442 "futures-timer",443 "log",444 "parity-scale-codec 3.2.1",445 "parking_lot 0.12.1",446 "sc-chain-spec",447 "sc-client-api",448 "sc-consensus",449 "sc-finality-grandpa",450 "sc-keystore",451 "sc-network",452 "sc-network-common",453 "sc-network-gossip",454 "sc-utils",455 "sp-api",456 "sp-application-crypto",457 "sp-arithmetic",458 "sp-beefy",459 "sp-blockchain",460 "sp-consensus",461 "sp-core",462 "sp-keystore",463 "sp-mmr-primitives",464 "sp-runtime",465 "substrate-prometheus-endpoint",466 "thiserror",467 "wasm-timer",468]469470[[package]]471name = "beefy-gadget-rpc"472version = "4.0.0-dev"473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"474dependencies = [475 "beefy-gadget",476 "futures 0.3.25",477 "jsonrpsee",478 "log",479 "parity-scale-codec 3.2.1",480 "parking_lot 0.12.1",481 "sc-rpc",482 "sc-utils",483 "serde",484 "sp-beefy",485 "sp-core",486 "sp-runtime",487 "thiserror",488]489490[[package]]491name = "beefy-merkle-tree"492version = "4.0.0-dev"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"494dependencies = [495 "sp-api",496 "sp-beefy",497 "sp-runtime",498]499500[[package]]501name = "bincode"502version = "1.3.3"503source = "registry+https://github.com/rust-lang/crates.io-index"504checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"505dependencies = [506 "serde",507]508509[[package]]510name = "bindgen"511version = "0.60.1"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"514dependencies = [515 "bitflags",516 "cexpr",517 "clang-sys",518 "lazy_static",519 "lazycell",520 "peeking_take_while",521 "proc-macro2",522 "quote",523 "regex",524 "rustc-hash",525 "shlex",526]527528[[package]]529name = "bitflags"530version = "1.3.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"533534[[package]]535name = "bitvec"536version = "0.20.4"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"539dependencies = [540 "funty 1.1.0",541 "radium 0.6.2",542 "tap",543 "wyz 0.2.0",544]545546[[package]]547name = "bitvec"548version = "1.0.1"549source = "registry+https://github.com/rust-lang/crates.io-index"550checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"551dependencies = [552 "funty 2.0.0",553 "radium 0.7.0",554 "tap",555 "wyz 0.5.1",556]557558[[package]]559name = "blake2"560version = "0.10.6"561source = "registry+https://github.com/rust-lang/crates.io-index"562checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"563dependencies = [564 "digest 0.10.6",565]566567[[package]]568name = "blake2b_simd"569version = "1.0.0"570source = "registry+https://github.com/rust-lang/crates.io-index"571checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"572dependencies = [573 "arrayref",574 "arrayvec 0.7.2",575 "constant_time_eq 0.1.5",576]577578[[package]]579name = "blake2s_simd"580version = "1.0.0"581source = "registry+https://github.com/rust-lang/crates.io-index"582checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"583dependencies = [584 "arrayref",585 "arrayvec 0.7.2",586 "constant_time_eq 0.1.5",587]588589[[package]]590name = "blake3"591version = "1.3.3"592source = "registry+https://github.com/rust-lang/crates.io-index"593checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"594dependencies = [595 "arrayref",596 "arrayvec 0.7.2",597 "cc",598 "cfg-if",599 "constant_time_eq 0.2.4",600 "digest 0.10.6",601]602603[[package]]604name = "block-buffer"605version = "0.7.3"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"608dependencies = [609 "block-padding",610 "byte-tools",611 "byteorder",612 "generic-array 0.12.4",613]614615[[package]]616name = "block-buffer"617version = "0.9.0"618source = "registry+https://github.com/rust-lang/crates.io-index"619checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"620dependencies = [621 "generic-array 0.14.6",622]623624[[package]]625name = "block-buffer"626version = "0.10.3"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"629dependencies = [630 "generic-array 0.14.6",631]632633[[package]]634name = "block-padding"635version = "0.1.5"636source = "registry+https://github.com/rust-lang/crates.io-index"637checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"638dependencies = [639 "byte-tools",640]641642[[package]]643name = "blocking"644version = "1.3.0"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"647dependencies = [648 "async-channel",649 "async-lock",650 "async-task",651 "atomic-waker",652 "fastrand",653 "futures-lite",654]655656[[package]]657name = "bondrewd"658version = "0.1.14"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"661dependencies = [662 "bondrewd-derive",663]664665[[package]]666name = "bondrewd-derive"667version = "0.3.18"668source = "registry+https://github.com/rust-lang/crates.io-index"669checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"670dependencies = [671 "proc-macro2",672 "quote",673 "syn",674]675676[[package]]677name = "bounded-vec"678version = "0.6.0"679source = "registry+https://github.com/rust-lang/crates.io-index"680checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"681dependencies = [682 "thiserror",683]684685[[package]]686name = "bs58"687version = "0.4.0"688source = "registry+https://github.com/rust-lang/crates.io-index"689checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"690691[[package]]692name = "bstr"693version = "0.2.17"694source = "registry+https://github.com/rust-lang/crates.io-index"695checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"696dependencies = [697 "lazy_static",698 "memchr",699 "regex-automata",700]701702[[package]]703name = "build-helper"704version = "0.1.1"705source = "registry+https://github.com/rust-lang/crates.io-index"706checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"707dependencies = [708 "semver 0.6.0",709]710711[[package]]712name = "bumpalo"713version = "3.11.1"714source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"716717[[package]]718name = "byte-slice-cast"719version = "1.2.2"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"722723[[package]]724name = "byte-tools"725version = "0.3.1"726source = "registry+https://github.com/rust-lang/crates.io-index"727checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"728729[[package]]730name = "byteorder"731version = "1.4.3"732source = "registry+https://github.com/rust-lang/crates.io-index"733checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"734735[[package]]736name = "bytes"737version = "1.3.0"738source = "registry+https://github.com/rust-lang/crates.io-index"739checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"740741[[package]]742name = "bzip2-sys"743version = "0.1.11+1.0.8"744source = "registry+https://github.com/rust-lang/crates.io-index"745checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"746dependencies = [747 "cc",748 "libc",749 "pkg-config",750]751752[[package]]753name = "camino"754version = "1.1.1"755source = "registry+https://github.com/rust-lang/crates.io-index"756checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"757dependencies = [758 "serde",759]760761[[package]]762name = "cargo-platform"763version = "0.1.2"764source = "registry+https://github.com/rust-lang/crates.io-index"765checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"766dependencies = [767 "serde",768]769770[[package]]771name = "cargo_metadata"772version = "0.14.2"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"775dependencies = [776 "camino",777 "cargo-platform",778 "semver 1.0.16",779 "serde",780 "serde_json",781]782783[[package]]784name = "cc"785version = "1.0.78"786source = "registry+https://github.com/rust-lang/crates.io-index"787checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"788dependencies = [789 "jobserver",790]791792[[package]]793name = "cexpr"794version = "0.6.0"795source = "registry+https://github.com/rust-lang/crates.io-index"796checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"797dependencies = [798 "nom",799]800801[[package]]802name = "cfg-expr"803version = "0.10.3"804source = "registry+https://github.com/rust-lang/crates.io-index"805checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"806dependencies = [807 "smallvec",808]809810[[package]]811name = "cfg-if"812version = "1.0.0"813source = "registry+https://github.com/rust-lang/crates.io-index"814checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"815816[[package]]817name = "cfg_aliases"818version = "0.1.1"819source = "registry+https://github.com/rust-lang/crates.io-index"820checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"821822[[package]]823name = "chacha20"824version = "0.8.2"825source = "registry+https://github.com/rust-lang/crates.io-index"826checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"827dependencies = [828 "cfg-if",829 "cipher",830 "cpufeatures",831 "zeroize",832]833834[[package]]835name = "chacha20poly1305"836version = "0.9.1"837source = "registry+https://github.com/rust-lang/crates.io-index"838checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"839dependencies = [840 "aead",841 "chacha20",842 "cipher",843 "poly1305",844 "zeroize",845]846847[[package]]848name = "chrono"849version = "0.4.23"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"852dependencies = [853 "iana-time-zone",854 "js-sys",855 "num-integer",856 "num-traits",857 "time",858 "wasm-bindgen",859 "winapi",860]861862[[package]]863name = "cid"864version = "0.8.6"865source = "registry+https://github.com/rust-lang/crates.io-index"866checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"867dependencies = [868 "core2",869 "multibase",870 "multihash",871 "serde",872 "unsigned-varint",873]874875[[package]]876name = "cipher"877version = "0.3.0"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"880dependencies = [881 "generic-array 0.14.6",882]883884[[package]]885name = "ckb-merkle-mountain-range"886version = "0.5.2"887source = "registry+https://github.com/rust-lang/crates.io-index"888checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"889dependencies = [890 "cfg-if",891]892893[[package]]894name = "clang-sys"895version = "1.4.0"896source = "registry+https://github.com/rust-lang/crates.io-index"897checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"898dependencies = [899 "glob",900 "libc",901 "libloading",902]903904[[package]]905name = "clap"906version = "4.0.32"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"909dependencies = [910 "bitflags",911 "clap_derive",912 "clap_lex",913 "is-terminal",914 "once_cell",915 "strsim",916 "termcolor",917]918919[[package]]920name = "clap_derive"921version = "4.0.21"922source = "registry+https://github.com/rust-lang/crates.io-index"923checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"924dependencies = [925 "heck",926 "proc-macro-error",927 "proc-macro2",928 "quote",929 "syn",930]931932[[package]]933name = "clap_lex"934version = "0.3.0"935source = "registry+https://github.com/rust-lang/crates.io-index"936checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"937dependencies = [938 "os_str_bytes",939]940941[[package]]942name = "coarsetime"943version = "0.1.22"944source = "registry+https://github.com/rust-lang/crates.io-index"945checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"946dependencies = [947 "libc",948 "once_cell",949 "wasi 0.11.0+wasi-snapshot-preview1",950 "wasm-bindgen",951]952953[[package]]954name = "codespan-reporting"955version = "0.11.1"956source = "registry+https://github.com/rust-lang/crates.io-index"957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"958dependencies = [959 "termcolor",960 "unicode-width",961]962963[[package]]964name = "comfy-table"965version = "6.1.3"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21"968dependencies = [969 "strum",970 "strum_macros",971 "unicode-width",972]973974[[package]]975name = "concurrent-queue"976version = "2.0.0"977source = "registry+https://github.com/rust-lang/crates.io-index"978checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"979dependencies = [980 "crossbeam-utils",981]982983[[package]]984name = "console"985version = "0.15.2"986source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"988dependencies = [989 "encode_unicode",990 "lazy_static",991 "libc",992 "terminal_size",993 "winapi",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 3.2.1",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 0.3.25",1324 "parity-scale-codec 3.2.1",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 0.3.25",1347 "parity-scale-codec 3.2.1",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 0.3.25",1378 "log",1379 "parity-scale-codec 3.2.1",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 0.3.25",1398 "futures-timer",1399 "parity-scale-codec 3.2.1",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 0.3.25",1421 "futures-timer",1422 "parity-scale-codec 3.2.1",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 0.3.25",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 3.2.1",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 3.2.1",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 3.2.1",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 3.2.1",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 3.2.1",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 3.2.1",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 3.2.1",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 0.3.25",1615 "parity-scale-codec 3.2.1",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 3.2.1",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 0.3.25",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 0.3.25",1670 "jsonrpsee-core",1671 "parity-scale-codec 3.2.1",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 0.3.25",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 0.3.25",1731 "futures-timer",1732 "jsonrpsee",1733 "lru",1734 "parity-scale-codec 3.2.1",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 3.2.1",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.85"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"1809dependencies = [1810 "cc",1811 "cxxbridge-flags",1812 "cxxbridge-macro",1813 "link-cplusplus",1814]18151816[[package]]1817name = "cxx-build"1818version = "1.0.85"1819source = "registry+https://github.com/rust-lang/crates.io-index"1820checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"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.85"1834source = "registry+https://github.com/rust-lang/crates.io-index"1835checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"18361837[[package]]1838name = "cxxbridge-macro"1839version = "1.0.85"1840source = "registry+https://github.com/rust-lang/crates.io-index"1841checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"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.2"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"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 = "environmental"2177version = "1.1.4"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"21802181[[package]]2182name = "errno"2183version = "0.2.8"2184source = "registry+https://github.com/rust-lang/crates.io-index"2185checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2186dependencies = [2187 "errno-dragonfly",2188 "libc",2189 "winapi",2190]21912192[[package]]2193name = "errno-dragonfly"2194version = "0.1.2"2195source = "registry+https://github.com/rust-lang/crates.io-index"2196checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2197dependencies = [2198 "cc",2199 "libc",2200]22012202[[package]]2203name = "ethbloom"2204version = "0.12.1"2205source = "registry+https://github.com/rust-lang/crates.io-index"2206checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2207dependencies = [2208 "crunchy",2209 "fixed-hash 0.7.0",2210 "impl-codec",2211 "impl-rlp",2212 "scale-info",2213 "tiny-keccak",2214]22152216[[package]]2217name = "ethbloom"2218version = "0.13.0"2219source = "registry+https://github.com/rust-lang/crates.io-index"2220checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2221dependencies = [2222 "crunchy",2223 "fixed-hash 0.8.0",2224 "impl-codec",2225 "impl-rlp",2226 "impl-serde",2227 "scale-info",2228 "tiny-keccak",2229]22302231[[package]]2232name = "ethereum"2233version = "0.12.0"2234source = "registry+https://github.com/rust-lang/crates.io-index"2235checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2236dependencies = [2237 "bytes",2238 "ethereum-types 0.13.1",2239 "hash-db",2240 "hash256-std-hasher",2241 "rlp",2242 "rlp-derive",2243 "sha3 0.10.6",2244 "triehash",2245]22462247[[package]]2248name = "ethereum"2249version = "0.14.0"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2252dependencies = [2253 "bytes",2254 "ethereum-types 0.14.1",2255 "hash-db",2256 "hash256-std-hasher",2257 "parity-scale-codec 3.2.1",2258 "rlp",2259 "scale-info",2260 "serde",2261 "sha3 0.10.6",2262 "triehash",2263]22642265[[package]]2266name = "ethereum-types"2267version = "0.13.1"2268source = "registry+https://github.com/rust-lang/crates.io-index"2269checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2270dependencies = [2271 "ethbloom 0.12.1",2272 "fixed-hash 0.7.0",2273 "impl-codec",2274 "impl-rlp",2275 "primitive-types 0.11.1",2276 "scale-info",2277 "uint",2278]22792280[[package]]2281name = "ethereum-types"2282version = "0.14.1"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2285dependencies = [2286 "ethbloom 0.13.0",2287 "fixed-hash 0.8.0",2288 "impl-codec",2289 "impl-rlp",2290 "impl-serde",2291 "primitive-types 0.12.1",2292 "scale-info",2293 "uint",2294]22952296[[package]]2297name = "event-listener"2298version = "2.5.3"2299source = "registry+https://github.com/rust-lang/crates.io-index"2300checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23012302[[package]]2303name = "evm"2304version = "0.35.0"2305source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2306dependencies = [2307 "auto_impl",2308 "environmental",2309 "ethereum 0.14.0",2310 "evm-core",2311 "evm-gasometer",2312 "evm-runtime",2313 "log",2314 "parity-scale-codec 3.2.1",2315 "primitive-types 0.12.1",2316 "rlp",2317 "scale-info",2318 "serde",2319 "sha3 0.10.6",2320]23212322[[package]]2323name = "evm-coder"2324version = "0.1.5"2325dependencies = [2326 "ethereum 0.14.0",2327 "evm-coder-procedural",2328 "evm-core",2329 "frame-support",2330 "hex",2331 "hex-literal",2332 "impl-trait-for-tuples",2333 "pallet-evm",2334 "primitive-types 0.12.1",2335 "sha3-const",2336 "similar-asserts",2337 "sp-std",2338 "trybuild",2339]23402341[[package]]2342name = "evm-coder-procedural"2343version = "0.2.2"2344dependencies = [2345 "Inflector",2346 "hex",2347 "proc-macro2",2348 "quote",2349 "sha3 0.10.6",2350 "syn",2351]23522353[[package]]2354name = "evm-core"2355version = "0.35.0"2356source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2357dependencies = [2358 "parity-scale-codec 3.2.1",2359 "primitive-types 0.12.1",2360 "scale-info",2361 "serde",2362]23632364[[package]]2365name = "evm-gasometer"2366version = "0.35.0"2367source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2368dependencies = [2369 "environmental",2370 "evm-core",2371 "evm-runtime",2372 "primitive-types 0.12.1",2373]23742375[[package]]2376name = "evm-runtime"2377version = "0.35.0"2378source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2379dependencies = [2380 "auto_impl",2381 "environmental",2382 "evm-core",2383 "primitive-types 0.12.1",2384 "sha3 0.10.6",2385]23862387[[package]]2388name = "exit-future"2389version = "0.2.0"2390source = "registry+https://github.com/rust-lang/crates.io-index"2391checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2392dependencies = [2393 "futures 0.3.25",2394]23952396[[package]]2397name = "expander"2398version = "0.0.4"2399source = "registry+https://github.com/rust-lang/crates.io-index"2400checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2401dependencies = [2402 "blake3",2403 "fs-err",2404 "proc-macro2",2405 "quote",2406]24072408[[package]]2409name = "expander"2410version = "0.0.6"2411source = "registry+https://github.com/rust-lang/crates.io-index"2412checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2413dependencies = [2414 "blake2",2415 "fs-err",2416 "proc-macro2",2417 "quote",2418 "syn",2419]24202421[[package]]2422name = "fake-simd"2423version = "0.1.2"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24262427[[package]]2428name = "fallible-iterator"2429version = "0.2.0"2430source = "registry+https://github.com/rust-lang/crates.io-index"2431checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24322433[[package]]2434name = "fastrand"2435version = "1.8.0"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2438dependencies = [2439 "instant",2440]24412442[[package]]2443name = "fatality"2444version = "0.0.6"2445source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2447dependencies = [2448 "fatality-proc-macro",2449 "thiserror",2450]24512452[[package]]2453name = "fatality-proc-macro"2454version = "0.0.6"2455source = "registry+https://github.com/rust-lang/crates.io-index"2456checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2457dependencies = [2458 "expander 0.0.4",2459 "indexmap",2460 "proc-macro-crate",2461 "proc-macro2",2462 "quote",2463 "syn",2464 "thiserror",2465]24662467[[package]]2468name = "fc-consensus"2469version = "2.0.0-dev"2470source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2471dependencies = [2472 "async-trait",2473 "fc-db",2474 "fp-consensus",2475 "fp-rpc",2476 "sc-client-api",2477 "sc-consensus",2478 "sp-api",2479 "sp-block-builder",2480 "sp-blockchain",2481 "sp-consensus",2482 "sp-runtime",2483 "thiserror",2484]24852486[[package]]2487name = "fc-db"2488version = "2.0.0-dev"2489source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2490dependencies = [2491 "fp-storage",2492 "kvdb-rocksdb",2493 "log",2494 "parity-db",2495 "parity-scale-codec 3.2.1",2496 "parking_lot 0.12.1",2497 "sc-client-db",2498 "smallvec",2499 "sp-blockchain",2500 "sp-core",2501 "sp-database",2502 "sp-runtime",2503]25042505[[package]]2506name = "fc-mapping-sync"2507version = "2.0.0-dev"2508source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2509dependencies = [2510 "fc-db",2511 "fp-consensus",2512 "fp-rpc",2513 "futures 0.3.25",2514 "futures-timer",2515 "log",2516 "sc-client-api",2517 "sp-api",2518 "sp-blockchain",2519 "sp-runtime",2520]25212522[[package]]2523name = "fc-rpc"2524version = "2.0.0-dev"2525source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2526dependencies = [2527 "ethereum 0.14.0",2528 "ethereum-types 0.14.1",2529 "evm",2530 "fc-db",2531 "fc-rpc-core",2532 "fp-ethereum",2533 "fp-evm",2534 "fp-rpc",2535 "fp-storage",2536 "futures 0.3.25",2537 "hex",2538 "jsonrpsee",2539 "libsecp256k1",2540 "log",2541 "lru",2542 "parity-scale-codec 3.2.1",2543 "prometheus",2544 "rand 0.8.5",2545 "rlp",2546 "sc-client-api",2547 "sc-network",2548 "sc-network-common",2549 "sc-rpc",2550 "sc-service",2551 "sc-transaction-pool",2552 "sc-transaction-pool-api",2553 "sp-api",2554 "sp-block-builder",2555 "sp-blockchain",2556 "sp-consensus",2557 "sp-core",2558 "sp-io",2559 "sp-runtime",2560 "sp-storage",2561 "substrate-prometheus-endpoint",2562 "tokio",2563]25642565[[package]]2566name = "fc-rpc-core"2567version = "1.1.0-dev"2568source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2569dependencies = [2570 "ethereum 0.14.0",2571 "ethereum-types 0.14.1",2572 "jsonrpsee",2573 "rlp",2574 "rustc-hex",2575 "serde",2576 "serde_json",2577]25782579[[package]]2580name = "fdlimit"2581version = "0.2.1"2582source = "registry+https://github.com/rust-lang/crates.io-index"2583checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2584dependencies = [2585 "libc",2586]25872588[[package]]2589name = "ff"2590version = "0.12.1"2591source = "registry+https://github.com/rust-lang/crates.io-index"2592checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2593dependencies = [2594 "rand_core 0.6.4",2595 "subtle",2596]25972598[[package]]2599name = "fiat-crypto"2600version = "0.1.17"2601source = "registry+https://github.com/rust-lang/crates.io-index"2602checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"26032604[[package]]2605name = "file-per-thread-logger"2606version = "0.1.5"2607source = "registry+https://github.com/rust-lang/crates.io-index"2608checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2609dependencies = [2610 "env_logger",2611 "log",2612]26132614[[package]]2615name = "filetime"2616version = "0.2.19"2617source = "registry+https://github.com/rust-lang/crates.io-index"2618checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"2619dependencies = [2620 "cfg-if",2621 "libc",2622 "redox_syscall",2623 "windows-sys 0.42.0",2624]26252626[[package]]2627name = "finality-grandpa"2628version = "0.16.0"2629source = "registry+https://github.com/rust-lang/crates.io-index"2630checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2631dependencies = [2632 "either",2633 "futures 0.3.25",2634 "futures-timer",2635 "log",2636 "num-traits",2637 "parity-scale-codec 3.2.1",2638 "parking_lot 0.12.1",2639 "scale-info",2640]26412642[[package]]2643name = "fixed-hash"2644version = "0.7.0"2645source = "registry+https://github.com/rust-lang/crates.io-index"2646checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2647dependencies = [2648 "byteorder",2649 "rustc-hex",2650 "static_assertions",2651]26522653[[package]]2654name = "fixed-hash"2655version = "0.8.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2658dependencies = [2659 "byteorder",2660 "rand 0.8.5",2661 "rustc-hex",2662 "static_assertions",2663]26642665[[package]]2666name = "fixedbitset"2667version = "0.4.2"2668source = "registry+https://github.com/rust-lang/crates.io-index"2669checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26702671[[package]]2672name = "flate2"2673version = "1.0.25"2674source = "registry+https://github.com/rust-lang/crates.io-index"2675checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2676dependencies = [2677 "crc32fast",2678 "libz-sys",2679 "miniz_oxide",2680]26812682[[package]]2683name = "flexi_logger"2684version = "0.24.2"2685source = "registry+https://github.com/rust-lang/crates.io-index"2686checksum = "ade8e86c48285f138a4d6ca15a2912e39bd6c74d62db42da4f1985f651a0b057"2687dependencies = [2688 "atty",2689 "chrono",2690 "glob",2691 "lazy_static",2692 "log",2693 "nu-ansi-term",2694 "regex",2695 "thiserror",2696]26972698[[package]]2699name = "float-cmp"2700version = "0.9.0"2701source = "registry+https://github.com/rust-lang/crates.io-index"2702checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2703dependencies = [2704 "num-traits",2705]27062707[[package]]2708name = "fnv"2709version = "1.0.7"2710source = "registry+https://github.com/rust-lang/crates.io-index"2711checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27122713[[package]]2714name = "fork-tree"2715version = "3.0.0"2716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2717dependencies = [2718 "parity-scale-codec 3.2.1",2719]27202721[[package]]2722name = "form_urlencoded"2723version = "1.1.0"2724source = "registry+https://github.com/rust-lang/crates.io-index"2725checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2726dependencies = [2727 "percent-encoding",2728]27292730[[package]]2731name = "fp-consensus"2732version = "2.0.0-dev"2733source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2734dependencies = [2735 "ethereum 0.14.0",2736 "parity-scale-codec 3.2.1",2737 "sp-core",2738 "sp-runtime",2739 "sp-std",2740]27412742[[package]]2743name = "fp-ethereum"2744version = "1.0.0-dev"2745source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2746dependencies = [2747 "ethereum 0.14.0",2748 "ethereum-types 0.14.1",2749 "fp-evm",2750 "frame-support",2751 "num_enum",2752 "parity-scale-codec 3.2.1",2753 "sp-core",2754 "sp-std",2755]27562757[[package]]2758name = "fp-evm"2759version = "3.0.0-dev"2760source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2761dependencies = [2762 "evm",2763 "frame-support",2764 "impl-trait-for-tuples",2765 "parity-scale-codec 3.2.1",2766 "serde",2767 "sp-core",2768 "sp-std",2769]27702771[[package]]2772name = "fp-evm-mapping"2773version = "0.1.0"2774source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2775dependencies = [2776 "frame-support",2777 "sp-core",2778]27792780[[package]]2781name = "fp-rpc"2782version = "3.0.0-dev"2783source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2784dependencies = [2785 "ethereum 0.14.0",2786 "ethereum-types 0.14.1",2787 "fp-evm",2788 "parity-scale-codec 3.2.1",2789 "scale-info",2790 "sp-api",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794 "sp-std",2795]27962797[[package]]2798name = "fp-self-contained"2799version = "1.0.0-dev"2800source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2801dependencies = [2802 "ethereum 0.14.0",2803 "frame-support",2804 "parity-scale-codec 3.2.1",2805 "scale-info",2806 "serde",2807 "sp-runtime",2808]28092810[[package]]2811name = "fp-storage"2812version = "2.0.0"2813source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"2814dependencies = [2815 "parity-scale-codec 3.2.1",2816 "serde",2817]28182819[[package]]2820name = "fragile"2821version = "2.0.0"2822source = "registry+https://github.com/rust-lang/crates.io-index"2823checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"28242825[[package]]2826name = "frame-benchmarking"2827version = "4.0.0-dev"2828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2829dependencies = [2830 "frame-support",2831 "frame-system",2832 "linregress",2833 "log",2834 "parity-scale-codec 3.2.1",2835 "paste",2836 "scale-info",2837 "serde",2838 "sp-api",2839 "sp-application-crypto",2840 "sp-core",2841 "sp-io",2842 "sp-runtime",2843 "sp-runtime-interface",2844 "sp-std",2845 "sp-storage",2846]28472848[[package]]2849name = "frame-benchmarking-cli"2850version = "4.0.0-dev"2851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2852dependencies = [2853 "Inflector",2854 "array-bytes 4.2.0",2855 "chrono",2856 "clap",2857 "comfy-table",2858 "frame-benchmarking",2859 "frame-support",2860 "frame-system",2861 "gethostname",2862 "handlebars",2863 "hash-db",2864 "itertools",2865 "kvdb",2866 "lazy_static",2867 "linked-hash-map",2868 "log",2869 "memory-db",2870 "parity-scale-codec 3.2.1",2871 "rand 0.8.5",2872 "rand_pcg 0.3.1",2873 "sc-block-builder",2874 "sc-cli",2875 "sc-client-api",2876 "sc-client-db",2877 "sc-executor",2878 "sc-service",2879 "sc-sysinfo",2880 "serde",2881 "serde_json",2882 "serde_nanos",2883 "sp-api",2884 "sp-blockchain",2885 "sp-core",2886 "sp-database",2887 "sp-externalities",2888 "sp-inherents",2889 "sp-keystore",2890 "sp-runtime",2891 "sp-state-machine",2892 "sp-std",2893 "sp-storage",2894 "sp-trie",2895 "tempfile",2896 "thiserror",2897 "thousands",2898]28992900[[package]]2901name = "frame-election-provider-solution-type"2902version = "4.0.0-dev"2903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2904dependencies = [2905 "proc-macro-crate",2906 "proc-macro2",2907 "quote",2908 "syn",2909]29102911[[package]]2912name = "frame-election-provider-support"2913version = "4.0.0-dev"2914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2915dependencies = [2916 "frame-election-provider-solution-type",2917 "frame-support",2918 "frame-system",2919 "parity-scale-codec 3.2.1",2920 "scale-info",2921 "sp-arithmetic",2922 "sp-core",2923 "sp-npos-elections",2924 "sp-runtime",2925 "sp-std",2926]29272928[[package]]2929name = "frame-executive"2930version = "4.0.0-dev"2931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2932dependencies = [2933 "frame-support",2934 "frame-system",2935 "frame-try-runtime",2936 "parity-scale-codec 3.2.1",2937 "scale-info",2938 "sp-core",2939 "sp-io",2940 "sp-runtime",2941 "sp-std",2942 "sp-tracing",2943]29442945[[package]]2946name = "frame-metadata"2947version = "15.0.0"2948source = "registry+https://github.com/rust-lang/crates.io-index"2949checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2950dependencies = [2951 "cfg-if",2952 "parity-scale-codec 3.2.1",2953 "scale-info",2954 "serde",2955]29562957[[package]]2958name = "frame-remote-externalities"2959version = "0.10.0-dev"2960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2961dependencies = [2962 "env_logger",2963 "futures 0.3.25",2964 "log",2965 "parity-scale-codec 3.2.1",2966 "serde",2967 "serde_json",2968 "sp-core",2969 "sp-io",2970 "sp-runtime",2971 "sp-version",2972 "substrate-rpc-client",2973 "tokio",2974]29752976[[package]]2977name = "frame-support"2978version = "4.0.0-dev"2979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2980dependencies = [2981 "bitflags",2982 "frame-metadata",2983 "frame-support-procedural",2984 "impl-trait-for-tuples",2985 "k256",2986 "log",2987 "once_cell",2988 "parity-scale-codec 3.2.1",2989 "paste",2990 "scale-info",2991 "serde",2992 "smallvec",2993 "sp-api",2994 "sp-arithmetic",2995 "sp-core",2996 "sp-core-hashing-proc-macro",2997 "sp-inherents",2998 "sp-io",2999 "sp-runtime",3000 "sp-staking",3001 "sp-state-machine",3002 "sp-std",3003 "sp-tracing",3004 "sp-weights",3005 "tt-call",3006]30073008[[package]]3009name = "frame-support-procedural"3010version = "4.0.0-dev"3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3012dependencies = [3013 "Inflector",3014 "cfg-expr",3015 "frame-support-procedural-tools",3016 "itertools",3017 "proc-macro2",3018 "quote",3019 "syn",3020]30213022[[package]]3023name = "frame-support-procedural-tools"3024version = "4.0.0-dev"3025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3026dependencies = [3027 "frame-support-procedural-tools-derive",3028 "proc-macro-crate",3029 "proc-macro2",3030 "quote",3031 "syn",3032]30333034[[package]]3035name = "frame-support-procedural-tools-derive"3036version = "3.0.0"3037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3038dependencies = [3039 "proc-macro2",3040 "quote",3041 "syn",3042]30433044[[package]]3045name = "frame-system"3046version = "4.0.0-dev"3047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3048dependencies = [3049 "frame-support",3050 "log",3051 "parity-scale-codec 3.2.1",3052 "scale-info",3053 "serde",3054 "sp-core",3055 "sp-io",3056 "sp-runtime",3057 "sp-std",3058 "sp-version",3059 "sp-weights",3060]30613062[[package]]3063name = "frame-system-benchmarking"3064version = "4.0.0-dev"3065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3066dependencies = [3067 "frame-benchmarking",3068 "frame-support",3069 "frame-system",3070 "parity-scale-codec 3.2.1",3071 "scale-info",3072 "sp-core",3073 "sp-runtime",3074 "sp-std",3075]30763077[[package]]3078name = "frame-system-rpc-runtime-api"3079version = "4.0.0-dev"3080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3081dependencies = [3082 "parity-scale-codec 3.2.1",3083 "sp-api",3084]30853086[[package]]3087name = "frame-try-runtime"3088version = "0.10.0-dev"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3090dependencies = [3091 "frame-support",3092 "parity-scale-codec 3.2.1",3093 "sp-api",3094 "sp-runtime",3095 "sp-std",3096]30973098[[package]]3099name = "fs-err"3100version = "2.9.0"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"31033104[[package]]3105name = "fs2"3106version = "0.4.3"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3109dependencies = [3110 "libc",3111 "winapi",3112]31133114[[package]]3115name = "fs_extra"3116version = "1.2.0"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31193120[[package]]3121name = "funty"3122version = "1.1.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31253126[[package]]3127name = "funty"3128version = "2.0.0"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31313132[[package]]3133name = "futures"3134version = "0.1.31"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31373138[[package]]3139name = "futures"3140version = "0.3.25"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3143dependencies = [3144 "futures-channel",3145 "futures-core",3146 "futures-executor",3147 "futures-io",3148 "futures-sink",3149 "futures-task",3150 "futures-util",3151]31523153[[package]]3154name = "futures-channel"3155version = "0.3.25"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3158dependencies = [3159 "futures-core",3160 "futures-sink",3161]31623163[[package]]3164name = "futures-core"3165version = "0.3.25"3166source = "registry+https://github.com/rust-lang/crates.io-index"3167checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31683169[[package]]3170name = "futures-executor"3171version = "0.3.25"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3174dependencies = [3175 "futures-core",3176 "futures-task",3177 "futures-util",3178 "num_cpus",3179]31803181[[package]]3182name = "futures-io"3183version = "0.3.25"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31863187[[package]]3188name = "futures-lite"3189version = "1.12.0"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3192dependencies = [3193 "fastrand",3194 "futures-core",3195 "futures-io",3196 "memchr",3197 "parking",3198 "pin-project-lite 0.2.9",3199 "waker-fn",3200]32013202[[package]]3203name = "futures-macro"3204version = "0.3.25"3205source = "registry+https://github.com/rust-lang/crates.io-index"3206checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3207dependencies = [3208 "proc-macro2",3209 "quote",3210 "syn",3211]32123213[[package]]3214name = "futures-rustls"3215version = "0.22.2"3216source = "registry+https://github.com/rust-lang/crates.io-index"3217checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3218dependencies = [3219 "futures-io",3220 "rustls",3221 "webpki",3222]32233224[[package]]3225name = "futures-sink"3226version = "0.3.25"3227source = "registry+https://github.com/rust-lang/crates.io-index"3228checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"32293230[[package]]3231name = "futures-task"3232version = "0.3.25"3233source = "registry+https://github.com/rust-lang/crates.io-index"3234checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"32353236[[package]]3237name = "futures-timer"3238version = "3.0.2"3239source = "registry+https://github.com/rust-lang/crates.io-index"3240checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32413242[[package]]3243name = "futures-util"3244version = "0.3.25"3245source = "registry+https://github.com/rust-lang/crates.io-index"3246checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3247dependencies = [3248 "futures 0.1.31",3249 "futures-channel",3250 "futures-core",3251 "futures-io",3252 "futures-macro",3253 "futures-sink",3254 "futures-task",3255 "memchr",3256 "pin-project-lite 0.2.9",3257 "pin-utils",3258 "slab",3259]32603261[[package]]3262name = "fxhash"3263version = "0.2.1"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3266dependencies = [3267 "byteorder",3268]32693270[[package]]3271name = "generic-array"3272version = "0.12.4"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3275dependencies = [3276 "typenum",3277]32783279[[package]]3280name = "generic-array"3281version = "0.14.6"3282source = "registry+https://github.com/rust-lang/crates.io-index"3283checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3284dependencies = [3285 "typenum",3286 "version_check",3287]32883289[[package]]3290name = "gethostname"3291version = "0.2.3"3292source = "registry+https://github.com/rust-lang/crates.io-index"3293checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3294dependencies = [3295 "libc",3296 "winapi",3297]32983299[[package]]3300name = "getrandom"3301version = "0.1.16"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3304dependencies = [3305 "cfg-if",3306 "js-sys",3307 "libc",3308 "wasi 0.9.0+wasi-snapshot-preview1",3309 "wasm-bindgen",3310]33113312[[package]]3313name = "getrandom"3314version = "0.2.8"3315source = "registry+https://github.com/rust-lang/crates.io-index"3316checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3317dependencies = [3318 "cfg-if",3319 "libc",3320 "wasi 0.11.0+wasi-snapshot-preview1",3321]33223323[[package]]3324name = "ghash"3325version = "0.4.4"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3328dependencies = [3329 "opaque-debug 0.3.0",3330 "polyval",3331]33323333[[package]]3334name = "gimli"3335version = "0.26.2"3336source = "registry+https://github.com/rust-lang/crates.io-index"3337checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3338dependencies = [3339 "fallible-iterator",3340 "indexmap",3341 "stable_deref_trait",3342]33433344[[package]]3345name = "gimli"3346version = "0.27.0"3347source = "registry+https://github.com/rust-lang/crates.io-index"3348checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"33493350[[package]]3351name = "glob"3352version = "0.3.0"3353source = "registry+https://github.com/rust-lang/crates.io-index"3354checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33553356[[package]]3357name = "globset"3358version = "0.4.9"3359source = "registry+https://github.com/rust-lang/crates.io-index"3360checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3361dependencies = [3362 "aho-corasick",3363 "bstr",3364 "fnv",3365 "log",3366 "regex",3367]33683369[[package]]3370name = "gloo-timers"3371version = "0.2.5"3372source = "registry+https://github.com/rust-lang/crates.io-index"3373checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3374dependencies = [3375 "futures-channel",3376 "futures-core",3377 "js-sys",3378 "wasm-bindgen",3379]33803381[[package]]3382name = "group"3383version = "0.12.1"3384source = "registry+https://github.com/rust-lang/crates.io-index"3385checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3386dependencies = [3387 "ff",3388 "rand_core 0.6.4",3389 "subtle",3390]33913392[[package]]3393name = "h2"3394version = "0.3.15"3395source = "registry+https://github.com/rust-lang/crates.io-index"3396checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3397dependencies = [3398 "bytes",3399 "fnv",3400 "futures-core",3401 "futures-sink",3402 "futures-util",3403 "http",3404 "indexmap",3405 "slab",3406 "tokio",3407 "tokio-util",3408 "tracing",3409]34103411[[package]]3412name = "handlebars"3413version = "4.3.6"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"3416dependencies = [3417 "log",3418 "pest",3419 "pest_derive",3420 "serde",3421 "serde_json",3422 "thiserror",3423]34243425[[package]]3426name = "hash-db"3427version = "0.15.2"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34303431[[package]]3432name = "hash256-std-hasher"3433version = "0.15.2"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3436dependencies = [3437 "crunchy",3438]34393440[[package]]3441name = "hashbrown"3442version = "0.12.3"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3445dependencies = [3446 "ahash",3447]34483449[[package]]3450name = "heck"3451version = "0.4.0"3452source = "registry+https://github.com/rust-lang/crates.io-index"3453checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34543455[[package]]3456name = "hermit-abi"3457version = "0.1.19"3458source = "registry+https://github.com/rust-lang/crates.io-index"3459checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3460dependencies = [3461 "libc",3462]34633464[[package]]3465name = "hermit-abi"3466version = "0.2.6"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3469dependencies = [3470 "libc",3471]34723473[[package]]3474name = "hex"3475version = "0.4.3"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34783479[[package]]3480name = "hex-literal"3481version = "0.3.4"3482source = "registry+https://github.com/rust-lang/crates.io-index"3483checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34843485[[package]]3486name = "hmac"3487version = "0.8.1"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3490dependencies = [3491 "crypto-mac 0.8.0",3492 "digest 0.9.0",3493]34943495[[package]]3496name = "hmac"3497version = "0.11.0"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3500dependencies = [3501 "crypto-mac 0.11.1",3502 "digest 0.9.0",3503]35043505[[package]]3506name = "hmac"3507version = "0.12.1"3508source = "registry+https://github.com/rust-lang/crates.io-index"3509checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3510dependencies = [3511 "digest 0.10.6",3512]35133514[[package]]3515name = "hmac-drbg"3516version = "0.3.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3519dependencies = [3520 "digest 0.9.0",3521 "generic-array 0.14.6",3522 "hmac 0.8.1",3523]35243525[[package]]3526name = "hostname"3527version = "0.3.1"3528source = "registry+https://github.com/rust-lang/crates.io-index"3529checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3530dependencies = [3531 "libc",3532 "match_cfg",3533 "winapi",3534]35353536[[package]]3537name = "http"3538version = "0.2.8"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3541dependencies = [3542 "bytes",3543 "fnv",3544 "itoa",3545]35463547[[package]]3548name = "http-body"3549version = "0.4.5"3550source = "registry+https://github.com/rust-lang/crates.io-index"3551checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3552dependencies = [3553 "bytes",3554 "http",3555 "pin-project-lite 0.2.9",3556]35573558[[package]]3559name = "http-range-header"3560version = "0.3.0"3561source = "registry+https://github.com/rust-lang/crates.io-index"3562checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"35633564[[package]]3565name = "httparse"3566version = "1.8.0"3567source = "registry+https://github.com/rust-lang/crates.io-index"3568checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35693570[[package]]3571name = "httpdate"3572version = "1.0.2"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35753576[[package]]3577name = "humantime"3578version = "2.1.0"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35813582[[package]]3583name = "hyper"3584version = "0.14.23"3585source = "registry+https://github.com/rust-lang/crates.io-index"3586checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"3587dependencies = [3588 "bytes",3589 "futures-channel",3590 "futures-core",3591 "futures-util",3592 "h2",3593 "http",3594 "http-body",3595 "httparse",3596 "httpdate",3597 "itoa",3598 "pin-project-lite 0.2.9",3599 "socket2",3600 "tokio",3601 "tower-service",3602 "tracing",3603 "want",3604]36053606[[package]]3607name = "hyper-rustls"3608version = "0.23.2"3609source = "registry+https://github.com/rust-lang/crates.io-index"3610checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"3611dependencies = [3612 "http",3613 "hyper",3614 "log",3615 "rustls",3616 "rustls-native-certs",3617 "tokio",3618 "tokio-rustls",3619]36203621[[package]]3622name = "iana-time-zone"3623version = "0.1.53"3624source = "registry+https://github.com/rust-lang/crates.io-index"3625checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3626dependencies = [3627 "android_system_properties",3628 "core-foundation-sys",3629 "iana-time-zone-haiku",3630 "js-sys",3631 "wasm-bindgen",3632 "winapi",3633]36343635[[package]]3636name = "iana-time-zone-haiku"3637version = "0.1.1"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3640dependencies = [3641 "cxx",3642 "cxx-build",3643]36443645[[package]]3646name = "idna"3647version = "0.2.3"3648source = "registry+https://github.com/rust-lang/crates.io-index"3649checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3650dependencies = [3651 "matches",3652 "unicode-bidi",3653 "unicode-normalization",3654]36553656[[package]]3657name = "idna"3658version = "0.3.0"3659source = "registry+https://github.com/rust-lang/crates.io-index"3660checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3661dependencies = [3662 "unicode-bidi",3663 "unicode-normalization",3664]36653666[[package]]3667name = "if-addrs"3668version = "0.7.0"3669source = "registry+https://github.com/rust-lang/crates.io-index"3670checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3671dependencies = [3672 "libc",3673 "winapi",3674]36753676[[package]]3677name = "if-watch"3678version = "2.0.0"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3681dependencies = [3682 "async-io",3683 "core-foundation",3684 "fnv",3685 "futures 0.3.25",3686 "if-addrs",3687 "ipnet",3688 "log",3689 "rtnetlink",3690 "system-configuration",3691 "windows",3692]36933694[[package]]3695name = "impl-codec"3696version = "0.6.0"3697source = "registry+https://github.com/rust-lang/crates.io-index"3698checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3699dependencies = [3700 "parity-scale-codec 3.2.1",3701]37023703[[package]]3704name = "impl-rlp"3705version = "0.3.0"3706source = "registry+https://github.com/rust-lang/crates.io-index"3707checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3708dependencies = [3709 "rlp",3710]37113712[[package]]3713name = "impl-serde"3714version = "0.4.0"3715source = "registry+https://github.com/rust-lang/crates.io-index"3716checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3717dependencies = [3718 "serde",3719]37203721[[package]]3722name = "impl-trait-for-tuples"3723version = "0.2.2"3724source = "registry+https://github.com/rust-lang/crates.io-index"3725checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3726dependencies = [3727 "proc-macro2",3728 "quote",3729 "syn",3730]37313732[[package]]3733name = "indexmap"3734version = "1.9.2"3735source = "registry+https://github.com/rust-lang/crates.io-index"3736checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"3737dependencies = [3738 "autocfg",3739 "hashbrown",3740 "serde",3741]37423743[[package]]3744name = "instant"3745version = "0.1.12"3746source = "registry+https://github.com/rust-lang/crates.io-index"3747checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3748dependencies = [3749 "cfg-if",3750]37513752[[package]]3753name = "integer-encoding"3754version = "3.0.4"3755source = "registry+https://github.com/rust-lang/crates.io-index"3756checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"37573758[[package]]3759name = "integer-sqrt"3760version = "0.1.5"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3763dependencies = [3764 "num-traits",3765]37663767[[package]]3768name = "io-lifetimes"3769version = "0.7.5"3770source = "registry+https://github.com/rust-lang/crates.io-index"3771checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"37723773[[package]]3774name = "io-lifetimes"3775version = "1.0.3"3776source = "registry+https://github.com/rust-lang/crates.io-index"3777checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3778dependencies = [3779 "libc",3780 "windows-sys 0.42.0",3781]37823783[[package]]3784name = "ip_network"3785version = "0.4.1"3786source = "registry+https://github.com/rust-lang/crates.io-index"3787checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37883789[[package]]3790name = "ipconfig"3791version = "0.3.1"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"3794dependencies = [3795 "socket2",3796 "widestring",3797 "winapi",3798 "winreg",3799]38003801[[package]]3802name = "ipnet"3803version = "2.7.0"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"38063807[[package]]3808name = "is-terminal"3809version = "0.4.2"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"3812dependencies = [3813 "hermit-abi 0.2.6",3814 "io-lifetimes 1.0.3",3815 "rustix 0.36.5",3816 "windows-sys 0.42.0",3817]38183819[[package]]3820name = "itertools"3821version = "0.10.5"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3824dependencies = [3825 "either",3826]38273828[[package]]3829name = "itoa"3830version = "1.0.5"3831source = "registry+https://github.com/rust-lang/crates.io-index"3832checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"38333834[[package]]3835name = "jobserver"3836version = "0.1.25"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3839dependencies = [3840 "libc",3841]38423843[[package]]3844name = "js-sys"3845version = "0.3.60"3846source = "registry+https://github.com/rust-lang/crates.io-index"3847checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3848dependencies = [3849 "wasm-bindgen",3850]38513852[[package]]3853name = "jsonrpsee"3854version = "0.16.2"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"3857dependencies = [3858 "jsonrpsee-core",3859 "jsonrpsee-proc-macros",3860 "jsonrpsee-server",3861 "jsonrpsee-types",3862 "jsonrpsee-ws-client",3863 "tracing",3864]38653866[[package]]3867name = "jsonrpsee-client-transport"3868version = "0.16.2"3869source = "registry+https://github.com/rust-lang/crates.io-index"3870checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"3871dependencies = [3872 "futures-util",3873 "http",3874 "jsonrpsee-core",3875 "jsonrpsee-types",3876 "pin-project",3877 "rustls-native-certs",3878 "soketto",3879 "thiserror",3880 "tokio",3881 "tokio-rustls",3882 "tokio-util",3883 "tracing",3884 "webpki-roots",3885]38863887[[package]]3888name = "jsonrpsee-core"3889version = "0.16.2"3890source = "registry+https://github.com/rust-lang/crates.io-index"3891checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"3892dependencies = [3893 "anyhow",3894 "arrayvec 0.7.2",3895 "async-lock",3896 "async-trait",3897 "beef",3898 "futures-channel",3899 "futures-timer",3900 "futures-util",3901 "globset",3902 "hyper",3903 "jsonrpsee-types",3904 "parking_lot 0.12.1",3905 "rand 0.8.5",3906 "rustc-hash",3907 "serde",3908 "serde_json",3909 "soketto",3910 "thiserror",3911 "tokio",3912 "tracing",3913]39143915[[package]]3916name = "jsonrpsee-proc-macros"3917version = "0.16.2"3918source = "registry+https://github.com/rust-lang/crates.io-index"3919checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"3920dependencies = [3921 "heck",3922 "proc-macro-crate",3923 "proc-macro2",3924 "quote",3925 "syn",3926]39273928[[package]]3929name = "jsonrpsee-server"3930version = "0.16.2"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"3933dependencies = [3934 "futures-channel",3935 "futures-util",3936 "http",3937 "hyper",3938 "jsonrpsee-core",3939 "jsonrpsee-types",3940 "serde",3941 "serde_json",3942 "soketto",3943 "tokio",3944 "tokio-stream",3945 "tokio-util",3946 "tower",3947 "tracing",3948]39493950[[package]]3951name = "jsonrpsee-types"3952version = "0.16.2"3953source = "registry+https://github.com/rust-lang/crates.io-index"3954checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"3955dependencies = [3956 "anyhow",3957 "beef",3958 "serde",3959 "serde_json",3960 "thiserror",3961 "tracing",3962]39633964[[package]]3965name = "jsonrpsee-ws-client"3966version = "0.16.2"3967source = "registry+https://github.com/rust-lang/crates.io-index"3968checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"3969dependencies = [3970 "http",3971 "jsonrpsee-client-transport",3972 "jsonrpsee-core",3973 "jsonrpsee-types",3974]39753976[[package]]3977name = "k256"3978version = "0.11.6"3979source = "registry+https://github.com/rust-lang/crates.io-index"3980checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3981dependencies = [3982 "cfg-if",3983 "ecdsa",3984 "elliptic-curve",3985 "sha2 0.10.6",3986]39873988[[package]]3989name = "keccak"3990version = "0.1.3"3991source = "registry+https://github.com/rust-lang/crates.io-index"3992checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"3993dependencies = [3994 "cpufeatures",3995]39963997[[package]]3998name = "kusama-runtime"3999version = "0.9.36"4000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4001dependencies = [4002 "bitvec 1.0.1",4003 "frame-benchmarking",4004 "frame-election-provider-support",4005 "frame-executive",4006 "frame-support",4007 "frame-system",4008 "frame-system-benchmarking",4009 "frame-system-rpc-runtime-api",4010 "frame-try-runtime",4011 "hex-literal",4012 "kusama-runtime-constants",4013 "log",4014 "pallet-authority-discovery",4015 "pallet-authorship",4016 "pallet-babe",4017 "pallet-bags-list",4018 "pallet-balances",4019 "pallet-bounties",4020 "pallet-child-bounties",4021 "pallet-collective",4022 "pallet-conviction-voting",4023 "pallet-democracy",4024 "pallet-election-provider-multi-phase",4025 "pallet-election-provider-support-benchmarking",4026 "pallet-elections-phragmen",4027 "pallet-fast-unstake",4028 "pallet-grandpa",4029 "pallet-identity",4030 "pallet-im-online",4031 "pallet-indices",4032 "pallet-membership",4033 "pallet-multisig",4034 "pallet-nis",4035 "pallet-nomination-pools",4036 "pallet-nomination-pools-benchmarking",4037 "pallet-nomination-pools-runtime-api",4038 "pallet-offences",4039 "pallet-offences-benchmarking",4040 "pallet-preimage",4041 "pallet-proxy",4042 "pallet-ranked-collective",4043 "pallet-recovery",4044 "pallet-referenda",4045 "pallet-scheduler",4046 "pallet-session",4047 "pallet-session-benchmarking",4048 "pallet-society",4049 "pallet-staking",4050 "pallet-timestamp",4051 "pallet-tips",4052 "pallet-transaction-payment",4053 "pallet-transaction-payment-rpc-runtime-api",4054 "pallet-treasury",4055 "pallet-utility",4056 "pallet-vesting",4057 "pallet-whitelist",4058 "pallet-xcm",4059 "pallet-xcm-benchmarks",4060 "parity-scale-codec 3.2.1",4061 "polkadot-primitives",4062 "polkadot-runtime-common",4063 "polkadot-runtime-parachains",4064 "rustc-hex",4065 "scale-info",4066 "serde",4067 "serde_derive",4068 "smallvec",4069 "sp-api",4070 "sp-arithmetic",4071 "sp-authority-discovery",4072 "sp-beefy",4073 "sp-block-builder",4074 "sp-consensus-babe",4075 "sp-core",4076 "sp-inherents",4077 "sp-io",4078 "sp-mmr-primitives",4079 "sp-npos-elections",4080 "sp-offchain",4081 "sp-runtime",4082 "sp-session",4083 "sp-staking",4084 "sp-std",4085 "sp-transaction-pool",4086 "sp-version",4087 "static_assertions",4088 "substrate-wasm-builder",4089 "xcm",4090 "xcm-builder",4091 "xcm-executor",4092]40934094[[package]]4095name = "kusama-runtime-constants"4096version = "0.9.36"4097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4098dependencies = [4099 "frame-support",4100 "polkadot-primitives",4101 "polkadot-runtime-common",4102 "smallvec",4103 "sp-core",4104 "sp-runtime",4105 "sp-weights",4106]41074108[[package]]4109name = "kv-log-macro"4110version = "1.0.7"4111source = "registry+https://github.com/rust-lang/crates.io-index"4112checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4113dependencies = [4114 "log",4115]41164117[[package]]4118name = "kvdb"4119version = "0.13.0"4120source = "registry+https://github.com/rust-lang/crates.io-index"4121checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"4122dependencies = [4123 "smallvec",4124]41254126[[package]]4127name = "kvdb-memorydb"4128version = "0.13.0"4129source = "registry+https://github.com/rust-lang/crates.io-index"4130checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"4131dependencies = [4132 "kvdb",4133 "parking_lot 0.12.1",4134]41354136[[package]]4137name = "kvdb-rocksdb"4138version = "0.17.0"4139source = "registry+https://github.com/rust-lang/crates.io-index"4140checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"4141dependencies = [4142 "kvdb",4143 "num_cpus",4144 "parking_lot 0.12.1",4145 "regex",4146 "rocksdb",4147 "smallvec",4148]41494150[[package]]4151name = "lazy_static"4152version = "1.4.0"4153source = "registry+https://github.com/rust-lang/crates.io-index"4154checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"41554156[[package]]4157name = "lazycell"4158version = "1.3.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"41614162[[package]]4163name = "libc"4164version = "0.2.139"4165source = "registry+https://github.com/rust-lang/crates.io-index"4166checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"41674168[[package]]4169name = "libloading"4170version = "0.7.4"4171source = "registry+https://github.com/rust-lang/crates.io-index"4172checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4173dependencies = [4174 "cfg-if",4175 "winapi",4176]41774178[[package]]4179name = "libm"4180version = "0.1.4"4181source = "registry+https://github.com/rust-lang/crates.io-index"4182checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"41834184[[package]]4185name = "libm"4186version = "0.2.6"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"41894190[[package]]4191name = "libp2p"4192version = "0.49.0"4193source = "registry+https://github.com/rust-lang/crates.io-index"4194checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4195dependencies = [4196 "bytes",4197 "futures 0.3.25",4198 "futures-timer",4199 "getrandom 0.2.8",4200 "instant",4201 "lazy_static",4202 "libp2p-core",4203 "libp2p-dns",4204 "libp2p-identify",4205 "libp2p-kad",4206 "libp2p-mdns",4207 "libp2p-metrics",4208 "libp2p-mplex",4209 "libp2p-noise",4210 "libp2p-ping",4211 "libp2p-request-response",4212 "libp2p-swarm",4213 "libp2p-swarm-derive",4214 "libp2p-tcp",4215 "libp2p-wasm-ext",4216 "libp2p-websocket",4217 "libp2p-yamux",4218 "multiaddr",4219 "parking_lot 0.12.1",4220 "pin-project",4221 "smallvec",4222]42234224[[package]]4225name = "libp2p-core"4226version = "0.37.0"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4229dependencies = [4230 "asn1_der",4231 "bs58",4232 "ed25519-dalek",4233 "either",4234 "fnv",4235 "futures 0.3.25",4236 "futures-timer",4237 "instant",4238 "lazy_static",4239 "log",4240 "multiaddr",4241 "multihash",4242 "multistream-select",4243 "parking_lot 0.12.1",4244 "pin-project",4245 "prost",4246 "prost-build",4247 "rand 0.8.5",4248 "rw-stream-sink",4249 "sha2 0.10.6",4250 "smallvec",4251 "thiserror",4252 "unsigned-varint",4253 "void",4254 "zeroize",4255]42564257[[package]]4258name = "libp2p-dns"4259version = "0.37.0"4260source = "registry+https://github.com/rust-lang/crates.io-index"4261checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4262dependencies = [4263 "futures 0.3.25",4264 "libp2p-core",4265 "log",4266 "parking_lot 0.12.1",4267 "smallvec",4268 "trust-dns-resolver",4269]42704271[[package]]4272name = "libp2p-identify"4273version = "0.40.0"4274source = "registry+https://github.com/rust-lang/crates.io-index"4275checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4276dependencies = [4277 "asynchronous-codec",4278 "futures 0.3.25",4279 "futures-timer",4280 "libp2p-core",4281 "libp2p-swarm",4282 "log",4283 "lru",4284 "prost",4285 "prost-build",4286 "prost-codec",4287 "smallvec",4288 "thiserror",4289 "void",4290]42914292[[package]]4293name = "libp2p-kad"4294version = "0.41.0"4295source = "registry+https://github.com/rust-lang/crates.io-index"4296checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4297dependencies = [4298 "arrayvec 0.7.2",4299 "asynchronous-codec",4300 "bytes",4301 "either",4302 "fnv",4303 "futures 0.3.25",4304 "futures-timer",4305 "instant",4306 "libp2p-core",4307 "libp2p-swarm",4308 "log",4309 "prost",4310 "prost-build",4311 "rand 0.8.5",4312 "sha2 0.10.6",4313 "smallvec",4314 "thiserror",4315 "uint",4316 "unsigned-varint",4317 "void",4318]43194320[[package]]4321name = "libp2p-mdns"4322version = "0.41.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4325dependencies = [4326 "data-encoding",4327 "dns-parser",4328 "futures 0.3.25",4329 "if-watch",4330 "libp2p-core",4331 "libp2p-swarm",4332 "log",4333 "rand 0.8.5",4334 "smallvec",4335 "socket2",4336 "tokio",4337 "void",4338]43394340[[package]]4341name = "libp2p-metrics"4342version = "0.10.0"4343source = "registry+https://github.com/rust-lang/crates.io-index"4344checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4345dependencies = [4346 "libp2p-core",4347 "libp2p-identify",4348 "libp2p-kad",4349 "libp2p-ping",4350 "libp2p-swarm",4351 "prometheus-client",4352]43534354[[package]]4355name = "libp2p-mplex"4356version = "0.37.0"4357source = "registry+https://github.com/rust-lang/crates.io-index"4358checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4359dependencies = [4360 "asynchronous-codec",4361 "bytes",4362 "futures 0.3.25",4363 "libp2p-core",4364 "log",4365 "nohash-hasher",4366 "parking_lot 0.12.1",4367 "rand 0.8.5",4368 "smallvec",4369 "unsigned-varint",4370]43714372[[package]]4373name = "libp2p-noise"4374version = "0.40.0"4375source = "registry+https://github.com/rust-lang/crates.io-index"4376checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4377dependencies = [4378 "bytes",4379 "curve25519-dalek 3.2.0",4380 "futures 0.3.25",4381 "lazy_static",4382 "libp2p-core",4383 "log",4384 "prost",4385 "prost-build",4386 "rand 0.8.5",4387 "sha2 0.10.6",4388 "snow",4389 "static_assertions",4390 "x25519-dalek",4391 "zeroize",4392]43934394[[package]]4395name = "libp2p-ping"4396version = "0.40.1"4397source = "registry+https://github.com/rust-lang/crates.io-index"4398checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4399dependencies = [4400 "futures 0.3.25",4401 "futures-timer",4402 "instant",4403 "libp2p-core",4404 "libp2p-swarm",4405 "log",4406 "rand 0.8.5",4407 "void",4408]44094410[[package]]4411name = "libp2p-request-response"4412version = "0.22.1"4413source = "registry+https://github.com/rust-lang/crates.io-index"4414checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4415dependencies = [4416 "async-trait",4417 "bytes",4418 "futures 0.3.25",4419 "instant",4420 "libp2p-core",4421 "libp2p-swarm",4422 "log",4423 "rand 0.8.5",4424 "smallvec",4425 "unsigned-varint",4426]44274428[[package]]4429name = "libp2p-swarm"4430version = "0.40.1"4431source = "registry+https://github.com/rust-lang/crates.io-index"4432checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4433dependencies = [4434 "either",4435 "fnv",4436 "futures 0.3.25",4437 "futures-timer",4438 "instant",4439 "libp2p-core",4440 "log",4441 "pin-project",4442 "rand 0.8.5",4443 "smallvec",4444 "thiserror",4445 "void",4446]44474448[[package]]4449name = "libp2p-swarm-derive"4450version = "0.30.1"4451source = "registry+https://github.com/rust-lang/crates.io-index"4452checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4453dependencies = [4454 "heck",4455 "quote",4456 "syn",4457]44584459[[package]]4460name = "libp2p-tcp"4461version = "0.37.0"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4464dependencies = [4465 "futures 0.3.25",4466 "futures-timer",4467 "if-watch",4468 "libc",4469 "libp2p-core",4470 "log",4471 "socket2",4472 "tokio",4473]44744475[[package]]4476name = "libp2p-wasm-ext"4477version = "0.37.0"4478source = "registry+https://github.com/rust-lang/crates.io-index"4479checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4480dependencies = [4481 "futures 0.3.25",4482 "js-sys",4483 "libp2p-core",4484 "parity-send-wrapper",4485 "wasm-bindgen",4486 "wasm-bindgen-futures",4487]44884489[[package]]4490name = "libp2p-websocket"4491version = "0.39.0"4492source = "registry+https://github.com/rust-lang/crates.io-index"4493checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4494dependencies = [4495 "either",4496 "futures 0.3.25",4497 "futures-rustls",4498 "libp2p-core",4499 "log",4500 "parking_lot 0.12.1",4501 "quicksink",4502 "rw-stream-sink",4503 "soketto",4504 "url",4505 "webpki-roots",4506]45074508[[package]]4509name = "libp2p-yamux"4510version = "0.41.1"4511source = "registry+https://github.com/rust-lang/crates.io-index"4512checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4513dependencies = [4514 "futures 0.3.25",4515 "libp2p-core",4516 "log",4517 "parking_lot 0.12.1",4518 "thiserror",4519 "yamux",4520]45214522[[package]]4523name = "librocksdb-sys"4524version = "0.8.0+7.4.4"4525source = "registry+https://github.com/rust-lang/crates.io-index"4526checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4527dependencies = [4528 "bindgen",4529 "bzip2-sys",4530 "cc",4531 "glob",4532 "libc",4533 "libz-sys",4534 "tikv-jemalloc-sys",4535]45364537[[package]]4538name = "libsecp256k1"4539version = "0.7.1"4540source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4542dependencies = [4543 "arrayref",4544 "base64",4545 "digest 0.9.0",4546 "hmac-drbg",4547 "libsecp256k1-core",4548 "libsecp256k1-gen-ecmult",4549 "libsecp256k1-gen-genmult",4550 "rand 0.8.5",4551 "serde",4552 "sha2 0.9.9",4553 "typenum",4554]45554556[[package]]4557name = "libsecp256k1-core"4558version = "0.3.0"4559source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4561dependencies = [4562 "crunchy",4563 "digest 0.9.0",4564 "subtle",4565]45664567[[package]]4568name = "libsecp256k1-gen-ecmult"4569version = "0.3.0"4570source = "registry+https://github.com/rust-lang/crates.io-index"4571checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4572dependencies = [4573 "libsecp256k1-core",4574]45754576[[package]]4577name = "libsecp256k1-gen-genmult"4578version = "0.3.0"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4581dependencies = [4582 "libsecp256k1-core",4583]45844585[[package]]4586name = "libz-sys"4587version = "1.1.8"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4590dependencies = [4591 "cc",4592 "pkg-config",4593 "vcpkg",4594]45954596[[package]]4597name = "link-cplusplus"4598version = "1.0.8"4599source = "registry+https://github.com/rust-lang/crates.io-index"4600checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"4601dependencies = [4602 "cc",4603]46044605[[package]]4606name = "linked-hash-map"4607version = "0.5.6"4608source = "registry+https://github.com/rust-lang/crates.io-index"4609checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46104611[[package]]4612name = "linked_hash_set"4613version = "0.1.4"4614source = "registry+https://github.com/rust-lang/crates.io-index"4615checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4616dependencies = [4617 "linked-hash-map",4618]46194620[[package]]4621name = "linregress"4622version = "0.4.4"4623source = "registry+https://github.com/rust-lang/crates.io-index"4624checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4625dependencies = [4626 "nalgebra",4627 "statrs",4628]46294630[[package]]4631name = "linux-raw-sys"4632version = "0.0.46"4633source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46354636[[package]]4637name = "linux-raw-sys"4638version = "0.1.4"4639source = "registry+https://github.com/rust-lang/crates.io-index"4640checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"46414642[[package]]4643name = "lock_api"4644version = "0.4.9"4645source = "registry+https://github.com/rust-lang/crates.io-index"4646checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4647dependencies = [4648 "autocfg",4649 "scopeguard",4650]46514652[[package]]4653name = "log"4654version = "0.4.17"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4657dependencies = [4658 "cfg-if",4659 "value-bag",4660]46614662[[package]]4663name = "logtest"4664version = "2.0.0"4665source = "registry+https://github.com/rust-lang/crates.io-index"4666checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4667dependencies = [4668 "lazy_static",4669 "log",4670]46714672[[package]]4673name = "lru"4674version = "0.8.1"4675source = "registry+https://github.com/rust-lang/crates.io-index"4676checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4677dependencies = [4678 "hashbrown",4679]46804681[[package]]4682name = "lru-cache"4683version = "0.1.2"4684source = "registry+https://github.com/rust-lang/crates.io-index"4685checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4686dependencies = [4687 "linked-hash-map",4688]46894690[[package]]4691name = "lz4"4692version = "1.24.0"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4695dependencies = [4696 "libc",4697 "lz4-sys",4698]46994700[[package]]4701name = "lz4-sys"4702version = "1.9.4"4703source = "registry+https://github.com/rust-lang/crates.io-index"4704checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4705dependencies = [4706 "cc",4707 "libc",4708]47094710[[package]]4711name = "mach"4712version = "0.3.2"4713source = "registry+https://github.com/rust-lang/crates.io-index"4714checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4715dependencies = [4716 "libc",4717]47184719[[package]]4720name = "match_cfg"4721version = "0.1.0"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47244725[[package]]4726name = "matchers"4727version = "0.0.1"4728source = "registry+https://github.com/rust-lang/crates.io-index"4729checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4730dependencies = [4731 "regex-automata",4732]47334734[[package]]4735name = "matches"4736version = "0.1.9"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47394740[[package]]4741name = "matrixmultiply"4742version = "0.3.2"4743source = "registry+https://github.com/rust-lang/crates.io-index"4744checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4745dependencies = [4746 "rawpointer",4747]47484749[[package]]4750name = "memchr"4751version = "2.5.0"4752source = "registry+https://github.com/rust-lang/crates.io-index"4753checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47544755[[package]]4756name = "memfd"4757version = "0.6.2"4758source = "registry+https://github.com/rust-lang/crates.io-index"4759checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4760dependencies = [4761 "rustix 0.36.5",4762]47634764[[package]]4765name = "memmap2"4766version = "0.5.8"4767source = "registry+https://github.com/rust-lang/crates.io-index"4768checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"4769dependencies = [4770 "libc",4771]47724773[[package]]4774name = "memoffset"4775version = "0.6.5"4776source = "registry+https://github.com/rust-lang/crates.io-index"4777checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4778dependencies = [4779 "autocfg",4780]47814782[[package]]4783name = "memoffset"4784version = "0.7.1"4785source = "registry+https://github.com/rust-lang/crates.io-index"4786checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"4787dependencies = [4788 "autocfg",4789]47904791[[package]]4792name = "memory-db"4793version = "0.31.0"4794source = "registry+https://github.com/rust-lang/crates.io-index"4795checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66"4796dependencies = [4797 "hash-db",4798 "hashbrown",4799]48004801[[package]]4802name = "memory_units"4803version = "0.4.0"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"48064807[[package]]4808name = "merlin"4809version = "2.0.1"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4812dependencies = [4813 "byteorder",4814 "keccak",4815 "rand_core 0.5.1",4816 "zeroize",4817]48184819[[package]]4820name = "mick-jaeger"4821version = "0.1.8"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4824dependencies = [4825 "futures 0.3.25",4826 "rand 0.8.5",4827 "thrift",4828]48294830[[package]]4831name = "minimal-lexical"4832version = "0.2.1"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48354836[[package]]4837name = "miniz_oxide"4838version = "0.6.2"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4841dependencies = [4842 "adler",4843]48444845[[package]]4846name = "mio"4847version = "0.8.5"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4850dependencies = [4851 "libc",4852 "log",4853 "wasi 0.11.0+wasi-snapshot-preview1",4854 "windows-sys 0.42.0",4855]48564857[[package]]4858name = "mmr-gadget"4859version = "4.0.0-dev"4860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4861dependencies = [4862 "futures 0.3.25",4863 "log",4864 "parity-scale-codec 3.2.1",4865 "sc-client-api",4866 "sc-offchain",4867 "sp-api",4868 "sp-beefy",4869 "sp-blockchain",4870 "sp-consensus",4871 "sp-core",4872 "sp-io",4873 "sp-mmr-primitives",4874 "sp-runtime",4875]48764877[[package]]4878name = "mmr-rpc"4879version = "4.0.0-dev"4880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4881dependencies = [4882 "anyhow",4883 "jsonrpsee",4884 "parity-scale-codec 3.2.1",4885 "serde",4886 "sp-api",4887 "sp-blockchain",4888 "sp-core",4889 "sp-mmr-primitives",4890 "sp-runtime",4891]48924893[[package]]4894name = "mockall"4895version = "0.11.3"4896source = "registry+https://github.com/rust-lang/crates.io-index"4897checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"4898dependencies = [4899 "cfg-if",4900 "downcast",4901 "fragile",4902 "lazy_static",4903 "mockall_derive",4904 "predicates",4905 "predicates-tree",4906]49074908[[package]]4909name = "mockall_derive"4910version = "0.11.3"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"4913dependencies = [4914 "cfg-if",4915 "proc-macro2",4916 "quote",4917 "syn",4918]49194920[[package]]4921name = "multiaddr"4922version = "0.14.0"4923source = "registry+https://github.com/rust-lang/crates.io-index"4924checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4925dependencies = [4926 "arrayref",4927 "bs58",4928 "byteorder",4929 "data-encoding",4930 "multihash",4931 "percent-encoding",4932 "serde",4933 "static_assertions",4934 "unsigned-varint",4935 "url",4936]49374938[[package]]4939name = "multibase"4940version = "0.9.1"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4943dependencies = [4944 "base-x",4945 "data-encoding",4946 "data-encoding-macro",4947]49484949[[package]]4950name = "multihash"4951version = "0.16.3"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4954dependencies = [4955 "blake2b_simd",4956 "blake2s_simd",4957 "blake3",4958 "core2",4959 "digest 0.10.6",4960 "multihash-derive",4961 "sha2 0.10.6",4962 "sha3 0.10.6",4963 "unsigned-varint",4964]49654966[[package]]4967name = "multihash-derive"4968version = "0.8.0"4969source = "registry+https://github.com/rust-lang/crates.io-index"4970checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4971dependencies = [4972 "proc-macro-crate",4973 "proc-macro-error",4974 "proc-macro2",4975 "quote",4976 "syn",4977 "synstructure",4978]49794980[[package]]4981name = "multimap"4982version = "0.8.3"4983source = "registry+https://github.com/rust-lang/crates.io-index"4984checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49854986[[package]]4987name = "multistream-select"4988version = "0.12.1"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4991dependencies = [4992 "bytes",4993 "futures 0.3.25",4994 "log",4995 "pin-project",4996 "smallvec",4997 "unsigned-varint",4998]49995000[[package]]5001name = "nalgebra"5002version = "0.27.1"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5005dependencies = [5006 "approx",5007 "matrixmultiply",5008 "nalgebra-macros",5009 "num-complex",5010 "num-rational",5011 "num-traits",5012 "rand 0.8.5",5013 "rand_distr",5014 "simba",5015 "typenum",5016]50175018[[package]]5019name = "nalgebra-macros"5020version = "0.1.0"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5023dependencies = [5024 "proc-macro2",5025 "quote",5026 "syn",5027]50285029[[package]]5030name = "names"5031version = "0.13.0"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5034dependencies = [5035 "rand 0.8.5",5036]50375038[[package]]5039name = "nanorand"5040version = "0.7.0"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50435044[[package]]5045name = "netlink-packet-core"5046version = "0.4.2"5047source = "registry+https://github.com/rust-lang/crates.io-index"5048checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5049dependencies = [5050 "anyhow",5051 "byteorder",5052 "libc",5053 "netlink-packet-utils",5054]50555056[[package]]5057name = "netlink-packet-route"5058version = "0.12.0"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5061dependencies = [5062 "anyhow",5063 "bitflags",5064 "byteorder",5065 "libc",5066 "netlink-packet-core",5067 "netlink-packet-utils",5068]50695070[[package]]5071name = "netlink-packet-utils"5072version = "0.5.1"5073source = "registry+https://github.com/rust-lang/crates.io-index"5074checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5075dependencies = [5076 "anyhow",5077 "byteorder",5078 "paste",5079 "thiserror",5080]50815082[[package]]5083name = "netlink-proto"5084version = "0.10.0"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5087dependencies = [5088 "bytes",5089 "futures 0.3.25",5090 "log",5091 "netlink-packet-core",5092 "netlink-sys",5093 "thiserror",5094 "tokio",5095]50965097[[package]]5098name = "netlink-sys"5099version = "0.8.3"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5102dependencies = [5103 "async-io",5104 "bytes",5105 "futures 0.3.25",5106 "libc",5107 "log",5108]51095110[[package]]5111name = "nix"5112version = "0.24.3"5113source = "registry+https://github.com/rust-lang/crates.io-index"5114checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5115dependencies = [5116 "bitflags",5117 "cfg-if",5118 "libc",5119]51205121[[package]]5122name = "nohash-hasher"5123version = "0.2.0"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51265127[[package]]5128name = "nom"5129version = "7.1.1"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5132dependencies = [5133 "memchr",5134 "minimal-lexical",5135]51365137[[package]]5138name = "normalize-line-endings"5139version = "0.3.0"5140source = "registry+https://github.com/rust-lang/crates.io-index"5141checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51425143[[package]]5144name = "nu-ansi-term"5145version = "0.46.0"5146source = "registry+https://github.com/rust-lang/crates.io-index"5147checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"5148dependencies = [5149 "overload",5150 "winapi",5151]51525153[[package]]5154name = "num-bigint"5155version = "0.4.3"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5158dependencies = [5159 "autocfg",5160 "num-integer",5161 "num-traits",5162]51635164[[package]]5165name = "num-complex"5166version = "0.4.2"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5169dependencies = [5170 "num-traits",5171]51725173[[package]]5174name = "num-format"5175version = "0.4.4"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5178dependencies = [5179 "arrayvec 0.7.2",5180 "itoa",5181]51825183[[package]]5184name = "num-integer"5185version = "0.1.45"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5188dependencies = [5189 "autocfg",5190 "num-traits",5191]51925193[[package]]5194name = "num-rational"5195version = "0.4.1"5196source = "registry+https://github.com/rust-lang/crates.io-index"5197checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5198dependencies = [5199 "autocfg",5200 "num-bigint",5201 "num-integer",5202 "num-traits",5203]52045205[[package]]5206name = "num-traits"5207version = "0.2.15"5208source = "registry+https://github.com/rust-lang/crates.io-index"5209checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5210dependencies = [5211 "autocfg",5212 "libm 0.2.6",5213]52145215[[package]]5216name = "num_cpus"5217version = "1.15.0"5218source = "registry+https://github.com/rust-lang/crates.io-index"5219checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"5220dependencies = [5221 "hermit-abi 0.2.6",5222 "libc",5223]52245225[[package]]5226name = "num_enum"5227version = "0.5.7"5228source = "registry+https://github.com/rust-lang/crates.io-index"5229checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5230dependencies = [5231 "num_enum_derive",5232]52335234[[package]]5235name = "num_enum_derive"5236version = "0.5.7"5237source = "registry+https://github.com/rust-lang/crates.io-index"5238checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5239dependencies = [5240 "proc-macro-crate",5241 "proc-macro2",5242 "quote",5243 "syn",5244]52455246[[package]]5247name = "object"5248version = "0.29.0"5249source = "registry+https://github.com/rust-lang/crates.io-index"5250checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5251dependencies = [5252 "crc32fast",5253 "hashbrown",5254 "indexmap",5255 "memchr",5256]52575258[[package]]5259name = "object"5260version = "0.30.0"5261source = "registry+https://github.com/rust-lang/crates.io-index"5262checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"5263dependencies = [5264 "memchr",5265]52665267[[package]]5268name = "once_cell"5269version = "1.16.0"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"52725273[[package]]5274name = "opal-runtime"5275version = "0.9.36"5276dependencies = [5277 "app-promotion-rpc",5278 "cumulus-pallet-aura-ext",5279 "cumulus-pallet-dmp-queue",5280 "cumulus-pallet-parachain-system",5281 "cumulus-pallet-xcm",5282 "cumulus-pallet-xcmp-queue",5283 "cumulus-primitives-core",5284 "cumulus-primitives-timestamp",5285 "cumulus-primitives-utility",5286 "derivative",5287 "evm-coder",5288 "fp-evm",5289 "fp-evm-mapping",5290 "fp-rpc",5291 "fp-self-contained",5292 "frame-benchmarking",5293 "frame-executive",5294 "frame-support",5295 "frame-system",5296 "frame-system-benchmarking",5297 "frame-system-rpc-runtime-api",5298 "frame-try-runtime",5299 "hex-literal",5300 "impl-trait-for-tuples",5301 "log",5302 "logtest",5303 "num_enum",5304 "orml-tokens",5305 "orml-traits",5306 "orml-vesting",5307 "orml-xtokens",5308 "pallet-app-promotion",5309 "pallet-aura",5310 "pallet-authorship",5311 "pallet-balances",5312 "pallet-base-fee",5313 "pallet-collator-selection",5314 "pallet-common",5315 "pallet-configuration",5316 "pallet-data-management",5317 "pallet-ethereum",5318 "pallet-evm",5319 "pallet-evm-coder-substrate",5320 "pallet-evm-contract-helpers",5321 "pallet-evm-precompile-simple",5322 "pallet-evm-transaction-payment",5323 "pallet-foreign-assets",5324 "pallet-fungible",5325 "pallet-identity",5326 "pallet-inflation",5327 "pallet-maintenance",5328 "pallet-nonfungible",5329 "pallet-randomness-collective-flip",5330 "pallet-refungible",5331 "pallet-rmrk-core",5332 "pallet-rmrk-equip",5333 "pallet-session",5334 "pallet-structure",5335 "pallet-sudo",5336 "pallet-template-transaction-payment",5337 "pallet-test-utils",5338 "pallet-timestamp",5339 "pallet-transaction-payment",5340 "pallet-transaction-payment-rpc-runtime-api",5341 "pallet-treasury",5342 "pallet-unique",5343 "pallet-unique-scheduler-v2",5344 "pallet-xcm",5345 "parachain-info",5346 "parity-scale-codec 3.2.1",5347 "polkadot-parachain",5348 "precompile-utils-macro",5349 "rmrk-rpc",5350 "scale-info",5351 "serde",5352 "smallvec",5353 "sp-api",5354 "sp-arithmetic",5355 "sp-block-builder",5356 "sp-consensus-aura",5357 "sp-core",5358 "sp-inherents",5359 "sp-io",5360 "sp-offchain",5361 "sp-runtime",5362 "sp-session",5363 "sp-std",5364 "sp-transaction-pool",5365 "sp-version",5366 "substrate-wasm-builder",5367 "up-common",5368 "up-data-structs",5369 "up-pov-estimate-rpc",5370 "up-rpc",5371 "up-sponsorship",5372 "xcm",5373 "xcm-builder",5374 "xcm-executor",5375]53765377[[package]]5378name = "opaque-debug"5379version = "0.2.3"5380source = "registry+https://github.com/rust-lang/crates.io-index"5381checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53825383[[package]]5384name = "opaque-debug"5385version = "0.3.0"5386source = "registry+https://github.com/rust-lang/crates.io-index"5387checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53885389[[package]]5390name = "openssl-probe"5391version = "0.1.5"5392source = "registry+https://github.com/rust-lang/crates.io-index"5393checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53945395[[package]]5396name = "orchestra"5397version = "0.0.2"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5400dependencies = [5401 "async-trait",5402 "dyn-clonable",5403 "futures 0.3.25",5404 "futures-timer",5405 "orchestra-proc-macro",5406 "pin-project",5407 "prioritized-metered-channel",5408 "thiserror",5409 "tracing",5410]54115412[[package]]5413name = "orchestra-proc-macro"5414version = "0.0.2"5415source = "registry+https://github.com/rust-lang/crates.io-index"5416checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5417dependencies = [5418 "expander 0.0.6",5419 "itertools",5420 "petgraph",5421 "proc-macro-crate",5422 "proc-macro2",5423 "quote",5424 "syn",5425]54265427[[package]]5428name = "ordered-float"5429version = "1.1.1"5430source = "registry+https://github.com/rust-lang/crates.io-index"5431checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5432dependencies = [5433 "num-traits",5434]54355436[[package]]5437name = "orml-tokens"5438version = "0.4.1-dev"5439source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5440dependencies = [5441 "frame-support",5442 "frame-system",5443 "orml-traits",5444 "parity-scale-codec 3.2.1",5445 "scale-info",5446 "serde",5447 "sp-runtime",5448 "sp-std",5449]54505451[[package]]5452name = "orml-traits"5453version = "0.4.1-dev"5454source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5455dependencies = [5456 "frame-support",5457 "impl-trait-for-tuples",5458 "num-traits",5459 "orml-utilities",5460 "parity-scale-codec 3.2.1",5461 "scale-info",5462 "serde",5463 "sp-io",5464 "sp-runtime",5465 "sp-std",5466 "xcm",5467]54685469[[package]]5470name = "orml-utilities"5471version = "0.4.1-dev"5472source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5473dependencies = [5474 "frame-support",5475 "parity-scale-codec 3.2.1",5476 "scale-info",5477 "serde",5478 "sp-io",5479 "sp-runtime",5480 "sp-std",5481]54825483[[package]]5484name = "orml-vesting"5485version = "0.4.1-dev"5486source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5487dependencies = [5488 "frame-support",5489 "frame-system",5490 "parity-scale-codec 3.2.1",5491 "scale-info",5492 "serde",5493 "sp-io",5494 "sp-runtime",5495 "sp-std",5496]54975498[[package]]5499name = "orml-xcm-support"5500version = "0.4.1-dev"5501source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5502dependencies = [5503 "frame-support",5504 "orml-traits",5505 "parity-scale-codec 3.2.1",5506 "sp-runtime",5507 "sp-std",5508 "xcm",5509 "xcm-executor",5510]55115512[[package]]5513name = "orml-xtokens"5514version = "0.4.1-dev"5515source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5516dependencies = [5517 "cumulus-primitives-core",5518 "frame-support",5519 "frame-system",5520 "orml-traits",5521 "orml-xcm-support",5522 "pallet-xcm",5523 "parity-scale-codec 3.2.1",5524 "scale-info",5525 "serde",5526 "sp-io",5527 "sp-runtime",5528 "sp-std",5529 "xcm",5530 "xcm-executor",5531]55325533[[package]]5534name = "os_str_bytes"5535version = "6.4.1"5536source = "registry+https://github.com/rust-lang/crates.io-index"5537checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55385539[[package]]5540name = "overload"5541version = "0.1.1"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"55445545[[package]]5546name = "packed_simd_2"5547version = "0.3.8"5548source = "registry+https://github.com/rust-lang/crates.io-index"5549checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"5550dependencies = [5551 "cfg-if",5552 "libm 0.1.4",5553]55545555[[package]]5556name = "pallet-app-promotion"5557version = "0.1.3"5558dependencies = [5559 "frame-benchmarking",5560 "frame-support",5561 "frame-system",5562 "pallet-balances",5563 "pallet-common",5564 "pallet-configuration",5565 "pallet-data-management",5566 "pallet-evm",5567 "pallet-evm-contract-helpers",5568 "pallet-randomness-collective-flip",5569 "pallet-timestamp",5570 "pallet-unique",5571 "parity-scale-codec 3.2.1",5572 "scale-info",5573 "serde",5574 "sp-core",5575 "sp-io",5576 "sp-runtime",5577 "sp-std",5578 "up-data-structs",5579]55805581[[package]]5582name = "pallet-aura"5583version = "4.0.0-dev"5584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5585dependencies = [5586 "frame-support",5587 "frame-system",5588 "pallet-timestamp",5589 "parity-scale-codec 3.2.1",5590 "scale-info",5591 "sp-application-crypto",5592 "sp-consensus-aura",5593 "sp-runtime",5594 "sp-std",5595]55965597[[package]]5598name = "pallet-authority-discovery"5599version = "4.0.0-dev"5600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5601dependencies = [5602 "frame-support",5603 "frame-system",5604 "pallet-session",5605 "parity-scale-codec 3.2.1",5606 "scale-info",5607 "sp-application-crypto",5608 "sp-authority-discovery",5609 "sp-runtime",5610 "sp-std",5611]56125613[[package]]5614name = "pallet-authorship"5615version = "4.0.0-dev"5616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5617dependencies = [5618 "frame-support",5619 "frame-system",5620 "impl-trait-for-tuples",5621 "parity-scale-codec 3.2.1",5622 "scale-info",5623 "sp-authorship",5624 "sp-runtime",5625 "sp-std",5626]56275628[[package]]5629name = "pallet-babe"5630version = "4.0.0-dev"5631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5632dependencies = [5633 "frame-benchmarking",5634 "frame-support",5635 "frame-system",5636 "log",5637 "pallet-authorship",5638 "pallet-session",5639 "pallet-timestamp",5640 "parity-scale-codec 3.2.1",5641 "scale-info",5642 "sp-application-crypto",5643 "sp-consensus-babe",5644 "sp-consensus-vrf",5645 "sp-io",5646 "sp-runtime",5647 "sp-session",5648 "sp-staking",5649 "sp-std",5650]56515652[[package]]5653name = "pallet-bags-list"5654version = "4.0.0-dev"5655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5656dependencies = [5657 "frame-benchmarking",5658 "frame-election-provider-support",5659 "frame-support",5660 "frame-system",5661 "log",5662 "pallet-balances",5663 "parity-scale-codec 3.2.1",5664 "scale-info",5665 "sp-core",5666 "sp-io",5667 "sp-runtime",5668 "sp-std",5669 "sp-tracing",5670]56715672[[package]]5673name = "pallet-balances"5674version = "4.0.0-dev"5675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5676dependencies = [5677 "frame-benchmarking",5678 "frame-support",5679 "frame-system",5680 "log",5681 "parity-scale-codec 3.2.1",5682 "scale-info",5683 "sp-runtime",5684 "sp-std",5685]56865687[[package]]5688name = "pallet-base-fee"5689version = "1.0.0"5690source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"5691dependencies = [5692 "fp-evm",5693 "frame-support",5694 "frame-system",5695 "parity-scale-codec 3.2.1",5696 "scale-info",5697 "serde",5698 "sp-core",5699 "sp-runtime",5700]57015702[[package]]5703name = "pallet-beefy"5704version = "4.0.0-dev"5705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5706dependencies = [5707 "frame-support",5708 "frame-system",5709 "pallet-session",5710 "parity-scale-codec 3.2.1",5711 "scale-info",5712 "serde",5713 "sp-beefy",5714 "sp-runtime",5715 "sp-std",5716]57175718[[package]]5719name = "pallet-beefy-mmr"5720version = "4.0.0-dev"5721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5722dependencies = [5723 "array-bytes 4.2.0",5724 "beefy-merkle-tree",5725 "frame-support",5726 "frame-system",5727 "log",5728 "pallet-beefy",5729 "pallet-mmr",5730 "pallet-session",5731 "parity-scale-codec 3.2.1",5732 "scale-info",5733 "serde",5734 "sp-beefy",5735 "sp-core",5736 "sp-io",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-bounties"5743version = "4.0.0-dev"5744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5745dependencies = [5746 "frame-benchmarking",5747 "frame-support",5748 "frame-system",5749 "log",5750 "pallet-treasury",5751 "parity-scale-codec 3.2.1",5752 "scale-info",5753 "sp-core",5754 "sp-io",5755 "sp-runtime",5756 "sp-std",5757]57585759[[package]]5760name = "pallet-child-bounties"5761version = "4.0.0-dev"5762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5763dependencies = [5764 "frame-benchmarking",5765 "frame-support",5766 "frame-system",5767 "log",5768 "pallet-bounties",5769 "pallet-treasury",5770 "parity-scale-codec 3.2.1",5771 "scale-info",5772 "sp-core",5773 "sp-io",5774 "sp-runtime",5775 "sp-std",5776]57775778[[package]]5779name = "pallet-collator-selection"5780version = "3.0.0"5781dependencies = [5782 "frame-benchmarking",5783 "frame-support",5784 "frame-system",5785 "log",5786 "pallet-aura",5787 "pallet-authorship",5788 "pallet-balances",5789 "pallet-configuration",5790 "pallet-session",5791 "pallet-timestamp",5792 "parity-scale-codec 3.2.1",5793 "rand 0.8.5",5794 "scale-info",5795 "serde",5796 "sp-consensus-aura",5797 "sp-core",5798 "sp-io",5799 "sp-runtime",5800 "sp-staking",5801 "sp-std",5802 "sp-tracing",5803]58045805[[package]]5806name = "pallet-collective"5807version = "4.0.0-dev"5808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5809dependencies = [5810 "frame-benchmarking",5811 "frame-support",5812 "frame-system",5813 "log",5814 "parity-scale-codec 3.2.1",5815 "scale-info",5816 "sp-core",5817 "sp-io",5818 "sp-runtime",5819 "sp-std",5820]58215822[[package]]5823name = "pallet-common"5824version = "0.1.12"5825dependencies = [5826 "ethereum 0.14.0",5827 "evm-coder",5828 "fp-evm-mapping",5829 "frame-benchmarking",5830 "frame-support",5831 "frame-system",5832 "pallet-evm",5833 "pallet-evm-coder-substrate",5834 "parity-scale-codec 3.2.1",5835 "scale-info",5836 "serde",5837 "sp-core",5838 "sp-runtime",5839 "sp-std",5840 "up-data-structs",5841 "up-pov-estimate-rpc",5842]58435844[[package]]5845name = "pallet-configuration"5846version = "0.1.2"5847dependencies = [5848 "fp-evm",5849 "frame-support",5850 "frame-system",5851 "parity-scale-codec 3.2.1",5852 "scale-info",5853 "smallvec",5854 "sp-arithmetic",5855 "sp-core",5856 "sp-runtime",5857 "sp-std",5858 "xcm",5859]58605861[[package]]5862name = "pallet-conviction-voting"5863version = "4.0.0-dev"5864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5865dependencies = [5866 "assert_matches",5867 "frame-benchmarking",5868 "frame-support",5869 "frame-system",5870 "parity-scale-codec 3.2.1",5871 "scale-info",5872 "serde",5873 "sp-io",5874 "sp-runtime",5875 "sp-std",5876]58775878[[package]]5879name = "pallet-data-management"5880version = "0.1.1"5881dependencies = [5882 "ethereum 0.14.0",5883 "fp-evm",5884 "frame-benchmarking",5885 "frame-support",5886 "frame-system",5887 "pallet-evm",5888 "parity-scale-codec 3.2.1",5889 "scale-info",5890 "sp-core",5891 "sp-io",5892 "sp-runtime",5893 "sp-std",5894]58955896[[package]]5897name = "pallet-democracy"5898version = "4.0.0-dev"5899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5900dependencies = [5901 "frame-benchmarking",5902 "frame-support",5903 "frame-system",5904 "log",5905 "parity-scale-codec 3.2.1",5906 "scale-info",5907 "serde",5908 "sp-core",5909 "sp-io",5910 "sp-runtime",5911 "sp-std",5912]59135914[[package]]5915name = "pallet-election-provider-multi-phase"5916version = "4.0.0-dev"5917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5918dependencies = [5919 "frame-benchmarking",5920 "frame-election-provider-support",5921 "frame-support",5922 "frame-system",5923 "log",5924 "pallet-election-provider-support-benchmarking",5925 "parity-scale-codec 3.2.1",5926 "rand 0.7.3",5927 "scale-info",5928 "sp-arithmetic",5929 "sp-core",5930 "sp-io",5931 "sp-npos-elections",5932 "sp-runtime",5933 "sp-std",5934 "static_assertions",5935 "strum",5936]59375938[[package]]5939name = "pallet-election-provider-support-benchmarking"5940version = "4.0.0-dev"5941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5942dependencies = [5943 "frame-benchmarking",5944 "frame-election-provider-support",5945 "frame-system",5946 "parity-scale-codec 3.2.1",5947 "sp-npos-elections",5948 "sp-runtime",5949]59505951[[package]]5952name = "pallet-elections-phragmen"5953version = "5.0.0-dev"5954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5955dependencies = [5956 "frame-benchmarking",5957 "frame-support",5958 "frame-system",5959 "log",5960 "parity-scale-codec 3.2.1",5961 "scale-info",5962 "sp-core",5963 "sp-io",5964 "sp-npos-elections",5965 "sp-runtime",5966 "sp-std",5967]59685969[[package]]5970name = "pallet-ethereum"5971version = "4.0.0-dev"5972source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"5973dependencies = [5974 "ethereum 0.14.0",5975 "ethereum-types 0.14.1",5976 "evm",5977 "fp-consensus",5978 "fp-ethereum",5979 "fp-evm",5980 "fp-evm-mapping",5981 "fp-rpc",5982 "fp-self-contained",5983 "fp-storage",5984 "frame-support",5985 "frame-system",5986 "pallet-evm",5987 "pallet-timestamp",5988 "parity-scale-codec 3.2.1",5989 "rlp",5990 "scale-info",5991 "serde",5992 "sp-io",5993 "sp-runtime",5994 "sp-std",5995]59965997[[package]]5998name = "pallet-evm"5999version = "6.0.0-dev"6000source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"6001dependencies = [6002 "environmental",6003 "evm",6004 "fp-evm",6005 "fp-evm-mapping",6006 "frame-benchmarking",6007 "frame-support",6008 "frame-system",6009 "hex",6010 "impl-trait-for-tuples",6011 "log",6012 "pallet-timestamp",6013 "parity-scale-codec 3.2.1",6014 "primitive-types 0.12.1",6015 "rlp",6016 "scale-info",6017 "serde",6018 "sp-core",6019 "sp-io",6020 "sp-runtime",6021 "sp-std",6022]60236024[[package]]6025name = "pallet-evm-coder-substrate"6026version = "0.1.3"6027dependencies = [6028 "ethereum 0.14.0",6029 "evm-coder",6030 "frame-benchmarking",6031 "frame-support",6032 "frame-system",6033 "pallet-ethereum",6034 "pallet-evm",6035 "parity-scale-codec 3.2.1",6036 "scale-info",6037 "sp-core",6038 "sp-std",6039 "up-data-structs",6040]60416042[[package]]6043name = "pallet-evm-contract-helpers"6044version = "0.3.0"6045dependencies = [6046 "ethereum 0.14.0",6047 "evm-coder",6048 "fp-evm-mapping",6049 "frame-support",6050 "frame-system",6051 "log",6052 "pallet-common",6053 "pallet-evm",6054 "pallet-evm-coder-substrate",6055 "pallet-evm-transaction-payment",6056 "parity-scale-codec 3.2.1",6057 "scale-info",6058 "sp-core",6059 "sp-runtime",6060 "sp-std",6061 "up-data-structs",6062 "up-sponsorship",6063]60646065[[package]]6066name = "pallet-evm-precompile-simple"6067version = "2.0.0-dev"6068source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"6069dependencies = [6070 "fp-evm",6071 "ripemd",6072 "sp-io",6073]60746075[[package]]6076name = "pallet-evm-transaction-payment"6077version = "0.1.1"6078dependencies = [6079 "fp-evm",6080 "fp-evm-mapping",6081 "frame-support",6082 "frame-system",6083 "pallet-ethereum",6084 "pallet-evm",6085 "parity-scale-codec 3.2.1",6086 "scale-info",6087 "sp-core",6088 "sp-io",6089 "sp-runtime",6090 "sp-std",6091 "up-sponsorship",6092]60936094[[package]]6095name = "pallet-fast-unstake"6096version = "4.0.0-dev"6097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6098dependencies = [6099 "frame-benchmarking",6100 "frame-election-provider-support",6101 "frame-support",6102 "frame-system",6103 "log",6104 "parity-scale-codec 3.2.1",6105 "scale-info",6106 "sp-io",6107 "sp-runtime",6108 "sp-staking",6109 "sp-std",6110]61116112[[package]]6113name = "pallet-foreign-assets"6114version = "0.1.0"6115dependencies = [6116 "frame-benchmarking",6117 "frame-support",6118 "frame-system",6119 "hex",6120 "log",6121 "orml-tokens",6122 "pallet-balances",6123 "pallet-common",6124 "pallet-fungible",6125 "pallet-timestamp",6126 "parity-scale-codec 3.2.1",6127 "scale-info",6128 "serde",6129 "serde_json",6130 "sp-core",6131 "sp-io",6132 "sp-runtime",6133 "sp-std",6134 "up-data-structs",6135 "xcm",6136 "xcm-builder",6137 "xcm-executor",6138]61396140[[package]]6141name = "pallet-fungible"6142version = "0.1.9"6143dependencies = [6144 "ethereum 0.14.0",6145 "evm-coder",6146 "frame-benchmarking",6147 "frame-support",6148 "frame-system",6149 "pallet-common",6150 "pallet-evm",6151 "pallet-evm-coder-substrate",6152 "pallet-structure",6153 "parity-scale-codec 3.2.1",6154 "scale-info",6155 "sp-core",6156 "sp-runtime",6157 "sp-std",6158 "up-data-structs",6159]61606161[[package]]6162name = "pallet-grandpa"6163version = "4.0.0-dev"6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6165dependencies = [6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "log",6170 "pallet-authorship",6171 "pallet-session",6172 "parity-scale-codec 3.2.1",6173 "scale-info",6174 "sp-application-crypto",6175 "sp-core",6176 "sp-finality-grandpa",6177 "sp-io",6178 "sp-runtime",6179 "sp-session",6180 "sp-staking",6181 "sp-std",6182]61836184[[package]]6185name = "pallet-identity"6186version = "4.0.0-dev"6187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6188dependencies = [6189 "enumflags2",6190 "frame-benchmarking",6191 "frame-support",6192 "frame-system",6193 "parity-scale-codec 3.2.1",6194 "scale-info",6195 "sp-io",6196 "sp-runtime",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-im-online"6202version = "4.0.0-dev"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6204dependencies = [6205 "frame-benchmarking",6206 "frame-support",6207 "frame-system",6208 "log",6209 "pallet-authorship",6210 "parity-scale-codec 3.2.1",6211 "scale-info",6212 "sp-application-crypto",6213 "sp-core",6214 "sp-io",6215 "sp-runtime",6216 "sp-staking",6217 "sp-std",6218]62196220[[package]]6221name = "pallet-indices"6222version = "4.0.0-dev"6223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6224dependencies = [6225 "frame-benchmarking",6226 "frame-support",6227 "frame-system",6228 "parity-scale-codec 3.2.1",6229 "scale-info",6230 "sp-core",6231 "sp-io",6232 "sp-keyring",6233 "sp-runtime",6234 "sp-std",6235]62366237[[package]]6238name = "pallet-inflation"6239version = "0.1.1"6240dependencies = [6241 "frame-benchmarking",6242 "frame-support",6243 "frame-system",6244 "pallet-balances",6245 "pallet-randomness-collective-flip",6246 "pallet-timestamp",6247 "parity-scale-codec 3.2.1",6248 "scale-info",6249 "serde",6250 "sp-core",6251 "sp-io",6252 "sp-runtime",6253 "sp-std",6254]62556256[[package]]6257name = "pallet-maintenance"6258version = "0.1.0"6259dependencies = [6260 "frame-benchmarking",6261 "frame-support",6262 "frame-system",6263 "parity-scale-codec 3.2.1",6264 "scale-info",6265 "sp-std",6266]62676268[[package]]6269name = "pallet-membership"6270version = "4.0.0-dev"6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6272dependencies = [6273 "frame-benchmarking",6274 "frame-support",6275 "frame-system",6276 "log",6277 "parity-scale-codec 3.2.1",6278 "scale-info",6279 "sp-core",6280 "sp-io",6281 "sp-runtime",6282 "sp-std",6283]62846285[[package]]6286name = "pallet-mmr"6287version = "4.0.0-dev"6288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6289dependencies = [6290 "frame-benchmarking",6291 "frame-support",6292 "frame-system",6293 "parity-scale-codec 3.2.1",6294 "scale-info",6295 "sp-core",6296 "sp-io",6297 "sp-mmr-primitives",6298 "sp-runtime",6299 "sp-std",6300]63016302[[package]]6303name = "pallet-multisig"6304version = "4.0.0-dev"6305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "log",6311 "parity-scale-codec 3.2.1",6312 "scale-info",6313 "sp-io",6314 "sp-runtime",6315 "sp-std",6316]63176318[[package]]6319name = "pallet-nis"6320version = "4.0.0-dev"6321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6322dependencies = [6323 "frame-benchmarking",6324 "frame-support",6325 "frame-system",6326 "parity-scale-codec 3.2.1",6327 "scale-info",6328 "sp-arithmetic",6329 "sp-core",6330 "sp-runtime",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-nomination-pools"6336version = "1.0.0"6337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6338dependencies = [6339 "frame-support",6340 "frame-system",6341 "log",6342 "parity-scale-codec 3.2.1",6343 "scale-info",6344 "sp-core",6345 "sp-io",6346 "sp-runtime",6347 "sp-staking",6348 "sp-std",6349]63506351[[package]]6352name = "pallet-nomination-pools-benchmarking"6353version = "1.0.0"6354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6355dependencies = [6356 "frame-benchmarking",6357 "frame-election-provider-support",6358 "frame-support",6359 "frame-system",6360 "pallet-bags-list",6361 "pallet-nomination-pools",6362 "pallet-staking",6363 "parity-scale-codec 3.2.1",6364 "scale-info",6365 "sp-runtime",6366 "sp-runtime-interface",6367 "sp-staking",6368 "sp-std",6369]63706371[[package]]6372name = "pallet-nomination-pools-runtime-api"6373version = "1.0.0-dev"6374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6375dependencies = [6376 "parity-scale-codec 3.2.1",6377 "sp-api",6378 "sp-std",6379]63806381[[package]]6382name = "pallet-nonfungible"6383version = "0.1.12"6384dependencies = [6385 "ethereum 0.14.0",6386 "evm-coder",6387 "frame-benchmarking",6388 "frame-support",6389 "frame-system",6390 "pallet-common",6391 "pallet-evm",6392 "pallet-evm-coder-substrate",6393 "pallet-structure",6394 "parity-scale-codec 3.2.1",6395 "scale-info",6396 "sp-core",6397 "sp-runtime",6398 "sp-std",6399 "struct-versioning",6400 "up-data-structs",6401]64026403[[package]]6404name = "pallet-offences"6405version = "4.0.0-dev"6406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6407dependencies = [6408 "frame-support",6409 "frame-system",6410 "log",6411 "pallet-balances",6412 "parity-scale-codec 3.2.1",6413 "scale-info",6414 "serde",6415 "sp-runtime",6416 "sp-staking",6417 "sp-std",6418]64196420[[package]]6421name = "pallet-offences-benchmarking"6422version = "4.0.0-dev"6423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6424dependencies = [6425 "frame-benchmarking",6426 "frame-election-provider-support",6427 "frame-support",6428 "frame-system",6429 "pallet-babe",6430 "pallet-balances",6431 "pallet-grandpa",6432 "pallet-im-online",6433 "pallet-offences",6434 "pallet-session",6435 "pallet-staking",6436 "parity-scale-codec 3.2.1",6437 "scale-info",6438 "sp-runtime",6439 "sp-staking",6440 "sp-std",6441]64426443[[package]]6444name = "pallet-preimage"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 3.2.1",6453 "scale-info",6454 "sp-core",6455 "sp-io",6456 "sp-runtime",6457 "sp-std",6458]64596460[[package]]6461name = "pallet-proxy"6462version = "4.0.0-dev"6463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6464dependencies = [6465 "frame-benchmarking",6466 "frame-support",6467 "frame-system",6468 "parity-scale-codec 3.2.1",6469 "scale-info",6470 "sp-io",6471 "sp-runtime",6472 "sp-std",6473]64746475[[package]]6476name = "pallet-randomness-collective-flip"6477version = "4.0.0-dev"6478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6479dependencies = [6480 "frame-support",6481 "frame-system",6482 "parity-scale-codec 3.2.1",6483 "safe-mix",6484 "scale-info",6485 "sp-runtime",6486 "sp-std",6487]64886489[[package]]6490name = "pallet-ranked-collective"6491version = "4.0.0-dev"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6493dependencies = [6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "log",6498 "parity-scale-codec 3.2.1",6499 "scale-info",6500 "sp-arithmetic",6501 "sp-core",6502 "sp-io",6503 "sp-runtime",6504 "sp-std",6505]65066507[[package]]6508name = "pallet-recovery"6509version = "4.0.0-dev"6510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6511dependencies = [6512 "frame-benchmarking",6513 "frame-support",6514 "frame-system",6515 "parity-scale-codec 3.2.1",6516 "scale-info",6517 "sp-io",6518 "sp-runtime",6519 "sp-std",6520]65216522[[package]]6523name = "pallet-referenda"6524version = "4.0.0-dev"6525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6526dependencies = [6527 "assert_matches",6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "log",6532 "parity-scale-codec 3.2.1",6533 "scale-info",6534 "serde",6535 "sp-arithmetic",6536 "sp-io",6537 "sp-runtime",6538 "sp-std",6539]65406541[[package]]6542name = "pallet-refungible"6543version = "0.2.11"6544dependencies = [6545 "derivative",6546 "ethereum 0.14.0",6547 "evm-coder",6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "pallet-evm-coder-substrate",6554 "pallet-structure",6555 "parity-scale-codec 3.2.1",6556 "scale-info",6557 "sp-core",6558 "sp-runtime",6559 "sp-std",6560 "struct-versioning",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-rmrk-core"6566version = "0.1.2"6567dependencies = [6568 "derivative",6569 "frame-benchmarking",6570 "frame-support",6571 "frame-system",6572 "pallet-common",6573 "pallet-evm",6574 "pallet-nonfungible",6575 "pallet-structure",6576 "parity-scale-codec 3.2.1",6577 "rmrk-traits",6578 "scale-info",6579 "sp-core",6580 "sp-runtime",6581 "sp-std",6582 "up-data-structs",6583]65846585[[package]]6586name = "pallet-rmrk-equip"6587version = "0.1.2"6588dependencies = [6589 "frame-benchmarking",6590 "frame-support",6591 "frame-system",6592 "pallet-common",6593 "pallet-evm",6594 "pallet-nonfungible",6595 "pallet-rmrk-core",6596 "parity-scale-codec 3.2.1",6597 "rmrk-traits",6598 "scale-info",6599 "sp-core",6600 "sp-runtime",6601 "sp-std",6602 "up-data-structs",6603]66046605[[package]]6606name = "pallet-scheduler"6607version = "4.0.0-dev"6608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6609dependencies = [6610 "frame-benchmarking",6611 "frame-support",6612 "frame-system",6613 "log",6614 "parity-scale-codec 3.2.1",6615 "scale-info",6616 "sp-io",6617 "sp-runtime",6618 "sp-std",6619 "sp-weights",6620]66216622[[package]]6623name = "pallet-session"6624version = "4.0.0-dev"6625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6626dependencies = [6627 "frame-support",6628 "frame-system",6629 "impl-trait-for-tuples",6630 "log",6631 "pallet-timestamp",6632 "parity-scale-codec 3.2.1",6633 "scale-info",6634 "sp-core",6635 "sp-io",6636 "sp-runtime",6637 "sp-session",6638 "sp-staking",6639 "sp-std",6640 "sp-trie",6641]66426643[[package]]6644name = "pallet-session-benchmarking"6645version = "4.0.0-dev"6646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6647dependencies = [6648 "frame-benchmarking",6649 "frame-support",6650 "frame-system",6651 "pallet-session",6652 "pallet-staking",6653 "rand 0.7.3",6654 "sp-runtime",6655 "sp-session",6656 "sp-std",6657]66586659[[package]]6660name = "pallet-society"6661version = "4.0.0-dev"6662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6663dependencies = [6664 "frame-support",6665 "frame-system",6666 "parity-scale-codec 3.2.1",6667 "rand_chacha 0.2.2",6668 "scale-info",6669 "sp-runtime",6670 "sp-std",6671]66726673[[package]]6674name = "pallet-staking"6675version = "4.0.0-dev"6676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6677dependencies = [6678 "frame-benchmarking",6679 "frame-election-provider-support",6680 "frame-support",6681 "frame-system",6682 "log",6683 "pallet-authorship",6684 "pallet-session",6685 "parity-scale-codec 3.2.1",6686 "rand_chacha 0.2.2",6687 "scale-info",6688 "serde",6689 "sp-application-crypto",6690 "sp-io",6691 "sp-runtime",6692 "sp-staking",6693 "sp-std",6694]66956696[[package]]6697name = "pallet-staking-reward-curve"6698version = "4.0.0-dev"6699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6700dependencies = [6701 "proc-macro-crate",6702 "proc-macro2",6703 "quote",6704 "syn",6705]67066707[[package]]6708name = "pallet-staking-reward-fn"6709version = "4.0.0-dev"6710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6711dependencies = [6712 "log",6713 "sp-arithmetic",6714]67156716[[package]]6717name = "pallet-state-trie-migration"6718version = "4.0.0-dev"6719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6720dependencies = [6721 "frame-benchmarking",6722 "frame-support",6723 "frame-system",6724 "log",6725 "parity-scale-codec 3.2.1",6726 "scale-info",6727 "sp-core",6728 "sp-io",6729 "sp-runtime",6730 "sp-std",6731]67326733[[package]]6734name = "pallet-structure"6735version = "0.1.2"6736dependencies = [6737 "frame-benchmarking",6738 "frame-support",6739 "frame-system",6740 "pallet-common",6741 "pallet-evm",6742 "parity-scale-codec 3.2.1",6743 "scale-info",6744 "sp-std",6745 "up-data-structs",6746]67476748[[package]]6749name = "pallet-sudo"6750version = "4.0.0-dev"6751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6752dependencies = [6753 "frame-support",6754 "frame-system",6755 "parity-scale-codec 3.2.1",6756 "scale-info",6757 "sp-io",6758 "sp-runtime",6759 "sp-std",6760]67616762[[package]]6763name = "pallet-template-transaction-payment"6764version = "3.0.0"6765source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"6766dependencies = [6767 "frame-benchmarking",6768 "frame-support",6769 "frame-system",6770 "pallet-balances",6771 "pallet-transaction-payment",6772 "parity-scale-codec 3.2.1",6773 "scale-info",6774 "serde",6775 "sp-core",6776 "sp-io",6777 "sp-runtime",6778 "sp-std",6779 "up-sponsorship",6780]67816782[[package]]6783name = "pallet-test-utils"6784version = "0.1.0"6785dependencies = [6786 "frame-support",6787 "frame-system",6788 "pallet-unique-scheduler-v2",6789 "parity-scale-codec 3.2.1",6790 "scale-info",6791 "sp-std",6792]67936794[[package]]6795name = "pallet-timestamp"6796version = "4.0.0-dev"6797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6798dependencies = [6799 "frame-benchmarking",6800 "frame-support",6801 "frame-system",6802 "log",6803 "parity-scale-codec 3.2.1",6804 "scale-info",6805 "sp-inherents",6806 "sp-io",6807 "sp-runtime",6808 "sp-std",6809 "sp-timestamp",6810]68116812[[package]]6813name = "pallet-tips"6814version = "4.0.0-dev"6815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6816dependencies = [6817 "frame-benchmarking",6818 "frame-support",6819 "frame-system",6820 "log",6821 "pallet-treasury",6822 "parity-scale-codec 3.2.1",6823 "scale-info",6824 "serde",6825 "sp-core",6826 "sp-io",6827 "sp-runtime",6828 "sp-std",6829]68306831[[package]]6832name = "pallet-transaction-payment"6833version = "4.0.0-dev"6834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6835dependencies = [6836 "frame-support",6837 "frame-system",6838 "parity-scale-codec 3.2.1",6839 "scale-info",6840 "serde",6841 "sp-core",6842 "sp-io",6843 "sp-runtime",6844 "sp-std",6845]68466847[[package]]6848name = "pallet-transaction-payment-rpc"6849version = "4.0.0-dev"6850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6851dependencies = [6852 "jsonrpsee",6853 "pallet-transaction-payment-rpc-runtime-api",6854 "parity-scale-codec 3.2.1",6855 "sp-api",6856 "sp-blockchain",6857 "sp-core",6858 "sp-rpc",6859 "sp-runtime",6860 "sp-weights",6861]68626863[[package]]6864name = "pallet-transaction-payment-rpc-runtime-api"6865version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6867dependencies = [6868 "pallet-transaction-payment",6869 "parity-scale-codec 3.2.1",6870 "sp-api",6871 "sp-runtime",6872 "sp-weights",6873]68746875[[package]]6876name = "pallet-treasury"6877version = "4.0.0-dev"6878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6879dependencies = [6880 "frame-benchmarking",6881 "frame-support",6882 "frame-system",6883 "impl-trait-for-tuples",6884 "pallet-balances",6885 "parity-scale-codec 3.2.1",6886 "scale-info",6887 "serde",6888 "sp-runtime",6889 "sp-std",6890]68916892[[package]]6893name = "pallet-unique"6894version = "0.2.1"6895dependencies = [6896 "ethereum 0.12.0",6897 "evm-coder",6898 "frame-benchmarking",6899 "frame-support",6900 "frame-system",6901 "pallet-common",6902 "pallet-evm",6903 "pallet-evm-coder-substrate",6904 "pallet-nonfungible",6905 "pallet-refungible",6906 "parity-scale-codec 3.2.1",6907 "scale-info",6908 "serde",6909 "sp-core",6910 "sp-io",6911 "sp-runtime",6912 "sp-std",6913 "up-data-structs",6914]69156916[[package]]6917name = "pallet-unique-scheduler-v2"6918version = "0.1.0"6919dependencies = [6920 "frame-benchmarking",6921 "frame-support",6922 "frame-system",6923 "log",6924 "pallet-preimage",6925 "parity-scale-codec 3.2.1",6926 "scale-info",6927 "sp-core",6928 "sp-io",6929 "sp-runtime",6930 "sp-std",6931 "substrate-test-utils",6932]69336934[[package]]6935name = "pallet-utility"6936version = "4.0.0-dev"6937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6938dependencies = [6939 "frame-benchmarking",6940 "frame-support",6941 "frame-system",6942 "parity-scale-codec 3.2.1",6943 "scale-info",6944 "sp-core",6945 "sp-io",6946 "sp-runtime",6947 "sp-std",6948]69496950[[package]]6951name = "pallet-vesting"6952version = "4.0.0-dev"6953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6954dependencies = [6955 "frame-benchmarking",6956 "frame-support",6957 "frame-system",6958 "log",6959 "parity-scale-codec 3.2.1",6960 "scale-info",6961 "sp-runtime",6962 "sp-std",6963]69646965[[package]]6966name = "pallet-whitelist"6967version = "4.0.0-dev"6968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6969dependencies = [6970 "frame-benchmarking",6971 "frame-support",6972 "frame-system",6973 "parity-scale-codec 3.2.1",6974 "scale-info",6975 "sp-api",6976 "sp-runtime",6977 "sp-std",6978]69796980[[package]]6981name = "pallet-xcm"6982version = "0.9.36"6983source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6984dependencies = [6985 "frame-support",6986 "frame-system",6987 "log",6988 "parity-scale-codec 3.2.1",6989 "scale-info",6990 "serde",6991 "sp-core",6992 "sp-runtime",6993 "sp-std",6994 "xcm",6995 "xcm-executor",6996]69976998[[package]]6999name = "pallet-xcm-benchmarks"7000version = "0.9.36"7001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7002dependencies = [7003 "frame-benchmarking",7004 "frame-support",7005 "frame-system",7006 "log",7007 "parity-scale-codec 3.2.1",7008 "scale-info",7009 "sp-runtime",7010 "sp-std",7011 "xcm",7012 "xcm-executor",7013]70147015[[package]]7016name = "parachain-info"7017version = "0.1.0"7018source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"7019dependencies = [7020 "cumulus-primitives-core",7021 "frame-support",7022 "frame-system",7023 "parity-scale-codec 3.2.1",7024 "scale-info",7025]70267027[[package]]7028name = "parity-db"7029version = "0.4.2"7030source = "registry+https://github.com/rust-lang/crates.io-index"7031checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"7032dependencies = [7033 "blake2",7034 "crc32fast",7035 "fs2",7036 "hex",7037 "libc",7038 "log",7039 "lz4",7040 "memmap2",7041 "parking_lot 0.12.1",7042 "rand 0.8.5",7043 "snap",7044]70457046[[package]]7047name = "parity-scale-codec"7048version = "2.3.1"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7051dependencies = [7052 "arrayvec 0.7.2",7053 "bitvec 0.20.4",7054 "byte-slice-cast",7055 "impl-trait-for-tuples",7056 "parity-scale-codec-derive 2.3.1",7057 "serde",7058]70597060[[package]]7061name = "parity-scale-codec"7062version = "3.2.1"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7065dependencies = [7066 "arrayvec 0.7.2",7067 "bitvec 1.0.1",7068 "byte-slice-cast",7069 "bytes",7070 "impl-trait-for-tuples",7071 "parity-scale-codec-derive 3.1.3",7072 "serde",7073]70747075[[package]]7076name = "parity-scale-codec-derive"7077version = "2.3.1"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7080dependencies = [7081 "proc-macro-crate",7082 "proc-macro2",7083 "quote",7084 "syn",7085]70867087[[package]]7088name = "parity-scale-codec-derive"7089version = "3.1.3"7090source = "registry+https://github.com/rust-lang/crates.io-index"7091checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7092dependencies = [7093 "proc-macro-crate",7094 "proc-macro2",7095 "quote",7096 "syn",7097]70987099[[package]]7100name = "parity-send-wrapper"7101version = "0.1.0"7102source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"71047105[[package]]7106name = "parity-wasm"7107version = "0.45.0"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"71107111[[package]]7112name = "parking"7113version = "2.0.0"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71167117[[package]]7118name = "parking_lot"7119version = "0.11.2"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7122dependencies = [7123 "instant",7124 "lock_api",7125 "parking_lot_core 0.8.6",7126]71277128[[package]]7129name = "parking_lot"7130version = "0.12.1"7131source = "registry+https://github.com/rust-lang/crates.io-index"7132checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7133dependencies = [7134 "lock_api",7135 "parking_lot_core 0.9.5",7136]71377138[[package]]7139name = "parking_lot_core"7140version = "0.8.6"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7143dependencies = [7144 "cfg-if",7145 "instant",7146 "libc",7147 "redox_syscall",7148 "smallvec",7149 "winapi",7150]71517152[[package]]7153name = "parking_lot_core"7154version = "0.9.5"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7157dependencies = [7158 "cfg-if",7159 "libc",7160 "redox_syscall",7161 "smallvec",7162 "windows-sys 0.42.0",7163]71647165[[package]]7166name = "paste"7167version = "1.0.11"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"71707171[[package]]7172name = "pbkdf2"7173version = "0.4.0"7174source = "registry+https://github.com/rust-lang/crates.io-index"7175checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7176dependencies = [7177 "crypto-mac 0.8.0",7178]71797180[[package]]7181name = "pbkdf2"7182version = "0.8.0"7183source = "registry+https://github.com/rust-lang/crates.io-index"7184checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7185dependencies = [7186 "crypto-mac 0.11.1",7187]71887189[[package]]7190name = "peeking_take_while"7191version = "0.1.2"7192source = "registry+https://github.com/rust-lang/crates.io-index"7193checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71947195[[package]]7196name = "percent-encoding"7197version = "2.2.0"7198source = "registry+https://github.com/rust-lang/crates.io-index"7199checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"72007201[[package]]7202name = "pest"7203version = "2.5.1"7204source = "registry+https://github.com/rust-lang/crates.io-index"7205checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7206dependencies = [7207 "thiserror",7208 "ucd-trie",7209]72107211[[package]]7212name = "pest_derive"7213version = "2.5.1"7214source = "registry+https://github.com/rust-lang/crates.io-index"7215checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7216dependencies = [7217 "pest",7218 "pest_generator",7219]72207221[[package]]7222name = "pest_generator"7223version = "2.5.1"7224source = "registry+https://github.com/rust-lang/crates.io-index"7225checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7226dependencies = [7227 "pest",7228 "pest_meta",7229 "proc-macro2",7230 "quote",7231 "syn",7232]72337234[[package]]7235name = "pest_meta"7236version = "2.5.1"7237source = "registry+https://github.com/rust-lang/crates.io-index"7238checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7239dependencies = [7240 "once_cell",7241 "pest",7242 "sha1",7243]72447245[[package]]7246name = "petgraph"7247version = "0.6.2"7248source = "registry+https://github.com/rust-lang/crates.io-index"7249checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7250dependencies = [7251 "fixedbitset",7252 "indexmap",7253]72547255[[package]]7256name = "pin-project"7257version = "1.0.12"7258source = "registry+https://github.com/rust-lang/crates.io-index"7259checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7260dependencies = [7261 "pin-project-internal",7262]72637264[[package]]7265name = "pin-project-internal"7266version = "1.0.12"7267source = "registry+https://github.com/rust-lang/crates.io-index"7268checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7269dependencies = [7270 "proc-macro2",7271 "quote",7272 "syn",7273]72747275[[package]]7276name = "pin-project-lite"7277version = "0.1.12"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72807281[[package]]7282name = "pin-project-lite"7283version = "0.2.9"7284source = "registry+https://github.com/rust-lang/crates.io-index"7285checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72867287[[package]]7288name = "pin-utils"7289version = "0.1.0"7290source = "registry+https://github.com/rust-lang/crates.io-index"7291checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72927293[[package]]7294name = "pkcs8"7295version = "0.9.0"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7298dependencies = [7299 "der",7300 "spki",7301]73027303[[package]]7304name = "pkg-config"7305version = "0.3.26"7306source = "registry+https://github.com/rust-lang/crates.io-index"7307checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"73087309[[package]]7310name = "platforms"7311version = "2.0.0"7312source = "registry+https://github.com/rust-lang/crates.io-index"7313checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73147315[[package]]7316name = "platforms"7317version = "3.0.2"7318source = "registry+https://github.com/rust-lang/crates.io-index"7319checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"73207321[[package]]7322name = "polkadot-approval-distribution"7323version = "0.9.36"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7325dependencies = [7326 "futures 0.3.25",7327 "polkadot-node-network-protocol",7328 "polkadot-node-primitives",7329 "polkadot-node-subsystem",7330 "polkadot-node-subsystem-util",7331 "polkadot-primitives",7332 "rand 0.8.5",7333 "tracing-gum",7334]73357336[[package]]7337name = "polkadot-availability-bitfield-distribution"7338version = "0.9.36"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7340dependencies = [7341 "futures 0.3.25",7342 "polkadot-node-network-protocol",7343 "polkadot-node-subsystem",7344 "polkadot-node-subsystem-util",7345 "polkadot-primitives",7346 "rand 0.8.5",7347 "tracing-gum",7348]73497350[[package]]7351name = "polkadot-availability-distribution"7352version = "0.9.36"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7354dependencies = [7355 "derive_more",7356 "fatality",7357 "futures 0.3.25",7358 "lru",7359 "parity-scale-codec 3.2.1",7360 "polkadot-erasure-coding",7361 "polkadot-node-network-protocol",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-primitives",7366 "rand 0.8.5",7367 "sp-core",7368 "sp-keystore",7369 "thiserror",7370 "tracing-gum",7371]73727373[[package]]7374name = "polkadot-availability-recovery"7375version = "0.9.36"7376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7377dependencies = [7378 "fatality",7379 "futures 0.3.25",7380 "lru",7381 "parity-scale-codec 3.2.1",7382 "polkadot-erasure-coding",7383 "polkadot-node-network-protocol",7384 "polkadot-node-primitives",7385 "polkadot-node-subsystem",7386 "polkadot-node-subsystem-util",7387 "polkadot-primitives",7388 "rand 0.8.5",7389 "sc-network",7390 "thiserror",7391 "tracing-gum",7392]73937394[[package]]7395name = "polkadot-cli"7396version = "0.9.36"7397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7398dependencies = [7399 "clap",7400 "frame-benchmarking-cli",7401 "futures 0.3.25",7402 "log",7403 "polkadot-client",7404 "polkadot-node-core-pvf",7405 "polkadot-node-metrics",7406 "polkadot-performance-test",7407 "polkadot-service",7408 "sc-cli",7409 "sc-executor",7410 "sc-service",7411 "sc-sysinfo",7412 "sc-tracing",7413 "sp-core",7414 "sp-io",7415 "sp-keyring",7416 "substrate-build-script-utils",7417 "thiserror",7418 "try-runtime-cli",7419]74207421[[package]]7422name = "polkadot-client"7423version = "0.9.36"7424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7425dependencies = [7426 "async-trait",7427 "frame-benchmarking",7428 "frame-benchmarking-cli",7429 "frame-system",7430 "frame-system-rpc-runtime-api",7431 "futures 0.3.25",7432 "pallet-transaction-payment",7433 "pallet-transaction-payment-rpc-runtime-api",7434 "polkadot-core-primitives",7435 "polkadot-node-core-parachains-inherent",7436 "polkadot-primitives",7437 "polkadot-runtime",7438 "polkadot-runtime-common",7439 "sc-client-api",7440 "sc-consensus",7441 "sc-executor",7442 "sc-service",7443 "sp-api",7444 "sp-authority-discovery",7445 "sp-beefy",7446 "sp-block-builder",7447 "sp-blockchain",7448 "sp-consensus",7449 "sp-consensus-babe",7450 "sp-core",7451 "sp-finality-grandpa",7452 "sp-inherents",7453 "sp-keyring",7454 "sp-mmr-primitives",7455 "sp-offchain",7456 "sp-runtime",7457 "sp-session",7458 "sp-storage",7459 "sp-timestamp",7460 "sp-transaction-pool",7461]74627463[[package]]7464name = "polkadot-collator-protocol"7465version = "0.9.36"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7467dependencies = [7468 "always-assert",7469 "bitvec 1.0.1",7470 "fatality",7471 "futures 0.3.25",7472 "futures-timer",7473 "polkadot-node-network-protocol",7474 "polkadot-node-primitives",7475 "polkadot-node-subsystem",7476 "polkadot-node-subsystem-util",7477 "polkadot-primitives",7478 "sp-core",7479 "sp-keystore",7480 "sp-runtime",7481 "thiserror",7482 "tracing-gum",7483]74847485[[package]]7486name = "polkadot-core-primitives"7487version = "0.9.36"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7489dependencies = [7490 "parity-scale-codec 3.2.1",7491 "scale-info",7492 "sp-core",7493 "sp-runtime",7494 "sp-std",7495]74967497[[package]]7498name = "polkadot-dispute-distribution"7499version = "0.9.36"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7501dependencies = [7502 "derive_more",7503 "fatality",7504 "futures 0.3.25",7505 "futures-timer",7506 "indexmap",7507 "lru",7508 "parity-scale-codec 3.2.1",7509 "polkadot-erasure-coding",7510 "polkadot-node-network-protocol",7511 "polkadot-node-primitives",7512 "polkadot-node-subsystem",7513 "polkadot-node-subsystem-util",7514 "polkadot-primitives",7515 "sc-network",7516 "sp-application-crypto",7517 "sp-keystore",7518 "thiserror",7519 "tracing-gum",7520]75217522[[package]]7523name = "polkadot-erasure-coding"7524version = "0.9.36"7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7526dependencies = [7527 "parity-scale-codec 3.2.1",7528 "polkadot-node-primitives",7529 "polkadot-primitives",7530 "reed-solomon-novelpoly",7531 "sp-core",7532 "sp-trie",7533 "thiserror",7534]75357536[[package]]7537name = "polkadot-gossip-support"7538version = "0.9.36"7539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7540dependencies = [7541 "futures 0.3.25",7542 "futures-timer",7543 "polkadot-node-network-protocol",7544 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7547 "rand 0.8.5",7548 "rand_chacha 0.3.1",7549 "sc-network",7550 "sp-application-crypto",7551 "sp-core",7552 "sp-keystore",7553 "tracing-gum",7554]75557556[[package]]7557name = "polkadot-network-bridge"7558version = "0.9.36"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7560dependencies = [7561 "always-assert",7562 "async-trait",7563 "bytes",7564 "fatality",7565 "futures 0.3.25",7566 "parity-scale-codec 3.2.1",7567 "parking_lot 0.12.1",7568 "polkadot-node-network-protocol",7569 "polkadot-node-subsystem",7570 "polkadot-node-subsystem-util",7571 "polkadot-overseer",7572 "polkadot-primitives",7573 "sc-network",7574 "sc-network-common",7575 "sp-consensus",7576 "thiserror",7577 "tracing-gum",7578]75797580[[package]]7581name = "polkadot-node-collation-generation"7582version = "0.9.36"7583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7584dependencies = [7585 "futures 0.3.25",7586 "parity-scale-codec 3.2.1",7587 "polkadot-erasure-coding",7588 "polkadot-node-primitives",7589 "polkadot-node-subsystem",7590 "polkadot-node-subsystem-util",7591 "polkadot-primitives",7592 "sp-core",7593 "sp-maybe-compressed-blob",7594 "thiserror",7595 "tracing-gum",7596]75977598[[package]]7599name = "polkadot-node-core-approval-voting"7600version = "0.9.36"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7602dependencies = [7603 "bitvec 1.0.1",7604 "derive_more",7605 "futures 0.3.25",7606 "futures-timer",7607 "kvdb",7608 "lru",7609 "merlin",7610 "parity-scale-codec 3.2.1",7611 "polkadot-node-jaeger",7612 "polkadot-node-primitives",7613 "polkadot-node-subsystem",7614 "polkadot-node-subsystem-util",7615 "polkadot-overseer",7616 "polkadot-primitives",7617 "sc-keystore",7618 "schnorrkel",7619 "sp-application-crypto",7620 "sp-consensus",7621 "sp-consensus-slots",7622 "sp-runtime",7623 "thiserror",7624 "tracing-gum",7625]76267627[[package]]7628name = "polkadot-node-core-av-store"7629version = "0.9.36"7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7631dependencies = [7632 "bitvec 1.0.1",7633 "futures 0.3.25",7634 "futures-timer",7635 "kvdb",7636 "parity-scale-codec 3.2.1",7637 "polkadot-erasure-coding",7638 "polkadot-node-primitives",7639 "polkadot-node-subsystem",7640 "polkadot-node-subsystem-util",7641 "polkadot-overseer",7642 "polkadot-primitives",7643 "thiserror",7644 "tracing-gum",7645]76467647[[package]]7648name = "polkadot-node-core-backing"7649version = "0.9.36"7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7651dependencies = [7652 "bitvec 1.0.1",7653 "fatality",7654 "futures 0.3.25",7655 "polkadot-erasure-coding",7656 "polkadot-node-primitives",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-primitives",7660 "polkadot-statement-table",7661 "sp-keystore",7662 "thiserror",7663 "tracing-gum",7664]76657666[[package]]7667name = "polkadot-node-core-bitfield-signing"7668version = "0.9.36"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7670dependencies = [7671 "futures 0.3.25",7672 "polkadot-node-subsystem",7673 "polkadot-node-subsystem-util",7674 "polkadot-primitives",7675 "sp-keystore",7676 "thiserror",7677 "tracing-gum",7678 "wasm-timer",7679]76807681[[package]]7682name = "polkadot-node-core-candidate-validation"7683version = "0.9.36"7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7685dependencies = [7686 "async-trait",7687 "futures 0.3.25",7688 "futures-timer",7689 "parity-scale-codec 3.2.1",7690 "polkadot-node-core-pvf",7691 "polkadot-node-primitives",7692 "polkadot-node-subsystem",7693 "polkadot-node-subsystem-util",7694 "polkadot-parachain",7695 "polkadot-primitives",7696 "sp-maybe-compressed-blob",7697 "tracing-gum",7698]76997700[[package]]7701name = "polkadot-node-core-chain-api"7702version = "0.9.36"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7704dependencies = [7705 "futures 0.3.25",7706 "polkadot-node-subsystem",7707 "polkadot-node-subsystem-util",7708 "polkadot-primitives",7709 "sc-client-api",7710 "sc-consensus-babe",7711 "sp-blockchain",7712 "tracing-gum",7713]77147715[[package]]7716name = "polkadot-node-core-chain-selection"7717version = "0.9.36"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7719dependencies = [7720 "futures 0.3.25",7721 "futures-timer",7722 "kvdb",7723 "parity-scale-codec 3.2.1",7724 "polkadot-node-primitives",7725 "polkadot-node-subsystem",7726 "polkadot-node-subsystem-util",7727 "polkadot-primitives",7728 "thiserror",7729 "tracing-gum",7730]77317732[[package]]7733name = "polkadot-node-core-dispute-coordinator"7734version = "0.9.36"7735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7736dependencies = [7737 "fatality",7738 "futures 0.3.25",7739 "kvdb",7740 "lru",7741 "parity-scale-codec 3.2.1",7742 "polkadot-node-primitives",7743 "polkadot-node-subsystem",7744 "polkadot-node-subsystem-util",7745 "polkadot-primitives",7746 "sc-keystore",7747 "thiserror",7748 "tracing-gum",7749]77507751[[package]]7752name = "polkadot-node-core-parachains-inherent"7753version = "0.9.36"7754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7755dependencies = [7756 "async-trait",7757 "futures 0.3.25",7758 "futures-timer",7759 "polkadot-node-subsystem",7760 "polkadot-overseer",7761 "polkadot-primitives",7762 "sp-blockchain",7763 "sp-inherents",7764 "sp-runtime",7765 "thiserror",7766 "tracing-gum",7767]77687769[[package]]7770name = "polkadot-node-core-provisioner"7771version = "0.9.36"7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7773dependencies = [7774 "bitvec 1.0.1",7775 "fatality",7776 "futures 0.3.25",7777 "futures-timer",7778 "polkadot-node-primitives",7779 "polkadot-node-subsystem",7780 "polkadot-node-subsystem-util",7781 "polkadot-primitives",7782 "rand 0.8.5",7783 "thiserror",7784 "tracing-gum",7785]77867787[[package]]7788name = "polkadot-node-core-pvf"7789version = "0.9.36"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7791dependencies = [7792 "always-assert",7793 "assert_matches",7794 "async-process",7795 "async-std",7796 "cpu-time",7797 "futures 0.3.25",7798 "futures-timer",7799 "parity-scale-codec 3.2.1",7800 "pin-project",7801 "polkadot-core-primitives",7802 "polkadot-node-metrics",7803 "polkadot-parachain",7804 "rand 0.8.5",7805 "rayon",7806 "sc-executor",7807 "sc-executor-common",7808 "sc-executor-wasmtime",7809 "slotmap",7810 "sp-core",7811 "sp-externalities",7812 "sp-io",7813 "sp-maybe-compressed-blob",7814 "sp-tracing",7815 "sp-wasm-interface",7816 "tempfile",7817 "tracing-gum",7818]78197820[[package]]7821name = "polkadot-node-core-pvf-checker"7822version = "0.9.36"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7824dependencies = [7825 "futures 0.3.25",7826 "polkadot-node-primitives",7827 "polkadot-node-subsystem",7828 "polkadot-node-subsystem-util",7829 "polkadot-overseer",7830 "polkadot-primitives",7831 "sp-keystore",7832 "thiserror",7833 "tracing-gum",7834]78357836[[package]]7837name = "polkadot-node-core-runtime-api"7838version = "0.9.36"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7840dependencies = [7841 "futures 0.3.25",7842 "lru",7843 "polkadot-node-subsystem",7844 "polkadot-node-subsystem-types",7845 "polkadot-node-subsystem-util",7846 "polkadot-primitives",7847 "sp-consensus-babe",7848 "tracing-gum",7849]78507851[[package]]7852name = "polkadot-node-jaeger"7853version = "0.9.36"7854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7855dependencies = [7856 "lazy_static",7857 "log",7858 "mick-jaeger",7859 "parity-scale-codec 3.2.1",7860 "parking_lot 0.12.1",7861 "polkadot-node-primitives",7862 "polkadot-primitives",7863 "sc-network",7864 "sp-core",7865 "thiserror",7866 "tokio",7867]78687869[[package]]7870name = "polkadot-node-metrics"7871version = "0.9.36"7872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7873dependencies = [7874 "bs58",7875 "futures 0.3.25",7876 "futures-timer",7877 "log",7878 "parity-scale-codec 3.2.1",7879 "polkadot-primitives",7880 "prioritized-metered-channel",7881 "sc-cli",7882 "sc-service",7883 "sc-tracing",7884 "substrate-prometheus-endpoint",7885 "tracing-gum",7886]78877888[[package]]7889name = "polkadot-node-network-protocol"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 0.3.25",7897 "hex",7898 "parity-scale-codec 3.2.1",7899 "polkadot-node-jaeger",7900 "polkadot-node-primitives",7901 "polkadot-primitives",7902 "rand 0.8.5",7903 "sc-authority-discovery",7904 "sc-network",7905 "sc-network-common",7906 "strum",7907 "thiserror",7908 "tracing-gum",7909]79107911[[package]]7912name = "polkadot-node-primitives"7913version = "0.9.36"7914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7915dependencies = [7916 "bounded-vec",7917 "futures 0.3.25",7918 "parity-scale-codec 3.2.1",7919 "polkadot-parachain",7920 "polkadot-primitives",7921 "schnorrkel",7922 "serde",7923 "sp-application-crypto",7924 "sp-consensus-babe",7925 "sp-consensus-vrf",7926 "sp-core",7927 "sp-keystore",7928 "sp-maybe-compressed-blob",7929 "thiserror",7930 "zstd",7931]79327933[[package]]7934name = "polkadot-node-subsystem"7935version = "0.9.36"7936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7937dependencies = [7938 "polkadot-node-jaeger",7939 "polkadot-node-subsystem-types",7940 "polkadot-overseer",7941]79427943[[package]]7944name = "polkadot-node-subsystem-types"7945version = "0.9.36"7946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7947dependencies = [7948 "async-trait",7949 "derive_more",7950 "futures 0.3.25",7951 "orchestra",7952 "polkadot-node-jaeger",7953 "polkadot-node-network-protocol",7954 "polkadot-node-primitives",7955 "polkadot-primitives",7956 "polkadot-statement-table",7957 "sc-network",7958 "smallvec",7959 "sp-api",7960 "sp-authority-discovery",7961 "sp-consensus-babe",7962 "substrate-prometheus-endpoint",7963 "thiserror",7964]79657966[[package]]7967name = "polkadot-node-subsystem-util"7968version = "0.9.36"7969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7970dependencies = [7971 "async-trait",7972 "derive_more",7973 "fatality",7974 "futures 0.3.25",7975 "itertools",7976 "kvdb",7977 "lru",7978 "parity-db",7979 "parity-scale-codec 3.2.1",7980 "parking_lot 0.11.2",7981 "pin-project",7982 "polkadot-node-jaeger",7983 "polkadot-node-metrics",7984 "polkadot-node-network-protocol",7985 "polkadot-node-primitives",7986 "polkadot-node-subsystem",7987 "polkadot-overseer",7988 "polkadot-primitives",7989 "prioritized-metered-channel",7990 "rand 0.8.5",7991 "sp-application-crypto",7992 "sp-core",7993 "sp-keystore",7994 "thiserror",7995 "tracing-gum",7996]79977998[[package]]7999name = "polkadot-overseer"8000version = "0.9.36"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8002dependencies = [8003 "async-trait",8004 "futures 0.3.25",8005 "futures-timer",8006 "lru",8007 "orchestra",8008 "parking_lot 0.12.1",8009 "polkadot-node-metrics",8010 "polkadot-node-network-protocol",8011 "polkadot-node-primitives",8012 "polkadot-node-subsystem-types",8013 "polkadot-primitives",8014 "sc-client-api",8015 "sp-api",8016 "sp-core",8017 "tikv-jemalloc-ctl",8018 "tracing-gum",8019]80208021[[package]]8022name = "polkadot-parachain"8023version = "0.9.36"8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8025dependencies = [8026 "derive_more",8027 "frame-support",8028 "parity-scale-codec 3.2.1",8029 "polkadot-core-primitives",8030 "scale-info",8031 "serde",8032 "sp-core",8033 "sp-runtime",8034 "sp-std",8035]80368037[[package]]8038name = "polkadot-performance-test"8039version = "0.9.36"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8041dependencies = [8042 "env_logger",8043 "kusama-runtime",8044 "log",8045 "polkadot-erasure-coding",8046 "polkadot-node-core-pvf",8047 "polkadot-node-primitives",8048 "quote",8049 "thiserror",8050]80518052[[package]]8053name = "polkadot-primitives"8054version = "0.9.36"8055source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8056dependencies = [8057 "bitvec 1.0.1",8058 "hex-literal",8059 "parity-scale-codec 3.2.1",8060 "polkadot-core-primitives",8061 "polkadot-parachain",8062 "scale-info",8063 "serde",8064 "sp-api",8065 "sp-application-crypto",8066 "sp-arithmetic",8067 "sp-authority-discovery",8068 "sp-consensus-slots",8069 "sp-core",8070 "sp-inherents",8071 "sp-io",8072 "sp-keystore",8073 "sp-runtime",8074 "sp-staking",8075 "sp-std",8076]80778078[[package]]8079name = "polkadot-rpc"8080version = "0.9.36"8081source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8082dependencies = [8083 "beefy-gadget",8084 "beefy-gadget-rpc",8085 "jsonrpsee",8086 "mmr-rpc",8087 "pallet-transaction-payment-rpc",8088 "polkadot-primitives",8089 "sc-chain-spec",8090 "sc-client-api",8091 "sc-consensus-babe",8092 "sc-consensus-babe-rpc",8093 "sc-consensus-epochs",8094 "sc-finality-grandpa",8095 "sc-finality-grandpa-rpc",8096 "sc-rpc",8097 "sc-sync-state-rpc",8098 "sc-transaction-pool-api",8099 "sp-api",8100 "sp-block-builder",8101 "sp-blockchain",8102 "sp-consensus",8103 "sp-consensus-babe",8104 "sp-keystore",8105 "sp-runtime",8106 "substrate-frame-rpc-system",8107 "substrate-state-trie-migration-rpc",8108]81098110[[package]]8111name = "polkadot-runtime"8112version = "0.9.36"8113source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8114dependencies = [8115 "bitvec 1.0.1",8116 "frame-benchmarking",8117 "frame-election-provider-support",8118 "frame-executive",8119 "frame-support",8120 "frame-system",8121 "frame-system-benchmarking",8122 "frame-system-rpc-runtime-api",8123 "frame-try-runtime",8124 "hex-literal",8125 "log",8126 "pallet-authority-discovery",8127 "pallet-authorship",8128 "pallet-babe",8129 "pallet-bags-list",8130 "pallet-balances",8131 "pallet-bounties",8132 "pallet-child-bounties",8133 "pallet-collective",8134 "pallet-democracy",8135 "pallet-election-provider-multi-phase",8136 "pallet-election-provider-support-benchmarking",8137 "pallet-elections-phragmen",8138 "pallet-fast-unstake",8139 "pallet-grandpa",8140 "pallet-identity",8141 "pallet-im-online",8142 "pallet-indices",8143 "pallet-membership",8144 "pallet-multisig",8145 "pallet-nomination-pools",8146 "pallet-nomination-pools-benchmarking",8147 "pallet-nomination-pools-runtime-api",8148 "pallet-offences",8149 "pallet-offences-benchmarking",8150 "pallet-preimage",8151 "pallet-proxy",8152 "pallet-scheduler",8153 "pallet-session",8154 "pallet-session-benchmarking",8155 "pallet-staking",8156 "pallet-staking-reward-curve",8157 "pallet-timestamp",8158 "pallet-tips",8159 "pallet-transaction-payment",8160 "pallet-transaction-payment-rpc-runtime-api",8161 "pallet-treasury",8162 "pallet-utility",8163 "pallet-vesting",8164 "pallet-xcm",8165 "parity-scale-codec 3.2.1",8166 "polkadot-primitives",8167 "polkadot-runtime-common",8168 "polkadot-runtime-constants",8169 "polkadot-runtime-parachains",8170 "rustc-hex",8171 "scale-info",8172 "serde",8173 "serde_derive",8174 "smallvec",8175 "sp-api",8176 "sp-authority-discovery",8177 "sp-beefy",8178 "sp-block-builder",8179 "sp-consensus-babe",8180 "sp-core",8181 "sp-inherents",8182 "sp-io",8183 "sp-mmr-primitives",8184 "sp-npos-elections",8185 "sp-offchain",8186 "sp-runtime",8187 "sp-session",8188 "sp-staking",8189 "sp-std",8190 "sp-transaction-pool",8191 "sp-version",8192 "static_assertions",8193 "substrate-wasm-builder",8194 "xcm",8195 "xcm-builder",8196 "xcm-executor",8197]81988199[[package]]8200name = "polkadot-runtime-common"8201version = "0.9.36"8202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8203dependencies = [8204 "bitvec 1.0.1",8205 "frame-benchmarking",8206 "frame-election-provider-support",8207 "frame-support",8208 "frame-system",8209 "impl-trait-for-tuples",8210 "libsecp256k1",8211 "log",8212 "pallet-authorship",8213 "pallet-babe",8214 "pallet-bags-list",8215 "pallet-balances",8216 "pallet-beefy-mmr",8217 "pallet-election-provider-multi-phase",8218 "pallet-session",8219 "pallet-staking",8220 "pallet-staking-reward-fn",8221 "pallet-timestamp",8222 "pallet-transaction-payment",8223 "pallet-treasury",8224 "pallet-vesting",8225 "parity-scale-codec 3.2.1",8226 "polkadot-primitives",8227 "polkadot-runtime-parachains",8228 "rustc-hex",8229 "scale-info",8230 "serde",8231 "serde_derive",8232 "slot-range-helper",8233 "sp-api",8234 "sp-beefy",8235 "sp-core",8236 "sp-inherents",8237 "sp-io",8238 "sp-npos-elections",8239 "sp-runtime",8240 "sp-session",8241 "sp-staking",8242 "sp-std",8243 "static_assertions",8244 "xcm",8245]82468247[[package]]8248name = "polkadot-runtime-constants"8249version = "0.9.36"8250source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8251dependencies = [8252 "frame-support",8253 "polkadot-primitives",8254 "polkadot-runtime-common",8255 "smallvec",8256 "sp-core",8257 "sp-runtime",8258 "sp-weights",8259]82608261[[package]]8262name = "polkadot-runtime-metrics"8263version = "0.9.36"8264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8265dependencies = [8266 "bs58",8267 "parity-scale-codec 3.2.1",8268 "polkadot-primitives",8269 "sp-std",8270 "sp-tracing",8271]82728273[[package]]8274name = "polkadot-runtime-parachains"8275version = "0.9.36"8276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8277dependencies = [8278 "bitflags",8279 "bitvec 1.0.1",8280 "derive_more",8281 "frame-benchmarking",8282 "frame-support",8283 "frame-system",8284 "log",8285 "pallet-authority-discovery",8286 "pallet-authorship",8287 "pallet-babe",8288 "pallet-balances",8289 "pallet-session",8290 "pallet-staking",8291 "pallet-timestamp",8292 "pallet-vesting",8293 "parity-scale-codec 3.2.1",8294 "polkadot-primitives",8295 "polkadot-runtime-metrics",8296 "rand 0.8.5",8297 "rand_chacha 0.3.1",8298 "rustc-hex",8299 "scale-info",8300 "serde",8301 "sp-api",8302 "sp-application-crypto",8303 "sp-core",8304 "sp-inherents",8305 "sp-io",8306 "sp-keystore",8307 "sp-runtime",8308 "sp-session",8309 "sp-staking",8310 "sp-std",8311 "static_assertions",8312 "xcm",8313 "xcm-executor",8314]83158316[[package]]8317name = "polkadot-service"8318version = "0.9.36"8319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8320dependencies = [8321 "async-trait",8322 "beefy-gadget",8323 "frame-support",8324 "frame-system-rpc-runtime-api",8325 "futures 0.3.25",8326 "hex-literal",8327 "kusama-runtime",8328 "kvdb",8329 "kvdb-rocksdb",8330 "lru",8331 "mmr-gadget",8332 "pallet-babe",8333 "pallet-im-online",8334 "pallet-staking",8335 "pallet-transaction-payment-rpc-runtime-api",8336 "parity-db",8337 "polkadot-approval-distribution",8338 "polkadot-availability-bitfield-distribution",8339 "polkadot-availability-distribution",8340 "polkadot-availability-recovery",8341 "polkadot-client",8342 "polkadot-collator-protocol",8343 "polkadot-dispute-distribution",8344 "polkadot-gossip-support",8345 "polkadot-network-bridge",8346 "polkadot-node-collation-generation",8347 "polkadot-node-core-approval-voting",8348 "polkadot-node-core-av-store",8349 "polkadot-node-core-backing",8350 "polkadot-node-core-bitfield-signing",8351 "polkadot-node-core-candidate-validation",8352 "polkadot-node-core-chain-api",8353 "polkadot-node-core-chain-selection",8354 "polkadot-node-core-dispute-coordinator",8355 "polkadot-node-core-parachains-inherent",8356 "polkadot-node-core-provisioner",8357 "polkadot-node-core-pvf-checker",8358 "polkadot-node-core-runtime-api",8359 "polkadot-node-network-protocol",8360 "polkadot-node-primitives",8361 "polkadot-node-subsystem",8362 "polkadot-node-subsystem-types",8363 "polkadot-node-subsystem-util",8364 "polkadot-overseer",8365 "polkadot-parachain",8366 "polkadot-primitives",8367 "polkadot-rpc",8368 "polkadot-runtime",8369 "polkadot-runtime-constants",8370 "polkadot-runtime-parachains",8371 "polkadot-statement-distribution",8372 "rococo-runtime",8373 "sc-authority-discovery",8374 "sc-basic-authorship",8375 "sc-block-builder",8376 "sc-chain-spec",8377 "sc-client-api",8378 "sc-client-db",8379 "sc-consensus",8380 "sc-consensus-babe",8381 "sc-consensus-slots",8382 "sc-executor",8383 "sc-finality-grandpa",8384 "sc-keystore",8385 "sc-network",8386 "sc-network-common",8387 "sc-offchain",8388 "sc-service",8389 "sc-sync-state-rpc",8390 "sc-sysinfo",8391 "sc-telemetry",8392 "sc-transaction-pool",8393 "serde",8394 "serde_json",8395 "sp-api",8396 "sp-authority-discovery",8397 "sp-beefy",8398 "sp-block-builder",8399 "sp-blockchain",8400 "sp-consensus",8401 "sp-consensus-babe",8402 "sp-core",8403 "sp-finality-grandpa",8404 "sp-inherents",8405 "sp-io",8406 "sp-keystore",8407 "sp-mmr-primitives",8408 "sp-offchain",8409 "sp-runtime",8410 "sp-session",8411 "sp-state-machine",8412 "sp-storage",8413 "sp-timestamp",8414 "sp-transaction-pool",8415 "sp-trie",8416 "substrate-prometheus-endpoint",8417 "thiserror",8418 "tracing-gum",8419 "westend-runtime",8420]84218422[[package]]8423name = "polkadot-statement-distribution"8424version = "0.9.36"8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8426dependencies = [8427 "arrayvec 0.5.2",8428 "fatality",8429 "futures 0.3.25",8430 "indexmap",8431 "parity-scale-codec 3.2.1",8432 "polkadot-node-network-protocol",8433 "polkadot-node-primitives",8434 "polkadot-node-subsystem",8435 "polkadot-node-subsystem-util",8436 "polkadot-primitives",8437 "sp-keystore",8438 "sp-staking",8439 "thiserror",8440 "tracing-gum",8441]84428443[[package]]8444name = "polkadot-statement-table"8445version = "0.9.36"8446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8447dependencies = [8448 "parity-scale-codec 3.2.1",8449 "polkadot-primitives",8450 "sp-core",8451]84528453[[package]]8454name = "polkadot-test-runtime"8455version = "0.9.36"8456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8457dependencies = [8458 "bitvec 1.0.1",8459 "frame-election-provider-support",8460 "frame-executive",8461 "frame-support",8462 "frame-system",8463 "frame-system-rpc-runtime-api",8464 "log",8465 "pallet-authority-discovery",8466 "pallet-authorship",8467 "pallet-babe",8468 "pallet-balances",8469 "pallet-grandpa",8470 "pallet-indices",8471 "pallet-offences",8472 "pallet-session",8473 "pallet-staking",8474 "pallet-staking-reward-curve",8475 "pallet-sudo",8476 "pallet-timestamp",8477 "pallet-transaction-payment",8478 "pallet-transaction-payment-rpc-runtime-api",8479 "pallet-vesting",8480 "pallet-xcm",8481 "parity-scale-codec 3.2.1",8482 "polkadot-parachain",8483 "polkadot-primitives",8484 "polkadot-runtime-common",8485 "polkadot-runtime-parachains",8486 "rustc-hex",8487 "scale-info",8488 "serde",8489 "serde_derive",8490 "smallvec",8491 "sp-api",8492 "sp-authority-discovery",8493 "sp-beefy",8494 "sp-block-builder",8495 "sp-consensus-babe",8496 "sp-core",8497 "sp-inherents",8498 "sp-io",8499 "sp-mmr-primitives",8500 "sp-offchain",8501 "sp-runtime",8502 "sp-session",8503 "sp-staking",8504 "sp-std",8505 "sp-transaction-pool",8506 "sp-version",8507 "substrate-wasm-builder",8508 "test-runtime-constants",8509 "xcm",8510 "xcm-builder",8511 "xcm-executor",8512]85138514[[package]]8515name = "polkadot-test-service"8516version = "0.9.36"8517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8518dependencies = [8519 "frame-benchmarking",8520 "frame-system",8521 "futures 0.3.25",8522 "hex",8523 "pallet-balances",8524 "pallet-staking",8525 "pallet-transaction-payment",8526 "polkadot-node-primitives",8527 "polkadot-node-subsystem",8528 "polkadot-overseer",8529 "polkadot-parachain",8530 "polkadot-primitives",8531 "polkadot-rpc",8532 "polkadot-runtime-common",8533 "polkadot-runtime-parachains",8534 "polkadot-service",8535 "polkadot-test-runtime",8536 "rand 0.8.5",8537 "sc-authority-discovery",8538 "sc-chain-spec",8539 "sc-cli",8540 "sc-client-api",8541 "sc-consensus",8542 "sc-consensus-babe",8543 "sc-executor",8544 "sc-finality-grandpa",8545 "sc-network",8546 "sc-network-common",8547 "sc-service",8548 "sc-tracing",8549 "sc-transaction-pool",8550 "sp-arithmetic",8551 "sp-authority-discovery",8552 "sp-blockchain",8553 "sp-consensus",8554 "sp-consensus-babe",8555 "sp-core",8556 "sp-finality-grandpa",8557 "sp-inherents",8558 "sp-keyring",8559 "sp-runtime",8560 "sp-state-machine",8561 "substrate-test-client",8562 "tempfile",8563 "test-runtime-constants",8564 "tokio",8565 "tracing-gum",8566]85678568[[package]]8569name = "polling"8570version = "2.5.2"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"8573dependencies = [8574 "autocfg",8575 "cfg-if",8576 "libc",8577 "log",8578 "wepoll-ffi",8579 "windows-sys 0.42.0",8580]85818582[[package]]8583name = "poly1305"8584version = "0.7.2"8585source = "registry+https://github.com/rust-lang/crates.io-index"8586checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8587dependencies = [8588 "cpufeatures",8589 "opaque-debug 0.3.0",8590 "universal-hash",8591]85928593[[package]]8594name = "polyval"8595version = "0.5.3"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8598dependencies = [8599 "cfg-if",8600 "cpufeatures",8601 "opaque-debug 0.3.0",8602 "universal-hash",8603]86048605[[package]]8606name = "ppv-lite86"8607version = "0.2.17"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"86108611[[package]]8612name = "precompile-utils-macro"8613version = "0.1.0"8614dependencies = [8615 "num_enum",8616 "proc-macro2",8617 "quote",8618 "sha3 0.8.2",8619 "syn",8620]86218622[[package]]8623name = "predicates"8624version = "2.1.4"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8627dependencies = [8628 "difflib",8629 "float-cmp",8630 "itertools",8631 "normalize-line-endings",8632 "predicates-core",8633 "regex",8634]86358636[[package]]8637name = "predicates-core"8638version = "1.0.5"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86418642[[package]]8643name = "predicates-tree"8644version = "1.0.7"8645source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8647dependencies = [8648 "predicates-core",8649 "termtree",8650]86518652[[package]]8653name = "prettyplease"8654version = "0.1.22"8655source = "registry+https://github.com/rust-lang/crates.io-index"8656checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"8657dependencies = [8658 "proc-macro2",8659 "syn",8660]86618662[[package]]8663name = "primitive-types"8664version = "0.11.1"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8667dependencies = [8668 "fixed-hash 0.7.0",8669 "impl-codec",8670 "impl-rlp",8671 "scale-info",8672 "uint",8673]86748675[[package]]8676name = "primitive-types"8677version = "0.12.1"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8680dependencies = [8681 "fixed-hash 0.8.0",8682 "impl-codec",8683 "impl-rlp",8684 "impl-serde",8685 "scale-info",8686 "uint",8687]86888689[[package]]8690name = "prioritized-metered-channel"8691version = "0.2.0"8692source = "registry+https://github.com/rust-lang/crates.io-index"8693checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8694dependencies = [8695 "coarsetime",8696 "crossbeam-queue",8697 "derive_more",8698 "futures 0.3.25",8699 "futures-timer",8700 "nanorand",8701 "thiserror",8702 "tracing",8703]87048705[[package]]8706name = "proc-macro-crate"8707version = "1.2.1"8708source = "registry+https://github.com/rust-lang/crates.io-index"8709checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8710dependencies = [8711 "once_cell",8712 "thiserror",8713 "toml",8714]87158716[[package]]8717name = "proc-macro-error"8718version = "1.0.4"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8721dependencies = [8722 "proc-macro-error-attr",8723 "proc-macro2",8724 "quote",8725 "syn",8726 "version_check",8727]87288729[[package]]8730name = "proc-macro-error-attr"8731version = "1.0.4"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8734dependencies = [8735 "proc-macro2",8736 "quote",8737 "version_check",8738]87398740[[package]]8741name = "proc-macro2"8742version = "1.0.49"8743source = "registry+https://github.com/rust-lang/crates.io-index"8744checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"8745dependencies = [8746 "unicode-ident",8747]87488749[[package]]8750name = "prometheus"8751version = "0.13.3"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8754dependencies = [8755 "cfg-if",8756 "fnv",8757 "lazy_static",8758 "memchr",8759 "parking_lot 0.12.1",8760 "thiserror",8761]87628763[[package]]8764name = "prometheus-client"8765version = "0.18.1"8766source = "registry+https://github.com/rust-lang/crates.io-index"8767checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8768dependencies = [8769 "dtoa",8770 "itoa",8771 "parking_lot 0.12.1",8772 "prometheus-client-derive-text-encode",8773]87748775[[package]]8776name = "prometheus-client-derive-text-encode"8777version = "0.3.0"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8780dependencies = [8781 "proc-macro2",8782 "quote",8783 "syn",8784]87858786[[package]]8787name = "prost"8788version = "0.11.5"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"8791dependencies = [8792 "bytes",8793 "prost-derive",8794]87958796[[package]]8797name = "prost-build"8798version = "0.11.5"8799source = "registry+https://github.com/rust-lang/crates.io-index"8800checksum = "cb5320c680de74ba083512704acb90fe00f28f79207286a848e730c45dd73ed6"8801dependencies = [8802 "bytes",8803 "heck",8804 "itertools",8805 "lazy_static",8806 "log",8807 "multimap",8808 "petgraph",8809 "prettyplease",8810 "prost",8811 "prost-types",8812 "regex",8813 "syn",8814 "tempfile",8815 "which",8816]88178818[[package]]8819name = "prost-codec"8820version = "0.2.0"8821source = "registry+https://github.com/rust-lang/crates.io-index"8822checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8823dependencies = [8824 "asynchronous-codec",8825 "bytes",8826 "prost",8827 "thiserror",8828 "unsigned-varint",8829]88308831[[package]]8832name = "prost-derive"8833version = "0.11.5"8834source = "registry+https://github.com/rust-lang/crates.io-index"8835checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"8836dependencies = [8837 "anyhow",8838 "itertools",8839 "proc-macro2",8840 "quote",8841 "syn",8842]88438844[[package]]8845name = "prost-types"8846version = "0.11.5"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "017f79637768cde62820bc2d4fe0e45daaa027755c323ad077767c6c5f173091"8849dependencies = [8850 "bytes",8851 "prost",8852]88538854[[package]]8855name = "psm"8856version = "0.1.21"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8859dependencies = [8860 "cc",8861]88628863[[package]]8864name = "quartz-runtime"8865version = "0.9.36"8866dependencies = [8867 "app-promotion-rpc",8868 "cumulus-pallet-aura-ext",8869 "cumulus-pallet-dmp-queue",8870 "cumulus-pallet-parachain-system",8871 "cumulus-pallet-xcm",8872 "cumulus-pallet-xcmp-queue",8873 "cumulus-primitives-core",8874 "cumulus-primitives-timestamp",8875 "cumulus-primitives-utility",8876 "derivative",8877 "evm-coder",8878 "fp-evm",8879 "fp-evm-mapping",8880 "fp-rpc",8881 "fp-self-contained",8882 "frame-benchmarking",8883 "frame-executive",8884 "frame-support",8885 "frame-system",8886 "frame-system-benchmarking",8887 "frame-system-rpc-runtime-api",8888 "frame-try-runtime",8889 "hex-literal",8890 "impl-trait-for-tuples",8891 "log",8892 "logtest",8893 "num_enum",8894 "orml-tokens",8895 "orml-traits",8896 "orml-vesting",8897 "orml-xtokens",8898 "pallet-app-promotion",8899 "pallet-aura",8900 "pallet-authorship",8901 "pallet-balances",8902 "pallet-base-fee",8903 "pallet-collator-selection",8904 "pallet-common",8905 "pallet-configuration",8906 "pallet-data-management",8907 "pallet-ethereum",8908 "pallet-evm",8909 "pallet-evm-coder-substrate",8910 "pallet-evm-contract-helpers",8911 "pallet-evm-precompile-simple",8912 "pallet-evm-transaction-payment",8913 "pallet-foreign-assets",8914 "pallet-fungible",8915 "pallet-identity",8916 "pallet-inflation",8917 "pallet-maintenance",8918 "pallet-nonfungible",8919 "pallet-randomness-collective-flip",8920 "pallet-refungible",8921 "pallet-rmrk-core",8922 "pallet-rmrk-equip",8923 "pallet-session",8924 "pallet-structure",8925 "pallet-sudo",8926 "pallet-template-transaction-payment",8927 "pallet-timestamp",8928 "pallet-transaction-payment",8929 "pallet-transaction-payment-rpc-runtime-api",8930 "pallet-treasury",8931 "pallet-unique",8932 "pallet-xcm",8933 "parachain-info",8934 "parity-scale-codec 3.2.1",8935 "polkadot-parachain",8936 "precompile-utils-macro",8937 "rmrk-rpc",8938 "scale-info",8939 "serde",8940 "smallvec",8941 "sp-api",8942 "sp-arithmetic",8943 "sp-block-builder",8944 "sp-consensus-aura",8945 "sp-core",8946 "sp-inherents",8947 "sp-io",8948 "sp-offchain",8949 "sp-runtime",8950 "sp-session",8951 "sp-std",8952 "sp-transaction-pool",8953 "sp-version",8954 "substrate-wasm-builder",8955 "up-common",8956 "up-data-structs",8957 "up-pov-estimate-rpc",8958 "up-rpc",8959 "up-sponsorship",8960 "xcm",8961 "xcm-builder",8962 "xcm-executor",8963]89648965[[package]]8966name = "quick-error"8967version = "1.2.3"8968source = "registry+https://github.com/rust-lang/crates.io-index"8969checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89708971[[package]]8972name = "quicksink"8973version = "0.1.2"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8976dependencies = [8977 "futures-core",8978 "futures-sink",8979 "pin-project-lite 0.1.12",8980]89818982[[package]]8983name = "quote"8984version = "1.0.23"8985source = "registry+https://github.com/rust-lang/crates.io-index"8986checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"8987dependencies = [8988 "proc-macro2",8989]89908991[[package]]8992name = "radium"8993version = "0.6.2"8994source = "registry+https://github.com/rust-lang/crates.io-index"8995checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89968997[[package]]8998name = "radium"8999version = "0.7.0"9000source = "registry+https://github.com/rust-lang/crates.io-index"9001checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"90029003[[package]]9004name = "rand"9005version = "0.7.3"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9008dependencies = [9009 "getrandom 0.1.16",9010 "libc",9011 "rand_chacha 0.2.2",9012 "rand_core 0.5.1",9013 "rand_hc",9014 "rand_pcg 0.2.1",9015]90169017[[package]]9018name = "rand"9019version = "0.8.5"9020source = "registry+https://github.com/rust-lang/crates.io-index"9021checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9022dependencies = [9023 "libc",9024 "rand_chacha 0.3.1",9025 "rand_core 0.6.4",9026]90279028[[package]]9029name = "rand_chacha"9030version = "0.2.2"9031source = "registry+https://github.com/rust-lang/crates.io-index"9032checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9033dependencies = [9034 "ppv-lite86",9035 "rand_core 0.5.1",9036]90379038[[package]]9039name = "rand_chacha"9040version = "0.3.1"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9043dependencies = [9044 "ppv-lite86",9045 "rand_core 0.6.4",9046]90479048[[package]]9049name = "rand_core"9050version = "0.5.1"9051source = "registry+https://github.com/rust-lang/crates.io-index"9052checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9053dependencies = [9054 "getrandom 0.1.16",9055]90569057[[package]]9058name = "rand_core"9059version = "0.6.4"9060source = "registry+https://github.com/rust-lang/crates.io-index"9061checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9062dependencies = [9063 "getrandom 0.2.8",9064]90659066[[package]]9067name = "rand_distr"9068version = "0.4.3"9069source = "registry+https://github.com/rust-lang/crates.io-index"9070checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9071dependencies = [9072 "num-traits",9073 "rand 0.8.5",9074]90759076[[package]]9077name = "rand_hc"9078version = "0.2.0"9079source = "registry+https://github.com/rust-lang/crates.io-index"9080checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9081dependencies = [9082 "rand_core 0.5.1",9083]90849085[[package]]9086name = "rand_pcg"9087version = "0.2.1"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9090dependencies = [9091 "rand_core 0.5.1",9092]90939094[[package]]9095name = "rand_pcg"9096version = "0.3.1"9097source = "registry+https://github.com/rust-lang/crates.io-index"9098checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9099dependencies = [9100 "rand_core 0.6.4",9101]91029103[[package]]9104name = "rawpointer"9105version = "0.2.1"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"91089109[[package]]9110name = "rayon"9111version = "1.6.1"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"9114dependencies = [9115 "either",9116 "rayon-core",9117]91189119[[package]]9120name = "rayon-core"9121version = "1.10.1"9122source = "registry+https://github.com/rust-lang/crates.io-index"9123checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9124dependencies = [9125 "crossbeam-channel",9126 "crossbeam-deque",9127 "crossbeam-utils",9128 "num_cpus",9129]91309131[[package]]9132name = "redox_syscall"9133version = "0.2.16"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9136dependencies = [9137 "bitflags",9138]91399140[[package]]9141name = "redox_users"9142version = "0.4.3"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9145dependencies = [9146 "getrandom 0.2.8",9147 "redox_syscall",9148 "thiserror",9149]91509151[[package]]9152name = "reed-solomon-novelpoly"9153version = "1.0.0"9154source = "registry+https://github.com/rust-lang/crates.io-index"9155checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9156dependencies = [9157 "derive_more",9158 "fs-err",9159 "itertools",9160 "static_init 0.5.2",9161 "thiserror",9162]91639164[[package]]9165name = "ref-cast"9166version = "1.0.14"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"9169dependencies = [9170 "ref-cast-impl",9171]91729173[[package]]9174name = "ref-cast-impl"9175version = "1.0.14"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"9178dependencies = [9179 "proc-macro2",9180 "quote",9181 "syn",9182]91839184[[package]]9185name = "regalloc2"9186version = "0.3.2"9187source = "registry+https://github.com/rust-lang/crates.io-index"9188checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9189dependencies = [9190 "fxhash",9191 "log",9192 "slice-group-by",9193 "smallvec",9194]91959196[[package]]9197name = "regex"9198version = "1.7.0"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9201dependencies = [9202 "aho-corasick",9203 "memchr",9204 "regex-syntax",9205]92069207[[package]]9208name = "regex-automata"9209version = "0.1.10"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9212dependencies = [9213 "regex-syntax",9214]92159216[[package]]9217name = "regex-syntax"9218version = "0.6.28"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"92219222[[package]]9223name = "remove_dir_all"9224version = "0.5.3"9225source = "registry+https://github.com/rust-lang/crates.io-index"9226checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9227dependencies = [9228 "winapi",9229]92309231[[package]]9232name = "resolv-conf"9233version = "0.7.0"9234source = "registry+https://github.com/rust-lang/crates.io-index"9235checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9236dependencies = [9237 "hostname",9238 "quick-error",9239]92409241[[package]]9242name = "rfc6979"9243version = "0.3.1"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9246dependencies = [9247 "crypto-bigint",9248 "hmac 0.12.1",9249 "zeroize",9250]92519252[[package]]9253name = "ring"9254version = "0.16.20"9255source = "registry+https://github.com/rust-lang/crates.io-index"9256checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9257dependencies = [9258 "cc",9259 "libc",9260 "once_cell",9261 "spin",9262 "untrusted",9263 "web-sys",9264 "winapi",9265]92669267[[package]]9268name = "ripemd"9269version = "0.1.3"9270source = "registry+https://github.com/rust-lang/crates.io-index"9271checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9272dependencies = [9273 "digest 0.10.6",9274]92759276[[package]]9277name = "rlp"9278version = "0.5.2"9279source = "registry+https://github.com/rust-lang/crates.io-index"9280checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9281dependencies = [9282 "bytes",9283 "rlp-derive",9284 "rustc-hex",9285]92869287[[package]]9288name = "rlp-derive"9289version = "0.1.0"9290source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9292dependencies = [9293 "proc-macro2",9294 "quote",9295 "syn",9296]92979298[[package]]9299name = "rmrk-rpc"9300version = "0.0.2"9301dependencies = [9302 "parity-scale-codec 2.3.1",9303 "rmrk-traits",9304 "serde",9305 "sp-api",9306 "sp-core",9307 "sp-runtime",9308 "sp-std",9309]93109311[[package]]9312name = "rmrk-traits"9313version = "0.1.0"9314dependencies = [9315 "parity-scale-codec 3.2.1",9316 "scale-info",9317 "serde",9318]93199320[[package]]9321name = "rocksdb"9322version = "0.19.0"9323source = "registry+https://github.com/rust-lang/crates.io-index"9324checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9325dependencies = [9326 "libc",9327 "librocksdb-sys",9328]93299330[[package]]9331name = "rococo-runtime"9332version = "0.9.36"9333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9334dependencies = [9335 "beefy-merkle-tree",9336 "frame-benchmarking",9337 "frame-executive",9338 "frame-support",9339 "frame-system",9340 "frame-system-benchmarking",9341 "frame-system-rpc-runtime-api",9342 "hex-literal",9343 "log",9344 "pallet-authority-discovery",9345 "pallet-authorship",9346 "pallet-babe",9347 "pallet-balances",9348 "pallet-beefy",9349 "pallet-beefy-mmr",9350 "pallet-bounties",9351 "pallet-child-bounties",9352 "pallet-collective",9353 "pallet-democracy",9354 "pallet-elections-phragmen",9355 "pallet-grandpa",9356 "pallet-identity",9357 "pallet-im-online",9358 "pallet-indices",9359 "pallet-membership",9360 "pallet-mmr",9361 "pallet-multisig",9362 "pallet-nis",9363 "pallet-offences",9364 "pallet-preimage",9365 "pallet-proxy",9366 "pallet-recovery",9367 "pallet-scheduler",9368 "pallet-session",9369 "pallet-society",9370 "pallet-staking",9371 "pallet-state-trie-migration",9372 "pallet-sudo",9373 "pallet-timestamp",9374 "pallet-tips",9375 "pallet-transaction-payment",9376 "pallet-transaction-payment-rpc-runtime-api",9377 "pallet-treasury",9378 "pallet-utility",9379 "pallet-vesting",9380 "pallet-xcm",9381 "pallet-xcm-benchmarks",9382 "parity-scale-codec 3.2.1",9383 "polkadot-parachain",9384 "polkadot-primitives",9385 "polkadot-runtime-common",9386 "polkadot-runtime-parachains",9387 "rococo-runtime-constants",9388 "scale-info",9389 "serde",9390 "serde_derive",9391 "smallvec",9392 "sp-api",9393 "sp-authority-discovery",9394 "sp-beefy",9395 "sp-block-builder",9396 "sp-consensus-babe",9397 "sp-core",9398 "sp-inherents",9399 "sp-io",9400 "sp-mmr-primitives",9401 "sp-offchain",9402 "sp-runtime",9403 "sp-session",9404 "sp-staking",9405 "sp-std",9406 "sp-transaction-pool",9407 "sp-version",9408 "static_assertions",9409 "substrate-wasm-builder",9410 "xcm",9411 "xcm-builder",9412 "xcm-executor",9413]94149415[[package]]9416name = "rococo-runtime-constants"9417version = "0.9.36"9418source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9419dependencies = [9420 "frame-support",9421 "polkadot-primitives",9422 "polkadot-runtime-common",9423 "smallvec",9424 "sp-core",9425 "sp-runtime",9426 "sp-weights",9427]94289429[[package]]9430name = "rpassword"9431version = "7.2.0"9432source = "registry+https://github.com/rust-lang/crates.io-index"9433checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9434dependencies = [9435 "libc",9436 "rtoolbox",9437 "winapi",9438]94399440[[package]]9441name = "rtnetlink"9442version = "0.10.1"9443source = "registry+https://github.com/rust-lang/crates.io-index"9444checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9445dependencies = [9446 "async-global-executor",9447 "futures 0.3.25",9448 "log",9449 "netlink-packet-route",9450 "netlink-proto",9451 "nix",9452 "thiserror",9453]94549455[[package]]9456name = "rtoolbox"9457version = "0.0.1"9458source = "registry+https://github.com/rust-lang/crates.io-index"9459checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9460dependencies = [9461 "libc",9462 "winapi",9463]94649465[[package]]9466name = "rustc-demangle"9467version = "0.1.21"9468source = "registry+https://github.com/rust-lang/crates.io-index"9469checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94709471[[package]]9472name = "rustc-hash"9473version = "1.1.0"9474source = "registry+https://github.com/rust-lang/crates.io-index"9475checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94769477[[package]]9478name = "rustc-hex"9479version = "2.1.0"9480source = "registry+https://github.com/rust-lang/crates.io-index"9481checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94829483[[package]]9484name = "rustc_version"9485version = "0.2.3"9486source = "registry+https://github.com/rust-lang/crates.io-index"9487checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9488dependencies = [9489 "semver 0.9.0",9490]94919492[[package]]9493name = "rustc_version"9494version = "0.4.0"9495source = "registry+https://github.com/rust-lang/crates.io-index"9496checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9497dependencies = [9498 "semver 1.0.16",9499]95009501[[package]]9502name = "rustix"9503version = "0.35.13"9504source = "registry+https://github.com/rust-lang/crates.io-index"9505checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9506dependencies = [9507 "bitflags",9508 "errno",9509 "io-lifetimes 0.7.5",9510 "libc",9511 "linux-raw-sys 0.0.46",9512 "windows-sys 0.42.0",9513]95149515[[package]]9516name = "rustix"9517version = "0.36.5"9518source = "registry+https://github.com/rust-lang/crates.io-index"9519checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9520dependencies = [9521 "bitflags",9522 "errno",9523 "io-lifetimes 1.0.3",9524 "libc",9525 "linux-raw-sys 0.1.4",9526 "windows-sys 0.42.0",9527]95289529[[package]]9530name = "rustls"9531version = "0.20.7"9532source = "registry+https://github.com/rust-lang/crates.io-index"9533checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9534dependencies = [9535 "log",9536 "ring",9537 "sct",9538 "webpki",9539]95409541[[package]]9542name = "rustls-native-certs"9543version = "0.6.2"9544source = "registry+https://github.com/rust-lang/crates.io-index"9545checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9546dependencies = [9547 "openssl-probe",9548 "rustls-pemfile",9549 "schannel",9550 "security-framework",9551]95529553[[package]]9554name = "rustls-pemfile"9555version = "1.0.1"9556source = "registry+https://github.com/rust-lang/crates.io-index"9557checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9558dependencies = [9559 "base64",9560]95619562[[package]]9563name = "rustversion"9564version = "1.0.11"9565source = "registry+https://github.com/rust-lang/crates.io-index"9566checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"95679568[[package]]9569name = "rw-stream-sink"9570version = "0.3.0"9571source = "registry+https://github.com/rust-lang/crates.io-index"9572checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9573dependencies = [9574 "futures 0.3.25",9575 "pin-project",9576 "static_assertions",9577]95789579[[package]]9580name = "ryu"9581version = "1.0.12"9582source = "registry+https://github.com/rust-lang/crates.io-index"9583checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"95849585[[package]]9586name = "safe-mix"9587version = "1.0.1"9588source = "registry+https://github.com/rust-lang/crates.io-index"9589checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9590dependencies = [9591 "rustc_version 0.2.3",9592]95939594[[package]]9595name = "same-file"9596version = "1.0.6"9597source = "registry+https://github.com/rust-lang/crates.io-index"9598checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9599dependencies = [9600 "winapi-util",9601]96029603[[package]]9604name = "sc-allocator"9605version = "4.1.0-dev"9606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9607dependencies = [9608 "log",9609 "sp-core",9610 "sp-wasm-interface",9611 "thiserror",9612]96139614[[package]]9615name = "sc-authority-discovery"9616version = "0.10.0-dev"9617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9618dependencies = [9619 "async-trait",9620 "futures 0.3.25",9621 "futures-timer",9622 "ip_network",9623 "libp2p",9624 "log",9625 "parity-scale-codec 3.2.1",9626 "prost",9627 "prost-build",9628 "rand 0.7.3",9629 "sc-client-api",9630 "sc-network-common",9631 "sp-api",9632 "sp-authority-discovery",9633 "sp-blockchain",9634 "sp-core",9635 "sp-keystore",9636 "sp-runtime",9637 "substrate-prometheus-endpoint",9638 "thiserror",9639]96409641[[package]]9642name = "sc-basic-authorship"9643version = "0.10.0-dev"9644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9645dependencies = [9646 "futures 0.3.25",9647 "futures-timer",9648 "log",9649 "parity-scale-codec 3.2.1",9650 "sc-block-builder",9651 "sc-client-api",9652 "sc-proposer-metrics",9653 "sc-telemetry",9654 "sc-transaction-pool-api",9655 "sp-api",9656 "sp-blockchain",9657 "sp-consensus",9658 "sp-core",9659 "sp-inherents",9660 "sp-runtime",9661 "substrate-prometheus-endpoint",9662]96639664[[package]]9665name = "sc-block-builder"9666version = "0.10.0-dev"9667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9668dependencies = [9669 "parity-scale-codec 3.2.1",9670 "sc-client-api",9671 "sp-api",9672 "sp-block-builder",9673 "sp-blockchain",9674 "sp-core",9675 "sp-inherents",9676 "sp-runtime",9677 "sp-state-machine",9678]96799680[[package]]9681name = "sc-chain-spec"9682version = "4.0.0-dev"9683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9684dependencies = [9685 "impl-trait-for-tuples",9686 "memmap2",9687 "parity-scale-codec 3.2.1",9688 "sc-chain-spec-derive",9689 "sc-network-common",9690 "sc-telemetry",9691 "serde",9692 "serde_json",9693 "sp-core",9694 "sp-runtime",9695]96969697[[package]]9698name = "sc-chain-spec-derive"9699version = "4.0.0-dev"9700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9701dependencies = [9702 "proc-macro-crate",9703 "proc-macro2",9704 "quote",9705 "syn",9706]97079708[[package]]9709name = "sc-cli"9710version = "0.10.0-dev"9711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9712dependencies = [9713 "array-bytes 4.2.0",9714 "chrono",9715 "clap",9716 "fdlimit",9717 "futures 0.3.25",9718 "libp2p",9719 "log",9720 "names",9721 "parity-scale-codec 3.2.1",9722 "rand 0.7.3",9723 "regex",9724 "rpassword",9725 "sc-client-api",9726 "sc-client-db",9727 "sc-keystore",9728 "sc-network",9729 "sc-network-common",9730 "sc-service",9731 "sc-telemetry",9732 "sc-tracing",9733 "sc-utils",9734 "serde",9735 "serde_json",9736 "sp-blockchain",9737 "sp-core",9738 "sp-keyring",9739 "sp-keystore",9740 "sp-panic-handler",9741 "sp-runtime",9742 "sp-version",9743 "thiserror",9744 "tiny-bip39",9745 "tokio",9746]97479748[[package]]9749name = "sc-client-api"9750version = "4.0.0-dev"9751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9752dependencies = [9753 "fnv",9754 "futures 0.3.25",9755 "hash-db",9756 "log",9757 "parity-scale-codec 3.2.1",9758 "parking_lot 0.12.1",9759 "sc-executor",9760 "sc-transaction-pool-api",9761 "sc-utils",9762 "sp-api",9763 "sp-blockchain",9764 "sp-consensus",9765 "sp-core",9766 "sp-database",9767 "sp-externalities",9768 "sp-keystore",9769 "sp-runtime",9770 "sp-state-machine",9771 "sp-storage",9772 "sp-trie",9773 "substrate-prometheus-endpoint",9774]97759776[[package]]9777name = "sc-client-db"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9780dependencies = [9781 "hash-db",9782 "kvdb",9783 "kvdb-memorydb",9784 "kvdb-rocksdb",9785 "linked-hash-map",9786 "log",9787 "parity-db",9788 "parity-scale-codec 3.2.1",9789 "parking_lot 0.12.1",9790 "sc-client-api",9791 "sc-state-db",9792 "sp-arithmetic",9793 "sp-blockchain",9794 "sp-core",9795 "sp-database",9796 "sp-runtime",9797 "sp-state-machine",9798 "sp-trie",9799]98009801[[package]]9802name = "sc-consensus"9803version = "0.10.0-dev"9804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9805dependencies = [9806 "async-trait",9807 "futures 0.3.25",9808 "futures-timer",9809 "libp2p",9810 "log",9811 "mockall",9812 "parking_lot 0.12.1",9813 "sc-client-api",9814 "sc-utils",9815 "serde",9816 "sp-api",9817 "sp-blockchain",9818 "sp-consensus",9819 "sp-core",9820 "sp-runtime",9821 "sp-state-machine",9822 "substrate-prometheus-endpoint",9823 "thiserror",9824]98259826[[package]]9827name = "sc-consensus-aura"9828version = "0.10.0-dev"9829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9830dependencies = [9831 "async-trait",9832 "futures 0.3.25",9833 "log",9834 "parity-scale-codec 3.2.1",9835 "sc-block-builder",9836 "sc-client-api",9837 "sc-consensus",9838 "sc-consensus-slots",9839 "sc-telemetry",9840 "sp-api",9841 "sp-application-crypto",9842 "sp-block-builder",9843 "sp-blockchain",9844 "sp-consensus",9845 "sp-consensus-aura",9846 "sp-consensus-slots",9847 "sp-core",9848 "sp-inherents",9849 "sp-keystore",9850 "sp-runtime",9851 "substrate-prometheus-endpoint",9852 "thiserror",9853]98549855[[package]]9856name = "sc-consensus-babe"9857version = "0.10.0-dev"9858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9859dependencies = [9860 "async-trait",9861 "fork-tree",9862 "futures 0.3.25",9863 "log",9864 "merlin",9865 "num-bigint",9866 "num-rational",9867 "num-traits",9868 "parity-scale-codec 3.2.1",9869 "parking_lot 0.12.1",9870 "sc-client-api",9871 "sc-consensus",9872 "sc-consensus-epochs",9873 "sc-consensus-slots",9874 "sc-keystore",9875 "sc-telemetry",9876 "schnorrkel",9877 "serde",9878 "sp-api",9879 "sp-application-crypto",9880 "sp-block-builder",9881 "sp-blockchain",9882 "sp-consensus",9883 "sp-consensus-babe",9884 "sp-consensus-slots",9885 "sp-consensus-vrf",9886 "sp-core",9887 "sp-inherents",9888 "sp-io",9889 "sp-keystore",9890 "sp-runtime",9891 "sp-version",9892 "substrate-prometheus-endpoint",9893 "thiserror",9894]98959896[[package]]9897name = "sc-consensus-babe-rpc"9898version = "0.10.0-dev"9899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9900dependencies = [9901 "futures 0.3.25",9902 "jsonrpsee",9903 "sc-consensus-babe",9904 "sc-consensus-epochs",9905 "sc-rpc-api",9906 "serde",9907 "sp-api",9908 "sp-application-crypto",9909 "sp-blockchain",9910 "sp-consensus",9911 "sp-consensus-babe",9912 "sp-core",9913 "sp-keystore",9914 "sp-runtime",9915 "thiserror",9916]99179918[[package]]9919name = "sc-consensus-epochs"9920version = "0.10.0-dev"9921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9922dependencies = [9923 "fork-tree",9924 "parity-scale-codec 3.2.1",9925 "sc-client-api",9926 "sc-consensus",9927 "sp-blockchain",9928 "sp-runtime",9929]99309931[[package]]9932name = "sc-consensus-manual-seal"9933version = "0.10.0-dev"9934source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9935dependencies = [9936 "assert_matches",9937 "async-trait",9938 "futures 0.3.25",9939 "jsonrpsee",9940 "log",9941 "parity-scale-codec 3.2.1",9942 "sc-client-api",9943 "sc-consensus",9944 "sc-consensus-aura",9945 "sc-consensus-babe",9946 "sc-consensus-epochs",9947 "sc-transaction-pool",9948 "sc-transaction-pool-api",9949 "serde",9950 "sp-api",9951 "sp-blockchain",9952 "sp-consensus",9953 "sp-consensus-aura",9954 "sp-consensus-babe",9955 "sp-consensus-slots",9956 "sp-core",9957 "sp-inherents",9958 "sp-keystore",9959 "sp-runtime",9960 "sp-timestamp",9961 "substrate-prometheus-endpoint",9962 "thiserror",9963]99649965[[package]]9966name = "sc-consensus-slots"9967version = "0.10.0-dev"9968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9969dependencies = [9970 "async-trait",9971 "futures 0.3.25",9972 "futures-timer",9973 "log",9974 "parity-scale-codec 3.2.1",9975 "sc-client-api",9976 "sc-consensus",9977 "sc-telemetry",9978 "sp-arithmetic",9979 "sp-blockchain",9980 "sp-consensus",9981 "sp-consensus-slots",9982 "sp-core",9983 "sp-inherents",9984 "sp-runtime",9985 "sp-state-machine",9986 "thiserror",9987]99889989[[package]]9990name = "sc-executor"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9993dependencies = [9994 "lru",9995 "parity-scale-codec 3.2.1",9996 "parking_lot 0.12.1",9997 "sc-executor-common",9998 "sc-executor-wasmi",9999 "sc-executor-wasmtime",10000 "sp-api",10001 "sp-core",10002 "sp-externalities",10003 "sp-io",10004 "sp-panic-handler",10005 "sp-runtime-interface",10006 "sp-trie",10007 "sp-version",10008 "sp-wasm-interface",10009 "tracing",10010 "wasmi",10011]1001210013[[package]]10014name = "sc-executor-common"10015version = "0.10.0-dev"10016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10017dependencies = [10018 "sc-allocator",10019 "sp-maybe-compressed-blob",10020 "sp-wasm-interface",10021 "thiserror",10022 "wasm-instrument",10023 "wasmi",10024]1002510026[[package]]10027name = "sc-executor-wasmi"10028version = "0.10.0-dev"10029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10030dependencies = [10031 "log",10032 "sc-allocator",10033 "sc-executor-common",10034 "sp-runtime-interface",10035 "sp-wasm-interface",10036 "wasmi",10037]1003810039[[package]]10040name = "sc-executor-wasmtime"10041version = "0.10.0-dev"10042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10043dependencies = [10044 "cfg-if",10045 "libc",10046 "log",10047 "once_cell",10048 "rustix 0.35.13",10049 "sc-allocator",10050 "sc-executor-common",10051 "sp-runtime-interface",10052 "sp-wasm-interface",10053 "wasmtime",10054]1005510056[[package]]10057name = "sc-finality-grandpa"10058version = "0.10.0-dev"10059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10060dependencies = [10061 "ahash",10062 "array-bytes 4.2.0",10063 "async-trait",10064 "dyn-clone",10065 "finality-grandpa",10066 "fork-tree",10067 "futures 0.3.25",10068 "futures-timer",10069 "log",10070 "parity-scale-codec 3.2.1",10071 "parking_lot 0.12.1",10072 "rand 0.8.5",10073 "sc-block-builder",10074 "sc-chain-spec",10075 "sc-client-api",10076 "sc-consensus",10077 "sc-keystore",10078 "sc-network",10079 "sc-network-common",10080 "sc-network-gossip",10081 "sc-telemetry",10082 "sc-utils",10083 "serde_json",10084 "sp-api",10085 "sp-application-crypto",10086 "sp-arithmetic",10087 "sp-blockchain",10088 "sp-consensus",10089 "sp-core",10090 "sp-finality-grandpa",10091 "sp-keystore",10092 "sp-runtime",10093 "substrate-prometheus-endpoint",10094 "thiserror",10095]1009610097[[package]]10098name = "sc-finality-grandpa-rpc"10099version = "0.10.0-dev"10100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10101dependencies = [10102 "finality-grandpa",10103 "futures 0.3.25",10104 "jsonrpsee",10105 "log",10106 "parity-scale-codec 3.2.1",10107 "sc-client-api",10108 "sc-finality-grandpa",10109 "sc-rpc",10110 "serde",10111 "serde_json",10112 "sp-blockchain",10113 "sp-core",10114 "sp-runtime",10115 "thiserror",10116]1011710118[[package]]10119name = "sc-informant"10120version = "0.10.0-dev"10121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10122dependencies = [10123 "ansi_term",10124 "futures 0.3.25",10125 "futures-timer",10126 "log",10127 "sc-client-api",10128 "sc-network-common",10129 "sc-transaction-pool-api",10130 "sp-blockchain",10131 "sp-runtime",10132]1013310134[[package]]10135name = "sc-keystore"10136version = "4.0.0-dev"10137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10138dependencies = [10139 "array-bytes 4.2.0",10140 "async-trait",10141 "parking_lot 0.12.1",10142 "serde_json",10143 "sp-application-crypto",10144 "sp-core",10145 "sp-keystore",10146 "thiserror",10147]1014810149[[package]]10150name = "sc-network"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10153dependencies = [10154 "array-bytes 4.2.0",10155 "async-trait",10156 "asynchronous-codec",10157 "bitflags",10158 "bytes",10159 "cid",10160 "either",10161 "fnv",10162 "fork-tree",10163 "futures 0.3.25",10164 "futures-timer",10165 "ip_network",10166 "libp2p",10167 "linked-hash-map",10168 "linked_hash_set",10169 "log",10170 "lru",10171 "parity-scale-codec 3.2.1",10172 "parking_lot 0.12.1",10173 "pin-project",10174 "prost",10175 "rand 0.7.3",10176 "sc-block-builder",10177 "sc-client-api",10178 "sc-consensus",10179 "sc-network-common",10180 "sc-peerset",10181 "sc-utils",10182 "serde",10183 "serde_json",10184 "smallvec",10185 "sp-arithmetic",10186 "sp-blockchain",10187 "sp-consensus",10188 "sp-core",10189 "sp-runtime",10190 "substrate-prometheus-endpoint",10191 "thiserror",10192 "unsigned-varint",10193 "zeroize",10194]1019510196[[package]]10197name = "sc-network-bitswap"10198version = "0.10.0-dev"10199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10200dependencies = [10201 "cid",10202 "futures 0.3.25",10203 "libp2p",10204 "log",10205 "prost",10206 "prost-build",10207 "sc-client-api",10208 "sc-network-common",10209 "sp-blockchain",10210 "sp-runtime",10211 "thiserror",10212 "unsigned-varint",10213 "void",10214]1021510216[[package]]10217name = "sc-network-common"10218version = "0.10.0-dev"10219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10220dependencies = [10221 "async-trait",10222 "bitflags",10223 "bytes",10224 "futures 0.3.25",10225 "futures-timer",10226 "libp2p",10227 "linked_hash_set",10228 "parity-scale-codec 3.2.1",10229 "prost-build",10230 "sc-consensus",10231 "sc-peerset",10232 "serde",10233 "smallvec",10234 "sp-blockchain",10235 "sp-consensus",10236 "sp-finality-grandpa",10237 "sp-runtime",10238 "substrate-prometheus-endpoint",10239 "thiserror",10240]1024110242[[package]]10243name = "sc-network-gossip"10244version = "0.10.0-dev"10245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10246dependencies = [10247 "ahash",10248 "futures 0.3.25",10249 "futures-timer",10250 "libp2p",10251 "log",10252 "lru",10253 "sc-network-common",10254 "sc-peerset",10255 "sp-runtime",10256 "substrate-prometheus-endpoint",10257 "tracing",10258]1025910260[[package]]10261name = "sc-network-light"10262version = "0.10.0-dev"10263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10264dependencies = [10265 "array-bytes 4.2.0",10266 "futures 0.3.25",10267 "libp2p",10268 "log",10269 "parity-scale-codec 3.2.1",10270 "prost",10271 "prost-build",10272 "sc-client-api",10273 "sc-network-common",10274 "sc-peerset",10275 "sp-blockchain",10276 "sp-core",10277 "sp-runtime",10278 "thiserror",10279]1028010281[[package]]10282name = "sc-network-sync"10283version = "0.10.0-dev"10284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10285dependencies = [10286 "array-bytes 4.2.0",10287 "async-trait",10288 "fork-tree",10289 "futures 0.3.25",10290 "libp2p",10291 "log",10292 "lru",10293 "mockall",10294 "parity-scale-codec 3.2.1",10295 "prost",10296 "prost-build",10297 "sc-client-api",10298 "sc-consensus",10299 "sc-network-common",10300 "sc-peerset",10301 "sc-utils",10302 "smallvec",10303 "sp-arithmetic",10304 "sp-blockchain",10305 "sp-consensus",10306 "sp-core",10307 "sp-finality-grandpa",10308 "sp-runtime",10309 "substrate-prometheus-endpoint",10310 "thiserror",10311]1031210313[[package]]10314name = "sc-network-transactions"10315version = "0.10.0-dev"10316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10317dependencies = [10318 "array-bytes 4.2.0",10319 "futures 0.3.25",10320 "hex",10321 "libp2p",10322 "log",10323 "parity-scale-codec 3.2.1",10324 "pin-project",10325 "sc-network-common",10326 "sc-peerset",10327 "sp-consensus",10328 "sp-runtime",10329 "substrate-prometheus-endpoint",10330]1033110332[[package]]10333name = "sc-offchain"10334version = "4.0.0-dev"10335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10336dependencies = [10337 "array-bytes 4.2.0",10338 "bytes",10339 "fnv",10340 "futures 0.3.25",10341 "futures-timer",10342 "hyper",10343 "hyper-rustls",10344 "libp2p",10345 "num_cpus",10346 "once_cell",10347 "parity-scale-codec 3.2.1",10348 "parking_lot 0.12.1",10349 "rand 0.7.3",10350 "sc-client-api",10351 "sc-network-common",10352 "sc-peerset",10353 "sc-utils",10354 "sp-api",10355 "sp-core",10356 "sp-offchain",10357 "sp-runtime",10358 "threadpool",10359 "tracing",10360]1036110362[[package]]10363name = "sc-peerset"10364version = "4.0.0-dev"10365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10366dependencies = [10367 "futures 0.3.25",10368 "libp2p",10369 "log",10370 "sc-utils",10371 "serde_json",10372 "wasm-timer",10373]1037410375[[package]]10376name = "sc-proposer-metrics"10377version = "0.10.0-dev"10378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10379dependencies = [10380 "log",10381 "substrate-prometheus-endpoint",10382]1038310384[[package]]10385name = "sc-rpc"10386version = "4.0.0-dev"10387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10388dependencies = [10389 "futures 0.3.25",10390 "hash-db",10391 "jsonrpsee",10392 "log",10393 "parity-scale-codec 3.2.1",10394 "parking_lot 0.12.1",10395 "sc-block-builder",10396 "sc-chain-spec",10397 "sc-client-api",10398 "sc-rpc-api",10399 "sc-tracing",10400 "sc-transaction-pool-api",10401 "sc-utils",10402 "serde_json",10403 "sp-api",10404 "sp-blockchain",10405 "sp-core",10406 "sp-keystore",10407 "sp-offchain",10408 "sp-rpc",10409 "sp-runtime",10410 "sp-session",10411 "sp-version",10412]1041310414[[package]]10415name = "sc-rpc-api"10416version = "0.10.0-dev"10417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10418dependencies = [10419 "futures 0.3.25",10420 "jsonrpsee",10421 "log",10422 "parity-scale-codec 3.2.1",10423 "parking_lot 0.12.1",10424 "sc-chain-spec",10425 "sc-transaction-pool-api",10426 "scale-info",10427 "serde",10428 "serde_json",10429 "sp-core",10430 "sp-rpc",10431 "sp-runtime",10432 "sp-tracing",10433 "sp-version",10434 "thiserror",10435]1043610437[[package]]10438name = "sc-rpc-server"10439version = "4.0.0-dev"10440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10441dependencies = [10442 "futures 0.3.25",10443 "http",10444 "jsonrpsee",10445 "log",10446 "serde_json",10447 "substrate-prometheus-endpoint",10448 "tokio",10449 "tower",10450 "tower-http",10451]1045210453[[package]]10454name = "sc-rpc-spec-v2"10455version = "0.10.0-dev"10456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10457dependencies = [10458 "futures 0.3.25",10459 "hex",10460 "jsonrpsee",10461 "parity-scale-codec 3.2.1",10462 "sc-chain-spec",10463 "sc-transaction-pool-api",10464 "serde",10465 "sp-api",10466 "sp-blockchain",10467 "sp-core",10468 "sp-runtime",10469 "thiserror",10470]1047110472[[package]]10473name = "sc-service"10474version = "0.10.0-dev"10475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10476dependencies = [10477 "async-trait",10478 "directories",10479 "exit-future",10480 "futures 0.3.25",10481 "futures-timer",10482 "hash-db",10483 "jsonrpsee",10484 "log",10485 "parity-scale-codec 3.2.1",10486 "parking_lot 0.12.1",10487 "pin-project",10488 "rand 0.7.3",10489 "sc-block-builder",10490 "sc-chain-spec",10491 "sc-client-api",10492 "sc-client-db",10493 "sc-consensus",10494 "sc-executor",10495 "sc-informant",10496 "sc-keystore",10497 "sc-network",10498 "sc-network-bitswap",10499 "sc-network-common",10500 "sc-network-light",10501 "sc-network-sync",10502 "sc-network-transactions",10503 "sc-offchain",10504 "sc-rpc",10505 "sc-rpc-server",10506 "sc-rpc-spec-v2",10507 "sc-sysinfo",10508 "sc-telemetry",10509 "sc-tracing",10510 "sc-transaction-pool",10511 "sc-transaction-pool-api",10512 "sc-utils",10513 "serde",10514 "serde_json",10515 "sp-api",10516 "sp-application-crypto",10517 "sp-block-builder",10518 "sp-blockchain",10519 "sp-consensus",10520 "sp-core",10521 "sp-externalities",10522 "sp-inherents",10523 "sp-keystore",10524 "sp-runtime",10525 "sp-session",10526 "sp-state-machine",10527 "sp-storage",10528 "sp-tracing",10529 "sp-transaction-pool",10530 "sp-transaction-storage-proof",10531 "sp-trie",10532 "sp-version",10533 "static_init 1.0.3",10534 "substrate-prometheus-endpoint",10535 "tempfile",10536 "thiserror",10537 "tokio",10538 "tracing",10539 "tracing-futures",10540]1054110542[[package]]10543name = "sc-state-db"10544version = "0.10.0-dev"10545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10546dependencies = [10547 "log",10548 "parity-scale-codec 3.2.1",10549 "parking_lot 0.12.1",10550 "sc-client-api",10551 "sp-core",10552]1055310554[[package]]10555name = "sc-sync-state-rpc"10556version = "0.10.0-dev"10557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10558dependencies = [10559 "jsonrpsee",10560 "parity-scale-codec 3.2.1",10561 "sc-chain-spec",10562 "sc-client-api",10563 "sc-consensus-babe",10564 "sc-consensus-epochs",10565 "sc-finality-grandpa",10566 "serde",10567 "serde_json",10568 "sp-blockchain",10569 "sp-runtime",10570 "thiserror",10571]1057210573[[package]]10574name = "sc-sysinfo"10575version = "6.0.0-dev"10576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10577dependencies = [10578 "futures 0.3.25",10579 "libc",10580 "log",10581 "rand 0.7.3",10582 "rand_pcg 0.2.1",10583 "regex",10584 "sc-telemetry",10585 "serde",10586 "serde_json",10587 "sp-core",10588 "sp-io",10589 "sp-std",10590]1059110592[[package]]10593name = "sc-telemetry"10594version = "4.0.0-dev"10595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10596dependencies = [10597 "chrono",10598 "futures 0.3.25",10599 "libp2p",10600 "log",10601 "parking_lot 0.12.1",10602 "pin-project",10603 "rand 0.7.3",10604 "serde",10605 "serde_json",10606 "thiserror",10607 "wasm-timer",10608]1060910610[[package]]10611name = "sc-tracing"10612version = "4.0.0-dev"10613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10614dependencies = [10615 "ansi_term",10616 "atty",10617 "chrono",10618 "lazy_static",10619 "libc",10620 "log",10621 "once_cell",10622 "parking_lot 0.12.1",10623 "regex",10624 "rustc-hash",10625 "sc-client-api",10626 "sc-rpc-server",10627 "sc-tracing-proc-macro",10628 "serde",10629 "sp-api",10630 "sp-blockchain",10631 "sp-core",10632 "sp-rpc",10633 "sp-runtime",10634 "sp-tracing",10635 "thiserror",10636 "tracing",10637 "tracing-log",10638 "tracing-subscriber",10639]1064010641[[package]]10642name = "sc-tracing-proc-macro"10643version = "4.0.0-dev"10644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10645dependencies = [10646 "proc-macro-crate",10647 "proc-macro2",10648 "quote",10649 "syn",10650]1065110652[[package]]10653name = "sc-transaction-pool"10654version = "4.0.0-dev"10655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10656dependencies = [10657 "async-trait",10658 "futures 0.3.25",10659 "futures-timer",10660 "linked-hash-map",10661 "log",10662 "parity-scale-codec 3.2.1",10663 "parking_lot 0.12.1",10664 "sc-client-api",10665 "sc-transaction-pool-api",10666 "sc-utils",10667 "serde",10668 "sp-api",10669 "sp-blockchain",10670 "sp-core",10671 "sp-runtime",10672 "sp-tracing",10673 "sp-transaction-pool",10674 "substrate-prometheus-endpoint",10675 "thiserror",10676]1067710678[[package]]10679name = "sc-transaction-pool-api"10680version = "4.0.0-dev"10681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10682dependencies = [10683 "async-trait",10684 "futures 0.3.25",10685 "log",10686 "serde",10687 "sp-blockchain",10688 "sp-runtime",10689 "thiserror",10690]1069110692[[package]]10693name = "sc-utils"10694version = "4.0.0-dev"10695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10696dependencies = [10697 "futures 0.3.25",10698 "futures-timer",10699 "lazy_static",10700 "log",10701 "parking_lot 0.12.1",10702 "prometheus",10703]1070410705[[package]]10706name = "scale-info"10707version = "2.3.1"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10710dependencies = [10711 "bitvec 1.0.1",10712 "cfg-if",10713 "derive_more",10714 "parity-scale-codec 3.2.1",10715 "scale-info-derive",10716 "serde",10717]1071810719[[package]]10720name = "scale-info-derive"10721version = "2.3.1"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"10724dependencies = [10725 "proc-macro-crate",10726 "proc-macro2",10727 "quote",10728 "syn",10729]1073010731[[package]]10732name = "schannel"10733version = "0.1.20"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10736dependencies = [10737 "lazy_static",10738 "windows-sys 0.36.1",10739]1074010741[[package]]10742name = "schnorrkel"10743version = "0.9.1"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10746dependencies = [10747 "arrayref",10748 "arrayvec 0.5.2",10749 "curve25519-dalek 2.1.3",10750 "getrandom 0.1.16",10751 "merlin",10752 "rand 0.7.3",10753 "rand_core 0.5.1",10754 "sha2 0.8.2",10755 "subtle",10756 "zeroize",10757]1075810759[[package]]10760name = "scopeguard"10761version = "1.1.0"10762source = "registry+https://github.com/rust-lang/crates.io-index"10763checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1076410765[[package]]10766name = "scratch"10767version = "1.0.3"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"1077010771[[package]]10772name = "sct"10773version = "0.7.0"10774source = "registry+https://github.com/rust-lang/crates.io-index"10775checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10776dependencies = [10777 "ring",10778 "untrusted",10779]1078010781[[package]]10782name = "sec1"10783version = "0.3.0"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10786dependencies = [10787 "base16ct",10788 "der",10789 "generic-array 0.14.6",10790 "pkcs8",10791 "subtle",10792 "zeroize",10793]1079410795[[package]]10796name = "secp256k1"10797version = "0.24.2"10798source = "registry+https://github.com/rust-lang/crates.io-index"10799checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"10800dependencies = [10801 "secp256k1-sys",10802]1080310804[[package]]10805name = "secp256k1-sys"10806version = "0.6.1"10807source = "registry+https://github.com/rust-lang/crates.io-index"10808checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10809dependencies = [10810 "cc",10811]1081210813[[package]]10814name = "secrecy"10815version = "0.8.0"10816source = "registry+https://github.com/rust-lang/crates.io-index"10817checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10818dependencies = [10819 "zeroize",10820]1082110822[[package]]10823name = "security-framework"10824version = "2.7.0"10825source = "registry+https://github.com/rust-lang/crates.io-index"10826checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10827dependencies = [10828 "bitflags",10829 "core-foundation",10830 "core-foundation-sys",10831 "libc",10832 "security-framework-sys",10833]1083410835[[package]]10836name = "security-framework-sys"10837version = "2.6.1"10838source = "registry+https://github.com/rust-lang/crates.io-index"10839checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10840dependencies = [10841 "core-foundation-sys",10842 "libc",10843]1084410845[[package]]10846name = "semver"10847version = "0.6.0"10848source = "registry+https://github.com/rust-lang/crates.io-index"10849checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10850dependencies = [10851 "semver-parser",10852]1085310854[[package]]10855name = "semver"10856version = "0.9.0"10857source = "registry+https://github.com/rust-lang/crates.io-index"10858checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10859dependencies = [10860 "semver-parser",10861]1086210863[[package]]10864name = "semver"10865version = "1.0.16"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"10868dependencies = [10869 "serde",10870]1087110872[[package]]10873name = "semver-parser"10874version = "0.7.0"10875source = "registry+https://github.com/rust-lang/crates.io-index"10876checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1087710878[[package]]10879name = "serde"10880version = "1.0.151"10881source = "registry+https://github.com/rust-lang/crates.io-index"10882checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"10883dependencies = [10884 "serde_derive",10885]1088610887[[package]]10888name = "serde_derive"10889version = "1.0.151"10890source = "registry+https://github.com/rust-lang/crates.io-index"10891checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"10892dependencies = [10893 "proc-macro2",10894 "quote",10895 "syn",10896]1089710898[[package]]10899name = "serde_json"10900version = "1.0.91"10901source = "registry+https://github.com/rust-lang/crates.io-index"10902checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"10903dependencies = [10904 "itoa",10905 "ryu",10906 "serde",10907]1090810909[[package]]10910name = "serde_nanos"10911version = "0.1.2"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10914dependencies = [10915 "serde",10916]1091710918[[package]]10919name = "sha-1"10920version = "0.9.8"10921source = "registry+https://github.com/rust-lang/crates.io-index"10922checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10923dependencies = [10924 "block-buffer 0.9.0",10925 "cfg-if",10926 "cpufeatures",10927 "digest 0.9.0",10928 "opaque-debug 0.3.0",10929]1093010931[[package]]10932name = "sha1"10933version = "0.10.5"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10936dependencies = [10937 "cfg-if",10938 "cpufeatures",10939 "digest 0.10.6",10940]1094110942[[package]]10943name = "sha2"10944version = "0.8.2"10945source = "registry+https://github.com/rust-lang/crates.io-index"10946checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10947dependencies = [10948 "block-buffer 0.7.3",10949 "digest 0.8.1",10950 "fake-simd",10951 "opaque-debug 0.2.3",10952]1095310954[[package]]10955name = "sha2"10956version = "0.9.9"10957source = "registry+https://github.com/rust-lang/crates.io-index"10958checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10959dependencies = [10960 "block-buffer 0.9.0",10961 "cfg-if",10962 "cpufeatures",10963 "digest 0.9.0",10964 "opaque-debug 0.3.0",10965]1096610967[[package]]10968name = "sha2"10969version = "0.10.6"10970source = "registry+https://github.com/rust-lang/crates.io-index"10971checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10972dependencies = [10973 "cfg-if",10974 "cpufeatures",10975 "digest 0.10.6",10976]1097710978[[package]]10979name = "sha3"10980version = "0.8.2"10981source = "registry+https://github.com/rust-lang/crates.io-index"10982checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10983dependencies = [10984 "block-buffer 0.7.3",10985 "byte-tools",10986 "digest 0.8.1",10987 "keccak",10988 "opaque-debug 0.2.3",10989]1099010991[[package]]10992name = "sha3"10993version = "0.10.6"10994source = "registry+https://github.com/rust-lang/crates.io-index"10995checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10996dependencies = [10997 "digest 0.10.6",10998 "keccak",10999]1100011001[[package]]11002name = "sha3-const"11003version = "0.1.1"11004source = "registry+https://github.com/rust-lang/crates.io-index"11005checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1100611007[[package]]11008name = "sharded-slab"11009version = "0.1.4"11010source = "registry+https://github.com/rust-lang/crates.io-index"11011checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11012dependencies = [11013 "lazy_static",11014]1101511016[[package]]11017name = "shlex"11018version = "1.1.0"11019source = "registry+https://github.com/rust-lang/crates.io-index"11020checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1102111022[[package]]11023name = "signal-hook"11024version = "0.3.14"11025source = "registry+https://github.com/rust-lang/crates.io-index"11026checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"11027dependencies = [11028 "libc",11029 "signal-hook-registry",11030]1103111032[[package]]11033name = "signal-hook-registry"11034version = "1.4.0"11035source = "registry+https://github.com/rust-lang/crates.io-index"11036checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11037dependencies = [11038 "libc",11039]1104011041[[package]]11042name = "signature"11043version = "1.6.4"11044source = "registry+https://github.com/rust-lang/crates.io-index"11045checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11046dependencies = [11047 "digest 0.10.6",11048 "rand_core 0.6.4",11049]1105011051[[package]]11052name = "simba"11053version = "0.5.1"11054source = "registry+https://github.com/rust-lang/crates.io-index"11055checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11056dependencies = [11057 "approx",11058 "num-complex",11059 "num-traits",11060 "paste",11061]1106211063[[package]]11064name = "similar"11065version = "2.2.1"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11068dependencies = [11069 "bstr",11070 "unicode-segmentation",11071]1107211073[[package]]11074name = "similar-asserts"11075version = "1.4.2"11076source = "registry+https://github.com/rust-lang/crates.io-index"11077checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11078dependencies = [11079 "console",11080 "similar",11081]1108211083[[package]]11084name = "slab"11085version = "0.4.7"11086source = "registry+https://github.com/rust-lang/crates.io-index"11087checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11088dependencies = [11089 "autocfg",11090]1109111092[[package]]11093name = "slice-group-by"11094version = "0.3.0"11095source = "registry+https://github.com/rust-lang/crates.io-index"11096checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1109711098[[package]]11099name = "slot-range-helper"11100version = "0.9.36"11101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11102dependencies = [11103 "enumn",11104 "parity-scale-codec 3.2.1",11105 "paste",11106 "sp-runtime",11107 "sp-std",11108]1110911110[[package]]11111name = "slotmap"11112version = "1.0.6"11113source = "registry+https://github.com/rust-lang/crates.io-index"11114checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11115dependencies = [11116 "version_check",11117]1111811119[[package]]11120name = "smallvec"11121version = "1.10.0"11122source = "registry+https://github.com/rust-lang/crates.io-index"11123checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1112411125[[package]]11126name = "snap"11127version = "1.1.0"11128source = "registry+https://github.com/rust-lang/crates.io-index"11129checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1113011131[[package]]11132name = "snow"11133version = "0.9.0"11134source = "registry+https://github.com/rust-lang/crates.io-index"11135checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11136dependencies = [11137 "aes-gcm",11138 "blake2",11139 "chacha20poly1305",11140 "curve25519-dalek 4.0.0-pre.5",11141 "rand_core 0.6.4",11142 "ring",11143 "rustc_version 0.4.0",11144 "sha2 0.10.6",11145 "subtle",11146]1114711148[[package]]11149name = "socket2"11150version = "0.4.7"11151source = "registry+https://github.com/rust-lang/crates.io-index"11152checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11153dependencies = [11154 "libc",11155 "winapi",11156]1115711158[[package]]11159name = "soketto"11160version = "0.7.1"11161source = "registry+https://github.com/rust-lang/crates.io-index"11162checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11163dependencies = [11164 "base64",11165 "bytes",11166 "flate2",11167 "futures 0.3.25",11168 "http",11169 "httparse",11170 "log",11171 "rand 0.8.5",11172 "sha-1",11173]1117411175[[package]]11176name = "sp-api"11177version = "4.0.0-dev"11178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11179dependencies = [11180 "hash-db",11181 "log",11182 "parity-scale-codec 3.2.1",11183 "sp-api-proc-macro",11184 "sp-core",11185 "sp-runtime",11186 "sp-state-machine",11187 "sp-std",11188 "sp-trie",11189 "sp-version",11190 "thiserror",11191]1119211193[[package]]11194name = "sp-api-proc-macro"11195version = "4.0.0-dev"11196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11197dependencies = [11198 "blake2",11199 "proc-macro-crate",11200 "proc-macro2",11201 "quote",11202 "syn",11203]1120411205[[package]]11206name = "sp-application-crypto"11207version = "7.0.0"11208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11209dependencies = [11210 "parity-scale-codec 3.2.1",11211 "scale-info",11212 "serde",11213 "sp-core",11214 "sp-io",11215 "sp-std",11216]1121711218[[package]]11219name = "sp-arithmetic"11220version = "6.0.0"11221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11222dependencies = [11223 "integer-sqrt",11224 "num-traits",11225 "parity-scale-codec 3.2.1",11226 "scale-info",11227 "serde",11228 "sp-debug-derive",11229 "sp-std",11230 "static_assertions",11231]1123211233[[package]]11234name = "sp-authority-discovery"11235version = "4.0.0-dev"11236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11237dependencies = [11238 "parity-scale-codec 3.2.1",11239 "scale-info",11240 "sp-api",11241 "sp-application-crypto",11242 "sp-runtime",11243 "sp-std",11244]1124511246[[package]]11247name = "sp-authorship"11248version = "4.0.0-dev"11249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11250dependencies = [11251 "async-trait",11252 "parity-scale-codec 3.2.1",11253 "sp-inherents",11254 "sp-runtime",11255 "sp-std",11256]1125711258[[package]]11259name = "sp-beefy"11260version = "4.0.0-dev"11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11262dependencies = [11263 "parity-scale-codec 3.2.1",11264 "scale-info",11265 "serde",11266 "sp-api",11267 "sp-application-crypto",11268 "sp-core",11269 "sp-io",11270 "sp-mmr-primitives",11271 "sp-runtime",11272 "sp-std",11273]1127411275[[package]]11276name = "sp-block-builder"11277version = "4.0.0-dev"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11279dependencies = [11280 "parity-scale-codec 3.2.1",11281 "sp-api",11282 "sp-inherents",11283 "sp-runtime",11284 "sp-std",11285]1128611287[[package]]11288name = "sp-blockchain"11289version = "4.0.0-dev"11290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11291dependencies = [11292 "futures 0.3.25",11293 "log",11294 "lru",11295 "parity-scale-codec 3.2.1",11296 "parking_lot 0.12.1",11297 "sp-api",11298 "sp-consensus",11299 "sp-database",11300 "sp-runtime",11301 "sp-state-machine",11302 "thiserror",11303]1130411305[[package]]11306name = "sp-consensus"11307version = "0.10.0-dev"11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11309dependencies = [11310 "async-trait",11311 "futures 0.3.25",11312 "futures-timer",11313 "log",11314 "parity-scale-codec 3.2.1",11315 "sp-core",11316 "sp-inherents",11317 "sp-runtime",11318 "sp-state-machine",11319 "sp-std",11320 "sp-version",11321 "thiserror",11322]1132311324[[package]]11325name = "sp-consensus-aura"11326version = "0.10.0-dev"11327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11328dependencies = [11329 "async-trait",11330 "parity-scale-codec 3.2.1",11331 "scale-info",11332 "sp-api",11333 "sp-application-crypto",11334 "sp-consensus",11335 "sp-consensus-slots",11336 "sp-inherents",11337 "sp-runtime",11338 "sp-std",11339 "sp-timestamp",11340]1134111342[[package]]11343name = "sp-consensus-babe"11344version = "0.10.0-dev"11345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11346dependencies = [11347 "async-trait",11348 "merlin",11349 "parity-scale-codec 3.2.1",11350 "scale-info",11351 "serde",11352 "sp-api",11353 "sp-application-crypto",11354 "sp-consensus",11355 "sp-consensus-slots",11356 "sp-consensus-vrf",11357 "sp-core",11358 "sp-inherents",11359 "sp-keystore",11360 "sp-runtime",11361 "sp-std",11362 "sp-timestamp",11363]1136411365[[package]]11366name = "sp-consensus-slots"11367version = "0.10.0-dev"11368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11369dependencies = [11370 "parity-scale-codec 3.2.1",11371 "scale-info",11372 "serde",11373 "sp-arithmetic",11374 "sp-runtime",11375 "sp-std",11376 "sp-timestamp",11377]1137811379[[package]]11380name = "sp-consensus-vrf"11381version = "0.10.0-dev"11382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11383dependencies = [11384 "parity-scale-codec 3.2.1",11385 "scale-info",11386 "schnorrkel",11387 "sp-core",11388 "sp-runtime",11389 "sp-std",11390]1139111392[[package]]11393name = "sp-core"11394version = "7.0.0"11395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11396dependencies = [11397 "array-bytes 4.2.0",11398 "base58",11399 "bitflags",11400 "blake2",11401 "byteorder",11402 "dyn-clonable",11403 "ed25519-zebra",11404 "futures 0.3.25",11405 "hash-db",11406 "hash256-std-hasher",11407 "impl-serde",11408 "lazy_static",11409 "libsecp256k1",11410 "log",11411 "merlin",11412 "num-traits",11413 "parity-scale-codec 3.2.1",11414 "parking_lot 0.12.1",11415 "primitive-types 0.12.1",11416 "rand 0.7.3",11417 "regex",11418 "scale-info",11419 "schnorrkel",11420 "secp256k1",11421 "secrecy",11422 "serde",11423 "sp-core-hashing",11424 "sp-debug-derive",11425 "sp-externalities",11426 "sp-runtime-interface",11427 "sp-std",11428 "sp-storage",11429 "ss58-registry",11430 "substrate-bip39",11431 "thiserror",11432 "tiny-bip39",11433 "wasmi",11434 "zeroize",11435]1143611437[[package]]11438name = "sp-core-hashing"11439version = "5.0.0"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11441dependencies = [11442 "blake2",11443 "byteorder",11444 "digest 0.10.6",11445 "sha2 0.10.6",11446 "sha3 0.10.6",11447 "sp-std",11448 "twox-hash",11449]1145011451[[package]]11452name = "sp-core-hashing-proc-macro"11453version = "5.0.0"11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11455dependencies = [11456 "proc-macro2",11457 "quote",11458 "sp-core-hashing",11459 "syn",11460]1146111462[[package]]11463name = "sp-database"11464version = "4.0.0-dev"11465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11466dependencies = [11467 "kvdb",11468 "parking_lot 0.12.1",11469]1147011471[[package]]11472name = "sp-debug-derive"11473version = "5.0.0"11474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11475dependencies = [11476 "proc-macro2",11477 "quote",11478 "syn",11479]1148011481[[package]]11482name = "sp-externalities"11483version = "0.13.0"11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11485dependencies = [11486 "environmental",11487 "parity-scale-codec 3.2.1",11488 "sp-std",11489 "sp-storage",11490]1149111492[[package]]11493name = "sp-finality-grandpa"11494version = "4.0.0-dev"11495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11496dependencies = [11497 "finality-grandpa",11498 "log",11499 "parity-scale-codec 3.2.1",11500 "scale-info",11501 "serde",11502 "sp-api",11503 "sp-application-crypto",11504 "sp-core",11505 "sp-keystore",11506 "sp-runtime",11507 "sp-std",11508]1150911510[[package]]11511name = "sp-inherents"11512version = "4.0.0-dev"11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11514dependencies = [11515 "async-trait",11516 "impl-trait-for-tuples",11517 "parity-scale-codec 3.2.1",11518 "sp-core",11519 "sp-runtime",11520 "sp-std",11521 "thiserror",11522]1152311524[[package]]11525name = "sp-io"11526version = "7.0.0"11527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11528dependencies = [11529 "bytes",11530 "ed25519-dalek",11531 "futures 0.3.25",11532 "hash-db",11533 "libsecp256k1",11534 "log",11535 "parity-scale-codec 3.2.1",11536 "parking_lot 0.12.1",11537 "secp256k1",11538 "sp-core",11539 "sp-externalities",11540 "sp-keystore",11541 "sp-runtime-interface",11542 "sp-state-machine",11543 "sp-std",11544 "sp-tracing",11545 "sp-trie",11546 "sp-wasm-interface",11547 "tracing",11548 "tracing-core",11549]1155011551[[package]]11552name = "sp-keyring"11553version = "7.0.0"11554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11555dependencies = [11556 "lazy_static",11557 "sp-core",11558 "sp-runtime",11559 "strum",11560]1156111562[[package]]11563name = "sp-keystore"11564version = "0.13.0"11565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11566dependencies = [11567 "async-trait",11568 "futures 0.3.25",11569 "merlin",11570 "parity-scale-codec 3.2.1",11571 "parking_lot 0.12.1",11572 "schnorrkel",11573 "serde",11574 "sp-core",11575 "sp-externalities",11576 "thiserror",11577]1157811579[[package]]11580name = "sp-maybe-compressed-blob"11581version = "4.1.0-dev"11582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11583dependencies = [11584 "thiserror",11585 "zstd",11586]1158711588[[package]]11589name = "sp-mmr-primitives"11590version = "4.0.0-dev"11591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11592dependencies = [11593 "ckb-merkle-mountain-range",11594 "log",11595 "parity-scale-codec 3.2.1",11596 "scale-info",11597 "serde",11598 "sp-api",11599 "sp-core",11600 "sp-debug-derive",11601 "sp-runtime",11602 "sp-std",11603 "thiserror",11604]1160511606[[package]]11607name = "sp-npos-elections"11608version = "4.0.0-dev"11609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11610dependencies = [11611 "parity-scale-codec 3.2.1",11612 "scale-info",11613 "serde",11614 "sp-arithmetic",11615 "sp-core",11616 "sp-runtime",11617 "sp-std",11618]1161911620[[package]]11621name = "sp-offchain"11622version = "4.0.0-dev"11623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11624dependencies = [11625 "sp-api",11626 "sp-core",11627 "sp-runtime",11628]1162911630[[package]]11631name = "sp-panic-handler"11632version = "5.0.0"11633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11634dependencies = [11635 "backtrace",11636 "lazy_static",11637 "regex",11638]1163911640[[package]]11641name = "sp-rpc"11642version = "6.0.0"11643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11644dependencies = [11645 "rustc-hash",11646 "serde",11647 "sp-core",11648]1164911650[[package]]11651name = "sp-runtime"11652version = "7.0.0"11653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11654dependencies = [11655 "either",11656 "hash256-std-hasher",11657 "impl-trait-for-tuples",11658 "log",11659 "parity-scale-codec 3.2.1",11660 "paste",11661 "rand 0.7.3",11662 "scale-info",11663 "serde",11664 "sp-application-crypto",11665 "sp-arithmetic",11666 "sp-core",11667 "sp-io",11668 "sp-std",11669 "sp-weights",11670]1167111672[[package]]11673name = "sp-runtime-interface"11674version = "7.0.0"11675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11676dependencies = [11677 "bytes",11678 "impl-trait-for-tuples",11679 "parity-scale-codec 3.2.1",11680 "primitive-types 0.12.1",11681 "sp-externalities",11682 "sp-runtime-interface-proc-macro",11683 "sp-std",11684 "sp-storage",11685 "sp-tracing",11686 "sp-wasm-interface",11687 "static_assertions",11688]1168911690[[package]]11691name = "sp-runtime-interface-proc-macro"11692version = "6.0.0"11693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11694dependencies = [11695 "Inflector",11696 "proc-macro-crate",11697 "proc-macro2",11698 "quote",11699 "syn",11700]1170111702[[package]]11703name = "sp-session"11704version = "4.0.0-dev"11705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11706dependencies = [11707 "parity-scale-codec 3.2.1",11708 "scale-info",11709 "sp-api",11710 "sp-core",11711 "sp-runtime",11712 "sp-staking",11713 "sp-std",11714]1171511716[[package]]11717name = "sp-staking"11718version = "4.0.0-dev"11719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11720dependencies = [11721 "parity-scale-codec 3.2.1",11722 "scale-info",11723 "sp-core",11724 "sp-runtime",11725 "sp-std",11726]1172711728[[package]]11729name = "sp-state-machine"11730version = "0.13.0"11731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11732dependencies = [11733 "hash-db",11734 "log",11735 "num-traits",11736 "parity-scale-codec 3.2.1",11737 "parking_lot 0.12.1",11738 "rand 0.7.3",11739 "smallvec",11740 "sp-core",11741 "sp-externalities",11742 "sp-panic-handler",11743 "sp-std",11744 "sp-trie",11745 "thiserror",11746 "tracing",11747 "trie-root",11748]1174911750[[package]]11751name = "sp-std"11752version = "5.0.0"11753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"1175411755[[package]]11756name = "sp-storage"11757version = "7.0.0"11758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11759dependencies = [11760 "impl-serde",11761 "parity-scale-codec 3.2.1",11762 "ref-cast",11763 "serde",11764 "sp-debug-derive",11765 "sp-std",11766]1176711768[[package]]11769name = "sp-timestamp"11770version = "4.0.0-dev"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11772dependencies = [11773 "async-trait",11774 "futures-timer",11775 "log",11776 "parity-scale-codec 3.2.1",11777 "sp-api",11778 "sp-inherents",11779 "sp-runtime",11780 "sp-std",11781 "thiserror",11782]1178311784[[package]]11785name = "sp-tracing"11786version = "6.0.0"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11788dependencies = [11789 "parity-scale-codec 3.2.1",11790 "sp-std",11791 "tracing",11792 "tracing-core",11793 "tracing-subscriber",11794]1179511796[[package]]11797name = "sp-transaction-pool"11798version = "4.0.0-dev"11799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11800dependencies = [11801 "sp-api",11802 "sp-runtime",11803]1180411805[[package]]11806name = "sp-transaction-storage-proof"11807version = "4.0.0-dev"11808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11809dependencies = [11810 "async-trait",11811 "log",11812 "parity-scale-codec 3.2.1",11813 "scale-info",11814 "sp-core",11815 "sp-inherents",11816 "sp-runtime",11817 "sp-std",11818 "sp-trie",11819]1182011821[[package]]11822name = "sp-trie"11823version = "7.0.0"11824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11825dependencies = [11826 "ahash",11827 "hash-db",11828 "hashbrown",11829 "lazy_static",11830 "lru",11831 "memory-db",11832 "nohash-hasher",11833 "parity-scale-codec 3.2.1",11834 "parking_lot 0.12.1",11835 "scale-info",11836 "sp-core",11837 "sp-std",11838 "thiserror",11839 "tracing",11840 "trie-db",11841 "trie-root",11842]1184311844[[package]]11845name = "sp-version"11846version = "5.0.0"11847source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11848dependencies = [11849 "impl-serde",11850 "parity-scale-codec 3.2.1",11851 "parity-wasm",11852 "scale-info",11853 "serde",11854 "sp-core-hashing-proc-macro",11855 "sp-runtime",11856 "sp-std",11857 "sp-version-proc-macro",11858 "thiserror",11859]1186011861[[package]]11862name = "sp-version-proc-macro"11863version = "4.0.0-dev"11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11865dependencies = [11866 "parity-scale-codec 3.2.1",11867 "proc-macro2",11868 "quote",11869 "syn",11870]1187111872[[package]]11873name = "sp-wasm-interface"11874version = "7.0.0"11875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11876dependencies = [11877 "impl-trait-for-tuples",11878 "log",11879 "parity-scale-codec 3.2.1",11880 "sp-std",11881 "wasmi",11882 "wasmtime",11883]1188411885[[package]]11886name = "sp-weights"11887version = "4.0.0"11888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11889dependencies = [11890 "impl-trait-for-tuples",11891 "parity-scale-codec 3.2.1",11892 "scale-info",11893 "serde",11894 "smallvec",11895 "sp-arithmetic",11896 "sp-core",11897 "sp-debug-derive",11898 "sp-std",11899]1190011901[[package]]11902name = "spin"11903version = "0.5.2"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1190611907[[package]]11908name = "spki"11909version = "0.6.0"11910source = "registry+https://github.com/rust-lang/crates.io-index"11911checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11912dependencies = [11913 "base64ct",11914 "der",11915]1191611917[[package]]11918name = "ss58-registry"11919version = "1.36.0"11920source = "registry+https://github.com/rust-lang/crates.io-index"11921checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284"11922dependencies = [11923 "Inflector",11924 "num-format",11925 "proc-macro2",11926 "quote",11927 "serde",11928 "serde_json",11929 "unicode-xid",11930]1193111932[[package]]11933name = "stable_deref_trait"11934version = "1.2.0"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1193711938[[package]]11939name = "static_assertions"11940version = "1.1.0"11941source = "registry+https://github.com/rust-lang/crates.io-index"11942checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1194311944[[package]]11945name = "static_init"11946version = "0.5.2"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11949dependencies = [11950 "cfg_aliases",11951 "libc",11952 "parking_lot 0.11.2",11953 "static_init_macro 0.5.0",11954]1195511956[[package]]11957name = "static_init"11958version = "1.0.3"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11961dependencies = [11962 "bitflags",11963 "cfg_aliases",11964 "libc",11965 "parking_lot 0.11.2",11966 "parking_lot_core 0.8.6",11967 "static_init_macro 1.0.2",11968 "winapi",11969]1197011971[[package]]11972name = "static_init_macro"11973version = "0.5.0"11974source = "registry+https://github.com/rust-lang/crates.io-index"11975checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11976dependencies = [11977 "cfg_aliases",11978 "memchr",11979 "proc-macro2",11980 "quote",11981 "syn",11982]1198311984[[package]]11985name = "static_init_macro"11986version = "1.0.2"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11989dependencies = [11990 "cfg_aliases",11991 "memchr",11992 "proc-macro2",11993 "quote",11994 "syn",11995]1199611997[[package]]11998name = "statrs"11999version = "0.15.0"12000source = "registry+https://github.com/rust-lang/crates.io-index"12001checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12002dependencies = [12003 "approx",12004 "lazy_static",12005 "nalgebra",12006 "num-traits",12007 "rand 0.8.5",12008]1200912010[[package]]12011name = "strsim"12012version = "0.10.0"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1201512016[[package]]12017name = "struct-versioning"12018version = "0.1.0"12019dependencies = [12020 "quote",12021 "syn",12022]1202312024[[package]]12025name = "strum"12026version = "0.24.1"12027source = "registry+https://github.com/rust-lang/crates.io-index"12028checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12029dependencies = [12030 "strum_macros",12031]1203212033[[package]]12034name = "strum_macros"12035version = "0.24.3"12036source = "registry+https://github.com/rust-lang/crates.io-index"12037checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12038dependencies = [12039 "heck",12040 "proc-macro2",12041 "quote",12042 "rustversion",12043 "syn",12044]1204512046[[package]]12047name = "substrate-bip39"12048version = "0.4.4"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12051dependencies = [12052 "hmac 0.11.0",12053 "pbkdf2 0.8.0",12054 "schnorrkel",12055 "sha2 0.9.9",12056 "zeroize",12057]1205812059[[package]]12060name = "substrate-build-script-utils"12061version = "3.0.0"12062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12063dependencies = [12064 "platforms 2.0.0",12065]1206612067[[package]]12068name = "substrate-frame-rpc-system"12069version = "4.0.0-dev"12070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12071dependencies = [12072 "frame-system-rpc-runtime-api",12073 "futures 0.3.25",12074 "jsonrpsee",12075 "log",12076 "parity-scale-codec 3.2.1",12077 "sc-client-api",12078 "sc-rpc-api",12079 "sc-transaction-pool-api",12080 "serde_json",12081 "sp-api",12082 "sp-block-builder",12083 "sp-blockchain",12084 "sp-core",12085 "sp-runtime",12086]1208712088[[package]]12089name = "substrate-prometheus-endpoint"12090version = "0.10.0-dev"12091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12092dependencies = [12093 "futures-util",12094 "hyper",12095 "log",12096 "prometheus",12097 "thiserror",12098 "tokio",12099]1210012101[[package]]12102name = "substrate-rpc-client"12103version = "0.10.0-dev"12104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12105dependencies = [12106 "async-trait",12107 "jsonrpsee",12108 "log",12109 "sc-rpc-api",12110 "serde",12111 "sp-runtime",12112]1211312114[[package]]12115name = "substrate-state-trie-migration-rpc"12116version = "4.0.0-dev"12117source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12118dependencies = [12119 "jsonrpsee",12120 "log",12121 "parity-scale-codec 3.2.1",12122 "sc-client-api",12123 "sc-rpc-api",12124 "scale-info",12125 "serde",12126 "sp-core",12127 "sp-io",12128 "sp-runtime",12129 "sp-state-machine",12130 "sp-std",12131 "sp-trie",12132 "trie-db",12133]1213412135[[package]]12136name = "substrate-test-client"12137version = "2.0.1"12138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12139dependencies = [12140 "array-bytes 4.2.0",12141 "async-trait",12142 "futures 0.3.25",12143 "parity-scale-codec 3.2.1",12144 "sc-client-api",12145 "sc-client-db",12146 "sc-consensus",12147 "sc-executor",12148 "sc-offchain",12149 "sc-service",12150 "serde",12151 "serde_json",12152 "sp-blockchain",12153 "sp-consensus",12154 "sp-core",12155 "sp-keyring",12156 "sp-keystore",12157 "sp-runtime",12158 "sp-state-machine",12159]1216012161[[package]]12162name = "substrate-test-utils"12163version = "4.0.0-dev"12164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12165dependencies = [12166 "futures 0.3.25",12167 "substrate-test-utils-derive",12168 "tokio",12169]1217012171[[package]]12172name = "substrate-test-utils-derive"12173version = "0.10.0-dev"12174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12175dependencies = [12176 "proc-macro-crate",12177 "proc-macro2",12178 "quote",12179 "syn",12180]1218112182[[package]]12183name = "substrate-wasm-builder"12184version = "5.0.0-dev"12185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12186dependencies = [12187 "ansi_term",12188 "build-helper",12189 "cargo_metadata",12190 "filetime",12191 "sp-maybe-compressed-blob",12192 "strum",12193 "tempfile",12194 "toml",12195 "walkdir",12196 "wasm-opt",12197]1219812199[[package]]12200name = "subtle"12201version = "2.4.1"12202source = "registry+https://github.com/rust-lang/crates.io-index"12203checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1220412205[[package]]12206name = "syn"12207version = "1.0.107"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"12210dependencies = [12211 "proc-macro2",12212 "quote",12213 "unicode-ident",12214]1221512216[[package]]12217name = "synstructure"12218version = "0.12.6"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12221dependencies = [12222 "proc-macro2",12223 "quote",12224 "syn",12225 "unicode-xid",12226]1222712228[[package]]12229name = "system-configuration"12230version = "0.5.0"12231source = "registry+https://github.com/rust-lang/crates.io-index"12232checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12233dependencies = [12234 "bitflags",12235 "core-foundation",12236 "system-configuration-sys",12237]1223812239[[package]]12240name = "system-configuration-sys"12241version = "0.5.0"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12244dependencies = [12245 "core-foundation-sys",12246 "libc",12247]1224812249[[package]]12250name = "tap"12251version = "1.0.1"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1225412255[[package]]12256name = "target-lexicon"12257version = "0.12.5"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1226012261[[package]]12262name = "tempfile"12263version = "3.3.0"12264source = "registry+https://github.com/rust-lang/crates.io-index"12265checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12266dependencies = [12267 "cfg-if",12268 "fastrand",12269 "libc",12270 "redox_syscall",12271 "remove_dir_all",12272 "winapi",12273]1227412275[[package]]12276name = "termcolor"12277version = "1.1.3"12278source = "registry+https://github.com/rust-lang/crates.io-index"12279checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12280dependencies = [12281 "winapi-util",12282]1228312284[[package]]12285name = "terminal_size"12286version = "0.1.17"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12289dependencies = [12290 "libc",12291 "winapi",12292]1229312294[[package]]12295name = "termtree"12296version = "0.4.0"12297source = "registry+https://github.com/rust-lang/crates.io-index"12298checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1229912300[[package]]12301name = "test-runtime-constants"12302version = "0.9.36"12303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12304dependencies = [12305 "frame-support",12306 "polkadot-primitives",12307 "polkadot-runtime-common",12308 "smallvec",12309 "sp-core",12310 "sp-runtime",12311 "sp-weights",12312]1231312314[[package]]12315name = "tests"12316version = "0.1.1"12317dependencies = [12318 "evm-coder",12319 "fp-evm-mapping",12320 "frame-support",12321 "frame-system",12322 "pallet-balances",12323 "pallet-common",12324 "pallet-ethereum",12325 "pallet-evm",12326 "pallet-evm-coder-substrate",12327 "pallet-fungible",12328 "pallet-nonfungible",12329 "pallet-refungible",12330 "pallet-structure",12331 "pallet-timestamp",12332 "pallet-transaction-payment",12333 "pallet-unique",12334 "parity-scale-codec 3.2.1",12335 "scale-info",12336 "sp-core",12337 "sp-io",12338 "sp-runtime",12339 "sp-std",12340 "up-data-structs",12341 "up-sponsorship",12342]1234312344[[package]]12345name = "thiserror"12346version = "1.0.38"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"12349dependencies = [12350 "thiserror-impl",12351]1235212353[[package]]12354name = "thiserror-impl"12355version = "1.0.38"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"12358dependencies = [12359 "proc-macro2",12360 "quote",12361 "syn",12362]1236312364[[package]]12365name = "thousands"12366version = "0.2.0"12367source = "registry+https://github.com/rust-lang/crates.io-index"12368checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1236912370[[package]]12371name = "thread_local"12372version = "1.1.4"12373source = "registry+https://github.com/rust-lang/crates.io-index"12374checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12375dependencies = [12376 "once_cell",12377]1237812379[[package]]12380name = "threadpool"12381version = "1.8.1"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12384dependencies = [12385 "num_cpus",12386]1238712388[[package]]12389name = "thrift"12390version = "0.15.0"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12393dependencies = [12394 "byteorder",12395 "integer-encoding",12396 "log",12397 "ordered-float",12398 "threadpool",12399]1240012401[[package]]12402name = "tikv-jemalloc-ctl"12403version = "0.5.0"12404source = "registry+https://github.com/rust-lang/crates.io-index"12405checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12406dependencies = [12407 "libc",12408 "paste",12409 "tikv-jemalloc-sys",12410]1241112412[[package]]12413name = "tikv-jemalloc-sys"12414version = "0.5.2+5.3.0-patched"12415source = "registry+https://github.com/rust-lang/crates.io-index"12416checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12417dependencies = [12418 "cc",12419 "fs_extra",12420 "libc",12421]1242212423[[package]]12424name = "time"12425version = "0.1.45"12426source = "registry+https://github.com/rust-lang/crates.io-index"12427checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12428dependencies = [12429 "libc",12430 "wasi 0.10.0+wasi-snapshot-preview1",12431 "winapi",12432]1243312434[[package]]12435name = "tiny-bip39"12436version = "0.8.2"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12439dependencies = [12440 "anyhow",12441 "hmac 0.8.1",12442 "once_cell",12443 "pbkdf2 0.4.0",12444 "rand 0.7.3",12445 "rustc-hash",12446 "sha2 0.9.9",12447 "thiserror",12448 "unicode-normalization",12449 "wasm-bindgen",12450 "zeroize",12451]1245212453[[package]]12454name = "tiny-keccak"12455version = "2.0.2"12456source = "registry+https://github.com/rust-lang/crates.io-index"12457checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12458dependencies = [12459 "crunchy",12460]1246112462[[package]]12463name = "tinyvec"12464version = "1.6.0"12465source = "registry+https://github.com/rust-lang/crates.io-index"12466checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12467dependencies = [12468 "tinyvec_macros",12469]1247012471[[package]]12472name = "tinyvec_macros"12473version = "0.1.0"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1247612477[[package]]12478name = "tokio"12479version = "1.23.0"12480source = "registry+https://github.com/rust-lang/crates.io-index"12481checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12482dependencies = [12483 "autocfg",12484 "bytes",12485 "libc",12486 "memchr",12487 "mio",12488 "num_cpus",12489 "parking_lot 0.12.1",12490 "pin-project-lite 0.2.9",12491 "signal-hook-registry",12492 "socket2",12493 "tokio-macros",12494 "windows-sys 0.42.0",12495]1249612497[[package]]12498name = "tokio-macros"12499version = "1.8.2"12500source = "registry+https://github.com/rust-lang/crates.io-index"12501checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12502dependencies = [12503 "proc-macro2",12504 "quote",12505 "syn",12506]1250712508[[package]]12509name = "tokio-rustls"12510version = "0.23.4"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12513dependencies = [12514 "rustls",12515 "tokio",12516 "webpki",12517]1251812519[[package]]12520name = "tokio-stream"12521version = "0.1.11"12522source = "registry+https://github.com/rust-lang/crates.io-index"12523checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12524dependencies = [12525 "futures-core",12526 "pin-project-lite 0.2.9",12527 "tokio",12528]1252912530[[package]]12531name = "tokio-util"12532version = "0.7.4"12533source = "registry+https://github.com/rust-lang/crates.io-index"12534checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12535dependencies = [12536 "bytes",12537 "futures-core",12538 "futures-io",12539 "futures-sink",12540 "pin-project-lite 0.2.9",12541 "tokio",12542 "tracing",12543]1254412545[[package]]12546name = "toml"12547version = "0.5.10"12548source = "registry+https://github.com/rust-lang/crates.io-index"12549checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12550dependencies = [12551 "serde",12552]1255312554[[package]]12555name = "tower"12556version = "0.4.13"12557source = "registry+https://github.com/rust-lang/crates.io-index"12558checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"12559dependencies = [12560 "tower-layer",12561 "tower-service",12562 "tracing",12563]1256412565[[package]]12566name = "tower-http"12567version = "0.3.5"12568source = "registry+https://github.com/rust-lang/crates.io-index"12569checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"12570dependencies = [12571 "bitflags",12572 "bytes",12573 "futures-core",12574 "futures-util",12575 "http",12576 "http-body",12577 "http-range-header",12578 "pin-project-lite 0.2.9",12579 "tower-layer",12580 "tower-service",12581]1258212583[[package]]12584name = "tower-layer"12585version = "0.3.2"12586source = "registry+https://github.com/rust-lang/crates.io-index"12587checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1258812589[[package]]12590name = "tower-service"12591version = "0.3.2"12592source = "registry+https://github.com/rust-lang/crates.io-index"12593checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1259412595[[package]]12596name = "tracing"12597version = "0.1.37"12598source = "registry+https://github.com/rust-lang/crates.io-index"12599checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12600dependencies = [12601 "cfg-if",12602 "log",12603 "pin-project-lite 0.2.9",12604 "tracing-attributes",12605 "tracing-core",12606]1260712608[[package]]12609name = "tracing-attributes"12610version = "0.1.23"12611source = "registry+https://github.com/rust-lang/crates.io-index"12612checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12613dependencies = [12614 "proc-macro2",12615 "quote",12616 "syn",12617]1261812619[[package]]12620name = "tracing-core"12621version = "0.1.30"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12624dependencies = [12625 "once_cell",12626 "valuable",12627]1262812629[[package]]12630name = "tracing-futures"12631version = "0.2.5"12632source = "registry+https://github.com/rust-lang/crates.io-index"12633checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12634dependencies = [12635 "pin-project",12636 "tracing",12637]1263812639[[package]]12640name = "tracing-gum"12641version = "0.9.36"12642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12643dependencies = [12644 "polkadot-node-jaeger",12645 "polkadot-primitives",12646 "tracing",12647 "tracing-gum-proc-macro",12648]1264912650[[package]]12651name = "tracing-gum-proc-macro"12652version = "0.9.36"12653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12654dependencies = [12655 "expander 0.0.6",12656 "proc-macro-crate",12657 "proc-macro2",12658 "quote",12659 "syn",12660]1266112662[[package]]12663name = "tracing-log"12664version = "0.1.3"12665source = "registry+https://github.com/rust-lang/crates.io-index"12666checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12667dependencies = [12668 "lazy_static",12669 "log",12670 "tracing-core",12671]1267212673[[package]]12674name = "tracing-serde"12675version = "0.1.3"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12678dependencies = [12679 "serde",12680 "tracing-core",12681]1268212683[[package]]12684name = "tracing-subscriber"12685version = "0.2.25"12686source = "registry+https://github.com/rust-lang/crates.io-index"12687checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12688dependencies = [12689 "ansi_term",12690 "chrono",12691 "lazy_static",12692 "matchers",12693 "parking_lot 0.11.2",12694 "regex",12695 "serde",12696 "serde_json",12697 "sharded-slab",12698 "smallvec",12699 "thread_local",12700 "tracing",12701 "tracing-core",12702 "tracing-log",12703 "tracing-serde",12704]1270512706[[package]]12707name = "trie-db"12708version = "0.24.0"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12711dependencies = [12712 "hash-db",12713 "hashbrown",12714 "log",12715 "rustc-hex",12716 "smallvec",12717]1271812719[[package]]12720name = "trie-root"12721version = "0.17.0"12722source = "registry+https://github.com/rust-lang/crates.io-index"12723checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12724dependencies = [12725 "hash-db",12726]1272712728[[package]]12729name = "triehash"12730version = "0.8.4"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12733dependencies = [12734 "hash-db",12735 "rlp",12736]1273712738[[package]]12739name = "trust-dns-proto"12740version = "0.22.0"12741source = "registry+https://github.com/rust-lang/crates.io-index"12742checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12743dependencies = [12744 "async-trait",12745 "cfg-if",12746 "data-encoding",12747 "enum-as-inner",12748 "futures-channel",12749 "futures-io",12750 "futures-util",12751 "idna 0.2.3",12752 "ipnet",12753 "lazy_static",12754 "rand 0.8.5",12755 "smallvec",12756 "thiserror",12757 "tinyvec",12758 "tokio",12759 "tracing",12760 "url",12761]1276212763[[package]]12764name = "trust-dns-resolver"12765version = "0.22.0"12766source = "registry+https://github.com/rust-lang/crates.io-index"12767checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12768dependencies = [12769 "cfg-if",12770 "futures-util",12771 "ipconfig",12772 "lazy_static",12773 "lru-cache",12774 "parking_lot 0.12.1",12775 "resolv-conf",12776 "smallvec",12777 "thiserror",12778 "tokio",12779 "tracing",12780 "trust-dns-proto",12781]1278212783[[package]]12784name = "try-lock"12785version = "0.2.3"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1278812789[[package]]12790name = "try-runtime-cli"12791version = "0.10.0-dev"12792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12793dependencies = [12794 "clap",12795 "frame-remote-externalities",12796 "frame-try-runtime",12797 "hex",12798 "log",12799 "parity-scale-codec 3.2.1",12800 "sc-chain-spec",12801 "sc-cli",12802 "sc-executor",12803 "sc-service",12804 "serde",12805 "sp-api",12806 "sp-core",12807 "sp-debug-derive",12808 "sp-externalities",12809 "sp-io",12810 "sp-keystore",12811 "sp-rpc",12812 "sp-runtime",12813 "sp-state-machine",12814 "sp-version",12815 "sp-weights",12816 "substrate-rpc-client",12817 "zstd",12818]1281912820[[package]]12821name = "trybuild"12822version = "1.0.73"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"12825dependencies = [12826 "glob",12827 "once_cell",12828 "serde",12829 "serde_derive",12830 "serde_json",12831 "termcolor",12832 "toml",12833]1283412835[[package]]12836name = "tt-call"12837version = "1.0.9"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1284012841[[package]]12842name = "twox-hash"12843version = "1.6.3"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12846dependencies = [12847 "cfg-if",12848 "digest 0.10.6",12849 "rand 0.8.5",12850 "static_assertions",12851]1285212853[[package]]12854name = "typenum"12855version = "1.16.0"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1285812859[[package]]12860name = "uc-rpc"12861version = "0.1.4"12862dependencies = [12863 "anyhow",12864 "app-promotion-rpc",12865 "frame-benchmarking",12866 "jsonrpsee",12867 "opal-runtime",12868 "pallet-common",12869 "pallet-evm",12870 "parity-scale-codec 3.2.1",12871 "quartz-runtime",12872 "rmrk-rpc",12873 "sc-client-api",12874 "sc-executor",12875 "sc-rpc-api",12876 "sc-service",12877 "sp-api",12878 "sp-blockchain",12879 "sp-core",12880 "sp-externalities",12881 "sp-keystore",12882 "sp-rpc",12883 "sp-runtime",12884 "sp-state-machine",12885 "sp-trie",12886 "trie-db",12887 "unique-runtime",12888 "up-common",12889 "up-data-structs",12890 "up-pov-estimate-rpc",12891 "up-rpc",12892 "zstd",12893]1289412895[[package]]12896name = "ucd-trie"12897version = "0.1.5"12898source = "registry+https://github.com/rust-lang/crates.io-index"12899checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1290012901[[package]]12902name = "uint"12903version = "0.9.5"12904source = "registry+https://github.com/rust-lang/crates.io-index"12905checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12906dependencies = [12907 "byteorder",12908 "crunchy",12909 "hex",12910 "static_assertions",12911]1291212913[[package]]12914name = "unicode-bidi"12915version = "0.3.8"12916source = "registry+https://github.com/rust-lang/crates.io-index"12917checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1291812919[[package]]12920name = "unicode-ident"12921version = "1.0.6"12922source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"1292412925[[package]]12926name = "unicode-normalization"12927version = "0.1.22"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12930dependencies = [12931 "tinyvec",12932]1293312934[[package]]12935name = "unicode-segmentation"12936version = "1.10.0"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1293912940[[package]]12941name = "unicode-width"12942version = "0.1.10"12943source = "registry+https://github.com/rust-lang/crates.io-index"12944checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1294512946[[package]]12947name = "unicode-xid"12948version = "0.2.4"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1295112952[[package]]12953name = "unique-node"12954version = "0.9.36"12955dependencies = [12956 "app-promotion-rpc",12957 "clap",12958 "cumulus-client-cli",12959 "cumulus-client-collator",12960 "cumulus-client-consensus-aura",12961 "cumulus-client-consensus-common",12962 "cumulus-client-network",12963 "cumulus-client-service",12964 "cumulus-primitives-core",12965 "cumulus-primitives-parachain-inherent",12966 "cumulus-relay-chain-inprocess-interface",12967 "cumulus-relay-chain-interface",12968 "cumulus-relay-chain-minimal-node",12969 "fc-consensus",12970 "fc-db",12971 "fc-mapping-sync",12972 "fc-rpc",12973 "fc-rpc-core",12974 "flexi_logger",12975 "fp-rpc",12976 "frame-benchmarking",12977 "frame-benchmarking-cli",12978 "futures 0.3.25",12979 "jsonrpsee",12980 "log",12981 "opal-runtime",12982 "pallet-ethereum",12983 "pallet-transaction-payment-rpc",12984 "pallet-transaction-payment-rpc-runtime-api",12985 "parity-scale-codec 3.2.1",12986 "parking_lot 0.12.1",12987 "polkadot-cli",12988 "polkadot-parachain",12989 "polkadot-primitives",12990 "polkadot-service",12991 "polkadot-test-service",12992 "quartz-runtime",12993 "rmrk-rpc",12994 "sc-basic-authorship",12995 "sc-chain-spec",12996 "sc-cli",12997 "sc-client-api",12998 "sc-consensus",12999 "sc-consensus-aura",13000 "sc-consensus-manual-seal",13001 "sc-executor",13002 "sc-finality-grandpa",13003 "sc-keystore",13004 "sc-network",13005 "sc-rpc",13006 "sc-rpc-api",13007 "sc-service",13008 "sc-sysinfo",13009 "sc-telemetry",13010 "sc-tracing",13011 "sc-transaction-pool",13012 "serde",13013 "serde_json",13014 "sp-api",13015 "sp-block-builder",13016 "sp-blockchain",13017 "sp-consensus",13018 "sp-consensus-aura",13019 "sp-core",13020 "sp-finality-grandpa",13021 "sp-inherents",13022 "sp-io",13023 "sp-keystore",13024 "sp-offchain",13025 "sp-runtime",13026 "sp-session",13027 "sp-timestamp",13028 "sp-transaction-pool",13029 "sp-trie",13030 "substrate-build-script-utils",13031 "substrate-frame-rpc-system",13032 "substrate-prometheus-endpoint",13033 "tokio",13034 "try-runtime-cli",13035 "uc-rpc",13036 "unique-rpc",13037 "unique-runtime",13038 "up-common",13039 "up-data-structs",13040 "up-pov-estimate-rpc",13041 "up-rpc",13042]1304313044[[package]]13045name = "unique-rpc"13046version = "0.1.2"13047dependencies = [13048 "app-promotion-rpc",13049 "fc-db",13050 "fc-mapping-sync",13051 "fc-rpc",13052 "fc-rpc-core",13053 "fp-rpc",13054 "fp-storage",13055 "futures 0.3.25",13056 "jsonrpsee",13057 "pallet-common",13058 "pallet-ethereum",13059 "pallet-transaction-payment-rpc",13060 "pallet-transaction-payment-rpc-runtime-api",13061 "pallet-unique",13062 "rmrk-rpc",13063 "sc-client-api",13064 "sc-consensus-aura",13065 "sc-consensus-epochs",13066 "sc-finality-grandpa",13067 "sc-finality-grandpa-rpc",13068 "sc-keystore",13069 "sc-network",13070 "sc-rpc",13071 "sc-rpc-api",13072 "sc-service",13073 "sc-transaction-pool",13074 "serde",13075 "sp-api",13076 "sp-block-builder",13077 "sp-blockchain",13078 "sp-consensus",13079 "sp-consensus-aura",13080 "sp-core",13081 "sp-offchain",13082 "sp-runtime",13083 "sp-session",13084 "sp-storage",13085 "sp-transaction-pool",13086 "substrate-frame-rpc-system",13087 "tokio",13088 "uc-rpc",13089 "up-common",13090 "up-data-structs",13091 "up-pov-estimate-rpc",13092 "up-rpc",13093]1309413095[[package]]13096name = "unique-runtime"13097version = "0.9.36"13098dependencies = [13099 "app-promotion-rpc",13100 "cumulus-pallet-aura-ext",13101 "cumulus-pallet-dmp-queue",13102 "cumulus-pallet-parachain-system",13103 "cumulus-pallet-xcm",13104 "cumulus-pallet-xcmp-queue",13105 "cumulus-primitives-core",13106 "cumulus-primitives-timestamp",13107 "cumulus-primitives-utility",13108 "derivative",13109 "evm-coder",13110 "fp-evm",13111 "fp-evm-mapping",13112 "fp-rpc",13113 "fp-self-contained",13114 "frame-benchmarking",13115 "frame-executive",13116 "frame-support",13117 "frame-system",13118 "frame-system-benchmarking",13119 "frame-system-rpc-runtime-api",13120 "frame-try-runtime",13121 "hex-literal",13122 "impl-trait-for-tuples",13123 "log",13124 "logtest",13125 "num_enum",13126 "orml-tokens",13127 "orml-traits",13128 "orml-vesting",13129 "orml-xtokens",13130 "pallet-app-promotion",13131 "pallet-aura",13132 "pallet-authorship",13133 "pallet-balances",13134 "pallet-base-fee",13135 "pallet-collator-selection",13136 "pallet-common",13137 "pallet-configuration",13138 "pallet-data-management",13139 "pallet-ethereum",13140 "pallet-evm",13141 "pallet-evm-coder-substrate",13142 "pallet-evm-contract-helpers",13143 "pallet-evm-precompile-simple",13144 "pallet-evm-transaction-payment",13145 "pallet-foreign-assets",13146 "pallet-fungible",13147 "pallet-identity",13148 "pallet-inflation",13149 "pallet-maintenance",13150 "pallet-nonfungible",13151 "pallet-randomness-collective-flip",13152 "pallet-refungible",13153 "pallet-rmrk-core",13154 "pallet-rmrk-equip",13155 "pallet-session",13156 "pallet-structure",13157 "pallet-sudo",13158 "pallet-template-transaction-payment",13159 "pallet-timestamp",13160 "pallet-transaction-payment",13161 "pallet-transaction-payment-rpc-runtime-api",13162 "pallet-treasury",13163 "pallet-unique",13164 "pallet-xcm",13165 "parachain-info",13166 "parity-scale-codec 3.2.1",13167 "polkadot-parachain",13168 "precompile-utils-macro",13169 "rmrk-rpc",13170 "scale-info",13171 "serde",13172 "smallvec",13173 "sp-api",13174 "sp-arithmetic",13175 "sp-block-builder",13176 "sp-consensus-aura",13177 "sp-core",13178 "sp-inherents",13179 "sp-io",13180 "sp-offchain",13181 "sp-runtime",13182 "sp-session",13183 "sp-std",13184 "sp-transaction-pool",13185 "sp-version",13186 "substrate-wasm-builder",13187 "up-common",13188 "up-data-structs",13189 "up-pov-estimate-rpc",13190 "up-rpc",13191 "up-sponsorship",13192 "xcm",13193 "xcm-builder",13194 "xcm-executor",13195]1319613197[[package]]13198name = "universal-hash"13199version = "0.4.1"13200source = "registry+https://github.com/rust-lang/crates.io-index"13201checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13202dependencies = [13203 "generic-array 0.14.6",13204 "subtle",13205]1320613207[[package]]13208name = "unsigned-varint"13209version = "0.7.1"13210source = "registry+https://github.com/rust-lang/crates.io-index"13211checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13212dependencies = [13213 "asynchronous-codec",13214 "bytes",13215 "futures-io",13216 "futures-util",13217]1321813219[[package]]13220name = "untrusted"13221version = "0.7.1"13222source = "registry+https://github.com/rust-lang/crates.io-index"13223checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1322413225[[package]]13226name = "up-common"13227version = "0.9.36"13228dependencies = [13229 "cumulus-primitives-core",13230 "fp-rpc",13231 "frame-support",13232 "pallet-evm",13233 "sp-consensus-aura",13234 "sp-core",13235 "sp-runtime",13236 "sp-std",13237]1323813239[[package]]13240name = "up-data-structs"13241version = "0.2.2"13242dependencies = [13243 "bondrewd",13244 "derivative",13245 "frame-support",13246 "frame-system",13247 "pallet-evm",13248 "parity-scale-codec 3.2.1",13249 "rmrk-traits",13250 "scale-info",13251 "serde",13252 "sp-core",13253 "sp-runtime",13254 "sp-std",13255 "struct-versioning",13256]1325713258[[package]]13259name = "up-pov-estimate-rpc"13260version = "0.1.0"13261dependencies = [13262 "parity-scale-codec 3.2.1",13263 "scale-info",13264 "serde",13265 "sp-api",13266 "sp-core",13267 "sp-runtime",13268 "sp-std",13269]1327013271[[package]]13272name = "up-rpc"13273version = "0.1.3"13274dependencies = [13275 "pallet-common",13276 "pallet-evm",13277 "parity-scale-codec 3.2.1",13278 "sp-api",13279 "sp-core",13280 "sp-runtime",13281 "sp-std",13282 "up-data-structs",13283]1328413285[[package]]13286name = "up-sponsorship"13287version = "0.1.0"13288source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"13289dependencies = [13290 "impl-trait-for-tuples",13291]1329213293[[package]]13294name = "url"13295version = "2.3.1"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13298dependencies = [13299 "form_urlencoded",13300 "idna 0.3.0",13301 "percent-encoding",13302]1330313304[[package]]13305name = "valuable"13306version = "0.1.0"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1330913310[[package]]13311name = "value-bag"13312version = "1.0.0-alpha.9"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13315dependencies = [13316 "ctor",13317 "version_check",13318]1331913320[[package]]13321name = "vcpkg"13322version = "0.2.15"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1332513326[[package]]13327name = "version_check"13328version = "0.9.4"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1333113332[[package]]13333name = "void"13334version = "1.0.2"13335source = "registry+https://github.com/rust-lang/crates.io-index"13336checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1333713338[[package]]13339name = "waker-fn"13340version = "1.1.0"13341source = "registry+https://github.com/rust-lang/crates.io-index"13342checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1334313344[[package]]13345name = "walkdir"13346version = "2.3.2"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13349dependencies = [13350 "same-file",13351 "winapi",13352 "winapi-util",13353]1335413355[[package]]13356name = "want"13357version = "0.3.0"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13360dependencies = [13361 "log",13362 "try-lock",13363]1336413365[[package]]13366name = "wasi"13367version = "0.9.0+wasi-snapshot-preview1"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1337013371[[package]]13372name = "wasi"13373version = "0.10.0+wasi-snapshot-preview1"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1337613377[[package]]13378name = "wasi"13379version = "0.11.0+wasi-snapshot-preview1"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1338213383[[package]]13384name = "wasm-bindgen"13385version = "0.2.83"13386source = "registry+https://github.com/rust-lang/crates.io-index"13387checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13388dependencies = [13389 "cfg-if",13390 "wasm-bindgen-macro",13391]1339213393[[package]]13394name = "wasm-bindgen-backend"13395version = "0.2.83"13396source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13398dependencies = [13399 "bumpalo",13400 "log",13401 "once_cell",13402 "proc-macro2",13403 "quote",13404 "syn",13405 "wasm-bindgen-shared",13406]1340713408[[package]]13409name = "wasm-bindgen-futures"13410version = "0.4.33"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13413dependencies = [13414 "cfg-if",13415 "js-sys",13416 "wasm-bindgen",13417 "web-sys",13418]1341913420[[package]]13421name = "wasm-bindgen-macro"13422version = "0.2.83"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13425dependencies = [13426 "quote",13427 "wasm-bindgen-macro-support",13428]1342913430[[package]]13431name = "wasm-bindgen-macro-support"13432version = "0.2.83"13433source = "registry+https://github.com/rust-lang/crates.io-index"13434checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13435dependencies = [13436 "proc-macro2",13437 "quote",13438 "syn",13439 "wasm-bindgen-backend",13440 "wasm-bindgen-shared",13441]1344213443[[package]]13444name = "wasm-bindgen-shared"13445version = "0.2.83"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1344813449[[package]]13450name = "wasm-instrument"13451version = "0.3.0"13452source = "registry+https://github.com/rust-lang/crates.io-index"13453checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13454dependencies = [13455 "parity-wasm",13456]1345713458[[package]]13459name = "wasm-opt"13460version = "0.110.2"13461source = "registry+https://github.com/rust-lang/crates.io-index"13462checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13463dependencies = [13464 "anyhow",13465 "libc",13466 "strum",13467 "strum_macros",13468 "tempfile",13469 "thiserror",13470 "wasm-opt-cxx-sys",13471 "wasm-opt-sys",13472]1347313474[[package]]13475name = "wasm-opt-cxx-sys"13476version = "0.110.2"13477source = "registry+https://github.com/rust-lang/crates.io-index"13478checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13479dependencies = [13480 "anyhow",13481 "cxx",13482 "cxx-build",13483 "wasm-opt-sys",13484]1348513486[[package]]13487name = "wasm-opt-sys"13488version = "0.110.2"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13491dependencies = [13492 "anyhow",13493 "cc",13494 "cxx",13495 "cxx-build",13496 "regex",13497]1349813499[[package]]13500name = "wasm-timer"13501version = "0.2.5"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13504dependencies = [13505 "futures 0.3.25",13506 "js-sys",13507 "parking_lot 0.11.2",13508 "pin-utils",13509 "wasm-bindgen",13510 "wasm-bindgen-futures",13511 "web-sys",13512]1351313514[[package]]13515name = "wasmi"13516version = "0.13.2"13517source = "registry+https://github.com/rust-lang/crates.io-index"13518checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13519dependencies = [13520 "parity-wasm",13521 "wasmi-validation",13522 "wasmi_core",13523]1352413525[[package]]13526name = "wasmi-validation"13527version = "0.5.0"13528source = "registry+https://github.com/rust-lang/crates.io-index"13529checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13530dependencies = [13531 "parity-wasm",13532]1353313534[[package]]13535name = "wasmi_core"13536version = "0.2.1"13537source = "registry+https://github.com/rust-lang/crates.io-index"13538checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13539dependencies = [13540 "downcast-rs",13541 "libm 0.2.6",13542 "memory_units",13543 "num-rational",13544 "num-traits",13545]1354613547[[package]]13548name = "wasmparser"13549version = "0.89.1"13550source = "registry+https://github.com/rust-lang/crates.io-index"13551checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13552dependencies = [13553 "indexmap",13554]1355513556[[package]]13557name = "wasmtime"13558version = "1.0.2"13559source = "registry+https://github.com/rust-lang/crates.io-index"13560checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13561dependencies = [13562 "anyhow",13563 "bincode",13564 "cfg-if",13565 "indexmap",13566 "libc",13567 "log",13568 "object 0.29.0",13569 "once_cell",13570 "paste",13571 "psm",13572 "rayon",13573 "serde",13574 "target-lexicon",13575 "wasmparser",13576 "wasmtime-cache",13577 "wasmtime-cranelift",13578 "wasmtime-environ",13579 "wasmtime-jit",13580 "wasmtime-runtime",13581 "windows-sys 0.36.1",13582]1358313584[[package]]13585name = "wasmtime-asm-macros"13586version = "1.0.2"13587source = "registry+https://github.com/rust-lang/crates.io-index"13588checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13589dependencies = [13590 "cfg-if",13591]1359213593[[package]]13594name = "wasmtime-cache"13595version = "1.0.2"13596source = "registry+https://github.com/rust-lang/crates.io-index"13597checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13598dependencies = [13599 "anyhow",13600 "base64",13601 "bincode",13602 "directories-next",13603 "file-per-thread-logger",13604 "log",13605 "rustix 0.35.13",13606 "serde",13607 "sha2 0.9.9",13608 "toml",13609 "windows-sys 0.36.1",13610 "zstd",13611]1361213613[[package]]13614name = "wasmtime-cranelift"13615version = "1.0.2"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13618dependencies = [13619 "anyhow",13620 "cranelift-codegen",13621 "cranelift-entity",13622 "cranelift-frontend",13623 "cranelift-native",13624 "cranelift-wasm",13625 "gimli 0.26.2",13626 "log",13627 "object 0.29.0",13628 "target-lexicon",13629 "thiserror",13630 "wasmparser",13631 "wasmtime-environ",13632]1363313634[[package]]13635name = "wasmtime-environ"13636version = "1.0.2"13637source = "registry+https://github.com/rust-lang/crates.io-index"13638checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13639dependencies = [13640 "anyhow",13641 "cranelift-entity",13642 "gimli 0.26.2",13643 "indexmap",13644 "log",13645 "object 0.29.0",13646 "serde",13647 "target-lexicon",13648 "thiserror",13649 "wasmparser",13650 "wasmtime-types",13651]1365213653[[package]]13654name = "wasmtime-jit"13655version = "1.0.2"13656source = "registry+https://github.com/rust-lang/crates.io-index"13657checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13658dependencies = [13659 "addr2line 0.17.0",13660 "anyhow",13661 "bincode",13662 "cfg-if",13663 "cpp_demangle",13664 "gimli 0.26.2",13665 "log",13666 "object 0.29.0",13667 "rustc-demangle",13668 "rustix 0.35.13",13669 "serde",13670 "target-lexicon",13671 "thiserror",13672 "wasmtime-environ",13673 "wasmtime-jit-debug",13674 "wasmtime-runtime",13675 "windows-sys 0.36.1",13676]1367713678[[package]]13679name = "wasmtime-jit-debug"13680version = "1.0.2"13681source = "registry+https://github.com/rust-lang/crates.io-index"13682checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13683dependencies = [13684 "object 0.29.0",13685 "once_cell",13686 "rustix 0.35.13",13687]1368813689[[package]]13690name = "wasmtime-runtime"13691version = "1.0.2"13692source = "registry+https://github.com/rust-lang/crates.io-index"13693checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13694dependencies = [13695 "anyhow",13696 "cc",13697 "cfg-if",13698 "indexmap",13699 "libc",13700 "log",13701 "mach",13702 "memfd",13703 "memoffset 0.6.5",13704 "paste",13705 "rand 0.8.5",13706 "rustix 0.35.13",13707 "thiserror",13708 "wasmtime-asm-macros",13709 "wasmtime-environ",13710 "wasmtime-jit-debug",13711 "windows-sys 0.36.1",13712]1371313714[[package]]13715name = "wasmtime-types"13716version = "1.0.2"13717source = "registry+https://github.com/rust-lang/crates.io-index"13718checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13719dependencies = [13720 "cranelift-entity",13721 "serde",13722 "thiserror",13723 "wasmparser",13724]1372513726[[package]]13727name = "web-sys"13728version = "0.3.60"13729source = "registry+https://github.com/rust-lang/crates.io-index"13730checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13731dependencies = [13732 "js-sys",13733 "wasm-bindgen",13734]1373513736[[package]]13737name = "webpki"13738version = "0.22.0"13739source = "registry+https://github.com/rust-lang/crates.io-index"13740checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13741dependencies = [13742 "ring",13743 "untrusted",13744]1374513746[[package]]13747name = "webpki-roots"13748version = "0.22.6"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13751dependencies = [13752 "webpki",13753]1375413755[[package]]13756name = "wepoll-ffi"13757version = "0.1.2"13758source = "registry+https://github.com/rust-lang/crates.io-index"13759checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13760dependencies = [13761 "cc",13762]1376313764[[package]]13765name = "westend-runtime"13766version = "0.9.36"13767source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13768dependencies = [13769 "bitvec 1.0.1",13770 "frame-benchmarking",13771 "frame-election-provider-support",13772 "frame-executive",13773 "frame-support",13774 "frame-system",13775 "frame-system-benchmarking",13776 "frame-system-rpc-runtime-api",13777 "frame-try-runtime",13778 "hex-literal",13779 "log",13780 "pallet-authority-discovery",13781 "pallet-authorship",13782 "pallet-babe",13783 "pallet-bags-list",13784 "pallet-balances",13785 "pallet-collective",13786 "pallet-democracy",13787 "pallet-election-provider-multi-phase",13788 "pallet-election-provider-support-benchmarking",13789 "pallet-elections-phragmen",13790 "pallet-fast-unstake",13791 "pallet-grandpa",13792 "pallet-identity",13793 "pallet-im-online",13794 "pallet-indices",13795 "pallet-membership",13796 "pallet-multisig",13797 "pallet-nomination-pools",13798 "pallet-nomination-pools-benchmarking",13799 "pallet-nomination-pools-runtime-api",13800 "pallet-offences",13801 "pallet-offences-benchmarking",13802 "pallet-preimage",13803 "pallet-proxy",13804 "pallet-recovery",13805 "pallet-scheduler",13806 "pallet-session",13807 "pallet-session-benchmarking",13808 "pallet-society",13809 "pallet-staking",13810 "pallet-staking-reward-curve",13811 "pallet-sudo",13812 "pallet-timestamp",13813 "pallet-transaction-payment",13814 "pallet-transaction-payment-rpc-runtime-api",13815 "pallet-treasury",13816 "pallet-utility",13817 "pallet-vesting",13818 "pallet-xcm",13819 "pallet-xcm-benchmarks",13820 "parity-scale-codec 3.2.1",13821 "polkadot-parachain",13822 "polkadot-primitives",13823 "polkadot-runtime-common",13824 "polkadot-runtime-parachains",13825 "rustc-hex",13826 "scale-info",13827 "serde",13828 "serde_derive",13829 "smallvec",13830 "sp-api",13831 "sp-authority-discovery",13832 "sp-beefy",13833 "sp-block-builder",13834 "sp-consensus-babe",13835 "sp-core",13836 "sp-inherents",13837 "sp-io",13838 "sp-mmr-primitives",13839 "sp-npos-elections",13840 "sp-offchain",13841 "sp-runtime",13842 "sp-session",13843 "sp-staking",13844 "sp-std",13845 "sp-transaction-pool",13846 "sp-version",13847 "substrate-wasm-builder",13848 "westend-runtime-constants",13849 "xcm",13850 "xcm-builder",13851 "xcm-executor",13852]1385313854[[package]]13855name = "westend-runtime-constants"13856version = "0.9.36"13857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13858dependencies = [13859 "frame-support",13860 "polkadot-primitives",13861 "polkadot-runtime-common",13862 "smallvec",13863 "sp-core",13864 "sp-runtime",13865 "sp-weights",13866]1386713868[[package]]13869name = "which"13870version = "4.3.0"13871source = "registry+https://github.com/rust-lang/crates.io-index"13872checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13873dependencies = [13874 "either",13875 "libc",13876 "once_cell",13877]1387813879[[package]]13880name = "widestring"13881version = "0.5.1"13882source = "registry+https://github.com/rust-lang/crates.io-index"13883checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1388413885[[package]]13886name = "winapi"13887version = "0.3.9"13888source = "registry+https://github.com/rust-lang/crates.io-index"13889checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13890dependencies = [13891 "winapi-i686-pc-windows-gnu",13892 "winapi-x86_64-pc-windows-gnu",13893]1389413895[[package]]13896name = "winapi-i686-pc-windows-gnu"13897version = "0.4.0"13898source = "registry+https://github.com/rust-lang/crates.io-index"13899checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1390013901[[package]]13902name = "winapi-util"13903version = "0.1.5"13904source = "registry+https://github.com/rust-lang/crates.io-index"13905checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13906dependencies = [13907 "winapi",13908]1390913910[[package]]13911name = "winapi-x86_64-pc-windows-gnu"13912version = "0.4.0"13913source = "registry+https://github.com/rust-lang/crates.io-index"13914checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1391513916[[package]]13917name = "windows"13918version = "0.34.0"13919source = "registry+https://github.com/rust-lang/crates.io-index"13920checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13921dependencies = [13922 "windows_aarch64_msvc 0.34.0",13923 "windows_i686_gnu 0.34.0",13924 "windows_i686_msvc 0.34.0",13925 "windows_x86_64_gnu 0.34.0",13926 "windows_x86_64_msvc 0.34.0",13927]1392813929[[package]]13930name = "windows-sys"13931version = "0.36.1"13932source = "registry+https://github.com/rust-lang/crates.io-index"13933checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13934dependencies = [13935 "windows_aarch64_msvc 0.36.1",13936 "windows_i686_gnu 0.36.1",13937 "windows_i686_msvc 0.36.1",13938 "windows_x86_64_gnu 0.36.1",13939 "windows_x86_64_msvc 0.36.1",13940]1394113942[[package]]13943name = "windows-sys"13944version = "0.42.0"13945source = "registry+https://github.com/rust-lang/crates.io-index"13946checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13947dependencies = [13948 "windows_aarch64_gnullvm",13949 "windows_aarch64_msvc 0.42.0",13950 "windows_i686_gnu 0.42.0",13951 "windows_i686_msvc 0.42.0",13952 "windows_x86_64_gnu 0.42.0",13953 "windows_x86_64_gnullvm",13954 "windows_x86_64_msvc 0.42.0",13955]1395613957[[package]]13958name = "windows_aarch64_gnullvm"13959version = "0.42.0"13960source = "registry+https://github.com/rust-lang/crates.io-index"13961checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1396213963[[package]]13964name = "windows_aarch64_msvc"13965version = "0.34.0"13966source = "registry+https://github.com/rust-lang/crates.io-index"13967checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1396813969[[package]]13970name = "windows_aarch64_msvc"13971version = "0.36.1"13972source = "registry+https://github.com/rust-lang/crates.io-index"13973checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1397413975[[package]]13976name = "windows_aarch64_msvc"13977version = "0.42.0"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1398013981[[package]]13982name = "windows_i686_gnu"13983version = "0.34.0"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1398613987[[package]]13988name = "windows_i686_gnu"13989version = "0.36.1"13990source = "registry+https://github.com/rust-lang/crates.io-index"13991checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1399213993[[package]]13994name = "windows_i686_gnu"13995version = "0.42.0"13996source = "registry+https://github.com/rust-lang/crates.io-index"13997checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1399813999[[package]]14000name = "windows_i686_msvc"14001version = "0.34.0"14002source = "registry+https://github.com/rust-lang/crates.io-index"14003checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1400414005[[package]]14006name = "windows_i686_msvc"14007version = "0.36.1"14008source = "registry+https://github.com/rust-lang/crates.io-index"14009checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1401014011[[package]]14012name = "windows_i686_msvc"14013version = "0.42.0"14014source = "registry+https://github.com/rust-lang/crates.io-index"14015checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1401614017[[package]]14018name = "windows_x86_64_gnu"14019version = "0.34.0"14020source = "registry+https://github.com/rust-lang/crates.io-index"14021checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1402214023[[package]]14024name = "windows_x86_64_gnu"14025version = "0.36.1"14026source = "registry+https://github.com/rust-lang/crates.io-index"14027checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1402814029[[package]]14030name = "windows_x86_64_gnu"14031version = "0.42.0"14032source = "registry+https://github.com/rust-lang/crates.io-index"14033checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1403414035[[package]]14036name = "windows_x86_64_gnullvm"14037version = "0.42.0"14038source = "registry+https://github.com/rust-lang/crates.io-index"14039checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1404014041[[package]]14042name = "windows_x86_64_msvc"14043version = "0.34.0"14044source = "registry+https://github.com/rust-lang/crates.io-index"14045checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1404614047[[package]]14048name = "windows_x86_64_msvc"14049version = "0.36.1"14050source = "registry+https://github.com/rust-lang/crates.io-index"14051checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1405214053[[package]]14054name = "windows_x86_64_msvc"14055version = "0.42.0"14056source = "registry+https://github.com/rust-lang/crates.io-index"14057checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1405814059[[package]]14060name = "winreg"14061version = "0.10.1"14062source = "registry+https://github.com/rust-lang/crates.io-index"14063checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"14064dependencies = [14065 "winapi",14066]1406714068[[package]]14069name = "wyz"14070version = "0.2.0"14071source = "registry+https://github.com/rust-lang/crates.io-index"14072checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1407314074[[package]]14075name = "wyz"14076version = "0.5.1"14077source = "registry+https://github.com/rust-lang/crates.io-index"14078checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"14079dependencies = [14080 "tap",14081]1408214083[[package]]14084name = "x25519-dalek"14085version = "1.1.1"14086source = "registry+https://github.com/rust-lang/crates.io-index"14087checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14088dependencies = [14089 "curve25519-dalek 3.2.0",14090 "rand_core 0.5.1",14091 "zeroize",14092]1409314094[[package]]14095name = "xcm"14096version = "0.9.36"14097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14098dependencies = [14099 "derivative",14100 "impl-trait-for-tuples",14101 "log",14102 "parity-scale-codec 3.2.1",14103 "scale-info",14104 "sp-runtime",14105 "xcm-procedural",14106]1410714108[[package]]14109name = "xcm-builder"14110version = "0.9.36"14111source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14112dependencies = [14113 "frame-support",14114 "frame-system",14115 "log",14116 "pallet-transaction-payment",14117 "parity-scale-codec 3.2.1",14118 "polkadot-parachain",14119 "scale-info",14120 "sp-arithmetic",14121 "sp-io",14122 "sp-runtime",14123 "sp-std",14124 "xcm",14125 "xcm-executor",14126]1412714128[[package]]14129name = "xcm-executor"14130version = "0.9.36"14131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14132dependencies = [14133 "frame-benchmarking",14134 "frame-support",14135 "impl-trait-for-tuples",14136 "log",14137 "parity-scale-codec 3.2.1",14138 "sp-arithmetic",14139 "sp-core",14140 "sp-io",14141 "sp-runtime",14142 "sp-std",14143 "xcm",14144]1414514146[[package]]14147name = "xcm-procedural"14148version = "0.9.36"14149source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14150dependencies = [14151 "Inflector",14152 "proc-macro2",14153 "quote",14154 "syn",14155]1415614157[[package]]14158name = "yamux"14159version = "0.10.2"14160source = "registry+https://github.com/rust-lang/crates.io-index"14161checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14162dependencies = [14163 "futures 0.3.25",14164 "log",14165 "nohash-hasher",14166 "parking_lot 0.12.1",14167 "rand 0.8.5",14168 "static_assertions",14169]1417014171[[package]]14172name = "zeroize"14173version = "1.5.7"14174source = "registry+https://github.com/rust-lang/crates.io-index"14175checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14176dependencies = [14177 "zeroize_derive",14178]1417914180[[package]]14181name = "zeroize_derive"14182version = "1.3.3"14183source = "registry+https://github.com/rust-lang/crates.io-index"14184checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14185dependencies = [14186 "proc-macro2",14187 "quote",14188 "syn",14189 "synstructure",14190]1419114192[[package]]14193name = "zstd"14194version = "0.11.2+zstd.1.5.2"14195source = "registry+https://github.com/rust-lang/crates.io-index"14196checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14197dependencies = [14198 "zstd-safe",14199]1420014201[[package]]14202name = "zstd-safe"14203version = "5.0.2+zstd.1.5.2"14204source = "registry+https://github.com/rust-lang/crates.io-index"14205checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14206dependencies = [14207 "libc",14208 "zstd-sys",14209]1421014211[[package]]14212name = "zstd-sys"14213version = "2.0.4+zstd.1.5.2"14214source = "registry+https://github.com/rust-lang/crates.io-index"14215checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14216dependencies = [14217 "cc",14218 "libc",14219]