git.delta.rocks / unique-network / refs/commits / f5d9c56df151

difftreelog

source

Cargo.lock315.0 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",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if",46 "cipher",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.20"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.2.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.8.0"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.5.0"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"209dependencies = [210 "async-lock",211 "async-task",212 "concurrent-queue",213 "fastrand",214 "futures-lite",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.1"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.12.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"238dependencies = [239 "async-lock",240 "autocfg",241 "concurrent-queue",242 "futures-lite",243 "libc",244 "log",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "windows-sys 0.42.0",251]252253[[package]]254name = "async-lock"255version = "2.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.6.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"268dependencies = [269 "async-io",270 "async-lock",271 "autocfg",272 "blocking",273 "cfg-if",274 "event-listener",275 "futures-lite",276 "libc",277 "signal-hook",278 "windows-sys 0.42.0",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.22.0"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.59"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.1"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi 0.1.19",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if",412 "libc",413 "miniz_oxide 0.5.4",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"518dependencies = [519 "beefy-primitives",520 "sp-api",521 "sp-runtime",522]523524[[package]]525name = "beefy-primitives"526version = "4.0.0-dev"527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"528dependencies = [529 "parity-scale-codec 3.2.1",530 "scale-info",531 "serde",532 "sp-api",533 "sp-application-crypto",534 "sp-core",535 "sp-io",536 "sp-mmr-primitives",537 "sp-runtime",538 "sp-std",539]540541[[package]]542name = "bincode"543version = "1.3.3"544source = "registry+https://github.com/rust-lang/crates.io-index"545checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"546dependencies = [547 "serde",548]549550[[package]]551name = "bindgen"552version = "0.60.1"553source = "registry+https://github.com/rust-lang/crates.io-index"554checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"555dependencies = [556 "bitflags",557 "cexpr",558 "clang-sys",559 "lazy_static",560 "lazycell",561 "peeking_take_while",562 "proc-macro2",563 "quote",564 "regex",565 "rustc-hash",566 "shlex",567]568569[[package]]570name = "bitflags"571version = "1.3.2"572source = "registry+https://github.com/rust-lang/crates.io-index"573checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"574575[[package]]576name = "bitvec"577version = "0.20.4"578source = "registry+https://github.com/rust-lang/crates.io-index"579checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"580dependencies = [581 "funty 1.1.0",582 "radium 0.6.2",583 "tap",584 "wyz 0.2.0",585]586587[[package]]588name = "bitvec"589version = "1.0.1"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"592dependencies = [593 "funty 2.0.0",594 "radium 0.7.0",595 "tap",596 "wyz 0.5.1",597]598599[[package]]600name = "blake2"601version = "0.10.5"602source = "registry+https://github.com/rust-lang/crates.io-index"603checksum = "b12e5fd123190ce1c2e559308a94c9bacad77907d4c6005d9e58fe1a0689e55e"604dependencies = [605 "digest 0.10.6",606]607608[[package]]609name = "blake2-rfc"610version = "0.2.18"611source = "registry+https://github.com/rust-lang/crates.io-index"612checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"613dependencies = [614 "arrayvec 0.4.12",615 "constant_time_eq 0.1.5",616]617618[[package]]619name = "blake2b_simd"620version = "1.0.0"621source = "registry+https://github.com/rust-lang/crates.io-index"622checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"623dependencies = [624 "arrayref",625 "arrayvec 0.7.2",626 "constant_time_eq 0.1.5",627]628629[[package]]630name = "blake2s_simd"631version = "1.0.0"632source = "registry+https://github.com/rust-lang/crates.io-index"633checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"634dependencies = [635 "arrayref",636 "arrayvec 0.7.2",637 "constant_time_eq 0.1.5",638]639640[[package]]641name = "blake3"642version = "1.3.3"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"645dependencies = [646 "arrayref",647 "arrayvec 0.7.2",648 "cc",649 "cfg-if",650 "constant_time_eq 0.2.4",651 "digest 0.10.6",652]653654[[package]]655name = "block-buffer"656version = "0.7.3"657source = "registry+https://github.com/rust-lang/crates.io-index"658checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"659dependencies = [660 "block-padding",661 "byte-tools",662 "byteorder",663 "generic-array 0.12.4",664]665666[[package]]667name = "block-buffer"668version = "0.9.0"669source = "registry+https://github.com/rust-lang/crates.io-index"670checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"671dependencies = [672 "generic-array 0.14.6",673]674675[[package]]676name = "block-buffer"677version = "0.10.3"678source = "registry+https://github.com/rust-lang/crates.io-index"679checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"680dependencies = [681 "generic-array 0.14.6",682]683684[[package]]685name = "block-padding"686version = "0.1.5"687source = "registry+https://github.com/rust-lang/crates.io-index"688checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"689dependencies = [690 "byte-tools",691]692693[[package]]694name = "blocking"695version = "1.3.0"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"698dependencies = [699 "async-channel",700 "async-lock",701 "async-task",702 "atomic-waker",703 "fastrand",704 "futures-lite",705]706707[[package]]708name = "bondrewd"709version = "0.1.14"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"712dependencies = [713 "bondrewd-derive",714]715716[[package]]717name = "bondrewd-derive"718version = "0.3.18"719source = "registry+https://github.com/rust-lang/crates.io-index"720checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"721dependencies = [722 "proc-macro2",723 "quote",724 "syn",725]726727[[package]]728name = "bounded-vec"729version = "0.6.0"730source = "registry+https://github.com/rust-lang/crates.io-index"731checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"732dependencies = [733 "thiserror",734]735736[[package]]737name = "bs58"738version = "0.4.0"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"741742[[package]]743name = "bstr"744version = "0.2.17"745source = "registry+https://github.com/rust-lang/crates.io-index"746checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"747dependencies = [748 "lazy_static",749 "memchr",750 "regex-automata",751]752753[[package]]754name = "build-helper"755version = "0.1.1"756source = "registry+https://github.com/rust-lang/crates.io-index"757checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"758dependencies = [759 "semver 0.6.0",760]761762[[package]]763name = "bumpalo"764version = "3.11.1"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"767768[[package]]769name = "byte-slice-cast"770version = "1.2.2"771source = "registry+https://github.com/rust-lang/crates.io-index"772checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"773774[[package]]775name = "byte-tools"776version = "0.3.1"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"779780[[package]]781name = "byteorder"782version = "1.4.3"783source = "registry+https://github.com/rust-lang/crates.io-index"784checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"785786[[package]]787name = "bytes"788version = "1.3.0"789source = "registry+https://github.com/rust-lang/crates.io-index"790checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"791792[[package]]793name = "bzip2-sys"794version = "0.1.11+1.0.8"795source = "registry+https://github.com/rust-lang/crates.io-index"796checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"797dependencies = [798 "cc",799 "libc",800 "pkg-config",801]802803[[package]]804name = "camino"805version = "1.1.1"806source = "registry+https://github.com/rust-lang/crates.io-index"807checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"808dependencies = [809 "serde",810]811812[[package]]813name = "cargo-platform"814version = "0.1.2"815source = "registry+https://github.com/rust-lang/crates.io-index"816checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"817dependencies = [818 "serde",819]820821[[package]]822name = "cargo_metadata"823version = "0.14.2"824source = "registry+https://github.com/rust-lang/crates.io-index"825checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"826dependencies = [827 "camino",828 "cargo-platform",829 "semver 1.0.14",830 "serde",831 "serde_json",832]833834[[package]]835name = "cc"836version = "1.0.77"837source = "registry+https://github.com/rust-lang/crates.io-index"838checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"839dependencies = [840 "jobserver",841]842843[[package]]844name = "cexpr"845version = "0.6.0"846source = "registry+https://github.com/rust-lang/crates.io-index"847checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"848dependencies = [849 "nom",850]851852[[package]]853name = "cfg-expr"854version = "0.10.3"855source = "registry+https://github.com/rust-lang/crates.io-index"856checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"857dependencies = [858 "smallvec",859]860861[[package]]862name = "cfg-if"863version = "1.0.0"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"866867[[package]]868name = "cfg_aliases"869version = "0.1.1"870source = "registry+https://github.com/rust-lang/crates.io-index"871checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"872873[[package]]874name = "chacha20"875version = "0.8.2"876source = "registry+https://github.com/rust-lang/crates.io-index"877checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"878dependencies = [879 "cfg-if",880 "cipher",881 "cpufeatures",882 "zeroize",883]884885[[package]]886name = "chacha20poly1305"887version = "0.9.1"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"890dependencies = [891 "aead",892 "chacha20",893 "cipher",894 "poly1305",895 "zeroize",896]897898[[package]]899name = "chrono"900version = "0.4.23"901source = "registry+https://github.com/rust-lang/crates.io-index"902checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"903dependencies = [904 "iana-time-zone",905 "js-sys",906 "num-integer",907 "num-traits",908 "time 0.1.45",909 "wasm-bindgen",910 "winapi",911]912913[[package]]914name = "cid"915version = "0.8.6"916source = "registry+https://github.com/rust-lang/crates.io-index"917checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"918dependencies = [919 "core2",920 "multibase",921 "multihash",922 "serde",923 "unsigned-varint",924]925926[[package]]927name = "cipher"928version = "0.3.0"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"931dependencies = [932 "generic-array 0.14.6",933]934935[[package]]936name = "ckb-merkle-mountain-range"937version = "0.5.2"938source = "registry+https://github.com/rust-lang/crates.io-index"939checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"940dependencies = [941 "cfg-if",942]943944[[package]]945name = "clang-sys"946version = "1.4.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"949dependencies = [950 "glob",951 "libc",952 "libloading",953]954955[[package]]956name = "clap"957version = "4.0.29"958source = "registry+https://github.com/rust-lang/crates.io-index"959checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"960dependencies = [961 "bitflags",962 "clap_derive",963 "clap_lex",964 "is-terminal",965 "once_cell",966 "strsim",967 "termcolor",968]969970[[package]]971name = "clap_derive"972version = "4.0.21"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"975dependencies = [976 "heck",977 "proc-macro-error",978 "proc-macro2",979 "quote",980 "syn",981]982983[[package]]984name = "clap_lex"985version = "0.3.0"986source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"988dependencies = [989 "os_str_bytes",990]991992[[package]]993name = "coarsetime"994version = "0.1.22"995source = "registry+https://github.com/rust-lang/crates.io-index"996checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"997dependencies = [998 "libc",999 "once_cell",1000 "wasi 0.11.0+wasi-snapshot-preview1",1001 "wasm-bindgen",1002]10031004[[package]]1005name = "codespan-reporting"1006version = "0.11.1"1007source = "registry+https://github.com/rust-lang/crates.io-index"1008checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1009dependencies = [1010 "termcolor",1011 "unicode-width",1012]10131014[[package]]1015name = "comfy-table"1016version = "6.1.3"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21"1019dependencies = [1020 "strum",1021 "strum_macros",1022 "unicode-width",1023]10241025[[package]]1026name = "concurrent-queue"1027version = "2.0.0"1028source = "registry+https://github.com/rust-lang/crates.io-index"1029checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"1030dependencies = [1031 "crossbeam-utils",1032]10331034[[package]]1035name = "console"1036version = "0.15.2"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1039dependencies = [1040 "encode_unicode",1041 "lazy_static",1042 "libc",1043 "terminal_size",1044 "winapi",1045]10461047[[package]]1048name = "const-oid"1049version = "0.9.1"1050source = "registry+https://github.com/rust-lang/crates.io-index"1051checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"10521053[[package]]1054name = "constant_time_eq"1055version = "0.1.5"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10581059[[package]]1060name = "constant_time_eq"1061version = "0.2.4"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"10641065[[package]]1066name = "convert_case"1067version = "0.4.0"1068source = "registry+https://github.com/rust-lang/crates.io-index"1069checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10701071[[package]]1072name = "core-foundation"1073version = "0.9.3"1074source = "registry+https://github.com/rust-lang/crates.io-index"1075checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1076dependencies = [1077 "core-foundation-sys",1078 "libc",1079]10801081[[package]]1082name = "core-foundation-sys"1083version = "0.8.3"1084source = "registry+https://github.com/rust-lang/crates.io-index"1085checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10861087[[package]]1088name = "core2"1089version = "0.4.0"1090source = "registry+https://github.com/rust-lang/crates.io-index"1091checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1092dependencies = [1093 "memchr",1094]10951096[[package]]1097name = "cpp_demangle"1098version = "0.3.5"1099source = "registry+https://github.com/rust-lang/crates.io-index"1100checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1101dependencies = [1102 "cfg-if",1103]11041105[[package]]1106name = "cpufeatures"1107version = "0.2.5"1108source = "registry+https://github.com/rust-lang/crates.io-index"1109checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1110dependencies = [1111 "libc",1112]11131114[[package]]1115name = "cranelift-bforest"1116version = "0.88.2"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd"1119dependencies = [1120 "cranelift-entity",1121]11221123[[package]]1124name = "cranelift-codegen"1125version = "0.88.2"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "18fed94c8770dc25d01154c3ffa64ed0b3ba9d583736f305fed7beebe5d9cf74"1128dependencies = [1129 "arrayvec 0.7.2",1130 "bumpalo",1131 "cranelift-bforest",1132 "cranelift-codegen-meta",1133 "cranelift-codegen-shared",1134 "cranelift-entity",1135 "cranelift-isle",1136 "gimli",1137 "log",1138 "regalloc2",1139 "smallvec",1140 "target-lexicon",1141]11421143[[package]]1144name = "cranelift-codegen-meta"1145version = "0.88.2"1146source = "registry+https://github.com/rust-lang/crates.io-index"1147checksum = "1c451b81faf237d11c7e4f3165eeb6bac61112762c5cfe7b4c0fb7241474358f"1148dependencies = [1149 "cranelift-codegen-shared",1150]11511152[[package]]1153name = "cranelift-codegen-shared"1154version = "0.88.2"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "e7c940133198426d26128f08be2b40b0bd117b84771fd36798969c4d712d81fc"11571158[[package]]1159name = "cranelift-entity"1160version = "0.88.2"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352"1163dependencies = [1164 "serde",1165]11661167[[package]]1168name = "cranelift-frontend"1169version = "0.88.2"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "34897538b36b216cc8dd324e73263596d51b8cf610da6498322838b2546baf8a"1172dependencies = [1173 "cranelift-codegen",1174 "log",1175 "smallvec",1176 "target-lexicon",1177]11781179[[package]]1180name = "cranelift-isle"1181version = "0.88.2"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "1b2629a569fae540f16a76b70afcc87ad7decb38dc28fa6c648ac73b51e78470"11841185[[package]]1186name = "cranelift-native"1187version = "0.88.2"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "20937dab4e14d3e225c5adfc9c7106bafd4ac669bdb43027b911ff794c6fb318"1190dependencies = [1191 "cranelift-codegen",1192 "libc",1193 "target-lexicon",1194]11951196[[package]]1197name = "cranelift-wasm"1198version = "0.88.2"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "80fc2288957a94fd342a015811479de1837850924166d1f1856d8406e6f3609b"1201dependencies = [1202 "cranelift-codegen",1203 "cranelift-entity",1204 "cranelift-frontend",1205 "itertools",1206 "log",1207 "smallvec",1208 "wasmparser",1209 "wasmtime-types",1210]12111212[[package]]1213name = "crc32fast"1214version = "1.3.2"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1217dependencies = [1218 "cfg-if",1219]12201221[[package]]1222name = "crossbeam-channel"1223version = "0.5.6"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1226dependencies = [1227 "cfg-if",1228 "crossbeam-utils",1229]12301231[[package]]1232name = "crossbeam-deque"1233version = "0.8.2"1234source = "registry+https://github.com/rust-lang/crates.io-index"1235checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1236dependencies = [1237 "cfg-if",1238 "crossbeam-epoch",1239 "crossbeam-utils",1240]12411242[[package]]1243name = "crossbeam-epoch"1244version = "0.9.13"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1247dependencies = [1248 "autocfg",1249 "cfg-if",1250 "crossbeam-utils",1251 "memoffset 0.7.1",1252 "scopeguard",1253]12541255[[package]]1256name = "crossbeam-queue"1257version = "0.3.8"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1260dependencies = [1261 "cfg-if",1262 "crossbeam-utils",1263]12641265[[package]]1266name = "crossbeam-utils"1267version = "0.8.14"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1270dependencies = [1271 "cfg-if",1272]12731274[[package]]1275name = "crunchy"1276version = "0.2.2"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12791280[[package]]1281name = "crypto-bigint"1282version = "0.4.9"1283source = "registry+https://github.com/rust-lang/crates.io-index"1284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1285dependencies = [1286 "generic-array 0.14.6",1287 "rand_core 0.6.4",1288 "subtle",1289 "zeroize",1290]12911292[[package]]1293name = "crypto-common"1294version = "0.1.6"1295source = "registry+https://github.com/rust-lang/crates.io-index"1296checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1297dependencies = [1298 "generic-array 0.14.6",1299 "typenum",1300]13011302[[package]]1303name = "crypto-mac"1304version = "0.8.0"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1307dependencies = [1308 "generic-array 0.14.6",1309 "subtle",1310]13111312[[package]]1313name = "crypto-mac"1314version = "0.11.1"1315source = "registry+https://github.com/rust-lang/crates.io-index"1316checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1317dependencies = [1318 "generic-array 0.14.6",1319 "subtle",1320]13211322[[package]]1323name = "ctor"1324version = "0.1.26"1325source = "registry+https://github.com/rust-lang/crates.io-index"1326checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1327dependencies = [1328 "quote",1329 "syn",1330]13311332[[package]]1333name = "ctr"1334version = "0.8.0"1335source = "registry+https://github.com/rust-lang/crates.io-index"1336checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1337dependencies = [1338 "cipher",1339]13401341[[package]]1342name = "cumulus-client-cli"1343version = "0.1.0"1344source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1345dependencies = [1346 "clap",1347 "parity-scale-codec 3.2.1",1348 "sc-chain-spec",1349 "sc-cli",1350 "sc-service",1351 "sp-core",1352 "sp-runtime",1353 "url",1354]13551356[[package]]1357name = "cumulus-client-collator"1358version = "0.1.0"1359source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1360dependencies = [1361 "cumulus-client-consensus-common",1362 "cumulus-client-network",1363 "cumulus-primitives-core",1364 "futures 0.3.25",1365 "parity-scale-codec 3.2.1",1366 "parking_lot 0.12.1",1367 "polkadot-node-primitives",1368 "polkadot-node-subsystem",1369 "polkadot-overseer",1370 "polkadot-primitives",1371 "sc-client-api",1372 "sp-api",1373 "sp-consensus",1374 "sp-core",1375 "sp-runtime",1376 "tracing",1377]13781379[[package]]1380name = "cumulus-client-consensus-aura"1381version = "0.1.0"1382source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1383dependencies = [1384 "async-trait",1385 "cumulus-client-consensus-common",1386 "cumulus-primitives-core",1387 "futures 0.3.25",1388 "parity-scale-codec 3.2.1",1389 "sc-client-api",1390 "sc-consensus",1391 "sc-consensus-aura",1392 "sc-consensus-slots",1393 "sc-telemetry",1394 "sp-api",1395 "sp-application-crypto",1396 "sp-block-builder",1397 "sp-blockchain",1398 "sp-consensus",1399 "sp-consensus-aura",1400 "sp-core",1401 "sp-inherents",1402 "sp-keystore",1403 "sp-runtime",1404 "substrate-prometheus-endpoint",1405 "tracing",1406]14071408[[package]]1409name = "cumulus-client-consensus-common"1410version = "0.1.0"1411source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1412dependencies = [1413 "async-trait",1414 "cumulus-relay-chain-interface",1415 "dyn-clone",1416 "futures 0.3.25",1417 "parity-scale-codec 3.2.1",1418 "polkadot-primitives",1419 "sc-client-api",1420 "sc-consensus",1421 "sp-blockchain",1422 "sp-consensus",1423 "sp-runtime",1424 "sp-trie",1425 "tracing",1426]14271428[[package]]1429name = "cumulus-client-network"1430version = "0.1.0"1431source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1432dependencies = [1433 "async-trait",1434 "cumulus-relay-chain-interface",1435 "futures 0.3.25",1436 "futures-timer",1437 "parity-scale-codec 3.2.1",1438 "parking_lot 0.12.1",1439 "polkadot-node-primitives",1440 "polkadot-parachain",1441 "polkadot-primitives",1442 "sc-client-api",1443 "sp-blockchain",1444 "sp-consensus",1445 "sp-core",1446 "sp-runtime",1447 "sp-state-machine",1448 "tracing",1449]14501451[[package]]1452name = "cumulus-client-pov-recovery"1453version = "0.1.0"1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1455dependencies = [1456 "cumulus-primitives-core",1457 "cumulus-relay-chain-interface",1458 "futures 0.3.25",1459 "futures-timer",1460 "parity-scale-codec 3.2.1",1461 "polkadot-node-primitives",1462 "polkadot-node-subsystem",1463 "polkadot-overseer",1464 "polkadot-primitives",1465 "rand 0.8.5",1466 "sc-client-api",1467 "sc-consensus",1468 "sp-consensus",1469 "sp-maybe-compressed-blob",1470 "sp-runtime",1471 "tracing",1472]14731474[[package]]1475name = "cumulus-client-service"1476version = "0.1.0"1477source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1478dependencies = [1479 "cumulus-client-cli",1480 "cumulus-client-collator",1481 "cumulus-client-consensus-common",1482 "cumulus-client-pov-recovery",1483 "cumulus-primitives-core",1484 "cumulus-relay-chain-interface",1485 "parking_lot 0.12.1",1486 "polkadot-primitives",1487 "sc-client-api",1488 "sc-consensus",1489 "sc-service",1490 "sp-api",1491 "sp-blockchain",1492 "sp-consensus",1493 "sp-core",1494 "sp-runtime",1495]14961497[[package]]1498name = "cumulus-pallet-aura-ext"1499version = "0.1.0"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1501dependencies = [1502 "frame-support",1503 "frame-system",1504 "pallet-aura",1505 "parity-scale-codec 3.2.1",1506 "scale-info",1507 "sp-application-crypto",1508 "sp-consensus-aura",1509 "sp-runtime",1510 "sp-std",1511]15121513[[package]]1514name = "cumulus-pallet-dmp-queue"1515version = "0.1.0"1516source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1517dependencies = [1518 "cumulus-primitives-core",1519 "frame-support",1520 "frame-system",1521 "log",1522 "parity-scale-codec 3.2.1",1523 "scale-info",1524 "sp-io",1525 "sp-runtime",1526 "sp-std",1527 "xcm",1528]15291530[[package]]1531name = "cumulus-pallet-parachain-system"1532version = "0.1.0"1533source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1534dependencies = [1535 "bytes",1536 "cumulus-pallet-parachain-system-proc-macro",1537 "cumulus-primitives-core",1538 "cumulus-primitives-parachain-inherent",1539 "environmental",1540 "frame-support",1541 "frame-system",1542 "impl-trait-for-tuples",1543 "log",1544 "parity-scale-codec 3.2.1",1545 "polkadot-parachain",1546 "scale-info",1547 "sp-core",1548 "sp-externalities",1549 "sp-inherents",1550 "sp-io",1551 "sp-runtime",1552 "sp-state-machine",1553 "sp-std",1554 "sp-trie",1555 "sp-version",1556]15571558[[package]]1559name = "cumulus-pallet-parachain-system-proc-macro"1560version = "0.1.0"1561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1562dependencies = [1563 "proc-macro-crate",1564 "proc-macro2",1565 "quote",1566 "syn",1567]15681569[[package]]1570name = "cumulus-pallet-xcm"1571version = "0.1.0"1572source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1573dependencies = [1574 "cumulus-primitives-core",1575 "frame-support",1576 "frame-system",1577 "parity-scale-codec 3.2.1",1578 "scale-info",1579 "sp-io",1580 "sp-runtime",1581 "sp-std",1582 "xcm",1583]15841585[[package]]1586name = "cumulus-pallet-xcmp-queue"1587version = "0.1.0"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1589dependencies = [1590 "cumulus-primitives-core",1591 "frame-support",1592 "frame-system",1593 "log",1594 "parity-scale-codec 3.2.1",1595 "rand_chacha 0.3.1",1596 "scale-info",1597 "sp-runtime",1598 "sp-std",1599 "xcm",1600 "xcm-executor",1601]16021603[[package]]1604name = "cumulus-primitives-core"1605version = "0.1.0"1606source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1607dependencies = [1608 "parity-scale-codec 3.2.1",1609 "polkadot-core-primitives",1610 "polkadot-parachain",1611 "polkadot-primitives",1612 "sp-api",1613 "sp-runtime",1614 "sp-std",1615 "sp-trie",1616]16171618[[package]]1619name = "cumulus-primitives-parachain-inherent"1620version = "0.1.0"1621source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1622dependencies = [1623 "async-trait",1624 "cumulus-primitives-core",1625 "cumulus-relay-chain-interface",1626 "cumulus-test-relay-sproof-builder",1627 "parity-scale-codec 3.2.1",1628 "sc-client-api",1629 "scale-info",1630 "sp-api",1631 "sp-core",1632 "sp-inherents",1633 "sp-runtime",1634 "sp-state-machine",1635 "sp-std",1636 "sp-storage",1637 "sp-trie",1638 "tracing",1639]16401641[[package]]1642name = "cumulus-primitives-timestamp"1643version = "0.1.0"1644source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1645dependencies = [1646 "cumulus-primitives-core",1647 "futures 0.3.25",1648 "parity-scale-codec 3.2.1",1649 "sp-inherents",1650 "sp-std",1651 "sp-timestamp",1652]16531654[[package]]1655name = "cumulus-primitives-utility"1656version = "0.1.0"1657source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1658dependencies = [1659 "cumulus-primitives-core",1660 "frame-support",1661 "log",1662 "parity-scale-codec 3.2.1",1663 "sp-runtime",1664 "sp-std",1665 "xcm",1666 "xcm-builder",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-relay-chain-inprocess-interface"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1674dependencies = [1675 "async-trait",1676 "cumulus-primitives-core",1677 "cumulus-relay-chain-interface",1678 "futures 0.3.25",1679 "futures-timer",1680 "polkadot-cli",1681 "polkadot-client",1682 "polkadot-service",1683 "sc-cli",1684 "sc-client-api",1685 "sc-sysinfo",1686 "sc-telemetry",1687 "sc-tracing",1688 "sp-api",1689 "sp-consensus",1690 "sp-core",1691 "sp-runtime",1692 "sp-state-machine",1693]16941695[[package]]1696name = "cumulus-relay-chain-interface"1697version = "0.1.0"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1699dependencies = [1700 "async-trait",1701 "cumulus-primitives-core",1702 "futures 0.3.25",1703 "jsonrpsee-core",1704 "parity-scale-codec 3.2.1",1705 "polkadot-overseer",1706 "polkadot-service",1707 "sc-client-api",1708 "sp-api",1709 "sp-blockchain",1710 "sp-state-machine",1711 "thiserror",1712]17131714[[package]]1715name = "cumulus-relay-chain-minimal-node"1716version = "0.1.0"1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1718dependencies = [1719 "array-bytes",1720 "async-trait",1721 "cumulus-primitives-core",1722 "cumulus-relay-chain-interface",1723 "cumulus-relay-chain-rpc-interface",1724 "futures 0.3.25",1725 "lru",1726 "polkadot-availability-distribution",1727 "polkadot-core-primitives",1728 "polkadot-network-bridge",1729 "polkadot-node-core-av-store",1730 "polkadot-node-network-protocol",1731 "polkadot-node-subsystem-util",1732 "polkadot-overseer",1733 "polkadot-primitives",1734 "polkadot-service",1735 "sc-authority-discovery",1736 "sc-client-api",1737 "sc-consensus",1738 "sc-keystore",1739 "sc-network",1740 "sc-network-common",1741 "sc-network-light",1742 "sc-network-sync",1743 "sc-service",1744 "sc-telemetry",1745 "sc-tracing",1746 "sc-transaction-pool",1747 "sc-transaction-pool-api",1748 "sp-api",1749 "sp-blockchain",1750 "sp-consensus",1751 "sp-consensus-babe",1752 "sp-runtime",1753 "tokio",1754 "tracing",1755 "url",1756]17571758[[package]]1759name = "cumulus-relay-chain-rpc-interface"1760version = "0.1.0"1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1762dependencies = [1763 "async-trait",1764 "backoff",1765 "cumulus-primitives-core",1766 "cumulus-relay-chain-interface",1767 "futures 0.3.25",1768 "futures-timer",1769 "jsonrpsee",1770 "parity-scale-codec 3.2.1",1771 "polkadot-service",1772 "sc-client-api",1773 "sc-rpc-api",1774 "sp-api",1775 "sp-authority-discovery",1776 "sp-consensus-babe",1777 "sp-core",1778 "sp-runtime",1779 "sp-state-machine",1780 "sp-storage",1781 "tokio",1782 "tracing",1783 "url",1784]17851786[[package]]1787name = "cumulus-test-relay-sproof-builder"1788version = "0.1.0"1789source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1790dependencies = [1791 "cumulus-primitives-core",1792 "parity-scale-codec 3.2.1",1793 "polkadot-primitives",1794 "sp-runtime",1795 "sp-state-machine",1796 "sp-std",1797]17981799[[package]]1800name = "curve25519-dalek"1801version = "2.1.3"1802source = "registry+https://github.com/rust-lang/crates.io-index"1803checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1804dependencies = [1805 "byteorder",1806 "digest 0.8.1",1807 "rand_core 0.5.1",1808 "subtle",1809 "zeroize",1810]18111812[[package]]1813name = "curve25519-dalek"1814version = "3.2.0"1815source = "registry+https://github.com/rust-lang/crates.io-index"1816checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1817dependencies = [1818 "byteorder",1819 "digest 0.9.0",1820 "rand_core 0.5.1",1821 "subtle",1822 "zeroize",1823]18241825[[package]]1826name = "curve25519-dalek"1827version = "4.0.0-pre.1"1828source = "registry+https://github.com/rust-lang/crates.io-index"1829checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1830dependencies = [1831 "byteorder",1832 "digest 0.9.0",1833 "rand_core 0.6.4",1834 "subtle",1835 "zeroize",1836]18371838[[package]]1839name = "cxx"1840version = "1.0.83"1841source = "registry+https://github.com/rust-lang/crates.io-index"1842checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"1843dependencies = [1844 "cc",1845 "cxxbridge-flags",1846 "cxxbridge-macro",1847 "link-cplusplus",1848]18491850[[package]]1851name = "cxx-build"1852version = "1.0.83"1853source = "registry+https://github.com/rust-lang/crates.io-index"1854checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"1855dependencies = [1856 "cc",1857 "codespan-reporting",1858 "once_cell",1859 "proc-macro2",1860 "quote",1861 "scratch",1862 "syn",1863]18641865[[package]]1866name = "cxxbridge-flags"1867version = "1.0.83"1868source = "registry+https://github.com/rust-lang/crates.io-index"1869checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"18701871[[package]]1872name = "cxxbridge-macro"1873version = "1.0.83"1874source = "registry+https://github.com/rust-lang/crates.io-index"1875checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"1876dependencies = [1877 "proc-macro2",1878 "quote",1879 "syn",1880]18811882[[package]]1883name = "data-encoding"1884version = "2.3.3"1885source = "registry+https://github.com/rust-lang/crates.io-index"1886checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"18871888[[package]]1889name = "data-encoding-macro"1890version = "0.1.12"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1893dependencies = [1894 "data-encoding",1895 "data-encoding-macro-internal",1896]18971898[[package]]1899name = "data-encoding-macro-internal"1900version = "0.1.10"1901source = "registry+https://github.com/rust-lang/crates.io-index"1902checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1903dependencies = [1904 "data-encoding",1905 "syn",1906]19071908[[package]]1909name = "der"1910version = "0.6.0"1911source = "registry+https://github.com/rust-lang/crates.io-index"1912checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"1913dependencies = [1914 "const-oid",1915 "zeroize",1916]19171918[[package]]1919name = "derivative"1920version = "2.2.0"1921source = "registry+https://github.com/rust-lang/crates.io-index"1922checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1923dependencies = [1924 "proc-macro2",1925 "quote",1926 "syn",1927]19281929[[package]]1930name = "derive_more"1931version = "0.99.17"1932source = "registry+https://github.com/rust-lang/crates.io-index"1933checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1934dependencies = [1935 "convert_case",1936 "proc-macro2",1937 "quote",1938 "rustc_version 0.4.0",1939 "syn",1940]19411942[[package]]1943name = "difflib"1944version = "0.4.0"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"19471948[[package]]1949name = "digest"1950version = "0.8.1"1951source = "registry+https://github.com/rust-lang/crates.io-index"1952checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1953dependencies = [1954 "generic-array 0.12.4",1955]19561957[[package]]1958name = "digest"1959version = "0.9.0"1960source = "registry+https://github.com/rust-lang/crates.io-index"1961checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1962dependencies = [1963 "generic-array 0.14.6",1964]19651966[[package]]1967name = "digest"1968version = "0.10.6"1969source = "registry+https://github.com/rust-lang/crates.io-index"1970checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"1971dependencies = [1972 "block-buffer 0.10.3",1973 "crypto-common",1974 "subtle",1975]19761977[[package]]1978name = "directories"1979version = "4.0.1"1980source = "registry+https://github.com/rust-lang/crates.io-index"1981checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1982dependencies = [1983 "dirs-sys",1984]19851986[[package]]1987name = "directories-next"1988version = "2.0.0"1989source = "registry+https://github.com/rust-lang/crates.io-index"1990checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1991dependencies = [1992 "cfg-if",1993 "dirs-sys-next",1994]19951996[[package]]1997name = "dirs-sys"1998version = "0.3.7"1999source = "registry+https://github.com/rust-lang/crates.io-index"2000checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2001dependencies = [2002 "libc",2003 "redox_users",2004 "winapi",2005]20062007[[package]]2008name = "dirs-sys-next"2009version = "0.1.2"2010source = "registry+https://github.com/rust-lang/crates.io-index"2011checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2012dependencies = [2013 "libc",2014 "redox_users",2015 "winapi",2016]20172018[[package]]2019name = "dns-parser"2020version = "0.8.0"2021source = "registry+https://github.com/rust-lang/crates.io-index"2022checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2023dependencies = [2024 "byteorder",2025 "quick-error",2026]20272028[[package]]2029name = "downcast"2030version = "0.11.0"2031source = "registry+https://github.com/rust-lang/crates.io-index"2032checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"20332034[[package]]2035name = "downcast-rs"2036version = "1.2.0"2037source = "registry+https://github.com/rust-lang/crates.io-index"2038checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20392040[[package]]2041name = "dtoa"2042version = "1.0.4"2043source = "registry+https://github.com/rust-lang/crates.io-index"2044checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20452046[[package]]2047name = "dyn-clonable"2048version = "0.9.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2051dependencies = [2052 "dyn-clonable-impl",2053 "dyn-clone",2054]20552056[[package]]2057name = "dyn-clonable-impl"2058version = "0.9.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2061dependencies = [2062 "proc-macro2",2063 "quote",2064 "syn",2065]20662067[[package]]2068name = "dyn-clone"2069version = "1.0.9"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20722073[[package]]2074name = "ecdsa"2075version = "0.14.8"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2078dependencies = [2079 "der",2080 "elliptic-curve",2081 "rfc6979",2082 "signature",2083]20842085[[package]]2086name = "ed25519"2087version = "1.5.2"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2090dependencies = [2091 "signature",2092]20932094[[package]]2095name = "ed25519-dalek"2096version = "1.0.1"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2099dependencies = [2100 "curve25519-dalek 3.2.0",2101 "ed25519",2102 "rand 0.7.3",2103 "serde",2104 "sha2 0.9.9",2105 "zeroize",2106]21072108[[package]]2109name = "ed25519-zebra"2110version = "3.1.0"2111source = "registry+https://github.com/rust-lang/crates.io-index"2112checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2113dependencies = [2114 "curve25519-dalek 3.2.0",2115 "hashbrown",2116 "hex",2117 "rand_core 0.6.4",2118 "sha2 0.9.9",2119 "zeroize",2120]21212122[[package]]2123name = "either"2124version = "1.8.0"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21272128[[package]]2129name = "elliptic-curve"2130version = "0.12.3"2131source = "registry+https://github.com/rust-lang/crates.io-index"2132checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2133dependencies = [2134 "base16ct",2135 "crypto-bigint",2136 "der",2137 "digest 0.10.6",2138 "ff",2139 "generic-array 0.14.6",2140 "group",2141 "rand_core 0.6.4",2142 "sec1",2143 "subtle",2144 "zeroize",2145]21462147[[package]]2148name = "encode_unicode"2149version = "0.3.6"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21522153[[package]]2154name = "enum-as-inner"2155version = "0.5.1"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2158dependencies = [2159 "heck",2160 "proc-macro2",2161 "quote",2162 "syn",2163]21642165[[package]]2166name = "enumflags2"2167version = "0.7.5"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2170dependencies = [2171 "enumflags2_derive",2172]21732174[[package]]2175name = "enumflags2_derive"2176version = "0.7.4"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2179dependencies = [2180 "proc-macro2",2181 "quote",2182 "syn",2183]21842185[[package]]2186name = "enumn"2187version = "0.1.5"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2190dependencies = [2191 "proc-macro2",2192 "quote",2193 "syn",2194]21952196[[package]]2197name = "env_logger"2198version = "0.9.3"2199source = "registry+https://github.com/rust-lang/crates.io-index"2200checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"2201dependencies = [2202 "atty",2203 "humantime",2204 "log",2205 "regex",2206 "termcolor",2207]22082209[[package]]2210name = "environmental"2211version = "1.1.4"2212source = "registry+https://github.com/rust-lang/crates.io-index"2213checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"22142215[[package]]2216name = "errno"2217version = "0.2.8"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2220dependencies = [2221 "errno-dragonfly",2222 "libc",2223 "winapi",2224]22252226[[package]]2227name = "errno-dragonfly"2228version = "0.1.2"2229source = "registry+https://github.com/rust-lang/crates.io-index"2230checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2231dependencies = [2232 "cc",2233 "libc",2234]22352236[[package]]2237name = "ethbloom"2238version = "0.12.1"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2241dependencies = [2242 "crunchy",2243 "fixed-hash 0.7.0",2244 "impl-codec",2245 "impl-rlp",2246 "scale-info",2247 "tiny-keccak",2248]22492250[[package]]2251name = "ethbloom"2252version = "0.13.0"2253source = "registry+https://github.com/rust-lang/crates.io-index"2254checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2255dependencies = [2256 "crunchy",2257 "fixed-hash 0.8.0",2258 "impl-codec",2259 "impl-rlp",2260 "impl-serde",2261 "scale-info",2262 "tiny-keccak",2263]22642265[[package]]2266name = "ethereum"2267version = "0.12.0"2268source = "registry+https://github.com/rust-lang/crates.io-index"2269checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2270dependencies = [2271 "bytes",2272 "ethereum-types 0.13.1",2273 "hash-db",2274 "hash256-std-hasher",2275 "rlp",2276 "rlp-derive",2277 "sha3",2278 "triehash",2279]22802281[[package]]2282name = "ethereum"2283version = "0.14.0"2284source = "registry+https://github.com/rust-lang/crates.io-index"2285checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2286dependencies = [2287 "bytes",2288 "ethereum-types 0.14.1",2289 "hash-db",2290 "hash256-std-hasher",2291 "parity-scale-codec 3.2.1",2292 "rlp",2293 "scale-info",2294 "serde",2295 "sha3",2296 "triehash",2297]22982299[[package]]2300name = "ethereum-types"2301version = "0.13.1"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2304dependencies = [2305 "ethbloom 0.12.1",2306 "fixed-hash 0.7.0",2307 "impl-codec",2308 "impl-rlp",2309 "primitive-types 0.11.1",2310 "scale-info",2311 "uint",2312]23132314[[package]]2315name = "ethereum-types"2316version = "0.14.1"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2319dependencies = [2320 "ethbloom 0.13.0",2321 "fixed-hash 0.8.0",2322 "impl-codec",2323 "impl-rlp",2324 "impl-serde",2325 "primitive-types 0.12.1",2326 "scale-info",2327 "uint",2328]23292330[[package]]2331name = "event-listener"2332version = "2.5.3"2333source = "registry+https://github.com/rust-lang/crates.io-index"2334checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23352336[[package]]2337name = "evm"2338version = "0.35.0"2339source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2340dependencies = [2341 "auto_impl",2342 "environmental",2343 "ethereum 0.14.0",2344 "evm-core",2345 "evm-gasometer",2346 "evm-runtime",2347 "log",2348 "parity-scale-codec 3.2.1",2349 "primitive-types 0.12.1",2350 "rlp",2351 "scale-info",2352 "serde",2353 "sha3",2354]23552356[[package]]2357name = "evm-coder"2358version = "0.1.5"2359dependencies = [2360 "ethereum 0.14.0",2361 "evm-coder-procedural",2362 "evm-core",2363 "frame-support",2364 "hex",2365 "hex-literal",2366 "impl-trait-for-tuples",2367 "pallet-evm",2368 "primitive-types 0.12.1",2369 "sha3-const",2370 "similar-asserts",2371 "sp-std",2372 "trybuild",2373]23742375[[package]]2376name = "evm-coder-procedural"2377version = "0.2.2"2378dependencies = [2379 "Inflector",2380 "hex",2381 "proc-macro2",2382 "quote",2383 "sha3",2384 "syn",2385]23862387[[package]]2388name = "evm-core"2389version = "0.35.0"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2391dependencies = [2392 "parity-scale-codec 3.2.1",2393 "primitive-types 0.12.1",2394 "scale-info",2395 "serde",2396]23972398[[package]]2399name = "evm-gasometer"2400version = "0.35.0"2401source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2402dependencies = [2403 "environmental",2404 "evm-core",2405 "evm-runtime",2406 "primitive-types 0.12.1",2407]24082409[[package]]2410name = "evm-runtime"2411version = "0.35.0"2412source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2413dependencies = [2414 "auto_impl",2415 "environmental",2416 "evm-core",2417 "primitive-types 0.12.1",2418 "sha3",2419]24202421[[package]]2422name = "exit-future"2423version = "0.2.0"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2426dependencies = [2427 "futures 0.3.25",2428]24292430[[package]]2431name = "expander"2432version = "0.0.4"2433source = "registry+https://github.com/rust-lang/crates.io-index"2434checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2435dependencies = [2436 "blake3",2437 "fs-err",2438 "proc-macro2",2439 "quote",2440]24412442[[package]]2443name = "expander"2444version = "0.0.6"2445source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2447dependencies = [2448 "blake2",2449 "fs-err",2450 "proc-macro2",2451 "quote",2452 "syn",2453]24542455[[package]]2456name = "fake-simd"2457version = "0.1.2"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24602461[[package]]2462name = "fallible-iterator"2463version = "0.2.0"2464source = "registry+https://github.com/rust-lang/crates.io-index"2465checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24662467[[package]]2468name = "fastrand"2469version = "1.8.0"2470source = "registry+https://github.com/rust-lang/crates.io-index"2471checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2472dependencies = [2473 "instant",2474]24752476[[package]]2477name = "fatality"2478version = "0.0.6"2479source = "registry+https://github.com/rust-lang/crates.io-index"2480checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2481dependencies = [2482 "fatality-proc-macro",2483 "thiserror",2484]24852486[[package]]2487name = "fatality-proc-macro"2488version = "0.0.6"2489source = "registry+https://github.com/rust-lang/crates.io-index"2490checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2491dependencies = [2492 "expander 0.0.4",2493 "indexmap",2494 "proc-macro-crate",2495 "proc-macro2",2496 "quote",2497 "syn",2498 "thiserror",2499]25002501[[package]]2502name = "fc-consensus"2503version = "2.0.0-dev"2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2505dependencies = [2506 "async-trait",2507 "fc-db",2508 "fp-consensus",2509 "fp-rpc",2510 "sc-client-api",2511 "sc-consensus",2512 "sp-api",2513 "sp-block-builder",2514 "sp-blockchain",2515 "sp-consensus",2516 "sp-runtime",2517 "thiserror",2518]25192520[[package]]2521name = "fc-db"2522version = "2.0.0-dev"2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2524dependencies = [2525 "fp-storage",2526 "kvdb-rocksdb",2527 "log",2528 "parity-db 0.3.17",2529 "parity-scale-codec 3.2.1",2530 "parking_lot 0.12.1",2531 "sc-client-db",2532 "sp-blockchain",2533 "sp-core",2534 "sp-database",2535 "sp-runtime",2536]25372538[[package]]2539name = "fc-mapping-sync"2540version = "2.0.0-dev"2541source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2542dependencies = [2543 "fc-db",2544 "fp-consensus",2545 "fp-rpc",2546 "futures 0.3.25",2547 "futures-timer",2548 "log",2549 "sc-client-api",2550 "sp-api",2551 "sp-blockchain",2552 "sp-runtime",2553]25542555[[package]]2556name = "fc-rpc"2557version = "2.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2559dependencies = [2560 "ethereum 0.14.0",2561 "ethereum-types 0.14.1",2562 "evm",2563 "fc-db",2564 "fc-rpc-core",2565 "fp-ethereum",2566 "fp-evm",2567 "fp-rpc",2568 "fp-storage",2569 "futures 0.3.25",2570 "hex",2571 "jsonrpsee",2572 "libsecp256k1",2573 "log",2574 "lru",2575 "parity-scale-codec 3.2.1",2576 "prometheus",2577 "rand 0.8.5",2578 "rlp",2579 "sc-client-api",2580 "sc-network",2581 "sc-network-common",2582 "sc-rpc",2583 "sc-service",2584 "sc-transaction-pool",2585 "sc-transaction-pool-api",2586 "sp-api",2587 "sp-block-builder",2588 "sp-blockchain",2589 "sp-consensus",2590 "sp-core",2591 "sp-io",2592 "sp-runtime",2593 "sp-storage",2594 "substrate-prometheus-endpoint",2595 "tokio",2596]25972598[[package]]2599name = "fc-rpc-core"2600version = "1.1.0-dev"2601source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2602dependencies = [2603 "ethereum 0.14.0",2604 "ethereum-types 0.14.1",2605 "jsonrpsee",2606 "rlp",2607 "rustc-hex",2608 "serde",2609 "serde_json",2610]26112612[[package]]2613name = "fdlimit"2614version = "0.2.1"2615source = "registry+https://github.com/rust-lang/crates.io-index"2616checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2617dependencies = [2618 "libc",2619]26202621[[package]]2622name = "ff"2623version = "0.12.1"2624source = "registry+https://github.com/rust-lang/crates.io-index"2625checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2626dependencies = [2627 "rand_core 0.6.4",2628 "subtle",2629]26302631[[package]]2632name = "file-per-thread-logger"2633version = "0.1.5"2634source = "registry+https://github.com/rust-lang/crates.io-index"2635checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2636dependencies = [2637 "env_logger",2638 "log",2639]26402641[[package]]2642name = "filetime"2643version = "0.2.18"2644source = "registry+https://github.com/rust-lang/crates.io-index"2645checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2646dependencies = [2647 "cfg-if",2648 "libc",2649 "redox_syscall",2650 "windows-sys 0.42.0",2651]26522653[[package]]2654name = "finality-grandpa"2655version = "0.16.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2658dependencies = [2659 "either",2660 "futures 0.3.25",2661 "futures-timer",2662 "log",2663 "num-traits",2664 "parity-scale-codec 3.2.1",2665 "parking_lot 0.12.1",2666 "scale-info",2667]26682669[[package]]2670name = "fixed-hash"2671version = "0.7.0"2672source = "registry+https://github.com/rust-lang/crates.io-index"2673checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2674dependencies = [2675 "byteorder",2676 "rustc-hex",2677 "static_assertions",2678]26792680[[package]]2681name = "fixed-hash"2682version = "0.8.0"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2685dependencies = [2686 "byteorder",2687 "rand 0.8.5",2688 "rustc-hex",2689 "static_assertions",2690]26912692[[package]]2693name = "fixedbitset"2694version = "0.4.2"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26972698[[package]]2699name = "flate2"2700version = "1.0.25"2701source = "registry+https://github.com/rust-lang/crates.io-index"2702checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2703dependencies = [2704 "crc32fast",2705 "libz-sys",2706 "miniz_oxide 0.6.2",2707]27082709[[package]]2710name = "flexi_logger"2711version = "0.22.6"2712source = "registry+https://github.com/rust-lang/crates.io-index"2713checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2714dependencies = [2715 "ansi_term",2716 "atty",2717 "glob",2718 "lazy_static",2719 "log",2720 "regex",2721 "rustversion",2722 "thiserror",2723 "time 0.3.9",2724]27252726[[package]]2727name = "float-cmp"2728version = "0.9.0"2729source = "registry+https://github.com/rust-lang/crates.io-index"2730checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2731dependencies = [2732 "num-traits",2733]27342735[[package]]2736name = "fnv"2737version = "1.0.7"2738source = "registry+https://github.com/rust-lang/crates.io-index"2739checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27402741[[package]]2742name = "fork-tree"2743version = "3.0.0"2744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2745dependencies = [2746 "parity-scale-codec 3.2.1",2747]27482749[[package]]2750name = "form_urlencoded"2751version = "1.1.0"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2754dependencies = [2755 "percent-encoding",2756]27572758[[package]]2759name = "fp-consensus"2760version = "2.0.0-dev"2761source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2762dependencies = [2763 "ethereum 0.14.0",2764 "parity-scale-codec 3.2.1",2765 "sp-core",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-ethereum"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2774dependencies = [2775 "ethereum 0.14.0",2776 "ethereum-types 0.14.1",2777 "fp-evm",2778 "frame-support",2779 "num_enum",2780 "parity-scale-codec 3.2.1",2781 "sp-core",2782 "sp-std",2783]27842785[[package]]2786name = "fp-evm"2787version = "3.0.0-dev"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2789dependencies = [2790 "evm",2791 "frame-support",2792 "impl-trait-for-tuples",2793 "parity-scale-codec 3.2.1",2794 "serde",2795 "sp-core",2796 "sp-std",2797]27982799[[package]]2800name = "fp-evm-mapping"2801version = "0.1.0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2803dependencies = [2804 "frame-support",2805 "sp-core",2806]28072808[[package]]2809name = "fp-rpc"2810version = "3.0.0-dev"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2812dependencies = [2813 "ethereum 0.14.0",2814 "ethereum-types 0.14.1",2815 "fp-evm",2816 "parity-scale-codec 3.2.1",2817 "scale-info",2818 "sp-api",2819 "sp-core",2820 "sp-io",2821 "sp-runtime",2822 "sp-std",2823]28242825[[package]]2826name = "fp-self-contained"2827version = "1.0.0-dev"2828source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2829dependencies = [2830 "ethereum 0.14.0",2831 "frame-support",2832 "parity-scale-codec 3.2.1",2833 "parity-util-mem",2834 "scale-info",2835 "serde",2836 "sp-runtime",2837]28382839[[package]]2840name = "fp-storage"2841version = "2.0.0"2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2843dependencies = [2844 "parity-scale-codec 3.2.1",2845 "serde",2846]28472848[[package]]2849name = "fragile"2850version = "2.0.0"2851source = "registry+https://github.com/rust-lang/crates.io-index"2852checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"28532854[[package]]2855name = "frame-benchmarking"2856version = "4.0.0-dev"2857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2858dependencies = [2859 "frame-support",2860 "frame-system",2861 "linregress",2862 "log",2863 "parity-scale-codec 3.2.1",2864 "paste",2865 "scale-info",2866 "serde",2867 "sp-api",2868 "sp-application-crypto",2869 "sp-core",2870 "sp-io",2871 "sp-runtime",2872 "sp-runtime-interface",2873 "sp-std",2874 "sp-storage",2875]28762877[[package]]2878name = "frame-benchmarking-cli"2879version = "4.0.0-dev"2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2881dependencies = [2882 "Inflector",2883 "array-bytes",2884 "chrono",2885 "clap",2886 "comfy-table",2887 "frame-benchmarking",2888 "frame-support",2889 "frame-system",2890 "gethostname",2891 "handlebars",2892 "hash-db",2893 "itertools",2894 "kvdb",2895 "lazy_static",2896 "linked-hash-map",2897 "log",2898 "memory-db",2899 "parity-scale-codec 3.2.1",2900 "rand 0.8.5",2901 "rand_pcg 0.3.1",2902 "sc-block-builder",2903 "sc-cli",2904 "sc-client-api",2905 "sc-client-db",2906 "sc-executor",2907 "sc-service",2908 "sc-sysinfo",2909 "serde",2910 "serde_json",2911 "serde_nanos",2912 "sp-api",2913 "sp-blockchain",2914 "sp-core",2915 "sp-database",2916 "sp-externalities",2917 "sp-inherents",2918 "sp-keystore",2919 "sp-runtime",2920 "sp-state-machine",2921 "sp-std",2922 "sp-storage",2923 "sp-trie",2924 "tempfile",2925 "thiserror",2926 "thousands",2927]29282929[[package]]2930name = "frame-election-provider-solution-type"2931version = "4.0.0-dev"2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2933dependencies = [2934 "proc-macro-crate",2935 "proc-macro2",2936 "quote",2937 "syn",2938]29392940[[package]]2941name = "frame-election-provider-support"2942version = "4.0.0-dev"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2944dependencies = [2945 "frame-election-provider-solution-type",2946 "frame-support",2947 "frame-system",2948 "parity-scale-codec 3.2.1",2949 "scale-info",2950 "sp-arithmetic",2951 "sp-npos-elections",2952 "sp-runtime",2953 "sp-std",2954]29552956[[package]]2957name = "frame-executive"2958version = "4.0.0-dev"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2960dependencies = [2961 "frame-support",2962 "frame-system",2963 "frame-try-runtime",2964 "parity-scale-codec 3.2.1",2965 "scale-info",2966 "sp-core",2967 "sp-io",2968 "sp-runtime",2969 "sp-std",2970 "sp-tracing",2971]29722973[[package]]2974name = "frame-metadata"2975version = "15.0.0"2976source = "registry+https://github.com/rust-lang/crates.io-index"2977checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2978dependencies = [2979 "cfg-if",2980 "parity-scale-codec 3.2.1",2981 "scale-info",2982 "serde",2983]29842985[[package]]2986name = "frame-support"2987version = "4.0.0-dev"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2989dependencies = [2990 "bitflags",2991 "frame-metadata",2992 "frame-support-procedural",2993 "impl-trait-for-tuples",2994 "k256",2995 "log",2996 "once_cell",2997 "parity-scale-codec 3.2.1",2998 "paste",2999 "scale-info",3000 "serde",3001 "smallvec",3002 "sp-api",3003 "sp-arithmetic",3004 "sp-core",3005 "sp-core-hashing-proc-macro",3006 "sp-inherents",3007 "sp-io",3008 "sp-runtime",3009 "sp-staking",3010 "sp-state-machine",3011 "sp-std",3012 "sp-tracing",3013 "sp-weights",3014 "tt-call",3015]30163017[[package]]3018name = "frame-support-procedural"3019version = "4.0.0-dev"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3021dependencies = [3022 "Inflector",3023 "cfg-expr",3024 "frame-support-procedural-tools",3025 "itertools",3026 "proc-macro2",3027 "quote",3028 "syn",3029]30303031[[package]]3032name = "frame-support-procedural-tools"3033version = "4.0.0-dev"3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3035dependencies = [3036 "frame-support-procedural-tools-derive",3037 "proc-macro-crate",3038 "proc-macro2",3039 "quote",3040 "syn",3041]30423043[[package]]3044name = "frame-support-procedural-tools-derive"3045version = "3.0.0"3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3047dependencies = [3048 "proc-macro2",3049 "quote",3050 "syn",3051]30523053[[package]]3054name = "frame-system"3055version = "4.0.0-dev"3056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3057dependencies = [3058 "frame-support",3059 "log",3060 "parity-scale-codec 3.2.1",3061 "scale-info",3062 "serde",3063 "sp-core",3064 "sp-io",3065 "sp-runtime",3066 "sp-std",3067 "sp-version",3068 "sp-weights",3069]30703071[[package]]3072name = "frame-system-benchmarking"3073version = "4.0.0-dev"3074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3075dependencies = [3076 "frame-benchmarking",3077 "frame-support",3078 "frame-system",3079 "parity-scale-codec 3.2.1",3080 "scale-info",3081 "sp-core",3082 "sp-runtime",3083 "sp-std",3084]30853086[[package]]3087name = "frame-system-rpc-runtime-api"3088version = "4.0.0-dev"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3090dependencies = [3091 "parity-scale-codec 3.2.1",3092 "sp-api",3093]30943095[[package]]3096name = "frame-try-runtime"3097version = "0.10.0-dev"3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3099dependencies = [3100 "frame-support",3101 "parity-scale-codec 3.2.1",3102 "sp-api",3103 "sp-runtime",3104 "sp-std",3105]31063107[[package]]3108name = "fs-err"3109version = "2.9.0"3110source = "registry+https://github.com/rust-lang/crates.io-index"3111checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"31123113[[package]]3114name = "fs2"3115version = "0.4.3"3116source = "registry+https://github.com/rust-lang/crates.io-index"3117checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3118dependencies = [3119 "libc",3120 "winapi",3121]31223123[[package]]3124name = "fs_extra"3125version = "1.2.0"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31283129[[package]]3130name = "funty"3131version = "1.1.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31343135[[package]]3136name = "funty"3137version = "2.0.0"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31403141[[package]]3142name = "futures"3143version = "0.1.31"3144source = "registry+https://github.com/rust-lang/crates.io-index"3145checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31463147[[package]]3148name = "futures"3149version = "0.3.25"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3152dependencies = [3153 "futures-channel",3154 "futures-core",3155 "futures-executor",3156 "futures-io",3157 "futures-sink",3158 "futures-task",3159 "futures-util",3160]31613162[[package]]3163name = "futures-channel"3164version = "0.3.25"3165source = "registry+https://github.com/rust-lang/crates.io-index"3166checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3167dependencies = [3168 "futures-core",3169 "futures-sink",3170]31713172[[package]]3173name = "futures-core"3174version = "0.3.25"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31773178[[package]]3179name = "futures-executor"3180version = "0.3.25"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3183dependencies = [3184 "futures-core",3185 "futures-task",3186 "futures-util",3187 "num_cpus",3188]31893190[[package]]3191name = "futures-io"3192version = "0.3.25"3193source = "registry+https://github.com/rust-lang/crates.io-index"3194checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31953196[[package]]3197name = "futures-lite"3198version = "1.12.0"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3201dependencies = [3202 "fastrand",3203 "futures-core",3204 "futures-io",3205 "memchr",3206 "parking",3207 "pin-project-lite 0.2.9",3208 "waker-fn",3209]32103211[[package]]3212name = "futures-macro"3213version = "0.3.25"3214source = "registry+https://github.com/rust-lang/crates.io-index"3215checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3216dependencies = [3217 "proc-macro2",3218 "quote",3219 "syn",3220]32213222[[package]]3223name = "futures-rustls"3224version = "0.22.2"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3227dependencies = [3228 "futures-io",3229 "rustls",3230 "webpki",3231]32323233[[package]]3234name = "futures-sink"3235version = "0.3.25"3236source = "registry+https://github.com/rust-lang/crates.io-index"3237checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"32383239[[package]]3240name = "futures-task"3241version = "0.3.25"3242source = "registry+https://github.com/rust-lang/crates.io-index"3243checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"32443245[[package]]3246name = "futures-timer"3247version = "3.0.2"3248source = "registry+https://github.com/rust-lang/crates.io-index"3249checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32503251[[package]]3252name = "futures-util"3253version = "0.3.25"3254source = "registry+https://github.com/rust-lang/crates.io-index"3255checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3256dependencies = [3257 "futures 0.1.31",3258 "futures-channel",3259 "futures-core",3260 "futures-io",3261 "futures-macro",3262 "futures-sink",3263 "futures-task",3264 "memchr",3265 "pin-project-lite 0.2.9",3266 "pin-utils",3267 "slab",3268]32693270[[package]]3271name = "fxhash"3272version = "0.2.1"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3275dependencies = [3276 "byteorder",3277]32783279[[package]]3280name = "generic-array"3281version = "0.12.4"3282source = "registry+https://github.com/rust-lang/crates.io-index"3283checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3284dependencies = [3285 "typenum",3286]32873288[[package]]3289name = "generic-array"3290version = "0.14.6"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3293dependencies = [3294 "typenum",3295 "version_check",3296]32973298[[package]]3299name = "gethostname"3300version = "0.2.3"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3303dependencies = [3304 "libc",3305 "winapi",3306]33073308[[package]]3309name = "getrandom"3310version = "0.1.16"3311source = "registry+https://github.com/rust-lang/crates.io-index"3312checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3313dependencies = [3314 "cfg-if",3315 "js-sys",3316 "libc",3317 "wasi 0.9.0+wasi-snapshot-preview1",3318 "wasm-bindgen",3319]33203321[[package]]3322name = "getrandom"3323version = "0.2.8"3324source = "registry+https://github.com/rust-lang/crates.io-index"3325checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3326dependencies = [3327 "cfg-if",3328 "libc",3329 "wasi 0.11.0+wasi-snapshot-preview1",3330]33313332[[package]]3333name = "ghash"3334version = "0.4.4"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3337dependencies = [3338 "opaque-debug 0.3.0",3339 "polyval",3340]33413342[[package]]3343name = "gimli"3344version = "0.26.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3347dependencies = [3348 "fallible-iterator",3349 "indexmap",3350 "stable_deref_trait",3351]33523353[[package]]3354name = "glob"3355version = "0.3.0"3356source = "registry+https://github.com/rust-lang/crates.io-index"3357checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33583359[[package]]3360name = "globset"3361version = "0.4.9"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3364dependencies = [3365 "aho-corasick",3366 "bstr",3367 "fnv",3368 "log",3369 "regex",3370]33713372[[package]]3373name = "gloo-timers"3374version = "0.2.5"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3377dependencies = [3378 "futures-channel",3379 "futures-core",3380 "js-sys",3381 "wasm-bindgen",3382]33833384[[package]]3385name = "group"3386version = "0.12.1"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3389dependencies = [3390 "ff",3391 "rand_core 0.6.4",3392 "subtle",3393]33943395[[package]]3396name = "h2"3397version = "0.3.15"3398source = "registry+https://github.com/rust-lang/crates.io-index"3399checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3400dependencies = [3401 "bytes",3402 "fnv",3403 "futures-core",3404 "futures-sink",3405 "futures-util",3406 "http",3407 "indexmap",3408 "slab",3409 "tokio",3410 "tokio-util",3411 "tracing",3412]34133414[[package]]3415name = "handlebars"3416version = "4.3.5"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3419dependencies = [3420 "log",3421 "pest",3422 "pest_derive",3423 "serde",3424 "serde_json",3425 "thiserror",3426]34273428[[package]]3429name = "hash-db"3430version = "0.15.2"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34333434[[package]]3435name = "hash256-std-hasher"3436version = "0.15.2"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3439dependencies = [3440 "crunchy",3441]34423443[[package]]3444name = "hashbrown"3445version = "0.12.3"3446source = "registry+https://github.com/rust-lang/crates.io-index"3447checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3448dependencies = [3449 "ahash",3450]34513452[[package]]3453name = "heck"3454version = "0.4.0"3455source = "registry+https://github.com/rust-lang/crates.io-index"3456checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34573458[[package]]3459name = "hermit-abi"3460version = "0.1.19"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3463dependencies = [3464 "libc",3465]34663467[[package]]3468name = "hermit-abi"3469version = "0.2.6"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3472dependencies = [3473 "libc",3474]34753476[[package]]3477name = "hex"3478version = "0.4.3"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34813482[[package]]3483name = "hex-literal"3484version = "0.3.4"3485source = "registry+https://github.com/rust-lang/crates.io-index"3486checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34873488[[package]]3489name = "hmac"3490version = "0.8.1"3491source = "registry+https://github.com/rust-lang/crates.io-index"3492checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3493dependencies = [3494 "crypto-mac 0.8.0",3495 "digest 0.9.0",3496]34973498[[package]]3499name = "hmac"3500version = "0.11.0"3501source = "registry+https://github.com/rust-lang/crates.io-index"3502checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3503dependencies = [3504 "crypto-mac 0.11.1",3505 "digest 0.9.0",3506]35073508[[package]]3509name = "hmac"3510version = "0.12.1"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3513dependencies = [3514 "digest 0.10.6",3515]35163517[[package]]3518name = "hmac-drbg"3519version = "0.3.0"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3522dependencies = [3523 "digest 0.9.0",3524 "generic-array 0.14.6",3525 "hmac 0.8.1",3526]35273528[[package]]3529name = "hostname"3530version = "0.3.1"3531source = "registry+https://github.com/rust-lang/crates.io-index"3532checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3533dependencies = [3534 "libc",3535 "match_cfg",3536 "winapi",3537]35383539[[package]]3540name = "http"3541version = "0.2.8"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3544dependencies = [3545 "bytes",3546 "fnv",3547 "itoa",3548]35493550[[package]]3551name = "http-body"3552version = "0.4.5"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3555dependencies = [3556 "bytes",3557 "http",3558 "pin-project-lite 0.2.9",3559]35603561[[package]]3562name = "httparse"3563version = "1.8.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35663567[[package]]3568name = "httpdate"3569version = "1.0.2"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35723573[[package]]3574name = "humantime"3575version = "2.1.0"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35783579[[package]]3580name = "hyper"3581version = "0.14.23"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"3584dependencies = [3585 "bytes",3586 "futures-channel",3587 "futures-core",3588 "futures-util",3589 "h2",3590 "http",3591 "http-body",3592 "httparse",3593 "httpdate",3594 "itoa",3595 "pin-project-lite 0.2.9",3596 "socket2",3597 "tokio",3598 "tower-service",3599 "tracing",3600 "want",3601]36023603[[package]]3604name = "hyper-rustls"3605version = "0.23.1"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"3608dependencies = [3609 "http",3610 "hyper",3611 "log",3612 "rustls",3613 "rustls-native-certs",3614 "tokio",3615 "tokio-rustls",3616]36173618[[package]]3619name = "iana-time-zone"3620version = "0.1.53"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3623dependencies = [3624 "android_system_properties",3625 "core-foundation-sys",3626 "iana-time-zone-haiku",3627 "js-sys",3628 "wasm-bindgen",3629 "winapi",3630]36313632[[package]]3633name = "iana-time-zone-haiku"3634version = "0.1.1"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3637dependencies = [3638 "cxx",3639 "cxx-build",3640]36413642[[package]]3643name = "idna"3644version = "0.2.3"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3647dependencies = [3648 "matches",3649 "unicode-bidi",3650 "unicode-normalization",3651]36523653[[package]]3654name = "idna"3655version = "0.3.0"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3658dependencies = [3659 "unicode-bidi",3660 "unicode-normalization",3661]36623663[[package]]3664name = "if-addrs"3665version = "0.7.0"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3668dependencies = [3669 "libc",3670 "winapi",3671]36723673[[package]]3674name = "if-watch"3675version = "2.0.0"3676source = "registry+https://github.com/rust-lang/crates.io-index"3677checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3678dependencies = [3679 "async-io",3680 "core-foundation",3681 "fnv",3682 "futures 0.3.25",3683 "if-addrs",3684 "ipnet",3685 "log",3686 "rtnetlink",3687 "system-configuration",3688 "windows",3689]36903691[[package]]3692name = "impl-codec"3693version = "0.6.0"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3696dependencies = [3697 "parity-scale-codec 3.2.1",3698]36993700[[package]]3701name = "impl-rlp"3702version = "0.3.0"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3705dependencies = [3706 "rlp",3707]37083709[[package]]3710name = "impl-serde"3711version = "0.4.0"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3714dependencies = [3715 "serde",3716]37173718[[package]]3719name = "impl-trait-for-tuples"3720version = "0.2.2"3721source = "registry+https://github.com/rust-lang/crates.io-index"3722checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3723dependencies = [3724 "proc-macro2",3725 "quote",3726 "syn",3727]37283729[[package]]3730name = "indexmap"3731version = "1.9.2"3732source = "registry+https://github.com/rust-lang/crates.io-index"3733checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"3734dependencies = [3735 "autocfg",3736 "hashbrown",3737 "serde",3738]37393740[[package]]3741name = "instant"3742version = "0.1.12"3743source = "registry+https://github.com/rust-lang/crates.io-index"3744checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3745dependencies = [3746 "cfg-if",3747]37483749[[package]]3750name = "integer-encoding"3751version = "3.0.4"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"37543755[[package]]3756name = "integer-sqrt"3757version = "0.1.5"3758source = "registry+https://github.com/rust-lang/crates.io-index"3759checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3760dependencies = [3761 "num-traits",3762]37633764[[package]]3765name = "io-lifetimes"3766version = "0.7.5"3767source = "registry+https://github.com/rust-lang/crates.io-index"3768checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"37693770[[package]]3771name = "io-lifetimes"3772version = "1.0.3"3773source = "registry+https://github.com/rust-lang/crates.io-index"3774checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3775dependencies = [3776 "libc",3777 "windows-sys 0.42.0",3778]37793780[[package]]3781name = "ip_network"3782version = "0.4.1"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37853786[[package]]3787name = "ipconfig"3788version = "0.3.1"3789source = "registry+https://github.com/rust-lang/crates.io-index"3790checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"3791dependencies = [3792 "socket2",3793 "widestring",3794 "winapi",3795 "winreg",3796]37973798[[package]]3799name = "ipnet"3800version = "2.5.1"3801source = "registry+https://github.com/rust-lang/crates.io-index"3802checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"38033804[[package]]3805name = "is-terminal"3806version = "0.4.1"3807source = "registry+https://github.com/rust-lang/crates.io-index"3808checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"3809dependencies = [3810 "hermit-abi 0.2.6",3811 "io-lifetimes 1.0.3",3812 "rustix 0.36.5",3813 "windows-sys 0.42.0",3814]38153816[[package]]3817name = "itertools"3818version = "0.10.5"3819source = "registry+https://github.com/rust-lang/crates.io-index"3820checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3821dependencies = [3822 "either",3823]38243825[[package]]3826name = "itoa"3827version = "1.0.4"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"38303831[[package]]3832name = "jobserver"3833version = "0.1.25"3834source = "registry+https://github.com/rust-lang/crates.io-index"3835checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3836dependencies = [3837 "libc",3838]38393840[[package]]3841name = "js-sys"3842version = "0.3.60"3843source = "registry+https://github.com/rust-lang/crates.io-index"3844checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3845dependencies = [3846 "wasm-bindgen",3847]38483849[[package]]3850name = "jsonrpsee"3851version = "0.15.1"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3854dependencies = [3855 "jsonrpsee-core",3856 "jsonrpsee-http-server",3857 "jsonrpsee-proc-macros",3858 "jsonrpsee-types",3859 "jsonrpsee-ws-client",3860 "jsonrpsee-ws-server",3861 "tracing",3862]38633864[[package]]3865name = "jsonrpsee-client-transport"3866version = "0.15.1"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3869dependencies = [3870 "futures-util",3871 "http",3872 "jsonrpsee-core",3873 "jsonrpsee-types",3874 "pin-project",3875 "rustls-native-certs",3876 "soketto",3877 "thiserror",3878 "tokio",3879 "tokio-rustls",3880 "tokio-util",3881 "tracing",3882 "webpki-roots",3883]38843885[[package]]3886name = "jsonrpsee-core"3887version = "0.15.1"3888source = "registry+https://github.com/rust-lang/crates.io-index"3889checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3890dependencies = [3891 "anyhow",3892 "arrayvec 0.7.2",3893 "async-lock",3894 "async-trait",3895 "beef",3896 "futures-channel",3897 "futures-timer",3898 "futures-util",3899 "globset",3900 "http",3901 "hyper",3902 "jsonrpsee-types",3903 "lazy_static",3904 "parking_lot 0.12.1",3905 "rand 0.8.5",3906 "rustc-hash",3907 "serde",3908 "serde_json",3909 "soketto",3910 "thiserror",3911 "tokio",3912 "tracing",3913 "tracing-futures",3914 "unicase",3915]39163917[[package]]3918name = "jsonrpsee-http-server"3919version = "0.15.1"3920source = "registry+https://github.com/rust-lang/crates.io-index"3921checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3922dependencies = [3923 "futures-channel",3924 "futures-util",3925 "hyper",3926 "jsonrpsee-core",3927 "jsonrpsee-types",3928 "serde",3929 "serde_json",3930 "tokio",3931 "tracing",3932 "tracing-futures",3933]39343935[[package]]3936name = "jsonrpsee-proc-macros"3937version = "0.15.1"3938source = "registry+https://github.com/rust-lang/crates.io-index"3939checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3940dependencies = [3941 "proc-macro-crate",3942 "proc-macro2",3943 "quote",3944 "syn",3945]39463947[[package]]3948name = "jsonrpsee-types"3949version = "0.15.1"3950source = "registry+https://github.com/rust-lang/crates.io-index"3951checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3952dependencies = [3953 "anyhow",3954 "beef",3955 "serde",3956 "serde_json",3957 "thiserror",3958 "tracing",3959]39603961[[package]]3962name = "jsonrpsee-ws-client"3963version = "0.15.1"3964source = "registry+https://github.com/rust-lang/crates.io-index"3965checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3966dependencies = [3967 "http",3968 "jsonrpsee-client-transport",3969 "jsonrpsee-core",3970 "jsonrpsee-types",3971]39723973[[package]]3974name = "jsonrpsee-ws-server"3975version = "0.15.1"3976source = "registry+https://github.com/rust-lang/crates.io-index"3977checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3978dependencies = [3979 "futures-channel",3980 "futures-util",3981 "http",3982 "jsonrpsee-core",3983 "jsonrpsee-types",3984 "serde_json",3985 "soketto",3986 "tokio",3987 "tokio-stream",3988 "tokio-util",3989 "tracing",3990 "tracing-futures",3991]39923993[[package]]3994name = "k256"3995version = "0.11.6"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3998dependencies = [3999 "cfg-if",4000 "ecdsa",4001 "elliptic-curve",4002 "sha2 0.10.6",4003]40044005[[package]]4006name = "keccak"4007version = "0.1.3"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"4010dependencies = [4011 "cpufeatures",4012]40134014[[package]]4015name = "kusama-runtime"4016version = "0.9.33"4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4018dependencies = [4019 "beefy-primitives",4020 "bitvec 1.0.1",4021 "frame-benchmarking",4022 "frame-election-provider-support",4023 "frame-executive",4024 "frame-support",4025 "frame-system",4026 "frame-system-benchmarking",4027 "frame-system-rpc-runtime-api",4028 "frame-try-runtime",4029 "hex-literal",4030 "kusama-runtime-constants",4031 "log",4032 "pallet-authority-discovery",4033 "pallet-authorship",4034 "pallet-babe",4035 "pallet-bags-list",4036 "pallet-balances",4037 "pallet-bounties",4038 "pallet-child-bounties",4039 "pallet-collective",4040 "pallet-conviction-voting",4041 "pallet-democracy",4042 "pallet-election-provider-multi-phase",4043 "pallet-election-provider-support-benchmarking",4044 "pallet-elections-phragmen",4045 "pallet-fast-unstake",4046 "pallet-gilt",4047 "pallet-grandpa",4048 "pallet-identity",4049 "pallet-im-online",4050 "pallet-indices",4051 "pallet-membership",4052 "pallet-multisig",4053 "pallet-nomination-pools",4054 "pallet-nomination-pools-benchmarking",4055 "pallet-nomination-pools-runtime-api",4056 "pallet-offences",4057 "pallet-offences-benchmarking",4058 "pallet-preimage",4059 "pallet-proxy",4060 "pallet-ranked-collective",4061 "pallet-recovery",4062 "pallet-referenda",4063 "pallet-scheduler",4064 "pallet-session",4065 "pallet-session-benchmarking",4066 "pallet-society",4067 "pallet-staking",4068 "pallet-timestamp",4069 "pallet-tips",4070 "pallet-transaction-payment",4071 "pallet-transaction-payment-rpc-runtime-api",4072 "pallet-treasury",4073 "pallet-utility",4074 "pallet-vesting",4075 "pallet-whitelist",4076 "pallet-xcm",4077 "pallet-xcm-benchmarks",4078 "parity-scale-codec 3.2.1",4079 "polkadot-primitives",4080 "polkadot-runtime-common",4081 "polkadot-runtime-parachains",4082 "rustc-hex",4083 "scale-info",4084 "serde",4085 "serde_derive",4086 "smallvec",4087 "sp-api",4088 "sp-arithmetic",4089 "sp-authority-discovery",4090 "sp-block-builder",4091 "sp-consensus-babe",4092 "sp-core",4093 "sp-inherents",4094 "sp-io",4095 "sp-mmr-primitives",4096 "sp-npos-elections",4097 "sp-offchain",4098 "sp-runtime",4099 "sp-session",4100 "sp-staking",4101 "sp-std",4102 "sp-transaction-pool",4103 "sp-version",4104 "static_assertions",4105 "substrate-wasm-builder",4106 "xcm",4107 "xcm-builder",4108 "xcm-executor",4109]41104111[[package]]4112name = "kusama-runtime-constants"4113version = "0.9.33"4114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4115dependencies = [4116 "frame-support",4117 "polkadot-primitives",4118 "polkadot-runtime-common",4119 "smallvec",4120 "sp-core",4121 "sp-runtime",4122 "sp-weights",4123]41244125[[package]]4126name = "kv-log-macro"4127version = "1.0.7"4128source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4130dependencies = [4131 "log",4132]41334134[[package]]4135name = "kvdb"4136version = "0.12.0"4137source = "registry+https://github.com/rust-lang/crates.io-index"4138checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"4139dependencies = [4140 "parity-util-mem",4141 "smallvec",4142]41434144[[package]]4145name = "kvdb-memorydb"4146version = "0.12.0"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"4149dependencies = [4150 "kvdb",4151 "parity-util-mem",4152 "parking_lot 0.12.1",4153]41544155[[package]]4156name = "kvdb-rocksdb"4157version = "0.16.0"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"4160dependencies = [4161 "kvdb",4162 "log",4163 "num_cpus",4164 "parity-util-mem",4165 "parking_lot 0.12.1",4166 "regex",4167 "rocksdb",4168 "smallvec",4169]41704171[[package]]4172name = "lazy_static"4173version = "1.4.0"4174source = "registry+https://github.com/rust-lang/crates.io-index"4175checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"41764177[[package]]4178name = "lazycell"4179version = "1.3.0"4180source = "registry+https://github.com/rust-lang/crates.io-index"4181checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"41824183[[package]]4184name = "libc"4185version = "0.2.138"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"41884189[[package]]4190name = "libloading"4191version = "0.7.4"4192source = "registry+https://github.com/rust-lang/crates.io-index"4193checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4194dependencies = [4195 "cfg-if",4196 "winapi",4197]41984199[[package]]4200name = "libm"4201version = "0.2.6"4202source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"42044205[[package]]4206name = "libp2p"4207version = "0.49.0"4208source = "registry+https://github.com/rust-lang/crates.io-index"4209checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4210dependencies = [4211 "bytes",4212 "futures 0.3.25",4213 "futures-timer",4214 "getrandom 0.2.8",4215 "instant",4216 "lazy_static",4217 "libp2p-core",4218 "libp2p-dns",4219 "libp2p-identify",4220 "libp2p-kad",4221 "libp2p-mdns",4222 "libp2p-metrics",4223 "libp2p-mplex",4224 "libp2p-noise",4225 "libp2p-ping",4226 "libp2p-request-response",4227 "libp2p-swarm",4228 "libp2p-swarm-derive",4229 "libp2p-tcp",4230 "libp2p-wasm-ext",4231 "libp2p-websocket",4232 "libp2p-yamux",4233 "multiaddr",4234 "parking_lot 0.12.1",4235 "pin-project",4236 "smallvec",4237]42384239[[package]]4240name = "libp2p-core"4241version = "0.37.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4244dependencies = [4245 "asn1_der",4246 "bs58",4247 "ed25519-dalek",4248 "either",4249 "fnv",4250 "futures 0.3.25",4251 "futures-timer",4252 "instant",4253 "lazy_static",4254 "log",4255 "multiaddr",4256 "multihash",4257 "multistream-select",4258 "parking_lot 0.12.1",4259 "pin-project",4260 "prost",4261 "prost-build",4262 "rand 0.8.5",4263 "rw-stream-sink",4264 "sha2 0.10.6",4265 "smallvec",4266 "thiserror",4267 "unsigned-varint",4268 "void",4269 "zeroize",4270]42714272[[package]]4273name = "libp2p-dns"4274version = "0.37.0"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4277dependencies = [4278 "async-std-resolver",4279 "futures 0.3.25",4280 "libp2p-core",4281 "log",4282 "parking_lot 0.12.1",4283 "smallvec",4284 "trust-dns-resolver",4285]42864287[[package]]4288name = "libp2p-identify"4289version = "0.40.0"4290source = "registry+https://github.com/rust-lang/crates.io-index"4291checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4292dependencies = [4293 "asynchronous-codec",4294 "futures 0.3.25",4295 "futures-timer",4296 "libp2p-core",4297 "libp2p-swarm",4298 "log",4299 "lru",4300 "prost",4301 "prost-build",4302 "prost-codec",4303 "smallvec",4304 "thiserror",4305 "void",4306]43074308[[package]]4309name = "libp2p-kad"4310version = "0.41.0"4311source = "registry+https://github.com/rust-lang/crates.io-index"4312checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4313dependencies = [4314 "arrayvec 0.7.2",4315 "asynchronous-codec",4316 "bytes",4317 "either",4318 "fnv",4319 "futures 0.3.25",4320 "futures-timer",4321 "instant",4322 "libp2p-core",4323 "libp2p-swarm",4324 "log",4325 "prost",4326 "prost-build",4327 "rand 0.8.5",4328 "sha2 0.10.6",4329 "smallvec",4330 "thiserror",4331 "uint",4332 "unsigned-varint",4333 "void",4334]43354336[[package]]4337name = "libp2p-mdns"4338version = "0.41.0"4339source = "registry+https://github.com/rust-lang/crates.io-index"4340checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4341dependencies = [4342 "async-io",4343 "data-encoding",4344 "dns-parser",4345 "futures 0.3.25",4346 "if-watch",4347 "libp2p-core",4348 "libp2p-swarm",4349 "log",4350 "rand 0.8.5",4351 "smallvec",4352 "socket2",4353 "void",4354]43554356[[package]]4357name = "libp2p-metrics"4358version = "0.10.0"4359source = "registry+https://github.com/rust-lang/crates.io-index"4360checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4361dependencies = [4362 "libp2p-core",4363 "libp2p-identify",4364 "libp2p-kad",4365 "libp2p-ping",4366 "libp2p-swarm",4367 "prometheus-client",4368]43694370[[package]]4371name = "libp2p-mplex"4372version = "0.37.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4375dependencies = [4376 "asynchronous-codec",4377 "bytes",4378 "futures 0.3.25",4379 "libp2p-core",4380 "log",4381 "nohash-hasher",4382 "parking_lot 0.12.1",4383 "rand 0.8.5",4384 "smallvec",4385 "unsigned-varint",4386]43874388[[package]]4389name = "libp2p-noise"4390version = "0.40.0"4391source = "registry+https://github.com/rust-lang/crates.io-index"4392checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4393dependencies = [4394 "bytes",4395 "curve25519-dalek 3.2.0",4396 "futures 0.3.25",4397 "lazy_static",4398 "libp2p-core",4399 "log",4400 "prost",4401 "prost-build",4402 "rand 0.8.5",4403 "sha2 0.10.6",4404 "snow",4405 "static_assertions",4406 "x25519-dalek",4407 "zeroize",4408]44094410[[package]]4411name = "libp2p-ping"4412version = "0.40.1"4413source = "registry+https://github.com/rust-lang/crates.io-index"4414checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4415dependencies = [4416 "futures 0.3.25",4417 "futures-timer",4418 "instant",4419 "libp2p-core",4420 "libp2p-swarm",4421 "log",4422 "rand 0.8.5",4423 "void",4424]44254426[[package]]4427name = "libp2p-request-response"4428version = "0.22.1"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4431dependencies = [4432 "async-trait",4433 "bytes",4434 "futures 0.3.25",4435 "instant",4436 "libp2p-core",4437 "libp2p-swarm",4438 "log",4439 "rand 0.8.5",4440 "smallvec",4441 "unsigned-varint",4442]44434444[[package]]4445name = "libp2p-swarm"4446version = "0.40.1"4447source = "registry+https://github.com/rust-lang/crates.io-index"4448checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4449dependencies = [4450 "either",4451 "fnv",4452 "futures 0.3.25",4453 "futures-timer",4454 "instant",4455 "libp2p-core",4456 "log",4457 "pin-project",4458 "rand 0.8.5",4459 "smallvec",4460 "thiserror",4461 "void",4462]44634464[[package]]4465name = "libp2p-swarm-derive"4466version = "0.30.1"4467source = "registry+https://github.com/rust-lang/crates.io-index"4468checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4469dependencies = [4470 "heck",4471 "quote",4472 "syn",4473]44744475[[package]]4476name = "libp2p-tcp"4477version = "0.37.0"4478source = "registry+https://github.com/rust-lang/crates.io-index"4479checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4480dependencies = [4481 "async-io",4482 "futures 0.3.25",4483 "futures-timer",4484 "if-watch",4485 "libc",4486 "libp2p-core",4487 "log",4488 "socket2",4489]44904491[[package]]4492name = "libp2p-wasm-ext"4493version = "0.37.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4496dependencies = [4497 "futures 0.3.25",4498 "js-sys",4499 "libp2p-core",4500 "parity-send-wrapper",4501 "wasm-bindgen",4502 "wasm-bindgen-futures",4503]45044505[[package]]4506name = "libp2p-websocket"4507version = "0.39.0"4508source = "registry+https://github.com/rust-lang/crates.io-index"4509checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4510dependencies = [4511 "either",4512 "futures 0.3.25",4513 "futures-rustls",4514 "libp2p-core",4515 "log",4516 "parking_lot 0.12.1",4517 "quicksink",4518 "rw-stream-sink",4519 "soketto",4520 "url",4521 "webpki-roots",4522]45234524[[package]]4525name = "libp2p-yamux"4526version = "0.41.1"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4529dependencies = [4530 "futures 0.3.25",4531 "libp2p-core",4532 "log",4533 "parking_lot 0.12.1",4534 "thiserror",4535 "yamux",4536]45374538[[package]]4539name = "librocksdb-sys"4540version = "0.8.0+7.4.4"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4543dependencies = [4544 "bindgen",4545 "bzip2-sys",4546 "cc",4547 "glob",4548 "libc",4549 "libz-sys",4550 "tikv-jemalloc-sys",4551]45524553[[package]]4554name = "libsecp256k1"4555version = "0.7.1"4556source = "registry+https://github.com/rust-lang/crates.io-index"4557checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4558dependencies = [4559 "arrayref",4560 "base64",4561 "digest 0.9.0",4562 "hmac-drbg",4563 "libsecp256k1-core",4564 "libsecp256k1-gen-ecmult",4565 "libsecp256k1-gen-genmult",4566 "rand 0.8.5",4567 "serde",4568 "sha2 0.9.9",4569 "typenum",4570]45714572[[package]]4573name = "libsecp256k1-core"4574version = "0.3.0"4575source = "registry+https://github.com/rust-lang/crates.io-index"4576checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4577dependencies = [4578 "crunchy",4579 "digest 0.9.0",4580 "subtle",4581]45824583[[package]]4584name = "libsecp256k1-gen-ecmult"4585version = "0.3.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4588dependencies = [4589 "libsecp256k1-core",4590]45914592[[package]]4593name = "libsecp256k1-gen-genmult"4594version = "0.3.0"4595source = "registry+https://github.com/rust-lang/crates.io-index"4596checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4597dependencies = [4598 "libsecp256k1-core",4599]46004601[[package]]4602name = "libz-sys"4603version = "1.1.8"4604source = "registry+https://github.com/rust-lang/crates.io-index"4605checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4606dependencies = [4607 "cc",4608 "pkg-config",4609 "vcpkg",4610]46114612[[package]]4613name = "link-cplusplus"4614version = "1.0.7"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4617dependencies = [4618 "cc",4619]46204621[[package]]4622name = "linked-hash-map"4623version = "0.5.6"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46264627[[package]]4628name = "linked_hash_set"4629version = "0.1.4"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4632dependencies = [4633 "linked-hash-map",4634]46354636[[package]]4637name = "linregress"4638version = "0.4.4"4639source = "registry+https://github.com/rust-lang/crates.io-index"4640checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4641dependencies = [4642 "nalgebra",4643 "statrs",4644]46454646[[package]]4647name = "linux-raw-sys"4648version = "0.0.46"4649source = "registry+https://github.com/rust-lang/crates.io-index"4650checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46514652[[package]]4653name = "linux-raw-sys"4654version = "0.1.3"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"46574658[[package]]4659name = "lock_api"4660version = "0.4.9"4661source = "registry+https://github.com/rust-lang/crates.io-index"4662checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4663dependencies = [4664 "autocfg",4665 "scopeguard",4666]46674668[[package]]4669name = "log"4670version = "0.4.17"4671source = "registry+https://github.com/rust-lang/crates.io-index"4672checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4673dependencies = [4674 "cfg-if",4675 "value-bag",4676]46774678[[package]]4679name = "logtest"4680version = "2.0.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4683dependencies = [4684 "lazy_static",4685 "log",4686]46874688[[package]]4689name = "lru"4690version = "0.8.1"4691source = "registry+https://github.com/rust-lang/crates.io-index"4692checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4693dependencies = [4694 "hashbrown",4695]46964697[[package]]4698name = "lru-cache"4699version = "0.1.2"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4702dependencies = [4703 "linked-hash-map",4704]47054706[[package]]4707name = "lz4"4708version = "1.24.0"4709source = "registry+https://github.com/rust-lang/crates.io-index"4710checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4711dependencies = [4712 "libc",4713 "lz4-sys",4714]47154716[[package]]4717name = "lz4-sys"4718version = "1.9.4"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4721dependencies = [4722 "cc",4723 "libc",4724]47254726[[package]]4727name = "mach"4728version = "0.3.2"4729source = "registry+https://github.com/rust-lang/crates.io-index"4730checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4731dependencies = [4732 "libc",4733]47344735[[package]]4736name = "match_cfg"4737version = "0.1.0"4738source = "registry+https://github.com/rust-lang/crates.io-index"4739checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47404741[[package]]4742name = "matchers"4743version = "0.0.1"4744source = "registry+https://github.com/rust-lang/crates.io-index"4745checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4746dependencies = [4747 "regex-automata",4748]47494750[[package]]4751name = "matches"4752version = "0.1.9"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47554756[[package]]4757name = "matrixmultiply"4758version = "0.3.2"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4761dependencies = [4762 "rawpointer",4763]47644765[[package]]4766name = "memchr"4767version = "2.5.0"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47704771[[package]]4772name = "memfd"4773version = "0.6.2"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4776dependencies = [4777 "rustix 0.36.5",4778]47794780[[package]]4781name = "memmap2"4782version = "0.5.8"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"4785dependencies = [4786 "libc",4787]47884789[[package]]4790name = "memoffset"4791version = "0.6.5"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4794dependencies = [4795 "autocfg",4796]47974798[[package]]4799name = "memoffset"4800version = "0.7.1"4801source = "registry+https://github.com/rust-lang/crates.io-index"4802checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"4803dependencies = [4804 "autocfg",4805]48064807[[package]]4808name = "memory-db"4809version = "0.30.0"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"4812dependencies = [4813 "hash-db",4814 "hashbrown",4815 "parity-util-mem",4816]48174818[[package]]4819name = "memory-lru"4820version = "0.1.1"4821source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4823dependencies = [4824 "lru",4825]48264827[[package]]4828name = "memory_units"4829version = "0.4.0"4830source = "registry+https://github.com/rust-lang/crates.io-index"4831checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"48324833[[package]]4834name = "merlin"4835version = "2.0.1"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4838dependencies = [4839 "byteorder",4840 "keccak",4841 "rand_core 0.5.1",4842 "zeroize",4843]48444845[[package]]4846name = "mick-jaeger"4847version = "0.1.8"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4850dependencies = [4851 "futures 0.3.25",4852 "rand 0.8.5",4853 "thrift",4854]48554856[[package]]4857name = "minimal-lexical"4858version = "0.2.1"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48614862[[package]]4863name = "miniz_oxide"4864version = "0.5.4"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4867dependencies = [4868 "adler",4869]48704871[[package]]4872name = "miniz_oxide"4873version = "0.6.2"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4876dependencies = [4877 "adler",4878]48794880[[package]]4881name = "mio"4882version = "0.8.5"4883source = "registry+https://github.com/rust-lang/crates.io-index"4884checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4885dependencies = [4886 "libc",4887 "log",4888 "wasi 0.11.0+wasi-snapshot-preview1",4889 "windows-sys 0.42.0",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",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 = "nodrop"5122version = "0.1.14"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51255126[[package]]5127name = "nohash-hasher"5128version = "0.2.0"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51315132[[package]]5133name = "nom"5134version = "7.1.1"5135source = "registry+https://github.com/rust-lang/crates.io-index"5136checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5137dependencies = [5138 "memchr",5139 "minimal-lexical",5140]51415142[[package]]5143name = "normalize-line-endings"5144version = "0.3.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51475148[[package]]5149name = "num-bigint"5150version = "0.4.3"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5153dependencies = [5154 "autocfg",5155 "num-integer",5156 "num-traits",5157]51585159[[package]]5160name = "num-complex"5161version = "0.4.2"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5164dependencies = [5165 "num-traits",5166]51675168[[package]]5169name = "num-format"5170version = "0.4.4"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5173dependencies = [5174 "arrayvec 0.7.2",5175 "itoa",5176]51775178[[package]]5179name = "num-integer"5180version = "0.1.45"5181source = "registry+https://github.com/rust-lang/crates.io-index"5182checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5183dependencies = [5184 "autocfg",5185 "num-traits",5186]51875188[[package]]5189name = "num-rational"5190version = "0.4.1"5191source = "registry+https://github.com/rust-lang/crates.io-index"5192checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5193dependencies = [5194 "autocfg",5195 "num-bigint",5196 "num-integer",5197 "num-traits",5198]51995200[[package]]5201name = "num-traits"5202version = "0.2.15"5203source = "registry+https://github.com/rust-lang/crates.io-index"5204checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5205dependencies = [5206 "autocfg",5207 "libm",5208]52095210[[package]]5211name = "num_cpus"5212version = "1.14.0"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5215dependencies = [5216 "hermit-abi 0.1.19",5217 "libc",5218]52195220[[package]]5221name = "num_enum"5222version = "0.5.7"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5225dependencies = [5226 "num_enum_derive",5227]52285229[[package]]5230name = "num_enum_derive"5231version = "0.5.7"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5234dependencies = [5235 "proc-macro-crate",5236 "proc-macro2",5237 "quote",5238 "syn",5239]52405241[[package]]5242name = "num_threads"5243version = "0.1.6"5244source = "registry+https://github.com/rust-lang/crates.io-index"5245checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5246dependencies = [5247 "libc",5248]52495250[[package]]5251name = "object"5252version = "0.29.0"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5255dependencies = [5256 "crc32fast",5257 "hashbrown",5258 "indexmap",5259 "memchr",5260]52615262[[package]]5263name = "once_cell"5264version = "1.16.0"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"52675268[[package]]5269name = "opal-runtime"5270version = "0.9.33"5271dependencies = [5272 "app-promotion-rpc",5273 "cumulus-pallet-aura-ext",5274 "cumulus-pallet-dmp-queue",5275 "cumulus-pallet-parachain-system",5276 "cumulus-pallet-xcm",5277 "cumulus-pallet-xcmp-queue",5278 "cumulus-primitives-core",5279 "cumulus-primitives-timestamp",5280 "cumulus-primitives-utility",5281 "derivative",5282 "evm-coder",5283 "fp-evm-mapping",5284 "fp-rpc",5285 "fp-self-contained",5286 "frame-benchmarking",5287 "frame-executive",5288 "frame-support",5289 "frame-system",5290 "frame-system-benchmarking",5291 "frame-system-rpc-runtime-api",5292 "frame-try-runtime",5293 "hex-literal",5294 "impl-trait-for-tuples",5295 "log",5296 "logtest",5297 "orml-tokens",5298 "orml-traits",5299 "orml-vesting",5300 "orml-xtokens",5301 "pallet-app-promotion",5302 "pallet-aura",5303 "pallet-balances",5304 "pallet-base-fee",5305 "pallet-common",5306 "pallet-configuration",5307 "pallet-ethereum",5308 "pallet-evm",5309 "pallet-evm-coder-substrate",5310 "pallet-evm-contract-helpers",5311 "pallet-evm-migration",5312 "pallet-evm-transaction-payment",5313 "pallet-foreign-assets",5314 "pallet-fungible",5315 "pallet-inflation",5316 "pallet-maintenance",5317 "pallet-nonfungible",5318 "pallet-randomness-collective-flip",5319 "pallet-refungible",5320 "pallet-rmrk-core",5321 "pallet-rmrk-equip",5322 "pallet-structure",5323 "pallet-sudo",5324 "pallet-template-transaction-payment",5325 "pallet-test-utils",5326 "pallet-timestamp",5327 "pallet-transaction-payment",5328 "pallet-transaction-payment-rpc-runtime-api",5329 "pallet-treasury",5330 "pallet-unique",5331 "pallet-unique-scheduler-v2",5332 "pallet-xcm",5333 "parachain-info",5334 "parity-scale-codec 3.2.1",5335 "polkadot-parachain",5336 "rmrk-rpc",5337 "scale-info",5338 "serde",5339 "smallvec",5340 "sp-api",5341 "sp-arithmetic",5342 "sp-block-builder",5343 "sp-consensus-aura",5344 "sp-core",5345 "sp-inherents",5346 "sp-io",5347 "sp-offchain",5348 "sp-runtime",5349 "sp-session",5350 "sp-std",5351 "sp-transaction-pool",5352 "sp-version",5353 "substrate-wasm-builder",5354 "up-common",5355 "up-data-structs",5356 "up-rpc",5357 "up-sponsorship",5358 "xcm",5359 "xcm-builder",5360 "xcm-executor",5361]53625363[[package]]5364name = "opaque-debug"5365version = "0.2.3"5366source = "registry+https://github.com/rust-lang/crates.io-index"5367checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53685369[[package]]5370name = "opaque-debug"5371version = "0.3.0"5372source = "registry+https://github.com/rust-lang/crates.io-index"5373checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53745375[[package]]5376name = "openssl-probe"5377version = "0.1.5"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53805381[[package]]5382name = "orchestra"5383version = "0.0.2"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5386dependencies = [5387 "async-trait",5388 "dyn-clonable",5389 "futures 0.3.25",5390 "futures-timer",5391 "orchestra-proc-macro",5392 "pin-project",5393 "prioritized-metered-channel",5394 "thiserror",5395 "tracing",5396]53975398[[package]]5399name = "orchestra-proc-macro"5400version = "0.0.2"5401source = "registry+https://github.com/rust-lang/crates.io-index"5402checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5403dependencies = [5404 "expander 0.0.6",5405 "itertools",5406 "petgraph",5407 "proc-macro-crate",5408 "proc-macro2",5409 "quote",5410 "syn",5411]54125413[[package]]5414name = "ordered-float"5415version = "1.1.1"5416source = "registry+https://github.com/rust-lang/crates.io-index"5417checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5418dependencies = [5419 "num-traits",5420]54215422[[package]]5423name = "orml-tokens"5424version = "0.4.1-dev"5425source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5426dependencies = [5427 "frame-support",5428 "frame-system",5429 "orml-traits",5430 "parity-scale-codec 3.2.1",5431 "scale-info",5432 "serde",5433 "sp-runtime",5434 "sp-std",5435]54365437[[package]]5438name = "orml-traits"5439version = "0.4.1-dev"5440source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5441dependencies = [5442 "frame-support",5443 "impl-trait-for-tuples",5444 "num-traits",5445 "orml-utilities",5446 "parity-scale-codec 3.2.1",5447 "scale-info",5448 "serde",5449 "sp-io",5450 "sp-runtime",5451 "sp-std",5452 "xcm",5453]54545455[[package]]5456name = "orml-utilities"5457version = "0.4.1-dev"5458source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5459dependencies = [5460 "frame-support",5461 "parity-scale-codec 3.2.1",5462 "scale-info",5463 "serde",5464 "sp-io",5465 "sp-runtime",5466 "sp-std",5467]54685469[[package]]5470name = "orml-vesting"5471version = "0.4.1-dev"5472source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5473dependencies = [5474 "frame-support",5475 "frame-system",5476 "parity-scale-codec 3.2.1",5477 "scale-info",5478 "serde",5479 "sp-io",5480 "sp-runtime",5481 "sp-std",5482]54835484[[package]]5485name = "orml-xcm-support"5486version = "0.4.1-dev"5487source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5488dependencies = [5489 "frame-support",5490 "orml-traits",5491 "parity-scale-codec 3.2.1",5492 "sp-runtime",5493 "sp-std",5494 "xcm",5495 "xcm-executor",5496]54975498[[package]]5499name = "orml-xtokens"5500version = "0.4.1-dev"5501source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5502dependencies = [5503 "cumulus-primitives-core",5504 "frame-support",5505 "frame-system",5506 "orml-traits",5507 "orml-xcm-support",5508 "pallet-xcm",5509 "parity-scale-codec 3.2.1",5510 "scale-info",5511 "serde",5512 "sp-io",5513 "sp-runtime",5514 "sp-std",5515 "xcm",5516 "xcm-executor",5517]55185519[[package]]5520name = "os_str_bytes"5521version = "6.4.1"5522source = "registry+https://github.com/rust-lang/crates.io-index"5523checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55245525[[package]]5526name = "pallet-app-promotion"5527version = "0.1.1"5528dependencies = [5529 "frame-benchmarking",5530 "frame-support",5531 "frame-system",5532 "pallet-balances",5533 "pallet-common",5534 "pallet-configuration",5535 "pallet-evm",5536 "pallet-evm-contract-helpers",5537 "pallet-evm-migration",5538 "pallet-randomness-collective-flip",5539 "pallet-timestamp",5540 "pallet-unique",5541 "parity-scale-codec 3.2.1",5542 "scale-info",5543 "serde",5544 "sp-core",5545 "sp-io",5546 "sp-runtime",5547 "sp-std",5548 "up-data-structs",5549]55505551[[package]]5552name = "pallet-aura"5553version = "4.0.0-dev"5554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5555dependencies = [5556 "frame-support",5557 "frame-system",5558 "pallet-timestamp",5559 "parity-scale-codec 3.2.1",5560 "scale-info",5561 "sp-application-crypto",5562 "sp-consensus-aura",5563 "sp-runtime",5564 "sp-std",5565]55665567[[package]]5568name = "pallet-authority-discovery"5569version = "4.0.0-dev"5570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5571dependencies = [5572 "frame-support",5573 "frame-system",5574 "pallet-session",5575 "parity-scale-codec 3.2.1",5576 "scale-info",5577 "sp-application-crypto",5578 "sp-authority-discovery",5579 "sp-runtime",5580 "sp-std",5581]55825583[[package]]5584name = "pallet-authorship"5585version = "4.0.0-dev"5586source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5587dependencies = [5588 "frame-support",5589 "frame-system",5590 "impl-trait-for-tuples",5591 "parity-scale-codec 3.2.1",5592 "scale-info",5593 "sp-authorship",5594 "sp-runtime",5595 "sp-std",5596]55975598[[package]]5599name = "pallet-babe"5600version = "4.0.0-dev"5601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5602dependencies = [5603 "frame-benchmarking",5604 "frame-support",5605 "frame-system",5606 "log",5607 "pallet-authorship",5608 "pallet-session",5609 "pallet-timestamp",5610 "parity-scale-codec 3.2.1",5611 "scale-info",5612 "sp-application-crypto",5613 "sp-consensus-babe",5614 "sp-consensus-vrf",5615 "sp-io",5616 "sp-runtime",5617 "sp-session",5618 "sp-staking",5619 "sp-std",5620]56215622[[package]]5623name = "pallet-bags-list"5624version = "4.0.0-dev"5625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5626dependencies = [5627 "frame-benchmarking",5628 "frame-election-provider-support",5629 "frame-support",5630 "frame-system",5631 "log",5632 "pallet-balances",5633 "parity-scale-codec 3.2.1",5634 "scale-info",5635 "sp-core",5636 "sp-io",5637 "sp-runtime",5638 "sp-std",5639 "sp-tracing",5640]56415642[[package]]5643name = "pallet-balances"5644version = "4.0.0-dev"5645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5646dependencies = [5647 "frame-benchmarking",5648 "frame-support",5649 "frame-system",5650 "log",5651 "parity-scale-codec 3.2.1",5652 "scale-info",5653 "sp-runtime",5654 "sp-std",5655]56565657[[package]]5658name = "pallet-base-fee"5659version = "1.0.0"5660source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5661dependencies = [5662 "fp-evm",5663 "frame-support",5664 "frame-system",5665 "parity-scale-codec 3.2.1",5666 "scale-info",5667 "serde",5668 "sp-core",5669 "sp-runtime",5670]56715672[[package]]5673name = "pallet-beefy"5674version = "4.0.0-dev"5675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5676dependencies = [5677 "beefy-primitives",5678 "frame-support",5679 "frame-system",5680 "pallet-session",5681 "parity-scale-codec 3.2.1",5682 "scale-info",5683 "serde",5684 "sp-runtime",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-beefy-mmr"5690version = "4.0.0-dev"5691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5692dependencies = [5693 "array-bytes",5694 "beefy-merkle-tree",5695 "beefy-primitives",5696 "frame-support",5697 "frame-system",5698 "log",5699 "pallet-beefy",5700 "pallet-mmr",5701 "pallet-session",5702 "parity-scale-codec 3.2.1",5703 "scale-info",5704 "serde",5705 "sp-core",5706 "sp-io",5707 "sp-runtime",5708 "sp-std",5709]57105711[[package]]5712name = "pallet-bounties"5713version = "4.0.0-dev"5714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5715dependencies = [5716 "frame-benchmarking",5717 "frame-support",5718 "frame-system",5719 "log",5720 "pallet-treasury",5721 "parity-scale-codec 3.2.1",5722 "scale-info",5723 "sp-core",5724 "sp-io",5725 "sp-runtime",5726 "sp-std",5727]57285729[[package]]5730name = "pallet-child-bounties"5731version = "4.0.0-dev"5732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5733dependencies = [5734 "frame-benchmarking",5735 "frame-support",5736 "frame-system",5737 "log",5738 "pallet-bounties",5739 "pallet-treasury",5740 "parity-scale-codec 3.2.1",5741 "scale-info",5742 "sp-core",5743 "sp-io",5744 "sp-runtime",5745 "sp-std",5746]57475748[[package]]5749name = "pallet-collective"5750version = "4.0.0-dev"5751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5752dependencies = [5753 "frame-benchmarking",5754 "frame-support",5755 "frame-system",5756 "log",5757 "parity-scale-codec 3.2.1",5758 "scale-info",5759 "sp-core",5760 "sp-io",5761 "sp-runtime",5762 "sp-std",5763]57645765[[package]]5766name = "pallet-common"5767version = "0.1.12"5768dependencies = [5769 "ethereum 0.14.0",5770 "evm-coder",5771 "fp-evm-mapping",5772 "frame-benchmarking",5773 "frame-support",5774 "frame-system",5775 "pallet-evm",5776 "pallet-evm-coder-substrate",5777 "parity-scale-codec 3.2.1",5778 "scale-info",5779 "serde",5780 "sp-core",5781 "sp-runtime",5782 "sp-std",5783 "up-data-structs",5784]57855786[[package]]5787name = "pallet-configuration"5788version = "0.1.2"5789dependencies = [5790 "fp-evm",5791 "frame-support",5792 "frame-system",5793 "parity-scale-codec 3.2.1",5794 "scale-info",5795 "smallvec",5796 "sp-arithmetic",5797 "sp-core",5798 "sp-runtime",5799 "sp-std",5800 "xcm",5801]58025803[[package]]5804name = "pallet-conviction-voting"5805version = "4.0.0-dev"5806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5807dependencies = [5808 "assert_matches",5809 "frame-benchmarking",5810 "frame-support",5811 "frame-system",5812 "parity-scale-codec 3.2.1",5813 "scale-info",5814 "serde",5815 "sp-io",5816 "sp-runtime",5817 "sp-std",5818]58195820[[package]]5821name = "pallet-democracy"5822version = "4.0.0-dev"5823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5824dependencies = [5825 "frame-benchmarking",5826 "frame-support",5827 "frame-system",5828 "log",5829 "parity-scale-codec 3.2.1",5830 "scale-info",5831 "serde",5832 "sp-core",5833 "sp-io",5834 "sp-runtime",5835 "sp-std",5836]58375838[[package]]5839name = "pallet-election-provider-multi-phase"5840version = "4.0.0-dev"5841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5842dependencies = [5843 "frame-benchmarking",5844 "frame-election-provider-support",5845 "frame-support",5846 "frame-system",5847 "log",5848 "pallet-election-provider-support-benchmarking",5849 "parity-scale-codec 3.2.1",5850 "rand 0.7.3",5851 "scale-info",5852 "sp-arithmetic",5853 "sp-core",5854 "sp-io",5855 "sp-npos-elections",5856 "sp-runtime",5857 "sp-std",5858 "static_assertions",5859 "strum",5860]58615862[[package]]5863name = "pallet-election-provider-support-benchmarking"5864version = "4.0.0-dev"5865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5866dependencies = [5867 "frame-benchmarking",5868 "frame-election-provider-support",5869 "frame-system",5870 "parity-scale-codec 3.2.1",5871 "sp-npos-elections",5872 "sp-runtime",5873]58745875[[package]]5876name = "pallet-elections-phragmen"5877version = "5.0.0-dev"5878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5879dependencies = [5880 "frame-benchmarking",5881 "frame-support",5882 "frame-system",5883 "log",5884 "parity-scale-codec 3.2.1",5885 "scale-info",5886 "sp-core",5887 "sp-io",5888 "sp-npos-elections",5889 "sp-runtime",5890 "sp-std",5891]58925893[[package]]5894name = "pallet-ethereum"5895version = "4.0.0-dev"5896source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5897dependencies = [5898 "ethereum 0.14.0",5899 "ethereum-types 0.14.1",5900 "evm",5901 "fp-consensus",5902 "fp-ethereum",5903 "fp-evm",5904 "fp-evm-mapping",5905 "fp-rpc",5906 "fp-self-contained",5907 "fp-storage",5908 "frame-support",5909 "frame-system",5910 "pallet-evm",5911 "pallet-timestamp",5912 "parity-scale-codec 3.2.1",5913 "rlp",5914 "scale-info",5915 "serde",5916 "sp-io",5917 "sp-runtime",5918 "sp-std",5919]59205921[[package]]5922name = "pallet-evm"5923version = "6.0.0-dev"5924source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5925dependencies = [5926 "environmental",5927 "evm",5928 "fp-evm",5929 "fp-evm-mapping",5930 "frame-benchmarking",5931 "frame-support",5932 "frame-system",5933 "hex",5934 "impl-trait-for-tuples",5935 "log",5936 "pallet-timestamp",5937 "parity-scale-codec 3.2.1",5938 "primitive-types 0.12.1",5939 "rlp",5940 "scale-info",5941 "serde",5942 "sp-core",5943 "sp-io",5944 "sp-runtime",5945 "sp-std",5946]59475948[[package]]5949name = "pallet-evm-coder-substrate"5950version = "0.1.3"5951dependencies = [5952 "ethereum 0.14.0",5953 "evm-coder",5954 "frame-benchmarking",5955 "frame-support",5956 "frame-system",5957 "pallet-ethereum",5958 "pallet-evm",5959 "parity-scale-codec 3.2.1",5960 "scale-info",5961 "sp-core",5962 "sp-std",5963 "up-data-structs",5964]59655966[[package]]5967name = "pallet-evm-contract-helpers"5968version = "0.3.0"5969dependencies = [5970 "ethereum 0.14.0",5971 "evm-coder",5972 "fp-evm-mapping",5973 "frame-support",5974 "frame-system",5975 "log",5976 "pallet-common",5977 "pallet-evm",5978 "pallet-evm-coder-substrate",5979 "pallet-evm-transaction-payment",5980 "parity-scale-codec 3.2.1",5981 "scale-info",5982 "sp-core",5983 "sp-runtime",5984 "sp-std",5985 "up-data-structs",5986 "up-sponsorship",5987]59885989[[package]]5990name = "pallet-evm-migration"5991version = "0.1.1"5992dependencies = [5993 "ethereum 0.14.0",5994 "fp-evm",5995 "frame-benchmarking",5996 "frame-support",5997 "frame-system",5998 "pallet-evm",5999 "parity-scale-codec 3.2.1",6000 "scale-info",6001 "sp-core",6002 "sp-io",6003 "sp-runtime",6004 "sp-std",6005]60066007[[package]]6008name = "pallet-evm-transaction-payment"6009version = "0.1.1"6010dependencies = [6011 "fp-evm",6012 "fp-evm-mapping",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-io",6021 "sp-runtime",6022 "sp-std",6023 "up-sponsorship",6024]60256026[[package]]6027name = "pallet-fast-unstake"6028version = "4.0.0-dev"6029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6030dependencies = [6031 "frame-benchmarking",6032 "frame-election-provider-support",6033 "frame-support",6034 "frame-system",6035 "log",6036 "parity-scale-codec 3.2.1",6037 "scale-info",6038 "sp-io",6039 "sp-runtime",6040 "sp-staking",6041 "sp-std",6042]60436044[[package]]6045name = "pallet-foreign-assets"6046version = "0.1.0"6047dependencies = [6048 "frame-benchmarking",6049 "frame-support",6050 "frame-system",6051 "hex",6052 "log",6053 "orml-tokens",6054 "pallet-balances",6055 "pallet-common",6056 "pallet-fungible",6057 "pallet-timestamp",6058 "parity-scale-codec 3.2.1",6059 "scale-info",6060 "serde",6061 "serde_json",6062 "sp-core",6063 "sp-io",6064 "sp-runtime",6065 "sp-std",6066 "up-data-structs",6067 "xcm",6068 "xcm-builder",6069 "xcm-executor",6070]60716072[[package]]6073name = "pallet-fungible"6074version = "0.1.7"6075dependencies = [6076 "ethereum 0.14.0",6077 "evm-coder",6078 "frame-benchmarking",6079 "frame-support",6080 "frame-system",6081 "pallet-common",6082 "pallet-evm",6083 "pallet-evm-coder-substrate",6084 "pallet-structure",6085 "parity-scale-codec 3.2.1",6086 "scale-info",6087 "sp-core",6088 "sp-runtime",6089 "sp-std",6090 "up-data-structs",6091]60926093[[package]]6094name = "pallet-gilt"6095version = "4.0.0-dev"6096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6097dependencies = [6098 "frame-benchmarking",6099 "frame-support",6100 "frame-system",6101 "parity-scale-codec 3.2.1",6102 "scale-info",6103 "sp-arithmetic",6104 "sp-runtime",6105 "sp-std",6106]61076108[[package]]6109name = "pallet-grandpa"6110version = "4.0.0-dev"6111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6112dependencies = [6113 "frame-benchmarking",6114 "frame-support",6115 "frame-system",6116 "log",6117 "pallet-authorship",6118 "pallet-session",6119 "parity-scale-codec 3.2.1",6120 "scale-info",6121 "sp-application-crypto",6122 "sp-core",6123 "sp-finality-grandpa",6124 "sp-io",6125 "sp-runtime",6126 "sp-session",6127 "sp-staking",6128 "sp-std",6129]61306131[[package]]6132name = "pallet-identity"6133version = "4.0.0-dev"6134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6135dependencies = [6136 "enumflags2",6137 "frame-benchmarking",6138 "frame-support",6139 "frame-system",6140 "parity-scale-codec 3.2.1",6141 "scale-info",6142 "sp-io",6143 "sp-runtime",6144 "sp-std",6145]61466147[[package]]6148name = "pallet-im-online"6149version = "4.0.0-dev"6150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6151dependencies = [6152 "frame-benchmarking",6153 "frame-support",6154 "frame-system",6155 "log",6156 "pallet-authorship",6157 "parity-scale-codec 3.2.1",6158 "scale-info",6159 "sp-application-crypto",6160 "sp-core",6161 "sp-io",6162 "sp-runtime",6163 "sp-staking",6164 "sp-std",6165]61666167[[package]]6168name = "pallet-indices"6169version = "4.0.0-dev"6170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6171dependencies = [6172 "frame-benchmarking",6173 "frame-support",6174 "frame-system",6175 "parity-scale-codec 3.2.1",6176 "scale-info",6177 "sp-core",6178 "sp-io",6179 "sp-keyring",6180 "sp-runtime",6181 "sp-std",6182]61836184[[package]]6185name = "pallet-inflation"6186version = "0.1.1"6187dependencies = [6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "pallet-balances",6192 "pallet-randomness-collective-flip",6193 "pallet-timestamp",6194 "parity-scale-codec 3.2.1",6195 "scale-info",6196 "serde",6197 "sp-core",6198 "sp-io",6199 "sp-runtime",6200 "sp-std",6201]62026203[[package]]6204name = "pallet-maintenance"6205version = "0.1.0"6206dependencies = [6207 "frame-benchmarking",6208 "frame-support",6209 "frame-system",6210 "parity-scale-codec 3.2.1",6211 "scale-info",6212 "sp-std",6213]62146215[[package]]6216name = "pallet-membership"6217version = "4.0.0-dev"6218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6219dependencies = [6220 "frame-benchmarking",6221 "frame-support",6222 "frame-system",6223 "log",6224 "parity-scale-codec 3.2.1",6225 "scale-info",6226 "sp-core",6227 "sp-io",6228 "sp-runtime",6229 "sp-std",6230]62316232[[package]]6233name = "pallet-mmr"6234version = "4.0.0-dev"6235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6236dependencies = [6237 "ckb-merkle-mountain-range",6238 "frame-benchmarking",6239 "frame-support",6240 "frame-system",6241 "parity-scale-codec 3.2.1",6242 "scale-info",6243 "sp-core",6244 "sp-io",6245 "sp-mmr-primitives",6246 "sp-runtime",6247 "sp-std",6248]62496250[[package]]6251name = "pallet-mmr-rpc"6252version = "3.0.0"6253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6254dependencies = [6255 "anyhow",6256 "jsonrpsee",6257 "parity-scale-codec 3.2.1",6258 "serde",6259 "sp-api",6260 "sp-blockchain",6261 "sp-core",6262 "sp-mmr-primitives",6263 "sp-runtime",6264]62656266[[package]]6267name = "pallet-multisig"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "log",6275 "parity-scale-codec 3.2.1",6276 "scale-info",6277 "sp-io",6278 "sp-runtime",6279 "sp-std",6280]62816282[[package]]6283name = "pallet-nomination-pools"6284version = "1.0.0"6285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6286dependencies = [6287 "frame-support",6288 "frame-system",6289 "log",6290 "parity-scale-codec 3.2.1",6291 "scale-info",6292 "sp-core",6293 "sp-io",6294 "sp-runtime",6295 "sp-staking",6296 "sp-std",6297]62986299[[package]]6300name = "pallet-nomination-pools-benchmarking"6301version = "1.0.0"6302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6303dependencies = [6304 "frame-benchmarking",6305 "frame-election-provider-support",6306 "frame-support",6307 "frame-system",6308 "pallet-bags-list",6309 "pallet-nomination-pools",6310 "pallet-staking",6311 "parity-scale-codec 3.2.1",6312 "scale-info",6313 "sp-runtime",6314 "sp-runtime-interface",6315 "sp-staking",6316 "sp-std",6317]63186319[[package]]6320name = "pallet-nomination-pools-runtime-api"6321version = "1.0.0-dev"6322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6323dependencies = [6324 "parity-scale-codec 3.2.1",6325 "sp-api",6326 "sp-std",6327]63286329[[package]]6330name = "pallet-nonfungible"6331version = "0.1.9"6332dependencies = [6333 "ethereum 0.14.0",6334 "evm-coder",6335 "frame-benchmarking",6336 "frame-support",6337 "frame-system",6338 "pallet-common",6339 "pallet-evm",6340 "pallet-evm-coder-substrate",6341 "pallet-structure",6342 "parity-scale-codec 3.2.1",6343 "scale-info",6344 "sp-core",6345 "sp-runtime",6346 "sp-std",6347 "struct-versioning",6348 "up-data-structs",6349]63506351[[package]]6352name = "pallet-offences"6353version = "4.0.0-dev"6354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6355dependencies = [6356 "frame-support",6357 "frame-system",6358 "log",6359 "pallet-balances",6360 "parity-scale-codec 3.2.1",6361 "scale-info",6362 "serde",6363 "sp-runtime",6364 "sp-staking",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-offences-benchmarking"6370version = "4.0.0-dev"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6372dependencies = [6373 "frame-benchmarking",6374 "frame-election-provider-support",6375 "frame-support",6376 "frame-system",6377 "pallet-babe",6378 "pallet-balances",6379 "pallet-grandpa",6380 "pallet-im-online",6381 "pallet-offences",6382 "pallet-session",6383 "pallet-staking",6384 "parity-scale-codec 3.2.1",6385 "scale-info",6386 "sp-runtime",6387 "sp-staking",6388 "sp-std",6389]63906391[[package]]6392name = "pallet-preimage"6393version = "4.0.0-dev"6394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6395dependencies = [6396 "frame-benchmarking",6397 "frame-support",6398 "frame-system",6399 "log",6400 "parity-scale-codec 3.2.1",6401 "scale-info",6402 "sp-core",6403 "sp-io",6404 "sp-runtime",6405 "sp-std",6406]64076408[[package]]6409name = "pallet-proxy"6410version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6412dependencies = [6413 "frame-benchmarking",6414 "frame-support",6415 "frame-system",6416 "parity-scale-codec 3.2.1",6417 "scale-info",6418 "sp-io",6419 "sp-runtime",6420 "sp-std",6421]64226423[[package]]6424name = "pallet-randomness-collective-flip"6425version = "4.0.0-dev"6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6427dependencies = [6428 "frame-support",6429 "frame-system",6430 "parity-scale-codec 3.2.1",6431 "safe-mix",6432 "scale-info",6433 "sp-runtime",6434 "sp-std",6435]64366437[[package]]6438name = "pallet-ranked-collective"6439version = "4.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6441dependencies = [6442 "frame-benchmarking",6443 "frame-support",6444 "frame-system",6445 "log",6446 "parity-scale-codec 3.2.1",6447 "scale-info",6448 "sp-arithmetic",6449 "sp-core",6450 "sp-io",6451 "sp-runtime",6452 "sp-std",6453]64546455[[package]]6456name = "pallet-recovery"6457version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6459dependencies = [6460 "frame-benchmarking",6461 "frame-support",6462 "frame-system",6463 "parity-scale-codec 3.2.1",6464 "scale-info",6465 "sp-io",6466 "sp-runtime",6467 "sp-std",6468]64696470[[package]]6471name = "pallet-referenda"6472version = "4.0.0-dev"6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6474dependencies = [6475 "assert_matches",6476 "frame-benchmarking",6477 "frame-support",6478 "frame-system",6479 "parity-scale-codec 3.2.1",6480 "scale-info",6481 "serde",6482 "sp-arithmetic",6483 "sp-io",6484 "sp-runtime",6485 "sp-std",6486]64876488[[package]]6489name = "pallet-refungible"6490version = "0.2.8"6491dependencies = [6492 "derivative",6493 "ethereum 0.14.0",6494 "evm-coder",6495 "frame-benchmarking",6496 "frame-support",6497 "frame-system",6498 "pallet-common",6499 "pallet-evm",6500 "pallet-evm-coder-substrate",6501 "pallet-structure",6502 "parity-scale-codec 3.2.1",6503 "scale-info",6504 "sp-core",6505 "sp-runtime",6506 "sp-std",6507 "struct-versioning",6508 "up-data-structs",6509]65106511[[package]]6512name = "pallet-rmrk-core"6513version = "0.1.2"6514dependencies = [6515 "derivative",6516 "frame-benchmarking",6517 "frame-support",6518 "frame-system",6519 "pallet-common",6520 "pallet-evm",6521 "pallet-nonfungible",6522 "pallet-structure",6523 "parity-scale-codec 3.2.1",6524 "rmrk-traits",6525 "scale-info",6526 "sp-core",6527 "sp-runtime",6528 "sp-std",6529 "up-data-structs",6530]65316532[[package]]6533name = "pallet-rmrk-equip"6534version = "0.1.2"6535dependencies = [6536 "frame-benchmarking",6537 "frame-support",6538 "frame-system",6539 "pallet-common",6540 "pallet-evm",6541 "pallet-nonfungible",6542 "pallet-rmrk-core",6543 "parity-scale-codec 3.2.1",6544 "rmrk-traits",6545 "scale-info",6546 "sp-core",6547 "sp-runtime",6548 "sp-std",6549 "up-data-structs",6550]65516552[[package]]6553name = "pallet-scheduler"6554version = "4.0.0-dev"6555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6556dependencies = [6557 "frame-benchmarking",6558 "frame-support",6559 "frame-system",6560 "log",6561 "parity-scale-codec 3.2.1",6562 "scale-info",6563 "sp-io",6564 "sp-runtime",6565 "sp-std",6566]65676568[[package]]6569name = "pallet-session"6570version = "4.0.0-dev"6571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6572dependencies = [6573 "frame-support",6574 "frame-system",6575 "impl-trait-for-tuples",6576 "log",6577 "pallet-timestamp",6578 "parity-scale-codec 3.2.1",6579 "scale-info",6580 "sp-core",6581 "sp-io",6582 "sp-runtime",6583 "sp-session",6584 "sp-staking",6585 "sp-std",6586 "sp-trie",6587]65886589[[package]]6590name = "pallet-session-benchmarking"6591version = "4.0.0-dev"6592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6593dependencies = [6594 "frame-benchmarking",6595 "frame-support",6596 "frame-system",6597 "pallet-session",6598 "pallet-staking",6599 "rand 0.7.3",6600 "sp-runtime",6601 "sp-session",6602 "sp-std",6603]66046605[[package]]6606name = "pallet-society"6607version = "4.0.0-dev"6608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6609dependencies = [6610 "frame-support",6611 "frame-system",6612 "parity-scale-codec 3.2.1",6613 "rand_chacha 0.2.2",6614 "scale-info",6615 "sp-runtime",6616 "sp-std",6617]66186619[[package]]6620name = "pallet-staking"6621version = "4.0.0-dev"6622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6623dependencies = [6624 "frame-benchmarking",6625 "frame-election-provider-support",6626 "frame-support",6627 "frame-system",6628 "log",6629 "pallet-authorship",6630 "pallet-session",6631 "parity-scale-codec 3.2.1",6632 "rand_chacha 0.2.2",6633 "scale-info",6634 "serde",6635 "sp-application-crypto",6636 "sp-io",6637 "sp-runtime",6638 "sp-staking",6639 "sp-std",6640]66416642[[package]]6643name = "pallet-staking-reward-curve"6644version = "4.0.0-dev"6645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6646dependencies = [6647 "proc-macro-crate",6648 "proc-macro2",6649 "quote",6650 "syn",6651]66526653[[package]]6654name = "pallet-staking-reward-fn"6655version = "4.0.0-dev"6656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6657dependencies = [6658 "log",6659 "sp-arithmetic",6660]66616662[[package]]6663name = "pallet-state-trie-migration"6664version = "4.0.0-dev"6665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6666dependencies = [6667 "frame-benchmarking",6668 "frame-support",6669 "frame-system",6670 "log",6671 "parity-scale-codec 3.2.1",6672 "scale-info",6673 "sp-core",6674 "sp-io",6675 "sp-runtime",6676 "sp-std",6677]66786679[[package]]6680name = "pallet-structure"6681version = "0.1.2"6682dependencies = [6683 "frame-benchmarking",6684 "frame-support",6685 "frame-system",6686 "pallet-common",6687 "pallet-evm",6688 "parity-scale-codec 3.2.1",6689 "scale-info",6690 "sp-std",6691 "up-data-structs",6692]66936694[[package]]6695name = "pallet-sudo"6696version = "4.0.0-dev"6697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6698dependencies = [6699 "frame-support",6700 "frame-system",6701 "parity-scale-codec 3.2.1",6702 "scale-info",6703 "sp-io",6704 "sp-runtime",6705 "sp-std",6706]67076708[[package]]6709name = "pallet-template-transaction-payment"6710version = "3.0.0"6711source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"6712dependencies = [6713 "frame-benchmarking",6714 "frame-support",6715 "frame-system",6716 "pallet-balances",6717 "pallet-transaction-payment",6718 "parity-scale-codec 3.2.1",6719 "scale-info",6720 "serde",6721 "sp-core",6722 "sp-io",6723 "sp-runtime",6724 "sp-std",6725 "up-sponsorship",6726]67276728[[package]]6729name = "pallet-test-utils"6730version = "0.1.0"6731dependencies = [6732 "frame-support",6733 "frame-system",6734 "pallet-unique-scheduler-v2",6735 "parity-scale-codec 3.2.1",6736 "scale-info",6737 "sp-std",6738]67396740[[package]]6741name = "pallet-timestamp"6742version = "4.0.0-dev"6743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6744dependencies = [6745 "frame-benchmarking",6746 "frame-support",6747 "frame-system",6748 "log",6749 "parity-scale-codec 3.2.1",6750 "scale-info",6751 "sp-inherents",6752 "sp-io",6753 "sp-runtime",6754 "sp-std",6755 "sp-timestamp",6756]67576758[[package]]6759name = "pallet-tips"6760version = "4.0.0-dev"6761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6762dependencies = [6763 "frame-benchmarking",6764 "frame-support",6765 "frame-system",6766 "log",6767 "pallet-treasury",6768 "parity-scale-codec 3.2.1",6769 "scale-info",6770 "serde",6771 "sp-core",6772 "sp-io",6773 "sp-runtime",6774 "sp-std",6775]67766777[[package]]6778name = "pallet-transaction-payment"6779version = "4.0.0-dev"6780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6781dependencies = [6782 "frame-support",6783 "frame-system",6784 "parity-scale-codec 3.2.1",6785 "scale-info",6786 "serde",6787 "sp-core",6788 "sp-io",6789 "sp-runtime",6790 "sp-std",6791]67926793[[package]]6794name = "pallet-transaction-payment-rpc"6795version = "4.0.0-dev"6796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6797dependencies = [6798 "jsonrpsee",6799 "pallet-transaction-payment-rpc-runtime-api",6800 "parity-scale-codec 3.2.1",6801 "sp-api",6802 "sp-blockchain",6803 "sp-core",6804 "sp-rpc",6805 "sp-runtime",6806 "sp-weights",6807]68086809[[package]]6810name = "pallet-transaction-payment-rpc-runtime-api"6811version = "4.0.0-dev"6812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6813dependencies = [6814 "pallet-transaction-payment",6815 "parity-scale-codec 3.2.1",6816 "sp-api",6817 "sp-runtime",6818 "sp-weights",6819]68206821[[package]]6822name = "pallet-treasury"6823version = "4.0.0-dev"6824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6825dependencies = [6826 "frame-benchmarking",6827 "frame-support",6828 "frame-system",6829 "impl-trait-for-tuples",6830 "pallet-balances",6831 "parity-scale-codec 3.2.1",6832 "scale-info",6833 "serde",6834 "sp-runtime",6835 "sp-std",6836]68376838[[package]]6839name = "pallet-unique"6840version = "0.2.1"6841dependencies = [6842 "ethereum 0.12.0",6843 "evm-coder",6844 "frame-benchmarking",6845 "frame-support",6846 "frame-system",6847 "pallet-common",6848 "pallet-evm",6849 "pallet-evm-coder-substrate",6850 "pallet-nonfungible",6851 "pallet-refungible",6852 "parity-scale-codec 3.2.1",6853 "scale-info",6854 "serde",6855 "sp-core",6856 "sp-io",6857 "sp-runtime",6858 "sp-std",6859 "up-data-structs",6860]68616862[[package]]6863name = "pallet-unique-scheduler-v2"6864version = "0.1.0"6865dependencies = [6866 "frame-benchmarking",6867 "frame-support",6868 "frame-system",6869 "log",6870 "pallet-preimage",6871 "parity-scale-codec 3.2.1",6872 "scale-info",6873 "sp-core",6874 "sp-io",6875 "sp-runtime",6876 "sp-std",6877 "substrate-test-utils",6878]68796880[[package]]6881name = "pallet-utility"6882version = "4.0.0-dev"6883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6884dependencies = [6885 "frame-benchmarking",6886 "frame-support",6887 "frame-system",6888 "parity-scale-codec 3.2.1",6889 "scale-info",6890 "sp-core",6891 "sp-io",6892 "sp-runtime",6893 "sp-std",6894]68956896[[package]]6897name = "pallet-vesting"6898version = "4.0.0-dev"6899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6900dependencies = [6901 "frame-benchmarking",6902 "frame-support",6903 "frame-system",6904 "log",6905 "parity-scale-codec 3.2.1",6906 "scale-info",6907 "sp-runtime",6908 "sp-std",6909]69106911[[package]]6912name = "pallet-whitelist"6913version = "4.0.0-dev"6914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6915dependencies = [6916 "frame-benchmarking",6917 "frame-support",6918 "frame-system",6919 "parity-scale-codec 3.2.1",6920 "scale-info",6921 "sp-api",6922 "sp-runtime",6923 "sp-std",6924]69256926[[package]]6927name = "pallet-xcm"6928version = "0.9.33"6929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6930dependencies = [6931 "frame-support",6932 "frame-system",6933 "log",6934 "parity-scale-codec 3.2.1",6935 "scale-info",6936 "serde",6937 "sp-core",6938 "sp-runtime",6939 "sp-std",6940 "xcm",6941 "xcm-executor",6942]69436944[[package]]6945name = "pallet-xcm-benchmarks"6946version = "0.9.33"6947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6948dependencies = [6949 "frame-benchmarking",6950 "frame-support",6951 "frame-system",6952 "log",6953 "parity-scale-codec 3.2.1",6954 "scale-info",6955 "sp-runtime",6956 "sp-std",6957 "xcm",6958 "xcm-executor",6959]69606961[[package]]6962name = "parachain-info"6963version = "0.1.0"6964source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"6965dependencies = [6966 "cumulus-primitives-core",6967 "frame-support",6968 "frame-system",6969 "parity-scale-codec 3.2.1",6970 "scale-info",6971]69726973[[package]]6974name = "parity-db"6975version = "0.3.17"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6978dependencies = [6979 "blake2-rfc",6980 "crc32fast",6981 "fs2",6982 "hex",6983 "libc",6984 "log",6985 "lz4",6986 "memmap2",6987 "parking_lot 0.12.1",6988 "rand 0.8.5",6989 "snap",6990]69916992[[package]]6993name = "parity-db"6994version = "0.4.2"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6997dependencies = [6998 "blake2",6999 "crc32fast",7000 "fs2",7001 "hex",7002 "libc",7003 "log",7004 "lz4",7005 "memmap2",7006 "parking_lot 0.12.1",7007 "rand 0.8.5",7008 "snap",7009]70107011[[package]]7012name = "parity-scale-codec"7013version = "2.3.1"7014source = "registry+https://github.com/rust-lang/crates.io-index"7015checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7016dependencies = [7017 "arrayvec 0.7.2",7018 "bitvec 0.20.4",7019 "byte-slice-cast",7020 "impl-trait-for-tuples",7021 "parity-scale-codec-derive 2.3.1",7022 "serde",7023]70247025[[package]]7026name = "parity-scale-codec"7027version = "3.2.1"7028source = "registry+https://github.com/rust-lang/crates.io-index"7029checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7030dependencies = [7031 "arrayvec 0.7.2",7032 "bitvec 1.0.1",7033 "byte-slice-cast",7034 "bytes",7035 "impl-trait-for-tuples",7036 "parity-scale-codec-derive 3.1.3",7037 "serde",7038]70397040[[package]]7041name = "parity-scale-codec-derive"7042version = "2.3.1"7043source = "registry+https://github.com/rust-lang/crates.io-index"7044checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7045dependencies = [7046 "proc-macro-crate",7047 "proc-macro2",7048 "quote",7049 "syn",7050]70517052[[package]]7053name = "parity-scale-codec-derive"7054version = "3.1.3"7055source = "registry+https://github.com/rust-lang/crates.io-index"7056checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7057dependencies = [7058 "proc-macro-crate",7059 "proc-macro2",7060 "quote",7061 "syn",7062]70637064[[package]]7065name = "parity-send-wrapper"7066version = "0.1.0"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70697070[[package]]7071name = "parity-util-mem"7072version = "0.12.0"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"7075dependencies = [7076 "cfg-if",7077 "ethereum-types 0.14.1",7078 "hashbrown",7079 "impl-trait-for-tuples",7080 "lru",7081 "parity-util-mem-derive",7082 "parking_lot 0.12.1",7083 "primitive-types 0.12.1",7084 "smallvec",7085 "winapi",7086]70877088[[package]]7089name = "parity-util-mem-derive"7090version = "0.1.0"7091source = "registry+https://github.com/rust-lang/crates.io-index"7092checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7093dependencies = [7094 "proc-macro2",7095 "syn",7096 "synstructure",7097]70987099[[package]]7100name = "parity-wasm"7101version = "0.45.0"7102source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"71047105[[package]]7106name = "parking"7107version = "2.0.0"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71107111[[package]]7112name = "parking_lot"7113version = "0.11.2"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7116dependencies = [7117 "instant",7118 "lock_api",7119 "parking_lot_core 0.8.5",7120]71217122[[package]]7123name = "parking_lot"7124version = "0.12.1"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7127dependencies = [7128 "lock_api",7129 "parking_lot_core 0.9.5",7130]71317132[[package]]7133name = "parking_lot_core"7134version = "0.8.5"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7137dependencies = [7138 "cfg-if",7139 "instant",7140 "libc",7141 "redox_syscall",7142 "smallvec",7143 "winapi",7144]71457146[[package]]7147name = "parking_lot_core"7148version = "0.9.5"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7151dependencies = [7152 "cfg-if",7153 "libc",7154 "redox_syscall",7155 "smallvec",7156 "windows-sys 0.42.0",7157]71587159[[package]]7160name = "paste"7161version = "1.0.9"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71647165[[package]]7166name = "pbkdf2"7167version = "0.4.0"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7170dependencies = [7171 "crypto-mac 0.8.0",7172]71737174[[package]]7175name = "pbkdf2"7176version = "0.8.0"7177source = "registry+https://github.com/rust-lang/crates.io-index"7178checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7179dependencies = [7180 "crypto-mac 0.11.1",7181]71827183[[package]]7184name = "peeking_take_while"7185version = "0.1.2"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71887189[[package]]7190name = "percent-encoding"7191version = "2.2.0"7192source = "registry+https://github.com/rust-lang/crates.io-index"7193checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71947195[[package]]7196name = "pest"7197version = "2.5.1"7198source = "registry+https://github.com/rust-lang/crates.io-index"7199checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7200dependencies = [7201 "thiserror",7202 "ucd-trie",7203]72047205[[package]]7206name = "pest_derive"7207version = "2.5.1"7208source = "registry+https://github.com/rust-lang/crates.io-index"7209checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7210dependencies = [7211 "pest",7212 "pest_generator",7213]72147215[[package]]7216name = "pest_generator"7217version = "2.5.1"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7220dependencies = [7221 "pest",7222 "pest_meta",7223 "proc-macro2",7224 "quote",7225 "syn",7226]72277228[[package]]7229name = "pest_meta"7230version = "2.5.1"7231source = "registry+https://github.com/rust-lang/crates.io-index"7232checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7233dependencies = [7234 "once_cell",7235 "pest",7236 "sha1",7237]72387239[[package]]7240name = "petgraph"7241version = "0.6.2"7242source = "registry+https://github.com/rust-lang/crates.io-index"7243checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7244dependencies = [7245 "fixedbitset",7246 "indexmap",7247]72487249[[package]]7250name = "pin-project"7251version = "1.0.12"7252source = "registry+https://github.com/rust-lang/crates.io-index"7253checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7254dependencies = [7255 "pin-project-internal",7256]72577258[[package]]7259name = "pin-project-internal"7260version = "1.0.12"7261source = "registry+https://github.com/rust-lang/crates.io-index"7262checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7263dependencies = [7264 "proc-macro2",7265 "quote",7266 "syn",7267]72687269[[package]]7270name = "pin-project-lite"7271version = "0.1.12"7272source = "registry+https://github.com/rust-lang/crates.io-index"7273checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72747275[[package]]7276name = "pin-project-lite"7277version = "0.2.9"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72807281[[package]]7282name = "pin-utils"7283version = "0.1.0"7284source = "registry+https://github.com/rust-lang/crates.io-index"7285checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72867287[[package]]7288name = "pkcs8"7289version = "0.9.0"7290source = "registry+https://github.com/rust-lang/crates.io-index"7291checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7292dependencies = [7293 "der",7294 "spki",7295]72967297[[package]]7298name = "pkg-config"7299version = "0.3.26"7300source = "registry+https://github.com/rust-lang/crates.io-index"7301checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"73027303[[package]]7304name = "platforms"7305version = "2.0.0"7306source = "registry+https://github.com/rust-lang/crates.io-index"7307checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73087309[[package]]7310name = "polkadot-approval-distribution"7311version = "0.9.33"7312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7313dependencies = [7314 "futures 0.3.25",7315 "polkadot-node-network-protocol",7316 "polkadot-node-primitives",7317 "polkadot-node-subsystem",7318 "polkadot-node-subsystem-util",7319 "polkadot-primitives",7320 "rand 0.8.5",7321 "tracing-gum",7322]73237324[[package]]7325name = "polkadot-availability-bitfield-distribution"7326version = "0.9.33"7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7328dependencies = [7329 "futures 0.3.25",7330 "polkadot-node-network-protocol",7331 "polkadot-node-subsystem",7332 "polkadot-node-subsystem-util",7333 "polkadot-primitives",7334 "rand 0.8.5",7335 "tracing-gum",7336]73377338[[package]]7339name = "polkadot-availability-distribution"7340version = "0.9.33"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7342dependencies = [7343 "derive_more",7344 "fatality",7345 "futures 0.3.25",7346 "lru",7347 "parity-scale-codec 3.2.1",7348 "polkadot-erasure-coding",7349 "polkadot-node-network-protocol",7350 "polkadot-node-primitives",7351 "polkadot-node-subsystem",7352 "polkadot-node-subsystem-util",7353 "polkadot-primitives",7354 "rand 0.8.5",7355 "sp-core",7356 "sp-keystore",7357 "thiserror",7358 "tracing-gum",7359]73607361[[package]]7362name = "polkadot-availability-recovery"7363version = "0.9.33"7364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7365dependencies = [7366 "fatality",7367 "futures 0.3.25",7368 "lru",7369 "parity-scale-codec 3.2.1",7370 "polkadot-erasure-coding",7371 "polkadot-node-network-protocol",7372 "polkadot-node-primitives",7373 "polkadot-node-subsystem",7374 "polkadot-node-subsystem-util",7375 "polkadot-primitives",7376 "rand 0.8.5",7377 "sc-network",7378 "thiserror",7379 "tracing-gum",7380]73817382[[package]]7383name = "polkadot-cli"7384version = "0.9.33"7385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7386dependencies = [7387 "clap",7388 "frame-benchmarking-cli",7389 "futures 0.3.25",7390 "log",7391 "polkadot-client",7392 "polkadot-node-core-pvf",7393 "polkadot-node-metrics",7394 "polkadot-performance-test",7395 "polkadot-service",7396 "sc-cli",7397 "sc-service",7398 "sc-sysinfo",7399 "sc-tracing",7400 "sp-core",7401 "sp-keyring",7402 "sp-trie",7403 "substrate-build-script-utils",7404 "thiserror",7405 "try-runtime-cli",7406]74077408[[package]]7409name = "polkadot-client"7410version = "0.9.33"7411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7412dependencies = [7413 "beefy-primitives",7414 "frame-benchmarking",7415 "frame-benchmarking-cli",7416 "frame-system",7417 "frame-system-rpc-runtime-api",7418 "pallet-transaction-payment",7419 "pallet-transaction-payment-rpc-runtime-api",7420 "polkadot-core-primitives",7421 "polkadot-node-core-parachains-inherent",7422 "polkadot-primitives",7423 "polkadot-runtime",7424 "polkadot-runtime-common",7425 "sc-client-api",7426 "sc-consensus",7427 "sc-executor",7428 "sc-service",7429 "sp-api",7430 "sp-authority-discovery",7431 "sp-block-builder",7432 "sp-blockchain",7433 "sp-consensus",7434 "sp-consensus-babe",7435 "sp-core",7436 "sp-finality-grandpa",7437 "sp-inherents",7438 "sp-keyring",7439 "sp-mmr-primitives",7440 "sp-offchain",7441 "sp-runtime",7442 "sp-session",7443 "sp-storage",7444 "sp-timestamp",7445 "sp-transaction-pool",7446]74477448[[package]]7449name = "polkadot-collator-protocol"7450version = "0.9.33"7451source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7452dependencies = [7453 "always-assert",7454 "bitvec 1.0.1",7455 "fatality",7456 "futures 0.3.25",7457 "futures-timer",7458 "polkadot-node-network-protocol",7459 "polkadot-node-primitives",7460 "polkadot-node-subsystem",7461 "polkadot-node-subsystem-util",7462 "polkadot-primitives",7463 "sp-core",7464 "sp-keystore",7465 "sp-runtime",7466 "thiserror",7467 "tracing-gum",7468]74697470[[package]]7471name = "polkadot-core-primitives"7472version = "0.9.33"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7474dependencies = [7475 "parity-scale-codec 3.2.1",7476 "parity-util-mem",7477 "scale-info",7478 "sp-core",7479 "sp-runtime",7480 "sp-std",7481]74827483[[package]]7484name = "polkadot-dispute-distribution"7485version = "0.9.33"7486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7487dependencies = [7488 "derive_more",7489 "fatality",7490 "futures 0.3.25",7491 "futures-timer",7492 "indexmap",7493 "lru",7494 "parity-scale-codec 3.2.1",7495 "polkadot-erasure-coding",7496 "polkadot-node-network-protocol",7497 "polkadot-node-primitives",7498 "polkadot-node-subsystem",7499 "polkadot-node-subsystem-util",7500 "polkadot-primitives",7501 "sc-network",7502 "sp-application-crypto",7503 "sp-keystore",7504 "thiserror",7505 "tracing-gum",7506]75077508[[package]]7509name = "polkadot-erasure-coding"7510version = "0.9.33"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7512dependencies = [7513 "parity-scale-codec 3.2.1",7514 "polkadot-node-primitives",7515 "polkadot-primitives",7516 "reed-solomon-novelpoly",7517 "sp-core",7518 "sp-trie",7519 "thiserror",7520]75217522[[package]]7523name = "polkadot-gossip-support"7524version = "0.9.33"7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7526dependencies = [7527 "futures 0.3.25",7528 "futures-timer",7529 "polkadot-node-network-protocol",7530 "polkadot-node-subsystem",7531 "polkadot-node-subsystem-util",7532 "polkadot-primitives",7533 "rand 0.8.5",7534 "rand_chacha 0.3.1",7535 "sc-network",7536 "sp-application-crypto",7537 "sp-core",7538 "sp-keystore",7539 "tracing-gum",7540]75417542[[package]]7543name = "polkadot-network-bridge"7544version = "0.9.33"7545source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7546dependencies = [7547 "always-assert",7548 "async-trait",7549 "bytes",7550 "fatality",7551 "futures 0.3.25",7552 "parity-scale-codec 3.2.1",7553 "parking_lot 0.12.1",7554 "polkadot-node-network-protocol",7555 "polkadot-node-subsystem",7556 "polkadot-node-subsystem-util",7557 "polkadot-overseer",7558 "polkadot-primitives",7559 "sc-network",7560 "sc-network-common",7561 "sp-consensus",7562 "thiserror",7563 "tracing-gum",7564]75657566[[package]]7567name = "polkadot-node-collation-generation"7568version = "0.9.33"7569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7570dependencies = [7571 "futures 0.3.25",7572 "parity-scale-codec 3.2.1",7573 "polkadot-erasure-coding",7574 "polkadot-node-primitives",7575 "polkadot-node-subsystem",7576 "polkadot-node-subsystem-util",7577 "polkadot-primitives",7578 "sp-core",7579 "sp-maybe-compressed-blob",7580 "thiserror",7581 "tracing-gum",7582]75837584[[package]]7585name = "polkadot-node-core-approval-voting"7586version = "0.9.33"7587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7588dependencies = [7589 "bitvec 1.0.1",7590 "derive_more",7591 "futures 0.3.25",7592 "futures-timer",7593 "kvdb",7594 "lru",7595 "merlin",7596 "parity-scale-codec 3.2.1",7597 "polkadot-node-jaeger",7598 "polkadot-node-primitives",7599 "polkadot-node-subsystem",7600 "polkadot-node-subsystem-util",7601 "polkadot-overseer",7602 "polkadot-primitives",7603 "sc-keystore",7604 "schnorrkel",7605 "sp-application-crypto",7606 "sp-consensus",7607 "sp-consensus-slots",7608 "sp-runtime",7609 "thiserror",7610 "tracing-gum",7611]76127613[[package]]7614name = "polkadot-node-core-av-store"7615version = "0.9.33"7616source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7617dependencies = [7618 "bitvec 1.0.1",7619 "futures 0.3.25",7620 "futures-timer",7621 "kvdb",7622 "parity-scale-codec 3.2.1",7623 "polkadot-erasure-coding",7624 "polkadot-node-primitives",7625 "polkadot-node-subsystem",7626 "polkadot-node-subsystem-util",7627 "polkadot-overseer",7628 "polkadot-primitives",7629 "thiserror",7630 "tracing-gum",7631]76327633[[package]]7634name = "polkadot-node-core-backing"7635version = "0.9.33"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7637dependencies = [7638 "bitvec 1.0.1",7639 "fatality",7640 "futures 0.3.25",7641 "polkadot-erasure-coding",7642 "polkadot-node-primitives",7643 "polkadot-node-subsystem",7644 "polkadot-node-subsystem-util",7645 "polkadot-primitives",7646 "polkadot-statement-table",7647 "sp-keystore",7648 "thiserror",7649 "tracing-gum",7650]76517652[[package]]7653name = "polkadot-node-core-bitfield-signing"7654version = "0.9.33"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7656dependencies = [7657 "futures 0.3.25",7658 "polkadot-node-subsystem",7659 "polkadot-node-subsystem-util",7660 "polkadot-primitives",7661 "sp-keystore",7662 "thiserror",7663 "tracing-gum",7664 "wasm-timer",7665]76667667[[package]]7668name = "polkadot-node-core-candidate-validation"7669version = "0.9.33"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7671dependencies = [7672 "async-trait",7673 "futures 0.3.25",7674 "futures-timer",7675 "parity-scale-codec 3.2.1",7676 "polkadot-node-core-pvf",7677 "polkadot-node-primitives",7678 "polkadot-node-subsystem",7679 "polkadot-node-subsystem-util",7680 "polkadot-parachain",7681 "polkadot-primitives",7682 "sp-maybe-compressed-blob",7683 "tracing-gum",7684]76857686[[package]]7687name = "polkadot-node-core-chain-api"7688version = "0.9.33"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7690dependencies = [7691 "futures 0.3.25",7692 "polkadot-node-subsystem",7693 "polkadot-node-subsystem-util",7694 "polkadot-primitives",7695 "sc-client-api",7696 "sc-consensus-babe",7697 "sp-blockchain",7698 "tracing-gum",7699]77007701[[package]]7702name = "polkadot-node-core-chain-selection"7703version = "0.9.33"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7705dependencies = [7706 "futures 0.3.25",7707 "futures-timer",7708 "kvdb",7709 "parity-scale-codec 3.2.1",7710 "polkadot-node-primitives",7711 "polkadot-node-subsystem",7712 "polkadot-node-subsystem-util",7713 "polkadot-primitives",7714 "thiserror",7715 "tracing-gum",7716]77177718[[package]]7719name = "polkadot-node-core-dispute-coordinator"7720version = "0.9.33"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7722dependencies = [7723 "fatality",7724 "futures 0.3.25",7725 "kvdb",7726 "lru",7727 "parity-scale-codec 3.2.1",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-primitives",7732 "sc-keystore",7733 "thiserror",7734 "tracing-gum",7735]77367737[[package]]7738name = "polkadot-node-core-parachains-inherent"7739version = "0.9.33"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7741dependencies = [7742 "async-trait",7743 "futures 0.3.25",7744 "futures-timer",7745 "polkadot-node-subsystem",7746 "polkadot-primitives",7747 "sp-blockchain",7748 "sp-inherents",7749 "sp-runtime",7750 "thiserror",7751 "tracing-gum",7752]77537754[[package]]7755name = "polkadot-node-core-provisioner"7756version = "0.9.33"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7758dependencies = [7759 "bitvec 1.0.1",7760 "fatality",7761 "futures 0.3.25",7762 "futures-timer",7763 "polkadot-node-primitives",7764 "polkadot-node-subsystem",7765 "polkadot-node-subsystem-util",7766 "polkadot-primitives",7767 "rand 0.8.5",7768 "thiserror",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-pvf"7774version = "0.9.33"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7776dependencies = [7777 "always-assert",7778 "assert_matches",7779 "async-process",7780 "async-std",7781 "futures 0.3.25",7782 "futures-timer",7783 "parity-scale-codec 3.2.1",7784 "pin-project",7785 "polkadot-core-primitives",7786 "polkadot-node-metrics",7787 "polkadot-parachain",7788 "rand 0.8.5",7789 "rayon",7790 "sc-executor",7791 "sc-executor-common",7792 "sc-executor-wasmtime",7793 "slotmap",7794 "sp-core",7795 "sp-externalities",7796 "sp-io",7797 "sp-maybe-compressed-blob",7798 "sp-tracing",7799 "sp-wasm-interface",7800 "tempfile",7801 "tracing-gum",7802]78037804[[package]]7805name = "polkadot-node-core-pvf-checker"7806version = "0.9.33"7807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7808dependencies = [7809 "futures 0.3.25",7810 "polkadot-node-primitives",7811 "polkadot-node-subsystem",7812 "polkadot-node-subsystem-util",7813 "polkadot-overseer",7814 "polkadot-primitives",7815 "sp-keystore",7816 "thiserror",7817 "tracing-gum",7818]78197820[[package]]7821name = "polkadot-node-core-runtime-api"7822version = "0.9.33"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7824dependencies = [7825 "futures 0.3.25",7826 "memory-lru",7827 "parity-util-mem",7828 "polkadot-node-subsystem",7829 "polkadot-node-subsystem-types",7830 "polkadot-node-subsystem-util",7831 "polkadot-primitives",7832 "sp-consensus-babe",7833 "tracing-gum",7834]78357836[[package]]7837name = "polkadot-node-jaeger"7838version = "0.9.33"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7840dependencies = [7841 "async-std",7842 "lazy_static",7843 "log",7844 "mick-jaeger",7845 "parity-scale-codec 3.2.1",7846 "parking_lot 0.12.1",7847 "polkadot-node-primitives",7848 "polkadot-primitives",7849 "sc-network",7850 "sp-core",7851 "thiserror",7852]78537854[[package]]7855name = "polkadot-node-metrics"7856version = "0.9.33"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7858dependencies = [7859 "bs58",7860 "futures 0.3.25",7861 "futures-timer",7862 "log",7863 "parity-scale-codec 3.2.1",7864 "polkadot-primitives",7865 "prioritized-metered-channel",7866 "sc-cli",7867 "sc-service",7868 "sc-tracing",7869 "substrate-prometheus-endpoint",7870 "tracing-gum",7871]78727873[[package]]7874name = "polkadot-node-network-protocol"7875version = "0.9.33"7876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7877dependencies = [7878 "async-trait",7879 "derive_more",7880 "fatality",7881 "futures 0.3.25",7882 "hex",7883 "parity-scale-codec 3.2.1",7884 "polkadot-node-jaeger",7885 "polkadot-node-primitives",7886 "polkadot-primitives",7887 "rand 0.8.5",7888 "sc-authority-discovery",7889 "sc-network",7890 "sc-network-common",7891 "strum",7892 "thiserror",7893 "tracing-gum",7894]78957896[[package]]7897name = "polkadot-node-primitives"7898version = "0.9.33"7899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7900dependencies = [7901 "bounded-vec",7902 "futures 0.3.25",7903 "parity-scale-codec 3.2.1",7904 "polkadot-parachain",7905 "polkadot-primitives",7906 "schnorrkel",7907 "serde",7908 "sp-application-crypto",7909 "sp-consensus-babe",7910 "sp-consensus-vrf",7911 "sp-core",7912 "sp-keystore",7913 "sp-maybe-compressed-blob",7914 "thiserror",7915 "zstd",7916]79177918[[package]]7919name = "polkadot-node-subsystem"7920version = "0.9.33"7921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7922dependencies = [7923 "polkadot-node-jaeger",7924 "polkadot-node-subsystem-types",7925 "polkadot-overseer",7926]79277928[[package]]7929name = "polkadot-node-subsystem-types"7930version = "0.9.33"7931source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7932dependencies = [7933 "async-trait",7934 "derive_more",7935 "futures 0.3.25",7936 "orchestra",7937 "polkadot-node-jaeger",7938 "polkadot-node-network-protocol",7939 "polkadot-node-primitives",7940 "polkadot-primitives",7941 "polkadot-statement-table",7942 "sc-network",7943 "smallvec",7944 "sp-api",7945 "sp-authority-discovery",7946 "sp-consensus-babe",7947 "substrate-prometheus-endpoint",7948 "thiserror",7949]79507951[[package]]7952name = "polkadot-node-subsystem-util"7953version = "0.9.33"7954source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7955dependencies = [7956 "async-trait",7957 "derive_more",7958 "fatality",7959 "futures 0.3.25",7960 "itertools",7961 "kvdb",7962 "lru",7963 "parity-db 0.4.2",7964 "parity-scale-codec 3.2.1",7965 "parity-util-mem",7966 "parking_lot 0.11.2",7967 "pin-project",7968 "polkadot-node-jaeger",7969 "polkadot-node-metrics",7970 "polkadot-node-network-protocol",7971 "polkadot-node-primitives",7972 "polkadot-node-subsystem",7973 "polkadot-overseer",7974 "polkadot-primitives",7975 "prioritized-metered-channel",7976 "rand 0.8.5",7977 "sp-application-crypto",7978 "sp-core",7979 "sp-keystore",7980 "thiserror",7981 "tracing-gum",7982]79837984[[package]]7985name = "polkadot-overseer"7986version = "0.9.33"7987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7988dependencies = [7989 "async-trait",7990 "futures 0.3.25",7991 "futures-timer",7992 "lru",7993 "orchestra",7994 "parity-util-mem",7995 "parking_lot 0.12.1",7996 "polkadot-node-metrics",7997 "polkadot-node-network-protocol",7998 "polkadot-node-primitives",7999 "polkadot-node-subsystem-types",8000 "polkadot-primitives",8001 "sc-client-api",8002 "sp-api",8003 "sp-core",8004 "tracing-gum",8005]80068007[[package]]8008name = "polkadot-parachain"8009version = "0.9.33"8010source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8011dependencies = [8012 "derive_more",8013 "frame-support",8014 "parity-scale-codec 3.2.1",8015 "parity-util-mem",8016 "polkadot-core-primitives",8017 "scale-info",8018 "serde",8019 "sp-core",8020 "sp-runtime",8021 "sp-std",8022]80238024[[package]]8025name = "polkadot-performance-test"8026version = "0.9.33"8027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8028dependencies = [8029 "env_logger",8030 "kusama-runtime",8031 "log",8032 "polkadot-erasure-coding",8033 "polkadot-node-core-pvf",8034 "polkadot-node-primitives",8035 "quote",8036 "thiserror",8037]80388039[[package]]8040name = "polkadot-primitives"8041version = "0.9.33"8042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8043dependencies = [8044 "bitvec 1.0.1",8045 "hex-literal",8046 "parity-scale-codec 3.2.1",8047 "parity-util-mem",8048 "polkadot-core-primitives",8049 "polkadot-parachain",8050 "scale-info",8051 "serde",8052 "sp-api",8053 "sp-application-crypto",8054 "sp-arithmetic",8055 "sp-authority-discovery",8056 "sp-consensus-slots",8057 "sp-core",8058 "sp-inherents",8059 "sp-io",8060 "sp-keystore",8061 "sp-runtime",8062 "sp-staking",8063 "sp-std",8064]80658066[[package]]8067name = "polkadot-rpc"8068version = "0.9.33"8069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8070dependencies = [8071 "beefy-gadget",8072 "beefy-gadget-rpc",8073 "jsonrpsee",8074 "pallet-mmr-rpc",8075 "pallet-transaction-payment-rpc",8076 "polkadot-primitives",8077 "sc-chain-spec",8078 "sc-client-api",8079 "sc-consensus-babe",8080 "sc-consensus-babe-rpc",8081 "sc-consensus-epochs",8082 "sc-finality-grandpa",8083 "sc-finality-grandpa-rpc",8084 "sc-rpc",8085 "sc-sync-state-rpc",8086 "sc-transaction-pool-api",8087 "sp-api",8088 "sp-block-builder",8089 "sp-blockchain",8090 "sp-consensus",8091 "sp-consensus-babe",8092 "sp-keystore",8093 "sp-runtime",8094 "substrate-frame-rpc-system",8095 "substrate-state-trie-migration-rpc",8096]80978098[[package]]8099name = "polkadot-runtime"8100version = "0.9.33"8101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8102dependencies = [8103 "beefy-primitives",8104 "bitvec 1.0.1",8105 "frame-benchmarking",8106 "frame-election-provider-support",8107 "frame-executive",8108 "frame-support",8109 "frame-system",8110 "frame-system-benchmarking",8111 "frame-system-rpc-runtime-api",8112 "frame-try-runtime",8113 "hex-literal",8114 "log",8115 "pallet-authority-discovery",8116 "pallet-authorship",8117 "pallet-babe",8118 "pallet-bags-list",8119 "pallet-balances",8120 "pallet-bounties",8121 "pallet-child-bounties",8122 "pallet-collective",8123 "pallet-democracy",8124 "pallet-election-provider-multi-phase",8125 "pallet-election-provider-support-benchmarking",8126 "pallet-elections-phragmen",8127 "pallet-fast-unstake",8128 "pallet-grandpa",8129 "pallet-identity",8130 "pallet-im-online",8131 "pallet-indices",8132 "pallet-membership",8133 "pallet-multisig",8134 "pallet-nomination-pools",8135 "pallet-nomination-pools-benchmarking",8136 "pallet-nomination-pools-runtime-api",8137 "pallet-offences",8138 "pallet-offences-benchmarking",8139 "pallet-preimage",8140 "pallet-proxy",8141 "pallet-scheduler",8142 "pallet-session",8143 "pallet-session-benchmarking",8144 "pallet-staking",8145 "pallet-staking-reward-curve",8146 "pallet-timestamp",8147 "pallet-tips",8148 "pallet-transaction-payment",8149 "pallet-transaction-payment-rpc-runtime-api",8150 "pallet-treasury",8151 "pallet-utility",8152 "pallet-vesting",8153 "pallet-xcm",8154 "parity-scale-codec 3.2.1",8155 "polkadot-primitives",8156 "polkadot-runtime-common",8157 "polkadot-runtime-constants",8158 "polkadot-runtime-parachains",8159 "rustc-hex",8160 "scale-info",8161 "serde",8162 "serde_derive",8163 "smallvec",8164 "sp-api",8165 "sp-authority-discovery",8166 "sp-block-builder",8167 "sp-consensus-babe",8168 "sp-core",8169 "sp-inherents",8170 "sp-io",8171 "sp-mmr-primitives",8172 "sp-npos-elections",8173 "sp-offchain",8174 "sp-runtime",8175 "sp-session",8176 "sp-staking",8177 "sp-std",8178 "sp-transaction-pool",8179 "sp-version",8180 "static_assertions",8181 "substrate-wasm-builder",8182 "xcm",8183 "xcm-builder",8184 "xcm-executor",8185]81868187[[package]]8188name = "polkadot-runtime-common"8189version = "0.9.33"8190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8191dependencies = [8192 "beefy-primitives",8193 "bitvec 1.0.1",8194 "frame-benchmarking",8195 "frame-election-provider-support",8196 "frame-support",8197 "frame-system",8198 "impl-trait-for-tuples",8199 "libsecp256k1",8200 "log",8201 "pallet-authorship",8202 "pallet-babe",8203 "pallet-bags-list",8204 "pallet-balances",8205 "pallet-beefy-mmr",8206 "pallet-election-provider-multi-phase",8207 "pallet-session",8208 "pallet-staking",8209 "pallet-staking-reward-fn",8210 "pallet-timestamp",8211 "pallet-transaction-payment",8212 "pallet-treasury",8213 "pallet-vesting",8214 "parity-scale-codec 3.2.1",8215 "polkadot-primitives",8216 "polkadot-runtime-parachains",8217 "rustc-hex",8218 "scale-info",8219 "serde",8220 "serde_derive",8221 "slot-range-helper",8222 "sp-api",8223 "sp-core",8224 "sp-inherents",8225 "sp-io",8226 "sp-npos-elections",8227 "sp-runtime",8228 "sp-session",8229 "sp-staking",8230 "sp-std",8231 "static_assertions",8232 "xcm",8233]82348235[[package]]8236name = "polkadot-runtime-constants"8237version = "0.9.33"8238source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8239dependencies = [8240 "frame-support",8241 "polkadot-primitives",8242 "polkadot-runtime-common",8243 "smallvec",8244 "sp-core",8245 "sp-runtime",8246 "sp-weights",8247]82488249[[package]]8250name = "polkadot-runtime-metrics"8251version = "0.9.33"8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8253dependencies = [8254 "bs58",8255 "parity-scale-codec 3.2.1",8256 "polkadot-primitives",8257 "sp-std",8258 "sp-tracing",8259]82608261[[package]]8262name = "polkadot-runtime-parachains"8263version = "0.9.33"8264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8265dependencies = [8266 "bitflags",8267 "bitvec 1.0.1",8268 "derive_more",8269 "frame-benchmarking",8270 "frame-support",8271 "frame-system",8272 "log",8273 "pallet-authority-discovery",8274 "pallet-authorship",8275 "pallet-babe",8276 "pallet-balances",8277 "pallet-session",8278 "pallet-staking",8279 "pallet-timestamp",8280 "pallet-vesting",8281 "parity-scale-codec 3.2.1",8282 "polkadot-primitives",8283 "polkadot-runtime-metrics",8284 "rand 0.8.5",8285 "rand_chacha 0.3.1",8286 "rustc-hex",8287 "scale-info",8288 "serde",8289 "sp-api",8290 "sp-application-crypto",8291 "sp-core",8292 "sp-inherents",8293 "sp-io",8294 "sp-keystore",8295 "sp-runtime",8296 "sp-session",8297 "sp-staking",8298 "sp-std",8299 "static_assertions",8300 "xcm",8301 "xcm-executor",8302]83038304[[package]]8305name = "polkadot-service"8306version = "0.9.33"8307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8308dependencies = [8309 "async-trait",8310 "beefy-gadget",8311 "beefy-primitives",8312 "frame-support",8313 "frame-system-rpc-runtime-api",8314 "futures 0.3.25",8315 "hex-literal",8316 "kusama-runtime",8317 "kvdb",8318 "kvdb-rocksdb",8319 "lru",8320 "pallet-babe",8321 "pallet-im-online",8322 "pallet-staking",8323 "pallet-transaction-payment-rpc-runtime-api",8324 "parity-db 0.4.2",8325 "polkadot-approval-distribution",8326 "polkadot-availability-bitfield-distribution",8327 "polkadot-availability-distribution",8328 "polkadot-availability-recovery",8329 "polkadot-client",8330 "polkadot-collator-protocol",8331 "polkadot-dispute-distribution",8332 "polkadot-gossip-support",8333 "polkadot-network-bridge",8334 "polkadot-node-collation-generation",8335 "polkadot-node-core-approval-voting",8336 "polkadot-node-core-av-store",8337 "polkadot-node-core-backing",8338 "polkadot-node-core-bitfield-signing",8339 "polkadot-node-core-candidate-validation",8340 "polkadot-node-core-chain-api",8341 "polkadot-node-core-chain-selection",8342 "polkadot-node-core-dispute-coordinator",8343 "polkadot-node-core-parachains-inherent",8344 "polkadot-node-core-provisioner",8345 "polkadot-node-core-pvf-checker",8346 "polkadot-node-core-runtime-api",8347 "polkadot-node-network-protocol",8348 "polkadot-node-primitives",8349 "polkadot-node-subsystem",8350 "polkadot-node-subsystem-types",8351 "polkadot-node-subsystem-util",8352 "polkadot-overseer",8353 "polkadot-parachain",8354 "polkadot-primitives",8355 "polkadot-rpc",8356 "polkadot-runtime",8357 "polkadot-runtime-constants",8358 "polkadot-runtime-parachains",8359 "polkadot-statement-distribution",8360 "rococo-runtime",8361 "sc-authority-discovery",8362 "sc-basic-authorship",8363 "sc-block-builder",8364 "sc-chain-spec",8365 "sc-client-api",8366 "sc-client-db",8367 "sc-consensus",8368 "sc-consensus-babe",8369 "sc-consensus-slots",8370 "sc-executor",8371 "sc-finality-grandpa",8372 "sc-keystore",8373 "sc-network",8374 "sc-network-common",8375 "sc-offchain",8376 "sc-service",8377 "sc-sync-state-rpc",8378 "sc-sysinfo",8379 "sc-telemetry",8380 "sc-transaction-pool",8381 "serde",8382 "serde_json",8383 "sp-api",8384 "sp-authority-discovery",8385 "sp-block-builder",8386 "sp-blockchain",8387 "sp-consensus",8388 "sp-consensus-babe",8389 "sp-core",8390 "sp-finality-grandpa",8391 "sp-inherents",8392 "sp-io",8393 "sp-keystore",8394 "sp-offchain",8395 "sp-runtime",8396 "sp-session",8397 "sp-state-machine",8398 "sp-storage",8399 "sp-timestamp",8400 "sp-transaction-pool",8401 "sp-trie",8402 "substrate-prometheus-endpoint",8403 "thiserror",8404 "tracing-gum",8405 "westend-runtime",8406]84078408[[package]]8409name = "polkadot-statement-distribution"8410version = "0.9.33"8411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8412dependencies = [8413 "arrayvec 0.5.2",8414 "fatality",8415 "futures 0.3.25",8416 "indexmap",8417 "parity-scale-codec 3.2.1",8418 "polkadot-node-network-protocol",8419 "polkadot-node-primitives",8420 "polkadot-node-subsystem",8421 "polkadot-node-subsystem-util",8422 "polkadot-primitives",8423 "sp-keystore",8424 "sp-staking",8425 "thiserror",8426 "tracing-gum",8427]84288429[[package]]8430name = "polkadot-statement-table"8431version = "0.9.33"8432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8433dependencies = [8434 "parity-scale-codec 3.2.1",8435 "polkadot-primitives",8436 "sp-core",8437]84388439[[package]]8440name = "polkadot-test-runtime"8441version = "0.9.33"8442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8443dependencies = [8444 "beefy-primitives",8445 "bitvec 1.0.1",8446 "frame-election-provider-support",8447 "frame-executive",8448 "frame-support",8449 "frame-system",8450 "frame-system-rpc-runtime-api",8451 "log",8452 "pallet-authority-discovery",8453 "pallet-authorship",8454 "pallet-babe",8455 "pallet-balances",8456 "pallet-grandpa",8457 "pallet-indices",8458 "pallet-offences",8459 "pallet-session",8460 "pallet-staking",8461 "pallet-staking-reward-curve",8462 "pallet-sudo",8463 "pallet-timestamp",8464 "pallet-transaction-payment",8465 "pallet-transaction-payment-rpc-runtime-api",8466 "pallet-vesting",8467 "pallet-xcm",8468 "parity-scale-codec 3.2.1",8469 "polkadot-parachain",8470 "polkadot-primitives",8471 "polkadot-runtime-common",8472 "polkadot-runtime-parachains",8473 "rustc-hex",8474 "scale-info",8475 "serde",8476 "serde_derive",8477 "smallvec",8478 "sp-api",8479 "sp-authority-discovery",8480 "sp-block-builder",8481 "sp-consensus-babe",8482 "sp-core",8483 "sp-inherents",8484 "sp-io",8485 "sp-mmr-primitives",8486 "sp-offchain",8487 "sp-runtime",8488 "sp-session",8489 "sp-staking",8490 "sp-std",8491 "sp-transaction-pool",8492 "sp-version",8493 "substrate-wasm-builder",8494 "test-runtime-constants",8495 "xcm",8496 "xcm-builder",8497 "xcm-executor",8498]84998500[[package]]8501name = "polkadot-test-service"8502version = "0.9.33"8503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8504dependencies = [8505 "frame-benchmarking",8506 "frame-system",8507 "futures 0.3.25",8508 "hex",8509 "pallet-balances",8510 "pallet-staking",8511 "pallet-transaction-payment",8512 "polkadot-node-primitives",8513 "polkadot-node-subsystem",8514 "polkadot-overseer",8515 "polkadot-parachain",8516 "polkadot-primitives",8517 "polkadot-rpc",8518 "polkadot-runtime-common",8519 "polkadot-runtime-parachains",8520 "polkadot-service",8521 "polkadot-test-runtime",8522 "rand 0.8.5",8523 "sc-authority-discovery",8524 "sc-chain-spec",8525 "sc-cli",8526 "sc-client-api",8527 "sc-consensus",8528 "sc-consensus-babe",8529 "sc-executor",8530 "sc-finality-grandpa",8531 "sc-network",8532 "sc-network-common",8533 "sc-service",8534 "sc-tracing",8535 "sc-transaction-pool",8536 "sp-arithmetic",8537 "sp-authority-discovery",8538 "sp-blockchain",8539 "sp-consensus",8540 "sp-consensus-babe",8541 "sp-core",8542 "sp-finality-grandpa",8543 "sp-inherents",8544 "sp-keyring",8545 "sp-runtime",8546 "sp-state-machine",8547 "substrate-test-client",8548 "tempfile",8549 "test-runtime-constants",8550 "tokio",8551 "tracing-gum",8552]85538554[[package]]8555name = "polling"8556version = "2.5.1"8557source = "registry+https://github.com/rust-lang/crates.io-index"8558checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"8559dependencies = [8560 "autocfg",8561 "cfg-if",8562 "libc",8563 "log",8564 "wepoll-ffi",8565 "windows-sys 0.42.0",8566]85678568[[package]]8569name = "poly1305"8570version = "0.7.2"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8573dependencies = [8574 "cpufeatures",8575 "opaque-debug 0.3.0",8576 "universal-hash",8577]85788579[[package]]8580name = "polyval"8581version = "0.5.3"8582source = "registry+https://github.com/rust-lang/crates.io-index"8583checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8584dependencies = [8585 "cfg-if",8586 "cpufeatures",8587 "opaque-debug 0.3.0",8588 "universal-hash",8589]85908591[[package]]8592name = "ppv-lite86"8593version = "0.2.17"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"85968597[[package]]8598name = "predicates"8599version = "2.1.4"8600source = "registry+https://github.com/rust-lang/crates.io-index"8601checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8602dependencies = [8603 "difflib",8604 "float-cmp",8605 "itertools",8606 "normalize-line-endings",8607 "predicates-core",8608 "regex",8609]86108611[[package]]8612name = "predicates-core"8613version = "1.0.5"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86168617[[package]]8618name = "predicates-tree"8619version = "1.0.7"8620source = "registry+https://github.com/rust-lang/crates.io-index"8621checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8622dependencies = [8623 "predicates-core",8624 "termtree",8625]86268627[[package]]8628name = "prettyplease"8629version = "0.1.21"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"8632dependencies = [8633 "proc-macro2",8634 "syn",8635]86368637[[package]]8638name = "primitive-types"8639version = "0.11.1"8640source = "registry+https://github.com/rust-lang/crates.io-index"8641checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8642dependencies = [8643 "fixed-hash 0.7.0",8644 "impl-codec",8645 "impl-rlp",8646 "scale-info",8647 "uint",8648]86498650[[package]]8651name = "primitive-types"8652version = "0.12.1"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8655dependencies = [8656 "fixed-hash 0.8.0",8657 "impl-codec",8658 "impl-rlp",8659 "impl-serde",8660 "scale-info",8661 "uint",8662]86638664[[package]]8665name = "prioritized-metered-channel"8666version = "0.2.0"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8669dependencies = [8670 "coarsetime",8671 "crossbeam-queue",8672 "derive_more",8673 "futures 0.3.25",8674 "futures-timer",8675 "nanorand",8676 "thiserror",8677 "tracing",8678]86798680[[package]]8681name = "proc-macro-crate"8682version = "1.2.1"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8685dependencies = [8686 "once_cell",8687 "thiserror",8688 "toml",8689]86908691[[package]]8692name = "proc-macro-error"8693version = "1.0.4"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8696dependencies = [8697 "proc-macro-error-attr",8698 "proc-macro2",8699 "quote",8700 "syn",8701 "version_check",8702]87038704[[package]]8705name = "proc-macro-error-attr"8706version = "1.0.4"8707source = "registry+https://github.com/rust-lang/crates.io-index"8708checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8709dependencies = [8710 "proc-macro2",8711 "quote",8712 "version_check",8713]87148715[[package]]8716name = "proc-macro2"8717version = "1.0.47"8718source = "registry+https://github.com/rust-lang/crates.io-index"8719checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8720dependencies = [8721 "unicode-ident",8722]87238724[[package]]8725name = "prometheus"8726version = "0.13.3"8727source = "registry+https://github.com/rust-lang/crates.io-index"8728checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8729dependencies = [8730 "cfg-if",8731 "fnv",8732 "lazy_static",8733 "memchr",8734 "parking_lot 0.12.1",8735 "thiserror",8736]87378738[[package]]8739name = "prometheus-client"8740version = "0.18.1"8741source = "registry+https://github.com/rust-lang/crates.io-index"8742checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8743dependencies = [8744 "dtoa",8745 "itoa",8746 "parking_lot 0.12.1",8747 "prometheus-client-derive-text-encode",8748]87498750[[package]]8751name = "prometheus-client-derive-text-encode"8752version = "0.3.0"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8755dependencies = [8756 "proc-macro2",8757 "quote",8758 "syn",8759]87608761[[package]]8762name = "prost"8763version = "0.11.3"8764source = "registry+https://github.com/rust-lang/crates.io-index"8765checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"8766dependencies = [8767 "bytes",8768 "prost-derive",8769]87708771[[package]]8772name = "prost-build"8773version = "0.11.3"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"8776dependencies = [8777 "bytes",8778 "heck",8779 "itertools",8780 "lazy_static",8781 "log",8782 "multimap",8783 "petgraph",8784 "prettyplease",8785 "prost",8786 "prost-types",8787 "regex",8788 "syn",8789 "tempfile",8790 "which",8791]87928793[[package]]8794name = "prost-codec"8795version = "0.2.0"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8798dependencies = [8799 "asynchronous-codec",8800 "bytes",8801 "prost",8802 "thiserror",8803 "unsigned-varint",8804]88058806[[package]]8807name = "prost-derive"8808version = "0.11.2"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"8811dependencies = [8812 "anyhow",8813 "itertools",8814 "proc-macro2",8815 "quote",8816 "syn",8817]88188819[[package]]8820name = "prost-types"8821version = "0.11.2"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8824dependencies = [8825 "bytes",8826 "prost",8827]88288829[[package]]8830name = "psm"8831version = "0.1.21"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8834dependencies = [8835 "cc",8836]88378838[[package]]8839name = "quartz-runtime"8840version = "0.9.33"8841dependencies = [8842 "app-promotion-rpc",8843 "cumulus-pallet-aura-ext",8844 "cumulus-pallet-dmp-queue",8845 "cumulus-pallet-parachain-system",8846 "cumulus-pallet-xcm",8847 "cumulus-pallet-xcmp-queue",8848 "cumulus-primitives-core",8849 "cumulus-primitives-timestamp",8850 "cumulus-primitives-utility",8851 "derivative",8852 "evm-coder",8853 "fp-evm-mapping",8854 "fp-rpc",8855 "fp-self-contained",8856 "frame-benchmarking",8857 "frame-executive",8858 "frame-support",8859 "frame-system",8860 "frame-system-benchmarking",8861 "frame-system-rpc-runtime-api",8862 "frame-try-runtime",8863 "hex-literal",8864 "impl-trait-for-tuples",8865 "log",8866 "logtest",8867 "orml-tokens",8868 "orml-traits",8869 "orml-vesting",8870 "orml-xtokens",8871 "pallet-app-promotion",8872 "pallet-aura",8873 "pallet-balances",8874 "pallet-base-fee",8875 "pallet-common",8876 "pallet-configuration",8877 "pallet-ethereum",8878 "pallet-evm",8879 "pallet-evm-coder-substrate",8880 "pallet-evm-contract-helpers",8881 "pallet-evm-migration",8882 "pallet-evm-transaction-payment",8883 "pallet-foreign-assets",8884 "pallet-fungible",8885 "pallet-inflation",8886 "pallet-maintenance",8887 "pallet-nonfungible",8888 "pallet-randomness-collective-flip",8889 "pallet-refungible",8890 "pallet-rmrk-core",8891 "pallet-rmrk-equip",8892 "pallet-structure",8893 "pallet-sudo",8894 "pallet-template-transaction-payment",8895 "pallet-timestamp",8896 "pallet-transaction-payment",8897 "pallet-transaction-payment-rpc-runtime-api",8898 "pallet-treasury",8899 "pallet-unique",8900 "pallet-xcm",8901 "parachain-info",8902 "parity-scale-codec 3.2.1",8903 "polkadot-parachain",8904 "rmrk-rpc",8905 "scale-info",8906 "serde",8907 "smallvec",8908 "sp-api",8909 "sp-arithmetic",8910 "sp-block-builder",8911 "sp-consensus-aura",8912 "sp-core",8913 "sp-inherents",8914 "sp-io",8915 "sp-offchain",8916 "sp-runtime",8917 "sp-session",8918 "sp-std",8919 "sp-transaction-pool",8920 "sp-version",8921 "substrate-wasm-builder",8922 "up-common",8923 "up-data-structs",8924 "up-rpc",8925 "up-sponsorship",8926 "xcm",8927 "xcm-builder",8928 "xcm-executor",8929]89308931[[package]]8932name = "quick-error"8933version = "1.2.3"8934source = "registry+https://github.com/rust-lang/crates.io-index"8935checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89368937[[package]]8938name = "quicksink"8939version = "0.1.2"8940source = "registry+https://github.com/rust-lang/crates.io-index"8941checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8942dependencies = [8943 "futures-core",8944 "futures-sink",8945 "pin-project-lite 0.1.12",8946]89478948[[package]]8949name = "quote"8950version = "1.0.21"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8953dependencies = [8954 "proc-macro2",8955]89568957[[package]]8958name = "radium"8959version = "0.6.2"8960source = "registry+https://github.com/rust-lang/crates.io-index"8961checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89628963[[package]]8964name = "radium"8965version = "0.7.0"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89688969[[package]]8970name = "rand"8971version = "0.7.3"8972source = "registry+https://github.com/rust-lang/crates.io-index"8973checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8974dependencies = [8975 "getrandom 0.1.16",8976 "libc",8977 "rand_chacha 0.2.2",8978 "rand_core 0.5.1",8979 "rand_hc",8980 "rand_pcg 0.2.1",8981]89828983[[package]]8984name = "rand"8985version = "0.8.5"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8988dependencies = [8989 "libc",8990 "rand_chacha 0.3.1",8991 "rand_core 0.6.4",8992]89938994[[package]]8995name = "rand_chacha"8996version = "0.2.2"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8999dependencies = [9000 "ppv-lite86",9001 "rand_core 0.5.1",9002]90039004[[package]]9005name = "rand_chacha"9006version = "0.3.1"9007source = "registry+https://github.com/rust-lang/crates.io-index"9008checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9009dependencies = [9010 "ppv-lite86",9011 "rand_core 0.6.4",9012]90139014[[package]]9015name = "rand_core"9016version = "0.5.1"9017source = "registry+https://github.com/rust-lang/crates.io-index"9018checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9019dependencies = [9020 "getrandom 0.1.16",9021]90229023[[package]]9024name = "rand_core"9025version = "0.6.4"9026source = "registry+https://github.com/rust-lang/crates.io-index"9027checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9028dependencies = [9029 "getrandom 0.2.8",9030]90319032[[package]]9033name = "rand_distr"9034version = "0.4.3"9035source = "registry+https://github.com/rust-lang/crates.io-index"9036checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9037dependencies = [9038 "num-traits",9039 "rand 0.8.5",9040]90419042[[package]]9043name = "rand_hc"9044version = "0.2.0"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9047dependencies = [9048 "rand_core 0.5.1",9049]90509051[[package]]9052name = "rand_pcg"9053version = "0.2.1"9054source = "registry+https://github.com/rust-lang/crates.io-index"9055checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9056dependencies = [9057 "rand_core 0.5.1",9058]90599060[[package]]9061name = "rand_pcg"9062version = "0.3.1"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9065dependencies = [9066 "rand_core 0.6.4",9067]90689069[[package]]9070name = "rawpointer"9071version = "0.2.1"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90749075[[package]]9076name = "rayon"9077version = "1.6.0"9078source = "registry+https://github.com/rust-lang/crates.io-index"9079checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"9080dependencies = [9081 "crossbeam-deque",9082 "either",9083 "rayon-core",9084]90859086[[package]]9087name = "rayon-core"9088version = "1.10.1"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9091dependencies = [9092 "crossbeam-channel",9093 "crossbeam-deque",9094 "crossbeam-utils",9095 "num_cpus",9096]90979098[[package]]9099name = "redox_syscall"9100version = "0.2.16"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9103dependencies = [9104 "bitflags",9105]91069107[[package]]9108name = "redox_users"9109version = "0.4.3"9110source = "registry+https://github.com/rust-lang/crates.io-index"9111checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9112dependencies = [9113 "getrandom 0.2.8",9114 "redox_syscall",9115 "thiserror",9116]91179118[[package]]9119name = "reed-solomon-novelpoly"9120version = "1.0.0"9121source = "registry+https://github.com/rust-lang/crates.io-index"9122checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9123dependencies = [9124 "derive_more",9125 "fs-err",9126 "itertools",9127 "static_init 0.5.2",9128 "thiserror",9129]91309131[[package]]9132name = "ref-cast"9133version = "1.0.13"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44"9136dependencies = [9137 "ref-cast-impl",9138]91399140[[package]]9141name = "ref-cast-impl"9142version = "1.0.13"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36"9145dependencies = [9146 "proc-macro2",9147 "quote",9148 "syn",9149]91509151[[package]]9152name = "regalloc2"9153version = "0.3.2"9154source = "registry+https://github.com/rust-lang/crates.io-index"9155checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9156dependencies = [9157 "fxhash",9158 "log",9159 "slice-group-by",9160 "smallvec",9161]91629163[[package]]9164name = "regex"9165version = "1.7.0"9166source = "registry+https://github.com/rust-lang/crates.io-index"9167checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9168dependencies = [9169 "aho-corasick",9170 "memchr",9171 "regex-syntax",9172]91739174[[package]]9175name = "regex-automata"9176version = "0.1.10"9177source = "registry+https://github.com/rust-lang/crates.io-index"9178checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9179dependencies = [9180 "regex-syntax",9181]91829183[[package]]9184name = "regex-syntax"9185version = "0.6.28"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"91889189[[package]]9190name = "remote-externalities"9191version = "0.10.0-dev"9192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9193dependencies = [9194 "env_logger",9195 "log",9196 "parity-scale-codec 3.2.1",9197 "serde",9198 "serde_json",9199 "sp-core",9200 "sp-io",9201 "sp-runtime",9202 "sp-version",9203 "substrate-rpc-client",9204]92059206[[package]]9207name = "remove_dir_all"9208version = "0.5.3"9209source = "registry+https://github.com/rust-lang/crates.io-index"9210checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9211dependencies = [9212 "winapi",9213]92149215[[package]]9216name = "resolv-conf"9217version = "0.7.0"9218source = "registry+https://github.com/rust-lang/crates.io-index"9219checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9220dependencies = [9221 "hostname",9222 "quick-error",9223]92249225[[package]]9226name = "rfc6979"9227version = "0.3.1"9228source = "registry+https://github.com/rust-lang/crates.io-index"9229checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9230dependencies = [9231 "crypto-bigint",9232 "hmac 0.12.1",9233 "zeroize",9234]92359236[[package]]9237name = "ring"9238version = "0.16.20"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9241dependencies = [9242 "cc",9243 "libc",9244 "once_cell",9245 "spin",9246 "untrusted",9247 "web-sys",9248 "winapi",9249]92509251[[package]]9252name = "rlp"9253version = "0.5.2"9254source = "registry+https://github.com/rust-lang/crates.io-index"9255checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9256dependencies = [9257 "bytes",9258 "rlp-derive",9259 "rustc-hex",9260]92619262[[package]]9263name = "rlp-derive"9264version = "0.1.0"9265source = "registry+https://github.com/rust-lang/crates.io-index"9266checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9267dependencies = [9268 "proc-macro2",9269 "quote",9270 "syn",9271]92729273[[package]]9274name = "rmrk-rpc"9275version = "0.0.2"9276dependencies = [9277 "parity-scale-codec 2.3.1",9278 "rmrk-traits",9279 "serde",9280 "sp-api",9281 "sp-core",9282 "sp-runtime",9283 "sp-std",9284]92859286[[package]]9287name = "rmrk-traits"9288version = "0.1.0"9289dependencies = [9290 "parity-scale-codec 3.2.1",9291 "scale-info",9292 "serde",9293]92949295[[package]]9296name = "rocksdb"9297version = "0.19.0"9298source = "registry+https://github.com/rust-lang/crates.io-index"9299checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9300dependencies = [9301 "libc",9302 "librocksdb-sys",9303]93049305[[package]]9306name = "rococo-runtime"9307version = "0.9.33"9308source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9309dependencies = [9310 "beefy-merkle-tree",9311 "beefy-primitives",9312 "frame-benchmarking",9313 "frame-executive",9314 "frame-support",9315 "frame-system",9316 "frame-system-benchmarking",9317 "frame-system-rpc-runtime-api",9318 "hex-literal",9319 "log",9320 "pallet-authority-discovery",9321 "pallet-authorship",9322 "pallet-babe",9323 "pallet-balances",9324 "pallet-beefy",9325 "pallet-beefy-mmr",9326 "pallet-bounties",9327 "pallet-child-bounties",9328 "pallet-collective",9329 "pallet-democracy",9330 "pallet-elections-phragmen",9331 "pallet-gilt",9332 "pallet-grandpa",9333 "pallet-identity",9334 "pallet-im-online",9335 "pallet-indices",9336 "pallet-membership",9337 "pallet-mmr",9338 "pallet-multisig",9339 "pallet-offences",9340 "pallet-preimage",9341 "pallet-proxy",9342 "pallet-recovery",9343 "pallet-scheduler",9344 "pallet-session",9345 "pallet-society",9346 "pallet-staking",9347 "pallet-state-trie-migration",9348 "pallet-sudo",9349 "pallet-timestamp",9350 "pallet-tips",9351 "pallet-transaction-payment",9352 "pallet-transaction-payment-rpc-runtime-api",9353 "pallet-treasury",9354 "pallet-utility",9355 "pallet-vesting",9356 "pallet-xcm",9357 "pallet-xcm-benchmarks",9358 "parity-scale-codec 3.2.1",9359 "polkadot-parachain",9360 "polkadot-primitives",9361 "polkadot-runtime-common",9362 "polkadot-runtime-parachains",9363 "rococo-runtime-constants",9364 "scale-info",9365 "serde",9366 "serde_derive",9367 "smallvec",9368 "sp-api",9369 "sp-authority-discovery",9370 "sp-block-builder",9371 "sp-consensus-babe",9372 "sp-core",9373 "sp-inherents",9374 "sp-io",9375 "sp-mmr-primitives",9376 "sp-offchain",9377 "sp-runtime",9378 "sp-session",9379 "sp-staking",9380 "sp-std",9381 "sp-transaction-pool",9382 "sp-version",9383 "static_assertions",9384 "substrate-wasm-builder",9385 "xcm",9386 "xcm-builder",9387 "xcm-executor",9388]93899390[[package]]9391name = "rococo-runtime-constants"9392version = "0.9.33"9393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9394dependencies = [9395 "frame-support",9396 "polkadot-primitives",9397 "polkadot-runtime-common",9398 "smallvec",9399 "sp-core",9400 "sp-runtime",9401 "sp-weights",9402]94039404[[package]]9405name = "rpassword"9406version = "7.2.0"9407source = "registry+https://github.com/rust-lang/crates.io-index"9408checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9409dependencies = [9410 "libc",9411 "rtoolbox",9412 "winapi",9413]94149415[[package]]9416name = "rtnetlink"9417version = "0.10.1"9418source = "registry+https://github.com/rust-lang/crates.io-index"9419checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9420dependencies = [9421 "async-global-executor",9422 "futures 0.3.25",9423 "log",9424 "netlink-packet-route",9425 "netlink-proto",9426 "nix",9427 "thiserror",9428]94299430[[package]]9431name = "rtoolbox"9432version = "0.0.1"9433source = "registry+https://github.com/rust-lang/crates.io-index"9434checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9435dependencies = [9436 "libc",9437 "winapi",9438]94399440[[package]]9441name = "rustc-demangle"9442version = "0.1.21"9443source = "registry+https://github.com/rust-lang/crates.io-index"9444checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94459446[[package]]9447name = "rustc-hash"9448version = "1.1.0"9449source = "registry+https://github.com/rust-lang/crates.io-index"9450checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94519452[[package]]9453name = "rustc-hex"9454version = "2.1.0"9455source = "registry+https://github.com/rust-lang/crates.io-index"9456checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94579458[[package]]9459name = "rustc_version"9460version = "0.2.3"9461source = "registry+https://github.com/rust-lang/crates.io-index"9462checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9463dependencies = [9464 "semver 0.9.0",9465]94669467[[package]]9468name = "rustc_version"9469version = "0.4.0"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9472dependencies = [9473 "semver 1.0.14",9474]94759476[[package]]9477name = "rustix"9478version = "0.35.13"9479source = "registry+https://github.com/rust-lang/crates.io-index"9480checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9481dependencies = [9482 "bitflags",9483 "errno",9484 "io-lifetimes 0.7.5",9485 "libc",9486 "linux-raw-sys 0.0.46",9487 "windows-sys 0.42.0",9488]94899490[[package]]9491name = "rustix"9492version = "0.36.5"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9495dependencies = [9496 "bitflags",9497 "errno",9498 "io-lifetimes 1.0.3",9499 "libc",9500 "linux-raw-sys 0.1.3",9501 "windows-sys 0.42.0",9502]95039504[[package]]9505name = "rustls"9506version = "0.20.7"9507source = "registry+https://github.com/rust-lang/crates.io-index"9508checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9509dependencies = [9510 "log",9511 "ring",9512 "sct",9513 "webpki",9514]95159516[[package]]9517name = "rustls-native-certs"9518version = "0.6.2"9519source = "registry+https://github.com/rust-lang/crates.io-index"9520checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9521dependencies = [9522 "openssl-probe",9523 "rustls-pemfile",9524 "schannel",9525 "security-framework",9526]95279528[[package]]9529name = "rustls-pemfile"9530version = "1.0.1"9531source = "registry+https://github.com/rust-lang/crates.io-index"9532checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9533dependencies = [9534 "base64",9535]95369537[[package]]9538name = "rustversion"9539version = "1.0.9"9540source = "registry+https://github.com/rust-lang/crates.io-index"9541checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"95429543[[package]]9544name = "rw-stream-sink"9545version = "0.3.0"9546source = "registry+https://github.com/rust-lang/crates.io-index"9547checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9548dependencies = [9549 "futures 0.3.25",9550 "pin-project",9551 "static_assertions",9552]95539554[[package]]9555name = "ryu"9556version = "1.0.11"9557source = "registry+https://github.com/rust-lang/crates.io-index"9558checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95599560[[package]]9561name = "safe-mix"9562version = "1.0.1"9563source = "registry+https://github.com/rust-lang/crates.io-index"9564checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9565dependencies = [9566 "rustc_version 0.2.3",9567]95689569[[package]]9570name = "same-file"9571version = "1.0.6"9572source = "registry+https://github.com/rust-lang/crates.io-index"9573checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9574dependencies = [9575 "winapi-util",9576]95779578[[package]]9579name = "sc-allocator"9580version = "4.1.0-dev"9581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9582dependencies = [9583 "log",9584 "sp-core",9585 "sp-wasm-interface",9586 "thiserror",9587]95889589[[package]]9590name = "sc-authority-discovery"9591version = "0.10.0-dev"9592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9593dependencies = [9594 "async-trait",9595 "futures 0.3.25",9596 "futures-timer",9597 "ip_network",9598 "libp2p",9599 "log",9600 "parity-scale-codec 3.2.1",9601 "prost",9602 "prost-build",9603 "rand 0.7.3",9604 "sc-client-api",9605 "sc-network-common",9606 "sp-api",9607 "sp-authority-discovery",9608 "sp-blockchain",9609 "sp-core",9610 "sp-keystore",9611 "sp-runtime",9612 "substrate-prometheus-endpoint",9613 "thiserror",9614]96159616[[package]]9617name = "sc-basic-authorship"9618version = "0.10.0-dev"9619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9620dependencies = [9621 "futures 0.3.25",9622 "futures-timer",9623 "log",9624 "parity-scale-codec 3.2.1",9625 "sc-block-builder",9626 "sc-client-api",9627 "sc-proposer-metrics",9628 "sc-telemetry",9629 "sc-transaction-pool-api",9630 "sp-api",9631 "sp-blockchain",9632 "sp-consensus",9633 "sp-core",9634 "sp-inherents",9635 "sp-runtime",9636 "substrate-prometheus-endpoint",9637]96389639[[package]]9640name = "sc-block-builder"9641version = "0.10.0-dev"9642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9643dependencies = [9644 "parity-scale-codec 3.2.1",9645 "sc-client-api",9646 "sp-api",9647 "sp-block-builder",9648 "sp-blockchain",9649 "sp-core",9650 "sp-inherents",9651 "sp-runtime",9652 "sp-state-machine",9653]96549655[[package]]9656name = "sc-chain-spec"9657version = "4.0.0-dev"9658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9659dependencies = [9660 "impl-trait-for-tuples",9661 "memmap2",9662 "parity-scale-codec 3.2.1",9663 "sc-chain-spec-derive",9664 "sc-network-common",9665 "sc-telemetry",9666 "serde",9667 "serde_json",9668 "sp-core",9669 "sp-runtime",9670]96719672[[package]]9673name = "sc-chain-spec-derive"9674version = "4.0.0-dev"9675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9676dependencies = [9677 "proc-macro-crate",9678 "proc-macro2",9679 "quote",9680 "syn",9681]96829683[[package]]9684name = "sc-cli"9685version = "0.10.0-dev"9686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9687dependencies = [9688 "array-bytes",9689 "chrono",9690 "clap",9691 "fdlimit",9692 "futures 0.3.25",9693 "libp2p",9694 "log",9695 "names",9696 "parity-scale-codec 3.2.1",9697 "rand 0.7.3",9698 "regex",9699 "rpassword",9700 "sc-client-api",9701 "sc-client-db",9702 "sc-keystore",9703 "sc-network",9704 "sc-network-common",9705 "sc-service",9706 "sc-telemetry",9707 "sc-tracing",9708 "sc-utils",9709 "serde",9710 "serde_json",9711 "sp-blockchain",9712 "sp-core",9713 "sp-keyring",9714 "sp-keystore",9715 "sp-panic-handler",9716 "sp-runtime",9717 "sp-version",9718 "thiserror",9719 "tiny-bip39",9720 "tokio",9721]97229723[[package]]9724name = "sc-client-api"9725version = "4.0.0-dev"9726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9727dependencies = [9728 "fnv",9729 "futures 0.3.25",9730 "hash-db",9731 "log",9732 "parity-scale-codec 3.2.1",9733 "parking_lot 0.12.1",9734 "sc-executor",9735 "sc-transaction-pool-api",9736 "sc-utils",9737 "sp-api",9738 "sp-blockchain",9739 "sp-consensus",9740 "sp-core",9741 "sp-database",9742 "sp-externalities",9743 "sp-keystore",9744 "sp-runtime",9745 "sp-state-machine",9746 "sp-storage",9747 "sp-trie",9748 "substrate-prometheus-endpoint",9749]97509751[[package]]9752name = "sc-client-db"9753version = "0.10.0-dev"9754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9755dependencies = [9756 "hash-db",9757 "kvdb",9758 "kvdb-memorydb",9759 "kvdb-rocksdb",9760 "linked-hash-map",9761 "log",9762 "parity-db 0.4.2",9763 "parity-scale-codec 3.2.1",9764 "parking_lot 0.12.1",9765 "sc-client-api",9766 "sc-state-db",9767 "sp-arithmetic",9768 "sp-blockchain",9769 "sp-core",9770 "sp-database",9771 "sp-runtime",9772 "sp-state-machine",9773 "sp-trie",9774]97759776[[package]]9777name = "sc-consensus"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9780dependencies = [9781 "async-trait",9782 "futures 0.3.25",9783 "futures-timer",9784 "libp2p",9785 "log",9786 "parking_lot 0.12.1",9787 "sc-client-api",9788 "sc-utils",9789 "serde",9790 "sp-api",9791 "sp-blockchain",9792 "sp-consensus",9793 "sp-core",9794 "sp-runtime",9795 "sp-state-machine",9796 "substrate-prometheus-endpoint",9797 "thiserror",9798]97999800[[package]]9801name = "sc-consensus-aura"9802version = "0.10.0-dev"9803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9804dependencies = [9805 "async-trait",9806 "futures 0.3.25",9807 "log",9808 "parity-scale-codec 3.2.1",9809 "sc-block-builder",9810 "sc-client-api",9811 "sc-consensus",9812 "sc-consensus-slots",9813 "sc-telemetry",9814 "sp-api",9815 "sp-application-crypto",9816 "sp-block-builder",9817 "sp-blockchain",9818 "sp-consensus",9819 "sp-consensus-aura",9820 "sp-consensus-slots",9821 "sp-core",9822 "sp-inherents",9823 "sp-keystore",9824 "sp-runtime",9825 "substrate-prometheus-endpoint",9826 "thiserror",9827]98289829[[package]]9830name = "sc-consensus-babe"9831version = "0.10.0-dev"9832source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9833dependencies = [9834 "async-trait",9835 "fork-tree",9836 "futures 0.3.25",9837 "log",9838 "merlin",9839 "num-bigint",9840 "num-rational",9841 "num-traits",9842 "parity-scale-codec 3.2.1",9843 "parking_lot 0.12.1",9844 "sc-client-api",9845 "sc-consensus",9846 "sc-consensus-epochs",9847 "sc-consensus-slots",9848 "sc-keystore",9849 "sc-telemetry",9850 "schnorrkel",9851 "serde",9852 "sp-api",9853 "sp-application-crypto",9854 "sp-block-builder",9855 "sp-blockchain",9856 "sp-consensus",9857 "sp-consensus-babe",9858 "sp-consensus-slots",9859 "sp-consensus-vrf",9860 "sp-core",9861 "sp-inherents",9862 "sp-io",9863 "sp-keystore",9864 "sp-runtime",9865 "sp-version",9866 "substrate-prometheus-endpoint",9867 "thiserror",9868]98699870[[package]]9871name = "sc-consensus-babe-rpc"9872version = "0.10.0-dev"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9874dependencies = [9875 "futures 0.3.25",9876 "jsonrpsee",9877 "sc-consensus-babe",9878 "sc-consensus-epochs",9879 "sc-rpc-api",9880 "serde",9881 "sp-api",9882 "sp-application-crypto",9883 "sp-blockchain",9884 "sp-consensus",9885 "sp-consensus-babe",9886 "sp-core",9887 "sp-keystore",9888 "sp-runtime",9889 "thiserror",9890]98919892[[package]]9893name = "sc-consensus-epochs"9894version = "0.10.0-dev"9895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9896dependencies = [9897 "fork-tree",9898 "parity-scale-codec 3.2.1",9899 "sc-client-api",9900 "sc-consensus",9901 "sp-blockchain",9902 "sp-runtime",9903]99049905[[package]]9906name = "sc-consensus-manual-seal"9907version = "0.10.0-dev"9908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9909dependencies = [9910 "assert_matches",9911 "async-trait",9912 "futures 0.3.25",9913 "jsonrpsee",9914 "log",9915 "parity-scale-codec 3.2.1",9916 "sc-client-api",9917 "sc-consensus",9918 "sc-consensus-aura",9919 "sc-consensus-babe",9920 "sc-consensus-epochs",9921 "sc-transaction-pool",9922 "sc-transaction-pool-api",9923 "serde",9924 "sp-api",9925 "sp-blockchain",9926 "sp-consensus",9927 "sp-consensus-aura",9928 "sp-consensus-babe",9929 "sp-consensus-slots",9930 "sp-core",9931 "sp-inherents",9932 "sp-keystore",9933 "sp-runtime",9934 "sp-timestamp",9935 "substrate-prometheus-endpoint",9936 "thiserror",9937]99389939[[package]]9940name = "sc-consensus-slots"9941version = "0.10.0-dev"9942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9943dependencies = [9944 "async-trait",9945 "futures 0.3.25",9946 "futures-timer",9947 "log",9948 "parity-scale-codec 3.2.1",9949 "sc-client-api",9950 "sc-consensus",9951 "sc-telemetry",9952 "sp-arithmetic",9953 "sp-blockchain",9954 "sp-consensus",9955 "sp-consensus-slots",9956 "sp-core",9957 "sp-inherents",9958 "sp-runtime",9959 "sp-state-machine",9960 "thiserror",9961]99629963[[package]]9964name = "sc-executor"9965version = "0.10.0-dev"9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9967dependencies = [9968 "lazy_static",9969 "lru",9970 "parity-scale-codec 3.2.1",9971 "parking_lot 0.12.1",9972 "sc-executor-common",9973 "sc-executor-wasmi",9974 "sc-executor-wasmtime",9975 "sp-api",9976 "sp-core",9977 "sp-core-hashing-proc-macro",9978 "sp-externalities",9979 "sp-io",9980 "sp-panic-handler",9981 "sp-runtime-interface",9982 "sp-trie",9983 "sp-version",9984 "sp-wasm-interface",9985 "tracing",9986 "wasmi",9987]99889989[[package]]9990name = "sc-executor-common"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9993dependencies = [9994 "environmental",9995 "parity-scale-codec 3.2.1",9996 "sc-allocator",9997 "sp-maybe-compressed-blob",9998 "sp-sandbox",9999 "sp-wasm-interface",10000 "thiserror",10001 "wasm-instrument",10002 "wasmi",10003]1000410005[[package]]10006name = "sc-executor-wasmi"10007version = "0.10.0-dev"10008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10009dependencies = [10010 "log",10011 "parity-scale-codec 3.2.1",10012 "sc-allocator",10013 "sc-executor-common",10014 "sp-runtime-interface",10015 "sp-sandbox",10016 "sp-wasm-interface",10017 "wasmi",10018]1001910020[[package]]10021name = "sc-executor-wasmtime"10022version = "0.10.0-dev"10023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10024dependencies = [10025 "cfg-if",10026 "libc",10027 "log",10028 "once_cell",10029 "parity-scale-codec 3.2.1",10030 "parity-wasm",10031 "rustix 0.35.13",10032 "sc-allocator",10033 "sc-executor-common",10034 "sp-runtime-interface",10035 "sp-sandbox",10036 "sp-wasm-interface",10037 "wasmtime",10038]1003910040[[package]]10041name = "sc-finality-grandpa"10042version = "0.10.0-dev"10043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10044dependencies = [10045 "ahash",10046 "array-bytes",10047 "async-trait",10048 "dyn-clone",10049 "finality-grandpa",10050 "fork-tree",10051 "futures 0.3.25",10052 "futures-timer",10053 "log",10054 "parity-scale-codec 3.2.1",10055 "parking_lot 0.12.1",10056 "rand 0.8.5",10057 "sc-block-builder",10058 "sc-chain-spec",10059 "sc-client-api",10060 "sc-consensus",10061 "sc-keystore",10062 "sc-network",10063 "sc-network-common",10064 "sc-network-gossip",10065 "sc-telemetry",10066 "sc-utils",10067 "serde_json",10068 "sp-api",10069 "sp-application-crypto",10070 "sp-arithmetic",10071 "sp-blockchain",10072 "sp-consensus",10073 "sp-core",10074 "sp-finality-grandpa",10075 "sp-keystore",10076 "sp-runtime",10077 "substrate-prometheus-endpoint",10078 "thiserror",10079]1008010081[[package]]10082name = "sc-finality-grandpa-rpc"10083version = "0.10.0-dev"10084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10085dependencies = [10086 "finality-grandpa",10087 "futures 0.3.25",10088 "jsonrpsee",10089 "log",10090 "parity-scale-codec 3.2.1",10091 "sc-client-api",10092 "sc-finality-grandpa",10093 "sc-rpc",10094 "serde",10095 "serde_json",10096 "sp-blockchain",10097 "sp-core",10098 "sp-runtime",10099 "thiserror",10100]1010110102[[package]]10103name = "sc-informant"10104version = "0.10.0-dev"10105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10106dependencies = [10107 "ansi_term",10108 "futures 0.3.25",10109 "futures-timer",10110 "log",10111 "parity-util-mem",10112 "sc-client-api",10113 "sc-network-common",10114 "sc-transaction-pool-api",10115 "sp-blockchain",10116 "sp-runtime",10117]1011810119[[package]]10120name = "sc-keystore"10121version = "4.0.0-dev"10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10123dependencies = [10124 "array-bytes",10125 "async-trait",10126 "parking_lot 0.12.1",10127 "serde_json",10128 "sp-application-crypto",10129 "sp-core",10130 "sp-keystore",10131 "thiserror",10132]1013310134[[package]]10135name = "sc-network"10136version = "0.10.0-dev"10137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10138dependencies = [10139 "array-bytes",10140 "async-trait",10141 "asynchronous-codec",10142 "bitflags",10143 "bytes",10144 "cid",10145 "either",10146 "fnv",10147 "fork-tree",10148 "futures 0.3.25",10149 "futures-timer",10150 "ip_network",10151 "libp2p",10152 "linked-hash-map",10153 "linked_hash_set",10154 "log",10155 "lru",10156 "parity-scale-codec 3.2.1",10157 "parking_lot 0.12.1",10158 "pin-project",10159 "prost",10160 "rand 0.7.3",10161 "sc-block-builder",10162 "sc-client-api",10163 "sc-consensus",10164 "sc-network-common",10165 "sc-peerset",10166 "sc-utils",10167 "serde",10168 "serde_json",10169 "smallvec",10170 "sp-arithmetic",10171 "sp-blockchain",10172 "sp-consensus",10173 "sp-core",10174 "sp-runtime",10175 "substrate-prometheus-endpoint",10176 "thiserror",10177 "unsigned-varint",10178 "zeroize",10179]1018010181[[package]]10182name = "sc-network-bitswap"10183version = "0.10.0-dev"10184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10185dependencies = [10186 "cid",10187 "futures 0.3.25",10188 "libp2p",10189 "log",10190 "prost",10191 "prost-build",10192 "sc-client-api",10193 "sc-network-common",10194 "sp-blockchain",10195 "sp-runtime",10196 "thiserror",10197 "unsigned-varint",10198 "void",10199]1020010201[[package]]10202name = "sc-network-common"10203version = "0.10.0-dev"10204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10205dependencies = [10206 "async-trait",10207 "bitflags",10208 "bytes",10209 "futures 0.3.25",10210 "futures-timer",10211 "libp2p",10212 "linked_hash_set",10213 "parity-scale-codec 3.2.1",10214 "prost-build",10215 "sc-consensus",10216 "sc-peerset",10217 "serde",10218 "smallvec",10219 "sp-blockchain",10220 "sp-consensus",10221 "sp-finality-grandpa",10222 "sp-runtime",10223 "substrate-prometheus-endpoint",10224 "thiserror",10225]1022610227[[package]]10228name = "sc-network-gossip"10229version = "0.10.0-dev"10230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10231dependencies = [10232 "ahash",10233 "futures 0.3.25",10234 "futures-timer",10235 "libp2p",10236 "log",10237 "lru",10238 "sc-network-common",10239 "sc-peerset",10240 "sp-runtime",10241 "substrate-prometheus-endpoint",10242 "tracing",10243]1024410245[[package]]10246name = "sc-network-light"10247version = "0.10.0-dev"10248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10249dependencies = [10250 "array-bytes",10251 "futures 0.3.25",10252 "libp2p",10253 "log",10254 "parity-scale-codec 3.2.1",10255 "prost",10256 "prost-build",10257 "sc-client-api",10258 "sc-network-common",10259 "sc-peerset",10260 "sp-blockchain",10261 "sp-core",10262 "sp-runtime",10263 "thiserror",10264]1026510266[[package]]10267name = "sc-network-sync"10268version = "0.10.0-dev"10269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10270dependencies = [10271 "array-bytes",10272 "fork-tree",10273 "futures 0.3.25",10274 "libp2p",10275 "log",10276 "lru",10277 "mockall",10278 "parity-scale-codec 3.2.1",10279 "prost",10280 "prost-build",10281 "sc-client-api",10282 "sc-consensus",10283 "sc-network-common",10284 "sc-peerset",10285 "sc-utils",10286 "smallvec",10287 "sp-arithmetic",10288 "sp-blockchain",10289 "sp-consensus",10290 "sp-core",10291 "sp-finality-grandpa",10292 "sp-runtime",10293 "thiserror",10294]1029510296[[package]]10297name = "sc-network-transactions"10298version = "0.10.0-dev"10299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10300dependencies = [10301 "array-bytes",10302 "futures 0.3.25",10303 "hex",10304 "libp2p",10305 "log",10306 "parity-scale-codec 3.2.1",10307 "pin-project",10308 "sc-network-common",10309 "sc-peerset",10310 "sp-consensus",10311 "sp-runtime",10312 "substrate-prometheus-endpoint",10313]1031410315[[package]]10316name = "sc-offchain"10317version = "4.0.0-dev"10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10319dependencies = [10320 "array-bytes",10321 "bytes",10322 "fnv",10323 "futures 0.3.25",10324 "futures-timer",10325 "hyper",10326 "hyper-rustls",10327 "libp2p",10328 "num_cpus",10329 "once_cell",10330 "parity-scale-codec 3.2.1",10331 "parking_lot 0.12.1",10332 "rand 0.7.3",10333 "sc-client-api",10334 "sc-network-common",10335 "sc-peerset",10336 "sc-utils",10337 "sp-api",10338 "sp-core",10339 "sp-offchain",10340 "sp-runtime",10341 "threadpool",10342 "tracing",10343]1034410345[[package]]10346name = "sc-peerset"10347version = "4.0.0-dev"10348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10349dependencies = [10350 "futures 0.3.25",10351 "libp2p",10352 "log",10353 "sc-utils",10354 "serde_json",10355 "wasm-timer",10356]1035710358[[package]]10359name = "sc-proposer-metrics"10360version = "0.10.0-dev"10361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10362dependencies = [10363 "log",10364 "substrate-prometheus-endpoint",10365]1036610367[[package]]10368name = "sc-rpc"10369version = "4.0.0-dev"10370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10371dependencies = [10372 "futures 0.3.25",10373 "hash-db",10374 "jsonrpsee",10375 "log",10376 "parity-scale-codec 3.2.1",10377 "parking_lot 0.12.1",10378 "sc-block-builder",10379 "sc-chain-spec",10380 "sc-client-api",10381 "sc-rpc-api",10382 "sc-tracing",10383 "sc-transaction-pool-api",10384 "sc-utils",10385 "serde_json",10386 "sp-api",10387 "sp-blockchain",10388 "sp-core",10389 "sp-keystore",10390 "sp-offchain",10391 "sp-rpc",10392 "sp-runtime",10393 "sp-session",10394 "sp-version",10395]1039610397[[package]]10398name = "sc-rpc-api"10399version = "0.10.0-dev"10400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10401dependencies = [10402 "futures 0.3.25",10403 "jsonrpsee",10404 "log",10405 "parity-scale-codec 3.2.1",10406 "parking_lot 0.12.1",10407 "sc-chain-spec",10408 "sc-transaction-pool-api",10409 "scale-info",10410 "serde",10411 "serde_json",10412 "sp-core",10413 "sp-rpc",10414 "sp-runtime",10415 "sp-tracing",10416 "sp-version",10417 "thiserror",10418]1041910420[[package]]10421name = "sc-rpc-server"10422version = "4.0.0-dev"10423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10424dependencies = [10425 "futures 0.3.25",10426 "jsonrpsee",10427 "log",10428 "serde_json",10429 "substrate-prometheus-endpoint",10430 "tokio",10431]1043210433[[package]]10434name = "sc-rpc-spec-v2"10435version = "0.10.0-dev"10436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10437dependencies = [10438 "futures 0.3.25",10439 "hex",10440 "jsonrpsee",10441 "parity-scale-codec 3.2.1",10442 "sc-chain-spec",10443 "sc-transaction-pool-api",10444 "serde",10445 "sp-api",10446 "sp-blockchain",10447 "sp-core",10448 "sp-runtime",10449 "thiserror",10450]1045110452[[package]]10453name = "sc-service"10454version = "0.10.0-dev"10455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10456dependencies = [10457 "async-trait",10458 "directories",10459 "exit-future",10460 "futures 0.3.25",10461 "futures-timer",10462 "hash-db",10463 "jsonrpsee",10464 "log",10465 "parity-scale-codec 3.2.1",10466 "parity-util-mem",10467 "parking_lot 0.12.1",10468 "pin-project",10469 "rand 0.7.3",10470 "sc-block-builder",10471 "sc-chain-spec",10472 "sc-client-api",10473 "sc-client-db",10474 "sc-consensus",10475 "sc-executor",10476 "sc-informant",10477 "sc-keystore",10478 "sc-network",10479 "sc-network-bitswap",10480 "sc-network-common",10481 "sc-network-light",10482 "sc-network-sync",10483 "sc-network-transactions",10484 "sc-offchain",10485 "sc-rpc",10486 "sc-rpc-server",10487 "sc-rpc-spec-v2",10488 "sc-sysinfo",10489 "sc-telemetry",10490 "sc-tracing",10491 "sc-transaction-pool",10492 "sc-transaction-pool-api",10493 "sc-utils",10494 "serde",10495 "serde_json",10496 "sp-api",10497 "sp-application-crypto",10498 "sp-block-builder",10499 "sp-blockchain",10500 "sp-consensus",10501 "sp-core",10502 "sp-externalities",10503 "sp-inherents",10504 "sp-keystore",10505 "sp-runtime",10506 "sp-session",10507 "sp-state-machine",10508 "sp-storage",10509 "sp-tracing",10510 "sp-transaction-pool",10511 "sp-transaction-storage-proof",10512 "sp-trie",10513 "sp-version",10514 "static_init 1.0.3",10515 "substrate-prometheus-endpoint",10516 "tempfile",10517 "thiserror",10518 "tokio",10519 "tracing",10520 "tracing-futures",10521]1052210523[[package]]10524name = "sc-state-db"10525version = "0.10.0-dev"10526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10527dependencies = [10528 "log",10529 "parity-scale-codec 3.2.1",10530 "parity-util-mem",10531 "parity-util-mem-derive",10532 "parking_lot 0.12.1",10533 "sc-client-api",10534 "sp-core",10535]1053610537[[package]]10538name = "sc-sync-state-rpc"10539version = "0.10.0-dev"10540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10541dependencies = [10542 "jsonrpsee",10543 "parity-scale-codec 3.2.1",10544 "sc-chain-spec",10545 "sc-client-api",10546 "sc-consensus-babe",10547 "sc-consensus-epochs",10548 "sc-finality-grandpa",10549 "serde",10550 "serde_json",10551 "sp-blockchain",10552 "sp-runtime",10553 "thiserror",10554]1055510556[[package]]10557name = "sc-sysinfo"10558version = "6.0.0-dev"10559source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10560dependencies = [10561 "futures 0.3.25",10562 "libc",10563 "log",10564 "rand 0.7.3",10565 "rand_pcg 0.2.1",10566 "regex",10567 "sc-telemetry",10568 "serde",10569 "serde_json",10570 "sp-core",10571 "sp-io",10572 "sp-std",10573]1057410575[[package]]10576name = "sc-telemetry"10577version = "4.0.0-dev"10578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10579dependencies = [10580 "chrono",10581 "futures 0.3.25",10582 "libp2p",10583 "log",10584 "parking_lot 0.12.1",10585 "pin-project",10586 "rand 0.7.3",10587 "serde",10588 "serde_json",10589 "thiserror",10590 "wasm-timer",10591]1059210593[[package]]10594name = "sc-tracing"10595version = "4.0.0-dev"10596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10597dependencies = [10598 "ansi_term",10599 "atty",10600 "chrono",10601 "lazy_static",10602 "libc",10603 "log",10604 "once_cell",10605 "parking_lot 0.12.1",10606 "regex",10607 "rustc-hash",10608 "sc-client-api",10609 "sc-rpc-server",10610 "sc-tracing-proc-macro",10611 "serde",10612 "sp-api",10613 "sp-blockchain",10614 "sp-core",10615 "sp-rpc",10616 "sp-runtime",10617 "sp-tracing",10618 "thiserror",10619 "tracing",10620 "tracing-log",10621 "tracing-subscriber",10622]1062310624[[package]]10625name = "sc-tracing-proc-macro"10626version = "4.0.0-dev"10627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10628dependencies = [10629 "proc-macro-crate",10630 "proc-macro2",10631 "quote",10632 "syn",10633]1063410635[[package]]10636name = "sc-transaction-pool"10637version = "4.0.0-dev"10638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10639dependencies = [10640 "async-trait",10641 "futures 0.3.25",10642 "futures-timer",10643 "linked-hash-map",10644 "log",10645 "parity-scale-codec 3.2.1",10646 "parity-util-mem",10647 "parking_lot 0.12.1",10648 "sc-client-api",10649 "sc-transaction-pool-api",10650 "sc-utils",10651 "serde",10652 "sp-api",10653 "sp-blockchain",10654 "sp-core",10655 "sp-runtime",10656 "sp-tracing",10657 "sp-transaction-pool",10658 "substrate-prometheus-endpoint",10659 "thiserror",10660]1066110662[[package]]10663name = "sc-transaction-pool-api"10664version = "4.0.0-dev"10665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10666dependencies = [10667 "async-trait",10668 "futures 0.3.25",10669 "log",10670 "serde",10671 "sp-blockchain",10672 "sp-runtime",10673 "thiserror",10674]1067510676[[package]]10677name = "sc-utils"10678version = "4.0.0-dev"10679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10680dependencies = [10681 "futures 0.3.25",10682 "futures-timer",10683 "lazy_static",10684 "log",10685 "parking_lot 0.12.1",10686 "prometheus",10687]1068810689[[package]]10690name = "scale-info"10691version = "2.3.0"10692source = "registry+https://github.com/rust-lang/crates.io-index"10693checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10694dependencies = [10695 "bitvec 1.0.1",10696 "cfg-if",10697 "derive_more",10698 "parity-scale-codec 3.2.1",10699 "scale-info-derive",10700 "serde",10701]1070210703[[package]]10704name = "scale-info-derive"10705version = "2.3.0"10706source = "registry+https://github.com/rust-lang/crates.io-index"10707checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496"10708dependencies = [10709 "proc-macro-crate",10710 "proc-macro2",10711 "quote",10712 "syn",10713]1071410715[[package]]10716name = "schannel"10717version = "0.1.20"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10720dependencies = [10721 "lazy_static",10722 "windows-sys 0.36.1",10723]1072410725[[package]]10726name = "schnorrkel"10727version = "0.9.1"10728source = "registry+https://github.com/rust-lang/crates.io-index"10729checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10730dependencies = [10731 "arrayref",10732 "arrayvec 0.5.2",10733 "curve25519-dalek 2.1.3",10734 "getrandom 0.1.16",10735 "merlin",10736 "rand 0.7.3",10737 "rand_core 0.5.1",10738 "sha2 0.8.2",10739 "subtle",10740 "zeroize",10741]1074210743[[package]]10744name = "scopeguard"10745version = "1.1.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1074810749[[package]]10750name = "scratch"10751version = "1.0.2"10752source = "registry+https://github.com/rust-lang/crates.io-index"10753checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1075410755[[package]]10756name = "sct"10757version = "0.7.0"10758source = "registry+https://github.com/rust-lang/crates.io-index"10759checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10760dependencies = [10761 "ring",10762 "untrusted",10763]1076410765[[package]]10766name = "sec1"10767version = "0.3.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10770dependencies = [10771 "base16ct",10772 "der",10773 "generic-array 0.14.6",10774 "pkcs8",10775 "subtle",10776 "zeroize",10777]1077810779[[package]]10780name = "secp256k1"10781version = "0.24.1"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10784dependencies = [10785 "secp256k1-sys",10786]1078710788[[package]]10789name = "secp256k1-sys"10790version = "0.6.1"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10793dependencies = [10794 "cc",10795]1079610797[[package]]10798name = "secrecy"10799version = "0.8.0"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10802dependencies = [10803 "zeroize",10804]1080510806[[package]]10807name = "security-framework"10808version = "2.7.0"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10811dependencies = [10812 "bitflags",10813 "core-foundation",10814 "core-foundation-sys",10815 "libc",10816 "security-framework-sys",10817]1081810819[[package]]10820name = "security-framework-sys"10821version = "2.6.1"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10824dependencies = [10825 "core-foundation-sys",10826 "libc",10827]1082810829[[package]]10830name = "semver"10831version = "0.6.0"10832source = "registry+https://github.com/rust-lang/crates.io-index"10833checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10834dependencies = [10835 "semver-parser",10836]1083710838[[package]]10839name = "semver"10840version = "0.9.0"10841source = "registry+https://github.com/rust-lang/crates.io-index"10842checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10843dependencies = [10844 "semver-parser",10845]1084610847[[package]]10848name = "semver"10849version = "1.0.14"10850source = "registry+https://github.com/rust-lang/crates.io-index"10851checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10852dependencies = [10853 "serde",10854]1085510856[[package]]10857name = "semver-parser"10858version = "0.7.0"10859source = "registry+https://github.com/rust-lang/crates.io-index"10860checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1086110862[[package]]10863name = "serde"10864version = "1.0.149"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"10867dependencies = [10868 "serde_derive",10869]1087010871[[package]]10872name = "serde_derive"10873version = "1.0.149"10874source = "registry+https://github.com/rust-lang/crates.io-index"10875checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"10876dependencies = [10877 "proc-macro2",10878 "quote",10879 "syn",10880]1088110882[[package]]10883name = "serde_json"10884version = "1.0.89"10885source = "registry+https://github.com/rust-lang/crates.io-index"10886checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"10887dependencies = [10888 "itoa",10889 "ryu",10890 "serde",10891]1089210893[[package]]10894name = "serde_nanos"10895version = "0.1.2"10896source = "registry+https://github.com/rust-lang/crates.io-index"10897checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10898dependencies = [10899 "serde",10900]1090110902[[package]]10903name = "sha-1"10904version = "0.9.8"10905source = "registry+https://github.com/rust-lang/crates.io-index"10906checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10907dependencies = [10908 "block-buffer 0.9.0",10909 "cfg-if",10910 "cpufeatures",10911 "digest 0.9.0",10912 "opaque-debug 0.3.0",10913]1091410915[[package]]10916name = "sha1"10917version = "0.10.5"10918source = "registry+https://github.com/rust-lang/crates.io-index"10919checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10920dependencies = [10921 "cfg-if",10922 "cpufeatures",10923 "digest 0.10.6",10924]1092510926[[package]]10927name = "sha2"10928version = "0.8.2"10929source = "registry+https://github.com/rust-lang/crates.io-index"10930checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10931dependencies = [10932 "block-buffer 0.7.3",10933 "digest 0.8.1",10934 "fake-simd",10935 "opaque-debug 0.2.3",10936]1093710938[[package]]10939name = "sha2"10940version = "0.9.9"10941source = "registry+https://github.com/rust-lang/crates.io-index"10942checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10943dependencies = [10944 "block-buffer 0.9.0",10945 "cfg-if",10946 "cpufeatures",10947 "digest 0.9.0",10948 "opaque-debug 0.3.0",10949]1095010951[[package]]10952name = "sha2"10953version = "0.10.6"10954source = "registry+https://github.com/rust-lang/crates.io-index"10955checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10956dependencies = [10957 "cfg-if",10958 "cpufeatures",10959 "digest 0.10.6",10960]1096110962[[package]]10963name = "sha3"10964version = "0.10.6"10965source = "registry+https://github.com/rust-lang/crates.io-index"10966checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10967dependencies = [10968 "digest 0.10.6",10969 "keccak",10970]1097110972[[package]]10973name = "sha3-const"10974version = "0.1.1"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1097710978[[package]]10979name = "sharded-slab"10980version = "0.1.4"10981source = "registry+https://github.com/rust-lang/crates.io-index"10982checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10983dependencies = [10984 "lazy_static",10985]1098610987[[package]]10988name = "shlex"10989version = "1.1.0"10990source = "registry+https://github.com/rust-lang/crates.io-index"10991checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1099210993[[package]]10994name = "signal-hook"10995version = "0.3.14"10996source = "registry+https://github.com/rust-lang/crates.io-index"10997checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10998dependencies = [10999 "libc",11000 "signal-hook-registry",11001]1100211003[[package]]11004name = "signal-hook-registry"11005version = "1.4.0"11006source = "registry+https://github.com/rust-lang/crates.io-index"11007checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11008dependencies = [11009 "libc",11010]1101111012[[package]]11013name = "signature"11014version = "1.6.4"11015source = "registry+https://github.com/rust-lang/crates.io-index"11016checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11017dependencies = [11018 "digest 0.10.6",11019 "rand_core 0.6.4",11020]1102111022[[package]]11023name = "simba"11024version = "0.5.1"11025source = "registry+https://github.com/rust-lang/crates.io-index"11026checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11027dependencies = [11028 "approx",11029 "num-complex",11030 "num-traits",11031 "paste",11032]1103311034[[package]]11035name = "similar"11036version = "2.2.1"11037source = "registry+https://github.com/rust-lang/crates.io-index"11038checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11039dependencies = [11040 "bstr",11041 "unicode-segmentation",11042]1104311044[[package]]11045name = "similar-asserts"11046version = "1.4.2"11047source = "registry+https://github.com/rust-lang/crates.io-index"11048checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11049dependencies = [11050 "console",11051 "similar",11052]1105311054[[package]]11055name = "slab"11056version = "0.4.7"11057source = "registry+https://github.com/rust-lang/crates.io-index"11058checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11059dependencies = [11060 "autocfg",11061]1106211063[[package]]11064name = "slice-group-by"11065version = "0.3.0"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1106811069[[package]]11070name = "slot-range-helper"11071version = "0.9.33"11072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"11073dependencies = [11074 "enumn",11075 "parity-scale-codec 3.2.1",11076 "paste",11077 "sp-runtime",11078 "sp-std",11079]1108011081[[package]]11082name = "slotmap"11083version = "1.0.6"11084source = "registry+https://github.com/rust-lang/crates.io-index"11085checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11086dependencies = [11087 "version_check",11088]1108911090[[package]]11091name = "smallvec"11092version = "1.10.0"11093source = "registry+https://github.com/rust-lang/crates.io-index"11094checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1109511096[[package]]11097name = "snap"11098version = "1.1.0"11099source = "registry+https://github.com/rust-lang/crates.io-index"11100checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1110111102[[package]]11103name = "snow"11104version = "0.9.0"11105source = "registry+https://github.com/rust-lang/crates.io-index"11106checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11107dependencies = [11108 "aes-gcm",11109 "blake2",11110 "chacha20poly1305",11111 "curve25519-dalek 4.0.0-pre.1",11112 "rand_core 0.6.4",11113 "ring",11114 "rustc_version 0.4.0",11115 "sha2 0.10.6",11116 "subtle",11117]1111811119[[package]]11120name = "socket2"11121version = "0.4.7"11122source = "registry+https://github.com/rust-lang/crates.io-index"11123checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11124dependencies = [11125 "libc",11126 "winapi",11127]1112811129[[package]]11130name = "soketto"11131version = "0.7.1"11132source = "registry+https://github.com/rust-lang/crates.io-index"11133checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11134dependencies = [11135 "base64",11136 "bytes",11137 "flate2",11138 "futures 0.3.25",11139 "httparse",11140 "log",11141 "rand 0.8.5",11142 "sha-1",11143]1114411145[[package]]11146name = "sp-api"11147version = "4.0.0-dev"11148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11149dependencies = [11150 "hash-db",11151 "log",11152 "parity-scale-codec 3.2.1",11153 "sp-api-proc-macro",11154 "sp-core",11155 "sp-runtime",11156 "sp-state-machine",11157 "sp-std",11158 "sp-trie",11159 "sp-version",11160 "thiserror",11161]1116211163[[package]]11164name = "sp-api-proc-macro"11165version = "4.0.0-dev"11166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11167dependencies = [11168 "blake2",11169 "proc-macro-crate",11170 "proc-macro2",11171 "quote",11172 "syn",11173]1117411175[[package]]11176name = "sp-application-crypto"11177version = "6.0.0"11178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11179dependencies = [11180 "parity-scale-codec 3.2.1",11181 "scale-info",11182 "serde",11183 "sp-core",11184 "sp-io",11185 "sp-std",11186]1118711188[[package]]11189name = "sp-arithmetic"11190version = "5.0.0"11191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11192dependencies = [11193 "integer-sqrt",11194 "num-traits",11195 "parity-scale-codec 3.2.1",11196 "scale-info",11197 "serde",11198 "sp-debug-derive",11199 "sp-std",11200 "static_assertions",11201]1120211203[[package]]11204name = "sp-authority-discovery"11205version = "4.0.0-dev"11206source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11207dependencies = [11208 "parity-scale-codec 3.2.1",11209 "scale-info",11210 "sp-api",11211 "sp-application-crypto",11212 "sp-runtime",11213 "sp-std",11214]1121511216[[package]]11217name = "sp-authorship"11218version = "4.0.0-dev"11219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11220dependencies = [11221 "async-trait",11222 "parity-scale-codec 3.2.1",11223 "sp-inherents",11224 "sp-runtime",11225 "sp-std",11226]1122711228[[package]]11229name = "sp-block-builder"11230version = "4.0.0-dev"11231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11232dependencies = [11233 "parity-scale-codec 3.2.1",11234 "sp-api",11235 "sp-inherents",11236 "sp-runtime",11237 "sp-std",11238]1123911240[[package]]11241name = "sp-blockchain"11242version = "4.0.0-dev"11243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11244dependencies = [11245 "futures 0.3.25",11246 "log",11247 "lru",11248 "parity-scale-codec 3.2.1",11249 "parking_lot 0.12.1",11250 "sp-api",11251 "sp-consensus",11252 "sp-database",11253 "sp-runtime",11254 "sp-state-machine",11255 "thiserror",11256]1125711258[[package]]11259name = "sp-consensus"11260version = "0.10.0-dev"11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11262dependencies = [11263 "async-trait",11264 "futures 0.3.25",11265 "futures-timer",11266 "log",11267 "parity-scale-codec 3.2.1",11268 "sp-core",11269 "sp-inherents",11270 "sp-runtime",11271 "sp-state-machine",11272 "sp-std",11273 "sp-version",11274 "thiserror",11275]1127611277[[package]]11278name = "sp-consensus-aura"11279version = "0.10.0-dev"11280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11281dependencies = [11282 "async-trait",11283 "parity-scale-codec 3.2.1",11284 "scale-info",11285 "sp-api",11286 "sp-application-crypto",11287 "sp-consensus",11288 "sp-consensus-slots",11289 "sp-inherents",11290 "sp-runtime",11291 "sp-std",11292 "sp-timestamp",11293]1129411295[[package]]11296name = "sp-consensus-babe"11297version = "0.10.0-dev"11298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11299dependencies = [11300 "async-trait",11301 "merlin",11302 "parity-scale-codec 3.2.1",11303 "scale-info",11304 "serde",11305 "sp-api",11306 "sp-application-crypto",11307 "sp-consensus",11308 "sp-consensus-slots",11309 "sp-consensus-vrf",11310 "sp-core",11311 "sp-inherents",11312 "sp-keystore",11313 "sp-runtime",11314 "sp-std",11315 "sp-timestamp",11316]1131711318[[package]]11319name = "sp-consensus-slots"11320version = "0.10.0-dev"11321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11322dependencies = [11323 "parity-scale-codec 3.2.1",11324 "scale-info",11325 "serde",11326 "sp-arithmetic",11327 "sp-runtime",11328 "sp-std",11329 "sp-timestamp",11330]1133111332[[package]]11333name = "sp-consensus-vrf"11334version = "0.10.0-dev"11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11336dependencies = [11337 "parity-scale-codec 3.2.1",11338 "scale-info",11339 "schnorrkel",11340 "sp-core",11341 "sp-runtime",11342 "sp-std",11343]1134411345[[package]]11346name = "sp-core"11347version = "6.0.0"11348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11349dependencies = [11350 "array-bytes",11351 "base58",11352 "bitflags",11353 "blake2",11354 "byteorder",11355 "dyn-clonable",11356 "ed25519-zebra",11357 "futures 0.3.25",11358 "hash-db",11359 "hash256-std-hasher",11360 "impl-serde",11361 "lazy_static",11362 "libsecp256k1",11363 "log",11364 "merlin",11365 "num-traits",11366 "parity-scale-codec 3.2.1",11367 "parking_lot 0.12.1",11368 "primitive-types 0.12.1",11369 "rand 0.7.3",11370 "regex",11371 "scale-info",11372 "schnorrkel",11373 "secp256k1",11374 "secrecy",11375 "serde",11376 "sp-core-hashing",11377 "sp-debug-derive",11378 "sp-externalities",11379 "sp-runtime-interface",11380 "sp-std",11381 "sp-storage",11382 "ss58-registry",11383 "substrate-bip39",11384 "thiserror",11385 "tiny-bip39",11386 "wasmi",11387 "zeroize",11388]1138911390[[package]]11391name = "sp-core-hashing"11392version = "4.0.0"11393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11394dependencies = [11395 "blake2",11396 "byteorder",11397 "digest 0.10.6",11398 "sha2 0.10.6",11399 "sha3",11400 "sp-std",11401 "twox-hash",11402]1140311404[[package]]11405name = "sp-core-hashing-proc-macro"11406version = "5.0.0"11407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11408dependencies = [11409 "proc-macro2",11410 "quote",11411 "sp-core-hashing",11412 "syn",11413]1141411415[[package]]11416name = "sp-database"11417version = "4.0.0-dev"11418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11419dependencies = [11420 "kvdb",11421 "parking_lot 0.12.1",11422]1142311424[[package]]11425name = "sp-debug-derive"11426version = "4.0.0"11427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11428dependencies = [11429 "proc-macro2",11430 "quote",11431 "syn",11432]1143311434[[package]]11435name = "sp-externalities"11436version = "0.12.0"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11438dependencies = [11439 "environmental",11440 "parity-scale-codec 3.2.1",11441 "sp-std",11442 "sp-storage",11443]1144411445[[package]]11446name = "sp-finality-grandpa"11447version = "4.0.0-dev"11448source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11449dependencies = [11450 "finality-grandpa",11451 "log",11452 "parity-scale-codec 3.2.1",11453 "scale-info",11454 "serde",11455 "sp-api",11456 "sp-application-crypto",11457 "sp-core",11458 "sp-keystore",11459 "sp-runtime",11460 "sp-std",11461]1146211463[[package]]11464name = "sp-inherents"11465version = "4.0.0-dev"11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11467dependencies = [11468 "async-trait",11469 "impl-trait-for-tuples",11470 "parity-scale-codec 3.2.1",11471 "sp-core",11472 "sp-runtime",11473 "sp-std",11474 "thiserror",11475]1147611477[[package]]11478name = "sp-io"11479version = "6.0.0"11480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11481dependencies = [11482 "bytes",11483 "futures 0.3.25",11484 "hash-db",11485 "libsecp256k1",11486 "log",11487 "parity-scale-codec 3.2.1",11488 "parking_lot 0.12.1",11489 "secp256k1",11490 "sp-core",11491 "sp-externalities",11492 "sp-keystore",11493 "sp-runtime-interface",11494 "sp-state-machine",11495 "sp-std",11496 "sp-tracing",11497 "sp-trie",11498 "sp-wasm-interface",11499 "tracing",11500 "tracing-core",11501]1150211503[[package]]11504name = "sp-keyring"11505version = "6.0.0"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11507dependencies = [11508 "lazy_static",11509 "sp-core",11510 "sp-runtime",11511 "strum",11512]1151311514[[package]]11515name = "sp-keystore"11516version = "0.12.0"11517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11518dependencies = [11519 "async-trait",11520 "futures 0.3.25",11521 "merlin",11522 "parity-scale-codec 3.2.1",11523 "parking_lot 0.12.1",11524 "schnorrkel",11525 "serde",11526 "sp-core",11527 "sp-externalities",11528 "thiserror",11529]1153011531[[package]]11532name = "sp-maybe-compressed-blob"11533version = "4.1.0-dev"11534source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11535dependencies = [11536 "thiserror",11537 "zstd",11538]1153911540[[package]]11541name = "sp-mmr-primitives"11542version = "4.0.0-dev"11543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11544dependencies = [11545 "log",11546 "parity-scale-codec 3.2.1",11547 "scale-info",11548 "serde",11549 "sp-api",11550 "sp-core",11551 "sp-debug-derive",11552 "sp-runtime",11553 "sp-std",11554 "thiserror",11555]1155611557[[package]]11558name = "sp-npos-elections"11559version = "4.0.0-dev"11560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11561dependencies = [11562 "parity-scale-codec 3.2.1",11563 "scale-info",11564 "serde",11565 "sp-arithmetic",11566 "sp-core",11567 "sp-runtime",11568 "sp-std",11569]1157011571[[package]]11572name = "sp-offchain"11573version = "4.0.0-dev"11574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11575dependencies = [11576 "sp-api",11577 "sp-core",11578 "sp-runtime",11579]1158011581[[package]]11582name = "sp-panic-handler"11583version = "4.0.0"11584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11585dependencies = [11586 "backtrace",11587 "lazy_static",11588 "regex",11589]1159011591[[package]]11592name = "sp-rpc"11593version = "6.0.0"11594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11595dependencies = [11596 "rustc-hash",11597 "serde",11598 "sp-core",11599]1160011601[[package]]11602name = "sp-runtime"11603version = "6.0.0"11604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11605dependencies = [11606 "either",11607 "hash256-std-hasher",11608 "impl-trait-for-tuples",11609 "log",11610 "parity-scale-codec 3.2.1",11611 "parity-util-mem",11612 "paste",11613 "rand 0.7.3",11614 "scale-info",11615 "serde",11616 "sp-application-crypto",11617 "sp-arithmetic",11618 "sp-core",11619 "sp-io",11620 "sp-std",11621 "sp-weights",11622]1162311624[[package]]11625name = "sp-runtime-interface"11626version = "6.0.0"11627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11628dependencies = [11629 "bytes",11630 "impl-trait-for-tuples",11631 "parity-scale-codec 3.2.1",11632 "primitive-types 0.12.1",11633 "sp-externalities",11634 "sp-runtime-interface-proc-macro",11635 "sp-std",11636 "sp-storage",11637 "sp-tracing",11638 "sp-wasm-interface",11639 "static_assertions",11640]1164111642[[package]]11643name = "sp-runtime-interface-proc-macro"11644version = "5.0.0"11645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11646dependencies = [11647 "Inflector",11648 "proc-macro-crate",11649 "proc-macro2",11650 "quote",11651 "syn",11652]1165311654[[package]]11655name = "sp-sandbox"11656version = "0.10.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11658dependencies = [11659 "log",11660 "parity-scale-codec 3.2.1",11661 "sp-core",11662 "sp-io",11663 "sp-std",11664 "sp-wasm-interface",11665 "wasmi",11666]1166711668[[package]]11669name = "sp-session"11670version = "4.0.0-dev"11671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11672dependencies = [11673 "parity-scale-codec 3.2.1",11674 "scale-info",11675 "sp-api",11676 "sp-core",11677 "sp-runtime",11678 "sp-staking",11679 "sp-std",11680]1168111682[[package]]11683name = "sp-staking"11684version = "4.0.0-dev"11685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11686dependencies = [11687 "parity-scale-codec 3.2.1",11688 "scale-info",11689 "sp-runtime",11690 "sp-std",11691]1169211693[[package]]11694name = "sp-state-machine"11695version = "0.12.0"11696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11697dependencies = [11698 "hash-db",11699 "log",11700 "num-traits",11701 "parity-scale-codec 3.2.1",11702 "parking_lot 0.12.1",11703 "rand 0.7.3",11704 "smallvec",11705 "sp-core",11706 "sp-externalities",11707 "sp-panic-handler",11708 "sp-std",11709 "sp-trie",11710 "thiserror",11711 "tracing",11712 "trie-root",11713]1171411715[[package]]11716name = "sp-std"11717version = "4.0.0"11718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"1171911720[[package]]11721name = "sp-storage"11722version = "6.0.0"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11724dependencies = [11725 "impl-serde",11726 "parity-scale-codec 3.2.1",11727 "ref-cast",11728 "serde",11729 "sp-debug-derive",11730 "sp-std",11731]1173211733[[package]]11734name = "sp-timestamp"11735version = "4.0.0-dev"11736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11737dependencies = [11738 "async-trait",11739 "futures-timer",11740 "log",11741 "parity-scale-codec 3.2.1",11742 "sp-api",11743 "sp-inherents",11744 "sp-runtime",11745 "sp-std",11746 "thiserror",11747]1174811749[[package]]11750name = "sp-tracing"11751version = "5.0.0"11752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11753dependencies = [11754 "parity-scale-codec 3.2.1",11755 "sp-std",11756 "tracing",11757 "tracing-core",11758 "tracing-subscriber",11759]1176011761[[package]]11762name = "sp-transaction-pool"11763version = "4.0.0-dev"11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11765dependencies = [11766 "sp-api",11767 "sp-runtime",11768]1176911770[[package]]11771name = "sp-transaction-storage-proof"11772version = "4.0.0-dev"11773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11774dependencies = [11775 "async-trait",11776 "log",11777 "parity-scale-codec 3.2.1",11778 "scale-info",11779 "sp-core",11780 "sp-inherents",11781 "sp-runtime",11782 "sp-std",11783 "sp-trie",11784]1178511786[[package]]11787name = "sp-trie"11788version = "6.0.0"11789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11790dependencies = [11791 "ahash",11792 "hash-db",11793 "hashbrown",11794 "lazy_static",11795 "lru",11796 "memory-db",11797 "nohash-hasher",11798 "parity-scale-codec 3.2.1",11799 "parking_lot 0.12.1",11800 "scale-info",11801 "sp-core",11802 "sp-std",11803 "thiserror",11804 "tracing",11805 "trie-db",11806 "trie-root",11807]1180811809[[package]]11810name = "sp-version"11811version = "5.0.0"11812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11813dependencies = [11814 "impl-serde",11815 "parity-scale-codec 3.2.1",11816 "parity-wasm",11817 "scale-info",11818 "serde",11819 "sp-core-hashing-proc-macro",11820 "sp-runtime",11821 "sp-std",11822 "sp-version-proc-macro",11823 "thiserror",11824]1182511826[[package]]11827name = "sp-version-proc-macro"11828version = "4.0.0-dev"11829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11830dependencies = [11831 "parity-scale-codec 3.2.1",11832 "proc-macro2",11833 "quote",11834 "syn",11835]1183611837[[package]]11838name = "sp-wasm-interface"11839version = "6.0.0"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11841dependencies = [11842 "impl-trait-for-tuples",11843 "log",11844 "parity-scale-codec 3.2.1",11845 "sp-std",11846 "wasmi",11847 "wasmtime",11848]1184911850[[package]]11851name = "sp-weights"11852version = "4.0.0"11853source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11854dependencies = [11855 "impl-trait-for-tuples",11856 "parity-scale-codec 3.2.1",11857 "scale-info",11858 "serde",11859 "smallvec",11860 "sp-arithmetic",11861 "sp-core",11862 "sp-debug-derive",11863 "sp-std",11864]1186511866[[package]]11867name = "spin"11868version = "0.5.2"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1187111872[[package]]11873name = "spki"11874version = "0.6.0"11875source = "registry+https://github.com/rust-lang/crates.io-index"11876checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11877dependencies = [11878 "base64ct",11879 "der",11880]1188111882[[package]]11883name = "ss58-registry"11884version = "1.35.0"11885source = "registry+https://github.com/rust-lang/crates.io-index"11886checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c"11887dependencies = [11888 "Inflector",11889 "num-format",11890 "proc-macro2",11891 "quote",11892 "serde",11893 "serde_json",11894 "unicode-xid",11895]1189611897[[package]]11898name = "stable_deref_trait"11899version = "1.2.0"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1190211903[[package]]11904name = "static_assertions"11905version = "1.1.0"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1190811909[[package]]11910name = "static_init"11911version = "0.5.2"11912source = "registry+https://github.com/rust-lang/crates.io-index"11913checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11914dependencies = [11915 "cfg_aliases",11916 "libc",11917 "parking_lot 0.11.2",11918 "static_init_macro 0.5.0",11919]1192011921[[package]]11922name = "static_init"11923version = "1.0.3"11924source = "registry+https://github.com/rust-lang/crates.io-index"11925checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11926dependencies = [11927 "bitflags",11928 "cfg_aliases",11929 "libc",11930 "parking_lot 0.11.2",11931 "parking_lot_core 0.8.5",11932 "static_init_macro 1.0.2",11933 "winapi",11934]1193511936[[package]]11937name = "static_init_macro"11938version = "0.5.0"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11941dependencies = [11942 "cfg_aliases",11943 "memchr",11944 "proc-macro2",11945 "quote",11946 "syn",11947]1194811949[[package]]11950name = "static_init_macro"11951version = "1.0.2"11952source = "registry+https://github.com/rust-lang/crates.io-index"11953checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11954dependencies = [11955 "cfg_aliases",11956 "memchr",11957 "proc-macro2",11958 "quote",11959 "syn",11960]1196111962[[package]]11963name = "statrs"11964version = "0.15.0"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11967dependencies = [11968 "approx",11969 "lazy_static",11970 "nalgebra",11971 "num-traits",11972 "rand 0.8.5",11973]1197411975[[package]]11976name = "strsim"11977version = "0.10.0"11978source = "registry+https://github.com/rust-lang/crates.io-index"11979checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1198011981[[package]]11982name = "struct-versioning"11983version = "0.1.0"11984dependencies = [11985 "quote",11986 "syn",11987]1198811989[[package]]11990name = "strum"11991version = "0.24.1"11992source = "registry+https://github.com/rust-lang/crates.io-index"11993checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11994dependencies = [11995 "strum_macros",11996]1199711998[[package]]11999name = "strum_macros"12000version = "0.24.3"12001source = "registry+https://github.com/rust-lang/crates.io-index"12002checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12003dependencies = [12004 "heck",12005 "proc-macro2",12006 "quote",12007 "rustversion",12008 "syn",12009]1201012011[[package]]12012name = "substrate-bip39"12013version = "0.4.4"12014source = "registry+https://github.com/rust-lang/crates.io-index"12015checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12016dependencies = [12017 "hmac 0.11.0",12018 "pbkdf2 0.8.0",12019 "schnorrkel",12020 "sha2 0.9.9",12021 "zeroize",12022]1202312024[[package]]12025name = "substrate-build-script-utils"12026version = "3.0.0"12027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12028dependencies = [12029 "platforms",12030]1203112032[[package]]12033name = "substrate-frame-rpc-system"12034version = "4.0.0-dev"12035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12036dependencies = [12037 "frame-system-rpc-runtime-api",12038 "futures 0.3.25",12039 "jsonrpsee",12040 "log",12041 "parity-scale-codec 3.2.1",12042 "sc-client-api",12043 "sc-rpc-api",12044 "sc-transaction-pool-api",12045 "serde_json",12046 "sp-api",12047 "sp-block-builder",12048 "sp-blockchain",12049 "sp-core",12050 "sp-runtime",12051]1205212053[[package]]12054name = "substrate-prometheus-endpoint"12055version = "0.10.0-dev"12056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12057dependencies = [12058 "futures-util",12059 "hyper",12060 "log",12061 "prometheus",12062 "thiserror",12063 "tokio",12064]1206512066[[package]]12067name = "substrate-rpc-client"12068version = "0.10.0-dev"12069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12070dependencies = [12071 "async-trait",12072 "jsonrpsee",12073 "log",12074 "sc-rpc-api",12075 "serde",12076 "sp-runtime",12077]1207812079[[package]]12080name = "substrate-state-trie-migration-rpc"12081version = "4.0.0-dev"12082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12083dependencies = [12084 "jsonrpsee",12085 "log",12086 "parity-scale-codec 3.2.1",12087 "sc-client-api",12088 "sc-rpc-api",12089 "scale-info",12090 "serde",12091 "sp-core",12092 "sp-io",12093 "sp-runtime",12094 "sp-state-machine",12095 "sp-std",12096 "sp-trie",12097 "trie-db",12098]1209912100[[package]]12101name = "substrate-test-client"12102version = "2.0.1"12103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12104dependencies = [12105 "array-bytes",12106 "async-trait",12107 "futures 0.3.25",12108 "parity-scale-codec 3.2.1",12109 "sc-client-api",12110 "sc-client-db",12111 "sc-consensus",12112 "sc-executor",12113 "sc-offchain",12114 "sc-service",12115 "serde",12116 "serde_json",12117 "sp-blockchain",12118 "sp-consensus",12119 "sp-core",12120 "sp-keyring",12121 "sp-keystore",12122 "sp-runtime",12123 "sp-state-machine",12124]1212512126[[package]]12127name = "substrate-test-utils"12128version = "4.0.0-dev"12129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12130dependencies = [12131 "futures 0.3.25",12132 "substrate-test-utils-derive",12133 "tokio",12134]1213512136[[package]]12137name = "substrate-test-utils-derive"12138version = "0.10.0-dev"12139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12140dependencies = [12141 "proc-macro-crate",12142 "proc-macro2",12143 "quote",12144 "syn",12145]1214612147[[package]]12148name = "substrate-wasm-builder"12149version = "5.0.0-dev"12150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12151dependencies = [12152 "ansi_term",12153 "build-helper",12154 "cargo_metadata",12155 "filetime",12156 "sp-maybe-compressed-blob",12157 "strum",12158 "tempfile",12159 "toml",12160 "walkdir",12161 "wasm-opt",12162]1216312164[[package]]12165name = "subtle"12166version = "2.4.1"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1216912170[[package]]12171name = "syn"12172version = "1.0.105"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"12175dependencies = [12176 "proc-macro2",12177 "quote",12178 "unicode-ident",12179]1218012181[[package]]12182name = "synstructure"12183version = "0.12.6"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12186dependencies = [12187 "proc-macro2",12188 "quote",12189 "syn",12190 "unicode-xid",12191]1219212193[[package]]12194name = "system-configuration"12195version = "0.5.0"12196source = "registry+https://github.com/rust-lang/crates.io-index"12197checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12198dependencies = [12199 "bitflags",12200 "core-foundation",12201 "system-configuration-sys",12202]1220312204[[package]]12205name = "system-configuration-sys"12206version = "0.5.0"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12209dependencies = [12210 "core-foundation-sys",12211 "libc",12212]1221312214[[package]]12215name = "tap"12216version = "1.0.1"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1221912220[[package]]12221name = "target-lexicon"12222version = "0.12.5"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1222512226[[package]]12227name = "tempfile"12228version = "3.3.0"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12231dependencies = [12232 "cfg-if",12233 "fastrand",12234 "libc",12235 "redox_syscall",12236 "remove_dir_all",12237 "winapi",12238]1223912240[[package]]12241name = "termcolor"12242version = "1.1.3"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12245dependencies = [12246 "winapi-util",12247]1224812249[[package]]12250name = "terminal_size"12251version = "0.1.17"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12254dependencies = [12255 "libc",12256 "winapi",12257]1225812259[[package]]12260name = "termtree"12261version = "0.4.0"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1226412265[[package]]12266name = "test-runtime-constants"12267version = "0.9.33"12268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12269dependencies = [12270 "frame-support",12271 "polkadot-primitives",12272 "polkadot-runtime-common",12273 "smallvec",12274 "sp-core",12275 "sp-runtime",12276 "sp-weights",12277]1227812279[[package]]12280name = "tests"12281version = "0.1.1"12282dependencies = [12283 "evm-coder",12284 "fp-evm-mapping",12285 "frame-support",12286 "frame-system",12287 "pallet-balances",12288 "pallet-common",12289 "pallet-ethereum",12290 "pallet-evm",12291 "pallet-evm-coder-substrate",12292 "pallet-fungible",12293 "pallet-nonfungible",12294 "pallet-refungible",12295 "pallet-structure",12296 "pallet-timestamp",12297 "pallet-transaction-payment",12298 "pallet-unique",12299 "parity-scale-codec 3.2.1",12300 "scale-info",12301 "sp-core",12302 "sp-io",12303 "sp-runtime",12304 "sp-std",12305 "up-data-structs",12306 "up-sponsorship",12307]1230812309[[package]]12310name = "thiserror"12311version = "1.0.37"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12314dependencies = [12315 "thiserror-impl",12316]1231712318[[package]]12319name = "thiserror-impl"12320version = "1.0.37"12321source = "registry+https://github.com/rust-lang/crates.io-index"12322checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12323dependencies = [12324 "proc-macro2",12325 "quote",12326 "syn",12327]1232812329[[package]]12330name = "thousands"12331version = "0.2.0"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1233412335[[package]]12336name = "thread_local"12337version = "1.1.4"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12340dependencies = [12341 "once_cell",12342]1234312344[[package]]12345name = "threadpool"12346version = "1.8.1"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12349dependencies = [12350 "num_cpus",12351]1235212353[[package]]12354name = "thrift"12355version = "0.15.0"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12358dependencies = [12359 "byteorder",12360 "integer-encoding",12361 "log",12362 "ordered-float",12363 "threadpool",12364]1236512366[[package]]12367name = "tikv-jemalloc-sys"12368version = "0.5.2+5.3.0-patched"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12371dependencies = [12372 "cc",12373 "fs_extra",12374 "libc",12375]1237612377[[package]]12378name = "time"12379version = "0.1.45"12380source = "registry+https://github.com/rust-lang/crates.io-index"12381checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12382dependencies = [12383 "libc",12384 "wasi 0.10.0+wasi-snapshot-preview1",12385 "winapi",12386]1238712388[[package]]12389name = "time"12390version = "0.3.9"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12393dependencies = [12394 "itoa",12395 "libc",12396 "num_threads",12397 "time-macros",12398]1239912400[[package]]12401name = "time-macros"12402version = "0.2.4"12403source = "registry+https://github.com/rust-lang/crates.io-index"12404checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1240512406[[package]]12407name = "tiny-bip39"12408version = "0.8.2"12409source = "registry+https://github.com/rust-lang/crates.io-index"12410checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12411dependencies = [12412 "anyhow",12413 "hmac 0.8.1",12414 "once_cell",12415 "pbkdf2 0.4.0",12416 "rand 0.7.3",12417 "rustc-hash",12418 "sha2 0.9.9",12419 "thiserror",12420 "unicode-normalization",12421 "wasm-bindgen",12422 "zeroize",12423]1242412425[[package]]12426name = "tiny-keccak"12427version = "2.0.2"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12430dependencies = [12431 "crunchy",12432]1243312434[[package]]12435name = "tinyvec"12436version = "1.6.0"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12439dependencies = [12440 "tinyvec_macros",12441]1244212443[[package]]12444name = "tinyvec_macros"12445version = "0.1.0"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1244812449[[package]]12450name = "tokio"12451version = "1.23.0"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12454dependencies = [12455 "autocfg",12456 "bytes",12457 "libc",12458 "memchr",12459 "mio",12460 "num_cpus",12461 "parking_lot 0.12.1",12462 "pin-project-lite 0.2.9",12463 "signal-hook-registry",12464 "socket2",12465 "tokio-macros",12466 "windows-sys 0.42.0",12467]1246812469[[package]]12470name = "tokio-macros"12471version = "1.8.2"12472source = "registry+https://github.com/rust-lang/crates.io-index"12473checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12474dependencies = [12475 "proc-macro2",12476 "quote",12477 "syn",12478]1247912480[[package]]12481name = "tokio-rustls"12482version = "0.23.4"12483source = "registry+https://github.com/rust-lang/crates.io-index"12484checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12485dependencies = [12486 "rustls",12487 "tokio",12488 "webpki",12489]1249012491[[package]]12492name = "tokio-stream"12493version = "0.1.11"12494source = "registry+https://github.com/rust-lang/crates.io-index"12495checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12496dependencies = [12497 "futures-core",12498 "pin-project-lite 0.2.9",12499 "tokio",12500]1250112502[[package]]12503name = "tokio-util"12504version = "0.7.4"12505source = "registry+https://github.com/rust-lang/crates.io-index"12506checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12507dependencies = [12508 "bytes",12509 "futures-core",12510 "futures-io",12511 "futures-sink",12512 "pin-project-lite 0.2.9",12513 "tokio",12514 "tracing",12515]1251612517[[package]]12518name = "toml"12519version = "0.5.9"12520source = "registry+https://github.com/rust-lang/crates.io-index"12521checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12522dependencies = [12523 "serde",12524]1252512526[[package]]12527name = "tower-service"12528version = "0.3.2"12529source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1253112532[[package]]12533name = "tracing"12534version = "0.1.37"12535source = "registry+https://github.com/rust-lang/crates.io-index"12536checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12537dependencies = [12538 "cfg-if",12539 "pin-project-lite 0.2.9",12540 "tracing-attributes",12541 "tracing-core",12542]1254312544[[package]]12545name = "tracing-attributes"12546version = "0.1.23"12547source = "registry+https://github.com/rust-lang/crates.io-index"12548checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12549dependencies = [12550 "proc-macro2",12551 "quote",12552 "syn",12553]1255412555[[package]]12556name = "tracing-core"12557version = "0.1.30"12558source = "registry+https://github.com/rust-lang/crates.io-index"12559checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12560dependencies = [12561 "once_cell",12562 "valuable",12563]1256412565[[package]]12566name = "tracing-futures"12567version = "0.2.5"12568source = "registry+https://github.com/rust-lang/crates.io-index"12569checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12570dependencies = [12571 "pin-project",12572 "tracing",12573]1257412575[[package]]12576name = "tracing-gum"12577version = "0.9.33"12578source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12579dependencies = [12580 "polkadot-node-jaeger",12581 "polkadot-primitives",12582 "tracing",12583 "tracing-gum-proc-macro",12584]1258512586[[package]]12587name = "tracing-gum-proc-macro"12588version = "0.9.33"12589source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12590dependencies = [12591 "expander 0.0.6",12592 "proc-macro-crate",12593 "proc-macro2",12594 "quote",12595 "syn",12596]1259712598[[package]]12599name = "tracing-log"12600version = "0.1.3"12601source = "registry+https://github.com/rust-lang/crates.io-index"12602checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12603dependencies = [12604 "lazy_static",12605 "log",12606 "tracing-core",12607]1260812609[[package]]12610name = "tracing-serde"12611version = "0.1.3"12612source = "registry+https://github.com/rust-lang/crates.io-index"12613checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12614dependencies = [12615 "serde",12616 "tracing-core",12617]1261812619[[package]]12620name = "tracing-subscriber"12621version = "0.2.25"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12624dependencies = [12625 "ansi_term",12626 "chrono",12627 "lazy_static",12628 "matchers",12629 "parking_lot 0.11.2",12630 "regex",12631 "serde",12632 "serde_json",12633 "sharded-slab",12634 "smallvec",12635 "thread_local",12636 "tracing",12637 "tracing-core",12638 "tracing-log",12639 "tracing-serde",12640]1264112642[[package]]12643name = "trie-db"12644version = "0.24.0"12645source = "registry+https://github.com/rust-lang/crates.io-index"12646checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12647dependencies = [12648 "hash-db",12649 "hashbrown",12650 "log",12651 "rustc-hex",12652 "smallvec",12653]1265412655[[package]]12656name = "trie-root"12657version = "0.17.0"12658source = "registry+https://github.com/rust-lang/crates.io-index"12659checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12660dependencies = [12661 "hash-db",12662]1266312664[[package]]12665name = "triehash"12666version = "0.8.4"12667source = "registry+https://github.com/rust-lang/crates.io-index"12668checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12669dependencies = [12670 "hash-db",12671 "rlp",12672]1267312674[[package]]12675name = "trust-dns-proto"12676version = "0.22.0"12677source = "registry+https://github.com/rust-lang/crates.io-index"12678checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12679dependencies = [12680 "async-trait",12681 "cfg-if",12682 "data-encoding",12683 "enum-as-inner",12684 "futures-channel",12685 "futures-io",12686 "futures-util",12687 "idna 0.2.3",12688 "ipnet",12689 "lazy_static",12690 "rand 0.8.5",12691 "smallvec",12692 "thiserror",12693 "tinyvec",12694 "tracing",12695 "url",12696]1269712698[[package]]12699name = "trust-dns-resolver"12700version = "0.22.0"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12703dependencies = [12704 "cfg-if",12705 "futures-util",12706 "ipconfig",12707 "lazy_static",12708 "lru-cache",12709 "parking_lot 0.12.1",12710 "resolv-conf",12711 "smallvec",12712 "thiserror",12713 "tracing",12714 "trust-dns-proto",12715]1271612717[[package]]12718name = "try-lock"12719version = "0.2.3"12720source = "registry+https://github.com/rust-lang/crates.io-index"12721checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1272212723[[package]]12724name = "try-runtime-cli"12725version = "0.10.0-dev"12726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12727dependencies = [12728 "clap",12729 "frame-try-runtime",12730 "log",12731 "parity-scale-codec 3.2.1",12732 "remote-externalities",12733 "sc-chain-spec",12734 "sc-cli",12735 "sc-executor",12736 "sc-service",12737 "serde",12738 "sp-core",12739 "sp-externalities",12740 "sp-io",12741 "sp-keystore",12742 "sp-runtime",12743 "sp-state-machine",12744 "sp-version",12745 "sp-weights",12746 "substrate-rpc-client",12747 "zstd",12748]1274912750[[package]]12751name = "trybuild"12752version = "1.0.72"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"12755dependencies = [12756 "glob",12757 "once_cell",12758 "serde",12759 "serde_derive",12760 "serde_json",12761 "termcolor",12762 "toml",12763]1276412765[[package]]12766name = "tt-call"12767version = "1.0.8"12768source = "registry+https://github.com/rust-lang/crates.io-index"12769checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1277012771[[package]]12772name = "twox-hash"12773version = "1.6.3"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12776dependencies = [12777 "cfg-if",12778 "digest 0.10.6",12779 "rand 0.8.5",12780 "static_assertions",12781]1278212783[[package]]12784name = "typenum"12785version = "1.16.0"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1278812789[[package]]12790name = "uc-rpc"12791version = "0.1.4"12792dependencies = [12793 "anyhow",12794 "app-promotion-rpc",12795 "jsonrpsee",12796 "pallet-common",12797 "pallet-evm",12798 "parity-scale-codec 3.2.1",12799 "rmrk-rpc",12800 "sp-api",12801 "sp-blockchain",12802 "sp-core",12803 "sp-rpc",12804 "sp-runtime",12805 "up-data-structs",12806 "up-rpc",12807]1280812809[[package]]12810name = "ucd-trie"12811version = "0.1.5"12812source = "registry+https://github.com/rust-lang/crates.io-index"12813checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1281412815[[package]]12816name = "uint"12817version = "0.9.5"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12820dependencies = [12821 "byteorder",12822 "crunchy",12823 "hex",12824 "static_assertions",12825]1282612827[[package]]12828name = "unicase"12829version = "2.6.0"12830source = "registry+https://github.com/rust-lang/crates.io-index"12831checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12832dependencies = [12833 "version_check",12834]1283512836[[package]]12837name = "unicode-bidi"12838version = "0.3.8"12839source = "registry+https://github.com/rust-lang/crates.io-index"12840checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1284112842[[package]]12843name = "unicode-ident"12844version = "1.0.5"12845source = "registry+https://github.com/rust-lang/crates.io-index"12846checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1284712848[[package]]12849name = "unicode-normalization"12850version = "0.1.22"12851source = "registry+https://github.com/rust-lang/crates.io-index"12852checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12853dependencies = [12854 "tinyvec",12855]1285612857[[package]]12858name = "unicode-segmentation"12859version = "1.10.0"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1286212863[[package]]12864name = "unicode-width"12865version = "0.1.10"12866source = "registry+https://github.com/rust-lang/crates.io-index"12867checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1286812869[[package]]12870name = "unicode-xid"12871version = "0.2.4"12872source = "registry+https://github.com/rust-lang/crates.io-index"12873checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1287412875[[package]]12876name = "unique-node"12877version = "0.9.33"12878dependencies = [12879 "app-promotion-rpc",12880 "clap",12881 "cumulus-client-cli",12882 "cumulus-client-collator",12883 "cumulus-client-consensus-aura",12884 "cumulus-client-consensus-common",12885 "cumulus-client-network",12886 "cumulus-client-service",12887 "cumulus-primitives-core",12888 "cumulus-primitives-parachain-inherent",12889 "cumulus-relay-chain-inprocess-interface",12890 "cumulus-relay-chain-interface",12891 "cumulus-relay-chain-minimal-node",12892 "fc-consensus",12893 "fc-db",12894 "fc-mapping-sync",12895 "fc-rpc",12896 "fc-rpc-core",12897 "flexi_logger",12898 "fp-rpc",12899 "frame-benchmarking",12900 "frame-benchmarking-cli",12901 "futures 0.3.25",12902 "jsonrpsee",12903 "log",12904 "opal-runtime",12905 "pallet-ethereum",12906 "pallet-transaction-payment-rpc",12907 "pallet-transaction-payment-rpc-runtime-api",12908 "parity-scale-codec 3.2.1",12909 "parking_lot 0.12.1",12910 "polkadot-cli",12911 "polkadot-parachain",12912 "polkadot-primitives",12913 "polkadot-service",12914 "polkadot-test-service",12915 "quartz-runtime",12916 "rmrk-rpc",12917 "sc-basic-authorship",12918 "sc-chain-spec",12919 "sc-cli",12920 "sc-client-api",12921 "sc-consensus",12922 "sc-consensus-aura",12923 "sc-consensus-manual-seal",12924 "sc-executor",12925 "sc-finality-grandpa",12926 "sc-keystore",12927 "sc-network",12928 "sc-rpc",12929 "sc-rpc-api",12930 "sc-service",12931 "sc-sysinfo",12932 "sc-telemetry",12933 "sc-tracing",12934 "sc-transaction-pool",12935 "serde",12936 "serde_json",12937 "sp-api",12938 "sp-block-builder",12939 "sp-blockchain",12940 "sp-consensus",12941 "sp-consensus-aura",12942 "sp-core",12943 "sp-finality-grandpa",12944 "sp-inherents",12945 "sp-keystore",12946 "sp-offchain",12947 "sp-runtime",12948 "sp-session",12949 "sp-timestamp",12950 "sp-transaction-pool",12951 "sp-trie",12952 "substrate-build-script-utils",12953 "substrate-frame-rpc-system",12954 "substrate-prometheus-endpoint",12955 "tokio",12956 "try-runtime-cli",12957 "unique-rpc",12958 "unique-runtime",12959 "up-common",12960 "up-data-structs",12961 "up-rpc",12962]1296312964[[package]]12965name = "unique-rpc"12966version = "0.1.2"12967dependencies = [12968 "app-promotion-rpc",12969 "fc-db",12970 "fc-mapping-sync",12971 "fc-rpc",12972 "fc-rpc-core",12973 "fp-rpc",12974 "fp-storage",12975 "futures 0.3.25",12976 "jsonrpsee",12977 "pallet-common",12978 "pallet-ethereum",12979 "pallet-transaction-payment-rpc",12980 "pallet-transaction-payment-rpc-runtime-api",12981 "pallet-unique",12982 "rmrk-rpc",12983 "sc-client-api",12984 "sc-consensus-aura",12985 "sc-consensus-epochs",12986 "sc-finality-grandpa",12987 "sc-finality-grandpa-rpc",12988 "sc-keystore",12989 "sc-network",12990 "sc-rpc",12991 "sc-rpc-api",12992 "sc-service",12993 "sc-transaction-pool",12994 "serde",12995 "sp-api",12996 "sp-block-builder",12997 "sp-blockchain",12998 "sp-consensus",12999 "sp-consensus-aura",13000 "sp-core",13001 "sp-offchain",13002 "sp-runtime",13003 "sp-session",13004 "sp-storage",13005 "sp-transaction-pool",13006 "substrate-frame-rpc-system",13007 "tokio",13008 "uc-rpc",13009 "up-common",13010 "up-data-structs",13011 "up-rpc",13012]1301313014[[package]]13015name = "unique-runtime"13016version = "0.9.33"13017dependencies = [13018 "app-promotion-rpc",13019 "cumulus-pallet-aura-ext",13020 "cumulus-pallet-dmp-queue",13021 "cumulus-pallet-parachain-system",13022 "cumulus-pallet-xcm",13023 "cumulus-pallet-xcmp-queue",13024 "cumulus-primitives-core",13025 "cumulus-primitives-timestamp",13026 "cumulus-primitives-utility",13027 "derivative",13028 "evm-coder",13029 "fp-evm-mapping",13030 "fp-rpc",13031 "fp-self-contained",13032 "frame-benchmarking",13033 "frame-executive",13034 "frame-support",13035 "frame-system",13036 "frame-system-benchmarking",13037 "frame-system-rpc-runtime-api",13038 "frame-try-runtime",13039 "hex-literal",13040 "impl-trait-for-tuples",13041 "log",13042 "logtest",13043 "orml-tokens",13044 "orml-traits",13045 "orml-vesting",13046 "orml-xtokens",13047 "pallet-app-promotion",13048 "pallet-aura",13049 "pallet-balances",13050 "pallet-base-fee",13051 "pallet-common",13052 "pallet-configuration",13053 "pallet-ethereum",13054 "pallet-evm",13055 "pallet-evm-coder-substrate",13056 "pallet-evm-contract-helpers",13057 "pallet-evm-migration",13058 "pallet-evm-transaction-payment",13059 "pallet-foreign-assets",13060 "pallet-fungible",13061 "pallet-inflation",13062 "pallet-maintenance",13063 "pallet-nonfungible",13064 "pallet-randomness-collective-flip",13065 "pallet-refungible",13066 "pallet-rmrk-core",13067 "pallet-rmrk-equip",13068 "pallet-structure",13069 "pallet-sudo",13070 "pallet-template-transaction-payment",13071 "pallet-timestamp",13072 "pallet-transaction-payment",13073 "pallet-transaction-payment-rpc-runtime-api",13074 "pallet-treasury",13075 "pallet-unique",13076 "pallet-xcm",13077 "parachain-info",13078 "parity-scale-codec 3.2.1",13079 "polkadot-parachain",13080 "rmrk-rpc",13081 "scale-info",13082 "serde",13083 "smallvec",13084 "sp-api",13085 "sp-arithmetic",13086 "sp-block-builder",13087 "sp-consensus-aura",13088 "sp-core",13089 "sp-inherents",13090 "sp-io",13091 "sp-offchain",13092 "sp-runtime",13093 "sp-session",13094 "sp-std",13095 "sp-transaction-pool",13096 "sp-version",13097 "substrate-wasm-builder",13098 "up-common",13099 "up-data-structs",13100 "up-rpc",13101 "up-sponsorship",13102 "xcm",13103 "xcm-builder",13104 "xcm-executor",13105]1310613107[[package]]13108name = "universal-hash"13109version = "0.4.1"13110source = "registry+https://github.com/rust-lang/crates.io-index"13111checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13112dependencies = [13113 "generic-array 0.14.6",13114 "subtle",13115]1311613117[[package]]13118name = "unsigned-varint"13119version = "0.7.1"13120source = "registry+https://github.com/rust-lang/crates.io-index"13121checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13122dependencies = [13123 "asynchronous-codec",13124 "bytes",13125 "futures-io",13126 "futures-util",13127]1312813129[[package]]13130name = "untrusted"13131version = "0.7.1"13132source = "registry+https://github.com/rust-lang/crates.io-index"13133checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1313413135[[package]]13136name = "up-common"13137version = "0.9.33"13138dependencies = [13139 "cumulus-primitives-core",13140 "fp-rpc",13141 "frame-support",13142 "pallet-evm",13143 "sp-consensus-aura",13144 "sp-core",13145 "sp-runtime",13146 "sp-std",13147]1314813149[[package]]13150name = "up-data-structs"13151version = "0.2.2"13152dependencies = [13153 "bondrewd",13154 "derivative",13155 "frame-support",13156 "frame-system",13157 "pallet-evm",13158 "parity-scale-codec 3.2.1",13159 "rmrk-traits",13160 "scale-info",13161 "serde",13162 "sp-core",13163 "sp-runtime",13164 "sp-std",13165 "struct-versioning",13166]1316713168[[package]]13169name = "up-rpc"13170version = "0.1.3"13171dependencies = [13172 "pallet-common",13173 "pallet-evm",13174 "parity-scale-codec 3.2.1",13175 "sp-api",13176 "sp-core",13177 "sp-runtime",13178 "sp-std",13179 "up-data-structs",13180]1318113182[[package]]13183name = "up-sponsorship"13184version = "0.1.0"13185source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"13186dependencies = [13187 "impl-trait-for-tuples",13188]1318913190[[package]]13191name = "url"13192version = "2.3.1"13193source = "registry+https://github.com/rust-lang/crates.io-index"13194checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13195dependencies = [13196 "form_urlencoded",13197 "idna 0.3.0",13198 "percent-encoding",13199]1320013201[[package]]13202name = "valuable"13203version = "0.1.0"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1320613207[[package]]13208name = "value-bag"13209version = "1.0.0-alpha.9"13210source = "registry+https://github.com/rust-lang/crates.io-index"13211checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13212dependencies = [13213 "ctor",13214 "version_check",13215]1321613217[[package]]13218name = "vcpkg"13219version = "0.2.15"13220source = "registry+https://github.com/rust-lang/crates.io-index"13221checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1322213223[[package]]13224name = "version_check"13225version = "0.9.4"13226source = "registry+https://github.com/rust-lang/crates.io-index"13227checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1322813229[[package]]13230name = "void"13231version = "1.0.2"13232source = "registry+https://github.com/rust-lang/crates.io-index"13233checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1323413235[[package]]13236name = "waker-fn"13237version = "1.1.0"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1324013241[[package]]13242name = "walkdir"13243version = "2.3.2"13244source = "registry+https://github.com/rust-lang/crates.io-index"13245checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13246dependencies = [13247 "same-file",13248 "winapi",13249 "winapi-util",13250]1325113252[[package]]13253name = "want"13254version = "0.3.0"13255source = "registry+https://github.com/rust-lang/crates.io-index"13256checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13257dependencies = [13258 "log",13259 "try-lock",13260]1326113262[[package]]13263name = "wasi"13264version = "0.9.0+wasi-snapshot-preview1"13265source = "registry+https://github.com/rust-lang/crates.io-index"13266checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1326713268[[package]]13269name = "wasi"13270version = "0.10.0+wasi-snapshot-preview1"13271source = "registry+https://github.com/rust-lang/crates.io-index"13272checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1327313274[[package]]13275name = "wasi"13276version = "0.11.0+wasi-snapshot-preview1"13277source = "registry+https://github.com/rust-lang/crates.io-index"13278checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1327913280[[package]]13281name = "wasm-bindgen"13282version = "0.2.83"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13285dependencies = [13286 "cfg-if",13287 "wasm-bindgen-macro",13288]1328913290[[package]]13291name = "wasm-bindgen-backend"13292version = "0.2.83"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13295dependencies = [13296 "bumpalo",13297 "log",13298 "once_cell",13299 "proc-macro2",13300 "quote",13301 "syn",13302 "wasm-bindgen-shared",13303]1330413305[[package]]13306name = "wasm-bindgen-futures"13307version = "0.4.33"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13310dependencies = [13311 "cfg-if",13312 "js-sys",13313 "wasm-bindgen",13314 "web-sys",13315]1331613317[[package]]13318name = "wasm-bindgen-macro"13319version = "0.2.83"13320source = "registry+https://github.com/rust-lang/crates.io-index"13321checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13322dependencies = [13323 "quote",13324 "wasm-bindgen-macro-support",13325]1332613327[[package]]13328name = "wasm-bindgen-macro-support"13329version = "0.2.83"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13332dependencies = [13333 "proc-macro2",13334 "quote",13335 "syn",13336 "wasm-bindgen-backend",13337 "wasm-bindgen-shared",13338]1333913340[[package]]13341name = "wasm-bindgen-shared"13342version = "0.2.83"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1334513346[[package]]13347name = "wasm-instrument"13348version = "0.3.0"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13351dependencies = [13352 "parity-wasm",13353]1335413355[[package]]13356name = "wasm-opt"13357version = "0.110.2"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13360dependencies = [13361 "anyhow",13362 "libc",13363 "strum",13364 "strum_macros",13365 "tempfile",13366 "thiserror",13367 "wasm-opt-cxx-sys",13368 "wasm-opt-sys",13369]1337013371[[package]]13372name = "wasm-opt-cxx-sys"13373version = "0.110.2"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13376dependencies = [13377 "anyhow",13378 "cxx",13379 "cxx-build",13380 "wasm-opt-sys",13381]1338213383[[package]]13384name = "wasm-opt-sys"13385version = "0.110.2"13386source = "registry+https://github.com/rust-lang/crates.io-index"13387checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13388dependencies = [13389 "anyhow",13390 "cc",13391 "cxx",13392 "cxx-build",13393 "regex",13394]1339513396[[package]]13397name = "wasm-timer"13398version = "0.2.5"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13401dependencies = [13402 "futures 0.3.25",13403 "js-sys",13404 "parking_lot 0.11.2",13405 "pin-utils",13406 "wasm-bindgen",13407 "wasm-bindgen-futures",13408 "web-sys",13409]1341013411[[package]]13412name = "wasmi"13413version = "0.13.2"13414source = "registry+https://github.com/rust-lang/crates.io-index"13415checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13416dependencies = [13417 "parity-wasm",13418 "wasmi-validation",13419 "wasmi_core",13420]1342113422[[package]]13423name = "wasmi-validation"13424version = "0.5.0"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13427dependencies = [13428 "parity-wasm",13429]1343013431[[package]]13432name = "wasmi_core"13433version = "0.2.1"13434source = "registry+https://github.com/rust-lang/crates.io-index"13435checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13436dependencies = [13437 "downcast-rs",13438 "libm",13439 "memory_units",13440 "num-rational",13441 "num-traits",13442]1344313444[[package]]13445name = "wasmparser"13446version = "0.89.1"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13449dependencies = [13450 "indexmap",13451]1345213453[[package]]13454name = "wasmtime"13455version = "1.0.2"13456source = "registry+https://github.com/rust-lang/crates.io-index"13457checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13458dependencies = [13459 "anyhow",13460 "bincode",13461 "cfg-if",13462 "indexmap",13463 "libc",13464 "log",13465 "object",13466 "once_cell",13467 "paste",13468 "psm",13469 "rayon",13470 "serde",13471 "target-lexicon",13472 "wasmparser",13473 "wasmtime-cache",13474 "wasmtime-cranelift",13475 "wasmtime-environ",13476 "wasmtime-jit",13477 "wasmtime-runtime",13478 "windows-sys 0.36.1",13479]1348013481[[package]]13482name = "wasmtime-asm-macros"13483version = "1.0.2"13484source = "registry+https://github.com/rust-lang/crates.io-index"13485checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13486dependencies = [13487 "cfg-if",13488]1348913490[[package]]13491name = "wasmtime-cache"13492version = "1.0.2"13493source = "registry+https://github.com/rust-lang/crates.io-index"13494checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13495dependencies = [13496 "anyhow",13497 "base64",13498 "bincode",13499 "directories-next",13500 "file-per-thread-logger",13501 "log",13502 "rustix 0.35.13",13503 "serde",13504 "sha2 0.9.9",13505 "toml",13506 "windows-sys 0.36.1",13507 "zstd",13508]1350913510[[package]]13511name = "wasmtime-cranelift"13512version = "1.0.2"13513source = "registry+https://github.com/rust-lang/crates.io-index"13514checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13515dependencies = [13516 "anyhow",13517 "cranelift-codegen",13518 "cranelift-entity",13519 "cranelift-frontend",13520 "cranelift-native",13521 "cranelift-wasm",13522 "gimli",13523 "log",13524 "object",13525 "target-lexicon",13526 "thiserror",13527 "wasmparser",13528 "wasmtime-environ",13529]1353013531[[package]]13532name = "wasmtime-environ"13533version = "1.0.2"13534source = "registry+https://github.com/rust-lang/crates.io-index"13535checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13536dependencies = [13537 "anyhow",13538 "cranelift-entity",13539 "gimli",13540 "indexmap",13541 "log",13542 "object",13543 "serde",13544 "target-lexicon",13545 "thiserror",13546 "wasmparser",13547 "wasmtime-types",13548]1354913550[[package]]13551name = "wasmtime-jit"13552version = "1.0.2"13553source = "registry+https://github.com/rust-lang/crates.io-index"13554checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13555dependencies = [13556 "addr2line",13557 "anyhow",13558 "bincode",13559 "cfg-if",13560 "cpp_demangle",13561 "gimli",13562 "log",13563 "object",13564 "rustc-demangle",13565 "rustix 0.35.13",13566 "serde",13567 "target-lexicon",13568 "thiserror",13569 "wasmtime-environ",13570 "wasmtime-jit-debug",13571 "wasmtime-runtime",13572 "windows-sys 0.36.1",13573]1357413575[[package]]13576name = "wasmtime-jit-debug"13577version = "1.0.2"13578source = "registry+https://github.com/rust-lang/crates.io-index"13579checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13580dependencies = [13581 "object",13582 "once_cell",13583 "rustix 0.35.13",13584]1358513586[[package]]13587name = "wasmtime-runtime"13588version = "1.0.2"13589source = "registry+https://github.com/rust-lang/crates.io-index"13590checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13591dependencies = [13592 "anyhow",13593 "cc",13594 "cfg-if",13595 "indexmap",13596 "libc",13597 "log",13598 "mach",13599 "memfd",13600 "memoffset 0.6.5",13601 "paste",13602 "rand 0.8.5",13603 "rustix 0.35.13",13604 "thiserror",13605 "wasmtime-asm-macros",13606 "wasmtime-environ",13607 "wasmtime-jit-debug",13608 "windows-sys 0.36.1",13609]1361013611[[package]]13612name = "wasmtime-types"13613version = "1.0.2"13614source = "registry+https://github.com/rust-lang/crates.io-index"13615checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13616dependencies = [13617 "cranelift-entity",13618 "serde",13619 "thiserror",13620 "wasmparser",13621]1362213623[[package]]13624name = "web-sys"13625version = "0.3.60"13626source = "registry+https://github.com/rust-lang/crates.io-index"13627checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13628dependencies = [13629 "js-sys",13630 "wasm-bindgen",13631]1363213633[[package]]13634name = "webpki"13635version = "0.22.0"13636source = "registry+https://github.com/rust-lang/crates.io-index"13637checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13638dependencies = [13639 "ring",13640 "untrusted",13641]1364213643[[package]]13644name = "webpki-roots"13645version = "0.22.5"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13648dependencies = [13649 "webpki",13650]1365113652[[package]]13653name = "wepoll-ffi"13654version = "0.1.2"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13657dependencies = [13658 "cc",13659]1366013661[[package]]13662name = "westend-runtime"13663version = "0.9.33"13664source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13665dependencies = [13666 "beefy-primitives",13667 "bitvec 1.0.1",13668 "frame-benchmarking",13669 "frame-election-provider-support",13670 "frame-executive",13671 "frame-support",13672 "frame-system",13673 "frame-system-benchmarking",13674 "frame-system-rpc-runtime-api",13675 "frame-try-runtime",13676 "hex-literal",13677 "log",13678 "pallet-authority-discovery",13679 "pallet-authorship",13680 "pallet-babe",13681 "pallet-bags-list",13682 "pallet-balances",13683 "pallet-collective",13684 "pallet-democracy",13685 "pallet-election-provider-multi-phase",13686 "pallet-election-provider-support-benchmarking",13687 "pallet-elections-phragmen",13688 "pallet-fast-unstake",13689 "pallet-grandpa",13690 "pallet-identity",13691 "pallet-im-online",13692 "pallet-indices",13693 "pallet-membership",13694 "pallet-multisig",13695 "pallet-nomination-pools",13696 "pallet-nomination-pools-benchmarking",13697 "pallet-nomination-pools-runtime-api",13698 "pallet-offences",13699 "pallet-offences-benchmarking",13700 "pallet-preimage",13701 "pallet-proxy",13702 "pallet-recovery",13703 "pallet-scheduler",13704 "pallet-session",13705 "pallet-session-benchmarking",13706 "pallet-society",13707 "pallet-staking",13708 "pallet-staking-reward-curve",13709 "pallet-sudo",13710 "pallet-timestamp",13711 "pallet-transaction-payment",13712 "pallet-transaction-payment-rpc-runtime-api",13713 "pallet-treasury",13714 "pallet-utility",13715 "pallet-vesting",13716 "pallet-xcm",13717 "pallet-xcm-benchmarks",13718 "parity-scale-codec 3.2.1",13719 "polkadot-parachain",13720 "polkadot-primitives",13721 "polkadot-runtime-common",13722 "polkadot-runtime-parachains",13723 "rustc-hex",13724 "scale-info",13725 "serde",13726 "serde_derive",13727 "smallvec",13728 "sp-api",13729 "sp-authority-discovery",13730 "sp-block-builder",13731 "sp-consensus-babe",13732 "sp-core",13733 "sp-inherents",13734 "sp-io",13735 "sp-mmr-primitives",13736 "sp-npos-elections",13737 "sp-offchain",13738 "sp-runtime",13739 "sp-session",13740 "sp-staking",13741 "sp-std",13742 "sp-transaction-pool",13743 "sp-version",13744 "substrate-wasm-builder",13745 "westend-runtime-constants",13746 "xcm",13747 "xcm-builder",13748 "xcm-executor",13749]1375013751[[package]]13752name = "westend-runtime-constants"13753version = "0.9.33"13754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13755dependencies = [13756 "frame-support",13757 "polkadot-primitives",13758 "polkadot-runtime-common",13759 "smallvec",13760 "sp-core",13761 "sp-runtime",13762 "sp-weights",13763]1376413765[[package]]13766name = "which"13767version = "4.3.0"13768source = "registry+https://github.com/rust-lang/crates.io-index"13769checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13770dependencies = [13771 "either",13772 "libc",13773 "once_cell",13774]1377513776[[package]]13777name = "widestring"13778version = "0.5.1"13779source = "registry+https://github.com/rust-lang/crates.io-index"13780checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1378113782[[package]]13783name = "winapi"13784version = "0.3.9"13785source = "registry+https://github.com/rust-lang/crates.io-index"13786checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13787dependencies = [13788 "winapi-i686-pc-windows-gnu",13789 "winapi-x86_64-pc-windows-gnu",13790]1379113792[[package]]13793name = "winapi-i686-pc-windows-gnu"13794version = "0.4.0"13795source = "registry+https://github.com/rust-lang/crates.io-index"13796checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1379713798[[package]]13799name = "winapi-util"13800version = "0.1.5"13801source = "registry+https://github.com/rust-lang/crates.io-index"13802checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13803dependencies = [13804 "winapi",13805]1380613807[[package]]13808name = "winapi-x86_64-pc-windows-gnu"13809version = "0.4.0"13810source = "registry+https://github.com/rust-lang/crates.io-index"13811checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1381213813[[package]]13814name = "windows"13815version = "0.34.0"13816source = "registry+https://github.com/rust-lang/crates.io-index"13817checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13818dependencies = [13819 "windows_aarch64_msvc 0.34.0",13820 "windows_i686_gnu 0.34.0",13821 "windows_i686_msvc 0.34.0",13822 "windows_x86_64_gnu 0.34.0",13823 "windows_x86_64_msvc 0.34.0",13824]1382513826[[package]]13827name = "windows-sys"13828version = "0.36.1"13829source = "registry+https://github.com/rust-lang/crates.io-index"13830checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13831dependencies = [13832 "windows_aarch64_msvc 0.36.1",13833 "windows_i686_gnu 0.36.1",13834 "windows_i686_msvc 0.36.1",13835 "windows_x86_64_gnu 0.36.1",13836 "windows_x86_64_msvc 0.36.1",13837]1383813839[[package]]13840name = "windows-sys"13841version = "0.42.0"13842source = "registry+https://github.com/rust-lang/crates.io-index"13843checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13844dependencies = [13845 "windows_aarch64_gnullvm",13846 "windows_aarch64_msvc 0.42.0",13847 "windows_i686_gnu 0.42.0",13848 "windows_i686_msvc 0.42.0",13849 "windows_x86_64_gnu 0.42.0",13850 "windows_x86_64_gnullvm",13851 "windows_x86_64_msvc 0.42.0",13852]1385313854[[package]]13855name = "windows_aarch64_gnullvm"13856version = "0.42.0"13857source = "registry+https://github.com/rust-lang/crates.io-index"13858checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1385913860[[package]]13861name = "windows_aarch64_msvc"13862version = "0.34.0"13863source = "registry+https://github.com/rust-lang/crates.io-index"13864checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1386513866[[package]]13867name = "windows_aarch64_msvc"13868version = "0.36.1"13869source = "registry+https://github.com/rust-lang/crates.io-index"13870checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1387113872[[package]]13873name = "windows_aarch64_msvc"13874version = "0.42.0"13875source = "registry+https://github.com/rust-lang/crates.io-index"13876checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1387713878[[package]]13879name = "windows_i686_gnu"13880version = "0.34.0"13881source = "registry+https://github.com/rust-lang/crates.io-index"13882checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1388313884[[package]]13885name = "windows_i686_gnu"13886version = "0.36.1"13887source = "registry+https://github.com/rust-lang/crates.io-index"13888checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1388913890[[package]]13891name = "windows_i686_gnu"13892version = "0.42.0"13893source = "registry+https://github.com/rust-lang/crates.io-index"13894checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1389513896[[package]]13897name = "windows_i686_msvc"13898version = "0.34.0"13899source = "registry+https://github.com/rust-lang/crates.io-index"13900checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1390113902[[package]]13903name = "windows_i686_msvc"13904version = "0.36.1"13905source = "registry+https://github.com/rust-lang/crates.io-index"13906checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1390713908[[package]]13909name = "windows_i686_msvc"13910version = "0.42.0"13911source = "registry+https://github.com/rust-lang/crates.io-index"13912checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1391313914[[package]]13915name = "windows_x86_64_gnu"13916version = "0.34.0"13917source = "registry+https://github.com/rust-lang/crates.io-index"13918checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1391913920[[package]]13921name = "windows_x86_64_gnu"13922version = "0.36.1"13923source = "registry+https://github.com/rust-lang/crates.io-index"13924checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1392513926[[package]]13927name = "windows_x86_64_gnu"13928version = "0.42.0"13929source = "registry+https://github.com/rust-lang/crates.io-index"13930checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1393113932[[package]]13933name = "windows_x86_64_gnullvm"13934version = "0.42.0"13935source = "registry+https://github.com/rust-lang/crates.io-index"13936checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1393713938[[package]]13939name = "windows_x86_64_msvc"13940version = "0.34.0"13941source = "registry+https://github.com/rust-lang/crates.io-index"13942checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1394313944[[package]]13945name = "windows_x86_64_msvc"13946version = "0.36.1"13947source = "registry+https://github.com/rust-lang/crates.io-index"13948checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1394913950[[package]]13951name = "windows_x86_64_msvc"13952version = "0.42.0"13953source = "registry+https://github.com/rust-lang/crates.io-index"13954checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1395513956[[package]]13957name = "winreg"13958version = "0.10.1"13959source = "registry+https://github.com/rust-lang/crates.io-index"13960checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"13961dependencies = [13962 "winapi",13963]1396413965[[package]]13966name = "wyz"13967version = "0.2.0"13968source = "registry+https://github.com/rust-lang/crates.io-index"13969checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1397013971[[package]]13972name = "wyz"13973version = "0.5.1"13974source = "registry+https://github.com/rust-lang/crates.io-index"13975checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"13976dependencies = [13977 "tap",13978]1397913980[[package]]13981name = "x25519-dalek"13982version = "1.1.1"13983source = "registry+https://github.com/rust-lang/crates.io-index"13984checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13985dependencies = [13986 "curve25519-dalek 3.2.0",13987 "rand_core 0.5.1",13988 "zeroize",13989]1399013991[[package]]13992name = "xcm"13993version = "0.9.33"13994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13995dependencies = [13996 "derivative",13997 "impl-trait-for-tuples",13998 "log",13999 "parity-scale-codec 3.2.1",14000 "scale-info",14001 "sp-runtime",14002 "xcm-procedural",14003]1400414005[[package]]14006name = "xcm-builder"14007version = "0.9.33"14008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14009dependencies = [14010 "frame-support",14011 "frame-system",14012 "log",14013 "pallet-transaction-payment",14014 "parity-scale-codec 3.2.1",14015 "polkadot-parachain",14016 "scale-info",14017 "sp-arithmetic",14018 "sp-io",14019 "sp-runtime",14020 "sp-std",14021 "xcm",14022 "xcm-executor",14023]1402414025[[package]]14026name = "xcm-executor"14027version = "0.9.33"14028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14029dependencies = [14030 "frame-benchmarking",14031 "frame-support",14032 "impl-trait-for-tuples",14033 "log",14034 "parity-scale-codec 3.2.1",14035 "sp-arithmetic",14036 "sp-core",14037 "sp-io",14038 "sp-runtime",14039 "sp-std",14040 "xcm",14041]1404214043[[package]]14044name = "xcm-procedural"14045version = "0.9.33"14046source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14047dependencies = [14048 "Inflector",14049 "proc-macro2",14050 "quote",14051 "syn",14052]1405314054[[package]]14055name = "yamux"14056version = "0.10.2"14057source = "registry+https://github.com/rust-lang/crates.io-index"14058checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14059dependencies = [14060 "futures 0.3.25",14061 "log",14062 "nohash-hasher",14063 "parking_lot 0.12.1",14064 "rand 0.8.5",14065 "static_assertions",14066]1406714068[[package]]14069name = "zeroize"14070version = "1.5.7"14071source = "registry+https://github.com/rust-lang/crates.io-index"14072checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14073dependencies = [14074 "zeroize_derive",14075]1407614077[[package]]14078name = "zeroize_derive"14079version = "1.3.3"14080source = "registry+https://github.com/rust-lang/crates.io-index"14081checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14082dependencies = [14083 "proc-macro2",14084 "quote",14085 "syn",14086 "synstructure",14087]1408814089[[package]]14090name = "zstd"14091version = "0.11.2+zstd.1.5.2"14092source = "registry+https://github.com/rust-lang/crates.io-index"14093checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14094dependencies = [14095 "zstd-safe",14096]1409714098[[package]]14099name = "zstd-safe"14100version = "5.0.2+zstd.1.5.2"14101source = "registry+https://github.com/rust-lang/crates.io-index"14102checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14103dependencies = [14104 "libc",14105 "zstd-sys",14106]1410714108[[package]]14109name = "zstd-sys"14110version = "2.0.4+zstd.1.5.2"14111source = "registry+https://github.com/rust-lang/crates.io-index"14112checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14113dependencies = [14114 "cc",14115 "libc",14116]