git.delta.rocks / unique-network / refs/commits / 6bd6fc54d6ab

difftreelog

source

Cargo.lock316.4 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-balances",5311 "pallet-base-fee",5312 "pallet-common",5313 "pallet-configuration",5314 "pallet-ethereum",5315 "pallet-evm",5316 "pallet-evm-coder-substrate",5317 "pallet-evm-contract-helpers",5318 "pallet-evm-migration",5319 "pallet-evm-precompile-simple",5320 "pallet-evm-transaction-payment",5321 "pallet-foreign-assets",5322 "pallet-fungible",5323 "pallet-inflation",5324 "pallet-maintenance",5325 "pallet-nonfungible",5326 "pallet-randomness-collective-flip",5327 "pallet-refungible",5328 "pallet-rmrk-core",5329 "pallet-rmrk-equip",5330 "pallet-structure",5331 "pallet-sudo",5332 "pallet-template-transaction-payment",5333 "pallet-test-utils",5334 "pallet-timestamp",5335 "pallet-transaction-payment",5336 "pallet-transaction-payment-rpc-runtime-api",5337 "pallet-treasury",5338 "pallet-unique",5339 "pallet-unique-scheduler-v2",5340 "pallet-xcm",5341 "parachain-info",5342 "parity-scale-codec 3.2.1",5343 "polkadot-parachain",5344 "precompile-utils-macro",5345 "rmrk-rpc",5346 "scale-info",5347 "serde",5348 "smallvec",5349 "sp-api",5350 "sp-arithmetic",5351 "sp-block-builder",5352 "sp-consensus-aura",5353 "sp-core",5354 "sp-inherents",5355 "sp-io",5356 "sp-offchain",5357 "sp-runtime",5358 "sp-session",5359 "sp-std",5360 "sp-transaction-pool",5361 "sp-version",5362 "substrate-wasm-builder",5363 "up-common",5364 "up-data-structs",5365 "up-pov-estimate-rpc",5366 "up-rpc",5367 "up-sponsorship",5368 "xcm",5369 "xcm-builder",5370 "xcm-executor",5371]53725373[[package]]5374name = "opaque-debug"5375version = "0.2.3"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53785379[[package]]5380name = "opaque-debug"5381version = "0.3.0"5382source = "registry+https://github.com/rust-lang/crates.io-index"5383checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53845385[[package]]5386name = "openssl-probe"5387version = "0.1.5"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53905391[[package]]5392name = "orchestra"5393version = "0.0.2"5394source = "registry+https://github.com/rust-lang/crates.io-index"5395checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5396dependencies = [5397 "async-trait",5398 "dyn-clonable",5399 "futures 0.3.25",5400 "futures-timer",5401 "orchestra-proc-macro",5402 "pin-project",5403 "prioritized-metered-channel",5404 "thiserror",5405 "tracing",5406]54075408[[package]]5409name = "orchestra-proc-macro"5410version = "0.0.2"5411source = "registry+https://github.com/rust-lang/crates.io-index"5412checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5413dependencies = [5414 "expander 0.0.6",5415 "itertools",5416 "petgraph",5417 "proc-macro-crate",5418 "proc-macro2",5419 "quote",5420 "syn",5421]54225423[[package]]5424name = "ordered-float"5425version = "1.1.1"5426source = "registry+https://github.com/rust-lang/crates.io-index"5427checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5428dependencies = [5429 "num-traits",5430]54315432[[package]]5433name = "orml-tokens"5434version = "0.4.1-dev"5435source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5436dependencies = [5437 "frame-support",5438 "frame-system",5439 "orml-traits",5440 "parity-scale-codec 3.2.1",5441 "scale-info",5442 "serde",5443 "sp-runtime",5444 "sp-std",5445]54465447[[package]]5448name = "orml-traits"5449version = "0.4.1-dev"5450source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5451dependencies = [5452 "frame-support",5453 "impl-trait-for-tuples",5454 "num-traits",5455 "orml-utilities",5456 "parity-scale-codec 3.2.1",5457 "scale-info",5458 "serde",5459 "sp-io",5460 "sp-runtime",5461 "sp-std",5462 "xcm",5463]54645465[[package]]5466name = "orml-utilities"5467version = "0.4.1-dev"5468source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5469dependencies = [5470 "frame-support",5471 "parity-scale-codec 3.2.1",5472 "scale-info",5473 "serde",5474 "sp-io",5475 "sp-runtime",5476 "sp-std",5477]54785479[[package]]5480name = "orml-vesting"5481version = "0.4.1-dev"5482source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5483dependencies = [5484 "frame-support",5485 "frame-system",5486 "parity-scale-codec 3.2.1",5487 "scale-info",5488 "serde",5489 "sp-io",5490 "sp-runtime",5491 "sp-std",5492]54935494[[package]]5495name = "orml-xcm-support"5496version = "0.4.1-dev"5497source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5498dependencies = [5499 "frame-support",5500 "orml-traits",5501 "parity-scale-codec 3.2.1",5502 "sp-runtime",5503 "sp-std",5504 "xcm",5505 "xcm-executor",5506]55075508[[package]]5509name = "orml-xtokens"5510version = "0.4.1-dev"5511source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5512dependencies = [5513 "cumulus-primitives-core",5514 "frame-support",5515 "frame-system",5516 "orml-traits",5517 "orml-xcm-support",5518 "pallet-xcm",5519 "parity-scale-codec 3.2.1",5520 "scale-info",5521 "serde",5522 "sp-io",5523 "sp-runtime",5524 "sp-std",5525 "xcm",5526 "xcm-executor",5527]55285529[[package]]5530name = "os_str_bytes"5531version = "6.4.1"5532source = "registry+https://github.com/rust-lang/crates.io-index"5533checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55345535[[package]]5536name = "overload"5537version = "0.1.1"5538source = "registry+https://github.com/rust-lang/crates.io-index"5539checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"55405541[[package]]5542name = "packed_simd_2"5543version = "0.3.8"5544source = "registry+https://github.com/rust-lang/crates.io-index"5545checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"5546dependencies = [5547 "cfg-if",5548 "libm 0.1.4",5549]55505551[[package]]5552name = "pallet-app-promotion"5553version = "0.1.3"5554dependencies = [5555 "frame-benchmarking",5556 "frame-support",5557 "frame-system",5558 "pallet-balances",5559 "pallet-common",5560 "pallet-configuration",5561 "pallet-evm",5562 "pallet-evm-contract-helpers",5563 "pallet-evm-migration",5564 "pallet-randomness-collective-flip",5565 "pallet-timestamp",5566 "pallet-unique",5567 "parity-scale-codec 3.2.1",5568 "scale-info",5569 "serde",5570 "sp-core",5571 "sp-io",5572 "sp-runtime",5573 "sp-std",5574 "up-data-structs",5575]55765577[[package]]5578name = "pallet-aura"5579version = "4.0.0-dev"5580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5581dependencies = [5582 "frame-support",5583 "frame-system",5584 "pallet-timestamp",5585 "parity-scale-codec 3.2.1",5586 "scale-info",5587 "sp-application-crypto",5588 "sp-consensus-aura",5589 "sp-runtime",5590 "sp-std",5591]55925593[[package]]5594name = "pallet-authority-discovery"5595version = "4.0.0-dev"5596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5597dependencies = [5598 "frame-support",5599 "frame-system",5600 "pallet-session",5601 "parity-scale-codec 3.2.1",5602 "scale-info",5603 "sp-application-crypto",5604 "sp-authority-discovery",5605 "sp-runtime",5606 "sp-std",5607]56085609[[package]]5610name = "pallet-authorship"5611version = "4.0.0-dev"5612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5613dependencies = [5614 "frame-support",5615 "frame-system",5616 "impl-trait-for-tuples",5617 "parity-scale-codec 3.2.1",5618 "scale-info",5619 "sp-authorship",5620 "sp-runtime",5621 "sp-std",5622]56235624[[package]]5625name = "pallet-babe"5626version = "4.0.0-dev"5627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5628dependencies = [5629 "frame-benchmarking",5630 "frame-support",5631 "frame-system",5632 "log",5633 "pallet-authorship",5634 "pallet-session",5635 "pallet-timestamp",5636 "parity-scale-codec 3.2.1",5637 "scale-info",5638 "sp-application-crypto",5639 "sp-consensus-babe",5640 "sp-consensus-vrf",5641 "sp-io",5642 "sp-runtime",5643 "sp-session",5644 "sp-staking",5645 "sp-std",5646]56475648[[package]]5649name = "pallet-bags-list"5650version = "4.0.0-dev"5651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5652dependencies = [5653 "frame-benchmarking",5654 "frame-election-provider-support",5655 "frame-support",5656 "frame-system",5657 "log",5658 "pallet-balances",5659 "parity-scale-codec 3.2.1",5660 "scale-info",5661 "sp-core",5662 "sp-io",5663 "sp-runtime",5664 "sp-std",5665 "sp-tracing",5666]56675668[[package]]5669name = "pallet-balances"5670version = "4.0.0-dev"5671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5672dependencies = [5673 "frame-benchmarking",5674 "frame-support",5675 "frame-system",5676 "log",5677 "parity-scale-codec 3.2.1",5678 "scale-info",5679 "sp-runtime",5680 "sp-std",5681]56825683[[package]]5684name = "pallet-base-fee"5685version = "1.0.0"5686source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"5687dependencies = [5688 "fp-evm",5689 "frame-support",5690 "frame-system",5691 "parity-scale-codec 3.2.1",5692 "scale-info",5693 "serde",5694 "sp-core",5695 "sp-runtime",5696]56975698[[package]]5699name = "pallet-beefy"5700version = "4.0.0-dev"5701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5702dependencies = [5703 "frame-support",5704 "frame-system",5705 "pallet-session",5706 "parity-scale-codec 3.2.1",5707 "scale-info",5708 "serde",5709 "sp-beefy",5710 "sp-runtime",5711 "sp-std",5712]57135714[[package]]5715name = "pallet-beefy-mmr"5716version = "4.0.0-dev"5717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5718dependencies = [5719 "array-bytes 4.2.0",5720 "beefy-merkle-tree",5721 "frame-support",5722 "frame-system",5723 "log",5724 "pallet-beefy",5725 "pallet-mmr",5726 "pallet-session",5727 "parity-scale-codec 3.2.1",5728 "scale-info",5729 "serde",5730 "sp-beefy",5731 "sp-core",5732 "sp-io",5733 "sp-runtime",5734 "sp-std",5735]57365737[[package]]5738name = "pallet-bounties"5739version = "4.0.0-dev"5740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5741dependencies = [5742 "frame-benchmarking",5743 "frame-support",5744 "frame-system",5745 "log",5746 "pallet-treasury",5747 "parity-scale-codec 3.2.1",5748 "scale-info",5749 "sp-core",5750 "sp-io",5751 "sp-runtime",5752 "sp-std",5753]57545755[[package]]5756name = "pallet-child-bounties"5757version = "4.0.0-dev"5758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5759dependencies = [5760 "frame-benchmarking",5761 "frame-support",5762 "frame-system",5763 "log",5764 "pallet-bounties",5765 "pallet-treasury",5766 "parity-scale-codec 3.2.1",5767 "scale-info",5768 "sp-core",5769 "sp-io",5770 "sp-runtime",5771 "sp-std",5772]57735774[[package]]5775name = "pallet-collective"5776version = "4.0.0-dev"5777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5778dependencies = [5779 "frame-benchmarking",5780 "frame-support",5781 "frame-system",5782 "log",5783 "parity-scale-codec 3.2.1",5784 "scale-info",5785 "sp-core",5786 "sp-io",5787 "sp-runtime",5788 "sp-std",5789]57905791[[package]]5792name = "pallet-common"5793version = "0.1.12"5794dependencies = [5795 "ethereum 0.14.0",5796 "evm-coder",5797 "fp-evm-mapping",5798 "frame-benchmarking",5799 "frame-support",5800 "frame-system",5801 "pallet-evm",5802 "pallet-evm-coder-substrate",5803 "parity-scale-codec 3.2.1",5804 "scale-info",5805 "serde",5806 "sp-core",5807 "sp-runtime",5808 "sp-std",5809 "up-data-structs",5810 "up-pov-estimate-rpc",5811]58125813[[package]]5814name = "pallet-configuration"5815version = "0.1.2"5816dependencies = [5817 "fp-evm",5818 "frame-support",5819 "frame-system",5820 "parity-scale-codec 3.2.1",5821 "scale-info",5822 "smallvec",5823 "sp-arithmetic",5824 "sp-core",5825 "sp-runtime",5826 "sp-std",5827 "xcm",5828]58295830[[package]]5831name = "pallet-conviction-voting"5832version = "4.0.0-dev"5833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5834dependencies = [5835 "assert_matches",5836 "frame-benchmarking",5837 "frame-support",5838 "frame-system",5839 "parity-scale-codec 3.2.1",5840 "scale-info",5841 "serde",5842 "sp-io",5843 "sp-runtime",5844 "sp-std",5845]58465847[[package]]5848name = "pallet-democracy"5849version = "4.0.0-dev"5850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5851dependencies = [5852 "frame-benchmarking",5853 "frame-support",5854 "frame-system",5855 "log",5856 "parity-scale-codec 3.2.1",5857 "scale-info",5858 "serde",5859 "sp-core",5860 "sp-io",5861 "sp-runtime",5862 "sp-std",5863]58645865[[package]]5866name = "pallet-election-provider-multi-phase"5867version = "4.0.0-dev"5868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5869dependencies = [5870 "frame-benchmarking",5871 "frame-election-provider-support",5872 "frame-support",5873 "frame-system",5874 "log",5875 "pallet-election-provider-support-benchmarking",5876 "parity-scale-codec 3.2.1",5877 "rand 0.7.3",5878 "scale-info",5879 "sp-arithmetic",5880 "sp-core",5881 "sp-io",5882 "sp-npos-elections",5883 "sp-runtime",5884 "sp-std",5885 "static_assertions",5886 "strum",5887]58885889[[package]]5890name = "pallet-election-provider-support-benchmarking"5891version = "4.0.0-dev"5892source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5893dependencies = [5894 "frame-benchmarking",5895 "frame-election-provider-support",5896 "frame-system",5897 "parity-scale-codec 3.2.1",5898 "sp-npos-elections",5899 "sp-runtime",5900]59015902[[package]]5903name = "pallet-elections-phragmen"5904version = "5.0.0-dev"5905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5906dependencies = [5907 "frame-benchmarking",5908 "frame-support",5909 "frame-system",5910 "log",5911 "parity-scale-codec 3.2.1",5912 "scale-info",5913 "sp-core",5914 "sp-io",5915 "sp-npos-elections",5916 "sp-runtime",5917 "sp-std",5918]59195920[[package]]5921name = "pallet-ethereum"5922version = "4.0.0-dev"5923source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"5924dependencies = [5925 "ethereum 0.14.0",5926 "ethereum-types 0.14.1",5927 "evm",5928 "fp-consensus",5929 "fp-ethereum",5930 "fp-evm",5931 "fp-evm-mapping",5932 "fp-rpc",5933 "fp-self-contained",5934 "fp-storage",5935 "frame-support",5936 "frame-system",5937 "pallet-evm",5938 "pallet-timestamp",5939 "parity-scale-codec 3.2.1",5940 "rlp",5941 "scale-info",5942 "serde",5943 "sp-io",5944 "sp-runtime",5945 "sp-std",5946]59475948[[package]]5949name = "pallet-evm"5950version = "6.0.0-dev"5951source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"5952dependencies = [5953 "environmental",5954 "evm",5955 "fp-evm",5956 "fp-evm-mapping",5957 "frame-benchmarking",5958 "frame-support",5959 "frame-system",5960 "hex",5961 "impl-trait-for-tuples",5962 "log",5963 "pallet-timestamp",5964 "parity-scale-codec 3.2.1",5965 "primitive-types 0.12.1",5966 "rlp",5967 "scale-info",5968 "serde",5969 "sp-core",5970 "sp-io",5971 "sp-runtime",5972 "sp-std",5973]59745975[[package]]5976name = "pallet-evm-coder-substrate"5977version = "0.1.3"5978dependencies = [5979 "ethereum 0.14.0",5980 "evm-coder",5981 "frame-benchmarking",5982 "frame-support",5983 "frame-system",5984 "pallet-ethereum",5985 "pallet-evm",5986 "parity-scale-codec 3.2.1",5987 "scale-info",5988 "sp-core",5989 "sp-std",5990 "up-data-structs",5991]59925993[[package]]5994name = "pallet-evm-contract-helpers"5995version = "0.3.0"5996dependencies = [5997 "ethereum 0.14.0",5998 "evm-coder",5999 "fp-evm-mapping",6000 "frame-support",6001 "frame-system",6002 "log",6003 "pallet-common",6004 "pallet-evm",6005 "pallet-evm-coder-substrate",6006 "pallet-evm-transaction-payment",6007 "parity-scale-codec 3.2.1",6008 "scale-info",6009 "sp-core",6010 "sp-runtime",6011 "sp-std",6012 "up-data-structs",6013 "up-sponsorship",6014]60156016[[package]]6017name = "pallet-evm-migration"6018version = "0.1.1"6019dependencies = [6020 "ethereum 0.14.0",6021 "fp-evm",6022 "frame-benchmarking",6023 "frame-support",6024 "frame-system",6025 "pallet-evm",6026 "parity-scale-codec 3.2.1",6027 "scale-info",6028 "sp-core",6029 "sp-io",6030 "sp-runtime",6031 "sp-std",6032]60336034[[package]]6035name = "pallet-evm-precompile-simple"6036version = "2.0.0-dev"6037source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#cf1894629c7df1c4dafe58aa773627a3d940da14"6038dependencies = [6039 "fp-evm",6040 "ripemd",6041 "sp-io",6042]60436044[[package]]6045name = "pallet-evm-transaction-payment"6046version = "0.1.1"6047dependencies = [6048 "fp-evm",6049 "fp-evm-mapping",6050 "frame-support",6051 "frame-system",6052 "pallet-ethereum",6053 "pallet-evm",6054 "parity-scale-codec 3.2.1",6055 "scale-info",6056 "sp-core",6057 "sp-io",6058 "sp-runtime",6059 "sp-std",6060 "up-sponsorship",6061]60626063[[package]]6064name = "pallet-fast-unstake"6065version = "4.0.0-dev"6066source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6067dependencies = [6068 "frame-benchmarking",6069 "frame-election-provider-support",6070 "frame-support",6071 "frame-system",6072 "log",6073 "parity-scale-codec 3.2.1",6074 "scale-info",6075 "sp-io",6076 "sp-runtime",6077 "sp-staking",6078 "sp-std",6079]60806081[[package]]6082name = "pallet-foreign-assets"6083version = "0.1.0"6084dependencies = [6085 "frame-benchmarking",6086 "frame-support",6087 "frame-system",6088 "hex",6089 "log",6090 "orml-tokens",6091 "pallet-balances",6092 "pallet-common",6093 "pallet-fungible",6094 "pallet-timestamp",6095 "parity-scale-codec 3.2.1",6096 "scale-info",6097 "serde",6098 "serde_json",6099 "sp-core",6100 "sp-io",6101 "sp-runtime",6102 "sp-std",6103 "up-data-structs",6104 "xcm",6105 "xcm-builder",6106 "xcm-executor",6107]61086109[[package]]6110name = "pallet-fungible"6111version = "0.1.9"6112dependencies = [6113 "ethereum 0.14.0",6114 "evm-coder",6115 "frame-benchmarking",6116 "frame-support",6117 "frame-system",6118 "pallet-common",6119 "pallet-evm",6120 "pallet-evm-coder-substrate",6121 "pallet-structure",6122 "parity-scale-codec 3.2.1",6123 "scale-info",6124 "sp-core",6125 "sp-runtime",6126 "sp-std",6127 "up-data-structs",6128]61296130[[package]]6131name = "pallet-grandpa"6132version = "4.0.0-dev"6133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6134dependencies = [6135 "frame-benchmarking",6136 "frame-support",6137 "frame-system",6138 "log",6139 "pallet-authorship",6140 "pallet-session",6141 "parity-scale-codec 3.2.1",6142 "scale-info",6143 "sp-application-crypto",6144 "sp-core",6145 "sp-finality-grandpa",6146 "sp-io",6147 "sp-runtime",6148 "sp-session",6149 "sp-staking",6150 "sp-std",6151]61526153[[package]]6154name = "pallet-identity"6155version = "4.0.0-dev"6156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6157dependencies = [6158 "enumflags2",6159 "frame-benchmarking",6160 "frame-support",6161 "frame-system",6162 "parity-scale-codec 3.2.1",6163 "scale-info",6164 "sp-io",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-im-online"6171version = "4.0.0-dev"6172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6173dependencies = [6174 "frame-benchmarking",6175 "frame-support",6176 "frame-system",6177 "log",6178 "pallet-authorship",6179 "parity-scale-codec 3.2.1",6180 "scale-info",6181 "sp-application-crypto",6182 "sp-core",6183 "sp-io",6184 "sp-runtime",6185 "sp-staking",6186 "sp-std",6187]61886189[[package]]6190name = "pallet-indices"6191version = "4.0.0-dev"6192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6193dependencies = [6194 "frame-benchmarking",6195 "frame-support",6196 "frame-system",6197 "parity-scale-codec 3.2.1",6198 "scale-info",6199 "sp-core",6200 "sp-io",6201 "sp-keyring",6202 "sp-runtime",6203 "sp-std",6204]62056206[[package]]6207name = "pallet-inflation"6208version = "0.1.1"6209dependencies = [6210 "frame-benchmarking",6211 "frame-support",6212 "frame-system",6213 "pallet-balances",6214 "pallet-randomness-collective-flip",6215 "pallet-timestamp",6216 "parity-scale-codec 3.2.1",6217 "scale-info",6218 "serde",6219 "sp-core",6220 "sp-io",6221 "sp-runtime",6222 "sp-std",6223]62246225[[package]]6226name = "pallet-maintenance"6227version = "0.1.0"6228dependencies = [6229 "frame-benchmarking",6230 "frame-support",6231 "frame-system",6232 "parity-scale-codec 3.2.1",6233 "scale-info",6234 "sp-std",6235]62366237[[package]]6238name = "pallet-membership"6239version = "4.0.0-dev"6240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6241dependencies = [6242 "frame-benchmarking",6243 "frame-support",6244 "frame-system",6245 "log",6246 "parity-scale-codec 3.2.1",6247 "scale-info",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-mmr"6256version = "4.0.0-dev"6257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6258dependencies = [6259 "frame-benchmarking",6260 "frame-support",6261 "frame-system",6262 "parity-scale-codec 3.2.1",6263 "scale-info",6264 "sp-core",6265 "sp-io",6266 "sp-mmr-primitives",6267 "sp-runtime",6268 "sp-std",6269]62706271[[package]]6272name = "pallet-multisig"6273version = "4.0.0-dev"6274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6275dependencies = [6276 "frame-benchmarking",6277 "frame-support",6278 "frame-system",6279 "log",6280 "parity-scale-codec 3.2.1",6281 "scale-info",6282 "sp-io",6283 "sp-runtime",6284 "sp-std",6285]62866287[[package]]6288name = "pallet-nis"6289version = "4.0.0-dev"6290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6291dependencies = [6292 "frame-benchmarking",6293 "frame-support",6294 "frame-system",6295 "parity-scale-codec 3.2.1",6296 "scale-info",6297 "sp-arithmetic",6298 "sp-core",6299 "sp-runtime",6300 "sp-std",6301]63026303[[package]]6304name = "pallet-nomination-pools"6305version = "1.0.0"6306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6307dependencies = [6308 "frame-support",6309 "frame-system",6310 "log",6311 "parity-scale-codec 3.2.1",6312 "scale-info",6313 "sp-core",6314 "sp-io",6315 "sp-runtime",6316 "sp-staking",6317 "sp-std",6318]63196320[[package]]6321name = "pallet-nomination-pools-benchmarking"6322version = "1.0.0"6323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6324dependencies = [6325 "frame-benchmarking",6326 "frame-election-provider-support",6327 "frame-support",6328 "frame-system",6329 "pallet-bags-list",6330 "pallet-nomination-pools",6331 "pallet-staking",6332 "parity-scale-codec 3.2.1",6333 "scale-info",6334 "sp-runtime",6335 "sp-runtime-interface",6336 "sp-staking",6337 "sp-std",6338]63396340[[package]]6341name = "pallet-nomination-pools-runtime-api"6342version = "1.0.0-dev"6343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6344dependencies = [6345 "parity-scale-codec 3.2.1",6346 "sp-api",6347 "sp-std",6348]63496350[[package]]6351name = "pallet-nonfungible"6352version = "0.1.12"6353dependencies = [6354 "ethereum 0.14.0",6355 "evm-coder",6356 "frame-benchmarking",6357 "frame-support",6358 "frame-system",6359 "pallet-common",6360 "pallet-evm",6361 "pallet-evm-coder-substrate",6362 "pallet-structure",6363 "parity-scale-codec 3.2.1",6364 "scale-info",6365 "sp-core",6366 "sp-runtime",6367 "sp-std",6368 "struct-versioning",6369 "up-data-structs",6370]63716372[[package]]6373name = "pallet-offences"6374version = "4.0.0-dev"6375source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6376dependencies = [6377 "frame-support",6378 "frame-system",6379 "log",6380 "pallet-balances",6381 "parity-scale-codec 3.2.1",6382 "scale-info",6383 "serde",6384 "sp-runtime",6385 "sp-staking",6386 "sp-std",6387]63886389[[package]]6390name = "pallet-offences-benchmarking"6391version = "4.0.0-dev"6392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6393dependencies = [6394 "frame-benchmarking",6395 "frame-election-provider-support",6396 "frame-support",6397 "frame-system",6398 "pallet-babe",6399 "pallet-balances",6400 "pallet-grandpa",6401 "pallet-im-online",6402 "pallet-offences",6403 "pallet-session",6404 "pallet-staking",6405 "parity-scale-codec 3.2.1",6406 "scale-info",6407 "sp-runtime",6408 "sp-staking",6409 "sp-std",6410]64116412[[package]]6413name = "pallet-preimage"6414version = "4.0.0-dev"6415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6416dependencies = [6417 "frame-benchmarking",6418 "frame-support",6419 "frame-system",6420 "log",6421 "parity-scale-codec 3.2.1",6422 "scale-info",6423 "sp-core",6424 "sp-io",6425 "sp-runtime",6426 "sp-std",6427]64286429[[package]]6430name = "pallet-proxy"6431version = "4.0.0-dev"6432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6433dependencies = [6434 "frame-benchmarking",6435 "frame-support",6436 "frame-system",6437 "parity-scale-codec 3.2.1",6438 "scale-info",6439 "sp-io",6440 "sp-runtime",6441 "sp-std",6442]64436444[[package]]6445name = "pallet-randomness-collective-flip"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6448dependencies = [6449 "frame-support",6450 "frame-system",6451 "parity-scale-codec 3.2.1",6452 "safe-mix",6453 "scale-info",6454 "sp-runtime",6455 "sp-std",6456]64576458[[package]]6459name = "pallet-ranked-collective"6460version = "4.0.0-dev"6461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6462dependencies = [6463 "frame-benchmarking",6464 "frame-support",6465 "frame-system",6466 "log",6467 "parity-scale-codec 3.2.1",6468 "scale-info",6469 "sp-arithmetic",6470 "sp-core",6471 "sp-io",6472 "sp-runtime",6473 "sp-std",6474]64756476[[package]]6477name = "pallet-recovery"6478version = "4.0.0-dev"6479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6480dependencies = [6481 "frame-benchmarking",6482 "frame-support",6483 "frame-system",6484 "parity-scale-codec 3.2.1",6485 "scale-info",6486 "sp-io",6487 "sp-runtime",6488 "sp-std",6489]64906491[[package]]6492name = "pallet-referenda"6493version = "4.0.0-dev"6494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6495dependencies = [6496 "assert_matches",6497 "frame-benchmarking",6498 "frame-support",6499 "frame-system",6500 "log",6501 "parity-scale-codec 3.2.1",6502 "scale-info",6503 "serde",6504 "sp-arithmetic",6505 "sp-io",6506 "sp-runtime",6507 "sp-std",6508]65096510[[package]]6511name = "pallet-refungible"6512version = "0.2.11"6513dependencies = [6514 "derivative",6515 "ethereum 0.14.0",6516 "evm-coder",6517 "frame-benchmarking",6518 "frame-support",6519 "frame-system",6520 "pallet-common",6521 "pallet-evm",6522 "pallet-evm-coder-substrate",6523 "pallet-structure",6524 "parity-scale-codec 3.2.1",6525 "scale-info",6526 "sp-core",6527 "sp-runtime",6528 "sp-std",6529 "struct-versioning",6530 "up-data-structs",6531]65326533[[package]]6534name = "pallet-rmrk-core"6535version = "0.1.2"6536dependencies = [6537 "derivative",6538 "frame-benchmarking",6539 "frame-support",6540 "frame-system",6541 "pallet-common",6542 "pallet-evm",6543 "pallet-nonfungible",6544 "pallet-structure",6545 "parity-scale-codec 3.2.1",6546 "rmrk-traits",6547 "scale-info",6548 "sp-core",6549 "sp-runtime",6550 "sp-std",6551 "up-data-structs",6552]65536554[[package]]6555name = "pallet-rmrk-equip"6556version = "0.1.2"6557dependencies = [6558 "frame-benchmarking",6559 "frame-support",6560 "frame-system",6561 "pallet-common",6562 "pallet-evm",6563 "pallet-nonfungible",6564 "pallet-rmrk-core",6565 "parity-scale-codec 3.2.1",6566 "rmrk-traits",6567 "scale-info",6568 "sp-core",6569 "sp-runtime",6570 "sp-std",6571 "up-data-structs",6572]65736574[[package]]6575name = "pallet-scheduler"6576version = "4.0.0-dev"6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6578dependencies = [6579 "frame-benchmarking",6580 "frame-support",6581 "frame-system",6582 "log",6583 "parity-scale-codec 3.2.1",6584 "scale-info",6585 "sp-io",6586 "sp-runtime",6587 "sp-std",6588 "sp-weights",6589]65906591[[package]]6592name = "pallet-session"6593version = "4.0.0-dev"6594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6595dependencies = [6596 "frame-support",6597 "frame-system",6598 "impl-trait-for-tuples",6599 "log",6600 "pallet-timestamp",6601 "parity-scale-codec 3.2.1",6602 "scale-info",6603 "sp-core",6604 "sp-io",6605 "sp-runtime",6606 "sp-session",6607 "sp-staking",6608 "sp-std",6609 "sp-trie",6610]66116612[[package]]6613name = "pallet-session-benchmarking"6614version = "4.0.0-dev"6615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6616dependencies = [6617 "frame-benchmarking",6618 "frame-support",6619 "frame-system",6620 "pallet-session",6621 "pallet-staking",6622 "rand 0.7.3",6623 "sp-runtime",6624 "sp-session",6625 "sp-std",6626]66276628[[package]]6629name = "pallet-society"6630version = "4.0.0-dev"6631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6632dependencies = [6633 "frame-support",6634 "frame-system",6635 "parity-scale-codec 3.2.1",6636 "rand_chacha 0.2.2",6637 "scale-info",6638 "sp-runtime",6639 "sp-std",6640]66416642[[package]]6643name = "pallet-staking"6644version = "4.0.0-dev"6645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6646dependencies = [6647 "frame-benchmarking",6648 "frame-election-provider-support",6649 "frame-support",6650 "frame-system",6651 "log",6652 "pallet-authorship",6653 "pallet-session",6654 "parity-scale-codec 3.2.1",6655 "rand_chacha 0.2.2",6656 "scale-info",6657 "serde",6658 "sp-application-crypto",6659 "sp-io",6660 "sp-runtime",6661 "sp-staking",6662 "sp-std",6663]66646665[[package]]6666name = "pallet-staking-reward-curve"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6669dependencies = [6670 "proc-macro-crate",6671 "proc-macro2",6672 "quote",6673 "syn",6674]66756676[[package]]6677name = "pallet-staking-reward-fn"6678version = "4.0.0-dev"6679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6680dependencies = [6681 "log",6682 "sp-arithmetic",6683]66846685[[package]]6686name = "pallet-state-trie-migration"6687version = "4.0.0-dev"6688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6689dependencies = [6690 "frame-benchmarking",6691 "frame-support",6692 "frame-system",6693 "log",6694 "parity-scale-codec 3.2.1",6695 "scale-info",6696 "sp-core",6697 "sp-io",6698 "sp-runtime",6699 "sp-std",6700]67016702[[package]]6703name = "pallet-structure"6704version = "0.1.2"6705dependencies = [6706 "frame-benchmarking",6707 "frame-support",6708 "frame-system",6709 "pallet-common",6710 "pallet-evm",6711 "parity-scale-codec 3.2.1",6712 "scale-info",6713 "sp-std",6714 "up-data-structs",6715]67166717[[package]]6718name = "pallet-sudo"6719version = "4.0.0-dev"6720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6721dependencies = [6722 "frame-support",6723 "frame-system",6724 "parity-scale-codec 3.2.1",6725 "scale-info",6726 "sp-io",6727 "sp-runtime",6728 "sp-std",6729]67306731[[package]]6732name = "pallet-template-transaction-payment"6733version = "3.0.0"6734source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"6735dependencies = [6736 "frame-benchmarking",6737 "frame-support",6738 "frame-system",6739 "pallet-balances",6740 "pallet-transaction-payment",6741 "parity-scale-codec 3.2.1",6742 "scale-info",6743 "serde",6744 "sp-core",6745 "sp-io",6746 "sp-runtime",6747 "sp-std",6748 "up-sponsorship",6749]67506751[[package]]6752name = "pallet-test-utils"6753version = "0.1.0"6754dependencies = [6755 "frame-support",6756 "frame-system",6757 "pallet-unique-scheduler-v2",6758 "parity-scale-codec 3.2.1",6759 "scale-info",6760 "sp-std",6761]67626763[[package]]6764name = "pallet-timestamp"6765version = "4.0.0-dev"6766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6767dependencies = [6768 "frame-benchmarking",6769 "frame-support",6770 "frame-system",6771 "log",6772 "parity-scale-codec 3.2.1",6773 "scale-info",6774 "sp-inherents",6775 "sp-io",6776 "sp-runtime",6777 "sp-std",6778 "sp-timestamp",6779]67806781[[package]]6782name = "pallet-tips"6783version = "4.0.0-dev"6784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6785dependencies = [6786 "frame-benchmarking",6787 "frame-support",6788 "frame-system",6789 "log",6790 "pallet-treasury",6791 "parity-scale-codec 3.2.1",6792 "scale-info",6793 "serde",6794 "sp-core",6795 "sp-io",6796 "sp-runtime",6797 "sp-std",6798]67996800[[package]]6801name = "pallet-transaction-payment"6802version = "4.0.0-dev"6803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6804dependencies = [6805 "frame-support",6806 "frame-system",6807 "parity-scale-codec 3.2.1",6808 "scale-info",6809 "serde",6810 "sp-core",6811 "sp-io",6812 "sp-runtime",6813 "sp-std",6814]68156816[[package]]6817name = "pallet-transaction-payment-rpc"6818version = "4.0.0-dev"6819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6820dependencies = [6821 "jsonrpsee",6822 "pallet-transaction-payment-rpc-runtime-api",6823 "parity-scale-codec 3.2.1",6824 "sp-api",6825 "sp-blockchain",6826 "sp-core",6827 "sp-rpc",6828 "sp-runtime",6829 "sp-weights",6830]68316832[[package]]6833name = "pallet-transaction-payment-rpc-runtime-api"6834version = "4.0.0-dev"6835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6836dependencies = [6837 "pallet-transaction-payment",6838 "parity-scale-codec 3.2.1",6839 "sp-api",6840 "sp-runtime",6841 "sp-weights",6842]68436844[[package]]6845name = "pallet-treasury"6846version = "4.0.0-dev"6847source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6848dependencies = [6849 "frame-benchmarking",6850 "frame-support",6851 "frame-system",6852 "impl-trait-for-tuples",6853 "pallet-balances",6854 "parity-scale-codec 3.2.1",6855 "scale-info",6856 "serde",6857 "sp-runtime",6858 "sp-std",6859]68606861[[package]]6862name = "pallet-unique"6863version = "0.2.1"6864dependencies = [6865 "ethereum 0.12.0",6866 "evm-coder",6867 "frame-benchmarking",6868 "frame-support",6869 "frame-system",6870 "pallet-common",6871 "pallet-evm",6872 "pallet-evm-coder-substrate",6873 "pallet-nonfungible",6874 "pallet-refungible",6875 "parity-scale-codec 3.2.1",6876 "scale-info",6877 "serde",6878 "sp-core",6879 "sp-io",6880 "sp-runtime",6881 "sp-std",6882 "up-data-structs",6883]68846885[[package]]6886name = "pallet-unique-scheduler-v2"6887version = "0.1.0"6888dependencies = [6889 "frame-benchmarking",6890 "frame-support",6891 "frame-system",6892 "log",6893 "pallet-preimage",6894 "parity-scale-codec 3.2.1",6895 "scale-info",6896 "sp-core",6897 "sp-io",6898 "sp-runtime",6899 "sp-std",6900 "substrate-test-utils",6901]69026903[[package]]6904name = "pallet-utility"6905version = "4.0.0-dev"6906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6907dependencies = [6908 "frame-benchmarking",6909 "frame-support",6910 "frame-system",6911 "parity-scale-codec 3.2.1",6912 "scale-info",6913 "sp-core",6914 "sp-io",6915 "sp-runtime",6916 "sp-std",6917]69186919[[package]]6920name = "pallet-vesting"6921version = "4.0.0-dev"6922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6923dependencies = [6924 "frame-benchmarking",6925 "frame-support",6926 "frame-system",6927 "log",6928 "parity-scale-codec 3.2.1",6929 "scale-info",6930 "sp-runtime",6931 "sp-std",6932]69336934[[package]]6935name = "pallet-whitelist"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-api",6945 "sp-runtime",6946 "sp-std",6947]69486949[[package]]6950name = "pallet-xcm"6951version = "0.9.36"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6953dependencies = [6954 "frame-support",6955 "frame-system",6956 "log",6957 "parity-scale-codec 3.2.1",6958 "scale-info",6959 "serde",6960 "sp-core",6961 "sp-runtime",6962 "sp-std",6963 "xcm",6964 "xcm-executor",6965]69666967[[package]]6968name = "pallet-xcm-benchmarks"6969version = "0.9.36"6970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6971dependencies = [6972 "frame-benchmarking",6973 "frame-support",6974 "frame-system",6975 "log",6976 "parity-scale-codec 3.2.1",6977 "scale-info",6978 "sp-runtime",6979 "sp-std",6980 "xcm",6981 "xcm-executor",6982]69836984[[package]]6985name = "parachain-info"6986version = "0.1.0"6987source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"6988dependencies = [6989 "cumulus-primitives-core",6990 "frame-support",6991 "frame-system",6992 "parity-scale-codec 3.2.1",6993 "scale-info",6994]69956996[[package]]6997name = "parity-db"6998version = "0.4.2"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"7001dependencies = [7002 "blake2",7003 "crc32fast",7004 "fs2",7005 "hex",7006 "libc",7007 "log",7008 "lz4",7009 "memmap2",7010 "parking_lot 0.12.1",7011 "rand 0.8.5",7012 "snap",7013]70147015[[package]]7016name = "parity-scale-codec"7017version = "2.3.1"7018source = "registry+https://github.com/rust-lang/crates.io-index"7019checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7020dependencies = [7021 "arrayvec 0.7.2",7022 "bitvec 0.20.4",7023 "byte-slice-cast",7024 "impl-trait-for-tuples",7025 "parity-scale-codec-derive 2.3.1",7026 "serde",7027]70287029[[package]]7030name = "parity-scale-codec"7031version = "3.2.1"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7034dependencies = [7035 "arrayvec 0.7.2",7036 "bitvec 1.0.1",7037 "byte-slice-cast",7038 "bytes",7039 "impl-trait-for-tuples",7040 "parity-scale-codec-derive 3.1.3",7041 "serde",7042]70437044[[package]]7045name = "parity-scale-codec-derive"7046version = "2.3.1"7047source = "registry+https://github.com/rust-lang/crates.io-index"7048checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7049dependencies = [7050 "proc-macro-crate",7051 "proc-macro2",7052 "quote",7053 "syn",7054]70557056[[package]]7057name = "parity-scale-codec-derive"7058version = "3.1.3"7059source = "registry+https://github.com/rust-lang/crates.io-index"7060checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7061dependencies = [7062 "proc-macro-crate",7063 "proc-macro2",7064 "quote",7065 "syn",7066]70677068[[package]]7069name = "parity-send-wrapper"7070version = "0.1.0"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70737074[[package]]7075name = "parity-wasm"7076version = "0.45.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70797080[[package]]7081name = "parking"7082version = "2.0.0"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70857086[[package]]7087name = "parking_lot"7088version = "0.11.2"7089source = "registry+https://github.com/rust-lang/crates.io-index"7090checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7091dependencies = [7092 "instant",7093 "lock_api",7094 "parking_lot_core 0.8.6",7095]70967097[[package]]7098name = "parking_lot"7099version = "0.12.1"7100source = "registry+https://github.com/rust-lang/crates.io-index"7101checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7102dependencies = [7103 "lock_api",7104 "parking_lot_core 0.9.5",7105]71067107[[package]]7108name = "parking_lot_core"7109version = "0.8.6"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7112dependencies = [7113 "cfg-if",7114 "instant",7115 "libc",7116 "redox_syscall",7117 "smallvec",7118 "winapi",7119]71207121[[package]]7122name = "parking_lot_core"7123version = "0.9.5"7124source = "registry+https://github.com/rust-lang/crates.io-index"7125checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7126dependencies = [7127 "cfg-if",7128 "libc",7129 "redox_syscall",7130 "smallvec",7131 "windows-sys 0.42.0",7132]71337134[[package]]7135name = "paste"7136version = "1.0.11"7137source = "registry+https://github.com/rust-lang/crates.io-index"7138checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"71397140[[package]]7141name = "pbkdf2"7142version = "0.4.0"7143source = "registry+https://github.com/rust-lang/crates.io-index"7144checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7145dependencies = [7146 "crypto-mac 0.8.0",7147]71487149[[package]]7150name = "pbkdf2"7151version = "0.8.0"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7154dependencies = [7155 "crypto-mac 0.11.1",7156]71577158[[package]]7159name = "peeking_take_while"7160version = "0.1.2"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71637164[[package]]7165name = "percent-encoding"7166version = "2.2.0"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71697170[[package]]7171name = "pest"7172version = "2.5.1"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7175dependencies = [7176 "thiserror",7177 "ucd-trie",7178]71797180[[package]]7181name = "pest_derive"7182version = "2.5.1"7183source = "registry+https://github.com/rust-lang/crates.io-index"7184checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7185dependencies = [7186 "pest",7187 "pest_generator",7188]71897190[[package]]7191name = "pest_generator"7192version = "2.5.1"7193source = "registry+https://github.com/rust-lang/crates.io-index"7194checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7195dependencies = [7196 "pest",7197 "pest_meta",7198 "proc-macro2",7199 "quote",7200 "syn",7201]72027203[[package]]7204name = "pest_meta"7205version = "2.5.1"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7208dependencies = [7209 "once_cell",7210 "pest",7211 "sha1",7212]72137214[[package]]7215name = "petgraph"7216version = "0.6.2"7217source = "registry+https://github.com/rust-lang/crates.io-index"7218checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7219dependencies = [7220 "fixedbitset",7221 "indexmap",7222]72237224[[package]]7225name = "pin-project"7226version = "1.0.12"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7229dependencies = [7230 "pin-project-internal",7231]72327233[[package]]7234name = "pin-project-internal"7235version = "1.0.12"7236source = "registry+https://github.com/rust-lang/crates.io-index"7237checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7238dependencies = [7239 "proc-macro2",7240 "quote",7241 "syn",7242]72437244[[package]]7245name = "pin-project-lite"7246version = "0.1.12"7247source = "registry+https://github.com/rust-lang/crates.io-index"7248checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72497250[[package]]7251name = "pin-project-lite"7252version = "0.2.9"7253source = "registry+https://github.com/rust-lang/crates.io-index"7254checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72557256[[package]]7257name = "pin-utils"7258version = "0.1.0"7259source = "registry+https://github.com/rust-lang/crates.io-index"7260checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72617262[[package]]7263name = "pkcs8"7264version = "0.9.0"7265source = "registry+https://github.com/rust-lang/crates.io-index"7266checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7267dependencies = [7268 "der",7269 "spki",7270]72717272[[package]]7273name = "pkg-config"7274version = "0.3.26"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72777278[[package]]7279name = "platforms"7280version = "2.0.0"7281source = "registry+https://github.com/rust-lang/crates.io-index"7282checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72837284[[package]]7285name = "platforms"7286version = "3.0.2"7287source = "registry+https://github.com/rust-lang/crates.io-index"7288checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"72897290[[package]]7291name = "polkadot-approval-distribution"7292version = "0.9.36"7293source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7294dependencies = [7295 "futures 0.3.25",7296 "polkadot-node-network-protocol",7297 "polkadot-node-primitives",7298 "polkadot-node-subsystem",7299 "polkadot-node-subsystem-util",7300 "polkadot-primitives",7301 "rand 0.8.5",7302 "tracing-gum",7303]73047305[[package]]7306name = "polkadot-availability-bitfield-distribution"7307version = "0.9.36"7308source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7309dependencies = [7310 "futures 0.3.25",7311 "polkadot-node-network-protocol",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "rand 0.8.5",7316 "tracing-gum",7317]73187319[[package]]7320name = "polkadot-availability-distribution"7321version = "0.9.36"7322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7323dependencies = [7324 "derive_more",7325 "fatality",7326 "futures 0.3.25",7327 "lru",7328 "parity-scale-codec 3.2.1",7329 "polkadot-erasure-coding",7330 "polkadot-node-network-protocol",7331 "polkadot-node-primitives",7332 "polkadot-node-subsystem",7333 "polkadot-node-subsystem-util",7334 "polkadot-primitives",7335 "rand 0.8.5",7336 "sp-core",7337 "sp-keystore",7338 "thiserror",7339 "tracing-gum",7340]73417342[[package]]7343name = "polkadot-availability-recovery"7344version = "0.9.36"7345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7346dependencies = [7347 "fatality",7348 "futures 0.3.25",7349 "lru",7350 "parity-scale-codec 3.2.1",7351 "polkadot-erasure-coding",7352 "polkadot-node-network-protocol",7353 "polkadot-node-primitives",7354 "polkadot-node-subsystem",7355 "polkadot-node-subsystem-util",7356 "polkadot-primitives",7357 "rand 0.8.5",7358 "sc-network",7359 "thiserror",7360 "tracing-gum",7361]73627363[[package]]7364name = "polkadot-cli"7365version = "0.9.36"7366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7367dependencies = [7368 "clap",7369 "frame-benchmarking-cli",7370 "futures 0.3.25",7371 "log",7372 "polkadot-client",7373 "polkadot-node-core-pvf",7374 "polkadot-node-metrics",7375 "polkadot-performance-test",7376 "polkadot-service",7377 "sc-cli",7378 "sc-executor",7379 "sc-service",7380 "sc-sysinfo",7381 "sc-tracing",7382 "sp-core",7383 "sp-io",7384 "sp-keyring",7385 "substrate-build-script-utils",7386 "thiserror",7387 "try-runtime-cli",7388]73897390[[package]]7391name = "polkadot-client"7392version = "0.9.36"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7394dependencies = [7395 "async-trait",7396 "frame-benchmarking",7397 "frame-benchmarking-cli",7398 "frame-system",7399 "frame-system-rpc-runtime-api",7400 "futures 0.3.25",7401 "pallet-transaction-payment",7402 "pallet-transaction-payment-rpc-runtime-api",7403 "polkadot-core-primitives",7404 "polkadot-node-core-parachains-inherent",7405 "polkadot-primitives",7406 "polkadot-runtime",7407 "polkadot-runtime-common",7408 "sc-client-api",7409 "sc-consensus",7410 "sc-executor",7411 "sc-service",7412 "sp-api",7413 "sp-authority-discovery",7414 "sp-beefy",7415 "sp-block-builder",7416 "sp-blockchain",7417 "sp-consensus",7418 "sp-consensus-babe",7419 "sp-core",7420 "sp-finality-grandpa",7421 "sp-inherents",7422 "sp-keyring",7423 "sp-mmr-primitives",7424 "sp-offchain",7425 "sp-runtime",7426 "sp-session",7427 "sp-storage",7428 "sp-timestamp",7429 "sp-transaction-pool",7430]74317432[[package]]7433name = "polkadot-collator-protocol"7434version = "0.9.36"7435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7436dependencies = [7437 "always-assert",7438 "bitvec 1.0.1",7439 "fatality",7440 "futures 0.3.25",7441 "futures-timer",7442 "polkadot-node-network-protocol",7443 "polkadot-node-primitives",7444 "polkadot-node-subsystem",7445 "polkadot-node-subsystem-util",7446 "polkadot-primitives",7447 "sp-core",7448 "sp-keystore",7449 "sp-runtime",7450 "thiserror",7451 "tracing-gum",7452]74537454[[package]]7455name = "polkadot-core-primitives"7456version = "0.9.36"7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7458dependencies = [7459 "parity-scale-codec 3.2.1",7460 "scale-info",7461 "sp-core",7462 "sp-runtime",7463 "sp-std",7464]74657466[[package]]7467name = "polkadot-dispute-distribution"7468version = "0.9.36"7469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7470dependencies = [7471 "derive_more",7472 "fatality",7473 "futures 0.3.25",7474 "futures-timer",7475 "indexmap",7476 "lru",7477 "parity-scale-codec 3.2.1",7478 "polkadot-erasure-coding",7479 "polkadot-node-network-protocol",7480 "polkadot-node-primitives",7481 "polkadot-node-subsystem",7482 "polkadot-node-subsystem-util",7483 "polkadot-primitives",7484 "sc-network",7485 "sp-application-crypto",7486 "sp-keystore",7487 "thiserror",7488 "tracing-gum",7489]74907491[[package]]7492name = "polkadot-erasure-coding"7493version = "0.9.36"7494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7495dependencies = [7496 "parity-scale-codec 3.2.1",7497 "polkadot-node-primitives",7498 "polkadot-primitives",7499 "reed-solomon-novelpoly",7500 "sp-core",7501 "sp-trie",7502 "thiserror",7503]75047505[[package]]7506name = "polkadot-gossip-support"7507version = "0.9.36"7508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7509dependencies = [7510 "futures 0.3.25",7511 "futures-timer",7512 "polkadot-node-network-protocol",7513 "polkadot-node-subsystem",7514 "polkadot-node-subsystem-util",7515 "polkadot-primitives",7516 "rand 0.8.5",7517 "rand_chacha 0.3.1",7518 "sc-network",7519 "sp-application-crypto",7520 "sp-core",7521 "sp-keystore",7522 "tracing-gum",7523]75247525[[package]]7526name = "polkadot-network-bridge"7527version = "0.9.36"7528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7529dependencies = [7530 "always-assert",7531 "async-trait",7532 "bytes",7533 "fatality",7534 "futures 0.3.25",7535 "parity-scale-codec 3.2.1",7536 "parking_lot 0.12.1",7537 "polkadot-node-network-protocol",7538 "polkadot-node-subsystem",7539 "polkadot-node-subsystem-util",7540 "polkadot-overseer",7541 "polkadot-primitives",7542 "sc-network",7543 "sc-network-common",7544 "sp-consensus",7545 "thiserror",7546 "tracing-gum",7547]75487549[[package]]7550name = "polkadot-node-collation-generation"7551version = "0.9.36"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7553dependencies = [7554 "futures 0.3.25",7555 "parity-scale-codec 3.2.1",7556 "polkadot-erasure-coding",7557 "polkadot-node-primitives",7558 "polkadot-node-subsystem",7559 "polkadot-node-subsystem-util",7560 "polkadot-primitives",7561 "sp-core",7562 "sp-maybe-compressed-blob",7563 "thiserror",7564 "tracing-gum",7565]75667567[[package]]7568name = "polkadot-node-core-approval-voting"7569version = "0.9.36"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7571dependencies = [7572 "bitvec 1.0.1",7573 "derive_more",7574 "futures 0.3.25",7575 "futures-timer",7576 "kvdb",7577 "lru",7578 "merlin",7579 "parity-scale-codec 3.2.1",7580 "polkadot-node-jaeger",7581 "polkadot-node-primitives",7582 "polkadot-node-subsystem",7583 "polkadot-node-subsystem-util",7584 "polkadot-overseer",7585 "polkadot-primitives",7586 "sc-keystore",7587 "schnorrkel",7588 "sp-application-crypto",7589 "sp-consensus",7590 "sp-consensus-slots",7591 "sp-runtime",7592 "thiserror",7593 "tracing-gum",7594]75957596[[package]]7597name = "polkadot-node-core-av-store"7598version = "0.9.36"7599source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7600dependencies = [7601 "bitvec 1.0.1",7602 "futures 0.3.25",7603 "futures-timer",7604 "kvdb",7605 "parity-scale-codec 3.2.1",7606 "polkadot-erasure-coding",7607 "polkadot-node-primitives",7608 "polkadot-node-subsystem",7609 "polkadot-node-subsystem-util",7610 "polkadot-overseer",7611 "polkadot-primitives",7612 "thiserror",7613 "tracing-gum",7614]76157616[[package]]7617name = "polkadot-node-core-backing"7618version = "0.9.36"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7620dependencies = [7621 "bitvec 1.0.1",7622 "fatality",7623 "futures 0.3.25",7624 "polkadot-erasure-coding",7625 "polkadot-node-primitives",7626 "polkadot-node-subsystem",7627 "polkadot-node-subsystem-util",7628 "polkadot-primitives",7629 "polkadot-statement-table",7630 "sp-keystore",7631 "thiserror",7632 "tracing-gum",7633]76347635[[package]]7636name = "polkadot-node-core-bitfield-signing"7637version = "0.9.36"7638source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7639dependencies = [7640 "futures 0.3.25",7641 "polkadot-node-subsystem",7642 "polkadot-node-subsystem-util",7643 "polkadot-primitives",7644 "sp-keystore",7645 "thiserror",7646 "tracing-gum",7647 "wasm-timer",7648]76497650[[package]]7651name = "polkadot-node-core-candidate-validation"7652version = "0.9.36"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7654dependencies = [7655 "async-trait",7656 "futures 0.3.25",7657 "futures-timer",7658 "parity-scale-codec 3.2.1",7659 "polkadot-node-core-pvf",7660 "polkadot-node-primitives",7661 "polkadot-node-subsystem",7662 "polkadot-node-subsystem-util",7663 "polkadot-parachain",7664 "polkadot-primitives",7665 "sp-maybe-compressed-blob",7666 "tracing-gum",7667]76687669[[package]]7670name = "polkadot-node-core-chain-api"7671version = "0.9.36"7672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7673dependencies = [7674 "futures 0.3.25",7675 "polkadot-node-subsystem",7676 "polkadot-node-subsystem-util",7677 "polkadot-primitives",7678 "sc-client-api",7679 "sc-consensus-babe",7680 "sp-blockchain",7681 "tracing-gum",7682]76837684[[package]]7685name = "polkadot-node-core-chain-selection"7686version = "0.9.36"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7688dependencies = [7689 "futures 0.3.25",7690 "futures-timer",7691 "kvdb",7692 "parity-scale-codec 3.2.1",7693 "polkadot-node-primitives",7694 "polkadot-node-subsystem",7695 "polkadot-node-subsystem-util",7696 "polkadot-primitives",7697 "thiserror",7698 "tracing-gum",7699]77007701[[package]]7702name = "polkadot-node-core-dispute-coordinator"7703version = "0.9.36"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7705dependencies = [7706 "fatality",7707 "futures 0.3.25",7708 "kvdb",7709 "lru",7710 "parity-scale-codec 3.2.1",7711 "polkadot-node-primitives",7712 "polkadot-node-subsystem",7713 "polkadot-node-subsystem-util",7714 "polkadot-primitives",7715 "sc-keystore",7716 "thiserror",7717 "tracing-gum",7718]77197720[[package]]7721name = "polkadot-node-core-parachains-inherent"7722version = "0.9.36"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7724dependencies = [7725 "async-trait",7726 "futures 0.3.25",7727 "futures-timer",7728 "polkadot-node-subsystem",7729 "polkadot-overseer",7730 "polkadot-primitives",7731 "sp-blockchain",7732 "sp-inherents",7733 "sp-runtime",7734 "thiserror",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-node-core-provisioner"7740version = "0.9.36"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7742dependencies = [7743 "bitvec 1.0.1",7744 "fatality",7745 "futures 0.3.25",7746 "futures-timer",7747 "polkadot-node-primitives",7748 "polkadot-node-subsystem",7749 "polkadot-node-subsystem-util",7750 "polkadot-primitives",7751 "rand 0.8.5",7752 "thiserror",7753 "tracing-gum",7754]77557756[[package]]7757name = "polkadot-node-core-pvf"7758version = "0.9.36"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7760dependencies = [7761 "always-assert",7762 "assert_matches",7763 "async-process",7764 "async-std",7765 "cpu-time",7766 "futures 0.3.25",7767 "futures-timer",7768 "parity-scale-codec 3.2.1",7769 "pin-project",7770 "polkadot-core-primitives",7771 "polkadot-node-metrics",7772 "polkadot-parachain",7773 "rand 0.8.5",7774 "rayon",7775 "sc-executor",7776 "sc-executor-common",7777 "sc-executor-wasmtime",7778 "slotmap",7779 "sp-core",7780 "sp-externalities",7781 "sp-io",7782 "sp-maybe-compressed-blob",7783 "sp-tracing",7784 "sp-wasm-interface",7785 "tempfile",7786 "tracing-gum",7787]77887789[[package]]7790name = "polkadot-node-core-pvf-checker"7791version = "0.9.36"7792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7793dependencies = [7794 "futures 0.3.25",7795 "polkadot-node-primitives",7796 "polkadot-node-subsystem",7797 "polkadot-node-subsystem-util",7798 "polkadot-overseer",7799 "polkadot-primitives",7800 "sp-keystore",7801 "thiserror",7802 "tracing-gum",7803]78047805[[package]]7806name = "polkadot-node-core-runtime-api"7807version = "0.9.36"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7809dependencies = [7810 "futures 0.3.25",7811 "lru",7812 "polkadot-node-subsystem",7813 "polkadot-node-subsystem-types",7814 "polkadot-node-subsystem-util",7815 "polkadot-primitives",7816 "sp-consensus-babe",7817 "tracing-gum",7818]78197820[[package]]7821name = "polkadot-node-jaeger"7822version = "0.9.36"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7824dependencies = [7825 "lazy_static",7826 "log",7827 "mick-jaeger",7828 "parity-scale-codec 3.2.1",7829 "parking_lot 0.12.1",7830 "polkadot-node-primitives",7831 "polkadot-primitives",7832 "sc-network",7833 "sp-core",7834 "thiserror",7835 "tokio",7836]78377838[[package]]7839name = "polkadot-node-metrics"7840version = "0.9.36"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7842dependencies = [7843 "bs58",7844 "futures 0.3.25",7845 "futures-timer",7846 "log",7847 "parity-scale-codec 3.2.1",7848 "polkadot-primitives",7849 "prioritized-metered-channel",7850 "sc-cli",7851 "sc-service",7852 "sc-tracing",7853 "substrate-prometheus-endpoint",7854 "tracing-gum",7855]78567857[[package]]7858name = "polkadot-node-network-protocol"7859version = "0.9.36"7860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7861dependencies = [7862 "async-trait",7863 "derive_more",7864 "fatality",7865 "futures 0.3.25",7866 "hex",7867 "parity-scale-codec 3.2.1",7868 "polkadot-node-jaeger",7869 "polkadot-node-primitives",7870 "polkadot-primitives",7871 "rand 0.8.5",7872 "sc-authority-discovery",7873 "sc-network",7874 "sc-network-common",7875 "strum",7876 "thiserror",7877 "tracing-gum",7878]78797880[[package]]7881name = "polkadot-node-primitives"7882version = "0.9.36"7883source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7884dependencies = [7885 "bounded-vec",7886 "futures 0.3.25",7887 "parity-scale-codec 3.2.1",7888 "polkadot-parachain",7889 "polkadot-primitives",7890 "schnorrkel",7891 "serde",7892 "sp-application-crypto",7893 "sp-consensus-babe",7894 "sp-consensus-vrf",7895 "sp-core",7896 "sp-keystore",7897 "sp-maybe-compressed-blob",7898 "thiserror",7899 "zstd",7900]79017902[[package]]7903name = "polkadot-node-subsystem"7904version = "0.9.36"7905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7906dependencies = [7907 "polkadot-node-jaeger",7908 "polkadot-node-subsystem-types",7909 "polkadot-overseer",7910]79117912[[package]]7913name = "polkadot-node-subsystem-types"7914version = "0.9.36"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7916dependencies = [7917 "async-trait",7918 "derive_more",7919 "futures 0.3.25",7920 "orchestra",7921 "polkadot-node-jaeger",7922 "polkadot-node-network-protocol",7923 "polkadot-node-primitives",7924 "polkadot-primitives",7925 "polkadot-statement-table",7926 "sc-network",7927 "smallvec",7928 "sp-api",7929 "sp-authority-discovery",7930 "sp-consensus-babe",7931 "substrate-prometheus-endpoint",7932 "thiserror",7933]79347935[[package]]7936name = "polkadot-node-subsystem-util"7937version = "0.9.36"7938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7939dependencies = [7940 "async-trait",7941 "derive_more",7942 "fatality",7943 "futures 0.3.25",7944 "itertools",7945 "kvdb",7946 "lru",7947 "parity-db",7948 "parity-scale-codec 3.2.1",7949 "parking_lot 0.11.2",7950 "pin-project",7951 "polkadot-node-jaeger",7952 "polkadot-node-metrics",7953 "polkadot-node-network-protocol",7954 "polkadot-node-primitives",7955 "polkadot-node-subsystem",7956 "polkadot-overseer",7957 "polkadot-primitives",7958 "prioritized-metered-channel",7959 "rand 0.8.5",7960 "sp-application-crypto",7961 "sp-core",7962 "sp-keystore",7963 "thiserror",7964 "tracing-gum",7965]79667967[[package]]7968name = "polkadot-overseer"7969version = "0.9.36"7970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7971dependencies = [7972 "async-trait",7973 "futures 0.3.25",7974 "futures-timer",7975 "lru",7976 "orchestra",7977 "parking_lot 0.12.1",7978 "polkadot-node-metrics",7979 "polkadot-node-network-protocol",7980 "polkadot-node-primitives",7981 "polkadot-node-subsystem-types",7982 "polkadot-primitives",7983 "sc-client-api",7984 "sp-api",7985 "sp-core",7986 "tikv-jemalloc-ctl",7987 "tracing-gum",7988]79897990[[package]]7991name = "polkadot-parachain"7992version = "0.9.36"7993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7994dependencies = [7995 "derive_more",7996 "frame-support",7997 "parity-scale-codec 3.2.1",7998 "polkadot-core-primitives",7999 "scale-info",8000 "serde",8001 "sp-core",8002 "sp-runtime",8003 "sp-std",8004]80058006[[package]]8007name = "polkadot-performance-test"8008version = "0.9.36"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8010dependencies = [8011 "env_logger",8012 "kusama-runtime",8013 "log",8014 "polkadot-erasure-coding",8015 "polkadot-node-core-pvf",8016 "polkadot-node-primitives",8017 "quote",8018 "thiserror",8019]80208021[[package]]8022name = "polkadot-primitives"8023version = "0.9.36"8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8025dependencies = [8026 "bitvec 1.0.1",8027 "hex-literal",8028 "parity-scale-codec 3.2.1",8029 "polkadot-core-primitives",8030 "polkadot-parachain",8031 "scale-info",8032 "serde",8033 "sp-api",8034 "sp-application-crypto",8035 "sp-arithmetic",8036 "sp-authority-discovery",8037 "sp-consensus-slots",8038 "sp-core",8039 "sp-inherents",8040 "sp-io",8041 "sp-keystore",8042 "sp-runtime",8043 "sp-staking",8044 "sp-std",8045]80468047[[package]]8048name = "polkadot-rpc"8049version = "0.9.36"8050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8051dependencies = [8052 "beefy-gadget",8053 "beefy-gadget-rpc",8054 "jsonrpsee",8055 "mmr-rpc",8056 "pallet-transaction-payment-rpc",8057 "polkadot-primitives",8058 "sc-chain-spec",8059 "sc-client-api",8060 "sc-consensus-babe",8061 "sc-consensus-babe-rpc",8062 "sc-consensus-epochs",8063 "sc-finality-grandpa",8064 "sc-finality-grandpa-rpc",8065 "sc-rpc",8066 "sc-sync-state-rpc",8067 "sc-transaction-pool-api",8068 "sp-api",8069 "sp-block-builder",8070 "sp-blockchain",8071 "sp-consensus",8072 "sp-consensus-babe",8073 "sp-keystore",8074 "sp-runtime",8075 "substrate-frame-rpc-system",8076 "substrate-state-trie-migration-rpc",8077]80788079[[package]]8080name = "polkadot-runtime"8081version = "0.9.36"8082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8083dependencies = [8084 "bitvec 1.0.1",8085 "frame-benchmarking",8086 "frame-election-provider-support",8087 "frame-executive",8088 "frame-support",8089 "frame-system",8090 "frame-system-benchmarking",8091 "frame-system-rpc-runtime-api",8092 "frame-try-runtime",8093 "hex-literal",8094 "log",8095 "pallet-authority-discovery",8096 "pallet-authorship",8097 "pallet-babe",8098 "pallet-bags-list",8099 "pallet-balances",8100 "pallet-bounties",8101 "pallet-child-bounties",8102 "pallet-collective",8103 "pallet-democracy",8104 "pallet-election-provider-multi-phase",8105 "pallet-election-provider-support-benchmarking",8106 "pallet-elections-phragmen",8107 "pallet-fast-unstake",8108 "pallet-grandpa",8109 "pallet-identity",8110 "pallet-im-online",8111 "pallet-indices",8112 "pallet-membership",8113 "pallet-multisig",8114 "pallet-nomination-pools",8115 "pallet-nomination-pools-benchmarking",8116 "pallet-nomination-pools-runtime-api",8117 "pallet-offences",8118 "pallet-offences-benchmarking",8119 "pallet-preimage",8120 "pallet-proxy",8121 "pallet-scheduler",8122 "pallet-session",8123 "pallet-session-benchmarking",8124 "pallet-staking",8125 "pallet-staking-reward-curve",8126 "pallet-timestamp",8127 "pallet-tips",8128 "pallet-transaction-payment",8129 "pallet-transaction-payment-rpc-runtime-api",8130 "pallet-treasury",8131 "pallet-utility",8132 "pallet-vesting",8133 "pallet-xcm",8134 "parity-scale-codec 3.2.1",8135 "polkadot-primitives",8136 "polkadot-runtime-common",8137 "polkadot-runtime-constants",8138 "polkadot-runtime-parachains",8139 "rustc-hex",8140 "scale-info",8141 "serde",8142 "serde_derive",8143 "smallvec",8144 "sp-api",8145 "sp-authority-discovery",8146 "sp-beefy",8147 "sp-block-builder",8148 "sp-consensus-babe",8149 "sp-core",8150 "sp-inherents",8151 "sp-io",8152 "sp-mmr-primitives",8153 "sp-npos-elections",8154 "sp-offchain",8155 "sp-runtime",8156 "sp-session",8157 "sp-staking",8158 "sp-std",8159 "sp-transaction-pool",8160 "sp-version",8161 "static_assertions",8162 "substrate-wasm-builder",8163 "xcm",8164 "xcm-builder",8165 "xcm-executor",8166]81678168[[package]]8169name = "polkadot-runtime-common"8170version = "0.9.36"8171source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8172dependencies = [8173 "bitvec 1.0.1",8174 "frame-benchmarking",8175 "frame-election-provider-support",8176 "frame-support",8177 "frame-system",8178 "impl-trait-for-tuples",8179 "libsecp256k1",8180 "log",8181 "pallet-authorship",8182 "pallet-babe",8183 "pallet-bags-list",8184 "pallet-balances",8185 "pallet-beefy-mmr",8186 "pallet-election-provider-multi-phase",8187 "pallet-session",8188 "pallet-staking",8189 "pallet-staking-reward-fn",8190 "pallet-timestamp",8191 "pallet-transaction-payment",8192 "pallet-treasury",8193 "pallet-vesting",8194 "parity-scale-codec 3.2.1",8195 "polkadot-primitives",8196 "polkadot-runtime-parachains",8197 "rustc-hex",8198 "scale-info",8199 "serde",8200 "serde_derive",8201 "slot-range-helper",8202 "sp-api",8203 "sp-beefy",8204 "sp-core",8205 "sp-inherents",8206 "sp-io",8207 "sp-npos-elections",8208 "sp-runtime",8209 "sp-session",8210 "sp-staking",8211 "sp-std",8212 "static_assertions",8213 "xcm",8214]82158216[[package]]8217name = "polkadot-runtime-constants"8218version = "0.9.36"8219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8220dependencies = [8221 "frame-support",8222 "polkadot-primitives",8223 "polkadot-runtime-common",8224 "smallvec",8225 "sp-core",8226 "sp-runtime",8227 "sp-weights",8228]82298230[[package]]8231name = "polkadot-runtime-metrics"8232version = "0.9.36"8233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8234dependencies = [8235 "bs58",8236 "parity-scale-codec 3.2.1",8237 "polkadot-primitives",8238 "sp-std",8239 "sp-tracing",8240]82418242[[package]]8243name = "polkadot-runtime-parachains"8244version = "0.9.36"8245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8246dependencies = [8247 "bitflags",8248 "bitvec 1.0.1",8249 "derive_more",8250 "frame-benchmarking",8251 "frame-support",8252 "frame-system",8253 "log",8254 "pallet-authority-discovery",8255 "pallet-authorship",8256 "pallet-babe",8257 "pallet-balances",8258 "pallet-session",8259 "pallet-staking",8260 "pallet-timestamp",8261 "pallet-vesting",8262 "parity-scale-codec 3.2.1",8263 "polkadot-primitives",8264 "polkadot-runtime-metrics",8265 "rand 0.8.5",8266 "rand_chacha 0.3.1",8267 "rustc-hex",8268 "scale-info",8269 "serde",8270 "sp-api",8271 "sp-application-crypto",8272 "sp-core",8273 "sp-inherents",8274 "sp-io",8275 "sp-keystore",8276 "sp-runtime",8277 "sp-session",8278 "sp-staking",8279 "sp-std",8280 "static_assertions",8281 "xcm",8282 "xcm-executor",8283]82848285[[package]]8286name = "polkadot-service"8287version = "0.9.36"8288source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8289dependencies = [8290 "async-trait",8291 "beefy-gadget",8292 "frame-support",8293 "frame-system-rpc-runtime-api",8294 "futures 0.3.25",8295 "hex-literal",8296 "kusama-runtime",8297 "kvdb",8298 "kvdb-rocksdb",8299 "lru",8300 "mmr-gadget",8301 "pallet-babe",8302 "pallet-im-online",8303 "pallet-staking",8304 "pallet-transaction-payment-rpc-runtime-api",8305 "parity-db",8306 "polkadot-approval-distribution",8307 "polkadot-availability-bitfield-distribution",8308 "polkadot-availability-distribution",8309 "polkadot-availability-recovery",8310 "polkadot-client",8311 "polkadot-collator-protocol",8312 "polkadot-dispute-distribution",8313 "polkadot-gossip-support",8314 "polkadot-network-bridge",8315 "polkadot-node-collation-generation",8316 "polkadot-node-core-approval-voting",8317 "polkadot-node-core-av-store",8318 "polkadot-node-core-backing",8319 "polkadot-node-core-bitfield-signing",8320 "polkadot-node-core-candidate-validation",8321 "polkadot-node-core-chain-api",8322 "polkadot-node-core-chain-selection",8323 "polkadot-node-core-dispute-coordinator",8324 "polkadot-node-core-parachains-inherent",8325 "polkadot-node-core-provisioner",8326 "polkadot-node-core-pvf-checker",8327 "polkadot-node-core-runtime-api",8328 "polkadot-node-network-protocol",8329 "polkadot-node-primitives",8330 "polkadot-node-subsystem",8331 "polkadot-node-subsystem-types",8332 "polkadot-node-subsystem-util",8333 "polkadot-overseer",8334 "polkadot-parachain",8335 "polkadot-primitives",8336 "polkadot-rpc",8337 "polkadot-runtime",8338 "polkadot-runtime-constants",8339 "polkadot-runtime-parachains",8340 "polkadot-statement-distribution",8341 "rococo-runtime",8342 "sc-authority-discovery",8343 "sc-basic-authorship",8344 "sc-block-builder",8345 "sc-chain-spec",8346 "sc-client-api",8347 "sc-client-db",8348 "sc-consensus",8349 "sc-consensus-babe",8350 "sc-consensus-slots",8351 "sc-executor",8352 "sc-finality-grandpa",8353 "sc-keystore",8354 "sc-network",8355 "sc-network-common",8356 "sc-offchain",8357 "sc-service",8358 "sc-sync-state-rpc",8359 "sc-sysinfo",8360 "sc-telemetry",8361 "sc-transaction-pool",8362 "serde",8363 "serde_json",8364 "sp-api",8365 "sp-authority-discovery",8366 "sp-beefy",8367 "sp-block-builder",8368 "sp-blockchain",8369 "sp-consensus",8370 "sp-consensus-babe",8371 "sp-core",8372 "sp-finality-grandpa",8373 "sp-inherents",8374 "sp-io",8375 "sp-keystore",8376 "sp-mmr-primitives",8377 "sp-offchain",8378 "sp-runtime",8379 "sp-session",8380 "sp-state-machine",8381 "sp-storage",8382 "sp-timestamp",8383 "sp-transaction-pool",8384 "sp-trie",8385 "substrate-prometheus-endpoint",8386 "thiserror",8387 "tracing-gum",8388 "westend-runtime",8389]83908391[[package]]8392name = "polkadot-statement-distribution"8393version = "0.9.36"8394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8395dependencies = [8396 "arrayvec 0.5.2",8397 "fatality",8398 "futures 0.3.25",8399 "indexmap",8400 "parity-scale-codec 3.2.1",8401 "polkadot-node-network-protocol",8402 "polkadot-node-primitives",8403 "polkadot-node-subsystem",8404 "polkadot-node-subsystem-util",8405 "polkadot-primitives",8406 "sp-keystore",8407 "sp-staking",8408 "thiserror",8409 "tracing-gum",8410]84118412[[package]]8413name = "polkadot-statement-table"8414version = "0.9.36"8415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8416dependencies = [8417 "parity-scale-codec 3.2.1",8418 "polkadot-primitives",8419 "sp-core",8420]84218422[[package]]8423name = "polkadot-test-runtime"8424version = "0.9.36"8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8426dependencies = [8427 "bitvec 1.0.1",8428 "frame-election-provider-support",8429 "frame-executive",8430 "frame-support",8431 "frame-system",8432 "frame-system-rpc-runtime-api",8433 "log",8434 "pallet-authority-discovery",8435 "pallet-authorship",8436 "pallet-babe",8437 "pallet-balances",8438 "pallet-grandpa",8439 "pallet-indices",8440 "pallet-offences",8441 "pallet-session",8442 "pallet-staking",8443 "pallet-staking-reward-curve",8444 "pallet-sudo",8445 "pallet-timestamp",8446 "pallet-transaction-payment",8447 "pallet-transaction-payment-rpc-runtime-api",8448 "pallet-vesting",8449 "pallet-xcm",8450 "parity-scale-codec 3.2.1",8451 "polkadot-parachain",8452 "polkadot-primitives",8453 "polkadot-runtime-common",8454 "polkadot-runtime-parachains",8455 "rustc-hex",8456 "scale-info",8457 "serde",8458 "serde_derive",8459 "smallvec",8460 "sp-api",8461 "sp-authority-discovery",8462 "sp-beefy",8463 "sp-block-builder",8464 "sp-consensus-babe",8465 "sp-core",8466 "sp-inherents",8467 "sp-io",8468 "sp-mmr-primitives",8469 "sp-offchain",8470 "sp-runtime",8471 "sp-session",8472 "sp-staking",8473 "sp-std",8474 "sp-transaction-pool",8475 "sp-version",8476 "substrate-wasm-builder",8477 "test-runtime-constants",8478 "xcm",8479 "xcm-builder",8480 "xcm-executor",8481]84828483[[package]]8484name = "polkadot-test-service"8485version = "0.9.36"8486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8487dependencies = [8488 "frame-benchmarking",8489 "frame-system",8490 "futures 0.3.25",8491 "hex",8492 "pallet-balances",8493 "pallet-staking",8494 "pallet-transaction-payment",8495 "polkadot-node-primitives",8496 "polkadot-node-subsystem",8497 "polkadot-overseer",8498 "polkadot-parachain",8499 "polkadot-primitives",8500 "polkadot-rpc",8501 "polkadot-runtime-common",8502 "polkadot-runtime-parachains",8503 "polkadot-service",8504 "polkadot-test-runtime",8505 "rand 0.8.5",8506 "sc-authority-discovery",8507 "sc-chain-spec",8508 "sc-cli",8509 "sc-client-api",8510 "sc-consensus",8511 "sc-consensus-babe",8512 "sc-executor",8513 "sc-finality-grandpa",8514 "sc-network",8515 "sc-network-common",8516 "sc-service",8517 "sc-tracing",8518 "sc-transaction-pool",8519 "sp-arithmetic",8520 "sp-authority-discovery",8521 "sp-blockchain",8522 "sp-consensus",8523 "sp-consensus-babe",8524 "sp-core",8525 "sp-finality-grandpa",8526 "sp-inherents",8527 "sp-keyring",8528 "sp-runtime",8529 "sp-state-machine",8530 "substrate-test-client",8531 "tempfile",8532 "test-runtime-constants",8533 "tokio",8534 "tracing-gum",8535]85368537[[package]]8538name = "polling"8539version = "2.5.2"8540source = "registry+https://github.com/rust-lang/crates.io-index"8541checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"8542dependencies = [8543 "autocfg",8544 "cfg-if",8545 "libc",8546 "log",8547 "wepoll-ffi",8548 "windows-sys 0.42.0",8549]85508551[[package]]8552name = "poly1305"8553version = "0.7.2"8554source = "registry+https://github.com/rust-lang/crates.io-index"8555checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8556dependencies = [8557 "cpufeatures",8558 "opaque-debug 0.3.0",8559 "universal-hash",8560]85618562[[package]]8563name = "polyval"8564version = "0.5.3"8565source = "registry+https://github.com/rust-lang/crates.io-index"8566checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8567dependencies = [8568 "cfg-if",8569 "cpufeatures",8570 "opaque-debug 0.3.0",8571 "universal-hash",8572]85738574[[package]]8575name = "ppv-lite86"8576version = "0.2.17"8577source = "registry+https://github.com/rust-lang/crates.io-index"8578checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"85798580[[package]]8581name = "precompile-utils-macro"8582version = "0.1.0"8583dependencies = [8584 "num_enum",8585 "proc-macro2",8586 "quote",8587 "sha3 0.8.2",8588 "syn",8589]85908591[[package]]8592name = "predicates"8593version = "2.1.4"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8596dependencies = [8597 "difflib",8598 "float-cmp",8599 "itertools",8600 "normalize-line-endings",8601 "predicates-core",8602 "regex",8603]86048605[[package]]8606name = "predicates-core"8607version = "1.0.5"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86108611[[package]]8612name = "predicates-tree"8613version = "1.0.7"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8616dependencies = [8617 "predicates-core",8618 "termtree",8619]86208621[[package]]8622name = "prettyplease"8623version = "0.1.22"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"8626dependencies = [8627 "proc-macro2",8628 "syn",8629]86308631[[package]]8632name = "primitive-types"8633version = "0.11.1"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8636dependencies = [8637 "fixed-hash 0.7.0",8638 "impl-codec",8639 "impl-rlp",8640 "scale-info",8641 "uint",8642]86438644[[package]]8645name = "primitive-types"8646version = "0.12.1"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8649dependencies = [8650 "fixed-hash 0.8.0",8651 "impl-codec",8652 "impl-rlp",8653 "impl-serde",8654 "scale-info",8655 "uint",8656]86578658[[package]]8659name = "prioritized-metered-channel"8660version = "0.2.0"8661source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8663dependencies = [8664 "coarsetime",8665 "crossbeam-queue",8666 "derive_more",8667 "futures 0.3.25",8668 "futures-timer",8669 "nanorand",8670 "thiserror",8671 "tracing",8672]86738674[[package]]8675name = "proc-macro-crate"8676version = "1.2.1"8677source = "registry+https://github.com/rust-lang/crates.io-index"8678checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8679dependencies = [8680 "once_cell",8681 "thiserror",8682 "toml",8683]86848685[[package]]8686name = "proc-macro-error"8687version = "1.0.4"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8690dependencies = [8691 "proc-macro-error-attr",8692 "proc-macro2",8693 "quote",8694 "syn",8695 "version_check",8696]86978698[[package]]8699name = "proc-macro-error-attr"8700version = "1.0.4"8701source = "registry+https://github.com/rust-lang/crates.io-index"8702checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8703dependencies = [8704 "proc-macro2",8705 "quote",8706 "version_check",8707]87088709[[package]]8710name = "proc-macro2"8711version = "1.0.49"8712source = "registry+https://github.com/rust-lang/crates.io-index"8713checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"8714dependencies = [8715 "unicode-ident",8716]87178718[[package]]8719name = "prometheus"8720version = "0.13.3"8721source = "registry+https://github.com/rust-lang/crates.io-index"8722checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8723dependencies = [8724 "cfg-if",8725 "fnv",8726 "lazy_static",8727 "memchr",8728 "parking_lot 0.12.1",8729 "thiserror",8730]87318732[[package]]8733name = "prometheus-client"8734version = "0.18.1"8735source = "registry+https://github.com/rust-lang/crates.io-index"8736checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8737dependencies = [8738 "dtoa",8739 "itoa",8740 "parking_lot 0.12.1",8741 "prometheus-client-derive-text-encode",8742]87438744[[package]]8745name = "prometheus-client-derive-text-encode"8746version = "0.3.0"8747source = "registry+https://github.com/rust-lang/crates.io-index"8748checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8749dependencies = [8750 "proc-macro2",8751 "quote",8752 "syn",8753]87548755[[package]]8756name = "prost"8757version = "0.11.5"8758source = "registry+https://github.com/rust-lang/crates.io-index"8759checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"8760dependencies = [8761 "bytes",8762 "prost-derive",8763]87648765[[package]]8766name = "prost-build"8767version = "0.11.5"8768source = "registry+https://github.com/rust-lang/crates.io-index"8769checksum = "cb5320c680de74ba083512704acb90fe00f28f79207286a848e730c45dd73ed6"8770dependencies = [8771 "bytes",8772 "heck",8773 "itertools",8774 "lazy_static",8775 "log",8776 "multimap",8777 "petgraph",8778 "prettyplease",8779 "prost",8780 "prost-types",8781 "regex",8782 "syn",8783 "tempfile",8784 "which",8785]87868787[[package]]8788name = "prost-codec"8789version = "0.2.0"8790source = "registry+https://github.com/rust-lang/crates.io-index"8791checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8792dependencies = [8793 "asynchronous-codec",8794 "bytes",8795 "prost",8796 "thiserror",8797 "unsigned-varint",8798]87998800[[package]]8801name = "prost-derive"8802version = "0.11.5"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"8805dependencies = [8806 "anyhow",8807 "itertools",8808 "proc-macro2",8809 "quote",8810 "syn",8811]88128813[[package]]8814name = "prost-types"8815version = "0.11.5"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "017f79637768cde62820bc2d4fe0e45daaa027755c323ad077767c6c5f173091"8818dependencies = [8819 "bytes",8820 "prost",8821]88228823[[package]]8824name = "psm"8825version = "0.1.21"8826source = "registry+https://github.com/rust-lang/crates.io-index"8827checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8828dependencies = [8829 "cc",8830]88318832[[package]]8833name = "quartz-runtime"8834version = "0.9.36"8835dependencies = [8836 "app-promotion-rpc",8837 "cumulus-pallet-aura-ext",8838 "cumulus-pallet-dmp-queue",8839 "cumulus-pallet-parachain-system",8840 "cumulus-pallet-xcm",8841 "cumulus-pallet-xcmp-queue",8842 "cumulus-primitives-core",8843 "cumulus-primitives-timestamp",8844 "cumulus-primitives-utility",8845 "derivative",8846 "evm-coder",8847 "fp-evm",8848 "fp-evm-mapping",8849 "fp-rpc",8850 "fp-self-contained",8851 "frame-benchmarking",8852 "frame-executive",8853 "frame-support",8854 "frame-system",8855 "frame-system-benchmarking",8856 "frame-system-rpc-runtime-api",8857 "frame-try-runtime",8858 "hex-literal",8859 "impl-trait-for-tuples",8860 "log",8861 "logtest",8862 "num_enum",8863 "orml-tokens",8864 "orml-traits",8865 "orml-vesting",8866 "orml-xtokens",8867 "pallet-app-promotion",8868 "pallet-aura",8869 "pallet-balances",8870 "pallet-base-fee",8871 "pallet-common",8872 "pallet-configuration",8873 "pallet-ethereum",8874 "pallet-evm",8875 "pallet-evm-coder-substrate",8876 "pallet-evm-contract-helpers",8877 "pallet-evm-migration",8878 "pallet-evm-precompile-simple",8879 "pallet-evm-transaction-payment",8880 "pallet-foreign-assets",8881 "pallet-fungible",8882 "pallet-inflation",8883 "pallet-maintenance",8884 "pallet-nonfungible",8885 "pallet-randomness-collective-flip",8886 "pallet-refungible",8887 "pallet-rmrk-core",8888 "pallet-rmrk-equip",8889 "pallet-structure",8890 "pallet-sudo",8891 "pallet-template-transaction-payment",8892 "pallet-timestamp",8893 "pallet-transaction-payment",8894 "pallet-transaction-payment-rpc-runtime-api",8895 "pallet-treasury",8896 "pallet-unique",8897 "pallet-xcm",8898 "parachain-info",8899 "parity-scale-codec 3.2.1",8900 "polkadot-parachain",8901 "precompile-utils-macro",8902 "rmrk-rpc",8903 "scale-info",8904 "serde",8905 "smallvec",8906 "sp-api",8907 "sp-arithmetic",8908 "sp-block-builder",8909 "sp-consensus-aura",8910 "sp-core",8911 "sp-inherents",8912 "sp-io",8913 "sp-offchain",8914 "sp-runtime",8915 "sp-session",8916 "sp-std",8917 "sp-transaction-pool",8918 "sp-version",8919 "substrate-wasm-builder",8920 "up-common",8921 "up-data-structs",8922 "up-pov-estimate-rpc",8923 "up-rpc",8924 "up-sponsorship",8925 "xcm",8926 "xcm-builder",8927 "xcm-executor",8928]89298930[[package]]8931name = "quick-error"8932version = "1.2.3"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89358936[[package]]8937name = "quicksink"8938version = "0.1.2"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8941dependencies = [8942 "futures-core",8943 "futures-sink",8944 "pin-project-lite 0.1.12",8945]89468947[[package]]8948name = "quote"8949version = "1.0.23"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"8952dependencies = [8953 "proc-macro2",8954]89558956[[package]]8957name = "radium"8958version = "0.6.2"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89618962[[package]]8963name = "radium"8964version = "0.7.0"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89678968[[package]]8969name = "rand"8970version = "0.7.3"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8973dependencies = [8974 "getrandom 0.1.16",8975 "libc",8976 "rand_chacha 0.2.2",8977 "rand_core 0.5.1",8978 "rand_hc",8979 "rand_pcg 0.2.1",8980]89818982[[package]]8983name = "rand"8984version = "0.8.5"8985source = "registry+https://github.com/rust-lang/crates.io-index"8986checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8987dependencies = [8988 "libc",8989 "rand_chacha 0.3.1",8990 "rand_core 0.6.4",8991]89928993[[package]]8994name = "rand_chacha"8995version = "0.2.2"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8998dependencies = [8999 "ppv-lite86",9000 "rand_core 0.5.1",9001]90029003[[package]]9004name = "rand_chacha"9005version = "0.3.1"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9008dependencies = [9009 "ppv-lite86",9010 "rand_core 0.6.4",9011]90129013[[package]]9014name = "rand_core"9015version = "0.5.1"9016source = "registry+https://github.com/rust-lang/crates.io-index"9017checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9018dependencies = [9019 "getrandom 0.1.16",9020]90219022[[package]]9023name = "rand_core"9024version = "0.6.4"9025source = "registry+https://github.com/rust-lang/crates.io-index"9026checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9027dependencies = [9028 "getrandom 0.2.8",9029]90309031[[package]]9032name = "rand_distr"9033version = "0.4.3"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9036dependencies = [9037 "num-traits",9038 "rand 0.8.5",9039]90409041[[package]]9042name = "rand_hc"9043version = "0.2.0"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9046dependencies = [9047 "rand_core 0.5.1",9048]90499050[[package]]9051name = "rand_pcg"9052version = "0.2.1"9053source = "registry+https://github.com/rust-lang/crates.io-index"9054checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9055dependencies = [9056 "rand_core 0.5.1",9057]90589059[[package]]9060name = "rand_pcg"9061version = "0.3.1"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9064dependencies = [9065 "rand_core 0.6.4",9066]90679068[[package]]9069name = "rawpointer"9070version = "0.2.1"9071source = "registry+https://github.com/rust-lang/crates.io-index"9072checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90739074[[package]]9075name = "rayon"9076version = "1.6.1"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"9079dependencies = [9080 "either",9081 "rayon-core",9082]90839084[[package]]9085name = "rayon-core"9086version = "1.10.1"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9089dependencies = [9090 "crossbeam-channel",9091 "crossbeam-deque",9092 "crossbeam-utils",9093 "num_cpus",9094]90959096[[package]]9097name = "redox_syscall"9098version = "0.2.16"9099source = "registry+https://github.com/rust-lang/crates.io-index"9100checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9101dependencies = [9102 "bitflags",9103]91049105[[package]]9106name = "redox_users"9107version = "0.4.3"9108source = "registry+https://github.com/rust-lang/crates.io-index"9109checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9110dependencies = [9111 "getrandom 0.2.8",9112 "redox_syscall",9113 "thiserror",9114]91159116[[package]]9117name = "reed-solomon-novelpoly"9118version = "1.0.0"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9121dependencies = [9122 "derive_more",9123 "fs-err",9124 "itertools",9125 "static_init 0.5.2",9126 "thiserror",9127]91289129[[package]]9130name = "ref-cast"9131version = "1.0.14"9132source = "registry+https://github.com/rust-lang/crates.io-index"9133checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"9134dependencies = [9135 "ref-cast-impl",9136]91379138[[package]]9139name = "ref-cast-impl"9140version = "1.0.14"9141source = "registry+https://github.com/rust-lang/crates.io-index"9142checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"9143dependencies = [9144 "proc-macro2",9145 "quote",9146 "syn",9147]91489149[[package]]9150name = "regalloc2"9151version = "0.3.2"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9154dependencies = [9155 "fxhash",9156 "log",9157 "slice-group-by",9158 "smallvec",9159]91609161[[package]]9162name = "regex"9163version = "1.7.0"9164source = "registry+https://github.com/rust-lang/crates.io-index"9165checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9166dependencies = [9167 "aho-corasick",9168 "memchr",9169 "regex-syntax",9170]91719172[[package]]9173name = "regex-automata"9174version = "0.1.10"9175source = "registry+https://github.com/rust-lang/crates.io-index"9176checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9177dependencies = [9178 "regex-syntax",9179]91809181[[package]]9182name = "regex-syntax"9183version = "0.6.28"9184source = "registry+https://github.com/rust-lang/crates.io-index"9185checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"91869187[[package]]9188name = "remove_dir_all"9189version = "0.5.3"9190source = "registry+https://github.com/rust-lang/crates.io-index"9191checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9192dependencies = [9193 "winapi",9194]91959196[[package]]9197name = "resolv-conf"9198version = "0.7.0"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9201dependencies = [9202 "hostname",9203 "quick-error",9204]92059206[[package]]9207name = "rfc6979"9208version = "0.3.1"9209source = "registry+https://github.com/rust-lang/crates.io-index"9210checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9211dependencies = [9212 "crypto-bigint",9213 "hmac 0.12.1",9214 "zeroize",9215]92169217[[package]]9218name = "ring"9219version = "0.16.20"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9222dependencies = [9223 "cc",9224 "libc",9225 "once_cell",9226 "spin",9227 "untrusted",9228 "web-sys",9229 "winapi",9230]92319232[[package]]9233name = "ripemd"9234version = "0.1.3"9235source = "registry+https://github.com/rust-lang/crates.io-index"9236checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9237dependencies = [9238 "digest 0.10.6",9239]92409241[[package]]9242name = "rlp"9243version = "0.5.2"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9246dependencies = [9247 "bytes",9248 "rlp-derive",9249 "rustc-hex",9250]92519252[[package]]9253name = "rlp-derive"9254version = "0.1.0"9255source = "registry+https://github.com/rust-lang/crates.io-index"9256checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9257dependencies = [9258 "proc-macro2",9259 "quote",9260 "syn",9261]92629263[[package]]9264name = "rmrk-rpc"9265version = "0.0.2"9266dependencies = [9267 "parity-scale-codec 2.3.1",9268 "rmrk-traits",9269 "serde",9270 "sp-api",9271 "sp-core",9272 "sp-runtime",9273 "sp-std",9274]92759276[[package]]9277name = "rmrk-traits"9278version = "0.1.0"9279dependencies = [9280 "parity-scale-codec 3.2.1",9281 "scale-info",9282 "serde",9283]92849285[[package]]9286name = "rocksdb"9287version = "0.19.0"9288source = "registry+https://github.com/rust-lang/crates.io-index"9289checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9290dependencies = [9291 "libc",9292 "librocksdb-sys",9293]92949295[[package]]9296name = "rococo-runtime"9297version = "0.9.36"9298source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9299dependencies = [9300 "beefy-merkle-tree",9301 "frame-benchmarking",9302 "frame-executive",9303 "frame-support",9304 "frame-system",9305 "frame-system-benchmarking",9306 "frame-system-rpc-runtime-api",9307 "hex-literal",9308 "log",9309 "pallet-authority-discovery",9310 "pallet-authorship",9311 "pallet-babe",9312 "pallet-balances",9313 "pallet-beefy",9314 "pallet-beefy-mmr",9315 "pallet-bounties",9316 "pallet-child-bounties",9317 "pallet-collective",9318 "pallet-democracy",9319 "pallet-elections-phragmen",9320 "pallet-grandpa",9321 "pallet-identity",9322 "pallet-im-online",9323 "pallet-indices",9324 "pallet-membership",9325 "pallet-mmr",9326 "pallet-multisig",9327 "pallet-nis",9328 "pallet-offences",9329 "pallet-preimage",9330 "pallet-proxy",9331 "pallet-recovery",9332 "pallet-scheduler",9333 "pallet-session",9334 "pallet-society",9335 "pallet-staking",9336 "pallet-state-trie-migration",9337 "pallet-sudo",9338 "pallet-timestamp",9339 "pallet-tips",9340 "pallet-transaction-payment",9341 "pallet-transaction-payment-rpc-runtime-api",9342 "pallet-treasury",9343 "pallet-utility",9344 "pallet-vesting",9345 "pallet-xcm",9346 "pallet-xcm-benchmarks",9347 "parity-scale-codec 3.2.1",9348 "polkadot-parachain",9349 "polkadot-primitives",9350 "polkadot-runtime-common",9351 "polkadot-runtime-parachains",9352 "rococo-runtime-constants",9353 "scale-info",9354 "serde",9355 "serde_derive",9356 "smallvec",9357 "sp-api",9358 "sp-authority-discovery",9359 "sp-beefy",9360 "sp-block-builder",9361 "sp-consensus-babe",9362 "sp-core",9363 "sp-inherents",9364 "sp-io",9365 "sp-mmr-primitives",9366 "sp-offchain",9367 "sp-runtime",9368 "sp-session",9369 "sp-staking",9370 "sp-std",9371 "sp-transaction-pool",9372 "sp-version",9373 "static_assertions",9374 "substrate-wasm-builder",9375 "xcm",9376 "xcm-builder",9377 "xcm-executor",9378]93799380[[package]]9381name = "rococo-runtime-constants"9382version = "0.9.36"9383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9384dependencies = [9385 "frame-support",9386 "polkadot-primitives",9387 "polkadot-runtime-common",9388 "smallvec",9389 "sp-core",9390 "sp-runtime",9391 "sp-weights",9392]93939394[[package]]9395name = "rpassword"9396version = "7.2.0"9397source = "registry+https://github.com/rust-lang/crates.io-index"9398checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9399dependencies = [9400 "libc",9401 "rtoolbox",9402 "winapi",9403]94049405[[package]]9406name = "rtnetlink"9407version = "0.10.1"9408source = "registry+https://github.com/rust-lang/crates.io-index"9409checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9410dependencies = [9411 "async-global-executor",9412 "futures 0.3.25",9413 "log",9414 "netlink-packet-route",9415 "netlink-proto",9416 "nix",9417 "thiserror",9418]94199420[[package]]9421name = "rtoolbox"9422version = "0.0.1"9423source = "registry+https://github.com/rust-lang/crates.io-index"9424checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9425dependencies = [9426 "libc",9427 "winapi",9428]94299430[[package]]9431name = "rustc-demangle"9432version = "0.1.21"9433source = "registry+https://github.com/rust-lang/crates.io-index"9434checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94359436[[package]]9437name = "rustc-hash"9438version = "1.1.0"9439source = "registry+https://github.com/rust-lang/crates.io-index"9440checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94419442[[package]]9443name = "rustc-hex"9444version = "2.1.0"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94479448[[package]]9449name = "rustc_version"9450version = "0.2.3"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9453dependencies = [9454 "semver 0.9.0",9455]94569457[[package]]9458name = "rustc_version"9459version = "0.4.0"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9462dependencies = [9463 "semver 1.0.16",9464]94659466[[package]]9467name = "rustix"9468version = "0.35.13"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9471dependencies = [9472 "bitflags",9473 "errno",9474 "io-lifetimes 0.7.5",9475 "libc",9476 "linux-raw-sys 0.0.46",9477 "windows-sys 0.42.0",9478]94799480[[package]]9481name = "rustix"9482version = "0.36.5"9483source = "registry+https://github.com/rust-lang/crates.io-index"9484checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9485dependencies = [9486 "bitflags",9487 "errno",9488 "io-lifetimes 1.0.3",9489 "libc",9490 "linux-raw-sys 0.1.4",9491 "windows-sys 0.42.0",9492]94939494[[package]]9495name = "rustls"9496version = "0.20.7"9497source = "registry+https://github.com/rust-lang/crates.io-index"9498checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9499dependencies = [9500 "log",9501 "ring",9502 "sct",9503 "webpki",9504]95059506[[package]]9507name = "rustls-native-certs"9508version = "0.6.2"9509source = "registry+https://github.com/rust-lang/crates.io-index"9510checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9511dependencies = [9512 "openssl-probe",9513 "rustls-pemfile",9514 "schannel",9515 "security-framework",9516]95179518[[package]]9519name = "rustls-pemfile"9520version = "1.0.1"9521source = "registry+https://github.com/rust-lang/crates.io-index"9522checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9523dependencies = [9524 "base64",9525]95269527[[package]]9528name = "rustversion"9529version = "1.0.11"9530source = "registry+https://github.com/rust-lang/crates.io-index"9531checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"95329533[[package]]9534name = "rw-stream-sink"9535version = "0.3.0"9536source = "registry+https://github.com/rust-lang/crates.io-index"9537checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9538dependencies = [9539 "futures 0.3.25",9540 "pin-project",9541 "static_assertions",9542]95439544[[package]]9545name = "ryu"9546version = "1.0.12"9547source = "registry+https://github.com/rust-lang/crates.io-index"9548checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"95499550[[package]]9551name = "safe-mix"9552version = "1.0.1"9553source = "registry+https://github.com/rust-lang/crates.io-index"9554checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9555dependencies = [9556 "rustc_version 0.2.3",9557]95589559[[package]]9560name = "same-file"9561version = "1.0.6"9562source = "registry+https://github.com/rust-lang/crates.io-index"9563checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9564dependencies = [9565 "winapi-util",9566]95679568[[package]]9569name = "sc-allocator"9570version = "4.1.0-dev"9571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9572dependencies = [9573 "log",9574 "sp-core",9575 "sp-wasm-interface",9576 "thiserror",9577]95789579[[package]]9580name = "sc-authority-discovery"9581version = "0.10.0-dev"9582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9583dependencies = [9584 "async-trait",9585 "futures 0.3.25",9586 "futures-timer",9587 "ip_network",9588 "libp2p",9589 "log",9590 "parity-scale-codec 3.2.1",9591 "prost",9592 "prost-build",9593 "rand 0.7.3",9594 "sc-client-api",9595 "sc-network-common",9596 "sp-api",9597 "sp-authority-discovery",9598 "sp-blockchain",9599 "sp-core",9600 "sp-keystore",9601 "sp-runtime",9602 "substrate-prometheus-endpoint",9603 "thiserror",9604]96059606[[package]]9607name = "sc-basic-authorship"9608version = "0.10.0-dev"9609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9610dependencies = [9611 "futures 0.3.25",9612 "futures-timer",9613 "log",9614 "parity-scale-codec 3.2.1",9615 "sc-block-builder",9616 "sc-client-api",9617 "sc-proposer-metrics",9618 "sc-telemetry",9619 "sc-transaction-pool-api",9620 "sp-api",9621 "sp-blockchain",9622 "sp-consensus",9623 "sp-core",9624 "sp-inherents",9625 "sp-runtime",9626 "substrate-prometheus-endpoint",9627]96289629[[package]]9630name = "sc-block-builder"9631version = "0.10.0-dev"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9633dependencies = [9634 "parity-scale-codec 3.2.1",9635 "sc-client-api",9636 "sp-api",9637 "sp-block-builder",9638 "sp-blockchain",9639 "sp-core",9640 "sp-inherents",9641 "sp-runtime",9642 "sp-state-machine",9643]96449645[[package]]9646name = "sc-chain-spec"9647version = "4.0.0-dev"9648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9649dependencies = [9650 "impl-trait-for-tuples",9651 "memmap2",9652 "parity-scale-codec 3.2.1",9653 "sc-chain-spec-derive",9654 "sc-network-common",9655 "sc-telemetry",9656 "serde",9657 "serde_json",9658 "sp-core",9659 "sp-runtime",9660]96619662[[package]]9663name = "sc-chain-spec-derive"9664version = "4.0.0-dev"9665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9666dependencies = [9667 "proc-macro-crate",9668 "proc-macro2",9669 "quote",9670 "syn",9671]96729673[[package]]9674name = "sc-cli"9675version = "0.10.0-dev"9676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9677dependencies = [9678 "array-bytes 4.2.0",9679 "chrono",9680 "clap",9681 "fdlimit",9682 "futures 0.3.25",9683 "libp2p",9684 "log",9685 "names",9686 "parity-scale-codec 3.2.1",9687 "rand 0.7.3",9688 "regex",9689 "rpassword",9690 "sc-client-api",9691 "sc-client-db",9692 "sc-keystore",9693 "sc-network",9694 "sc-network-common",9695 "sc-service",9696 "sc-telemetry",9697 "sc-tracing",9698 "sc-utils",9699 "serde",9700 "serde_json",9701 "sp-blockchain",9702 "sp-core",9703 "sp-keyring",9704 "sp-keystore",9705 "sp-panic-handler",9706 "sp-runtime",9707 "sp-version",9708 "thiserror",9709 "tiny-bip39",9710 "tokio",9711]97129713[[package]]9714name = "sc-client-api"9715version = "4.0.0-dev"9716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9717dependencies = [9718 "fnv",9719 "futures 0.3.25",9720 "hash-db",9721 "log",9722 "parity-scale-codec 3.2.1",9723 "parking_lot 0.12.1",9724 "sc-executor",9725 "sc-transaction-pool-api",9726 "sc-utils",9727 "sp-api",9728 "sp-blockchain",9729 "sp-consensus",9730 "sp-core",9731 "sp-database",9732 "sp-externalities",9733 "sp-keystore",9734 "sp-runtime",9735 "sp-state-machine",9736 "sp-storage",9737 "sp-trie",9738 "substrate-prometheus-endpoint",9739]97409741[[package]]9742name = "sc-client-db"9743version = "0.10.0-dev"9744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9745dependencies = [9746 "hash-db",9747 "kvdb",9748 "kvdb-memorydb",9749 "kvdb-rocksdb",9750 "linked-hash-map",9751 "log",9752 "parity-db",9753 "parity-scale-codec 3.2.1",9754 "parking_lot 0.12.1",9755 "sc-client-api",9756 "sc-state-db",9757 "sp-arithmetic",9758 "sp-blockchain",9759 "sp-core",9760 "sp-database",9761 "sp-runtime",9762 "sp-state-machine",9763 "sp-trie",9764]97659766[[package]]9767name = "sc-consensus"9768version = "0.10.0-dev"9769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9770dependencies = [9771 "async-trait",9772 "futures 0.3.25",9773 "futures-timer",9774 "libp2p",9775 "log",9776 "mockall",9777 "parking_lot 0.12.1",9778 "sc-client-api",9779 "sc-utils",9780 "serde",9781 "sp-api",9782 "sp-blockchain",9783 "sp-consensus",9784 "sp-core",9785 "sp-runtime",9786 "sp-state-machine",9787 "substrate-prometheus-endpoint",9788 "thiserror",9789]97909791[[package]]9792name = "sc-consensus-aura"9793version = "0.10.0-dev"9794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9795dependencies = [9796 "async-trait",9797 "futures 0.3.25",9798 "log",9799 "parity-scale-codec 3.2.1",9800 "sc-block-builder",9801 "sc-client-api",9802 "sc-consensus",9803 "sc-consensus-slots",9804 "sc-telemetry",9805 "sp-api",9806 "sp-application-crypto",9807 "sp-block-builder",9808 "sp-blockchain",9809 "sp-consensus",9810 "sp-consensus-aura",9811 "sp-consensus-slots",9812 "sp-core",9813 "sp-inherents",9814 "sp-keystore",9815 "sp-runtime",9816 "substrate-prometheus-endpoint",9817 "thiserror",9818]98199820[[package]]9821name = "sc-consensus-babe"9822version = "0.10.0-dev"9823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9824dependencies = [9825 "async-trait",9826 "fork-tree",9827 "futures 0.3.25",9828 "log",9829 "merlin",9830 "num-bigint",9831 "num-rational",9832 "num-traits",9833 "parity-scale-codec 3.2.1",9834 "parking_lot 0.12.1",9835 "sc-client-api",9836 "sc-consensus",9837 "sc-consensus-epochs",9838 "sc-consensus-slots",9839 "sc-keystore",9840 "sc-telemetry",9841 "schnorrkel",9842 "serde",9843 "sp-api",9844 "sp-application-crypto",9845 "sp-block-builder",9846 "sp-blockchain",9847 "sp-consensus",9848 "sp-consensus-babe",9849 "sp-consensus-slots",9850 "sp-consensus-vrf",9851 "sp-core",9852 "sp-inherents",9853 "sp-io",9854 "sp-keystore",9855 "sp-runtime",9856 "sp-version",9857 "substrate-prometheus-endpoint",9858 "thiserror",9859]98609861[[package]]9862name = "sc-consensus-babe-rpc"9863version = "0.10.0-dev"9864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9865dependencies = [9866 "futures 0.3.25",9867 "jsonrpsee",9868 "sc-consensus-babe",9869 "sc-consensus-epochs",9870 "sc-rpc-api",9871 "serde",9872 "sp-api",9873 "sp-application-crypto",9874 "sp-blockchain",9875 "sp-consensus",9876 "sp-consensus-babe",9877 "sp-core",9878 "sp-keystore",9879 "sp-runtime",9880 "thiserror",9881]98829883[[package]]9884name = "sc-consensus-epochs"9885version = "0.10.0-dev"9886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9887dependencies = [9888 "fork-tree",9889 "parity-scale-codec 3.2.1",9890 "sc-client-api",9891 "sc-consensus",9892 "sp-blockchain",9893 "sp-runtime",9894]98959896[[package]]9897name = "sc-consensus-manual-seal"9898version = "0.10.0-dev"9899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9900dependencies = [9901 "assert_matches",9902 "async-trait",9903 "futures 0.3.25",9904 "jsonrpsee",9905 "log",9906 "parity-scale-codec 3.2.1",9907 "sc-client-api",9908 "sc-consensus",9909 "sc-consensus-aura",9910 "sc-consensus-babe",9911 "sc-consensus-epochs",9912 "sc-transaction-pool",9913 "sc-transaction-pool-api",9914 "serde",9915 "sp-api",9916 "sp-blockchain",9917 "sp-consensus",9918 "sp-consensus-aura",9919 "sp-consensus-babe",9920 "sp-consensus-slots",9921 "sp-core",9922 "sp-inherents",9923 "sp-keystore",9924 "sp-runtime",9925 "sp-timestamp",9926 "substrate-prometheus-endpoint",9927 "thiserror",9928]99299930[[package]]9931name = "sc-consensus-slots"9932version = "0.10.0-dev"9933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9934dependencies = [9935 "async-trait",9936 "futures 0.3.25",9937 "futures-timer",9938 "log",9939 "parity-scale-codec 3.2.1",9940 "sc-client-api",9941 "sc-consensus",9942 "sc-telemetry",9943 "sp-arithmetic",9944 "sp-blockchain",9945 "sp-consensus",9946 "sp-consensus-slots",9947 "sp-core",9948 "sp-inherents",9949 "sp-runtime",9950 "sp-state-machine",9951 "thiserror",9952]99539954[[package]]9955name = "sc-executor"9956version = "0.10.0-dev"9957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9958dependencies = [9959 "lru",9960 "parity-scale-codec 3.2.1",9961 "parking_lot 0.12.1",9962 "sc-executor-common",9963 "sc-executor-wasmi",9964 "sc-executor-wasmtime",9965 "sp-api",9966 "sp-core",9967 "sp-externalities",9968 "sp-io",9969 "sp-panic-handler",9970 "sp-runtime-interface",9971 "sp-trie",9972 "sp-version",9973 "sp-wasm-interface",9974 "tracing",9975 "wasmi",9976]99779978[[package]]9979name = "sc-executor-common"9980version = "0.10.0-dev"9981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9982dependencies = [9983 "sc-allocator",9984 "sp-maybe-compressed-blob",9985 "sp-wasm-interface",9986 "thiserror",9987 "wasm-instrument",9988 "wasmi",9989]99909991[[package]]9992name = "sc-executor-wasmi"9993version = "0.10.0-dev"9994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9995dependencies = [9996 "log",9997 "sc-allocator",9998 "sc-executor-common",9999 "sp-runtime-interface",10000 "sp-wasm-interface",10001 "wasmi",10002]1000310004[[package]]10005name = "sc-executor-wasmtime"10006version = "0.10.0-dev"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10008dependencies = [10009 "cfg-if",10010 "libc",10011 "log",10012 "once_cell",10013 "rustix 0.35.13",10014 "sc-allocator",10015 "sc-executor-common",10016 "sp-runtime-interface",10017 "sp-wasm-interface",10018 "wasmtime",10019]1002010021[[package]]10022name = "sc-finality-grandpa"10023version = "0.10.0-dev"10024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10025dependencies = [10026 "ahash",10027 "array-bytes 4.2.0",10028 "async-trait",10029 "dyn-clone",10030 "finality-grandpa",10031 "fork-tree",10032 "futures 0.3.25",10033 "futures-timer",10034 "log",10035 "parity-scale-codec 3.2.1",10036 "parking_lot 0.12.1",10037 "rand 0.8.5",10038 "sc-block-builder",10039 "sc-chain-spec",10040 "sc-client-api",10041 "sc-consensus",10042 "sc-keystore",10043 "sc-network",10044 "sc-network-common",10045 "sc-network-gossip",10046 "sc-telemetry",10047 "sc-utils",10048 "serde_json",10049 "sp-api",10050 "sp-application-crypto",10051 "sp-arithmetic",10052 "sp-blockchain",10053 "sp-consensus",10054 "sp-core",10055 "sp-finality-grandpa",10056 "sp-keystore",10057 "sp-runtime",10058 "substrate-prometheus-endpoint",10059 "thiserror",10060]1006110062[[package]]10063name = "sc-finality-grandpa-rpc"10064version = "0.10.0-dev"10065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10066dependencies = [10067 "finality-grandpa",10068 "futures 0.3.25",10069 "jsonrpsee",10070 "log",10071 "parity-scale-codec 3.2.1",10072 "sc-client-api",10073 "sc-finality-grandpa",10074 "sc-rpc",10075 "serde",10076 "serde_json",10077 "sp-blockchain",10078 "sp-core",10079 "sp-runtime",10080 "thiserror",10081]1008210083[[package]]10084name = "sc-informant"10085version = "0.10.0-dev"10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10087dependencies = [10088 "ansi_term",10089 "futures 0.3.25",10090 "futures-timer",10091 "log",10092 "sc-client-api",10093 "sc-network-common",10094 "sc-transaction-pool-api",10095 "sp-blockchain",10096 "sp-runtime",10097]1009810099[[package]]10100name = "sc-keystore"10101version = "4.0.0-dev"10102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10103dependencies = [10104 "array-bytes 4.2.0",10105 "async-trait",10106 "parking_lot 0.12.1",10107 "serde_json",10108 "sp-application-crypto",10109 "sp-core",10110 "sp-keystore",10111 "thiserror",10112]1011310114[[package]]10115name = "sc-network"10116version = "0.10.0-dev"10117source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10118dependencies = [10119 "array-bytes 4.2.0",10120 "async-trait",10121 "asynchronous-codec",10122 "bitflags",10123 "bytes",10124 "cid",10125 "either",10126 "fnv",10127 "fork-tree",10128 "futures 0.3.25",10129 "futures-timer",10130 "ip_network",10131 "libp2p",10132 "linked-hash-map",10133 "linked_hash_set",10134 "log",10135 "lru",10136 "parity-scale-codec 3.2.1",10137 "parking_lot 0.12.1",10138 "pin-project",10139 "prost",10140 "rand 0.7.3",10141 "sc-block-builder",10142 "sc-client-api",10143 "sc-consensus",10144 "sc-network-common",10145 "sc-peerset",10146 "sc-utils",10147 "serde",10148 "serde_json",10149 "smallvec",10150 "sp-arithmetic",10151 "sp-blockchain",10152 "sp-consensus",10153 "sp-core",10154 "sp-runtime",10155 "substrate-prometheus-endpoint",10156 "thiserror",10157 "unsigned-varint",10158 "zeroize",10159]1016010161[[package]]10162name = "sc-network-bitswap"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10165dependencies = [10166 "cid",10167 "futures 0.3.25",10168 "libp2p",10169 "log",10170 "prost",10171 "prost-build",10172 "sc-client-api",10173 "sc-network-common",10174 "sp-blockchain",10175 "sp-runtime",10176 "thiserror",10177 "unsigned-varint",10178 "void",10179]1018010181[[package]]10182name = "sc-network-common"10183version = "0.10.0-dev"10184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10185dependencies = [10186 "async-trait",10187 "bitflags",10188 "bytes",10189 "futures 0.3.25",10190 "futures-timer",10191 "libp2p",10192 "linked_hash_set",10193 "parity-scale-codec 3.2.1",10194 "prost-build",10195 "sc-consensus",10196 "sc-peerset",10197 "serde",10198 "smallvec",10199 "sp-blockchain",10200 "sp-consensus",10201 "sp-finality-grandpa",10202 "sp-runtime",10203 "substrate-prometheus-endpoint",10204 "thiserror",10205]1020610207[[package]]10208name = "sc-network-gossip"10209version = "0.10.0-dev"10210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10211dependencies = [10212 "ahash",10213 "futures 0.3.25",10214 "futures-timer",10215 "libp2p",10216 "log",10217 "lru",10218 "sc-network-common",10219 "sc-peerset",10220 "sp-runtime",10221 "substrate-prometheus-endpoint",10222 "tracing",10223]1022410225[[package]]10226name = "sc-network-light"10227version = "0.10.0-dev"10228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10229dependencies = [10230 "array-bytes 4.2.0",10231 "futures 0.3.25",10232 "libp2p",10233 "log",10234 "parity-scale-codec 3.2.1",10235 "prost",10236 "prost-build",10237 "sc-client-api",10238 "sc-network-common",10239 "sc-peerset",10240 "sp-blockchain",10241 "sp-core",10242 "sp-runtime",10243 "thiserror",10244]1024510246[[package]]10247name = "sc-network-sync"10248version = "0.10.0-dev"10249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10250dependencies = [10251 "array-bytes 4.2.0",10252 "async-trait",10253 "fork-tree",10254 "futures 0.3.25",10255 "libp2p",10256 "log",10257 "lru",10258 "mockall",10259 "parity-scale-codec 3.2.1",10260 "prost",10261 "prost-build",10262 "sc-client-api",10263 "sc-consensus",10264 "sc-network-common",10265 "sc-peerset",10266 "sc-utils",10267 "smallvec",10268 "sp-arithmetic",10269 "sp-blockchain",10270 "sp-consensus",10271 "sp-core",10272 "sp-finality-grandpa",10273 "sp-runtime",10274 "substrate-prometheus-endpoint",10275 "thiserror",10276]1027710278[[package]]10279name = "sc-network-transactions"10280version = "0.10.0-dev"10281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10282dependencies = [10283 "array-bytes 4.2.0",10284 "futures 0.3.25",10285 "hex",10286 "libp2p",10287 "log",10288 "parity-scale-codec 3.2.1",10289 "pin-project",10290 "sc-network-common",10291 "sc-peerset",10292 "sp-consensus",10293 "sp-runtime",10294 "substrate-prometheus-endpoint",10295]1029610297[[package]]10298name = "sc-offchain"10299version = "4.0.0-dev"10300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10301dependencies = [10302 "array-bytes 4.2.0",10303 "bytes",10304 "fnv",10305 "futures 0.3.25",10306 "futures-timer",10307 "hyper",10308 "hyper-rustls",10309 "libp2p",10310 "num_cpus",10311 "once_cell",10312 "parity-scale-codec 3.2.1",10313 "parking_lot 0.12.1",10314 "rand 0.7.3",10315 "sc-client-api",10316 "sc-network-common",10317 "sc-peerset",10318 "sc-utils",10319 "sp-api",10320 "sp-core",10321 "sp-offchain",10322 "sp-runtime",10323 "threadpool",10324 "tracing",10325]1032610327[[package]]10328name = "sc-peerset"10329version = "4.0.0-dev"10330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10331dependencies = [10332 "futures 0.3.25",10333 "libp2p",10334 "log",10335 "sc-utils",10336 "serde_json",10337 "wasm-timer",10338]1033910340[[package]]10341name = "sc-proposer-metrics"10342version = "0.10.0-dev"10343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10344dependencies = [10345 "log",10346 "substrate-prometheus-endpoint",10347]1034810349[[package]]10350name = "sc-rpc"10351version = "4.0.0-dev"10352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10353dependencies = [10354 "futures 0.3.25",10355 "hash-db",10356 "jsonrpsee",10357 "log",10358 "parity-scale-codec 3.2.1",10359 "parking_lot 0.12.1",10360 "sc-block-builder",10361 "sc-chain-spec",10362 "sc-client-api",10363 "sc-rpc-api",10364 "sc-tracing",10365 "sc-transaction-pool-api",10366 "sc-utils",10367 "serde_json",10368 "sp-api",10369 "sp-blockchain",10370 "sp-core",10371 "sp-keystore",10372 "sp-offchain",10373 "sp-rpc",10374 "sp-runtime",10375 "sp-session",10376 "sp-version",10377]1037810379[[package]]10380name = "sc-rpc-api"10381version = "0.10.0-dev"10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10383dependencies = [10384 "futures 0.3.25",10385 "jsonrpsee",10386 "log",10387 "parity-scale-codec 3.2.1",10388 "parking_lot 0.12.1",10389 "sc-chain-spec",10390 "sc-transaction-pool-api",10391 "scale-info",10392 "serde",10393 "serde_json",10394 "sp-core",10395 "sp-rpc",10396 "sp-runtime",10397 "sp-tracing",10398 "sp-version",10399 "thiserror",10400]1040110402[[package]]10403name = "sc-rpc-server"10404version = "4.0.0-dev"10405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10406dependencies = [10407 "futures 0.3.25",10408 "http",10409 "jsonrpsee",10410 "log",10411 "serde_json",10412 "substrate-prometheus-endpoint",10413 "tokio",10414 "tower",10415 "tower-http",10416]1041710418[[package]]10419name = "sc-rpc-spec-v2"10420version = "0.10.0-dev"10421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10422dependencies = [10423 "futures 0.3.25",10424 "hex",10425 "jsonrpsee",10426 "parity-scale-codec 3.2.1",10427 "sc-chain-spec",10428 "sc-transaction-pool-api",10429 "serde",10430 "sp-api",10431 "sp-blockchain",10432 "sp-core",10433 "sp-runtime",10434 "thiserror",10435]1043610437[[package]]10438name = "sc-service"10439version = "0.10.0-dev"10440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10441dependencies = [10442 "async-trait",10443 "directories",10444 "exit-future",10445 "futures 0.3.25",10446 "futures-timer",10447 "hash-db",10448 "jsonrpsee",10449 "log",10450 "parity-scale-codec 3.2.1",10451 "parking_lot 0.12.1",10452 "pin-project",10453 "rand 0.7.3",10454 "sc-block-builder",10455 "sc-chain-spec",10456 "sc-client-api",10457 "sc-client-db",10458 "sc-consensus",10459 "sc-executor",10460 "sc-informant",10461 "sc-keystore",10462 "sc-network",10463 "sc-network-bitswap",10464 "sc-network-common",10465 "sc-network-light",10466 "sc-network-sync",10467 "sc-network-transactions",10468 "sc-offchain",10469 "sc-rpc",10470 "sc-rpc-server",10471 "sc-rpc-spec-v2",10472 "sc-sysinfo",10473 "sc-telemetry",10474 "sc-tracing",10475 "sc-transaction-pool",10476 "sc-transaction-pool-api",10477 "sc-utils",10478 "serde",10479 "serde_json",10480 "sp-api",10481 "sp-application-crypto",10482 "sp-block-builder",10483 "sp-blockchain",10484 "sp-consensus",10485 "sp-core",10486 "sp-externalities",10487 "sp-inherents",10488 "sp-keystore",10489 "sp-runtime",10490 "sp-session",10491 "sp-state-machine",10492 "sp-storage",10493 "sp-tracing",10494 "sp-transaction-pool",10495 "sp-transaction-storage-proof",10496 "sp-trie",10497 "sp-version",10498 "static_init 1.0.3",10499 "substrate-prometheus-endpoint",10500 "tempfile",10501 "thiserror",10502 "tokio",10503 "tracing",10504 "tracing-futures",10505]1050610507[[package]]10508name = "sc-state-db"10509version = "0.10.0-dev"10510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10511dependencies = [10512 "log",10513 "parity-scale-codec 3.2.1",10514 "parking_lot 0.12.1",10515 "sc-client-api",10516 "sp-core",10517]1051810519[[package]]10520name = "sc-sync-state-rpc"10521version = "0.10.0-dev"10522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10523dependencies = [10524 "jsonrpsee",10525 "parity-scale-codec 3.2.1",10526 "sc-chain-spec",10527 "sc-client-api",10528 "sc-consensus-babe",10529 "sc-consensus-epochs",10530 "sc-finality-grandpa",10531 "serde",10532 "serde_json",10533 "sp-blockchain",10534 "sp-runtime",10535 "thiserror",10536]1053710538[[package]]10539name = "sc-sysinfo"10540version = "6.0.0-dev"10541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10542dependencies = [10543 "futures 0.3.25",10544 "libc",10545 "log",10546 "rand 0.7.3",10547 "rand_pcg 0.2.1",10548 "regex",10549 "sc-telemetry",10550 "serde",10551 "serde_json",10552 "sp-core",10553 "sp-io",10554 "sp-std",10555]1055610557[[package]]10558name = "sc-telemetry"10559version = "4.0.0-dev"10560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10561dependencies = [10562 "chrono",10563 "futures 0.3.25",10564 "libp2p",10565 "log",10566 "parking_lot 0.12.1",10567 "pin-project",10568 "rand 0.7.3",10569 "serde",10570 "serde_json",10571 "thiserror",10572 "wasm-timer",10573]1057410575[[package]]10576name = "sc-tracing"10577version = "4.0.0-dev"10578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10579dependencies = [10580 "ansi_term",10581 "atty",10582 "chrono",10583 "lazy_static",10584 "libc",10585 "log",10586 "once_cell",10587 "parking_lot 0.12.1",10588 "regex",10589 "rustc-hash",10590 "sc-client-api",10591 "sc-rpc-server",10592 "sc-tracing-proc-macro",10593 "serde",10594 "sp-api",10595 "sp-blockchain",10596 "sp-core",10597 "sp-rpc",10598 "sp-runtime",10599 "sp-tracing",10600 "thiserror",10601 "tracing",10602 "tracing-log",10603 "tracing-subscriber",10604]1060510606[[package]]10607name = "sc-tracing-proc-macro"10608version = "4.0.0-dev"10609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10610dependencies = [10611 "proc-macro-crate",10612 "proc-macro2",10613 "quote",10614 "syn",10615]1061610617[[package]]10618name = "sc-transaction-pool"10619version = "4.0.0-dev"10620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10621dependencies = [10622 "async-trait",10623 "futures 0.3.25",10624 "futures-timer",10625 "linked-hash-map",10626 "log",10627 "parity-scale-codec 3.2.1",10628 "parking_lot 0.12.1",10629 "sc-client-api",10630 "sc-transaction-pool-api",10631 "sc-utils",10632 "serde",10633 "sp-api",10634 "sp-blockchain",10635 "sp-core",10636 "sp-runtime",10637 "sp-tracing",10638 "sp-transaction-pool",10639 "substrate-prometheus-endpoint",10640 "thiserror",10641]1064210643[[package]]10644name = "sc-transaction-pool-api"10645version = "4.0.0-dev"10646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10647dependencies = [10648 "async-trait",10649 "futures 0.3.25",10650 "log",10651 "serde",10652 "sp-blockchain",10653 "sp-runtime",10654 "thiserror",10655]1065610657[[package]]10658name = "sc-utils"10659version = "4.0.0-dev"10660source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10661dependencies = [10662 "futures 0.3.25",10663 "futures-timer",10664 "lazy_static",10665 "log",10666 "parking_lot 0.12.1",10667 "prometheus",10668]1066910670[[package]]10671name = "scale-info"10672version = "2.3.1"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10675dependencies = [10676 "bitvec 1.0.1",10677 "cfg-if",10678 "derive_more",10679 "parity-scale-codec 3.2.1",10680 "scale-info-derive",10681 "serde",10682]1068310684[[package]]10685name = "scale-info-derive"10686version = "2.3.1"10687source = "registry+https://github.com/rust-lang/crates.io-index"10688checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"10689dependencies = [10690 "proc-macro-crate",10691 "proc-macro2",10692 "quote",10693 "syn",10694]1069510696[[package]]10697name = "schannel"10698version = "0.1.20"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10701dependencies = [10702 "lazy_static",10703 "windows-sys 0.36.1",10704]1070510706[[package]]10707name = "schnorrkel"10708version = "0.9.1"10709source = "registry+https://github.com/rust-lang/crates.io-index"10710checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10711dependencies = [10712 "arrayref",10713 "arrayvec 0.5.2",10714 "curve25519-dalek 2.1.3",10715 "getrandom 0.1.16",10716 "merlin",10717 "rand 0.7.3",10718 "rand_core 0.5.1",10719 "sha2 0.8.2",10720 "subtle",10721 "zeroize",10722]1072310724[[package]]10725name = "scopeguard"10726version = "1.1.0"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1072910730[[package]]10731name = "scratch"10732version = "1.0.3"10733source = "registry+https://github.com/rust-lang/crates.io-index"10734checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"1073510736[[package]]10737name = "sct"10738version = "0.7.0"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10741dependencies = [10742 "ring",10743 "untrusted",10744]1074510746[[package]]10747name = "sec1"10748version = "0.3.0"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10751dependencies = [10752 "base16ct",10753 "der",10754 "generic-array 0.14.6",10755 "pkcs8",10756 "subtle",10757 "zeroize",10758]1075910760[[package]]10761name = "secp256k1"10762version = "0.24.2"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"10765dependencies = [10766 "secp256k1-sys",10767]1076810769[[package]]10770name = "secp256k1-sys"10771version = "0.6.1"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10774dependencies = [10775 "cc",10776]1077710778[[package]]10779name = "secrecy"10780version = "0.8.0"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10783dependencies = [10784 "zeroize",10785]1078610787[[package]]10788name = "security-framework"10789version = "2.7.0"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10792dependencies = [10793 "bitflags",10794 "core-foundation",10795 "core-foundation-sys",10796 "libc",10797 "security-framework-sys",10798]1079910800[[package]]10801name = "security-framework-sys"10802version = "2.6.1"10803source = "registry+https://github.com/rust-lang/crates.io-index"10804checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10805dependencies = [10806 "core-foundation-sys",10807 "libc",10808]1080910810[[package]]10811name = "semver"10812version = "0.6.0"10813source = "registry+https://github.com/rust-lang/crates.io-index"10814checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10815dependencies = [10816 "semver-parser",10817]1081810819[[package]]10820name = "semver"10821version = "0.9.0"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10824dependencies = [10825 "semver-parser",10826]1082710828[[package]]10829name = "semver"10830version = "1.0.16"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"10833dependencies = [10834 "serde",10835]1083610837[[package]]10838name = "semver-parser"10839version = "0.7.0"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1084210843[[package]]10844name = "serde"10845version = "1.0.151"10846source = "registry+https://github.com/rust-lang/crates.io-index"10847checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"10848dependencies = [10849 "serde_derive",10850]1085110852[[package]]10853name = "serde_derive"10854version = "1.0.151"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"10857dependencies = [10858 "proc-macro2",10859 "quote",10860 "syn",10861]1086210863[[package]]10864name = "serde_json"10865version = "1.0.91"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"10868dependencies = [10869 "itoa",10870 "ryu",10871 "serde",10872]1087310874[[package]]10875name = "serde_nanos"10876version = "0.1.2"10877source = "registry+https://github.com/rust-lang/crates.io-index"10878checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10879dependencies = [10880 "serde",10881]1088210883[[package]]10884name = "sha-1"10885version = "0.9.8"10886source = "registry+https://github.com/rust-lang/crates.io-index"10887checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10888dependencies = [10889 "block-buffer 0.9.0",10890 "cfg-if",10891 "cpufeatures",10892 "digest 0.9.0",10893 "opaque-debug 0.3.0",10894]1089510896[[package]]10897name = "sha1"10898version = "0.10.5"10899source = "registry+https://github.com/rust-lang/crates.io-index"10900checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10901dependencies = [10902 "cfg-if",10903 "cpufeatures",10904 "digest 0.10.6",10905]1090610907[[package]]10908name = "sha2"10909version = "0.8.2"10910source = "registry+https://github.com/rust-lang/crates.io-index"10911checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10912dependencies = [10913 "block-buffer 0.7.3",10914 "digest 0.8.1",10915 "fake-simd",10916 "opaque-debug 0.2.3",10917]1091810919[[package]]10920name = "sha2"10921version = "0.9.9"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10924dependencies = [10925 "block-buffer 0.9.0",10926 "cfg-if",10927 "cpufeatures",10928 "digest 0.9.0",10929 "opaque-debug 0.3.0",10930]1093110932[[package]]10933name = "sha2"10934version = "0.10.6"10935source = "registry+https://github.com/rust-lang/crates.io-index"10936checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10937dependencies = [10938 "cfg-if",10939 "cpufeatures",10940 "digest 0.10.6",10941]1094210943[[package]]10944name = "sha3"10945version = "0.8.2"10946source = "registry+https://github.com/rust-lang/crates.io-index"10947checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10948dependencies = [10949 "block-buffer 0.7.3",10950 "byte-tools",10951 "digest 0.8.1",10952 "keccak",10953 "opaque-debug 0.2.3",10954]1095510956[[package]]10957name = "sha3"10958version = "0.10.6"10959source = "registry+https://github.com/rust-lang/crates.io-index"10960checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10961dependencies = [10962 "digest 0.10.6",10963 "keccak",10964]1096510966[[package]]10967name = "sha3-const"10968version = "0.1.1"10969source = "registry+https://github.com/rust-lang/crates.io-index"10970checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1097110972[[package]]10973name = "sharded-slab"10974version = "0.1.4"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10977dependencies = [10978 "lazy_static",10979]1098010981[[package]]10982name = "shlex"10983version = "1.1.0"10984source = "registry+https://github.com/rust-lang/crates.io-index"10985checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1098610987[[package]]10988name = "signal-hook"10989version = "0.3.14"10990source = "registry+https://github.com/rust-lang/crates.io-index"10991checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10992dependencies = [10993 "libc",10994 "signal-hook-registry",10995]1099610997[[package]]10998name = "signal-hook-registry"10999version = "1.4.0"11000source = "registry+https://github.com/rust-lang/crates.io-index"11001checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11002dependencies = [11003 "libc",11004]1100511006[[package]]11007name = "signature"11008version = "1.6.4"11009source = "registry+https://github.com/rust-lang/crates.io-index"11010checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11011dependencies = [11012 "digest 0.10.6",11013 "rand_core 0.6.4",11014]1101511016[[package]]11017name = "simba"11018version = "0.5.1"11019source = "registry+https://github.com/rust-lang/crates.io-index"11020checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11021dependencies = [11022 "approx",11023 "num-complex",11024 "num-traits",11025 "paste",11026]1102711028[[package]]11029name = "similar"11030version = "2.2.1"11031source = "registry+https://github.com/rust-lang/crates.io-index"11032checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11033dependencies = [11034 "bstr",11035 "unicode-segmentation",11036]1103711038[[package]]11039name = "similar-asserts"11040version = "1.4.2"11041source = "registry+https://github.com/rust-lang/crates.io-index"11042checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11043dependencies = [11044 "console",11045 "similar",11046]1104711048[[package]]11049name = "slab"11050version = "0.4.7"11051source = "registry+https://github.com/rust-lang/crates.io-index"11052checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11053dependencies = [11054 "autocfg",11055]1105611057[[package]]11058name = "slice-group-by"11059version = "0.3.0"11060source = "registry+https://github.com/rust-lang/crates.io-index"11061checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1106211063[[package]]11064name = "slot-range-helper"11065version = "0.9.36"11066source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11067dependencies = [11068 "enumn",11069 "parity-scale-codec 3.2.1",11070 "paste",11071 "sp-runtime",11072 "sp-std",11073]1107411075[[package]]11076name = "slotmap"11077version = "1.0.6"11078source = "registry+https://github.com/rust-lang/crates.io-index"11079checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11080dependencies = [11081 "version_check",11082]1108311084[[package]]11085name = "smallvec"11086version = "1.10.0"11087source = "registry+https://github.com/rust-lang/crates.io-index"11088checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1108911090[[package]]11091name = "snap"11092version = "1.1.0"11093source = "registry+https://github.com/rust-lang/crates.io-index"11094checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1109511096[[package]]11097name = "snow"11098version = "0.9.0"11099source = "registry+https://github.com/rust-lang/crates.io-index"11100checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11101dependencies = [11102 "aes-gcm",11103 "blake2",11104 "chacha20poly1305",11105 "curve25519-dalek 4.0.0-pre.5",11106 "rand_core 0.6.4",11107 "ring",11108 "rustc_version 0.4.0",11109 "sha2 0.10.6",11110 "subtle",11111]1111211113[[package]]11114name = "socket2"11115version = "0.4.7"11116source = "registry+https://github.com/rust-lang/crates.io-index"11117checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11118dependencies = [11119 "libc",11120 "winapi",11121]1112211123[[package]]11124name = "soketto"11125version = "0.7.1"11126source = "registry+https://github.com/rust-lang/crates.io-index"11127checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11128dependencies = [11129 "base64",11130 "bytes",11131 "flate2",11132 "futures 0.3.25",11133 "http",11134 "httparse",11135 "log",11136 "rand 0.8.5",11137 "sha-1",11138]1113911140[[package]]11141name = "sp-api"11142version = "4.0.0-dev"11143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11144dependencies = [11145 "hash-db",11146 "log",11147 "parity-scale-codec 3.2.1",11148 "sp-api-proc-macro",11149 "sp-core",11150 "sp-runtime",11151 "sp-state-machine",11152 "sp-std",11153 "sp-trie",11154 "sp-version",11155 "thiserror",11156]1115711158[[package]]11159name = "sp-api-proc-macro"11160version = "4.0.0-dev"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11162dependencies = [11163 "blake2",11164 "proc-macro-crate",11165 "proc-macro2",11166 "quote",11167 "syn",11168]1116911170[[package]]11171name = "sp-application-crypto"11172version = "7.0.0"11173source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11174dependencies = [11175 "parity-scale-codec 3.2.1",11176 "scale-info",11177 "serde",11178 "sp-core",11179 "sp-io",11180 "sp-std",11181]1118211183[[package]]11184name = "sp-arithmetic"11185version = "6.0.0"11186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11187dependencies = [11188 "integer-sqrt",11189 "num-traits",11190 "parity-scale-codec 3.2.1",11191 "scale-info",11192 "serde",11193 "sp-debug-derive",11194 "sp-std",11195 "static_assertions",11196]1119711198[[package]]11199name = "sp-authority-discovery"11200version = "4.0.0-dev"11201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11202dependencies = [11203 "parity-scale-codec 3.2.1",11204 "scale-info",11205 "sp-api",11206 "sp-application-crypto",11207 "sp-runtime",11208 "sp-std",11209]1121011211[[package]]11212name = "sp-authorship"11213version = "4.0.0-dev"11214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11215dependencies = [11216 "async-trait",11217 "parity-scale-codec 3.2.1",11218 "sp-inherents",11219 "sp-runtime",11220 "sp-std",11221]1122211223[[package]]11224name = "sp-beefy"11225version = "4.0.0-dev"11226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11227dependencies = [11228 "parity-scale-codec 3.2.1",11229 "scale-info",11230 "serde",11231 "sp-api",11232 "sp-application-crypto",11233 "sp-core",11234 "sp-io",11235 "sp-mmr-primitives",11236 "sp-runtime",11237 "sp-std",11238]1123911240[[package]]11241name = "sp-block-builder"11242version = "4.0.0-dev"11243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11244dependencies = [11245 "parity-scale-codec 3.2.1",11246 "sp-api",11247 "sp-inherents",11248 "sp-runtime",11249 "sp-std",11250]1125111252[[package]]11253name = "sp-blockchain"11254version = "4.0.0-dev"11255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11256dependencies = [11257 "futures 0.3.25",11258 "log",11259 "lru",11260 "parity-scale-codec 3.2.1",11261 "parking_lot 0.12.1",11262 "sp-api",11263 "sp-consensus",11264 "sp-database",11265 "sp-runtime",11266 "sp-state-machine",11267 "thiserror",11268]1126911270[[package]]11271name = "sp-consensus"11272version = "0.10.0-dev"11273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11274dependencies = [11275 "async-trait",11276 "futures 0.3.25",11277 "futures-timer",11278 "log",11279 "parity-scale-codec 3.2.1",11280 "sp-core",11281 "sp-inherents",11282 "sp-runtime",11283 "sp-state-machine",11284 "sp-std",11285 "sp-version",11286 "thiserror",11287]1128811289[[package]]11290name = "sp-consensus-aura"11291version = "0.10.0-dev"11292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11293dependencies = [11294 "async-trait",11295 "parity-scale-codec 3.2.1",11296 "scale-info",11297 "sp-api",11298 "sp-application-crypto",11299 "sp-consensus",11300 "sp-consensus-slots",11301 "sp-inherents",11302 "sp-runtime",11303 "sp-std",11304 "sp-timestamp",11305]1130611307[[package]]11308name = "sp-consensus-babe"11309version = "0.10.0-dev"11310source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11311dependencies = [11312 "async-trait",11313 "merlin",11314 "parity-scale-codec 3.2.1",11315 "scale-info",11316 "serde",11317 "sp-api",11318 "sp-application-crypto",11319 "sp-consensus",11320 "sp-consensus-slots",11321 "sp-consensus-vrf",11322 "sp-core",11323 "sp-inherents",11324 "sp-keystore",11325 "sp-runtime",11326 "sp-std",11327 "sp-timestamp",11328]1132911330[[package]]11331name = "sp-consensus-slots"11332version = "0.10.0-dev"11333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11334dependencies = [11335 "parity-scale-codec 3.2.1",11336 "scale-info",11337 "serde",11338 "sp-arithmetic",11339 "sp-runtime",11340 "sp-std",11341 "sp-timestamp",11342]1134311344[[package]]11345name = "sp-consensus-vrf"11346version = "0.10.0-dev"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11348dependencies = [11349 "parity-scale-codec 3.2.1",11350 "scale-info",11351 "schnorrkel",11352 "sp-core",11353 "sp-runtime",11354 "sp-std",11355]1135611357[[package]]11358name = "sp-core"11359version = "7.0.0"11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11361dependencies = [11362 "array-bytes 4.2.0",11363 "base58",11364 "bitflags",11365 "blake2",11366 "byteorder",11367 "dyn-clonable",11368 "ed25519-zebra",11369 "futures 0.3.25",11370 "hash-db",11371 "hash256-std-hasher",11372 "impl-serde",11373 "lazy_static",11374 "libsecp256k1",11375 "log",11376 "merlin",11377 "num-traits",11378 "parity-scale-codec 3.2.1",11379 "parking_lot 0.12.1",11380 "primitive-types 0.12.1",11381 "rand 0.7.3",11382 "regex",11383 "scale-info",11384 "schnorrkel",11385 "secp256k1",11386 "secrecy",11387 "serde",11388 "sp-core-hashing",11389 "sp-debug-derive",11390 "sp-externalities",11391 "sp-runtime-interface",11392 "sp-std",11393 "sp-storage",11394 "ss58-registry",11395 "substrate-bip39",11396 "thiserror",11397 "tiny-bip39",11398 "wasmi",11399 "zeroize",11400]1140111402[[package]]11403name = "sp-core-hashing"11404version = "5.0.0"11405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11406dependencies = [11407 "blake2",11408 "byteorder",11409 "digest 0.10.6",11410 "sha2 0.10.6",11411 "sha3 0.10.6",11412 "sp-std",11413 "twox-hash",11414]1141511416[[package]]11417name = "sp-core-hashing-proc-macro"11418version = "5.0.0"11419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11420dependencies = [11421 "proc-macro2",11422 "quote",11423 "sp-core-hashing",11424 "syn",11425]1142611427[[package]]11428name = "sp-database"11429version = "4.0.0-dev"11430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11431dependencies = [11432 "kvdb",11433 "parking_lot 0.12.1",11434]1143511436[[package]]11437name = "sp-debug-derive"11438version = "5.0.0"11439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11440dependencies = [11441 "proc-macro2",11442 "quote",11443 "syn",11444]1144511446[[package]]11447name = "sp-externalities"11448version = "0.13.0"11449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11450dependencies = [11451 "environmental",11452 "parity-scale-codec 3.2.1",11453 "sp-std",11454 "sp-storage",11455]1145611457[[package]]11458name = "sp-finality-grandpa"11459version = "4.0.0-dev"11460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11461dependencies = [11462 "finality-grandpa",11463 "log",11464 "parity-scale-codec 3.2.1",11465 "scale-info",11466 "serde",11467 "sp-api",11468 "sp-application-crypto",11469 "sp-core",11470 "sp-keystore",11471 "sp-runtime",11472 "sp-std",11473]1147411475[[package]]11476name = "sp-inherents"11477version = "4.0.0-dev"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11479dependencies = [11480 "async-trait",11481 "impl-trait-for-tuples",11482 "parity-scale-codec 3.2.1",11483 "sp-core",11484 "sp-runtime",11485 "sp-std",11486 "thiserror",11487]1148811489[[package]]11490name = "sp-io"11491version = "7.0.0"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11493dependencies = [11494 "bytes",11495 "ed25519-dalek",11496 "futures 0.3.25",11497 "hash-db",11498 "libsecp256k1",11499 "log",11500 "parity-scale-codec 3.2.1",11501 "parking_lot 0.12.1",11502 "secp256k1",11503 "sp-core",11504 "sp-externalities",11505 "sp-keystore",11506 "sp-runtime-interface",11507 "sp-state-machine",11508 "sp-std",11509 "sp-tracing",11510 "sp-trie",11511 "sp-wasm-interface",11512 "tracing",11513 "tracing-core",11514]1151511516[[package]]11517name = "sp-keyring"11518version = "7.0.0"11519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11520dependencies = [11521 "lazy_static",11522 "sp-core",11523 "sp-runtime",11524 "strum",11525]1152611527[[package]]11528name = "sp-keystore"11529version = "0.13.0"11530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11531dependencies = [11532 "async-trait",11533 "futures 0.3.25",11534 "merlin",11535 "parity-scale-codec 3.2.1",11536 "parking_lot 0.12.1",11537 "schnorrkel",11538 "serde",11539 "sp-core",11540 "sp-externalities",11541 "thiserror",11542]1154311544[[package]]11545name = "sp-maybe-compressed-blob"11546version = "4.1.0-dev"11547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11548dependencies = [11549 "thiserror",11550 "zstd",11551]1155211553[[package]]11554name = "sp-mmr-primitives"11555version = "4.0.0-dev"11556source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11557dependencies = [11558 "ckb-merkle-mountain-range",11559 "log",11560 "parity-scale-codec 3.2.1",11561 "scale-info",11562 "serde",11563 "sp-api",11564 "sp-core",11565 "sp-debug-derive",11566 "sp-runtime",11567 "sp-std",11568 "thiserror",11569]1157011571[[package]]11572name = "sp-npos-elections"11573version = "4.0.0-dev"11574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11575dependencies = [11576 "parity-scale-codec 3.2.1",11577 "scale-info",11578 "serde",11579 "sp-arithmetic",11580 "sp-core",11581 "sp-runtime",11582 "sp-std",11583]1158411585[[package]]11586name = "sp-offchain"11587version = "4.0.0-dev"11588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11589dependencies = [11590 "sp-api",11591 "sp-core",11592 "sp-runtime",11593]1159411595[[package]]11596name = "sp-panic-handler"11597version = "5.0.0"11598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11599dependencies = [11600 "backtrace",11601 "lazy_static",11602 "regex",11603]1160411605[[package]]11606name = "sp-rpc"11607version = "6.0.0"11608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11609dependencies = [11610 "rustc-hash",11611 "serde",11612 "sp-core",11613]1161411615[[package]]11616name = "sp-runtime"11617version = "7.0.0"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11619dependencies = [11620 "either",11621 "hash256-std-hasher",11622 "impl-trait-for-tuples",11623 "log",11624 "parity-scale-codec 3.2.1",11625 "paste",11626 "rand 0.7.3",11627 "scale-info",11628 "serde",11629 "sp-application-crypto",11630 "sp-arithmetic",11631 "sp-core",11632 "sp-io",11633 "sp-std",11634 "sp-weights",11635]1163611637[[package]]11638name = "sp-runtime-interface"11639version = "7.0.0"11640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11641dependencies = [11642 "bytes",11643 "impl-trait-for-tuples",11644 "parity-scale-codec 3.2.1",11645 "primitive-types 0.12.1",11646 "sp-externalities",11647 "sp-runtime-interface-proc-macro",11648 "sp-std",11649 "sp-storage",11650 "sp-tracing",11651 "sp-wasm-interface",11652 "static_assertions",11653]1165411655[[package]]11656name = "sp-runtime-interface-proc-macro"11657version = "6.0.0"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11659dependencies = [11660 "Inflector",11661 "proc-macro-crate",11662 "proc-macro2",11663 "quote",11664 "syn",11665]1166611667[[package]]11668name = "sp-session"11669version = "4.0.0-dev"11670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11671dependencies = [11672 "parity-scale-codec 3.2.1",11673 "scale-info",11674 "sp-api",11675 "sp-core",11676 "sp-runtime",11677 "sp-staking",11678 "sp-std",11679]1168011681[[package]]11682name = "sp-staking"11683version = "4.0.0-dev"11684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11685dependencies = [11686 "parity-scale-codec 3.2.1",11687 "scale-info",11688 "sp-core",11689 "sp-runtime",11690 "sp-std",11691]1169211693[[package]]11694name = "sp-state-machine"11695version = "0.13.0"11696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11697dependencies = [11698 "hash-db",11699 "log",11700 "num-traits",11701 "parity-scale-codec 3.2.1",11702 "parking_lot 0.12.1",11703 "rand 0.7.3",11704 "smallvec",11705 "sp-core",11706 "sp-externalities",11707 "sp-panic-handler",11708 "sp-std",11709 "sp-trie",11710 "thiserror",11711 "tracing",11712 "trie-root",11713]1171411715[[package]]11716name = "sp-std"11717version = "5.0.0"11718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"1171911720[[package]]11721name = "sp-storage"11722version = "7.0.0"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11724dependencies = [11725 "impl-serde",11726 "parity-scale-codec 3.2.1",11727 "ref-cast",11728 "serde",11729 "sp-debug-derive",11730 "sp-std",11731]1173211733[[package]]11734name = "sp-timestamp"11735version = "4.0.0-dev"11736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11737dependencies = [11738 "async-trait",11739 "futures-timer",11740 "log",11741 "parity-scale-codec 3.2.1",11742 "sp-api",11743 "sp-inherents",11744 "sp-runtime",11745 "sp-std",11746 "thiserror",11747]1174811749[[package]]11750name = "sp-tracing"11751version = "6.0.0"11752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11753dependencies = [11754 "parity-scale-codec 3.2.1",11755 "sp-std",11756 "tracing",11757 "tracing-core",11758 "tracing-subscriber",11759]1176011761[[package]]11762name = "sp-transaction-pool"11763version = "4.0.0-dev"11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11765dependencies = [11766 "sp-api",11767 "sp-runtime",11768]1176911770[[package]]11771name = "sp-transaction-storage-proof"11772version = "4.0.0-dev"11773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11774dependencies = [11775 "async-trait",11776 "log",11777 "parity-scale-codec 3.2.1",11778 "scale-info",11779 "sp-core",11780 "sp-inherents",11781 "sp-runtime",11782 "sp-std",11783 "sp-trie",11784]1178511786[[package]]11787name = "sp-trie"11788version = "7.0.0"11789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11790dependencies = [11791 "ahash",11792 "hash-db",11793 "hashbrown",11794 "lazy_static",11795 "lru",11796 "memory-db",11797 "nohash-hasher",11798 "parity-scale-codec 3.2.1",11799 "parking_lot 0.12.1",11800 "scale-info",11801 "sp-core",11802 "sp-std",11803 "thiserror",11804 "tracing",11805 "trie-db",11806 "trie-root",11807]1180811809[[package]]11810name = "sp-version"11811version = "5.0.0"11812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11813dependencies = [11814 "impl-serde",11815 "parity-scale-codec 3.2.1",11816 "parity-wasm",11817 "scale-info",11818 "serde",11819 "sp-core-hashing-proc-macro",11820 "sp-runtime",11821 "sp-std",11822 "sp-version-proc-macro",11823 "thiserror",11824]1182511826[[package]]11827name = "sp-version-proc-macro"11828version = "4.0.0-dev"11829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11830dependencies = [11831 "parity-scale-codec 3.2.1",11832 "proc-macro2",11833 "quote",11834 "syn",11835]1183611837[[package]]11838name = "sp-wasm-interface"11839version = "7.0.0"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11841dependencies = [11842 "impl-trait-for-tuples",11843 "log",11844 "parity-scale-codec 3.2.1",11845 "sp-std",11846 "wasmi",11847 "wasmtime",11848]1184911850[[package]]11851name = "sp-weights"11852version = "4.0.0"11853source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11854dependencies = [11855 "impl-trait-for-tuples",11856 "parity-scale-codec 3.2.1",11857 "scale-info",11858 "serde",11859 "smallvec",11860 "sp-arithmetic",11861 "sp-core",11862 "sp-debug-derive",11863 "sp-std",11864]1186511866[[package]]11867name = "spin"11868version = "0.5.2"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1187111872[[package]]11873name = "spki"11874version = "0.6.0"11875source = "registry+https://github.com/rust-lang/crates.io-index"11876checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11877dependencies = [11878 "base64ct",11879 "der",11880]1188111882[[package]]11883name = "ss58-registry"11884version = "1.36.0"11885source = "registry+https://github.com/rust-lang/crates.io-index"11886checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284"11887dependencies = [11888 "Inflector",11889 "num-format",11890 "proc-macro2",11891 "quote",11892 "serde",11893 "serde_json",11894 "unicode-xid",11895]1189611897[[package]]11898name = "stable_deref_trait"11899version = "1.2.0"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1190211903[[package]]11904name = "static_assertions"11905version = "1.1.0"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1190811909[[package]]11910name = "static_init"11911version = "0.5.2"11912source = "registry+https://github.com/rust-lang/crates.io-index"11913checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11914dependencies = [11915 "cfg_aliases",11916 "libc",11917 "parking_lot 0.11.2",11918 "static_init_macro 0.5.0",11919]1192011921[[package]]11922name = "static_init"11923version = "1.0.3"11924source = "registry+https://github.com/rust-lang/crates.io-index"11925checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11926dependencies = [11927 "bitflags",11928 "cfg_aliases",11929 "libc",11930 "parking_lot 0.11.2",11931 "parking_lot_core 0.8.6",11932 "static_init_macro 1.0.2",11933 "winapi",11934]1193511936[[package]]11937name = "static_init_macro"11938version = "0.5.0"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11941dependencies = [11942 "cfg_aliases",11943 "memchr",11944 "proc-macro2",11945 "quote",11946 "syn",11947]1194811949[[package]]11950name = "static_init_macro"11951version = "1.0.2"11952source = "registry+https://github.com/rust-lang/crates.io-index"11953checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11954dependencies = [11955 "cfg_aliases",11956 "memchr",11957 "proc-macro2",11958 "quote",11959 "syn",11960]1196111962[[package]]11963name = "statrs"11964version = "0.15.0"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11967dependencies = [11968 "approx",11969 "lazy_static",11970 "nalgebra",11971 "num-traits",11972 "rand 0.8.5",11973]1197411975[[package]]11976name = "strsim"11977version = "0.10.0"11978source = "registry+https://github.com/rust-lang/crates.io-index"11979checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1198011981[[package]]11982name = "struct-versioning"11983version = "0.1.0"11984dependencies = [11985 "quote",11986 "syn",11987]1198811989[[package]]11990name = "strum"11991version = "0.24.1"11992source = "registry+https://github.com/rust-lang/crates.io-index"11993checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11994dependencies = [11995 "strum_macros",11996]1199711998[[package]]11999name = "strum_macros"12000version = "0.24.3"12001source = "registry+https://github.com/rust-lang/crates.io-index"12002checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12003dependencies = [12004 "heck",12005 "proc-macro2",12006 "quote",12007 "rustversion",12008 "syn",12009]1201012011[[package]]12012name = "substrate-bip39"12013version = "0.4.4"12014source = "registry+https://github.com/rust-lang/crates.io-index"12015checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12016dependencies = [12017 "hmac 0.11.0",12018 "pbkdf2 0.8.0",12019 "schnorrkel",12020 "sha2 0.9.9",12021 "zeroize",12022]1202312024[[package]]12025name = "substrate-build-script-utils"12026version = "3.0.0"12027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12028dependencies = [12029 "platforms 2.0.0",12030]1203112032[[package]]12033name = "substrate-frame-rpc-system"12034version = "4.0.0-dev"12035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12036dependencies = [12037 "frame-system-rpc-runtime-api",12038 "futures 0.3.25",12039 "jsonrpsee",12040 "log",12041 "parity-scale-codec 3.2.1",12042 "sc-client-api",12043 "sc-rpc-api",12044 "sc-transaction-pool-api",12045 "serde_json",12046 "sp-api",12047 "sp-block-builder",12048 "sp-blockchain",12049 "sp-core",12050 "sp-runtime",12051]1205212053[[package]]12054name = "substrate-prometheus-endpoint"12055version = "0.10.0-dev"12056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12057dependencies = [12058 "futures-util",12059 "hyper",12060 "log",12061 "prometheus",12062 "thiserror",12063 "tokio",12064]1206512066[[package]]12067name = "substrate-rpc-client"12068version = "0.10.0-dev"12069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12070dependencies = [12071 "async-trait",12072 "jsonrpsee",12073 "log",12074 "sc-rpc-api",12075 "serde",12076 "sp-runtime",12077]1207812079[[package]]12080name = "substrate-state-trie-migration-rpc"12081version = "4.0.0-dev"12082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12083dependencies = [12084 "jsonrpsee",12085 "log",12086 "parity-scale-codec 3.2.1",12087 "sc-client-api",12088 "sc-rpc-api",12089 "scale-info",12090 "serde",12091 "sp-core",12092 "sp-io",12093 "sp-runtime",12094 "sp-state-machine",12095 "sp-std",12096 "sp-trie",12097 "trie-db",12098]1209912100[[package]]12101name = "substrate-test-client"12102version = "2.0.1"12103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12104dependencies = [12105 "array-bytes 4.2.0",12106 "async-trait",12107 "futures 0.3.25",12108 "parity-scale-codec 3.2.1",12109 "sc-client-api",12110 "sc-client-db",12111 "sc-consensus",12112 "sc-executor",12113 "sc-offchain",12114 "sc-service",12115 "serde",12116 "serde_json",12117 "sp-blockchain",12118 "sp-consensus",12119 "sp-core",12120 "sp-keyring",12121 "sp-keystore",12122 "sp-runtime",12123 "sp-state-machine",12124]1212512126[[package]]12127name = "substrate-test-utils"12128version = "4.0.0-dev"12129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12130dependencies = [12131 "futures 0.3.25",12132 "substrate-test-utils-derive",12133 "tokio",12134]1213512136[[package]]12137name = "substrate-test-utils-derive"12138version = "0.10.0-dev"12139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12140dependencies = [12141 "proc-macro-crate",12142 "proc-macro2",12143 "quote",12144 "syn",12145]1214612147[[package]]12148name = "substrate-wasm-builder"12149version = "5.0.0-dev"12150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12151dependencies = [12152 "ansi_term",12153 "build-helper",12154 "cargo_metadata",12155 "filetime",12156 "sp-maybe-compressed-blob",12157 "strum",12158 "tempfile",12159 "toml",12160 "walkdir",12161 "wasm-opt",12162]1216312164[[package]]12165name = "subtle"12166version = "2.4.1"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1216912170[[package]]12171name = "syn"12172version = "1.0.107"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"12175dependencies = [12176 "proc-macro2",12177 "quote",12178 "unicode-ident",12179]1218012181[[package]]12182name = "synstructure"12183version = "0.12.6"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12186dependencies = [12187 "proc-macro2",12188 "quote",12189 "syn",12190 "unicode-xid",12191]1219212193[[package]]12194name = "system-configuration"12195version = "0.5.0"12196source = "registry+https://github.com/rust-lang/crates.io-index"12197checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12198dependencies = [12199 "bitflags",12200 "core-foundation",12201 "system-configuration-sys",12202]1220312204[[package]]12205name = "system-configuration-sys"12206version = "0.5.0"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12209dependencies = [12210 "core-foundation-sys",12211 "libc",12212]1221312214[[package]]12215name = "tap"12216version = "1.0.1"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1221912220[[package]]12221name = "target-lexicon"12222version = "0.12.5"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1222512226[[package]]12227name = "tempfile"12228version = "3.3.0"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12231dependencies = [12232 "cfg-if",12233 "fastrand",12234 "libc",12235 "redox_syscall",12236 "remove_dir_all",12237 "winapi",12238]1223912240[[package]]12241name = "termcolor"12242version = "1.1.3"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12245dependencies = [12246 "winapi-util",12247]1224812249[[package]]12250name = "terminal_size"12251version = "0.1.17"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12254dependencies = [12255 "libc",12256 "winapi",12257]1225812259[[package]]12260name = "termtree"12261version = "0.4.0"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1226412265[[package]]12266name = "test-runtime-constants"12267version = "0.9.36"12268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12269dependencies = [12270 "frame-support",12271 "polkadot-primitives",12272 "polkadot-runtime-common",12273 "smallvec",12274 "sp-core",12275 "sp-runtime",12276 "sp-weights",12277]1227812279[[package]]12280name = "tests"12281version = "0.1.1"12282dependencies = [12283 "evm-coder",12284 "fp-evm-mapping",12285 "frame-support",12286 "frame-system",12287 "pallet-balances",12288 "pallet-common",12289 "pallet-ethereum",12290 "pallet-evm",12291 "pallet-evm-coder-substrate",12292 "pallet-fungible",12293 "pallet-nonfungible",12294 "pallet-refungible",12295 "pallet-structure",12296 "pallet-timestamp",12297 "pallet-transaction-payment",12298 "pallet-unique",12299 "parity-scale-codec 3.2.1",12300 "scale-info",12301 "sp-core",12302 "sp-io",12303 "sp-runtime",12304 "sp-std",12305 "up-data-structs",12306 "up-sponsorship",12307]1230812309[[package]]12310name = "thiserror"12311version = "1.0.38"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"12314dependencies = [12315 "thiserror-impl",12316]1231712318[[package]]12319name = "thiserror-impl"12320version = "1.0.38"12321source = "registry+https://github.com/rust-lang/crates.io-index"12322checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"12323dependencies = [12324 "proc-macro2",12325 "quote",12326 "syn",12327]1232812329[[package]]12330name = "thousands"12331version = "0.2.0"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1233412335[[package]]12336name = "thread_local"12337version = "1.1.4"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12340dependencies = [12341 "once_cell",12342]1234312344[[package]]12345name = "threadpool"12346version = "1.8.1"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12349dependencies = [12350 "num_cpus",12351]1235212353[[package]]12354name = "thrift"12355version = "0.15.0"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12358dependencies = [12359 "byteorder",12360 "integer-encoding",12361 "log",12362 "ordered-float",12363 "threadpool",12364]1236512366[[package]]12367name = "tikv-jemalloc-ctl"12368version = "0.5.0"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12371dependencies = [12372 "libc",12373 "paste",12374 "tikv-jemalloc-sys",12375]1237612377[[package]]12378name = "tikv-jemalloc-sys"12379version = "0.5.2+5.3.0-patched"12380source = "registry+https://github.com/rust-lang/crates.io-index"12381checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12382dependencies = [12383 "cc",12384 "fs_extra",12385 "libc",12386]1238712388[[package]]12389name = "time"12390version = "0.1.45"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12393dependencies = [12394 "libc",12395 "wasi 0.10.0+wasi-snapshot-preview1",12396 "winapi",12397]1239812399[[package]]12400name = "tiny-bip39"12401version = "0.8.2"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12404dependencies = [12405 "anyhow",12406 "hmac 0.8.1",12407 "once_cell",12408 "pbkdf2 0.4.0",12409 "rand 0.7.3",12410 "rustc-hash",12411 "sha2 0.9.9",12412 "thiserror",12413 "unicode-normalization",12414 "wasm-bindgen",12415 "zeroize",12416]1241712418[[package]]12419name = "tiny-keccak"12420version = "2.0.2"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12423dependencies = [12424 "crunchy",12425]1242612427[[package]]12428name = "tinyvec"12429version = "1.6.0"12430source = "registry+https://github.com/rust-lang/crates.io-index"12431checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12432dependencies = [12433 "tinyvec_macros",12434]1243512436[[package]]12437name = "tinyvec_macros"12438version = "0.1.0"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1244112442[[package]]12443name = "tokio"12444version = "1.23.0"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12447dependencies = [12448 "autocfg",12449 "bytes",12450 "libc",12451 "memchr",12452 "mio",12453 "num_cpus",12454 "parking_lot 0.12.1",12455 "pin-project-lite 0.2.9",12456 "signal-hook-registry",12457 "socket2",12458 "tokio-macros",12459 "windows-sys 0.42.0",12460]1246112462[[package]]12463name = "tokio-macros"12464version = "1.8.2"12465source = "registry+https://github.com/rust-lang/crates.io-index"12466checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12467dependencies = [12468 "proc-macro2",12469 "quote",12470 "syn",12471]1247212473[[package]]12474name = "tokio-rustls"12475version = "0.23.4"12476source = "registry+https://github.com/rust-lang/crates.io-index"12477checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12478dependencies = [12479 "rustls",12480 "tokio",12481 "webpki",12482]1248312484[[package]]12485name = "tokio-stream"12486version = "0.1.11"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12489dependencies = [12490 "futures-core",12491 "pin-project-lite 0.2.9",12492 "tokio",12493]1249412495[[package]]12496name = "tokio-util"12497version = "0.7.4"12498source = "registry+https://github.com/rust-lang/crates.io-index"12499checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12500dependencies = [12501 "bytes",12502 "futures-core",12503 "futures-io",12504 "futures-sink",12505 "pin-project-lite 0.2.9",12506 "tokio",12507 "tracing",12508]1250912510[[package]]12511name = "toml"12512version = "0.5.10"12513source = "registry+https://github.com/rust-lang/crates.io-index"12514checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12515dependencies = [12516 "serde",12517]1251812519[[package]]12520name = "tower"12521version = "0.4.13"12522source = "registry+https://github.com/rust-lang/crates.io-index"12523checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"12524dependencies = [12525 "tower-layer",12526 "tower-service",12527 "tracing",12528]1252912530[[package]]12531name = "tower-http"12532version = "0.3.5"12533source = "registry+https://github.com/rust-lang/crates.io-index"12534checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"12535dependencies = [12536 "bitflags",12537 "bytes",12538 "futures-core",12539 "futures-util",12540 "http",12541 "http-body",12542 "http-range-header",12543 "pin-project-lite 0.2.9",12544 "tower-layer",12545 "tower-service",12546]1254712548[[package]]12549name = "tower-layer"12550version = "0.3.2"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1255312554[[package]]12555name = "tower-service"12556version = "0.3.2"12557source = "registry+https://github.com/rust-lang/crates.io-index"12558checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1255912560[[package]]12561name = "tracing"12562version = "0.1.37"12563source = "registry+https://github.com/rust-lang/crates.io-index"12564checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12565dependencies = [12566 "cfg-if",12567 "log",12568 "pin-project-lite 0.2.9",12569 "tracing-attributes",12570 "tracing-core",12571]1257212573[[package]]12574name = "tracing-attributes"12575version = "0.1.23"12576source = "registry+https://github.com/rust-lang/crates.io-index"12577checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12578dependencies = [12579 "proc-macro2",12580 "quote",12581 "syn",12582]1258312584[[package]]12585name = "tracing-core"12586version = "0.1.30"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12589dependencies = [12590 "once_cell",12591 "valuable",12592]1259312594[[package]]12595name = "tracing-futures"12596version = "0.2.5"12597source = "registry+https://github.com/rust-lang/crates.io-index"12598checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12599dependencies = [12600 "pin-project",12601 "tracing",12602]1260312604[[package]]12605name = "tracing-gum"12606version = "0.9.36"12607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12608dependencies = [12609 "polkadot-node-jaeger",12610 "polkadot-primitives",12611 "tracing",12612 "tracing-gum-proc-macro",12613]1261412615[[package]]12616name = "tracing-gum-proc-macro"12617version = "0.9.36"12618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12619dependencies = [12620 "expander 0.0.6",12621 "proc-macro-crate",12622 "proc-macro2",12623 "quote",12624 "syn",12625]1262612627[[package]]12628name = "tracing-log"12629version = "0.1.3"12630source = "registry+https://github.com/rust-lang/crates.io-index"12631checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12632dependencies = [12633 "lazy_static",12634 "log",12635 "tracing-core",12636]1263712638[[package]]12639name = "tracing-serde"12640version = "0.1.3"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12643dependencies = [12644 "serde",12645 "tracing-core",12646]1264712648[[package]]12649name = "tracing-subscriber"12650version = "0.2.25"12651source = "registry+https://github.com/rust-lang/crates.io-index"12652checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12653dependencies = [12654 "ansi_term",12655 "chrono",12656 "lazy_static",12657 "matchers",12658 "parking_lot 0.11.2",12659 "regex",12660 "serde",12661 "serde_json",12662 "sharded-slab",12663 "smallvec",12664 "thread_local",12665 "tracing",12666 "tracing-core",12667 "tracing-log",12668 "tracing-serde",12669]1267012671[[package]]12672name = "trie-db"12673version = "0.24.0"12674source = "registry+https://github.com/rust-lang/crates.io-index"12675checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12676dependencies = [12677 "hash-db",12678 "hashbrown",12679 "log",12680 "rustc-hex",12681 "smallvec",12682]1268312684[[package]]12685name = "trie-root"12686version = "0.17.0"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12689dependencies = [12690 "hash-db",12691]1269212693[[package]]12694name = "triehash"12695version = "0.8.4"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12698dependencies = [12699 "hash-db",12700 "rlp",12701]1270212703[[package]]12704name = "trust-dns-proto"12705version = "0.22.0"12706source = "registry+https://github.com/rust-lang/crates.io-index"12707checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12708dependencies = [12709 "async-trait",12710 "cfg-if",12711 "data-encoding",12712 "enum-as-inner",12713 "futures-channel",12714 "futures-io",12715 "futures-util",12716 "idna 0.2.3",12717 "ipnet",12718 "lazy_static",12719 "rand 0.8.5",12720 "smallvec",12721 "thiserror",12722 "tinyvec",12723 "tokio",12724 "tracing",12725 "url",12726]1272712728[[package]]12729name = "trust-dns-resolver"12730version = "0.22.0"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12733dependencies = [12734 "cfg-if",12735 "futures-util",12736 "ipconfig",12737 "lazy_static",12738 "lru-cache",12739 "parking_lot 0.12.1",12740 "resolv-conf",12741 "smallvec",12742 "thiserror",12743 "tokio",12744 "tracing",12745 "trust-dns-proto",12746]1274712748[[package]]12749name = "try-lock"12750version = "0.2.3"12751source = "registry+https://github.com/rust-lang/crates.io-index"12752checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1275312754[[package]]12755name = "try-runtime-cli"12756version = "0.10.0-dev"12757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12758dependencies = [12759 "clap",12760 "frame-remote-externalities",12761 "frame-try-runtime",12762 "hex",12763 "log",12764 "parity-scale-codec 3.2.1",12765 "sc-chain-spec",12766 "sc-cli",12767 "sc-executor",12768 "sc-service",12769 "serde",12770 "sp-api",12771 "sp-core",12772 "sp-debug-derive",12773 "sp-externalities",12774 "sp-io",12775 "sp-keystore",12776 "sp-rpc",12777 "sp-runtime",12778 "sp-state-machine",12779 "sp-version",12780 "sp-weights",12781 "substrate-rpc-client",12782 "zstd",12783]1278412785[[package]]12786name = "trybuild"12787version = "1.0.73"12788source = "registry+https://github.com/rust-lang/crates.io-index"12789checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"12790dependencies = [12791 "glob",12792 "once_cell",12793 "serde",12794 "serde_derive",12795 "serde_json",12796 "termcolor",12797 "toml",12798]1279912800[[package]]12801name = "tt-call"12802version = "1.0.9"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1280512806[[package]]12807name = "twox-hash"12808version = "1.6.3"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12811dependencies = [12812 "cfg-if",12813 "digest 0.10.6",12814 "rand 0.8.5",12815 "static_assertions",12816]1281712818[[package]]12819name = "typenum"12820version = "1.16.0"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1282312824[[package]]12825name = "uc-rpc"12826version = "0.1.4"12827dependencies = [12828 "anyhow",12829 "app-promotion-rpc",12830 "frame-benchmarking",12831 "jsonrpsee",12832 "opal-runtime",12833 "pallet-common",12834 "pallet-evm",12835 "parity-scale-codec 3.2.1",12836 "quartz-runtime",12837 "rmrk-rpc",12838 "sc-client-api",12839 "sc-executor",12840 "sc-rpc-api",12841 "sc-service",12842 "sp-api",12843 "sp-blockchain",12844 "sp-core",12845 "sp-externalities",12846 "sp-keystore",12847 "sp-rpc",12848 "sp-runtime",12849 "sp-state-machine",12850 "sp-trie",12851 "trie-db",12852 "unique-runtime",12853 "up-common",12854 "up-data-structs",12855 "up-pov-estimate-rpc",12856 "up-rpc",12857 "zstd",12858]1285912860[[package]]12861name = "ucd-trie"12862version = "0.1.5"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1286512866[[package]]12867name = "uint"12868version = "0.9.5"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12871dependencies = [12872 "byteorder",12873 "crunchy",12874 "hex",12875 "static_assertions",12876]1287712878[[package]]12879name = "unicode-bidi"12880version = "0.3.8"12881source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1288312884[[package]]12885name = "unicode-ident"12886version = "1.0.6"12887source = "registry+https://github.com/rust-lang/crates.io-index"12888checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"1288912890[[package]]12891name = "unicode-normalization"12892version = "0.1.22"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12895dependencies = [12896 "tinyvec",12897]1289812899[[package]]12900name = "unicode-segmentation"12901version = "1.10.0"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1290412905[[package]]12906name = "unicode-width"12907version = "0.1.10"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1291012911[[package]]12912name = "unicode-xid"12913version = "0.2.4"12914source = "registry+https://github.com/rust-lang/crates.io-index"12915checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1291612917[[package]]12918name = "unique-node"12919version = "0.9.36"12920dependencies = [12921 "app-promotion-rpc",12922 "clap",12923 "cumulus-client-cli",12924 "cumulus-client-collator",12925 "cumulus-client-consensus-aura",12926 "cumulus-client-consensus-common",12927 "cumulus-client-network",12928 "cumulus-client-service",12929 "cumulus-primitives-core",12930 "cumulus-primitives-parachain-inherent",12931 "cumulus-relay-chain-inprocess-interface",12932 "cumulus-relay-chain-interface",12933 "cumulus-relay-chain-minimal-node",12934 "fc-consensus",12935 "fc-db",12936 "fc-mapping-sync",12937 "fc-rpc",12938 "fc-rpc-core",12939 "flexi_logger",12940 "fp-rpc",12941 "frame-benchmarking",12942 "frame-benchmarking-cli",12943 "futures 0.3.25",12944 "jsonrpsee",12945 "log",12946 "opal-runtime",12947 "pallet-ethereum",12948 "pallet-transaction-payment-rpc",12949 "pallet-transaction-payment-rpc-runtime-api",12950 "parity-scale-codec 3.2.1",12951 "parking_lot 0.12.1",12952 "polkadot-cli",12953 "polkadot-parachain",12954 "polkadot-primitives",12955 "polkadot-service",12956 "polkadot-test-service",12957 "quartz-runtime",12958 "rmrk-rpc",12959 "sc-basic-authorship",12960 "sc-chain-spec",12961 "sc-cli",12962 "sc-client-api",12963 "sc-consensus",12964 "sc-consensus-aura",12965 "sc-consensus-manual-seal",12966 "sc-executor",12967 "sc-finality-grandpa",12968 "sc-keystore",12969 "sc-network",12970 "sc-rpc",12971 "sc-rpc-api",12972 "sc-service",12973 "sc-sysinfo",12974 "sc-telemetry",12975 "sc-tracing",12976 "sc-transaction-pool",12977 "serde",12978 "serde_json",12979 "sp-api",12980 "sp-block-builder",12981 "sp-blockchain",12982 "sp-consensus",12983 "sp-consensus-aura",12984 "sp-core",12985 "sp-finality-grandpa",12986 "sp-inherents",12987 "sp-io",12988 "sp-keystore",12989 "sp-offchain",12990 "sp-runtime",12991 "sp-session",12992 "sp-timestamp",12993 "sp-transaction-pool",12994 "sp-trie",12995 "substrate-build-script-utils",12996 "substrate-frame-rpc-system",12997 "substrate-prometheus-endpoint",12998 "tokio",12999 "try-runtime-cli",13000 "uc-rpc",13001 "unique-rpc",13002 "unique-runtime",13003 "up-common",13004 "up-data-structs",13005 "up-pov-estimate-rpc",13006 "up-rpc",13007]1300813009[[package]]13010name = "unique-rpc"13011version = "0.1.2"13012dependencies = [13013 "app-promotion-rpc",13014 "fc-db",13015 "fc-mapping-sync",13016 "fc-rpc",13017 "fc-rpc-core",13018 "fp-rpc",13019 "fp-storage",13020 "futures 0.3.25",13021 "jsonrpsee",13022 "pallet-common",13023 "pallet-ethereum",13024 "pallet-transaction-payment-rpc",13025 "pallet-transaction-payment-rpc-runtime-api",13026 "pallet-unique",13027 "rmrk-rpc",13028 "sc-client-api",13029 "sc-consensus-aura",13030 "sc-consensus-epochs",13031 "sc-finality-grandpa",13032 "sc-finality-grandpa-rpc",13033 "sc-keystore",13034 "sc-network",13035 "sc-rpc",13036 "sc-rpc-api",13037 "sc-service",13038 "sc-transaction-pool",13039 "serde",13040 "sp-api",13041 "sp-block-builder",13042 "sp-blockchain",13043 "sp-consensus",13044 "sp-consensus-aura",13045 "sp-core",13046 "sp-offchain",13047 "sp-runtime",13048 "sp-session",13049 "sp-storage",13050 "sp-transaction-pool",13051 "substrate-frame-rpc-system",13052 "tokio",13053 "uc-rpc",13054 "up-common",13055 "up-data-structs",13056 "up-pov-estimate-rpc",13057 "up-rpc",13058]1305913060[[package]]13061name = "unique-runtime"13062version = "0.9.36"13063dependencies = [13064 "app-promotion-rpc",13065 "cumulus-pallet-aura-ext",13066 "cumulus-pallet-dmp-queue",13067 "cumulus-pallet-parachain-system",13068 "cumulus-pallet-xcm",13069 "cumulus-pallet-xcmp-queue",13070 "cumulus-primitives-core",13071 "cumulus-primitives-timestamp",13072 "cumulus-primitives-utility",13073 "derivative",13074 "evm-coder",13075 "fp-evm",13076 "fp-evm-mapping",13077 "fp-rpc",13078 "fp-self-contained",13079 "frame-benchmarking",13080 "frame-executive",13081 "frame-support",13082 "frame-system",13083 "frame-system-benchmarking",13084 "frame-system-rpc-runtime-api",13085 "frame-try-runtime",13086 "hex-literal",13087 "impl-trait-for-tuples",13088 "log",13089 "logtest",13090 "num_enum",13091 "orml-tokens",13092 "orml-traits",13093 "orml-vesting",13094 "orml-xtokens",13095 "pallet-app-promotion",13096 "pallet-aura",13097 "pallet-balances",13098 "pallet-base-fee",13099 "pallet-common",13100 "pallet-configuration",13101 "pallet-ethereum",13102 "pallet-evm",13103 "pallet-evm-coder-substrate",13104 "pallet-evm-contract-helpers",13105 "pallet-evm-migration",13106 "pallet-evm-precompile-simple",13107 "pallet-evm-transaction-payment",13108 "pallet-foreign-assets",13109 "pallet-fungible",13110 "pallet-inflation",13111 "pallet-maintenance",13112 "pallet-nonfungible",13113 "pallet-randomness-collective-flip",13114 "pallet-refungible",13115 "pallet-rmrk-core",13116 "pallet-rmrk-equip",13117 "pallet-structure",13118 "pallet-sudo",13119 "pallet-template-transaction-payment",13120 "pallet-timestamp",13121 "pallet-transaction-payment",13122 "pallet-transaction-payment-rpc-runtime-api",13123 "pallet-treasury",13124 "pallet-unique",13125 "pallet-xcm",13126 "parachain-info",13127 "parity-scale-codec 3.2.1",13128 "polkadot-parachain",13129 "precompile-utils-macro",13130 "rmrk-rpc",13131 "scale-info",13132 "serde",13133 "smallvec",13134 "sp-api",13135 "sp-arithmetic",13136 "sp-block-builder",13137 "sp-consensus-aura",13138 "sp-core",13139 "sp-inherents",13140 "sp-io",13141 "sp-offchain",13142 "sp-runtime",13143 "sp-session",13144 "sp-std",13145 "sp-transaction-pool",13146 "sp-version",13147 "substrate-wasm-builder",13148 "up-common",13149 "up-data-structs",13150 "up-pov-estimate-rpc",13151 "up-rpc",13152 "up-sponsorship",13153 "xcm",13154 "xcm-builder",13155 "xcm-executor",13156]1315713158[[package]]13159name = "universal-hash"13160version = "0.4.1"13161source = "registry+https://github.com/rust-lang/crates.io-index"13162checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13163dependencies = [13164 "generic-array 0.14.6",13165 "subtle",13166]1316713168[[package]]13169name = "unsigned-varint"13170version = "0.7.1"13171source = "registry+https://github.com/rust-lang/crates.io-index"13172checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13173dependencies = [13174 "asynchronous-codec",13175 "bytes",13176 "futures-io",13177 "futures-util",13178]1317913180[[package]]13181name = "untrusted"13182version = "0.7.1"13183source = "registry+https://github.com/rust-lang/crates.io-index"13184checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1318513186[[package]]13187name = "up-common"13188version = "0.9.36"13189dependencies = [13190 "cumulus-primitives-core",13191 "fp-rpc",13192 "frame-support",13193 "pallet-evm",13194 "sp-consensus-aura",13195 "sp-core",13196 "sp-runtime",13197 "sp-std",13198]1319913200[[package]]13201name = "up-data-structs"13202version = "0.2.2"13203dependencies = [13204 "bondrewd",13205 "derivative",13206 "frame-support",13207 "frame-system",13208 "pallet-evm",13209 "parity-scale-codec 3.2.1",13210 "rmrk-traits",13211 "scale-info",13212 "serde",13213 "sp-core",13214 "sp-runtime",13215 "sp-std",13216 "struct-versioning",13217]1321813219[[package]]13220name = "up-pov-estimate-rpc"13221version = "0.1.0"13222dependencies = [13223 "parity-scale-codec 3.2.1",13224 "scale-info",13225 "serde",13226 "sp-api",13227 "sp-core",13228 "sp-runtime",13229 "sp-std",13230]1323113232[[package]]13233name = "up-rpc"13234version = "0.1.3"13235dependencies = [13236 "pallet-common",13237 "pallet-evm",13238 "parity-scale-codec 3.2.1",13239 "sp-api",13240 "sp-core",13241 "sp-runtime",13242 "sp-std",13243 "up-data-structs",13244]1324513246[[package]]13247name = "up-sponsorship"13248version = "0.1.0"13249source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"13250dependencies = [13251 "impl-trait-for-tuples",13252]1325313254[[package]]13255name = "url"13256version = "2.3.1"13257source = "registry+https://github.com/rust-lang/crates.io-index"13258checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13259dependencies = [13260 "form_urlencoded",13261 "idna 0.3.0",13262 "percent-encoding",13263]1326413265[[package]]13266name = "valuable"13267version = "0.1.0"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1327013271[[package]]13272name = "value-bag"13273version = "1.0.0-alpha.9"13274source = "registry+https://github.com/rust-lang/crates.io-index"13275checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13276dependencies = [13277 "ctor",13278 "version_check",13279]1328013281[[package]]13282name = "vcpkg"13283version = "0.2.15"13284source = "registry+https://github.com/rust-lang/crates.io-index"13285checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1328613287[[package]]13288name = "version_check"13289version = "0.9.4"13290source = "registry+https://github.com/rust-lang/crates.io-index"13291checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1329213293[[package]]13294name = "void"13295version = "1.0.2"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1329813299[[package]]13300name = "waker-fn"13301version = "1.1.0"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1330413305[[package]]13306name = "walkdir"13307version = "2.3.2"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13310dependencies = [13311 "same-file",13312 "winapi",13313 "winapi-util",13314]1331513316[[package]]13317name = "want"13318version = "0.3.0"13319source = "registry+https://github.com/rust-lang/crates.io-index"13320checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13321dependencies = [13322 "log",13323 "try-lock",13324]1332513326[[package]]13327name = "wasi"13328version = "0.9.0+wasi-snapshot-preview1"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1333113332[[package]]13333name = "wasi"13334version = "0.10.0+wasi-snapshot-preview1"13335source = "registry+https://github.com/rust-lang/crates.io-index"13336checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1333713338[[package]]13339name = "wasi"13340version = "0.11.0+wasi-snapshot-preview1"13341source = "registry+https://github.com/rust-lang/crates.io-index"13342checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1334313344[[package]]13345name = "wasm-bindgen"13346version = "0.2.83"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13349dependencies = [13350 "cfg-if",13351 "wasm-bindgen-macro",13352]1335313354[[package]]13355name = "wasm-bindgen-backend"13356version = "0.2.83"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13359dependencies = [13360 "bumpalo",13361 "log",13362 "once_cell",13363 "proc-macro2",13364 "quote",13365 "syn",13366 "wasm-bindgen-shared",13367]1336813369[[package]]13370name = "wasm-bindgen-futures"13371version = "0.4.33"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13374dependencies = [13375 "cfg-if",13376 "js-sys",13377 "wasm-bindgen",13378 "web-sys",13379]1338013381[[package]]13382name = "wasm-bindgen-macro"13383version = "0.2.83"13384source = "registry+https://github.com/rust-lang/crates.io-index"13385checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13386dependencies = [13387 "quote",13388 "wasm-bindgen-macro-support",13389]1339013391[[package]]13392name = "wasm-bindgen-macro-support"13393version = "0.2.83"13394source = "registry+https://github.com/rust-lang/crates.io-index"13395checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13396dependencies = [13397 "proc-macro2",13398 "quote",13399 "syn",13400 "wasm-bindgen-backend",13401 "wasm-bindgen-shared",13402]1340313404[[package]]13405name = "wasm-bindgen-shared"13406version = "0.2.83"13407source = "registry+https://github.com/rust-lang/crates.io-index"13408checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1340913410[[package]]13411name = "wasm-instrument"13412version = "0.3.0"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13415dependencies = [13416 "parity-wasm",13417]1341813419[[package]]13420name = "wasm-opt"13421version = "0.110.2"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13424dependencies = [13425 "anyhow",13426 "libc",13427 "strum",13428 "strum_macros",13429 "tempfile",13430 "thiserror",13431 "wasm-opt-cxx-sys",13432 "wasm-opt-sys",13433]1343413435[[package]]13436name = "wasm-opt-cxx-sys"13437version = "0.110.2"13438source = "registry+https://github.com/rust-lang/crates.io-index"13439checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13440dependencies = [13441 "anyhow",13442 "cxx",13443 "cxx-build",13444 "wasm-opt-sys",13445]1344613447[[package]]13448name = "wasm-opt-sys"13449version = "0.110.2"13450source = "registry+https://github.com/rust-lang/crates.io-index"13451checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13452dependencies = [13453 "anyhow",13454 "cc",13455 "cxx",13456 "cxx-build",13457 "regex",13458]1345913460[[package]]13461name = "wasm-timer"13462version = "0.2.5"13463source = "registry+https://github.com/rust-lang/crates.io-index"13464checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13465dependencies = [13466 "futures 0.3.25",13467 "js-sys",13468 "parking_lot 0.11.2",13469 "pin-utils",13470 "wasm-bindgen",13471 "wasm-bindgen-futures",13472 "web-sys",13473]1347413475[[package]]13476name = "wasmi"13477version = "0.13.2"13478source = "registry+https://github.com/rust-lang/crates.io-index"13479checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13480dependencies = [13481 "parity-wasm",13482 "wasmi-validation",13483 "wasmi_core",13484]1348513486[[package]]13487name = "wasmi-validation"13488version = "0.5.0"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13491dependencies = [13492 "parity-wasm",13493]1349413495[[package]]13496name = "wasmi_core"13497version = "0.2.1"13498source = "registry+https://github.com/rust-lang/crates.io-index"13499checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13500dependencies = [13501 "downcast-rs",13502 "libm 0.2.6",13503 "memory_units",13504 "num-rational",13505 "num-traits",13506]1350713508[[package]]13509name = "wasmparser"13510version = "0.89.1"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13513dependencies = [13514 "indexmap",13515]1351613517[[package]]13518name = "wasmtime"13519version = "1.0.2"13520source = "registry+https://github.com/rust-lang/crates.io-index"13521checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13522dependencies = [13523 "anyhow",13524 "bincode",13525 "cfg-if",13526 "indexmap",13527 "libc",13528 "log",13529 "object 0.29.0",13530 "once_cell",13531 "paste",13532 "psm",13533 "rayon",13534 "serde",13535 "target-lexicon",13536 "wasmparser",13537 "wasmtime-cache",13538 "wasmtime-cranelift",13539 "wasmtime-environ",13540 "wasmtime-jit",13541 "wasmtime-runtime",13542 "windows-sys 0.36.1",13543]1354413545[[package]]13546name = "wasmtime-asm-macros"13547version = "1.0.2"13548source = "registry+https://github.com/rust-lang/crates.io-index"13549checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13550dependencies = [13551 "cfg-if",13552]1355313554[[package]]13555name = "wasmtime-cache"13556version = "1.0.2"13557source = "registry+https://github.com/rust-lang/crates.io-index"13558checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13559dependencies = [13560 "anyhow",13561 "base64",13562 "bincode",13563 "directories-next",13564 "file-per-thread-logger",13565 "log",13566 "rustix 0.35.13",13567 "serde",13568 "sha2 0.9.9",13569 "toml",13570 "windows-sys 0.36.1",13571 "zstd",13572]1357313574[[package]]13575name = "wasmtime-cranelift"13576version = "1.0.2"13577source = "registry+https://github.com/rust-lang/crates.io-index"13578checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13579dependencies = [13580 "anyhow",13581 "cranelift-codegen",13582 "cranelift-entity",13583 "cranelift-frontend",13584 "cranelift-native",13585 "cranelift-wasm",13586 "gimli 0.26.2",13587 "log",13588 "object 0.29.0",13589 "target-lexicon",13590 "thiserror",13591 "wasmparser",13592 "wasmtime-environ",13593]1359413595[[package]]13596name = "wasmtime-environ"13597version = "1.0.2"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13600dependencies = [13601 "anyhow",13602 "cranelift-entity",13603 "gimli 0.26.2",13604 "indexmap",13605 "log",13606 "object 0.29.0",13607 "serde",13608 "target-lexicon",13609 "thiserror",13610 "wasmparser",13611 "wasmtime-types",13612]1361313614[[package]]13615name = "wasmtime-jit"13616version = "1.0.2"13617source = "registry+https://github.com/rust-lang/crates.io-index"13618checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13619dependencies = [13620 "addr2line 0.17.0",13621 "anyhow",13622 "bincode",13623 "cfg-if",13624 "cpp_demangle",13625 "gimli 0.26.2",13626 "log",13627 "object 0.29.0",13628 "rustc-demangle",13629 "rustix 0.35.13",13630 "serde",13631 "target-lexicon",13632 "thiserror",13633 "wasmtime-environ",13634 "wasmtime-jit-debug",13635 "wasmtime-runtime",13636 "windows-sys 0.36.1",13637]1363813639[[package]]13640name = "wasmtime-jit-debug"13641version = "1.0.2"13642source = "registry+https://github.com/rust-lang/crates.io-index"13643checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13644dependencies = [13645 "object 0.29.0",13646 "once_cell",13647 "rustix 0.35.13",13648]1364913650[[package]]13651name = "wasmtime-runtime"13652version = "1.0.2"13653source = "registry+https://github.com/rust-lang/crates.io-index"13654checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13655dependencies = [13656 "anyhow",13657 "cc",13658 "cfg-if",13659 "indexmap",13660 "libc",13661 "log",13662 "mach",13663 "memfd",13664 "memoffset 0.6.5",13665 "paste",13666 "rand 0.8.5",13667 "rustix 0.35.13",13668 "thiserror",13669 "wasmtime-asm-macros",13670 "wasmtime-environ",13671 "wasmtime-jit-debug",13672 "windows-sys 0.36.1",13673]1367413675[[package]]13676name = "wasmtime-types"13677version = "1.0.2"13678source = "registry+https://github.com/rust-lang/crates.io-index"13679checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13680dependencies = [13681 "cranelift-entity",13682 "serde",13683 "thiserror",13684 "wasmparser",13685]1368613687[[package]]13688name = "web-sys"13689version = "0.3.60"13690source = "registry+https://github.com/rust-lang/crates.io-index"13691checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13692dependencies = [13693 "js-sys",13694 "wasm-bindgen",13695]1369613697[[package]]13698name = "webpki"13699version = "0.22.0"13700source = "registry+https://github.com/rust-lang/crates.io-index"13701checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13702dependencies = [13703 "ring",13704 "untrusted",13705]1370613707[[package]]13708name = "webpki-roots"13709version = "0.22.6"13710source = "registry+https://github.com/rust-lang/crates.io-index"13711checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13712dependencies = [13713 "webpki",13714]1371513716[[package]]13717name = "wepoll-ffi"13718version = "0.1.2"13719source = "registry+https://github.com/rust-lang/crates.io-index"13720checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13721dependencies = [13722 "cc",13723]1372413725[[package]]13726name = "westend-runtime"13727version = "0.9.36"13728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13729dependencies = [13730 "bitvec 1.0.1",13731 "frame-benchmarking",13732 "frame-election-provider-support",13733 "frame-executive",13734 "frame-support",13735 "frame-system",13736 "frame-system-benchmarking",13737 "frame-system-rpc-runtime-api",13738 "frame-try-runtime",13739 "hex-literal",13740 "log",13741 "pallet-authority-discovery",13742 "pallet-authorship",13743 "pallet-babe",13744 "pallet-bags-list",13745 "pallet-balances",13746 "pallet-collective",13747 "pallet-democracy",13748 "pallet-election-provider-multi-phase",13749 "pallet-election-provider-support-benchmarking",13750 "pallet-elections-phragmen",13751 "pallet-fast-unstake",13752 "pallet-grandpa",13753 "pallet-identity",13754 "pallet-im-online",13755 "pallet-indices",13756 "pallet-membership",13757 "pallet-multisig",13758 "pallet-nomination-pools",13759 "pallet-nomination-pools-benchmarking",13760 "pallet-nomination-pools-runtime-api",13761 "pallet-offences",13762 "pallet-offences-benchmarking",13763 "pallet-preimage",13764 "pallet-proxy",13765 "pallet-recovery",13766 "pallet-scheduler",13767 "pallet-session",13768 "pallet-session-benchmarking",13769 "pallet-society",13770 "pallet-staking",13771 "pallet-staking-reward-curve",13772 "pallet-sudo",13773 "pallet-timestamp",13774 "pallet-transaction-payment",13775 "pallet-transaction-payment-rpc-runtime-api",13776 "pallet-treasury",13777 "pallet-utility",13778 "pallet-vesting",13779 "pallet-xcm",13780 "pallet-xcm-benchmarks",13781 "parity-scale-codec 3.2.1",13782 "polkadot-parachain",13783 "polkadot-primitives",13784 "polkadot-runtime-common",13785 "polkadot-runtime-parachains",13786 "rustc-hex",13787 "scale-info",13788 "serde",13789 "serde_derive",13790 "smallvec",13791 "sp-api",13792 "sp-authority-discovery",13793 "sp-beefy",13794 "sp-block-builder",13795 "sp-consensus-babe",13796 "sp-core",13797 "sp-inherents",13798 "sp-io",13799 "sp-mmr-primitives",13800 "sp-npos-elections",13801 "sp-offchain",13802 "sp-runtime",13803 "sp-session",13804 "sp-staking",13805 "sp-std",13806 "sp-transaction-pool",13807 "sp-version",13808 "substrate-wasm-builder",13809 "westend-runtime-constants",13810 "xcm",13811 "xcm-builder",13812 "xcm-executor",13813]1381413815[[package]]13816name = "westend-runtime-constants"13817version = "0.9.36"13818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13819dependencies = [13820 "frame-support",13821 "polkadot-primitives",13822 "polkadot-runtime-common",13823 "smallvec",13824 "sp-core",13825 "sp-runtime",13826 "sp-weights",13827]1382813829[[package]]13830name = "which"13831version = "4.3.0"13832source = "registry+https://github.com/rust-lang/crates.io-index"13833checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13834dependencies = [13835 "either",13836 "libc",13837 "once_cell",13838]1383913840[[package]]13841name = "widestring"13842version = "0.5.1"13843source = "registry+https://github.com/rust-lang/crates.io-index"13844checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1384513846[[package]]13847name = "winapi"13848version = "0.3.9"13849source = "registry+https://github.com/rust-lang/crates.io-index"13850checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13851dependencies = [13852 "winapi-i686-pc-windows-gnu",13853 "winapi-x86_64-pc-windows-gnu",13854]1385513856[[package]]13857name = "winapi-i686-pc-windows-gnu"13858version = "0.4.0"13859source = "registry+https://github.com/rust-lang/crates.io-index"13860checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1386113862[[package]]13863name = "winapi-util"13864version = "0.1.5"13865source = "registry+https://github.com/rust-lang/crates.io-index"13866checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13867dependencies = [13868 "winapi",13869]1387013871[[package]]13872name = "winapi-x86_64-pc-windows-gnu"13873version = "0.4.0"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1387613877[[package]]13878name = "windows"13879version = "0.34.0"13880source = "registry+https://github.com/rust-lang/crates.io-index"13881checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13882dependencies = [13883 "windows_aarch64_msvc 0.34.0",13884 "windows_i686_gnu 0.34.0",13885 "windows_i686_msvc 0.34.0",13886 "windows_x86_64_gnu 0.34.0",13887 "windows_x86_64_msvc 0.34.0",13888]1388913890[[package]]13891name = "windows-sys"13892version = "0.36.1"13893source = "registry+https://github.com/rust-lang/crates.io-index"13894checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13895dependencies = [13896 "windows_aarch64_msvc 0.36.1",13897 "windows_i686_gnu 0.36.1",13898 "windows_i686_msvc 0.36.1",13899 "windows_x86_64_gnu 0.36.1",13900 "windows_x86_64_msvc 0.36.1",13901]1390213903[[package]]13904name = "windows-sys"13905version = "0.42.0"13906source = "registry+https://github.com/rust-lang/crates.io-index"13907checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13908dependencies = [13909 "windows_aarch64_gnullvm",13910 "windows_aarch64_msvc 0.42.0",13911 "windows_i686_gnu 0.42.0",13912 "windows_i686_msvc 0.42.0",13913 "windows_x86_64_gnu 0.42.0",13914 "windows_x86_64_gnullvm",13915 "windows_x86_64_msvc 0.42.0",13916]1391713918[[package]]13919name = "windows_aarch64_gnullvm"13920version = "0.42.0"13921source = "registry+https://github.com/rust-lang/crates.io-index"13922checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1392313924[[package]]13925name = "windows_aarch64_msvc"13926version = "0.34.0"13927source = "registry+https://github.com/rust-lang/crates.io-index"13928checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1392913930[[package]]13931name = "windows_aarch64_msvc"13932version = "0.36.1"13933source = "registry+https://github.com/rust-lang/crates.io-index"13934checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1393513936[[package]]13937name = "windows_aarch64_msvc"13938version = "0.42.0"13939source = "registry+https://github.com/rust-lang/crates.io-index"13940checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1394113942[[package]]13943name = "windows_i686_gnu"13944version = "0.34.0"13945source = "registry+https://github.com/rust-lang/crates.io-index"13946checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1394713948[[package]]13949name = "windows_i686_gnu"13950version = "0.36.1"13951source = "registry+https://github.com/rust-lang/crates.io-index"13952checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1395313954[[package]]13955name = "windows_i686_gnu"13956version = "0.42.0"13957source = "registry+https://github.com/rust-lang/crates.io-index"13958checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1395913960[[package]]13961name = "windows_i686_msvc"13962version = "0.34.0"13963source = "registry+https://github.com/rust-lang/crates.io-index"13964checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1396513966[[package]]13967name = "windows_i686_msvc"13968version = "0.36.1"13969source = "registry+https://github.com/rust-lang/crates.io-index"13970checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1397113972[[package]]13973name = "windows_i686_msvc"13974version = "0.42.0"13975source = "registry+https://github.com/rust-lang/crates.io-index"13976checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1397713978[[package]]13979name = "windows_x86_64_gnu"13980version = "0.34.0"13981source = "registry+https://github.com/rust-lang/crates.io-index"13982checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1398313984[[package]]13985name = "windows_x86_64_gnu"13986version = "0.36.1"13987source = "registry+https://github.com/rust-lang/crates.io-index"13988checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1398913990[[package]]13991name = "windows_x86_64_gnu"13992version = "0.42.0"13993source = "registry+https://github.com/rust-lang/crates.io-index"13994checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1399513996[[package]]13997name = "windows_x86_64_gnullvm"13998version = "0.42.0"13999source = "registry+https://github.com/rust-lang/crates.io-index"14000checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1400114002[[package]]14003name = "windows_x86_64_msvc"14004version = "0.34.0"14005source = "registry+https://github.com/rust-lang/crates.io-index"14006checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1400714008[[package]]14009name = "windows_x86_64_msvc"14010version = "0.36.1"14011source = "registry+https://github.com/rust-lang/crates.io-index"14012checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1401314014[[package]]14015name = "windows_x86_64_msvc"14016version = "0.42.0"14017source = "registry+https://github.com/rust-lang/crates.io-index"14018checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1401914020[[package]]14021name = "winreg"14022version = "0.10.1"14023source = "registry+https://github.com/rust-lang/crates.io-index"14024checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"14025dependencies = [14026 "winapi",14027]1402814029[[package]]14030name = "wyz"14031version = "0.2.0"14032source = "registry+https://github.com/rust-lang/crates.io-index"14033checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1403414035[[package]]14036name = "wyz"14037version = "0.5.1"14038source = "registry+https://github.com/rust-lang/crates.io-index"14039checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"14040dependencies = [14041 "tap",14042]1404314044[[package]]14045name = "x25519-dalek"14046version = "1.1.1"14047source = "registry+https://github.com/rust-lang/crates.io-index"14048checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14049dependencies = [14050 "curve25519-dalek 3.2.0",14051 "rand_core 0.5.1",14052 "zeroize",14053]1405414055[[package]]14056name = "xcm"14057version = "0.9.36"14058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14059dependencies = [14060 "derivative",14061 "impl-trait-for-tuples",14062 "log",14063 "parity-scale-codec 3.2.1",14064 "scale-info",14065 "sp-runtime",14066 "xcm-procedural",14067]1406814069[[package]]14070name = "xcm-builder"14071version = "0.9.36"14072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14073dependencies = [14074 "frame-support",14075 "frame-system",14076 "log",14077 "pallet-transaction-payment",14078 "parity-scale-codec 3.2.1",14079 "polkadot-parachain",14080 "scale-info",14081 "sp-arithmetic",14082 "sp-io",14083 "sp-runtime",14084 "sp-std",14085 "xcm",14086 "xcm-executor",14087]1408814089[[package]]14090name = "xcm-executor"14091version = "0.9.36"14092source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14093dependencies = [14094 "frame-benchmarking",14095 "frame-support",14096 "impl-trait-for-tuples",14097 "log",14098 "parity-scale-codec 3.2.1",14099 "sp-arithmetic",14100 "sp-core",14101 "sp-io",14102 "sp-runtime",14103 "sp-std",14104 "xcm",14105]1410614107[[package]]14108name = "xcm-procedural"14109version = "0.9.36"14110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14111dependencies = [14112 "Inflector",14113 "proc-macro2",14114 "quote",14115 "syn",14116]1411714118[[package]]14119name = "yamux"14120version = "0.10.2"14121source = "registry+https://github.com/rust-lang/crates.io-index"14122checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14123dependencies = [14124 "futures 0.3.25",14125 "log",14126 "nohash-hasher",14127 "parking_lot 0.12.1",14128 "rand 0.8.5",14129 "static_assertions",14130]1413114132[[package]]14133name = "zeroize"14134version = "1.5.7"14135source = "registry+https://github.com/rust-lang/crates.io-index"14136checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14137dependencies = [14138 "zeroize_derive",14139]1414014141[[package]]14142name = "zeroize_derive"14143version = "1.3.3"14144source = "registry+https://github.com/rust-lang/crates.io-index"14145checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14146dependencies = [14147 "proc-macro2",14148 "quote",14149 "syn",14150 "synstructure",14151]1415214153[[package]]14154name = "zstd"14155version = "0.11.2+zstd.1.5.2"14156source = "registry+https://github.com/rust-lang/crates.io-index"14157checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14158dependencies = [14159 "zstd-safe",14160]1416114162[[package]]14163name = "zstd-safe"14164version = "5.0.2+zstd.1.5.2"14165source = "registry+https://github.com/rust-lang/crates.io-index"14166checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14167dependencies = [14168 "libc",14169 "zstd-sys",14170]1417114172[[package]]14173name = "zstd-sys"14174version = "2.0.4+zstd.1.5.2"14175source = "registry+https://github.com/rust-lang/crates.io-index"14176checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14177dependencies = [14178 "cc",14179 "libc",14180]