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

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.0"5528dependencies = [5529 "frame-benchmarking",5530 "frame-support",5531 "frame-system",5532 "pallet-balances",5533 "pallet-common",5534 "pallet-evm",5535 "pallet-evm-contract-helpers",5536 "pallet-evm-migration",5537 "pallet-randomness-collective-flip",5538 "pallet-timestamp",5539 "pallet-unique",5540 "parity-scale-codec 3.2.1",5541 "scale-info",5542 "serde",5543 "sp-core",5544 "sp-io",5545 "sp-runtime",5546 "sp-std",5547 "up-data-structs",5548]55495550[[package]]5551name = "pallet-aura"5552version = "4.0.0-dev"5553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5554dependencies = [5555 "frame-support",5556 "frame-system",5557 "pallet-timestamp",5558 "parity-scale-codec 3.2.1",5559 "scale-info",5560 "sp-application-crypto",5561 "sp-consensus-aura",5562 "sp-runtime",5563 "sp-std",5564]55655566[[package]]5567name = "pallet-authority-discovery"5568version = "4.0.0-dev"5569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5570dependencies = [5571 "frame-support",5572 "frame-system",5573 "pallet-session",5574 "parity-scale-codec 3.2.1",5575 "scale-info",5576 "sp-application-crypto",5577 "sp-authority-discovery",5578 "sp-runtime",5579 "sp-std",5580]55815582[[package]]5583name = "pallet-authorship"5584version = "4.0.0-dev"5585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5586dependencies = [5587 "frame-support",5588 "frame-system",5589 "impl-trait-for-tuples",5590 "parity-scale-codec 3.2.1",5591 "scale-info",5592 "sp-authorship",5593 "sp-runtime",5594 "sp-std",5595]55965597[[package]]5598name = "pallet-babe"5599version = "4.0.0-dev"5600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5601dependencies = [5602 "frame-benchmarking",5603 "frame-support",5604 "frame-system",5605 "log",5606 "pallet-authorship",5607 "pallet-session",5608 "pallet-timestamp",5609 "parity-scale-codec 3.2.1",5610 "scale-info",5611 "sp-application-crypto",5612 "sp-consensus-babe",5613 "sp-consensus-vrf",5614 "sp-io",5615 "sp-runtime",5616 "sp-session",5617 "sp-staking",5618 "sp-std",5619]56205621[[package]]5622name = "pallet-bags-list"5623version = "4.0.0-dev"5624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5625dependencies = [5626 "frame-benchmarking",5627 "frame-election-provider-support",5628 "frame-support",5629 "frame-system",5630 "log",5631 "pallet-balances",5632 "parity-scale-codec 3.2.1",5633 "scale-info",5634 "sp-core",5635 "sp-io",5636 "sp-runtime",5637 "sp-std",5638 "sp-tracing",5639]56405641[[package]]5642name = "pallet-balances"5643version = "4.0.0-dev"5644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5645dependencies = [5646 "frame-benchmarking",5647 "frame-support",5648 "frame-system",5649 "log",5650 "parity-scale-codec 3.2.1",5651 "scale-info",5652 "sp-runtime",5653 "sp-std",5654]56555656[[package]]5657name = "pallet-base-fee"5658version = "1.0.0"5659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5660dependencies = [5661 "fp-evm",5662 "frame-support",5663 "frame-system",5664 "parity-scale-codec 3.2.1",5665 "scale-info",5666 "serde",5667 "sp-core",5668 "sp-runtime",5669]56705671[[package]]5672name = "pallet-beefy"5673version = "4.0.0-dev"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5675dependencies = [5676 "beefy-primitives",5677 "frame-support",5678 "frame-system",5679 "pallet-session",5680 "parity-scale-codec 3.2.1",5681 "scale-info",5682 "serde",5683 "sp-runtime",5684 "sp-std",5685]56865687[[package]]5688name = "pallet-beefy-mmr"5689version = "4.0.0-dev"5690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5691dependencies = [5692 "array-bytes",5693 "beefy-merkle-tree",5694 "beefy-primitives",5695 "frame-support",5696 "frame-system",5697 "log",5698 "pallet-beefy",5699 "pallet-mmr",5700 "pallet-session",5701 "parity-scale-codec 3.2.1",5702 "scale-info",5703 "serde",5704 "sp-core",5705 "sp-io",5706 "sp-runtime",5707 "sp-std",5708]57095710[[package]]5711name = "pallet-bounties"5712version = "4.0.0-dev"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5714dependencies = [5715 "frame-benchmarking",5716 "frame-support",5717 "frame-system",5718 "log",5719 "pallet-treasury",5720 "parity-scale-codec 3.2.1",5721 "scale-info",5722 "sp-core",5723 "sp-io",5724 "sp-runtime",5725 "sp-std",5726]57275728[[package]]5729name = "pallet-child-bounties"5730version = "4.0.0-dev"5731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5732dependencies = [5733 "frame-benchmarking",5734 "frame-support",5735 "frame-system",5736 "log",5737 "pallet-bounties",5738 "pallet-treasury",5739 "parity-scale-codec 3.2.1",5740 "scale-info",5741 "sp-core",5742 "sp-io",5743 "sp-runtime",5744 "sp-std",5745]57465747[[package]]5748name = "pallet-collective"5749version = "4.0.0-dev"5750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5751dependencies = [5752 "frame-benchmarking",5753 "frame-support",5754 "frame-system",5755 "log",5756 "parity-scale-codec 3.2.1",5757 "scale-info",5758 "sp-core",5759 "sp-io",5760 "sp-runtime",5761 "sp-std",5762]57635764[[package]]5765name = "pallet-common"5766version = "0.1.12"5767dependencies = [5768 "ethereum 0.14.0",5769 "evm-coder",5770 "fp-evm-mapping",5771 "frame-benchmarking",5772 "frame-support",5773 "frame-system",5774 "pallet-evm",5775 "pallet-evm-coder-substrate",5776 "parity-scale-codec 3.2.1",5777 "scale-info",5778 "serde",5779 "sp-core",5780 "sp-runtime",5781 "sp-std",5782 "up-data-structs",5783]57845785[[package]]5786name = "pallet-configuration"5787version = "0.1.1"5788dependencies = [5789 "fp-evm",5790 "frame-support",5791 "frame-system",5792 "parity-scale-codec 3.2.1",5793 "scale-info",5794 "smallvec",5795 "sp-arithmetic",5796 "sp-core",5797 "sp-runtime",5798 "sp-std",5799 "xcm",5800]58015802[[package]]5803name = "pallet-conviction-voting"5804version = "4.0.0-dev"5805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5806dependencies = [5807 "assert_matches",5808 "frame-benchmarking",5809 "frame-support",5810 "frame-system",5811 "parity-scale-codec 3.2.1",5812 "scale-info",5813 "serde",5814 "sp-io",5815 "sp-runtime",5816 "sp-std",5817]58185819[[package]]5820name = "pallet-democracy"5821version = "4.0.0-dev"5822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5823dependencies = [5824 "frame-benchmarking",5825 "frame-support",5826 "frame-system",5827 "log",5828 "parity-scale-codec 3.2.1",5829 "scale-info",5830 "serde",5831 "sp-core",5832 "sp-io",5833 "sp-runtime",5834 "sp-std",5835]58365837[[package]]5838name = "pallet-election-provider-multi-phase"5839version = "4.0.0-dev"5840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5841dependencies = [5842 "frame-benchmarking",5843 "frame-election-provider-support",5844 "frame-support",5845 "frame-system",5846 "log",5847 "pallet-election-provider-support-benchmarking",5848 "parity-scale-codec 3.2.1",5849 "rand 0.7.3",5850 "scale-info",5851 "sp-arithmetic",5852 "sp-core",5853 "sp-io",5854 "sp-npos-elections",5855 "sp-runtime",5856 "sp-std",5857 "static_assertions",5858 "strum",5859]58605861[[package]]5862name = "pallet-election-provider-support-benchmarking"5863version = "4.0.0-dev"5864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5865dependencies = [5866 "frame-benchmarking",5867 "frame-election-provider-support",5868 "frame-system",5869 "parity-scale-codec 3.2.1",5870 "sp-npos-elections",5871 "sp-runtime",5872]58735874[[package]]5875name = "pallet-elections-phragmen"5876version = "5.0.0-dev"5877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5878dependencies = [5879 "frame-benchmarking",5880 "frame-support",5881 "frame-system",5882 "log",5883 "parity-scale-codec 3.2.1",5884 "scale-info",5885 "sp-core",5886 "sp-io",5887 "sp-npos-elections",5888 "sp-runtime",5889 "sp-std",5890]58915892[[package]]5893name = "pallet-ethereum"5894version = "4.0.0-dev"5895source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5896dependencies = [5897 "ethereum 0.14.0",5898 "ethereum-types 0.14.1",5899 "evm",5900 "fp-consensus",5901 "fp-ethereum",5902 "fp-evm",5903 "fp-evm-mapping",5904 "fp-rpc",5905 "fp-self-contained",5906 "fp-storage",5907 "frame-support",5908 "frame-system",5909 "pallet-evm",5910 "pallet-timestamp",5911 "parity-scale-codec 3.2.1",5912 "rlp",5913 "scale-info",5914 "serde",5915 "sp-io",5916 "sp-runtime",5917 "sp-std",5918]59195920[[package]]5921name = "pallet-evm"5922version = "6.0.0-dev"5923source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5924dependencies = [5925 "environmental",5926 "evm",5927 "fp-evm",5928 "fp-evm-mapping",5929 "frame-benchmarking",5930 "frame-support",5931 "frame-system",5932 "hex",5933 "impl-trait-for-tuples",5934 "log",5935 "pallet-timestamp",5936 "parity-scale-codec 3.2.1",5937 "primitive-types 0.12.1",5938 "rlp",5939 "scale-info",5940 "serde",5941 "sp-core",5942 "sp-io",5943 "sp-runtime",5944 "sp-std",5945]59465947[[package]]5948name = "pallet-evm-coder-substrate"5949version = "0.1.3"5950dependencies = [5951 "ethereum 0.14.0",5952 "evm-coder",5953 "frame-benchmarking",5954 "frame-support",5955 "frame-system",5956 "pallet-ethereum",5957 "pallet-evm",5958 "parity-scale-codec 3.2.1",5959 "scale-info",5960 "sp-core",5961 "sp-std",5962 "up-data-structs",5963]59645965[[package]]5966name = "pallet-evm-contract-helpers"5967version = "0.3.0"5968dependencies = [5969 "ethereum 0.14.0",5970 "evm-coder",5971 "fp-evm-mapping",5972 "frame-support",5973 "frame-system",5974 "log",5975 "pallet-common",5976 "pallet-evm",5977 "pallet-evm-coder-substrate",5978 "pallet-evm-transaction-payment",5979 "parity-scale-codec 3.2.1",5980 "scale-info",5981 "sp-core",5982 "sp-runtime",5983 "sp-std",5984 "up-data-structs",5985 "up-sponsorship",5986]59875988[[package]]5989name = "pallet-evm-migration"5990version = "0.1.1"5991dependencies = [5992 "ethereum 0.14.0",5993 "fp-evm",5994 "frame-benchmarking",5995 "frame-support",5996 "frame-system",5997 "pallet-evm",5998 "parity-scale-codec 3.2.1",5999 "scale-info",6000 "sp-core",6001 "sp-io",6002 "sp-runtime",6003 "sp-std",6004]60056006[[package]]6007name = "pallet-evm-transaction-payment"6008version = "0.1.1"6009dependencies = [6010 "fp-evm",6011 "fp-evm-mapping",6012 "frame-support",6013 "frame-system",6014 "pallet-ethereum",6015 "pallet-evm",6016 "parity-scale-codec 3.2.1",6017 "scale-info",6018 "sp-core",6019 "sp-io",6020 "sp-runtime",6021 "sp-std",6022 "up-sponsorship",6023]60246025[[package]]6026name = "pallet-fast-unstake"6027version = "4.0.0-dev"6028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6029dependencies = [6030 "frame-benchmarking",6031 "frame-election-provider-support",6032 "frame-support",6033 "frame-system",6034 "log",6035 "parity-scale-codec 3.2.1",6036 "scale-info",6037 "sp-io",6038 "sp-runtime",6039 "sp-staking",6040 "sp-std",6041]60426043[[package]]6044name = "pallet-foreign-assets"6045version = "0.1.0"6046dependencies = [6047 "frame-benchmarking",6048 "frame-support",6049 "frame-system",6050 "hex",6051 "log",6052 "orml-tokens",6053 "pallet-balances",6054 "pallet-common",6055 "pallet-fungible",6056 "pallet-timestamp",6057 "parity-scale-codec 3.2.1",6058 "scale-info",6059 "serde",6060 "serde_json",6061 "sp-core",6062 "sp-io",6063 "sp-runtime",6064 "sp-std",6065 "up-data-structs",6066 "xcm",6067 "xcm-builder",6068 "xcm-executor",6069]60706071[[package]]6072name = "pallet-fungible"6073version = "0.1.7"6074dependencies = [6075 "ethereum 0.14.0",6076 "evm-coder",6077 "frame-benchmarking",6078 "frame-support",6079 "frame-system",6080 "pallet-common",6081 "pallet-evm",6082 "pallet-evm-coder-substrate",6083 "pallet-structure",6084 "parity-scale-codec 3.2.1",6085 "scale-info",6086 "sp-core",6087 "sp-runtime",6088 "sp-std",6089 "up-data-structs",6090]60916092[[package]]6093name = "pallet-gilt"6094version = "4.0.0-dev"6095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6096dependencies = [6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "parity-scale-codec 3.2.1",6101 "scale-info",6102 "sp-arithmetic",6103 "sp-runtime",6104 "sp-std",6105]61066107[[package]]6108name = "pallet-grandpa"6109version = "4.0.0-dev"6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6111dependencies = [6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "log",6116 "pallet-authorship",6117 "pallet-session",6118 "parity-scale-codec 3.2.1",6119 "scale-info",6120 "sp-application-crypto",6121 "sp-core",6122 "sp-finality-grandpa",6123 "sp-io",6124 "sp-runtime",6125 "sp-session",6126 "sp-staking",6127 "sp-std",6128]61296130[[package]]6131name = "pallet-identity"6132version = "4.0.0-dev"6133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6134dependencies = [6135 "enumflags2",6136 "frame-benchmarking",6137 "frame-support",6138 "frame-system",6139 "parity-scale-codec 3.2.1",6140 "scale-info",6141 "sp-io",6142 "sp-runtime",6143 "sp-std",6144]61456146[[package]]6147name = "pallet-im-online"6148version = "4.0.0-dev"6149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6150dependencies = [6151 "frame-benchmarking",6152 "frame-support",6153 "frame-system",6154 "log",6155 "pallet-authorship",6156 "parity-scale-codec 3.2.1",6157 "scale-info",6158 "sp-application-crypto",6159 "sp-core",6160 "sp-io",6161 "sp-runtime",6162 "sp-staking",6163 "sp-std",6164]61656166[[package]]6167name = "pallet-indices"6168version = "4.0.0-dev"6169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6170dependencies = [6171 "frame-benchmarking",6172 "frame-support",6173 "frame-system",6174 "parity-scale-codec 3.2.1",6175 "scale-info",6176 "sp-core",6177 "sp-io",6178 "sp-keyring",6179 "sp-runtime",6180 "sp-std",6181]61826183[[package]]6184name = "pallet-inflation"6185version = "0.1.1"6186dependencies = [6187 "frame-benchmarking",6188 "frame-support",6189 "frame-system",6190 "pallet-balances",6191 "pallet-randomness-collective-flip",6192 "pallet-timestamp",6193 "parity-scale-codec 3.2.1",6194 "scale-info",6195 "serde",6196 "sp-core",6197 "sp-io",6198 "sp-runtime",6199 "sp-std",6200]62016202[[package]]6203name = "pallet-maintenance"6204version = "0.1.0"6205dependencies = [6206 "frame-benchmarking",6207 "frame-support",6208 "frame-system",6209 "parity-scale-codec 3.2.1",6210 "scale-info",6211 "sp-std",6212]62136214[[package]]6215name = "pallet-membership"6216version = "4.0.0-dev"6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6218dependencies = [6219 "frame-benchmarking",6220 "frame-support",6221 "frame-system",6222 "log",6223 "parity-scale-codec 3.2.1",6224 "scale-info",6225 "sp-core",6226 "sp-io",6227 "sp-runtime",6228 "sp-std",6229]62306231[[package]]6232name = "pallet-mmr"6233version = "4.0.0-dev"6234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6235dependencies = [6236 "ckb-merkle-mountain-range",6237 "frame-benchmarking",6238 "frame-support",6239 "frame-system",6240 "parity-scale-codec 3.2.1",6241 "scale-info",6242 "sp-core",6243 "sp-io",6244 "sp-mmr-primitives",6245 "sp-runtime",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-mmr-rpc"6251version = "3.0.0"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6253dependencies = [6254 "anyhow",6255 "jsonrpsee",6256 "parity-scale-codec 3.2.1",6257 "serde",6258 "sp-api",6259 "sp-blockchain",6260 "sp-core",6261 "sp-mmr-primitives",6262 "sp-runtime",6263]62646265[[package]]6266name = "pallet-multisig"6267version = "4.0.0-dev"6268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6269dependencies = [6270 "frame-benchmarking",6271 "frame-support",6272 "frame-system",6273 "log",6274 "parity-scale-codec 3.2.1",6275 "scale-info",6276 "sp-io",6277 "sp-runtime",6278 "sp-std",6279]62806281[[package]]6282name = "pallet-nomination-pools"6283version = "1.0.0"6284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6285dependencies = [6286 "frame-support",6287 "frame-system",6288 "log",6289 "parity-scale-codec 3.2.1",6290 "scale-info",6291 "sp-core",6292 "sp-io",6293 "sp-runtime",6294 "sp-staking",6295 "sp-std",6296]62976298[[package]]6299name = "pallet-nomination-pools-benchmarking"6300version = "1.0.0"6301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6302dependencies = [6303 "frame-benchmarking",6304 "frame-election-provider-support",6305 "frame-support",6306 "frame-system",6307 "pallet-bags-list",6308 "pallet-nomination-pools",6309 "pallet-staking",6310 "parity-scale-codec 3.2.1",6311 "scale-info",6312 "sp-runtime",6313 "sp-runtime-interface",6314 "sp-staking",6315 "sp-std",6316]63176318[[package]]6319name = "pallet-nomination-pools-runtime-api"6320version = "1.0.0-dev"6321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6322dependencies = [6323 "parity-scale-codec 3.2.1",6324 "sp-api",6325 "sp-std",6326]63276328[[package]]6329name = "pallet-nonfungible"6330version = "0.1.9"6331dependencies = [6332 "ethereum 0.14.0",6333 "evm-coder",6334 "frame-benchmarking",6335 "frame-support",6336 "frame-system",6337 "pallet-common",6338 "pallet-evm",6339 "pallet-evm-coder-substrate",6340 "pallet-structure",6341 "parity-scale-codec 3.2.1",6342 "scale-info",6343 "sp-core",6344 "sp-runtime",6345 "sp-std",6346 "struct-versioning",6347 "up-data-structs",6348]63496350[[package]]6351name = "pallet-offences"6352version = "4.0.0-dev"6353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6354dependencies = [6355 "frame-support",6356 "frame-system",6357 "log",6358 "pallet-balances",6359 "parity-scale-codec 3.2.1",6360 "scale-info",6361 "serde",6362 "sp-runtime",6363 "sp-staking",6364 "sp-std",6365]63666367[[package]]6368name = "pallet-offences-benchmarking"6369version = "4.0.0-dev"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6371dependencies = [6372 "frame-benchmarking",6373 "frame-election-provider-support",6374 "frame-support",6375 "frame-system",6376 "pallet-babe",6377 "pallet-balances",6378 "pallet-grandpa",6379 "pallet-im-online",6380 "pallet-offences",6381 "pallet-session",6382 "pallet-staking",6383 "parity-scale-codec 3.2.1",6384 "scale-info",6385 "sp-runtime",6386 "sp-staking",6387 "sp-std",6388]63896390[[package]]6391name = "pallet-preimage"6392version = "4.0.0-dev"6393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6394dependencies = [6395 "frame-benchmarking",6396 "frame-support",6397 "frame-system",6398 "log",6399 "parity-scale-codec 3.2.1",6400 "scale-info",6401 "sp-core",6402 "sp-io",6403 "sp-runtime",6404 "sp-std",6405]64066407[[package]]6408name = "pallet-proxy"6409version = "4.0.0-dev"6410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6411dependencies = [6412 "frame-benchmarking",6413 "frame-support",6414 "frame-system",6415 "parity-scale-codec 3.2.1",6416 "scale-info",6417 "sp-io",6418 "sp-runtime",6419 "sp-std",6420]64216422[[package]]6423name = "pallet-randomness-collective-flip"6424version = "4.0.0-dev"6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6426dependencies = [6427 "frame-support",6428 "frame-system",6429 "parity-scale-codec 3.2.1",6430 "safe-mix",6431 "scale-info",6432 "sp-runtime",6433 "sp-std",6434]64356436[[package]]6437name = "pallet-ranked-collective"6438version = "4.0.0-dev"6439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6440dependencies = [6441 "frame-benchmarking",6442 "frame-support",6443 "frame-system",6444 "log",6445 "parity-scale-codec 3.2.1",6446 "scale-info",6447 "sp-arithmetic",6448 "sp-core",6449 "sp-io",6450 "sp-runtime",6451 "sp-std",6452]64536454[[package]]6455name = "pallet-recovery"6456version = "4.0.0-dev"6457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6458dependencies = [6459 "frame-benchmarking",6460 "frame-support",6461 "frame-system",6462 "parity-scale-codec 3.2.1",6463 "scale-info",6464 "sp-io",6465 "sp-runtime",6466 "sp-std",6467]64686469[[package]]6470name = "pallet-referenda"6471version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6473dependencies = [6474 "assert_matches",6475 "frame-benchmarking",6476 "frame-support",6477 "frame-system",6478 "parity-scale-codec 3.2.1",6479 "scale-info",6480 "serde",6481 "sp-arithmetic",6482 "sp-io",6483 "sp-runtime",6484 "sp-std",6485]64866487[[package]]6488name = "pallet-refungible"6489version = "0.2.8"6490dependencies = [6491 "derivative",6492 "ethereum 0.14.0",6493 "evm-coder",6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "pallet-common",6498 "pallet-evm",6499 "pallet-evm-coder-substrate",6500 "pallet-structure",6501 "parity-scale-codec 3.2.1",6502 "scale-info",6503 "sp-core",6504 "sp-runtime",6505 "sp-std",6506 "struct-versioning",6507 "up-data-structs",6508]65096510[[package]]6511name = "pallet-rmrk-core"6512version = "0.1.2"6513dependencies = [6514 "derivative",6515 "frame-benchmarking",6516 "frame-support",6517 "frame-system",6518 "pallet-common",6519 "pallet-evm",6520 "pallet-nonfungible",6521 "pallet-structure",6522 "parity-scale-codec 3.2.1",6523 "rmrk-traits",6524 "scale-info",6525 "sp-core",6526 "sp-runtime",6527 "sp-std",6528 "up-data-structs",6529]65306531[[package]]6532name = "pallet-rmrk-equip"6533version = "0.1.2"6534dependencies = [6535 "frame-benchmarking",6536 "frame-support",6537 "frame-system",6538 "pallet-common",6539 "pallet-evm",6540 "pallet-nonfungible",6541 "pallet-rmrk-core",6542 "parity-scale-codec 3.2.1",6543 "rmrk-traits",6544 "scale-info",6545 "sp-core",6546 "sp-runtime",6547 "sp-std",6548 "up-data-structs",6549]65506551[[package]]6552name = "pallet-scheduler"6553version = "4.0.0-dev"6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6555dependencies = [6556 "frame-benchmarking",6557 "frame-support",6558 "frame-system",6559 "log",6560 "parity-scale-codec 3.2.1",6561 "scale-info",6562 "sp-io",6563 "sp-runtime",6564 "sp-std",6565]65666567[[package]]6568name = "pallet-session"6569version = "4.0.0-dev"6570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6571dependencies = [6572 "frame-support",6573 "frame-system",6574 "impl-trait-for-tuples",6575 "log",6576 "pallet-timestamp",6577 "parity-scale-codec 3.2.1",6578 "scale-info",6579 "sp-core",6580 "sp-io",6581 "sp-runtime",6582 "sp-session",6583 "sp-staking",6584 "sp-std",6585 "sp-trie",6586]65876588[[package]]6589name = "pallet-session-benchmarking"6590version = "4.0.0-dev"6591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6592dependencies = [6593 "frame-benchmarking",6594 "frame-support",6595 "frame-system",6596 "pallet-session",6597 "pallet-staking",6598 "rand 0.7.3",6599 "sp-runtime",6600 "sp-session",6601 "sp-std",6602]66036604[[package]]6605name = "pallet-society"6606version = "4.0.0-dev"6607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6608dependencies = [6609 "frame-support",6610 "frame-system",6611 "parity-scale-codec 3.2.1",6612 "rand_chacha 0.2.2",6613 "scale-info",6614 "sp-runtime",6615 "sp-std",6616]66176618[[package]]6619name = "pallet-staking"6620version = "4.0.0-dev"6621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6622dependencies = [6623 "frame-benchmarking",6624 "frame-election-provider-support",6625 "frame-support",6626 "frame-system",6627 "log",6628 "pallet-authorship",6629 "pallet-session",6630 "parity-scale-codec 3.2.1",6631 "rand_chacha 0.2.2",6632 "scale-info",6633 "serde",6634 "sp-application-crypto",6635 "sp-io",6636 "sp-runtime",6637 "sp-staking",6638 "sp-std",6639]66406641[[package]]6642name = "pallet-staking-reward-curve"6643version = "4.0.0-dev"6644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6645dependencies = [6646 "proc-macro-crate",6647 "proc-macro2",6648 "quote",6649 "syn",6650]66516652[[package]]6653name = "pallet-staking-reward-fn"6654version = "4.0.0-dev"6655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6656dependencies = [6657 "log",6658 "sp-arithmetic",6659]66606661[[package]]6662name = "pallet-state-trie-migration"6663version = "4.0.0-dev"6664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6665dependencies = [6666 "frame-benchmarking",6667 "frame-support",6668 "frame-system",6669 "log",6670 "parity-scale-codec 3.2.1",6671 "scale-info",6672 "sp-core",6673 "sp-io",6674 "sp-runtime",6675 "sp-std",6676]66776678[[package]]6679name = "pallet-structure"6680version = "0.1.2"6681dependencies = [6682 "frame-benchmarking",6683 "frame-support",6684 "frame-system",6685 "pallet-common",6686 "pallet-evm",6687 "parity-scale-codec 3.2.1",6688 "scale-info",6689 "sp-std",6690 "up-data-structs",6691]66926693[[package]]6694name = "pallet-sudo"6695version = "4.0.0-dev"6696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6697dependencies = [6698 "frame-support",6699 "frame-system",6700 "parity-scale-codec 3.2.1",6701 "scale-info",6702 "sp-io",6703 "sp-runtime",6704 "sp-std",6705]67066707[[package]]6708name = "pallet-template-transaction-payment"6709version = "3.0.0"6710source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"6711dependencies = [6712 "frame-benchmarking",6713 "frame-support",6714 "frame-system",6715 "pallet-balances",6716 "pallet-transaction-payment",6717 "parity-scale-codec 3.2.1",6718 "scale-info",6719 "serde",6720 "sp-core",6721 "sp-io",6722 "sp-runtime",6723 "sp-std",6724 "up-sponsorship",6725]67266727[[package]]6728name = "pallet-test-utils"6729version = "0.1.0"6730dependencies = [6731 "frame-support",6732 "frame-system",6733 "pallet-unique-scheduler-v2",6734 "parity-scale-codec 3.2.1",6735 "scale-info",6736 "sp-std",6737]67386739[[package]]6740name = "pallet-timestamp"6741version = "4.0.0-dev"6742source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6743dependencies = [6744 "frame-benchmarking",6745 "frame-support",6746 "frame-system",6747 "log",6748 "parity-scale-codec 3.2.1",6749 "scale-info",6750 "sp-inherents",6751 "sp-io",6752 "sp-runtime",6753 "sp-std",6754 "sp-timestamp",6755]67566757[[package]]6758name = "pallet-tips"6759version = "4.0.0-dev"6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6761dependencies = [6762 "frame-benchmarking",6763 "frame-support",6764 "frame-system",6765 "log",6766 "pallet-treasury",6767 "parity-scale-codec 3.2.1",6768 "scale-info",6769 "serde",6770 "sp-core",6771 "sp-io",6772 "sp-runtime",6773 "sp-std",6774]67756776[[package]]6777name = "pallet-transaction-payment"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6780dependencies = [6781 "frame-support",6782 "frame-system",6783 "parity-scale-codec 3.2.1",6784 "scale-info",6785 "serde",6786 "sp-core",6787 "sp-io",6788 "sp-runtime",6789 "sp-std",6790]67916792[[package]]6793name = "pallet-transaction-payment-rpc"6794version = "4.0.0-dev"6795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6796dependencies = [6797 "jsonrpsee",6798 "pallet-transaction-payment-rpc-runtime-api",6799 "parity-scale-codec 3.2.1",6800 "sp-api",6801 "sp-blockchain",6802 "sp-core",6803 "sp-rpc",6804 "sp-runtime",6805 "sp-weights",6806]68076808[[package]]6809name = "pallet-transaction-payment-rpc-runtime-api"6810version = "4.0.0-dev"6811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6812dependencies = [6813 "pallet-transaction-payment",6814 "parity-scale-codec 3.2.1",6815 "sp-api",6816 "sp-runtime",6817 "sp-weights",6818]68196820[[package]]6821name = "pallet-treasury"6822version = "4.0.0-dev"6823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6824dependencies = [6825 "frame-benchmarking",6826 "frame-support",6827 "frame-system",6828 "impl-trait-for-tuples",6829 "pallet-balances",6830 "parity-scale-codec 3.2.1",6831 "scale-info",6832 "serde",6833 "sp-runtime",6834 "sp-std",6835]68366837[[package]]6838name = "pallet-unique"6839version = "0.2.1"6840dependencies = [6841 "ethereum 0.12.0",6842 "evm-coder",6843 "frame-benchmarking",6844 "frame-support",6845 "frame-system",6846 "pallet-common",6847 "pallet-evm",6848 "pallet-evm-coder-substrate",6849 "pallet-nonfungible",6850 "pallet-refungible",6851 "parity-scale-codec 3.2.1",6852 "scale-info",6853 "serde",6854 "sp-core",6855 "sp-io",6856 "sp-runtime",6857 "sp-std",6858 "up-data-structs",6859]68606861[[package]]6862name = "pallet-unique-scheduler-v2"6863version = "0.1.0"6864dependencies = [6865 "frame-benchmarking",6866 "frame-support",6867 "frame-system",6868 "log",6869 "pallet-preimage",6870 "parity-scale-codec 3.2.1",6871 "scale-info",6872 "sp-core",6873 "sp-io",6874 "sp-runtime",6875 "sp-std",6876 "substrate-test-utils",6877]68786879[[package]]6880name = "pallet-utility"6881version = "4.0.0-dev"6882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6883dependencies = [6884 "frame-benchmarking",6885 "frame-support",6886 "frame-system",6887 "parity-scale-codec 3.2.1",6888 "scale-info",6889 "sp-core",6890 "sp-io",6891 "sp-runtime",6892 "sp-std",6893]68946895[[package]]6896name = "pallet-vesting"6897version = "4.0.0-dev"6898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6899dependencies = [6900 "frame-benchmarking",6901 "frame-support",6902 "frame-system",6903 "log",6904 "parity-scale-codec 3.2.1",6905 "scale-info",6906 "sp-runtime",6907 "sp-std",6908]69096910[[package]]6911name = "pallet-whitelist"6912version = "4.0.0-dev"6913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6914dependencies = [6915 "frame-benchmarking",6916 "frame-support",6917 "frame-system",6918 "parity-scale-codec 3.2.1",6919 "scale-info",6920 "sp-api",6921 "sp-runtime",6922 "sp-std",6923]69246925[[package]]6926name = "pallet-xcm"6927version = "0.9.33"6928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6929dependencies = [6930 "frame-support",6931 "frame-system",6932 "log",6933 "parity-scale-codec 3.2.1",6934 "scale-info",6935 "serde",6936 "sp-core",6937 "sp-runtime",6938 "sp-std",6939 "xcm",6940 "xcm-executor",6941]69426943[[package]]6944name = "pallet-xcm-benchmarks"6945version = "0.9.33"6946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6947dependencies = [6948 "frame-benchmarking",6949 "frame-support",6950 "frame-system",6951 "log",6952 "parity-scale-codec 3.2.1",6953 "scale-info",6954 "sp-runtime",6955 "sp-std",6956 "xcm",6957 "xcm-executor",6958]69596960[[package]]6961name = "parachain-info"6962version = "0.1.0"6963source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"6964dependencies = [6965 "cumulus-primitives-core",6966 "frame-support",6967 "frame-system",6968 "parity-scale-codec 3.2.1",6969 "scale-info",6970]69716972[[package]]6973name = "parity-db"6974version = "0.3.17"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6977dependencies = [6978 "blake2-rfc",6979 "crc32fast",6980 "fs2",6981 "hex",6982 "libc",6983 "log",6984 "lz4",6985 "memmap2",6986 "parking_lot 0.12.1",6987 "rand 0.8.5",6988 "snap",6989]69906991[[package]]6992name = "parity-db"6993version = "0.4.2"6994source = "registry+https://github.com/rust-lang/crates.io-index"6995checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6996dependencies = [6997 "blake2",6998 "crc32fast",6999 "fs2",7000 "hex",7001 "libc",7002 "log",7003 "lz4",7004 "memmap2",7005 "parking_lot 0.12.1",7006 "rand 0.8.5",7007 "snap",7008]70097010[[package]]7011name = "parity-scale-codec"7012version = "2.3.1"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7015dependencies = [7016 "arrayvec 0.7.2",7017 "bitvec 0.20.4",7018 "byte-slice-cast",7019 "impl-trait-for-tuples",7020 "parity-scale-codec-derive 2.3.1",7021 "serde",7022]70237024[[package]]7025name = "parity-scale-codec"7026version = "3.2.1"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7029dependencies = [7030 "arrayvec 0.7.2",7031 "bitvec 1.0.1",7032 "byte-slice-cast",7033 "bytes",7034 "impl-trait-for-tuples",7035 "parity-scale-codec-derive 3.1.3",7036 "serde",7037]70387039[[package]]7040name = "parity-scale-codec-derive"7041version = "2.3.1"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7044dependencies = [7045 "proc-macro-crate",7046 "proc-macro2",7047 "quote",7048 "syn",7049]70507051[[package]]7052name = "parity-scale-codec-derive"7053version = "3.1.3"7054source = "registry+https://github.com/rust-lang/crates.io-index"7055checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7056dependencies = [7057 "proc-macro-crate",7058 "proc-macro2",7059 "quote",7060 "syn",7061]70627063[[package]]7064name = "parity-send-wrapper"7065version = "0.1.0"7066source = "registry+https://github.com/rust-lang/crates.io-index"7067checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70687069[[package]]7070name = "parity-util-mem"7071version = "0.12.0"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"7074dependencies = [7075 "cfg-if",7076 "ethereum-types 0.14.1",7077 "hashbrown",7078 "impl-trait-for-tuples",7079 "lru",7080 "parity-util-mem-derive",7081 "parking_lot 0.12.1",7082 "primitive-types 0.12.1",7083 "smallvec",7084 "winapi",7085]70867087[[package]]7088name = "parity-util-mem-derive"7089version = "0.1.0"7090source = "registry+https://github.com/rust-lang/crates.io-index"7091checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7092dependencies = [7093 "proc-macro2",7094 "syn",7095 "synstructure",7096]70977098[[package]]7099name = "parity-wasm"7100version = "0.45.0"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"71037104[[package]]7105name = "parking"7106version = "2.0.0"7107source = "registry+https://github.com/rust-lang/crates.io-index"7108checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71097110[[package]]7111name = "parking_lot"7112version = "0.11.2"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7115dependencies = [7116 "instant",7117 "lock_api",7118 "parking_lot_core 0.8.5",7119]71207121[[package]]7122name = "parking_lot"7123version = "0.12.1"7124source = "registry+https://github.com/rust-lang/crates.io-index"7125checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7126dependencies = [7127 "lock_api",7128 "parking_lot_core 0.9.5",7129]71307131[[package]]7132name = "parking_lot_core"7133version = "0.8.5"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7136dependencies = [7137 "cfg-if",7138 "instant",7139 "libc",7140 "redox_syscall",7141 "smallvec",7142 "winapi",7143]71447145[[package]]7146name = "parking_lot_core"7147version = "0.9.5"7148source = "registry+https://github.com/rust-lang/crates.io-index"7149checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7150dependencies = [7151 "cfg-if",7152 "libc",7153 "redox_syscall",7154 "smallvec",7155 "windows-sys 0.42.0",7156]71577158[[package]]7159name = "paste"7160version = "1.0.9"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71637164[[package]]7165name = "pbkdf2"7166version = "0.4.0"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7169dependencies = [7170 "crypto-mac 0.8.0",7171]71727173[[package]]7174name = "pbkdf2"7175version = "0.8.0"7176source = "registry+https://github.com/rust-lang/crates.io-index"7177checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7178dependencies = [7179 "crypto-mac 0.11.1",7180]71817182[[package]]7183name = "peeking_take_while"7184version = "0.1.2"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71877188[[package]]7189name = "percent-encoding"7190version = "2.2.0"7191source = "registry+https://github.com/rust-lang/crates.io-index"7192checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71937194[[package]]7195name = "pest"7196version = "2.5.1"7197source = "registry+https://github.com/rust-lang/crates.io-index"7198checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7199dependencies = [7200 "thiserror",7201 "ucd-trie",7202]72037204[[package]]7205name = "pest_derive"7206version = "2.5.1"7207source = "registry+https://github.com/rust-lang/crates.io-index"7208checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7209dependencies = [7210 "pest",7211 "pest_generator",7212]72137214[[package]]7215name = "pest_generator"7216version = "2.5.1"7217source = "registry+https://github.com/rust-lang/crates.io-index"7218checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7219dependencies = [7220 "pest",7221 "pest_meta",7222 "proc-macro2",7223 "quote",7224 "syn",7225]72267227[[package]]7228name = "pest_meta"7229version = "2.5.1"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7232dependencies = [7233 "once_cell",7234 "pest",7235 "sha1",7236]72377238[[package]]7239name = "petgraph"7240version = "0.6.2"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7243dependencies = [7244 "fixedbitset",7245 "indexmap",7246]72477248[[package]]7249name = "pin-project"7250version = "1.0.12"7251source = "registry+https://github.com/rust-lang/crates.io-index"7252checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7253dependencies = [7254 "pin-project-internal",7255]72567257[[package]]7258name = "pin-project-internal"7259version = "1.0.12"7260source = "registry+https://github.com/rust-lang/crates.io-index"7261checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7262dependencies = [7263 "proc-macro2",7264 "quote",7265 "syn",7266]72677268[[package]]7269name = "pin-project-lite"7270version = "0.1.12"7271source = "registry+https://github.com/rust-lang/crates.io-index"7272checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72737274[[package]]7275name = "pin-project-lite"7276version = "0.2.9"7277source = "registry+https://github.com/rust-lang/crates.io-index"7278checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72797280[[package]]7281name = "pin-utils"7282version = "0.1.0"7283source = "registry+https://github.com/rust-lang/crates.io-index"7284checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72857286[[package]]7287name = "pkcs8"7288version = "0.9.0"7289source = "registry+https://github.com/rust-lang/crates.io-index"7290checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7291dependencies = [7292 "der",7293 "spki",7294]72957296[[package]]7297name = "pkg-config"7298version = "0.3.26"7299source = "registry+https://github.com/rust-lang/crates.io-index"7300checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"73017302[[package]]7303name = "platforms"7304version = "2.0.0"7305source = "registry+https://github.com/rust-lang/crates.io-index"7306checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73077308[[package]]7309name = "polkadot-approval-distribution"7310version = "0.9.33"7311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7312dependencies = [7313 "futures 0.3.25",7314 "polkadot-node-network-protocol",7315 "polkadot-node-primitives",7316 "polkadot-node-subsystem",7317 "polkadot-node-subsystem-util",7318 "polkadot-primitives",7319 "rand 0.8.5",7320 "tracing-gum",7321]73227323[[package]]7324name = "polkadot-availability-bitfield-distribution"7325version = "0.9.33"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7327dependencies = [7328 "futures 0.3.25",7329 "polkadot-node-network-protocol",7330 "polkadot-node-subsystem",7331 "polkadot-node-subsystem-util",7332 "polkadot-primitives",7333 "rand 0.8.5",7334 "tracing-gum",7335]73367337[[package]]7338name = "polkadot-availability-distribution"7339version = "0.9.33"7340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7341dependencies = [7342 "derive_more",7343 "fatality",7344 "futures 0.3.25",7345 "lru",7346 "parity-scale-codec 3.2.1",7347 "polkadot-erasure-coding",7348 "polkadot-node-network-protocol",7349 "polkadot-node-primitives",7350 "polkadot-node-subsystem",7351 "polkadot-node-subsystem-util",7352 "polkadot-primitives",7353 "rand 0.8.5",7354 "sp-core",7355 "sp-keystore",7356 "thiserror",7357 "tracing-gum",7358]73597360[[package]]7361name = "polkadot-availability-recovery"7362version = "0.9.33"7363source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7364dependencies = [7365 "fatality",7366 "futures 0.3.25",7367 "lru",7368 "parity-scale-codec 3.2.1",7369 "polkadot-erasure-coding",7370 "polkadot-node-network-protocol",7371 "polkadot-node-primitives",7372 "polkadot-node-subsystem",7373 "polkadot-node-subsystem-util",7374 "polkadot-primitives",7375 "rand 0.8.5",7376 "sc-network",7377 "thiserror",7378 "tracing-gum",7379]73807381[[package]]7382name = "polkadot-cli"7383version = "0.9.33"7384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7385dependencies = [7386 "clap",7387 "frame-benchmarking-cli",7388 "futures 0.3.25",7389 "log",7390 "polkadot-client",7391 "polkadot-node-core-pvf",7392 "polkadot-node-metrics",7393 "polkadot-performance-test",7394 "polkadot-service",7395 "sc-cli",7396 "sc-service",7397 "sc-sysinfo",7398 "sc-tracing",7399 "sp-core",7400 "sp-keyring",7401 "sp-trie",7402 "substrate-build-script-utils",7403 "thiserror",7404 "try-runtime-cli",7405]74067407[[package]]7408name = "polkadot-client"7409version = "0.9.33"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7411dependencies = [7412 "beefy-primitives",7413 "frame-benchmarking",7414 "frame-benchmarking-cli",7415 "frame-system",7416 "frame-system-rpc-runtime-api",7417 "pallet-transaction-payment",7418 "pallet-transaction-payment-rpc-runtime-api",7419 "polkadot-core-primitives",7420 "polkadot-node-core-parachains-inherent",7421 "polkadot-primitives",7422 "polkadot-runtime",7423 "polkadot-runtime-common",7424 "sc-client-api",7425 "sc-consensus",7426 "sc-executor",7427 "sc-service",7428 "sp-api",7429 "sp-authority-discovery",7430 "sp-block-builder",7431 "sp-blockchain",7432 "sp-consensus",7433 "sp-consensus-babe",7434 "sp-core",7435 "sp-finality-grandpa",7436 "sp-inherents",7437 "sp-keyring",7438 "sp-mmr-primitives",7439 "sp-offchain",7440 "sp-runtime",7441 "sp-session",7442 "sp-storage",7443 "sp-timestamp",7444 "sp-transaction-pool",7445]74467447[[package]]7448name = "polkadot-collator-protocol"7449version = "0.9.33"7450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7451dependencies = [7452 "always-assert",7453 "bitvec 1.0.1",7454 "fatality",7455 "futures 0.3.25",7456 "futures-timer",7457 "polkadot-node-network-protocol",7458 "polkadot-node-primitives",7459 "polkadot-node-subsystem",7460 "polkadot-node-subsystem-util",7461 "polkadot-primitives",7462 "sp-core",7463 "sp-keystore",7464 "sp-runtime",7465 "thiserror",7466 "tracing-gum",7467]74687469[[package]]7470name = "polkadot-core-primitives"7471version = "0.9.33"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7473dependencies = [7474 "parity-scale-codec 3.2.1",7475 "parity-util-mem",7476 "scale-info",7477 "sp-core",7478 "sp-runtime",7479 "sp-std",7480]74817482[[package]]7483name = "polkadot-dispute-distribution"7484version = "0.9.33"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7486dependencies = [7487 "derive_more",7488 "fatality",7489 "futures 0.3.25",7490 "futures-timer",7491 "indexmap",7492 "lru",7493 "parity-scale-codec 3.2.1",7494 "polkadot-erasure-coding",7495 "polkadot-node-network-protocol",7496 "polkadot-node-primitives",7497 "polkadot-node-subsystem",7498 "polkadot-node-subsystem-util",7499 "polkadot-primitives",7500 "sc-network",7501 "sp-application-crypto",7502 "sp-keystore",7503 "thiserror",7504 "tracing-gum",7505]75067507[[package]]7508name = "polkadot-erasure-coding"7509version = "0.9.33"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7511dependencies = [7512 "parity-scale-codec 3.2.1",7513 "polkadot-node-primitives",7514 "polkadot-primitives",7515 "reed-solomon-novelpoly",7516 "sp-core",7517 "sp-trie",7518 "thiserror",7519]75207521[[package]]7522name = "polkadot-gossip-support"7523version = "0.9.33"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7525dependencies = [7526 "futures 0.3.25",7527 "futures-timer",7528 "polkadot-node-network-protocol",7529 "polkadot-node-subsystem",7530 "polkadot-node-subsystem-util",7531 "polkadot-primitives",7532 "rand 0.8.5",7533 "rand_chacha 0.3.1",7534 "sc-network",7535 "sp-application-crypto",7536 "sp-core",7537 "sp-keystore",7538 "tracing-gum",7539]75407541[[package]]7542name = "polkadot-network-bridge"7543version = "0.9.33"7544source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7545dependencies = [7546 "always-assert",7547 "async-trait",7548 "bytes",7549 "fatality",7550 "futures 0.3.25",7551 "parity-scale-codec 3.2.1",7552 "parking_lot 0.12.1",7553 "polkadot-node-network-protocol",7554 "polkadot-node-subsystem",7555 "polkadot-node-subsystem-util",7556 "polkadot-overseer",7557 "polkadot-primitives",7558 "sc-network",7559 "sc-network-common",7560 "sp-consensus",7561 "thiserror",7562 "tracing-gum",7563]75647565[[package]]7566name = "polkadot-node-collation-generation"7567version = "0.9.33"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7569dependencies = [7570 "futures 0.3.25",7571 "parity-scale-codec 3.2.1",7572 "polkadot-erasure-coding",7573 "polkadot-node-primitives",7574 "polkadot-node-subsystem",7575 "polkadot-node-subsystem-util",7576 "polkadot-primitives",7577 "sp-core",7578 "sp-maybe-compressed-blob",7579 "thiserror",7580 "tracing-gum",7581]75827583[[package]]7584name = "polkadot-node-core-approval-voting"7585version = "0.9.33"7586source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7587dependencies = [7588 "bitvec 1.0.1",7589 "derive_more",7590 "futures 0.3.25",7591 "futures-timer",7592 "kvdb",7593 "lru",7594 "merlin",7595 "parity-scale-codec 3.2.1",7596 "polkadot-node-jaeger",7597 "polkadot-node-primitives",7598 "polkadot-node-subsystem",7599 "polkadot-node-subsystem-util",7600 "polkadot-overseer",7601 "polkadot-primitives",7602 "sc-keystore",7603 "schnorrkel",7604 "sp-application-crypto",7605 "sp-consensus",7606 "sp-consensus-slots",7607 "sp-runtime",7608 "thiserror",7609 "tracing-gum",7610]76117612[[package]]7613name = "polkadot-node-core-av-store"7614version = "0.9.33"7615source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7616dependencies = [7617 "bitvec 1.0.1",7618 "futures 0.3.25",7619 "futures-timer",7620 "kvdb",7621 "parity-scale-codec 3.2.1",7622 "polkadot-erasure-coding",7623 "polkadot-node-primitives",7624 "polkadot-node-subsystem",7625 "polkadot-node-subsystem-util",7626 "polkadot-overseer",7627 "polkadot-primitives",7628 "thiserror",7629 "tracing-gum",7630]76317632[[package]]7633name = "polkadot-node-core-backing"7634version = "0.9.33"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7636dependencies = [7637 "bitvec 1.0.1",7638 "fatality",7639 "futures 0.3.25",7640 "polkadot-erasure-coding",7641 "polkadot-node-primitives",7642 "polkadot-node-subsystem",7643 "polkadot-node-subsystem-util",7644 "polkadot-primitives",7645 "polkadot-statement-table",7646 "sp-keystore",7647 "thiserror",7648 "tracing-gum",7649]76507651[[package]]7652name = "polkadot-node-core-bitfield-signing"7653version = "0.9.33"7654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7655dependencies = [7656 "futures 0.3.25",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-primitives",7660 "sp-keystore",7661 "thiserror",7662 "tracing-gum",7663 "wasm-timer",7664]76657666[[package]]7667name = "polkadot-node-core-candidate-validation"7668version = "0.9.33"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7670dependencies = [7671 "async-trait",7672 "futures 0.3.25",7673 "futures-timer",7674 "parity-scale-codec 3.2.1",7675 "polkadot-node-core-pvf",7676 "polkadot-node-primitives",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-parachain",7680 "polkadot-primitives",7681 "sp-maybe-compressed-blob",7682 "tracing-gum",7683]76847685[[package]]7686name = "polkadot-node-core-chain-api"7687version = "0.9.33"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7689dependencies = [7690 "futures 0.3.25",7691 "polkadot-node-subsystem",7692 "polkadot-node-subsystem-util",7693 "polkadot-primitives",7694 "sc-client-api",7695 "sc-consensus-babe",7696 "sp-blockchain",7697 "tracing-gum",7698]76997700[[package]]7701name = "polkadot-node-core-chain-selection"7702version = "0.9.33"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7704dependencies = [7705 "futures 0.3.25",7706 "futures-timer",7707 "kvdb",7708 "parity-scale-codec 3.2.1",7709 "polkadot-node-primitives",7710 "polkadot-node-subsystem",7711 "polkadot-node-subsystem-util",7712 "polkadot-primitives",7713 "thiserror",7714 "tracing-gum",7715]77167717[[package]]7718name = "polkadot-node-core-dispute-coordinator"7719version = "0.9.33"7720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7721dependencies = [7722 "fatality",7723 "futures 0.3.25",7724 "kvdb",7725 "lru",7726 "parity-scale-codec 3.2.1",7727 "polkadot-node-primitives",7728 "polkadot-node-subsystem",7729 "polkadot-node-subsystem-util",7730 "polkadot-primitives",7731 "sc-keystore",7732 "thiserror",7733 "tracing-gum",7734]77357736[[package]]7737name = "polkadot-node-core-parachains-inherent"7738version = "0.9.33"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7740dependencies = [7741 "async-trait",7742 "futures 0.3.25",7743 "futures-timer",7744 "polkadot-node-subsystem",7745 "polkadot-primitives",7746 "sp-blockchain",7747 "sp-inherents",7748 "sp-runtime",7749 "thiserror",7750 "tracing-gum",7751]77527753[[package]]7754name = "polkadot-node-core-provisioner"7755version = "0.9.33"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7757dependencies = [7758 "bitvec 1.0.1",7759 "fatality",7760 "futures 0.3.25",7761 "futures-timer",7762 "polkadot-node-primitives",7763 "polkadot-node-subsystem",7764 "polkadot-node-subsystem-util",7765 "polkadot-primitives",7766 "rand 0.8.5",7767 "thiserror",7768 "tracing-gum",7769]77707771[[package]]7772name = "polkadot-node-core-pvf"7773version = "0.9.33"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7775dependencies = [7776 "always-assert",7777 "assert_matches",7778 "async-process",7779 "async-std",7780 "futures 0.3.25",7781 "futures-timer",7782 "parity-scale-codec 3.2.1",7783 "pin-project",7784 "polkadot-core-primitives",7785 "polkadot-node-metrics",7786 "polkadot-parachain",7787 "rand 0.8.5",7788 "rayon",7789 "sc-executor",7790 "sc-executor-common",7791 "sc-executor-wasmtime",7792 "slotmap",7793 "sp-core",7794 "sp-externalities",7795 "sp-io",7796 "sp-maybe-compressed-blob",7797 "sp-tracing",7798 "sp-wasm-interface",7799 "tempfile",7800 "tracing-gum",7801]78027803[[package]]7804name = "polkadot-node-core-pvf-checker"7805version = "0.9.33"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7807dependencies = [7808 "futures 0.3.25",7809 "polkadot-node-primitives",7810 "polkadot-node-subsystem",7811 "polkadot-node-subsystem-util",7812 "polkadot-overseer",7813 "polkadot-primitives",7814 "sp-keystore",7815 "thiserror",7816 "tracing-gum",7817]78187819[[package]]7820name = "polkadot-node-core-runtime-api"7821version = "0.9.33"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7823dependencies = [7824 "futures 0.3.25",7825 "memory-lru",7826 "parity-util-mem",7827 "polkadot-node-subsystem",7828 "polkadot-node-subsystem-types",7829 "polkadot-node-subsystem-util",7830 "polkadot-primitives",7831 "sp-consensus-babe",7832 "tracing-gum",7833]78347835[[package]]7836name = "polkadot-node-jaeger"7837version = "0.9.33"7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7839dependencies = [7840 "async-std",7841 "lazy_static",7842 "log",7843 "mick-jaeger",7844 "parity-scale-codec 3.2.1",7845 "parking_lot 0.12.1",7846 "polkadot-node-primitives",7847 "polkadot-primitives",7848 "sc-network",7849 "sp-core",7850 "thiserror",7851]78527853[[package]]7854name = "polkadot-node-metrics"7855version = "0.9.33"7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7857dependencies = [7858 "bs58",7859 "futures 0.3.25",7860 "futures-timer",7861 "log",7862 "parity-scale-codec 3.2.1",7863 "polkadot-primitives",7864 "prioritized-metered-channel",7865 "sc-cli",7866 "sc-service",7867 "sc-tracing",7868 "substrate-prometheus-endpoint",7869 "tracing-gum",7870]78717872[[package]]7873name = "polkadot-node-network-protocol"7874version = "0.9.33"7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7876dependencies = [7877 "async-trait",7878 "derive_more",7879 "fatality",7880 "futures 0.3.25",7881 "hex",7882 "parity-scale-codec 3.2.1",7883 "polkadot-node-jaeger",7884 "polkadot-node-primitives",7885 "polkadot-primitives",7886 "rand 0.8.5",7887 "sc-authority-discovery",7888 "sc-network",7889 "sc-network-common",7890 "strum",7891 "thiserror",7892 "tracing-gum",7893]78947895[[package]]7896name = "polkadot-node-primitives"7897version = "0.9.33"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7899dependencies = [7900 "bounded-vec",7901 "futures 0.3.25",7902 "parity-scale-codec 3.2.1",7903 "polkadot-parachain",7904 "polkadot-primitives",7905 "schnorrkel",7906 "serde",7907 "sp-application-crypto",7908 "sp-consensus-babe",7909 "sp-consensus-vrf",7910 "sp-core",7911 "sp-keystore",7912 "sp-maybe-compressed-blob",7913 "thiserror",7914 "zstd",7915]79167917[[package]]7918name = "polkadot-node-subsystem"7919version = "0.9.33"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7921dependencies = [7922 "polkadot-node-jaeger",7923 "polkadot-node-subsystem-types",7924 "polkadot-overseer",7925]79267927[[package]]7928name = "polkadot-node-subsystem-types"7929version = "0.9.33"7930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7931dependencies = [7932 "async-trait",7933 "derive_more",7934 "futures 0.3.25",7935 "orchestra",7936 "polkadot-node-jaeger",7937 "polkadot-node-network-protocol",7938 "polkadot-node-primitives",7939 "polkadot-primitives",7940 "polkadot-statement-table",7941 "sc-network",7942 "smallvec",7943 "sp-api",7944 "sp-authority-discovery",7945 "sp-consensus-babe",7946 "substrate-prometheus-endpoint",7947 "thiserror",7948]79497950[[package]]7951name = "polkadot-node-subsystem-util"7952version = "0.9.33"7953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7954dependencies = [7955 "async-trait",7956 "derive_more",7957 "fatality",7958 "futures 0.3.25",7959 "itertools",7960 "kvdb",7961 "lru",7962 "parity-db 0.4.2",7963 "parity-scale-codec 3.2.1",7964 "parity-util-mem",7965 "parking_lot 0.11.2",7966 "pin-project",7967 "polkadot-node-jaeger",7968 "polkadot-node-metrics",7969 "polkadot-node-network-protocol",7970 "polkadot-node-primitives",7971 "polkadot-node-subsystem",7972 "polkadot-overseer",7973 "polkadot-primitives",7974 "prioritized-metered-channel",7975 "rand 0.8.5",7976 "sp-application-crypto",7977 "sp-core",7978 "sp-keystore",7979 "thiserror",7980 "tracing-gum",7981]79827983[[package]]7984name = "polkadot-overseer"7985version = "0.9.33"7986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7987dependencies = [7988 "async-trait",7989 "futures 0.3.25",7990 "futures-timer",7991 "lru",7992 "orchestra",7993 "parity-util-mem",7994 "parking_lot 0.12.1",7995 "polkadot-node-metrics",7996 "polkadot-node-network-protocol",7997 "polkadot-node-primitives",7998 "polkadot-node-subsystem-types",7999 "polkadot-primitives",8000 "sc-client-api",8001 "sp-api",8002 "sp-core",8003 "tracing-gum",8004]80058006[[package]]8007name = "polkadot-parachain"8008version = "0.9.33"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8010dependencies = [8011 "derive_more",8012 "frame-support",8013 "parity-scale-codec 3.2.1",8014 "parity-util-mem",8015 "polkadot-core-primitives",8016 "scale-info",8017 "serde",8018 "sp-core",8019 "sp-runtime",8020 "sp-std",8021]80228023[[package]]8024name = "polkadot-performance-test"8025version = "0.9.33"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8027dependencies = [8028 "env_logger",8029 "kusama-runtime",8030 "log",8031 "polkadot-erasure-coding",8032 "polkadot-node-core-pvf",8033 "polkadot-node-primitives",8034 "quote",8035 "thiserror",8036]80378038[[package]]8039name = "polkadot-primitives"8040version = "0.9.33"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8042dependencies = [8043 "bitvec 1.0.1",8044 "hex-literal",8045 "parity-scale-codec 3.2.1",8046 "parity-util-mem",8047 "polkadot-core-primitives",8048 "polkadot-parachain",8049 "scale-info",8050 "serde",8051 "sp-api",8052 "sp-application-crypto",8053 "sp-arithmetic",8054 "sp-authority-discovery",8055 "sp-consensus-slots",8056 "sp-core",8057 "sp-inherents",8058 "sp-io",8059 "sp-keystore",8060 "sp-runtime",8061 "sp-staking",8062 "sp-std",8063]80648065[[package]]8066name = "polkadot-rpc"8067version = "0.9.33"8068source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8069dependencies = [8070 "beefy-gadget",8071 "beefy-gadget-rpc",8072 "jsonrpsee",8073 "pallet-mmr-rpc",8074 "pallet-transaction-payment-rpc",8075 "polkadot-primitives",8076 "sc-chain-spec",8077 "sc-client-api",8078 "sc-consensus-babe",8079 "sc-consensus-babe-rpc",8080 "sc-consensus-epochs",8081 "sc-finality-grandpa",8082 "sc-finality-grandpa-rpc",8083 "sc-rpc",8084 "sc-sync-state-rpc",8085 "sc-transaction-pool-api",8086 "sp-api",8087 "sp-block-builder",8088 "sp-blockchain",8089 "sp-consensus",8090 "sp-consensus-babe",8091 "sp-keystore",8092 "sp-runtime",8093 "substrate-frame-rpc-system",8094 "substrate-state-trie-migration-rpc",8095]80968097[[package]]8098name = "polkadot-runtime"8099version = "0.9.33"8100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8101dependencies = [8102 "beefy-primitives",8103 "bitvec 1.0.1",8104 "frame-benchmarking",8105 "frame-election-provider-support",8106 "frame-executive",8107 "frame-support",8108 "frame-system",8109 "frame-system-benchmarking",8110 "frame-system-rpc-runtime-api",8111 "frame-try-runtime",8112 "hex-literal",8113 "log",8114 "pallet-authority-discovery",8115 "pallet-authorship",8116 "pallet-babe",8117 "pallet-bags-list",8118 "pallet-balances",8119 "pallet-bounties",8120 "pallet-child-bounties",8121 "pallet-collective",8122 "pallet-democracy",8123 "pallet-election-provider-multi-phase",8124 "pallet-election-provider-support-benchmarking",8125 "pallet-elections-phragmen",8126 "pallet-fast-unstake",8127 "pallet-grandpa",8128 "pallet-identity",8129 "pallet-im-online",8130 "pallet-indices",8131 "pallet-membership",8132 "pallet-multisig",8133 "pallet-nomination-pools",8134 "pallet-nomination-pools-benchmarking",8135 "pallet-nomination-pools-runtime-api",8136 "pallet-offences",8137 "pallet-offences-benchmarking",8138 "pallet-preimage",8139 "pallet-proxy",8140 "pallet-scheduler",8141 "pallet-session",8142 "pallet-session-benchmarking",8143 "pallet-staking",8144 "pallet-staking-reward-curve",8145 "pallet-timestamp",8146 "pallet-tips",8147 "pallet-transaction-payment",8148 "pallet-transaction-payment-rpc-runtime-api",8149 "pallet-treasury",8150 "pallet-utility",8151 "pallet-vesting",8152 "pallet-xcm",8153 "parity-scale-codec 3.2.1",8154 "polkadot-primitives",8155 "polkadot-runtime-common",8156 "polkadot-runtime-constants",8157 "polkadot-runtime-parachains",8158 "rustc-hex",8159 "scale-info",8160 "serde",8161 "serde_derive",8162 "smallvec",8163 "sp-api",8164 "sp-authority-discovery",8165 "sp-block-builder",8166 "sp-consensus-babe",8167 "sp-core",8168 "sp-inherents",8169 "sp-io",8170 "sp-mmr-primitives",8171 "sp-npos-elections",8172 "sp-offchain",8173 "sp-runtime",8174 "sp-session",8175 "sp-staking",8176 "sp-std",8177 "sp-transaction-pool",8178 "sp-version",8179 "static_assertions",8180 "substrate-wasm-builder",8181 "xcm",8182 "xcm-builder",8183 "xcm-executor",8184]81858186[[package]]8187name = "polkadot-runtime-common"8188version = "0.9.33"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8190dependencies = [8191 "beefy-primitives",8192 "bitvec 1.0.1",8193 "frame-benchmarking",8194 "frame-election-provider-support",8195 "frame-support",8196 "frame-system",8197 "impl-trait-for-tuples",8198 "libsecp256k1",8199 "log",8200 "pallet-authorship",8201 "pallet-babe",8202 "pallet-bags-list",8203 "pallet-balances",8204 "pallet-beefy-mmr",8205 "pallet-election-provider-multi-phase",8206 "pallet-session",8207 "pallet-staking",8208 "pallet-staking-reward-fn",8209 "pallet-timestamp",8210 "pallet-transaction-payment",8211 "pallet-treasury",8212 "pallet-vesting",8213 "parity-scale-codec 3.2.1",8214 "polkadot-primitives",8215 "polkadot-runtime-parachains",8216 "rustc-hex",8217 "scale-info",8218 "serde",8219 "serde_derive",8220 "slot-range-helper",8221 "sp-api",8222 "sp-core",8223 "sp-inherents",8224 "sp-io",8225 "sp-npos-elections",8226 "sp-runtime",8227 "sp-session",8228 "sp-staking",8229 "sp-std",8230 "static_assertions",8231 "xcm",8232]82338234[[package]]8235name = "polkadot-runtime-constants"8236version = "0.9.33"8237source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8238dependencies = [8239 "frame-support",8240 "polkadot-primitives",8241 "polkadot-runtime-common",8242 "smallvec",8243 "sp-core",8244 "sp-runtime",8245 "sp-weights",8246]82478248[[package]]8249name = "polkadot-runtime-metrics"8250version = "0.9.33"8251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8252dependencies = [8253 "bs58",8254 "parity-scale-codec 3.2.1",8255 "polkadot-primitives",8256 "sp-std",8257 "sp-tracing",8258]82598260[[package]]8261name = "polkadot-runtime-parachains"8262version = "0.9.33"8263source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8264dependencies = [8265 "bitflags",8266 "bitvec 1.0.1",8267 "derive_more",8268 "frame-benchmarking",8269 "frame-support",8270 "frame-system",8271 "log",8272 "pallet-authority-discovery",8273 "pallet-authorship",8274 "pallet-babe",8275 "pallet-balances",8276 "pallet-session",8277 "pallet-staking",8278 "pallet-timestamp",8279 "pallet-vesting",8280 "parity-scale-codec 3.2.1",8281 "polkadot-primitives",8282 "polkadot-runtime-metrics",8283 "rand 0.8.5",8284 "rand_chacha 0.3.1",8285 "rustc-hex",8286 "scale-info",8287 "serde",8288 "sp-api",8289 "sp-application-crypto",8290 "sp-core",8291 "sp-inherents",8292 "sp-io",8293 "sp-keystore",8294 "sp-runtime",8295 "sp-session",8296 "sp-staking",8297 "sp-std",8298 "static_assertions",8299 "xcm",8300 "xcm-executor",8301]83028303[[package]]8304name = "polkadot-service"8305version = "0.9.33"8306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8307dependencies = [8308 "async-trait",8309 "beefy-gadget",8310 "beefy-primitives",8311 "frame-support",8312 "frame-system-rpc-runtime-api",8313 "futures 0.3.25",8314 "hex-literal",8315 "kusama-runtime",8316 "kvdb",8317 "kvdb-rocksdb",8318 "lru",8319 "pallet-babe",8320 "pallet-im-online",8321 "pallet-staking",8322 "pallet-transaction-payment-rpc-runtime-api",8323 "parity-db 0.4.2",8324 "polkadot-approval-distribution",8325 "polkadot-availability-bitfield-distribution",8326 "polkadot-availability-distribution",8327 "polkadot-availability-recovery",8328 "polkadot-client",8329 "polkadot-collator-protocol",8330 "polkadot-dispute-distribution",8331 "polkadot-gossip-support",8332 "polkadot-network-bridge",8333 "polkadot-node-collation-generation",8334 "polkadot-node-core-approval-voting",8335 "polkadot-node-core-av-store",8336 "polkadot-node-core-backing",8337 "polkadot-node-core-bitfield-signing",8338 "polkadot-node-core-candidate-validation",8339 "polkadot-node-core-chain-api",8340 "polkadot-node-core-chain-selection",8341 "polkadot-node-core-dispute-coordinator",8342 "polkadot-node-core-parachains-inherent",8343 "polkadot-node-core-provisioner",8344 "polkadot-node-core-pvf-checker",8345 "polkadot-node-core-runtime-api",8346 "polkadot-node-network-protocol",8347 "polkadot-node-primitives",8348 "polkadot-node-subsystem",8349 "polkadot-node-subsystem-types",8350 "polkadot-node-subsystem-util",8351 "polkadot-overseer",8352 "polkadot-parachain",8353 "polkadot-primitives",8354 "polkadot-rpc",8355 "polkadot-runtime",8356 "polkadot-runtime-constants",8357 "polkadot-runtime-parachains",8358 "polkadot-statement-distribution",8359 "rococo-runtime",8360 "sc-authority-discovery",8361 "sc-basic-authorship",8362 "sc-block-builder",8363 "sc-chain-spec",8364 "sc-client-api",8365 "sc-client-db",8366 "sc-consensus",8367 "sc-consensus-babe",8368 "sc-consensus-slots",8369 "sc-executor",8370 "sc-finality-grandpa",8371 "sc-keystore",8372 "sc-network",8373 "sc-network-common",8374 "sc-offchain",8375 "sc-service",8376 "sc-sync-state-rpc",8377 "sc-sysinfo",8378 "sc-telemetry",8379 "sc-transaction-pool",8380 "serde",8381 "serde_json",8382 "sp-api",8383 "sp-authority-discovery",8384 "sp-block-builder",8385 "sp-blockchain",8386 "sp-consensus",8387 "sp-consensus-babe",8388 "sp-core",8389 "sp-finality-grandpa",8390 "sp-inherents",8391 "sp-io",8392 "sp-keystore",8393 "sp-offchain",8394 "sp-runtime",8395 "sp-session",8396 "sp-state-machine",8397 "sp-storage",8398 "sp-timestamp",8399 "sp-transaction-pool",8400 "sp-trie",8401 "substrate-prometheus-endpoint",8402 "thiserror",8403 "tracing-gum",8404 "westend-runtime",8405]84068407[[package]]8408name = "polkadot-statement-distribution"8409version = "0.9.33"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8411dependencies = [8412 "arrayvec 0.5.2",8413 "fatality",8414 "futures 0.3.25",8415 "indexmap",8416 "parity-scale-codec 3.2.1",8417 "polkadot-node-network-protocol",8418 "polkadot-node-primitives",8419 "polkadot-node-subsystem",8420 "polkadot-node-subsystem-util",8421 "polkadot-primitives",8422 "sp-keystore",8423 "sp-staking",8424 "thiserror",8425 "tracing-gum",8426]84278428[[package]]8429name = "polkadot-statement-table"8430version = "0.9.33"8431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8432dependencies = [8433 "parity-scale-codec 3.2.1",8434 "polkadot-primitives",8435 "sp-core",8436]84378438[[package]]8439name = "polkadot-test-runtime"8440version = "0.9.33"8441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8442dependencies = [8443 "beefy-primitives",8444 "bitvec 1.0.1",8445 "frame-election-provider-support",8446 "frame-executive",8447 "frame-support",8448 "frame-system",8449 "frame-system-rpc-runtime-api",8450 "log",8451 "pallet-authority-discovery",8452 "pallet-authorship",8453 "pallet-babe",8454 "pallet-balances",8455 "pallet-grandpa",8456 "pallet-indices",8457 "pallet-offences",8458 "pallet-session",8459 "pallet-staking",8460 "pallet-staking-reward-curve",8461 "pallet-sudo",8462 "pallet-timestamp",8463 "pallet-transaction-payment",8464 "pallet-transaction-payment-rpc-runtime-api",8465 "pallet-vesting",8466 "pallet-xcm",8467 "parity-scale-codec 3.2.1",8468 "polkadot-parachain",8469 "polkadot-primitives",8470 "polkadot-runtime-common",8471 "polkadot-runtime-parachains",8472 "rustc-hex",8473 "scale-info",8474 "serde",8475 "serde_derive",8476 "smallvec",8477 "sp-api",8478 "sp-authority-discovery",8479 "sp-block-builder",8480 "sp-consensus-babe",8481 "sp-core",8482 "sp-inherents",8483 "sp-io",8484 "sp-mmr-primitives",8485 "sp-offchain",8486 "sp-runtime",8487 "sp-session",8488 "sp-staking",8489 "sp-std",8490 "sp-transaction-pool",8491 "sp-version",8492 "substrate-wasm-builder",8493 "test-runtime-constants",8494 "xcm",8495 "xcm-builder",8496 "xcm-executor",8497]84988499[[package]]8500name = "polkadot-test-service"8501version = "0.9.33"8502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8503dependencies = [8504 "frame-benchmarking",8505 "frame-system",8506 "futures 0.3.25",8507 "hex",8508 "pallet-balances",8509 "pallet-staking",8510 "pallet-transaction-payment",8511 "polkadot-node-primitives",8512 "polkadot-node-subsystem",8513 "polkadot-overseer",8514 "polkadot-parachain",8515 "polkadot-primitives",8516 "polkadot-rpc",8517 "polkadot-runtime-common",8518 "polkadot-runtime-parachains",8519 "polkadot-service",8520 "polkadot-test-runtime",8521 "rand 0.8.5",8522 "sc-authority-discovery",8523 "sc-chain-spec",8524 "sc-cli",8525 "sc-client-api",8526 "sc-consensus",8527 "sc-consensus-babe",8528 "sc-executor",8529 "sc-finality-grandpa",8530 "sc-network",8531 "sc-network-common",8532 "sc-service",8533 "sc-tracing",8534 "sc-transaction-pool",8535 "sp-arithmetic",8536 "sp-authority-discovery",8537 "sp-blockchain",8538 "sp-consensus",8539 "sp-consensus-babe",8540 "sp-core",8541 "sp-finality-grandpa",8542 "sp-inherents",8543 "sp-keyring",8544 "sp-runtime",8545 "sp-state-machine",8546 "substrate-test-client",8547 "tempfile",8548 "test-runtime-constants",8549 "tokio",8550 "tracing-gum",8551]85528553[[package]]8554name = "polling"8555version = "2.5.1"8556source = "registry+https://github.com/rust-lang/crates.io-index"8557checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"8558dependencies = [8559 "autocfg",8560 "cfg-if",8561 "libc",8562 "log",8563 "wepoll-ffi",8564 "windows-sys 0.42.0",8565]85668567[[package]]8568name = "poly1305"8569version = "0.7.2"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8572dependencies = [8573 "cpufeatures",8574 "opaque-debug 0.3.0",8575 "universal-hash",8576]85778578[[package]]8579name = "polyval"8580version = "0.5.3"8581source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8583dependencies = [8584 "cfg-if",8585 "cpufeatures",8586 "opaque-debug 0.3.0",8587 "universal-hash",8588]85898590[[package]]8591name = "ppv-lite86"8592version = "0.2.17"8593source = "registry+https://github.com/rust-lang/crates.io-index"8594checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"85958596[[package]]8597name = "predicates"8598version = "2.1.4"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8601dependencies = [8602 "difflib",8603 "float-cmp",8604 "itertools",8605 "normalize-line-endings",8606 "predicates-core",8607 "regex",8608]86098610[[package]]8611name = "predicates-core"8612version = "1.0.5"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86158616[[package]]8617name = "predicates-tree"8618version = "1.0.7"8619source = "registry+https://github.com/rust-lang/crates.io-index"8620checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8621dependencies = [8622 "predicates-core",8623 "termtree",8624]86258626[[package]]8627name = "prettyplease"8628version = "0.1.21"8629source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"8631dependencies = [8632 "proc-macro2",8633 "syn",8634]86358636[[package]]8637name = "primitive-types"8638version = "0.11.1"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8641dependencies = [8642 "fixed-hash 0.7.0",8643 "impl-codec",8644 "impl-rlp",8645 "scale-info",8646 "uint",8647]86488649[[package]]8650name = "primitive-types"8651version = "0.12.1"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8654dependencies = [8655 "fixed-hash 0.8.0",8656 "impl-codec",8657 "impl-rlp",8658 "impl-serde",8659 "scale-info",8660 "uint",8661]86628663[[package]]8664name = "prioritized-metered-channel"8665version = "0.2.0"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8668dependencies = [8669 "coarsetime",8670 "crossbeam-queue",8671 "derive_more",8672 "futures 0.3.25",8673 "futures-timer",8674 "nanorand",8675 "thiserror",8676 "tracing",8677]86788679[[package]]8680name = "proc-macro-crate"8681version = "1.2.1"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8684dependencies = [8685 "once_cell",8686 "thiserror",8687 "toml",8688]86898690[[package]]8691name = "proc-macro-error"8692version = "1.0.4"8693source = "registry+https://github.com/rust-lang/crates.io-index"8694checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8695dependencies = [8696 "proc-macro-error-attr",8697 "proc-macro2",8698 "quote",8699 "syn",8700 "version_check",8701]87028703[[package]]8704name = "proc-macro-error-attr"8705version = "1.0.4"8706source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8708dependencies = [8709 "proc-macro2",8710 "quote",8711 "version_check",8712]87138714[[package]]8715name = "proc-macro2"8716version = "1.0.47"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8719dependencies = [8720 "unicode-ident",8721]87228723[[package]]8724name = "prometheus"8725version = "0.13.3"8726source = "registry+https://github.com/rust-lang/crates.io-index"8727checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8728dependencies = [8729 "cfg-if",8730 "fnv",8731 "lazy_static",8732 "memchr",8733 "parking_lot 0.12.1",8734 "thiserror",8735]87368737[[package]]8738name = "prometheus-client"8739version = "0.18.1"8740source = "registry+https://github.com/rust-lang/crates.io-index"8741checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8742dependencies = [8743 "dtoa",8744 "itoa",8745 "parking_lot 0.12.1",8746 "prometheus-client-derive-text-encode",8747]87488749[[package]]8750name = "prometheus-client-derive-text-encode"8751version = "0.3.0"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8754dependencies = [8755 "proc-macro2",8756 "quote",8757 "syn",8758]87598760[[package]]8761name = "prost"8762version = "0.11.3"8763source = "registry+https://github.com/rust-lang/crates.io-index"8764checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"8765dependencies = [8766 "bytes",8767 "prost-derive",8768]87698770[[package]]8771name = "prost-build"8772version = "0.11.3"8773source = "registry+https://github.com/rust-lang/crates.io-index"8774checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"8775dependencies = [8776 "bytes",8777 "heck",8778 "itertools",8779 "lazy_static",8780 "log",8781 "multimap",8782 "petgraph",8783 "prettyplease",8784 "prost",8785 "prost-types",8786 "regex",8787 "syn",8788 "tempfile",8789 "which",8790]87918792[[package]]8793name = "prost-codec"8794version = "0.2.0"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8797dependencies = [8798 "asynchronous-codec",8799 "bytes",8800 "prost",8801 "thiserror",8802 "unsigned-varint",8803]88048805[[package]]8806name = "prost-derive"8807version = "0.11.2"8808source = "registry+https://github.com/rust-lang/crates.io-index"8809checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"8810dependencies = [8811 "anyhow",8812 "itertools",8813 "proc-macro2",8814 "quote",8815 "syn",8816]88178818[[package]]8819name = "prost-types"8820version = "0.11.2"8821source = "registry+https://github.com/rust-lang/crates.io-index"8822checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8823dependencies = [8824 "bytes",8825 "prost",8826]88278828[[package]]8829name = "psm"8830version = "0.1.21"8831source = "registry+https://github.com/rust-lang/crates.io-index"8832checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8833dependencies = [8834 "cc",8835]88368837[[package]]8838name = "quartz-runtime"8839version = "0.9.33"8840dependencies = [8841 "app-promotion-rpc",8842 "cumulus-pallet-aura-ext",8843 "cumulus-pallet-dmp-queue",8844 "cumulus-pallet-parachain-system",8845 "cumulus-pallet-xcm",8846 "cumulus-pallet-xcmp-queue",8847 "cumulus-primitives-core",8848 "cumulus-primitives-timestamp",8849 "cumulus-primitives-utility",8850 "derivative",8851 "evm-coder",8852 "fp-evm-mapping",8853 "fp-rpc",8854 "fp-self-contained",8855 "frame-benchmarking",8856 "frame-executive",8857 "frame-support",8858 "frame-system",8859 "frame-system-benchmarking",8860 "frame-system-rpc-runtime-api",8861 "frame-try-runtime",8862 "hex-literal",8863 "impl-trait-for-tuples",8864 "log",8865 "logtest",8866 "orml-tokens",8867 "orml-traits",8868 "orml-vesting",8869 "orml-xtokens",8870 "pallet-app-promotion",8871 "pallet-aura",8872 "pallet-balances",8873 "pallet-base-fee",8874 "pallet-common",8875 "pallet-configuration",8876 "pallet-ethereum",8877 "pallet-evm",8878 "pallet-evm-coder-substrate",8879 "pallet-evm-contract-helpers",8880 "pallet-evm-migration",8881 "pallet-evm-transaction-payment",8882 "pallet-foreign-assets",8883 "pallet-fungible",8884 "pallet-inflation",8885 "pallet-maintenance",8886 "pallet-nonfungible",8887 "pallet-randomness-collective-flip",8888 "pallet-refungible",8889 "pallet-rmrk-core",8890 "pallet-rmrk-equip",8891 "pallet-structure",8892 "pallet-sudo",8893 "pallet-template-transaction-payment",8894 "pallet-timestamp",8895 "pallet-transaction-payment",8896 "pallet-transaction-payment-rpc-runtime-api",8897 "pallet-treasury",8898 "pallet-unique",8899 "pallet-xcm",8900 "parachain-info",8901 "parity-scale-codec 3.2.1",8902 "polkadot-parachain",8903 "rmrk-rpc",8904 "scale-info",8905 "serde",8906 "smallvec",8907 "sp-api",8908 "sp-arithmetic",8909 "sp-block-builder",8910 "sp-consensus-aura",8911 "sp-core",8912 "sp-inherents",8913 "sp-io",8914 "sp-offchain",8915 "sp-runtime",8916 "sp-session",8917 "sp-std",8918 "sp-transaction-pool",8919 "sp-version",8920 "substrate-wasm-builder",8921 "up-common",8922 "up-data-structs",8923 "up-rpc",8924 "up-sponsorship",8925 "xcm",8926 "xcm-builder",8927 "xcm-executor",8928]89298930[[package]]8931name = "quick-error"8932version = "1.2.3"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89358936[[package]]8937name = "quicksink"8938version = "0.1.2"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8941dependencies = [8942 "futures-core",8943 "futures-sink",8944 "pin-project-lite 0.1.12",8945]89468947[[package]]8948name = "quote"8949version = "1.0.21"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8952dependencies = [8953 "proc-macro2",8954]89558956[[package]]8957name = "radium"8958version = "0.6.2"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89618962[[package]]8963name = "radium"8964version = "0.7.0"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89678968[[package]]8969name = "rand"8970version = "0.7.3"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8973dependencies = [8974 "getrandom 0.1.16",8975 "libc",8976 "rand_chacha 0.2.2",8977 "rand_core 0.5.1",8978 "rand_hc",8979 "rand_pcg 0.2.1",8980]89818982[[package]]8983name = "rand"8984version = "0.8.5"8985source = "registry+https://github.com/rust-lang/crates.io-index"8986checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8987dependencies = [8988 "libc",8989 "rand_chacha 0.3.1",8990 "rand_core 0.6.4",8991]89928993[[package]]8994name = "rand_chacha"8995version = "0.2.2"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8998dependencies = [8999 "ppv-lite86",9000 "rand_core 0.5.1",9001]90029003[[package]]9004name = "rand_chacha"9005version = "0.3.1"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9008dependencies = [9009 "ppv-lite86",9010 "rand_core 0.6.4",9011]90129013[[package]]9014name = "rand_core"9015version = "0.5.1"9016source = "registry+https://github.com/rust-lang/crates.io-index"9017checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9018dependencies = [9019 "getrandom 0.1.16",9020]90219022[[package]]9023name = "rand_core"9024version = "0.6.4"9025source = "registry+https://github.com/rust-lang/crates.io-index"9026checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9027dependencies = [9028 "getrandom 0.2.8",9029]90309031[[package]]9032name = "rand_distr"9033version = "0.4.3"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9036dependencies = [9037 "num-traits",9038 "rand 0.8.5",9039]90409041[[package]]9042name = "rand_hc"9043version = "0.2.0"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9046dependencies = [9047 "rand_core 0.5.1",9048]90499050[[package]]9051name = "rand_pcg"9052version = "0.2.1"9053source = "registry+https://github.com/rust-lang/crates.io-index"9054checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9055dependencies = [9056 "rand_core 0.5.1",9057]90589059[[package]]9060name = "rand_pcg"9061version = "0.3.1"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9064dependencies = [9065 "rand_core 0.6.4",9066]90679068[[package]]9069name = "rawpointer"9070version = "0.2.1"9071source = "registry+https://github.com/rust-lang/crates.io-index"9072checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90739074[[package]]9075name = "rayon"9076version = "1.6.0"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"9079dependencies = [9080 "crossbeam-deque",9081 "either",9082 "rayon-core",9083]90849085[[package]]9086name = "rayon-core"9087version = "1.10.1"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9090dependencies = [9091 "crossbeam-channel",9092 "crossbeam-deque",9093 "crossbeam-utils",9094 "num_cpus",9095]90969097[[package]]9098name = "redox_syscall"9099version = "0.2.16"9100source = "registry+https://github.com/rust-lang/crates.io-index"9101checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9102dependencies = [9103 "bitflags",9104]91059106[[package]]9107name = "redox_users"9108version = "0.4.3"9109source = "registry+https://github.com/rust-lang/crates.io-index"9110checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9111dependencies = [9112 "getrandom 0.2.8",9113 "redox_syscall",9114 "thiserror",9115]91169117[[package]]9118name = "reed-solomon-novelpoly"9119version = "1.0.0"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9122dependencies = [9123 "derive_more",9124 "fs-err",9125 "itertools",9126 "static_init 0.5.2",9127 "thiserror",9128]91299130[[package]]9131name = "ref-cast"9132version = "1.0.13"9133source = "registry+https://github.com/rust-lang/crates.io-index"9134checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44"9135dependencies = [9136 "ref-cast-impl",9137]91389139[[package]]9140name = "ref-cast-impl"9141version = "1.0.13"9142source = "registry+https://github.com/rust-lang/crates.io-index"9143checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36"9144dependencies = [9145 "proc-macro2",9146 "quote",9147 "syn",9148]91499150[[package]]9151name = "regalloc2"9152version = "0.3.2"9153source = "registry+https://github.com/rust-lang/crates.io-index"9154checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9155dependencies = [9156 "fxhash",9157 "log",9158 "slice-group-by",9159 "smallvec",9160]91619162[[package]]9163name = "regex"9164version = "1.7.0"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9167dependencies = [9168 "aho-corasick",9169 "memchr",9170 "regex-syntax",9171]91729173[[package]]9174name = "regex-automata"9175version = "0.1.10"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9178dependencies = [9179 "regex-syntax",9180]91819182[[package]]9183name = "regex-syntax"9184version = "0.6.28"9185source = "registry+https://github.com/rust-lang/crates.io-index"9186checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"91879188[[package]]9189name = "remote-externalities"9190version = "0.10.0-dev"9191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9192dependencies = [9193 "env_logger",9194 "log",9195 "parity-scale-codec 3.2.1",9196 "serde",9197 "serde_json",9198 "sp-core",9199 "sp-io",9200 "sp-runtime",9201 "sp-version",9202 "substrate-rpc-client",9203]92049205[[package]]9206name = "remove_dir_all"9207version = "0.5.3"9208source = "registry+https://github.com/rust-lang/crates.io-index"9209checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9210dependencies = [9211 "winapi",9212]92139214[[package]]9215name = "resolv-conf"9216version = "0.7.0"9217source = "registry+https://github.com/rust-lang/crates.io-index"9218checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9219dependencies = [9220 "hostname",9221 "quick-error",9222]92239224[[package]]9225name = "rfc6979"9226version = "0.3.1"9227source = "registry+https://github.com/rust-lang/crates.io-index"9228checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9229dependencies = [9230 "crypto-bigint",9231 "hmac 0.12.1",9232 "zeroize",9233]92349235[[package]]9236name = "ring"9237version = "0.16.20"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9240dependencies = [9241 "cc",9242 "libc",9243 "once_cell",9244 "spin",9245 "untrusted",9246 "web-sys",9247 "winapi",9248]92499250[[package]]9251name = "rlp"9252version = "0.5.2"9253source = "registry+https://github.com/rust-lang/crates.io-index"9254checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9255dependencies = [9256 "bytes",9257 "rlp-derive",9258 "rustc-hex",9259]92609261[[package]]9262name = "rlp-derive"9263version = "0.1.0"9264source = "registry+https://github.com/rust-lang/crates.io-index"9265checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9266dependencies = [9267 "proc-macro2",9268 "quote",9269 "syn",9270]92719272[[package]]9273name = "rmrk-rpc"9274version = "0.0.2"9275dependencies = [9276 "parity-scale-codec 2.3.1",9277 "rmrk-traits",9278 "serde",9279 "sp-api",9280 "sp-core",9281 "sp-runtime",9282 "sp-std",9283]92849285[[package]]9286name = "rmrk-traits"9287version = "0.1.0"9288dependencies = [9289 "parity-scale-codec 3.2.1",9290 "scale-info",9291 "serde",9292]92939294[[package]]9295name = "rocksdb"9296version = "0.19.0"9297source = "registry+https://github.com/rust-lang/crates.io-index"9298checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9299dependencies = [9300 "libc",9301 "librocksdb-sys",9302]93039304[[package]]9305name = "rococo-runtime"9306version = "0.9.33"9307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9308dependencies = [9309 "beefy-merkle-tree",9310 "beefy-primitives",9311 "frame-benchmarking",9312 "frame-executive",9313 "frame-support",9314 "frame-system",9315 "frame-system-benchmarking",9316 "frame-system-rpc-runtime-api",9317 "hex-literal",9318 "log",9319 "pallet-authority-discovery",9320 "pallet-authorship",9321 "pallet-babe",9322 "pallet-balances",9323 "pallet-beefy",9324 "pallet-beefy-mmr",9325 "pallet-bounties",9326 "pallet-child-bounties",9327 "pallet-collective",9328 "pallet-democracy",9329 "pallet-elections-phragmen",9330 "pallet-gilt",9331 "pallet-grandpa",9332 "pallet-identity",9333 "pallet-im-online",9334 "pallet-indices",9335 "pallet-membership",9336 "pallet-mmr",9337 "pallet-multisig",9338 "pallet-offences",9339 "pallet-preimage",9340 "pallet-proxy",9341 "pallet-recovery",9342 "pallet-scheduler",9343 "pallet-session",9344 "pallet-society",9345 "pallet-staking",9346 "pallet-state-trie-migration",9347 "pallet-sudo",9348 "pallet-timestamp",9349 "pallet-tips",9350 "pallet-transaction-payment",9351 "pallet-transaction-payment-rpc-runtime-api",9352 "pallet-treasury",9353 "pallet-utility",9354 "pallet-vesting",9355 "pallet-xcm",9356 "pallet-xcm-benchmarks",9357 "parity-scale-codec 3.2.1",9358 "polkadot-parachain",9359 "polkadot-primitives",9360 "polkadot-runtime-common",9361 "polkadot-runtime-parachains",9362 "rococo-runtime-constants",9363 "scale-info",9364 "serde",9365 "serde_derive",9366 "smallvec",9367 "sp-api",9368 "sp-authority-discovery",9369 "sp-block-builder",9370 "sp-consensus-babe",9371 "sp-core",9372 "sp-inherents",9373 "sp-io",9374 "sp-mmr-primitives",9375 "sp-offchain",9376 "sp-runtime",9377 "sp-session",9378 "sp-staking",9379 "sp-std",9380 "sp-transaction-pool",9381 "sp-version",9382 "static_assertions",9383 "substrate-wasm-builder",9384 "xcm",9385 "xcm-builder",9386 "xcm-executor",9387]93889389[[package]]9390name = "rococo-runtime-constants"9391version = "0.9.33"9392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9393dependencies = [9394 "frame-support",9395 "polkadot-primitives",9396 "polkadot-runtime-common",9397 "smallvec",9398 "sp-core",9399 "sp-runtime",9400 "sp-weights",9401]94029403[[package]]9404name = "rpassword"9405version = "7.2.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9408dependencies = [9409 "libc",9410 "rtoolbox",9411 "winapi",9412]94139414[[package]]9415name = "rtnetlink"9416version = "0.10.1"9417source = "registry+https://github.com/rust-lang/crates.io-index"9418checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9419dependencies = [9420 "async-global-executor",9421 "futures 0.3.25",9422 "log",9423 "netlink-packet-route",9424 "netlink-proto",9425 "nix",9426 "thiserror",9427]94289429[[package]]9430name = "rtoolbox"9431version = "0.0.1"9432source = "registry+https://github.com/rust-lang/crates.io-index"9433checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9434dependencies = [9435 "libc",9436 "winapi",9437]94389439[[package]]9440name = "rustc-demangle"9441version = "0.1.21"9442source = "registry+https://github.com/rust-lang/crates.io-index"9443checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94449445[[package]]9446name = "rustc-hash"9447version = "1.1.0"9448source = "registry+https://github.com/rust-lang/crates.io-index"9449checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94509451[[package]]9452name = "rustc-hex"9453version = "2.1.0"9454source = "registry+https://github.com/rust-lang/crates.io-index"9455checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94569457[[package]]9458name = "rustc_version"9459version = "0.2.3"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9462dependencies = [9463 "semver 0.9.0",9464]94659466[[package]]9467name = "rustc_version"9468version = "0.4.0"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9471dependencies = [9472 "semver 1.0.14",9473]94749475[[package]]9476name = "rustix"9477version = "0.35.13"9478source = "registry+https://github.com/rust-lang/crates.io-index"9479checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9480dependencies = [9481 "bitflags",9482 "errno",9483 "io-lifetimes 0.7.5",9484 "libc",9485 "linux-raw-sys 0.0.46",9486 "windows-sys 0.42.0",9487]94889489[[package]]9490name = "rustix"9491version = "0.36.5"9492source = "registry+https://github.com/rust-lang/crates.io-index"9493checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9494dependencies = [9495 "bitflags",9496 "errno",9497 "io-lifetimes 1.0.3",9498 "libc",9499 "linux-raw-sys 0.1.3",9500 "windows-sys 0.42.0",9501]95029503[[package]]9504name = "rustls"9505version = "0.20.7"9506source = "registry+https://github.com/rust-lang/crates.io-index"9507checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9508dependencies = [9509 "log",9510 "ring",9511 "sct",9512 "webpki",9513]95149515[[package]]9516name = "rustls-native-certs"9517version = "0.6.2"9518source = "registry+https://github.com/rust-lang/crates.io-index"9519checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9520dependencies = [9521 "openssl-probe",9522 "rustls-pemfile",9523 "schannel",9524 "security-framework",9525]95269527[[package]]9528name = "rustls-pemfile"9529version = "1.0.1"9530source = "registry+https://github.com/rust-lang/crates.io-index"9531checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9532dependencies = [9533 "base64",9534]95359536[[package]]9537name = "rustversion"9538version = "1.0.9"9539source = "registry+https://github.com/rust-lang/crates.io-index"9540checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"95419542[[package]]9543name = "rw-stream-sink"9544version = "0.3.0"9545source = "registry+https://github.com/rust-lang/crates.io-index"9546checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9547dependencies = [9548 "futures 0.3.25",9549 "pin-project",9550 "static_assertions",9551]95529553[[package]]9554name = "ryu"9555version = "1.0.11"9556source = "registry+https://github.com/rust-lang/crates.io-index"9557checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95589559[[package]]9560name = "safe-mix"9561version = "1.0.1"9562source = "registry+https://github.com/rust-lang/crates.io-index"9563checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9564dependencies = [9565 "rustc_version 0.2.3",9566]95679568[[package]]9569name = "same-file"9570version = "1.0.6"9571source = "registry+https://github.com/rust-lang/crates.io-index"9572checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9573dependencies = [9574 "winapi-util",9575]95769577[[package]]9578name = "sc-allocator"9579version = "4.1.0-dev"9580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9581dependencies = [9582 "log",9583 "sp-core",9584 "sp-wasm-interface",9585 "thiserror",9586]95879588[[package]]9589name = "sc-authority-discovery"9590version = "0.10.0-dev"9591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9592dependencies = [9593 "async-trait",9594 "futures 0.3.25",9595 "futures-timer",9596 "ip_network",9597 "libp2p",9598 "log",9599 "parity-scale-codec 3.2.1",9600 "prost",9601 "prost-build",9602 "rand 0.7.3",9603 "sc-client-api",9604 "sc-network-common",9605 "sp-api",9606 "sp-authority-discovery",9607 "sp-blockchain",9608 "sp-core",9609 "sp-keystore",9610 "sp-runtime",9611 "substrate-prometheus-endpoint",9612 "thiserror",9613]96149615[[package]]9616name = "sc-basic-authorship"9617version = "0.10.0-dev"9618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9619dependencies = [9620 "futures 0.3.25",9621 "futures-timer",9622 "log",9623 "parity-scale-codec 3.2.1",9624 "sc-block-builder",9625 "sc-client-api",9626 "sc-proposer-metrics",9627 "sc-telemetry",9628 "sc-transaction-pool-api",9629 "sp-api",9630 "sp-blockchain",9631 "sp-consensus",9632 "sp-core",9633 "sp-inherents",9634 "sp-runtime",9635 "substrate-prometheus-endpoint",9636]96379638[[package]]9639name = "sc-block-builder"9640version = "0.10.0-dev"9641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9642dependencies = [9643 "parity-scale-codec 3.2.1",9644 "sc-client-api",9645 "sp-api",9646 "sp-block-builder",9647 "sp-blockchain",9648 "sp-core",9649 "sp-inherents",9650 "sp-runtime",9651 "sp-state-machine",9652]96539654[[package]]9655name = "sc-chain-spec"9656version = "4.0.0-dev"9657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9658dependencies = [9659 "impl-trait-for-tuples",9660 "memmap2",9661 "parity-scale-codec 3.2.1",9662 "sc-chain-spec-derive",9663 "sc-network-common",9664 "sc-telemetry",9665 "serde",9666 "serde_json",9667 "sp-core",9668 "sp-runtime",9669]96709671[[package]]9672name = "sc-chain-spec-derive"9673version = "4.0.0-dev"9674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9675dependencies = [9676 "proc-macro-crate",9677 "proc-macro2",9678 "quote",9679 "syn",9680]96819682[[package]]9683name = "sc-cli"9684version = "0.10.0-dev"9685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9686dependencies = [9687 "array-bytes",9688 "chrono",9689 "clap",9690 "fdlimit",9691 "futures 0.3.25",9692 "libp2p",9693 "log",9694 "names",9695 "parity-scale-codec 3.2.1",9696 "rand 0.7.3",9697 "regex",9698 "rpassword",9699 "sc-client-api",9700 "sc-client-db",9701 "sc-keystore",9702 "sc-network",9703 "sc-network-common",9704 "sc-service",9705 "sc-telemetry",9706 "sc-tracing",9707 "sc-utils",9708 "serde",9709 "serde_json",9710 "sp-blockchain",9711 "sp-core",9712 "sp-keyring",9713 "sp-keystore",9714 "sp-panic-handler",9715 "sp-runtime",9716 "sp-version",9717 "thiserror",9718 "tiny-bip39",9719 "tokio",9720]97219722[[package]]9723name = "sc-client-api"9724version = "4.0.0-dev"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9726dependencies = [9727 "fnv",9728 "futures 0.3.25",9729 "hash-db",9730 "log",9731 "parity-scale-codec 3.2.1",9732 "parking_lot 0.12.1",9733 "sc-executor",9734 "sc-transaction-pool-api",9735 "sc-utils",9736 "sp-api",9737 "sp-blockchain",9738 "sp-consensus",9739 "sp-core",9740 "sp-database",9741 "sp-externalities",9742 "sp-keystore",9743 "sp-runtime",9744 "sp-state-machine",9745 "sp-storage",9746 "sp-trie",9747 "substrate-prometheus-endpoint",9748]97499750[[package]]9751name = "sc-client-db"9752version = "0.10.0-dev"9753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9754dependencies = [9755 "hash-db",9756 "kvdb",9757 "kvdb-memorydb",9758 "kvdb-rocksdb",9759 "linked-hash-map",9760 "log",9761 "parity-db 0.4.2",9762 "parity-scale-codec 3.2.1",9763 "parking_lot 0.12.1",9764 "sc-client-api",9765 "sc-state-db",9766 "sp-arithmetic",9767 "sp-blockchain",9768 "sp-core",9769 "sp-database",9770 "sp-runtime",9771 "sp-state-machine",9772 "sp-trie",9773]97749775[[package]]9776name = "sc-consensus"9777version = "0.10.0-dev"9778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9779dependencies = [9780 "async-trait",9781 "futures 0.3.25",9782 "futures-timer",9783 "libp2p",9784 "log",9785 "parking_lot 0.12.1",9786 "sc-client-api",9787 "sc-utils",9788 "serde",9789 "sp-api",9790 "sp-blockchain",9791 "sp-consensus",9792 "sp-core",9793 "sp-runtime",9794 "sp-state-machine",9795 "substrate-prometheus-endpoint",9796 "thiserror",9797]97989799[[package]]9800name = "sc-consensus-aura"9801version = "0.10.0-dev"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9803dependencies = [9804 "async-trait",9805 "futures 0.3.25",9806 "log",9807 "parity-scale-codec 3.2.1",9808 "sc-block-builder",9809 "sc-client-api",9810 "sc-consensus",9811 "sc-consensus-slots",9812 "sc-telemetry",9813 "sp-api",9814 "sp-application-crypto",9815 "sp-block-builder",9816 "sp-blockchain",9817 "sp-consensus",9818 "sp-consensus-aura",9819 "sp-consensus-slots",9820 "sp-core",9821 "sp-inherents",9822 "sp-keystore",9823 "sp-runtime",9824 "substrate-prometheus-endpoint",9825 "thiserror",9826]98279828[[package]]9829name = "sc-consensus-babe"9830version = "0.10.0-dev"9831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9832dependencies = [9833 "async-trait",9834 "fork-tree",9835 "futures 0.3.25",9836 "log",9837 "merlin",9838 "num-bigint",9839 "num-rational",9840 "num-traits",9841 "parity-scale-codec 3.2.1",9842 "parking_lot 0.12.1",9843 "sc-client-api",9844 "sc-consensus",9845 "sc-consensus-epochs",9846 "sc-consensus-slots",9847 "sc-keystore",9848 "sc-telemetry",9849 "schnorrkel",9850 "serde",9851 "sp-api",9852 "sp-application-crypto",9853 "sp-block-builder",9854 "sp-blockchain",9855 "sp-consensus",9856 "sp-consensus-babe",9857 "sp-consensus-slots",9858 "sp-consensus-vrf",9859 "sp-core",9860 "sp-inherents",9861 "sp-io",9862 "sp-keystore",9863 "sp-runtime",9864 "sp-version",9865 "substrate-prometheus-endpoint",9866 "thiserror",9867]98689869[[package]]9870name = "sc-consensus-babe-rpc"9871version = "0.10.0-dev"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9873dependencies = [9874 "futures 0.3.25",9875 "jsonrpsee",9876 "sc-consensus-babe",9877 "sc-consensus-epochs",9878 "sc-rpc-api",9879 "serde",9880 "sp-api",9881 "sp-application-crypto",9882 "sp-blockchain",9883 "sp-consensus",9884 "sp-consensus-babe",9885 "sp-core",9886 "sp-keystore",9887 "sp-runtime",9888 "thiserror",9889]98909891[[package]]9892name = "sc-consensus-epochs"9893version = "0.10.0-dev"9894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9895dependencies = [9896 "fork-tree",9897 "parity-scale-codec 3.2.1",9898 "sc-client-api",9899 "sc-consensus",9900 "sp-blockchain",9901 "sp-runtime",9902]99039904[[package]]9905name = "sc-consensus-manual-seal"9906version = "0.10.0-dev"9907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9908dependencies = [9909 "assert_matches",9910 "async-trait",9911 "futures 0.3.25",9912 "jsonrpsee",9913 "log",9914 "parity-scale-codec 3.2.1",9915 "sc-client-api",9916 "sc-consensus",9917 "sc-consensus-aura",9918 "sc-consensus-babe",9919 "sc-consensus-epochs",9920 "sc-transaction-pool",9921 "sc-transaction-pool-api",9922 "serde",9923 "sp-api",9924 "sp-blockchain",9925 "sp-consensus",9926 "sp-consensus-aura",9927 "sp-consensus-babe",9928 "sp-consensus-slots",9929 "sp-core",9930 "sp-inherents",9931 "sp-keystore",9932 "sp-runtime",9933 "sp-timestamp",9934 "substrate-prometheus-endpoint",9935 "thiserror",9936]99379938[[package]]9939name = "sc-consensus-slots"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9942dependencies = [9943 "async-trait",9944 "futures 0.3.25",9945 "futures-timer",9946 "log",9947 "parity-scale-codec 3.2.1",9948 "sc-client-api",9949 "sc-consensus",9950 "sc-telemetry",9951 "sp-arithmetic",9952 "sp-blockchain",9953 "sp-consensus",9954 "sp-consensus-slots",9955 "sp-core",9956 "sp-inherents",9957 "sp-runtime",9958 "sp-state-machine",9959 "thiserror",9960]99619962[[package]]9963name = "sc-executor"9964version = "0.10.0-dev"9965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9966dependencies = [9967 "lazy_static",9968 "lru",9969 "parity-scale-codec 3.2.1",9970 "parking_lot 0.12.1",9971 "sc-executor-common",9972 "sc-executor-wasmi",9973 "sc-executor-wasmtime",9974 "sp-api",9975 "sp-core",9976 "sp-core-hashing-proc-macro",9977 "sp-externalities",9978 "sp-io",9979 "sp-panic-handler",9980 "sp-runtime-interface",9981 "sp-trie",9982 "sp-version",9983 "sp-wasm-interface",9984 "tracing",9985 "wasmi",9986]99879988[[package]]9989name = "sc-executor-common"9990version = "0.10.0-dev"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9992dependencies = [9993 "environmental",9994 "parity-scale-codec 3.2.1",9995 "sc-allocator",9996 "sp-maybe-compressed-blob",9997 "sp-sandbox",9998 "sp-wasm-interface",9999 "thiserror",10000 "wasm-instrument",10001 "wasmi",10002]1000310004[[package]]10005name = "sc-executor-wasmi"10006version = "0.10.0-dev"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10008dependencies = [10009 "log",10010 "parity-scale-codec 3.2.1",10011 "sc-allocator",10012 "sc-executor-common",10013 "sp-runtime-interface",10014 "sp-sandbox",10015 "sp-wasm-interface",10016 "wasmi",10017]1001810019[[package]]10020name = "sc-executor-wasmtime"10021version = "0.10.0-dev"10022source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10023dependencies = [10024 "cfg-if",10025 "libc",10026 "log",10027 "once_cell",10028 "parity-scale-codec 3.2.1",10029 "parity-wasm",10030 "rustix 0.35.13",10031 "sc-allocator",10032 "sc-executor-common",10033 "sp-runtime-interface",10034 "sp-sandbox",10035 "sp-wasm-interface",10036 "wasmtime",10037]1003810039[[package]]10040name = "sc-finality-grandpa"10041version = "0.10.0-dev"10042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10043dependencies = [10044 "ahash",10045 "array-bytes",10046 "async-trait",10047 "dyn-clone",10048 "finality-grandpa",10049 "fork-tree",10050 "futures 0.3.25",10051 "futures-timer",10052 "log",10053 "parity-scale-codec 3.2.1",10054 "parking_lot 0.12.1",10055 "rand 0.8.5",10056 "sc-block-builder",10057 "sc-chain-spec",10058 "sc-client-api",10059 "sc-consensus",10060 "sc-keystore",10061 "sc-network",10062 "sc-network-common",10063 "sc-network-gossip",10064 "sc-telemetry",10065 "sc-utils",10066 "serde_json",10067 "sp-api",10068 "sp-application-crypto",10069 "sp-arithmetic",10070 "sp-blockchain",10071 "sp-consensus",10072 "sp-core",10073 "sp-finality-grandpa",10074 "sp-keystore",10075 "sp-runtime",10076 "substrate-prometheus-endpoint",10077 "thiserror",10078]1007910080[[package]]10081name = "sc-finality-grandpa-rpc"10082version = "0.10.0-dev"10083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10084dependencies = [10085 "finality-grandpa",10086 "futures 0.3.25",10087 "jsonrpsee",10088 "log",10089 "parity-scale-codec 3.2.1",10090 "sc-client-api",10091 "sc-finality-grandpa",10092 "sc-rpc",10093 "serde",10094 "serde_json",10095 "sp-blockchain",10096 "sp-core",10097 "sp-runtime",10098 "thiserror",10099]1010010101[[package]]10102name = "sc-informant"10103version = "0.10.0-dev"10104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10105dependencies = [10106 "ansi_term",10107 "futures 0.3.25",10108 "futures-timer",10109 "log",10110 "parity-util-mem",10111 "sc-client-api",10112 "sc-network-common",10113 "sc-transaction-pool-api",10114 "sp-blockchain",10115 "sp-runtime",10116]1011710118[[package]]10119name = "sc-keystore"10120version = "4.0.0-dev"10121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10122dependencies = [10123 "array-bytes",10124 "async-trait",10125 "parking_lot 0.12.1",10126 "serde_json",10127 "sp-application-crypto",10128 "sp-core",10129 "sp-keystore",10130 "thiserror",10131]1013210133[[package]]10134name = "sc-network"10135version = "0.10.0-dev"10136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10137dependencies = [10138 "array-bytes",10139 "async-trait",10140 "asynchronous-codec",10141 "bitflags",10142 "bytes",10143 "cid",10144 "either",10145 "fnv",10146 "fork-tree",10147 "futures 0.3.25",10148 "futures-timer",10149 "ip_network",10150 "libp2p",10151 "linked-hash-map",10152 "linked_hash_set",10153 "log",10154 "lru",10155 "parity-scale-codec 3.2.1",10156 "parking_lot 0.12.1",10157 "pin-project",10158 "prost",10159 "rand 0.7.3",10160 "sc-block-builder",10161 "sc-client-api",10162 "sc-consensus",10163 "sc-network-common",10164 "sc-peerset",10165 "sc-utils",10166 "serde",10167 "serde_json",10168 "smallvec",10169 "sp-arithmetic",10170 "sp-blockchain",10171 "sp-consensus",10172 "sp-core",10173 "sp-runtime",10174 "substrate-prometheus-endpoint",10175 "thiserror",10176 "unsigned-varint",10177 "zeroize",10178]1017910180[[package]]10181name = "sc-network-bitswap"10182version = "0.10.0-dev"10183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10184dependencies = [10185 "cid",10186 "futures 0.3.25",10187 "libp2p",10188 "log",10189 "prost",10190 "prost-build",10191 "sc-client-api",10192 "sc-network-common",10193 "sp-blockchain",10194 "sp-runtime",10195 "thiserror",10196 "unsigned-varint",10197 "void",10198]1019910200[[package]]10201name = "sc-network-common"10202version = "0.10.0-dev"10203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10204dependencies = [10205 "async-trait",10206 "bitflags",10207 "bytes",10208 "futures 0.3.25",10209 "futures-timer",10210 "libp2p",10211 "linked_hash_set",10212 "parity-scale-codec 3.2.1",10213 "prost-build",10214 "sc-consensus",10215 "sc-peerset",10216 "serde",10217 "smallvec",10218 "sp-blockchain",10219 "sp-consensus",10220 "sp-finality-grandpa",10221 "sp-runtime",10222 "substrate-prometheus-endpoint",10223 "thiserror",10224]1022510226[[package]]10227name = "sc-network-gossip"10228version = "0.10.0-dev"10229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10230dependencies = [10231 "ahash",10232 "futures 0.3.25",10233 "futures-timer",10234 "libp2p",10235 "log",10236 "lru",10237 "sc-network-common",10238 "sc-peerset",10239 "sp-runtime",10240 "substrate-prometheus-endpoint",10241 "tracing",10242]1024310244[[package]]10245name = "sc-network-light"10246version = "0.10.0-dev"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10248dependencies = [10249 "array-bytes",10250 "futures 0.3.25",10251 "libp2p",10252 "log",10253 "parity-scale-codec 3.2.1",10254 "prost",10255 "prost-build",10256 "sc-client-api",10257 "sc-network-common",10258 "sc-peerset",10259 "sp-blockchain",10260 "sp-core",10261 "sp-runtime",10262 "thiserror",10263]1026410265[[package]]10266name = "sc-network-sync"10267version = "0.10.0-dev"10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10269dependencies = [10270 "array-bytes",10271 "fork-tree",10272 "futures 0.3.25",10273 "libp2p",10274 "log",10275 "lru",10276 "mockall",10277 "parity-scale-codec 3.2.1",10278 "prost",10279 "prost-build",10280 "sc-client-api",10281 "sc-consensus",10282 "sc-network-common",10283 "sc-peerset",10284 "sc-utils",10285 "smallvec",10286 "sp-arithmetic",10287 "sp-blockchain",10288 "sp-consensus",10289 "sp-core",10290 "sp-finality-grandpa",10291 "sp-runtime",10292 "thiserror",10293]1029410295[[package]]10296name = "sc-network-transactions"10297version = "0.10.0-dev"10298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10299dependencies = [10300 "array-bytes",10301 "futures 0.3.25",10302 "hex",10303 "libp2p",10304 "log",10305 "parity-scale-codec 3.2.1",10306 "pin-project",10307 "sc-network-common",10308 "sc-peerset",10309 "sp-consensus",10310 "sp-runtime",10311 "substrate-prometheus-endpoint",10312]1031310314[[package]]10315name = "sc-offchain"10316version = "4.0.0-dev"10317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10318dependencies = [10319 "array-bytes",10320 "bytes",10321 "fnv",10322 "futures 0.3.25",10323 "futures-timer",10324 "hyper",10325 "hyper-rustls",10326 "libp2p",10327 "num_cpus",10328 "once_cell",10329 "parity-scale-codec 3.2.1",10330 "parking_lot 0.12.1",10331 "rand 0.7.3",10332 "sc-client-api",10333 "sc-network-common",10334 "sc-peerset",10335 "sc-utils",10336 "sp-api",10337 "sp-core",10338 "sp-offchain",10339 "sp-runtime",10340 "threadpool",10341 "tracing",10342]1034310344[[package]]10345name = "sc-peerset"10346version = "4.0.0-dev"10347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10348dependencies = [10349 "futures 0.3.25",10350 "libp2p",10351 "log",10352 "sc-utils",10353 "serde_json",10354 "wasm-timer",10355]1035610357[[package]]10358name = "sc-proposer-metrics"10359version = "0.10.0-dev"10360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10361dependencies = [10362 "log",10363 "substrate-prometheus-endpoint",10364]1036510366[[package]]10367name = "sc-rpc"10368version = "4.0.0-dev"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10370dependencies = [10371 "futures 0.3.25",10372 "hash-db",10373 "jsonrpsee",10374 "log",10375 "parity-scale-codec 3.2.1",10376 "parking_lot 0.12.1",10377 "sc-block-builder",10378 "sc-chain-spec",10379 "sc-client-api",10380 "sc-rpc-api",10381 "sc-tracing",10382 "sc-transaction-pool-api",10383 "sc-utils",10384 "serde_json",10385 "sp-api",10386 "sp-blockchain",10387 "sp-core",10388 "sp-keystore",10389 "sp-offchain",10390 "sp-rpc",10391 "sp-runtime",10392 "sp-session",10393 "sp-version",10394]1039510396[[package]]10397name = "sc-rpc-api"10398version = "0.10.0-dev"10399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10400dependencies = [10401 "futures 0.3.25",10402 "jsonrpsee",10403 "log",10404 "parity-scale-codec 3.2.1",10405 "parking_lot 0.12.1",10406 "sc-chain-spec",10407 "sc-transaction-pool-api",10408 "scale-info",10409 "serde",10410 "serde_json",10411 "sp-core",10412 "sp-rpc",10413 "sp-runtime",10414 "sp-tracing",10415 "sp-version",10416 "thiserror",10417]1041810419[[package]]10420name = "sc-rpc-server"10421version = "4.0.0-dev"10422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10423dependencies = [10424 "futures 0.3.25",10425 "jsonrpsee",10426 "log",10427 "serde_json",10428 "substrate-prometheus-endpoint",10429 "tokio",10430]1043110432[[package]]10433name = "sc-rpc-spec-v2"10434version = "0.10.0-dev"10435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10436dependencies = [10437 "futures 0.3.25",10438 "hex",10439 "jsonrpsee",10440 "parity-scale-codec 3.2.1",10441 "sc-chain-spec",10442 "sc-transaction-pool-api",10443 "serde",10444 "sp-api",10445 "sp-blockchain",10446 "sp-core",10447 "sp-runtime",10448 "thiserror",10449]1045010451[[package]]10452name = "sc-service"10453version = "0.10.0-dev"10454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10455dependencies = [10456 "async-trait",10457 "directories",10458 "exit-future",10459 "futures 0.3.25",10460 "futures-timer",10461 "hash-db",10462 "jsonrpsee",10463 "log",10464 "parity-scale-codec 3.2.1",10465 "parity-util-mem",10466 "parking_lot 0.12.1",10467 "pin-project",10468 "rand 0.7.3",10469 "sc-block-builder",10470 "sc-chain-spec",10471 "sc-client-api",10472 "sc-client-db",10473 "sc-consensus",10474 "sc-executor",10475 "sc-informant",10476 "sc-keystore",10477 "sc-network",10478 "sc-network-bitswap",10479 "sc-network-common",10480 "sc-network-light",10481 "sc-network-sync",10482 "sc-network-transactions",10483 "sc-offchain",10484 "sc-rpc",10485 "sc-rpc-server",10486 "sc-rpc-spec-v2",10487 "sc-sysinfo",10488 "sc-telemetry",10489 "sc-tracing",10490 "sc-transaction-pool",10491 "sc-transaction-pool-api",10492 "sc-utils",10493 "serde",10494 "serde_json",10495 "sp-api",10496 "sp-application-crypto",10497 "sp-block-builder",10498 "sp-blockchain",10499 "sp-consensus",10500 "sp-core",10501 "sp-externalities",10502 "sp-inherents",10503 "sp-keystore",10504 "sp-runtime",10505 "sp-session",10506 "sp-state-machine",10507 "sp-storage",10508 "sp-tracing",10509 "sp-transaction-pool",10510 "sp-transaction-storage-proof",10511 "sp-trie",10512 "sp-version",10513 "static_init 1.0.3",10514 "substrate-prometheus-endpoint",10515 "tempfile",10516 "thiserror",10517 "tokio",10518 "tracing",10519 "tracing-futures",10520]1052110522[[package]]10523name = "sc-state-db"10524version = "0.10.0-dev"10525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10526dependencies = [10527 "log",10528 "parity-scale-codec 3.2.1",10529 "parity-util-mem",10530 "parity-util-mem-derive",10531 "parking_lot 0.12.1",10532 "sc-client-api",10533 "sp-core",10534]1053510536[[package]]10537name = "sc-sync-state-rpc"10538version = "0.10.0-dev"10539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10540dependencies = [10541 "jsonrpsee",10542 "parity-scale-codec 3.2.1",10543 "sc-chain-spec",10544 "sc-client-api",10545 "sc-consensus-babe",10546 "sc-consensus-epochs",10547 "sc-finality-grandpa",10548 "serde",10549 "serde_json",10550 "sp-blockchain",10551 "sp-runtime",10552 "thiserror",10553]1055410555[[package]]10556name = "sc-sysinfo"10557version = "6.0.0-dev"10558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10559dependencies = [10560 "futures 0.3.25",10561 "libc",10562 "log",10563 "rand 0.7.3",10564 "rand_pcg 0.2.1",10565 "regex",10566 "sc-telemetry",10567 "serde",10568 "serde_json",10569 "sp-core",10570 "sp-io",10571 "sp-std",10572]1057310574[[package]]10575name = "sc-telemetry"10576version = "4.0.0-dev"10577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10578dependencies = [10579 "chrono",10580 "futures 0.3.25",10581 "libp2p",10582 "log",10583 "parking_lot 0.12.1",10584 "pin-project",10585 "rand 0.7.3",10586 "serde",10587 "serde_json",10588 "thiserror",10589 "wasm-timer",10590]1059110592[[package]]10593name = "sc-tracing"10594version = "4.0.0-dev"10595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10596dependencies = [10597 "ansi_term",10598 "atty",10599 "chrono",10600 "lazy_static",10601 "libc",10602 "log",10603 "once_cell",10604 "parking_lot 0.12.1",10605 "regex",10606 "rustc-hash",10607 "sc-client-api",10608 "sc-rpc-server",10609 "sc-tracing-proc-macro",10610 "serde",10611 "sp-api",10612 "sp-blockchain",10613 "sp-core",10614 "sp-rpc",10615 "sp-runtime",10616 "sp-tracing",10617 "thiserror",10618 "tracing",10619 "tracing-log",10620 "tracing-subscriber",10621]1062210623[[package]]10624name = "sc-tracing-proc-macro"10625version = "4.0.0-dev"10626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10627dependencies = [10628 "proc-macro-crate",10629 "proc-macro2",10630 "quote",10631 "syn",10632]1063310634[[package]]10635name = "sc-transaction-pool"10636version = "4.0.0-dev"10637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10638dependencies = [10639 "async-trait",10640 "futures 0.3.25",10641 "futures-timer",10642 "linked-hash-map",10643 "log",10644 "parity-scale-codec 3.2.1",10645 "parity-util-mem",10646 "parking_lot 0.12.1",10647 "sc-client-api",10648 "sc-transaction-pool-api",10649 "sc-utils",10650 "serde",10651 "sp-api",10652 "sp-blockchain",10653 "sp-core",10654 "sp-runtime",10655 "sp-tracing",10656 "sp-transaction-pool",10657 "substrate-prometheus-endpoint",10658 "thiserror",10659]1066010661[[package]]10662name = "sc-transaction-pool-api"10663version = "4.0.0-dev"10664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10665dependencies = [10666 "async-trait",10667 "futures 0.3.25",10668 "log",10669 "serde",10670 "sp-blockchain",10671 "sp-runtime",10672 "thiserror",10673]1067410675[[package]]10676name = "sc-utils"10677version = "4.0.0-dev"10678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10679dependencies = [10680 "futures 0.3.25",10681 "futures-timer",10682 "lazy_static",10683 "log",10684 "parking_lot 0.12.1",10685 "prometheus",10686]1068710688[[package]]10689name = "scale-info"10690version = "2.3.0"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10693dependencies = [10694 "bitvec 1.0.1",10695 "cfg-if",10696 "derive_more",10697 "parity-scale-codec 3.2.1",10698 "scale-info-derive",10699 "serde",10700]1070110702[[package]]10703name = "scale-info-derive"10704version = "2.3.0"10705source = "registry+https://github.com/rust-lang/crates.io-index"10706checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496"10707dependencies = [10708 "proc-macro-crate",10709 "proc-macro2",10710 "quote",10711 "syn",10712]1071310714[[package]]10715name = "schannel"10716version = "0.1.20"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10719dependencies = [10720 "lazy_static",10721 "windows-sys 0.36.1",10722]1072310724[[package]]10725name = "schnorrkel"10726version = "0.9.1"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10729dependencies = [10730 "arrayref",10731 "arrayvec 0.5.2",10732 "curve25519-dalek 2.1.3",10733 "getrandom 0.1.16",10734 "merlin",10735 "rand 0.7.3",10736 "rand_core 0.5.1",10737 "sha2 0.8.2",10738 "subtle",10739 "zeroize",10740]1074110742[[package]]10743name = "scopeguard"10744version = "1.1.0"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1074710748[[package]]10749name = "scratch"10750version = "1.0.2"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1075310754[[package]]10755name = "sct"10756version = "0.7.0"10757source = "registry+https://github.com/rust-lang/crates.io-index"10758checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10759dependencies = [10760 "ring",10761 "untrusted",10762]1076310764[[package]]10765name = "sec1"10766version = "0.3.0"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10769dependencies = [10770 "base16ct",10771 "der",10772 "generic-array 0.14.6",10773 "pkcs8",10774 "subtle",10775 "zeroize",10776]1077710778[[package]]10779name = "secp256k1"10780version = "0.24.1"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10783dependencies = [10784 "secp256k1-sys",10785]1078610787[[package]]10788name = "secp256k1-sys"10789version = "0.6.1"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10792dependencies = [10793 "cc",10794]1079510796[[package]]10797name = "secrecy"10798version = "0.8.0"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10801dependencies = [10802 "zeroize",10803]1080410805[[package]]10806name = "security-framework"10807version = "2.7.0"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10810dependencies = [10811 "bitflags",10812 "core-foundation",10813 "core-foundation-sys",10814 "libc",10815 "security-framework-sys",10816]1081710818[[package]]10819name = "security-framework-sys"10820version = "2.6.1"10821source = "registry+https://github.com/rust-lang/crates.io-index"10822checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10823dependencies = [10824 "core-foundation-sys",10825 "libc",10826]1082710828[[package]]10829name = "semver"10830version = "0.6.0"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10833dependencies = [10834 "semver-parser",10835]1083610837[[package]]10838name = "semver"10839version = "0.9.0"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10842dependencies = [10843 "semver-parser",10844]1084510846[[package]]10847name = "semver"10848version = "1.0.14"10849source = "registry+https://github.com/rust-lang/crates.io-index"10850checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10851dependencies = [10852 "serde",10853]1085410855[[package]]10856name = "semver-parser"10857version = "0.7.0"10858source = "registry+https://github.com/rust-lang/crates.io-index"10859checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1086010861[[package]]10862name = "serde"10863version = "1.0.149"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"10866dependencies = [10867 "serde_derive",10868]1086910870[[package]]10871name = "serde_derive"10872version = "1.0.149"10873source = "registry+https://github.com/rust-lang/crates.io-index"10874checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"10875dependencies = [10876 "proc-macro2",10877 "quote",10878 "syn",10879]1088010881[[package]]10882name = "serde_json"10883version = "1.0.89"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"10886dependencies = [10887 "itoa",10888 "ryu",10889 "serde",10890]1089110892[[package]]10893name = "serde_nanos"10894version = "0.1.2"10895source = "registry+https://github.com/rust-lang/crates.io-index"10896checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10897dependencies = [10898 "serde",10899]1090010901[[package]]10902name = "sha-1"10903version = "0.9.8"10904source = "registry+https://github.com/rust-lang/crates.io-index"10905checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10906dependencies = [10907 "block-buffer 0.9.0",10908 "cfg-if",10909 "cpufeatures",10910 "digest 0.9.0",10911 "opaque-debug 0.3.0",10912]1091310914[[package]]10915name = "sha1"10916version = "0.10.5"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10919dependencies = [10920 "cfg-if",10921 "cpufeatures",10922 "digest 0.10.6",10923]1092410925[[package]]10926name = "sha2"10927version = "0.8.2"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10930dependencies = [10931 "block-buffer 0.7.3",10932 "digest 0.8.1",10933 "fake-simd",10934 "opaque-debug 0.2.3",10935]1093610937[[package]]10938name = "sha2"10939version = "0.9.9"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10942dependencies = [10943 "block-buffer 0.9.0",10944 "cfg-if",10945 "cpufeatures",10946 "digest 0.9.0",10947 "opaque-debug 0.3.0",10948]1094910950[[package]]10951name = "sha2"10952version = "0.10.6"10953source = "registry+https://github.com/rust-lang/crates.io-index"10954checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10955dependencies = [10956 "cfg-if",10957 "cpufeatures",10958 "digest 0.10.6",10959]1096010961[[package]]10962name = "sha3"10963version = "0.10.6"10964source = "registry+https://github.com/rust-lang/crates.io-index"10965checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10966dependencies = [10967 "digest 0.10.6",10968 "keccak",10969]1097010971[[package]]10972name = "sha3-const"10973version = "0.1.1"10974source = "registry+https://github.com/rust-lang/crates.io-index"10975checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1097610977[[package]]10978name = "sharded-slab"10979version = "0.1.4"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10982dependencies = [10983 "lazy_static",10984]1098510986[[package]]10987name = "shlex"10988version = "1.1.0"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1099110992[[package]]10993name = "signal-hook"10994version = "0.3.14"10995source = "registry+https://github.com/rust-lang/crates.io-index"10996checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10997dependencies = [10998 "libc",10999 "signal-hook-registry",11000]1100111002[[package]]11003name = "signal-hook-registry"11004version = "1.4.0"11005source = "registry+https://github.com/rust-lang/crates.io-index"11006checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11007dependencies = [11008 "libc",11009]1101011011[[package]]11012name = "signature"11013version = "1.6.4"11014source = "registry+https://github.com/rust-lang/crates.io-index"11015checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11016dependencies = [11017 "digest 0.10.6",11018 "rand_core 0.6.4",11019]1102011021[[package]]11022name = "simba"11023version = "0.5.1"11024source = "registry+https://github.com/rust-lang/crates.io-index"11025checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11026dependencies = [11027 "approx",11028 "num-complex",11029 "num-traits",11030 "paste",11031]1103211033[[package]]11034name = "similar"11035version = "2.2.1"11036source = "registry+https://github.com/rust-lang/crates.io-index"11037checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11038dependencies = [11039 "bstr",11040 "unicode-segmentation",11041]1104211043[[package]]11044name = "similar-asserts"11045version = "1.4.2"11046source = "registry+https://github.com/rust-lang/crates.io-index"11047checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11048dependencies = [11049 "console",11050 "similar",11051]1105211053[[package]]11054name = "slab"11055version = "0.4.7"11056source = "registry+https://github.com/rust-lang/crates.io-index"11057checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11058dependencies = [11059 "autocfg",11060]1106111062[[package]]11063name = "slice-group-by"11064version = "0.3.0"11065source = "registry+https://github.com/rust-lang/crates.io-index"11066checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1106711068[[package]]11069name = "slot-range-helper"11070version = "0.9.33"11071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"11072dependencies = [11073 "enumn",11074 "parity-scale-codec 3.2.1",11075 "paste",11076 "sp-runtime",11077 "sp-std",11078]1107911080[[package]]11081name = "slotmap"11082version = "1.0.6"11083source = "registry+https://github.com/rust-lang/crates.io-index"11084checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11085dependencies = [11086 "version_check",11087]1108811089[[package]]11090name = "smallvec"11091version = "1.10.0"11092source = "registry+https://github.com/rust-lang/crates.io-index"11093checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1109411095[[package]]11096name = "snap"11097version = "1.1.0"11098source = "registry+https://github.com/rust-lang/crates.io-index"11099checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1110011101[[package]]11102name = "snow"11103version = "0.9.0"11104source = "registry+https://github.com/rust-lang/crates.io-index"11105checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11106dependencies = [11107 "aes-gcm",11108 "blake2",11109 "chacha20poly1305",11110 "curve25519-dalek 4.0.0-pre.1",11111 "rand_core 0.6.4",11112 "ring",11113 "rustc_version 0.4.0",11114 "sha2 0.10.6",11115 "subtle",11116]1111711118[[package]]11119name = "socket2"11120version = "0.4.7"11121source = "registry+https://github.com/rust-lang/crates.io-index"11122checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11123dependencies = [11124 "libc",11125 "winapi",11126]1112711128[[package]]11129name = "soketto"11130version = "0.7.1"11131source = "registry+https://github.com/rust-lang/crates.io-index"11132checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11133dependencies = [11134 "base64",11135 "bytes",11136 "flate2",11137 "futures 0.3.25",11138 "httparse",11139 "log",11140 "rand 0.8.5",11141 "sha-1",11142]1114311144[[package]]11145name = "sp-api"11146version = "4.0.0-dev"11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11148dependencies = [11149 "hash-db",11150 "log",11151 "parity-scale-codec 3.2.1",11152 "sp-api-proc-macro",11153 "sp-core",11154 "sp-runtime",11155 "sp-state-machine",11156 "sp-std",11157 "sp-trie",11158 "sp-version",11159 "thiserror",11160]1116111162[[package]]11163name = "sp-api-proc-macro"11164version = "4.0.0-dev"11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11166dependencies = [11167 "blake2",11168 "proc-macro-crate",11169 "proc-macro2",11170 "quote",11171 "syn",11172]1117311174[[package]]11175name = "sp-application-crypto"11176version = "6.0.0"11177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11178dependencies = [11179 "parity-scale-codec 3.2.1",11180 "scale-info",11181 "serde",11182 "sp-core",11183 "sp-io",11184 "sp-std",11185]1118611187[[package]]11188name = "sp-arithmetic"11189version = "5.0.0"11190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11191dependencies = [11192 "integer-sqrt",11193 "num-traits",11194 "parity-scale-codec 3.2.1",11195 "scale-info",11196 "serde",11197 "sp-debug-derive",11198 "sp-std",11199 "static_assertions",11200]1120111202[[package]]11203name = "sp-authority-discovery"11204version = "4.0.0-dev"11205source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11206dependencies = [11207 "parity-scale-codec 3.2.1",11208 "scale-info",11209 "sp-api",11210 "sp-application-crypto",11211 "sp-runtime",11212 "sp-std",11213]1121411215[[package]]11216name = "sp-authorship"11217version = "4.0.0-dev"11218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11219dependencies = [11220 "async-trait",11221 "parity-scale-codec 3.2.1",11222 "sp-inherents",11223 "sp-runtime",11224 "sp-std",11225]1122611227[[package]]11228name = "sp-block-builder"11229version = "4.0.0-dev"11230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11231dependencies = [11232 "parity-scale-codec 3.2.1",11233 "sp-api",11234 "sp-inherents",11235 "sp-runtime",11236 "sp-std",11237]1123811239[[package]]11240name = "sp-blockchain"11241version = "4.0.0-dev"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11243dependencies = [11244 "futures 0.3.25",11245 "log",11246 "lru",11247 "parity-scale-codec 3.2.1",11248 "parking_lot 0.12.1",11249 "sp-api",11250 "sp-consensus",11251 "sp-database",11252 "sp-runtime",11253 "sp-state-machine",11254 "thiserror",11255]1125611257[[package]]11258name = "sp-consensus"11259version = "0.10.0-dev"11260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11261dependencies = [11262 "async-trait",11263 "futures 0.3.25",11264 "futures-timer",11265 "log",11266 "parity-scale-codec 3.2.1",11267 "sp-core",11268 "sp-inherents",11269 "sp-runtime",11270 "sp-state-machine",11271 "sp-std",11272 "sp-version",11273 "thiserror",11274]1127511276[[package]]11277name = "sp-consensus-aura"11278version = "0.10.0-dev"11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11280dependencies = [11281 "async-trait",11282 "parity-scale-codec 3.2.1",11283 "scale-info",11284 "sp-api",11285 "sp-application-crypto",11286 "sp-consensus",11287 "sp-consensus-slots",11288 "sp-inherents",11289 "sp-runtime",11290 "sp-std",11291 "sp-timestamp",11292]1129311294[[package]]11295name = "sp-consensus-babe"11296version = "0.10.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11298dependencies = [11299 "async-trait",11300 "merlin",11301 "parity-scale-codec 3.2.1",11302 "scale-info",11303 "serde",11304 "sp-api",11305 "sp-application-crypto",11306 "sp-consensus",11307 "sp-consensus-slots",11308 "sp-consensus-vrf",11309 "sp-core",11310 "sp-inherents",11311 "sp-keystore",11312 "sp-runtime",11313 "sp-std",11314 "sp-timestamp",11315]1131611317[[package]]11318name = "sp-consensus-slots"11319version = "0.10.0-dev"11320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11321dependencies = [11322 "parity-scale-codec 3.2.1",11323 "scale-info",11324 "serde",11325 "sp-arithmetic",11326 "sp-runtime",11327 "sp-std",11328 "sp-timestamp",11329]1133011331[[package]]11332name = "sp-consensus-vrf"11333version = "0.10.0-dev"11334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11335dependencies = [11336 "parity-scale-codec 3.2.1",11337 "scale-info",11338 "schnorrkel",11339 "sp-core",11340 "sp-runtime",11341 "sp-std",11342]1134311344[[package]]11345name = "sp-core"11346version = "6.0.0"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11348dependencies = [11349 "array-bytes",11350 "base58",11351 "bitflags",11352 "blake2",11353 "byteorder",11354 "dyn-clonable",11355 "ed25519-zebra",11356 "futures 0.3.25",11357 "hash-db",11358 "hash256-std-hasher",11359 "impl-serde",11360 "lazy_static",11361 "libsecp256k1",11362 "log",11363 "merlin",11364 "num-traits",11365 "parity-scale-codec 3.2.1",11366 "parking_lot 0.12.1",11367 "primitive-types 0.12.1",11368 "rand 0.7.3",11369 "regex",11370 "scale-info",11371 "schnorrkel",11372 "secp256k1",11373 "secrecy",11374 "serde",11375 "sp-core-hashing",11376 "sp-debug-derive",11377 "sp-externalities",11378 "sp-runtime-interface",11379 "sp-std",11380 "sp-storage",11381 "ss58-registry",11382 "substrate-bip39",11383 "thiserror",11384 "tiny-bip39",11385 "wasmi",11386 "zeroize",11387]1138811389[[package]]11390name = "sp-core-hashing"11391version = "4.0.0"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11393dependencies = [11394 "blake2",11395 "byteorder",11396 "digest 0.10.6",11397 "sha2 0.10.6",11398 "sha3",11399 "sp-std",11400 "twox-hash",11401]1140211403[[package]]11404name = "sp-core-hashing-proc-macro"11405version = "5.0.0"11406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11407dependencies = [11408 "proc-macro2",11409 "quote",11410 "sp-core-hashing",11411 "syn",11412]1141311414[[package]]11415name = "sp-database"11416version = "4.0.0-dev"11417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11418dependencies = [11419 "kvdb",11420 "parking_lot 0.12.1",11421]1142211423[[package]]11424name = "sp-debug-derive"11425version = "4.0.0"11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11427dependencies = [11428 "proc-macro2",11429 "quote",11430 "syn",11431]1143211433[[package]]11434name = "sp-externalities"11435version = "0.12.0"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11437dependencies = [11438 "environmental",11439 "parity-scale-codec 3.2.1",11440 "sp-std",11441 "sp-storage",11442]1144311444[[package]]11445name = "sp-finality-grandpa"11446version = "4.0.0-dev"11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11448dependencies = [11449 "finality-grandpa",11450 "log",11451 "parity-scale-codec 3.2.1",11452 "scale-info",11453 "serde",11454 "sp-api",11455 "sp-application-crypto",11456 "sp-core",11457 "sp-keystore",11458 "sp-runtime",11459 "sp-std",11460]1146111462[[package]]11463name = "sp-inherents"11464version = "4.0.0-dev"11465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11466dependencies = [11467 "async-trait",11468 "impl-trait-for-tuples",11469 "parity-scale-codec 3.2.1",11470 "sp-core",11471 "sp-runtime",11472 "sp-std",11473 "thiserror",11474]1147511476[[package]]11477name = "sp-io"11478version = "6.0.0"11479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11480dependencies = [11481 "bytes",11482 "futures 0.3.25",11483 "hash-db",11484 "libsecp256k1",11485 "log",11486 "parity-scale-codec 3.2.1",11487 "parking_lot 0.12.1",11488 "secp256k1",11489 "sp-core",11490 "sp-externalities",11491 "sp-keystore",11492 "sp-runtime-interface",11493 "sp-state-machine",11494 "sp-std",11495 "sp-tracing",11496 "sp-trie",11497 "sp-wasm-interface",11498 "tracing",11499 "tracing-core",11500]1150111502[[package]]11503name = "sp-keyring"11504version = "6.0.0"11505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11506dependencies = [11507 "lazy_static",11508 "sp-core",11509 "sp-runtime",11510 "strum",11511]1151211513[[package]]11514name = "sp-keystore"11515version = "0.12.0"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11517dependencies = [11518 "async-trait",11519 "futures 0.3.25",11520 "merlin",11521 "parity-scale-codec 3.2.1",11522 "parking_lot 0.12.1",11523 "schnorrkel",11524 "serde",11525 "sp-core",11526 "sp-externalities",11527 "thiserror",11528]1152911530[[package]]11531name = "sp-maybe-compressed-blob"11532version = "4.1.0-dev"11533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11534dependencies = [11535 "thiserror",11536 "zstd",11537]1153811539[[package]]11540name = "sp-mmr-primitives"11541version = "4.0.0-dev"11542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11543dependencies = [11544 "log",11545 "parity-scale-codec 3.2.1",11546 "scale-info",11547 "serde",11548 "sp-api",11549 "sp-core",11550 "sp-debug-derive",11551 "sp-runtime",11552 "sp-std",11553 "thiserror",11554]1155511556[[package]]11557name = "sp-npos-elections"11558version = "4.0.0-dev"11559source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11560dependencies = [11561 "parity-scale-codec 3.2.1",11562 "scale-info",11563 "serde",11564 "sp-arithmetic",11565 "sp-core",11566 "sp-runtime",11567 "sp-std",11568]1156911570[[package]]11571name = "sp-offchain"11572version = "4.0.0-dev"11573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11574dependencies = [11575 "sp-api",11576 "sp-core",11577 "sp-runtime",11578]1157911580[[package]]11581name = "sp-panic-handler"11582version = "4.0.0"11583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11584dependencies = [11585 "backtrace",11586 "lazy_static",11587 "regex",11588]1158911590[[package]]11591name = "sp-rpc"11592version = "6.0.0"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11594dependencies = [11595 "rustc-hash",11596 "serde",11597 "sp-core",11598]1159911600[[package]]11601name = "sp-runtime"11602version = "6.0.0"11603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11604dependencies = [11605 "either",11606 "hash256-std-hasher",11607 "impl-trait-for-tuples",11608 "log",11609 "parity-scale-codec 3.2.1",11610 "parity-util-mem",11611 "paste",11612 "rand 0.7.3",11613 "scale-info",11614 "serde",11615 "sp-application-crypto",11616 "sp-arithmetic",11617 "sp-core",11618 "sp-io",11619 "sp-std",11620 "sp-weights",11621]1162211623[[package]]11624name = "sp-runtime-interface"11625version = "6.0.0"11626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11627dependencies = [11628 "bytes",11629 "impl-trait-for-tuples",11630 "parity-scale-codec 3.2.1",11631 "primitive-types 0.12.1",11632 "sp-externalities",11633 "sp-runtime-interface-proc-macro",11634 "sp-std",11635 "sp-storage",11636 "sp-tracing",11637 "sp-wasm-interface",11638 "static_assertions",11639]1164011641[[package]]11642name = "sp-runtime-interface-proc-macro"11643version = "5.0.0"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11645dependencies = [11646 "Inflector",11647 "proc-macro-crate",11648 "proc-macro2",11649 "quote",11650 "syn",11651]1165211653[[package]]11654name = "sp-sandbox"11655version = "0.10.0-dev"11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11657dependencies = [11658 "log",11659 "parity-scale-codec 3.2.1",11660 "sp-core",11661 "sp-io",11662 "sp-std",11663 "sp-wasm-interface",11664 "wasmi",11665]1166611667[[package]]11668name = "sp-session"11669version = "4.0.0-dev"11670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11671dependencies = [11672 "parity-scale-codec 3.2.1",11673 "scale-info",11674 "sp-api",11675 "sp-core",11676 "sp-runtime",11677 "sp-staking",11678 "sp-std",11679]1168011681[[package]]11682name = "sp-staking"11683version = "4.0.0-dev"11684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11685dependencies = [11686 "parity-scale-codec 3.2.1",11687 "scale-info",11688 "sp-runtime",11689 "sp-std",11690]1169111692[[package]]11693name = "sp-state-machine"11694version = "0.12.0"11695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11696dependencies = [11697 "hash-db",11698 "log",11699 "num-traits",11700 "parity-scale-codec 3.2.1",11701 "parking_lot 0.12.1",11702 "rand 0.7.3",11703 "smallvec",11704 "sp-core",11705 "sp-externalities",11706 "sp-panic-handler",11707 "sp-std",11708 "sp-trie",11709 "thiserror",11710 "tracing",11711 "trie-root",11712]1171311714[[package]]11715name = "sp-std"11716version = "4.0.0"11717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"1171811719[[package]]11720name = "sp-storage"11721version = "6.0.0"11722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11723dependencies = [11724 "impl-serde",11725 "parity-scale-codec 3.2.1",11726 "ref-cast",11727 "serde",11728 "sp-debug-derive",11729 "sp-std",11730]1173111732[[package]]11733name = "sp-timestamp"11734version = "4.0.0-dev"11735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11736dependencies = [11737 "async-trait",11738 "futures-timer",11739 "log",11740 "parity-scale-codec 3.2.1",11741 "sp-api",11742 "sp-inherents",11743 "sp-runtime",11744 "sp-std",11745 "thiserror",11746]1174711748[[package]]11749name = "sp-tracing"11750version = "5.0.0"11751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11752dependencies = [11753 "parity-scale-codec 3.2.1",11754 "sp-std",11755 "tracing",11756 "tracing-core",11757 "tracing-subscriber",11758]1175911760[[package]]11761name = "sp-transaction-pool"11762version = "4.0.0-dev"11763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11764dependencies = [11765 "sp-api",11766 "sp-runtime",11767]1176811769[[package]]11770name = "sp-transaction-storage-proof"11771version = "4.0.0-dev"11772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11773dependencies = [11774 "async-trait",11775 "log",11776 "parity-scale-codec 3.2.1",11777 "scale-info",11778 "sp-core",11779 "sp-inherents",11780 "sp-runtime",11781 "sp-std",11782 "sp-trie",11783]1178411785[[package]]11786name = "sp-trie"11787version = "6.0.0"11788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11789dependencies = [11790 "ahash",11791 "hash-db",11792 "hashbrown",11793 "lazy_static",11794 "lru",11795 "memory-db",11796 "nohash-hasher",11797 "parity-scale-codec 3.2.1",11798 "parking_lot 0.12.1",11799 "scale-info",11800 "sp-core",11801 "sp-std",11802 "thiserror",11803 "tracing",11804 "trie-db",11805 "trie-root",11806]1180711808[[package]]11809name = "sp-version"11810version = "5.0.0"11811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11812dependencies = [11813 "impl-serde",11814 "parity-scale-codec 3.2.1",11815 "parity-wasm",11816 "scale-info",11817 "serde",11818 "sp-core-hashing-proc-macro",11819 "sp-runtime",11820 "sp-std",11821 "sp-version-proc-macro",11822 "thiserror",11823]1182411825[[package]]11826name = "sp-version-proc-macro"11827version = "4.0.0-dev"11828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11829dependencies = [11830 "parity-scale-codec 3.2.1",11831 "proc-macro2",11832 "quote",11833 "syn",11834]1183511836[[package]]11837name = "sp-wasm-interface"11838version = "6.0.0"11839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11840dependencies = [11841 "impl-trait-for-tuples",11842 "log",11843 "parity-scale-codec 3.2.1",11844 "sp-std",11845 "wasmi",11846 "wasmtime",11847]1184811849[[package]]11850name = "sp-weights"11851version = "4.0.0"11852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11853dependencies = [11854 "impl-trait-for-tuples",11855 "parity-scale-codec 3.2.1",11856 "scale-info",11857 "serde",11858 "smallvec",11859 "sp-arithmetic",11860 "sp-core",11861 "sp-debug-derive",11862 "sp-std",11863]1186411865[[package]]11866name = "spin"11867version = "0.5.2"11868source = "registry+https://github.com/rust-lang/crates.io-index"11869checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1187011871[[package]]11872name = "spki"11873version = "0.6.0"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11876dependencies = [11877 "base64ct",11878 "der",11879]1188011881[[package]]11882name = "ss58-registry"11883version = "1.35.0"11884source = "registry+https://github.com/rust-lang/crates.io-index"11885checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c"11886dependencies = [11887 "Inflector",11888 "num-format",11889 "proc-macro2",11890 "quote",11891 "serde",11892 "serde_json",11893 "unicode-xid",11894]1189511896[[package]]11897name = "stable_deref_trait"11898version = "1.2.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1190111902[[package]]11903name = "static_assertions"11904version = "1.1.0"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1190711908[[package]]11909name = "static_init"11910version = "0.5.2"11911source = "registry+https://github.com/rust-lang/crates.io-index"11912checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11913dependencies = [11914 "cfg_aliases",11915 "libc",11916 "parking_lot 0.11.2",11917 "static_init_macro 0.5.0",11918]1191911920[[package]]11921name = "static_init"11922version = "1.0.3"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11925dependencies = [11926 "bitflags",11927 "cfg_aliases",11928 "libc",11929 "parking_lot 0.11.2",11930 "parking_lot_core 0.8.5",11931 "static_init_macro 1.0.2",11932 "winapi",11933]1193411935[[package]]11936name = "static_init_macro"11937version = "0.5.0"11938source = "registry+https://github.com/rust-lang/crates.io-index"11939checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11940dependencies = [11941 "cfg_aliases",11942 "memchr",11943 "proc-macro2",11944 "quote",11945 "syn",11946]1194711948[[package]]11949name = "static_init_macro"11950version = "1.0.2"11951source = "registry+https://github.com/rust-lang/crates.io-index"11952checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11953dependencies = [11954 "cfg_aliases",11955 "memchr",11956 "proc-macro2",11957 "quote",11958 "syn",11959]1196011961[[package]]11962name = "statrs"11963version = "0.15.0"11964source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11966dependencies = [11967 "approx",11968 "lazy_static",11969 "nalgebra",11970 "num-traits",11971 "rand 0.8.5",11972]1197311974[[package]]11975name = "strsim"11976version = "0.10.0"11977source = "registry+https://github.com/rust-lang/crates.io-index"11978checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1197911980[[package]]11981name = "struct-versioning"11982version = "0.1.0"11983dependencies = [11984 "quote",11985 "syn",11986]1198711988[[package]]11989name = "strum"11990version = "0.24.1"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11993dependencies = [11994 "strum_macros",11995]1199611997[[package]]11998name = "strum_macros"11999version = "0.24.3"12000source = "registry+https://github.com/rust-lang/crates.io-index"12001checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12002dependencies = [12003 "heck",12004 "proc-macro2",12005 "quote",12006 "rustversion",12007 "syn",12008]1200912010[[package]]12011name = "substrate-bip39"12012version = "0.4.4"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12015dependencies = [12016 "hmac 0.11.0",12017 "pbkdf2 0.8.0",12018 "schnorrkel",12019 "sha2 0.9.9",12020 "zeroize",12021]1202212023[[package]]12024name = "substrate-build-script-utils"12025version = "3.0.0"12026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12027dependencies = [12028 "platforms",12029]1203012031[[package]]12032name = "substrate-frame-rpc-system"12033version = "4.0.0-dev"12034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12035dependencies = [12036 "frame-system-rpc-runtime-api",12037 "futures 0.3.25",12038 "jsonrpsee",12039 "log",12040 "parity-scale-codec 3.2.1",12041 "sc-client-api",12042 "sc-rpc-api",12043 "sc-transaction-pool-api",12044 "serde_json",12045 "sp-api",12046 "sp-block-builder",12047 "sp-blockchain",12048 "sp-core",12049 "sp-runtime",12050]1205112052[[package]]12053name = "substrate-prometheus-endpoint"12054version = "0.10.0-dev"12055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12056dependencies = [12057 "futures-util",12058 "hyper",12059 "log",12060 "prometheus",12061 "thiserror",12062 "tokio",12063]1206412065[[package]]12066name = "substrate-rpc-client"12067version = "0.10.0-dev"12068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12069dependencies = [12070 "async-trait",12071 "jsonrpsee",12072 "log",12073 "sc-rpc-api",12074 "serde",12075 "sp-runtime",12076]1207712078[[package]]12079name = "substrate-state-trie-migration-rpc"12080version = "4.0.0-dev"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12082dependencies = [12083 "jsonrpsee",12084 "log",12085 "parity-scale-codec 3.2.1",12086 "sc-client-api",12087 "sc-rpc-api",12088 "scale-info",12089 "serde",12090 "sp-core",12091 "sp-io",12092 "sp-runtime",12093 "sp-state-machine",12094 "sp-std",12095 "sp-trie",12096 "trie-db",12097]1209812099[[package]]12100name = "substrate-test-client"12101version = "2.0.1"12102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12103dependencies = [12104 "array-bytes",12105 "async-trait",12106 "futures 0.3.25",12107 "parity-scale-codec 3.2.1",12108 "sc-client-api",12109 "sc-client-db",12110 "sc-consensus",12111 "sc-executor",12112 "sc-offchain",12113 "sc-service",12114 "serde",12115 "serde_json",12116 "sp-blockchain",12117 "sp-consensus",12118 "sp-core",12119 "sp-keyring",12120 "sp-keystore",12121 "sp-runtime",12122 "sp-state-machine",12123]1212412125[[package]]12126name = "substrate-test-utils"12127version = "4.0.0-dev"12128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12129dependencies = [12130 "futures 0.3.25",12131 "substrate-test-utils-derive",12132 "tokio",12133]1213412135[[package]]12136name = "substrate-test-utils-derive"12137version = "0.10.0-dev"12138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12139dependencies = [12140 "proc-macro-crate",12141 "proc-macro2",12142 "quote",12143 "syn",12144]1214512146[[package]]12147name = "substrate-wasm-builder"12148version = "5.0.0-dev"12149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12150dependencies = [12151 "ansi_term",12152 "build-helper",12153 "cargo_metadata",12154 "filetime",12155 "sp-maybe-compressed-blob",12156 "strum",12157 "tempfile",12158 "toml",12159 "walkdir",12160 "wasm-opt",12161]1216212163[[package]]12164name = "subtle"12165version = "2.4.1"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1216812169[[package]]12170name = "syn"12171version = "1.0.105"12172source = "registry+https://github.com/rust-lang/crates.io-index"12173checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"12174dependencies = [12175 "proc-macro2",12176 "quote",12177 "unicode-ident",12178]1217912180[[package]]12181name = "synstructure"12182version = "0.12.6"12183source = "registry+https://github.com/rust-lang/crates.io-index"12184checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12185dependencies = [12186 "proc-macro2",12187 "quote",12188 "syn",12189 "unicode-xid",12190]1219112192[[package]]12193name = "system-configuration"12194version = "0.5.0"12195source = "registry+https://github.com/rust-lang/crates.io-index"12196checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12197dependencies = [12198 "bitflags",12199 "core-foundation",12200 "system-configuration-sys",12201]1220212203[[package]]12204name = "system-configuration-sys"12205version = "0.5.0"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12208dependencies = [12209 "core-foundation-sys",12210 "libc",12211]1221212213[[package]]12214name = "tap"12215version = "1.0.1"12216source = "registry+https://github.com/rust-lang/crates.io-index"12217checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1221812219[[package]]12220name = "target-lexicon"12221version = "0.12.5"12222source = "registry+https://github.com/rust-lang/crates.io-index"12223checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1222412225[[package]]12226name = "tempfile"12227version = "3.3.0"12228source = "registry+https://github.com/rust-lang/crates.io-index"12229checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12230dependencies = [12231 "cfg-if",12232 "fastrand",12233 "libc",12234 "redox_syscall",12235 "remove_dir_all",12236 "winapi",12237]1223812239[[package]]12240name = "termcolor"12241version = "1.1.3"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12244dependencies = [12245 "winapi-util",12246]1224712248[[package]]12249name = "terminal_size"12250version = "0.1.17"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12253dependencies = [12254 "libc",12255 "winapi",12256]1225712258[[package]]12259name = "termtree"12260version = "0.4.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1226312264[[package]]12265name = "test-runtime-constants"12266version = "0.9.33"12267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12268dependencies = [12269 "frame-support",12270 "polkadot-primitives",12271 "polkadot-runtime-common",12272 "smallvec",12273 "sp-core",12274 "sp-runtime",12275 "sp-weights",12276]1227712278[[package]]12279name = "tests"12280version = "0.1.1"12281dependencies = [12282 "evm-coder",12283 "fp-evm-mapping",12284 "frame-support",12285 "frame-system",12286 "pallet-balances",12287 "pallet-common",12288 "pallet-ethereum",12289 "pallet-evm",12290 "pallet-evm-coder-substrate",12291 "pallet-fungible",12292 "pallet-nonfungible",12293 "pallet-refungible",12294 "pallet-structure",12295 "pallet-timestamp",12296 "pallet-transaction-payment",12297 "pallet-unique",12298 "parity-scale-codec 3.2.1",12299 "scale-info",12300 "sp-core",12301 "sp-io",12302 "sp-runtime",12303 "sp-std",12304 "up-data-structs",12305 "up-sponsorship",12306]1230712308[[package]]12309name = "thiserror"12310version = "1.0.37"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12313dependencies = [12314 "thiserror-impl",12315]1231612317[[package]]12318name = "thiserror-impl"12319version = "1.0.37"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12322dependencies = [12323 "proc-macro2",12324 "quote",12325 "syn",12326]1232712328[[package]]12329name = "thousands"12330version = "0.2.0"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1233312334[[package]]12335name = "thread_local"12336version = "1.1.4"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12339dependencies = [12340 "once_cell",12341]1234212343[[package]]12344name = "threadpool"12345version = "1.8.1"12346source = "registry+https://github.com/rust-lang/crates.io-index"12347checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12348dependencies = [12349 "num_cpus",12350]1235112352[[package]]12353name = "thrift"12354version = "0.15.0"12355source = "registry+https://github.com/rust-lang/crates.io-index"12356checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12357dependencies = [12358 "byteorder",12359 "integer-encoding",12360 "log",12361 "ordered-float",12362 "threadpool",12363]1236412365[[package]]12366name = "tikv-jemalloc-sys"12367version = "0.5.2+5.3.0-patched"12368source = "registry+https://github.com/rust-lang/crates.io-index"12369checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12370dependencies = [12371 "cc",12372 "fs_extra",12373 "libc",12374]1237512376[[package]]12377name = "time"12378version = "0.1.45"12379source = "registry+https://github.com/rust-lang/crates.io-index"12380checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12381dependencies = [12382 "libc",12383 "wasi 0.10.0+wasi-snapshot-preview1",12384 "winapi",12385]1238612387[[package]]12388name = "time"12389version = "0.3.9"12390source = "registry+https://github.com/rust-lang/crates.io-index"12391checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12392dependencies = [12393 "itoa",12394 "libc",12395 "num_threads",12396 "time-macros",12397]1239812399[[package]]12400name = "time-macros"12401version = "0.2.4"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1240412405[[package]]12406name = "tiny-bip39"12407version = "0.8.2"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12410dependencies = [12411 "anyhow",12412 "hmac 0.8.1",12413 "once_cell",12414 "pbkdf2 0.4.0",12415 "rand 0.7.3",12416 "rustc-hash",12417 "sha2 0.9.9",12418 "thiserror",12419 "unicode-normalization",12420 "wasm-bindgen",12421 "zeroize",12422]1242312424[[package]]12425name = "tiny-keccak"12426version = "2.0.2"12427source = "registry+https://github.com/rust-lang/crates.io-index"12428checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12429dependencies = [12430 "crunchy",12431]1243212433[[package]]12434name = "tinyvec"12435version = "1.6.0"12436source = "registry+https://github.com/rust-lang/crates.io-index"12437checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12438dependencies = [12439 "tinyvec_macros",12440]1244112442[[package]]12443name = "tinyvec_macros"12444version = "0.1.0"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1244712448[[package]]12449name = "tokio"12450version = "1.23.0"12451source = "registry+https://github.com/rust-lang/crates.io-index"12452checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12453dependencies = [12454 "autocfg",12455 "bytes",12456 "libc",12457 "memchr",12458 "mio",12459 "num_cpus",12460 "parking_lot 0.12.1",12461 "pin-project-lite 0.2.9",12462 "signal-hook-registry",12463 "socket2",12464 "tokio-macros",12465 "windows-sys 0.42.0",12466]1246712468[[package]]12469name = "tokio-macros"12470version = "1.8.2"12471source = "registry+https://github.com/rust-lang/crates.io-index"12472checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12473dependencies = [12474 "proc-macro2",12475 "quote",12476 "syn",12477]1247812479[[package]]12480name = "tokio-rustls"12481version = "0.23.4"12482source = "registry+https://github.com/rust-lang/crates.io-index"12483checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12484dependencies = [12485 "rustls",12486 "tokio",12487 "webpki",12488]1248912490[[package]]12491name = "tokio-stream"12492version = "0.1.11"12493source = "registry+https://github.com/rust-lang/crates.io-index"12494checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12495dependencies = [12496 "futures-core",12497 "pin-project-lite 0.2.9",12498 "tokio",12499]1250012501[[package]]12502name = "tokio-util"12503version = "0.7.4"12504source = "registry+https://github.com/rust-lang/crates.io-index"12505checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12506dependencies = [12507 "bytes",12508 "futures-core",12509 "futures-io",12510 "futures-sink",12511 "pin-project-lite 0.2.9",12512 "tokio",12513 "tracing",12514]1251512516[[package]]12517name = "toml"12518version = "0.5.9"12519source = "registry+https://github.com/rust-lang/crates.io-index"12520checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12521dependencies = [12522 "serde",12523]1252412525[[package]]12526name = "tower-service"12527version = "0.3.2"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1253012531[[package]]12532name = "tracing"12533version = "0.1.37"12534source = "registry+https://github.com/rust-lang/crates.io-index"12535checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12536dependencies = [12537 "cfg-if",12538 "pin-project-lite 0.2.9",12539 "tracing-attributes",12540 "tracing-core",12541]1254212543[[package]]12544name = "tracing-attributes"12545version = "0.1.23"12546source = "registry+https://github.com/rust-lang/crates.io-index"12547checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12548dependencies = [12549 "proc-macro2",12550 "quote",12551 "syn",12552]1255312554[[package]]12555name = "tracing-core"12556version = "0.1.30"12557source = "registry+https://github.com/rust-lang/crates.io-index"12558checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12559dependencies = [12560 "once_cell",12561 "valuable",12562]1256312564[[package]]12565name = "tracing-futures"12566version = "0.2.5"12567source = "registry+https://github.com/rust-lang/crates.io-index"12568checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12569dependencies = [12570 "pin-project",12571 "tracing",12572]1257312574[[package]]12575name = "tracing-gum"12576version = "0.9.33"12577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12578dependencies = [12579 "polkadot-node-jaeger",12580 "polkadot-primitives",12581 "tracing",12582 "tracing-gum-proc-macro",12583]1258412585[[package]]12586name = "tracing-gum-proc-macro"12587version = "0.9.33"12588source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12589dependencies = [12590 "expander 0.0.6",12591 "proc-macro-crate",12592 "proc-macro2",12593 "quote",12594 "syn",12595]1259612597[[package]]12598name = "tracing-log"12599version = "0.1.3"12600source = "registry+https://github.com/rust-lang/crates.io-index"12601checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12602dependencies = [12603 "lazy_static",12604 "log",12605 "tracing-core",12606]1260712608[[package]]12609name = "tracing-serde"12610version = "0.1.3"12611source = "registry+https://github.com/rust-lang/crates.io-index"12612checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12613dependencies = [12614 "serde",12615 "tracing-core",12616]1261712618[[package]]12619name = "tracing-subscriber"12620version = "0.2.25"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12623dependencies = [12624 "ansi_term",12625 "chrono",12626 "lazy_static",12627 "matchers",12628 "parking_lot 0.11.2",12629 "regex",12630 "serde",12631 "serde_json",12632 "sharded-slab",12633 "smallvec",12634 "thread_local",12635 "tracing",12636 "tracing-core",12637 "tracing-log",12638 "tracing-serde",12639]1264012641[[package]]12642name = "trie-db"12643version = "0.24.0"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12646dependencies = [12647 "hash-db",12648 "hashbrown",12649 "log",12650 "rustc-hex",12651 "smallvec",12652]1265312654[[package]]12655name = "trie-root"12656version = "0.17.0"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12659dependencies = [12660 "hash-db",12661]1266212663[[package]]12664name = "triehash"12665version = "0.8.4"12666source = "registry+https://github.com/rust-lang/crates.io-index"12667checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12668dependencies = [12669 "hash-db",12670 "rlp",12671]1267212673[[package]]12674name = "trust-dns-proto"12675version = "0.22.0"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12678dependencies = [12679 "async-trait",12680 "cfg-if",12681 "data-encoding",12682 "enum-as-inner",12683 "futures-channel",12684 "futures-io",12685 "futures-util",12686 "idna 0.2.3",12687 "ipnet",12688 "lazy_static",12689 "rand 0.8.5",12690 "smallvec",12691 "thiserror",12692 "tinyvec",12693 "tracing",12694 "url",12695]1269612697[[package]]12698name = "trust-dns-resolver"12699version = "0.22.0"12700source = "registry+https://github.com/rust-lang/crates.io-index"12701checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12702dependencies = [12703 "cfg-if",12704 "futures-util",12705 "ipconfig",12706 "lazy_static",12707 "lru-cache",12708 "parking_lot 0.12.1",12709 "resolv-conf",12710 "smallvec",12711 "thiserror",12712 "tracing",12713 "trust-dns-proto",12714]1271512716[[package]]12717name = "try-lock"12718version = "0.2.3"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1272112722[[package]]12723name = "try-runtime-cli"12724version = "0.10.0-dev"12725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12726dependencies = [12727 "clap",12728 "frame-try-runtime",12729 "log",12730 "parity-scale-codec 3.2.1",12731 "remote-externalities",12732 "sc-chain-spec",12733 "sc-cli",12734 "sc-executor",12735 "sc-service",12736 "serde",12737 "sp-core",12738 "sp-externalities",12739 "sp-io",12740 "sp-keystore",12741 "sp-runtime",12742 "sp-state-machine",12743 "sp-version",12744 "sp-weights",12745 "substrate-rpc-client",12746 "zstd",12747]1274812749[[package]]12750name = "trybuild"12751version = "1.0.72"12752source = "registry+https://github.com/rust-lang/crates.io-index"12753checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"12754dependencies = [12755 "glob",12756 "once_cell",12757 "serde",12758 "serde_derive",12759 "serde_json",12760 "termcolor",12761 "toml",12762]1276312764[[package]]12765name = "tt-call"12766version = "1.0.8"12767source = "registry+https://github.com/rust-lang/crates.io-index"12768checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1276912770[[package]]12771name = "twox-hash"12772version = "1.6.3"12773source = "registry+https://github.com/rust-lang/crates.io-index"12774checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12775dependencies = [12776 "cfg-if",12777 "digest 0.10.6",12778 "rand 0.8.5",12779 "static_assertions",12780]1278112782[[package]]12783name = "typenum"12784version = "1.16.0"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1278712788[[package]]12789name = "uc-rpc"12790version = "0.1.4"12791dependencies = [12792 "anyhow",12793 "app-promotion-rpc",12794 "jsonrpsee",12795 "pallet-common",12796 "pallet-evm",12797 "parity-scale-codec 3.2.1",12798 "rmrk-rpc",12799 "sp-api",12800 "sp-blockchain",12801 "sp-core",12802 "sp-rpc",12803 "sp-runtime",12804 "up-data-structs",12805 "up-rpc",12806]1280712808[[package]]12809name = "ucd-trie"12810version = "0.1.5"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1281312814[[package]]12815name = "uint"12816version = "0.9.5"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12819dependencies = [12820 "byteorder",12821 "crunchy",12822 "hex",12823 "static_assertions",12824]1282512826[[package]]12827name = "unicase"12828version = "2.6.0"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12831dependencies = [12832 "version_check",12833]1283412835[[package]]12836name = "unicode-bidi"12837version = "0.3.8"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1284012841[[package]]12842name = "unicode-ident"12843version = "1.0.5"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1284612847[[package]]12848name = "unicode-normalization"12849version = "0.1.22"12850source = "registry+https://github.com/rust-lang/crates.io-index"12851checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12852dependencies = [12853 "tinyvec",12854]1285512856[[package]]12857name = "unicode-segmentation"12858version = "1.10.0"12859source = "registry+https://github.com/rust-lang/crates.io-index"12860checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1286112862[[package]]12863name = "unicode-width"12864version = "0.1.10"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1286712868[[package]]12869name = "unicode-xid"12870version = "0.2.4"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1287312874[[package]]12875name = "unique-node"12876version = "0.9.33"12877dependencies = [12878 "app-promotion-rpc",12879 "clap",12880 "cumulus-client-cli",12881 "cumulus-client-collator",12882 "cumulus-client-consensus-aura",12883 "cumulus-client-consensus-common",12884 "cumulus-client-network",12885 "cumulus-client-service",12886 "cumulus-primitives-core",12887 "cumulus-primitives-parachain-inherent",12888 "cumulus-relay-chain-inprocess-interface",12889 "cumulus-relay-chain-interface",12890 "cumulus-relay-chain-minimal-node",12891 "fc-consensus",12892 "fc-db",12893 "fc-mapping-sync",12894 "fc-rpc",12895 "fc-rpc-core",12896 "flexi_logger",12897 "fp-rpc",12898 "frame-benchmarking",12899 "frame-benchmarking-cli",12900 "futures 0.3.25",12901 "jsonrpsee",12902 "log",12903 "opal-runtime",12904 "pallet-ethereum",12905 "pallet-transaction-payment-rpc",12906 "pallet-transaction-payment-rpc-runtime-api",12907 "parity-scale-codec 3.2.1",12908 "parking_lot 0.12.1",12909 "polkadot-cli",12910 "polkadot-parachain",12911 "polkadot-primitives",12912 "polkadot-service",12913 "polkadot-test-service",12914 "quartz-runtime",12915 "rmrk-rpc",12916 "sc-basic-authorship",12917 "sc-chain-spec",12918 "sc-cli",12919 "sc-client-api",12920 "sc-consensus",12921 "sc-consensus-aura",12922 "sc-consensus-manual-seal",12923 "sc-executor",12924 "sc-finality-grandpa",12925 "sc-keystore",12926 "sc-network",12927 "sc-rpc",12928 "sc-rpc-api",12929 "sc-service",12930 "sc-sysinfo",12931 "sc-telemetry",12932 "sc-tracing",12933 "sc-transaction-pool",12934 "serde",12935 "serde_json",12936 "sp-api",12937 "sp-block-builder",12938 "sp-blockchain",12939 "sp-consensus",12940 "sp-consensus-aura",12941 "sp-core",12942 "sp-finality-grandpa",12943 "sp-inherents",12944 "sp-keystore",12945 "sp-offchain",12946 "sp-runtime",12947 "sp-session",12948 "sp-timestamp",12949 "sp-transaction-pool",12950 "sp-trie",12951 "substrate-build-script-utils",12952 "substrate-frame-rpc-system",12953 "substrate-prometheus-endpoint",12954 "tokio",12955 "try-runtime-cli",12956 "unique-rpc",12957 "unique-runtime",12958 "up-common",12959 "up-data-structs",12960 "up-rpc",12961]1296212963[[package]]12964name = "unique-rpc"12965version = "0.1.2"12966dependencies = [12967 "app-promotion-rpc",12968 "fc-db",12969 "fc-mapping-sync",12970 "fc-rpc",12971 "fc-rpc-core",12972 "fp-rpc",12973 "fp-storage",12974 "futures 0.3.25",12975 "jsonrpsee",12976 "pallet-common",12977 "pallet-ethereum",12978 "pallet-transaction-payment-rpc",12979 "pallet-transaction-payment-rpc-runtime-api",12980 "pallet-unique",12981 "rmrk-rpc",12982 "sc-client-api",12983 "sc-consensus-aura",12984 "sc-consensus-epochs",12985 "sc-finality-grandpa",12986 "sc-finality-grandpa-rpc",12987 "sc-keystore",12988 "sc-network",12989 "sc-rpc",12990 "sc-rpc-api",12991 "sc-service",12992 "sc-transaction-pool",12993 "serde",12994 "sp-api",12995 "sp-block-builder",12996 "sp-blockchain",12997 "sp-consensus",12998 "sp-consensus-aura",12999 "sp-core",13000 "sp-offchain",13001 "sp-runtime",13002 "sp-session",13003 "sp-storage",13004 "sp-transaction-pool",13005 "substrate-frame-rpc-system",13006 "tokio",13007 "uc-rpc",13008 "up-common",13009 "up-data-structs",13010 "up-rpc",13011]1301213013[[package]]13014name = "unique-runtime"13015version = "0.9.33"13016dependencies = [13017 "app-promotion-rpc",13018 "cumulus-pallet-aura-ext",13019 "cumulus-pallet-dmp-queue",13020 "cumulus-pallet-parachain-system",13021 "cumulus-pallet-xcm",13022 "cumulus-pallet-xcmp-queue",13023 "cumulus-primitives-core",13024 "cumulus-primitives-timestamp",13025 "cumulus-primitives-utility",13026 "derivative",13027 "evm-coder",13028 "fp-evm-mapping",13029 "fp-rpc",13030 "fp-self-contained",13031 "frame-benchmarking",13032 "frame-executive",13033 "frame-support",13034 "frame-system",13035 "frame-system-benchmarking",13036 "frame-system-rpc-runtime-api",13037 "frame-try-runtime",13038 "hex-literal",13039 "impl-trait-for-tuples",13040 "log",13041 "logtest",13042 "orml-tokens",13043 "orml-traits",13044 "orml-vesting",13045 "orml-xtokens",13046 "pallet-app-promotion",13047 "pallet-aura",13048 "pallet-balances",13049 "pallet-base-fee",13050 "pallet-common",13051 "pallet-configuration",13052 "pallet-ethereum",13053 "pallet-evm",13054 "pallet-evm-coder-substrate",13055 "pallet-evm-contract-helpers",13056 "pallet-evm-migration",13057 "pallet-evm-transaction-payment",13058 "pallet-foreign-assets",13059 "pallet-fungible",13060 "pallet-inflation",13061 "pallet-maintenance",13062 "pallet-nonfungible",13063 "pallet-randomness-collective-flip",13064 "pallet-refungible",13065 "pallet-rmrk-core",13066 "pallet-rmrk-equip",13067 "pallet-structure",13068 "pallet-sudo",13069 "pallet-template-transaction-payment",13070 "pallet-timestamp",13071 "pallet-transaction-payment",13072 "pallet-transaction-payment-rpc-runtime-api",13073 "pallet-treasury",13074 "pallet-unique",13075 "pallet-xcm",13076 "parachain-info",13077 "parity-scale-codec 3.2.1",13078 "polkadot-parachain",13079 "rmrk-rpc",13080 "scale-info",13081 "serde",13082 "smallvec",13083 "sp-api",13084 "sp-arithmetic",13085 "sp-block-builder",13086 "sp-consensus-aura",13087 "sp-core",13088 "sp-inherents",13089 "sp-io",13090 "sp-offchain",13091 "sp-runtime",13092 "sp-session",13093 "sp-std",13094 "sp-transaction-pool",13095 "sp-version",13096 "substrate-wasm-builder",13097 "up-common",13098 "up-data-structs",13099 "up-rpc",13100 "up-sponsorship",13101 "xcm",13102 "xcm-builder",13103 "xcm-executor",13104]1310513106[[package]]13107name = "universal-hash"13108version = "0.4.1"13109source = "registry+https://github.com/rust-lang/crates.io-index"13110checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13111dependencies = [13112 "generic-array 0.14.6",13113 "subtle",13114]1311513116[[package]]13117name = "unsigned-varint"13118version = "0.7.1"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13121dependencies = [13122 "asynchronous-codec",13123 "bytes",13124 "futures-io",13125 "futures-util",13126]1312713128[[package]]13129name = "untrusted"13130version = "0.7.1"13131source = "registry+https://github.com/rust-lang/crates.io-index"13132checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1313313134[[package]]13135name = "up-common"13136version = "0.9.33"13137dependencies = [13138 "cumulus-primitives-core",13139 "fp-rpc",13140 "frame-support",13141 "pallet-evm",13142 "sp-consensus-aura",13143 "sp-core",13144 "sp-runtime",13145 "sp-std",13146]1314713148[[package]]13149name = "up-data-structs"13150version = "0.2.2"13151dependencies = [13152 "bondrewd",13153 "derivative",13154 "frame-support",13155 "frame-system",13156 "pallet-evm",13157 "parity-scale-codec 3.2.1",13158 "rmrk-traits",13159 "scale-info",13160 "serde",13161 "sp-core",13162 "sp-runtime",13163 "sp-std",13164 "struct-versioning",13165]1316613167[[package]]13168name = "up-rpc"13169version = "0.1.3"13170dependencies = [13171 "pallet-common",13172 "pallet-evm",13173 "parity-scale-codec 3.2.1",13174 "sp-api",13175 "sp-core",13176 "sp-runtime",13177 "sp-std",13178 "up-data-structs",13179]1318013181[[package]]13182name = "up-sponsorship"13183version = "0.1.0"13184source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"13185dependencies = [13186 "impl-trait-for-tuples",13187]1318813189[[package]]13190name = "url"13191version = "2.3.1"13192source = "registry+https://github.com/rust-lang/crates.io-index"13193checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13194dependencies = [13195 "form_urlencoded",13196 "idna 0.3.0",13197 "percent-encoding",13198]1319913200[[package]]13201name = "valuable"13202version = "0.1.0"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1320513206[[package]]13207name = "value-bag"13208version = "1.0.0-alpha.9"13209source = "registry+https://github.com/rust-lang/crates.io-index"13210checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13211dependencies = [13212 "ctor",13213 "version_check",13214]1321513216[[package]]13217name = "vcpkg"13218version = "0.2.15"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1322113222[[package]]13223name = "version_check"13224version = "0.9.4"13225source = "registry+https://github.com/rust-lang/crates.io-index"13226checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1322713228[[package]]13229name = "void"13230version = "1.0.2"13231source = "registry+https://github.com/rust-lang/crates.io-index"13232checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1323313234[[package]]13235name = "waker-fn"13236version = "1.1.0"13237source = "registry+https://github.com/rust-lang/crates.io-index"13238checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1323913240[[package]]13241name = "walkdir"13242version = "2.3.2"13243source = "registry+https://github.com/rust-lang/crates.io-index"13244checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13245dependencies = [13246 "same-file",13247 "winapi",13248 "winapi-util",13249]1325013251[[package]]13252name = "want"13253version = "0.3.0"13254source = "registry+https://github.com/rust-lang/crates.io-index"13255checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13256dependencies = [13257 "log",13258 "try-lock",13259]1326013261[[package]]13262name = "wasi"13263version = "0.9.0+wasi-snapshot-preview1"13264source = "registry+https://github.com/rust-lang/crates.io-index"13265checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1326613267[[package]]13268name = "wasi"13269version = "0.10.0+wasi-snapshot-preview1"13270source = "registry+https://github.com/rust-lang/crates.io-index"13271checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1327213273[[package]]13274name = "wasi"13275version = "0.11.0+wasi-snapshot-preview1"13276source = "registry+https://github.com/rust-lang/crates.io-index"13277checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1327813279[[package]]13280name = "wasm-bindgen"13281version = "0.2.83"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13284dependencies = [13285 "cfg-if",13286 "wasm-bindgen-macro",13287]1328813289[[package]]13290name = "wasm-bindgen-backend"13291version = "0.2.83"13292source = "registry+https://github.com/rust-lang/crates.io-index"13293checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13294dependencies = [13295 "bumpalo",13296 "log",13297 "once_cell",13298 "proc-macro2",13299 "quote",13300 "syn",13301 "wasm-bindgen-shared",13302]1330313304[[package]]13305name = "wasm-bindgen-futures"13306version = "0.4.33"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13309dependencies = [13310 "cfg-if",13311 "js-sys",13312 "wasm-bindgen",13313 "web-sys",13314]1331513316[[package]]13317name = "wasm-bindgen-macro"13318version = "0.2.83"13319source = "registry+https://github.com/rust-lang/crates.io-index"13320checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13321dependencies = [13322 "quote",13323 "wasm-bindgen-macro-support",13324]1332513326[[package]]13327name = "wasm-bindgen-macro-support"13328version = "0.2.83"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13331dependencies = [13332 "proc-macro2",13333 "quote",13334 "syn",13335 "wasm-bindgen-backend",13336 "wasm-bindgen-shared",13337]1333813339[[package]]13340name = "wasm-bindgen-shared"13341version = "0.2.83"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1334413345[[package]]13346name = "wasm-instrument"13347version = "0.3.0"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13350dependencies = [13351 "parity-wasm",13352]1335313354[[package]]13355name = "wasm-opt"13356version = "0.110.2"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13359dependencies = [13360 "anyhow",13361 "libc",13362 "strum",13363 "strum_macros",13364 "tempfile",13365 "thiserror",13366 "wasm-opt-cxx-sys",13367 "wasm-opt-sys",13368]1336913370[[package]]13371name = "wasm-opt-cxx-sys"13372version = "0.110.2"13373source = "registry+https://github.com/rust-lang/crates.io-index"13374checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13375dependencies = [13376 "anyhow",13377 "cxx",13378 "cxx-build",13379 "wasm-opt-sys",13380]1338113382[[package]]13383name = "wasm-opt-sys"13384version = "0.110.2"13385source = "registry+https://github.com/rust-lang/crates.io-index"13386checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13387dependencies = [13388 "anyhow",13389 "cc",13390 "cxx",13391 "cxx-build",13392 "regex",13393]1339413395[[package]]13396name = "wasm-timer"13397version = "0.2.5"13398source = "registry+https://github.com/rust-lang/crates.io-index"13399checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13400dependencies = [13401 "futures 0.3.25",13402 "js-sys",13403 "parking_lot 0.11.2",13404 "pin-utils",13405 "wasm-bindgen",13406 "wasm-bindgen-futures",13407 "web-sys",13408]1340913410[[package]]13411name = "wasmi"13412version = "0.13.2"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13415dependencies = [13416 "parity-wasm",13417 "wasmi-validation",13418 "wasmi_core",13419]1342013421[[package]]13422name = "wasmi-validation"13423version = "0.5.0"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13426dependencies = [13427 "parity-wasm",13428]1342913430[[package]]13431name = "wasmi_core"13432version = "0.2.1"13433source = "registry+https://github.com/rust-lang/crates.io-index"13434checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13435dependencies = [13436 "downcast-rs",13437 "libm",13438 "memory_units",13439 "num-rational",13440 "num-traits",13441]1344213443[[package]]13444name = "wasmparser"13445version = "0.89.1"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13448dependencies = [13449 "indexmap",13450]1345113452[[package]]13453name = "wasmtime"13454version = "1.0.2"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13457dependencies = [13458 "anyhow",13459 "bincode",13460 "cfg-if",13461 "indexmap",13462 "libc",13463 "log",13464 "object",13465 "once_cell",13466 "paste",13467 "psm",13468 "rayon",13469 "serde",13470 "target-lexicon",13471 "wasmparser",13472 "wasmtime-cache",13473 "wasmtime-cranelift",13474 "wasmtime-environ",13475 "wasmtime-jit",13476 "wasmtime-runtime",13477 "windows-sys 0.36.1",13478]1347913480[[package]]13481name = "wasmtime-asm-macros"13482version = "1.0.2"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13485dependencies = [13486 "cfg-if",13487]1348813489[[package]]13490name = "wasmtime-cache"13491version = "1.0.2"13492source = "registry+https://github.com/rust-lang/crates.io-index"13493checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13494dependencies = [13495 "anyhow",13496 "base64",13497 "bincode",13498 "directories-next",13499 "file-per-thread-logger",13500 "log",13501 "rustix 0.35.13",13502 "serde",13503 "sha2 0.9.9",13504 "toml",13505 "windows-sys 0.36.1",13506 "zstd",13507]1350813509[[package]]13510name = "wasmtime-cranelift"13511version = "1.0.2"13512source = "registry+https://github.com/rust-lang/crates.io-index"13513checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13514dependencies = [13515 "anyhow",13516 "cranelift-codegen",13517 "cranelift-entity",13518 "cranelift-frontend",13519 "cranelift-native",13520 "cranelift-wasm",13521 "gimli",13522 "log",13523 "object",13524 "target-lexicon",13525 "thiserror",13526 "wasmparser",13527 "wasmtime-environ",13528]1352913530[[package]]13531name = "wasmtime-environ"13532version = "1.0.2"13533source = "registry+https://github.com/rust-lang/crates.io-index"13534checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13535dependencies = [13536 "anyhow",13537 "cranelift-entity",13538 "gimli",13539 "indexmap",13540 "log",13541 "object",13542 "serde",13543 "target-lexicon",13544 "thiserror",13545 "wasmparser",13546 "wasmtime-types",13547]1354813549[[package]]13550name = "wasmtime-jit"13551version = "1.0.2"13552source = "registry+https://github.com/rust-lang/crates.io-index"13553checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13554dependencies = [13555 "addr2line",13556 "anyhow",13557 "bincode",13558 "cfg-if",13559 "cpp_demangle",13560 "gimli",13561 "log",13562 "object",13563 "rustc-demangle",13564 "rustix 0.35.13",13565 "serde",13566 "target-lexicon",13567 "thiserror",13568 "wasmtime-environ",13569 "wasmtime-jit-debug",13570 "wasmtime-runtime",13571 "windows-sys 0.36.1",13572]1357313574[[package]]13575name = "wasmtime-jit-debug"13576version = "1.0.2"13577source = "registry+https://github.com/rust-lang/crates.io-index"13578checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13579dependencies = [13580 "object",13581 "once_cell",13582 "rustix 0.35.13",13583]1358413585[[package]]13586name = "wasmtime-runtime"13587version = "1.0.2"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13590dependencies = [13591 "anyhow",13592 "cc",13593 "cfg-if",13594 "indexmap",13595 "libc",13596 "log",13597 "mach",13598 "memfd",13599 "memoffset 0.6.5",13600 "paste",13601 "rand 0.8.5",13602 "rustix 0.35.13",13603 "thiserror",13604 "wasmtime-asm-macros",13605 "wasmtime-environ",13606 "wasmtime-jit-debug",13607 "windows-sys 0.36.1",13608]1360913610[[package]]13611name = "wasmtime-types"13612version = "1.0.2"13613source = "registry+https://github.com/rust-lang/crates.io-index"13614checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13615dependencies = [13616 "cranelift-entity",13617 "serde",13618 "thiserror",13619 "wasmparser",13620]1362113622[[package]]13623name = "web-sys"13624version = "0.3.60"13625source = "registry+https://github.com/rust-lang/crates.io-index"13626checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13627dependencies = [13628 "js-sys",13629 "wasm-bindgen",13630]1363113632[[package]]13633name = "webpki"13634version = "0.22.0"13635source = "registry+https://github.com/rust-lang/crates.io-index"13636checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13637dependencies = [13638 "ring",13639 "untrusted",13640]1364113642[[package]]13643name = "webpki-roots"13644version = "0.22.5"13645source = "registry+https://github.com/rust-lang/crates.io-index"13646checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13647dependencies = [13648 "webpki",13649]1365013651[[package]]13652name = "wepoll-ffi"13653version = "0.1.2"13654source = "registry+https://github.com/rust-lang/crates.io-index"13655checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13656dependencies = [13657 "cc",13658]1365913660[[package]]13661name = "westend-runtime"13662version = "0.9.33"13663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13664dependencies = [13665 "beefy-primitives",13666 "bitvec 1.0.1",13667 "frame-benchmarking",13668 "frame-election-provider-support",13669 "frame-executive",13670 "frame-support",13671 "frame-system",13672 "frame-system-benchmarking",13673 "frame-system-rpc-runtime-api",13674 "frame-try-runtime",13675 "hex-literal",13676 "log",13677 "pallet-authority-discovery",13678 "pallet-authorship",13679 "pallet-babe",13680 "pallet-bags-list",13681 "pallet-balances",13682 "pallet-collective",13683 "pallet-democracy",13684 "pallet-election-provider-multi-phase",13685 "pallet-election-provider-support-benchmarking",13686 "pallet-elections-phragmen",13687 "pallet-fast-unstake",13688 "pallet-grandpa",13689 "pallet-identity",13690 "pallet-im-online",13691 "pallet-indices",13692 "pallet-membership",13693 "pallet-multisig",13694 "pallet-nomination-pools",13695 "pallet-nomination-pools-benchmarking",13696 "pallet-nomination-pools-runtime-api",13697 "pallet-offences",13698 "pallet-offences-benchmarking",13699 "pallet-preimage",13700 "pallet-proxy",13701 "pallet-recovery",13702 "pallet-scheduler",13703 "pallet-session",13704 "pallet-session-benchmarking",13705 "pallet-society",13706 "pallet-staking",13707 "pallet-staking-reward-curve",13708 "pallet-sudo",13709 "pallet-timestamp",13710 "pallet-transaction-payment",13711 "pallet-transaction-payment-rpc-runtime-api",13712 "pallet-treasury",13713 "pallet-utility",13714 "pallet-vesting",13715 "pallet-xcm",13716 "pallet-xcm-benchmarks",13717 "parity-scale-codec 3.2.1",13718 "polkadot-parachain",13719 "polkadot-primitives",13720 "polkadot-runtime-common",13721 "polkadot-runtime-parachains",13722 "rustc-hex",13723 "scale-info",13724 "serde",13725 "serde_derive",13726 "smallvec",13727 "sp-api",13728 "sp-authority-discovery",13729 "sp-block-builder",13730 "sp-consensus-babe",13731 "sp-core",13732 "sp-inherents",13733 "sp-io",13734 "sp-mmr-primitives",13735 "sp-npos-elections",13736 "sp-offchain",13737 "sp-runtime",13738 "sp-session",13739 "sp-staking",13740 "sp-std",13741 "sp-transaction-pool",13742 "sp-version",13743 "substrate-wasm-builder",13744 "westend-runtime-constants",13745 "xcm",13746 "xcm-builder",13747 "xcm-executor",13748]1374913750[[package]]13751name = "westend-runtime-constants"13752version = "0.9.33"13753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13754dependencies = [13755 "frame-support",13756 "polkadot-primitives",13757 "polkadot-runtime-common",13758 "smallvec",13759 "sp-core",13760 "sp-runtime",13761 "sp-weights",13762]1376313764[[package]]13765name = "which"13766version = "4.3.0"13767source = "registry+https://github.com/rust-lang/crates.io-index"13768checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13769dependencies = [13770 "either",13771 "libc",13772 "once_cell",13773]1377413775[[package]]13776name = "widestring"13777version = "0.5.1"13778source = "registry+https://github.com/rust-lang/crates.io-index"13779checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1378013781[[package]]13782name = "winapi"13783version = "0.3.9"13784source = "registry+https://github.com/rust-lang/crates.io-index"13785checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13786dependencies = [13787 "winapi-i686-pc-windows-gnu",13788 "winapi-x86_64-pc-windows-gnu",13789]1379013791[[package]]13792name = "winapi-i686-pc-windows-gnu"13793version = "0.4.0"13794source = "registry+https://github.com/rust-lang/crates.io-index"13795checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1379613797[[package]]13798name = "winapi-util"13799version = "0.1.5"13800source = "registry+https://github.com/rust-lang/crates.io-index"13801checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13802dependencies = [13803 "winapi",13804]1380513806[[package]]13807name = "winapi-x86_64-pc-windows-gnu"13808version = "0.4.0"13809source = "registry+https://github.com/rust-lang/crates.io-index"13810checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1381113812[[package]]13813name = "windows"13814version = "0.34.0"13815source = "registry+https://github.com/rust-lang/crates.io-index"13816checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13817dependencies = [13818 "windows_aarch64_msvc 0.34.0",13819 "windows_i686_gnu 0.34.0",13820 "windows_i686_msvc 0.34.0",13821 "windows_x86_64_gnu 0.34.0",13822 "windows_x86_64_msvc 0.34.0",13823]1382413825[[package]]13826name = "windows-sys"13827version = "0.36.1"13828source = "registry+https://github.com/rust-lang/crates.io-index"13829checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13830dependencies = [13831 "windows_aarch64_msvc 0.36.1",13832 "windows_i686_gnu 0.36.1",13833 "windows_i686_msvc 0.36.1",13834 "windows_x86_64_gnu 0.36.1",13835 "windows_x86_64_msvc 0.36.1",13836]1383713838[[package]]13839name = "windows-sys"13840version = "0.42.0"13841source = "registry+https://github.com/rust-lang/crates.io-index"13842checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13843dependencies = [13844 "windows_aarch64_gnullvm",13845 "windows_aarch64_msvc 0.42.0",13846 "windows_i686_gnu 0.42.0",13847 "windows_i686_msvc 0.42.0",13848 "windows_x86_64_gnu 0.42.0",13849 "windows_x86_64_gnullvm",13850 "windows_x86_64_msvc 0.42.0",13851]1385213853[[package]]13854name = "windows_aarch64_gnullvm"13855version = "0.42.0"13856source = "registry+https://github.com/rust-lang/crates.io-index"13857checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1385813859[[package]]13860name = "windows_aarch64_msvc"13861version = "0.34.0"13862source = "registry+https://github.com/rust-lang/crates.io-index"13863checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1386413865[[package]]13866name = "windows_aarch64_msvc"13867version = "0.36.1"13868source = "registry+https://github.com/rust-lang/crates.io-index"13869checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1387013871[[package]]13872name = "windows_aarch64_msvc"13873version = "0.42.0"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1387613877[[package]]13878name = "windows_i686_gnu"13879version = "0.34.0"13880source = "registry+https://github.com/rust-lang/crates.io-index"13881checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1388213883[[package]]13884name = "windows_i686_gnu"13885version = "0.36.1"13886source = "registry+https://github.com/rust-lang/crates.io-index"13887checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1388813889[[package]]13890name = "windows_i686_gnu"13891version = "0.42.0"13892source = "registry+https://github.com/rust-lang/crates.io-index"13893checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1389413895[[package]]13896name = "windows_i686_msvc"13897version = "0.34.0"13898source = "registry+https://github.com/rust-lang/crates.io-index"13899checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1390013901[[package]]13902name = "windows_i686_msvc"13903version = "0.36.1"13904source = "registry+https://github.com/rust-lang/crates.io-index"13905checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1390613907[[package]]13908name = "windows_i686_msvc"13909version = "0.42.0"13910source = "registry+https://github.com/rust-lang/crates.io-index"13911checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1391213913[[package]]13914name = "windows_x86_64_gnu"13915version = "0.34.0"13916source = "registry+https://github.com/rust-lang/crates.io-index"13917checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1391813919[[package]]13920name = "windows_x86_64_gnu"13921version = "0.36.1"13922source = "registry+https://github.com/rust-lang/crates.io-index"13923checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1392413925[[package]]13926name = "windows_x86_64_gnu"13927version = "0.42.0"13928source = "registry+https://github.com/rust-lang/crates.io-index"13929checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1393013931[[package]]13932name = "windows_x86_64_gnullvm"13933version = "0.42.0"13934source = "registry+https://github.com/rust-lang/crates.io-index"13935checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1393613937[[package]]13938name = "windows_x86_64_msvc"13939version = "0.34.0"13940source = "registry+https://github.com/rust-lang/crates.io-index"13941checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1394213943[[package]]13944name = "windows_x86_64_msvc"13945version = "0.36.1"13946source = "registry+https://github.com/rust-lang/crates.io-index"13947checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1394813949[[package]]13950name = "windows_x86_64_msvc"13951version = "0.42.0"13952source = "registry+https://github.com/rust-lang/crates.io-index"13953checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1395413955[[package]]13956name = "winreg"13957version = "0.10.1"13958source = "registry+https://github.com/rust-lang/crates.io-index"13959checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"13960dependencies = [13961 "winapi",13962]1396313964[[package]]13965name = "wyz"13966version = "0.2.0"13967source = "registry+https://github.com/rust-lang/crates.io-index"13968checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1396913970[[package]]13971name = "wyz"13972version = "0.5.1"13973source = "registry+https://github.com/rust-lang/crates.io-index"13974checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"13975dependencies = [13976 "tap",13977]1397813979[[package]]13980name = "x25519-dalek"13981version = "1.1.1"13982source = "registry+https://github.com/rust-lang/crates.io-index"13983checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13984dependencies = [13985 "curve25519-dalek 3.2.0",13986 "rand_core 0.5.1",13987 "zeroize",13988]1398913990[[package]]13991name = "xcm"13992version = "0.9.33"13993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13994dependencies = [13995 "derivative",13996 "impl-trait-for-tuples",13997 "log",13998 "parity-scale-codec 3.2.1",13999 "scale-info",14000 "sp-runtime",14001 "xcm-procedural",14002]1400314004[[package]]14005name = "xcm-builder"14006version = "0.9.33"14007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14008dependencies = [14009 "frame-support",14010 "frame-system",14011 "log",14012 "pallet-transaction-payment",14013 "parity-scale-codec 3.2.1",14014 "polkadot-parachain",14015 "scale-info",14016 "sp-arithmetic",14017 "sp-io",14018 "sp-runtime",14019 "sp-std",14020 "xcm",14021 "xcm-executor",14022]1402314024[[package]]14025name = "xcm-executor"14026version = "0.9.33"14027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14028dependencies = [14029 "frame-benchmarking",14030 "frame-support",14031 "impl-trait-for-tuples",14032 "log",14033 "parity-scale-codec 3.2.1",14034 "sp-arithmetic",14035 "sp-core",14036 "sp-io",14037 "sp-runtime",14038 "sp-std",14039 "xcm",14040]1404114042[[package]]14043name = "xcm-procedural"14044version = "0.9.33"14045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14046dependencies = [14047 "Inflector",14048 "proc-macro2",14049 "quote",14050 "syn",14051]1405214053[[package]]14054name = "yamux"14055version = "0.10.2"14056source = "registry+https://github.com/rust-lang/crates.io-index"14057checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14058dependencies = [14059 "futures 0.3.25",14060 "log",14061 "nohash-hasher",14062 "parking_lot 0.12.1",14063 "rand 0.8.5",14064 "static_assertions",14065]1406614067[[package]]14068name = "zeroize"14069version = "1.5.7"14070source = "registry+https://github.com/rust-lang/crates.io-index"14071checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14072dependencies = [14073 "zeroize_derive",14074]1407514076[[package]]14077name = "zeroize_derive"14078version = "1.3.3"14079source = "registry+https://github.com/rust-lang/crates.io-index"14080checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14081dependencies = [14082 "proc-macro2",14083 "quote",14084 "syn",14085 "synstructure",14086]1408714088[[package]]14089name = "zstd"14090version = "0.11.2+zstd.1.5.2"14091source = "registry+https://github.com/rust-lang/crates.io-index"14092checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14093dependencies = [14094 "zstd-safe",14095]1409614097[[package]]14098name = "zstd-safe"14099version = "5.0.2+zstd.1.5.2"14100source = "registry+https://github.com/rust-lang/crates.io-index"14101checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14102dependencies = [14103 "libc",14104 "zstd-sys",14105]1410614107[[package]]14108name = "zstd-sys"14109version = "2.0.4+zstd.1.5.2"14110source = "registry+https://github.com/rust-lang/crates.io-index"14111checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14112dependencies = [14113 "cc",14114 "libc",14115]