git.delta.rocks / unique-network / refs/commits / 9c8c3457ec84

difftreelog

source

Cargo.lock317.7 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli 0.26.2",22]2324[[package]]25name = "addr2line"26version = "0.19.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"29dependencies = [30 "gimli 0.27.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.4.3"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"44dependencies = [45 "generic-array 0.14.6",46]4748[[package]]49name = "aes"50version = "0.7.5"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"53dependencies = [54 "cfg-if",55 "cipher",56 "cpufeatures",57 "opaque-debug 0.3.0",58]5960[[package]]61name = "aes-gcm"62version = "0.9.4"63source = "registry+https://github.com/rust-lang/crates.io-index"64checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"65dependencies = [66 "aead",67 "aes",68 "cipher",69 "ctr",70 "ghash",71 "subtle",72]7374[[package]]75name = "ahash"76version = "0.7.6"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"79dependencies = [80 "getrandom 0.2.8",81 "once_cell",82 "version_check",83]8485[[package]]86name = "aho-corasick"87version = "0.7.20"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"90dependencies = [91 "memchr",92]9394[[package]]95name = "always-assert"96version = "0.1.2"97source = "registry+https://github.com/rust-lang/crates.io-index"98checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"99100[[package]]101name = "android_system_properties"102version = "0.1.5"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"105dependencies = [106 "libc",107]108109[[package]]110name = "ansi_term"111version = "0.12.1"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"114dependencies = [115 "winapi",116]117118[[package]]119name = "anyhow"120version = "1.0.68"121source = "registry+https://github.com/rust-lang/crates.io-index"122checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"123124[[package]]125name = "app-promotion-rpc"126version = "0.1.0"127dependencies = [128 "pallet-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.6"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 "primitive-types 0.12.1",2334 "sha3-const",2335 "similar-asserts",2336 "sp-std",2337 "trybuild",2338]23392340[[package]]2341name = "evm-coder-procedural"2342version = "0.2.3"2343dependencies = [2344 "Inflector",2345 "hex",2346 "proc-macro2",2347 "quote",2348 "sha3 0.10.6",2349 "syn",2350]23512352[[package]]2353name = "evm-core"2354version = "0.35.0"2355source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2356dependencies = [2357 "parity-scale-codec 3.2.1",2358 "primitive-types 0.12.1",2359 "scale-info",2360 "serde",2361]23622363[[package]]2364name = "evm-gasometer"2365version = "0.35.0"2366source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2367dependencies = [2368 "environmental",2369 "evm-core",2370 "evm-runtime",2371 "primitive-types 0.12.1",2372]23732374[[package]]2375name = "evm-runtime"2376version = "0.35.0"2377source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2378dependencies = [2379 "auto_impl",2380 "environmental",2381 "evm-core",2382 "primitive-types 0.12.1",2383 "sha3 0.10.6",2384]23852386[[package]]2387name = "exit-future"2388version = "0.2.0"2389source = "registry+https://github.com/rust-lang/crates.io-index"2390checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2391dependencies = [2392 "futures 0.3.25",2393]23942395[[package]]2396name = "expander"2397version = "0.0.4"2398source = "registry+https://github.com/rust-lang/crates.io-index"2399checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2400dependencies = [2401 "blake3",2402 "fs-err",2403 "proc-macro2",2404 "quote",2405]24062407[[package]]2408name = "expander"2409version = "0.0.6"2410source = "registry+https://github.com/rust-lang/crates.io-index"2411checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2412dependencies = [2413 "blake2",2414 "fs-err",2415 "proc-macro2",2416 "quote",2417 "syn",2418]24192420[[package]]2421name = "fake-simd"2422version = "0.1.2"2423source = "registry+https://github.com/rust-lang/crates.io-index"2424checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24252426[[package]]2427name = "fallible-iterator"2428version = "0.2.0"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24312432[[package]]2433name = "fastrand"2434version = "1.8.0"2435source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2437dependencies = [2438 "instant",2439]24402441[[package]]2442name = "fatality"2443version = "0.0.6"2444source = "registry+https://github.com/rust-lang/crates.io-index"2445checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2446dependencies = [2447 "fatality-proc-macro",2448 "thiserror",2449]24502451[[package]]2452name = "fatality-proc-macro"2453version = "0.0.6"2454source = "registry+https://github.com/rust-lang/crates.io-index"2455checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2456dependencies = [2457 "expander 0.0.4",2458 "indexmap",2459 "proc-macro-crate",2460 "proc-macro2",2461 "quote",2462 "syn",2463 "thiserror",2464]24652466[[package]]2467name = "fc-consensus"2468version = "2.0.0-dev"2469source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2470dependencies = [2471 "async-trait",2472 "fc-db",2473 "fp-consensus",2474 "fp-rpc",2475 "sc-client-api",2476 "sc-consensus",2477 "sp-api",2478 "sp-block-builder",2479 "sp-blockchain",2480 "sp-consensus",2481 "sp-runtime",2482 "thiserror",2483]24842485[[package]]2486name = "fc-db"2487version = "2.0.0-dev"2488source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2489dependencies = [2490 "fp-storage",2491 "kvdb-rocksdb",2492 "log",2493 "parity-db",2494 "parity-scale-codec 3.2.1",2495 "parking_lot 0.12.1",2496 "sc-client-db",2497 "smallvec",2498 "sp-blockchain",2499 "sp-core",2500 "sp-database",2501 "sp-runtime",2502]25032504[[package]]2505name = "fc-mapping-sync"2506version = "2.0.0-dev"2507source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2508dependencies = [2509 "fc-db",2510 "fp-consensus",2511 "fp-rpc",2512 "futures 0.3.25",2513 "futures-timer",2514 "log",2515 "sc-client-api",2516 "sp-api",2517 "sp-blockchain",2518 "sp-runtime",2519]25202521[[package]]2522name = "fc-rpc"2523version = "2.0.0-dev"2524source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2525dependencies = [2526 "ethereum 0.14.0",2527 "ethereum-types 0.14.1",2528 "evm",2529 "fc-db",2530 "fc-rpc-core",2531 "fp-ethereum",2532 "fp-evm",2533 "fp-rpc",2534 "fp-storage",2535 "futures 0.3.25",2536 "hex",2537 "jsonrpsee",2538 "libsecp256k1",2539 "log",2540 "lru",2541 "parity-scale-codec 3.2.1",2542 "prometheus",2543 "rand 0.8.5",2544 "rlp",2545 "sc-client-api",2546 "sc-network",2547 "sc-network-common",2548 "sc-rpc",2549 "sc-service",2550 "sc-transaction-pool",2551 "sc-transaction-pool-api",2552 "sp-api",2553 "sp-block-builder",2554 "sp-blockchain",2555 "sp-consensus",2556 "sp-core",2557 "sp-io",2558 "sp-runtime",2559 "sp-storage",2560 "substrate-prometheus-endpoint",2561 "tokio",2562]25632564[[package]]2565name = "fc-rpc-core"2566version = "1.1.0-dev"2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2568dependencies = [2569 "ethereum 0.14.0",2570 "ethereum-types 0.14.1",2571 "jsonrpsee",2572 "rlp",2573 "rustc-hex",2574 "serde",2575 "serde_json",2576]25772578[[package]]2579name = "fdlimit"2580version = "0.2.1"2581source = "registry+https://github.com/rust-lang/crates.io-index"2582checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2583dependencies = [2584 "libc",2585]25862587[[package]]2588name = "ff"2589version = "0.12.1"2590source = "registry+https://github.com/rust-lang/crates.io-index"2591checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2592dependencies = [2593 "rand_core 0.6.4",2594 "subtle",2595]25962597[[package]]2598name = "fiat-crypto"2599version = "0.1.17"2600source = "registry+https://github.com/rust-lang/crates.io-index"2601checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"26022603[[package]]2604name = "file-per-thread-logger"2605version = "0.1.5"2606source = "registry+https://github.com/rust-lang/crates.io-index"2607checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2608dependencies = [2609 "env_logger",2610 "log",2611]26122613[[package]]2614name = "filetime"2615version = "0.2.19"2616source = "registry+https://github.com/rust-lang/crates.io-index"2617checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"2618dependencies = [2619 "cfg-if",2620 "libc",2621 "redox_syscall",2622 "windows-sys 0.42.0",2623]26242625[[package]]2626name = "finality-grandpa"2627version = "0.16.0"2628source = "registry+https://github.com/rust-lang/crates.io-index"2629checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2630dependencies = [2631 "either",2632 "futures 0.3.25",2633 "futures-timer",2634 "log",2635 "num-traits",2636 "parity-scale-codec 3.2.1",2637 "parking_lot 0.12.1",2638 "scale-info",2639]26402641[[package]]2642name = "fixed-hash"2643version = "0.7.0"2644source = "registry+https://github.com/rust-lang/crates.io-index"2645checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2646dependencies = [2647 "byteorder",2648 "rustc-hex",2649 "static_assertions",2650]26512652[[package]]2653name = "fixed-hash"2654version = "0.8.0"2655source = "registry+https://github.com/rust-lang/crates.io-index"2656checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2657dependencies = [2658 "byteorder",2659 "rand 0.8.5",2660 "rustc-hex",2661 "static_assertions",2662]26632664[[package]]2665name = "fixedbitset"2666version = "0.4.2"2667source = "registry+https://github.com/rust-lang/crates.io-index"2668checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26692670[[package]]2671name = "flate2"2672version = "1.0.25"2673source = "registry+https://github.com/rust-lang/crates.io-index"2674checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2675dependencies = [2676 "crc32fast",2677 "libz-sys",2678 "miniz_oxide",2679]26802681[[package]]2682name = "flexi_logger"2683version = "0.24.2"2684source = "registry+https://github.com/rust-lang/crates.io-index"2685checksum = "ade8e86c48285f138a4d6ca15a2912e39bd6c74d62db42da4f1985f651a0b057"2686dependencies = [2687 "atty",2688 "chrono",2689 "glob",2690 "lazy_static",2691 "log",2692 "nu-ansi-term",2693 "regex",2694 "thiserror",2695]26962697[[package]]2698name = "float-cmp"2699version = "0.9.0"2700source = "registry+https://github.com/rust-lang/crates.io-index"2701checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2702dependencies = [2703 "num-traits",2704]27052706[[package]]2707name = "fnv"2708version = "1.0.7"2709source = "registry+https://github.com/rust-lang/crates.io-index"2710checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27112712[[package]]2713name = "fork-tree"2714version = "3.0.0"2715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2716dependencies = [2717 "parity-scale-codec 3.2.1",2718]27192720[[package]]2721name = "form_urlencoded"2722version = "1.1.0"2723source = "registry+https://github.com/rust-lang/crates.io-index"2724checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2725dependencies = [2726 "percent-encoding",2727]27282729[[package]]2730name = "fp-consensus"2731version = "2.0.0-dev"2732source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2733dependencies = [2734 "ethereum 0.14.0",2735 "parity-scale-codec 3.2.1",2736 "sp-core",2737 "sp-runtime",2738 "sp-std",2739]27402741[[package]]2742name = "fp-ethereum"2743version = "1.0.0-dev"2744source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2745dependencies = [2746 "ethereum 0.14.0",2747 "ethereum-types 0.14.1",2748 "fp-evm",2749 "frame-support",2750 "num_enum",2751 "parity-scale-codec 3.2.1",2752 "sp-core",2753 "sp-std",2754]27552756[[package]]2757name = "fp-evm"2758version = "3.0.0-dev"2759source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2760dependencies = [2761 "evm",2762 "frame-support",2763 "impl-trait-for-tuples",2764 "parity-scale-codec 3.2.1",2765 "serde",2766 "sp-core",2767 "sp-std",2768]27692770[[package]]2771name = "fp-evm-mapping"2772version = "0.1.0"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2774dependencies = [2775 "frame-support",2776 "sp-core",2777]27782779[[package]]2780name = "fp-rpc"2781version = "3.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2783dependencies = [2784 "ethereum 0.14.0",2785 "ethereum-types 0.14.1",2786 "fp-evm",2787 "parity-scale-codec 3.2.1",2788 "scale-info",2789 "sp-api",2790 "sp-core",2791 "sp-io",2792 "sp-runtime",2793 "sp-std",2794]27952796[[package]]2797name = "fp-self-contained"2798version = "1.0.0-dev"2799source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2800dependencies = [2801 "ethereum 0.14.0",2802 "frame-support",2803 "parity-scale-codec 3.2.1",2804 "scale-info",2805 "serde",2806 "sp-runtime",2807]28082809[[package]]2810name = "fp-storage"2811version = "2.0.0"2812source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2813dependencies = [2814 "parity-scale-codec 3.2.1",2815 "serde",2816]28172818[[package]]2819name = "fragile"2820version = "2.0.0"2821source = "registry+https://github.com/rust-lang/crates.io-index"2822checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"28232824[[package]]2825name = "frame-benchmarking"2826version = "4.0.0-dev"2827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2828dependencies = [2829 "frame-support",2830 "frame-system",2831 "linregress",2832 "log",2833 "parity-scale-codec 3.2.1",2834 "paste",2835 "scale-info",2836 "serde",2837 "sp-api",2838 "sp-application-crypto",2839 "sp-core",2840 "sp-io",2841 "sp-runtime",2842 "sp-runtime-interface",2843 "sp-std",2844 "sp-storage",2845]28462847[[package]]2848name = "frame-benchmarking-cli"2849version = "4.0.0-dev"2850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2851dependencies = [2852 "Inflector",2853 "array-bytes 4.2.0",2854 "chrono",2855 "clap",2856 "comfy-table",2857 "frame-benchmarking",2858 "frame-support",2859 "frame-system",2860 "gethostname",2861 "handlebars",2862 "hash-db",2863 "itertools",2864 "kvdb",2865 "lazy_static",2866 "linked-hash-map",2867 "log",2868 "memory-db",2869 "parity-scale-codec 3.2.1",2870 "rand 0.8.5",2871 "rand_pcg 0.3.1",2872 "sc-block-builder",2873 "sc-cli",2874 "sc-client-api",2875 "sc-client-db",2876 "sc-executor",2877 "sc-service",2878 "sc-sysinfo",2879 "serde",2880 "serde_json",2881 "serde_nanos",2882 "sp-api",2883 "sp-blockchain",2884 "sp-core",2885 "sp-database",2886 "sp-externalities",2887 "sp-inherents",2888 "sp-keystore",2889 "sp-runtime",2890 "sp-state-machine",2891 "sp-std",2892 "sp-storage",2893 "sp-trie",2894 "tempfile",2895 "thiserror",2896 "thousands",2897]28982899[[package]]2900name = "frame-election-provider-solution-type"2901version = "4.0.0-dev"2902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2903dependencies = [2904 "proc-macro-crate",2905 "proc-macro2",2906 "quote",2907 "syn",2908]29092910[[package]]2911name = "frame-election-provider-support"2912version = "4.0.0-dev"2913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2914dependencies = [2915 "frame-election-provider-solution-type",2916 "frame-support",2917 "frame-system",2918 "parity-scale-codec 3.2.1",2919 "scale-info",2920 "sp-arithmetic",2921 "sp-core",2922 "sp-npos-elections",2923 "sp-runtime",2924 "sp-std",2925]29262927[[package]]2928name = "frame-executive"2929version = "4.0.0-dev"2930source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2931dependencies = [2932 "frame-support",2933 "frame-system",2934 "frame-try-runtime",2935 "parity-scale-codec 3.2.1",2936 "scale-info",2937 "sp-core",2938 "sp-io",2939 "sp-runtime",2940 "sp-std",2941 "sp-tracing",2942]29432944[[package]]2945name = "frame-metadata"2946version = "15.0.0"2947source = "registry+https://github.com/rust-lang/crates.io-index"2948checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2949dependencies = [2950 "cfg-if",2951 "parity-scale-codec 3.2.1",2952 "scale-info",2953 "serde",2954]29552956[[package]]2957name = "frame-remote-externalities"2958version = "0.10.0-dev"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2960dependencies = [2961 "env_logger",2962 "futures 0.3.25",2963 "log",2964 "parity-scale-codec 3.2.1",2965 "serde",2966 "serde_json",2967 "sp-core",2968 "sp-io",2969 "sp-runtime",2970 "sp-version",2971 "substrate-rpc-client",2972 "tokio",2973]29742975[[package]]2976name = "frame-support"2977version = "4.0.0-dev"2978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2979dependencies = [2980 "bitflags",2981 "frame-metadata",2982 "frame-support-procedural",2983 "impl-trait-for-tuples",2984 "k256",2985 "log",2986 "once_cell",2987 "parity-scale-codec 3.2.1",2988 "paste",2989 "scale-info",2990 "serde",2991 "smallvec",2992 "sp-api",2993 "sp-arithmetic",2994 "sp-core",2995 "sp-core-hashing-proc-macro",2996 "sp-inherents",2997 "sp-io",2998 "sp-runtime",2999 "sp-staking",3000 "sp-state-machine",3001 "sp-std",3002 "sp-tracing",3003 "sp-weights",3004 "tt-call",3005]30063007[[package]]3008name = "frame-support-procedural"3009version = "4.0.0-dev"3010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3011dependencies = [3012 "Inflector",3013 "cfg-expr",3014 "frame-support-procedural-tools",3015 "itertools",3016 "proc-macro2",3017 "quote",3018 "syn",3019]30203021[[package]]3022name = "frame-support-procedural-tools"3023version = "4.0.0-dev"3024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3025dependencies = [3026 "frame-support-procedural-tools-derive",3027 "proc-macro-crate",3028 "proc-macro2",3029 "quote",3030 "syn",3031]30323033[[package]]3034name = "frame-support-procedural-tools-derive"3035version = "3.0.0"3036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3037dependencies = [3038 "proc-macro2",3039 "quote",3040 "syn",3041]30423043[[package]]3044name = "frame-system"3045version = "4.0.0-dev"3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3047dependencies = [3048 "frame-support",3049 "log",3050 "parity-scale-codec 3.2.1",3051 "scale-info",3052 "serde",3053 "sp-core",3054 "sp-io",3055 "sp-runtime",3056 "sp-std",3057 "sp-version",3058 "sp-weights",3059]30603061[[package]]3062name = "frame-system-benchmarking"3063version = "4.0.0-dev"3064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3065dependencies = [3066 "frame-benchmarking",3067 "frame-support",3068 "frame-system",3069 "parity-scale-codec 3.2.1",3070 "scale-info",3071 "sp-core",3072 "sp-runtime",3073 "sp-std",3074]30753076[[package]]3077name = "frame-system-rpc-runtime-api"3078version = "4.0.0-dev"3079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3080dependencies = [3081 "parity-scale-codec 3.2.1",3082 "sp-api",3083]30843085[[package]]3086name = "frame-try-runtime"3087version = "0.10.0-dev"3088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3089dependencies = [3090 "frame-support",3091 "parity-scale-codec 3.2.1",3092 "sp-api",3093 "sp-runtime",3094 "sp-std",3095]30963097[[package]]3098name = "fs-err"3099version = "2.9.0"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"31023103[[package]]3104name = "fs2"3105version = "0.4.3"3106source = "registry+https://github.com/rust-lang/crates.io-index"3107checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3108dependencies = [3109 "libc",3110 "winapi",3111]31123113[[package]]3114name = "fs_extra"3115version = "1.2.0"3116source = "registry+https://github.com/rust-lang/crates.io-index"3117checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31183119[[package]]3120name = "funty"3121version = "1.1.0"3122source = "registry+https://github.com/rust-lang/crates.io-index"3123checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31243125[[package]]3126name = "funty"3127version = "2.0.0"3128source = "registry+https://github.com/rust-lang/crates.io-index"3129checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31303131[[package]]3132name = "futures"3133version = "0.1.31"3134source = "registry+https://github.com/rust-lang/crates.io-index"3135checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31363137[[package]]3138name = "futures"3139version = "0.3.25"3140source = "registry+https://github.com/rust-lang/crates.io-index"3141checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3142dependencies = [3143 "futures-channel",3144 "futures-core",3145 "futures-executor",3146 "futures-io",3147 "futures-sink",3148 "futures-task",3149 "futures-util",3150]31513152[[package]]3153name = "futures-channel"3154version = "0.3.25"3155source = "registry+https://github.com/rust-lang/crates.io-index"3156checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3157dependencies = [3158 "futures-core",3159 "futures-sink",3160]31613162[[package]]3163name = "futures-core"3164version = "0.3.25"3165source = "registry+https://github.com/rust-lang/crates.io-index"3166checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31673168[[package]]3169name = "futures-executor"3170version = "0.3.25"3171source = "registry+https://github.com/rust-lang/crates.io-index"3172checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3173dependencies = [3174 "futures-core",3175 "futures-task",3176 "futures-util",3177 "num_cpus",3178]31793180[[package]]3181name = "futures-io"3182version = "0.3.25"3183source = "registry+https://github.com/rust-lang/crates.io-index"3184checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31853186[[package]]3187name = "futures-lite"3188version = "1.12.0"3189source = "registry+https://github.com/rust-lang/crates.io-index"3190checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3191dependencies = [3192 "fastrand",3193 "futures-core",3194 "futures-io",3195 "memchr",3196 "parking",3197 "pin-project-lite 0.2.9",3198 "waker-fn",3199]32003201[[package]]3202name = "futures-macro"3203version = "0.3.25"3204source = "registry+https://github.com/rust-lang/crates.io-index"3205checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3206dependencies = [3207 "proc-macro2",3208 "quote",3209 "syn",3210]32113212[[package]]3213name = "futures-rustls"3214version = "0.22.2"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3217dependencies = [3218 "futures-io",3219 "rustls",3220 "webpki",3221]32223223[[package]]3224name = "futures-sink"3225version = "0.3.25"3226source = "registry+https://github.com/rust-lang/crates.io-index"3227checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"32283229[[package]]3230name = "futures-task"3231version = "0.3.25"3232source = "registry+https://github.com/rust-lang/crates.io-index"3233checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"32343235[[package]]3236name = "futures-timer"3237version = "3.0.2"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32403241[[package]]3242name = "futures-util"3243version = "0.3.25"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3246dependencies = [3247 "futures 0.1.31",3248 "futures-channel",3249 "futures-core",3250 "futures-io",3251 "futures-macro",3252 "futures-sink",3253 "futures-task",3254 "memchr",3255 "pin-project-lite 0.2.9",3256 "pin-utils",3257 "slab",3258]32593260[[package]]3261name = "fxhash"3262version = "0.2.1"3263source = "registry+https://github.com/rust-lang/crates.io-index"3264checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3265dependencies = [3266 "byteorder",3267]32683269[[package]]3270name = "generic-array"3271version = "0.12.4"3272source = "registry+https://github.com/rust-lang/crates.io-index"3273checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3274dependencies = [3275 "typenum",3276]32773278[[package]]3279name = "generic-array"3280version = "0.14.6"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3283dependencies = [3284 "typenum",3285 "version_check",3286]32873288[[package]]3289name = "gethostname"3290version = "0.2.3"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3293dependencies = [3294 "libc",3295 "winapi",3296]32973298[[package]]3299name = "getrandom"3300version = "0.1.16"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3303dependencies = [3304 "cfg-if",3305 "js-sys",3306 "libc",3307 "wasi 0.9.0+wasi-snapshot-preview1",3308 "wasm-bindgen",3309]33103311[[package]]3312name = "getrandom"3313version = "0.2.8"3314source = "registry+https://github.com/rust-lang/crates.io-index"3315checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3316dependencies = [3317 "cfg-if",3318 "libc",3319 "wasi 0.11.0+wasi-snapshot-preview1",3320]33213322[[package]]3323name = "ghash"3324version = "0.4.4"3325source = "registry+https://github.com/rust-lang/crates.io-index"3326checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3327dependencies = [3328 "opaque-debug 0.3.0",3329 "polyval",3330]33313332[[package]]3333name = "gimli"3334version = "0.26.2"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3337dependencies = [3338 "fallible-iterator",3339 "indexmap",3340 "stable_deref_trait",3341]33423343[[package]]3344name = "gimli"3345version = "0.27.0"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"33483349[[package]]3350name = "glob"3351version = "0.3.0"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33543355[[package]]3356name = "globset"3357version = "0.4.9"3358source = "registry+https://github.com/rust-lang/crates.io-index"3359checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3360dependencies = [3361 "aho-corasick",3362 "bstr",3363 "fnv",3364 "log",3365 "regex",3366]33673368[[package]]3369name = "gloo-timers"3370version = "0.2.5"3371source = "registry+https://github.com/rust-lang/crates.io-index"3372checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3373dependencies = [3374 "futures-channel",3375 "futures-core",3376 "js-sys",3377 "wasm-bindgen",3378]33793380[[package]]3381name = "group"3382version = "0.12.1"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3385dependencies = [3386 "ff",3387 "rand_core 0.6.4",3388 "subtle",3389]33903391[[package]]3392name = "h2"3393version = "0.3.15"3394source = "registry+https://github.com/rust-lang/crates.io-index"3395checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3396dependencies = [3397 "bytes",3398 "fnv",3399 "futures-core",3400 "futures-sink",3401 "futures-util",3402 "http",3403 "indexmap",3404 "slab",3405 "tokio",3406 "tokio-util",3407 "tracing",3408]34093410[[package]]3411name = "handlebars"3412version = "4.3.6"3413source = "registry+https://github.com/rust-lang/crates.io-index"3414checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"3415dependencies = [3416 "log",3417 "pest",3418 "pest_derive",3419 "serde",3420 "serde_json",3421 "thiserror",3422]34233424[[package]]3425name = "hash-db"3426version = "0.15.2"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34293430[[package]]3431name = "hash256-std-hasher"3432version = "0.15.2"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3435dependencies = [3436 "crunchy",3437]34383439[[package]]3440name = "hashbrown"3441version = "0.12.3"3442source = "registry+https://github.com/rust-lang/crates.io-index"3443checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3444dependencies = [3445 "ahash",3446]34473448[[package]]3449name = "heck"3450version = "0.4.0"3451source = "registry+https://github.com/rust-lang/crates.io-index"3452checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34533454[[package]]3455name = "hermit-abi"3456version = "0.1.19"3457source = "registry+https://github.com/rust-lang/crates.io-index"3458checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3459dependencies = [3460 "libc",3461]34623463[[package]]3464name = "hermit-abi"3465version = "0.2.6"3466source = "registry+https://github.com/rust-lang/crates.io-index"3467checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3468dependencies = [3469 "libc",3470]34713472[[package]]3473name = "hex"3474version = "0.4.3"3475source = "registry+https://github.com/rust-lang/crates.io-index"3476checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34773478[[package]]3479name = "hex-literal"3480version = "0.3.4"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34833484[[package]]3485name = "hmac"3486version = "0.8.1"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3489dependencies = [3490 "crypto-mac 0.8.0",3491 "digest 0.9.0",3492]34933494[[package]]3495name = "hmac"3496version = "0.11.0"3497source = "registry+https://github.com/rust-lang/crates.io-index"3498checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3499dependencies = [3500 "crypto-mac 0.11.1",3501 "digest 0.9.0",3502]35033504[[package]]3505name = "hmac"3506version = "0.12.1"3507source = "registry+https://github.com/rust-lang/crates.io-index"3508checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3509dependencies = [3510 "digest 0.10.6",3511]35123513[[package]]3514name = "hmac-drbg"3515version = "0.3.0"3516source = "registry+https://github.com/rust-lang/crates.io-index"3517checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3518dependencies = [3519 "digest 0.9.0",3520 "generic-array 0.14.6",3521 "hmac 0.8.1",3522]35233524[[package]]3525name = "hostname"3526version = "0.3.1"3527source = "registry+https://github.com/rust-lang/crates.io-index"3528checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3529dependencies = [3530 "libc",3531 "match_cfg",3532 "winapi",3533]35343535[[package]]3536name = "http"3537version = "0.2.8"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3540dependencies = [3541 "bytes",3542 "fnv",3543 "itoa",3544]35453546[[package]]3547name = "http-body"3548version = "0.4.5"3549source = "registry+https://github.com/rust-lang/crates.io-index"3550checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3551dependencies = [3552 "bytes",3553 "http",3554 "pin-project-lite 0.2.9",3555]35563557[[package]]3558name = "http-range-header"3559version = "0.3.0"3560source = "registry+https://github.com/rust-lang/crates.io-index"3561checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"35623563[[package]]3564name = "httparse"3565version = "1.8.0"3566source = "registry+https://github.com/rust-lang/crates.io-index"3567checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35683569[[package]]3570name = "httpdate"3571version = "1.0.2"3572source = "registry+https://github.com/rust-lang/crates.io-index"3573checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35743575[[package]]3576name = "humantime"3577version = "2.1.0"3578source = "registry+https://github.com/rust-lang/crates.io-index"3579checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35803581[[package]]3582name = "hyper"3583version = "0.14.23"3584source = "registry+https://github.com/rust-lang/crates.io-index"3585checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"3586dependencies = [3587 "bytes",3588 "futures-channel",3589 "futures-core",3590 "futures-util",3591 "h2",3592 "http",3593 "http-body",3594 "httparse",3595 "httpdate",3596 "itoa",3597 "pin-project-lite 0.2.9",3598 "socket2",3599 "tokio",3600 "tower-service",3601 "tracing",3602 "want",3603]36043605[[package]]3606name = "hyper-rustls"3607version = "0.23.2"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"3610dependencies = [3611 "http",3612 "hyper",3613 "log",3614 "rustls",3615 "rustls-native-certs",3616 "tokio",3617 "tokio-rustls",3618]36193620[[package]]3621name = "iana-time-zone"3622version = "0.1.53"3623source = "registry+https://github.com/rust-lang/crates.io-index"3624checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3625dependencies = [3626 "android_system_properties",3627 "core-foundation-sys",3628 "iana-time-zone-haiku",3629 "js-sys",3630 "wasm-bindgen",3631 "winapi",3632]36333634[[package]]3635name = "iana-time-zone-haiku"3636version = "0.1.1"3637source = "registry+https://github.com/rust-lang/crates.io-index"3638checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3639dependencies = [3640 "cxx",3641 "cxx-build",3642]36433644[[package]]3645name = "idna"3646version = "0.2.3"3647source = "registry+https://github.com/rust-lang/crates.io-index"3648checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3649dependencies = [3650 "matches",3651 "unicode-bidi",3652 "unicode-normalization",3653]36543655[[package]]3656name = "idna"3657version = "0.3.0"3658source = "registry+https://github.com/rust-lang/crates.io-index"3659checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3660dependencies = [3661 "unicode-bidi",3662 "unicode-normalization",3663]36643665[[package]]3666name = "if-addrs"3667version = "0.7.0"3668source = "registry+https://github.com/rust-lang/crates.io-index"3669checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3670dependencies = [3671 "libc",3672 "winapi",3673]36743675[[package]]3676name = "if-watch"3677version = "2.0.0"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3680dependencies = [3681 "async-io",3682 "core-foundation",3683 "fnv",3684 "futures 0.3.25",3685 "if-addrs",3686 "ipnet",3687 "log",3688 "rtnetlink",3689 "system-configuration",3690 "windows",3691]36923693[[package]]3694name = "impl-codec"3695version = "0.6.0"3696source = "registry+https://github.com/rust-lang/crates.io-index"3697checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3698dependencies = [3699 "parity-scale-codec 3.2.1",3700]37013702[[package]]3703name = "impl-rlp"3704version = "0.3.0"3705source = "registry+https://github.com/rust-lang/crates.io-index"3706checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3707dependencies = [3708 "rlp",3709]37103711[[package]]3712name = "impl-serde"3713version = "0.4.0"3714source = "registry+https://github.com/rust-lang/crates.io-index"3715checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3716dependencies = [3717 "serde",3718]37193720[[package]]3721name = "impl-trait-for-tuples"3722version = "0.2.2"3723source = "registry+https://github.com/rust-lang/crates.io-index"3724checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3725dependencies = [3726 "proc-macro2",3727 "quote",3728 "syn",3729]37303731[[package]]3732name = "indexmap"3733version = "1.9.2"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"3736dependencies = [3737 "autocfg",3738 "hashbrown",3739 "serde",3740]37413742[[package]]3743name = "instant"3744version = "0.1.12"3745source = "registry+https://github.com/rust-lang/crates.io-index"3746checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3747dependencies = [3748 "cfg-if",3749]37503751[[package]]3752name = "integer-encoding"3753version = "3.0.4"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"37563757[[package]]3758name = "integer-sqrt"3759version = "0.1.5"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3762dependencies = [3763 "num-traits",3764]37653766[[package]]3767name = "io-lifetimes"3768version = "0.7.5"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"37713772[[package]]3773name = "io-lifetimes"3774version = "1.0.3"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3777dependencies = [3778 "libc",3779 "windows-sys 0.42.0",3780]37813782[[package]]3783name = "ip_network"3784version = "0.4.1"3785source = "registry+https://github.com/rust-lang/crates.io-index"3786checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37873788[[package]]3789name = "ipconfig"3790version = "0.3.1"3791source = "registry+https://github.com/rust-lang/crates.io-index"3792checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"3793dependencies = [3794 "socket2",3795 "widestring",3796 "winapi",3797 "winreg",3798]37993800[[package]]3801name = "ipnet"3802version = "2.7.0"3803source = "registry+https://github.com/rust-lang/crates.io-index"3804checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"38053806[[package]]3807name = "is-terminal"3808version = "0.4.2"3809source = "registry+https://github.com/rust-lang/crates.io-index"3810checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"3811dependencies = [3812 "hermit-abi 0.2.6",3813 "io-lifetimes 1.0.3",3814 "rustix 0.36.5",3815 "windows-sys 0.42.0",3816]38173818[[package]]3819name = "itertools"3820version = "0.10.5"3821source = "registry+https://github.com/rust-lang/crates.io-index"3822checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3823dependencies = [3824 "either",3825]38263827[[package]]3828name = "itoa"3829version = "1.0.5"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"38323833[[package]]3834name = "jobserver"3835version = "0.1.25"3836source = "registry+https://github.com/rust-lang/crates.io-index"3837checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3838dependencies = [3839 "libc",3840]38413842[[package]]3843name = "js-sys"3844version = "0.3.60"3845source = "registry+https://github.com/rust-lang/crates.io-index"3846checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3847dependencies = [3848 "wasm-bindgen",3849]38503851[[package]]3852name = "jsonrpsee"3853version = "0.16.2"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"3856dependencies = [3857 "jsonrpsee-core",3858 "jsonrpsee-proc-macros",3859 "jsonrpsee-server",3860 "jsonrpsee-types",3861 "jsonrpsee-ws-client",3862 "tracing",3863]38643865[[package]]3866name = "jsonrpsee-client-transport"3867version = "0.16.2"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"3870dependencies = [3871 "futures-util",3872 "http",3873 "jsonrpsee-core",3874 "jsonrpsee-types",3875 "pin-project",3876 "rustls-native-certs",3877 "soketto",3878 "thiserror",3879 "tokio",3880 "tokio-rustls",3881 "tokio-util",3882 "tracing",3883 "webpki-roots",3884]38853886[[package]]3887name = "jsonrpsee-core"3888version = "0.16.2"3889source = "registry+https://github.com/rust-lang/crates.io-index"3890checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"3891dependencies = [3892 "anyhow",3893 "arrayvec 0.7.2",3894 "async-lock",3895 "async-trait",3896 "beef",3897 "futures-channel",3898 "futures-timer",3899 "futures-util",3900 "globset",3901 "hyper",3902 "jsonrpsee-types",3903 "parking_lot 0.12.1",3904 "rand 0.8.5",3905 "rustc-hash",3906 "serde",3907 "serde_json",3908 "soketto",3909 "thiserror",3910 "tokio",3911 "tracing",3912]39133914[[package]]3915name = "jsonrpsee-proc-macros"3916version = "0.16.2"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"3919dependencies = [3920 "heck",3921 "proc-macro-crate",3922 "proc-macro2",3923 "quote",3924 "syn",3925]39263927[[package]]3928name = "jsonrpsee-server"3929version = "0.16.2"3930source = "registry+https://github.com/rust-lang/crates.io-index"3931checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"3932dependencies = [3933 "futures-channel",3934 "futures-util",3935 "http",3936 "hyper",3937 "jsonrpsee-core",3938 "jsonrpsee-types",3939 "serde",3940 "serde_json",3941 "soketto",3942 "tokio",3943 "tokio-stream",3944 "tokio-util",3945 "tower",3946 "tracing",3947]39483949[[package]]3950name = "jsonrpsee-types"3951version = "0.16.2"3952source = "registry+https://github.com/rust-lang/crates.io-index"3953checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"3954dependencies = [3955 "anyhow",3956 "beef",3957 "serde",3958 "serde_json",3959 "thiserror",3960 "tracing",3961]39623963[[package]]3964name = "jsonrpsee-ws-client"3965version = "0.16.2"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"3968dependencies = [3969 "http",3970 "jsonrpsee-client-transport",3971 "jsonrpsee-core",3972 "jsonrpsee-types",3973]39743975[[package]]3976name = "k256"3977version = "0.11.6"3978source = "registry+https://github.com/rust-lang/crates.io-index"3979checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3980dependencies = [3981 "cfg-if",3982 "ecdsa",3983 "elliptic-curve",3984 "sha2 0.10.6",3985]39863987[[package]]3988name = "keccak"3989version = "0.1.3"3990source = "registry+https://github.com/rust-lang/crates.io-index"3991checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"3992dependencies = [3993 "cpufeatures",3994]39953996[[package]]3997name = "kusama-runtime"3998version = "0.9.36"3999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4000dependencies = [4001 "bitvec 1.0.1",4002 "frame-benchmarking",4003 "frame-election-provider-support",4004 "frame-executive",4005 "frame-support",4006 "frame-system",4007 "frame-system-benchmarking",4008 "frame-system-rpc-runtime-api",4009 "frame-try-runtime",4010 "hex-literal",4011 "kusama-runtime-constants",4012 "log",4013 "pallet-authority-discovery",4014 "pallet-authorship",4015 "pallet-babe",4016 "pallet-bags-list",4017 "pallet-balances",4018 "pallet-bounties",4019 "pallet-child-bounties",4020 "pallet-collective",4021 "pallet-conviction-voting",4022 "pallet-democracy",4023 "pallet-election-provider-multi-phase",4024 "pallet-election-provider-support-benchmarking",4025 "pallet-elections-phragmen",4026 "pallet-fast-unstake",4027 "pallet-grandpa",4028 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",4029 "pallet-im-online",4030 "pallet-indices",4031 "pallet-membership",4032 "pallet-multisig",4033 "pallet-nis",4034 "pallet-nomination-pools",4035 "pallet-nomination-pools-benchmarking",4036 "pallet-nomination-pools-runtime-api",4037 "pallet-offences",4038 "pallet-offences-benchmarking",4039 "pallet-preimage",4040 "pallet-proxy",4041 "pallet-ranked-collective",4042 "pallet-recovery",4043 "pallet-referenda",4044 "pallet-scheduler",4045 "pallet-session",4046 "pallet-session-benchmarking",4047 "pallet-society",4048 "pallet-staking",4049 "pallet-timestamp",4050 "pallet-tips",4051 "pallet-transaction-payment",4052 "pallet-transaction-payment-rpc-runtime-api",4053 "pallet-treasury",4054 "pallet-utility",4055 "pallet-vesting",4056 "pallet-whitelist",4057 "pallet-xcm",4058 "pallet-xcm-benchmarks",4059 "parity-scale-codec 3.2.1",4060 "polkadot-primitives",4061 "polkadot-runtime-common",4062 "polkadot-runtime-parachains",4063 "rustc-hex",4064 "scale-info",4065 "serde",4066 "serde_derive",4067 "smallvec",4068 "sp-api",4069 "sp-arithmetic",4070 "sp-authority-discovery",4071 "sp-beefy",4072 "sp-block-builder",4073 "sp-consensus-babe",4074 "sp-core",4075 "sp-inherents",4076 "sp-io",4077 "sp-mmr-primitives",4078 "sp-npos-elections",4079 "sp-offchain",4080 "sp-runtime",4081 "sp-session",4082 "sp-staking",4083 "sp-std",4084 "sp-transaction-pool",4085 "sp-version",4086 "static_assertions",4087 "substrate-wasm-builder",4088 "xcm",4089 "xcm-builder",4090 "xcm-executor",4091]40924093[[package]]4094name = "kusama-runtime-constants"4095version = "0.9.36"4096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4097dependencies = [4098 "frame-support",4099 "polkadot-primitives",4100 "polkadot-runtime-common",4101 "smallvec",4102 "sp-core",4103 "sp-runtime",4104 "sp-weights",4105]41064107[[package]]4108name = "kv-log-macro"4109version = "1.0.7"4110source = "registry+https://github.com/rust-lang/crates.io-index"4111checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4112dependencies = [4113 "log",4114]41154116[[package]]4117name = "kvdb"4118version = "0.13.0"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"4121dependencies = [4122 "smallvec",4123]41244125[[package]]4126name = "kvdb-memorydb"4127version = "0.13.0"4128source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"4130dependencies = [4131 "kvdb",4132 "parking_lot 0.12.1",4133]41344135[[package]]4136name = "kvdb-rocksdb"4137version = "0.17.0"4138source = "registry+https://github.com/rust-lang/crates.io-index"4139checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"4140dependencies = [4141 "kvdb",4142 "num_cpus",4143 "parking_lot 0.12.1",4144 "regex",4145 "rocksdb",4146 "smallvec",4147]41484149[[package]]4150name = "lazy_static"4151version = "1.4.0"4152source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"41544155[[package]]4156name = "lazycell"4157version = "1.3.0"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"41604161[[package]]4162name = "libc"4163version = "0.2.139"4164source = "registry+https://github.com/rust-lang/crates.io-index"4165checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"41664167[[package]]4168name = "libloading"4169version = "0.7.4"4170source = "registry+https://github.com/rust-lang/crates.io-index"4171checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4172dependencies = [4173 "cfg-if",4174 "winapi",4175]41764177[[package]]4178name = "libm"4179version = "0.1.4"4180source = "registry+https://github.com/rust-lang/crates.io-index"4181checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"41824183[[package]]4184name = "libm"4185version = "0.2.6"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"41884189[[package]]4190name = "libp2p"4191version = "0.49.0"4192source = "registry+https://github.com/rust-lang/crates.io-index"4193checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4194dependencies = [4195 "bytes",4196 "futures 0.3.25",4197 "futures-timer",4198 "getrandom 0.2.8",4199 "instant",4200 "lazy_static",4201 "libp2p-core",4202 "libp2p-dns",4203 "libp2p-identify",4204 "libp2p-kad",4205 "libp2p-mdns",4206 "libp2p-metrics",4207 "libp2p-mplex",4208 "libp2p-noise",4209 "libp2p-ping",4210 "libp2p-request-response",4211 "libp2p-swarm",4212 "libp2p-swarm-derive",4213 "libp2p-tcp",4214 "libp2p-wasm-ext",4215 "libp2p-websocket",4216 "libp2p-yamux",4217 "multiaddr",4218 "parking_lot 0.12.1",4219 "pin-project",4220 "smallvec",4221]42224223[[package]]4224name = "libp2p-core"4225version = "0.37.0"4226source = "registry+https://github.com/rust-lang/crates.io-index"4227checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4228dependencies = [4229 "asn1_der",4230 "bs58",4231 "ed25519-dalek",4232 "either",4233 "fnv",4234 "futures 0.3.25",4235 "futures-timer",4236 "instant",4237 "lazy_static",4238 "log",4239 "multiaddr",4240 "multihash",4241 "multistream-select",4242 "parking_lot 0.12.1",4243 "pin-project",4244 "prost",4245 "prost-build",4246 "rand 0.8.5",4247 "rw-stream-sink",4248 "sha2 0.10.6",4249 "smallvec",4250 "thiserror",4251 "unsigned-varint",4252 "void",4253 "zeroize",4254]42554256[[package]]4257name = "libp2p-dns"4258version = "0.37.0"4259source = "registry+https://github.com/rust-lang/crates.io-index"4260checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4261dependencies = [4262 "futures 0.3.25",4263 "libp2p-core",4264 "log",4265 "parking_lot 0.12.1",4266 "smallvec",4267 "trust-dns-resolver",4268]42694270[[package]]4271name = "libp2p-identify"4272version = "0.40.0"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4275dependencies = [4276 "asynchronous-codec",4277 "futures 0.3.25",4278 "futures-timer",4279 "libp2p-core",4280 "libp2p-swarm",4281 "log",4282 "lru",4283 "prost",4284 "prost-build",4285 "prost-codec",4286 "smallvec",4287 "thiserror",4288 "void",4289]42904291[[package]]4292name = "libp2p-kad"4293version = "0.41.0"4294source = "registry+https://github.com/rust-lang/crates.io-index"4295checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4296dependencies = [4297 "arrayvec 0.7.2",4298 "asynchronous-codec",4299 "bytes",4300 "either",4301 "fnv",4302 "futures 0.3.25",4303 "futures-timer",4304 "instant",4305 "libp2p-core",4306 "libp2p-swarm",4307 "log",4308 "prost",4309 "prost-build",4310 "rand 0.8.5",4311 "sha2 0.10.6",4312 "smallvec",4313 "thiserror",4314 "uint",4315 "unsigned-varint",4316 "void",4317]43184319[[package]]4320name = "libp2p-mdns"4321version = "0.41.0"4322source = "registry+https://github.com/rust-lang/crates.io-index"4323checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4324dependencies = [4325 "data-encoding",4326 "dns-parser",4327 "futures 0.3.25",4328 "if-watch",4329 "libp2p-core",4330 "libp2p-swarm",4331 "log",4332 "rand 0.8.5",4333 "smallvec",4334 "socket2",4335 "tokio",4336 "void",4337]43384339[[package]]4340name = "libp2p-metrics"4341version = "0.10.0"4342source = "registry+https://github.com/rust-lang/crates.io-index"4343checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4344dependencies = [4345 "libp2p-core",4346 "libp2p-identify",4347 "libp2p-kad",4348 "libp2p-ping",4349 "libp2p-swarm",4350 "prometheus-client",4351]43524353[[package]]4354name = "libp2p-mplex"4355version = "0.37.0"4356source = "registry+https://github.com/rust-lang/crates.io-index"4357checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4358dependencies = [4359 "asynchronous-codec",4360 "bytes",4361 "futures 0.3.25",4362 "libp2p-core",4363 "log",4364 "nohash-hasher",4365 "parking_lot 0.12.1",4366 "rand 0.8.5",4367 "smallvec",4368 "unsigned-varint",4369]43704371[[package]]4372name = "libp2p-noise"4373version = "0.40.0"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4376dependencies = [4377 "bytes",4378 "curve25519-dalek 3.2.0",4379 "futures 0.3.25",4380 "lazy_static",4381 "libp2p-core",4382 "log",4383 "prost",4384 "prost-build",4385 "rand 0.8.5",4386 "sha2 0.10.6",4387 "snow",4388 "static_assertions",4389 "x25519-dalek",4390 "zeroize",4391]43924393[[package]]4394name = "libp2p-ping"4395version = "0.40.1"4396source = "registry+https://github.com/rust-lang/crates.io-index"4397checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4398dependencies = [4399 "futures 0.3.25",4400 "futures-timer",4401 "instant",4402 "libp2p-core",4403 "libp2p-swarm",4404 "log",4405 "rand 0.8.5",4406 "void",4407]44084409[[package]]4410name = "libp2p-request-response"4411version = "0.22.1"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4414dependencies = [4415 "async-trait",4416 "bytes",4417 "futures 0.3.25",4418 "instant",4419 "libp2p-core",4420 "libp2p-swarm",4421 "log",4422 "rand 0.8.5",4423 "smallvec",4424 "unsigned-varint",4425]44264427[[package]]4428name = "libp2p-swarm"4429version = "0.40.1"4430source = "registry+https://github.com/rust-lang/crates.io-index"4431checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4432dependencies = [4433 "either",4434 "fnv",4435 "futures 0.3.25",4436 "futures-timer",4437 "instant",4438 "libp2p-core",4439 "log",4440 "pin-project",4441 "rand 0.8.5",4442 "smallvec",4443 "thiserror",4444 "void",4445]44464447[[package]]4448name = "libp2p-swarm-derive"4449version = "0.30.1"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4452dependencies = [4453 "heck",4454 "quote",4455 "syn",4456]44574458[[package]]4459name = "libp2p-tcp"4460version = "0.37.0"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4463dependencies = [4464 "futures 0.3.25",4465 "futures-timer",4466 "if-watch",4467 "libc",4468 "libp2p-core",4469 "log",4470 "socket2",4471 "tokio",4472]44734474[[package]]4475name = "libp2p-wasm-ext"4476version = "0.37.0"4477source = "registry+https://github.com/rust-lang/crates.io-index"4478checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4479dependencies = [4480 "futures 0.3.25",4481 "js-sys",4482 "libp2p-core",4483 "parity-send-wrapper",4484 "wasm-bindgen",4485 "wasm-bindgen-futures",4486]44874488[[package]]4489name = "libp2p-websocket"4490version = "0.39.0"4491source = "registry+https://github.com/rust-lang/crates.io-index"4492checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4493dependencies = [4494 "either",4495 "futures 0.3.25",4496 "futures-rustls",4497 "libp2p-core",4498 "log",4499 "parking_lot 0.12.1",4500 "quicksink",4501 "rw-stream-sink",4502 "soketto",4503 "url",4504 "webpki-roots",4505]45064507[[package]]4508name = "libp2p-yamux"4509version = "0.41.1"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4512dependencies = [4513 "futures 0.3.25",4514 "libp2p-core",4515 "log",4516 "parking_lot 0.12.1",4517 "thiserror",4518 "yamux",4519]45204521[[package]]4522name = "librocksdb-sys"4523version = "0.8.0+7.4.4"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4526dependencies = [4527 "bindgen",4528 "bzip2-sys",4529 "cc",4530 "glob",4531 "libc",4532 "libz-sys",4533 "tikv-jemalloc-sys",4534]45354536[[package]]4537name = "libsecp256k1"4538version = "0.7.1"4539source = "registry+https://github.com/rust-lang/crates.io-index"4540checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4541dependencies = [4542 "arrayref",4543 "base64",4544 "digest 0.9.0",4545 "hmac-drbg",4546 "libsecp256k1-core",4547 "libsecp256k1-gen-ecmult",4548 "libsecp256k1-gen-genmult",4549 "rand 0.8.5",4550 "serde",4551 "sha2 0.9.9",4552 "typenum",4553]45544555[[package]]4556name = "libsecp256k1-core"4557version = "0.3.0"4558source = "registry+https://github.com/rust-lang/crates.io-index"4559checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4560dependencies = [4561 "crunchy",4562 "digest 0.9.0",4563 "subtle",4564]45654566[[package]]4567name = "libsecp256k1-gen-ecmult"4568version = "0.3.0"4569source = "registry+https://github.com/rust-lang/crates.io-index"4570checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4571dependencies = [4572 "libsecp256k1-core",4573]45744575[[package]]4576name = "libsecp256k1-gen-genmult"4577version = "0.3.0"4578source = "registry+https://github.com/rust-lang/crates.io-index"4579checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4580dependencies = [4581 "libsecp256k1-core",4582]45834584[[package]]4585name = "libz-sys"4586version = "1.1.8"4587source = "registry+https://github.com/rust-lang/crates.io-index"4588checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4589dependencies = [4590 "cc",4591 "pkg-config",4592 "vcpkg",4593]45944595[[package]]4596name = "link-cplusplus"4597version = "1.0.8"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"4600dependencies = [4601 "cc",4602]46034604[[package]]4605name = "linked-hash-map"4606version = "0.5.6"4607source = "registry+https://github.com/rust-lang/crates.io-index"4608checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46094610[[package]]4611name = "linked_hash_set"4612version = "0.1.4"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4615dependencies = [4616 "linked-hash-map",4617]46184619[[package]]4620name = "linregress"4621version = "0.4.4"4622source = "registry+https://github.com/rust-lang/crates.io-index"4623checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4624dependencies = [4625 "nalgebra",4626 "statrs",4627]46284629[[package]]4630name = "linux-raw-sys"4631version = "0.0.46"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46344635[[package]]4636name = "linux-raw-sys"4637version = "0.1.4"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"46404641[[package]]4642name = "lock_api"4643version = "0.4.9"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4646dependencies = [4647 "autocfg",4648 "scopeguard",4649]46504651[[package]]4652name = "log"4653version = "0.4.17"4654source = "registry+https://github.com/rust-lang/crates.io-index"4655checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4656dependencies = [4657 "cfg-if",4658 "value-bag",4659]46604661[[package]]4662name = "logtest"4663version = "2.0.0"4664source = "registry+https://github.com/rust-lang/crates.io-index"4665checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4666dependencies = [4667 "lazy_static",4668 "log",4669]46704671[[package]]4672name = "lru"4673version = "0.8.1"4674source = "registry+https://github.com/rust-lang/crates.io-index"4675checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4676dependencies = [4677 "hashbrown",4678]46794680[[package]]4681name = "lru-cache"4682version = "0.1.2"4683source = "registry+https://github.com/rust-lang/crates.io-index"4684checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4685dependencies = [4686 "linked-hash-map",4687]46884689[[package]]4690name = "lz4"4691version = "1.24.0"4692source = "registry+https://github.com/rust-lang/crates.io-index"4693checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4694dependencies = [4695 "libc",4696 "lz4-sys",4697]46984699[[package]]4700name = "lz4-sys"4701version = "1.9.4"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4704dependencies = [4705 "cc",4706 "libc",4707]47084709[[package]]4710name = "mach"4711version = "0.3.2"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4714dependencies = [4715 "libc",4716]47174718[[package]]4719name = "match_cfg"4720version = "0.1.0"4721source = "registry+https://github.com/rust-lang/crates.io-index"4722checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47234724[[package]]4725name = "matchers"4726version = "0.0.1"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4729dependencies = [4730 "regex-automata",4731]47324733[[package]]4734name = "matches"4735version = "0.1.9"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47384739[[package]]4740name = "matrixmultiply"4741version = "0.3.2"4742source = "registry+https://github.com/rust-lang/crates.io-index"4743checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4744dependencies = [4745 "rawpointer",4746]47474748[[package]]4749name = "memchr"4750version = "2.5.0"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47534754[[package]]4755name = "memfd"4756version = "0.6.2"4757source = "registry+https://github.com/rust-lang/crates.io-index"4758checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4759dependencies = [4760 "rustix 0.36.5",4761]47624763[[package]]4764name = "memmap2"4765version = "0.5.8"4766source = "registry+https://github.com/rust-lang/crates.io-index"4767checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"4768dependencies = [4769 "libc",4770]47714772[[package]]4773name = "memoffset"4774version = "0.6.5"4775source = "registry+https://github.com/rust-lang/crates.io-index"4776checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4777dependencies = [4778 "autocfg",4779]47804781[[package]]4782name = "memoffset"4783version = "0.7.1"4784source = "registry+https://github.com/rust-lang/crates.io-index"4785checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"4786dependencies = [4787 "autocfg",4788]47894790[[package]]4791name = "memory-db"4792version = "0.31.0"4793source = "registry+https://github.com/rust-lang/crates.io-index"4794checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66"4795dependencies = [4796 "hash-db",4797 "hashbrown",4798]47994800[[package]]4801name = "memory_units"4802version = "0.4.0"4803source = "registry+https://github.com/rust-lang/crates.io-index"4804checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"48054806[[package]]4807name = "merlin"4808version = "2.0.1"4809source = "registry+https://github.com/rust-lang/crates.io-index"4810checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4811dependencies = [4812 "byteorder",4813 "keccak",4814 "rand_core 0.5.1",4815 "zeroize",4816]48174818[[package]]4819name = "mick-jaeger"4820version = "0.1.8"4821source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4823dependencies = [4824 "futures 0.3.25",4825 "rand 0.8.5",4826 "thrift",4827]48284829[[package]]4830name = "minimal-lexical"4831version = "0.2.1"4832source = "registry+https://github.com/rust-lang/crates.io-index"4833checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48344835[[package]]4836name = "miniz_oxide"4837version = "0.6.2"4838source = "registry+https://github.com/rust-lang/crates.io-index"4839checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4840dependencies = [4841 "adler",4842]48434844[[package]]4845name = "mio"4846version = "0.8.5"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4849dependencies = [4850 "libc",4851 "log",4852 "wasi 0.11.0+wasi-snapshot-preview1",4853 "windows-sys 0.42.0",4854]48554856[[package]]4857name = "mmr-gadget"4858version = "4.0.0-dev"4859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4860dependencies = [4861 "futures 0.3.25",4862 "log",4863 "parity-scale-codec 3.2.1",4864 "sc-client-api",4865 "sc-offchain",4866 "sp-api",4867 "sp-beefy",4868 "sp-blockchain",4869 "sp-consensus",4870 "sp-core",4871 "sp-io",4872 "sp-mmr-primitives",4873 "sp-runtime",4874]48754876[[package]]4877name = "mmr-rpc"4878version = "4.0.0-dev"4879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4880dependencies = [4881 "anyhow",4882 "jsonrpsee",4883 "parity-scale-codec 3.2.1",4884 "serde",4885 "sp-api",4886 "sp-blockchain",4887 "sp-core",4888 "sp-mmr-primitives",4889 "sp-runtime",4890]48914892[[package]]4893name = "mockall"4894version = "0.11.3"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"4897dependencies = [4898 "cfg-if",4899 "downcast",4900 "fragile",4901 "lazy_static",4902 "mockall_derive",4903 "predicates",4904 "predicates-tree",4905]49064907[[package]]4908name = "mockall_derive"4909version = "0.11.3"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"4912dependencies = [4913 "cfg-if",4914 "proc-macro2",4915 "quote",4916 "syn",4917]49184919[[package]]4920name = "multiaddr"4921version = "0.14.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4924dependencies = [4925 "arrayref",4926 "bs58",4927 "byteorder",4928 "data-encoding",4929 "multihash",4930 "percent-encoding",4931 "serde",4932 "static_assertions",4933 "unsigned-varint",4934 "url",4935]49364937[[package]]4938name = "multibase"4939version = "0.9.1"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4942dependencies = [4943 "base-x",4944 "data-encoding",4945 "data-encoding-macro",4946]49474948[[package]]4949name = "multihash"4950version = "0.16.3"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4953dependencies = [4954 "blake2b_simd",4955 "blake2s_simd",4956 "blake3",4957 "core2",4958 "digest 0.10.6",4959 "multihash-derive",4960 "sha2 0.10.6",4961 "sha3 0.10.6",4962 "unsigned-varint",4963]49644965[[package]]4966name = "multihash-derive"4967version = "0.8.0"4968source = "registry+https://github.com/rust-lang/crates.io-index"4969checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4970dependencies = [4971 "proc-macro-crate",4972 "proc-macro-error",4973 "proc-macro2",4974 "quote",4975 "syn",4976 "synstructure",4977]49784979[[package]]4980name = "multimap"4981version = "0.8.3"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49844985[[package]]4986name = "multistream-select"4987version = "0.12.1"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4990dependencies = [4991 "bytes",4992 "futures 0.3.25",4993 "log",4994 "pin-project",4995 "smallvec",4996 "unsigned-varint",4997]49984999[[package]]5000name = "nalgebra"5001version = "0.27.1"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5004dependencies = [5005 "approx",5006 "matrixmultiply",5007 "nalgebra-macros",5008 "num-complex",5009 "num-rational",5010 "num-traits",5011 "rand 0.8.5",5012 "rand_distr",5013 "simba",5014 "typenum",5015]50165017[[package]]5018name = "nalgebra-macros"5019version = "0.1.0"5020source = "registry+https://github.com/rust-lang/crates.io-index"5021checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5022dependencies = [5023 "proc-macro2",5024 "quote",5025 "syn",5026]50275028[[package]]5029name = "names"5030version = "0.13.0"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5033dependencies = [5034 "rand 0.8.5",5035]50365037[[package]]5038name = "nanorand"5039version = "0.7.0"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50425043[[package]]5044name = "netlink-packet-core"5045version = "0.4.2"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5048dependencies = [5049 "anyhow",5050 "byteorder",5051 "libc",5052 "netlink-packet-utils",5053]50545055[[package]]5056name = "netlink-packet-route"5057version = "0.12.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5060dependencies = [5061 "anyhow",5062 "bitflags",5063 "byteorder",5064 "libc",5065 "netlink-packet-core",5066 "netlink-packet-utils",5067]50685069[[package]]5070name = "netlink-packet-utils"5071version = "0.5.1"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5074dependencies = [5075 "anyhow",5076 "byteorder",5077 "paste",5078 "thiserror",5079]50805081[[package]]5082name = "netlink-proto"5083version = "0.10.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5086dependencies = [5087 "bytes",5088 "futures 0.3.25",5089 "log",5090 "netlink-packet-core",5091 "netlink-sys",5092 "thiserror",5093 "tokio",5094]50955096[[package]]5097name = "netlink-sys"5098version = "0.8.3"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5101dependencies = [5102 "async-io",5103 "bytes",5104 "futures 0.3.25",5105 "libc",5106 "log",5107]51085109[[package]]5110name = "nix"5111version = "0.24.3"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5114dependencies = [5115 "bitflags",5116 "cfg-if",5117 "libc",5118]51195120[[package]]5121name = "nohash-hasher"5122version = "0.2.0"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51255126[[package]]5127name = "nom"5128version = "7.1.1"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5131dependencies = [5132 "memchr",5133 "minimal-lexical",5134]51355136[[package]]5137name = "normalize-line-endings"5138version = "0.3.0"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51415142[[package]]5143name = "nu-ansi-term"5144version = "0.46.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"5147dependencies = [5148 "overload",5149 "winapi",5150]51515152[[package]]5153name = "num-bigint"5154version = "0.4.3"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5157dependencies = [5158 "autocfg",5159 "num-integer",5160 "num-traits",5161]51625163[[package]]5164name = "num-complex"5165version = "0.4.2"5166source = "registry+https://github.com/rust-lang/crates.io-index"5167checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5168dependencies = [5169 "num-traits",5170]51715172[[package]]5173name = "num-format"5174version = "0.4.4"5175source = "registry+https://github.com/rust-lang/crates.io-index"5176checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5177dependencies = [5178 "arrayvec 0.7.2",5179 "itoa",5180]51815182[[package]]5183name = "num-integer"5184version = "0.1.45"5185source = "registry+https://github.com/rust-lang/crates.io-index"5186checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5187dependencies = [5188 "autocfg",5189 "num-traits",5190]51915192[[package]]5193name = "num-rational"5194version = "0.4.1"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5197dependencies = [5198 "autocfg",5199 "num-bigint",5200 "num-integer",5201 "num-traits",5202]52035204[[package]]5205name = "num-traits"5206version = "0.2.15"5207source = "registry+https://github.com/rust-lang/crates.io-index"5208checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5209dependencies = [5210 "autocfg",5211 "libm 0.2.6",5212]52135214[[package]]5215name = "num_cpus"5216version = "1.15.0"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"5219dependencies = [5220 "hermit-abi 0.2.6",5221 "libc",5222]52235224[[package]]5225name = "num_enum"5226version = "0.5.7"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5229dependencies = [5230 "num_enum_derive",5231]52325233[[package]]5234name = "num_enum_derive"5235version = "0.5.7"5236source = "registry+https://github.com/rust-lang/crates.io-index"5237checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5238dependencies = [5239 "proc-macro-crate",5240 "proc-macro2",5241 "quote",5242 "syn",5243]52445245[[package]]5246name = "object"5247version = "0.29.0"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5250dependencies = [5251 "crc32fast",5252 "hashbrown",5253 "indexmap",5254 "memchr",5255]52565257[[package]]5258name = "object"5259version = "0.30.0"5260source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"5262dependencies = [5263 "memchr",5264]52655266[[package]]5267name = "once_cell"5268version = "1.16.0"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"52715272[[package]]5273name = "opal-runtime"5274version = "0.9.36"5275dependencies = [5276 "app-promotion-rpc",5277 "cumulus-pallet-aura-ext",5278 "cumulus-pallet-dmp-queue",5279 "cumulus-pallet-parachain-system",5280 "cumulus-pallet-xcm",5281 "cumulus-pallet-xcmp-queue",5282 "cumulus-primitives-core",5283 "cumulus-primitives-timestamp",5284 "cumulus-primitives-utility",5285 "derivative",5286 "evm-coder",5287 "fp-evm",5288 "fp-evm-mapping",5289 "fp-rpc",5290 "fp-self-contained",5291 "frame-benchmarking",5292 "frame-executive",5293 "frame-support",5294 "frame-system",5295 "frame-system-benchmarking",5296 "frame-system-rpc-runtime-api",5297 "frame-try-runtime",5298 "hex-literal",5299 "impl-trait-for-tuples",5300 "log",5301 "logtest",5302 "num_enum",5303 "orml-tokens",5304 "orml-traits",5305 "orml-vesting",5306 "orml-xtokens",5307 "pallet-app-promotion",5308 "pallet-aura",5309 "pallet-authorship",5310 "pallet-balances",5311 "pallet-base-fee",5312 "pallet-collator-selection",5313 "pallet-common",5314 "pallet-configuration",5315 "pallet-ethereum",5316 "pallet-evm",5317 "pallet-evm-coder-substrate",5318 "pallet-evm-contract-helpers",5319 "pallet-evm-migration",5320 "pallet-evm-precompile-simple",5321 "pallet-evm-transaction-payment",5322 "pallet-foreign-assets",5323 "pallet-fungible",5324 "pallet-identity 4.0.0-dev",5325 "pallet-inflation",5326 "pallet-maintenance",5327 "pallet-nonfungible",5328 "pallet-randomness-collective-flip",5329 "pallet-refungible",5330 "pallet-rmrk-core",5331 "pallet-rmrk-equip",5332 "pallet-session",5333 "pallet-structure",5334 "pallet-sudo",5335 "pallet-template-transaction-payment",5336 "pallet-test-utils",5337 "pallet-timestamp",5338 "pallet-transaction-payment",5339 "pallet-transaction-payment-rpc-runtime-api",5340 "pallet-treasury",5341 "pallet-unique",5342 "pallet-unique-scheduler-v2",5343 "pallet-xcm",5344 "parachain-info",5345 "parity-scale-codec 3.2.1",5346 "polkadot-parachain",5347 "precompile-utils-macro",5348 "rmrk-rpc",5349 "scale-info",5350 "serde",5351 "smallvec",5352 "sp-api",5353 "sp-arithmetic",5354 "sp-block-builder",5355 "sp-consensus-aura",5356 "sp-core",5357 "sp-inherents",5358 "sp-io",5359 "sp-offchain",5360 "sp-runtime",5361 "sp-session",5362 "sp-std",5363 "sp-transaction-pool",5364 "sp-version",5365 "substrate-wasm-builder",5366 "up-common",5367 "up-data-structs",5368 "up-pov-estimate-rpc",5369 "up-rpc",5370 "up-sponsorship",5371 "xcm",5372 "xcm-builder",5373 "xcm-executor",5374]53755376[[package]]5377name = "opaque-debug"5378version = "0.2.3"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53815382[[package]]5383name = "opaque-debug"5384version = "0.3.0"5385source = "registry+https://github.com/rust-lang/crates.io-index"5386checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53875388[[package]]5389name = "openssl-probe"5390version = "0.1.5"5391source = "registry+https://github.com/rust-lang/crates.io-index"5392checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53935394[[package]]5395name = "orchestra"5396version = "0.0.2"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5399dependencies = [5400 "async-trait",5401 "dyn-clonable",5402 "futures 0.3.25",5403 "futures-timer",5404 "orchestra-proc-macro",5405 "pin-project",5406 "prioritized-metered-channel",5407 "thiserror",5408 "tracing",5409]54105411[[package]]5412name = "orchestra-proc-macro"5413version = "0.0.2"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5416dependencies = [5417 "expander 0.0.6",5418 "itertools",5419 "petgraph",5420 "proc-macro-crate",5421 "proc-macro2",5422 "quote",5423 "syn",5424]54255426[[package]]5427name = "ordered-float"5428version = "1.1.1"5429source = "registry+https://github.com/rust-lang/crates.io-index"5430checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5431dependencies = [5432 "num-traits",5433]54345435[[package]]5436name = "orml-tokens"5437version = "0.4.1-dev"5438source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5439dependencies = [5440 "frame-support",5441 "frame-system",5442 "orml-traits",5443 "parity-scale-codec 3.2.1",5444 "scale-info",5445 "serde",5446 "sp-runtime",5447 "sp-std",5448]54495450[[package]]5451name = "orml-traits"5452version = "0.4.1-dev"5453source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5454dependencies = [5455 "frame-support",5456 "impl-trait-for-tuples",5457 "num-traits",5458 "orml-utilities",5459 "parity-scale-codec 3.2.1",5460 "scale-info",5461 "serde",5462 "sp-io",5463 "sp-runtime",5464 "sp-std",5465 "xcm",5466]54675468[[package]]5469name = "orml-utilities"5470version = "0.4.1-dev"5471source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5472dependencies = [5473 "frame-support",5474 "parity-scale-codec 3.2.1",5475 "scale-info",5476 "serde",5477 "sp-io",5478 "sp-runtime",5479 "sp-std",5480]54815482[[package]]5483name = "orml-vesting"5484version = "0.4.1-dev"5485source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5486dependencies = [5487 "frame-support",5488 "frame-system",5489 "parity-scale-codec 3.2.1",5490 "scale-info",5491 "serde",5492 "sp-io",5493 "sp-runtime",5494 "sp-std",5495]54965497[[package]]5498name = "orml-xcm-support"5499version = "0.4.1-dev"5500source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5501dependencies = [5502 "frame-support",5503 "orml-traits",5504 "parity-scale-codec 3.2.1",5505 "sp-runtime",5506 "sp-std",5507 "xcm",5508 "xcm-executor",5509]55105511[[package]]5512name = "orml-xtokens"5513version = "0.4.1-dev"5514source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5515dependencies = [5516 "cumulus-primitives-core",5517 "frame-support",5518 "frame-system",5519 "orml-traits",5520 "orml-xcm-support",5521 "pallet-xcm",5522 "parity-scale-codec 3.2.1",5523 "scale-info",5524 "serde",5525 "sp-io",5526 "sp-runtime",5527 "sp-std",5528 "xcm",5529 "xcm-executor",5530]55315532[[package]]5533name = "os_str_bytes"5534version = "6.4.1"5535source = "registry+https://github.com/rust-lang/crates.io-index"5536checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55375538[[package]]5539name = "overload"5540version = "0.1.1"5541source = "registry+https://github.com/rust-lang/crates.io-index"5542checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"55435544[[package]]5545name = "packed_simd_2"5546version = "0.3.8"5547source = "registry+https://github.com/rust-lang/crates.io-index"5548checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"5549dependencies = [5550 "cfg-if",5551 "libm 0.1.4",5552]55535554[[package]]5555name = "pallet-app-promotion"5556version = "0.1.3"5557dependencies = [5558 "frame-benchmarking",5559 "frame-support",5560 "frame-system",5561 "pallet-balances",5562 "pallet-common",5563 "pallet-configuration",5564 "pallet-evm",5565 "pallet-evm-contract-helpers",5566 "pallet-evm-migration",5567 "pallet-randomness-collective-flip",5568 "pallet-timestamp",5569 "pallet-unique",5570 "parity-scale-codec 3.2.1",5571 "scale-info",5572 "serde",5573 "sp-core",5574 "sp-io",5575 "sp-runtime",5576 "sp-std",5577 "up-data-structs",5578]55795580[[package]]5581name = "pallet-aura"5582version = "4.0.0-dev"5583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5584dependencies = [5585 "frame-support",5586 "frame-system",5587 "pallet-timestamp",5588 "parity-scale-codec 3.2.1",5589 "scale-info",5590 "sp-application-crypto",5591 "sp-consensus-aura",5592 "sp-runtime",5593 "sp-std",5594]55955596[[package]]5597name = "pallet-authority-discovery"5598version = "4.0.0-dev"5599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5600dependencies = [5601 "frame-support",5602 "frame-system",5603 "pallet-session",5604 "parity-scale-codec 3.2.1",5605 "scale-info",5606 "sp-application-crypto",5607 "sp-authority-discovery",5608 "sp-runtime",5609 "sp-std",5610]56115612[[package]]5613name = "pallet-authorship"5614version = "4.0.0-dev"5615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5616dependencies = [5617 "frame-support",5618 "frame-system",5619 "impl-trait-for-tuples",5620 "parity-scale-codec 3.2.1",5621 "scale-info",5622 "sp-authorship",5623 "sp-runtime",5624 "sp-std",5625]56265627[[package]]5628name = "pallet-babe"5629version = "4.0.0-dev"5630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5631dependencies = [5632 "frame-benchmarking",5633 "frame-support",5634 "frame-system",5635 "log",5636 "pallet-authorship",5637 "pallet-session",5638 "pallet-timestamp",5639 "parity-scale-codec 3.2.1",5640 "scale-info",5641 "sp-application-crypto",5642 "sp-consensus-babe",5643 "sp-consensus-vrf",5644 "sp-io",5645 "sp-runtime",5646 "sp-session",5647 "sp-staking",5648 "sp-std",5649]56505651[[package]]5652name = "pallet-bags-list"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5655dependencies = [5656 "frame-benchmarking",5657 "frame-election-provider-support",5658 "frame-support",5659 "frame-system",5660 "log",5661 "pallet-balances",5662 "parity-scale-codec 3.2.1",5663 "scale-info",5664 "sp-core",5665 "sp-io",5666 "sp-runtime",5667 "sp-std",5668 "sp-tracing",5669]56705671[[package]]5672name = "pallet-balances"5673version = "4.0.0-dev"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5675dependencies = [5676 "frame-benchmarking",5677 "frame-support",5678 "frame-system",5679 "log",5680 "parity-scale-codec 3.2.1",5681 "scale-info",5682 "sp-runtime",5683 "sp-std",5684]56855686[[package]]5687name = "pallet-base-fee"5688version = "1.0.0"5689source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5690dependencies = [5691 "fp-evm",5692 "frame-support",5693 "frame-system",5694 "parity-scale-codec 3.2.1",5695 "scale-info",5696 "serde",5697 "sp-core",5698 "sp-runtime",5699]57005701[[package]]5702name = "pallet-beefy"5703version = "4.0.0-dev"5704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5705dependencies = [5706 "frame-support",5707 "frame-system",5708 "pallet-session",5709 "parity-scale-codec 3.2.1",5710 "scale-info",5711 "serde",5712 "sp-beefy",5713 "sp-runtime",5714 "sp-std",5715]57165717[[package]]5718name = "pallet-beefy-mmr"5719version = "4.0.0-dev"5720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5721dependencies = [5722 "array-bytes 4.2.0",5723 "beefy-merkle-tree",5724 "frame-support",5725 "frame-system",5726 "log",5727 "pallet-beefy",5728 "pallet-mmr",5729 "pallet-session",5730 "parity-scale-codec 3.2.1",5731 "scale-info",5732 "serde",5733 "sp-beefy",5734 "sp-core",5735 "sp-io",5736 "sp-runtime",5737 "sp-std",5738]57395740[[package]]5741name = "pallet-bounties"5742version = "4.0.0-dev"5743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5744dependencies = [5745 "frame-benchmarking",5746 "frame-support",5747 "frame-system",5748 "log",5749 "pallet-treasury",5750 "parity-scale-codec 3.2.1",5751 "scale-info",5752 "sp-core",5753 "sp-io",5754 "sp-runtime",5755 "sp-std",5756]57575758[[package]]5759name = "pallet-child-bounties"5760version = "4.0.0-dev"5761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5762dependencies = [5763 "frame-benchmarking",5764 "frame-support",5765 "frame-system",5766 "log",5767 "pallet-bounties",5768 "pallet-treasury",5769 "parity-scale-codec 3.2.1",5770 "scale-info",5771 "sp-core",5772 "sp-io",5773 "sp-runtime",5774 "sp-std",5775]57765777[[package]]5778name = "pallet-collator-selection"5779version = "4.0.0"5780dependencies = [5781 "frame-benchmarking",5782 "frame-support",5783 "frame-system",5784 "log",5785 "pallet-aura",5786 "pallet-authorship",5787 "pallet-balances",5788 "pallet-configuration",5789 "pallet-session",5790 "pallet-timestamp",5791 "parity-scale-codec 3.2.1",5792 "rand 0.8.5",5793 "scale-info",5794 "serde",5795 "sp-consensus-aura",5796 "sp-core",5797 "sp-io",5798 "sp-runtime",5799 "sp-staking",5800 "sp-std",5801 "sp-tracing",5802]58035804[[package]]5805name = "pallet-collective"5806version = "4.0.0-dev"5807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5808dependencies = [5809 "frame-benchmarking",5810 "frame-support",5811 "frame-system",5812 "log",5813 "parity-scale-codec 3.2.1",5814 "scale-info",5815 "sp-core",5816 "sp-io",5817 "sp-runtime",5818 "sp-std",5819]58205821[[package]]5822name = "pallet-common"5823version = "0.1.12"5824dependencies = [5825 "ethereum 0.14.0",5826 "evm-coder",5827 "fp-evm-mapping",5828 "frame-benchmarking",5829 "frame-support",5830 "frame-system",5831 "pallet-evm",5832 "pallet-evm-coder-substrate",5833 "parity-scale-codec 3.2.1",5834 "scale-info",5835 "serde",5836 "sp-core",5837 "sp-runtime",5838 "sp-std",5839 "up-data-structs",5840 "up-pov-estimate-rpc",5841]58425843[[package]]5844name = "pallet-configuration"5845version = "0.1.3"5846dependencies = [5847 "fp-evm",5848 "frame-benchmarking",5849 "frame-support",5850 "frame-system",5851 "parity-scale-codec 3.2.1",5852 "scale-info",5853 "smallvec",5854 "sp-arithmetic",5855 "sp-core",5856 "sp-runtime",5857 "sp-std",5858 "xcm",5859]58605861[[package]]5862name = "pallet-conviction-voting"5863version = "4.0.0-dev"5864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5865dependencies = [5866 "assert_matches",5867 "frame-benchmarking",5868 "frame-support",5869 "frame-system",5870 "parity-scale-codec 3.2.1",5871 "scale-info",5872 "serde",5873 "sp-io",5874 "sp-runtime",5875 "sp-std",5876]58775878[[package]]5879name = "pallet-democracy"5880version = "4.0.0-dev"5881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5882dependencies = [5883 "frame-benchmarking",5884 "frame-support",5885 "frame-system",5886 "log",5887 "parity-scale-codec 3.2.1",5888 "scale-info",5889 "serde",5890 "sp-core",5891 "sp-io",5892 "sp-runtime",5893 "sp-std",5894]58955896[[package]]5897name = "pallet-election-provider-multi-phase"5898version = "4.0.0-dev"5899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5900dependencies = [5901 "frame-benchmarking",5902 "frame-election-provider-support",5903 "frame-support",5904 "frame-system",5905 "log",5906 "pallet-election-provider-support-benchmarking",5907 "parity-scale-codec 3.2.1",5908 "rand 0.7.3",5909 "scale-info",5910 "sp-arithmetic",5911 "sp-core",5912 "sp-io",5913 "sp-npos-elections",5914 "sp-runtime",5915 "sp-std",5916 "static_assertions",5917 "strum",5918]59195920[[package]]5921name = "pallet-election-provider-support-benchmarking"5922version = "4.0.0-dev"5923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5924dependencies = [5925 "frame-benchmarking",5926 "frame-election-provider-support",5927 "frame-system",5928 "parity-scale-codec 3.2.1",5929 "sp-npos-elections",5930 "sp-runtime",5931]59325933[[package]]5934name = "pallet-elections-phragmen"5935version = "5.0.0-dev"5936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5937dependencies = [5938 "frame-benchmarking",5939 "frame-support",5940 "frame-system",5941 "log",5942 "parity-scale-codec 3.2.1",5943 "scale-info",5944 "sp-core",5945 "sp-io",5946 "sp-npos-elections",5947 "sp-runtime",5948 "sp-std",5949]59505951[[package]]5952name = "pallet-ethereum"5953version = "4.0.0-dev"5954source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5955dependencies = [5956 "ethereum 0.14.0",5957 "ethereum-types 0.14.1",5958 "evm",5959 "fp-consensus",5960 "fp-ethereum",5961 "fp-evm",5962 "fp-evm-mapping",5963 "fp-rpc",5964 "fp-self-contained",5965 "fp-storage",5966 "frame-support",5967 "frame-system",5968 "pallet-evm",5969 "pallet-timestamp",5970 "parity-scale-codec 3.2.1",5971 "rlp",5972 "scale-info",5973 "serde",5974 "sp-io",5975 "sp-runtime",5976 "sp-std",5977]59785979[[package]]5980name = "pallet-evm"5981version = "6.0.0-dev"5982source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5983dependencies = [5984 "environmental",5985 "evm",5986 "fp-evm",5987 "fp-evm-mapping",5988 "frame-benchmarking",5989 "frame-support",5990 "frame-system",5991 "hex",5992 "impl-trait-for-tuples",5993 "log",5994 "pallet-timestamp",5995 "parity-scale-codec 3.2.1",5996 "primitive-types 0.12.1",5997 "rlp",5998 "scale-info",5999 "serde",6000 "sp-core",6001 "sp-io",6002 "sp-runtime",6003 "sp-std",6004]60056006[[package]]6007name = "pallet-evm-coder-substrate"6008version = "0.1.3"6009dependencies = [6010 "ethereum 0.14.0",6011 "evm-coder",6012 "frame-benchmarking",6013 "frame-support",6014 "frame-system",6015 "pallet-ethereum",6016 "pallet-evm",6017 "parity-scale-codec 3.2.1",6018 "scale-info",6019 "sp-core",6020 "sp-std",6021 "up-data-structs",6022]60236024[[package]]6025name = "pallet-evm-contract-helpers"6026version = "0.3.0"6027dependencies = [6028 "ethereum 0.14.0",6029 "evm-coder",6030 "fp-evm-mapping",6031 "frame-support",6032 "frame-system",6033 "log",6034 "pallet-common",6035 "pallet-evm",6036 "pallet-evm-coder-substrate",6037 "pallet-evm-transaction-payment",6038 "parity-scale-codec 3.2.1",6039 "scale-info",6040 "sp-core",6041 "sp-runtime",6042 "sp-std",6043 "up-data-structs",6044 "up-sponsorship",6045]60466047[[package]]6048name = "pallet-evm-migration"6049version = "0.1.1"6050dependencies = [6051 "ethereum 0.14.0",6052 "fp-evm",6053 "frame-benchmarking",6054 "frame-support",6055 "frame-system",6056 "pallet-evm",6057 "parity-scale-codec 3.2.1",6058 "scale-info",6059 "sp-core",6060 "sp-io",6061 "sp-runtime",6062 "sp-std",6063]60646065[[package]]6066name = "pallet-evm-precompile-simple"6067version = "2.0.0-dev"6068source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"6069dependencies = [6070 "fp-evm",6071 "ripemd",6072 "sp-io",6073]60746075[[package]]6076name = "pallet-evm-transaction-payment"6077version = "0.1.1"6078dependencies = [6079 "fp-evm",6080 "fp-evm-mapping",6081 "frame-support",6082 "frame-system",6083 "pallet-ethereum",6084 "pallet-evm",6085 "parity-scale-codec 3.2.1",6086 "scale-info",6087 "sp-core",6088 "sp-io",6089 "sp-runtime",6090 "sp-std",6091 "up-sponsorship",6092]60936094[[package]]6095name = "pallet-fast-unstake"6096version = "4.0.0-dev"6097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6098dependencies = [6099 "frame-benchmarking",6100 "frame-election-provider-support",6101 "frame-support",6102 "frame-system",6103 "log",6104 "parity-scale-codec 3.2.1",6105 "scale-info",6106 "sp-io",6107 "sp-runtime",6108 "sp-staking",6109 "sp-std",6110]61116112[[package]]6113name = "pallet-foreign-assets"6114version = "0.1.0"6115dependencies = [6116 "frame-benchmarking",6117 "frame-support",6118 "frame-system",6119 "hex",6120 "log",6121 "orml-tokens",6122 "pallet-balances",6123 "pallet-common",6124 "pallet-fungible",6125 "pallet-timestamp",6126 "parity-scale-codec 3.2.1",6127 "scale-info",6128 "serde",6129 "serde_json",6130 "sp-core",6131 "sp-io",6132 "sp-runtime",6133 "sp-std",6134 "up-data-structs",6135 "xcm",6136 "xcm-builder",6137 "xcm-executor",6138]61396140[[package]]6141name = "pallet-fungible"6142version = "0.1.9"6143dependencies = [6144 "ethereum 0.14.0",6145 "evm-coder",6146 "frame-benchmarking",6147 "frame-support",6148 "frame-system",6149 "pallet-common",6150 "pallet-evm",6151 "pallet-evm-coder-substrate",6152 "pallet-structure",6153 "parity-scale-codec 3.2.1",6154 "scale-info",6155 "sp-core",6156 "sp-runtime",6157 "sp-std",6158 "up-data-structs",6159]61606161[[package]]6162name = "pallet-grandpa"6163version = "4.0.0-dev"6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6165dependencies = [6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "log",6170 "pallet-authorship",6171 "pallet-session",6172 "parity-scale-codec 3.2.1",6173 "scale-info",6174 "sp-application-crypto",6175 "sp-core",6176 "sp-finality-grandpa",6177 "sp-io",6178 "sp-runtime",6179 "sp-session",6180 "sp-staking",6181 "sp-std",6182]61836184[[package]]6185name = "pallet-identity"6186version = "4.0.0-dev"6187dependencies = [6188 "enumflags2",6189 "frame-benchmarking",6190 "frame-support",6191 "frame-system",6192 "pallet-balances",6193 "parity-scale-codec 3.2.1",6194 "scale-info",6195 "sp-core",6196 "sp-io",6197 "sp-runtime",6198 "sp-std",6199]62006201[[package]]6202name = "pallet-identity"6203version = "4.0.0-dev"6204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6205dependencies = [6206 "enumflags2",6207 "frame-benchmarking",6208 "frame-support",6209 "frame-system",6210 "parity-scale-codec 3.2.1",6211 "scale-info",6212 "sp-io",6213 "sp-runtime",6214 "sp-std",6215]62166217[[package]]6218name = "pallet-im-online"6219version = "4.0.0-dev"6220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6221dependencies = [6222 "frame-benchmarking",6223 "frame-support",6224 "frame-system",6225 "log",6226 "pallet-authorship",6227 "parity-scale-codec 3.2.1",6228 "scale-info",6229 "sp-application-crypto",6230 "sp-core",6231 "sp-io",6232 "sp-runtime",6233 "sp-staking",6234 "sp-std",6235]62366237[[package]]6238name = "pallet-indices"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 "parity-scale-codec 3.2.1",6246 "scale-info",6247 "sp-core",6248 "sp-io",6249 "sp-keyring",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-inflation"6256version = "0.1.1"6257dependencies = [6258 "frame-benchmarking",6259 "frame-support",6260 "frame-system",6261 "pallet-balances",6262 "pallet-randomness-collective-flip",6263 "pallet-timestamp",6264 "parity-scale-codec 3.2.1",6265 "scale-info",6266 "serde",6267 "sp-core",6268 "sp-io",6269 "sp-runtime",6270 "sp-std",6271]62726273[[package]]6274name = "pallet-maintenance"6275version = "0.1.0"6276dependencies = [6277 "frame-benchmarking",6278 "frame-support",6279 "frame-system",6280 "parity-scale-codec 3.2.1",6281 "scale-info",6282 "sp-std",6283]62846285[[package]]6286name = "pallet-membership"6287version = "4.0.0-dev"6288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6289dependencies = [6290 "frame-benchmarking",6291 "frame-support",6292 "frame-system",6293 "log",6294 "parity-scale-codec 3.2.1",6295 "scale-info",6296 "sp-core",6297 "sp-io",6298 "sp-runtime",6299 "sp-std",6300]63016302[[package]]6303name = "pallet-mmr"6304version = "4.0.0-dev"6305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "parity-scale-codec 3.2.1",6311 "scale-info",6312 "sp-core",6313 "sp-io",6314 "sp-mmr-primitives",6315 "sp-runtime",6316 "sp-std",6317]63186319[[package]]6320name = "pallet-multisig"6321version = "4.0.0-dev"6322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6323dependencies = [6324 "frame-benchmarking",6325 "frame-support",6326 "frame-system",6327 "log",6328 "parity-scale-codec 3.2.1",6329 "scale-info",6330 "sp-io",6331 "sp-runtime",6332 "sp-std",6333]63346335[[package]]6336name = "pallet-nis"6337version = "4.0.0-dev"6338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6339dependencies = [6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "parity-scale-codec 3.2.1",6344 "scale-info",6345 "sp-arithmetic",6346 "sp-core",6347 "sp-runtime",6348 "sp-std",6349]63506351[[package]]6352name = "pallet-nomination-pools"6353version = "1.0.0"6354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6355dependencies = [6356 "frame-support",6357 "frame-system",6358 "log",6359 "parity-scale-codec 3.2.1",6360 "scale-info",6361 "sp-core",6362 "sp-io",6363 "sp-runtime",6364 "sp-staking",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-nomination-pools-benchmarking"6370version = "1.0.0"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6372dependencies = [6373 "frame-benchmarking",6374 "frame-election-provider-support",6375 "frame-support",6376 "frame-system",6377 "pallet-bags-list",6378 "pallet-nomination-pools",6379 "pallet-staking",6380 "parity-scale-codec 3.2.1",6381 "scale-info",6382 "sp-runtime",6383 "sp-runtime-interface",6384 "sp-staking",6385 "sp-std",6386]63876388[[package]]6389name = "pallet-nomination-pools-runtime-api"6390version = "1.0.0-dev"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6392dependencies = [6393 "parity-scale-codec 3.2.1",6394 "sp-api",6395 "sp-std",6396]63976398[[package]]6399name = "pallet-nonfungible"6400version = "0.1.12"6401dependencies = [6402 "ethereum 0.14.0",6403 "evm-coder",6404 "frame-benchmarking",6405 "frame-support",6406 "frame-system",6407 "pallet-common",6408 "pallet-evm",6409 "pallet-evm-coder-substrate",6410 "pallet-structure",6411 "parity-scale-codec 3.2.1",6412 "scale-info",6413 "sp-core",6414 "sp-runtime",6415 "sp-std",6416 "struct-versioning",6417 "up-data-structs",6418]64196420[[package]]6421name = "pallet-offences"6422version = "4.0.0-dev"6423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6424dependencies = [6425 "frame-support",6426 "frame-system",6427 "log",6428 "pallet-balances",6429 "parity-scale-codec 3.2.1",6430 "scale-info",6431 "serde",6432 "sp-runtime",6433 "sp-staking",6434 "sp-std",6435]64366437[[package]]6438name = "pallet-offences-benchmarking"6439version = "4.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6441dependencies = [6442 "frame-benchmarking",6443 "frame-election-provider-support",6444 "frame-support",6445 "frame-system",6446 "pallet-babe",6447 "pallet-balances",6448 "pallet-grandpa",6449 "pallet-im-online",6450 "pallet-offences",6451 "pallet-session",6452 "pallet-staking",6453 "parity-scale-codec 3.2.1",6454 "scale-info",6455 "sp-runtime",6456 "sp-staking",6457 "sp-std",6458]64596460[[package]]6461name = "pallet-preimage"6462version = "4.0.0-dev"6463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6464dependencies = [6465 "frame-benchmarking",6466 "frame-support",6467 "frame-system",6468 "log",6469 "parity-scale-codec 3.2.1",6470 "scale-info",6471 "sp-core",6472 "sp-io",6473 "sp-runtime",6474 "sp-std",6475]64766477[[package]]6478name = "pallet-proxy"6479version = "4.0.0-dev"6480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6481dependencies = [6482 "frame-benchmarking",6483 "frame-support",6484 "frame-system",6485 "parity-scale-codec 3.2.1",6486 "scale-info",6487 "sp-io",6488 "sp-runtime",6489 "sp-std",6490]64916492[[package]]6493name = "pallet-randomness-collective-flip"6494version = "4.0.0-dev"6495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6496dependencies = [6497 "frame-support",6498 "frame-system",6499 "parity-scale-codec 3.2.1",6500 "safe-mix",6501 "scale-info",6502 "sp-runtime",6503 "sp-std",6504]65056506[[package]]6507name = "pallet-ranked-collective"6508version = "4.0.0-dev"6509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6510dependencies = [6511 "frame-benchmarking",6512 "frame-support",6513 "frame-system",6514 "log",6515 "parity-scale-codec 3.2.1",6516 "scale-info",6517 "sp-arithmetic",6518 "sp-core",6519 "sp-io",6520 "sp-runtime",6521 "sp-std",6522]65236524[[package]]6525name = "pallet-recovery"6526version = "4.0.0-dev"6527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6528dependencies = [6529 "frame-benchmarking",6530 "frame-support",6531 "frame-system",6532 "parity-scale-codec 3.2.1",6533 "scale-info",6534 "sp-io",6535 "sp-runtime",6536 "sp-std",6537]65386539[[package]]6540name = "pallet-referenda"6541version = "4.0.0-dev"6542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6543dependencies = [6544 "assert_matches",6545 "frame-benchmarking",6546 "frame-support",6547 "frame-system",6548 "log",6549 "parity-scale-codec 3.2.1",6550 "scale-info",6551 "serde",6552 "sp-arithmetic",6553 "sp-io",6554 "sp-runtime",6555 "sp-std",6556]65576558[[package]]6559name = "pallet-refungible"6560version = "0.2.11"6561dependencies = [6562 "derivative",6563 "ethereum 0.14.0",6564 "evm-coder",6565 "frame-benchmarking",6566 "frame-support",6567 "frame-system",6568 "pallet-common",6569 "pallet-evm",6570 "pallet-evm-coder-substrate",6571 "pallet-structure",6572 "parity-scale-codec 3.2.1",6573 "scale-info",6574 "sp-core",6575 "sp-runtime",6576 "sp-std",6577 "struct-versioning",6578 "up-data-structs",6579]65806581[[package]]6582name = "pallet-rmrk-core"6583version = "0.1.2"6584dependencies = [6585 "derivative",6586 "frame-benchmarking",6587 "frame-support",6588 "frame-system",6589 "pallet-common",6590 "pallet-evm",6591 "pallet-nonfungible",6592 "pallet-structure",6593 "parity-scale-codec 3.2.1",6594 "rmrk-traits",6595 "scale-info",6596 "sp-core",6597 "sp-runtime",6598 "sp-std",6599 "up-data-structs",6600]66016602[[package]]6603name = "pallet-rmrk-equip"6604version = "0.1.2"6605dependencies = [6606 "frame-benchmarking",6607 "frame-support",6608 "frame-system",6609 "pallet-common",6610 "pallet-evm",6611 "pallet-nonfungible",6612 "pallet-rmrk-core",6613 "parity-scale-codec 3.2.1",6614 "rmrk-traits",6615 "scale-info",6616 "sp-core",6617 "sp-runtime",6618 "sp-std",6619 "up-data-structs",6620]66216622[[package]]6623name = "pallet-scheduler"6624version = "4.0.0-dev"6625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6626dependencies = [6627 "frame-benchmarking",6628 "frame-support",6629 "frame-system",6630 "log",6631 "parity-scale-codec 3.2.1",6632 "scale-info",6633 "sp-io",6634 "sp-runtime",6635 "sp-std",6636 "sp-weights",6637]66386639[[package]]6640name = "pallet-session"6641version = "4.0.0-dev"6642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6643dependencies = [6644 "frame-support",6645 "frame-system",6646 "impl-trait-for-tuples",6647 "log",6648 "pallet-timestamp",6649 "parity-scale-codec 3.2.1",6650 "scale-info",6651 "sp-core",6652 "sp-io",6653 "sp-runtime",6654 "sp-session",6655 "sp-staking",6656 "sp-std",6657 "sp-trie",6658]66596660[[package]]6661name = "pallet-session-benchmarking"6662version = "4.0.0-dev"6663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6664dependencies = [6665 "frame-benchmarking",6666 "frame-support",6667 "frame-system",6668 "pallet-session",6669 "pallet-staking",6670 "rand 0.7.3",6671 "sp-runtime",6672 "sp-session",6673 "sp-std",6674]66756676[[package]]6677name = "pallet-society"6678version = "4.0.0-dev"6679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6680dependencies = [6681 "frame-support",6682 "frame-system",6683 "parity-scale-codec 3.2.1",6684 "rand_chacha 0.2.2",6685 "scale-info",6686 "sp-runtime",6687 "sp-std",6688]66896690[[package]]6691name = "pallet-staking"6692version = "4.0.0-dev"6693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6694dependencies = [6695 "frame-benchmarking",6696 "frame-election-provider-support",6697 "frame-support",6698 "frame-system",6699 "log",6700 "pallet-authorship",6701 "pallet-session",6702 "parity-scale-codec 3.2.1",6703 "rand_chacha 0.2.2",6704 "scale-info",6705 "serde",6706 "sp-application-crypto",6707 "sp-io",6708 "sp-runtime",6709 "sp-staking",6710 "sp-std",6711]67126713[[package]]6714name = "pallet-staking-reward-curve"6715version = "4.0.0-dev"6716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6717dependencies = [6718 "proc-macro-crate",6719 "proc-macro2",6720 "quote",6721 "syn",6722]67236724[[package]]6725name = "pallet-staking-reward-fn"6726version = "4.0.0-dev"6727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6728dependencies = [6729 "log",6730 "sp-arithmetic",6731]67326733[[package]]6734name = "pallet-state-trie-migration"6735version = "4.0.0-dev"6736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6737dependencies = [6738 "frame-benchmarking",6739 "frame-support",6740 "frame-system",6741 "log",6742 "parity-scale-codec 3.2.1",6743 "scale-info",6744 "sp-core",6745 "sp-io",6746 "sp-runtime",6747 "sp-std",6748]67496750[[package]]6751name = "pallet-structure"6752version = "0.1.2"6753dependencies = [6754 "frame-benchmarking",6755 "frame-support",6756 "frame-system",6757 "log",6758 "pallet-common",6759 "pallet-evm",6760 "parity-scale-codec 3.2.1",6761 "scale-info",6762 "sp-std",6763 "up-data-structs",6764]67656766[[package]]6767name = "pallet-sudo"6768version = "4.0.0-dev"6769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6770dependencies = [6771 "frame-support",6772 "frame-system",6773 "parity-scale-codec 3.2.1",6774 "scale-info",6775 "sp-io",6776 "sp-runtime",6777 "sp-std",6778]67796780[[package]]6781name = "pallet-template-transaction-payment"6782version = "3.0.0"6783source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"6784dependencies = [6785 "frame-benchmarking",6786 "frame-support",6787 "frame-system",6788 "pallet-balances",6789 "pallet-transaction-payment",6790 "parity-scale-codec 3.2.1",6791 "scale-info",6792 "serde",6793 "sp-core",6794 "sp-io",6795 "sp-runtime",6796 "sp-std",6797 "up-sponsorship",6798]67996800[[package]]6801name = "pallet-test-utils"6802version = "0.1.0"6803dependencies = [6804 "frame-support",6805 "frame-system",6806 "pallet-unique-scheduler-v2",6807 "parity-scale-codec 3.2.1",6808 "scale-info",6809 "sp-std",6810]68116812[[package]]6813name = "pallet-timestamp"6814version = "4.0.0-dev"6815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6816dependencies = [6817 "frame-benchmarking",6818 "frame-support",6819 "frame-system",6820 "log",6821 "parity-scale-codec 3.2.1",6822 "scale-info",6823 "sp-inherents",6824 "sp-io",6825 "sp-runtime",6826 "sp-std",6827 "sp-timestamp",6828]68296830[[package]]6831name = "pallet-tips"6832version = "4.0.0-dev"6833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6834dependencies = [6835 "frame-benchmarking",6836 "frame-support",6837 "frame-system",6838 "log",6839 "pallet-treasury",6840 "parity-scale-codec 3.2.1",6841 "scale-info",6842 "serde",6843 "sp-core",6844 "sp-io",6845 "sp-runtime",6846 "sp-std",6847]68486849[[package]]6850name = "pallet-transaction-payment"6851version = "4.0.0-dev"6852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6853dependencies = [6854 "frame-support",6855 "frame-system",6856 "parity-scale-codec 3.2.1",6857 "scale-info",6858 "serde",6859 "sp-core",6860 "sp-io",6861 "sp-runtime",6862 "sp-std",6863]68646865[[package]]6866name = "pallet-transaction-payment-rpc"6867version = "4.0.0-dev"6868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6869dependencies = [6870 "jsonrpsee",6871 "pallet-transaction-payment-rpc-runtime-api",6872 "parity-scale-codec 3.2.1",6873 "sp-api",6874 "sp-blockchain",6875 "sp-core",6876 "sp-rpc",6877 "sp-runtime",6878 "sp-weights",6879]68806881[[package]]6882name = "pallet-transaction-payment-rpc-runtime-api"6883version = "4.0.0-dev"6884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6885dependencies = [6886 "pallet-transaction-payment",6887 "parity-scale-codec 3.2.1",6888 "sp-api",6889 "sp-runtime",6890 "sp-weights",6891]68926893[[package]]6894name = "pallet-treasury"6895version = "4.0.0-dev"6896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6897dependencies = [6898 "frame-benchmarking",6899 "frame-support",6900 "frame-system",6901 "impl-trait-for-tuples",6902 "pallet-balances",6903 "parity-scale-codec 3.2.1",6904 "scale-info",6905 "serde",6906 "sp-runtime",6907 "sp-std",6908]69096910[[package]]6911name = "pallet-unique"6912version = "0.2.1"6913dependencies = [6914 "ethereum 0.12.0",6915 "evm-coder",6916 "frame-benchmarking",6917 "frame-support",6918 "frame-system",6919 "pallet-common",6920 "pallet-evm",6921 "pallet-evm-coder-substrate",6922 "pallet-nonfungible",6923 "pallet-refungible",6924 "parity-scale-codec 3.2.1",6925 "scale-info",6926 "serde",6927 "sp-core",6928 "sp-io",6929 "sp-runtime",6930 "sp-std",6931 "up-data-structs",6932]69336934[[package]]6935name = "pallet-unique-scheduler-v2"6936version = "0.1.0"6937dependencies = [6938 "frame-benchmarking",6939 "frame-support",6940 "frame-system",6941 "log",6942 "pallet-preimage",6943 "parity-scale-codec 3.2.1",6944 "scale-info",6945 "sp-core",6946 "sp-io",6947 "sp-runtime",6948 "sp-std",6949 "substrate-test-utils",6950]69516952[[package]]6953name = "pallet-utility"6954version = "4.0.0-dev"6955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6956dependencies = [6957 "frame-benchmarking",6958 "frame-support",6959 "frame-system",6960 "parity-scale-codec 3.2.1",6961 "scale-info",6962 "sp-core",6963 "sp-io",6964 "sp-runtime",6965 "sp-std",6966]69676968[[package]]6969name = "pallet-vesting"6970version = "4.0.0-dev"6971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6972dependencies = [6973 "frame-benchmarking",6974 "frame-support",6975 "frame-system",6976 "log",6977 "parity-scale-codec 3.2.1",6978 "scale-info",6979 "sp-runtime",6980 "sp-std",6981]69826983[[package]]6984name = "pallet-whitelist"6985version = "4.0.0-dev"6986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6987dependencies = [6988 "frame-benchmarking",6989 "frame-support",6990 "frame-system",6991 "parity-scale-codec 3.2.1",6992 "scale-info",6993 "sp-api",6994 "sp-runtime",6995 "sp-std",6996]69976998[[package]]6999name = "pallet-xcm"7000version = "0.9.36"7001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7002dependencies = [7003 "frame-support",7004 "frame-system",7005 "log",7006 "parity-scale-codec 3.2.1",7007 "scale-info",7008 "serde",7009 "sp-core",7010 "sp-runtime",7011 "sp-std",7012 "xcm",7013 "xcm-executor",7014]70157016[[package]]7017name = "pallet-xcm-benchmarks"7018version = "0.9.36"7019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7020dependencies = [7021 "frame-benchmarking",7022 "frame-support",7023 "frame-system",7024 "log",7025 "parity-scale-codec 3.2.1",7026 "scale-info",7027 "sp-runtime",7028 "sp-std",7029 "xcm",7030 "xcm-executor",7031]70327033[[package]]7034name = "parachain-info"7035version = "0.1.0"7036source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"7037dependencies = [7038 "cumulus-primitives-core",7039 "frame-support",7040 "frame-system",7041 "parity-scale-codec 3.2.1",7042 "scale-info",7043]70447045[[package]]7046name = "parity-db"7047version = "0.4.2"7048source = "registry+https://github.com/rust-lang/crates.io-index"7049checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"7050dependencies = [7051 "blake2",7052 "crc32fast",7053 "fs2",7054 "hex",7055 "libc",7056 "log",7057 "lz4",7058 "memmap2",7059 "parking_lot 0.12.1",7060 "rand 0.8.5",7061 "snap",7062]70637064[[package]]7065name = "parity-scale-codec"7066version = "2.3.1"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7069dependencies = [7070 "arrayvec 0.7.2",7071 "bitvec 0.20.4",7072 "byte-slice-cast",7073 "impl-trait-for-tuples",7074 "parity-scale-codec-derive 2.3.1",7075 "serde",7076]70777078[[package]]7079name = "parity-scale-codec"7080version = "3.2.1"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7083dependencies = [7084 "arrayvec 0.7.2",7085 "bitvec 1.0.1",7086 "byte-slice-cast",7087 "bytes",7088 "impl-trait-for-tuples",7089 "parity-scale-codec-derive 3.1.3",7090 "serde",7091]70927093[[package]]7094name = "parity-scale-codec-derive"7095version = "2.3.1"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7098dependencies = [7099 "proc-macro-crate",7100 "proc-macro2",7101 "quote",7102 "syn",7103]71047105[[package]]7106name = "parity-scale-codec-derive"7107version = "3.1.3"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7110dependencies = [7111 "proc-macro-crate",7112 "proc-macro2",7113 "quote",7114 "syn",7115]71167117[[package]]7118name = "parity-send-wrapper"7119version = "0.1.0"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"71227123[[package]]7124name = "parity-wasm"7125version = "0.45.0"7126source = "registry+https://github.com/rust-lang/crates.io-index"7127checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"71287129[[package]]7130name = "parking"7131version = "2.0.0"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71347135[[package]]7136name = "parking_lot"7137version = "0.11.2"7138source = "registry+https://github.com/rust-lang/crates.io-index"7139checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7140dependencies = [7141 "instant",7142 "lock_api",7143 "parking_lot_core 0.8.6",7144]71457146[[package]]7147name = "parking_lot"7148version = "0.12.1"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7151dependencies = [7152 "lock_api",7153 "parking_lot_core 0.9.5",7154]71557156[[package]]7157name = "parking_lot_core"7158version = "0.8.6"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7161dependencies = [7162 "cfg-if",7163 "instant",7164 "libc",7165 "redox_syscall",7166 "smallvec",7167 "winapi",7168]71697170[[package]]7171name = "parking_lot_core"7172version = "0.9.5"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7175dependencies = [7176 "cfg-if",7177 "libc",7178 "redox_syscall",7179 "smallvec",7180 "windows-sys 0.42.0",7181]71827183[[package]]7184name = "paste"7185version = "1.0.11"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"71887189[[package]]7190name = "pbkdf2"7191version = "0.4.0"7192source = "registry+https://github.com/rust-lang/crates.io-index"7193checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7194dependencies = [7195 "crypto-mac 0.8.0",7196]71977198[[package]]7199name = "pbkdf2"7200version = "0.8.0"7201source = "registry+https://github.com/rust-lang/crates.io-index"7202checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7203dependencies = [7204 "crypto-mac 0.11.1",7205]72067207[[package]]7208name = "peeking_take_while"7209version = "0.1.2"7210source = "registry+https://github.com/rust-lang/crates.io-index"7211checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"72127213[[package]]7214name = "percent-encoding"7215version = "2.2.0"7216source = "registry+https://github.com/rust-lang/crates.io-index"7217checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"72187219[[package]]7220name = "pest"7221version = "2.5.1"7222source = "registry+https://github.com/rust-lang/crates.io-index"7223checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7224dependencies = [7225 "thiserror",7226 "ucd-trie",7227]72287229[[package]]7230name = "pest_derive"7231version = "2.5.1"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7234dependencies = [7235 "pest",7236 "pest_generator",7237]72387239[[package]]7240name = "pest_generator"7241version = "2.5.1"7242source = "registry+https://github.com/rust-lang/crates.io-index"7243checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7244dependencies = [7245 "pest",7246 "pest_meta",7247 "proc-macro2",7248 "quote",7249 "syn",7250]72517252[[package]]7253name = "pest_meta"7254version = "2.5.1"7255source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7257dependencies = [7258 "once_cell",7259 "pest",7260 "sha1",7261]72627263[[package]]7264name = "petgraph"7265version = "0.6.2"7266source = "registry+https://github.com/rust-lang/crates.io-index"7267checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7268dependencies = [7269 "fixedbitset",7270 "indexmap",7271]72727273[[package]]7274name = "pin-project"7275version = "1.0.12"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7278dependencies = [7279 "pin-project-internal",7280]72817282[[package]]7283name = "pin-project-internal"7284version = "1.0.12"7285source = "registry+https://github.com/rust-lang/crates.io-index"7286checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7287dependencies = [7288 "proc-macro2",7289 "quote",7290 "syn",7291]72927293[[package]]7294name = "pin-project-lite"7295version = "0.1.12"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72987299[[package]]7300name = "pin-project-lite"7301version = "0.2.9"7302source = "registry+https://github.com/rust-lang/crates.io-index"7303checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"73047305[[package]]7306name = "pin-utils"7307version = "0.1.0"7308source = "registry+https://github.com/rust-lang/crates.io-index"7309checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"73107311[[package]]7312name = "pkcs8"7313version = "0.9.0"7314source = "registry+https://github.com/rust-lang/crates.io-index"7315checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7316dependencies = [7317 "der",7318 "spki",7319]73207321[[package]]7322name = "pkg-config"7323version = "0.3.26"7324source = "registry+https://github.com/rust-lang/crates.io-index"7325checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"73267327[[package]]7328name = "platforms"7329version = "2.0.0"7330source = "registry+https://github.com/rust-lang/crates.io-index"7331checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73327333[[package]]7334name = "platforms"7335version = "3.0.2"7336source = "registry+https://github.com/rust-lang/crates.io-index"7337checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"73387339[[package]]7340name = "polkadot-approval-distribution"7341version = "0.9.36"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7343dependencies = [7344 "futures 0.3.25",7345 "polkadot-node-network-protocol",7346 "polkadot-node-primitives",7347 "polkadot-node-subsystem",7348 "polkadot-node-subsystem-util",7349 "polkadot-primitives",7350 "rand 0.8.5",7351 "tracing-gum",7352]73537354[[package]]7355name = "polkadot-availability-bitfield-distribution"7356version = "0.9.36"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7358dependencies = [7359 "futures 0.3.25",7360 "polkadot-node-network-protocol",7361 "polkadot-node-subsystem",7362 "polkadot-node-subsystem-util",7363 "polkadot-primitives",7364 "rand 0.8.5",7365 "tracing-gum",7366]73677368[[package]]7369name = "polkadot-availability-distribution"7370version = "0.9.36"7371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7372dependencies = [7373 "derive_more",7374 "fatality",7375 "futures 0.3.25",7376 "lru",7377 "parity-scale-codec 3.2.1",7378 "polkadot-erasure-coding",7379 "polkadot-node-network-protocol",7380 "polkadot-node-primitives",7381 "polkadot-node-subsystem",7382 "polkadot-node-subsystem-util",7383 "polkadot-primitives",7384 "rand 0.8.5",7385 "sp-core",7386 "sp-keystore",7387 "thiserror",7388 "tracing-gum",7389]73907391[[package]]7392name = "polkadot-availability-recovery"7393version = "0.9.36"7394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7395dependencies = [7396 "fatality",7397 "futures 0.3.25",7398 "lru",7399 "parity-scale-codec 3.2.1",7400 "polkadot-erasure-coding",7401 "polkadot-node-network-protocol",7402 "polkadot-node-primitives",7403 "polkadot-node-subsystem",7404 "polkadot-node-subsystem-util",7405 "polkadot-primitives",7406 "rand 0.8.5",7407 "sc-network",7408 "thiserror",7409 "tracing-gum",7410]74117412[[package]]7413name = "polkadot-cli"7414version = "0.9.36"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7416dependencies = [7417 "clap",7418 "frame-benchmarking-cli",7419 "futures 0.3.25",7420 "log",7421 "polkadot-client",7422 "polkadot-node-core-pvf",7423 "polkadot-node-metrics",7424 "polkadot-performance-test",7425 "polkadot-service",7426 "sc-cli",7427 "sc-executor",7428 "sc-service",7429 "sc-sysinfo",7430 "sc-tracing",7431 "sp-core",7432 "sp-io",7433 "sp-keyring",7434 "substrate-build-script-utils",7435 "thiserror",7436 "try-runtime-cli",7437]74387439[[package]]7440name = "polkadot-client"7441version = "0.9.36"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7443dependencies = [7444 "async-trait",7445 "frame-benchmarking",7446 "frame-benchmarking-cli",7447 "frame-system",7448 "frame-system-rpc-runtime-api",7449 "futures 0.3.25",7450 "pallet-transaction-payment",7451 "pallet-transaction-payment-rpc-runtime-api",7452 "polkadot-core-primitives",7453 "polkadot-node-core-parachains-inherent",7454 "polkadot-primitives",7455 "polkadot-runtime",7456 "polkadot-runtime-common",7457 "sc-client-api",7458 "sc-consensus",7459 "sc-executor",7460 "sc-service",7461 "sp-api",7462 "sp-authority-discovery",7463 "sp-beefy",7464 "sp-block-builder",7465 "sp-blockchain",7466 "sp-consensus",7467 "sp-consensus-babe",7468 "sp-core",7469 "sp-finality-grandpa",7470 "sp-inherents",7471 "sp-keyring",7472 "sp-mmr-primitives",7473 "sp-offchain",7474 "sp-runtime",7475 "sp-session",7476 "sp-storage",7477 "sp-timestamp",7478 "sp-transaction-pool",7479]74807481[[package]]7482name = "polkadot-collator-protocol"7483version = "0.9.36"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7485dependencies = [7486 "always-assert",7487 "bitvec 1.0.1",7488 "fatality",7489 "futures 0.3.25",7490 "futures-timer",7491 "polkadot-node-network-protocol",7492 "polkadot-node-primitives",7493 "polkadot-node-subsystem",7494 "polkadot-node-subsystem-util",7495 "polkadot-primitives",7496 "sp-core",7497 "sp-keystore",7498 "sp-runtime",7499 "thiserror",7500 "tracing-gum",7501]75027503[[package]]7504name = "polkadot-core-primitives"7505version = "0.9.36"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7507dependencies = [7508 "parity-scale-codec 3.2.1",7509 "scale-info",7510 "sp-core",7511 "sp-runtime",7512 "sp-std",7513]75147515[[package]]7516name = "polkadot-dispute-distribution"7517version = "0.9.36"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7519dependencies = [7520 "derive_more",7521 "fatality",7522 "futures 0.3.25",7523 "futures-timer",7524 "indexmap",7525 "lru",7526 "parity-scale-codec 3.2.1",7527 "polkadot-erasure-coding",7528 "polkadot-node-network-protocol",7529 "polkadot-node-primitives",7530 "polkadot-node-subsystem",7531 "polkadot-node-subsystem-util",7532 "polkadot-primitives",7533 "sc-network",7534 "sp-application-crypto",7535 "sp-keystore",7536 "thiserror",7537 "tracing-gum",7538]75397540[[package]]7541name = "polkadot-erasure-coding"7542version = "0.9.36"7543source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7544dependencies = [7545 "parity-scale-codec 3.2.1",7546 "polkadot-node-primitives",7547 "polkadot-primitives",7548 "reed-solomon-novelpoly",7549 "sp-core",7550 "sp-trie",7551 "thiserror",7552]75537554[[package]]7555name = "polkadot-gossip-support"7556version = "0.9.36"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7558dependencies = [7559 "futures 0.3.25",7560 "futures-timer",7561 "polkadot-node-network-protocol",7562 "polkadot-node-subsystem",7563 "polkadot-node-subsystem-util",7564 "polkadot-primitives",7565 "rand 0.8.5",7566 "rand_chacha 0.3.1",7567 "sc-network",7568 "sp-application-crypto",7569 "sp-core",7570 "sp-keystore",7571 "tracing-gum",7572]75737574[[package]]7575name = "polkadot-network-bridge"7576version = "0.9.36"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7578dependencies = [7579 "always-assert",7580 "async-trait",7581 "bytes",7582 "fatality",7583 "futures 0.3.25",7584 "parity-scale-codec 3.2.1",7585 "parking_lot 0.12.1",7586 "polkadot-node-network-protocol",7587 "polkadot-node-subsystem",7588 "polkadot-node-subsystem-util",7589 "polkadot-overseer",7590 "polkadot-primitives",7591 "sc-network",7592 "sc-network-common",7593 "sp-consensus",7594 "thiserror",7595 "tracing-gum",7596]75977598[[package]]7599name = "polkadot-node-collation-generation"7600version = "0.9.36"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7602dependencies = [7603 "futures 0.3.25",7604 "parity-scale-codec 3.2.1",7605 "polkadot-erasure-coding",7606 "polkadot-node-primitives",7607 "polkadot-node-subsystem",7608 "polkadot-node-subsystem-util",7609 "polkadot-primitives",7610 "sp-core",7611 "sp-maybe-compressed-blob",7612 "thiserror",7613 "tracing-gum",7614]76157616[[package]]7617name = "polkadot-node-core-approval-voting"7618version = "0.9.36"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7620dependencies = [7621 "bitvec 1.0.1",7622 "derive_more",7623 "futures 0.3.25",7624 "futures-timer",7625 "kvdb",7626 "lru",7627 "merlin",7628 "parity-scale-codec 3.2.1",7629 "polkadot-node-jaeger",7630 "polkadot-node-primitives",7631 "polkadot-node-subsystem",7632 "polkadot-node-subsystem-util",7633 "polkadot-overseer",7634 "polkadot-primitives",7635 "sc-keystore",7636 "schnorrkel",7637 "sp-application-crypto",7638 "sp-consensus",7639 "sp-consensus-slots",7640 "sp-runtime",7641 "thiserror",7642 "tracing-gum",7643]76447645[[package]]7646name = "polkadot-node-core-av-store"7647version = "0.9.36"7648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7649dependencies = [7650 "bitvec 1.0.1",7651 "futures 0.3.25",7652 "futures-timer",7653 "kvdb",7654 "parity-scale-codec 3.2.1",7655 "polkadot-erasure-coding",7656 "polkadot-node-primitives",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-overseer",7660 "polkadot-primitives",7661 "thiserror",7662 "tracing-gum",7663]76647665[[package]]7666name = "polkadot-node-core-backing"7667version = "0.9.36"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7669dependencies = [7670 "bitvec 1.0.1",7671 "fatality",7672 "futures 0.3.25",7673 "polkadot-erasure-coding",7674 "polkadot-node-primitives",7675 "polkadot-node-subsystem",7676 "polkadot-node-subsystem-util",7677 "polkadot-primitives",7678 "polkadot-statement-table",7679 "sp-keystore",7680 "thiserror",7681 "tracing-gum",7682]76837684[[package]]7685name = "polkadot-node-core-bitfield-signing"7686version = "0.9.36"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7688dependencies = [7689 "futures 0.3.25",7690 "polkadot-node-subsystem",7691 "polkadot-node-subsystem-util",7692 "polkadot-primitives",7693 "sp-keystore",7694 "thiserror",7695 "tracing-gum",7696 "wasm-timer",7697]76987699[[package]]7700name = "polkadot-node-core-candidate-validation"7701version = "0.9.36"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7703dependencies = [7704 "async-trait",7705 "futures 0.3.25",7706 "futures-timer",7707 "parity-scale-codec 3.2.1",7708 "polkadot-node-core-pvf",7709 "polkadot-node-primitives",7710 "polkadot-node-subsystem",7711 "polkadot-node-subsystem-util",7712 "polkadot-parachain",7713 "polkadot-primitives",7714 "sp-maybe-compressed-blob",7715 "tracing-gum",7716]77177718[[package]]7719name = "polkadot-node-core-chain-api"7720version = "0.9.36"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7722dependencies = [7723 "futures 0.3.25",7724 "polkadot-node-subsystem",7725 "polkadot-node-subsystem-util",7726 "polkadot-primitives",7727 "sc-client-api",7728 "sc-consensus-babe",7729 "sp-blockchain",7730 "tracing-gum",7731]77327733[[package]]7734name = "polkadot-node-core-chain-selection"7735version = "0.9.36"7736source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7737dependencies = [7738 "futures 0.3.25",7739 "futures-timer",7740 "kvdb",7741 "parity-scale-codec 3.2.1",7742 "polkadot-node-primitives",7743 "polkadot-node-subsystem",7744 "polkadot-node-subsystem-util",7745 "polkadot-primitives",7746 "thiserror",7747 "tracing-gum",7748]77497750[[package]]7751name = "polkadot-node-core-dispute-coordinator"7752version = "0.9.36"7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7754dependencies = [7755 "fatality",7756 "futures 0.3.25",7757 "kvdb",7758 "lru",7759 "parity-scale-codec 3.2.1",7760 "polkadot-node-primitives",7761 "polkadot-node-subsystem",7762 "polkadot-node-subsystem-util",7763 "polkadot-primitives",7764 "sc-keystore",7765 "thiserror",7766 "tracing-gum",7767]77687769[[package]]7770name = "polkadot-node-core-parachains-inherent"7771version = "0.9.36"7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7773dependencies = [7774 "async-trait",7775 "futures 0.3.25",7776 "futures-timer",7777 "polkadot-node-subsystem",7778 "polkadot-overseer",7779 "polkadot-primitives",7780 "sp-blockchain",7781 "sp-inherents",7782 "sp-runtime",7783 "thiserror",7784 "tracing-gum",7785]77867787[[package]]7788name = "polkadot-node-core-provisioner"7789version = "0.9.36"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7791dependencies = [7792 "bitvec 1.0.1",7793 "fatality",7794 "futures 0.3.25",7795 "futures-timer",7796 "polkadot-node-primitives",7797 "polkadot-node-subsystem",7798 "polkadot-node-subsystem-util",7799 "polkadot-primitives",7800 "rand 0.8.5",7801 "thiserror",7802 "tracing-gum",7803]78047805[[package]]7806name = "polkadot-node-core-pvf"7807version = "0.9.36"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7809dependencies = [7810 "always-assert",7811 "assert_matches",7812 "async-process",7813 "async-std",7814 "cpu-time",7815 "futures 0.3.25",7816 "futures-timer",7817 "parity-scale-codec 3.2.1",7818 "pin-project",7819 "polkadot-core-primitives",7820 "polkadot-node-metrics",7821 "polkadot-parachain",7822 "rand 0.8.5",7823 "rayon",7824 "sc-executor",7825 "sc-executor-common",7826 "sc-executor-wasmtime",7827 "slotmap",7828 "sp-core",7829 "sp-externalities",7830 "sp-io",7831 "sp-maybe-compressed-blob",7832 "sp-tracing",7833 "sp-wasm-interface",7834 "tempfile",7835 "tracing-gum",7836]78377838[[package]]7839name = "polkadot-node-core-pvf-checker"7840version = "0.9.36"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7842dependencies = [7843 "futures 0.3.25",7844 "polkadot-node-primitives",7845 "polkadot-node-subsystem",7846 "polkadot-node-subsystem-util",7847 "polkadot-overseer",7848 "polkadot-primitives",7849 "sp-keystore",7850 "thiserror",7851 "tracing-gum",7852]78537854[[package]]7855name = "polkadot-node-core-runtime-api"7856version = "0.9.36"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7858dependencies = [7859 "futures 0.3.25",7860 "lru",7861 "polkadot-node-subsystem",7862 "polkadot-node-subsystem-types",7863 "polkadot-node-subsystem-util",7864 "polkadot-primitives",7865 "sp-consensus-babe",7866 "tracing-gum",7867]78687869[[package]]7870name = "polkadot-node-jaeger"7871version = "0.9.36"7872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7873dependencies = [7874 "lazy_static",7875 "log",7876 "mick-jaeger",7877 "parity-scale-codec 3.2.1",7878 "parking_lot 0.12.1",7879 "polkadot-node-primitives",7880 "polkadot-primitives",7881 "sc-network",7882 "sp-core",7883 "thiserror",7884 "tokio",7885]78867887[[package]]7888name = "polkadot-node-metrics"7889version = "0.9.36"7890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7891dependencies = [7892 "bs58",7893 "futures 0.3.25",7894 "futures-timer",7895 "log",7896 "parity-scale-codec 3.2.1",7897 "polkadot-primitives",7898 "prioritized-metered-channel",7899 "sc-cli",7900 "sc-service",7901 "sc-tracing",7902 "substrate-prometheus-endpoint",7903 "tracing-gum",7904]79057906[[package]]7907name = "polkadot-node-network-protocol"7908version = "0.9.36"7909source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7910dependencies = [7911 "async-trait",7912 "derive_more",7913 "fatality",7914 "futures 0.3.25",7915 "hex",7916 "parity-scale-codec 3.2.1",7917 "polkadot-node-jaeger",7918 "polkadot-node-primitives",7919 "polkadot-primitives",7920 "rand 0.8.5",7921 "sc-authority-discovery",7922 "sc-network",7923 "sc-network-common",7924 "strum",7925 "thiserror",7926 "tracing-gum",7927]79287929[[package]]7930name = "polkadot-node-primitives"7931version = "0.9.36"7932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7933dependencies = [7934 "bounded-vec",7935 "futures 0.3.25",7936 "parity-scale-codec 3.2.1",7937 "polkadot-parachain",7938 "polkadot-primitives",7939 "schnorrkel",7940 "serde",7941 "sp-application-crypto",7942 "sp-consensus-babe",7943 "sp-consensus-vrf",7944 "sp-core",7945 "sp-keystore",7946 "sp-maybe-compressed-blob",7947 "thiserror",7948 "zstd",7949]79507951[[package]]7952name = "polkadot-node-subsystem"7953version = "0.9.36"7954source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7955dependencies = [7956 "polkadot-node-jaeger",7957 "polkadot-node-subsystem-types",7958 "polkadot-overseer",7959]79607961[[package]]7962name = "polkadot-node-subsystem-types"7963version = "0.9.36"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7965dependencies = [7966 "async-trait",7967 "derive_more",7968 "futures 0.3.25",7969 "orchestra",7970 "polkadot-node-jaeger",7971 "polkadot-node-network-protocol",7972 "polkadot-node-primitives",7973 "polkadot-primitives",7974 "polkadot-statement-table",7975 "sc-network",7976 "smallvec",7977 "sp-api",7978 "sp-authority-discovery",7979 "sp-consensus-babe",7980 "substrate-prometheus-endpoint",7981 "thiserror",7982]79837984[[package]]7985name = "polkadot-node-subsystem-util"7986version = "0.9.36"7987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7988dependencies = [7989 "async-trait",7990 "derive_more",7991 "fatality",7992 "futures 0.3.25",7993 "itertools",7994 "kvdb",7995 "lru",7996 "parity-db",7997 "parity-scale-codec 3.2.1",7998 "parking_lot 0.11.2",7999 "pin-project",8000 "polkadot-node-jaeger",8001 "polkadot-node-metrics",8002 "polkadot-node-network-protocol",8003 "polkadot-node-primitives",8004 "polkadot-node-subsystem",8005 "polkadot-overseer",8006 "polkadot-primitives",8007 "prioritized-metered-channel",8008 "rand 0.8.5",8009 "sp-application-crypto",8010 "sp-core",8011 "sp-keystore",8012 "thiserror",8013 "tracing-gum",8014]80158016[[package]]8017name = "polkadot-overseer"8018version = "0.9.36"8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8020dependencies = [8021 "async-trait",8022 "futures 0.3.25",8023 "futures-timer",8024 "lru",8025 "orchestra",8026 "parking_lot 0.12.1",8027 "polkadot-node-metrics",8028 "polkadot-node-network-protocol",8029 "polkadot-node-primitives",8030 "polkadot-node-subsystem-types",8031 "polkadot-primitives",8032 "sc-client-api",8033 "sp-api",8034 "sp-core",8035 "tikv-jemalloc-ctl",8036 "tracing-gum",8037]80388039[[package]]8040name = "polkadot-parachain"8041version = "0.9.36"8042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8043dependencies = [8044 "derive_more",8045 "frame-support",8046 "parity-scale-codec 3.2.1",8047 "polkadot-core-primitives",8048 "scale-info",8049 "serde",8050 "sp-core",8051 "sp-runtime",8052 "sp-std",8053]80548055[[package]]8056name = "polkadot-performance-test"8057version = "0.9.36"8058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8059dependencies = [8060 "env_logger",8061 "kusama-runtime",8062 "log",8063 "polkadot-erasure-coding",8064 "polkadot-node-core-pvf",8065 "polkadot-node-primitives",8066 "quote",8067 "thiserror",8068]80698070[[package]]8071name = "polkadot-primitives"8072version = "0.9.36"8073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8074dependencies = [8075 "bitvec 1.0.1",8076 "hex-literal",8077 "parity-scale-codec 3.2.1",8078 "polkadot-core-primitives",8079 "polkadot-parachain",8080 "scale-info",8081 "serde",8082 "sp-api",8083 "sp-application-crypto",8084 "sp-arithmetic",8085 "sp-authority-discovery",8086 "sp-consensus-slots",8087 "sp-core",8088 "sp-inherents",8089 "sp-io",8090 "sp-keystore",8091 "sp-runtime",8092 "sp-staking",8093 "sp-std",8094]80958096[[package]]8097name = "polkadot-rpc"8098version = "0.9.36"8099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8100dependencies = [8101 "beefy-gadget",8102 "beefy-gadget-rpc",8103 "jsonrpsee",8104 "mmr-rpc",8105 "pallet-transaction-payment-rpc",8106 "polkadot-primitives",8107 "sc-chain-spec",8108 "sc-client-api",8109 "sc-consensus-babe",8110 "sc-consensus-babe-rpc",8111 "sc-consensus-epochs",8112 "sc-finality-grandpa",8113 "sc-finality-grandpa-rpc",8114 "sc-rpc",8115 "sc-sync-state-rpc",8116 "sc-transaction-pool-api",8117 "sp-api",8118 "sp-block-builder",8119 "sp-blockchain",8120 "sp-consensus",8121 "sp-consensus-babe",8122 "sp-keystore",8123 "sp-runtime",8124 "substrate-frame-rpc-system",8125 "substrate-state-trie-migration-rpc",8126]81278128[[package]]8129name = "polkadot-runtime"8130version = "0.9.36"8131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8132dependencies = [8133 "bitvec 1.0.1",8134 "frame-benchmarking",8135 "frame-election-provider-support",8136 "frame-executive",8137 "frame-support",8138 "frame-system",8139 "frame-system-benchmarking",8140 "frame-system-rpc-runtime-api",8141 "frame-try-runtime",8142 "hex-literal",8143 "log",8144 "pallet-authority-discovery",8145 "pallet-authorship",8146 "pallet-babe",8147 "pallet-bags-list",8148 "pallet-balances",8149 "pallet-bounties",8150 "pallet-child-bounties",8151 "pallet-collective",8152 "pallet-democracy",8153 "pallet-election-provider-multi-phase",8154 "pallet-election-provider-support-benchmarking",8155 "pallet-elections-phragmen",8156 "pallet-fast-unstake",8157 "pallet-grandpa",8158 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",8159 "pallet-im-online",8160 "pallet-indices",8161 "pallet-membership",8162 "pallet-multisig",8163 "pallet-nomination-pools",8164 "pallet-nomination-pools-benchmarking",8165 "pallet-nomination-pools-runtime-api",8166 "pallet-offences",8167 "pallet-offences-benchmarking",8168 "pallet-preimage",8169 "pallet-proxy",8170 "pallet-scheduler",8171 "pallet-session",8172 "pallet-session-benchmarking",8173 "pallet-staking",8174 "pallet-staking-reward-curve",8175 "pallet-timestamp",8176 "pallet-tips",8177 "pallet-transaction-payment",8178 "pallet-transaction-payment-rpc-runtime-api",8179 "pallet-treasury",8180 "pallet-utility",8181 "pallet-vesting",8182 "pallet-xcm",8183 "parity-scale-codec 3.2.1",8184 "polkadot-primitives",8185 "polkadot-runtime-common",8186 "polkadot-runtime-constants",8187 "polkadot-runtime-parachains",8188 "rustc-hex",8189 "scale-info",8190 "serde",8191 "serde_derive",8192 "smallvec",8193 "sp-api",8194 "sp-authority-discovery",8195 "sp-beefy",8196 "sp-block-builder",8197 "sp-consensus-babe",8198 "sp-core",8199 "sp-inherents",8200 "sp-io",8201 "sp-mmr-primitives",8202 "sp-npos-elections",8203 "sp-offchain",8204 "sp-runtime",8205 "sp-session",8206 "sp-staking",8207 "sp-std",8208 "sp-transaction-pool",8209 "sp-version",8210 "static_assertions",8211 "substrate-wasm-builder",8212 "xcm",8213 "xcm-builder",8214 "xcm-executor",8215]82168217[[package]]8218name = "polkadot-runtime-common"8219version = "0.9.36"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8221dependencies = [8222 "bitvec 1.0.1",8223 "frame-benchmarking",8224 "frame-election-provider-support",8225 "frame-support",8226 "frame-system",8227 "impl-trait-for-tuples",8228 "libsecp256k1",8229 "log",8230 "pallet-authorship",8231 "pallet-babe",8232 "pallet-bags-list",8233 "pallet-balances",8234 "pallet-beefy-mmr",8235 "pallet-election-provider-multi-phase",8236 "pallet-session",8237 "pallet-staking",8238 "pallet-staking-reward-fn",8239 "pallet-timestamp",8240 "pallet-transaction-payment",8241 "pallet-treasury",8242 "pallet-vesting",8243 "parity-scale-codec 3.2.1",8244 "polkadot-primitives",8245 "polkadot-runtime-parachains",8246 "rustc-hex",8247 "scale-info",8248 "serde",8249 "serde_derive",8250 "slot-range-helper",8251 "sp-api",8252 "sp-beefy",8253 "sp-core",8254 "sp-inherents",8255 "sp-io",8256 "sp-npos-elections",8257 "sp-runtime",8258 "sp-session",8259 "sp-staking",8260 "sp-std",8261 "static_assertions",8262 "xcm",8263]82648265[[package]]8266name = "polkadot-runtime-constants"8267version = "0.9.36"8268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8269dependencies = [8270 "frame-support",8271 "polkadot-primitives",8272 "polkadot-runtime-common",8273 "smallvec",8274 "sp-core",8275 "sp-runtime",8276 "sp-weights",8277]82788279[[package]]8280name = "polkadot-runtime-metrics"8281version = "0.9.36"8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8283dependencies = [8284 "bs58",8285 "parity-scale-codec 3.2.1",8286 "polkadot-primitives",8287 "sp-std",8288 "sp-tracing",8289]82908291[[package]]8292name = "polkadot-runtime-parachains"8293version = "0.9.36"8294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8295dependencies = [8296 "bitflags",8297 "bitvec 1.0.1",8298 "derive_more",8299 "frame-benchmarking",8300 "frame-support",8301 "frame-system",8302 "log",8303 "pallet-authority-discovery",8304 "pallet-authorship",8305 "pallet-babe",8306 "pallet-balances",8307 "pallet-session",8308 "pallet-staking",8309 "pallet-timestamp",8310 "pallet-vesting",8311 "parity-scale-codec 3.2.1",8312 "polkadot-primitives",8313 "polkadot-runtime-metrics",8314 "rand 0.8.5",8315 "rand_chacha 0.3.1",8316 "rustc-hex",8317 "scale-info",8318 "serde",8319 "sp-api",8320 "sp-application-crypto",8321 "sp-core",8322 "sp-inherents",8323 "sp-io",8324 "sp-keystore",8325 "sp-runtime",8326 "sp-session",8327 "sp-staking",8328 "sp-std",8329 "static_assertions",8330 "xcm",8331 "xcm-executor",8332]83338334[[package]]8335name = "polkadot-service"8336version = "0.9.36"8337source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8338dependencies = [8339 "async-trait",8340 "beefy-gadget",8341 "frame-support",8342 "frame-system-rpc-runtime-api",8343 "futures 0.3.25",8344 "hex-literal",8345 "kusama-runtime",8346 "kvdb",8347 "kvdb-rocksdb",8348 "lru",8349 "mmr-gadget",8350 "pallet-babe",8351 "pallet-im-online",8352 "pallet-staking",8353 "pallet-transaction-payment-rpc-runtime-api",8354 "parity-db",8355 "polkadot-approval-distribution",8356 "polkadot-availability-bitfield-distribution",8357 "polkadot-availability-distribution",8358 "polkadot-availability-recovery",8359 "polkadot-client",8360 "polkadot-collator-protocol",8361 "polkadot-dispute-distribution",8362 "polkadot-gossip-support",8363 "polkadot-network-bridge",8364 "polkadot-node-collation-generation",8365 "polkadot-node-core-approval-voting",8366 "polkadot-node-core-av-store",8367 "polkadot-node-core-backing",8368 "polkadot-node-core-bitfield-signing",8369 "polkadot-node-core-candidate-validation",8370 "polkadot-node-core-chain-api",8371 "polkadot-node-core-chain-selection",8372 "polkadot-node-core-dispute-coordinator",8373 "polkadot-node-core-parachains-inherent",8374 "polkadot-node-core-provisioner",8375 "polkadot-node-core-pvf-checker",8376 "polkadot-node-core-runtime-api",8377 "polkadot-node-network-protocol",8378 "polkadot-node-primitives",8379 "polkadot-node-subsystem",8380 "polkadot-node-subsystem-types",8381 "polkadot-node-subsystem-util",8382 "polkadot-overseer",8383 "polkadot-parachain",8384 "polkadot-primitives",8385 "polkadot-rpc",8386 "polkadot-runtime",8387 "polkadot-runtime-constants",8388 "polkadot-runtime-parachains",8389 "polkadot-statement-distribution",8390 "rococo-runtime",8391 "sc-authority-discovery",8392 "sc-basic-authorship",8393 "sc-block-builder",8394 "sc-chain-spec",8395 "sc-client-api",8396 "sc-client-db",8397 "sc-consensus",8398 "sc-consensus-babe",8399 "sc-consensus-slots",8400 "sc-executor",8401 "sc-finality-grandpa",8402 "sc-keystore",8403 "sc-network",8404 "sc-network-common",8405 "sc-offchain",8406 "sc-service",8407 "sc-sync-state-rpc",8408 "sc-sysinfo",8409 "sc-telemetry",8410 "sc-transaction-pool",8411 "serde",8412 "serde_json",8413 "sp-api",8414 "sp-authority-discovery",8415 "sp-beefy",8416 "sp-block-builder",8417 "sp-blockchain",8418 "sp-consensus",8419 "sp-consensus-babe",8420 "sp-core",8421 "sp-finality-grandpa",8422 "sp-inherents",8423 "sp-io",8424 "sp-keystore",8425 "sp-mmr-primitives",8426 "sp-offchain",8427 "sp-runtime",8428 "sp-session",8429 "sp-state-machine",8430 "sp-storage",8431 "sp-timestamp",8432 "sp-transaction-pool",8433 "sp-trie",8434 "substrate-prometheus-endpoint",8435 "thiserror",8436 "tracing-gum",8437 "westend-runtime",8438]84398440[[package]]8441name = "polkadot-statement-distribution"8442version = "0.9.36"8443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8444dependencies = [8445 "arrayvec 0.5.2",8446 "fatality",8447 "futures 0.3.25",8448 "indexmap",8449 "parity-scale-codec 3.2.1",8450 "polkadot-node-network-protocol",8451 "polkadot-node-primitives",8452 "polkadot-node-subsystem",8453 "polkadot-node-subsystem-util",8454 "polkadot-primitives",8455 "sp-keystore",8456 "sp-staking",8457 "thiserror",8458 "tracing-gum",8459]84608461[[package]]8462name = "polkadot-statement-table"8463version = "0.9.36"8464source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8465dependencies = [8466 "parity-scale-codec 3.2.1",8467 "polkadot-primitives",8468 "sp-core",8469]84708471[[package]]8472name = "polkadot-test-runtime"8473version = "0.9.36"8474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8475dependencies = [8476 "bitvec 1.0.1",8477 "frame-election-provider-support",8478 "frame-executive",8479 "frame-support",8480 "frame-system",8481 "frame-system-rpc-runtime-api",8482 "log",8483 "pallet-authority-discovery",8484 "pallet-authorship",8485 "pallet-babe",8486 "pallet-balances",8487 "pallet-grandpa",8488 "pallet-indices",8489 "pallet-offences",8490 "pallet-session",8491 "pallet-staking",8492 "pallet-staking-reward-curve",8493 "pallet-sudo",8494 "pallet-timestamp",8495 "pallet-transaction-payment",8496 "pallet-transaction-payment-rpc-runtime-api",8497 "pallet-vesting",8498 "pallet-xcm",8499 "parity-scale-codec 3.2.1",8500 "polkadot-parachain",8501 "polkadot-primitives",8502 "polkadot-runtime-common",8503 "polkadot-runtime-parachains",8504 "rustc-hex",8505 "scale-info",8506 "serde",8507 "serde_derive",8508 "smallvec",8509 "sp-api",8510 "sp-authority-discovery",8511 "sp-beefy",8512 "sp-block-builder",8513 "sp-consensus-babe",8514 "sp-core",8515 "sp-inherents",8516 "sp-io",8517 "sp-mmr-primitives",8518 "sp-offchain",8519 "sp-runtime",8520 "sp-session",8521 "sp-staking",8522 "sp-std",8523 "sp-transaction-pool",8524 "sp-version",8525 "substrate-wasm-builder",8526 "test-runtime-constants",8527 "xcm",8528 "xcm-builder",8529 "xcm-executor",8530]85318532[[package]]8533name = "polkadot-test-service"8534version = "0.9.36"8535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8536dependencies = [8537 "frame-benchmarking",8538 "frame-system",8539 "futures 0.3.25",8540 "hex",8541 "pallet-balances",8542 "pallet-staking",8543 "pallet-transaction-payment",8544 "polkadot-node-primitives",8545 "polkadot-node-subsystem",8546 "polkadot-overseer",8547 "polkadot-parachain",8548 "polkadot-primitives",8549 "polkadot-rpc",8550 "polkadot-runtime-common",8551 "polkadot-runtime-parachains",8552 "polkadot-service",8553 "polkadot-test-runtime",8554 "rand 0.8.5",8555 "sc-authority-discovery",8556 "sc-chain-spec",8557 "sc-cli",8558 "sc-client-api",8559 "sc-consensus",8560 "sc-consensus-babe",8561 "sc-executor",8562 "sc-finality-grandpa",8563 "sc-network",8564 "sc-network-common",8565 "sc-service",8566 "sc-tracing",8567 "sc-transaction-pool",8568 "sp-arithmetic",8569 "sp-authority-discovery",8570 "sp-blockchain",8571 "sp-consensus",8572 "sp-consensus-babe",8573 "sp-core",8574 "sp-finality-grandpa",8575 "sp-inherents",8576 "sp-keyring",8577 "sp-runtime",8578 "sp-state-machine",8579 "substrate-test-client",8580 "tempfile",8581 "test-runtime-constants",8582 "tokio",8583 "tracing-gum",8584]85858586[[package]]8587name = "polling"8588version = "2.5.2"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"8591dependencies = [8592 "autocfg",8593 "cfg-if",8594 "libc",8595 "log",8596 "wepoll-ffi",8597 "windows-sys 0.42.0",8598]85998600[[package]]8601name = "poly1305"8602version = "0.7.2"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8605dependencies = [8606 "cpufeatures",8607 "opaque-debug 0.3.0",8608 "universal-hash",8609]86108611[[package]]8612name = "polyval"8613version = "0.5.3"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8616dependencies = [8617 "cfg-if",8618 "cpufeatures",8619 "opaque-debug 0.3.0",8620 "universal-hash",8621]86228623[[package]]8624name = "ppv-lite86"8625version = "0.2.17"8626source = "registry+https://github.com/rust-lang/crates.io-index"8627checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"86288629[[package]]8630name = "precompile-utils-macro"8631version = "0.1.0"8632dependencies = [8633 "num_enum",8634 "proc-macro2",8635 "quote",8636 "sha3 0.8.2",8637 "syn",8638]86398640[[package]]8641name = "predicates"8642version = "2.1.4"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8645dependencies = [8646 "difflib",8647 "float-cmp",8648 "itertools",8649 "normalize-line-endings",8650 "predicates-core",8651 "regex",8652]86538654[[package]]8655name = "predicates-core"8656version = "1.0.5"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86598660[[package]]8661name = "predicates-tree"8662version = "1.0.7"8663source = "registry+https://github.com/rust-lang/crates.io-index"8664checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8665dependencies = [8666 "predicates-core",8667 "termtree",8668]86698670[[package]]8671name = "prettyplease"8672version = "0.1.22"8673source = "registry+https://github.com/rust-lang/crates.io-index"8674checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"8675dependencies = [8676 "proc-macro2",8677 "syn",8678]86798680[[package]]8681name = "primitive-types"8682version = "0.11.1"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8685dependencies = [8686 "fixed-hash 0.7.0",8687 "impl-codec",8688 "impl-rlp",8689 "scale-info",8690 "uint",8691]86928693[[package]]8694name = "primitive-types"8695version = "0.12.1"8696source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8698dependencies = [8699 "fixed-hash 0.8.0",8700 "impl-codec",8701 "impl-rlp",8702 "impl-serde",8703 "scale-info",8704 "uint",8705]87068707[[package]]8708name = "prioritized-metered-channel"8709version = "0.2.0"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8712dependencies = [8713 "coarsetime",8714 "crossbeam-queue",8715 "derive_more",8716 "futures 0.3.25",8717 "futures-timer",8718 "nanorand",8719 "thiserror",8720 "tracing",8721]87228723[[package]]8724name = "proc-macro-crate"8725version = "1.2.1"8726source = "registry+https://github.com/rust-lang/crates.io-index"8727checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8728dependencies = [8729 "once_cell",8730 "thiserror",8731 "toml",8732]87338734[[package]]8735name = "proc-macro-error"8736version = "1.0.4"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8739dependencies = [8740 "proc-macro-error-attr",8741 "proc-macro2",8742 "quote",8743 "syn",8744 "version_check",8745]87468747[[package]]8748name = "proc-macro-error-attr"8749version = "1.0.4"8750source = "registry+https://github.com/rust-lang/crates.io-index"8751checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8752dependencies = [8753 "proc-macro2",8754 "quote",8755 "version_check",8756]87578758[[package]]8759name = "proc-macro2"8760version = "1.0.49"8761source = "registry+https://github.com/rust-lang/crates.io-index"8762checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"8763dependencies = [8764 "unicode-ident",8765]87668767[[package]]8768name = "prometheus"8769version = "0.13.3"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8772dependencies = [8773 "cfg-if",8774 "fnv",8775 "lazy_static",8776 "memchr",8777 "parking_lot 0.12.1",8778 "thiserror",8779]87808781[[package]]8782name = "prometheus-client"8783version = "0.18.1"8784source = "registry+https://github.com/rust-lang/crates.io-index"8785checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8786dependencies = [8787 "dtoa",8788 "itoa",8789 "parking_lot 0.12.1",8790 "prometheus-client-derive-text-encode",8791]87928793[[package]]8794name = "prometheus-client-derive-text-encode"8795version = "0.3.0"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8798dependencies = [8799 "proc-macro2",8800 "quote",8801 "syn",8802]88038804[[package]]8805name = "prost"8806version = "0.11.5"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"8809dependencies = [8810 "bytes",8811 "prost-derive",8812]88138814[[package]]8815name = "prost-build"8816version = "0.11.5"8817source = "registry+https://github.com/rust-lang/crates.io-index"8818checksum = "cb5320c680de74ba083512704acb90fe00f28f79207286a848e730c45dd73ed6"8819dependencies = [8820 "bytes",8821 "heck",8822 "itertools",8823 "lazy_static",8824 "log",8825 "multimap",8826 "petgraph",8827 "prettyplease",8828 "prost",8829 "prost-types",8830 "regex",8831 "syn",8832 "tempfile",8833 "which",8834]88358836[[package]]8837name = "prost-codec"8838version = "0.2.0"8839source = "registry+https://github.com/rust-lang/crates.io-index"8840checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8841dependencies = [8842 "asynchronous-codec",8843 "bytes",8844 "prost",8845 "thiserror",8846 "unsigned-varint",8847]88488849[[package]]8850name = "prost-derive"8851version = "0.11.5"8852source = "registry+https://github.com/rust-lang/crates.io-index"8853checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"8854dependencies = [8855 "anyhow",8856 "itertools",8857 "proc-macro2",8858 "quote",8859 "syn",8860]88618862[[package]]8863name = "prost-types"8864version = "0.11.5"8865source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "017f79637768cde62820bc2d4fe0e45daaa027755c323ad077767c6c5f173091"8867dependencies = [8868 "bytes",8869 "prost",8870]88718872[[package]]8873name = "psm"8874version = "0.1.21"8875source = "registry+https://github.com/rust-lang/crates.io-index"8876checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8877dependencies = [8878 "cc",8879]88808881[[package]]8882name = "quartz-runtime"8883version = "0.9.36"8884dependencies = [8885 "app-promotion-rpc",8886 "cumulus-pallet-aura-ext",8887 "cumulus-pallet-dmp-queue",8888 "cumulus-pallet-parachain-system",8889 "cumulus-pallet-xcm",8890 "cumulus-pallet-xcmp-queue",8891 "cumulus-primitives-core",8892 "cumulus-primitives-timestamp",8893 "cumulus-primitives-utility",8894 "derivative",8895 "evm-coder",8896 "fp-evm",8897 "fp-evm-mapping",8898 "fp-rpc",8899 "fp-self-contained",8900 "frame-benchmarking",8901 "frame-executive",8902 "frame-support",8903 "frame-system",8904 "frame-system-benchmarking",8905 "frame-system-rpc-runtime-api",8906 "frame-try-runtime",8907 "hex-literal",8908 "impl-trait-for-tuples",8909 "log",8910 "logtest",8911 "num_enum",8912 "orml-tokens",8913 "orml-traits",8914 "orml-vesting",8915 "orml-xtokens",8916 "pallet-app-promotion",8917 "pallet-aura",8918 "pallet-authorship",8919 "pallet-balances",8920 "pallet-base-fee",8921 "pallet-collator-selection",8922 "pallet-common",8923 "pallet-configuration",8924 "pallet-ethereum",8925 "pallet-evm",8926 "pallet-evm-coder-substrate",8927 "pallet-evm-contract-helpers",8928 "pallet-evm-migration",8929 "pallet-evm-precompile-simple",8930 "pallet-evm-transaction-payment",8931 "pallet-foreign-assets",8932 "pallet-fungible",8933 "pallet-identity 4.0.0-dev",8934 "pallet-inflation",8935 "pallet-maintenance",8936 "pallet-nonfungible",8937 "pallet-randomness-collective-flip",8938 "pallet-refungible",8939 "pallet-rmrk-core",8940 "pallet-rmrk-equip",8941 "pallet-session",8942 "pallet-structure",8943 "pallet-sudo",8944 "pallet-template-transaction-payment",8945 "pallet-test-utils",8946 "pallet-timestamp",8947 "pallet-transaction-payment",8948 "pallet-transaction-payment-rpc-runtime-api",8949 "pallet-treasury",8950 "pallet-unique",8951 "pallet-xcm",8952 "parachain-info",8953 "parity-scale-codec 3.2.1",8954 "polkadot-parachain",8955 "precompile-utils-macro",8956 "rmrk-rpc",8957 "scale-info",8958 "serde",8959 "smallvec",8960 "sp-api",8961 "sp-arithmetic",8962 "sp-block-builder",8963 "sp-consensus-aura",8964 "sp-core",8965 "sp-inherents",8966 "sp-io",8967 "sp-offchain",8968 "sp-runtime",8969 "sp-session",8970 "sp-std",8971 "sp-transaction-pool",8972 "sp-version",8973 "substrate-wasm-builder",8974 "up-common",8975 "up-data-structs",8976 "up-pov-estimate-rpc",8977 "up-rpc",8978 "up-sponsorship",8979 "xcm",8980 "xcm-builder",8981 "xcm-executor",8982]89838984[[package]]8985name = "quick-error"8986version = "1.2.3"8987source = "registry+https://github.com/rust-lang/crates.io-index"8988checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89898990[[package]]8991name = "quicksink"8992version = "0.1.2"8993source = "registry+https://github.com/rust-lang/crates.io-index"8994checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8995dependencies = [8996 "futures-core",8997 "futures-sink",8998 "pin-project-lite 0.1.12",8999]90009001[[package]]9002name = "quote"9003version = "1.0.23"9004source = "registry+https://github.com/rust-lang/crates.io-index"9005checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"9006dependencies = [9007 "proc-macro2",9008]90099010[[package]]9011name = "radium"9012version = "0.6.2"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"90159016[[package]]9017name = "radium"9018version = "0.7.0"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"90219022[[package]]9023name = "rand"9024version = "0.7.3"9025source = "registry+https://github.com/rust-lang/crates.io-index"9026checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9027dependencies = [9028 "getrandom 0.1.16",9029 "libc",9030 "rand_chacha 0.2.2",9031 "rand_core 0.5.1",9032 "rand_hc",9033 "rand_pcg 0.2.1",9034]90359036[[package]]9037name = "rand"9038version = "0.8.5"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9041dependencies = [9042 "libc",9043 "rand_chacha 0.3.1",9044 "rand_core 0.6.4",9045]90469047[[package]]9048name = "rand_chacha"9049version = "0.2.2"9050source = "registry+https://github.com/rust-lang/crates.io-index"9051checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9052dependencies = [9053 "ppv-lite86",9054 "rand_core 0.5.1",9055]90569057[[package]]9058name = "rand_chacha"9059version = "0.3.1"9060source = "registry+https://github.com/rust-lang/crates.io-index"9061checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9062dependencies = [9063 "ppv-lite86",9064 "rand_core 0.6.4",9065]90669067[[package]]9068name = "rand_core"9069version = "0.5.1"9070source = "registry+https://github.com/rust-lang/crates.io-index"9071checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9072dependencies = [9073 "getrandom 0.1.16",9074]90759076[[package]]9077name = "rand_core"9078version = "0.6.4"9079source = "registry+https://github.com/rust-lang/crates.io-index"9080checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9081dependencies = [9082 "getrandom 0.2.8",9083]90849085[[package]]9086name = "rand_distr"9087version = "0.4.3"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9090dependencies = [9091 "num-traits",9092 "rand 0.8.5",9093]90949095[[package]]9096name = "rand_hc"9097version = "0.2.0"9098source = "registry+https://github.com/rust-lang/crates.io-index"9099checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9100dependencies = [9101 "rand_core 0.5.1",9102]91039104[[package]]9105name = "rand_pcg"9106version = "0.2.1"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9109dependencies = [9110 "rand_core 0.5.1",9111]91129113[[package]]9114name = "rand_pcg"9115version = "0.3.1"9116source = "registry+https://github.com/rust-lang/crates.io-index"9117checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9118dependencies = [9119 "rand_core 0.6.4",9120]91219122[[package]]9123name = "rawpointer"9124version = "0.2.1"9125source = "registry+https://github.com/rust-lang/crates.io-index"9126checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"91279128[[package]]9129name = "rayon"9130version = "1.6.1"9131source = "registry+https://github.com/rust-lang/crates.io-index"9132checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"9133dependencies = [9134 "either",9135 "rayon-core",9136]91379138[[package]]9139name = "rayon-core"9140version = "1.10.1"9141source = "registry+https://github.com/rust-lang/crates.io-index"9142checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9143dependencies = [9144 "crossbeam-channel",9145 "crossbeam-deque",9146 "crossbeam-utils",9147 "num_cpus",9148]91499150[[package]]9151name = "redox_syscall"9152version = "0.2.16"9153source = "registry+https://github.com/rust-lang/crates.io-index"9154checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9155dependencies = [9156 "bitflags",9157]91589159[[package]]9160name = "redox_users"9161version = "0.4.3"9162source = "registry+https://github.com/rust-lang/crates.io-index"9163checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9164dependencies = [9165 "getrandom 0.2.8",9166 "redox_syscall",9167 "thiserror",9168]91699170[[package]]9171name = "reed-solomon-novelpoly"9172version = "1.0.0"9173source = "registry+https://github.com/rust-lang/crates.io-index"9174checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9175dependencies = [9176 "derive_more",9177 "fs-err",9178 "itertools",9179 "static_init 0.5.2",9180 "thiserror",9181]91829183[[package]]9184name = "ref-cast"9185version = "1.0.14"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"9188dependencies = [9189 "ref-cast-impl",9190]91919192[[package]]9193name = "ref-cast-impl"9194version = "1.0.14"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"9197dependencies = [9198 "proc-macro2",9199 "quote",9200 "syn",9201]92029203[[package]]9204name = "regalloc2"9205version = "0.3.2"9206source = "registry+https://github.com/rust-lang/crates.io-index"9207checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9208dependencies = [9209 "fxhash",9210 "log",9211 "slice-group-by",9212 "smallvec",9213]92149215[[package]]9216name = "regex"9217version = "1.7.0"9218source = "registry+https://github.com/rust-lang/crates.io-index"9219checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9220dependencies = [9221 "aho-corasick",9222 "memchr",9223 "regex-syntax",9224]92259226[[package]]9227name = "regex-automata"9228version = "0.1.10"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9231dependencies = [9232 "regex-syntax",9233]92349235[[package]]9236name = "regex-syntax"9237version = "0.6.28"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"92409241[[package]]9242name = "remove_dir_all"9243version = "0.5.3"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9246dependencies = [9247 "winapi",9248]92499250[[package]]9251name = "resolv-conf"9252version = "0.7.0"9253source = "registry+https://github.com/rust-lang/crates.io-index"9254checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9255dependencies = [9256 "hostname",9257 "quick-error",9258]92599260[[package]]9261name = "rfc6979"9262version = "0.3.1"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9265dependencies = [9266 "crypto-bigint",9267 "hmac 0.12.1",9268 "zeroize",9269]92709271[[package]]9272name = "ring"9273version = "0.16.20"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9276dependencies = [9277 "cc",9278 "libc",9279 "once_cell",9280 "spin",9281 "untrusted",9282 "web-sys",9283 "winapi",9284]92859286[[package]]9287name = "ripemd"9288version = "0.1.3"9289source = "registry+https://github.com/rust-lang/crates.io-index"9290checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9291dependencies = [9292 "digest 0.10.6",9293]92949295[[package]]9296name = "rlp"9297version = "0.5.2"9298source = "registry+https://github.com/rust-lang/crates.io-index"9299checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9300dependencies = [9301 "bytes",9302 "rlp-derive",9303 "rustc-hex",9304]93059306[[package]]9307name = "rlp-derive"9308version = "0.1.0"9309source = "registry+https://github.com/rust-lang/crates.io-index"9310checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9311dependencies = [9312 "proc-macro2",9313 "quote",9314 "syn",9315]93169317[[package]]9318name = "rmrk-rpc"9319version = "0.0.2"9320dependencies = [9321 "parity-scale-codec 2.3.1",9322 "rmrk-traits",9323 "serde",9324 "sp-api",9325 "sp-core",9326 "sp-runtime",9327 "sp-std",9328]93299330[[package]]9331name = "rmrk-traits"9332version = "0.1.0"9333dependencies = [9334 "parity-scale-codec 3.2.1",9335 "scale-info",9336 "serde",9337]93389339[[package]]9340name = "rocksdb"9341version = "0.19.0"9342source = "registry+https://github.com/rust-lang/crates.io-index"9343checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9344dependencies = [9345 "libc",9346 "librocksdb-sys",9347]93489349[[package]]9350name = "rococo-runtime"9351version = "0.9.36"9352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9353dependencies = [9354 "beefy-merkle-tree",9355 "frame-benchmarking",9356 "frame-executive",9357 "frame-support",9358 "frame-system",9359 "frame-system-benchmarking",9360 "frame-system-rpc-runtime-api",9361 "hex-literal",9362 "log",9363 "pallet-authority-discovery",9364 "pallet-authorship",9365 "pallet-babe",9366 "pallet-balances",9367 "pallet-beefy",9368 "pallet-beefy-mmr",9369 "pallet-bounties",9370 "pallet-child-bounties",9371 "pallet-collective",9372 "pallet-democracy",9373 "pallet-elections-phragmen",9374 "pallet-grandpa",9375 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",9376 "pallet-im-online",9377 "pallet-indices",9378 "pallet-membership",9379 "pallet-mmr",9380 "pallet-multisig",9381 "pallet-nis",9382 "pallet-offences",9383 "pallet-preimage",9384 "pallet-proxy",9385 "pallet-recovery",9386 "pallet-scheduler",9387 "pallet-session",9388 "pallet-society",9389 "pallet-staking",9390 "pallet-state-trie-migration",9391 "pallet-sudo",9392 "pallet-timestamp",9393 "pallet-tips",9394 "pallet-transaction-payment",9395 "pallet-transaction-payment-rpc-runtime-api",9396 "pallet-treasury",9397 "pallet-utility",9398 "pallet-vesting",9399 "pallet-xcm",9400 "pallet-xcm-benchmarks",9401 "parity-scale-codec 3.2.1",9402 "polkadot-parachain",9403 "polkadot-primitives",9404 "polkadot-runtime-common",9405 "polkadot-runtime-parachains",9406 "rococo-runtime-constants",9407 "scale-info",9408 "serde",9409 "serde_derive",9410 "smallvec",9411 "sp-api",9412 "sp-authority-discovery",9413 "sp-beefy",9414 "sp-block-builder",9415 "sp-consensus-babe",9416 "sp-core",9417 "sp-inherents",9418 "sp-io",9419 "sp-mmr-primitives",9420 "sp-offchain",9421 "sp-runtime",9422 "sp-session",9423 "sp-staking",9424 "sp-std",9425 "sp-transaction-pool",9426 "sp-version",9427 "static_assertions",9428 "substrate-wasm-builder",9429 "xcm",9430 "xcm-builder",9431 "xcm-executor",9432]94339434[[package]]9435name = "rococo-runtime-constants"9436version = "0.9.36"9437source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9438dependencies = [9439 "frame-support",9440 "polkadot-primitives",9441 "polkadot-runtime-common",9442 "smallvec",9443 "sp-core",9444 "sp-runtime",9445 "sp-weights",9446]94479448[[package]]9449name = "rpassword"9450version = "7.2.0"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9453dependencies = [9454 "libc",9455 "rtoolbox",9456 "winapi",9457]94589459[[package]]9460name = "rtnetlink"9461version = "0.10.1"9462source = "registry+https://github.com/rust-lang/crates.io-index"9463checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9464dependencies = [9465 "async-global-executor",9466 "futures 0.3.25",9467 "log",9468 "netlink-packet-route",9469 "netlink-proto",9470 "nix",9471 "thiserror",9472]94739474[[package]]9475name = "rtoolbox"9476version = "0.0.1"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9479dependencies = [9480 "libc",9481 "winapi",9482]94839484[[package]]9485name = "rustc-demangle"9486version = "0.1.21"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94899490[[package]]9491name = "rustc-hash"9492version = "1.1.0"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94959496[[package]]9497name = "rustc-hex"9498version = "2.1.0"9499source = "registry+https://github.com/rust-lang/crates.io-index"9500checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"95019502[[package]]9503name = "rustc_version"9504version = "0.2.3"9505source = "registry+https://github.com/rust-lang/crates.io-index"9506checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9507dependencies = [9508 "semver 0.9.0",9509]95109511[[package]]9512name = "rustc_version"9513version = "0.4.0"9514source = "registry+https://github.com/rust-lang/crates.io-index"9515checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9516dependencies = [9517 "semver 1.0.16",9518]95199520[[package]]9521name = "rustix"9522version = "0.35.13"9523source = "registry+https://github.com/rust-lang/crates.io-index"9524checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9525dependencies = [9526 "bitflags",9527 "errno",9528 "io-lifetimes 0.7.5",9529 "libc",9530 "linux-raw-sys 0.0.46",9531 "windows-sys 0.42.0",9532]95339534[[package]]9535name = "rustix"9536version = "0.36.5"9537source = "registry+https://github.com/rust-lang/crates.io-index"9538checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9539dependencies = [9540 "bitflags",9541 "errno",9542 "io-lifetimes 1.0.3",9543 "libc",9544 "linux-raw-sys 0.1.4",9545 "windows-sys 0.42.0",9546]95479548[[package]]9549name = "rustls"9550version = "0.20.7"9551source = "registry+https://github.com/rust-lang/crates.io-index"9552checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9553dependencies = [9554 "log",9555 "ring",9556 "sct",9557 "webpki",9558]95599560[[package]]9561name = "rustls-native-certs"9562version = "0.6.2"9563source = "registry+https://github.com/rust-lang/crates.io-index"9564checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9565dependencies = [9566 "openssl-probe",9567 "rustls-pemfile",9568 "schannel",9569 "security-framework",9570]95719572[[package]]9573name = "rustls-pemfile"9574version = "1.0.1"9575source = "registry+https://github.com/rust-lang/crates.io-index"9576checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9577dependencies = [9578 "base64",9579]95809581[[package]]9582name = "rustversion"9583version = "1.0.11"9584source = "registry+https://github.com/rust-lang/crates.io-index"9585checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"95869587[[package]]9588name = "rw-stream-sink"9589version = "0.3.0"9590source = "registry+https://github.com/rust-lang/crates.io-index"9591checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9592dependencies = [9593 "futures 0.3.25",9594 "pin-project",9595 "static_assertions",9596]95979598[[package]]9599name = "ryu"9600version = "1.0.12"9601source = "registry+https://github.com/rust-lang/crates.io-index"9602checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"96039604[[package]]9605name = "safe-mix"9606version = "1.0.1"9607source = "registry+https://github.com/rust-lang/crates.io-index"9608checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9609dependencies = [9610 "rustc_version 0.2.3",9611]96129613[[package]]9614name = "same-file"9615version = "1.0.6"9616source = "registry+https://github.com/rust-lang/crates.io-index"9617checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9618dependencies = [9619 "winapi-util",9620]96219622[[package]]9623name = "sc-allocator"9624version = "4.1.0-dev"9625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9626dependencies = [9627 "log",9628 "sp-core",9629 "sp-wasm-interface",9630 "thiserror",9631]96329633[[package]]9634name = "sc-authority-discovery"9635version = "0.10.0-dev"9636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9637dependencies = [9638 "async-trait",9639 "futures 0.3.25",9640 "futures-timer",9641 "ip_network",9642 "libp2p",9643 "log",9644 "parity-scale-codec 3.2.1",9645 "prost",9646 "prost-build",9647 "rand 0.7.3",9648 "sc-client-api",9649 "sc-network-common",9650 "sp-api",9651 "sp-authority-discovery",9652 "sp-blockchain",9653 "sp-core",9654 "sp-keystore",9655 "sp-runtime",9656 "substrate-prometheus-endpoint",9657 "thiserror",9658]96599660[[package]]9661name = "sc-basic-authorship"9662version = "0.10.0-dev"9663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9664dependencies = [9665 "futures 0.3.25",9666 "futures-timer",9667 "log",9668 "parity-scale-codec 3.2.1",9669 "sc-block-builder",9670 "sc-client-api",9671 "sc-proposer-metrics",9672 "sc-telemetry",9673 "sc-transaction-pool-api",9674 "sp-api",9675 "sp-blockchain",9676 "sp-consensus",9677 "sp-core",9678 "sp-inherents",9679 "sp-runtime",9680 "substrate-prometheus-endpoint",9681]96829683[[package]]9684name = "sc-block-builder"9685version = "0.10.0-dev"9686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9687dependencies = [9688 "parity-scale-codec 3.2.1",9689 "sc-client-api",9690 "sp-api",9691 "sp-block-builder",9692 "sp-blockchain",9693 "sp-core",9694 "sp-inherents",9695 "sp-runtime",9696 "sp-state-machine",9697]96989699[[package]]9700name = "sc-chain-spec"9701version = "4.0.0-dev"9702source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9703dependencies = [9704 "impl-trait-for-tuples",9705 "memmap2",9706 "parity-scale-codec 3.2.1",9707 "sc-chain-spec-derive",9708 "sc-network-common",9709 "sc-telemetry",9710 "serde",9711 "serde_json",9712 "sp-core",9713 "sp-runtime",9714]97159716[[package]]9717name = "sc-chain-spec-derive"9718version = "4.0.0-dev"9719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9720dependencies = [9721 "proc-macro-crate",9722 "proc-macro2",9723 "quote",9724 "syn",9725]97269727[[package]]9728name = "sc-cli"9729version = "0.10.0-dev"9730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9731dependencies = [9732 "array-bytes 4.2.0",9733 "chrono",9734 "clap",9735 "fdlimit",9736 "futures 0.3.25",9737 "libp2p",9738 "log",9739 "names",9740 "parity-scale-codec 3.2.1",9741 "rand 0.7.3",9742 "regex",9743 "rpassword",9744 "sc-client-api",9745 "sc-client-db",9746 "sc-keystore",9747 "sc-network",9748 "sc-network-common",9749 "sc-service",9750 "sc-telemetry",9751 "sc-tracing",9752 "sc-utils",9753 "serde",9754 "serde_json",9755 "sp-blockchain",9756 "sp-core",9757 "sp-keyring",9758 "sp-keystore",9759 "sp-panic-handler",9760 "sp-runtime",9761 "sp-version",9762 "thiserror",9763 "tiny-bip39",9764 "tokio",9765]97669767[[package]]9768name = "sc-client-api"9769version = "4.0.0-dev"9770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9771dependencies = [9772 "fnv",9773 "futures 0.3.25",9774 "hash-db",9775 "log",9776 "parity-scale-codec 3.2.1",9777 "parking_lot 0.12.1",9778 "sc-executor",9779 "sc-transaction-pool-api",9780 "sc-utils",9781 "sp-api",9782 "sp-blockchain",9783 "sp-consensus",9784 "sp-core",9785 "sp-database",9786 "sp-externalities",9787 "sp-keystore",9788 "sp-runtime",9789 "sp-state-machine",9790 "sp-storage",9791 "sp-trie",9792 "substrate-prometheus-endpoint",9793]97949795[[package]]9796name = "sc-client-db"9797version = "0.10.0-dev"9798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9799dependencies = [9800 "hash-db",9801 "kvdb",9802 "kvdb-memorydb",9803 "kvdb-rocksdb",9804 "linked-hash-map",9805 "log",9806 "parity-db",9807 "parity-scale-codec 3.2.1",9808 "parking_lot 0.12.1",9809 "sc-client-api",9810 "sc-state-db",9811 "sp-arithmetic",9812 "sp-blockchain",9813 "sp-core",9814 "sp-database",9815 "sp-runtime",9816 "sp-state-machine",9817 "sp-trie",9818]98199820[[package]]9821name = "sc-consensus"9822version = "0.10.0-dev"9823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9824dependencies = [9825 "async-trait",9826 "futures 0.3.25",9827 "futures-timer",9828 "libp2p",9829 "log",9830 "mockall",9831 "parking_lot 0.12.1",9832 "sc-client-api",9833 "sc-utils",9834 "serde",9835 "sp-api",9836 "sp-blockchain",9837 "sp-consensus",9838 "sp-core",9839 "sp-runtime",9840 "sp-state-machine",9841 "substrate-prometheus-endpoint",9842 "thiserror",9843]98449845[[package]]9846name = "sc-consensus-aura"9847version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9849dependencies = [9850 "async-trait",9851 "futures 0.3.25",9852 "log",9853 "parity-scale-codec 3.2.1",9854 "sc-block-builder",9855 "sc-client-api",9856 "sc-consensus",9857 "sc-consensus-slots",9858 "sc-telemetry",9859 "sp-api",9860 "sp-application-crypto",9861 "sp-block-builder",9862 "sp-blockchain",9863 "sp-consensus",9864 "sp-consensus-aura",9865 "sp-consensus-slots",9866 "sp-core",9867 "sp-inherents",9868 "sp-keystore",9869 "sp-runtime",9870 "substrate-prometheus-endpoint",9871 "thiserror",9872]98739874[[package]]9875name = "sc-consensus-babe"9876version = "0.10.0-dev"9877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9878dependencies = [9879 "async-trait",9880 "fork-tree",9881 "futures 0.3.25",9882 "log",9883 "merlin",9884 "num-bigint",9885 "num-rational",9886 "num-traits",9887 "parity-scale-codec 3.2.1",9888 "parking_lot 0.12.1",9889 "sc-client-api",9890 "sc-consensus",9891 "sc-consensus-epochs",9892 "sc-consensus-slots",9893 "sc-keystore",9894 "sc-telemetry",9895 "schnorrkel",9896 "serde",9897 "sp-api",9898 "sp-application-crypto",9899 "sp-block-builder",9900 "sp-blockchain",9901 "sp-consensus",9902 "sp-consensus-babe",9903 "sp-consensus-slots",9904 "sp-consensus-vrf",9905 "sp-core",9906 "sp-inherents",9907 "sp-io",9908 "sp-keystore",9909 "sp-runtime",9910 "sp-version",9911 "substrate-prometheus-endpoint",9912 "thiserror",9913]99149915[[package]]9916name = "sc-consensus-babe-rpc"9917version = "0.10.0-dev"9918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9919dependencies = [9920 "futures 0.3.25",9921 "jsonrpsee",9922 "sc-consensus-babe",9923 "sc-consensus-epochs",9924 "sc-rpc-api",9925 "serde",9926 "sp-api",9927 "sp-application-crypto",9928 "sp-blockchain",9929 "sp-consensus",9930 "sp-consensus-babe",9931 "sp-core",9932 "sp-keystore",9933 "sp-runtime",9934 "thiserror",9935]99369937[[package]]9938name = "sc-consensus-epochs"9939version = "0.10.0-dev"9940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9941dependencies = [9942 "fork-tree",9943 "parity-scale-codec 3.2.1",9944 "sc-client-api",9945 "sc-consensus",9946 "sp-blockchain",9947 "sp-runtime",9948]99499950[[package]]9951name = "sc-consensus-manual-seal"9952version = "0.10.0-dev"9953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9954dependencies = [9955 "assert_matches",9956 "async-trait",9957 "futures 0.3.25",9958 "jsonrpsee",9959 "log",9960 "parity-scale-codec 3.2.1",9961 "sc-client-api",9962 "sc-consensus",9963 "sc-consensus-aura",9964 "sc-consensus-babe",9965 "sc-consensus-epochs",9966 "sc-transaction-pool",9967 "sc-transaction-pool-api",9968 "serde",9969 "sp-api",9970 "sp-blockchain",9971 "sp-consensus",9972 "sp-consensus-aura",9973 "sp-consensus-babe",9974 "sp-consensus-slots",9975 "sp-core",9976 "sp-inherents",9977 "sp-keystore",9978 "sp-runtime",9979 "sp-timestamp",9980 "substrate-prometheus-endpoint",9981 "thiserror",9982]99839984[[package]]9985name = "sc-consensus-slots"9986version = "0.10.0-dev"9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9988dependencies = [9989 "async-trait",9990 "futures 0.3.25",9991 "futures-timer",9992 "log",9993 "parity-scale-codec 3.2.1",9994 "sc-client-api",9995 "sc-consensus",9996 "sc-telemetry",9997 "sp-arithmetic",9998 "sp-blockchain",9999 "sp-consensus",10000 "sp-consensus-slots",10001 "sp-core",10002 "sp-inherents",10003 "sp-runtime",10004 "sp-state-machine",10005 "thiserror",10006]1000710008[[package]]10009name = "sc-executor"10010version = "0.10.0-dev"10011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10012dependencies = [10013 "lru",10014 "parity-scale-codec 3.2.1",10015 "parking_lot 0.12.1",10016 "sc-executor-common",10017 "sc-executor-wasmi",10018 "sc-executor-wasmtime",10019 "sp-api",10020 "sp-core",10021 "sp-externalities",10022 "sp-io",10023 "sp-panic-handler",10024 "sp-runtime-interface",10025 "sp-trie",10026 "sp-version",10027 "sp-wasm-interface",10028 "tracing",10029 "wasmi",10030]1003110032[[package]]10033name = "sc-executor-common"10034version = "0.10.0-dev"10035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10036dependencies = [10037 "sc-allocator",10038 "sp-maybe-compressed-blob",10039 "sp-wasm-interface",10040 "thiserror",10041 "wasm-instrument",10042 "wasmi",10043]1004410045[[package]]10046name = "sc-executor-wasmi"10047version = "0.10.0-dev"10048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10049dependencies = [10050 "log",10051 "sc-allocator",10052 "sc-executor-common",10053 "sp-runtime-interface",10054 "sp-wasm-interface",10055 "wasmi",10056]1005710058[[package]]10059name = "sc-executor-wasmtime"10060version = "0.10.0-dev"10061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10062dependencies = [10063 "cfg-if",10064 "libc",10065 "log",10066 "once_cell",10067 "rustix 0.35.13",10068 "sc-allocator",10069 "sc-executor-common",10070 "sp-runtime-interface",10071 "sp-wasm-interface",10072 "wasmtime",10073]1007410075[[package]]10076name = "sc-finality-grandpa"10077version = "0.10.0-dev"10078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10079dependencies = [10080 "ahash",10081 "array-bytes 4.2.0",10082 "async-trait",10083 "dyn-clone",10084 "finality-grandpa",10085 "fork-tree",10086 "futures 0.3.25",10087 "futures-timer",10088 "log",10089 "parity-scale-codec 3.2.1",10090 "parking_lot 0.12.1",10091 "rand 0.8.5",10092 "sc-block-builder",10093 "sc-chain-spec",10094 "sc-client-api",10095 "sc-consensus",10096 "sc-keystore",10097 "sc-network",10098 "sc-network-common",10099 "sc-network-gossip",10100 "sc-telemetry",10101 "sc-utils",10102 "serde_json",10103 "sp-api",10104 "sp-application-crypto",10105 "sp-arithmetic",10106 "sp-blockchain",10107 "sp-consensus",10108 "sp-core",10109 "sp-finality-grandpa",10110 "sp-keystore",10111 "sp-runtime",10112 "substrate-prometheus-endpoint",10113 "thiserror",10114]1011510116[[package]]10117name = "sc-finality-grandpa-rpc"10118version = "0.10.0-dev"10119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10120dependencies = [10121 "finality-grandpa",10122 "futures 0.3.25",10123 "jsonrpsee",10124 "log",10125 "parity-scale-codec 3.2.1",10126 "sc-client-api",10127 "sc-finality-grandpa",10128 "sc-rpc",10129 "serde",10130 "serde_json",10131 "sp-blockchain",10132 "sp-core",10133 "sp-runtime",10134 "thiserror",10135]1013610137[[package]]10138name = "sc-informant"10139version = "0.10.0-dev"10140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10141dependencies = [10142 "ansi_term",10143 "futures 0.3.25",10144 "futures-timer",10145 "log",10146 "sc-client-api",10147 "sc-network-common",10148 "sc-transaction-pool-api",10149 "sp-blockchain",10150 "sp-runtime",10151]1015210153[[package]]10154name = "sc-keystore"10155version = "4.0.0-dev"10156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10157dependencies = [10158 "array-bytes 4.2.0",10159 "async-trait",10160 "parking_lot 0.12.1",10161 "serde_json",10162 "sp-application-crypto",10163 "sp-core",10164 "sp-keystore",10165 "thiserror",10166]1016710168[[package]]10169name = "sc-network"10170version = "0.10.0-dev"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10172dependencies = [10173 "array-bytes 4.2.0",10174 "async-trait",10175 "asynchronous-codec",10176 "bitflags",10177 "bytes",10178 "cid",10179 "either",10180 "fnv",10181 "fork-tree",10182 "futures 0.3.25",10183 "futures-timer",10184 "ip_network",10185 "libp2p",10186 "linked-hash-map",10187 "linked_hash_set",10188 "log",10189 "lru",10190 "parity-scale-codec 3.2.1",10191 "parking_lot 0.12.1",10192 "pin-project",10193 "prost",10194 "rand 0.7.3",10195 "sc-block-builder",10196 "sc-client-api",10197 "sc-consensus",10198 "sc-network-common",10199 "sc-peerset",10200 "sc-utils",10201 "serde",10202 "serde_json",10203 "smallvec",10204 "sp-arithmetic",10205 "sp-blockchain",10206 "sp-consensus",10207 "sp-core",10208 "sp-runtime",10209 "substrate-prometheus-endpoint",10210 "thiserror",10211 "unsigned-varint",10212 "zeroize",10213]1021410215[[package]]10216name = "sc-network-bitswap"10217version = "0.10.0-dev"10218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10219dependencies = [10220 "cid",10221 "futures 0.3.25",10222 "libp2p",10223 "log",10224 "prost",10225 "prost-build",10226 "sc-client-api",10227 "sc-network-common",10228 "sp-blockchain",10229 "sp-runtime",10230 "thiserror",10231 "unsigned-varint",10232 "void",10233]1023410235[[package]]10236name = "sc-network-common"10237version = "0.10.0-dev"10238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10239dependencies = [10240 "async-trait",10241 "bitflags",10242 "bytes",10243 "futures 0.3.25",10244 "futures-timer",10245 "libp2p",10246 "linked_hash_set",10247 "parity-scale-codec 3.2.1",10248 "prost-build",10249 "sc-consensus",10250 "sc-peerset",10251 "serde",10252 "smallvec",10253 "sp-blockchain",10254 "sp-consensus",10255 "sp-finality-grandpa",10256 "sp-runtime",10257 "substrate-prometheus-endpoint",10258 "thiserror",10259]1026010261[[package]]10262name = "sc-network-gossip"10263version = "0.10.0-dev"10264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10265dependencies = [10266 "ahash",10267 "futures 0.3.25",10268 "futures-timer",10269 "libp2p",10270 "log",10271 "lru",10272 "sc-network-common",10273 "sc-peerset",10274 "sp-runtime",10275 "substrate-prometheus-endpoint",10276 "tracing",10277]1027810279[[package]]10280name = "sc-network-light"10281version = "0.10.0-dev"10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10283dependencies = [10284 "array-bytes 4.2.0",10285 "futures 0.3.25",10286 "libp2p",10287 "log",10288 "parity-scale-codec 3.2.1",10289 "prost",10290 "prost-build",10291 "sc-client-api",10292 "sc-network-common",10293 "sc-peerset",10294 "sp-blockchain",10295 "sp-core",10296 "sp-runtime",10297 "thiserror",10298]1029910300[[package]]10301name = "sc-network-sync"10302version = "0.10.0-dev"10303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10304dependencies = [10305 "array-bytes 4.2.0",10306 "async-trait",10307 "fork-tree",10308 "futures 0.3.25",10309 "libp2p",10310 "log",10311 "lru",10312 "mockall",10313 "parity-scale-codec 3.2.1",10314 "prost",10315 "prost-build",10316 "sc-client-api",10317 "sc-consensus",10318 "sc-network-common",10319 "sc-peerset",10320 "sc-utils",10321 "smallvec",10322 "sp-arithmetic",10323 "sp-blockchain",10324 "sp-consensus",10325 "sp-core",10326 "sp-finality-grandpa",10327 "sp-runtime",10328 "substrate-prometheus-endpoint",10329 "thiserror",10330]1033110332[[package]]10333name = "sc-network-transactions"10334version = "0.10.0-dev"10335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10336dependencies = [10337 "array-bytes 4.2.0",10338 "futures 0.3.25",10339 "hex",10340 "libp2p",10341 "log",10342 "parity-scale-codec 3.2.1",10343 "pin-project",10344 "sc-network-common",10345 "sc-peerset",10346 "sp-consensus",10347 "sp-runtime",10348 "substrate-prometheus-endpoint",10349]1035010351[[package]]10352name = "sc-offchain"10353version = "4.0.0-dev"10354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10355dependencies = [10356 "array-bytes 4.2.0",10357 "bytes",10358 "fnv",10359 "futures 0.3.25",10360 "futures-timer",10361 "hyper",10362 "hyper-rustls",10363 "libp2p",10364 "num_cpus",10365 "once_cell",10366 "parity-scale-codec 3.2.1",10367 "parking_lot 0.12.1",10368 "rand 0.7.3",10369 "sc-client-api",10370 "sc-network-common",10371 "sc-peerset",10372 "sc-utils",10373 "sp-api",10374 "sp-core",10375 "sp-offchain",10376 "sp-runtime",10377 "threadpool",10378 "tracing",10379]1038010381[[package]]10382name = "sc-peerset"10383version = "4.0.0-dev"10384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10385dependencies = [10386 "futures 0.3.25",10387 "libp2p",10388 "log",10389 "sc-utils",10390 "serde_json",10391 "wasm-timer",10392]1039310394[[package]]10395name = "sc-proposer-metrics"10396version = "0.10.0-dev"10397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10398dependencies = [10399 "log",10400 "substrate-prometheus-endpoint",10401]1040210403[[package]]10404name = "sc-rpc"10405version = "4.0.0-dev"10406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10407dependencies = [10408 "futures 0.3.25",10409 "hash-db",10410 "jsonrpsee",10411 "log",10412 "parity-scale-codec 3.2.1",10413 "parking_lot 0.12.1",10414 "sc-block-builder",10415 "sc-chain-spec",10416 "sc-client-api",10417 "sc-rpc-api",10418 "sc-tracing",10419 "sc-transaction-pool-api",10420 "sc-utils",10421 "serde_json",10422 "sp-api",10423 "sp-blockchain",10424 "sp-core",10425 "sp-keystore",10426 "sp-offchain",10427 "sp-rpc",10428 "sp-runtime",10429 "sp-session",10430 "sp-version",10431]1043210433[[package]]10434name = "sc-rpc-api"10435version = "0.10.0-dev"10436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10437dependencies = [10438 "futures 0.3.25",10439 "jsonrpsee",10440 "log",10441 "parity-scale-codec 3.2.1",10442 "parking_lot 0.12.1",10443 "sc-chain-spec",10444 "sc-transaction-pool-api",10445 "scale-info",10446 "serde",10447 "serde_json",10448 "sp-core",10449 "sp-rpc",10450 "sp-runtime",10451 "sp-tracing",10452 "sp-version",10453 "thiserror",10454]1045510456[[package]]10457name = "sc-rpc-server"10458version = "4.0.0-dev"10459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10460dependencies = [10461 "futures 0.3.25",10462 "http",10463 "jsonrpsee",10464 "log",10465 "serde_json",10466 "substrate-prometheus-endpoint",10467 "tokio",10468 "tower",10469 "tower-http",10470]1047110472[[package]]10473name = "sc-rpc-spec-v2"10474version = "0.10.0-dev"10475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10476dependencies = [10477 "futures 0.3.25",10478 "hex",10479 "jsonrpsee",10480 "parity-scale-codec 3.2.1",10481 "sc-chain-spec",10482 "sc-transaction-pool-api",10483 "serde",10484 "sp-api",10485 "sp-blockchain",10486 "sp-core",10487 "sp-runtime",10488 "thiserror",10489]1049010491[[package]]10492name = "sc-service"10493version = "0.10.0-dev"10494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10495dependencies = [10496 "async-trait",10497 "directories",10498 "exit-future",10499 "futures 0.3.25",10500 "futures-timer",10501 "hash-db",10502 "jsonrpsee",10503 "log",10504 "parity-scale-codec 3.2.1",10505 "parking_lot 0.12.1",10506 "pin-project",10507 "rand 0.7.3",10508 "sc-block-builder",10509 "sc-chain-spec",10510 "sc-client-api",10511 "sc-client-db",10512 "sc-consensus",10513 "sc-executor",10514 "sc-informant",10515 "sc-keystore",10516 "sc-network",10517 "sc-network-bitswap",10518 "sc-network-common",10519 "sc-network-light",10520 "sc-network-sync",10521 "sc-network-transactions",10522 "sc-offchain",10523 "sc-rpc",10524 "sc-rpc-server",10525 "sc-rpc-spec-v2",10526 "sc-sysinfo",10527 "sc-telemetry",10528 "sc-tracing",10529 "sc-transaction-pool",10530 "sc-transaction-pool-api",10531 "sc-utils",10532 "serde",10533 "serde_json",10534 "sp-api",10535 "sp-application-crypto",10536 "sp-block-builder",10537 "sp-blockchain",10538 "sp-consensus",10539 "sp-core",10540 "sp-externalities",10541 "sp-inherents",10542 "sp-keystore",10543 "sp-runtime",10544 "sp-session",10545 "sp-state-machine",10546 "sp-storage",10547 "sp-tracing",10548 "sp-transaction-pool",10549 "sp-transaction-storage-proof",10550 "sp-trie",10551 "sp-version",10552 "static_init 1.0.3",10553 "substrate-prometheus-endpoint",10554 "tempfile",10555 "thiserror",10556 "tokio",10557 "tracing",10558 "tracing-futures",10559]1056010561[[package]]10562name = "sc-state-db"10563version = "0.10.0-dev"10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10565dependencies = [10566 "log",10567 "parity-scale-codec 3.2.1",10568 "parking_lot 0.12.1",10569 "sc-client-api",10570 "sp-core",10571]1057210573[[package]]10574name = "sc-sync-state-rpc"10575version = "0.10.0-dev"10576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10577dependencies = [10578 "jsonrpsee",10579 "parity-scale-codec 3.2.1",10580 "sc-chain-spec",10581 "sc-client-api",10582 "sc-consensus-babe",10583 "sc-consensus-epochs",10584 "sc-finality-grandpa",10585 "serde",10586 "serde_json",10587 "sp-blockchain",10588 "sp-runtime",10589 "thiserror",10590]1059110592[[package]]10593name = "sc-sysinfo"10594version = "6.0.0-dev"10595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10596dependencies = [10597 "futures 0.3.25",10598 "libc",10599 "log",10600 "rand 0.7.3",10601 "rand_pcg 0.2.1",10602 "regex",10603 "sc-telemetry",10604 "serde",10605 "serde_json",10606 "sp-core",10607 "sp-io",10608 "sp-std",10609]1061010611[[package]]10612name = "sc-telemetry"10613version = "4.0.0-dev"10614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10615dependencies = [10616 "chrono",10617 "futures 0.3.25",10618 "libp2p",10619 "log",10620 "parking_lot 0.12.1",10621 "pin-project",10622 "rand 0.7.3",10623 "serde",10624 "serde_json",10625 "thiserror",10626 "wasm-timer",10627]1062810629[[package]]10630name = "sc-tracing"10631version = "4.0.0-dev"10632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10633dependencies = [10634 "ansi_term",10635 "atty",10636 "chrono",10637 "lazy_static",10638 "libc",10639 "log",10640 "once_cell",10641 "parking_lot 0.12.1",10642 "regex",10643 "rustc-hash",10644 "sc-client-api",10645 "sc-rpc-server",10646 "sc-tracing-proc-macro",10647 "serde",10648 "sp-api",10649 "sp-blockchain",10650 "sp-core",10651 "sp-rpc",10652 "sp-runtime",10653 "sp-tracing",10654 "thiserror",10655 "tracing",10656 "tracing-log",10657 "tracing-subscriber",10658]1065910660[[package]]10661name = "sc-tracing-proc-macro"10662version = "4.0.0-dev"10663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10664dependencies = [10665 "proc-macro-crate",10666 "proc-macro2",10667 "quote",10668 "syn",10669]1067010671[[package]]10672name = "sc-transaction-pool"10673version = "4.0.0-dev"10674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10675dependencies = [10676 "async-trait",10677 "futures 0.3.25",10678 "futures-timer",10679 "linked-hash-map",10680 "log",10681 "parity-scale-codec 3.2.1",10682 "parking_lot 0.12.1",10683 "sc-client-api",10684 "sc-transaction-pool-api",10685 "sc-utils",10686 "serde",10687 "sp-api",10688 "sp-blockchain",10689 "sp-core",10690 "sp-runtime",10691 "sp-tracing",10692 "sp-transaction-pool",10693 "substrate-prometheus-endpoint",10694 "thiserror",10695]1069610697[[package]]10698name = "sc-transaction-pool-api"10699version = "4.0.0-dev"10700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10701dependencies = [10702 "async-trait",10703 "futures 0.3.25",10704 "log",10705 "serde",10706 "sp-blockchain",10707 "sp-runtime",10708 "thiserror",10709]1071010711[[package]]10712name = "sc-utils"10713version = "4.0.0-dev"10714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10715dependencies = [10716 "futures 0.3.25",10717 "futures-timer",10718 "lazy_static",10719 "log",10720 "parking_lot 0.12.1",10721 "prometheus",10722]1072310724[[package]]10725name = "scale-info"10726version = "2.3.1"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10729dependencies = [10730 "bitvec 1.0.1",10731 "cfg-if",10732 "derive_more",10733 "parity-scale-codec 3.2.1",10734 "scale-info-derive",10735 "serde",10736]1073710738[[package]]10739name = "scale-info-derive"10740version = "2.3.1"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"10743dependencies = [10744 "proc-macro-crate",10745 "proc-macro2",10746 "quote",10747 "syn",10748]1074910750[[package]]10751name = "schannel"10752version = "0.1.20"10753source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10755dependencies = [10756 "lazy_static",10757 "windows-sys 0.36.1",10758]1075910760[[package]]10761name = "schnorrkel"10762version = "0.9.1"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10765dependencies = [10766 "arrayref",10767 "arrayvec 0.5.2",10768 "curve25519-dalek 2.1.3",10769 "getrandom 0.1.16",10770 "merlin",10771 "rand 0.7.3",10772 "rand_core 0.5.1",10773 "sha2 0.8.2",10774 "subtle",10775 "zeroize",10776]1077710778[[package]]10779name = "scopeguard"10780version = "1.1.0"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1078310784[[package]]10785name = "scratch"10786version = "1.0.3"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"1078910790[[package]]10791name = "sct"10792version = "0.7.0"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10795dependencies = [10796 "ring",10797 "untrusted",10798]1079910800[[package]]10801name = "sec1"10802version = "0.3.0"10803source = "registry+https://github.com/rust-lang/crates.io-index"10804checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10805dependencies = [10806 "base16ct",10807 "der",10808 "generic-array 0.14.6",10809 "pkcs8",10810 "subtle",10811 "zeroize",10812]1081310814[[package]]10815name = "secp256k1"10816version = "0.24.2"10817source = "registry+https://github.com/rust-lang/crates.io-index"10818checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"10819dependencies = [10820 "secp256k1-sys",10821]1082210823[[package]]10824name = "secp256k1-sys"10825version = "0.6.1"10826source = "registry+https://github.com/rust-lang/crates.io-index"10827checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10828dependencies = [10829 "cc",10830]1083110832[[package]]10833name = "secrecy"10834version = "0.8.0"10835source = "registry+https://github.com/rust-lang/crates.io-index"10836checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10837dependencies = [10838 "zeroize",10839]1084010841[[package]]10842name = "security-framework"10843version = "2.7.0"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10846dependencies = [10847 "bitflags",10848 "core-foundation",10849 "core-foundation-sys",10850 "libc",10851 "security-framework-sys",10852]1085310854[[package]]10855name = "security-framework-sys"10856version = "2.6.1"10857source = "registry+https://github.com/rust-lang/crates.io-index"10858checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10859dependencies = [10860 "core-foundation-sys",10861 "libc",10862]1086310864[[package]]10865name = "semver"10866version = "0.6.0"10867source = "registry+https://github.com/rust-lang/crates.io-index"10868checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10869dependencies = [10870 "semver-parser",10871]1087210873[[package]]10874name = "semver"10875version = "0.9.0"10876source = "registry+https://github.com/rust-lang/crates.io-index"10877checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10878dependencies = [10879 "semver-parser",10880]1088110882[[package]]10883name = "semver"10884version = "1.0.16"10885source = "registry+https://github.com/rust-lang/crates.io-index"10886checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"10887dependencies = [10888 "serde",10889]1089010891[[package]]10892name = "semver-parser"10893version = "0.7.0"10894source = "registry+https://github.com/rust-lang/crates.io-index"10895checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1089610897[[package]]10898name = "serde"10899version = "1.0.151"10900source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"10902dependencies = [10903 "serde_derive",10904]1090510906[[package]]10907name = "serde_derive"10908version = "1.0.151"10909source = "registry+https://github.com/rust-lang/crates.io-index"10910checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"10911dependencies = [10912 "proc-macro2",10913 "quote",10914 "syn",10915]1091610917[[package]]10918name = "serde_json"10919version = "1.0.91"10920source = "registry+https://github.com/rust-lang/crates.io-index"10921checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"10922dependencies = [10923 "itoa",10924 "ryu",10925 "serde",10926]1092710928[[package]]10929name = "serde_nanos"10930version = "0.1.2"10931source = "registry+https://github.com/rust-lang/crates.io-index"10932checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10933dependencies = [10934 "serde",10935]1093610937[[package]]10938name = "sha-1"10939version = "0.9.8"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10942dependencies = [10943 "block-buffer 0.9.0",10944 "cfg-if",10945 "cpufeatures",10946 "digest 0.9.0",10947 "opaque-debug 0.3.0",10948]1094910950[[package]]10951name = "sha1"10952version = "0.10.5"10953source = "registry+https://github.com/rust-lang/crates.io-index"10954checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10955dependencies = [10956 "cfg-if",10957 "cpufeatures",10958 "digest 0.10.6",10959]1096010961[[package]]10962name = "sha2"10963version = "0.8.2"10964source = "registry+https://github.com/rust-lang/crates.io-index"10965checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10966dependencies = [10967 "block-buffer 0.7.3",10968 "digest 0.8.1",10969 "fake-simd",10970 "opaque-debug 0.2.3",10971]1097210973[[package]]10974name = "sha2"10975version = "0.9.9"10976source = "registry+https://github.com/rust-lang/crates.io-index"10977checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10978dependencies = [10979 "block-buffer 0.9.0",10980 "cfg-if",10981 "cpufeatures",10982 "digest 0.9.0",10983 "opaque-debug 0.3.0",10984]1098510986[[package]]10987name = "sha2"10988version = "0.10.6"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10991dependencies = [10992 "cfg-if",10993 "cpufeatures",10994 "digest 0.10.6",10995]1099610997[[package]]10998name = "sha3"10999version = "0.8.2"11000source = "registry+https://github.com/rust-lang/crates.io-index"11001checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11002dependencies = [11003 "block-buffer 0.7.3",11004 "byte-tools",11005 "digest 0.8.1",11006 "keccak",11007 "opaque-debug 0.2.3",11008]1100911010[[package]]11011name = "sha3"11012version = "0.10.6"11013source = "registry+https://github.com/rust-lang/crates.io-index"11014checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"11015dependencies = [11016 "digest 0.10.6",11017 "keccak",11018]1101911020[[package]]11021name = "sha3-const"11022version = "0.1.1"11023source = "registry+https://github.com/rust-lang/crates.io-index"11024checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1102511026[[package]]11027name = "sharded-slab"11028version = "0.1.4"11029source = "registry+https://github.com/rust-lang/crates.io-index"11030checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11031dependencies = [11032 "lazy_static",11033]1103411035[[package]]11036name = "shlex"11037version = "1.1.0"11038source = "registry+https://github.com/rust-lang/crates.io-index"11039checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1104011041[[package]]11042name = "signal-hook"11043version = "0.3.14"11044source = "registry+https://github.com/rust-lang/crates.io-index"11045checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"11046dependencies = [11047 "libc",11048 "signal-hook-registry",11049]1105011051[[package]]11052name = "signal-hook-registry"11053version = "1.4.0"11054source = "registry+https://github.com/rust-lang/crates.io-index"11055checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11056dependencies = [11057 "libc",11058]1105911060[[package]]11061name = "signature"11062version = "1.6.4"11063source = "registry+https://github.com/rust-lang/crates.io-index"11064checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11065dependencies = [11066 "digest 0.10.6",11067 "rand_core 0.6.4",11068]1106911070[[package]]11071name = "simba"11072version = "0.5.1"11073source = "registry+https://github.com/rust-lang/crates.io-index"11074checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11075dependencies = [11076 "approx",11077 "num-complex",11078 "num-traits",11079 "paste",11080]1108111082[[package]]11083name = "similar"11084version = "2.2.1"11085source = "registry+https://github.com/rust-lang/crates.io-index"11086checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11087dependencies = [11088 "bstr",11089 "unicode-segmentation",11090]1109111092[[package]]11093name = "similar-asserts"11094version = "1.4.2"11095source = "registry+https://github.com/rust-lang/crates.io-index"11096checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11097dependencies = [11098 "console",11099 "similar",11100]1110111102[[package]]11103name = "slab"11104version = "0.4.7"11105source = "registry+https://github.com/rust-lang/crates.io-index"11106checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11107dependencies = [11108 "autocfg",11109]1111011111[[package]]11112name = "slice-group-by"11113version = "0.3.0"11114source = "registry+https://github.com/rust-lang/crates.io-index"11115checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1111611117[[package]]11118name = "slot-range-helper"11119version = "0.9.36"11120source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11121dependencies = [11122 "enumn",11123 "parity-scale-codec 3.2.1",11124 "paste",11125 "sp-runtime",11126 "sp-std",11127]1112811129[[package]]11130name = "slotmap"11131version = "1.0.6"11132source = "registry+https://github.com/rust-lang/crates.io-index"11133checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11134dependencies = [11135 "version_check",11136]1113711138[[package]]11139name = "smallvec"11140version = "1.10.0"11141source = "registry+https://github.com/rust-lang/crates.io-index"11142checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1114311144[[package]]11145name = "snap"11146version = "1.1.0"11147source = "registry+https://github.com/rust-lang/crates.io-index"11148checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1114911150[[package]]11151name = "snow"11152version = "0.9.0"11153source = "registry+https://github.com/rust-lang/crates.io-index"11154checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11155dependencies = [11156 "aes-gcm",11157 "blake2",11158 "chacha20poly1305",11159 "curve25519-dalek 4.0.0-pre.5",11160 "rand_core 0.6.4",11161 "ring",11162 "rustc_version 0.4.0",11163 "sha2 0.10.6",11164 "subtle",11165]1116611167[[package]]11168name = "socket2"11169version = "0.4.7"11170source = "registry+https://github.com/rust-lang/crates.io-index"11171checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11172dependencies = [11173 "libc",11174 "winapi",11175]1117611177[[package]]11178name = "soketto"11179version = "0.7.1"11180source = "registry+https://github.com/rust-lang/crates.io-index"11181checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11182dependencies = [11183 "base64",11184 "bytes",11185 "flate2",11186 "futures 0.3.25",11187 "http",11188 "httparse",11189 "log",11190 "rand 0.8.5",11191 "sha-1",11192]1119311194[[package]]11195name = "sp-api"11196version = "4.0.0-dev"11197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11198dependencies = [11199 "hash-db",11200 "log",11201 "parity-scale-codec 3.2.1",11202 "sp-api-proc-macro",11203 "sp-core",11204 "sp-runtime",11205 "sp-state-machine",11206 "sp-std",11207 "sp-trie",11208 "sp-version",11209 "thiserror",11210]1121111212[[package]]11213name = "sp-api-proc-macro"11214version = "4.0.0-dev"11215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11216dependencies = [11217 "blake2",11218 "proc-macro-crate",11219 "proc-macro2",11220 "quote",11221 "syn",11222]1122311224[[package]]11225name = "sp-application-crypto"11226version = "7.0.0"11227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11228dependencies = [11229 "parity-scale-codec 3.2.1",11230 "scale-info",11231 "serde",11232 "sp-core",11233 "sp-io",11234 "sp-std",11235]1123611237[[package]]11238name = "sp-arithmetic"11239version = "6.0.0"11240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11241dependencies = [11242 "integer-sqrt",11243 "num-traits",11244 "parity-scale-codec 3.2.1",11245 "scale-info",11246 "serde",11247 "sp-debug-derive",11248 "sp-std",11249 "static_assertions",11250]1125111252[[package]]11253name = "sp-authority-discovery"11254version = "4.0.0-dev"11255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11256dependencies = [11257 "parity-scale-codec 3.2.1",11258 "scale-info",11259 "sp-api",11260 "sp-application-crypto",11261 "sp-runtime",11262 "sp-std",11263]1126411265[[package]]11266name = "sp-authorship"11267version = "4.0.0-dev"11268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11269dependencies = [11270 "async-trait",11271 "parity-scale-codec 3.2.1",11272 "sp-inherents",11273 "sp-runtime",11274 "sp-std",11275]1127611277[[package]]11278name = "sp-beefy"11279version = "4.0.0-dev"11280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11281dependencies = [11282 "parity-scale-codec 3.2.1",11283 "scale-info",11284 "serde",11285 "sp-api",11286 "sp-application-crypto",11287 "sp-core",11288 "sp-io",11289 "sp-mmr-primitives",11290 "sp-runtime",11291 "sp-std",11292]1129311294[[package]]11295name = "sp-block-builder"11296version = "4.0.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11298dependencies = [11299 "parity-scale-codec 3.2.1",11300 "sp-api",11301 "sp-inherents",11302 "sp-runtime",11303 "sp-std",11304]1130511306[[package]]11307name = "sp-blockchain"11308version = "4.0.0-dev"11309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11310dependencies = [11311 "futures 0.3.25",11312 "log",11313 "lru",11314 "parity-scale-codec 3.2.1",11315 "parking_lot 0.12.1",11316 "sp-api",11317 "sp-consensus",11318 "sp-database",11319 "sp-runtime",11320 "sp-state-machine",11321 "thiserror",11322]1132311324[[package]]11325name = "sp-consensus"11326version = "0.10.0-dev"11327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11328dependencies = [11329 "async-trait",11330 "futures 0.3.25",11331 "futures-timer",11332 "log",11333 "parity-scale-codec 3.2.1",11334 "sp-core",11335 "sp-inherents",11336 "sp-runtime",11337 "sp-state-machine",11338 "sp-std",11339 "sp-version",11340 "thiserror",11341]1134211343[[package]]11344name = "sp-consensus-aura"11345version = "0.10.0-dev"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11347dependencies = [11348 "async-trait",11349 "parity-scale-codec 3.2.1",11350 "scale-info",11351 "sp-api",11352 "sp-application-crypto",11353 "sp-consensus",11354 "sp-consensus-slots",11355 "sp-inherents",11356 "sp-runtime",11357 "sp-std",11358 "sp-timestamp",11359]1136011361[[package]]11362name = "sp-consensus-babe"11363version = "0.10.0-dev"11364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11365dependencies = [11366 "async-trait",11367 "merlin",11368 "parity-scale-codec 3.2.1",11369 "scale-info",11370 "serde",11371 "sp-api",11372 "sp-application-crypto",11373 "sp-consensus",11374 "sp-consensus-slots",11375 "sp-consensus-vrf",11376 "sp-core",11377 "sp-inherents",11378 "sp-keystore",11379 "sp-runtime",11380 "sp-std",11381 "sp-timestamp",11382]1138311384[[package]]11385name = "sp-consensus-slots"11386version = "0.10.0-dev"11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11388dependencies = [11389 "parity-scale-codec 3.2.1",11390 "scale-info",11391 "serde",11392 "sp-arithmetic",11393 "sp-runtime",11394 "sp-std",11395 "sp-timestamp",11396]1139711398[[package]]11399name = "sp-consensus-vrf"11400version = "0.10.0-dev"11401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11402dependencies = [11403 "parity-scale-codec 3.2.1",11404 "scale-info",11405 "schnorrkel",11406 "sp-core",11407 "sp-runtime",11408 "sp-std",11409]1141011411[[package]]11412name = "sp-core"11413version = "7.0.0"11414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11415dependencies = [11416 "array-bytes 4.2.0",11417 "base58",11418 "bitflags",11419 "blake2",11420 "byteorder",11421 "dyn-clonable",11422 "ed25519-zebra",11423 "futures 0.3.25",11424 "hash-db",11425 "hash256-std-hasher",11426 "impl-serde",11427 "lazy_static",11428 "libsecp256k1",11429 "log",11430 "merlin",11431 "num-traits",11432 "parity-scale-codec 3.2.1",11433 "parking_lot 0.12.1",11434 "primitive-types 0.12.1",11435 "rand 0.7.3",11436 "regex",11437 "scale-info",11438 "schnorrkel",11439 "secp256k1",11440 "secrecy",11441 "serde",11442 "sp-core-hashing",11443 "sp-debug-derive",11444 "sp-externalities",11445 "sp-runtime-interface",11446 "sp-std",11447 "sp-storage",11448 "ss58-registry",11449 "substrate-bip39",11450 "thiserror",11451 "tiny-bip39",11452 "wasmi",11453 "zeroize",11454]1145511456[[package]]11457name = "sp-core-hashing"11458version = "5.0.0"11459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11460dependencies = [11461 "blake2",11462 "byteorder",11463 "digest 0.10.6",11464 "sha2 0.10.6",11465 "sha3 0.10.6",11466 "sp-std",11467 "twox-hash",11468]1146911470[[package]]11471name = "sp-core-hashing-proc-macro"11472version = "5.0.0"11473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11474dependencies = [11475 "proc-macro2",11476 "quote",11477 "sp-core-hashing",11478 "syn",11479]1148011481[[package]]11482name = "sp-database"11483version = "4.0.0-dev"11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11485dependencies = [11486 "kvdb",11487 "parking_lot 0.12.1",11488]1148911490[[package]]11491name = "sp-debug-derive"11492version = "5.0.0"11493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11494dependencies = [11495 "proc-macro2",11496 "quote",11497 "syn",11498]1149911500[[package]]11501name = "sp-externalities"11502version = "0.13.0"11503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11504dependencies = [11505 "environmental",11506 "parity-scale-codec 3.2.1",11507 "sp-std",11508 "sp-storage",11509]1151011511[[package]]11512name = "sp-finality-grandpa"11513version = "4.0.0-dev"11514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11515dependencies = [11516 "finality-grandpa",11517 "log",11518 "parity-scale-codec 3.2.1",11519 "scale-info",11520 "serde",11521 "sp-api",11522 "sp-application-crypto",11523 "sp-core",11524 "sp-keystore",11525 "sp-runtime",11526 "sp-std",11527]1152811529[[package]]11530name = "sp-inherents"11531version = "4.0.0-dev"11532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11533dependencies = [11534 "async-trait",11535 "impl-trait-for-tuples",11536 "parity-scale-codec 3.2.1",11537 "sp-core",11538 "sp-runtime",11539 "sp-std",11540 "thiserror",11541]1154211543[[package]]11544name = "sp-io"11545version = "7.0.0"11546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11547dependencies = [11548 "bytes",11549 "ed25519-dalek",11550 "futures 0.3.25",11551 "hash-db",11552 "libsecp256k1",11553 "log",11554 "parity-scale-codec 3.2.1",11555 "parking_lot 0.12.1",11556 "secp256k1",11557 "sp-core",11558 "sp-externalities",11559 "sp-keystore",11560 "sp-runtime-interface",11561 "sp-state-machine",11562 "sp-std",11563 "sp-tracing",11564 "sp-trie",11565 "sp-wasm-interface",11566 "tracing",11567 "tracing-core",11568]1156911570[[package]]11571name = "sp-keyring"11572version = "7.0.0"11573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11574dependencies = [11575 "lazy_static",11576 "sp-core",11577 "sp-runtime",11578 "strum",11579]1158011581[[package]]11582name = "sp-keystore"11583version = "0.13.0"11584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11585dependencies = [11586 "async-trait",11587 "futures 0.3.25",11588 "merlin",11589 "parity-scale-codec 3.2.1",11590 "parking_lot 0.12.1",11591 "schnorrkel",11592 "serde",11593 "sp-core",11594 "sp-externalities",11595 "thiserror",11596]1159711598[[package]]11599name = "sp-maybe-compressed-blob"11600version = "4.1.0-dev"11601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11602dependencies = [11603 "thiserror",11604 "zstd",11605]1160611607[[package]]11608name = "sp-mmr-primitives"11609version = "4.0.0-dev"11610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11611dependencies = [11612 "ckb-merkle-mountain-range",11613 "log",11614 "parity-scale-codec 3.2.1",11615 "scale-info",11616 "serde",11617 "sp-api",11618 "sp-core",11619 "sp-debug-derive",11620 "sp-runtime",11621 "sp-std",11622 "thiserror",11623]1162411625[[package]]11626name = "sp-npos-elections"11627version = "4.0.0-dev"11628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11629dependencies = [11630 "parity-scale-codec 3.2.1",11631 "scale-info",11632 "serde",11633 "sp-arithmetic",11634 "sp-core",11635 "sp-runtime",11636 "sp-std",11637]1163811639[[package]]11640name = "sp-offchain"11641version = "4.0.0-dev"11642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11643dependencies = [11644 "sp-api",11645 "sp-core",11646 "sp-runtime",11647]1164811649[[package]]11650name = "sp-panic-handler"11651version = "5.0.0"11652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11653dependencies = [11654 "backtrace",11655 "lazy_static",11656 "regex",11657]1165811659[[package]]11660name = "sp-rpc"11661version = "6.0.0"11662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11663dependencies = [11664 "rustc-hash",11665 "serde",11666 "sp-core",11667]1166811669[[package]]11670name = "sp-runtime"11671version = "7.0.0"11672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11673dependencies = [11674 "either",11675 "hash256-std-hasher",11676 "impl-trait-for-tuples",11677 "log",11678 "parity-scale-codec 3.2.1",11679 "paste",11680 "rand 0.7.3",11681 "scale-info",11682 "serde",11683 "sp-application-crypto",11684 "sp-arithmetic",11685 "sp-core",11686 "sp-io",11687 "sp-std",11688 "sp-weights",11689]1169011691[[package]]11692name = "sp-runtime-interface"11693version = "7.0.0"11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11695dependencies = [11696 "bytes",11697 "impl-trait-for-tuples",11698 "parity-scale-codec 3.2.1",11699 "primitive-types 0.12.1",11700 "sp-externalities",11701 "sp-runtime-interface-proc-macro",11702 "sp-std",11703 "sp-storage",11704 "sp-tracing",11705 "sp-wasm-interface",11706 "static_assertions",11707]1170811709[[package]]11710name = "sp-runtime-interface-proc-macro"11711version = "6.0.0"11712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11713dependencies = [11714 "Inflector",11715 "proc-macro-crate",11716 "proc-macro2",11717 "quote",11718 "syn",11719]1172011721[[package]]11722name = "sp-session"11723version = "4.0.0-dev"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11725dependencies = [11726 "parity-scale-codec 3.2.1",11727 "scale-info",11728 "sp-api",11729 "sp-core",11730 "sp-runtime",11731 "sp-staking",11732 "sp-std",11733]1173411735[[package]]11736name = "sp-staking"11737version = "4.0.0-dev"11738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11739dependencies = [11740 "parity-scale-codec 3.2.1",11741 "scale-info",11742 "sp-core",11743 "sp-runtime",11744 "sp-std",11745]1174611747[[package]]11748name = "sp-state-machine"11749version = "0.13.0"11750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11751dependencies = [11752 "hash-db",11753 "log",11754 "num-traits",11755 "parity-scale-codec 3.2.1",11756 "parking_lot 0.12.1",11757 "rand 0.7.3",11758 "smallvec",11759 "sp-core",11760 "sp-externalities",11761 "sp-panic-handler",11762 "sp-std",11763 "sp-trie",11764 "thiserror",11765 "tracing",11766 "trie-root",11767]1176811769[[package]]11770name = "sp-std"11771version = "5.0.0"11772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"1177311774[[package]]11775name = "sp-storage"11776version = "7.0.0"11777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11778dependencies = [11779 "impl-serde",11780 "parity-scale-codec 3.2.1",11781 "ref-cast",11782 "serde",11783 "sp-debug-derive",11784 "sp-std",11785]1178611787[[package]]11788name = "sp-timestamp"11789version = "4.0.0-dev"11790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11791dependencies = [11792 "async-trait",11793 "futures-timer",11794 "log",11795 "parity-scale-codec 3.2.1",11796 "sp-api",11797 "sp-inherents",11798 "sp-runtime",11799 "sp-std",11800 "thiserror",11801]1180211803[[package]]11804name = "sp-tracing"11805version = "6.0.0"11806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11807dependencies = [11808 "parity-scale-codec 3.2.1",11809 "sp-std",11810 "tracing",11811 "tracing-core",11812 "tracing-subscriber",11813]1181411815[[package]]11816name = "sp-transaction-pool"11817version = "4.0.0-dev"11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11819dependencies = [11820 "sp-api",11821 "sp-runtime",11822]1182311824[[package]]11825name = "sp-transaction-storage-proof"11826version = "4.0.0-dev"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11828dependencies = [11829 "async-trait",11830 "log",11831 "parity-scale-codec 3.2.1",11832 "scale-info",11833 "sp-core",11834 "sp-inherents",11835 "sp-runtime",11836 "sp-std",11837 "sp-trie",11838]1183911840[[package]]11841name = "sp-trie"11842version = "7.0.0"11843source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11844dependencies = [11845 "ahash",11846 "hash-db",11847 "hashbrown",11848 "lazy_static",11849 "lru",11850 "memory-db",11851 "nohash-hasher",11852 "parity-scale-codec 3.2.1",11853 "parking_lot 0.12.1",11854 "scale-info",11855 "sp-core",11856 "sp-std",11857 "thiserror",11858 "tracing",11859 "trie-db",11860 "trie-root",11861]1186211863[[package]]11864name = "sp-version"11865version = "5.0.0"11866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11867dependencies = [11868 "impl-serde",11869 "parity-scale-codec 3.2.1",11870 "parity-wasm",11871 "scale-info",11872 "serde",11873 "sp-core-hashing-proc-macro",11874 "sp-runtime",11875 "sp-std",11876 "sp-version-proc-macro",11877 "thiserror",11878]1187911880[[package]]11881name = "sp-version-proc-macro"11882version = "4.0.0-dev"11883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11884dependencies = [11885 "parity-scale-codec 3.2.1",11886 "proc-macro2",11887 "quote",11888 "syn",11889]1189011891[[package]]11892name = "sp-wasm-interface"11893version = "7.0.0"11894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11895dependencies = [11896 "impl-trait-for-tuples",11897 "log",11898 "parity-scale-codec 3.2.1",11899 "sp-std",11900 "wasmi",11901 "wasmtime",11902]1190311904[[package]]11905name = "sp-weights"11906version = "4.0.0"11907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11908dependencies = [11909 "impl-trait-for-tuples",11910 "parity-scale-codec 3.2.1",11911 "scale-info",11912 "serde",11913 "smallvec",11914 "sp-arithmetic",11915 "sp-core",11916 "sp-debug-derive",11917 "sp-std",11918]1191911920[[package]]11921name = "spin"11922version = "0.5.2"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1192511926[[package]]11927name = "spki"11928version = "0.6.0"11929source = "registry+https://github.com/rust-lang/crates.io-index"11930checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11931dependencies = [11932 "base64ct",11933 "der",11934]1193511936[[package]]11937name = "ss58-registry"11938version = "1.36.0"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284"11941dependencies = [11942 "Inflector",11943 "num-format",11944 "proc-macro2",11945 "quote",11946 "serde",11947 "serde_json",11948 "unicode-xid",11949]1195011951[[package]]11952name = "stable_deref_trait"11953version = "1.2.0"11954source = "registry+https://github.com/rust-lang/crates.io-index"11955checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1195611957[[package]]11958name = "static_assertions"11959version = "1.1.0"11960source = "registry+https://github.com/rust-lang/crates.io-index"11961checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1196211963[[package]]11964name = "static_init"11965version = "0.5.2"11966source = "registry+https://github.com/rust-lang/crates.io-index"11967checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11968dependencies = [11969 "cfg_aliases",11970 "libc",11971 "parking_lot 0.11.2",11972 "static_init_macro 0.5.0",11973]1197411975[[package]]11976name = "static_init"11977version = "1.0.3"11978source = "registry+https://github.com/rust-lang/crates.io-index"11979checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11980dependencies = [11981 "bitflags",11982 "cfg_aliases",11983 "libc",11984 "parking_lot 0.11.2",11985 "parking_lot_core 0.8.6",11986 "static_init_macro 1.0.2",11987 "winapi",11988]1198911990[[package]]11991name = "static_init_macro"11992version = "0.5.0"11993source = "registry+https://github.com/rust-lang/crates.io-index"11994checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11995dependencies = [11996 "cfg_aliases",11997 "memchr",11998 "proc-macro2",11999 "quote",12000 "syn",12001]1200212003[[package]]12004name = "static_init_macro"12005version = "1.0.2"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12008dependencies = [12009 "cfg_aliases",12010 "memchr",12011 "proc-macro2",12012 "quote",12013 "syn",12014]1201512016[[package]]12017name = "statrs"12018version = "0.15.0"12019source = "registry+https://github.com/rust-lang/crates.io-index"12020checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12021dependencies = [12022 "approx",12023 "lazy_static",12024 "nalgebra",12025 "num-traits",12026 "rand 0.8.5",12027]1202812029[[package]]12030name = "strsim"12031version = "0.10.0"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1203412035[[package]]12036name = "struct-versioning"12037version = "0.1.0"12038dependencies = [12039 "quote",12040 "syn",12041]1204212043[[package]]12044name = "strum"12045version = "0.24.1"12046source = "registry+https://github.com/rust-lang/crates.io-index"12047checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12048dependencies = [12049 "strum_macros",12050]1205112052[[package]]12053name = "strum_macros"12054version = "0.24.3"12055source = "registry+https://github.com/rust-lang/crates.io-index"12056checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12057dependencies = [12058 "heck",12059 "proc-macro2",12060 "quote",12061 "rustversion",12062 "syn",12063]1206412065[[package]]12066name = "substrate-bip39"12067version = "0.4.4"12068source = "registry+https://github.com/rust-lang/crates.io-index"12069checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12070dependencies = [12071 "hmac 0.11.0",12072 "pbkdf2 0.8.0",12073 "schnorrkel",12074 "sha2 0.9.9",12075 "zeroize",12076]1207712078[[package]]12079name = "substrate-build-script-utils"12080version = "3.0.0"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12082dependencies = [12083 "platforms 2.0.0",12084]1208512086[[package]]12087name = "substrate-frame-rpc-system"12088version = "4.0.0-dev"12089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12090dependencies = [12091 "frame-system-rpc-runtime-api",12092 "futures 0.3.25",12093 "jsonrpsee",12094 "log",12095 "parity-scale-codec 3.2.1",12096 "sc-client-api",12097 "sc-rpc-api",12098 "sc-transaction-pool-api",12099 "serde_json",12100 "sp-api",12101 "sp-block-builder",12102 "sp-blockchain",12103 "sp-core",12104 "sp-runtime",12105]1210612107[[package]]12108name = "substrate-prometheus-endpoint"12109version = "0.10.0-dev"12110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12111dependencies = [12112 "futures-util",12113 "hyper",12114 "log",12115 "prometheus",12116 "thiserror",12117 "tokio",12118]1211912120[[package]]12121name = "substrate-rpc-client"12122version = "0.10.0-dev"12123source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12124dependencies = [12125 "async-trait",12126 "jsonrpsee",12127 "log",12128 "sc-rpc-api",12129 "serde",12130 "sp-runtime",12131]1213212133[[package]]12134name = "substrate-state-trie-migration-rpc"12135version = "4.0.0-dev"12136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12137dependencies = [12138 "jsonrpsee",12139 "log",12140 "parity-scale-codec 3.2.1",12141 "sc-client-api",12142 "sc-rpc-api",12143 "scale-info",12144 "serde",12145 "sp-core",12146 "sp-io",12147 "sp-runtime",12148 "sp-state-machine",12149 "sp-std",12150 "sp-trie",12151 "trie-db",12152]1215312154[[package]]12155name = "substrate-test-client"12156version = "2.0.1"12157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12158dependencies = [12159 "array-bytes 4.2.0",12160 "async-trait",12161 "futures 0.3.25",12162 "parity-scale-codec 3.2.1",12163 "sc-client-api",12164 "sc-client-db",12165 "sc-consensus",12166 "sc-executor",12167 "sc-offchain",12168 "sc-service",12169 "serde",12170 "serde_json",12171 "sp-blockchain",12172 "sp-consensus",12173 "sp-core",12174 "sp-keyring",12175 "sp-keystore",12176 "sp-runtime",12177 "sp-state-machine",12178]1217912180[[package]]12181name = "substrate-test-utils"12182version = "4.0.0-dev"12183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12184dependencies = [12185 "futures 0.3.25",12186 "substrate-test-utils-derive",12187 "tokio",12188]1218912190[[package]]12191name = "substrate-test-utils-derive"12192version = "0.10.0-dev"12193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12194dependencies = [12195 "proc-macro-crate",12196 "proc-macro2",12197 "quote",12198 "syn",12199]1220012201[[package]]12202name = "substrate-wasm-builder"12203version = "5.0.0-dev"12204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12205dependencies = [12206 "ansi_term",12207 "build-helper",12208 "cargo_metadata",12209 "filetime",12210 "sp-maybe-compressed-blob",12211 "strum",12212 "tempfile",12213 "toml",12214 "walkdir",12215 "wasm-opt",12216]1221712218[[package]]12219name = "subtle"12220version = "2.4.1"12221source = "registry+https://github.com/rust-lang/crates.io-index"12222checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1222312224[[package]]12225name = "syn"12226version = "1.0.107"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"12229dependencies = [12230 "proc-macro2",12231 "quote",12232 "unicode-ident",12233]1223412235[[package]]12236name = "synstructure"12237version = "0.12.6"12238source = "registry+https://github.com/rust-lang/crates.io-index"12239checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12240dependencies = [12241 "proc-macro2",12242 "quote",12243 "syn",12244 "unicode-xid",12245]1224612247[[package]]12248name = "system-configuration"12249version = "0.5.0"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12252dependencies = [12253 "bitflags",12254 "core-foundation",12255 "system-configuration-sys",12256]1225712258[[package]]12259name = "system-configuration-sys"12260version = "0.5.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12263dependencies = [12264 "core-foundation-sys",12265 "libc",12266]1226712268[[package]]12269name = "tap"12270version = "1.0.1"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1227312274[[package]]12275name = "target-lexicon"12276version = "0.12.5"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1227912280[[package]]12281name = "tempfile"12282version = "3.3.0"12283source = "registry+https://github.com/rust-lang/crates.io-index"12284checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12285dependencies = [12286 "cfg-if",12287 "fastrand",12288 "libc",12289 "redox_syscall",12290 "remove_dir_all",12291 "winapi",12292]1229312294[[package]]12295name = "termcolor"12296version = "1.1.3"12297source = "registry+https://github.com/rust-lang/crates.io-index"12298checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12299dependencies = [12300 "winapi-util",12301]1230212303[[package]]12304name = "terminal_size"12305version = "0.1.17"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12308dependencies = [12309 "libc",12310 "winapi",12311]1231212313[[package]]12314name = "termtree"12315version = "0.4.0"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1231812319[[package]]12320name = "test-runtime-constants"12321version = "0.9.36"12322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12323dependencies = [12324 "frame-support",12325 "polkadot-primitives",12326 "polkadot-runtime-common",12327 "smallvec",12328 "sp-core",12329 "sp-runtime",12330 "sp-weights",12331]1233212333[[package]]12334name = "tests"12335version = "0.1.1"12336dependencies = [12337 "evm-coder",12338 "fp-evm-mapping",12339 "frame-support",12340 "frame-system",12341 "pallet-balances",12342 "pallet-common",12343 "pallet-ethereum",12344 "pallet-evm",12345 "pallet-evm-coder-substrate",12346 "pallet-fungible",12347 "pallet-nonfungible",12348 "pallet-refungible",12349 "pallet-structure",12350 "pallet-timestamp",12351 "pallet-transaction-payment",12352 "pallet-unique",12353 "parity-scale-codec 3.2.1",12354 "scale-info",12355 "sp-core",12356 "sp-io",12357 "sp-runtime",12358 "sp-std",12359 "up-data-structs",12360 "up-sponsorship",12361]1236212363[[package]]12364name = "thiserror"12365version = "1.0.38"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"12368dependencies = [12369 "thiserror-impl",12370]1237112372[[package]]12373name = "thiserror-impl"12374version = "1.0.38"12375source = "registry+https://github.com/rust-lang/crates.io-index"12376checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"12377dependencies = [12378 "proc-macro2",12379 "quote",12380 "syn",12381]1238212383[[package]]12384name = "thousands"12385version = "0.2.0"12386source = "registry+https://github.com/rust-lang/crates.io-index"12387checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1238812389[[package]]12390name = "thread_local"12391version = "1.1.4"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12394dependencies = [12395 "once_cell",12396]1239712398[[package]]12399name = "threadpool"12400version = "1.8.1"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12403dependencies = [12404 "num_cpus",12405]1240612407[[package]]12408name = "thrift"12409version = "0.15.0"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12412dependencies = [12413 "byteorder",12414 "integer-encoding",12415 "log",12416 "ordered-float",12417 "threadpool",12418]1241912420[[package]]12421name = "tikv-jemalloc-ctl"12422version = "0.5.0"12423source = "registry+https://github.com/rust-lang/crates.io-index"12424checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12425dependencies = [12426 "libc",12427 "paste",12428 "tikv-jemalloc-sys",12429]1243012431[[package]]12432name = "tikv-jemalloc-sys"12433version = "0.5.2+5.3.0-patched"12434source = "registry+https://github.com/rust-lang/crates.io-index"12435checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12436dependencies = [12437 "cc",12438 "fs_extra",12439 "libc",12440]1244112442[[package]]12443name = "time"12444version = "0.1.45"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12447dependencies = [12448 "libc",12449 "wasi 0.10.0+wasi-snapshot-preview1",12450 "winapi",12451]1245212453[[package]]12454name = "tiny-bip39"12455version = "0.8.2"12456source = "registry+https://github.com/rust-lang/crates.io-index"12457checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12458dependencies = [12459 "anyhow",12460 "hmac 0.8.1",12461 "once_cell",12462 "pbkdf2 0.4.0",12463 "rand 0.7.3",12464 "rustc-hash",12465 "sha2 0.9.9",12466 "thiserror",12467 "unicode-normalization",12468 "wasm-bindgen",12469 "zeroize",12470]1247112472[[package]]12473name = "tiny-keccak"12474version = "2.0.2"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12477dependencies = [12478 "crunchy",12479]1248012481[[package]]12482name = "tinyvec"12483version = "1.6.0"12484source = "registry+https://github.com/rust-lang/crates.io-index"12485checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12486dependencies = [12487 "tinyvec_macros",12488]1248912490[[package]]12491name = "tinyvec_macros"12492version = "0.1.0"12493source = "registry+https://github.com/rust-lang/crates.io-index"12494checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1249512496[[package]]12497name = "tokio"12498version = "1.23.0"12499source = "registry+https://github.com/rust-lang/crates.io-index"12500checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12501dependencies = [12502 "autocfg",12503 "bytes",12504 "libc",12505 "memchr",12506 "mio",12507 "num_cpus",12508 "parking_lot 0.12.1",12509 "pin-project-lite 0.2.9",12510 "signal-hook-registry",12511 "socket2",12512 "tokio-macros",12513 "windows-sys 0.42.0",12514]1251512516[[package]]12517name = "tokio-macros"12518version = "1.8.2"12519source = "registry+https://github.com/rust-lang/crates.io-index"12520checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12521dependencies = [12522 "proc-macro2",12523 "quote",12524 "syn",12525]1252612527[[package]]12528name = "tokio-rustls"12529version = "0.23.4"12530source = "registry+https://github.com/rust-lang/crates.io-index"12531checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12532dependencies = [12533 "rustls",12534 "tokio",12535 "webpki",12536]1253712538[[package]]12539name = "tokio-stream"12540version = "0.1.11"12541source = "registry+https://github.com/rust-lang/crates.io-index"12542checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12543dependencies = [12544 "futures-core",12545 "pin-project-lite 0.2.9",12546 "tokio",12547]1254812549[[package]]12550name = "tokio-util"12551version = "0.7.4"12552source = "registry+https://github.com/rust-lang/crates.io-index"12553checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12554dependencies = [12555 "bytes",12556 "futures-core",12557 "futures-io",12558 "futures-sink",12559 "pin-project-lite 0.2.9",12560 "tokio",12561 "tracing",12562]1256312564[[package]]12565name = "toml"12566version = "0.5.10"12567source = "registry+https://github.com/rust-lang/crates.io-index"12568checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12569dependencies = [12570 "serde",12571]1257212573[[package]]12574name = "tower"12575version = "0.4.13"12576source = "registry+https://github.com/rust-lang/crates.io-index"12577checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"12578dependencies = [12579 "tower-layer",12580 "tower-service",12581 "tracing",12582]1258312584[[package]]12585name = "tower-http"12586version = "0.3.5"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"12589dependencies = [12590 "bitflags",12591 "bytes",12592 "futures-core",12593 "futures-util",12594 "http",12595 "http-body",12596 "http-range-header",12597 "pin-project-lite 0.2.9",12598 "tower-layer",12599 "tower-service",12600]1260112602[[package]]12603name = "tower-layer"12604version = "0.3.2"12605source = "registry+https://github.com/rust-lang/crates.io-index"12606checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1260712608[[package]]12609name = "tower-service"12610version = "0.3.2"12611source = "registry+https://github.com/rust-lang/crates.io-index"12612checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1261312614[[package]]12615name = "tracing"12616version = "0.1.37"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12619dependencies = [12620 "cfg-if",12621 "log",12622 "pin-project-lite 0.2.9",12623 "tracing-attributes",12624 "tracing-core",12625]1262612627[[package]]12628name = "tracing-attributes"12629version = "0.1.23"12630source = "registry+https://github.com/rust-lang/crates.io-index"12631checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12632dependencies = [12633 "proc-macro2",12634 "quote",12635 "syn",12636]1263712638[[package]]12639name = "tracing-core"12640version = "0.1.30"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12643dependencies = [12644 "once_cell",12645 "valuable",12646]1264712648[[package]]12649name = "tracing-futures"12650version = "0.2.5"12651source = "registry+https://github.com/rust-lang/crates.io-index"12652checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12653dependencies = [12654 "pin-project",12655 "tracing",12656]1265712658[[package]]12659name = "tracing-gum"12660version = "0.9.36"12661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12662dependencies = [12663 "polkadot-node-jaeger",12664 "polkadot-primitives",12665 "tracing",12666 "tracing-gum-proc-macro",12667]1266812669[[package]]12670name = "tracing-gum-proc-macro"12671version = "0.9.36"12672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12673dependencies = [12674 "expander 0.0.6",12675 "proc-macro-crate",12676 "proc-macro2",12677 "quote",12678 "syn",12679]1268012681[[package]]12682name = "tracing-log"12683version = "0.1.3"12684source = "registry+https://github.com/rust-lang/crates.io-index"12685checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12686dependencies = [12687 "lazy_static",12688 "log",12689 "tracing-core",12690]1269112692[[package]]12693name = "tracing-serde"12694version = "0.1.3"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12697dependencies = [12698 "serde",12699 "tracing-core",12700]1270112702[[package]]12703name = "tracing-subscriber"12704version = "0.2.25"12705source = "registry+https://github.com/rust-lang/crates.io-index"12706checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12707dependencies = [12708 "ansi_term",12709 "chrono",12710 "lazy_static",12711 "matchers",12712 "parking_lot 0.11.2",12713 "regex",12714 "serde",12715 "serde_json",12716 "sharded-slab",12717 "smallvec",12718 "thread_local",12719 "tracing",12720 "tracing-core",12721 "tracing-log",12722 "tracing-serde",12723]1272412725[[package]]12726name = "trie-db"12727version = "0.24.0"12728source = "registry+https://github.com/rust-lang/crates.io-index"12729checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12730dependencies = [12731 "hash-db",12732 "hashbrown",12733 "log",12734 "rustc-hex",12735 "smallvec",12736]1273712738[[package]]12739name = "trie-root"12740version = "0.17.0"12741source = "registry+https://github.com/rust-lang/crates.io-index"12742checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12743dependencies = [12744 "hash-db",12745]1274612747[[package]]12748name = "triehash"12749version = "0.8.4"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12752dependencies = [12753 "hash-db",12754 "rlp",12755]1275612757[[package]]12758name = "trust-dns-proto"12759version = "0.22.0"12760source = "registry+https://github.com/rust-lang/crates.io-index"12761checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12762dependencies = [12763 "async-trait",12764 "cfg-if",12765 "data-encoding",12766 "enum-as-inner",12767 "futures-channel",12768 "futures-io",12769 "futures-util",12770 "idna 0.2.3",12771 "ipnet",12772 "lazy_static",12773 "rand 0.8.5",12774 "smallvec",12775 "thiserror",12776 "tinyvec",12777 "tokio",12778 "tracing",12779 "url",12780]1278112782[[package]]12783name = "trust-dns-resolver"12784version = "0.22.0"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12787dependencies = [12788 "cfg-if",12789 "futures-util",12790 "ipconfig",12791 "lazy_static",12792 "lru-cache",12793 "parking_lot 0.12.1",12794 "resolv-conf",12795 "smallvec",12796 "thiserror",12797 "tokio",12798 "tracing",12799 "trust-dns-proto",12800]1280112802[[package]]12803name = "try-lock"12804version = "0.2.3"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1280712808[[package]]12809name = "try-runtime-cli"12810version = "0.10.0-dev"12811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12812dependencies = [12813 "clap",12814 "frame-remote-externalities",12815 "frame-try-runtime",12816 "hex",12817 "log",12818 "parity-scale-codec 3.2.1",12819 "sc-chain-spec",12820 "sc-cli",12821 "sc-executor",12822 "sc-service",12823 "serde",12824 "sp-api",12825 "sp-core",12826 "sp-debug-derive",12827 "sp-externalities",12828 "sp-io",12829 "sp-keystore",12830 "sp-rpc",12831 "sp-runtime",12832 "sp-state-machine",12833 "sp-version",12834 "sp-weights",12835 "substrate-rpc-client",12836 "zstd",12837]1283812839[[package]]12840name = "trybuild"12841version = "1.0.73"12842source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"12844dependencies = [12845 "glob",12846 "once_cell",12847 "serde",12848 "serde_derive",12849 "serde_json",12850 "termcolor",12851 "toml",12852]1285312854[[package]]12855name = "tt-call"12856version = "1.0.9"12857source = "registry+https://github.com/rust-lang/crates.io-index"12858checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1285912860[[package]]12861name = "twox-hash"12862version = "1.6.3"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12865dependencies = [12866 "cfg-if",12867 "digest 0.10.6",12868 "rand 0.8.5",12869 "static_assertions",12870]1287112872[[package]]12873name = "typenum"12874version = "1.16.0"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1287712878[[package]]12879name = "uc-rpc"12880version = "0.1.4"12881dependencies = [12882 "anyhow",12883 "app-promotion-rpc",12884 "frame-benchmarking",12885 "jsonrpsee",12886 "opal-runtime",12887 "pallet-common",12888 "pallet-evm",12889 "parity-scale-codec 3.2.1",12890 "quartz-runtime",12891 "rmrk-rpc",12892 "sc-client-api",12893 "sc-executor",12894 "sc-rpc-api",12895 "sc-service",12896 "sp-api",12897 "sp-blockchain",12898 "sp-core",12899 "sp-externalities",12900 "sp-keystore",12901 "sp-rpc",12902 "sp-runtime",12903 "sp-state-machine",12904 "sp-trie",12905 "trie-db",12906 "unique-runtime",12907 "up-common",12908 "up-data-structs",12909 "up-pov-estimate-rpc",12910 "up-rpc",12911 "zstd",12912]1291312914[[package]]12915name = "ucd-trie"12916version = "0.1.5"12917source = "registry+https://github.com/rust-lang/crates.io-index"12918checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1291912920[[package]]12921name = "uint"12922version = "0.9.5"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12925dependencies = [12926 "byteorder",12927 "crunchy",12928 "hex",12929 "static_assertions",12930]1293112932[[package]]12933name = "unicode-bidi"12934version = "0.3.8"12935source = "registry+https://github.com/rust-lang/crates.io-index"12936checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1293712938[[package]]12939name = "unicode-ident"12940version = "1.0.6"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"1294312944[[package]]12945name = "unicode-normalization"12946version = "0.1.22"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12949dependencies = [12950 "tinyvec",12951]1295212953[[package]]12954name = "unicode-segmentation"12955version = "1.10.0"12956source = "registry+https://github.com/rust-lang/crates.io-index"12957checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1295812959[[package]]12960name = "unicode-width"12961version = "0.1.10"12962source = "registry+https://github.com/rust-lang/crates.io-index"12963checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1296412965[[package]]12966name = "unicode-xid"12967version = "0.2.4"12968source = "registry+https://github.com/rust-lang/crates.io-index"12969checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1297012971[[package]]12972name = "unique-node"12973version = "0.9.36"12974dependencies = [12975 "app-promotion-rpc",12976 "clap",12977 "cumulus-client-cli",12978 "cumulus-client-collator",12979 "cumulus-client-consensus-aura",12980 "cumulus-client-consensus-common",12981 "cumulus-client-network",12982 "cumulus-client-service",12983 "cumulus-primitives-core",12984 "cumulus-primitives-parachain-inherent",12985 "cumulus-relay-chain-inprocess-interface",12986 "cumulus-relay-chain-interface",12987 "cumulus-relay-chain-minimal-node",12988 "fc-consensus",12989 "fc-db",12990 "fc-mapping-sync",12991 "fc-rpc",12992 "fc-rpc-core",12993 "flexi_logger",12994 "fp-rpc",12995 "frame-benchmarking",12996 "frame-benchmarking-cli",12997 "futures 0.3.25",12998 "jsonrpsee",12999 "log",13000 "opal-runtime",13001 "pallet-ethereum",13002 "pallet-transaction-payment-rpc",13003 "pallet-transaction-payment-rpc-runtime-api",13004 "parity-scale-codec 3.2.1",13005 "parking_lot 0.12.1",13006 "polkadot-cli",13007 "polkadot-parachain",13008 "polkadot-primitives",13009 "polkadot-service",13010 "polkadot-test-service",13011 "quartz-runtime",13012 "rmrk-rpc",13013 "sc-basic-authorship",13014 "sc-chain-spec",13015 "sc-cli",13016 "sc-client-api",13017 "sc-consensus",13018 "sc-consensus-aura",13019 "sc-consensus-manual-seal",13020 "sc-executor",13021 "sc-finality-grandpa",13022 "sc-keystore",13023 "sc-network",13024 "sc-rpc",13025 "sc-rpc-api",13026 "sc-service",13027 "sc-sysinfo",13028 "sc-telemetry",13029 "sc-tracing",13030 "sc-transaction-pool",13031 "serde",13032 "serde_json",13033 "sp-api",13034 "sp-block-builder",13035 "sp-blockchain",13036 "sp-consensus",13037 "sp-consensus-aura",13038 "sp-core",13039 "sp-finality-grandpa",13040 "sp-inherents",13041 "sp-io",13042 "sp-keystore",13043 "sp-offchain",13044 "sp-runtime",13045 "sp-session",13046 "sp-timestamp",13047 "sp-transaction-pool",13048 "sp-trie",13049 "substrate-build-script-utils",13050 "substrate-frame-rpc-system",13051 "substrate-prometheus-endpoint",13052 "tokio",13053 "try-runtime-cli",13054 "uc-rpc",13055 "unique-rpc",13056 "unique-runtime",13057 "up-common",13058 "up-data-structs",13059 "up-pov-estimate-rpc",13060 "up-rpc",13061]1306213063[[package]]13064name = "unique-rpc"13065version = "0.1.2"13066dependencies = [13067 "app-promotion-rpc",13068 "fc-db",13069 "fc-mapping-sync",13070 "fc-rpc",13071 "fc-rpc-core",13072 "fp-rpc",13073 "fp-storage",13074 "futures 0.3.25",13075 "jsonrpsee",13076 "pallet-common",13077 "pallet-ethereum",13078 "pallet-transaction-payment-rpc",13079 "pallet-transaction-payment-rpc-runtime-api",13080 "pallet-unique",13081 "rmrk-rpc",13082 "sc-client-api",13083 "sc-consensus-aura",13084 "sc-consensus-epochs",13085 "sc-finality-grandpa",13086 "sc-finality-grandpa-rpc",13087 "sc-keystore",13088 "sc-network",13089 "sc-rpc",13090 "sc-rpc-api",13091 "sc-service",13092 "sc-transaction-pool",13093 "serde",13094 "sp-api",13095 "sp-block-builder",13096 "sp-blockchain",13097 "sp-consensus",13098 "sp-consensus-aura",13099 "sp-core",13100 "sp-offchain",13101 "sp-runtime",13102 "sp-session",13103 "sp-storage",13104 "sp-transaction-pool",13105 "substrate-frame-rpc-system",13106 "tokio",13107 "uc-rpc",13108 "up-common",13109 "up-data-structs",13110 "up-pov-estimate-rpc",13111 "up-rpc",13112]1311313114[[package]]13115name = "unique-runtime"13116version = "0.9.36"13117dependencies = [13118 "app-promotion-rpc",13119 "cumulus-pallet-aura-ext",13120 "cumulus-pallet-dmp-queue",13121 "cumulus-pallet-parachain-system",13122 "cumulus-pallet-xcm",13123 "cumulus-pallet-xcmp-queue",13124 "cumulus-primitives-core",13125 "cumulus-primitives-timestamp",13126 "cumulus-primitives-utility",13127 "derivative",13128 "evm-coder",13129 "fp-evm",13130 "fp-evm-mapping",13131 "fp-rpc",13132 "fp-self-contained",13133 "frame-benchmarking",13134 "frame-executive",13135 "frame-support",13136 "frame-system",13137 "frame-system-benchmarking",13138 "frame-system-rpc-runtime-api",13139 "frame-try-runtime",13140 "hex-literal",13141 "impl-trait-for-tuples",13142 "log",13143 "logtest",13144 "num_enum",13145 "orml-tokens",13146 "orml-traits",13147 "orml-vesting",13148 "orml-xtokens",13149 "pallet-app-promotion",13150 "pallet-aura",13151 "pallet-authorship",13152 "pallet-balances",13153 "pallet-base-fee",13154 "pallet-collator-selection",13155 "pallet-common",13156 "pallet-configuration",13157 "pallet-ethereum",13158 "pallet-evm",13159 "pallet-evm-coder-substrate",13160 "pallet-evm-contract-helpers",13161 "pallet-evm-migration",13162 "pallet-evm-precompile-simple",13163 "pallet-evm-transaction-payment",13164 "pallet-foreign-assets",13165 "pallet-fungible",13166 "pallet-identity 4.0.0-dev",13167 "pallet-inflation",13168 "pallet-maintenance",13169 "pallet-nonfungible",13170 "pallet-randomness-collective-flip",13171 "pallet-refungible",13172 "pallet-rmrk-core",13173 "pallet-rmrk-equip",13174 "pallet-session",13175 "pallet-structure",13176 "pallet-sudo",13177 "pallet-template-transaction-payment",13178 "pallet-test-utils",13179 "pallet-timestamp",13180 "pallet-transaction-payment",13181 "pallet-transaction-payment-rpc-runtime-api",13182 "pallet-treasury",13183 "pallet-unique",13184 "pallet-xcm",13185 "parachain-info",13186 "parity-scale-codec 3.2.1",13187 "polkadot-parachain",13188 "precompile-utils-macro",13189 "rmrk-rpc",13190 "scale-info",13191 "serde",13192 "smallvec",13193 "sp-api",13194 "sp-arithmetic",13195 "sp-block-builder",13196 "sp-consensus-aura",13197 "sp-core",13198 "sp-inherents",13199 "sp-io",13200 "sp-offchain",13201 "sp-runtime",13202 "sp-session",13203 "sp-std",13204 "sp-transaction-pool",13205 "sp-version",13206 "substrate-wasm-builder",13207 "up-common",13208 "up-data-structs",13209 "up-pov-estimate-rpc",13210 "up-rpc",13211 "up-sponsorship",13212 "xcm",13213 "xcm-builder",13214 "xcm-executor",13215]1321613217[[package]]13218name = "universal-hash"13219version = "0.4.1"13220source = "registry+https://github.com/rust-lang/crates.io-index"13221checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13222dependencies = [13223 "generic-array 0.14.6",13224 "subtle",13225]1322613227[[package]]13228name = "unsigned-varint"13229version = "0.7.1"13230source = "registry+https://github.com/rust-lang/crates.io-index"13231checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13232dependencies = [13233 "asynchronous-codec",13234 "bytes",13235 "futures-io",13236 "futures-util",13237]1323813239[[package]]13240name = "untrusted"13241version = "0.7.1"13242source = "registry+https://github.com/rust-lang/crates.io-index"13243checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1324413245[[package]]13246name = "up-common"13247version = "0.9.36"13248dependencies = [13249 "cumulus-primitives-core",13250 "fp-rpc",13251 "frame-support",13252 "pallet-evm",13253 "sp-consensus-aura",13254 "sp-core",13255 "sp-runtime",13256 "sp-std",13257]1325813259[[package]]13260name = "up-data-structs"13261version = "0.2.2"13262dependencies = [13263 "bondrewd",13264 "derivative",13265 "frame-support",13266 "frame-system",13267 "pallet-evm",13268 "parity-scale-codec 3.2.1",13269 "rmrk-traits",13270 "scale-info",13271 "serde",13272 "sp-core",13273 "sp-runtime",13274 "sp-std",13275 "struct-versioning",13276]1327713278[[package]]13279name = "up-pov-estimate-rpc"13280version = "0.1.0"13281dependencies = [13282 "parity-scale-codec 3.2.1",13283 "scale-info",13284 "serde",13285 "sp-api",13286 "sp-core",13287 "sp-runtime",13288 "sp-std",13289]1329013291[[package]]13292name = "up-rpc"13293version = "0.1.3"13294dependencies = [13295 "pallet-common",13296 "pallet-evm",13297 "parity-scale-codec 3.2.1",13298 "sp-api",13299 "sp-core",13300 "sp-runtime",13301 "sp-std",13302 "up-data-structs",13303]1330413305[[package]]13306name = "up-sponsorship"13307version = "0.1.0"13308source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"13309dependencies = [13310 "impl-trait-for-tuples",13311]1331213313[[package]]13314name = "url"13315version = "2.3.1"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13318dependencies = [13319 "form_urlencoded",13320 "idna 0.3.0",13321 "percent-encoding",13322]1332313324[[package]]13325name = "valuable"13326version = "0.1.0"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1332913330[[package]]13331name = "value-bag"13332version = "1.0.0-alpha.9"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13335dependencies = [13336 "ctor",13337 "version_check",13338]1333913340[[package]]13341name = "vcpkg"13342version = "0.2.15"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1334513346[[package]]13347name = "version_check"13348version = "0.9.4"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1335113352[[package]]13353name = "void"13354version = "1.0.2"13355source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1335713358[[package]]13359name = "waker-fn"13360version = "1.1.0"13361source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1336313364[[package]]13365name = "walkdir"13366version = "2.3.2"13367source = "registry+https://github.com/rust-lang/crates.io-index"13368checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13369dependencies = [13370 "same-file",13371 "winapi",13372 "winapi-util",13373]1337413375[[package]]13376name = "want"13377version = "0.3.0"13378source = "registry+https://github.com/rust-lang/crates.io-index"13379checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13380dependencies = [13381 "log",13382 "try-lock",13383]1338413385[[package]]13386name = "wasi"13387version = "0.9.0+wasi-snapshot-preview1"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1339013391[[package]]13392name = "wasi"13393version = "0.10.0+wasi-snapshot-preview1"13394source = "registry+https://github.com/rust-lang/crates.io-index"13395checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1339613397[[package]]13398name = "wasi"13399version = "0.11.0+wasi-snapshot-preview1"13400source = "registry+https://github.com/rust-lang/crates.io-index"13401checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1340213403[[package]]13404name = "wasm-bindgen"13405version = "0.2.83"13406source = "registry+https://github.com/rust-lang/crates.io-index"13407checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13408dependencies = [13409 "cfg-if",13410 "wasm-bindgen-macro",13411]1341213413[[package]]13414name = "wasm-bindgen-backend"13415version = "0.2.83"13416source = "registry+https://github.com/rust-lang/crates.io-index"13417checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13418dependencies = [13419 "bumpalo",13420 "log",13421 "once_cell",13422 "proc-macro2",13423 "quote",13424 "syn",13425 "wasm-bindgen-shared",13426]1342713428[[package]]13429name = "wasm-bindgen-futures"13430version = "0.4.33"13431source = "registry+https://github.com/rust-lang/crates.io-index"13432checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13433dependencies = [13434 "cfg-if",13435 "js-sys",13436 "wasm-bindgen",13437 "web-sys",13438]1343913440[[package]]13441name = "wasm-bindgen-macro"13442version = "0.2.83"13443source = "registry+https://github.com/rust-lang/crates.io-index"13444checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13445dependencies = [13446 "quote",13447 "wasm-bindgen-macro-support",13448]1344913450[[package]]13451name = "wasm-bindgen-macro-support"13452version = "0.2.83"13453source = "registry+https://github.com/rust-lang/crates.io-index"13454checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13455dependencies = [13456 "proc-macro2",13457 "quote",13458 "syn",13459 "wasm-bindgen-backend",13460 "wasm-bindgen-shared",13461]1346213463[[package]]13464name = "wasm-bindgen-shared"13465version = "0.2.83"13466source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1346813469[[package]]13470name = "wasm-instrument"13471version = "0.3.0"13472source = "registry+https://github.com/rust-lang/crates.io-index"13473checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13474dependencies = [13475 "parity-wasm",13476]1347713478[[package]]13479name = "wasm-opt"13480version = "0.110.2"13481source = "registry+https://github.com/rust-lang/crates.io-index"13482checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13483dependencies = [13484 "anyhow",13485 "libc",13486 "strum",13487 "strum_macros",13488 "tempfile",13489 "thiserror",13490 "wasm-opt-cxx-sys",13491 "wasm-opt-sys",13492]1349313494[[package]]13495name = "wasm-opt-cxx-sys"13496version = "0.110.2"13497source = "registry+https://github.com/rust-lang/crates.io-index"13498checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13499dependencies = [13500 "anyhow",13501 "cxx",13502 "cxx-build",13503 "wasm-opt-sys",13504]1350513506[[package]]13507name = "wasm-opt-sys"13508version = "0.110.2"13509source = "registry+https://github.com/rust-lang/crates.io-index"13510checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13511dependencies = [13512 "anyhow",13513 "cc",13514 "cxx",13515 "cxx-build",13516 "regex",13517]1351813519[[package]]13520name = "wasm-timer"13521version = "0.2.5"13522source = "registry+https://github.com/rust-lang/crates.io-index"13523checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13524dependencies = [13525 "futures 0.3.25",13526 "js-sys",13527 "parking_lot 0.11.2",13528 "pin-utils",13529 "wasm-bindgen",13530 "wasm-bindgen-futures",13531 "web-sys",13532]1353313534[[package]]13535name = "wasmi"13536version = "0.13.2"13537source = "registry+https://github.com/rust-lang/crates.io-index"13538checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13539dependencies = [13540 "parity-wasm",13541 "wasmi-validation",13542 "wasmi_core",13543]1354413545[[package]]13546name = "wasmi-validation"13547version = "0.5.0"13548source = "registry+https://github.com/rust-lang/crates.io-index"13549checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13550dependencies = [13551 "parity-wasm",13552]1355313554[[package]]13555name = "wasmi_core"13556version = "0.2.1"13557source = "registry+https://github.com/rust-lang/crates.io-index"13558checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13559dependencies = [13560 "downcast-rs",13561 "libm 0.2.6",13562 "memory_units",13563 "num-rational",13564 "num-traits",13565]1356613567[[package]]13568name = "wasmparser"13569version = "0.89.1"13570source = "registry+https://github.com/rust-lang/crates.io-index"13571checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13572dependencies = [13573 "indexmap",13574]1357513576[[package]]13577name = "wasmtime"13578version = "1.0.2"13579source = "registry+https://github.com/rust-lang/crates.io-index"13580checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13581dependencies = [13582 "anyhow",13583 "bincode",13584 "cfg-if",13585 "indexmap",13586 "libc",13587 "log",13588 "object 0.29.0",13589 "once_cell",13590 "paste",13591 "psm",13592 "rayon",13593 "serde",13594 "target-lexicon",13595 "wasmparser",13596 "wasmtime-cache",13597 "wasmtime-cranelift",13598 "wasmtime-environ",13599 "wasmtime-jit",13600 "wasmtime-runtime",13601 "windows-sys 0.36.1",13602]1360313604[[package]]13605name = "wasmtime-asm-macros"13606version = "1.0.2"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13609dependencies = [13610 "cfg-if",13611]1361213613[[package]]13614name = "wasmtime-cache"13615version = "1.0.2"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13618dependencies = [13619 "anyhow",13620 "base64",13621 "bincode",13622 "directories-next",13623 "file-per-thread-logger",13624 "log",13625 "rustix 0.35.13",13626 "serde",13627 "sha2 0.9.9",13628 "toml",13629 "windows-sys 0.36.1",13630 "zstd",13631]1363213633[[package]]13634name = "wasmtime-cranelift"13635version = "1.0.2"13636source = "registry+https://github.com/rust-lang/crates.io-index"13637checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13638dependencies = [13639 "anyhow",13640 "cranelift-codegen",13641 "cranelift-entity",13642 "cranelift-frontend",13643 "cranelift-native",13644 "cranelift-wasm",13645 "gimli 0.26.2",13646 "log",13647 "object 0.29.0",13648 "target-lexicon",13649 "thiserror",13650 "wasmparser",13651 "wasmtime-environ",13652]1365313654[[package]]13655name = "wasmtime-environ"13656version = "1.0.2"13657source = "registry+https://github.com/rust-lang/crates.io-index"13658checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13659dependencies = [13660 "anyhow",13661 "cranelift-entity",13662 "gimli 0.26.2",13663 "indexmap",13664 "log",13665 "object 0.29.0",13666 "serde",13667 "target-lexicon",13668 "thiserror",13669 "wasmparser",13670 "wasmtime-types",13671]1367213673[[package]]13674name = "wasmtime-jit"13675version = "1.0.2"13676source = "registry+https://github.com/rust-lang/crates.io-index"13677checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13678dependencies = [13679 "addr2line 0.17.0",13680 "anyhow",13681 "bincode",13682 "cfg-if",13683 "cpp_demangle",13684 "gimli 0.26.2",13685 "log",13686 "object 0.29.0",13687 "rustc-demangle",13688 "rustix 0.35.13",13689 "serde",13690 "target-lexicon",13691 "thiserror",13692 "wasmtime-environ",13693 "wasmtime-jit-debug",13694 "wasmtime-runtime",13695 "windows-sys 0.36.1",13696]1369713698[[package]]13699name = "wasmtime-jit-debug"13700version = "1.0.2"13701source = "registry+https://github.com/rust-lang/crates.io-index"13702checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13703dependencies = [13704 "object 0.29.0",13705 "once_cell",13706 "rustix 0.35.13",13707]1370813709[[package]]13710name = "wasmtime-runtime"13711version = "1.0.2"13712source = "registry+https://github.com/rust-lang/crates.io-index"13713checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13714dependencies = [13715 "anyhow",13716 "cc",13717 "cfg-if",13718 "indexmap",13719 "libc",13720 "log",13721 "mach",13722 "memfd",13723 "memoffset 0.6.5",13724 "paste",13725 "rand 0.8.5",13726 "rustix 0.35.13",13727 "thiserror",13728 "wasmtime-asm-macros",13729 "wasmtime-environ",13730 "wasmtime-jit-debug",13731 "windows-sys 0.36.1",13732]1373313734[[package]]13735name = "wasmtime-types"13736version = "1.0.2"13737source = "registry+https://github.com/rust-lang/crates.io-index"13738checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13739dependencies = [13740 "cranelift-entity",13741 "serde",13742 "thiserror",13743 "wasmparser",13744]1374513746[[package]]13747name = "web-sys"13748version = "0.3.60"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13751dependencies = [13752 "js-sys",13753 "wasm-bindgen",13754]1375513756[[package]]13757name = "webpki"13758version = "0.22.0"13759source = "registry+https://github.com/rust-lang/crates.io-index"13760checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13761dependencies = [13762 "ring",13763 "untrusted",13764]1376513766[[package]]13767name = "webpki-roots"13768version = "0.22.6"13769source = "registry+https://github.com/rust-lang/crates.io-index"13770checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13771dependencies = [13772 "webpki",13773]1377413775[[package]]13776name = "wepoll-ffi"13777version = "0.1.2"13778source = "registry+https://github.com/rust-lang/crates.io-index"13779checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13780dependencies = [13781 "cc",13782]1378313784[[package]]13785name = "westend-runtime"13786version = "0.9.36"13787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13788dependencies = [13789 "bitvec 1.0.1",13790 "frame-benchmarking",13791 "frame-election-provider-support",13792 "frame-executive",13793 "frame-support",13794 "frame-system",13795 "frame-system-benchmarking",13796 "frame-system-rpc-runtime-api",13797 "frame-try-runtime",13798 "hex-literal",13799 "log",13800 "pallet-authority-discovery",13801 "pallet-authorship",13802 "pallet-babe",13803 "pallet-bags-list",13804 "pallet-balances",13805 "pallet-collective",13806 "pallet-democracy",13807 "pallet-election-provider-multi-phase",13808 "pallet-election-provider-support-benchmarking",13809 "pallet-elections-phragmen",13810 "pallet-fast-unstake",13811 "pallet-grandpa",13812 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",13813 "pallet-im-online",13814 "pallet-indices",13815 "pallet-membership",13816 "pallet-multisig",13817 "pallet-nomination-pools",13818 "pallet-nomination-pools-benchmarking",13819 "pallet-nomination-pools-runtime-api",13820 "pallet-offences",13821 "pallet-offences-benchmarking",13822 "pallet-preimage",13823 "pallet-proxy",13824 "pallet-recovery",13825 "pallet-scheduler",13826 "pallet-session",13827 "pallet-session-benchmarking",13828 "pallet-society",13829 "pallet-staking",13830 "pallet-staking-reward-curve",13831 "pallet-sudo",13832 "pallet-timestamp",13833 "pallet-transaction-payment",13834 "pallet-transaction-payment-rpc-runtime-api",13835 "pallet-treasury",13836 "pallet-utility",13837 "pallet-vesting",13838 "pallet-xcm",13839 "pallet-xcm-benchmarks",13840 "parity-scale-codec 3.2.1",13841 "polkadot-parachain",13842 "polkadot-primitives",13843 "polkadot-runtime-common",13844 "polkadot-runtime-parachains",13845 "rustc-hex",13846 "scale-info",13847 "serde",13848 "serde_derive",13849 "smallvec",13850 "sp-api",13851 "sp-authority-discovery",13852 "sp-beefy",13853 "sp-block-builder",13854 "sp-consensus-babe",13855 "sp-core",13856 "sp-inherents",13857 "sp-io",13858 "sp-mmr-primitives",13859 "sp-npos-elections",13860 "sp-offchain",13861 "sp-runtime",13862 "sp-session",13863 "sp-staking",13864 "sp-std",13865 "sp-transaction-pool",13866 "sp-version",13867 "substrate-wasm-builder",13868 "westend-runtime-constants",13869 "xcm",13870 "xcm-builder",13871 "xcm-executor",13872]1387313874[[package]]13875name = "westend-runtime-constants"13876version = "0.9.36"13877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13878dependencies = [13879 "frame-support",13880 "polkadot-primitives",13881 "polkadot-runtime-common",13882 "smallvec",13883 "sp-core",13884 "sp-runtime",13885 "sp-weights",13886]1388713888[[package]]13889name = "which"13890version = "4.3.0"13891source = "registry+https://github.com/rust-lang/crates.io-index"13892checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13893dependencies = [13894 "either",13895 "libc",13896 "once_cell",13897]1389813899[[package]]13900name = "widestring"13901version = "0.5.1"13902source = "registry+https://github.com/rust-lang/crates.io-index"13903checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1390413905[[package]]13906name = "winapi"13907version = "0.3.9"13908source = "registry+https://github.com/rust-lang/crates.io-index"13909checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13910dependencies = [13911 "winapi-i686-pc-windows-gnu",13912 "winapi-x86_64-pc-windows-gnu",13913]1391413915[[package]]13916name = "winapi-i686-pc-windows-gnu"13917version = "0.4.0"13918source = "registry+https://github.com/rust-lang/crates.io-index"13919checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1392013921[[package]]13922name = "winapi-util"13923version = "0.1.5"13924source = "registry+https://github.com/rust-lang/crates.io-index"13925checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13926dependencies = [13927 "winapi",13928]1392913930[[package]]13931name = "winapi-x86_64-pc-windows-gnu"13932version = "0.4.0"13933source = "registry+https://github.com/rust-lang/crates.io-index"13934checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1393513936[[package]]13937name = "windows"13938version = "0.34.0"13939source = "registry+https://github.com/rust-lang/crates.io-index"13940checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13941dependencies = [13942 "windows_aarch64_msvc 0.34.0",13943 "windows_i686_gnu 0.34.0",13944 "windows_i686_msvc 0.34.0",13945 "windows_x86_64_gnu 0.34.0",13946 "windows_x86_64_msvc 0.34.0",13947]1394813949[[package]]13950name = "windows-sys"13951version = "0.36.1"13952source = "registry+https://github.com/rust-lang/crates.io-index"13953checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13954dependencies = [13955 "windows_aarch64_msvc 0.36.1",13956 "windows_i686_gnu 0.36.1",13957 "windows_i686_msvc 0.36.1",13958 "windows_x86_64_gnu 0.36.1",13959 "windows_x86_64_msvc 0.36.1",13960]1396113962[[package]]13963name = "windows-sys"13964version = "0.42.0"13965source = "registry+https://github.com/rust-lang/crates.io-index"13966checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13967dependencies = [13968 "windows_aarch64_gnullvm",13969 "windows_aarch64_msvc 0.42.0",13970 "windows_i686_gnu 0.42.0",13971 "windows_i686_msvc 0.42.0",13972 "windows_x86_64_gnu 0.42.0",13973 "windows_x86_64_gnullvm",13974 "windows_x86_64_msvc 0.42.0",13975]1397613977[[package]]13978name = "windows_aarch64_gnullvm"13979version = "0.42.0"13980source = "registry+https://github.com/rust-lang/crates.io-index"13981checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1398213983[[package]]13984name = "windows_aarch64_msvc"13985version = "0.34.0"13986source = "registry+https://github.com/rust-lang/crates.io-index"13987checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1398813989[[package]]13990name = "windows_aarch64_msvc"13991version = "0.36.1"13992source = "registry+https://github.com/rust-lang/crates.io-index"13993checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1399413995[[package]]13996name = "windows_aarch64_msvc"13997version = "0.42.0"13998source = "registry+https://github.com/rust-lang/crates.io-index"13999checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1400014001[[package]]14002name = "windows_i686_gnu"14003version = "0.34.0"14004source = "registry+https://github.com/rust-lang/crates.io-index"14005checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1400614007[[package]]14008name = "windows_i686_gnu"14009version = "0.36.1"14010source = "registry+https://github.com/rust-lang/crates.io-index"14011checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1401214013[[package]]14014name = "windows_i686_gnu"14015version = "0.42.0"14016source = "registry+https://github.com/rust-lang/crates.io-index"14017checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1401814019[[package]]14020name = "windows_i686_msvc"14021version = "0.34.0"14022source = "registry+https://github.com/rust-lang/crates.io-index"14023checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1402414025[[package]]14026name = "windows_i686_msvc"14027version = "0.36.1"14028source = "registry+https://github.com/rust-lang/crates.io-index"14029checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1403014031[[package]]14032name = "windows_i686_msvc"14033version = "0.42.0"14034source = "registry+https://github.com/rust-lang/crates.io-index"14035checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1403614037[[package]]14038name = "windows_x86_64_gnu"14039version = "0.34.0"14040source = "registry+https://github.com/rust-lang/crates.io-index"14041checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1404214043[[package]]14044name = "windows_x86_64_gnu"14045version = "0.36.1"14046source = "registry+https://github.com/rust-lang/crates.io-index"14047checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1404814049[[package]]14050name = "windows_x86_64_gnu"14051version = "0.42.0"14052source = "registry+https://github.com/rust-lang/crates.io-index"14053checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1405414055[[package]]14056name = "windows_x86_64_gnullvm"14057version = "0.42.0"14058source = "registry+https://github.com/rust-lang/crates.io-index"14059checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1406014061[[package]]14062name = "windows_x86_64_msvc"14063version = "0.34.0"14064source = "registry+https://github.com/rust-lang/crates.io-index"14065checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1406614067[[package]]14068name = "windows_x86_64_msvc"14069version = "0.36.1"14070source = "registry+https://github.com/rust-lang/crates.io-index"14071checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1407214073[[package]]14074name = "windows_x86_64_msvc"14075version = "0.42.0"14076source = "registry+https://github.com/rust-lang/crates.io-index"14077checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1407814079[[package]]14080name = "winreg"14081version = "0.10.1"14082source = "registry+https://github.com/rust-lang/crates.io-index"14083checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"14084dependencies = [14085 "winapi",14086]1408714088[[package]]14089name = "wyz"14090version = "0.2.0"14091source = "registry+https://github.com/rust-lang/crates.io-index"14092checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1409314094[[package]]14095name = "wyz"14096version = "0.5.1"14097source = "registry+https://github.com/rust-lang/crates.io-index"14098checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"14099dependencies = [14100 "tap",14101]1410214103[[package]]14104name = "x25519-dalek"14105version = "1.1.1"14106source = "registry+https://github.com/rust-lang/crates.io-index"14107checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14108dependencies = [14109 "curve25519-dalek 3.2.0",14110 "rand_core 0.5.1",14111 "zeroize",14112]1411314114[[package]]14115name = "xcm"14116version = "0.9.36"14117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14118dependencies = [14119 "derivative",14120 "impl-trait-for-tuples",14121 "log",14122 "parity-scale-codec 3.2.1",14123 "scale-info",14124 "sp-runtime",14125 "xcm-procedural",14126]1412714128[[package]]14129name = "xcm-builder"14130version = "0.9.36"14131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14132dependencies = [14133 "frame-support",14134 "frame-system",14135 "log",14136 "pallet-transaction-payment",14137 "parity-scale-codec 3.2.1",14138 "polkadot-parachain",14139 "scale-info",14140 "sp-arithmetic",14141 "sp-io",14142 "sp-runtime",14143 "sp-std",14144 "xcm",14145 "xcm-executor",14146]1414714148[[package]]14149name = "xcm-executor"14150version = "0.9.36"14151source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14152dependencies = [14153 "frame-benchmarking",14154 "frame-support",14155 "impl-trait-for-tuples",14156 "log",14157 "parity-scale-codec 3.2.1",14158 "sp-arithmetic",14159 "sp-core",14160 "sp-io",14161 "sp-runtime",14162 "sp-std",14163 "xcm",14164]1416514166[[package]]14167name = "xcm-procedural"14168version = "0.9.36"14169source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14170dependencies = [14171 "Inflector",14172 "proc-macro2",14173 "quote",14174 "syn",14175]1417614177[[package]]14178name = "yamux"14179version = "0.10.2"14180source = "registry+https://github.com/rust-lang/crates.io-index"14181checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14182dependencies = [14183 "futures 0.3.25",14184 "log",14185 "nohash-hasher",14186 "parking_lot 0.12.1",14187 "rand 0.8.5",14188 "static_assertions",14189]1419014191[[package]]14192name = "zeroize"14193version = "1.5.7"14194source = "registry+https://github.com/rust-lang/crates.io-index"14195checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14196dependencies = [14197 "zeroize_derive",14198]1419914200[[package]]14201name = "zeroize_derive"14202version = "1.3.3"14203source = "registry+https://github.com/rust-lang/crates.io-index"14204checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14205dependencies = [14206 "proc-macro2",14207 "quote",14208 "syn",14209 "synstructure",14210]1421114212[[package]]14213name = "zstd"14214version = "0.11.2+zstd.1.5.2"14215source = "registry+https://github.com/rust-lang/crates.io-index"14216checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14217dependencies = [14218 "zstd-safe",14219]1422014221[[package]]14222name = "zstd-safe"14223version = "5.0.2+zstd.1.5.2"14224source = "registry+https://github.com/rust-lang/crates.io-index"14225checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14226dependencies = [14227 "libc",14228 "zstd-sys",14229]1423014231[[package]]14232name = "zstd-sys"14233version = "2.0.4+zstd.1.5.2"14234source = "registry+https://github.com/rust-lang/crates.io-index"14235checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14236dependencies = [14237 "cc",14238 "libc",14239]