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

difftreelog

source

Cargo.lock401.5 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.19.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"20dependencies = [21 "gimli 0.27.3",22]2324[[package]]25name = "addr2line"26version = "0.21.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"29dependencies = [30 "gimli 0.28.1",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.5.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"44dependencies = [45 "crypto-common",46 "generic-array 0.14.7",47]4849[[package]]50name = "aes"51version = "0.8.4"52source = "registry+https://github.com/rust-lang/crates.io-index"53checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"54dependencies = [55 "cfg-if",56 "cipher 0.4.4",57 "cpufeatures",58]5960[[package]]61name = "aes-gcm"62version = "0.10.3"63source = "registry+https://github.com/rust-lang/crates.io-index"64checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"65dependencies = [66 "aead",67 "aes",68 "cipher 0.4.4",69 "ctr",70 "ghash",71 "subtle 2.5.0",72]7374[[package]]75name = "ahash"76version = "0.7.8"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"79dependencies = [80 "getrandom 0.2.12",81 "once_cell",82 "version_check",83]8485[[package]]86name = "ahash"87version = "0.8.11"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"90dependencies = [91 "cfg-if",92 "getrandom 0.2.12",93 "once_cell",94 "version_check",95 "zerocopy",96]9798[[package]]99name = "aho-corasick"100version = "1.1.3"101source = "registry+https://github.com/rust-lang/crates.io-index"102checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"103dependencies = [104 "memchr",105]106107[[package]]108name = "allocator-api2"109version = "0.2.16"110source = "registry+https://github.com/rust-lang/crates.io-index"111checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"112113[[package]]114name = "always-assert"115version = "0.1.3"116source = "registry+https://github.com/rust-lang/crates.io-index"117checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"118119[[package]]120name = "android-tzdata"121version = "0.1.1"122source = "registry+https://github.com/rust-lang/crates.io-index"123checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"124125[[package]]126name = "android_system_properties"127version = "0.1.5"128source = "registry+https://github.com/rust-lang/crates.io-index"129checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"130dependencies = [131 "libc",132]133134[[package]]135name = "ansi_term"136version = "0.12.1"137source = "registry+https://github.com/rust-lang/crates.io-index"138checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"139dependencies = [140 "winapi",141]142143[[package]]144name = "anstream"145version = "0.6.13"146source = "registry+https://github.com/rust-lang/crates.io-index"147checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"148dependencies = [149 "anstyle",150 "anstyle-parse",151 "anstyle-query",152 "anstyle-wincon",153 "colorchoice",154 "utf8parse",155]156157[[package]]158name = "anstyle"159version = "1.0.6"160source = "registry+https://github.com/rust-lang/crates.io-index"161checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"162163[[package]]164name = "anstyle-parse"165version = "0.2.3"166source = "registry+https://github.com/rust-lang/crates.io-index"167checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"168dependencies = [169 "utf8parse",170]171172[[package]]173name = "anstyle-query"174version = "1.0.2"175source = "registry+https://github.com/rust-lang/crates.io-index"176checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"177dependencies = [178 "windows-sys 0.52.0",179]180181[[package]]182name = "anstyle-wincon"183version = "3.0.2"184source = "registry+https://github.com/rust-lang/crates.io-index"185checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"186dependencies = [187 "anstyle",188 "windows-sys 0.52.0",189]190191[[package]]192name = "anyhow"193version = "1.0.81"194source = "registry+https://github.com/rust-lang/crates.io-index"195checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"196197[[package]]198name = "app-promotion-rpc"199version = "0.1.0"200dependencies = [201 "pallet-evm",202 "parity-scale-codec",203 "sp-api 29.0.0",204 "sp-runtime 34.0.0",205 "sp-std 14.0.0",206]207208[[package]]209name = "approx"210version = "0.5.1"211source = "registry+https://github.com/rust-lang/crates.io-index"212checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"213dependencies = [214 "num-traits",215]216217[[package]]218name = "aquamarine"219version = "0.3.3"220source = "registry+https://github.com/rust-lang/crates.io-index"221checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760"222dependencies = [223 "include_dir",224 "itertools 0.10.5",225 "proc-macro-error",226 "proc-macro2",227 "quote",228 "syn 1.0.109",229]230231[[package]]232name = "aquamarine"233version = "0.5.0"234source = "registry+https://github.com/rust-lang/crates.io-index"235checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"236dependencies = [237 "include_dir",238 "itertools 0.10.5",239 "proc-macro-error",240 "proc-macro2",241 "quote",242 "syn 2.0.55",243]244245[[package]]246name = "ark-bls12-377"247version = "0.4.0"248source = "registry+https://github.com/rust-lang/crates.io-index"249checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f"250dependencies = [251 "ark-ec",252 "ark-ff",253 "ark-std",254]255256[[package]]257name = "ark-bls12-381"258version = "0.4.0"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"261dependencies = [262 "ark-ec",263 "ark-ff",264 "ark-serialize",265 "ark-std",266]267268[[package]]269name = "ark-ec"270version = "0.4.2"271source = "registry+https://github.com/rust-lang/crates.io-index"272checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"273dependencies = [274 "ark-ff",275 "ark-poly",276 "ark-serialize",277 "ark-std",278 "derivative",279 "hashbrown 0.13.2",280 "itertools 0.10.5",281 "num-traits",282 "zeroize",283]284285[[package]]286name = "ark-ff"287version = "0.4.2"288source = "registry+https://github.com/rust-lang/crates.io-index"289checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"290dependencies = [291 "ark-ff-asm",292 "ark-ff-macros",293 "ark-serialize",294 "ark-std",295 "derivative",296 "digest 0.10.7",297 "itertools 0.10.5",298 "num-bigint",299 "num-traits",300 "paste",301 "rustc_version",302 "zeroize",303]304305[[package]]306name = "ark-ff-asm"307version = "0.4.2"308source = "registry+https://github.com/rust-lang/crates.io-index"309checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"310dependencies = [311 "quote",312 "syn 1.0.109",313]314315[[package]]316name = "ark-ff-macros"317version = "0.4.2"318source = "registry+https://github.com/rust-lang/crates.io-index"319checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"320dependencies = [321 "num-bigint",322 "num-traits",323 "proc-macro2",324 "quote",325 "syn 1.0.109",326]327328[[package]]329name = "ark-poly"330version = "0.4.2"331source = "registry+https://github.com/rust-lang/crates.io-index"332checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"333dependencies = [334 "ark-ff",335 "ark-serialize",336 "ark-std",337 "derivative",338 "hashbrown 0.13.2",339]340341[[package]]342name = "ark-serialize"343version = "0.4.2"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"346dependencies = [347 "ark-serialize-derive",348 "ark-std",349 "digest 0.10.7",350 "num-bigint",351]352353[[package]]354name = "ark-serialize-derive"355version = "0.4.2"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"358dependencies = [359 "proc-macro2",360 "quote",361 "syn 1.0.109",362]363364[[package]]365name = "ark-std"366version = "0.4.0"367source = "registry+https://github.com/rust-lang/crates.io-index"368checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"369dependencies = [370 "num-traits",371 "rand 0.8.5",372]373374[[package]]375name = "array-bytes"376version = "4.2.0"377source = "registry+https://github.com/rust-lang/crates.io-index"378checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"379380[[package]]381name = "array-bytes"382version = "6.2.2"383source = "registry+https://github.com/rust-lang/crates.io-index"384checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0"385386[[package]]387name = "arrayref"388version = "0.3.7"389source = "registry+https://github.com/rust-lang/crates.io-index"390checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"391392[[package]]393name = "arrayvec"394version = "0.4.12"395source = "registry+https://github.com/rust-lang/crates.io-index"396checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"397dependencies = [398 "nodrop",399]400401[[package]]402name = "arrayvec"403version = "0.5.2"404source = "registry+https://github.com/rust-lang/crates.io-index"405checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"406407[[package]]408name = "arrayvec"409version = "0.7.4"410source = "registry+https://github.com/rust-lang/crates.io-index"411checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"412413[[package]]414name = "asn1-rs"415version = "0.5.2"416source = "registry+https://github.com/rust-lang/crates.io-index"417checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"418dependencies = [419 "asn1-rs-derive",420 "asn1-rs-impl",421 "displaydoc",422 "nom",423 "num-traits",424 "rusticata-macros",425 "thiserror",426 "time",427]428429[[package]]430name = "asn1-rs-derive"431version = "0.4.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"434dependencies = [435 "proc-macro2",436 "quote",437 "syn 1.0.109",438 "synstructure",439]440441[[package]]442name = "asn1-rs-impl"443version = "0.1.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"446dependencies = [447 "proc-macro2",448 "quote",449 "syn 1.0.109",450]451452[[package]]453name = "assert_matches"454version = "1.5.0"455source = "registry+https://github.com/rust-lang/crates.io-index"456checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"457458[[package]]459name = "async-channel"460version = "1.9.0"461source = "registry+https://github.com/rust-lang/crates.io-index"462checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"463dependencies = [464 "concurrent-queue",465 "event-listener 2.5.3",466 "futures-core",467]468469[[package]]470name = "async-channel"471version = "2.2.0"472source = "registry+https://github.com/rust-lang/crates.io-index"473checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"474dependencies = [475 "concurrent-queue",476 "event-listener 5.2.0",477 "event-listener-strategy 0.5.0",478 "futures-core",479 "pin-project-lite 0.2.13",480]481482[[package]]483name = "async-executor"484version = "1.8.0"485source = "registry+https://github.com/rust-lang/crates.io-index"486checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"487dependencies = [488 "async-lock 3.3.0",489 "async-task",490 "concurrent-queue",491 "fastrand 2.0.2",492 "futures-lite 2.3.0",493 "slab",494]495496[[package]]497name = "async-fs"498version = "1.6.0"499source = "registry+https://github.com/rust-lang/crates.io-index"500checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"501dependencies = [502 "async-lock 2.8.0",503 "autocfg",504 "blocking",505 "futures-lite 1.13.0",506]507508[[package]]509name = "async-io"510version = "1.13.0"511source = "registry+https://github.com/rust-lang/crates.io-index"512checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"513dependencies = [514 "async-lock 2.8.0",515 "autocfg",516 "cfg-if",517 "concurrent-queue",518 "futures-lite 1.13.0",519 "log",520 "parking",521 "polling 2.8.0",522 "rustix 0.37.27",523 "slab",524 "socket2 0.4.10",525 "waker-fn",526]527528[[package]]529name = "async-io"530version = "2.3.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"533dependencies = [534 "async-lock 3.3.0",535 "cfg-if",536 "concurrent-queue",537 "futures-io",538 "futures-lite 2.3.0",539 "parking",540 "polling 3.6.0",541 "rustix 0.38.32",542 "slab",543 "tracing",544 "windows-sys 0.52.0",545]546547[[package]]548name = "async-lock"549version = "2.8.0"550source = "registry+https://github.com/rust-lang/crates.io-index"551checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"552dependencies = [553 "event-listener 2.5.3",554]555556[[package]]557name = "async-lock"558version = "3.3.0"559source = "registry+https://github.com/rust-lang/crates.io-index"560checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"561dependencies = [562 "event-listener 4.0.3",563 "event-listener-strategy 0.4.0",564 "pin-project-lite 0.2.13",565]566567[[package]]568name = "async-net"569version = "1.8.0"570source = "registry+https://github.com/rust-lang/crates.io-index"571checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"572dependencies = [573 "async-io 1.13.0",574 "blocking",575 "futures-lite 1.13.0",576]577578[[package]]579name = "async-process"580version = "1.8.1"581source = "registry+https://github.com/rust-lang/crates.io-index"582checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"583dependencies = [584 "async-io 1.13.0",585 "async-lock 2.8.0",586 "async-signal",587 "blocking",588 "cfg-if",589 "event-listener 3.1.0",590 "futures-lite 1.13.0",591 "rustix 0.38.32",592 "windows-sys 0.48.0",593]594595[[package]]596name = "async-signal"597version = "0.2.5"598source = "registry+https://github.com/rust-lang/crates.io-index"599checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"600dependencies = [601 "async-io 2.3.2",602 "async-lock 2.8.0",603 "atomic-waker",604 "cfg-if",605 "futures-core",606 "futures-io",607 "rustix 0.38.32",608 "signal-hook-registry",609 "slab",610 "windows-sys 0.48.0",611]612613[[package]]614name = "async-task"615version = "4.7.0"616source = "registry+https://github.com/rust-lang/crates.io-index"617checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"618619[[package]]620name = "async-trait"621version = "0.1.79"622source = "registry+https://github.com/rust-lang/crates.io-index"623checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"624dependencies = [625 "proc-macro2",626 "quote",627 "syn 2.0.55",628]629630[[package]]631name = "asynchronous-codec"632version = "0.6.2"633source = "registry+https://github.com/rust-lang/crates.io-index"634checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"635dependencies = [636 "bytes",637 "futures-sink",638 "futures-util",639 "memchr",640 "pin-project-lite 0.2.13",641]642643[[package]]644name = "atomic-take"645version = "1.1.0"646source = "registry+https://github.com/rust-lang/crates.io-index"647checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"648649[[package]]650name = "atomic-waker"651version = "1.1.2"652source = "registry+https://github.com/rust-lang/crates.io-index"653checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"654655[[package]]656name = "auto_impl"657version = "1.2.0"658source = "registry+https://github.com/rust-lang/crates.io-index"659checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"660dependencies = [661 "proc-macro2",662 "quote",663 "syn 2.0.55",664]665666[[package]]667name = "autocfg"668version = "1.2.0"669source = "registry+https://github.com/rust-lang/crates.io-index"670checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"671672[[package]]673name = "backtrace"674version = "0.3.71"675source = "registry+https://github.com/rust-lang/crates.io-index"676checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"677dependencies = [678 "addr2line 0.21.0",679 "cc",680 "cfg-if",681 "libc",682 "miniz_oxide",683 "object 0.32.2",684 "rustc-demangle",685]686687[[package]]688name = "base-x"689version = "0.2.11"690source = "registry+https://github.com/rust-lang/crates.io-index"691checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"692693[[package]]694name = "base16ct"695version = "0.2.0"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"698699[[package]]700name = "base64"701version = "0.13.1"702source = "registry+https://github.com/rust-lang/crates.io-index"703checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"704705[[package]]706name = "base64"707version = "0.21.7"708source = "registry+https://github.com/rust-lang/crates.io-index"709checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"710711[[package]]712name = "base64ct"713version = "1.6.0"714source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"716717[[package]]718name = "beef"719version = "0.5.2"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"722dependencies = [723 "serde",724]725726[[package]]727name = "binary-merkle-tree"728version = "15.0.0"729source = "registry+https://github.com/rust-lang/crates.io-index"730checksum = "4b5c0fd4282c30c05647e1052d71bf1a0c8067ab1e9a8fc6d0c292dce0ecb237"731dependencies = [732 "hash-db",733 "log",734]735736[[package]]737name = "bincode"738version = "1.3.3"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"741dependencies = [742 "serde",743]744745[[package]]746name = "bindgen"747version = "0.65.1"748source = "registry+https://github.com/rust-lang/crates.io-index"749checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"750dependencies = [751 "bitflags 1.3.2",752 "cexpr",753 "clang-sys",754 "lazy_static",755 "lazycell",756 "peeking_take_while",757 "prettyplease 0.2.17",758 "proc-macro2",759 "quote",760 "regex",761 "rustc-hash",762 "shlex",763 "syn 2.0.55",764]765766[[package]]767name = "bip39"768version = "2.0.0"769source = "registry+https://github.com/rust-lang/crates.io-index"770checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"771dependencies = [772 "bitcoin_hashes 0.11.0",773]774775[[package]]776name = "bitcoin-internals"777version = "0.2.0"778source = "registry+https://github.com/rust-lang/crates.io-index"779checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"780781[[package]]782name = "bitcoin_hashes"783version = "0.11.0"784source = "registry+https://github.com/rust-lang/crates.io-index"785checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"786787[[package]]788name = "bitcoin_hashes"789version = "0.13.0"790source = "registry+https://github.com/rust-lang/crates.io-index"791checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"792dependencies = [793 "bitcoin-internals",794 "hex-conservative",795]796797[[package]]798name = "bitflags"799version = "1.3.2"800source = "registry+https://github.com/rust-lang/crates.io-index"801checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"802803[[package]]804name = "bitflags"805version = "2.5.0"806source = "registry+https://github.com/rust-lang/crates.io-index"807checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"808809[[package]]810name = "bitvec"811version = "1.0.1"812source = "registry+https://github.com/rust-lang/crates.io-index"813checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"814dependencies = [815 "funty",816 "radium",817 "serde",818 "tap",819 "wyz",820]821822[[package]]823name = "blake2"824version = "0.8.1"825source = "registry+https://github.com/rust-lang/crates.io-index"826checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"827dependencies = [828 "byte-tools",829 "crypto-mac 0.7.0",830 "digest 0.8.1",831 "opaque-debug 0.2.3",832]833834[[package]]835name = "blake2"836version = "0.10.6"837source = "registry+https://github.com/rust-lang/crates.io-index"838checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"839dependencies = [840 "digest 0.10.7",841]842843[[package]]844name = "blake2-rfc"845version = "0.2.18"846source = "registry+https://github.com/rust-lang/crates.io-index"847checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"848dependencies = [849 "arrayvec 0.4.12",850 "constant_time_eq 0.1.5",851]852853[[package]]854name = "blake2b_simd"855version = "1.0.2"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"858dependencies = [859 "arrayref",860 "arrayvec 0.7.4",861 "constant_time_eq 0.3.0",862]863864[[package]]865name = "blake2s_simd"866version = "1.0.2"867source = "registry+https://github.com/rust-lang/crates.io-index"868checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"869dependencies = [870 "arrayref",871 "arrayvec 0.7.4",872 "constant_time_eq 0.3.0",873]874875[[package]]876name = "blake3"877version = "1.5.1"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"880dependencies = [881 "arrayref",882 "arrayvec 0.7.4",883 "cc",884 "cfg-if",885 "constant_time_eq 0.3.0",886]887888[[package]]889name = "block-buffer"890version = "0.7.3"891source = "registry+https://github.com/rust-lang/crates.io-index"892checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"893dependencies = [894 "block-padding",895 "byte-tools",896 "byteorder",897 "generic-array 0.12.4",898]899900[[package]]901name = "block-buffer"902version = "0.9.0"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"905dependencies = [906 "generic-array 0.14.7",907]908909[[package]]910name = "block-buffer"911version = "0.10.4"912source = "registry+https://github.com/rust-lang/crates.io-index"913checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"914dependencies = [915 "generic-array 0.14.7",916]917918[[package]]919name = "block-padding"920version = "0.1.5"921source = "registry+https://github.com/rust-lang/crates.io-index"922checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"923dependencies = [924 "byte-tools",925]926927[[package]]928name = "blocking"929version = "1.5.1"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"932dependencies = [933 "async-channel 2.2.0",934 "async-lock 3.3.0",935 "async-task",936 "fastrand 2.0.2",937 "futures-io",938 "futures-lite 2.3.0",939 "piper",940 "tracing",941]942943[[package]]944name = "bondrewd"945version = "0.1.14"946source = "registry+https://github.com/rust-lang/crates.io-index"947checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"948dependencies = [949 "bondrewd-derive",950]951952[[package]]953name = "bondrewd-derive"954version = "0.3.18"955source = "registry+https://github.com/rust-lang/crates.io-index"956checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"957dependencies = [958 "proc-macro2",959 "quote",960 "syn 1.0.109",961]962963[[package]]964name = "bounded-collections"965version = "0.1.9"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd"968dependencies = [969 "log",970 "parity-scale-codec",971 "scale-info",972 "serde",973]974975[[package]]976name = "bounded-collections"977version = "0.2.0"978source = "registry+https://github.com/rust-lang/crates.io-index"979checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1"980dependencies = [981 "log",982 "parity-scale-codec",983 "scale-info",984 "serde",985]986987[[package]]988name = "bounded-vec"989version = "0.7.1"990source = "registry+https://github.com/rust-lang/crates.io-index"991checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"992dependencies = [993 "thiserror",994]995996[[package]]997name = "bp-xcm-bridge-hub-router"998version = "0.9.0"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210"1001dependencies = [1002 "parity-scale-codec",1003 "scale-info",1004 "sp-core 31.0.0",1005 "sp-runtime 34.0.0",1006]10071008[[package]]1009name = "bs58"1010version = "0.4.0"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"10131014[[package]]1015name = "bs58"1016version = "0.5.1"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"1019dependencies = [1020 "tinyvec",1021]10221023[[package]]1024name = "bstr"1025version = "1.9.1"1026source = "registry+https://github.com/rust-lang/crates.io-index"1027checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"1028dependencies = [1029 "memchr",1030 "serde",1031]10321033[[package]]1034name = "build-helper"1035version = "0.1.1"1036source = "registry+https://github.com/rust-lang/crates.io-index"1037checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"1038dependencies = [1039 "semver 0.6.0",1040]10411042[[package]]1043name = "bumpalo"1044version = "3.15.4"1045source = "registry+https://github.com/rust-lang/crates.io-index"1046checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"10471048[[package]]1049name = "byte-slice-cast"1050version = "1.2.2"1051source = "registry+https://github.com/rust-lang/crates.io-index"1052checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"10531054[[package]]1055name = "byte-tools"1056version = "0.3.1"1057source = "registry+https://github.com/rust-lang/crates.io-index"1058checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"10591060[[package]]1061name = "bytemuck"1062version = "1.15.0"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"10651066[[package]]1067name = "byteorder"1068version = "1.5.0"1069source = "registry+https://github.com/rust-lang/crates.io-index"1070checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"10711072[[package]]1073name = "bytes"1074version = "1.6.0"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"10771078[[package]]1079name = "bzip2-sys"1080version = "0.1.11+1.0.8"1081source = "registry+https://github.com/rust-lang/crates.io-index"1082checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"1083dependencies = [1084 "cc",1085 "libc",1086 "pkg-config",1087]10881089[[package]]1090name = "c2-chacha"1091version = "0.3.3"1092source = "registry+https://github.com/rust-lang/crates.io-index"1093checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80"1094dependencies = [1095 "cipher 0.2.5",1096 "ppv-lite86",1097]10981099[[package]]1100name = "camino"1101version = "1.1.6"1102source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"1104dependencies = [1105 "serde",1106]11071108[[package]]1109name = "cargo-platform"1110version = "0.1.8"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"1113dependencies = [1114 "serde",1115]11161117[[package]]1118name = "cargo_metadata"1119version = "0.15.4"1120source = "registry+https://github.com/rust-lang/crates.io-index"1121checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"1122dependencies = [1123 "camino",1124 "cargo-platform",1125 "semver 1.0.22",1126 "serde",1127 "serde_json",1128 "thiserror",1129]11301131[[package]]1132name = "cc"1133version = "1.0.90"1134source = "registry+https://github.com/rust-lang/crates.io-index"1135checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"1136dependencies = [1137 "jobserver",1138 "libc",1139]11401141[[package]]1142name = "cexpr"1143version = "0.6.0"1144source = "registry+https://github.com/rust-lang/crates.io-index"1145checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1146dependencies = [1147 "nom",1148]11491150[[package]]1151name = "cfg-expr"1152version = "0.15.7"1153source = "registry+https://github.com/rust-lang/crates.io-index"1154checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d"1155dependencies = [1156 "smallvec",1157]11581159[[package]]1160name = "cfg-if"1161version = "1.0.0"1162source = "registry+https://github.com/rust-lang/crates.io-index"1163checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"11641165[[package]]1166name = "cfg_aliases"1167version = "0.1.1"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"11701171[[package]]1172name = "chacha"1173version = "0.3.0"1174source = "registry+https://github.com/rust-lang/crates.io-index"1175checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"1176dependencies = [1177 "byteorder",1178 "keystream",1179]11801181[[package]]1182name = "chacha20"1183version = "0.9.1"1184source = "registry+https://github.com/rust-lang/crates.io-index"1185checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"1186dependencies = [1187 "cfg-if",1188 "cipher 0.4.4",1189 "cpufeatures",1190]11911192[[package]]1193name = "chacha20poly1305"1194version = "0.10.1"1195source = "registry+https://github.com/rust-lang/crates.io-index"1196checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"1197dependencies = [1198 "aead",1199 "chacha20",1200 "cipher 0.4.4",1201 "poly1305",1202 "zeroize",1203]12041205[[package]]1206name = "chrono"1207version = "0.4.37"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"1210dependencies = [1211 "android-tzdata",1212 "iana-time-zone",1213 "js-sys",1214 "num-traits",1215 "wasm-bindgen",1216 "windows-targets 0.52.4",1217]12181219[[package]]1220name = "cid"1221version = "0.9.0"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"1224dependencies = [1225 "core2",1226 "multibase",1227 "multihash 0.17.0",1228 "serde",1229 "unsigned-varint",1230]12311232[[package]]1233name = "cipher"1234version = "0.2.5"1235source = "registry+https://github.com/rust-lang/crates.io-index"1236checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1237dependencies = [1238 "generic-array 0.14.7",1239]12401241[[package]]1242name = "cipher"1243version = "0.4.4"1244source = "registry+https://github.com/rust-lang/crates.io-index"1245checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1246dependencies = [1247 "crypto-common",1248 "inout",1249 "zeroize",1250]12511252[[package]]1253name = "ckb-merkle-mountain-range"1254version = "0.5.2"1255source = "registry+https://github.com/rust-lang/crates.io-index"1256checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1257dependencies = [1258 "cfg-if",1259]12601261[[package]]1262name = "clang-sys"1263version = "1.7.0"1264source = "registry+https://github.com/rust-lang/crates.io-index"1265checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"1266dependencies = [1267 "glob",1268 "libc",1269 "libloading",1270]12711272[[package]]1273name = "clap"1274version = "4.5.4"1275source = "registry+https://github.com/rust-lang/crates.io-index"1276checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"1277dependencies = [1278 "clap_builder",1279 "clap_derive",1280]12811282[[package]]1283name = "clap_builder"1284version = "4.5.2"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"1287dependencies = [1288 "anstream",1289 "anstyle",1290 "clap_lex",1291 "strsim",1292 "terminal_size",1293]12941295[[package]]1296name = "clap_derive"1297version = "4.5.4"1298source = "registry+https://github.com/rust-lang/crates.io-index"1299checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"1300dependencies = [1301 "heck 0.5.0",1302 "proc-macro2",1303 "quote",1304 "syn 2.0.55",1305]13061307[[package]]1308name = "clap_lex"1309version = "0.7.0"1310source = "registry+https://github.com/rust-lang/crates.io-index"1311checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"13121313[[package]]1314name = "coarsetime"1315version = "0.1.34"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d"1318dependencies = [1319 "libc",1320 "wasix",1321 "wasm-bindgen",1322]13231324[[package]]1325name = "codespan-reporting"1326version = "0.11.1"1327source = "registry+https://github.com/rust-lang/crates.io-index"1328checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1329dependencies = [1330 "termcolor",1331 "unicode-width",1332]13331334[[package]]1335name = "colorchoice"1336version = "1.0.0"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"13391340[[package]]1341name = "comfy-table"1342version = "7.1.0"1343source = "registry+https://github.com/rust-lang/crates.io-index"1344checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686"1345dependencies = [1346 "strum 0.25.0",1347 "strum_macros 0.25.3",1348 "unicode-width",1349]13501351[[package]]1352name = "common-path"1353version = "1.0.0"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"13561357[[package]]1358name = "concurrent-queue"1359version = "2.4.0"1360source = "registry+https://github.com/rust-lang/crates.io-index"1361checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"1362dependencies = [1363 "crossbeam-utils",1364]13651366[[package]]1367name = "console"1368version = "0.15.8"1369source = "registry+https://github.com/rust-lang/crates.io-index"1370checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"1371dependencies = [1372 "encode_unicode",1373 "lazy_static",1374 "libc",1375 "unicode-width",1376 "windows-sys 0.52.0",1377]13781379[[package]]1380name = "const-oid"1381version = "0.9.6"1382source = "registry+https://github.com/rust-lang/crates.io-index"1383checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"13841385[[package]]1386name = "const-random"1387version = "0.1.18"1388source = "registry+https://github.com/rust-lang/crates.io-index"1389checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"1390dependencies = [1391 "const-random-macro",1392]13931394[[package]]1395name = "const-random-macro"1396version = "0.1.16"1397source = "registry+https://github.com/rust-lang/crates.io-index"1398checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"1399dependencies = [1400 "getrandom 0.2.12",1401 "once_cell",1402 "tiny-keccak",1403]14041405[[package]]1406name = "constant_time_eq"1407version = "0.1.5"1408source = "registry+https://github.com/rust-lang/crates.io-index"1409checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"14101411[[package]]1412name = "constant_time_eq"1413version = "0.3.0"1414source = "registry+https://github.com/rust-lang/crates.io-index"1415checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"14161417[[package]]1418name = "constcat"1419version = "0.3.1"1420source = "registry+https://github.com/rust-lang/crates.io-index"1421checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08"14221423[[package]]1424name = "convert_case"1425version = "0.4.0"1426source = "registry+https://github.com/rust-lang/crates.io-index"1427checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"14281429[[package]]1430name = "core-foundation"1431version = "0.9.4"1432source = "registry+https://github.com/rust-lang/crates.io-index"1433checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"1434dependencies = [1435 "core-foundation-sys",1436 "libc",1437]14381439[[package]]1440name = "core-foundation-sys"1441version = "0.8.6"1442source = "registry+https://github.com/rust-lang/crates.io-index"1443checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"14441445[[package]]1446name = "core2"1447version = "0.4.0"1448source = "registry+https://github.com/rust-lang/crates.io-index"1449checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1450dependencies = [1451 "memchr",1452]14531454[[package]]1455name = "cpp_demangle"1456version = "0.3.5"1457source = "registry+https://github.com/rust-lang/crates.io-index"1458checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1459dependencies = [1460 "cfg-if",1461]14621463[[package]]1464name = "cpu-time"1465version = "1.0.0"1466source = "registry+https://github.com/rust-lang/crates.io-index"1467checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1468dependencies = [1469 "libc",1470 "winapi",1471]14721473[[package]]1474name = "cpufeatures"1475version = "0.2.12"1476source = "registry+https://github.com/rust-lang/crates.io-index"1477checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"1478dependencies = [1479 "libc",1480]14811482[[package]]1483name = "cranelift-bforest"1484version = "0.95.1"1485source = "registry+https://github.com/rust-lang/crates.io-index"1486checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"1487dependencies = [1488 "cranelift-entity",1489]14901491[[package]]1492name = "cranelift-codegen"1493version = "0.95.1"1494source = "registry+https://github.com/rust-lang/crates.io-index"1495checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"1496dependencies = [1497 "bumpalo",1498 "cranelift-bforest",1499 "cranelift-codegen-meta",1500 "cranelift-codegen-shared",1501 "cranelift-entity",1502 "cranelift-isle",1503 "gimli 0.27.3",1504 "hashbrown 0.13.2",1505 "log",1506 "regalloc2 0.6.1",1507 "smallvec",1508 "target-lexicon",1509]15101511[[package]]1512name = "cranelift-codegen-meta"1513version = "0.95.1"1514source = "registry+https://github.com/rust-lang/crates.io-index"1515checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"1516dependencies = [1517 "cranelift-codegen-shared",1518]15191520[[package]]1521name = "cranelift-codegen-shared"1522version = "0.95.1"1523source = "registry+https://github.com/rust-lang/crates.io-index"1524checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"15251526[[package]]1527name = "cranelift-entity"1528version = "0.95.1"1529source = "registry+https://github.com/rust-lang/crates.io-index"1530checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"1531dependencies = [1532 "serde",1533]15341535[[package]]1536name = "cranelift-frontend"1537version = "0.95.1"1538source = "registry+https://github.com/rust-lang/crates.io-index"1539checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"1540dependencies = [1541 "cranelift-codegen",1542 "log",1543 "smallvec",1544 "target-lexicon",1545]15461547[[package]]1548name = "cranelift-isle"1549version = "0.95.1"1550source = "registry+https://github.com/rust-lang/crates.io-index"1551checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"15521553[[package]]1554name = "cranelift-native"1555version = "0.95.1"1556source = "registry+https://github.com/rust-lang/crates.io-index"1557checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"1558dependencies = [1559 "cranelift-codegen",1560 "libc",1561 "target-lexicon",1562]15631564[[package]]1565name = "cranelift-wasm"1566version = "0.95.1"1567source = "registry+https://github.com/rust-lang/crates.io-index"1568checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"1569dependencies = [1570 "cranelift-codegen",1571 "cranelift-entity",1572 "cranelift-frontend",1573 "itertools 0.10.5",1574 "log",1575 "smallvec",1576 "wasmparser",1577 "wasmtime-types",1578]15791580[[package]]1581name = "crc32fast"1582version = "1.4.0"1583source = "registry+https://github.com/rust-lang/crates.io-index"1584checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"1585dependencies = [1586 "cfg-if",1587]15881589[[package]]1590name = "crossbeam-deque"1591version = "0.8.5"1592source = "registry+https://github.com/rust-lang/crates.io-index"1593checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"1594dependencies = [1595 "crossbeam-epoch",1596 "crossbeam-utils",1597]15981599[[package]]1600name = "crossbeam-epoch"1601version = "0.9.18"1602source = "registry+https://github.com/rust-lang/crates.io-index"1603checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"1604dependencies = [1605 "crossbeam-utils",1606]16071608[[package]]1609name = "crossbeam-queue"1610version = "0.3.11"1611source = "registry+https://github.com/rust-lang/crates.io-index"1612checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"1613dependencies = [1614 "crossbeam-utils",1615]16161617[[package]]1618name = "crossbeam-utils"1619version = "0.8.19"1620source = "registry+https://github.com/rust-lang/crates.io-index"1621checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"16221623[[package]]1624name = "crunchy"1625version = "0.2.2"1626source = "registry+https://github.com/rust-lang/crates.io-index"1627checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"16281629[[package]]1630name = "crypto-bigint"1631version = "0.5.5"1632source = "registry+https://github.com/rust-lang/crates.io-index"1633checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"1634dependencies = [1635 "generic-array 0.14.7",1636 "rand_core 0.6.4",1637 "subtle 2.5.0",1638 "zeroize",1639]16401641[[package]]1642name = "crypto-common"1643version = "0.1.6"1644source = "registry+https://github.com/rust-lang/crates.io-index"1645checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1646dependencies = [1647 "generic-array 0.14.7",1648 "rand_core 0.6.4",1649 "typenum",1650]16511652[[package]]1653name = "crypto-mac"1654version = "0.7.0"1655source = "registry+https://github.com/rust-lang/crates.io-index"1656checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1657dependencies = [1658 "generic-array 0.12.4",1659 "subtle 1.0.0",1660]16611662[[package]]1663name = "crypto-mac"1664version = "0.8.0"1665source = "registry+https://github.com/rust-lang/crates.io-index"1666checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1667dependencies = [1668 "generic-array 0.14.7",1669 "subtle 2.5.0",1670]16711672[[package]]1673name = "crypto-mac"1674version = "0.11.0"1675source = "registry+https://github.com/rust-lang/crates.io-index"1676checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"1677dependencies = [1678 "generic-array 0.14.7",1679 "subtle 2.5.0",1680]16811682[[package]]1683name = "ctr"1684version = "0.9.2"1685source = "registry+https://github.com/rust-lang/crates.io-index"1686checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1687dependencies = [1688 "cipher 0.4.4",1689]16901691[[package]]1692name = "cumulus-client-cli"1693version = "0.10.0"1694source = "registry+https://github.com/rust-lang/crates.io-index"1695checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf"1696dependencies = [1697 "clap",1698 "parity-scale-codec",1699 "sc-chain-spec",1700 "sc-cli",1701 "sc-client-api",1702 "sc-service",1703 "sp-blockchain",1704 "sp-core 31.0.0",1705 "sp-runtime 34.0.0",1706 "url",1707]17081709[[package]]1710name = "cumulus-client-collator"1711version = "0.10.0"1712source = "registry+https://github.com/rust-lang/crates.io-index"1713checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d"1714dependencies = [1715 "cumulus-client-consensus-common",1716 "cumulus-client-network",1717 "cumulus-primitives-core 0.10.0",1718 "futures",1719 "parity-scale-codec",1720 "parking_lot 0.12.1",1721 "polkadot-node-primitives",1722 "polkadot-node-subsystem",1723 "polkadot-overseer",1724 "polkadot-primitives 10.0.0",1725 "sc-client-api",1726 "sp-api 29.0.0",1727 "sp-consensus",1728 "sp-core 31.0.0",1729 "sp-runtime 34.0.0",1730 "tracing",1731]17321733[[package]]1734name = "cumulus-client-consensus-aura"1735version = "0.10.0"1736source = "registry+https://github.com/rust-lang/crates.io-index"1737checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51"1738dependencies = [1739 "async-trait",1740 "cumulus-client-collator",1741 "cumulus-client-consensus-common",1742 "cumulus-client-consensus-proposer",1743 "cumulus-client-parachain-inherent",1744 "cumulus-primitives-aura",1745 "cumulus-primitives-core 0.10.0",1746 "cumulus-relay-chain-interface",1747 "futures",1748 "parity-scale-codec",1749 "polkadot-node-primitives",1750 "polkadot-node-subsystem",1751 "polkadot-overseer",1752 "polkadot-primitives 10.0.0",1753 "sc-client-api",1754 "sc-consensus",1755 "sc-consensus-aura",1756 "sc-consensus-babe",1757 "sc-consensus-slots",1758 "sc-telemetry",1759 "schnellru",1760 "sp-api 29.0.0",1761 "sp-application-crypto 33.0.0",1762 "sp-block-builder",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-consensus-aura",1766 "sp-core 31.0.0",1767 "sp-inherents 29.0.0",1768 "sp-keystore 0.37.0",1769 "sp-runtime 34.0.0",1770 "sp-state-machine 0.38.0",1771 "sp-timestamp 29.0.0",1772 "substrate-prometheus-endpoint",1773 "tracing",1774]17751776[[package]]1777name = "cumulus-client-consensus-common"1778version = "0.10.0"1779source = "registry+https://github.com/rust-lang/crates.io-index"1780checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f"1781dependencies = [1782 "async-trait",1783 "cumulus-client-pov-recovery",1784 "cumulus-primitives-core 0.10.0",1785 "cumulus-relay-chain-interface",1786 "dyn-clone",1787 "futures",1788 "log",1789 "parity-scale-codec",1790 "polkadot-primitives 10.0.0",1791 "sc-client-api",1792 "sc-consensus",1793 "sc-consensus-babe",1794 "schnellru",1795 "sp-blockchain",1796 "sp-consensus",1797 "sp-consensus-slots 0.35.0",1798 "sp-core 31.0.0",1799 "sp-runtime 34.0.0",1800 "sp-timestamp 29.0.0",1801 "sp-trie 32.0.0",1802 "substrate-prometheus-endpoint",1803 "tracing",1804]18051806[[package]]1807name = "cumulus-client-consensus-proposer"1808version = "0.10.0"1809source = "registry+https://github.com/rust-lang/crates.io-index"1810checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70"1811dependencies = [1812 "anyhow",1813 "async-trait",1814 "cumulus-primitives-parachain-inherent",1815 "sp-consensus",1816 "sp-inherents 29.0.0",1817 "sp-runtime 34.0.0",1818 "sp-state-machine 0.38.0",1819 "thiserror",1820]18211822[[package]]1823name = "cumulus-client-network"1824version = "0.10.0"1825source = "registry+https://github.com/rust-lang/crates.io-index"1826checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb"1827dependencies = [1828 "async-trait",1829 "cumulus-relay-chain-interface",1830 "futures",1831 "futures-timer",1832 "parity-scale-codec",1833 "parking_lot 0.12.1",1834 "polkadot-node-primitives",1835 "polkadot-parachain-primitives 9.0.0",1836 "polkadot-primitives 10.0.0",1837 "sc-client-api",1838 "sp-blockchain",1839 "sp-consensus",1840 "sp-core 31.0.0",1841 "sp-runtime 34.0.0",1842 "sp-state-machine 0.38.0",1843 "tracing",1844]18451846[[package]]1847name = "cumulus-client-parachain-inherent"1848version = "0.4.0"1849source = "registry+https://github.com/rust-lang/crates.io-index"1850checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7"1851dependencies = [1852 "async-trait",1853 "cumulus-primitives-core 0.10.0",1854 "cumulus-primitives-parachain-inherent",1855 "cumulus-relay-chain-interface",1856 "cumulus-test-relay-sproof-builder",1857 "parity-scale-codec",1858 "sc-client-api",1859 "scale-info",1860 "sp-api 29.0.0",1861 "sp-crypto-hashing",1862 "sp-inherents 29.0.0",1863 "sp-runtime 34.0.0",1864 "sp-state-machine 0.38.0",1865 "sp-std 14.0.0",1866 "sp-storage 20.0.0",1867 "sp-trie 32.0.0",1868 "tracing",1869]18701871[[package]]1872name = "cumulus-client-pov-recovery"1873version = "0.10.0"1874source = "registry+https://github.com/rust-lang/crates.io-index"1875checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3"1876dependencies = [1877 "async-trait",1878 "cumulus-primitives-core 0.10.0",1879 "cumulus-relay-chain-interface",1880 "futures",1881 "futures-timer",1882 "parity-scale-codec",1883 "polkadot-node-primitives",1884 "polkadot-node-subsystem",1885 "polkadot-overseer",1886 "polkadot-primitives 10.0.0",1887 "rand 0.8.5",1888 "sc-client-api",1889 "sc-consensus",1890 "sp-consensus",1891 "sp-maybe-compressed-blob",1892 "sp-runtime 34.0.0",1893 "tracing",1894]18951896[[package]]1897name = "cumulus-client-service"1898version = "0.10.0"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d"1901dependencies = [1902 "cumulus-client-cli",1903 "cumulus-client-collator",1904 "cumulus-client-consensus-common",1905 "cumulus-client-network",1906 "cumulus-client-pov-recovery",1907 "cumulus-primitives-core 0.10.0",1908 "cumulus-primitives-proof-size-hostfunction",1909 "cumulus-relay-chain-inprocess-interface",1910 "cumulus-relay-chain-interface",1911 "cumulus-relay-chain-minimal-node",1912 "futures",1913 "polkadot-primitives 10.0.0",1914 "sc-client-api",1915 "sc-consensus",1916 "sc-network",1917 "sc-network-sync",1918 "sc-network-transactions",1919 "sc-rpc",1920 "sc-service",1921 "sc-sysinfo",1922 "sc-telemetry",1923 "sc-transaction-pool",1924 "sc-utils",1925 "sp-api 29.0.0",1926 "sp-blockchain",1927 "sp-consensus",1928 "sp-core 31.0.0",1929 "sp-runtime 34.0.0",1930 "sp-transaction-pool",1931]19321933[[package]]1934name = "cumulus-pallet-aura-ext"1935version = "0.10.0"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab"1938dependencies = [1939 "cumulus-pallet-parachain-system",1940 "frame-support 31.0.0",1941 "frame-system 31.0.0",1942 "pallet-aura",1943 "pallet-timestamp",1944 "parity-scale-codec",1945 "scale-info",1946 "sp-application-crypto 33.0.0",1947 "sp-consensus-aura",1948 "sp-runtime 34.0.0",1949 "sp-std 14.0.0",1950]19511952[[package]]1953name = "cumulus-pallet-dmp-queue"1954version = "0.10.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "28e34c35fdd757c548cabaf8b65cabe5ae1c0fab7e143e85a99ab69ec58ad35f"1957dependencies = [1958 "cumulus-primitives-core 0.10.0",1959 "frame-support 31.0.0",1960 "frame-system 31.0.0",1961 "log",1962 "parity-scale-codec",1963 "scale-info",1964 "sp-io 33.0.0",1965 "sp-runtime 34.0.0",1966 "sp-std 14.0.0",1967 "staging-xcm 10.0.0",1968]19691970[[package]]1971name = "cumulus-pallet-parachain-system"1972version = "0.10.0"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325"1975dependencies = [1976 "bytes",1977 "cumulus-pallet-parachain-system-proc-macro",1978 "cumulus-primitives-core 0.10.0",1979 "cumulus-primitives-parachain-inherent",1980 "cumulus-primitives-proof-size-hostfunction",1981 "environmental",1982 "frame-benchmarking 31.0.0",1983 "frame-support 31.0.0",1984 "frame-system 31.0.0",1985 "impl-trait-for-tuples",1986 "log",1987 "pallet-message-queue",1988 "parity-scale-codec",1989 "polkadot-parachain-primitives 9.0.0",1990 "polkadot-runtime-common",1991 "polkadot-runtime-parachains",1992 "scale-info",1993 "sp-core 31.0.0",1994 "sp-externalities 0.27.0",1995 "sp-inherents 29.0.0",1996 "sp-io 33.0.0",1997 "sp-runtime 34.0.0",1998 "sp-state-machine 0.38.0",1999 "sp-std 14.0.0",2000 "sp-trie 32.0.0",2001 "sp-version 32.0.0",2002 "staging-xcm 10.0.0",2003 "trie-db 0.28.0",2004]20052006[[package]]2007name = "cumulus-pallet-parachain-system-proc-macro"2008version = "0.6.0"2009source = "registry+https://github.com/rust-lang/crates.io-index"2010checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7"2011dependencies = [2012 "proc-macro-crate 3.1.0",2013 "proc-macro2",2014 "quote",2015 "syn 2.0.55",2016]20172018[[package]]2019name = "cumulus-pallet-xcm"2020version = "0.10.0"2021source = "registry+https://github.com/rust-lang/crates.io-index"2022checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1"2023dependencies = [2024 "cumulus-primitives-core 0.10.0",2025 "frame-support 31.0.0",2026 "frame-system 31.0.0",2027 "parity-scale-codec",2028 "scale-info",2029 "sp-io 33.0.0",2030 "sp-runtime 34.0.0",2031 "sp-std 14.0.0",2032 "staging-xcm 10.0.0",2033]20342035[[package]]2036name = "cumulus-pallet-xcmp-queue"2037version = "0.10.0"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c"2040dependencies = [2041 "bounded-collections 0.2.0",2042 "bp-xcm-bridge-hub-router",2043 "cumulus-primitives-core 0.10.0",2044 "frame-benchmarking 31.0.0",2045 "frame-support 31.0.0",2046 "frame-system 31.0.0",2047 "log",2048 "pallet-message-queue",2049 "parity-scale-codec",2050 "polkadot-runtime-common",2051 "polkadot-runtime-parachains",2052 "scale-info",2053 "sp-core 31.0.0",2054 "sp-io 33.0.0",2055 "sp-runtime 34.0.0",2056 "sp-std 14.0.0",2057 "staging-xcm 10.0.0",2058 "staging-xcm-executor 10.0.0",2059]20602061[[package]]2062name = "cumulus-primitives-aura"2063version = "0.10.0"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf"2066dependencies = [2067 "parity-scale-codec",2068 "polkadot-core-primitives 10.0.0",2069 "polkadot-primitives 10.0.0",2070 "sp-api 29.0.0",2071 "sp-consensus-aura",2072 "sp-runtime 34.0.0",2073 "sp-std 14.0.0",2074]20752076[[package]]2077name = "cumulus-primitives-core"2078version = "0.4.0"2079source = "registry+https://github.com/rust-lang/crates.io-index"2080checksum = "d40f62add2352287be4cb58b0017a91f61d953e2c6d2777c20d93185558196e1"2081dependencies = [2082 "parity-scale-codec",2083 "polkadot-core-primitives 4.0.0",2084 "polkadot-parachain-primitives 3.0.0",2085 "polkadot-primitives 4.0.0",2086 "scale-info",2087 "sp-api 23.0.0",2088 "sp-runtime 28.0.0",2089 "sp-std 12.0.0",2090 "sp-trie 26.0.0",2091 "staging-xcm 4.0.0",2092]20932094[[package]]2095name = "cumulus-primitives-core"2096version = "0.10.0"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751"2099dependencies = [2100 "parity-scale-codec",2101 "polkadot-core-primitives 10.0.0",2102 "polkadot-parachain-primitives 9.0.0",2103 "polkadot-primitives 10.0.0",2104 "scale-info",2105 "sp-api 29.0.0",2106 "sp-runtime 34.0.0",2107 "sp-std 14.0.0",2108 "sp-trie 32.0.0",2109 "staging-xcm 10.0.0",2110]21112112[[package]]2113name = "cumulus-primitives-parachain-inherent"2114version = "0.10.0"2115source = "registry+https://github.com/rust-lang/crates.io-index"2116checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e"2117dependencies = [2118 "async-trait",2119 "cumulus-primitives-core 0.10.0",2120 "parity-scale-codec",2121 "scale-info",2122 "sp-core 31.0.0",2123 "sp-inherents 29.0.0",2124 "sp-std 14.0.0",2125 "sp-trie 32.0.0",2126]21272128[[package]]2129name = "cumulus-primitives-proof-size-hostfunction"2130version = "0.5.0"2131source = "registry+https://github.com/rust-lang/crates.io-index"2132checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74"2133dependencies = [2134 "sp-externalities 0.27.0",2135 "sp-runtime-interface 26.0.0",2136 "sp-trie 32.0.0",2137]21382139[[package]]2140name = "cumulus-primitives-timestamp"2141version = "0.10.0"2142source = "registry+https://github.com/rust-lang/crates.io-index"2143checksum = "abf270c68a2cbf68b31cb4e8c4b5fc43665627ec6960cde04c393120e053ccef"2144dependencies = [2145 "cumulus-primitives-core 0.10.0",2146 "futures",2147 "parity-scale-codec",2148 "sp-inherents 29.0.0",2149 "sp-std 14.0.0",2150 "sp-timestamp 29.0.0",2151]21522153[[package]]2154name = "cumulus-primitives-utility"2155version = "0.10.0"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de"2158dependencies = [2159 "cumulus-primitives-core 0.10.0",2160 "frame-support 31.0.0",2161 "log",2162 "pallet-asset-conversion",2163 "parity-scale-codec",2164 "polkadot-runtime-common",2165 "polkadot-runtime-parachains",2166 "sp-io 33.0.0",2167 "sp-runtime 34.0.0",2168 "sp-std 14.0.0",2169 "staging-xcm 10.0.0",2170 "staging-xcm-builder",2171 "staging-xcm-executor 10.0.0",2172]21732174[[package]]2175name = "cumulus-relay-chain-inprocess-interface"2176version = "0.10.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f"2179dependencies = [2180 "async-trait",2181 "cumulus-primitives-core 0.10.0",2182 "cumulus-relay-chain-interface",2183 "futures",2184 "futures-timer",2185 "polkadot-cli",2186 "polkadot-service",2187 "sc-cli",2188 "sc-client-api",2189 "sc-sysinfo",2190 "sc-telemetry",2191 "sc-tracing",2192 "sp-api 29.0.0",2193 "sp-consensus",2194 "sp-core 31.0.0",2195 "sp-runtime 34.0.0",2196 "sp-state-machine 0.38.0",2197]21982199[[package]]2200name = "cumulus-relay-chain-interface"2201version = "0.10.0"2202source = "registry+https://github.com/rust-lang/crates.io-index"2203checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd"2204dependencies = [2205 "async-trait",2206 "cumulus-primitives-core 0.10.0",2207 "futures",2208 "jsonrpsee-core 0.22.3",2209 "parity-scale-codec",2210 "polkadot-overseer",2211 "sc-client-api",2212 "sp-api 29.0.0",2213 "sp-blockchain",2214 "sp-state-machine 0.38.0",2215 "thiserror",2216]22172218[[package]]2219name = "cumulus-relay-chain-minimal-node"2220version = "0.10.0"2221source = "registry+https://github.com/rust-lang/crates.io-index"2222checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4"2223dependencies = [2224 "array-bytes 6.2.2",2225 "async-trait",2226 "cumulus-primitives-core 0.10.0",2227 "cumulus-relay-chain-interface",2228 "cumulus-relay-chain-rpc-interface",2229 "futures",2230 "parking_lot 0.12.1",2231 "polkadot-availability-recovery",2232 "polkadot-collator-protocol",2233 "polkadot-core-primitives 10.0.0",2234 "polkadot-network-bridge",2235 "polkadot-node-collation-generation",2236 "polkadot-node-core-chain-api",2237 "polkadot-node-core-prospective-parachains",2238 "polkadot-node-core-runtime-api",2239 "polkadot-node-network-protocol",2240 "polkadot-node-subsystem-util",2241 "polkadot-overseer",2242 "polkadot-primitives 10.0.0",2243 "polkadot-service",2244 "sc-authority-discovery",2245 "sc-client-api",2246 "sc-network",2247 "sc-network-common",2248 "sc-service",2249 "sc-tracing",2250 "sc-utils",2251 "sp-api 29.0.0",2252 "sp-blockchain",2253 "sp-consensus",2254 "sp-consensus-babe",2255 "sp-runtime 34.0.0",2256 "substrate-prometheus-endpoint",2257 "tokio",2258 "tracing",2259]22602261[[package]]2262name = "cumulus-relay-chain-rpc-interface"2263version = "0.10.0"2264source = "registry+https://github.com/rust-lang/crates.io-index"2265checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88"2266dependencies = [2267 "async-trait",2268 "cumulus-primitives-core 0.10.0",2269 "cumulus-relay-chain-interface",2270 "either",2271 "futures",2272 "futures-timer",2273 "jsonrpsee 0.22.3",2274 "parity-scale-codec",2275 "pin-project",2276 "polkadot-overseer",2277 "rand 0.8.5",2278 "sc-client-api",2279 "sc-rpc-api",2280 "sc-service",2281 "schnellru",2282 "serde",2283 "serde_json",2284 "smoldot",2285 "smoldot-light",2286 "sp-api 29.0.0",2287 "sp-authority-discovery 29.0.0",2288 "sp-consensus-babe",2289 "sp-core 31.0.0",2290 "sp-runtime 34.0.0",2291 "sp-state-machine 0.38.0",2292 "sp-storage 20.0.0",2293 "sp-version 32.0.0",2294 "thiserror",2295 "tokio",2296 "tokio-util",2297 "tracing",2298 "url",2299]23002301[[package]]2302name = "cumulus-test-relay-sproof-builder"2303version = "0.10.0"2304source = "registry+https://github.com/rust-lang/crates.io-index"2305checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39"2306dependencies = [2307 "cumulus-primitives-core 0.10.0",2308 "parity-scale-codec",2309 "polkadot-primitives 10.0.0",2310 "sp-runtime 34.0.0",2311 "sp-state-machine 0.38.0",2312 "sp-std 14.0.0",2313 "sp-trie 32.0.0",2314]23152316[[package]]2317name = "curve25519-dalek"2318version = "2.1.3"2319source = "registry+https://github.com/rust-lang/crates.io-index"2320checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"2321dependencies = [2322 "byteorder",2323 "digest 0.8.1",2324 "rand_core 0.5.1",2325 "subtle 2.5.0",2326 "zeroize",2327]23282329[[package]]2330name = "curve25519-dalek"2331version = "3.2.0"2332source = "registry+https://github.com/rust-lang/crates.io-index"2333checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"2334dependencies = [2335 "byteorder",2336 "digest 0.9.0",2337 "rand_core 0.5.1",2338 "subtle 2.5.0",2339 "zeroize",2340]23412342[[package]]2343name = "curve25519-dalek"2344version = "4.1.2"2345source = "registry+https://github.com/rust-lang/crates.io-index"2346checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"2347dependencies = [2348 "cfg-if",2349 "cpufeatures",2350 "curve25519-dalek-derive",2351 "digest 0.10.7",2352 "fiat-crypto",2353 "platforms",2354 "rustc_version",2355 "subtle 2.5.0",2356 "zeroize",2357]23582359[[package]]2360name = "curve25519-dalek-derive"2361version = "0.1.1"2362source = "registry+https://github.com/rust-lang/crates.io-index"2363checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"2364dependencies = [2365 "proc-macro2",2366 "quote",2367 "syn 2.0.55",2368]23692370[[package]]2371name = "curve25519-dalek-ng"2372version = "4.1.1"2373source = "registry+https://github.com/rust-lang/crates.io-index"2374checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"2375dependencies = [2376 "byteorder",2377 "digest 0.9.0",2378 "rand_core 0.6.4",2379 "subtle-ng",2380 "zeroize",2381]23822383[[package]]2384name = "cxx"2385version = "1.0.120"2386source = "registry+https://github.com/rust-lang/crates.io-index"2387checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a"2388dependencies = [2389 "cc",2390 "cxxbridge-flags",2391 "cxxbridge-macro",2392 "link-cplusplus",2393]23942395[[package]]2396name = "cxx-build"2397version = "1.0.120"2398source = "registry+https://github.com/rust-lang/crates.io-index"2399checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b"2400dependencies = [2401 "cc",2402 "codespan-reporting",2403 "once_cell",2404 "proc-macro2",2405 "quote",2406 "scratch",2407 "syn 2.0.55",2408]24092410[[package]]2411name = "cxxbridge-flags"2412version = "1.0.120"2413source = "registry+https://github.com/rust-lang/crates.io-index"2414checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287"24152416[[package]]2417name = "cxxbridge-macro"2418version = "1.0.120"2419source = "registry+https://github.com/rust-lang/crates.io-index"2420checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df"2421dependencies = [2422 "proc-macro2",2423 "quote",2424 "syn 2.0.55",2425]24262427[[package]]2428name = "dashmap"2429version = "5.5.3"2430source = "registry+https://github.com/rust-lang/crates.io-index"2431checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"2432dependencies = [2433 "cfg-if",2434 "hashbrown 0.14.3",2435 "lock_api",2436 "once_cell",2437 "parking_lot_core 0.9.9",2438]24392440[[package]]2441name = "data-encoding"2442version = "2.5.0"2443source = "registry+https://github.com/rust-lang/crates.io-index"2444checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"24452446[[package]]2447name = "data-encoding-macro"2448version = "0.1.14"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e"2451dependencies = [2452 "data-encoding",2453 "data-encoding-macro-internal",2454]24552456[[package]]2457name = "data-encoding-macro-internal"2458version = "0.1.12"2459source = "registry+https://github.com/rust-lang/crates.io-index"2460checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3"2461dependencies = [2462 "data-encoding",2463 "syn 1.0.109",2464]24652466[[package]]2467name = "der"2468version = "0.7.8"2469source = "registry+https://github.com/rust-lang/crates.io-index"2470checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"2471dependencies = [2472 "const-oid",2473 "zeroize",2474]24752476[[package]]2477name = "der-parser"2478version = "8.2.0"2479source = "registry+https://github.com/rust-lang/crates.io-index"2480checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2481dependencies = [2482 "asn1-rs",2483 "displaydoc",2484 "nom",2485 "num-bigint",2486 "num-traits",2487 "rusticata-macros",2488]24892490[[package]]2491name = "deranged"2492version = "0.3.11"2493source = "registry+https://github.com/rust-lang/crates.io-index"2494checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"2495dependencies = [2496 "powerfmt",2497]24982499[[package]]2500name = "derivative"2501version = "2.2.0"2502source = "registry+https://github.com/rust-lang/crates.io-index"2503checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2504dependencies = [2505 "proc-macro2",2506 "quote",2507 "syn 1.0.109",2508]25092510[[package]]2511name = "derive-syn-parse"2512version = "0.1.5"2513source = "registry+https://github.com/rust-lang/crates.io-index"2514checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2515dependencies = [2516 "proc-macro2",2517 "quote",2518 "syn 1.0.109",2519]25202521[[package]]2522name = "derive_more"2523version = "0.99.17"2524source = "registry+https://github.com/rust-lang/crates.io-index"2525checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2526dependencies = [2527 "convert_case",2528 "proc-macro2",2529 "quote",2530 "rustc_version",2531 "syn 1.0.109",2532]25332534[[package]]2535name = "difflib"2536version = "0.4.0"2537source = "registry+https://github.com/rust-lang/crates.io-index"2538checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"25392540[[package]]2541name = "digest"2542version = "0.8.1"2543source = "registry+https://github.com/rust-lang/crates.io-index"2544checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2545dependencies = [2546 "generic-array 0.12.4",2547]25482549[[package]]2550name = "digest"2551version = "0.9.0"2552source = "registry+https://github.com/rust-lang/crates.io-index"2553checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2554dependencies = [2555 "generic-array 0.14.7",2556]25572558[[package]]2559name = "digest"2560version = "0.10.7"2561source = "registry+https://github.com/rust-lang/crates.io-index"2562checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2563dependencies = [2564 "block-buffer 0.10.4",2565 "const-oid",2566 "crypto-common",2567 "subtle 2.5.0",2568]25692570[[package]]2571name = "directories"2572version = "5.0.1"2573source = "registry+https://github.com/rust-lang/crates.io-index"2574checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"2575dependencies = [2576 "dirs-sys",2577]25782579[[package]]2580name = "directories-next"2581version = "2.0.0"2582source = "registry+https://github.com/rust-lang/crates.io-index"2583checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2584dependencies = [2585 "cfg-if",2586 "dirs-sys-next",2587]25882589[[package]]2590name = "dirs-sys"2591version = "0.4.1"2592source = "registry+https://github.com/rust-lang/crates.io-index"2593checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"2594dependencies = [2595 "libc",2596 "option-ext",2597 "redox_users",2598 "windows-sys 0.48.0",2599]26002601[[package]]2602name = "dirs-sys-next"2603version = "0.1.2"2604source = "registry+https://github.com/rust-lang/crates.io-index"2605checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2606dependencies = [2607 "libc",2608 "redox_users",2609 "winapi",2610]26112612[[package]]2613name = "displaydoc"2614version = "0.2.4"2615source = "registry+https://github.com/rust-lang/crates.io-index"2616checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2617dependencies = [2618 "proc-macro2",2619 "quote",2620 "syn 2.0.55",2621]26222623[[package]]2624name = "docify"2625version = "0.2.7"2626source = "registry+https://github.com/rust-lang/crates.io-index"2627checksum = "7cc4fd38aaa9fb98ac70794c82a00360d1e165a87fbf96a8a91f9dfc602aaee2"2628dependencies = [2629 "docify_macros",2630]26312632[[package]]2633name = "docify_macros"2634version = "0.2.7"2635source = "registry+https://github.com/rust-lang/crates.io-index"2636checksum = "63fa215f3a0d40fb2a221b3aa90d8e1fbb8379785a990cb60d62ac71ebdc6460"2637dependencies = [2638 "common-path",2639 "derive-syn-parse",2640 "once_cell",2641 "proc-macro2",2642 "quote",2643 "regex",2644 "syn 2.0.55",2645 "termcolor",2646 "toml 0.8.12",2647 "walkdir",2648]26492650[[package]]2651name = "downcast"2652version = "0.11.0"2653source = "registry+https://github.com/rust-lang/crates.io-index"2654checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"26552656[[package]]2657name = "downcast-rs"2658version = "1.2.0"2659source = "registry+https://github.com/rust-lang/crates.io-index"2660checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"26612662[[package]]2663name = "dtoa"2664version = "1.0.9"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"26672668[[package]]2669name = "dyn-clonable"2670version = "0.9.0"2671source = "registry+https://github.com/rust-lang/crates.io-index"2672checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2673dependencies = [2674 "dyn-clonable-impl",2675 "dyn-clone",2676]26772678[[package]]2679name = "dyn-clonable-impl"2680version = "0.9.0"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2683dependencies = [2684 "proc-macro2",2685 "quote",2686 "syn 1.0.109",2687]26882689[[package]]2690name = "dyn-clone"2691version = "1.0.17"2692source = "registry+https://github.com/rust-lang/crates.io-index"2693checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"26942695[[package]]2696name = "ecdsa"2697version = "0.16.9"2698source = "registry+https://github.com/rust-lang/crates.io-index"2699checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"2700dependencies = [2701 "der",2702 "digest 0.10.7",2703 "elliptic-curve",2704 "rfc6979",2705 "serdect",2706 "signature",2707 "spki",2708]27092710[[package]]2711name = "ed25519"2712version = "2.2.3"2713source = "registry+https://github.com/rust-lang/crates.io-index"2714checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"2715dependencies = [2716 "pkcs8",2717 "signature",2718]27192720[[package]]2721name = "ed25519-dalek"2722version = "2.1.1"2723source = "registry+https://github.com/rust-lang/crates.io-index"2724checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"2725dependencies = [2726 "curve25519-dalek 4.1.2",2727 "ed25519",2728 "rand_core 0.6.4",2729 "serde",2730 "sha2 0.10.8",2731 "subtle 2.5.0",2732 "zeroize",2733]27342735[[package]]2736name = "ed25519-zebra"2737version = "3.1.0"2738source = "registry+https://github.com/rust-lang/crates.io-index"2739checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2740dependencies = [2741 "curve25519-dalek 3.2.0",2742 "hashbrown 0.12.3",2743 "hex",2744 "rand_core 0.6.4",2745 "sha2 0.9.9",2746 "zeroize",2747]27482749[[package]]2750name = "ed25519-zebra"2751version = "4.0.3"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"2754dependencies = [2755 "curve25519-dalek 4.1.2",2756 "ed25519",2757 "hashbrown 0.14.3",2758 "hex",2759 "rand_core 0.6.4",2760 "sha2 0.10.8",2761 "zeroize",2762]27632764[[package]]2765name = "either"2766version = "1.10.0"2767source = "registry+https://github.com/rust-lang/crates.io-index"2768checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"27692770[[package]]2771name = "elliptic-curve"2772version = "0.13.8"2773source = "registry+https://github.com/rust-lang/crates.io-index"2774checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"2775dependencies = [2776 "base16ct",2777 "crypto-bigint",2778 "digest 0.10.7",2779 "ff",2780 "generic-array 0.14.7",2781 "group",2782 "pkcs8",2783 "rand_core 0.6.4",2784 "sec1",2785 "serdect",2786 "subtle 2.5.0",2787 "zeroize",2788]27892790[[package]]2791name = "encode_unicode"2792version = "0.3.6"2793source = "registry+https://github.com/rust-lang/crates.io-index"2794checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"27952796[[package]]2797name = "enum-as-inner"2798version = "0.5.1"2799source = "registry+https://github.com/rust-lang/crates.io-index"2800checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2801dependencies = [2802 "heck 0.4.1",2803 "proc-macro2",2804 "quote",2805 "syn 1.0.109",2806]28072808[[package]]2809name = "enumflags2"2810version = "0.7.9"2811source = "registry+https://github.com/rust-lang/crates.io-index"2812checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"2813dependencies = [2814 "enumflags2_derive",2815]28162817[[package]]2818name = "enumflags2_derive"2819version = "0.7.9"2820source = "registry+https://github.com/rust-lang/crates.io-index"2821checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"2822dependencies = [2823 "proc-macro2",2824 "quote",2825 "syn 2.0.55",2826]28272828[[package]]2829name = "enumn"2830version = "0.1.13"2831source = "registry+https://github.com/rust-lang/crates.io-index"2832checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"2833dependencies = [2834 "proc-macro2",2835 "quote",2836 "syn 2.0.55",2837]28382839[[package]]2840name = "env_logger"2841version = "0.10.2"2842source = "registry+https://github.com/rust-lang/crates.io-index"2843checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"2844dependencies = [2845 "humantime",2846 "is-terminal",2847 "log",2848 "regex",2849 "termcolor",2850]28512852[[package]]2853name = "environmental"2854version = "1.1.4"2855source = "registry+https://github.com/rust-lang/crates.io-index"2856checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"28572858[[package]]2859name = "equivalent"2860version = "1.0.1"2861source = "registry+https://github.com/rust-lang/crates.io-index"2862checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"28632864[[package]]2865name = "errno"2866version = "0.3.8"2867source = "registry+https://github.com/rust-lang/crates.io-index"2868checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"2869dependencies = [2870 "libc",2871 "windows-sys 0.52.0",2872]28732874[[package]]2875name = "ethbloom"2876version = "0.13.0"2877source = "registry+https://github.com/rust-lang/crates.io-index"2878checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2879dependencies = [2880 "crunchy",2881 "fixed-hash",2882 "impl-codec",2883 "impl-rlp",2884 "impl-serde",2885 "scale-info",2886 "tiny-keccak",2887]28882889[[package]]2890name = "ethereum"2891version = "0.15.0"2892source = "registry+https://github.com/rust-lang/crates.io-index"2893checksum = "2e04d24d20b8ff2235cffbf242d5092de3aa45f77c5270ddbfadd2778ca13fea"2894dependencies = [2895 "bytes",2896 "ethereum-types",2897 "hash-db",2898 "hash256-std-hasher",2899 "parity-scale-codec",2900 "rlp",2901 "scale-info",2902 "serde",2903 "sha3 0.10.8",2904 "trie-root",2905]29062907[[package]]2908name = "ethereum-types"2909version = "0.14.1"2910source = "registry+https://github.com/rust-lang/crates.io-index"2911checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2912dependencies = [2913 "ethbloom",2914 "fixed-hash",2915 "impl-codec",2916 "impl-rlp",2917 "impl-serde",2918 "primitive-types",2919 "scale-info",2920 "uint",2921]29222923[[package]]2924name = "event-listener"2925version = "2.5.3"2926source = "registry+https://github.com/rust-lang/crates.io-index"2927checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"29282929[[package]]2930name = "event-listener"2931version = "3.1.0"2932source = "registry+https://github.com/rust-lang/crates.io-index"2933checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"2934dependencies = [2935 "concurrent-queue",2936 "parking",2937 "pin-project-lite 0.2.13",2938]29392940[[package]]2941name = "event-listener"2942version = "4.0.3"2943source = "registry+https://github.com/rust-lang/crates.io-index"2944checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"2945dependencies = [2946 "concurrent-queue",2947 "parking",2948 "pin-project-lite 0.2.13",2949]29502951[[package]]2952name = "event-listener"2953version = "5.2.0"2954source = "registry+https://github.com/rust-lang/crates.io-index"2955checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"2956dependencies = [2957 "concurrent-queue",2958 "parking",2959 "pin-project-lite 0.2.13",2960]29612962[[package]]2963name = "event-listener-strategy"2964version = "0.4.0"2965source = "registry+https://github.com/rust-lang/crates.io-index"2966checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"2967dependencies = [2968 "event-listener 4.0.3",2969 "pin-project-lite 0.2.13",2970]29712972[[package]]2973name = "event-listener-strategy"2974version = "0.5.0"2975source = "registry+https://github.com/rust-lang/crates.io-index"2976checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"2977dependencies = [2978 "event-listener 5.2.0",2979 "pin-project-lite 0.2.13",2980]29812982[[package]]2983name = "evm"2984version = "0.41.1"2985source = "registry+https://github.com/rust-lang/crates.io-index"2986checksum = "767f43e9630cc36cf8ff2777cbb0121b055f0d1fd6eaaa13b46a1808f0d0e7e9"2987dependencies = [2988 "auto_impl",2989 "environmental",2990 "ethereum",2991 "evm-core",2992 "evm-gasometer",2993 "evm-runtime",2994 "log",2995 "parity-scale-codec",2996 "primitive-types",2997 "rlp",2998 "scale-info",2999 "serde",3000 "sha3 0.10.8",3001]30023003[[package]]3004name = "evm-coder"3005version = "0.4.3"3006source = "registry+https://github.com/rust-lang/crates.io-index"3007checksum = "51a19d57bff1055ffd8f4d542975e7d06c86463df8e4af3d6a1680d1930f7eea"3008dependencies = [3009 "ethereum",3010 "evm-coder-procedural",3011 "impl-trait-for-tuples",3012 "primitive-types",3013 "sha3-const",3014]30153016[[package]]3017name = "evm-coder-procedural"3018version = "0.4.3"3019source = "registry+https://github.com/rust-lang/crates.io-index"3020checksum = "dbb7660d6ee88979a37e8c92fc910a974a19c88aad45355db6ec35a31bef2a69"3021dependencies = [3022 "Inflector",3023 "hex",3024 "proc-macro2",3025 "quote",3026 "sha3 0.10.8",3027 "syn 1.0.109",3028]30293030[[package]]3031name = "evm-coder-substrate-procedural"3032version = "0.1.0"3033dependencies = [3034 "proc-macro2",3035 "quote",3036 "syn 1.0.109",3037]30383039[[package]]3040name = "evm-core"3041version = "0.41.0"3042source = "registry+https://github.com/rust-lang/crates.io-index"3043checksum = "d1da6cedc5cedb4208e59467106db0d1f50db01b920920589f8e672c02fdc04f"3044dependencies = [3045 "parity-scale-codec",3046 "primitive-types",3047 "scale-info",3048 "serde",3049]30503051[[package]]3052name = "evm-gasometer"3053version = "0.41.0"3054source = "registry+https://github.com/rust-lang/crates.io-index"3055checksum = "1dc0eb591abc5cd7b05bef6a036c2bb6c66ab6c5e0c5ce94bfe377ab670b1fd7"3056dependencies = [3057 "environmental",3058 "evm-core",3059 "evm-runtime",3060 "primitive-types",3061]30623063[[package]]3064name = "evm-runtime"3065version = "0.41.0"3066source = "registry+https://github.com/rust-lang/crates.io-index"3067checksum = "84bbe09b64ae13a29514048c1bb6fda6374ac0b4f6a1f15a443348ab88ef42cd"3068dependencies = [3069 "auto_impl",3070 "environmental",3071 "evm-core",3072 "primitive-types",3073 "sha3 0.10.8",3074]30753076[[package]]3077name = "exit-future"3078version = "0.2.0"3079source = "registry+https://github.com/rust-lang/crates.io-index"3080checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"3081dependencies = [3082 "futures",3083]30843085[[package]]3086name = "expander"3087version = "0.0.4"3088source = "registry+https://github.com/rust-lang/crates.io-index"3089checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"3090dependencies = [3091 "blake3",3092 "fs-err",3093 "proc-macro2",3094 "quote",3095]30963097[[package]]3098name = "expander"3099version = "2.1.0"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "00e83c02035136f1592a47964ea60c05a50e4ed8b5892cfac197063850898d4d"3102dependencies = [3103 "blake2 0.10.6",3104 "fs-err",3105 "prettier-please",3106 "proc-macro2",3107 "quote",3108 "syn 2.0.55",3109]31103111[[package]]3112name = "fake-simd"3113version = "0.1.2"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"31163117[[package]]3118name = "fallible-iterator"3119version = "0.2.0"3120source = "registry+https://github.com/rust-lang/crates.io-index"3121checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"31223123[[package]]3124name = "fallible-iterator"3125version = "0.3.0"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"31283129[[package]]3130name = "fastrand"3131version = "1.9.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"3134dependencies = [3135 "instant",3136]31373138[[package]]3139name = "fastrand"3140version = "2.0.2"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"31433144[[package]]3145name = "fatality"3146version = "0.0.6"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"3149dependencies = [3150 "fatality-proc-macro",3151 "thiserror",3152]31533154[[package]]3155name = "fatality-proc-macro"3156version = "0.0.6"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"3159dependencies = [3160 "expander 0.0.4",3161 "indexmap 1.9.3",3162 "proc-macro-crate 1.3.1",3163 "proc-macro2",3164 "quote",3165 "syn 1.0.109",3166 "thiserror",3167]31683169[[package]]3170name = "fc-api"3171version = "1.0.0-dev"3172source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3173dependencies = [3174 "async-trait",3175 "fp-storage",3176 "parity-scale-codec",3177 "sp-core 31.0.0",3178 "sp-runtime 34.0.0",3179]31803181[[package]]3182name = "fc-consensus"3183version = "2.0.0-dev"3184source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3185dependencies = [3186 "async-trait",3187 "fp-consensus",3188 "fp-rpc",3189 "sc-consensus",3190 "sp-api 29.0.0",3191 "sp-block-builder",3192 "sp-consensus",3193 "sp-runtime 34.0.0",3194 "thiserror",3195]31963197[[package]]3198name = "fc-db"3199version = "2.0.0-dev"3200source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3201dependencies = [3202 "async-trait",3203 "fc-api",3204 "fp-storage",3205 "kvdb-rocksdb",3206 "log",3207 "parity-db",3208 "parity-scale-codec",3209 "parking_lot 0.12.1",3210 "sc-client-db",3211 "smallvec",3212 "sp-blockchain",3213 "sp-core 31.0.0",3214 "sp-database",3215 "sp-runtime 34.0.0",3216]32173218[[package]]3219name = "fc-mapping-sync"3220version = "2.0.0-dev"3221source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3222dependencies = [3223 "fc-db",3224 "fc-storage",3225 "fp-consensus",3226 "fp-rpc",3227 "futures",3228 "futures-timer",3229 "log",3230 "parking_lot 0.12.1",3231 "sc-client-api",3232 "sc-utils",3233 "sp-api 29.0.0",3234 "sp-blockchain",3235 "sp-consensus",3236 "sp-runtime 34.0.0",3237]32383239[[package]]3240name = "fc-rpc"3241version = "2.0.0-dev"3242source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3243dependencies = [3244 "ethereum",3245 "ethereum-types",3246 "evm",3247 "fc-api",3248 "fc-mapping-sync",3249 "fc-rpc-core",3250 "fc-storage",3251 "fp-evm",3252 "fp-rpc",3253 "fp-storage",3254 "futures",3255 "hex",3256 "jsonrpsee 0.22.3",3257 "libsecp256k1",3258 "log",3259 "pallet-evm",3260 "parity-scale-codec",3261 "prometheus",3262 "rand 0.8.5",3263 "rlp",3264 "sc-client-api",3265 "sc-consensus-aura",3266 "sc-network",3267 "sc-network-common",3268 "sc-network-sync",3269 "sc-rpc",3270 "sc-service",3271 "sc-transaction-pool",3272 "sc-transaction-pool-api",3273 "sc-utils",3274 "schnellru",3275 "serde",3276 "sp-api 29.0.0",3277 "sp-block-builder",3278 "sp-blockchain",3279 "sp-consensus",3280 "sp-consensus-aura",3281 "sp-core 31.0.0",3282 "sp-externalities 0.27.0",3283 "sp-inherents 29.0.0",3284 "sp-io 33.0.0",3285 "sp-runtime 34.0.0",3286 "sp-state-machine 0.38.0",3287 "sp-storage 20.0.0",3288 "sp-timestamp 29.0.0",3289 "substrate-prometheus-endpoint",3290 "thiserror",3291 "tokio",3292]32933294[[package]]3295name = "fc-rpc-core"3296version = "1.1.0-dev"3297source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3298dependencies = [3299 "ethereum",3300 "ethereum-types",3301 "jsonrpsee 0.22.3",3302 "rlp",3303 "rustc-hex",3304 "serde",3305 "serde_json",3306 "sp-crypto-hashing",3307]33083309[[package]]3310name = "fc-storage"3311version = "1.0.0-dev"3312source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3313dependencies = [3314 "ethereum",3315 "ethereum-types",3316 "fp-rpc",3317 "fp-storage",3318 "parity-scale-codec",3319 "sc-client-api",3320 "sp-api 29.0.0",3321 "sp-blockchain",3322 "sp-io 33.0.0",3323 "sp-runtime 34.0.0",3324 "sp-storage 20.0.0",3325]33263327[[package]]3328name = "fdlimit"3329version = "0.3.0"3330source = "registry+https://github.com/rust-lang/crates.io-index"3331checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"3332dependencies = [3333 "libc",3334 "thiserror",3335]33363337[[package]]3338name = "ff"3339version = "0.13.0"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"3342dependencies = [3343 "rand_core 0.6.4",3344 "subtle 2.5.0",3345]33463347[[package]]3348name = "fiat-crypto"3349version = "0.2.7"3350source = "registry+https://github.com/rust-lang/crates.io-index"3351checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f"33523353[[package]]3354name = "file-per-thread-logger"3355version = "0.1.6"3356source = "registry+https://github.com/rust-lang/crates.io-index"3357checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"3358dependencies = [3359 "env_logger",3360 "log",3361]33623363[[package]]3364name = "filetime"3365version = "0.2.23"3366source = "registry+https://github.com/rust-lang/crates.io-index"3367checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"3368dependencies = [3369 "cfg-if",3370 "libc",3371 "redox_syscall 0.4.1",3372 "windows-sys 0.52.0",3373]33743375[[package]]3376name = "finality-grandpa"3377version = "0.16.2"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"3380dependencies = [3381 "either",3382 "futures",3383 "futures-timer",3384 "log",3385 "num-traits",3386 "parity-scale-codec",3387 "parking_lot 0.12.1",3388 "scale-info",3389]33903391[[package]]3392name = "fixed-hash"3393version = "0.8.0"3394source = "registry+https://github.com/rust-lang/crates.io-index"3395checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"3396dependencies = [3397 "byteorder",3398 "rand 0.8.5",3399 "rustc-hex",3400 "static_assertions",3401]34023403[[package]]3404name = "fixedbitset"3405version = "0.4.2"3406source = "registry+https://github.com/rust-lang/crates.io-index"3407checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"34083409[[package]]3410name = "flate2"3411version = "1.0.28"3412source = "registry+https://github.com/rust-lang/crates.io-index"3413checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"3414dependencies = [3415 "crc32fast",3416 "libz-sys",3417 "miniz_oxide",3418]34193420[[package]]3421name = "float-cmp"3422version = "0.9.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3425dependencies = [3426 "num-traits",3427]34283429[[package]]3430name = "fnv"3431version = "1.0.7"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"34343435[[package]]3436name = "fork-tree"3437version = "12.0.0"3438source = "registry+https://github.com/rust-lang/crates.io-index"3439checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b"3440dependencies = [3441 "parity-scale-codec",3442]34433444[[package]]3445name = "form_urlencoded"3446version = "1.2.1"3447source = "registry+https://github.com/rust-lang/crates.io-index"3448checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"3449dependencies = [3450 "percent-encoding",3451]34523453[[package]]3454name = "fp-account"3455version = "1.0.0-dev"3456source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3457dependencies = [3458 "hex",3459 "impl-serde",3460 "libsecp256k1",3461 "log",3462 "parity-scale-codec",3463 "scale-info",3464 "serde",3465 "sp-core 31.0.0",3466 "sp-io 33.0.0",3467 "sp-runtime 34.0.0",3468 "sp-runtime-interface 26.0.0",3469 "sp-std 14.0.0",3470]34713472[[package]]3473name = "fp-consensus"3474version = "2.0.0-dev"3475source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3476dependencies = [3477 "ethereum",3478 "parity-scale-codec",3479 "sp-core 31.0.0",3480 "sp-runtime 34.0.0",3481 "sp-std 14.0.0",3482]34833484[[package]]3485name = "fp-ethereum"3486version = "1.0.0-dev"3487source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3488dependencies = [3489 "ethereum",3490 "ethereum-types",3491 "fp-evm",3492 "frame-support 31.0.0",3493 "parity-scale-codec",3494 "sp-std 14.0.0",3495]34963497[[package]]3498name = "fp-evm"3499version = "3.0.0-dev"3500source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3501dependencies = [3502 "evm",3503 "frame-support 31.0.0",3504 "num_enum",3505 "parity-scale-codec",3506 "scale-info",3507 "serde",3508 "sp-core 31.0.0",3509 "sp-runtime 34.0.0",3510 "sp-std 14.0.0",3511]35123513[[package]]3514name = "fp-rpc"3515version = "3.0.0-dev"3516source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3517dependencies = [3518 "ethereum",3519 "ethereum-types",3520 "fp-evm",3521 "parity-scale-codec",3522 "scale-info",3523 "sp-api 29.0.0",3524 "sp-core 31.0.0",3525 "sp-runtime 34.0.0",3526 "sp-state-machine 0.38.0",3527 "sp-std 14.0.0",3528]35293530[[package]]3531name = "fp-self-contained"3532version = "1.0.0-dev"3533source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3534dependencies = [3535 "frame-support 31.0.0",3536 "parity-scale-codec",3537 "scale-info",3538 "serde",3539 "sp-runtime 34.0.0",3540]35413542[[package]]3543name = "fp-storage"3544version = "2.0.0"3545source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"3546dependencies = [3547 "parity-scale-codec",3548 "serde",3549]35503551[[package]]3552name = "fragile"3553version = "2.0.0"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"35563557[[package]]3558name = "frame-benchmarking"3559version = "25.0.0"3560source = "registry+https://github.com/rust-lang/crates.io-index"3561checksum = "3dd4946d63eab00d899f08a7e74e965cc6785c2298efaea6a2752905f4810407"3562dependencies = [3563 "frame-support 25.0.0",3564 "frame-support-procedural 20.0.0",3565 "frame-system 25.0.0",3566 "linregress",3567 "log",3568 "parity-scale-codec",3569 "paste",3570 "scale-info",3571 "serde",3572 "sp-api 23.0.0",3573 "sp-application-crypto 27.0.0",3574 "sp-core 25.0.0",3575 "sp-io 27.0.0",3576 "sp-runtime 28.0.0",3577 "sp-runtime-interface 21.0.0",3578 "sp-std 12.0.0",3579 "sp-storage 17.0.0",3580 "static_assertions",3581]35823583[[package]]3584name = "frame-benchmarking"3585version = "31.0.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94"3588dependencies = [3589 "frame-support 31.0.0",3590 "frame-support-procedural 26.0.0",3591 "frame-system 31.0.0",3592 "linregress",3593 "log",3594 "parity-scale-codec",3595 "paste",3596 "scale-info",3597 "serde",3598 "sp-api 29.0.0",3599 "sp-application-crypto 33.0.0",3600 "sp-core 31.0.0",3601 "sp-io 33.0.0",3602 "sp-runtime 34.0.0",3603 "sp-runtime-interface 26.0.0",3604 "sp-std 14.0.0",3605 "sp-storage 20.0.0",3606 "static_assertions",3607]36083609[[package]]3610name = "frame-benchmarking-cli"3611version = "35.0.0"3612source = "registry+https://github.com/rust-lang/crates.io-index"3613checksum = "9b7edd9a74e34122245fe91248ca384221c7c3abd7f528e78c092ea444a7a7a2"3614dependencies = [3615 "Inflector",3616 "array-bytes 6.2.2",3617 "chrono",3618 "clap",3619 "comfy-table",3620 "frame-benchmarking 31.0.0",3621 "frame-support 31.0.0",3622 "frame-system 31.0.0",3623 "gethostname",3624 "handlebars",3625 "itertools 0.10.5",3626 "lazy_static",3627 "linked-hash-map",3628 "log",3629 "parity-scale-codec",3630 "rand 0.8.5",3631 "rand_pcg",3632 "sc-block-builder",3633 "sc-cli",3634 "sc-client-api",3635 "sc-client-db",3636 "sc-executor",3637 "sc-service",3638 "sc-sysinfo",3639 "serde",3640 "serde_json",3641 "sp-api 29.0.0",3642 "sp-blockchain",3643 "sp-core 31.0.0",3644 "sp-database",3645 "sp-externalities 0.27.0",3646 "sp-inherents 29.0.0",3647 "sp-io 33.0.0",3648 "sp-keystore 0.37.0",3649 "sp-runtime 34.0.0",3650 "sp-state-machine 0.38.0",3651 "sp-storage 20.0.0",3652 "sp-trie 32.0.0",3653 "sp-wasm-interface 20.0.0",3654 "thiserror",3655 "thousands",3656]36573658[[package]]3659name = "frame-election-provider-solution-type"3660version = "13.0.0"3661source = "registry+https://github.com/rust-lang/crates.io-index"3662checksum = "c5c3bff645e46577c69c272733c53fa3a77d1ee6e40dfb66157bc94b0740b8fc"3663dependencies = [3664 "proc-macro-crate 3.1.0",3665 "proc-macro2",3666 "quote",3667 "syn 2.0.55",3668]36693670[[package]]3671name = "frame-election-provider-support"3672version = "31.0.0"3673source = "registry+https://github.com/rust-lang/crates.io-index"3674checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28"3675dependencies = [3676 "frame-election-provider-solution-type",3677 "frame-support 31.0.0",3678 "frame-system 31.0.0",3679 "parity-scale-codec",3680 "scale-info",3681 "sp-arithmetic 25.0.0",3682 "sp-core 31.0.0",3683 "sp-npos-elections",3684 "sp-runtime 34.0.0",3685 "sp-std 14.0.0",3686]36873688[[package]]3689name = "frame-executive"3690version = "31.0.0"3691source = "registry+https://github.com/rust-lang/crates.io-index"3692checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2"3693dependencies = [3694 "aquamarine 0.3.3",3695 "frame-support 31.0.0",3696 "frame-system 31.0.0",3697 "frame-try-runtime",3698 "log",3699 "parity-scale-codec",3700 "scale-info",3701 "sp-core 31.0.0",3702 "sp-io 33.0.0",3703 "sp-runtime 34.0.0",3704 "sp-std 14.0.0",3705 "sp-tracing 16.0.0",3706]37073708[[package]]3709name = "frame-metadata"3710version = "16.0.0"3711source = "registry+https://github.com/rust-lang/crates.io-index"3712checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692"3713dependencies = [3714 "cfg-if",3715 "parity-scale-codec",3716 "scale-info",3717 "serde",3718]37193720[[package]]3721name = "frame-remote-externalities"3722version = "0.38.0"3723source = "registry+https://github.com/rust-lang/crates.io-index"3724checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab"3725dependencies = [3726 "futures",3727 "indicatif",3728 "jsonrpsee 0.22.3",3729 "log",3730 "parity-scale-codec",3731 "serde",3732 "sp-core 31.0.0",3733 "sp-crypto-hashing",3734 "sp-io 33.0.0",3735 "sp-runtime 34.0.0",3736 "sp-state-machine 0.38.0",3737 "spinners",3738 "substrate-rpc-client",3739 "tokio",3740 "tokio-retry",3741]37423743[[package]]3744name = "frame-support"3745version = "25.0.0"3746source = "registry+https://github.com/rust-lang/crates.io-index"3747checksum = "023504bbdd0e8d1ebe3d9d289b009337cdb9a24c5e74615ffd7b188aa1664c2d"3748dependencies = [3749 "aquamarine 0.3.3",3750 "bitflags 1.3.2",3751 "docify",3752 "environmental",3753 "frame-metadata",3754 "frame-support-procedural 20.0.0",3755 "impl-trait-for-tuples",3756 "k256",3757 "log",3758 "macro_magic",3759 "parity-scale-codec",3760 "paste",3761 "scale-info",3762 "serde",3763 "serde_json",3764 "smallvec",3765 "sp-api 23.0.0",3766 "sp-arithmetic 20.0.0",3767 "sp-core 25.0.0",3768 "sp-core-hashing-proc-macro",3769 "sp-debug-derive 12.0.0",3770 "sp-genesis-builder 0.4.0",3771 "sp-inherents 23.0.0",3772 "sp-io 27.0.0",3773 "sp-metadata-ir 0.4.0",3774 "sp-runtime 28.0.0",3775 "sp-staking 23.0.0",3776 "sp-state-machine 0.32.0",3777 "sp-std 12.0.0",3778 "sp-tracing 14.0.0",3779 "sp-weights 24.0.0",3780 "static_assertions",3781 "tt-call",3782]37833784[[package]]3785name = "frame-support"3786version = "31.0.0"3787source = "registry+https://github.com/rust-lang/crates.io-index"3788checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4"3789dependencies = [3790 "aquamarine 0.5.0",3791 "array-bytes 6.2.2",3792 "bitflags 1.3.2",3793 "docify",3794 "environmental",3795 "frame-metadata",3796 "frame-support-procedural 26.0.0",3797 "impl-trait-for-tuples",3798 "k256",3799 "log",3800 "macro_magic",3801 "parity-scale-codec",3802 "paste",3803 "scale-info",3804 "serde",3805 "serde_json",3806 "smallvec",3807 "sp-api 29.0.0",3808 "sp-arithmetic 25.0.0",3809 "sp-core 31.0.0",3810 "sp-crypto-hashing-proc-macro",3811 "sp-debug-derive 14.0.0",3812 "sp-genesis-builder 0.10.0",3813 "sp-inherents 29.0.0",3814 "sp-io 33.0.0",3815 "sp-metadata-ir 0.6.0",3816 "sp-runtime 34.0.0",3817 "sp-staking 29.0.0",3818 "sp-state-machine 0.38.0",3819 "sp-std 14.0.0",3820 "sp-tracing 16.0.0",3821 "sp-weights 30.0.0",3822 "static_assertions",3823 "tt-call",3824]38253826[[package]]3827name = "frame-support-procedural"3828version = "20.0.0"3829source = "registry+https://github.com/rust-lang/crates.io-index"3830checksum = "1d6bc383298353ff2790ac1a301262c21ac196dbc26ef67a2213c46524a06dd1"3831dependencies = [3832 "Inflector",3833 "cfg-expr",3834 "derive-syn-parse",3835 "expander 2.1.0",3836 "frame-support-procedural-tools 9.0.0",3837 "itertools 0.10.5",3838 "macro_magic",3839 "proc-macro-warning",3840 "proc-macro2",3841 "quote",3842 "sp-core-hashing",3843 "syn 2.0.55",3844]38453846[[package]]3847name = "frame-support-procedural"3848version = "26.0.0"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "b082f09f6b96dd767c32588f4ee336a77e4ef87e5528e24b7b17298808629078"3851dependencies = [3852 "Inflector",3853 "cfg-expr",3854 "derive-syn-parse",3855 "expander 2.1.0",3856 "frame-support-procedural-tools 11.0.0",3857 "itertools 0.10.5",3858 "macro_magic",3859 "proc-macro-warning",3860 "proc-macro2",3861 "quote",3862 "sp-crypto-hashing",3863 "syn 2.0.55",3864]38653866[[package]]3867name = "frame-support-procedural-tools"3868version = "9.0.0"3869source = "registry+https://github.com/rust-lang/crates.io-index"3870checksum = "b3ac1266522a8c9a2d2d26d205ec3028b88582d5f3cd5cbc75d0ec8271d197b7"3871dependencies = [3872 "frame-support-procedural-tools-derive 10.0.0",3873 "proc-macro-crate 1.3.1",3874 "proc-macro2",3875 "quote",3876 "syn 2.0.55",3877]38783879[[package]]3880name = "frame-support-procedural-tools"3881version = "11.0.0"3882source = "registry+https://github.com/rust-lang/crates.io-index"3883checksum = "5be30b1ce0b477476a3fe13cd8ff479007582340d14f0ddea9e832b01e706a07"3884dependencies = [3885 "frame-support-procedural-tools-derive 12.0.0",3886 "proc-macro-crate 3.1.0",3887 "proc-macro2",3888 "quote",3889 "syn 2.0.55",3890]38913892[[package]]3893name = "frame-support-procedural-tools-derive"3894version = "10.0.0"3895source = "registry+https://github.com/rust-lang/crates.io-index"3896checksum = "d9c078db2242ea7265faa486004e7fd8daaf1a577cfcac0070ce55d926922883"3897dependencies = [3898 "proc-macro2",3899 "quote",3900 "syn 2.0.55",3901]39023903[[package]]3904name = "frame-support-procedural-tools-derive"3905version = "12.0.0"3906source = "registry+https://github.com/rust-lang/crates.io-index"3907checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191"3908dependencies = [3909 "proc-macro2",3910 "quote",3911 "syn 2.0.55",3912]39133914[[package]]3915name = "frame-system"3916version = "25.0.0"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "57e316407c45a5093c833966a906301aa0dcbd05048061cd9cde2548d017bfd9"3919dependencies = [3920 "cfg-if",3921 "frame-support 25.0.0",3922 "log",3923 "parity-scale-codec",3924 "scale-info",3925 "serde",3926 "sp-core 25.0.0",3927 "sp-io 27.0.0",3928 "sp-runtime 28.0.0",3929 "sp-std 12.0.0",3930 "sp-version 26.0.0",3931 "sp-weights 24.0.0",3932]39333934[[package]]3935name = "frame-system"3936version = "31.0.0"3937source = "registry+https://github.com/rust-lang/crates.io-index"3938checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab"3939dependencies = [3940 "cfg-if",3941 "docify",3942 "frame-support 31.0.0",3943 "log",3944 "parity-scale-codec",3945 "scale-info",3946 "serde",3947 "sp-core 31.0.0",3948 "sp-io 33.0.0",3949 "sp-runtime 34.0.0",3950 "sp-std 14.0.0",3951 "sp-version 32.0.0",3952 "sp-weights 30.0.0",3953]39543955[[package]]3956name = "frame-system-benchmarking"3957version = "31.0.0"3958source = "registry+https://github.com/rust-lang/crates.io-index"3959checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a"3960dependencies = [3961 "frame-benchmarking 31.0.0",3962 "frame-support 31.0.0",3963 "frame-system 31.0.0",3964 "parity-scale-codec",3965 "scale-info",3966 "sp-core 31.0.0",3967 "sp-runtime 34.0.0",3968 "sp-std 14.0.0",3969]39703971[[package]]3972name = "frame-system-rpc-runtime-api"3973version = "29.0.0"3974source = "registry+https://github.com/rust-lang/crates.io-index"3975checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41"3976dependencies = [3977 "parity-scale-codec",3978 "sp-api 29.0.0",3979]39803981[[package]]3982name = "frame-try-runtime"3983version = "0.37.0"3984source = "registry+https://github.com/rust-lang/crates.io-index"3985checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3"3986dependencies = [3987 "frame-support 31.0.0",3988 "parity-scale-codec",3989 "sp-api 29.0.0",3990 "sp-runtime 34.0.0",3991 "sp-std 14.0.0",3992]39933994[[package]]3995name = "fs-err"3996version = "2.11.0"3997source = "registry+https://github.com/rust-lang/crates.io-index"3998checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"3999dependencies = [4000 "autocfg",4001]40024003[[package]]4004name = "fs2"4005version = "0.4.3"4006source = "registry+https://github.com/rust-lang/crates.io-index"4007checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"4008dependencies = [4009 "libc",4010 "winapi",4011]40124013[[package]]4014name = "fs4"4015version = "0.7.0"4016source = "registry+https://github.com/rust-lang/crates.io-index"4017checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7"4018dependencies = [4019 "rustix 0.38.32",4020 "windows-sys 0.48.0",4021]40224023[[package]]4024name = "funty"4025version = "2.0.0"4026source = "registry+https://github.com/rust-lang/crates.io-index"4027checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"40284029[[package]]4030name = "futures"4031version = "0.3.30"4032source = "registry+https://github.com/rust-lang/crates.io-index"4033checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"4034dependencies = [4035 "futures-channel",4036 "futures-core",4037 "futures-executor",4038 "futures-io",4039 "futures-sink",4040 "futures-task",4041 "futures-util",4042]40434044[[package]]4045name = "futures-channel"4046version = "0.3.30"4047source = "registry+https://github.com/rust-lang/crates.io-index"4048checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"4049dependencies = [4050 "futures-core",4051 "futures-sink",4052]40534054[[package]]4055name = "futures-core"4056version = "0.3.30"4057source = "registry+https://github.com/rust-lang/crates.io-index"4058checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"40594060[[package]]4061name = "futures-executor"4062version = "0.3.30"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"4065dependencies = [4066 "futures-core",4067 "futures-task",4068 "futures-util",4069 "num_cpus",4070]40714072[[package]]4073name = "futures-io"4074version = "0.3.30"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"40774078[[package]]4079name = "futures-lite"4080version = "1.13.0"4081source = "registry+https://github.com/rust-lang/crates.io-index"4082checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"4083dependencies = [4084 "fastrand 1.9.0",4085 "futures-core",4086 "futures-io",4087 "memchr",4088 "parking",4089 "pin-project-lite 0.2.13",4090 "waker-fn",4091]40924093[[package]]4094name = "futures-lite"4095version = "2.3.0"4096source = "registry+https://github.com/rust-lang/crates.io-index"4097checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"4098dependencies = [4099 "fastrand 2.0.2",4100 "futures-core",4101 "futures-io",4102 "parking",4103 "pin-project-lite 0.2.13",4104]41054106[[package]]4107name = "futures-macro"4108version = "0.3.30"4109source = "registry+https://github.com/rust-lang/crates.io-index"4110checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"4111dependencies = [4112 "proc-macro2",4113 "quote",4114 "syn 2.0.55",4115]41164117[[package]]4118name = "futures-rustls"4119version = "0.22.2"4120source = "registry+https://github.com/rust-lang/crates.io-index"4121checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"4122dependencies = [4123 "futures-io",4124 "rustls 0.20.9",4125 "webpki",4126]41274128[[package]]4129name = "futures-sink"4130version = "0.3.30"4131source = "registry+https://github.com/rust-lang/crates.io-index"4132checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"41334134[[package]]4135name = "futures-task"4136version = "0.3.30"4137source = "registry+https://github.com/rust-lang/crates.io-index"4138checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"41394140[[package]]4141name = "futures-timer"4142version = "3.0.3"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"41454146[[package]]4147name = "futures-util"4148version = "0.3.30"4149source = "registry+https://github.com/rust-lang/crates.io-index"4150checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"4151dependencies = [4152 "futures-channel",4153 "futures-core",4154 "futures-io",4155 "futures-macro",4156 "futures-sink",4157 "futures-task",4158 "memchr",4159 "pin-project-lite 0.2.13",4160 "pin-utils",4161 "slab",4162]41634164[[package]]4165name = "fxhash"4166version = "0.2.1"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"4169dependencies = [4170 "byteorder",4171]41724173[[package]]4174name = "generic-array"4175version = "0.12.4"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"4178dependencies = [4179 "typenum",4180]41814182[[package]]4183name = "generic-array"4184version = "0.14.7"4185source = "registry+https://github.com/rust-lang/crates.io-index"4186checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"4187dependencies = [4188 "typenum",4189 "version_check",4190 "zeroize",4191]41924193[[package]]4194name = "gethostname"4195version = "0.2.3"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"4198dependencies = [4199 "libc",4200 "winapi",4201]42024203[[package]]4204name = "getrandom"4205version = "0.1.16"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"4208dependencies = [4209 "cfg-if",4210 "libc",4211 "wasi 0.9.0+wasi-snapshot-preview1",4212]42134214[[package]]4215name = "getrandom"4216version = "0.2.12"4217source = "registry+https://github.com/rust-lang/crates.io-index"4218checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"4219dependencies = [4220 "cfg-if",4221 "libc",4222 "wasi 0.11.0+wasi-snapshot-preview1",4223]42244225[[package]]4226name = "getrandom_or_panic"4227version = "0.0.3"4228source = "registry+https://github.com/rust-lang/crates.io-index"4229checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9"4230dependencies = [4231 "rand 0.8.5",4232 "rand_core 0.6.4",4233]42344235[[package]]4236name = "ghash"4237version = "0.5.1"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"4240dependencies = [4241 "opaque-debug 0.3.1",4242 "polyval",4243]42444245[[package]]4246name = "gimli"4247version = "0.27.3"4248source = "registry+https://github.com/rust-lang/crates.io-index"4249checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"4250dependencies = [4251 "fallible-iterator 0.2.0",4252 "indexmap 1.9.3",4253 "stable_deref_trait",4254]42554256[[package]]4257name = "gimli"4258version = "0.28.1"4259source = "registry+https://github.com/rust-lang/crates.io-index"4260checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"4261dependencies = [4262 "fallible-iterator 0.3.0",4263 "stable_deref_trait",4264]42654266[[package]]4267name = "glob"4268version = "0.3.1"4269source = "registry+https://github.com/rust-lang/crates.io-index"4270checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"42714272[[package]]4273name = "globset"4274version = "0.4.14"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"4277dependencies = [4278 "aho-corasick",4279 "bstr",4280 "log",4281 "regex-automata 0.4.6",4282 "regex-syntax 0.8.3",4283]42844285[[package]]4286name = "governor"4287version = "0.6.3"4288source = "registry+https://github.com/rust-lang/crates.io-index"4289checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"4290dependencies = [4291 "cfg-if",4292 "dashmap",4293 "futures",4294 "futures-timer",4295 "no-std-compat",4296 "nonzero_ext",4297 "parking_lot 0.12.1",4298 "portable-atomic",4299 "quanta",4300 "rand 0.8.5",4301 "smallvec",4302 "spinning_top",4303]43044305[[package]]4306name = "group"4307version = "0.13.0"4308source = "registry+https://github.com/rust-lang/crates.io-index"4309checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"4310dependencies = [4311 "ff",4312 "rand_core 0.6.4",4313 "subtle 2.5.0",4314]43154316[[package]]4317name = "h2"4318version = "0.3.25"4319source = "registry+https://github.com/rust-lang/crates.io-index"4320checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"4321dependencies = [4322 "bytes",4323 "fnv",4324 "futures-core",4325 "futures-sink",4326 "futures-util",4327 "http",4328 "indexmap 2.2.6",4329 "slab",4330 "tokio",4331 "tokio-util",4332 "tracing",4333]43344335[[package]]4336name = "handlebars"4337version = "5.1.2"4338source = "registry+https://github.com/rust-lang/crates.io-index"4339checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"4340dependencies = [4341 "log",4342 "pest",4343 "pest_derive",4344 "serde",4345 "serde_json",4346 "thiserror",4347]43484349[[package]]4350name = "hash-db"4351version = "0.16.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"43544355[[package]]4356name = "hash256-std-hasher"4357version = "0.15.2"4358source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"4360dependencies = [4361 "crunchy",4362]43634364[[package]]4365name = "hashbrown"4366version = "0.12.3"4367source = "registry+https://github.com/rust-lang/crates.io-index"4368checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"4369dependencies = [4370 "ahash 0.7.8",4371]43724373[[package]]4374name = "hashbrown"4375version = "0.13.2"4376source = "registry+https://github.com/rust-lang/crates.io-index"4377checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"4378dependencies = [4379 "ahash 0.8.11",4380]43814382[[package]]4383name = "hashbrown"4384version = "0.14.3"4385source = "registry+https://github.com/rust-lang/crates.io-index"4386checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"4387dependencies = [4388 "ahash 0.8.11",4389 "allocator-api2",4390 "serde",4391]43924393[[package]]4394name = "hashlink"4395version = "0.8.4"4396source = "registry+https://github.com/rust-lang/crates.io-index"4397checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"4398dependencies = [4399 "hashbrown 0.14.3",4400]44014402[[package]]4403name = "heck"4404version = "0.4.1"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"44074408[[package]]4409name = "heck"4410version = "0.5.0"4411source = "registry+https://github.com/rust-lang/crates.io-index"4412checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"44134414[[package]]4415name = "hermit-abi"4416version = "0.3.9"4417source = "registry+https://github.com/rust-lang/crates.io-index"4418checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"44194420[[package]]4421name = "hex"4422version = "0.4.3"4423source = "registry+https://github.com/rust-lang/crates.io-index"4424checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"44254426[[package]]4427name = "hex-conservative"4428version = "0.1.1"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "30ed443af458ccb6d81c1e7e661545f94d3176752fb1df2f543b902a1e0f51e2"44314432[[package]]4433name = "hex-literal"4434version = "0.4.1"4435source = "registry+https://github.com/rust-lang/crates.io-index"4436checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"44374438[[package]]4439name = "hkdf"4440version = "0.12.4"4441source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"4443dependencies = [4444 "hmac 0.12.1",4445]44464447[[package]]4448name = "hmac"4449version = "0.8.1"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"4452dependencies = [4453 "crypto-mac 0.8.0",4454 "digest 0.9.0",4455]44564457[[package]]4458name = "hmac"4459version = "0.11.0"4460source = "registry+https://github.com/rust-lang/crates.io-index"4461checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"4462dependencies = [4463 "crypto-mac 0.11.0",4464 "digest 0.9.0",4465]44664467[[package]]4468name = "hmac"4469version = "0.12.1"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"4472dependencies = [4473 "digest 0.10.7",4474]44754476[[package]]4477name = "hmac-drbg"4478version = "0.3.0"4479source = "registry+https://github.com/rust-lang/crates.io-index"4480checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"4481dependencies = [4482 "digest 0.9.0",4483 "generic-array 0.14.7",4484 "hmac 0.8.1",4485]44864487[[package]]4488name = "home"4489version = "0.5.9"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"4492dependencies = [4493 "windows-sys 0.52.0",4494]44954496[[package]]4497name = "hostname"4498version = "0.3.1"4499source = "registry+https://github.com/rust-lang/crates.io-index"4500checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"4501dependencies = [4502 "libc",4503 "match_cfg",4504 "winapi",4505]45064507[[package]]4508name = "http"4509version = "0.2.12"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"4512dependencies = [4513 "bytes",4514 "fnv",4515 "itoa",4516]45174518[[package]]4519name = "http-body"4520version = "0.4.6"4521source = "registry+https://github.com/rust-lang/crates.io-index"4522checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"4523dependencies = [4524 "bytes",4525 "http",4526 "pin-project-lite 0.2.13",4527]45284529[[package]]4530name = "http-range-header"4531version = "0.3.1"4532source = "registry+https://github.com/rust-lang/crates.io-index"4533checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"45344535[[package]]4536name = "httparse"4537version = "1.8.0"4538source = "registry+https://github.com/rust-lang/crates.io-index"4539checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"45404541[[package]]4542name = "httpdate"4543version = "1.0.3"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"45464547[[package]]4548name = "humantime"4549version = "2.1.0"4550source = "registry+https://github.com/rust-lang/crates.io-index"4551checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"45524553[[package]]4554name = "hyper"4555version = "0.14.28"4556source = "registry+https://github.com/rust-lang/crates.io-index"4557checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"4558dependencies = [4559 "bytes",4560 "futures-channel",4561 "futures-core",4562 "futures-util",4563 "h2",4564 "http",4565 "http-body",4566 "httparse",4567 "httpdate",4568 "itoa",4569 "pin-project-lite 0.2.13",4570 "socket2 0.5.6",4571 "tokio",4572 "tower-service",4573 "tracing",4574 "want",4575]45764577[[package]]4578name = "hyper-rustls"4579version = "0.24.2"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"4582dependencies = [4583 "futures-util",4584 "http",4585 "hyper",4586 "log",4587 "rustls 0.21.10",4588 "rustls-native-certs 0.6.3",4589 "tokio",4590 "tokio-rustls 0.24.1",4591]45924593[[package]]4594name = "iana-time-zone"4595version = "0.1.60"4596source = "registry+https://github.com/rust-lang/crates.io-index"4597checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"4598dependencies = [4599 "android_system_properties",4600 "core-foundation-sys",4601 "iana-time-zone-haiku",4602 "js-sys",4603 "wasm-bindgen",4604 "windows-core 0.52.0",4605]46064607[[package]]4608name = "iana-time-zone-haiku"4609version = "0.1.2"4610source = "registry+https://github.com/rust-lang/crates.io-index"4611checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"4612dependencies = [4613 "cc",4614]46154616[[package]]4617name = "idna"4618version = "0.2.3"4619source = "registry+https://github.com/rust-lang/crates.io-index"4620checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4621dependencies = [4622 "matches",4623 "unicode-bidi",4624 "unicode-normalization",4625]46264627[[package]]4628name = "idna"4629version = "0.5.0"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"4632dependencies = [4633 "unicode-bidi",4634 "unicode-normalization",4635]46364637[[package]]4638name = "if-addrs"4639version = "0.10.2"4640source = "registry+https://github.com/rust-lang/crates.io-index"4641checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a"4642dependencies = [4643 "libc",4644 "windows-sys 0.48.0",4645]46464647[[package]]4648name = "if-watch"4649version = "3.2.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e"4652dependencies = [4653 "async-io 2.3.2",4654 "core-foundation",4655 "fnv",4656 "futures",4657 "if-addrs",4658 "ipnet",4659 "log",4660 "rtnetlink",4661 "system-configuration",4662 "tokio",4663 "windows",4664]46654666[[package]]4667name = "impl-codec"4668version = "0.6.0"4669source = "registry+https://github.com/rust-lang/crates.io-index"4670checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4671dependencies = [4672 "parity-scale-codec",4673]46744675[[package]]4676name = "impl-rlp"4677version = "0.3.0"4678source = "registry+https://github.com/rust-lang/crates.io-index"4679checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4680dependencies = [4681 "rlp",4682]46834684[[package]]4685name = "impl-serde"4686version = "0.4.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4689dependencies = [4690 "serde",4691]46924693[[package]]4694name = "impl-trait-for-tuples"4695version = "0.2.2"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4698dependencies = [4699 "proc-macro2",4700 "quote",4701 "syn 1.0.109",4702]47034704[[package]]4705name = "include_dir"4706version = "0.7.3"4707source = "registry+https://github.com/rust-lang/crates.io-index"4708checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"4709dependencies = [4710 "include_dir_macros",4711]47124713[[package]]4714name = "include_dir_macros"4715version = "0.7.3"4716source = "registry+https://github.com/rust-lang/crates.io-index"4717checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"4718dependencies = [4719 "proc-macro2",4720 "quote",4721]47224723[[package]]4724name = "indexmap"4725version = "1.9.3"4726source = "registry+https://github.com/rust-lang/crates.io-index"4727checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4728dependencies = [4729 "autocfg",4730 "hashbrown 0.12.3",4731 "serde",4732]47334734[[package]]4735name = "indexmap"4736version = "2.2.6"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"4739dependencies = [4740 "equivalent",4741 "hashbrown 0.14.3",4742]47434744[[package]]4745name = "indexmap-nostd"4746version = "0.4.0"4747source = "registry+https://github.com/rust-lang/crates.io-index"4748checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"47494750[[package]]4751name = "indicatif"4752version = "0.17.8"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"4755dependencies = [4756 "console",4757 "instant",4758 "number_prefix",4759 "portable-atomic",4760 "unicode-width",4761]47624763[[package]]4764name = "inout"4765version = "0.1.3"4766source = "registry+https://github.com/rust-lang/crates.io-index"4767checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4768dependencies = [4769 "generic-array 0.14.7",4770]47714772[[package]]4773name = "instant"4774version = "0.1.12"4775source = "registry+https://github.com/rust-lang/crates.io-index"4776checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4777dependencies = [4778 "cfg-if",4779]47804781[[package]]4782name = "integer-encoding"4783version = "3.0.4"4784source = "registry+https://github.com/rust-lang/crates.io-index"4785checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"47864787[[package]]4788name = "integer-sqrt"4789version = "0.1.5"4790source = "registry+https://github.com/rust-lang/crates.io-index"4791checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4792dependencies = [4793 "num-traits",4794]47954796[[package]]4797name = "io-lifetimes"4798version = "1.0.11"4799source = "registry+https://github.com/rust-lang/crates.io-index"4800checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"4801dependencies = [4802 "hermit-abi",4803 "libc",4804 "windows-sys 0.48.0",4805]48064807[[package]]4808name = "ip_network"4809version = "0.4.1"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"48124813[[package]]4814name = "ipconfig"4815version = "0.3.2"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"4818dependencies = [4819 "socket2 0.5.6",4820 "widestring",4821 "windows-sys 0.48.0",4822 "winreg",4823]48244825[[package]]4826name = "ipnet"4827version = "2.9.0"4828source = "registry+https://github.com/rust-lang/crates.io-index"4829checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"48304831[[package]]4832name = "is-terminal"4833version = "0.4.12"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"4836dependencies = [4837 "hermit-abi",4838 "libc",4839 "windows-sys 0.52.0",4840]48414842[[package]]4843name = "is_executable"4844version = "1.0.1"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8"4847dependencies = [4848 "winapi",4849]48504851[[package]]4852name = "itertools"4853version = "0.10.5"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4856dependencies = [4857 "either",4858]48594860[[package]]4861name = "itertools"4862version = "0.11.0"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"4865dependencies = [4866 "either",4867]48684869[[package]]4870name = "itoa"4871version = "1.0.11"4872source = "registry+https://github.com/rust-lang/crates.io-index"4873checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"48744875[[package]]4876name = "jobserver"4877version = "0.1.28"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"4880dependencies = [4881 "libc",4882]48834884[[package]]4885name = "js-sys"4886version = "0.3.69"4887source = "registry+https://github.com/rust-lang/crates.io-index"4888checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"4889dependencies = [4890 "wasm-bindgen",4891]48924893[[package]]4894name = "jsonrpsee"4895version = "0.16.3"4896source = "registry+https://github.com/rust-lang/crates.io-index"4897checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b"4898dependencies = [4899 "jsonrpsee-core 0.16.3",4900 "jsonrpsee-proc-macros 0.16.3",4901 "jsonrpsee-server 0.16.3",4902 "jsonrpsee-types 0.16.3",4903 "tracing",4904]49054906[[package]]4907name = "jsonrpsee"4908version = "0.22.3"4909source = "registry+https://github.com/rust-lang/crates.io-index"4910checksum = "3cdbb7cb6f3ba28f5b212dd250ab4483105efc3e381f5c8bb90340f14f0a2cc3"4911dependencies = [4912 "jsonrpsee-core 0.22.3",4913 "jsonrpsee-http-client",4914 "jsonrpsee-proc-macros 0.22.3",4915 "jsonrpsee-server 0.22.3",4916 "jsonrpsee-types 0.22.3",4917 "jsonrpsee-ws-client",4918 "tokio",4919 "tracing",4920]49214922[[package]]4923name = "jsonrpsee-client-transport"4924version = "0.22.3"4925source = "registry+https://github.com/rust-lang/crates.io-index"4926checksum = "9ab2e14e727d2faf388c99d9ca5210566ed3b044f07d92c29c3611718d178380"4927dependencies = [4928 "futures-util",4929 "http",4930 "jsonrpsee-core 0.22.3",4931 "pin-project",4932 "rustls-native-certs 0.7.0",4933 "rustls-pki-types",4934 "soketto",4935 "thiserror",4936 "tokio",4937 "tokio-rustls 0.25.0",4938 "tokio-util",4939 "tracing",4940 "url",4941]49424943[[package]]4944name = "jsonrpsee-core"4945version = "0.16.3"4946source = "registry+https://github.com/rust-lang/crates.io-index"4947checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803"4948dependencies = [4949 "anyhow",4950 "arrayvec 0.7.4",4951 "async-trait",4952 "beef",4953 "futures-channel",4954 "futures-util",4955 "globset",4956 "hyper",4957 "jsonrpsee-types 0.16.3",4958 "parking_lot 0.12.1",4959 "rand 0.8.5",4960 "rustc-hash",4961 "serde",4962 "serde_json",4963 "soketto",4964 "thiserror",4965 "tokio",4966 "tracing",4967]49684969[[package]]4970name = "jsonrpsee-core"4971version = "0.22.3"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "71962a1c49af43adf81d337e4ebc93f3c915faf6eccaa14d74e255107dfd7723"4974dependencies = [4975 "anyhow",4976 "async-lock 3.3.0",4977 "async-trait",4978 "beef",4979 "futures-timer",4980 "futures-util",4981 "hyper",4982 "jsonrpsee-types 0.22.3",4983 "parking_lot 0.12.1",4984 "pin-project",4985 "rand 0.8.5",4986 "rustc-hash",4987 "serde",4988 "serde_json",4989 "thiserror",4990 "tokio",4991 "tokio-stream",4992 "tracing",4993]49944995[[package]]4996name = "jsonrpsee-http-client"4997version = "0.22.3"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "8c13987da51270bda2c1c9b40c19be0fe9b225c7a0553963d8f17e683a50ce84"5000dependencies = [5001 "async-trait",5002 "hyper",5003 "hyper-rustls",5004 "jsonrpsee-core 0.22.3",5005 "jsonrpsee-types 0.22.3",5006 "serde",5007 "serde_json",5008 "thiserror",5009 "tokio",5010 "tower",5011 "tracing",5012 "url",5013]50145015[[package]]5016name = "jsonrpsee-proc-macros"5017version = "0.16.3"5018source = "registry+https://github.com/rust-lang/crates.io-index"5019checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"5020dependencies = [5021 "heck 0.4.1",5022 "proc-macro-crate 1.3.1",5023 "proc-macro2",5024 "quote",5025 "syn 1.0.109",5026]50275028[[package]]5029name = "jsonrpsee-proc-macros"5030version = "0.22.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "1d7c2416c400c94b2e864603c51a5bbd5b103386da1f5e58cbf01e7bb3ef0833"5033dependencies = [5034 "heck 0.4.1",5035 "proc-macro-crate 3.1.0",5036 "proc-macro2",5037 "quote",5038 "syn 2.0.55",5039]50405041[[package]]5042name = "jsonrpsee-server"5043version = "0.16.3"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba"5046dependencies = [5047 "futures-channel",5048 "futures-util",5049 "http",5050 "hyper",5051 "jsonrpsee-core 0.16.3",5052 "jsonrpsee-types 0.16.3",5053 "serde",5054 "serde_json",5055 "soketto",5056 "tokio",5057 "tokio-stream",5058 "tokio-util",5059 "tower",5060 "tracing",5061]50625063[[package]]5064name = "jsonrpsee-server"5065version = "0.22.3"5066source = "registry+https://github.com/rust-lang/crates.io-index"5067checksum = "4882e640e70c2553e3d9487e6f4dddd5fd11918f25e40fa45218f9fe29ed2152"5068dependencies = [5069 "futures-util",5070 "http",5071 "hyper",5072 "jsonrpsee-core 0.22.3",5073 "jsonrpsee-types 0.22.3",5074 "pin-project",5075 "route-recognizer",5076 "serde",5077 "serde_json",5078 "soketto",5079 "thiserror",5080 "tokio",5081 "tokio-stream",5082 "tokio-util",5083 "tower",5084 "tracing",5085]50865087[[package]]5088name = "jsonrpsee-types"5089version = "0.16.3"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5"5092dependencies = [5093 "anyhow",5094 "beef",5095 "serde",5096 "serde_json",5097 "thiserror",5098 "tracing",5099]51005101[[package]]5102name = "jsonrpsee-types"5103version = "0.22.3"5104source = "registry+https://github.com/rust-lang/crates.io-index"5105checksum = "1e53c72de6cd2ad6ac1aa6e848206ef8b736f92ed02354959130373dfa5b3cbd"5106dependencies = [5107 "anyhow",5108 "beef",5109 "serde",5110 "serde_json",5111 "thiserror",5112]51135114[[package]]5115name = "jsonrpsee-ws-client"5116version = "0.22.3"5117source = "registry+https://github.com/rust-lang/crates.io-index"5118checksum = "c8a07ab8da9a283b906f6735ddd17d3680158bb72259e853441d1dd0167079ec"5119dependencies = [5120 "http",5121 "jsonrpsee-client-transport",5122 "jsonrpsee-core 0.22.3",5123 "jsonrpsee-types 0.22.3",5124 "url",5125]51265127[[package]]5128name = "k256"5129version = "0.13.3"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b"5132dependencies = [5133 "cfg-if",5134 "ecdsa",5135 "elliptic-curve",5136 "once_cell",5137 "serdect",5138 "sha2 0.10.8",5139]51405141[[package]]5142name = "keccak"5143version = "0.1.5"5144source = "registry+https://github.com/rust-lang/crates.io-index"5145checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"5146dependencies = [5147 "cpufeatures",5148]51495150[[package]]5151name = "keystream"5152version = "1.0.0"5153source = "registry+https://github.com/rust-lang/crates.io-index"5154checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"51555156[[package]]5157name = "kvdb"5158version = "0.13.0"5159source = "registry+https://github.com/rust-lang/crates.io-index"5160checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"5161dependencies = [5162 "smallvec",5163]51645165[[package]]5166name = "kvdb-memorydb"5167version = "0.13.0"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"5170dependencies = [5171 "kvdb",5172 "parking_lot 0.12.1",5173]51745175[[package]]5176name = "kvdb-rocksdb"5177version = "0.19.0"5178source = "registry+https://github.com/rust-lang/crates.io-index"5179checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"5180dependencies = [5181 "kvdb",5182 "num_cpus",5183 "parking_lot 0.12.1",5184 "regex",5185 "rocksdb",5186 "smallvec",5187]51885189[[package]]5190name = "landlock"5191version = "0.3.1"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7"5194dependencies = [5195 "enumflags2",5196 "libc",5197 "thiserror",5198]51995200[[package]]5201name = "lazy_static"5202version = "1.4.0"5203source = "registry+https://github.com/rust-lang/crates.io-index"5204checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"52055206[[package]]5207name = "lazycell"5208version = "1.3.0"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"52115212[[package]]5213name = "libc"5214version = "0.2.153"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"52175218[[package]]5219name = "libloading"5220version = "0.8.3"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"5223dependencies = [5224 "cfg-if",5225 "windows-targets 0.52.4",5226]52275228[[package]]5229name = "libm"5230version = "0.2.8"5231source = "registry+https://github.com/rust-lang/crates.io-index"5232checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"52335234[[package]]5235name = "libp2p"5236version = "0.51.4"5237source = "registry+https://github.com/rust-lang/crates.io-index"5238checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe"5239dependencies = [5240 "bytes",5241 "futures",5242 "futures-timer",5243 "getrandom 0.2.12",5244 "instant",5245 "libp2p-allow-block-list",5246 "libp2p-connection-limits",5247 "libp2p-core",5248 "libp2p-dns",5249 "libp2p-identify",5250 "libp2p-identity",5251 "libp2p-kad",5252 "libp2p-mdns",5253 "libp2p-metrics",5254 "libp2p-noise",5255 "libp2p-ping",5256 "libp2p-quic",5257 "libp2p-request-response",5258 "libp2p-swarm",5259 "libp2p-tcp",5260 "libp2p-wasm-ext",5261 "libp2p-websocket",5262 "libp2p-yamux",5263 "multiaddr",5264 "pin-project",5265]52665267[[package]]5268name = "libp2p-allow-block-list"5269version = "0.1.1"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"5272dependencies = [5273 "libp2p-core",5274 "libp2p-identity",5275 "libp2p-swarm",5276 "void",5277]52785279[[package]]5280name = "libp2p-connection-limits"5281version = "0.1.0"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"5284dependencies = [5285 "libp2p-core",5286 "libp2p-identity",5287 "libp2p-swarm",5288 "void",5289]52905291[[package]]5292name = "libp2p-core"5293version = "0.39.2"5294source = "registry+https://github.com/rust-lang/crates.io-index"5295checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"5296dependencies = [5297 "either",5298 "fnv",5299 "futures",5300 "futures-timer",5301 "instant",5302 "libp2p-identity",5303 "log",5304 "multiaddr",5305 "multihash 0.17.0",5306 "multistream-select",5307 "once_cell",5308 "parking_lot 0.12.1",5309 "pin-project",5310 "quick-protobuf",5311 "rand 0.8.5",5312 "rw-stream-sink",5313 "smallvec",5314 "thiserror",5315 "unsigned-varint",5316 "void",5317]53185319[[package]]5320name = "libp2p-dns"5321version = "0.39.0"5322source = "registry+https://github.com/rust-lang/crates.io-index"5323checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"5324dependencies = [5325 "futures",5326 "libp2p-core",5327 "log",5328 "parking_lot 0.12.1",5329 "smallvec",5330 "trust-dns-resolver",5331]53325333[[package]]5334name = "libp2p-identify"5335version = "0.42.2"5336source = "registry+https://github.com/rust-lang/crates.io-index"5337checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"5338dependencies = [5339 "asynchronous-codec",5340 "either",5341 "futures",5342 "futures-timer",5343 "libp2p-core",5344 "libp2p-identity",5345 "libp2p-swarm",5346 "log",5347 "lru 0.10.1",5348 "quick-protobuf",5349 "quick-protobuf-codec",5350 "smallvec",5351 "thiserror",5352 "void",5353]53545355[[package]]5356name = "libp2p-identity"5357version = "0.1.3"5358source = "registry+https://github.com/rust-lang/crates.io-index"5359checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"5360dependencies = [5361 "bs58 0.4.0",5362 "ed25519-dalek",5363 "log",5364 "multiaddr",5365 "multihash 0.17.0",5366 "quick-protobuf",5367 "rand 0.8.5",5368 "sha2 0.10.8",5369 "thiserror",5370 "zeroize",5371]53725373[[package]]5374name = "libp2p-kad"5375version = "0.43.3"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"5378dependencies = [5379 "arrayvec 0.7.4",5380 "asynchronous-codec",5381 "bytes",5382 "either",5383 "fnv",5384 "futures",5385 "futures-timer",5386 "instant",5387 "libp2p-core",5388 "libp2p-identity",5389 "libp2p-swarm",5390 "log",5391 "quick-protobuf",5392 "rand 0.8.5",5393 "sha2 0.10.8",5394 "smallvec",5395 "thiserror",5396 "uint",5397 "unsigned-varint",5398 "void",5399]54005401[[package]]5402name = "libp2p-mdns"5403version = "0.43.1"5404source = "registry+https://github.com/rust-lang/crates.io-index"5405checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"5406dependencies = [5407 "data-encoding",5408 "futures",5409 "if-watch",5410 "libp2p-core",5411 "libp2p-identity",5412 "libp2p-swarm",5413 "log",5414 "rand 0.8.5",5415 "smallvec",5416 "socket2 0.4.10",5417 "tokio",5418 "trust-dns-proto",5419 "void",5420]54215422[[package]]5423name = "libp2p-metrics"5424version = "0.12.0"5425source = "registry+https://github.com/rust-lang/crates.io-index"5426checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"5427dependencies = [5428 "libp2p-core",5429 "libp2p-identify",5430 "libp2p-kad",5431 "libp2p-ping",5432 "libp2p-swarm",5433 "prometheus-client",5434]54355436[[package]]5437name = "libp2p-noise"5438version = "0.42.2"5439source = "registry+https://github.com/rust-lang/crates.io-index"5440checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"5441dependencies = [5442 "bytes",5443 "curve25519-dalek 3.2.0",5444 "futures",5445 "libp2p-core",5446 "libp2p-identity",5447 "log",5448 "once_cell",5449 "quick-protobuf",5450 "rand 0.8.5",5451 "sha2 0.10.8",5452 "snow",5453 "static_assertions",5454 "thiserror",5455 "x25519-dalek 1.1.1",5456 "zeroize",5457]54585459[[package]]5460name = "libp2p-ping"5461version = "0.42.0"5462source = "registry+https://github.com/rust-lang/crates.io-index"5463checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"5464dependencies = [5465 "either",5466 "futures",5467 "futures-timer",5468 "instant",5469 "libp2p-core",5470 "libp2p-swarm",5471 "log",5472 "rand 0.8.5",5473 "void",5474]54755476[[package]]5477name = "libp2p-quic"5478version = "0.7.0-alpha.3"5479source = "registry+https://github.com/rust-lang/crates.io-index"5480checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"5481dependencies = [5482 "bytes",5483 "futures",5484 "futures-timer",5485 "if-watch",5486 "libp2p-core",5487 "libp2p-identity",5488 "libp2p-tls",5489 "log",5490 "parking_lot 0.12.1",5491 "quinn-proto",5492 "rand 0.8.5",5493 "rustls 0.20.9",5494 "thiserror",5495 "tokio",5496]54975498[[package]]5499name = "libp2p-request-response"5500version = "0.24.1"5501source = "registry+https://github.com/rust-lang/crates.io-index"5502checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"5503dependencies = [5504 "async-trait",5505 "futures",5506 "instant",5507 "libp2p-core",5508 "libp2p-identity",5509 "libp2p-swarm",5510 "rand 0.8.5",5511 "smallvec",5512]55135514[[package]]5515name = "libp2p-swarm"5516version = "0.42.2"5517source = "registry+https://github.com/rust-lang/crates.io-index"5518checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"5519dependencies = [5520 "either",5521 "fnv",5522 "futures",5523 "futures-timer",5524 "instant",5525 "libp2p-core",5526 "libp2p-identity",5527 "libp2p-swarm-derive",5528 "log",5529 "rand 0.8.5",5530 "smallvec",5531 "tokio",5532 "void",5533]55345535[[package]]5536name = "libp2p-swarm-derive"5537version = "0.32.0"5538source = "registry+https://github.com/rust-lang/crates.io-index"5539checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"5540dependencies = [5541 "heck 0.4.1",5542 "quote",5543 "syn 1.0.109",5544]55455546[[package]]5547name = "libp2p-tcp"5548version = "0.39.0"5549source = "registry+https://github.com/rust-lang/crates.io-index"5550checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"5551dependencies = [5552 "futures",5553 "futures-timer",5554 "if-watch",5555 "libc",5556 "libp2p-core",5557 "log",5558 "socket2 0.4.10",5559 "tokio",5560]55615562[[package]]5563name = "libp2p-tls"5564version = "0.1.0"5565source = "registry+https://github.com/rust-lang/crates.io-index"5566checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"5567dependencies = [5568 "futures",5569 "futures-rustls",5570 "libp2p-core",5571 "libp2p-identity",5572 "rcgen",5573 "ring 0.16.20",5574 "rustls 0.20.9",5575 "thiserror",5576 "webpki",5577 "x509-parser",5578 "yasna",5579]55805581[[package]]5582name = "libp2p-wasm-ext"5583version = "0.39.0"5584source = "registry+https://github.com/rust-lang/crates.io-index"5585checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"5586dependencies = [5587 "futures",5588 "js-sys",5589 "libp2p-core",5590 "parity-send-wrapper",5591 "wasm-bindgen",5592 "wasm-bindgen-futures",5593]55945595[[package]]5596name = "libp2p-websocket"5597version = "0.41.0"5598source = "registry+https://github.com/rust-lang/crates.io-index"5599checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"5600dependencies = [5601 "either",5602 "futures",5603 "futures-rustls",5604 "libp2p-core",5605 "log",5606 "parking_lot 0.12.1",5607 "quicksink",5608 "rw-stream-sink",5609 "soketto",5610 "url",5611 "webpki-roots",5612]56135614[[package]]5615name = "libp2p-yamux"5616version = "0.43.1"5617source = "registry+https://github.com/rust-lang/crates.io-index"5618checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"5619dependencies = [5620 "futures",5621 "libp2p-core",5622 "log",5623 "thiserror",5624 "yamux",5625]56265627[[package]]5628name = "libredox"5629version = "0.0.1"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"5632dependencies = [5633 "bitflags 2.5.0",5634 "libc",5635 "redox_syscall 0.4.1",5636]56375638[[package]]5639name = "librocksdb-sys"5640version = "0.11.0+8.1.1"5641source = "registry+https://github.com/rust-lang/crates.io-index"5642checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"5643dependencies = [5644 "bindgen",5645 "bzip2-sys",5646 "cc",5647 "glob",5648 "libc",5649 "libz-sys",5650 "tikv-jemalloc-sys",5651]56525653[[package]]5654name = "libsecp256k1"5655version = "0.7.1"5656source = "registry+https://github.com/rust-lang/crates.io-index"5657checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5658dependencies = [5659 "arrayref",5660 "base64 0.13.1",5661 "digest 0.9.0",5662 "hmac-drbg",5663 "libsecp256k1-core",5664 "libsecp256k1-gen-ecmult",5665 "libsecp256k1-gen-genmult",5666 "rand 0.8.5",5667 "serde",5668 "sha2 0.9.9",5669 "typenum",5670]56715672[[package]]5673name = "libsecp256k1-core"5674version = "0.3.0"5675source = "registry+https://github.com/rust-lang/crates.io-index"5676checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5677dependencies = [5678 "crunchy",5679 "digest 0.9.0",5680 "subtle 2.5.0",5681]56825683[[package]]5684name = "libsecp256k1-gen-ecmult"5685version = "0.3.0"5686source = "registry+https://github.com/rust-lang/crates.io-index"5687checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5688dependencies = [5689 "libsecp256k1-core",5690]56915692[[package]]5693name = "libsecp256k1-gen-genmult"5694version = "0.3.0"5695source = "registry+https://github.com/rust-lang/crates.io-index"5696checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5697dependencies = [5698 "libsecp256k1-core",5699]57005701[[package]]5702name = "libz-sys"5703version = "1.1.16"5704source = "registry+https://github.com/rust-lang/crates.io-index"5705checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"5706dependencies = [5707 "cc",5708 "pkg-config",5709 "vcpkg",5710]57115712[[package]]5713name = "link-cplusplus"5714version = "1.0.9"5715source = "registry+https://github.com/rust-lang/crates.io-index"5716checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"5717dependencies = [5718 "cc",5719]57205721[[package]]5722name = "linked-hash-map"5723version = "0.5.6"5724source = "registry+https://github.com/rust-lang/crates.io-index"5725checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"57265727[[package]]5728name = "linked_hash_set"5729version = "0.1.4"5730source = "registry+https://github.com/rust-lang/crates.io-index"5731checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5732dependencies = [5733 "linked-hash-map",5734]57355736[[package]]5737name = "linregress"5738version = "0.5.3"5739source = "registry+https://github.com/rust-lang/crates.io-index"5740checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2"5741dependencies = [5742 "nalgebra",5743]57445745[[package]]5746name = "linux-raw-sys"5747version = "0.1.4"5748source = "registry+https://github.com/rust-lang/crates.io-index"5749checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"57505751[[package]]5752name = "linux-raw-sys"5753version = "0.3.8"5754source = "registry+https://github.com/rust-lang/crates.io-index"5755checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"57565757[[package]]5758name = "linux-raw-sys"5759version = "0.4.13"5760source = "registry+https://github.com/rust-lang/crates.io-index"5761checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"57625763[[package]]5764name = "lioness"5765version = "0.1.2"5766source = "registry+https://github.com/rust-lang/crates.io-index"5767checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"5768dependencies = [5769 "arrayref",5770 "blake2 0.8.1",5771 "chacha",5772 "keystream",5773]57745775[[package]]5776name = "lock_api"5777version = "0.4.11"5778source = "registry+https://github.com/rust-lang/crates.io-index"5779checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"5780dependencies = [5781 "autocfg",5782 "scopeguard",5783]57845785[[package]]5786name = "log"5787version = "0.4.21"5788source = "registry+https://github.com/rust-lang/crates.io-index"5789checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"57905791[[package]]5792name = "lru"5793version = "0.10.1"5794source = "registry+https://github.com/rust-lang/crates.io-index"5795checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"5796dependencies = [5797 "hashbrown 0.13.2",5798]57995800[[package]]5801name = "lru"5802version = "0.11.1"5803source = "registry+https://github.com/rust-lang/crates.io-index"5804checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"58055806[[package]]5807name = "lru-cache"5808version = "0.1.2"5809source = "registry+https://github.com/rust-lang/crates.io-index"5810checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5811dependencies = [5812 "linked-hash-map",5813]58145815[[package]]5816name = "lz4"5817version = "1.24.0"5818source = "registry+https://github.com/rust-lang/crates.io-index"5819checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5820dependencies = [5821 "libc",5822 "lz4-sys",5823]58245825[[package]]5826name = "lz4-sys"5827version = "1.9.4"5828source = "registry+https://github.com/rust-lang/crates.io-index"5829checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5830dependencies = [5831 "cc",5832 "libc",5833]58345835[[package]]5836name = "mach"5837version = "0.3.2"5838source = "registry+https://github.com/rust-lang/crates.io-index"5839checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5840dependencies = [5841 "libc",5842]58435844[[package]]5845name = "macro_magic"5846version = "0.5.0"5847source = "registry+https://github.com/rust-lang/crates.io-index"5848checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d"5849dependencies = [5850 "macro_magic_core",5851 "macro_magic_macros",5852 "quote",5853 "syn 2.0.55",5854]58555856[[package]]5857name = "macro_magic_core"5858version = "0.5.0"5859source = "registry+https://github.com/rust-lang/crates.io-index"5860checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d"5861dependencies = [5862 "const-random",5863 "derive-syn-parse",5864 "macro_magic_core_macros",5865 "proc-macro2",5866 "quote",5867 "syn 2.0.55",5868]58695870[[package]]5871name = "macro_magic_core_macros"5872version = "0.5.0"5873source = "registry+https://github.com/rust-lang/crates.io-index"5874checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654"5875dependencies = [5876 "proc-macro2",5877 "quote",5878 "syn 2.0.55",5879]58805881[[package]]5882name = "macro_magic_macros"5883version = "0.5.0"5884source = "registry+https://github.com/rust-lang/crates.io-index"5885checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3"5886dependencies = [5887 "macro_magic_core",5888 "quote",5889 "syn 2.0.55",5890]58915892[[package]]5893name = "maplit"5894version = "1.0.2"5895source = "registry+https://github.com/rust-lang/crates.io-index"5896checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"58975898[[package]]5899name = "match_cfg"5900version = "0.1.0"5901source = "registry+https://github.com/rust-lang/crates.io-index"5902checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"59035904[[package]]5905name = "matchers"5906version = "0.0.1"5907source = "registry+https://github.com/rust-lang/crates.io-index"5908checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5909dependencies = [5910 "regex-automata 0.1.10",5911]59125913[[package]]5914name = "matches"5915version = "0.1.10"5916source = "registry+https://github.com/rust-lang/crates.io-index"5917checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"59185919[[package]]5920name = "matrixmultiply"5921version = "0.3.8"5922source = "registry+https://github.com/rust-lang/crates.io-index"5923checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"5924dependencies = [5925 "autocfg",5926 "rawpointer",5927]59285929[[package]]5930name = "memchr"5931version = "2.7.1"5932source = "registry+https://github.com/rust-lang/crates.io-index"5933checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"59345935[[package]]5936name = "memfd"5937version = "0.6.4"5938source = "registry+https://github.com/rust-lang/crates.io-index"5939checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5940dependencies = [5941 "rustix 0.38.32",5942]59435944[[package]]5945name = "memmap2"5946version = "0.5.10"5947source = "registry+https://github.com/rust-lang/crates.io-index"5948checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5949dependencies = [5950 "libc",5951]59525953[[package]]5954name = "memmap2"5955version = "0.9.4"5956source = "registry+https://github.com/rust-lang/crates.io-index"5957checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"5958dependencies = [5959 "libc",5960]59615962[[package]]5963name = "memoffset"5964version = "0.8.0"5965source = "registry+https://github.com/rust-lang/crates.io-index"5966checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5967dependencies = [5968 "autocfg",5969]59705971[[package]]5972name = "memory-db"5973version = "0.32.0"5974source = "registry+https://github.com/rust-lang/crates.io-index"5975checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5976dependencies = [5977 "hash-db",5978]59795980[[package]]5981name = "merlin"5982version = "2.0.1"5983source = "registry+https://github.com/rust-lang/crates.io-index"5984checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5985dependencies = [5986 "byteorder",5987 "keccak",5988 "rand_core 0.5.1",5989 "zeroize",5990]59915992[[package]]5993name = "merlin"5994version = "3.0.0"5995source = "registry+https://github.com/rust-lang/crates.io-index"5996checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"5997dependencies = [5998 "byteorder",5999 "keccak",6000 "rand_core 0.6.4",6001 "zeroize",6002]60036004[[package]]6005name = "mick-jaeger"6006version = "0.1.8"6007source = "registry+https://github.com/rust-lang/crates.io-index"6008checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"6009dependencies = [6010 "futures",6011 "rand 0.8.5",6012 "thrift",6013]60146015[[package]]6016name = "minimal-lexical"6017version = "0.2.1"6018source = "registry+https://github.com/rust-lang/crates.io-index"6019checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"60206021[[package]]6022name = "miniz_oxide"6023version = "0.7.2"6024source = "registry+https://github.com/rust-lang/crates.io-index"6025checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"6026dependencies = [6027 "adler",6028]60296030[[package]]6031name = "mio"6032version = "0.8.11"6033source = "registry+https://github.com/rust-lang/crates.io-index"6034checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"6035dependencies = [6036 "libc",6037 "wasi 0.11.0+wasi-snapshot-preview1",6038 "windows-sys 0.48.0",6039]60406041[[package]]6042name = "mixnet"6043version = "0.7.0"6044source = "registry+https://github.com/rust-lang/crates.io-index"6045checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"6046dependencies = [6047 "arrayref",6048 "arrayvec 0.7.4",6049 "bitflags 1.3.2",6050 "blake2 0.10.6",6051 "c2-chacha",6052 "curve25519-dalek 4.1.2",6053 "either",6054 "hashlink",6055 "lioness",6056 "log",6057 "parking_lot 0.12.1",6058 "rand 0.8.5",6059 "rand_chacha 0.3.1",6060 "rand_distr",6061 "subtle 2.5.0",6062 "thiserror",6063 "zeroize",6064]60656066[[package]]6067name = "mmr-gadget"6068version = "32.0.0"6069source = "registry+https://github.com/rust-lang/crates.io-index"6070checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af"6071dependencies = [6072 "futures",6073 "log",6074 "parity-scale-codec",6075 "sc-client-api",6076 "sc-offchain",6077 "sp-api 29.0.0",6078 "sp-blockchain",6079 "sp-consensus",6080 "sp-consensus-beefy",6081 "sp-core 31.0.0",6082 "sp-mmr-primitives",6083 "sp-runtime 34.0.0",6084]60856086[[package]]6087name = "mmr-rpc"6088version = "31.0.0"6089source = "registry+https://github.com/rust-lang/crates.io-index"6090checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002"6091dependencies = [6092 "jsonrpsee 0.22.3",6093 "parity-scale-codec",6094 "serde",6095 "sp-api 29.0.0",6096 "sp-blockchain",6097 "sp-core 31.0.0",6098 "sp-mmr-primitives",6099 "sp-runtime 34.0.0",6100]61016102[[package]]6103name = "mockall"6104version = "0.11.4"6105source = "registry+https://github.com/rust-lang/crates.io-index"6106checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"6107dependencies = [6108 "cfg-if",6109 "downcast",6110 "fragile",6111 "lazy_static",6112 "mockall_derive",6113 "predicates",6114 "predicates-tree",6115]61166117[[package]]6118name = "mockall_derive"6119version = "0.11.4"6120source = "registry+https://github.com/rust-lang/crates.io-index"6121checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"6122dependencies = [6123 "cfg-if",6124 "proc-macro2",6125 "quote",6126 "syn 1.0.109",6127]61286129[[package]]6130name = "multiaddr"6131version = "0.17.1"6132source = "registry+https://github.com/rust-lang/crates.io-index"6133checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"6134dependencies = [6135 "arrayref",6136 "byteorder",6137 "data-encoding",6138 "log",6139 "multibase",6140 "multihash 0.17.0",6141 "percent-encoding",6142 "serde",6143 "static_assertions",6144 "unsigned-varint",6145 "url",6146]61476148[[package]]6149name = "multibase"6150version = "0.9.1"6151source = "registry+https://github.com/rust-lang/crates.io-index"6152checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"6153dependencies = [6154 "base-x",6155 "data-encoding",6156 "data-encoding-macro",6157]61586159[[package]]6160name = "multihash"6161version = "0.17.0"6162source = "registry+https://github.com/rust-lang/crates.io-index"6163checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"6164dependencies = [6165 "blake2b_simd",6166 "blake2s_simd",6167 "blake3",6168 "core2",6169 "digest 0.10.7",6170 "multihash-derive 0.8.0",6171 "sha2 0.10.8",6172 "sha3 0.10.8",6173 "unsigned-varint",6174]61756176[[package]]6177name = "multihash"6178version = "0.18.1"6179source = "registry+https://github.com/rust-lang/crates.io-index"6180checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"6181dependencies = [6182 "core2",6183 "digest 0.10.7",6184 "multihash-derive 0.8.0",6185 "sha2 0.10.8",6186 "unsigned-varint",6187]61886189[[package]]6190name = "multihash"6191version = "0.19.1"6192source = "registry+https://github.com/rust-lang/crates.io-index"6193checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492"6194dependencies = [6195 "core2",6196 "unsigned-varint",6197]61986199[[package]]6200name = "multihash-codetable"6201version = "0.1.1"6202source = "registry+https://github.com/rust-lang/crates.io-index"6203checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935"6204dependencies = [6205 "blake2b_simd",6206 "blake2s_simd",6207 "blake3",6208 "core2",6209 "digest 0.10.7",6210 "multihash-derive 0.9.0",6211 "ripemd",6212 "serde",6213 "sha1",6214 "sha2 0.10.8",6215 "sha3 0.10.8",6216 "strobe-rs",6217]62186219[[package]]6220name = "multihash-derive"6221version = "0.8.0"6222source = "registry+https://github.com/rust-lang/crates.io-index"6223checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"6224dependencies = [6225 "proc-macro-crate 1.3.1",6226 "proc-macro-error",6227 "proc-macro2",6228 "quote",6229 "syn 1.0.109",6230 "synstructure",6231]62326233[[package]]6234name = "multihash-derive"6235version = "0.9.0"6236source = "registry+https://github.com/rust-lang/crates.io-index"6237checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e"6238dependencies = [6239 "core2",6240 "multihash 0.19.1",6241 "multihash-derive-impl",6242]62436244[[package]]6245name = "multihash-derive-impl"6246version = "0.1.0"6247source = "registry+https://github.com/rust-lang/crates.io-index"6248checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040"6249dependencies = [6250 "proc-macro-crate 1.3.1",6251 "proc-macro-error",6252 "proc-macro2",6253 "quote",6254 "syn 1.0.109",6255 "synstructure",6256]62576258[[package]]6259name = "multimap"6260version = "0.8.3"6261source = "registry+https://github.com/rust-lang/crates.io-index"6262checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"62636264[[package]]6265name = "multistream-select"6266version = "0.12.1"6267source = "registry+https://github.com/rust-lang/crates.io-index"6268checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"6269dependencies = [6270 "bytes",6271 "futures",6272 "log",6273 "pin-project",6274 "smallvec",6275 "unsigned-varint",6276]62776278[[package]]6279name = "nalgebra"6280version = "0.32.4"6281source = "registry+https://github.com/rust-lang/crates.io-index"6282checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2"6283dependencies = [6284 "approx",6285 "matrixmultiply",6286 "nalgebra-macros",6287 "num-complex",6288 "num-rational",6289 "num-traits",6290 "simba",6291 "typenum",6292]62936294[[package]]6295name = "nalgebra-macros"6296version = "0.2.1"6297source = "registry+https://github.com/rust-lang/crates.io-index"6298checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"6299dependencies = [6300 "proc-macro2",6301 "quote",6302 "syn 1.0.109",6303]63046305[[package]]6306name = "names"6307version = "0.14.0"6308source = "registry+https://github.com/rust-lang/crates.io-index"6309checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"6310dependencies = [6311 "rand 0.8.5",6312]63136314[[package]]6315name = "nanorand"6316version = "0.7.0"6317source = "registry+https://github.com/rust-lang/crates.io-index"6318checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"63196320[[package]]6321name = "netlink-packet-core"6322version = "0.4.2"6323source = "registry+https://github.com/rust-lang/crates.io-index"6324checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"6325dependencies = [6326 "anyhow",6327 "byteorder",6328 "libc",6329 "netlink-packet-utils",6330]63316332[[package]]6333name = "netlink-packet-route"6334version = "0.12.0"6335source = "registry+https://github.com/rust-lang/crates.io-index"6336checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"6337dependencies = [6338 "anyhow",6339 "bitflags 1.3.2",6340 "byteorder",6341 "libc",6342 "netlink-packet-core",6343 "netlink-packet-utils",6344]63456346[[package]]6347name = "netlink-packet-utils"6348version = "0.5.2"6349source = "registry+https://github.com/rust-lang/crates.io-index"6350checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"6351dependencies = [6352 "anyhow",6353 "byteorder",6354 "paste",6355 "thiserror",6356]63576358[[package]]6359name = "netlink-proto"6360version = "0.10.0"6361source = "registry+https://github.com/rust-lang/crates.io-index"6362checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"6363dependencies = [6364 "bytes",6365 "futures",6366 "log",6367 "netlink-packet-core",6368 "netlink-sys",6369 "thiserror",6370 "tokio",6371]63726373[[package]]6374name = "netlink-sys"6375version = "0.8.5"6376source = "registry+https://github.com/rust-lang/crates.io-index"6377checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"6378dependencies = [6379 "bytes",6380 "futures",6381 "libc",6382 "log",6383 "tokio",6384]63856386[[package]]6387name = "nix"6388version = "0.24.3"6389source = "registry+https://github.com/rust-lang/crates.io-index"6390checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"6391dependencies = [6392 "bitflags 1.3.2",6393 "cfg-if",6394 "libc",6395]63966397[[package]]6398name = "nix"6399version = "0.27.1"6400source = "registry+https://github.com/rust-lang/crates.io-index"6401checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"6402dependencies = [6403 "bitflags 2.5.0",6404 "cfg-if",6405 "libc",6406]64076408[[package]]6409name = "no-std-compat"6410version = "0.4.1"6411source = "registry+https://github.com/rust-lang/crates.io-index"6412checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"64136414[[package]]6415name = "no-std-net"6416version = "0.6.0"6417source = "registry+https://github.com/rust-lang/crates.io-index"6418checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"64196420[[package]]6421name = "nodrop"6422version = "0.1.14"6423source = "registry+https://github.com/rust-lang/crates.io-index"6424checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"64256426[[package]]6427name = "nohash-hasher"6428version = "0.2.0"6429source = "registry+https://github.com/rust-lang/crates.io-index"6430checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"64316432[[package]]6433name = "nom"6434version = "7.1.3"6435source = "registry+https://github.com/rust-lang/crates.io-index"6436checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"6437dependencies = [6438 "memchr",6439 "minimal-lexical",6440]64416442[[package]]6443name = "nonzero_ext"6444version = "0.3.0"6445source = "registry+https://github.com/rust-lang/crates.io-index"6446checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"64476448[[package]]6449name = "normalize-line-endings"6450version = "0.3.0"6451source = "registry+https://github.com/rust-lang/crates.io-index"6452checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"64536454[[package]]6455name = "num-bigint"6456version = "0.4.4"6457source = "registry+https://github.com/rust-lang/crates.io-index"6458checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"6459dependencies = [6460 "autocfg",6461 "num-integer",6462 "num-traits",6463]64646465[[package]]6466name = "num-complex"6467version = "0.4.5"6468source = "registry+https://github.com/rust-lang/crates.io-index"6469checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"6470dependencies = [6471 "num-traits",6472]64736474[[package]]6475name = "num-conv"6476version = "0.1.0"6477source = "registry+https://github.com/rust-lang/crates.io-index"6478checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"64796480[[package]]6481name = "num-format"6482version = "0.4.4"6483source = "registry+https://github.com/rust-lang/crates.io-index"6484checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"6485dependencies = [6486 "arrayvec 0.7.4",6487 "itoa",6488]64896490[[package]]6491name = "num-integer"6492version = "0.1.46"6493source = "registry+https://github.com/rust-lang/crates.io-index"6494checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"6495dependencies = [6496 "num-traits",6497]64986499[[package]]6500name = "num-rational"6501version = "0.4.1"6502source = "registry+https://github.com/rust-lang/crates.io-index"6503checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"6504dependencies = [6505 "autocfg",6506 "num-bigint",6507 "num-integer",6508 "num-traits",6509]65106511[[package]]6512name = "num-traits"6513version = "0.2.18"6514source = "registry+https://github.com/rust-lang/crates.io-index"6515checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"6516dependencies = [6517 "autocfg",6518 "libm",6519]65206521[[package]]6522name = "num_cpus"6523version = "1.16.0"6524source = "registry+https://github.com/rust-lang/crates.io-index"6525checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"6526dependencies = [6527 "hermit-abi",6528 "libc",6529]65306531[[package]]6532name = "num_enum"6533version = "0.7.2"6534source = "registry+https://github.com/rust-lang/crates.io-index"6535checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"6536dependencies = [6537 "num_enum_derive",6538]65396540[[package]]6541name = "num_enum_derive"6542version = "0.7.2"6543source = "registry+https://github.com/rust-lang/crates.io-index"6544checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"6545dependencies = [6546 "proc-macro-crate 3.1.0",6547 "proc-macro2",6548 "quote",6549 "syn 2.0.55",6550]65516552[[package]]6553name = "number_prefix"6554version = "0.4.0"6555source = "registry+https://github.com/rust-lang/crates.io-index"6556checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"65576558[[package]]6559name = "object"6560version = "0.30.4"6561source = "registry+https://github.com/rust-lang/crates.io-index"6562checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"6563dependencies = [6564 "crc32fast",6565 "hashbrown 0.13.2",6566 "indexmap 1.9.3",6567 "memchr",6568]65696570[[package]]6571name = "object"6572version = "0.32.2"6573source = "registry+https://github.com/rust-lang/crates.io-index"6574checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"6575dependencies = [6576 "memchr",6577]65786579[[package]]6580name = "oid-registry"6581version = "0.6.1"6582source = "registry+https://github.com/rust-lang/crates.io-index"6583checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"6584dependencies = [6585 "asn1-rs",6586]65876588[[package]]6589name = "once_cell"6590version = "1.19.0"6591source = "registry+https://github.com/rust-lang/crates.io-index"6592checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"65936594[[package]]6595name = "opal-runtime"6596version = "1.3.0"6597dependencies = [6598 "app-promotion-rpc",6599 "cumulus-pallet-aura-ext",6600 "cumulus-pallet-dmp-queue",6601 "cumulus-pallet-parachain-system",6602 "cumulus-pallet-xcm",6603 "cumulus-pallet-xcmp-queue",6604 "cumulus-primitives-aura",6605 "cumulus-primitives-core 0.10.0",6606 "cumulus-primitives-timestamp",6607 "cumulus-primitives-utility",6608 "derivative",6609 "evm-coder",6610 "fp-evm",6611 "fp-rpc",6612 "fp-self-contained",6613 "frame-benchmarking 31.0.0",6614 "frame-executive",6615 "frame-support 31.0.0",6616 "frame-system 31.0.0",6617 "frame-system-benchmarking",6618 "frame-system-rpc-runtime-api",6619 "frame-try-runtime",6620 "hex-literal",6621 "impl-trait-for-tuples",6622 "log",6623 "num_enum",6624 "orml-traits",6625 "orml-vesting",6626 "orml-xcm-support",6627 "orml-xtokens",6628 "pallet-app-promotion",6629 "pallet-aura",6630 "pallet-authorship",6631 "pallet-balances",6632 "pallet-balances-adapter",6633 "pallet-base-fee",6634 "pallet-collator-selection",6635 "pallet-collective",6636 "pallet-common",6637 "pallet-configuration",6638 "pallet-democracy",6639 "pallet-ethereum",6640 "pallet-evm",6641 "pallet-evm-coder-substrate",6642 "pallet-evm-contract-helpers",6643 "pallet-evm-migration",6644 "pallet-evm-precompile-simple",6645 "pallet-evm-transaction-payment",6646 "pallet-foreign-assets",6647 "pallet-fungible",6648 "pallet-gov-origins",6649 "pallet-identity 4.0.0-dev",6650 "pallet-inflation",6651 "pallet-maintenance",6652 "pallet-membership",6653 "pallet-nonfungible",6654 "pallet-preimage",6655 "pallet-ranked-collective",6656 "pallet-referenda",6657 "pallet-refungible",6658 "pallet-scheduler",6659 "pallet-session",6660 "pallet-state-trie-migration",6661 "pallet-structure",6662 "pallet-sudo",6663 "pallet-template-transaction-payment",6664 "pallet-test-utils",6665 "pallet-timestamp",6666 "pallet-transaction-payment",6667 "pallet-transaction-payment-rpc-runtime-api",6668 "pallet-treasury",6669 "pallet-unique",6670 "pallet-utility",6671 "pallet-xcm 10.0.1",6672 "parity-scale-codec",6673 "polkadot-parachain-primitives 9.0.0",6674 "polkadot-runtime-common",6675 "precompile-utils-macro",6676 "scale-info",6677 "serde",6678 "smallvec",6679 "sp-api 29.0.0",6680 "sp-arithmetic 25.0.0",6681 "sp-block-builder",6682 "sp-consensus-aura",6683 "sp-core 31.0.0",6684 "sp-inherents 29.0.0",6685 "sp-io 33.0.0",6686 "sp-offchain",6687 "sp-runtime 34.0.0",6688 "sp-session",6689 "sp-std 14.0.0",6690 "sp-storage 20.0.0",6691 "sp-transaction-pool",6692 "sp-version 32.0.0",6693 "staging-parachain-info",6694 "staging-xcm 10.0.0",6695 "staging-xcm-builder",6696 "staging-xcm-executor 10.0.0",6697 "substrate-wasm-builder",6698 "up-common",6699 "up-data-structs",6700 "up-pov-estimate-rpc",6701 "up-rpc",6702 "up-sponsorship",6703]67046705[[package]]6706name = "opaque-debug"6707version = "0.2.3"6708source = "registry+https://github.com/rust-lang/crates.io-index"6709checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"67106711[[package]]6712name = "opaque-debug"6713version = "0.3.1"6714source = "registry+https://github.com/rust-lang/crates.io-index"6715checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"67166717[[package]]6718name = "openssl-probe"6719version = "0.1.5"6720source = "registry+https://github.com/rust-lang/crates.io-index"6721checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"67226723[[package]]6724name = "option-ext"6725version = "0.2.0"6726source = "registry+https://github.com/rust-lang/crates.io-index"6727checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"67286729[[package]]6730name = "orchestra"6731version = "0.3.5"6732source = "registry+https://github.com/rust-lang/crates.io-index"6733checksum = "2356622ffdfe72362a45a1e5e87bb113b8327e596e39b91f11f0ef4395c8da79"6734dependencies = [6735 "async-trait",6736 "dyn-clonable",6737 "futures",6738 "futures-timer",6739 "orchestra-proc-macro",6740 "pin-project",6741 "prioritized-metered-channel",6742 "thiserror",6743 "tracing",6744]67456746[[package]]6747name = "orchestra-proc-macro"6748version = "0.3.5"6749source = "registry+https://github.com/rust-lang/crates.io-index"6750checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd"6751dependencies = [6752 "expander 2.1.0",6753 "indexmap 2.2.6",6754 "itertools 0.11.0",6755 "petgraph",6756 "proc-macro-crate 1.3.1",6757 "proc-macro2",6758 "quote",6759 "syn 1.0.109",6760]67616762[[package]]6763name = "ordered-float"6764version = "1.1.1"6765source = "registry+https://github.com/rust-lang/crates.io-index"6766checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"6767dependencies = [6768 "num-traits",6769]67706771[[package]]6772name = "orml-traits"6773version = "0.6.1"6774source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#99604b000be6252597cfcb82eee82554f6a07a0e"6775dependencies = [6776 "frame-support 25.0.0",6777 "impl-trait-for-tuples",6778 "num-traits",6779 "orml-utilities",6780 "parity-scale-codec",6781 "paste",6782 "scale-info",6783 "serde",6784 "sp-core 25.0.0",6785 "sp-io 27.0.0",6786 "sp-runtime 28.0.0",6787 "sp-std 12.0.0",6788 "staging-xcm 4.0.0",6789]67906791[[package]]6792name = "orml-utilities"6793version = "0.6.1"6794source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#99604b000be6252597cfcb82eee82554f6a07a0e"6795dependencies = [6796 "frame-support 25.0.0",6797 "parity-scale-codec",6798 "scale-info",6799 "serde",6800 "sp-core 25.0.0",6801 "sp-io 27.0.0",6802 "sp-runtime 28.0.0",6803 "sp-std 12.0.0",6804]68056806[[package]]6807name = "orml-vesting"6808version = "0.6.1"6809source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#99604b000be6252597cfcb82eee82554f6a07a0e"6810dependencies = [6811 "frame-support 25.0.0",6812 "frame-system 25.0.0",6813 "parity-scale-codec",6814 "scale-info",6815 "serde",6816 "sp-io 27.0.0",6817 "sp-runtime 28.0.0",6818 "sp-std 12.0.0",6819]68206821[[package]]6822name = "orml-xcm-support"6823version = "0.6.1"6824source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#99604b000be6252597cfcb82eee82554f6a07a0e"6825dependencies = [6826 "frame-support 25.0.0",6827 "orml-traits",6828 "parity-scale-codec",6829 "sp-runtime 28.0.0",6830 "sp-std 12.0.0",6831 "staging-xcm 4.0.0",6832 "staging-xcm-executor 4.0.2",6833]68346835[[package]]6836name = "orml-xtokens"6837version = "0.6.1"6838source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#99604b000be6252597cfcb82eee82554f6a07a0e"6839dependencies = [6840 "cumulus-primitives-core 0.4.0",6841 "frame-support 25.0.0",6842 "frame-system 25.0.0",6843 "log",6844 "orml-traits",6845 "orml-xcm-support",6846 "pallet-xcm 4.0.0",6847 "parity-scale-codec",6848 "scale-info",6849 "serde",6850 "sp-io 27.0.0",6851 "sp-runtime 28.0.0",6852 "sp-std 12.0.0",6853 "staging-xcm 4.0.0",6854 "staging-xcm-executor 4.0.2",6855]68566857[[package]]6858name = "pallet-app-promotion"6859version = "0.2.2"6860dependencies = [6861 "frame-benchmarking 31.0.0",6862 "frame-support 31.0.0",6863 "frame-system 31.0.0",6864 "log",6865 "pallet-common",6866 "pallet-configuration",6867 "pallet-evm",6868 "pallet-evm-contract-helpers",6869 "pallet-evm-migration",6870 "pallet-unique",6871 "parity-scale-codec",6872 "scale-info",6873 "sp-core 31.0.0",6874 "sp-runtime 34.0.0",6875 "sp-std 14.0.0",6876 "up-data-structs",6877]68786879[[package]]6880name = "pallet-asset-conversion"6881version = "13.0.0"6882source = "registry+https://github.com/rust-lang/crates.io-index"6883checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4"6884dependencies = [6885 "frame-benchmarking 31.0.0",6886 "frame-support 31.0.0",6887 "frame-system 31.0.0",6888 "parity-scale-codec",6889 "scale-info",6890 "sp-api 29.0.0",6891 "sp-arithmetic 25.0.0",6892 "sp-core 31.0.0",6893 "sp-io 33.0.0",6894 "sp-runtime 34.0.0",6895 "sp-std 14.0.0",6896]68976898[[package]]6899name = "pallet-asset-rate"6900version = "10.0.0"6901source = "registry+https://github.com/rust-lang/crates.io-index"6902checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb"6903dependencies = [6904 "frame-benchmarking 31.0.0",6905 "frame-support 31.0.0",6906 "frame-system 31.0.0",6907 "parity-scale-codec",6908 "scale-info",6909 "sp-core 31.0.0",6910 "sp-runtime 34.0.0",6911 "sp-std 14.0.0",6912]69136914[[package]]6915name = "pallet-aura"6916version = "30.0.0"6917source = "registry+https://github.com/rust-lang/crates.io-index"6918checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1"6919dependencies = [6920 "frame-support 31.0.0",6921 "frame-system 31.0.0",6922 "log",6923 "pallet-timestamp",6924 "parity-scale-codec",6925 "scale-info",6926 "sp-application-crypto 33.0.0",6927 "sp-consensus-aura",6928 "sp-runtime 34.0.0",6929 "sp-std 14.0.0",6930]69316932[[package]]6933name = "pallet-authority-discovery"6934version = "31.0.1"6935source = "registry+https://github.com/rust-lang/crates.io-index"6936checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2"6937dependencies = [6938 "frame-support 31.0.0",6939 "frame-system 31.0.0",6940 "pallet-session",6941 "parity-scale-codec",6942 "scale-info",6943 "sp-application-crypto 33.0.0",6944 "sp-authority-discovery 29.0.0",6945 "sp-runtime 34.0.0",6946 "sp-std 14.0.0",6947]69486949[[package]]6950name = "pallet-authorship"6951version = "31.0.0"6952source = "registry+https://github.com/rust-lang/crates.io-index"6953checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67"6954dependencies = [6955 "frame-support 31.0.0",6956 "frame-system 31.0.0",6957 "impl-trait-for-tuples",6958 "parity-scale-codec",6959 "scale-info",6960 "sp-runtime 34.0.0",6961 "sp-std 14.0.0",6962]69636964[[package]]6965name = "pallet-babe"6966version = "31.0.0"6967source = "registry+https://github.com/rust-lang/crates.io-index"6968checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362"6969dependencies = [6970 "frame-benchmarking 31.0.0",6971 "frame-support 31.0.0",6972 "frame-system 31.0.0",6973 "log",6974 "pallet-authorship",6975 "pallet-session",6976 "pallet-timestamp",6977 "parity-scale-codec",6978 "scale-info",6979 "sp-application-crypto 33.0.0",6980 "sp-consensus-babe",6981 "sp-core 31.0.0",6982 "sp-io 33.0.0",6983 "sp-runtime 34.0.0",6984 "sp-session",6985 "sp-staking 29.0.0",6986 "sp-std 14.0.0",6987]69886989[[package]]6990name = "pallet-bags-list"6991version = "30.0.0"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93"6994dependencies = [6995 "aquamarine 0.5.0",6996 "docify",6997 "frame-benchmarking 31.0.0",6998 "frame-election-provider-support",6999 "frame-support 31.0.0",7000 "frame-system 31.0.0",7001 "log",7002 "pallet-balances",7003 "parity-scale-codec",7004 "scale-info",7005 "sp-core 31.0.0",7006 "sp-io 33.0.0",7007 "sp-runtime 34.0.0",7008 "sp-std 14.0.0",7009 "sp-tracing 16.0.0",7010]70117012[[package]]7013name = "pallet-balances"7014version = "31.0.0"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7"7017dependencies = [7018 "docify",7019 "frame-benchmarking 31.0.0",7020 "frame-support 31.0.0",7021 "frame-system 31.0.0",7022 "log",7023 "parity-scale-codec",7024 "scale-info",7025 "sp-runtime 34.0.0",7026 "sp-std 14.0.0",7027]70287029[[package]]7030name = "pallet-balances-adapter"7031version = "0.1.0"7032dependencies = [7033 "evm-coder",7034 "frame-support 31.0.0",7035 "frame-system 31.0.0",7036 "pallet-balances",7037 "pallet-common",7038 "pallet-evm",7039 "pallet-evm-coder-substrate",7040 "pallet-evm-transaction-payment",7041 "pallet-structure",7042 "parity-scale-codec",7043 "scale-info",7044 "sp-core 31.0.0",7045 "sp-runtime 34.0.0",7046 "sp-std 14.0.0",7047 "up-data-structs",7048]70497050[[package]]7051name = "pallet-base-fee"7052version = "1.0.0"7053source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"7054dependencies = [7055 "fp-evm",7056 "frame-support 31.0.0",7057 "frame-system 31.0.0",7058 "parity-scale-codec",7059 "scale-info",7060 "sp-core 31.0.0",7061 "sp-runtime 34.0.0",7062]70637064[[package]]7065name = "pallet-beefy"7066version = "31.0.0"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6"7069dependencies = [7070 "frame-support 31.0.0",7071 "frame-system 31.0.0",7072 "log",7073 "pallet-authorship",7074 "pallet-session",7075 "parity-scale-codec",7076 "scale-info",7077 "serde",7078 "sp-consensus-beefy",7079 "sp-runtime 34.0.0",7080 "sp-session",7081 "sp-staking 29.0.0",7082 "sp-std 14.0.0",7083]70847085[[package]]7086name = "pallet-beefy-mmr"7087version = "31.0.0"7088source = "registry+https://github.com/rust-lang/crates.io-index"7089checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb"7090dependencies = [7091 "array-bytes 6.2.2",7092 "binary-merkle-tree",7093 "frame-support 31.0.0",7094 "frame-system 31.0.0",7095 "log",7096 "pallet-beefy",7097 "pallet-mmr",7098 "pallet-session",7099 "parity-scale-codec",7100 "scale-info",7101 "serde",7102 "sp-api 29.0.0",7103 "sp-consensus-beefy",7104 "sp-core 31.0.0",7105 "sp-io 33.0.0",7106 "sp-runtime 34.0.0",7107 "sp-state-machine 0.38.0",7108 "sp-std 14.0.0",7109]71107111[[package]]7112name = "pallet-bounties"7113version = "30.0.0"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f"7116dependencies = [7117 "frame-benchmarking 31.0.0",7118 "frame-support 31.0.0",7119 "frame-system 31.0.0",7120 "log",7121 "pallet-treasury",7122 "parity-scale-codec",7123 "scale-info",7124 "sp-core 31.0.0",7125 "sp-io 33.0.0",7126 "sp-runtime 34.0.0",7127 "sp-std 14.0.0",7128]71297130[[package]]7131name = "pallet-broker"7132version = "0.9.0"7133source = "registry+https://github.com/rust-lang/crates.io-index"7134checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc"7135dependencies = [7136 "bitvec",7137 "frame-benchmarking 31.0.0",7138 "frame-support 31.0.0",7139 "frame-system 31.0.0",7140 "parity-scale-codec",7141 "scale-info",7142 "sp-arithmetic 25.0.0",7143 "sp-core 31.0.0",7144 "sp-runtime 34.0.0",7145 "sp-std 14.0.0",7146]71477148[[package]]7149name = "pallet-child-bounties"7150version = "30.0.0"7151source = "registry+https://github.com/rust-lang/crates.io-index"7152checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134"7153dependencies = [7154 "frame-benchmarking 31.0.0",7155 "frame-support 31.0.0",7156 "frame-system 31.0.0",7157 "log",7158 "pallet-bounties",7159 "pallet-treasury",7160 "parity-scale-codec",7161 "scale-info",7162 "sp-core 31.0.0",7163 "sp-io 33.0.0",7164 "sp-runtime 34.0.0",7165 "sp-std 14.0.0",7166]71677168[[package]]7169name = "pallet-collator-selection"7170version = "5.0.0"7171dependencies = [7172 "frame-benchmarking 31.0.0",7173 "frame-support 31.0.0",7174 "frame-system 31.0.0",7175 "log",7176 "pallet-aura",7177 "pallet-authorship",7178 "pallet-balances",7179 "pallet-session",7180 "pallet-timestamp",7181 "parity-scale-codec",7182 "rand 0.8.5",7183 "scale-info",7184 "serde",7185 "sp-consensus-aura",7186 "sp-core 31.0.0",7187 "sp-io 33.0.0",7188 "sp-runtime 34.0.0",7189 "sp-staking 29.0.0",7190 "sp-std 14.0.0",7191 "sp-tracing 16.0.0",7192]71937194[[package]]7195name = "pallet-collective"7196version = "31.0.0"7197source = "registry+https://github.com/rust-lang/crates.io-index"7198checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61"7199dependencies = [7200 "frame-benchmarking 31.0.0",7201 "frame-support 31.0.0",7202 "frame-system 31.0.0",7203 "log",7204 "parity-scale-codec",7205 "scale-info",7206 "sp-core 31.0.0",7207 "sp-io 33.0.0",7208 "sp-runtime 34.0.0",7209 "sp-std 14.0.0",7210]72117212[[package]]7213name = "pallet-common"7214version = "0.1.14"7215dependencies = [7216 "bondrewd",7217 "ethereum",7218 "evm-coder",7219 "frame-benchmarking 31.0.0",7220 "frame-support 31.0.0",7221 "frame-system 31.0.0",7222 "pallet-evm",7223 "pallet-evm-coder-substrate",7224 "parity-scale-codec",7225 "scale-info",7226 "sp-core 31.0.0",7227 "sp-runtime 34.0.0",7228 "sp-std 14.0.0",7229 "sp-weights 30.0.0",7230 "up-data-structs",7231 "up-pov-estimate-rpc",7232]72337234[[package]]7235name = "pallet-configuration"7236version = "0.2.0"7237dependencies = [7238 "fp-evm",7239 "frame-benchmarking 31.0.0",7240 "frame-support 31.0.0",7241 "frame-system 31.0.0",7242 "hex-literal",7243 "log",7244 "parity-scale-codec",7245 "scale-info",7246 "smallvec",7247 "sp-arithmetic 25.0.0",7248 "sp-core 31.0.0",7249 "sp-io 33.0.0",7250 "sp-runtime 34.0.0",7251 "sp-std 14.0.0",7252 "staging-xcm 10.0.0",7253 "up-common",7254]72557256[[package]]7257name = "pallet-conviction-voting"7258version = "31.0.0"7259source = "registry+https://github.com/rust-lang/crates.io-index"7260checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370"7261dependencies = [7262 "assert_matches",7263 "frame-benchmarking 31.0.0",7264 "frame-support 31.0.0",7265 "frame-system 31.0.0",7266 "parity-scale-codec",7267 "scale-info",7268 "serde",7269 "sp-io 33.0.0",7270 "sp-runtime 34.0.0",7271 "sp-std 14.0.0",7272]72737274[[package]]7275name = "pallet-democracy"7276version = "31.0.0"7277source = "registry+https://github.com/rust-lang/crates.io-index"7278checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab"7279dependencies = [7280 "frame-benchmarking 31.0.0",7281 "frame-support 31.0.0",7282 "frame-system 31.0.0",7283 "log",7284 "parity-scale-codec",7285 "scale-info",7286 "serde",7287 "sp-core 31.0.0",7288 "sp-io 33.0.0",7289 "sp-runtime 34.0.0",7290 "sp-std 14.0.0",7291]72927293[[package]]7294name = "pallet-election-provider-multi-phase"7295version = "30.0.0"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819"7298dependencies = [7299 "frame-benchmarking 31.0.0",7300 "frame-election-provider-support",7301 "frame-support 31.0.0",7302 "frame-system 31.0.0",7303 "log",7304 "pallet-election-provider-support-benchmarking",7305 "parity-scale-codec",7306 "rand 0.8.5",7307 "scale-info",7308 "sp-arithmetic 25.0.0",7309 "sp-core 31.0.0",7310 "sp-io 33.0.0",7311 "sp-npos-elections",7312 "sp-runtime 34.0.0",7313 "sp-std 14.0.0",7314 "strum 0.24.1",7315]73167317[[package]]7318name = "pallet-election-provider-support-benchmarking"7319version = "30.0.0"7320source = "registry+https://github.com/rust-lang/crates.io-index"7321checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116"7322dependencies = [7323 "frame-benchmarking 31.0.0",7324 "frame-election-provider-support",7325 "frame-system 31.0.0",7326 "parity-scale-codec",7327 "sp-npos-elections",7328 "sp-runtime 34.0.0",7329 "sp-std 14.0.0",7330]73317332[[package]]7333name = "pallet-elections-phragmen"7334version = "32.0.0"7335source = "registry+https://github.com/rust-lang/crates.io-index"7336checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f"7337dependencies = [7338 "frame-benchmarking 31.0.0",7339 "frame-support 31.0.0",7340 "frame-system 31.0.0",7341 "log",7342 "parity-scale-codec",7343 "scale-info",7344 "sp-core 31.0.0",7345 "sp-io 33.0.0",7346 "sp-npos-elections",7347 "sp-runtime 34.0.0",7348 "sp-staking 29.0.0",7349 "sp-std 14.0.0",7350]73517352[[package]]7353name = "pallet-ethereum"7354version = "4.0.0-dev"7355source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"7356dependencies = [7357 "ethereum",7358 "ethereum-types",7359 "evm",7360 "fp-consensus",7361 "fp-ethereum",7362 "fp-evm",7363 "fp-rpc",7364 "fp-storage",7365 "frame-support 31.0.0",7366 "frame-system 31.0.0",7367 "pallet-evm",7368 "parity-scale-codec",7369 "scale-info",7370 "sp-io 33.0.0",7371 "sp-runtime 34.0.0",7372 "sp-std 14.0.0",7373]73747375[[package]]7376name = "pallet-evm"7377version = "6.0.0-dev"7378source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"7379dependencies = [7380 "environmental",7381 "evm",7382 "fp-account",7383 "fp-evm",7384 "frame-benchmarking 31.0.0",7385 "frame-support 31.0.0",7386 "frame-system 31.0.0",7387 "hash-db",7388 "hex",7389 "hex-literal",7390 "impl-trait-for-tuples",7391 "log",7392 "parity-scale-codec",7393 "rlp",7394 "scale-info",7395 "serde",7396 "sp-core 31.0.0",7397 "sp-io 33.0.0",7398 "sp-runtime 34.0.0",7399 "sp-std 14.0.0",7400]74017402[[package]]7403name = "pallet-evm-coder-substrate"7404version = "0.1.3"7405dependencies = [7406 "evm-coder",7407 "evm-coder-substrate-procedural",7408 "evm-core",7409 "frame-benchmarking 31.0.0",7410 "frame-support 31.0.0",7411 "frame-system 31.0.0",7412 "pallet-evm",7413 "parity-scale-codec",7414 "scale-info",7415 "sp-core 31.0.0",7416 "sp-std 14.0.0",7417 "sp-weights 30.0.0",7418 "spez",7419 "up-data-structs",7420]74217422[[package]]7423name = "pallet-evm-contract-helpers"7424version = "0.3.0"7425dependencies = [7426 "evm-coder",7427 "frame-support 31.0.0",7428 "frame-system 31.0.0",7429 "pallet-common",7430 "pallet-evm",7431 "pallet-evm-coder-substrate",7432 "pallet-evm-transaction-payment",7433 "parity-scale-codec",7434 "scale-info",7435 "sp-core 31.0.0",7436 "sp-std 14.0.0",7437 "up-data-structs",7438 "up-sponsorship",7439]74407441[[package]]7442name = "pallet-evm-migration"7443version = "0.1.1"7444dependencies = [7445 "ethereum",7446 "frame-benchmarking 31.0.0",7447 "frame-support 31.0.0",7448 "frame-system 31.0.0",7449 "pallet-evm",7450 "parity-scale-codec",7451 "scale-info",7452 "sp-core 31.0.0",7453 "sp-io 33.0.0",7454 "sp-std 14.0.0",7455]74567457[[package]]7458name = "pallet-evm-precompile-simple"7459version = "2.0.0-dev"7460source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.9.0#7656405def86265ed578133a4dd628112dbb795d"7461dependencies = [7462 "fp-evm",7463 "ripemd",7464 "sp-io 33.0.0",7465]74667467[[package]]7468name = "pallet-evm-transaction-payment"7469version = "0.1.1"7470dependencies = [7471 "fp-evm",7472 "frame-support 31.0.0",7473 "frame-system 31.0.0",7474 "pallet-evm",7475 "parity-scale-codec",7476 "scale-info",7477 "sp-core 31.0.0",7478 "sp-runtime 34.0.0",7479 "sp-std 14.0.0",7480 "up-sponsorship",7481]74827483[[package]]7484name = "pallet-fast-unstake"7485version = "30.0.0"7486source = "registry+https://github.com/rust-lang/crates.io-index"7487checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439"7488dependencies = [7489 "docify",7490 "frame-benchmarking 31.0.0",7491 "frame-election-provider-support",7492 "frame-support 31.0.0",7493 "frame-system 31.0.0",7494 "log",7495 "parity-scale-codec",7496 "scale-info",7497 "sp-io 33.0.0",7498 "sp-runtime 34.0.0",7499 "sp-staking 29.0.0",7500 "sp-std 14.0.0",7501]75027503[[package]]7504name = "pallet-foreign-assets"7505version = "0.1.0"7506dependencies = [7507 "frame-benchmarking 31.0.0",7508 "frame-support 31.0.0",7509 "frame-system 31.0.0",7510 "log",7511 "pallet-balances",7512 "pallet-common",7513 "pallet-fungible",7514 "parity-scale-codec",7515 "scale-info",7516 "serde",7517 "sp-runtime 34.0.0",7518 "sp-std 14.0.0",7519 "staging-xcm 10.0.0",7520 "staging-xcm-executor 10.0.0",7521 "up-data-structs",7522]75237524[[package]]7525name = "pallet-fungible"7526version = "0.1.11"7527dependencies = [7528 "evm-coder",7529 "frame-benchmarking 31.0.0",7530 "frame-support 31.0.0",7531 "frame-system 31.0.0",7532 "pallet-common",7533 "pallet-evm",7534 "pallet-evm-coder-substrate",7535 "pallet-structure",7536 "parity-scale-codec",7537 "scale-info",7538 "sp-core 31.0.0",7539 "sp-runtime 34.0.0",7540 "sp-std 14.0.0",7541 "up-data-structs",7542]75437544[[package]]7545name = "pallet-gov-origins"7546version = "0.2.1"7547dependencies = [7548 "frame-support 31.0.0",7549 "frame-system 31.0.0",7550 "parity-scale-codec",7551 "scale-info",7552]75537554[[package]]7555name = "pallet-grandpa"7556version = "31.0.0"7557source = "registry+https://github.com/rust-lang/crates.io-index"7558checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919"7559dependencies = [7560 "frame-benchmarking 31.0.0",7561 "frame-support 31.0.0",7562 "frame-system 31.0.0",7563 "log",7564 "pallet-authorship",7565 "pallet-session",7566 "parity-scale-codec",7567 "scale-info",7568 "sp-application-crypto 33.0.0",7569 "sp-consensus-grandpa",7570 "sp-core 31.0.0",7571 "sp-io 33.0.0",7572 "sp-runtime 34.0.0",7573 "sp-session",7574 "sp-staking 29.0.0",7575 "sp-std 14.0.0",7576]75777578[[package]]7579name = "pallet-identity"7580version = "4.0.0-dev"7581dependencies = [7582 "enumflags2",7583 "frame-benchmarking 31.0.0",7584 "frame-support 31.0.0",7585 "frame-system 31.0.0",7586 "pallet-balances",7587 "parity-scale-codec",7588 "scale-info",7589 "sp-core 31.0.0",7590 "sp-io 33.0.0",7591 "sp-runtime 34.0.0",7592 "sp-std 14.0.0",7593]75947595[[package]]7596name = "pallet-identity"7597version = "31.0.0"7598source = "registry+https://github.com/rust-lang/crates.io-index"7599checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15"7600dependencies = [7601 "enumflags2",7602 "frame-benchmarking 31.0.0",7603 "frame-support 31.0.0",7604 "frame-system 31.0.0",7605 "log",7606 "parity-scale-codec",7607 "scale-info",7608 "sp-io 33.0.0",7609 "sp-runtime 34.0.0",7610 "sp-std 14.0.0",7611]76127613[[package]]7614name = "pallet-im-online"7615version = "30.0.0"7616source = "registry+https://github.com/rust-lang/crates.io-index"7617checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2"7618dependencies = [7619 "frame-benchmarking 31.0.0",7620 "frame-support 31.0.0",7621 "frame-system 31.0.0",7622 "log",7623 "pallet-authorship",7624 "parity-scale-codec",7625 "scale-info",7626 "sp-application-crypto 33.0.0",7627 "sp-core 31.0.0",7628 "sp-io 33.0.0",7629 "sp-runtime 34.0.0",7630 "sp-staking 29.0.0",7631 "sp-std 14.0.0",7632]76337634[[package]]7635name = "pallet-indices"7636version = "31.0.0"7637source = "registry+https://github.com/rust-lang/crates.io-index"7638checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664"7639dependencies = [7640 "frame-benchmarking 31.0.0",7641 "frame-support 31.0.0",7642 "frame-system 31.0.0",7643 "parity-scale-codec",7644 "scale-info",7645 "sp-core 31.0.0",7646 "sp-io 33.0.0",7647 "sp-keyring",7648 "sp-runtime 34.0.0",7649 "sp-std 14.0.0",7650]76517652[[package]]7653name = "pallet-inflation"7654version = "0.1.1"7655dependencies = [7656 "frame-benchmarking 31.0.0",7657 "frame-support 31.0.0",7658 "frame-system 31.0.0",7659 "pallet-balances",7660 "parity-scale-codec",7661 "scale-info",7662 "sp-core 31.0.0",7663 "sp-io 33.0.0",7664 "sp-runtime 34.0.0",7665 "sp-std 14.0.0",7666]76677668[[package]]7669name = "pallet-maintenance"7670version = "0.1.0"7671dependencies = [7672 "frame-benchmarking 31.0.0",7673 "frame-support 31.0.0",7674 "frame-system 31.0.0",7675 "parity-scale-codec",7676 "scale-info",7677 "sp-core 31.0.0",7678 "sp-runtime 34.0.0",7679 "sp-std 14.0.0",7680]76817682[[package]]7683name = "pallet-membership"7684version = "31.0.0"7685source = "registry+https://github.com/rust-lang/crates.io-index"7686checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54"7687dependencies = [7688 "frame-benchmarking 31.0.0",7689 "frame-support 31.0.0",7690 "frame-system 31.0.0",7691 "log",7692 "parity-scale-codec",7693 "scale-info",7694 "sp-core 31.0.0",7695 "sp-io 33.0.0",7696 "sp-runtime 34.0.0",7697 "sp-std 14.0.0",7698]76997700[[package]]7701name = "pallet-message-queue"7702version = "34.0.0"7703source = "registry+https://github.com/rust-lang/crates.io-index"7704checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9"7705dependencies = [7706 "environmental",7707 "frame-benchmarking 31.0.0",7708 "frame-support 31.0.0",7709 "frame-system 31.0.0",7710 "log",7711 "parity-scale-codec",7712 "scale-info",7713 "sp-arithmetic 25.0.0",7714 "sp-core 31.0.0",7715 "sp-io 33.0.0",7716 "sp-runtime 34.0.0",7717 "sp-std 14.0.0",7718 "sp-weights 30.0.0",7719]77207721[[package]]7722name = "pallet-mmr"7723version = "30.0.0"7724source = "registry+https://github.com/rust-lang/crates.io-index"7725checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6"7726dependencies = [7727 "frame-benchmarking 31.0.0",7728 "frame-support 31.0.0",7729 "frame-system 31.0.0",7730 "log",7731 "parity-scale-codec",7732 "scale-info",7733 "sp-core 31.0.0",7734 "sp-io 33.0.0",7735 "sp-mmr-primitives",7736 "sp-runtime 34.0.0",7737 "sp-std 14.0.0",7738]77397740[[package]]7741name = "pallet-multisig"7742version = "31.0.0"7743source = "registry+https://github.com/rust-lang/crates.io-index"7744checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2"7745dependencies = [7746 "frame-benchmarking 31.0.0",7747 "frame-support 31.0.0",7748 "frame-system 31.0.0",7749 "log",7750 "parity-scale-codec",7751 "scale-info",7752 "sp-io 33.0.0",7753 "sp-runtime 34.0.0",7754 "sp-std 14.0.0",7755]77567757[[package]]7758name = "pallet-nis"7759version = "31.0.0"7760source = "registry+https://github.com/rust-lang/crates.io-index"7761checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6"7762dependencies = [7763 "frame-benchmarking 31.0.0",7764 "frame-support 31.0.0",7765 "frame-system 31.0.0",7766 "parity-scale-codec",7767 "scale-info",7768 "sp-arithmetic 25.0.0",7769 "sp-core 31.0.0",7770 "sp-runtime 34.0.0",7771 "sp-std 14.0.0",7772]77737774[[package]]7775name = "pallet-nomination-pools"7776version = "28.0.0"7777source = "registry+https://github.com/rust-lang/crates.io-index"7778checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20"7779dependencies = [7780 "frame-support 31.0.0",7781 "frame-system 31.0.0",7782 "log",7783 "pallet-balances",7784 "parity-scale-codec",7785 "scale-info",7786 "sp-core 31.0.0",7787 "sp-io 33.0.0",7788 "sp-runtime 34.0.0",7789 "sp-staking 29.0.0",7790 "sp-std 14.0.0",7791 "sp-tracing 16.0.0",7792]77937794[[package]]7795name = "pallet-nomination-pools-benchmarking"7796version = "29.0.0"7797source = "registry+https://github.com/rust-lang/crates.io-index"7798checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713"7799dependencies = [7800 "frame-benchmarking 31.0.0",7801 "frame-election-provider-support",7802 "frame-support 31.0.0",7803 "frame-system 31.0.0",7804 "pallet-bags-list",7805 "pallet-nomination-pools",7806 "pallet-staking",7807 "parity-scale-codec",7808 "scale-info",7809 "sp-runtime 34.0.0",7810 "sp-runtime-interface 26.0.0",7811 "sp-staking 29.0.0",7812 "sp-std 14.0.0",7813]78147815[[package]]7816name = "pallet-nomination-pools-runtime-api"7817version = "26.0.0"7818source = "registry+https://github.com/rust-lang/crates.io-index"7819checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d"7820dependencies = [7821 "pallet-nomination-pools",7822 "parity-scale-codec",7823 "sp-api 29.0.0",7824 "sp-std 14.0.0",7825]78267827[[package]]7828name = "pallet-nonfungible"7829version = "0.1.14"7830dependencies = [7831 "evm-coder",7832 "frame-benchmarking 31.0.0",7833 "frame-support 31.0.0",7834 "frame-system 31.0.0",7835 "pallet-common",7836 "pallet-evm",7837 "pallet-evm-coder-substrate",7838 "pallet-structure",7839 "parity-scale-codec",7840 "scale-info",7841 "sp-core 31.0.0",7842 "sp-runtime 34.0.0",7843 "sp-std 14.0.0",7844 "struct-versioning",7845 "up-data-structs",7846]78477848[[package]]7849name = "pallet-offences"7850version = "30.0.0"7851source = "registry+https://github.com/rust-lang/crates.io-index"7852checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a"7853dependencies = [7854 "frame-support 31.0.0",7855 "frame-system 31.0.0",7856 "log",7857 "pallet-balances",7858 "parity-scale-codec",7859 "scale-info",7860 "serde",7861 "sp-runtime 34.0.0",7862 "sp-staking 29.0.0",7863 "sp-std 14.0.0",7864]78657866[[package]]7867name = "pallet-offences-benchmarking"7868version = "31.0.0"7869source = "registry+https://github.com/rust-lang/crates.io-index"7870checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b"7871dependencies = [7872 "frame-benchmarking 31.0.0",7873 "frame-election-provider-support",7874 "frame-support 31.0.0",7875 "frame-system 31.0.0",7876 "log",7877 "pallet-babe",7878 "pallet-balances",7879 "pallet-grandpa",7880 "pallet-im-online",7881 "pallet-offences",7882 "pallet-session",7883 "pallet-staking",7884 "parity-scale-codec",7885 "scale-info",7886 "sp-runtime 34.0.0",7887 "sp-staking 29.0.0",7888 "sp-std 14.0.0",7889]78907891[[package]]7892name = "pallet-preimage"7893version = "31.0.0"7894source = "registry+https://github.com/rust-lang/crates.io-index"7895checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70"7896dependencies = [7897 "frame-benchmarking 31.0.0",7898 "frame-support 31.0.0",7899 "frame-system 31.0.0",7900 "log",7901 "parity-scale-codec",7902 "scale-info",7903 "sp-core 31.0.0",7904 "sp-io 33.0.0",7905 "sp-runtime 34.0.0",7906 "sp-std 14.0.0",7907]79087909[[package]]7910name = "pallet-proxy"7911version = "31.0.0"7912source = "registry+https://github.com/rust-lang/crates.io-index"7913checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c"7914dependencies = [7915 "frame-benchmarking 31.0.0",7916 "frame-support 31.0.0",7917 "frame-system 31.0.0",7918 "parity-scale-codec",7919 "scale-info",7920 "sp-io 33.0.0",7921 "sp-runtime 34.0.0",7922 "sp-std 14.0.0",7923]79247925[[package]]7926name = "pallet-ranked-collective"7927version = "31.0.0"7928source = "registry+https://github.com/rust-lang/crates.io-index"7929checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0"7930dependencies = [7931 "frame-benchmarking 31.0.0",7932 "frame-support 31.0.0",7933 "frame-system 31.0.0",7934 "impl-trait-for-tuples",7935 "log",7936 "parity-scale-codec",7937 "scale-info",7938 "sp-arithmetic 25.0.0",7939 "sp-core 31.0.0",7940 "sp-io 33.0.0",7941 "sp-runtime 34.0.0",7942 "sp-std 14.0.0",7943]79447945[[package]]7946name = "pallet-recovery"7947version = "31.0.0"7948source = "registry+https://github.com/rust-lang/crates.io-index"7949checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79"7950dependencies = [7951 "frame-benchmarking 31.0.0",7952 "frame-support 31.0.0",7953 "frame-system 31.0.0",7954 "parity-scale-codec",7955 "scale-info",7956 "sp-io 33.0.0",7957 "sp-runtime 34.0.0",7958 "sp-std 14.0.0",7959]79607961[[package]]7962name = "pallet-referenda"7963version = "31.0.0"7964source = "registry+https://github.com/rust-lang/crates.io-index"7965checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c"7966dependencies = [7967 "assert_matches",7968 "frame-benchmarking 31.0.0",7969 "frame-support 31.0.0",7970 "frame-system 31.0.0",7971 "log",7972 "parity-scale-codec",7973 "scale-info",7974 "serde",7975 "sp-arithmetic 25.0.0",7976 "sp-io 33.0.0",7977 "sp-runtime 34.0.0",7978 "sp-std 14.0.0",7979]79807981[[package]]7982name = "pallet-refungible"7983version = "0.2.13"7984dependencies = [7985 "evm-coder",7986 "frame-benchmarking 31.0.0",7987 "frame-support 31.0.0",7988 "frame-system 31.0.0",7989 "pallet-common",7990 "pallet-evm",7991 "pallet-evm-coder-substrate",7992 "pallet-structure",7993 "parity-scale-codec",7994 "scale-info",7995 "sp-core 31.0.0",7996 "sp-runtime 34.0.0",7997 "sp-std 14.0.0",7998 "up-data-structs",7999]80008001[[package]]8002name = "pallet-root-testing"8003version = "7.0.0"8004source = "registry+https://github.com/rust-lang/crates.io-index"8005checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f"8006dependencies = [8007 "frame-support 31.0.0",8008 "frame-system 31.0.0",8009 "parity-scale-codec",8010 "scale-info",8011 "sp-core 31.0.0",8012 "sp-io 33.0.0",8013 "sp-runtime 34.0.0",8014 "sp-std 14.0.0",8015]80168017[[package]]8018name = "pallet-scheduler"8019version = "32.0.0"8020source = "registry+https://github.com/rust-lang/crates.io-index"8021checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2"8022dependencies = [8023 "docify",8024 "frame-benchmarking 31.0.0",8025 "frame-support 31.0.0",8026 "frame-system 31.0.0",8027 "log",8028 "parity-scale-codec",8029 "scale-info",8030 "sp-io 33.0.0",8031 "sp-runtime 34.0.0",8032 "sp-std 14.0.0",8033 "sp-weights 30.0.0",8034]80358036[[package]]8037name = "pallet-session"8038version = "31.0.0"8039source = "registry+https://github.com/rust-lang/crates.io-index"8040checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15"8041dependencies = [8042 "frame-support 31.0.0",8043 "frame-system 31.0.0",8044 "impl-trait-for-tuples",8045 "log",8046 "pallet-timestamp",8047 "parity-scale-codec",8048 "scale-info",8049 "sp-core 31.0.0",8050 "sp-io 33.0.0",8051 "sp-runtime 34.0.0",8052 "sp-session",8053 "sp-staking 29.0.0",8054 "sp-state-machine 0.38.0",8055 "sp-std 14.0.0",8056 "sp-trie 32.0.0",8057]80588059[[package]]8060name = "pallet-session-benchmarking"8061version = "31.0.0"8062source = "registry+https://github.com/rust-lang/crates.io-index"8063checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7"8064dependencies = [8065 "frame-benchmarking 31.0.0",8066 "frame-support 31.0.0",8067 "frame-system 31.0.0",8068 "pallet-session",8069 "pallet-staking",8070 "parity-scale-codec",8071 "rand 0.8.5",8072 "sp-runtime 34.0.0",8073 "sp-session",8074 "sp-std 14.0.0",8075]80768077[[package]]8078name = "pallet-society"8079version = "31.0.0"8080source = "registry+https://github.com/rust-lang/crates.io-index"8081checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e"8082dependencies = [8083 "frame-benchmarking 31.0.0",8084 "frame-support 31.0.0",8085 "frame-system 31.0.0",8086 "log",8087 "parity-scale-codec",8088 "rand_chacha 0.2.2",8089 "scale-info",8090 "sp-arithmetic 25.0.0",8091 "sp-io 33.0.0",8092 "sp-runtime 34.0.0",8093 "sp-std 14.0.0",8094]80958096[[package]]8097name = "pallet-staking"8098version = "31.0.0"8099source = "registry+https://github.com/rust-lang/crates.io-index"8100checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7"8101dependencies = [8102 "frame-benchmarking 31.0.0",8103 "frame-election-provider-support",8104 "frame-support 31.0.0",8105 "frame-system 31.0.0",8106 "log",8107 "pallet-authorship",8108 "pallet-session",8109 "parity-scale-codec",8110 "rand_chacha 0.2.2",8111 "scale-info",8112 "serde",8113 "sp-application-crypto 33.0.0",8114 "sp-io 33.0.0",8115 "sp-runtime 34.0.0",8116 "sp-staking 29.0.0",8117 "sp-std 14.0.0",8118]81198120[[package]]8121name = "pallet-staking-reward-curve"8122version = "11.0.0"8123source = "registry+https://github.com/rust-lang/crates.io-index"8124checksum = "efca5a4a423427d2c83af5fe07ab648c16b91e3782c3cc23316fe0bd96b4c794"8125dependencies = [8126 "proc-macro-crate 3.1.0",8127 "proc-macro2",8128 "quote",8129 "syn 2.0.55",8130]81318132[[package]]8133name = "pallet-staking-reward-fn"8134version = "21.0.0"8135source = "registry+https://github.com/rust-lang/crates.io-index"8136checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18"8137dependencies = [8138 "log",8139 "sp-arithmetic 25.0.0",8140]81418142[[package]]8143name = "pallet-staking-runtime-api"8144version = "17.0.0"8145source = "registry+https://github.com/rust-lang/crates.io-index"8146checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54"8147dependencies = [8148 "parity-scale-codec",8149 "sp-api 29.0.0",8150 "sp-staking 29.0.0",8151]81528153[[package]]8154name = "pallet-state-trie-migration"8155version = "32.0.0"8156source = "registry+https://github.com/rust-lang/crates.io-index"8157checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa"8158dependencies = [8159 "frame-benchmarking 31.0.0",8160 "frame-support 31.0.0",8161 "frame-system 31.0.0",8162 "log",8163 "parity-scale-codec",8164 "scale-info",8165 "sp-core 31.0.0",8166 "sp-io 33.0.0",8167 "sp-runtime 34.0.0",8168 "sp-std 14.0.0",8169]81708171[[package]]8172name = "pallet-structure"8173version = "0.1.2"8174dependencies = [8175 "frame-benchmarking 31.0.0",8176 "frame-support 31.0.0",8177 "frame-system 31.0.0",8178 "log",8179 "pallet-common",8180 "pallet-evm",8181 "parity-scale-codec",8182 "scale-info",8183 "sp-runtime 34.0.0",8184 "sp-std 14.0.0",8185 "up-data-structs",8186]81878188[[package]]8189name = "pallet-sudo"8190version = "31.0.0"8191source = "registry+https://github.com/rust-lang/crates.io-index"8192checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6"8193dependencies = [8194 "docify",8195 "frame-benchmarking 31.0.0",8196 "frame-support 31.0.0",8197 "frame-system 31.0.0",8198 "parity-scale-codec",8199 "scale-info",8200 "sp-io 33.0.0",8201 "sp-runtime 34.0.0",8202 "sp-std 14.0.0",8203]82048205[[package]]8206name = "pallet-template-transaction-payment"8207version = "3.0.0"8208source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.9.0#f61acb0c67e58e16f9a4d9ab3a82b5cac1a5bede"8209dependencies = [8210 "frame-benchmarking 31.0.0",8211 "frame-support 31.0.0",8212 "frame-system 31.0.0",8213 "pallet-balances",8214 "pallet-transaction-payment",8215 "parity-scale-codec",8216 "scale-info",8217 "serde",8218 "sp-core 31.0.0",8219 "sp-io 33.0.0",8220 "sp-runtime 34.0.0",8221 "sp-std 14.0.0",8222 "up-sponsorship",8223]82248225[[package]]8226name = "pallet-test-utils"8227version = "0.1.0"8228dependencies = [8229 "frame-support 31.0.0",8230 "frame-system 31.0.0",8231 "parity-scale-codec",8232 "scale-info",8233 "sp-runtime 34.0.0",8234 "sp-std 14.0.0",8235]82368237[[package]]8238name = "pallet-timestamp"8239version = "30.0.0"8240source = "registry+https://github.com/rust-lang/crates.io-index"8241checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c"8242dependencies = [8243 "docify",8244 "frame-benchmarking 31.0.0",8245 "frame-support 31.0.0",8246 "frame-system 31.0.0",8247 "log",8248 "parity-scale-codec",8249 "scale-info",8250 "sp-inherents 29.0.0",8251 "sp-io 33.0.0",8252 "sp-runtime 34.0.0",8253 "sp-std 14.0.0",8254 "sp-storage 20.0.0",8255 "sp-timestamp 29.0.0",8256]82578258[[package]]8259name = "pallet-tips"8260version = "30.0.0"8261source = "registry+https://github.com/rust-lang/crates.io-index"8262checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb"8263dependencies = [8264 "frame-benchmarking 31.0.0",8265 "frame-support 31.0.0",8266 "frame-system 31.0.0",8267 "log",8268 "pallet-treasury",8269 "parity-scale-codec",8270 "scale-info",8271 "serde",8272 "sp-core 31.0.0",8273 "sp-io 33.0.0",8274 "sp-runtime 34.0.0",8275 "sp-std 14.0.0",8276]82778278[[package]]8279name = "pallet-transaction-payment"8280version = "31.0.0"8281source = "registry+https://github.com/rust-lang/crates.io-index"8282checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e"8283dependencies = [8284 "frame-support 31.0.0",8285 "frame-system 31.0.0",8286 "parity-scale-codec",8287 "scale-info",8288 "serde",8289 "sp-core 31.0.0",8290 "sp-io 33.0.0",8291 "sp-runtime 34.0.0",8292 "sp-std 14.0.0",8293]82948295[[package]]8296name = "pallet-transaction-payment-rpc"8297version = "33.0.0"8298source = "registry+https://github.com/rust-lang/crates.io-index"8299checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2"8300dependencies = [8301 "jsonrpsee 0.22.3",8302 "pallet-transaction-payment-rpc-runtime-api",8303 "parity-scale-codec",8304 "sp-api 29.0.0",8305 "sp-blockchain",8306 "sp-core 31.0.0",8307 "sp-rpc",8308 "sp-runtime 34.0.0",8309 "sp-weights 30.0.0",8310]83118312[[package]]8313name = "pallet-transaction-payment-rpc-runtime-api"8314version = "31.0.0"8315source = "registry+https://github.com/rust-lang/crates.io-index"8316checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470"8317dependencies = [8318 "pallet-transaction-payment",8319 "parity-scale-codec",8320 "sp-api 29.0.0",8321 "sp-runtime 34.0.0",8322 "sp-weights 30.0.0",8323]83248325[[package]]8326name = "pallet-treasury"8327version = "30.0.0"8328source = "registry+https://github.com/rust-lang/crates.io-index"8329checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656"8330dependencies = [8331 "docify",8332 "frame-benchmarking 31.0.0",8333 "frame-support 31.0.0",8334 "frame-system 31.0.0",8335 "impl-trait-for-tuples",8336 "pallet-balances",8337 "parity-scale-codec",8338 "scale-info",8339 "serde",8340 "sp-core 31.0.0",8341 "sp-runtime 34.0.0",8342 "sp-std 14.0.0",8343]83448345[[package]]8346name = "pallet-unique"8347version = "0.2.1"8348dependencies = [8349 "ethereum",8350 "evm-coder",8351 "frame-benchmarking 31.0.0",8352 "frame-support 31.0.0",8353 "frame-system 31.0.0",8354 "log",8355 "pallet-balances-adapter",8356 "pallet-common",8357 "pallet-evm",8358 "pallet-evm-coder-substrate",8359 "pallet-nonfungible",8360 "pallet-refungible",8361 "pallet-structure",8362 "parity-scale-codec",8363 "scale-info",8364 "sp-core 31.0.0",8365 "sp-io 33.0.0",8366 "sp-runtime 34.0.0",8367 "sp-std 14.0.0",8368 "up-common",8369 "up-data-structs",8370]83718372[[package]]8373name = "pallet-utility"8374version = "31.0.0"8375source = "registry+https://github.com/rust-lang/crates.io-index"8376checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442"8377dependencies = [8378 "frame-benchmarking 31.0.0",8379 "frame-support 31.0.0",8380 "frame-system 31.0.0",8381 "parity-scale-codec",8382 "scale-info",8383 "sp-core 31.0.0",8384 "sp-io 33.0.0",8385 "sp-runtime 34.0.0",8386 "sp-std 14.0.0",8387]83888389[[package]]8390name = "pallet-vesting"8391version = "31.0.0"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967"8394dependencies = [8395 "frame-benchmarking 31.0.0",8396 "frame-support 31.0.0",8397 "frame-system 31.0.0",8398 "log",8399 "parity-scale-codec",8400 "scale-info",8401 "sp-runtime 34.0.0",8402 "sp-std 14.0.0",8403]84048405[[package]]8406name = "pallet-whitelist"8407version = "30.0.0"8408source = "registry+https://github.com/rust-lang/crates.io-index"8409checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f"8410dependencies = [8411 "frame-benchmarking 31.0.0",8412 "frame-support 31.0.0",8413 "frame-system 31.0.0",8414 "parity-scale-codec",8415 "scale-info",8416 "sp-api 29.0.0",8417 "sp-runtime 34.0.0",8418 "sp-std 14.0.0",8419]84208421[[package]]8422name = "pallet-xcm"8423version = "4.0.0"8424source = "registry+https://github.com/rust-lang/crates.io-index"8425checksum = "04d5e5404d9dadb39390949aadc2c641c16ce4cb0f47ed7a7ff584ab914c2984"8426dependencies = [8427 "bounded-collections 0.1.9",8428 "frame-benchmarking 25.0.0",8429 "frame-support 25.0.0",8430 "frame-system 25.0.0",8431 "log",8432 "parity-scale-codec",8433 "scale-info",8434 "serde",8435 "sp-core 25.0.0",8436 "sp-io 27.0.0",8437 "sp-runtime 28.0.0",8438 "sp-std 12.0.0",8439 "staging-xcm 4.0.0",8440 "staging-xcm-executor 4.0.2",8441]84428443[[package]]8444name = "pallet-xcm"8445version = "10.0.1"8446source = "registry+https://github.com/rust-lang/crates.io-index"8447checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478"8448dependencies = [8449 "bounded-collections 0.2.0",8450 "frame-benchmarking 31.0.0",8451 "frame-support 31.0.0",8452 "frame-system 31.0.0",8453 "log",8454 "pallet-balances",8455 "parity-scale-codec",8456 "scale-info",8457 "serde",8458 "sp-core 31.0.0",8459 "sp-io 33.0.0",8460 "sp-runtime 34.0.0",8461 "sp-std 14.0.0",8462 "staging-xcm 10.0.0",8463 "staging-xcm-builder",8464 "staging-xcm-executor 10.0.0",8465]84668467[[package]]8468name = "pallet-xcm-benchmarks"8469version = "10.0.0"8470source = "registry+https://github.com/rust-lang/crates.io-index"8471checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40"8472dependencies = [8473 "frame-benchmarking 31.0.0",8474 "frame-support 31.0.0",8475 "frame-system 31.0.0",8476 "log",8477 "parity-scale-codec",8478 "scale-info",8479 "sp-io 33.0.0",8480 "sp-runtime 34.0.0",8481 "sp-std 14.0.0",8482 "staging-xcm 10.0.0",8483 "staging-xcm-builder",8484 "staging-xcm-executor 10.0.0",8485]84868487[[package]]8488name = "parity-bip39"8489version = "2.0.1"8490source = "registry+https://github.com/rust-lang/crates.io-index"8491checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9"8492dependencies = [8493 "bitcoin_hashes 0.13.0",8494 "rand 0.8.5",8495 "rand_core 0.6.4",8496 "serde",8497 "unicode-normalization",8498]84998500[[package]]8501name = "parity-db"8502version = "0.4.13"8503source = "registry+https://github.com/rust-lang/crates.io-index"8504checksum = "592a28a24b09c9dc20ac8afaa6839abc417c720afe42c12e1e4a9d6aa2508d2e"8505dependencies = [8506 "blake2 0.10.6",8507 "crc32fast",8508 "fs2",8509 "hex",8510 "libc",8511 "log",8512 "lz4",8513 "memmap2 0.5.10",8514 "parking_lot 0.12.1",8515 "rand 0.8.5",8516 "siphasher",8517 "snap",8518 "winapi",8519]85208521[[package]]8522name = "parity-scale-codec"8523version = "3.6.9"8524source = "registry+https://github.com/rust-lang/crates.io-index"8525checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe"8526dependencies = [8527 "arrayvec 0.7.4",8528 "bitvec",8529 "byte-slice-cast",8530 "bytes",8531 "impl-trait-for-tuples",8532 "parity-scale-codec-derive",8533 "serde",8534]85358536[[package]]8537name = "parity-scale-codec-derive"8538version = "3.6.9"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b"8541dependencies = [8542 "proc-macro-crate 2.0.0",8543 "proc-macro2",8544 "quote",8545 "syn 1.0.109",8546]85478548[[package]]8549name = "parity-send-wrapper"8550version = "0.1.0"8551source = "registry+https://github.com/rust-lang/crates.io-index"8552checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"85538554[[package]]8555name = "parity-wasm"8556version = "0.45.0"8557source = "registry+https://github.com/rust-lang/crates.io-index"8558checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"85598560[[package]]8561name = "parking"8562version = "2.2.0"8563source = "registry+https://github.com/rust-lang/crates.io-index"8564checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"85658566[[package]]8567name = "parking_lot"8568version = "0.11.2"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"8571dependencies = [8572 "instant",8573 "lock_api",8574 "parking_lot_core 0.8.6",8575]85768577[[package]]8578name = "parking_lot"8579version = "0.12.1"8580source = "registry+https://github.com/rust-lang/crates.io-index"8581checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8582dependencies = [8583 "lock_api",8584 "parking_lot_core 0.9.9",8585]85868587[[package]]8588name = "parking_lot_core"8589version = "0.8.6"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"8592dependencies = [8593 "cfg-if",8594 "instant",8595 "libc",8596 "redox_syscall 0.2.16",8597 "smallvec",8598 "winapi",8599]86008601[[package]]8602name = "parking_lot_core"8603version = "0.9.9"8604source = "registry+https://github.com/rust-lang/crates.io-index"8605checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"8606dependencies = [8607 "cfg-if",8608 "libc",8609 "redox_syscall 0.4.1",8610 "smallvec",8611 "windows-targets 0.48.5",8612]86138614[[package]]8615name = "partial_sort"8616version = "0.2.0"8617source = "registry+https://github.com/rust-lang/crates.io-index"8618checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"86198620[[package]]8621name = "password-hash"8622version = "0.5.0"8623source = "registry+https://github.com/rust-lang/crates.io-index"8624checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"8625dependencies = [8626 "base64ct",8627 "rand_core 0.6.4",8628 "subtle 2.5.0",8629]86308631[[package]]8632name = "paste"8633version = "1.0.14"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"86368637[[package]]8638name = "pbkdf2"8639version = "0.8.0"8640source = "registry+https://github.com/rust-lang/crates.io-index"8641checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"8642dependencies = [8643 "crypto-mac 0.11.0",8644]86458646[[package]]8647name = "pbkdf2"8648version = "0.11.0"8649source = "registry+https://github.com/rust-lang/crates.io-index"8650checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"8651dependencies = [8652 "digest 0.10.7",8653]86548655[[package]]8656name = "pbkdf2"8657version = "0.12.2"8658source = "registry+https://github.com/rust-lang/crates.io-index"8659checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8660dependencies = [8661 "digest 0.10.7",8662 "password-hash",8663]86648665[[package]]8666name = "peeking_take_while"8667version = "0.1.2"8668source = "registry+https://github.com/rust-lang/crates.io-index"8669checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"86708671[[package]]8672name = "pem"8673version = "1.1.1"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"8676dependencies = [8677 "base64 0.13.1",8678]86798680[[package]]8681name = "percent-encoding"8682version = "2.3.1"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"86858686[[package]]8687name = "pest"8688version = "2.7.8"8689source = "registry+https://github.com/rust-lang/crates.io-index"8690checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8"8691dependencies = [8692 "memchr",8693 "thiserror",8694 "ucd-trie",8695]86968697[[package]]8698name = "pest_derive"8699version = "2.7.8"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026"8702dependencies = [8703 "pest",8704 "pest_generator",8705]87068707[[package]]8708name = "pest_generator"8709version = "2.7.8"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80"8712dependencies = [8713 "pest",8714 "pest_meta",8715 "proc-macro2",8716 "quote",8717 "syn 2.0.55",8718]87198720[[package]]8721name = "pest_meta"8722version = "2.7.8"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293"8725dependencies = [8726 "once_cell",8727 "pest",8728 "sha2 0.10.8",8729]87308731[[package]]8732name = "petgraph"8733version = "0.6.4"8734source = "registry+https://github.com/rust-lang/crates.io-index"8735checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8736dependencies = [8737 "fixedbitset",8738 "indexmap 2.2.6",8739]87408741[[package]]8742name = "pin-project"8743version = "1.1.5"8744source = "registry+https://github.com/rust-lang/crates.io-index"8745checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"8746dependencies = [8747 "pin-project-internal",8748]87498750[[package]]8751name = "pin-project-internal"8752version = "1.1.5"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"8755dependencies = [8756 "proc-macro2",8757 "quote",8758 "syn 2.0.55",8759]87608761[[package]]8762name = "pin-project-lite"8763version = "0.1.12"8764source = "registry+https://github.com/rust-lang/crates.io-index"8765checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"87668767[[package]]8768name = "pin-project-lite"8769version = "0.2.13"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"87728773[[package]]8774name = "pin-utils"8775version = "0.1.0"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"87788779[[package]]8780name = "piper"8781version = "0.2.1"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"8784dependencies = [8785 "atomic-waker",8786 "fastrand 2.0.2",8787 "futures-io",8788]87898790[[package]]8791name = "pkcs8"8792version = "0.10.2"8793source = "registry+https://github.com/rust-lang/crates.io-index"8794checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"8795dependencies = [8796 "der",8797 "spki",8798]87998800[[package]]8801name = "pkg-config"8802version = "0.3.30"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"88058806[[package]]8807name = "platforms"8808version = "3.4.0"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"88118812[[package]]8813name = "polkadot-approval-distribution"8814version = "10.0.0"8815source = "registry+https://github.com/rust-lang/crates.io-index"8816checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b"8817dependencies = [8818 "bitvec",8819 "futures",8820 "futures-timer",8821 "itertools 0.10.5",8822 "polkadot-node-jaeger",8823 "polkadot-node-metrics",8824 "polkadot-node-network-protocol",8825 "polkadot-node-primitives",8826 "polkadot-node-subsystem",8827 "polkadot-node-subsystem-util",8828 "polkadot-primitives 10.0.0",8829 "rand 0.8.5",8830 "tracing-gum",8831]88328833[[package]]8834name = "polkadot-availability-bitfield-distribution"8835version = "10.0.0"8836source = "registry+https://github.com/rust-lang/crates.io-index"8837checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec"8838dependencies = [8839 "always-assert",8840 "futures",8841 "futures-timer",8842 "polkadot-node-network-protocol",8843 "polkadot-node-subsystem",8844 "polkadot-node-subsystem-util",8845 "polkadot-primitives 10.0.0",8846 "rand 0.8.5",8847 "tracing-gum",8848]88498850[[package]]8851name = "polkadot-availability-distribution"8852version = "10.0.0"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a"8855dependencies = [8856 "derive_more",8857 "fatality",8858 "futures",8859 "parity-scale-codec",8860 "polkadot-erasure-coding",8861 "polkadot-node-network-protocol",8862 "polkadot-node-primitives",8863 "polkadot-node-subsystem",8864 "polkadot-node-subsystem-util",8865 "polkadot-primitives 10.0.0",8866 "rand 0.8.5",8867 "schnellru",8868 "sp-core 31.0.0",8869 "sp-keystore 0.37.0",8870 "thiserror",8871 "tracing-gum",8872]88738874[[package]]8875name = "polkadot-availability-recovery"8876version = "10.0.0"8877source = "registry+https://github.com/rust-lang/crates.io-index"8878checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed"8879dependencies = [8880 "async-trait",8881 "fatality",8882 "futures",8883 "parity-scale-codec",8884 "polkadot-erasure-coding",8885 "polkadot-node-network-protocol",8886 "polkadot-node-primitives",8887 "polkadot-node-subsystem",8888 "polkadot-node-subsystem-util",8889 "polkadot-primitives 10.0.0",8890 "rand 0.8.5",8891 "sc-network",8892 "schnellru",8893 "thiserror",8894 "tokio",8895 "tracing-gum",8896]88978898[[package]]8899name = "polkadot-cli"8900version = "10.0.0"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55"8903dependencies = [8904 "cfg-if",8905 "clap",8906 "frame-benchmarking-cli",8907 "futures",8908 "log",8909 "polkadot-node-metrics",8910 "polkadot-node-primitives",8911 "polkadot-service",8912 "sc-cli",8913 "sc-executor",8914 "sc-service",8915 "sc-storage-monitor",8916 "sc-sysinfo",8917 "sc-tracing",8918 "sp-core 31.0.0",8919 "sp-io 33.0.0",8920 "sp-keyring",8921 "sp-maybe-compressed-blob",8922 "sp-runtime 34.0.0",8923 "substrate-build-script-utils",8924 "thiserror",8925 "try-runtime-cli",8926]89278928[[package]]8929name = "polkadot-collator-protocol"8930version = "10.0.0"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82"8933dependencies = [8934 "bitvec",8935 "fatality",8936 "futures",8937 "futures-timer",8938 "polkadot-node-network-protocol",8939 "polkadot-node-primitives",8940 "polkadot-node-subsystem",8941 "polkadot-node-subsystem-util",8942 "polkadot-primitives 10.0.0",8943 "sp-core 31.0.0",8944 "sp-keystore 0.37.0",8945 "sp-runtime 34.0.0",8946 "thiserror",8947 "tokio-util",8948 "tracing-gum",8949]89508951[[package]]8952name = "polkadot-core-primitives"8953version = "4.0.0"8954source = "registry+https://github.com/rust-lang/crates.io-index"8955checksum = "b08d1d6ca24e1b13f8069e015cfab794344212dd7436aadd61de8086a82664ef"8956dependencies = [8957 "parity-scale-codec",8958 "scale-info",8959 "sp-core 25.0.0",8960 "sp-runtime 28.0.0",8961 "sp-std 12.0.0",8962]89638964[[package]]8965name = "polkadot-core-primitives"8966version = "10.0.0"8967source = "registry+https://github.com/rust-lang/crates.io-index"8968checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276"8969dependencies = [8970 "parity-scale-codec",8971 "scale-info",8972 "sp-core 31.0.0",8973 "sp-runtime 34.0.0",8974 "sp-std 14.0.0",8975]89768977[[package]]8978name = "polkadot-dispute-distribution"8979version = "10.0.0"8980source = "registry+https://github.com/rust-lang/crates.io-index"8981checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad"8982dependencies = [8983 "derive_more",8984 "fatality",8985 "futures",8986 "futures-timer",8987 "indexmap 2.2.6",8988 "parity-scale-codec",8989 "polkadot-erasure-coding",8990 "polkadot-node-network-protocol",8991 "polkadot-node-primitives",8992 "polkadot-node-subsystem",8993 "polkadot-node-subsystem-util",8994 "polkadot-primitives 10.0.0",8995 "sc-network",8996 "schnellru",8997 "sp-application-crypto 33.0.0",8998 "sp-keystore 0.37.0",8999 "thiserror",9000 "tracing-gum",9001]90029003[[package]]9004name = "polkadot-erasure-coding"9005version = "10.0.0"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af"9008dependencies = [9009 "parity-scale-codec",9010 "polkadot-node-primitives",9011 "polkadot-primitives 10.0.0",9012 "reed-solomon-novelpoly",9013 "sp-core 31.0.0",9014 "sp-trie 32.0.0",9015 "thiserror",9016]90179018[[package]]9019name = "polkadot-gossip-support"9020version = "10.0.0"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683"9023dependencies = [9024 "futures",9025 "futures-timer",9026 "polkadot-node-network-protocol",9027 "polkadot-node-subsystem",9028 "polkadot-node-subsystem-util",9029 "polkadot-primitives 10.0.0",9030 "rand 0.8.5",9031 "rand_chacha 0.3.1",9032 "sc-network",9033 "sc-network-common",9034 "sp-application-crypto 33.0.0",9035 "sp-core 31.0.0",9036 "sp-crypto-hashing",9037 "sp-keystore 0.37.0",9038 "tracing-gum",9039]90409041[[package]]9042name = "polkadot-network-bridge"9043version = "10.0.0"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6"9046dependencies = [9047 "always-assert",9048 "async-trait",9049 "bytes",9050 "fatality",9051 "futures",9052 "parity-scale-codec",9053 "parking_lot 0.12.1",9054 "polkadot-node-metrics",9055 "polkadot-node-network-protocol",9056 "polkadot-node-subsystem",9057 "polkadot-overseer",9058 "polkadot-primitives 10.0.0",9059 "sc-network",9060 "sp-consensus",9061 "thiserror",9062 "tracing-gum",9063]90649065[[package]]9066name = "polkadot-node-collation-generation"9067version = "10.0.0"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f"9070dependencies = [9071 "futures",9072 "parity-scale-codec",9073 "polkadot-erasure-coding",9074 "polkadot-node-primitives",9075 "polkadot-node-subsystem",9076 "polkadot-node-subsystem-util",9077 "polkadot-primitives 10.0.0",9078 "sp-core 31.0.0",9079 "sp-maybe-compressed-blob",9080 "thiserror",9081 "tracing-gum",9082]90839084[[package]]9085name = "polkadot-node-core-approval-voting"9086version = "10.0.0"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79"9089dependencies = [9090 "bitvec",9091 "derive_more",9092 "futures",9093 "futures-timer",9094 "itertools 0.10.5",9095 "kvdb",9096 "merlin 3.0.0",9097 "parity-scale-codec",9098 "polkadot-node-jaeger",9099 "polkadot-node-primitives",9100 "polkadot-node-subsystem",9101 "polkadot-node-subsystem-util",9102 "polkadot-overseer",9103 "polkadot-primitives 10.0.0",9104 "rand 0.8.5",9105 "rand_chacha 0.3.1",9106 "rand_core 0.6.4",9107 "sc-keystore",9108 "schnellru",9109 "schnorrkel 0.11.4",9110 "sp-application-crypto 33.0.0",9111 "sp-consensus",9112 "sp-consensus-slots 0.35.0",9113 "sp-runtime 34.0.0",9114 "thiserror",9115 "tracing-gum",9116]91179118[[package]]9119name = "polkadot-node-core-av-store"9120version = "10.0.0"9121source = "registry+https://github.com/rust-lang/crates.io-index"9122checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa"9123dependencies = [9124 "bitvec",9125 "futures",9126 "futures-timer",9127 "kvdb",9128 "parity-scale-codec",9129 "polkadot-erasure-coding",9130 "polkadot-node-jaeger",9131 "polkadot-node-primitives",9132 "polkadot-node-subsystem",9133 "polkadot-node-subsystem-util",9134 "polkadot-overseer",9135 "polkadot-primitives 10.0.0",9136 "sp-consensus",9137 "thiserror",9138 "tracing-gum",9139]91409141[[package]]9142name = "polkadot-node-core-backing"9143version = "10.0.0"9144source = "registry+https://github.com/rust-lang/crates.io-index"9145checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889"9146dependencies = [9147 "bitvec",9148 "fatality",9149 "futures",9150 "polkadot-erasure-coding",9151 "polkadot-node-primitives",9152 "polkadot-node-subsystem",9153 "polkadot-node-subsystem-util",9154 "polkadot-primitives 10.0.0",9155 "polkadot-statement-table",9156 "schnellru",9157 "sp-keystore 0.37.0",9158 "thiserror",9159 "tracing-gum",9160]91619162[[package]]9163name = "polkadot-node-core-bitfield-signing"9164version = "10.0.0"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea"9167dependencies = [9168 "futures",9169 "polkadot-node-subsystem",9170 "polkadot-node-subsystem-util",9171 "polkadot-primitives 10.0.0",9172 "sp-keystore 0.37.0",9173 "thiserror",9174 "tracing-gum",9175 "wasm-timer",9176]91779178[[package]]9179name = "polkadot-node-core-candidate-validation"9180version = "10.0.0"9181source = "registry+https://github.com/rust-lang/crates.io-index"9182checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb"9183dependencies = [9184 "async-trait",9185 "futures",9186 "futures-timer",9187 "parity-scale-codec",9188 "polkadot-node-core-pvf",9189 "polkadot-node-metrics",9190 "polkadot-node-primitives",9191 "polkadot-node-subsystem",9192 "polkadot-node-subsystem-util",9193 "polkadot-overseer",9194 "polkadot-parachain-primitives 9.0.0",9195 "polkadot-primitives 10.0.0",9196 "sp-maybe-compressed-blob",9197 "tracing-gum",9198]91999200[[package]]9201name = "polkadot-node-core-chain-api"9202version = "10.0.0"9203source = "registry+https://github.com/rust-lang/crates.io-index"9204checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104"9205dependencies = [9206 "futures",9207 "polkadot-node-metrics",9208 "polkadot-node-subsystem",9209 "polkadot-node-subsystem-types",9210 "sc-client-api",9211 "sc-consensus-babe",9212 "tracing-gum",9213]92149215[[package]]9216name = "polkadot-node-core-chain-selection"9217version = "10.0.0"9218source = "registry+https://github.com/rust-lang/crates.io-index"9219checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45"9220dependencies = [9221 "futures",9222 "futures-timer",9223 "kvdb",9224 "parity-scale-codec",9225 "polkadot-node-primitives",9226 "polkadot-node-subsystem",9227 "polkadot-node-subsystem-util",9228 "polkadot-primitives 10.0.0",9229 "thiserror",9230 "tracing-gum",9231]92329233[[package]]9234name = "polkadot-node-core-dispute-coordinator"9235version = "10.0.0"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82"9238dependencies = [9239 "fatality",9240 "futures",9241 "kvdb",9242 "parity-scale-codec",9243 "polkadot-node-primitives",9244 "polkadot-node-subsystem",9245 "polkadot-node-subsystem-util",9246 "polkadot-primitives 10.0.0",9247 "sc-keystore",9248 "schnellru",9249 "thiserror",9250 "tracing-gum",9251]92529253[[package]]9254name = "polkadot-node-core-parachains-inherent"9255version = "10.0.0"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2"9258dependencies = [9259 "async-trait",9260 "futures",9261 "futures-timer",9262 "polkadot-node-subsystem",9263 "polkadot-overseer",9264 "polkadot-primitives 10.0.0",9265 "sp-blockchain",9266 "sp-inherents 29.0.0",9267 "thiserror",9268 "tracing-gum",9269]92709271[[package]]9272name = "polkadot-node-core-prospective-parachains"9273version = "9.0.0"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1"9276dependencies = [9277 "bitvec",9278 "fatality",9279 "futures",9280 "parity-scale-codec",9281 "polkadot-node-primitives",9282 "polkadot-node-subsystem",9283 "polkadot-node-subsystem-util",9284 "polkadot-primitives 10.0.0",9285 "thiserror",9286 "tracing-gum",9287]92889289[[package]]9290name = "polkadot-node-core-provisioner"9291version = "10.0.0"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c"9294dependencies = [9295 "bitvec",9296 "fatality",9297 "futures",9298 "futures-timer",9299 "polkadot-node-primitives",9300 "polkadot-node-subsystem",9301 "polkadot-node-subsystem-util",9302 "polkadot-primitives 10.0.0",9303 "schnellru",9304 "thiserror",9305 "tracing-gum",9306]93079308[[package]]9309name = "polkadot-node-core-pvf"9310version = "10.0.0"9311source = "registry+https://github.com/rust-lang/crates.io-index"9312checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d"9313dependencies = [9314 "always-assert",9315 "array-bytes 6.2.2",9316 "blake3",9317 "cfg-if",9318 "futures",9319 "futures-timer",9320 "is_executable",9321 "libc",9322 "parity-scale-codec",9323 "pin-project",9324 "polkadot-core-primitives 10.0.0",9325 "polkadot-node-core-pvf-common",9326 "polkadot-node-metrics",9327 "polkadot-node-primitives",9328 "polkadot-node-subsystem",9329 "polkadot-parachain-primitives 9.0.0",9330 "polkadot-primitives 10.0.0",9331 "rand 0.8.5",9332 "slotmap",9333 "sp-core 31.0.0",9334 "sp-maybe-compressed-blob",9335 "sp-wasm-interface 20.0.0",9336 "tempfile",9337 "thiserror",9338 "tokio",9339 "tracing-gum",9340]93419342[[package]]9343name = "polkadot-node-core-pvf-checker"9344version = "10.0.0"9345source = "registry+https://github.com/rust-lang/crates.io-index"9346checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151"9347dependencies = [9348 "futures",9349 "polkadot-node-primitives",9350 "polkadot-node-subsystem",9351 "polkadot-node-subsystem-util",9352 "polkadot-overseer",9353 "polkadot-primitives 10.0.0",9354 "sp-keystore 0.37.0",9355 "thiserror",9356 "tracing-gum",9357]93589359[[package]]9360name = "polkadot-node-core-pvf-common"9361version = "10.0.0"9362source = "registry+https://github.com/rust-lang/crates.io-index"9363checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9"9364dependencies = [9365 "cfg-if",9366 "cpu-time",9367 "futures",9368 "landlock",9369 "libc",9370 "nix 0.27.1",9371 "parity-scale-codec",9372 "polkadot-parachain-primitives 9.0.0",9373 "polkadot-primitives 10.0.0",9374 "sc-executor",9375 "sc-executor-common",9376 "sc-executor-wasmtime",9377 "seccompiler",9378 "sp-core 31.0.0",9379 "sp-crypto-hashing",9380 "sp-externalities 0.27.0",9381 "sp-io 33.0.0",9382 "sp-tracing 16.0.0",9383 "thiserror",9384 "tracing-gum",9385]93869387[[package]]9388name = "polkadot-node-core-runtime-api"9389version = "10.0.0"9390source = "registry+https://github.com/rust-lang/crates.io-index"9391checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2"9392dependencies = [9393 "futures",9394 "polkadot-node-metrics",9395 "polkadot-node-subsystem",9396 "polkadot-node-subsystem-types",9397 "polkadot-primitives 10.0.0",9398 "schnellru",9399 "sp-consensus-babe",9400 "tracing-gum",9401]94029403[[package]]9404name = "polkadot-node-jaeger"9405version = "10.0.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f"9408dependencies = [9409 "lazy_static",9410 "log",9411 "mick-jaeger",9412 "parity-scale-codec",9413 "parking_lot 0.12.1",9414 "polkadot-node-primitives",9415 "polkadot-primitives 10.0.0",9416 "sc-network",9417 "sp-core 31.0.0",9418 "thiserror",9419 "tokio",9420]94219422[[package]]9423name = "polkadot-node-metrics"9424version = "10.0.0"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0"9427dependencies = [9428 "bs58 0.5.1",9429 "futures",9430 "futures-timer",9431 "log",9432 "parity-scale-codec",9433 "polkadot-primitives 10.0.0",9434 "prioritized-metered-channel",9435 "sc-cli",9436 "sc-service",9437 "sc-tracing",9438 "substrate-prometheus-endpoint",9439 "tracing-gum",9440]94419442[[package]]9443name = "polkadot-node-network-protocol"9444version = "10.0.0"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3"9447dependencies = [9448 "async-channel 1.9.0",9449 "async-trait",9450 "bitvec",9451 "derive_more",9452 "fatality",9453 "futures",9454 "hex",9455 "parity-scale-codec",9456 "polkadot-node-jaeger",9457 "polkadot-node-primitives",9458 "polkadot-primitives 10.0.0",9459 "rand 0.8.5",9460 "sc-authority-discovery",9461 "sc-network",9462 "strum 0.24.1",9463 "thiserror",9464 "tracing-gum",9465]94669467[[package]]9468name = "polkadot-node-primitives"9469version = "10.0.0"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3"9472dependencies = [9473 "bitvec",9474 "bounded-vec",9475 "futures",9476 "parity-scale-codec",9477 "polkadot-parachain-primitives 9.0.0",9478 "polkadot-primitives 10.0.0",9479 "schnorrkel 0.11.4",9480 "serde",9481 "sp-application-crypto 33.0.0",9482 "sp-consensus-babe",9483 "sp-core 31.0.0",9484 "sp-keystore 0.37.0",9485 "sp-maybe-compressed-blob",9486 "sp-runtime 34.0.0",9487 "thiserror",9488 "zstd 0.12.4",9489]94909491[[package]]9492name = "polkadot-node-subsystem"9493version = "10.0.0"9494source = "registry+https://github.com/rust-lang/crates.io-index"9495checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6"9496dependencies = [9497 "polkadot-node-jaeger",9498 "polkadot-node-subsystem-types",9499 "polkadot-overseer",9500]95019502[[package]]9503name = "polkadot-node-subsystem-types"9504version = "10.0.0"9505source = "registry+https://github.com/rust-lang/crates.io-index"9506checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64"9507dependencies = [9508 "async-trait",9509 "bitvec",9510 "derive_more",9511 "futures",9512 "orchestra",9513 "polkadot-node-jaeger",9514 "polkadot-node-network-protocol",9515 "polkadot-node-primitives",9516 "polkadot-primitives 10.0.0",9517 "polkadot-statement-table",9518 "sc-client-api",9519 "sc-network",9520 "sc-transaction-pool-api",9521 "smallvec",9522 "sp-api 29.0.0",9523 "sp-authority-discovery 29.0.0",9524 "sp-blockchain",9525 "sp-consensus-babe",9526 "sp-runtime 34.0.0",9527 "substrate-prometheus-endpoint",9528 "thiserror",9529]95309531[[package]]9532name = "polkadot-node-subsystem-util"9533version = "10.0.0"9534source = "registry+https://github.com/rust-lang/crates.io-index"9535checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6"9536dependencies = [9537 "async-trait",9538 "derive_more",9539 "fatality",9540 "futures",9541 "futures-channel",9542 "itertools 0.10.5",9543 "kvdb",9544 "parity-db",9545 "parity-scale-codec",9546 "parking_lot 0.12.1",9547 "pin-project",9548 "polkadot-node-jaeger",9549 "polkadot-node-metrics",9550 "polkadot-node-network-protocol",9551 "polkadot-node-primitives",9552 "polkadot-node-subsystem",9553 "polkadot-node-subsystem-types",9554 "polkadot-overseer",9555 "polkadot-primitives 10.0.0",9556 "prioritized-metered-channel",9557 "rand 0.8.5",9558 "sc-client-api",9559 "schnellru",9560 "sp-application-crypto 33.0.0",9561 "sp-core 31.0.0",9562 "sp-keystore 0.37.0",9563 "thiserror",9564 "tracing-gum",9565]95669567[[package]]9568name = "polkadot-overseer"9569version = "10.0.0"9570source = "registry+https://github.com/rust-lang/crates.io-index"9571checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc"9572dependencies = [9573 "async-trait",9574 "futures",9575 "futures-timer",9576 "orchestra",9577 "parking_lot 0.12.1",9578 "polkadot-node-metrics",9579 "polkadot-node-network-protocol",9580 "polkadot-node-primitives",9581 "polkadot-node-subsystem-types",9582 "polkadot-primitives 10.0.0",9583 "sc-client-api",9584 "sp-api 29.0.0",9585 "sp-core 31.0.0",9586 "tikv-jemalloc-ctl",9587 "tracing-gum",9588]95899590[[package]]9591name = "polkadot-parachain-primitives"9592version = "3.0.0"9593source = "registry+https://github.com/rust-lang/crates.io-index"9594checksum = "42265630c0c48e25d7ee5a9f4bdcafd003be65c0a44deeb6541620ca169fa519"9595dependencies = [9596 "bounded-collections 0.1.9",9597 "derive_more",9598 "frame-support 25.0.0",9599 "parity-scale-codec",9600 "polkadot-core-primitives 4.0.0",9601 "scale-info",9602 "serde",9603 "sp-core 25.0.0",9604 "sp-runtime 28.0.0",9605 "sp-std 12.0.0",9606]96079608[[package]]9609name = "polkadot-parachain-primitives"9610version = "9.0.0"9611source = "registry+https://github.com/rust-lang/crates.io-index"9612checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d"9613dependencies = [9614 "bounded-collections 0.2.0",9615 "derive_more",9616 "parity-scale-codec",9617 "polkadot-core-primitives 10.0.0",9618 "scale-info",9619 "serde",9620 "sp-core 31.0.0",9621 "sp-runtime 34.0.0",9622 "sp-std 14.0.0",9623 "sp-weights 30.0.0",9624]96259626[[package]]9627name = "polkadot-primitives"9628version = "4.0.0"9629source = "registry+https://github.com/rust-lang/crates.io-index"9630checksum = "ee4508ff6b035edc08c54bb61238500179963f6f1eb8266dce6a5625509124bc"9631dependencies = [9632 "bitvec",9633 "hex-literal",9634 "parity-scale-codec",9635 "polkadot-core-primitives 4.0.0",9636 "polkadot-parachain-primitives 3.0.0",9637 "scale-info",9638 "serde",9639 "sp-api 23.0.0",9640 "sp-application-crypto 27.0.0",9641 "sp-arithmetic 20.0.0",9642 "sp-authority-discovery 23.0.0",9643 "sp-consensus-slots 0.29.0",9644 "sp-core 25.0.0",9645 "sp-inherents 23.0.0",9646 "sp-io 27.0.0",9647 "sp-keystore 0.31.0",9648 "sp-runtime 28.0.0",9649 "sp-staking 23.0.0",9650 "sp-std 12.0.0",9651]96529653[[package]]9654name = "polkadot-primitives"9655version = "10.0.0"9656source = "registry+https://github.com/rust-lang/crates.io-index"9657checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb"9658dependencies = [9659 "bitvec",9660 "hex-literal",9661 "log",9662 "parity-scale-codec",9663 "polkadot-core-primitives 10.0.0",9664 "polkadot-parachain-primitives 9.0.0",9665 "scale-info",9666 "serde",9667 "sp-api 29.0.0",9668 "sp-application-crypto 33.0.0",9669 "sp-arithmetic 25.0.0",9670 "sp-authority-discovery 29.0.0",9671 "sp-consensus-slots 0.35.0",9672 "sp-core 31.0.0",9673 "sp-inherents 29.0.0",9674 "sp-io 33.0.0",9675 "sp-keystore 0.37.0",9676 "sp-runtime 34.0.0",9677 "sp-staking 29.0.0",9678 "sp-std 14.0.0",9679]96809681[[package]]9682name = "polkadot-rpc"9683version = "10.0.0"9684source = "registry+https://github.com/rust-lang/crates.io-index"9685checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462"9686dependencies = [9687 "jsonrpsee 0.22.3",9688 "mmr-rpc",9689 "pallet-transaction-payment-rpc",9690 "polkadot-primitives 10.0.0",9691 "sc-chain-spec",9692 "sc-client-api",9693 "sc-consensus-babe",9694 "sc-consensus-babe-rpc",9695 "sc-consensus-beefy",9696 "sc-consensus-beefy-rpc",9697 "sc-consensus-epochs",9698 "sc-consensus-grandpa",9699 "sc-consensus-grandpa-rpc",9700 "sc-rpc",9701 "sc-rpc-spec-v2",9702 "sc-sync-state-rpc",9703 "sc-transaction-pool-api",9704 "sp-api 29.0.0",9705 "sp-block-builder",9706 "sp-blockchain",9707 "sp-consensus",9708 "sp-consensus-babe",9709 "sp-keystore 0.37.0",9710 "sp-runtime 34.0.0",9711 "substrate-frame-rpc-system",9712 "substrate-state-trie-migration-rpc",9713]97149715[[package]]9716name = "polkadot-runtime-common"9717version = "10.0.0"9718source = "registry+https://github.com/rust-lang/crates.io-index"9719checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2"9720dependencies = [9721 "bitvec",9722 "frame-benchmarking 31.0.0",9723 "frame-election-provider-support",9724 "frame-support 31.0.0",9725 "frame-system 31.0.0",9726 "impl-trait-for-tuples",9727 "libsecp256k1",9728 "log",9729 "pallet-asset-rate",9730 "pallet-authorship",9731 "pallet-babe",9732 "pallet-balances",9733 "pallet-broker",9734 "pallet-election-provider-multi-phase",9735 "pallet-fast-unstake",9736 "pallet-identity 31.0.0",9737 "pallet-session",9738 "pallet-staking",9739 "pallet-staking-reward-fn",9740 "pallet-timestamp",9741 "pallet-transaction-payment",9742 "pallet-treasury",9743 "pallet-vesting",9744 "parity-scale-codec",9745 "polkadot-primitives 10.0.0",9746 "polkadot-runtime-parachains",9747 "rustc-hex",9748 "scale-info",9749 "serde",9750 "serde_derive",9751 "slot-range-helper",9752 "sp-api 29.0.0",9753 "sp-core 31.0.0",9754 "sp-inherents 29.0.0",9755 "sp-io 33.0.0",9756 "sp-npos-elections",9757 "sp-runtime 34.0.0",9758 "sp-session",9759 "sp-staking 29.0.0",9760 "sp-std 14.0.0",9761 "staging-xcm 10.0.0",9762 "staging-xcm-builder",9763 "staging-xcm-executor 10.0.0",9764 "static_assertions",9765]97669767[[package]]9768name = "polkadot-runtime-metrics"9769version = "10.0.0"9770source = "registry+https://github.com/rust-lang/crates.io-index"9771checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772"9772dependencies = [9773 "bs58 0.5.1",9774 "frame-benchmarking 31.0.0",9775 "parity-scale-codec",9776 "polkadot-primitives 10.0.0",9777 "sp-std 14.0.0",9778 "sp-tracing 16.0.0",9779]97809781[[package]]9782name = "polkadot-runtime-parachains"9783version = "10.0.0"9784source = "registry+https://github.com/rust-lang/crates.io-index"9785checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6"9786dependencies = [9787 "bitflags 1.3.2",9788 "bitvec",9789 "derive_more",9790 "frame-benchmarking 31.0.0",9791 "frame-support 31.0.0",9792 "frame-system 31.0.0",9793 "impl-trait-for-tuples",9794 "log",9795 "pallet-authority-discovery",9796 "pallet-authorship",9797 "pallet-babe",9798 "pallet-balances",9799 "pallet-broker",9800 "pallet-message-queue",9801 "pallet-session",9802 "pallet-staking",9803 "pallet-timestamp",9804 "pallet-vesting",9805 "parity-scale-codec",9806 "polkadot-core-primitives 10.0.0",9807 "polkadot-parachain-primitives 9.0.0",9808 "polkadot-primitives 10.0.0",9809 "polkadot-runtime-metrics",9810 "rand 0.8.5",9811 "rand_chacha 0.3.1",9812 "rustc-hex",9813 "scale-info",9814 "serde",9815 "sp-api 29.0.0",9816 "sp-application-crypto 33.0.0",9817 "sp-arithmetic 25.0.0",9818 "sp-core 31.0.0",9819 "sp-inherents 29.0.0",9820 "sp-io 33.0.0",9821 "sp-keystore 0.37.0",9822 "sp-runtime 34.0.0",9823 "sp-session",9824 "sp-staking 29.0.0",9825 "sp-std 14.0.0",9826 "staging-xcm 10.0.0",9827 "staging-xcm-executor 10.0.0",9828 "static_assertions",9829]98309831[[package]]9832name = "polkadot-service"9833version = "10.0.0"9834source = "registry+https://github.com/rust-lang/crates.io-index"9835checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78"9836dependencies = [9837 "async-trait",9838 "frame-benchmarking 31.0.0",9839 "frame-benchmarking-cli",9840 "frame-support 31.0.0",9841 "frame-system 31.0.0",9842 "frame-system-rpc-runtime-api",9843 "futures",9844 "hex-literal",9845 "is_executable",9846 "kvdb",9847 "kvdb-rocksdb",9848 "log",9849 "mmr-gadget",9850 "pallet-babe",9851 "pallet-im-online",9852 "pallet-staking",9853 "pallet-transaction-payment",9854 "pallet-transaction-payment-rpc-runtime-api",9855 "parity-db",9856 "parity-scale-codec",9857 "parking_lot 0.12.1",9858 "polkadot-approval-distribution",9859 "polkadot-availability-bitfield-distribution",9860 "polkadot-availability-distribution",9861 "polkadot-availability-recovery",9862 "polkadot-collator-protocol",9863 "polkadot-core-primitives 10.0.0",9864 "polkadot-dispute-distribution",9865 "polkadot-gossip-support",9866 "polkadot-network-bridge",9867 "polkadot-node-collation-generation",9868 "polkadot-node-core-approval-voting",9869 "polkadot-node-core-av-store",9870 "polkadot-node-core-backing",9871 "polkadot-node-core-bitfield-signing",9872 "polkadot-node-core-candidate-validation",9873 "polkadot-node-core-chain-api",9874 "polkadot-node-core-chain-selection",9875 "polkadot-node-core-dispute-coordinator",9876 "polkadot-node-core-parachains-inherent",9877 "polkadot-node-core-prospective-parachains",9878 "polkadot-node-core-provisioner",9879 "polkadot-node-core-pvf",9880 "polkadot-node-core-pvf-checker",9881 "polkadot-node-core-runtime-api",9882 "polkadot-node-network-protocol",9883 "polkadot-node-primitives",9884 "polkadot-node-subsystem",9885 "polkadot-node-subsystem-types",9886 "polkadot-node-subsystem-util",9887 "polkadot-overseer",9888 "polkadot-parachain-primitives 9.0.0",9889 "polkadot-primitives 10.0.0",9890 "polkadot-rpc",9891 "polkadot-runtime-parachains",9892 "polkadot-statement-distribution",9893 "rococo-runtime",9894 "sc-authority-discovery",9895 "sc-basic-authorship",9896 "sc-block-builder",9897 "sc-chain-spec",9898 "sc-client-api",9899 "sc-client-db",9900 "sc-consensus",9901 "sc-consensus-babe",9902 "sc-consensus-beefy",9903 "sc-consensus-grandpa",9904 "sc-consensus-slots",9905 "sc-executor",9906 "sc-keystore",9907 "sc-network",9908 "sc-network-common",9909 "sc-network-sync",9910 "sc-offchain",9911 "sc-service",9912 "sc-sync-state-rpc",9913 "sc-sysinfo",9914 "sc-telemetry",9915 "sc-transaction-pool",9916 "sc-transaction-pool-api",9917 "schnellru",9918 "serde",9919 "serde_json",9920 "sp-api 29.0.0",9921 "sp-authority-discovery 29.0.0",9922 "sp-block-builder",9923 "sp-blockchain",9924 "sp-consensus",9925 "sp-consensus-babe",9926 "sp-consensus-beefy",9927 "sp-consensus-grandpa",9928 "sp-core 31.0.0",9929 "sp-inherents 29.0.0",9930 "sp-io 33.0.0",9931 "sp-keyring",9932 "sp-keystore 0.37.0",9933 "sp-mmr-primitives",9934 "sp-offchain",9935 "sp-runtime 34.0.0",9936 "sp-session",9937 "sp-state-machine 0.38.0",9938 "sp-storage 20.0.0",9939 "sp-timestamp 29.0.0",9940 "sp-transaction-pool",9941 "sp-version 32.0.0",9942 "sp-weights 30.0.0",9943 "substrate-prometheus-endpoint",9944 "thiserror",9945 "tracing-gum",9946 "westend-runtime",9947]99489949[[package]]9950name = "polkadot-statement-distribution"9951version = "10.0.0"9952source = "registry+https://github.com/rust-lang/crates.io-index"9953checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248"9954dependencies = [9955 "arrayvec 0.7.4",9956 "bitvec",9957 "fatality",9958 "futures",9959 "futures-timer",9960 "indexmap 2.2.6",9961 "parity-scale-codec",9962 "polkadot-node-network-protocol",9963 "polkadot-node-primitives",9964 "polkadot-node-subsystem",9965 "polkadot-node-subsystem-util",9966 "polkadot-primitives 10.0.0",9967 "sp-keystore 0.37.0",9968 "sp-staking 29.0.0",9969 "thiserror",9970 "tracing-gum",9971]99729973[[package]]9974name = "polkadot-statement-table"9975version = "10.0.0"9976source = "registry+https://github.com/rust-lang/crates.io-index"9977checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b"9978dependencies = [9979 "parity-scale-codec",9980 "polkadot-primitives 10.0.0",9981 "sp-core 31.0.0",9982 "tracing-gum",9983]99849985[[package]]9986name = "polkavm"9987version = "0.9.3"9988source = "registry+https://github.com/rust-lang/crates.io-index"9989checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94"9990dependencies = [9991 "libc",9992 "log",9993 "polkavm-assembler",9994 "polkavm-common 0.9.0",9995 "polkavm-linux-raw",9996]99979998[[package]]9999name = "polkavm-assembler"10000version = "0.9.0"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1"10003dependencies = [10004 "log",10005]1000610007[[package]]10008name = "polkavm-common"10009version = "0.8.0"10010source = "registry+https://github.com/rust-lang/crates.io-index"10011checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817"1001210013[[package]]10014name = "polkavm-common"10015version = "0.9.0"10016source = "registry+https://github.com/rust-lang/crates.io-index"10017checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92"10018dependencies = [10019 "log",10020]1002110022[[package]]10023name = "polkavm-derive"10024version = "0.8.0"10025source = "registry+https://github.com/rust-lang/crates.io-index"10026checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125"10027dependencies = [10028 "polkavm-derive-impl-macro 0.8.0",10029]1003010031[[package]]10032name = "polkavm-derive"10033version = "0.9.1"10034source = "registry+https://github.com/rust-lang/crates.io-index"10035checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606"10036dependencies = [10037 "polkavm-derive-impl-macro 0.9.0",10038]1003910040[[package]]10041name = "polkavm-derive-impl"10042version = "0.8.0"10043source = "registry+https://github.com/rust-lang/crates.io-index"10044checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c"10045dependencies = [10046 "polkavm-common 0.8.0",10047 "proc-macro2",10048 "quote",10049 "syn 2.0.55",10050]1005110052[[package]]10053name = "polkavm-derive-impl"10054version = "0.9.0"10055source = "registry+https://github.com/rust-lang/crates.io-index"10056checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c"10057dependencies = [10058 "polkavm-common 0.9.0",10059 "proc-macro2",10060 "quote",10061 "syn 2.0.55",10062]1006310064[[package]]10065name = "polkavm-derive-impl-macro"10066version = "0.8.0"10067source = "registry+https://github.com/rust-lang/crates.io-index"10068checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66"10069dependencies = [10070 "polkavm-derive-impl 0.8.0",10071 "syn 2.0.55",10072]1007310074[[package]]10075name = "polkavm-derive-impl-macro"10076version = "0.9.0"10077source = "registry+https://github.com/rust-lang/crates.io-index"10078checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429"10079dependencies = [10080 "polkavm-derive-impl 0.9.0",10081 "syn 2.0.55",10082]1008310084[[package]]10085name = "polkavm-linker"10086version = "0.9.2"10087source = "registry+https://github.com/rust-lang/crates.io-index"10088checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39"10089dependencies = [10090 "gimli 0.28.1",10091 "hashbrown 0.14.3",10092 "log",10093 "object 0.32.2",10094 "polkavm-common 0.9.0",10095 "regalloc2 0.9.3",10096 "rustc-demangle",10097]1009810099[[package]]10100name = "polkavm-linux-raw"10101version = "0.9.0"10102source = "registry+https://github.com/rust-lang/crates.io-index"10103checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120"1010410105[[package]]10106name = "polling"10107version = "2.8.0"10108source = "registry+https://github.com/rust-lang/crates.io-index"10109checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"10110dependencies = [10111 "autocfg",10112 "bitflags 1.3.2",10113 "cfg-if",10114 "concurrent-queue",10115 "libc",10116 "log",10117 "pin-project-lite 0.2.13",10118 "windows-sys 0.48.0",10119]1012010121[[package]]10122name = "polling"10123version = "3.6.0"10124source = "registry+https://github.com/rust-lang/crates.io-index"10125checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6"10126dependencies = [10127 "cfg-if",10128 "concurrent-queue",10129 "hermit-abi",10130 "pin-project-lite 0.2.13",10131 "rustix 0.38.32",10132 "tracing",10133 "windows-sys 0.52.0",10134]1013510136[[package]]10137name = "poly1305"10138version = "0.8.0"10139source = "registry+https://github.com/rust-lang/crates.io-index"10140checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"10141dependencies = [10142 "cpufeatures",10143 "opaque-debug 0.3.1",10144 "universal-hash",10145]1014610147[[package]]10148name = "polyval"10149version = "0.6.2"10150source = "registry+https://github.com/rust-lang/crates.io-index"10151checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"10152dependencies = [10153 "cfg-if",10154 "cpufeatures",10155 "opaque-debug 0.3.1",10156 "universal-hash",10157]1015810159[[package]]10160name = "portable-atomic"10161version = "1.6.0"10162source = "registry+https://github.com/rust-lang/crates.io-index"10163checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"1016410165[[package]]10166name = "powerfmt"10167version = "0.2.0"10168source = "registry+https://github.com/rust-lang/crates.io-index"10169checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"1017010171[[package]]10172name = "ppv-lite86"10173version = "0.2.17"10174source = "registry+https://github.com/rust-lang/crates.io-index"10175checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"1017610177[[package]]10178name = "precompile-utils-macro"10179version = "0.1.0"10180dependencies = [10181 "num_enum",10182 "proc-macro2",10183 "quote",10184 "sha3 0.8.2",10185 "syn 1.0.109",10186]1018710188[[package]]10189name = "predicates"10190version = "2.1.5"10191source = "registry+https://github.com/rust-lang/crates.io-index"10192checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"10193dependencies = [10194 "difflib",10195 "float-cmp",10196 "itertools 0.10.5",10197 "normalize-line-endings",10198 "predicates-core",10199 "regex",10200]1020110202[[package]]10203name = "predicates-core"10204version = "1.0.6"10205source = "registry+https://github.com/rust-lang/crates.io-index"10206checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"1020710208[[package]]10209name = "predicates-tree"10210version = "1.0.9"10211source = "registry+https://github.com/rust-lang/crates.io-index"10212checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"10213dependencies = [10214 "predicates-core",10215 "termtree",10216]1021710218[[package]]10219name = "prettier-please"10220version = "0.2.0"10221source = "registry+https://github.com/rust-lang/crates.io-index"10222checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3"10223dependencies = [10224 "proc-macro2",10225 "syn 2.0.55",10226]1022710228[[package]]10229name = "prettyplease"10230version = "0.1.11"10231source = "registry+https://github.com/rust-lang/crates.io-index"10232checksum = "f28f53e8b192565862cf99343194579a022eb9c7dd3a8d03134734803c7b3125"10233dependencies = [10234 "proc-macro2",10235 "syn 1.0.109",10236]1023710238[[package]]10239name = "prettyplease"10240version = "0.2.17"10241source = "registry+https://github.com/rust-lang/crates.io-index"10242checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"10243dependencies = [10244 "proc-macro2",10245 "syn 2.0.55",10246]1024710248[[package]]10249name = "primitive-types"10250version = "0.12.2"10251source = "registry+https://github.com/rust-lang/crates.io-index"10252checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"10253dependencies = [10254 "fixed-hash",10255 "impl-codec",10256 "impl-rlp",10257 "impl-serde",10258 "scale-info",10259 "uint",10260]1026110262[[package]]10263name = "prioritized-metered-channel"10264version = "0.6.1"10265source = "registry+https://github.com/rust-lang/crates.io-index"10266checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad"10267dependencies = [10268 "coarsetime",10269 "crossbeam-queue",10270 "derive_more",10271 "futures",10272 "futures-timer",10273 "nanorand",10274 "thiserror",10275 "tracing",10276]1027710278[[package]]10279name = "proc-macro-crate"10280version = "1.3.1"10281source = "registry+https://github.com/rust-lang/crates.io-index"10282checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"10283dependencies = [10284 "once_cell",10285 "toml_edit 0.19.15",10286]1028710288[[package]]10289name = "proc-macro-crate"10290version = "2.0.0"10291source = "registry+https://github.com/rust-lang/crates.io-index"10292checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"10293dependencies = [10294 "toml_edit 0.20.7",10295]1029610297[[package]]10298name = "proc-macro-crate"10299version = "3.1.0"10300source = "registry+https://github.com/rust-lang/crates.io-index"10301checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"10302dependencies = [10303 "toml_edit 0.21.1",10304]1030510306[[package]]10307name = "proc-macro-error"10308version = "1.0.4"10309source = "registry+https://github.com/rust-lang/crates.io-index"10310checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"10311dependencies = [10312 "proc-macro-error-attr",10313 "proc-macro2",10314 "quote",10315 "syn 1.0.109",10316 "version_check",10317]1031810319[[package]]10320name = "proc-macro-error-attr"10321version = "1.0.4"10322source = "registry+https://github.com/rust-lang/crates.io-index"10323checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"10324dependencies = [10325 "proc-macro2",10326 "quote",10327 "version_check",10328]1032910330[[package]]10331name = "proc-macro-warning"10332version = "1.0.2"10333source = "registry+https://github.com/rust-lang/crates.io-index"10334checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca"10335dependencies = [10336 "proc-macro2",10337 "quote",10338 "syn 2.0.55",10339]1034010341[[package]]10342name = "proc-macro2"10343version = "1.0.79"10344source = "registry+https://github.com/rust-lang/crates.io-index"10345checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"10346dependencies = [10347 "unicode-ident",10348]1034910350[[package]]10351name = "prometheus"10352version = "0.13.3"10353source = "registry+https://github.com/rust-lang/crates.io-index"10354checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"10355dependencies = [10356 "cfg-if",10357 "fnv",10358 "lazy_static",10359 "memchr",10360 "parking_lot 0.12.1",10361 "thiserror",10362]1036310364[[package]]10365name = "prometheus-client"10366version = "0.19.0"10367source = "registry+https://github.com/rust-lang/crates.io-index"10368checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"10369dependencies = [10370 "dtoa",10371 "itoa",10372 "parking_lot 0.12.1",10373 "prometheus-client-derive-encode",10374]1037510376[[package]]10377name = "prometheus-client-derive-encode"10378version = "0.4.2"10379source = "registry+https://github.com/rust-lang/crates.io-index"10380checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"10381dependencies = [10382 "proc-macro2",10383 "quote",10384 "syn 2.0.55",10385]1038610387[[package]]10388name = "prost"10389version = "0.11.9"10390source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"10392dependencies = [10393 "bytes",10394 "prost-derive 0.11.9",10395]1039610397[[package]]10398name = "prost"10399version = "0.12.3"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"10402dependencies = [10403 "bytes",10404 "prost-derive 0.12.3",10405]1040610407[[package]]10408name = "prost-build"10409version = "0.11.9"10410source = "registry+https://github.com/rust-lang/crates.io-index"10411checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"10412dependencies = [10413 "bytes",10414 "heck 0.4.1",10415 "itertools 0.10.5",10416 "lazy_static",10417 "log",10418 "multimap",10419 "petgraph",10420 "prettyplease 0.1.11",10421 "prost 0.11.9",10422 "prost-types",10423 "regex",10424 "syn 1.0.109",10425 "tempfile",10426 "which",10427]1042810429[[package]]10430name = "prost-derive"10431version = "0.11.9"10432source = "registry+https://github.com/rust-lang/crates.io-index"10433checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"10434dependencies = [10435 "anyhow",10436 "itertools 0.10.5",10437 "proc-macro2",10438 "quote",10439 "syn 1.0.109",10440]1044110442[[package]]10443name = "prost-derive"10444version = "0.12.3"10445source = "registry+https://github.com/rust-lang/crates.io-index"10446checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"10447dependencies = [10448 "anyhow",10449 "itertools 0.11.0",10450 "proc-macro2",10451 "quote",10452 "syn 2.0.55",10453]1045410455[[package]]10456name = "prost-types"10457version = "0.11.9"10458source = "registry+https://github.com/rust-lang/crates.io-index"10459checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"10460dependencies = [10461 "prost 0.11.9",10462]1046310464[[package]]10465name = "psm"10466version = "0.1.21"10467source = "registry+https://github.com/rust-lang/crates.io-index"10468checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"10469dependencies = [10470 "cc",10471]1047210473[[package]]10474name = "quanta"10475version = "0.12.2"10476source = "registry+https://github.com/rust-lang/crates.io-index"10477checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c"10478dependencies = [10479 "crossbeam-utils",10480 "libc",10481 "once_cell",10482 "raw-cpuid",10483 "wasi 0.11.0+wasi-snapshot-preview1",10484 "web-sys",10485 "winapi",10486]1048710488[[package]]10489name = "quartz-runtime"10490version = "1.3.0"10491dependencies = [10492 "app-promotion-rpc",10493 "cumulus-pallet-aura-ext",10494 "cumulus-pallet-dmp-queue",10495 "cumulus-pallet-parachain-system",10496 "cumulus-pallet-xcm",10497 "cumulus-pallet-xcmp-queue",10498 "cumulus-primitives-core 0.10.0",10499 "cumulus-primitives-timestamp",10500 "cumulus-primitives-utility",10501 "derivative",10502 "evm-coder",10503 "fp-evm",10504 "fp-rpc",10505 "fp-self-contained",10506 "frame-benchmarking 31.0.0",10507 "frame-executive",10508 "frame-support 31.0.0",10509 "frame-system 31.0.0",10510 "frame-system-benchmarking",10511 "frame-system-rpc-runtime-api",10512 "frame-try-runtime",10513 "hex-literal",10514 "impl-trait-for-tuples",10515 "log",10516 "num_enum",10517 "orml-traits",10518 "orml-vesting",10519 "orml-xcm-support",10520 "orml-xtokens",10521 "pallet-app-promotion",10522 "pallet-aura",10523 "pallet-authorship",10524 "pallet-balances",10525 "pallet-balances-adapter",10526 "pallet-base-fee",10527 "pallet-collator-selection",10528 "pallet-collective",10529 "pallet-common",10530 "pallet-configuration",10531 "pallet-democracy",10532 "pallet-ethereum",10533 "pallet-evm",10534 "pallet-evm-coder-substrate",10535 "pallet-evm-contract-helpers",10536 "pallet-evm-migration",10537 "pallet-evm-precompile-simple",10538 "pallet-evm-transaction-payment",10539 "pallet-foreign-assets",10540 "pallet-fungible",10541 "pallet-gov-origins",10542 "pallet-identity 4.0.0-dev",10543 "pallet-inflation",10544 "pallet-maintenance",10545 "pallet-membership",10546 "pallet-nonfungible",10547 "pallet-preimage",10548 "pallet-ranked-collective",10549 "pallet-referenda",10550 "pallet-refungible",10551 "pallet-scheduler",10552 "pallet-session",10553 "pallet-state-trie-migration",10554 "pallet-structure",10555 "pallet-sudo",10556 "pallet-template-transaction-payment",10557 "pallet-test-utils",10558 "pallet-timestamp",10559 "pallet-transaction-payment",10560 "pallet-transaction-payment-rpc-runtime-api",10561 "pallet-treasury",10562 "pallet-unique",10563 "pallet-utility",10564 "pallet-xcm 10.0.1",10565 "parity-scale-codec",10566 "polkadot-parachain-primitives 9.0.0",10567 "polkadot-runtime-common",10568 "precompile-utils-macro",10569 "scale-info",10570 "serde",10571 "smallvec",10572 "sp-api 29.0.0",10573 "sp-arithmetic 25.0.0",10574 "sp-block-builder",10575 "sp-consensus-aura",10576 "sp-core 31.0.0",10577 "sp-inherents 29.0.0",10578 "sp-io 33.0.0",10579 "sp-offchain",10580 "sp-runtime 34.0.0",10581 "sp-session",10582 "sp-std 14.0.0",10583 "sp-storage 20.0.0",10584 "sp-transaction-pool",10585 "sp-version 32.0.0",10586 "staging-parachain-info",10587 "staging-xcm 10.0.0",10588 "staging-xcm-builder",10589 "staging-xcm-executor 10.0.0",10590 "substrate-wasm-builder",10591 "up-common",10592 "up-data-structs",10593 "up-pov-estimate-rpc",10594 "up-rpc",10595 "up-sponsorship",10596]1059710598[[package]]10599name = "quick-error"10600version = "1.2.3"10601source = "registry+https://github.com/rust-lang/crates.io-index"10602checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"1060310604[[package]]10605name = "quick-protobuf"10606version = "0.8.1"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"10609dependencies = [10610 "byteorder",10611]1061210613[[package]]10614name = "quick-protobuf-codec"10615version = "0.1.0"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"10618dependencies = [10619 "asynchronous-codec",10620 "bytes",10621 "quick-protobuf",10622 "thiserror",10623 "unsigned-varint",10624]1062510626[[package]]10627name = "quicksink"10628version = "0.1.2"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"10631dependencies = [10632 "futures-core",10633 "futures-sink",10634 "pin-project-lite 0.1.12",10635]1063610637[[package]]10638name = "quinn-proto"10639version = "0.9.6"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863"10642dependencies = [10643 "bytes",10644 "rand 0.8.5",10645 "ring 0.16.20",10646 "rustc-hash",10647 "rustls 0.20.9",10648 "slab",10649 "thiserror",10650 "tinyvec",10651 "tracing",10652 "webpki",10653]1065410655[[package]]10656name = "quote"10657version = "1.0.35"10658source = "registry+https://github.com/rust-lang/crates.io-index"10659checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"10660dependencies = [10661 "proc-macro2",10662]1066310664[[package]]10665name = "radium"10666version = "0.7.0"10667source = "registry+https://github.com/rust-lang/crates.io-index"10668checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"1066910670[[package]]10671name = "rand"10672version = "0.7.3"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"10675dependencies = [10676 "getrandom 0.1.16",10677 "libc",10678 "rand_chacha 0.2.2",10679 "rand_core 0.5.1",10680 "rand_hc",10681]1068210683[[package]]10684name = "rand"10685version = "0.8.5"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"10688dependencies = [10689 "libc",10690 "rand_chacha 0.3.1",10691 "rand_core 0.6.4",10692]1069310694[[package]]10695name = "rand_chacha"10696version = "0.2.2"10697source = "registry+https://github.com/rust-lang/crates.io-index"10698checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"10699dependencies = [10700 "ppv-lite86",10701 "rand_core 0.5.1",10702]1070310704[[package]]10705name = "rand_chacha"10706version = "0.3.1"10707source = "registry+https://github.com/rust-lang/crates.io-index"10708checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"10709dependencies = [10710 "ppv-lite86",10711 "rand_core 0.6.4",10712]1071310714[[package]]10715name = "rand_core"10716version = "0.5.1"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"10719dependencies = [10720 "getrandom 0.1.16",10721]1072210723[[package]]10724name = "rand_core"10725version = "0.6.4"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10728dependencies = [10729 "getrandom 0.2.12",10730]1073110732[[package]]10733name = "rand_distr"10734version = "0.4.3"10735source = "registry+https://github.com/rust-lang/crates.io-index"10736checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"10737dependencies = [10738 "num-traits",10739 "rand 0.8.5",10740]1074110742[[package]]10743name = "rand_hc"10744version = "0.2.0"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"10747dependencies = [10748 "rand_core 0.5.1",10749]1075010751[[package]]10752name = "rand_pcg"10753version = "0.3.1"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"10756dependencies = [10757 "rand_core 0.6.4",10758]1075910760[[package]]10761name = "raw-cpuid"10762version = "11.0.1"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1"10765dependencies = [10766 "bitflags 2.5.0",10767]1076810769[[package]]10770name = "rawpointer"10771version = "0.2.1"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"1077410775[[package]]10776name = "rayon"10777version = "1.10.0"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"10780dependencies = [10781 "either",10782 "rayon-core",10783]1078410785[[package]]10786name = "rayon-core"10787version = "1.12.1"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"10790dependencies = [10791 "crossbeam-deque",10792 "crossbeam-utils",10793]1079410795[[package]]10796name = "rcgen"10797version = "0.10.0"10798source = "registry+https://github.com/rust-lang/crates.io-index"10799checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"10800dependencies = [10801 "pem",10802 "ring 0.16.20",10803 "time",10804 "yasna",10805]1080610807[[package]]10808name = "redox_syscall"10809version = "0.2.16"10810source = "registry+https://github.com/rust-lang/crates.io-index"10811checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"10812dependencies = [10813 "bitflags 1.3.2",10814]1081510816[[package]]10817name = "redox_syscall"10818version = "0.4.1"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"10821dependencies = [10822 "bitflags 1.3.2",10823]1082410825[[package]]10826name = "redox_users"10827version = "0.4.4"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"10830dependencies = [10831 "getrandom 0.2.12",10832 "libredox",10833 "thiserror",10834]1083510836[[package]]10837name = "reed-solomon-novelpoly"10838version = "2.0.0"10839source = "registry+https://github.com/rust-lang/crates.io-index"10840checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab"10841dependencies = [10842 "derive_more",10843 "fs-err",10844 "static_init",10845 "thiserror",10846]1084710848[[package]]10849name = "ref-cast"10850version = "1.0.22"10851source = "registry+https://github.com/rust-lang/crates.io-index"10852checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f"10853dependencies = [10854 "ref-cast-impl",10855]1085610857[[package]]10858name = "ref-cast-impl"10859version = "1.0.22"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc"10862dependencies = [10863 "proc-macro2",10864 "quote",10865 "syn 2.0.55",10866]1086710868[[package]]10869name = "regalloc2"10870version = "0.6.1"10871source = "registry+https://github.com/rust-lang/crates.io-index"10872checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"10873dependencies = [10874 "fxhash",10875 "log",10876 "slice-group-by",10877 "smallvec",10878]1087910880[[package]]10881name = "regalloc2"10882version = "0.9.3"10883source = "registry+https://github.com/rust-lang/crates.io-index"10884checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"10885dependencies = [10886 "hashbrown 0.13.2",10887 "log",10888 "rustc-hash",10889 "slice-group-by",10890 "smallvec",10891]1089210893[[package]]10894name = "regex"10895version = "1.10.4"10896source = "registry+https://github.com/rust-lang/crates.io-index"10897checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"10898dependencies = [10899 "aho-corasick",10900 "memchr",10901 "regex-automata 0.4.6",10902 "regex-syntax 0.8.3",10903]1090410905[[package]]10906name = "regex-automata"10907version = "0.1.10"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"10910dependencies = [10911 "regex-syntax 0.6.29",10912]1091310914[[package]]10915name = "regex-automata"10916version = "0.4.6"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"10919dependencies = [10920 "aho-corasick",10921 "memchr",10922 "regex-syntax 0.8.3",10923]1092410925[[package]]10926name = "regex-syntax"10927version = "0.6.29"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"1093010931[[package]]10932name = "regex-syntax"10933version = "0.8.3"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"1093610937[[package]]10938name = "resolv-conf"10939version = "0.7.0"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"10942dependencies = [10943 "hostname",10944 "quick-error",10945]1094610947[[package]]10948name = "rfc6979"10949version = "0.4.0"10950source = "registry+https://github.com/rust-lang/crates.io-index"10951checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10952dependencies = [10953 "hmac 0.12.1",10954 "subtle 2.5.0",10955]1095610957[[package]]10958name = "ring"10959version = "0.16.20"10960source = "registry+https://github.com/rust-lang/crates.io-index"10961checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"10962dependencies = [10963 "cc",10964 "libc",10965 "once_cell",10966 "spin 0.5.2",10967 "untrusted 0.7.1",10968 "web-sys",10969 "winapi",10970]1097110972[[package]]10973name = "ring"10974version = "0.17.8"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"10977dependencies = [10978 "cc",10979 "cfg-if",10980 "getrandom 0.2.12",10981 "libc",10982 "spin 0.9.8",10983 "untrusted 0.9.0",10984 "windows-sys 0.52.0",10985]1098610987[[package]]10988name = "ripemd"10989version = "0.1.3"10990source = "registry+https://github.com/rust-lang/crates.io-index"10991checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"10992dependencies = [10993 "digest 0.10.7",10994]1099510996[[package]]10997name = "rlp"10998version = "0.5.2"10999source = "registry+https://github.com/rust-lang/crates.io-index"11000checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"11001dependencies = [11002 "bytes",11003 "rlp-derive",11004 "rustc-hex",11005]1100611007[[package]]11008name = "rlp-derive"11009version = "0.1.0"11010source = "registry+https://github.com/rust-lang/crates.io-index"11011checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"11012dependencies = [11013 "proc-macro2",11014 "quote",11015 "syn 1.0.109",11016]1101711018[[package]]11019name = "rocksdb"11020version = "0.21.0"11021source = "registry+https://github.com/rust-lang/crates.io-index"11022checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"11023dependencies = [11024 "libc",11025 "librocksdb-sys",11026]1102711028[[package]]11029name = "rococo-runtime"11030version = "10.0.0"11031source = "registry+https://github.com/rust-lang/crates.io-index"11032checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27"11033dependencies = [11034 "binary-merkle-tree",11035 "frame-benchmarking 31.0.0",11036 "frame-executive",11037 "frame-support 31.0.0",11038 "frame-system 31.0.0",11039 "frame-system-benchmarking",11040 "frame-system-rpc-runtime-api",11041 "frame-try-runtime",11042 "hex-literal",11043 "log",11044 "pallet-asset-rate",11045 "pallet-authority-discovery",11046 "pallet-authorship",11047 "pallet-babe",11048 "pallet-balances",11049 "pallet-beefy",11050 "pallet-beefy-mmr",11051 "pallet-bounties",11052 "pallet-child-bounties",11053 "pallet-collective",11054 "pallet-conviction-voting",11055 "pallet-democracy",11056 "pallet-elections-phragmen",11057 "pallet-grandpa",11058 "pallet-identity 31.0.0",11059 "pallet-im-online",11060 "pallet-indices",11061 "pallet-membership",11062 "pallet-message-queue",11063 "pallet-mmr",11064 "pallet-multisig",11065 "pallet-nis",11066 "pallet-offences",11067 "pallet-preimage",11068 "pallet-proxy",11069 "pallet-ranked-collective",11070 "pallet-recovery",11071 "pallet-referenda",11072 "pallet-root-testing",11073 "pallet-scheduler",11074 "pallet-session",11075 "pallet-society",11076 "pallet-staking",11077 "pallet-state-trie-migration",11078 "pallet-sudo",11079 "pallet-timestamp",11080 "pallet-tips",11081 "pallet-transaction-payment",11082 "pallet-transaction-payment-rpc-runtime-api",11083 "pallet-treasury",11084 "pallet-utility",11085 "pallet-vesting",11086 "pallet-whitelist",11087 "pallet-xcm 10.0.1",11088 "pallet-xcm-benchmarks",11089 "parity-scale-codec",11090 "polkadot-parachain-primitives 9.0.0",11091 "polkadot-primitives 10.0.0",11092 "polkadot-runtime-common",11093 "polkadot-runtime-parachains",11094 "rococo-runtime-constants",11095 "scale-info",11096 "serde",11097 "serde_derive",11098 "smallvec",11099 "sp-api 29.0.0",11100 "sp-arithmetic 25.0.0",11101 "sp-authority-discovery 29.0.0",11102 "sp-block-builder",11103 "sp-consensus-babe",11104 "sp-consensus-beefy",11105 "sp-core 31.0.0",11106 "sp-genesis-builder 0.10.0",11107 "sp-inherents 29.0.0",11108 "sp-io 33.0.0",11109 "sp-mmr-primitives",11110 "sp-offchain",11111 "sp-runtime 34.0.0",11112 "sp-session",11113 "sp-staking 29.0.0",11114 "sp-std 14.0.0",11115 "sp-storage 20.0.0",11116 "sp-transaction-pool",11117 "sp-version 32.0.0",11118 "staging-xcm 10.0.0",11119 "staging-xcm-builder",11120 "staging-xcm-executor 10.0.0",11121 "static_assertions",11122 "substrate-wasm-builder",11123]1112411125[[package]]11126name = "rococo-runtime-constants"11127version = "10.0.0"11128source = "registry+https://github.com/rust-lang/crates.io-index"11129checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549"11130dependencies = [11131 "frame-support 31.0.0",11132 "polkadot-primitives 10.0.0",11133 "polkadot-runtime-common",11134 "smallvec",11135 "sp-core 31.0.0",11136 "sp-runtime 34.0.0",11137 "sp-weights 30.0.0",11138 "staging-xcm 10.0.0",11139 "staging-xcm-builder",11140]1114111142[[package]]11143name = "route-recognizer"11144version = "0.3.1"11145source = "registry+https://github.com/rust-lang/crates.io-index"11146checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"1114711148[[package]]11149name = "rpassword"11150version = "7.3.1"11151source = "registry+https://github.com/rust-lang/crates.io-index"11152checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"11153dependencies = [11154 "libc",11155 "rtoolbox",11156 "windows-sys 0.48.0",11157]1115811159[[package]]11160name = "rtnetlink"11161version = "0.10.1"11162source = "registry+https://github.com/rust-lang/crates.io-index"11163checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"11164dependencies = [11165 "futures",11166 "log",11167 "netlink-packet-route",11168 "netlink-proto",11169 "nix 0.24.3",11170 "thiserror",11171 "tokio",11172]1117311174[[package]]11175name = "rtoolbox"11176version = "0.0.2"11177source = "registry+https://github.com/rust-lang/crates.io-index"11178checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"11179dependencies = [11180 "libc",11181 "windows-sys 0.48.0",11182]1118311184[[package]]11185name = "rustc-demangle"11186version = "0.1.23"11187source = "registry+https://github.com/rust-lang/crates.io-index"11188checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1118911190[[package]]11191name = "rustc-hash"11192version = "1.1.0"11193source = "registry+https://github.com/rust-lang/crates.io-index"11194checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1119511196[[package]]11197name = "rustc-hex"11198version = "2.1.0"11199source = "registry+https://github.com/rust-lang/crates.io-index"11200checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1120111202[[package]]11203name = "rustc_version"11204version = "0.4.0"11205source = "registry+https://github.com/rust-lang/crates.io-index"11206checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"11207dependencies = [11208 "semver 1.0.22",11209]1121011211[[package]]11212name = "rusticata-macros"11213version = "4.1.0"11214source = "registry+https://github.com/rust-lang/crates.io-index"11215checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"11216dependencies = [11217 "nom",11218]1121911220[[package]]11221name = "rustix"11222version = "0.36.17"11223source = "registry+https://github.com/rust-lang/crates.io-index"11224checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"11225dependencies = [11226 "bitflags 1.3.2",11227 "errno",11228 "io-lifetimes",11229 "libc",11230 "linux-raw-sys 0.1.4",11231 "windows-sys 0.45.0",11232]1123311234[[package]]11235name = "rustix"11236version = "0.37.27"11237source = "registry+https://github.com/rust-lang/crates.io-index"11238checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"11239dependencies = [11240 "bitflags 1.3.2",11241 "errno",11242 "io-lifetimes",11243 "libc",11244 "linux-raw-sys 0.3.8",11245 "windows-sys 0.48.0",11246]1124711248[[package]]11249name = "rustix"11250version = "0.38.32"11251source = "registry+https://github.com/rust-lang/crates.io-index"11252checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"11253dependencies = [11254 "bitflags 2.5.0",11255 "errno",11256 "libc",11257 "linux-raw-sys 0.4.13",11258 "windows-sys 0.52.0",11259]1126011261[[package]]11262name = "rustls"11263version = "0.20.9"11264source = "registry+https://github.com/rust-lang/crates.io-index"11265checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"11266dependencies = [11267 "log",11268 "ring 0.16.20",11269 "sct",11270 "webpki",11271]1127211273[[package]]11274name = "rustls"11275version = "0.21.10"11276source = "registry+https://github.com/rust-lang/crates.io-index"11277checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"11278dependencies = [11279 "log",11280 "ring 0.17.8",11281 "rustls-webpki 0.101.7",11282 "sct",11283]1128411285[[package]]11286name = "rustls"11287version = "0.22.3"11288source = "registry+https://github.com/rust-lang/crates.io-index"11289checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c"11290dependencies = [11291 "log",11292 "ring 0.17.8",11293 "rustls-pki-types",11294 "rustls-webpki 0.102.2",11295 "subtle 2.5.0",11296 "zeroize",11297]1129811299[[package]]11300name = "rustls-native-certs"11301version = "0.6.3"11302source = "registry+https://github.com/rust-lang/crates.io-index"11303checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"11304dependencies = [11305 "openssl-probe",11306 "rustls-pemfile 1.0.4",11307 "schannel",11308 "security-framework",11309]1131011311[[package]]11312name = "rustls-native-certs"11313version = "0.7.0"11314source = "registry+https://github.com/rust-lang/crates.io-index"11315checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"11316dependencies = [11317 "openssl-probe",11318 "rustls-pemfile 2.1.1",11319 "rustls-pki-types",11320 "schannel",11321 "security-framework",11322]1132311324[[package]]11325name = "rustls-pemfile"11326version = "1.0.4"11327source = "registry+https://github.com/rust-lang/crates.io-index"11328checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"11329dependencies = [11330 "base64 0.21.7",11331]1133211333[[package]]11334name = "rustls-pemfile"11335version = "2.1.1"11336source = "registry+https://github.com/rust-lang/crates.io-index"11337checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"11338dependencies = [11339 "base64 0.21.7",11340 "rustls-pki-types",11341]1134211343[[package]]11344name = "rustls-pki-types"11345version = "1.4.1"11346source = "registry+https://github.com/rust-lang/crates.io-index"11347checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"1134811349[[package]]11350name = "rustls-webpki"11351version = "0.101.7"11352source = "registry+https://github.com/rust-lang/crates.io-index"11353checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"11354dependencies = [11355 "ring 0.17.8",11356 "untrusted 0.9.0",11357]1135811359[[package]]11360name = "rustls-webpki"11361version = "0.102.2"11362source = "registry+https://github.com/rust-lang/crates.io-index"11363checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"11364dependencies = [11365 "ring 0.17.8",11366 "rustls-pki-types",11367 "untrusted 0.9.0",11368]1136911370[[package]]11371name = "rustversion"11372version = "1.0.14"11373source = "registry+https://github.com/rust-lang/crates.io-index"11374checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"1137511376[[package]]11377name = "ruzstd"11378version = "0.4.0"11379source = "registry+https://github.com/rust-lang/crates.io-index"11380checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"11381dependencies = [11382 "byteorder",11383 "thiserror-core",11384 "twox-hash",11385]1138611387[[package]]11388name = "rw-stream-sink"11389version = "0.3.0"11390source = "registry+https://github.com/rust-lang/crates.io-index"11391checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"11392dependencies = [11393 "futures",11394 "pin-project",11395 "static_assertions",11396]1139711398[[package]]11399name = "ryu"11400version = "1.0.17"11401source = "registry+https://github.com/rust-lang/crates.io-index"11402checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"1140311404[[package]]11405name = "safe_arch"11406version = "0.7.1"11407source = "registry+https://github.com/rust-lang/crates.io-index"11408checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"11409dependencies = [11410 "bytemuck",11411]1141211413[[package]]11414name = "same-file"11415version = "1.0.6"11416source = "registry+https://github.com/rust-lang/crates.io-index"11417checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"11418dependencies = [11419 "winapi-util",11420]1142111422[[package]]11423name = "sc-allocator"11424version = "26.0.0"11425source = "registry+https://github.com/rust-lang/crates.io-index"11426checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f"11427dependencies = [11428 "log",11429 "sp-core 31.0.0",11430 "sp-wasm-interface 20.0.0",11431 "thiserror",11432]1143311434[[package]]11435name = "sc-authority-discovery"11436version = "0.37.0"11437source = "registry+https://github.com/rust-lang/crates.io-index"11438checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d"11439dependencies = [11440 "async-trait",11441 "futures",11442 "futures-timer",11443 "ip_network",11444 "libp2p",11445 "log",11446 "multihash 0.18.1",11447 "multihash-codetable",11448 "parity-scale-codec",11449 "prost 0.12.3",11450 "prost-build",11451 "rand 0.8.5",11452 "sc-client-api",11453 "sc-network",11454 "sp-api 29.0.0",11455 "sp-authority-discovery 29.0.0",11456 "sp-blockchain",11457 "sp-core 31.0.0",11458 "sp-keystore 0.37.0",11459 "sp-runtime 34.0.0",11460 "substrate-prometheus-endpoint",11461 "thiserror",11462]1146311464[[package]]11465name = "sc-basic-authorship"11466version = "0.37.0"11467source = "registry+https://github.com/rust-lang/crates.io-index"11468checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07"11469dependencies = [11470 "futures",11471 "futures-timer",11472 "log",11473 "parity-scale-codec",11474 "sc-block-builder",11475 "sc-proposer-metrics",11476 "sc-telemetry",11477 "sc-transaction-pool-api",11478 "sp-api 29.0.0",11479 "sp-blockchain",11480 "sp-consensus",11481 "sp-core 31.0.0",11482 "sp-inherents 29.0.0",11483 "sp-runtime 34.0.0",11484 "substrate-prometheus-endpoint",11485]1148611487[[package]]11488name = "sc-block-builder"11489version = "0.36.0"11490source = "registry+https://github.com/rust-lang/crates.io-index"11491checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d"11492dependencies = [11493 "parity-scale-codec",11494 "sp-api 29.0.0",11495 "sp-block-builder",11496 "sp-blockchain",11497 "sp-core 31.0.0",11498 "sp-inherents 29.0.0",11499 "sp-runtime 34.0.0",11500 "sp-trie 32.0.0",11501]1150211503[[package]]11504name = "sc-chain-spec"11505version = "30.0.0"11506source = "registry+https://github.com/rust-lang/crates.io-index"11507checksum = "499fd59f6df4213edaf9b84aaebc466588b69dedf490c2bae3bc910fc37fbc42"11508dependencies = [11509 "array-bytes 6.2.2",11510 "docify",11511 "log",11512 "memmap2 0.9.4",11513 "parity-scale-codec",11514 "sc-chain-spec-derive",11515 "sc-client-api",11516 "sc-executor",11517 "sc-network",11518 "sc-telemetry",11519 "serde",11520 "serde_json",11521 "sp-blockchain",11522 "sp-core 31.0.0",11523 "sp-crypto-hashing",11524 "sp-genesis-builder 0.10.0",11525 "sp-io 33.0.0",11526 "sp-runtime 34.0.0",11527 "sp-state-machine 0.38.0",11528]1152911530[[package]]11531name = "sc-chain-spec-derive"11532version = "11.0.0"11533source = "registry+https://github.com/rust-lang/crates.io-index"11534checksum = "f2e80fbdaea194762d4b4b0eec389037c25ad102676203b42d684774ae3019b8"11535dependencies = [11536 "proc-macro-crate 3.1.0",11537 "proc-macro2",11538 "quote",11539 "syn 2.0.55",11540]1154111542[[package]]11543name = "sc-cli"11544version = "0.39.0"11545source = "registry+https://github.com/rust-lang/crates.io-index"11546checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe"11547dependencies = [11548 "array-bytes 6.2.2",11549 "chrono",11550 "clap",11551 "fdlimit",11552 "futures",11553 "itertools 0.10.5",11554 "libp2p-identity",11555 "log",11556 "names",11557 "parity-bip39",11558 "parity-scale-codec",11559 "rand 0.8.5",11560 "regex",11561 "rpassword",11562 "sc-client-api",11563 "sc-client-db",11564 "sc-keystore",11565 "sc-mixnet",11566 "sc-network",11567 "sc-service",11568 "sc-telemetry",11569 "sc-tracing",11570 "sc-utils",11571 "serde",11572 "serde_json",11573 "sp-blockchain",11574 "sp-core 31.0.0",11575 "sp-keyring",11576 "sp-keystore 0.37.0",11577 "sp-panic-handler 13.0.0",11578 "sp-runtime 34.0.0",11579 "sp-version 32.0.0",11580 "thiserror",11581 "tokio",11582]1158311584[[package]]11585name = "sc-client-api"11586version = "31.0.0"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4"11589dependencies = [11590 "fnv",11591 "futures",11592 "log",11593 "parity-scale-codec",11594 "parking_lot 0.12.1",11595 "sc-executor",11596 "sc-transaction-pool-api",11597 "sc-utils",11598 "sp-api 29.0.0",11599 "sp-blockchain",11600 "sp-consensus",11601 "sp-core 31.0.0",11602 "sp-database",11603 "sp-externalities 0.27.0",11604 "sp-runtime 34.0.0",11605 "sp-state-machine 0.38.0",11606 "sp-statement-store",11607 "sp-storage 20.0.0",11608 "sp-trie 32.0.0",11609 "substrate-prometheus-endpoint",11610]1161111612[[package]]11613name = "sc-client-db"11614version = "0.38.0"11615source = "registry+https://github.com/rust-lang/crates.io-index"11616checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42"11617dependencies = [11618 "hash-db",11619 "kvdb",11620 "kvdb-memorydb",11621 "kvdb-rocksdb",11622 "linked-hash-map",11623 "log",11624 "parity-db",11625 "parity-scale-codec",11626 "parking_lot 0.12.1",11627 "sc-client-api",11628 "sc-state-db",11629 "schnellru",11630 "sp-arithmetic 25.0.0",11631 "sp-blockchain",11632 "sp-core 31.0.0",11633 "sp-database",11634 "sp-runtime 34.0.0",11635 "sp-state-machine 0.38.0",11636 "sp-trie 32.0.0",11637]1163811639[[package]]11640name = "sc-consensus"11641version = "0.36.0"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd"11644dependencies = [11645 "async-trait",11646 "futures",11647 "futures-timer",11648 "libp2p-identity",11649 "log",11650 "mockall",11651 "parking_lot 0.12.1",11652 "sc-client-api",11653 "sc-utils",11654 "serde",11655 "sp-api 29.0.0",11656 "sp-blockchain",11657 "sp-consensus",11658 "sp-core 31.0.0",11659 "sp-runtime 34.0.0",11660 "sp-state-machine 0.38.0",11661 "substrate-prometheus-endpoint",11662 "thiserror",11663]1166411665[[package]]11666name = "sc-consensus-aura"11667version = "0.37.0"11668source = "registry+https://github.com/rust-lang/crates.io-index"11669checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879"11670dependencies = [11671 "async-trait",11672 "futures",11673 "log",11674 "parity-scale-codec",11675 "sc-block-builder",11676 "sc-client-api",11677 "sc-consensus",11678 "sc-consensus-slots",11679 "sc-telemetry",11680 "sp-api 29.0.0",11681 "sp-application-crypto 33.0.0",11682 "sp-block-builder",11683 "sp-blockchain",11684 "sp-consensus",11685 "sp-consensus-aura",11686 "sp-consensus-slots 0.35.0",11687 "sp-core 31.0.0",11688 "sp-inherents 29.0.0",11689 "sp-keystore 0.37.0",11690 "sp-runtime 34.0.0",11691 "substrate-prometheus-endpoint",11692 "thiserror",11693]1169411695[[package]]11696name = "sc-consensus-babe"11697version = "0.37.0"11698source = "registry+https://github.com/rust-lang/crates.io-index"11699checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e"11700dependencies = [11701 "async-trait",11702 "fork-tree",11703 "futures",11704 "log",11705 "num-bigint",11706 "num-rational",11707 "num-traits",11708 "parity-scale-codec",11709 "parking_lot 0.12.1",11710 "sc-client-api",11711 "sc-consensus",11712 "sc-consensus-epochs",11713 "sc-consensus-slots",11714 "sc-telemetry",11715 "sc-transaction-pool-api",11716 "sp-api 29.0.0",11717 "sp-application-crypto 33.0.0",11718 "sp-block-builder",11719 "sp-blockchain",11720 "sp-consensus",11721 "sp-consensus-babe",11722 "sp-consensus-slots 0.35.0",11723 "sp-core 31.0.0",11724 "sp-crypto-hashing",11725 "sp-inherents 29.0.0",11726 "sp-keystore 0.37.0",11727 "sp-runtime 34.0.0",11728 "substrate-prometheus-endpoint",11729 "thiserror",11730]1173111732[[package]]11733name = "sc-consensus-babe-rpc"11734version = "0.37.0"11735source = "registry+https://github.com/rust-lang/crates.io-index"11736checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383"11737dependencies = [11738 "futures",11739 "jsonrpsee 0.22.3",11740 "sc-consensus-babe",11741 "sc-consensus-epochs",11742 "sc-rpc-api",11743 "serde",11744 "sp-api 29.0.0",11745 "sp-application-crypto 33.0.0",11746 "sp-blockchain",11747 "sp-consensus",11748 "sp-consensus-babe",11749 "sp-core 31.0.0",11750 "sp-keystore 0.37.0",11751 "sp-runtime 34.0.0",11752 "thiserror",11753]1175411755[[package]]11756name = "sc-consensus-beefy"11757version = "16.0.0"11758source = "registry+https://github.com/rust-lang/crates.io-index"11759checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f"11760dependencies = [11761 "array-bytes 6.2.2",11762 "async-channel 1.9.0",11763 "async-trait",11764 "fnv",11765 "futures",11766 "log",11767 "parity-scale-codec",11768 "parking_lot 0.12.1",11769 "sc-client-api",11770 "sc-consensus",11771 "sc-network",11772 "sc-network-gossip",11773 "sc-network-sync",11774 "sc-utils",11775 "sp-api 29.0.0",11776 "sp-application-crypto 33.0.0",11777 "sp-arithmetic 25.0.0",11778 "sp-blockchain",11779 "sp-consensus",11780 "sp-consensus-beefy",11781 "sp-core 31.0.0",11782 "sp-crypto-hashing",11783 "sp-keystore 0.37.0",11784 "sp-mmr-primitives",11785 "sp-runtime 34.0.0",11786 "substrate-prometheus-endpoint",11787 "thiserror",11788 "tokio",11789 "wasm-timer",11790]1179111792[[package]]11793name = "sc-consensus-beefy-rpc"11794version = "16.0.0"11795source = "registry+https://github.com/rust-lang/crates.io-index"11796checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1"11797dependencies = [11798 "futures",11799 "jsonrpsee 0.22.3",11800 "log",11801 "parity-scale-codec",11802 "parking_lot 0.12.1",11803 "sc-consensus-beefy",11804 "sc-rpc",11805 "serde",11806 "sp-consensus-beefy",11807 "sp-core 31.0.0",11808 "sp-runtime 34.0.0",11809 "thiserror",11810]1181111812[[package]]11813name = "sc-consensus-epochs"11814version = "0.36.0"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850"11817dependencies = [11818 "fork-tree",11819 "parity-scale-codec",11820 "sc-client-api",11821 "sc-consensus",11822 "sp-blockchain",11823 "sp-runtime 34.0.0",11824]1182511826[[package]]11827name = "sc-consensus-grandpa"11828version = "0.22.0"11829source = "registry+https://github.com/rust-lang/crates.io-index"11830checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5"11831dependencies = [11832 "ahash 0.8.11",11833 "array-bytes 6.2.2",11834 "async-trait",11835 "dyn-clone",11836 "finality-grandpa",11837 "fork-tree",11838 "futures",11839 "futures-timer",11840 "log",11841 "parity-scale-codec",11842 "parking_lot 0.12.1",11843 "rand 0.8.5",11844 "sc-block-builder",11845 "sc-chain-spec",11846 "sc-client-api",11847 "sc-consensus",11848 "sc-network",11849 "sc-network-common",11850 "sc-network-gossip",11851 "sc-network-sync",11852 "sc-telemetry",11853 "sc-transaction-pool-api",11854 "sc-utils",11855 "serde_json",11856 "sp-api 29.0.0",11857 "sp-application-crypto 33.0.0",11858 "sp-arithmetic 25.0.0",11859 "sp-blockchain",11860 "sp-consensus",11861 "sp-consensus-grandpa",11862 "sp-core 31.0.0",11863 "sp-crypto-hashing",11864 "sp-keystore 0.37.0",11865 "sp-runtime 34.0.0",11866 "substrate-prometheus-endpoint",11867 "thiserror",11868]1186911870[[package]]11871name = "sc-consensus-grandpa-rpc"11872version = "0.22.0"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc"11875dependencies = [11876 "finality-grandpa",11877 "futures",11878 "jsonrpsee 0.22.3",11879 "log",11880 "parity-scale-codec",11881 "sc-client-api",11882 "sc-consensus-grandpa",11883 "sc-rpc",11884 "serde",11885 "sp-blockchain",11886 "sp-core 31.0.0",11887 "sp-runtime 34.0.0",11888 "thiserror",11889]1189011891[[package]]11892name = "sc-consensus-manual-seal"11893version = "0.38.0"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "c0741690ea4a51823f2828a545d8df184d5e0b526ca306c467be557dfac1d074"11896dependencies = [11897 "assert_matches",11898 "async-trait",11899 "futures",11900 "futures-timer",11901 "jsonrpsee 0.22.3",11902 "log",11903 "parity-scale-codec",11904 "sc-client-api",11905 "sc-consensus",11906 "sc-consensus-aura",11907 "sc-consensus-babe",11908 "sc-consensus-epochs",11909 "sc-transaction-pool",11910 "sc-transaction-pool-api",11911 "serde",11912 "sp-api 29.0.0",11913 "sp-blockchain",11914 "sp-consensus",11915 "sp-consensus-aura",11916 "sp-consensus-babe",11917 "sp-consensus-slots 0.35.0",11918 "sp-core 31.0.0",11919 "sp-inherents 29.0.0",11920 "sp-keystore 0.37.0",11921 "sp-runtime 34.0.0",11922 "sp-timestamp 29.0.0",11923 "substrate-prometheus-endpoint",11924 "thiserror",11925]1192611927[[package]]11928name = "sc-consensus-slots"11929version = "0.36.0"11930source = "registry+https://github.com/rust-lang/crates.io-index"11931checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b"11932dependencies = [11933 "async-trait",11934 "futures",11935 "futures-timer",11936 "log",11937 "parity-scale-codec",11938 "sc-client-api",11939 "sc-consensus",11940 "sc-telemetry",11941 "sp-arithmetic 25.0.0",11942 "sp-blockchain",11943 "sp-consensus",11944 "sp-consensus-slots 0.35.0",11945 "sp-core 31.0.0",11946 "sp-inherents 29.0.0",11947 "sp-runtime 34.0.0",11948 "sp-state-machine 0.38.0",11949]1195011951[[package]]11952name = "sc-executor"11953version = "0.35.0"11954source = "registry+https://github.com/rust-lang/crates.io-index"11955checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d"11956dependencies = [11957 "parity-scale-codec",11958 "parking_lot 0.12.1",11959 "sc-executor-common",11960 "sc-executor-polkavm",11961 "sc-executor-wasmtime",11962 "schnellru",11963 "sp-api 29.0.0",11964 "sp-core 31.0.0",11965 "sp-externalities 0.27.0",11966 "sp-io 33.0.0",11967 "sp-panic-handler 13.0.0",11968 "sp-runtime-interface 26.0.0",11969 "sp-trie 32.0.0",11970 "sp-version 32.0.0",11971 "sp-wasm-interface 20.0.0",11972 "tracing",11973]1197411975[[package]]11976name = "sc-executor-common"11977version = "0.32.0"11978source = "registry+https://github.com/rust-lang/crates.io-index"11979checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34"11980dependencies = [11981 "polkavm",11982 "sc-allocator",11983 "sp-maybe-compressed-blob",11984 "sp-wasm-interface 20.0.0",11985 "thiserror",11986 "wasm-instrument",11987]1198811989[[package]]11990name = "sc-executor-polkavm"11991version = "0.29.0"11992source = "registry+https://github.com/rust-lang/crates.io-index"11993checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0"11994dependencies = [11995 "log",11996 "polkavm",11997 "sc-executor-common",11998 "sp-wasm-interface 20.0.0",11999]1200012001[[package]]12002name = "sc-executor-wasmtime"12003version = "0.32.0"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f"12006dependencies = [12007 "anyhow",12008 "cfg-if",12009 "libc",12010 "log",12011 "parking_lot 0.12.1",12012 "rustix 0.36.17",12013 "sc-allocator",12014 "sc-executor-common",12015 "sp-runtime-interface 26.0.0",12016 "sp-wasm-interface 20.0.0",12017 "wasmtime",12018]1201912020[[package]]12021name = "sc-informant"12022version = "0.36.0"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41"12025dependencies = [12026 "ansi_term",12027 "futures",12028 "futures-timer",12029 "log",12030 "sc-client-api",12031 "sc-network",12032 "sc-network-common",12033 "sc-network-sync",12034 "sp-blockchain",12035 "sp-runtime 34.0.0",12036]1203712038[[package]]12039name = "sc-keystore"12040version = "28.0.0"12041source = "registry+https://github.com/rust-lang/crates.io-index"12042checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4"12043dependencies = [12044 "array-bytes 6.2.2",12045 "parking_lot 0.12.1",12046 "serde_json",12047 "sp-application-crypto 33.0.0",12048 "sp-core 31.0.0",12049 "sp-keystore 0.37.0",12050 "thiserror",12051]1205212053[[package]]12054name = "sc-mixnet"12055version = "0.7.0"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad"12058dependencies = [12059 "array-bytes 4.2.0",12060 "arrayvec 0.7.4",12061 "blake2 0.10.6",12062 "bytes",12063 "futures",12064 "futures-timer",12065 "libp2p-identity",12066 "log",12067 "mixnet",12068 "multiaddr",12069 "parity-scale-codec",12070 "parking_lot 0.12.1",12071 "sc-client-api",12072 "sc-network",12073 "sc-transaction-pool-api",12074 "sp-api 29.0.0",12075 "sp-consensus",12076 "sp-core 31.0.0",12077 "sp-keystore 0.37.0",12078 "sp-mixnet",12079 "sp-runtime 34.0.0",12080 "thiserror",12081]1208212083[[package]]12084name = "sc-network"12085version = "0.37.0"12086source = "registry+https://github.com/rust-lang/crates.io-index"12087checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29"12088dependencies = [12089 "array-bytes 6.2.2",12090 "async-channel 1.9.0",12091 "async-trait",12092 "asynchronous-codec",12093 "bytes",12094 "either",12095 "fnv",12096 "futures",12097 "futures-timer",12098 "ip_network",12099 "libp2p",12100 "linked_hash_set",12101 "log",12102 "mockall",12103 "parity-scale-codec",12104 "parking_lot 0.12.1",12105 "partial_sort",12106 "pin-project",12107 "rand 0.8.5",12108 "sc-client-api",12109 "sc-network-common",12110 "sc-utils",12111 "serde",12112 "serde_json",12113 "smallvec",12114 "sp-arithmetic 25.0.0",12115 "sp-blockchain",12116 "sp-core 31.0.0",12117 "sp-runtime 34.0.0",12118 "substrate-prometheus-endpoint",12119 "thiserror",12120 "tokio",12121 "tokio-stream",12122 "unsigned-varint",12123 "wasm-timer",12124 "zeroize",12125]1212612127[[package]]12128name = "sc-network-bitswap"12129version = "0.36.0"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945"12132dependencies = [12133 "async-channel 1.9.0",12134 "cid",12135 "futures",12136 "libp2p-identity",12137 "log",12138 "prost 0.12.3",12139 "prost-build",12140 "sc-client-api",12141 "sc-network",12142 "sp-blockchain",12143 "sp-runtime 34.0.0",12144 "thiserror",12145 "unsigned-varint",12146]1214712148[[package]]12149name = "sc-network-common"12150version = "0.36.0"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4"12153dependencies = [12154 "async-trait",12155 "bitflags 1.3.2",12156 "futures",12157 "libp2p-identity",12158 "parity-scale-codec",12159 "prost-build",12160 "sc-consensus",12161 "sp-consensus",12162 "sp-consensus-grandpa",12163 "sp-runtime 34.0.0",12164]1216512166[[package]]12167name = "sc-network-gossip"12168version = "0.37.0"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20"12171dependencies = [12172 "ahash 0.8.11",12173 "futures",12174 "futures-timer",12175 "libp2p",12176 "log",12177 "sc-network",12178 "sc-network-common",12179 "sc-network-sync",12180 "schnellru",12181 "sp-runtime 34.0.0",12182 "substrate-prometheus-endpoint",12183 "tracing",12184]1218512186[[package]]12187name = "sc-network-light"12188version = "0.36.0"12189source = "registry+https://github.com/rust-lang/crates.io-index"12190checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512"12191dependencies = [12192 "array-bytes 6.2.2",12193 "async-channel 1.9.0",12194 "futures",12195 "libp2p-identity",12196 "log",12197 "parity-scale-codec",12198 "prost 0.12.3",12199 "prost-build",12200 "sc-client-api",12201 "sc-network",12202 "sp-blockchain",12203 "sp-core 31.0.0",12204 "sp-runtime 34.0.0",12205 "thiserror",12206]1220712208[[package]]12209name = "sc-network-sync"12210version = "0.36.0"12211source = "registry+https://github.com/rust-lang/crates.io-index"12212checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411"12213dependencies = [12214 "array-bytes 6.2.2",12215 "async-channel 1.9.0",12216 "async-trait",12217 "fork-tree",12218 "futures",12219 "futures-timer",12220 "libp2p",12221 "log",12222 "mockall",12223 "parity-scale-codec",12224 "prost 0.12.3",12225 "prost-build",12226 "sc-client-api",12227 "sc-consensus",12228 "sc-network",12229 "sc-network-common",12230 "sc-utils",12231 "schnellru",12232 "smallvec",12233 "sp-arithmetic 25.0.0",12234 "sp-blockchain",12235 "sp-consensus",12236 "sp-consensus-grandpa",12237 "sp-core 31.0.0",12238 "sp-runtime 34.0.0",12239 "substrate-prometheus-endpoint",12240 "thiserror",12241 "tokio",12242 "tokio-stream",12243]1224412245[[package]]12246name = "sc-network-transactions"12247version = "0.36.0"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1"12250dependencies = [12251 "array-bytes 6.2.2",12252 "futures",12253 "libp2p",12254 "log",12255 "parity-scale-codec",12256 "sc-network",12257 "sc-network-common",12258 "sc-network-sync",12259 "sc-utils",12260 "sp-consensus",12261 "sp-runtime 34.0.0",12262 "substrate-prometheus-endpoint",12263]1226412265[[package]]12266name = "sc-offchain"12267version = "32.0.0"12268source = "registry+https://github.com/rust-lang/crates.io-index"12269checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac"12270dependencies = [12271 "array-bytes 6.2.2",12272 "bytes",12273 "fnv",12274 "futures",12275 "futures-timer",12276 "hyper",12277 "hyper-rustls",12278 "libp2p",12279 "log",12280 "num_cpus",12281 "once_cell",12282 "parity-scale-codec",12283 "parking_lot 0.12.1",12284 "rand 0.8.5",12285 "sc-client-api",12286 "sc-network",12287 "sc-network-common",12288 "sc-transaction-pool-api",12289 "sc-utils",12290 "sp-api 29.0.0",12291 "sp-core 31.0.0",12292 "sp-externalities 0.27.0",12293 "sp-keystore 0.37.0",12294 "sp-offchain",12295 "sp-runtime 34.0.0",12296 "threadpool",12297 "tracing",12298]1229912300[[package]]12301name = "sc-proposer-metrics"12302version = "0.18.0"12303source = "registry+https://github.com/rust-lang/crates.io-index"12304checksum = "f680a0bed67dab19898624246376ba85d5f70a89859ba030830aacd079c28d3c"12305dependencies = [12306 "log",12307 "substrate-prometheus-endpoint",12308]1230912310[[package]]12311name = "sc-rpc"12312version = "32.0.0"12313source = "registry+https://github.com/rust-lang/crates.io-index"12314checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa"12315dependencies = [12316 "futures",12317 "jsonrpsee 0.22.3",12318 "log",12319 "parity-scale-codec",12320 "parking_lot 0.12.1",12321 "sc-block-builder",12322 "sc-chain-spec",12323 "sc-client-api",12324 "sc-mixnet",12325 "sc-rpc-api",12326 "sc-tracing",12327 "sc-transaction-pool-api",12328 "sc-utils",12329 "serde_json",12330 "sp-api 29.0.0",12331 "sp-blockchain",12332 "sp-core 31.0.0",12333 "sp-keystore 0.37.0",12334 "sp-offchain",12335 "sp-rpc",12336 "sp-runtime 34.0.0",12337 "sp-session",12338 "sp-statement-store",12339 "sp-version 32.0.0",12340 "tokio",12341]1234212343[[package]]12344name = "sc-rpc-api"12345version = "0.36.0"12346source = "registry+https://github.com/rust-lang/crates.io-index"12347checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b"12348dependencies = [12349 "jsonrpsee 0.22.3",12350 "parity-scale-codec",12351 "sc-chain-spec",12352 "sc-mixnet",12353 "sc-transaction-pool-api",12354 "scale-info",12355 "serde",12356 "serde_json",12357 "sp-core 31.0.0",12358 "sp-rpc",12359 "sp-runtime 34.0.0",12360 "sp-version 32.0.0",12361 "thiserror",12362]1236312364[[package]]12365name = "sc-rpc-server"12366version = "14.0.0"12367source = "registry+https://github.com/rust-lang/crates.io-index"12368checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7"12369dependencies = [12370 "futures",12371 "governor",12372 "http",12373 "hyper",12374 "jsonrpsee 0.22.3",12375 "log",12376 "serde_json",12377 "substrate-prometheus-endpoint",12378 "tokio",12379 "tower",12380 "tower-http",12381]1238212383[[package]]12384name = "sc-rpc-spec-v2"12385version = "0.37.0"12386source = "registry+https://github.com/rust-lang/crates.io-index"12387checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc"12388dependencies = [12389 "array-bytes 6.2.2",12390 "futures",12391 "futures-util",12392 "hex",12393 "jsonrpsee 0.22.3",12394 "log",12395 "parity-scale-codec",12396 "parking_lot 0.12.1",12397 "rand 0.8.5",12398 "sc-chain-spec",12399 "sc-client-api",12400 "sc-rpc",12401 "sc-transaction-pool-api",12402 "sc-utils",12403 "serde",12404 "sp-api 29.0.0",12405 "sp-blockchain",12406 "sp-core 31.0.0",12407 "sp-rpc",12408 "sp-runtime 34.0.0",12409 "sp-version 32.0.0",12410 "thiserror",12411 "tokio",12412 "tokio-stream",12413]1241412415[[package]]12416name = "sc-service"12417version = "0.38.0"12418source = "registry+https://github.com/rust-lang/crates.io-index"12419checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41"12420dependencies = [12421 "async-trait",12422 "directories",12423 "exit-future",12424 "futures",12425 "futures-timer",12426 "jsonrpsee 0.22.3",12427 "log",12428 "parity-scale-codec",12429 "parking_lot 0.12.1",12430 "pin-project",12431 "rand 0.8.5",12432 "sc-chain-spec",12433 "sc-client-api",12434 "sc-client-db",12435 "sc-consensus",12436 "sc-executor",12437 "sc-informant",12438 "sc-keystore",12439 "sc-network",12440 "sc-network-bitswap",12441 "sc-network-common",12442 "sc-network-light",12443 "sc-network-sync",12444 "sc-network-transactions",12445 "sc-rpc",12446 "sc-rpc-server",12447 "sc-rpc-spec-v2",12448 "sc-sysinfo",12449 "sc-telemetry",12450 "sc-tracing",12451 "sc-transaction-pool",12452 "sc-transaction-pool-api",12453 "sc-utils",12454 "schnellru",12455 "serde",12456 "serde_json",12457 "sp-api 29.0.0",12458 "sp-blockchain",12459 "sp-consensus",12460 "sp-core 31.0.0",12461 "sp-externalities 0.27.0",12462 "sp-keystore 0.37.0",12463 "sp-runtime 34.0.0",12464 "sp-session",12465 "sp-state-machine 0.38.0",12466 "sp-storage 20.0.0",12467 "sp-transaction-pool",12468 "sp-transaction-storage-proof",12469 "sp-trie 32.0.0",12470 "sp-version 32.0.0",12471 "static_init",12472 "substrate-prometheus-endpoint",12473 "tempfile",12474 "thiserror",12475 "tokio",12476 "tracing",12477 "tracing-futures",12478]1247912480[[package]]12481name = "sc-state-db"12482version = "0.33.0"12483source = "registry+https://github.com/rust-lang/crates.io-index"12484checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08"12485dependencies = [12486 "log",12487 "parity-scale-codec",12488 "parking_lot 0.12.1",12489 "sp-core 31.0.0",12490]1249112492[[package]]12493name = "sc-storage-monitor"12494version = "0.19.0"12495source = "registry+https://github.com/rust-lang/crates.io-index"12496checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5"12497dependencies = [12498 "clap",12499 "fs4",12500 "log",12501 "sp-core 31.0.0",12502 "thiserror",12503 "tokio",12504]1250512506[[package]]12507name = "sc-sync-state-rpc"12508version = "0.37.0"12509source = "registry+https://github.com/rust-lang/crates.io-index"12510checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78"12511dependencies = [12512 "jsonrpsee 0.22.3",12513 "parity-scale-codec",12514 "sc-chain-spec",12515 "sc-client-api",12516 "sc-consensus-babe",12517 "sc-consensus-epochs",12518 "sc-consensus-grandpa",12519 "serde",12520 "serde_json",12521 "sp-blockchain",12522 "sp-runtime 34.0.0",12523 "thiserror",12524]1252512526[[package]]12527name = "sc-sysinfo"12528version = "30.0.0"12529source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744"12531dependencies = [12532 "derive_more",12533 "futures",12534 "libc",12535 "log",12536 "rand 0.8.5",12537 "rand_pcg",12538 "regex",12539 "sc-telemetry",12540 "serde",12541 "serde_json",12542 "sp-core 31.0.0",12543 "sp-crypto-hashing",12544 "sp-io 33.0.0",12545 "sp-std 14.0.0",12546]1254712548[[package]]12549name = "sc-telemetry"12550version = "17.0.0"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577"12553dependencies = [12554 "chrono",12555 "futures",12556 "libp2p",12557 "log",12558 "parking_lot 0.12.1",12559 "pin-project",12560 "rand 0.8.5",12561 "sc-utils",12562 "serde",12563 "serde_json",12564 "thiserror",12565 "wasm-timer",12566]1256712568[[package]]12569name = "sc-tracing"12570version = "31.0.0"12571source = "registry+https://github.com/rust-lang/crates.io-index"12572checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e"12573dependencies = [12574 "ansi_term",12575 "chrono",12576 "is-terminal",12577 "lazy_static",12578 "libc",12579 "log",12580 "parity-scale-codec",12581 "parking_lot 0.12.1",12582 "regex",12583 "rustc-hash",12584 "sc-client-api",12585 "sc-tracing-proc-macro",12586 "serde",12587 "sp-api 29.0.0",12588 "sp-blockchain",12589 "sp-core 31.0.0",12590 "sp-rpc",12591 "sp-runtime 34.0.0",12592 "sp-tracing 16.0.0",12593 "thiserror",12594 "tracing",12595 "tracing-log",12596 "tracing-subscriber",12597]1259812599[[package]]12600name = "sc-tracing-proc-macro"12601version = "11.0.0"12602source = "registry+https://github.com/rust-lang/crates.io-index"12603checksum = "151cdf86d79abf22cf2a240a7ca95041c908dbd96c2ae9a818073042aa210964"12604dependencies = [12605 "proc-macro-crate 3.1.0",12606 "proc-macro2",12607 "quote",12608 "syn 2.0.55",12609]1261012611[[package]]12612name = "sc-transaction-pool"12613version = "31.0.0"12614source = "registry+https://github.com/rust-lang/crates.io-index"12615checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73"12616dependencies = [12617 "async-trait",12618 "futures",12619 "futures-timer",12620 "linked-hash-map",12621 "log",12622 "parity-scale-codec",12623 "parking_lot 0.12.1",12624 "sc-client-api",12625 "sc-transaction-pool-api",12626 "sc-utils",12627 "serde",12628 "sp-api 29.0.0",12629 "sp-blockchain",12630 "sp-core 31.0.0",12631 "sp-crypto-hashing",12632 "sp-runtime 34.0.0",12633 "sp-tracing 16.0.0",12634 "sp-transaction-pool",12635 "substrate-prometheus-endpoint",12636 "thiserror",12637]1263812639[[package]]12640name = "sc-transaction-pool-api"12641version = "31.0.0"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf"12644dependencies = [12645 "async-trait",12646 "futures",12647 "log",12648 "parity-scale-codec",12649 "serde",12650 "sp-blockchain",12651 "sp-core 31.0.0",12652 "sp-runtime 34.0.0",12653 "thiserror",12654]1265512656[[package]]12657name = "sc-utils"12658version = "16.0.0"12659source = "registry+https://github.com/rust-lang/crates.io-index"12660checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424"12661dependencies = [12662 "async-channel 1.9.0",12663 "futures",12664 "futures-timer",12665 "lazy_static",12666 "log",12667 "parking_lot 0.12.1",12668 "prometheus",12669 "sp-arithmetic 25.0.0",12670]1267112672[[package]]12673name = "scale-info"12674version = "2.11.1"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "788745a868b0e751750388f4e6546eb921ef714a4317fa6954f7cde114eb2eb7"12677dependencies = [12678 "bitvec",12679 "cfg-if",12680 "derive_more",12681 "parity-scale-codec",12682 "scale-info-derive",12683 "serde",12684]1268512686[[package]]12687name = "scale-info-derive"12688version = "2.11.1"12689source = "registry+https://github.com/rust-lang/crates.io-index"12690checksum = "7dc2f4e8bc344b9fc3d5f74f72c2e55bfc38d28dc2ebc69c194a3df424e4d9ac"12691dependencies = [12692 "proc-macro-crate 1.3.1",12693 "proc-macro2",12694 "quote",12695 "syn 1.0.109",12696]1269712698[[package]]12699name = "schannel"12700version = "0.1.23"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"12703dependencies = [12704 "windows-sys 0.52.0",12705]1270612707[[package]]12708name = "schnellru"12709version = "0.2.1"12710source = "registry+https://github.com/rust-lang/crates.io-index"12711checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12712dependencies = [12713 "ahash 0.8.11",12714 "cfg-if",12715 "hashbrown 0.13.2",12716]1271712718[[package]]12719name = "schnorrkel"12720version = "0.9.1"12721source = "registry+https://github.com/rust-lang/crates.io-index"12722checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"12723dependencies = [12724 "arrayref",12725 "arrayvec 0.5.2",12726 "curve25519-dalek 2.1.3",12727 "getrandom 0.1.16",12728 "merlin 2.0.1",12729 "rand 0.7.3",12730 "rand_core 0.5.1",12731 "sha2 0.8.2",12732 "subtle 2.5.0",12733 "zeroize",12734]1273512736[[package]]12737name = "schnorrkel"12738version = "0.10.2"12739source = "registry+https://github.com/rust-lang/crates.io-index"12740checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"12741dependencies = [12742 "arrayref",12743 "arrayvec 0.7.4",12744 "curve25519-dalek-ng",12745 "merlin 3.0.0",12746 "rand_core 0.6.4",12747 "sha2 0.9.9",12748 "subtle-ng",12749 "zeroize",12750]1275112752[[package]]12753name = "schnorrkel"12754version = "0.11.4"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0"12757dependencies = [12758 "aead",12759 "arrayref",12760 "arrayvec 0.7.4",12761 "curve25519-dalek 4.1.2",12762 "getrandom_or_panic",12763 "merlin 3.0.0",12764 "rand_core 0.6.4",12765 "serde_bytes",12766 "sha2 0.10.8",12767 "subtle 2.5.0",12768 "zeroize",12769]1277012771[[package]]12772name = "scopeguard"12773version = "1.2.0"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"1277612777[[package]]12778name = "scratch"12779version = "1.0.7"12780source = "registry+https://github.com/rust-lang/crates.io-index"12781checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"1278212783[[package]]12784name = "sct"12785version = "0.7.1"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"12788dependencies = [12789 "ring 0.17.8",12790 "untrusted 0.9.0",12791]1279212793[[package]]12794name = "sec1"12795version = "0.7.3"12796source = "registry+https://github.com/rust-lang/crates.io-index"12797checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"12798dependencies = [12799 "base16ct",12800 "der",12801 "generic-array 0.14.7",12802 "pkcs8",12803 "serdect",12804 "subtle 2.5.0",12805 "zeroize",12806]1280712808[[package]]12809name = "seccompiler"12810version = "0.4.0"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5"12813dependencies = [12814 "libc",12815]1281612817[[package]]12818name = "secp256k1"12819version = "0.24.3"12820source = "registry+https://github.com/rust-lang/crates.io-index"12821checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"12822dependencies = [12823 "secp256k1-sys 0.6.1",12824]1282512826[[package]]12827name = "secp256k1"12828version = "0.28.2"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10"12831dependencies = [12832 "secp256k1-sys 0.9.2",12833]1283412835[[package]]12836name = "secp256k1-sys"12837version = "0.6.1"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"12840dependencies = [12841 "cc",12842]1284312844[[package]]12845name = "secp256k1-sys"12846version = "0.9.2"12847source = "registry+https://github.com/rust-lang/crates.io-index"12848checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb"12849dependencies = [12850 "cc",12851]1285212853[[package]]12854name = "secrecy"12855version = "0.8.0"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"12858dependencies = [12859 "zeroize",12860]1286112862[[package]]12863name = "security-framework"12864version = "2.9.2"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"12867dependencies = [12868 "bitflags 1.3.2",12869 "core-foundation",12870 "core-foundation-sys",12871 "libc",12872 "security-framework-sys",12873]1287412875[[package]]12876name = "security-framework-sys"12877version = "2.9.1"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"12880dependencies = [12881 "core-foundation-sys",12882 "libc",12883]1288412885[[package]]12886name = "semver"12887version = "0.6.0"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"12890dependencies = [12891 "semver-parser",12892]1289312894[[package]]12895name = "semver"12896version = "1.0.22"12897source = "registry+https://github.com/rust-lang/crates.io-index"12898checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"12899dependencies = [12900 "serde",12901]1290212903[[package]]12904name = "semver-parser"12905version = "0.7.0"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1290812909[[package]]12910name = "serde"12911version = "1.0.197"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"12914dependencies = [12915 "serde_derive",12916]1291712918[[package]]12919name = "serde_bytes"12920version = "0.11.14"12921source = "registry+https://github.com/rust-lang/crates.io-index"12922checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"12923dependencies = [12924 "serde",12925]1292612927[[package]]12928name = "serde_derive"12929version = "1.0.197"12930source = "registry+https://github.com/rust-lang/crates.io-index"12931checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"12932dependencies = [12933 "proc-macro2",12934 "quote",12935 "syn 2.0.55",12936]1293712938[[package]]12939name = "serde_json"12940version = "1.0.115"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"12943dependencies = [12944 "itoa",12945 "ryu",12946 "serde",12947]1294812949[[package]]12950name = "serde_spanned"12951version = "0.6.5"12952source = "registry+https://github.com/rust-lang/crates.io-index"12953checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"12954dependencies = [12955 "serde",12956]1295712958[[package]]12959name = "serdect"12960version = "0.2.0"12961source = "registry+https://github.com/rust-lang/crates.io-index"12962checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"12963dependencies = [12964 "base16ct",12965 "serde",12966]1296712968[[package]]12969name = "sha-1"12970version = "0.9.8"12971source = "registry+https://github.com/rust-lang/crates.io-index"12972checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"12973dependencies = [12974 "block-buffer 0.9.0",12975 "cfg-if",12976 "cpufeatures",12977 "digest 0.9.0",12978 "opaque-debug 0.3.1",12979]1298012981[[package]]12982name = "sha1"12983version = "0.10.6"12984source = "registry+https://github.com/rust-lang/crates.io-index"12985checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"12986dependencies = [12987 "cfg-if",12988 "cpufeatures",12989 "digest 0.10.7",12990]1299112992[[package]]12993name = "sha2"12994version = "0.8.2"12995source = "registry+https://github.com/rust-lang/crates.io-index"12996checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"12997dependencies = [12998 "block-buffer 0.7.3",12999 "digest 0.8.1",13000 "fake-simd",13001 "opaque-debug 0.2.3",13002]1300313004[[package]]13005name = "sha2"13006version = "0.9.9"13007source = "registry+https://github.com/rust-lang/crates.io-index"13008checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"13009dependencies = [13010 "block-buffer 0.9.0",13011 "cfg-if",13012 "cpufeatures",13013 "digest 0.9.0",13014 "opaque-debug 0.3.1",13015]1301613017[[package]]13018name = "sha2"13019version = "0.10.8"13020source = "registry+https://github.com/rust-lang/crates.io-index"13021checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"13022dependencies = [13023 "cfg-if",13024 "cpufeatures",13025 "digest 0.10.7",13026]1302713028[[package]]13029name = "sha3"13030version = "0.8.2"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"13033dependencies = [13034 "block-buffer 0.7.3",13035 "byte-tools",13036 "digest 0.8.1",13037 "keccak",13038 "opaque-debug 0.2.3",13039]1304013041[[package]]13042name = "sha3"13043version = "0.10.8"13044source = "registry+https://github.com/rust-lang/crates.io-index"13045checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"13046dependencies = [13047 "digest 0.10.7",13048 "keccak",13049]1305013051[[package]]13052name = "sha3-const"13053version = "0.1.1"13054source = "registry+https://github.com/rust-lang/crates.io-index"13055checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1305613057[[package]]13058name = "sharded-slab"13059version = "0.1.7"13060source = "registry+https://github.com/rust-lang/crates.io-index"13061checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"13062dependencies = [13063 "lazy_static",13064]1306513066[[package]]13067name = "shlex"13068version = "1.3.0"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"1307113072[[package]]13073name = "signal-hook-registry"13074version = "1.4.1"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"13077dependencies = [13078 "libc",13079]1308013081[[package]]13082name = "signature"13083version = "2.2.0"13084source = "registry+https://github.com/rust-lang/crates.io-index"13085checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"13086dependencies = [13087 "digest 0.10.7",13088 "rand_core 0.6.4",13089]1309013091[[package]]13092name = "simba"13093version = "0.8.1"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"13096dependencies = [13097 "approx",13098 "num-complex",13099 "num-traits",13100 "paste",13101 "wide",13102]1310313104[[package]]13105name = "simple-mermaid"13106version = "0.1.1"13107source = "registry+https://github.com/rust-lang/crates.io-index"13108checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18"1310913110[[package]]13111name = "siphasher"13112version = "0.3.11"13113source = "registry+https://github.com/rust-lang/crates.io-index"13114checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"1311513116[[package]]13117name = "slab"13118version = "0.4.9"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"13121dependencies = [13122 "autocfg",13123]1312413125[[package]]13126name = "slice-group-by"13127version = "0.3.1"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1313013131[[package]]13132name = "slot-range-helper"13133version = "10.0.0"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6"13136dependencies = [13137 "enumn",13138 "parity-scale-codec",13139 "paste",13140 "sp-runtime 34.0.0",13141 "sp-std 14.0.0",13142]1314313144[[package]]13145name = "slotmap"13146version = "1.0.7"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"13149dependencies = [13150 "version_check",13151]1315213153[[package]]13154name = "smallvec"13155version = "1.13.2"13156source = "registry+https://github.com/rust-lang/crates.io-index"13157checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"1315813159[[package]]13160name = "smol"13161version = "1.3.0"13162source = "registry+https://github.com/rust-lang/crates.io-index"13163checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"13164dependencies = [13165 "async-channel 1.9.0",13166 "async-executor",13167 "async-fs",13168 "async-io 1.13.0",13169 "async-lock 2.8.0",13170 "async-net",13171 "async-process",13172 "blocking",13173 "futures-lite 1.13.0",13174]1317513176[[package]]13177name = "smoldot"13178version = "0.11.0"13179source = "registry+https://github.com/rust-lang/crates.io-index"13180checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"13181dependencies = [13182 "arrayvec 0.7.4",13183 "async-lock 2.8.0",13184 "atomic-take",13185 "base64 0.21.7",13186 "bip39",13187 "blake2-rfc",13188 "bs58 0.5.1",13189 "chacha20",13190 "crossbeam-queue",13191 "derive_more",13192 "ed25519-zebra 4.0.3",13193 "either",13194 "event-listener 2.5.3",13195 "fnv",13196 "futures-lite 1.13.0",13197 "futures-util",13198 "hashbrown 0.14.3",13199 "hex",13200 "hmac 0.12.1",13201 "itertools 0.11.0",13202 "libsecp256k1",13203 "merlin 3.0.0",13204 "no-std-net",13205 "nom",13206 "num-bigint",13207 "num-rational",13208 "num-traits",13209 "pbkdf2 0.12.2",13210 "pin-project",13211 "poly1305",13212 "rand 0.8.5",13213 "rand_chacha 0.3.1",13214 "ruzstd",13215 "schnorrkel 0.10.2",13216 "serde",13217 "serde_json",13218 "sha2 0.10.8",13219 "sha3 0.10.8",13220 "siphasher",13221 "slab",13222 "smallvec",13223 "soketto",13224 "twox-hash",13225 "wasmi",13226 "x25519-dalek 2.0.1",13227 "zeroize",13228]1322913230[[package]]13231name = "smoldot-light"13232version = "0.9.0"13233source = "registry+https://github.com/rust-lang/crates.io-index"13234checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"13235dependencies = [13236 "async-channel 1.9.0",13237 "async-lock 2.8.0",13238 "base64 0.21.7",13239 "blake2-rfc",13240 "derive_more",13241 "either",13242 "event-listener 2.5.3",13243 "fnv",13244 "futures-channel",13245 "futures-lite 1.13.0",13246 "futures-util",13247 "hashbrown 0.14.3",13248 "hex",13249 "itertools 0.11.0",13250 "log",13251 "lru 0.11.1",13252 "no-std-net",13253 "parking_lot 0.12.1",13254 "pin-project",13255 "rand 0.8.5",13256 "rand_chacha 0.3.1",13257 "serde",13258 "serde_json",13259 "siphasher",13260 "slab",13261 "smol",13262 "smoldot",13263 "zeroize",13264]1326513266[[package]]13267name = "snap"13268version = "1.1.1"13269source = "registry+https://github.com/rust-lang/crates.io-index"13270checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"1327113272[[package]]13273name = "snow"13274version = "0.9.6"13275source = "registry+https://github.com/rust-lang/crates.io-index"13276checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85"13277dependencies = [13278 "aes-gcm",13279 "blake2 0.10.6",13280 "chacha20poly1305",13281 "curve25519-dalek 4.1.2",13282 "rand_core 0.6.4",13283 "ring 0.17.8",13284 "rustc_version",13285 "sha2 0.10.8",13286 "subtle 2.5.0",13287]1328813289[[package]]13290name = "socket2"13291version = "0.4.10"13292source = "registry+https://github.com/rust-lang/crates.io-index"13293checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"13294dependencies = [13295 "libc",13296 "winapi",13297]1329813299[[package]]13300name = "socket2"13301version = "0.5.6"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"13304dependencies = [13305 "libc",13306 "windows-sys 0.52.0",13307]1330813309[[package]]13310name = "soketto"13311version = "0.7.1"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"13314dependencies = [13315 "base64 0.13.1",13316 "bytes",13317 "flate2",13318 "futures",13319 "http",13320 "httparse",13321 "log",13322 "rand 0.8.5",13323 "sha-1",13324]1332513326[[package]]13327name = "sp-api"13328version = "23.0.0"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "f582f92ce47c86e4ffffe81fdd5120fea7c850dc0800653a7fa203bcc1532335"13331dependencies = [13332 "hash-db",13333 "log",13334 "parity-scale-codec",13335 "scale-info",13336 "sp-api-proc-macro 12.0.0",13337 "sp-core 25.0.0",13338 "sp-externalities 0.23.0",13339 "sp-metadata-ir 0.4.0",13340 "sp-runtime 28.0.0",13341 "sp-state-machine 0.32.0",13342 "sp-std 12.0.0",13343 "sp-trie 26.0.0",13344 "sp-version 26.0.0",13345 "thiserror",13346]1334713348[[package]]13349name = "sp-api"13350version = "29.0.0"13351source = "registry+https://github.com/rust-lang/crates.io-index"13352checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7"13353dependencies = [13354 "hash-db",13355 "log",13356 "parity-scale-codec",13357 "scale-info",13358 "sp-api-proc-macro 17.0.0",13359 "sp-core 31.0.0",13360 "sp-externalities 0.27.0",13361 "sp-metadata-ir 0.6.0",13362 "sp-runtime 34.0.0",13363 "sp-runtime-interface 26.0.0",13364 "sp-state-machine 0.38.0",13365 "sp-std 14.0.0",13366 "sp-trie 32.0.0",13367 "sp-version 32.0.0",13368 "thiserror",13369]1337013371[[package]]13372name = "sp-api-proc-macro"13373version = "12.0.0"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "a896941b2d27365a6f937ebce11e36d55132dc32104f6a48b4cd765b55efd252"13376dependencies = [13377 "Inflector",13378 "blake2 0.10.6",13379 "expander 2.1.0",13380 "proc-macro-crate 1.3.1",13381 "proc-macro2",13382 "quote",13383 "syn 2.0.55",13384]1338513386[[package]]13387name = "sp-api-proc-macro"13388version = "17.0.0"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "f313c5a62b352b0a89935be68059919b8c1cc15f774b1abe0a651929b68dc9db"13391dependencies = [13392 "Inflector",13393 "blake2 0.10.6",13394 "expander 2.1.0",13395 "proc-macro-crate 3.1.0",13396 "proc-macro2",13397 "quote",13398 "syn 2.0.55",13399]1340013401[[package]]13402name = "sp-application-crypto"13403version = "27.0.0"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "a93da025616ab59639f8e378df579c5aaa2c8b9999f328a0239156a57c991b53"13406dependencies = [13407 "parity-scale-codec",13408 "scale-info",13409 "serde",13410 "sp-core 25.0.0",13411 "sp-io 27.0.0",13412 "sp-std 12.0.0",13413]1341413415[[package]]13416name = "sp-application-crypto"13417version = "33.0.0"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c"13420dependencies = [13421 "parity-scale-codec",13422 "scale-info",13423 "serde",13424 "sp-core 31.0.0",13425 "sp-io 33.0.0",13426 "sp-std 14.0.0",13427]1342813429[[package]]13430name = "sp-arithmetic"13431version = "20.0.0"13432source = "registry+https://github.com/rust-lang/crates.io-index"13433checksum = "f80b5c16afb61dde1037a469d570adcc686440036429e50abe2301ba9d61aad5"13434dependencies = [13435 "integer-sqrt",13436 "num-traits",13437 "parity-scale-codec",13438 "scale-info",13439 "serde",13440 "sp-std 12.0.0",13441 "static_assertions",13442]1344313444[[package]]13445name = "sp-arithmetic"13446version = "25.0.0"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114"13449dependencies = [13450 "integer-sqrt",13451 "num-traits",13452 "parity-scale-codec",13453 "scale-info",13454 "serde",13455 "sp-std 14.0.0",13456 "static_assertions",13457]1345813459[[package]]13460name = "sp-authority-discovery"13461version = "23.0.0"13462source = "registry+https://github.com/rust-lang/crates.io-index"13463checksum = "e204d85bad6f02a5ae8fbba83c365e20459e979fd69db5575ba4b3ea1025ab3c"13464dependencies = [13465 "parity-scale-codec",13466 "scale-info",13467 "sp-api 23.0.0",13468 "sp-application-crypto 27.0.0",13469 "sp-runtime 28.0.0",13470 "sp-std 12.0.0",13471]1347213473[[package]]13474name = "sp-authority-discovery"13475version = "29.0.0"13476source = "registry+https://github.com/rust-lang/crates.io-index"13477checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f"13478dependencies = [13479 "parity-scale-codec",13480 "scale-info",13481 "sp-api 29.0.0",13482 "sp-application-crypto 33.0.0",13483 "sp-runtime 34.0.0",13484 "sp-std 14.0.0",13485]1348613487[[package]]13488name = "sp-block-builder"13489version = "29.0.0"13490source = "registry+https://github.com/rust-lang/crates.io-index"13491checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e"13492dependencies = [13493 "sp-api 29.0.0",13494 "sp-inherents 29.0.0",13495 "sp-runtime 34.0.0",13496 "sp-std 14.0.0",13497]1349813499[[package]]13500name = "sp-blockchain"13501version = "31.0.0"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210"13504dependencies = [13505 "futures",13506 "log",13507 "parity-scale-codec",13508 "parking_lot 0.12.1",13509 "schnellru",13510 "sp-api 29.0.0",13511 "sp-consensus",13512 "sp-database",13513 "sp-runtime 34.0.0",13514 "sp-state-machine 0.38.0",13515 "thiserror",13516]1351713518[[package]]13519name = "sp-consensus"13520version = "0.35.0"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f"13523dependencies = [13524 "async-trait",13525 "futures",13526 "log",13527 "sp-core 31.0.0",13528 "sp-inherents 29.0.0",13529 "sp-runtime 34.0.0",13530 "sp-state-machine 0.38.0",13531 "thiserror",13532]1353313534[[package]]13535name = "sp-consensus-aura"13536version = "0.35.0"13537source = "registry+https://github.com/rust-lang/crates.io-index"13538checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b"13539dependencies = [13540 "async-trait",13541 "parity-scale-codec",13542 "scale-info",13543 "sp-api 29.0.0",13544 "sp-application-crypto 33.0.0",13545 "sp-consensus-slots 0.35.0",13546 "sp-inherents 29.0.0",13547 "sp-runtime 34.0.0",13548 "sp-std 14.0.0",13549 "sp-timestamp 29.0.0",13550]1355113552[[package]]13553name = "sp-consensus-babe"13554version = "0.35.0"13555source = "registry+https://github.com/rust-lang/crates.io-index"13556checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c"13557dependencies = [13558 "async-trait",13559 "parity-scale-codec",13560 "scale-info",13561 "serde",13562 "sp-api 29.0.0",13563 "sp-application-crypto 33.0.0",13564 "sp-consensus-slots 0.35.0",13565 "sp-core 31.0.0",13566 "sp-inherents 29.0.0",13567 "sp-runtime 34.0.0",13568 "sp-std 14.0.0",13569 "sp-timestamp 29.0.0",13570]1357113572[[package]]13573name = "sp-consensus-beefy"13574version = "16.0.0"13575source = "registry+https://github.com/rust-lang/crates.io-index"13576checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100"13577dependencies = [13578 "lazy_static",13579 "parity-scale-codec",13580 "scale-info",13581 "serde",13582 "sp-api 29.0.0",13583 "sp-application-crypto 33.0.0",13584 "sp-core 31.0.0",13585 "sp-crypto-hashing",13586 "sp-io 33.0.0",13587 "sp-keystore 0.37.0",13588 "sp-mmr-primitives",13589 "sp-runtime 34.0.0",13590 "sp-std 14.0.0",13591 "strum 0.24.1",13592]1359313594[[package]]13595name = "sp-consensus-grandpa"13596version = "16.0.0"13597source = "registry+https://github.com/rust-lang/crates.io-index"13598checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5"13599dependencies = [13600 "finality-grandpa",13601 "log",13602 "parity-scale-codec",13603 "scale-info",13604 "serde",13605 "sp-api 29.0.0",13606 "sp-application-crypto 33.0.0",13607 "sp-core 31.0.0",13608 "sp-keystore 0.37.0",13609 "sp-runtime 34.0.0",13610 "sp-std 14.0.0",13611]1361213613[[package]]13614name = "sp-consensus-slots"13615version = "0.29.0"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "895b0c176d4eead833ddee5251d3cccbaeb0191ca3f33f84b11d347bebc6e21f"13618dependencies = [13619 "parity-scale-codec",13620 "scale-info",13621 "serde",13622 "sp-std 12.0.0",13623 "sp-timestamp 23.0.0",13624]1362513626[[package]]13627name = "sp-consensus-slots"13628version = "0.35.0"13629source = "registry+https://github.com/rust-lang/crates.io-index"13630checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644"13631dependencies = [13632 "parity-scale-codec",13633 "scale-info",13634 "serde",13635 "sp-std 14.0.0",13636 "sp-timestamp 29.0.0",13637]1363813639[[package]]13640name = "sp-core"13641version = "25.0.0"13642source = "registry+https://github.com/rust-lang/crates.io-index"13643checksum = "f9ebb090ead698a6df04347c86a31ba91a387edb8a58534ec70c4f977d1e1e87"13644dependencies = [13645 "array-bytes 6.2.2",13646 "bitflags 1.3.2",13647 "blake2 0.10.6",13648 "bounded-collections 0.1.9",13649 "bs58 0.5.1",13650 "dyn-clonable",13651 "ed25519-zebra 3.1.0",13652 "futures",13653 "hash-db",13654 "hash256-std-hasher",13655 "impl-serde",13656 "lazy_static",13657 "libsecp256k1",13658 "log",13659 "merlin 2.0.1",13660 "parity-scale-codec",13661 "parking_lot 0.12.1",13662 "paste",13663 "primitive-types",13664 "rand 0.8.5",13665 "regex",13666 "scale-info",13667 "schnorrkel 0.9.1",13668 "secp256k1 0.24.3",13669 "secrecy",13670 "serde",13671 "sp-core-hashing",13672 "sp-debug-derive 12.0.0",13673 "sp-externalities 0.23.0",13674 "sp-runtime-interface 21.0.0",13675 "sp-std 12.0.0",13676 "sp-storage 17.0.0",13677 "ss58-registry",13678 "substrate-bip39 0.4.6",13679 "thiserror",13680 "tiny-bip39",13681 "tracing",13682 "w3f-bls",13683 "zeroize",13684]1368513686[[package]]13687name = "sp-core"13688version = "31.0.0"13689source = "registry+https://github.com/rust-lang/crates.io-index"13690checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366"13691dependencies = [13692 "array-bytes 6.2.2",13693 "bitflags 1.3.2",13694 "blake2 0.10.6",13695 "bounded-collections 0.2.0",13696 "bs58 0.5.1",13697 "dyn-clonable",13698 "ed25519-zebra 3.1.0",13699 "futures",13700 "hash-db",13701 "hash256-std-hasher",13702 "impl-serde",13703 "itertools 0.10.5",13704 "k256",13705 "libsecp256k1",13706 "log",13707 "merlin 3.0.0",13708 "parity-bip39",13709 "parity-scale-codec",13710 "parking_lot 0.12.1",13711 "paste",13712 "primitive-types",13713 "rand 0.8.5",13714 "scale-info",13715 "schnorrkel 0.11.4",13716 "secp256k1 0.28.2",13717 "secrecy",13718 "serde",13719 "sp-crypto-hashing",13720 "sp-debug-derive 14.0.0",13721 "sp-externalities 0.27.0",13722 "sp-runtime-interface 26.0.0",13723 "sp-std 14.0.0",13724 "sp-storage 20.0.0",13725 "ss58-registry",13726 "substrate-bip39 0.5.0",13727 "thiserror",13728 "tracing",13729 "w3f-bls",13730 "zeroize",13731]1373213733[[package]]13734name = "sp-core-hashing"13735version = "13.0.0"13736source = "registry+https://github.com/rust-lang/crates.io-index"13737checksum = "cb8524f01591ee58b46cd83c9dbc0fcffd2fd730dabec4f59326cd58a00f17e2"13738dependencies = [13739 "blake2b_simd",13740 "byteorder",13741 "digest 0.10.7",13742 "sha2 0.10.8",13743 "sha3 0.10.8",13744 "twox-hash",13745]1374613747[[package]]13748name = "sp-core-hashing-proc-macro"13749version = "13.0.0"13750source = "registry+https://github.com/rust-lang/crates.io-index"13751checksum = "42ce3e6931303769197da81facefa86159fa1085dcd96ecb7e7407b5b93582a0"13752dependencies = [13753 "quote",13754 "sp-core-hashing",13755 "syn 2.0.55",13756]1375713758[[package]]13759name = "sp-crypto-hashing"13760version = "0.1.0"13761source = "registry+https://github.com/rust-lang/crates.io-index"13762checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb"13763dependencies = [13764 "blake2b_simd",13765 "byteorder",13766 "digest 0.10.7",13767 "sha2 0.10.8",13768 "sha3 0.10.8",13769 "twox-hash",13770]1377113772[[package]]13773name = "sp-crypto-hashing-proc-macro"13774version = "0.1.0"13775source = "registry+https://github.com/rust-lang/crates.io-index"13776checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b"13777dependencies = [13778 "quote",13779 "sp-crypto-hashing",13780 "syn 2.0.55",13781]1378213783[[package]]13784name = "sp-database"13785version = "10.0.0"13786source = "registry+https://github.com/rust-lang/crates.io-index"13787checksum = "722cbecdbf5b94578137dbd07feb51e95f7de221be0c1ff4dcfe0bb4cd986929"13788dependencies = [13789 "kvdb",13790 "parking_lot 0.12.1",13791]1379213793[[package]]13794name = "sp-debug-derive"13795version = "12.0.0"13796source = "registry+https://github.com/rust-lang/crates.io-index"13797checksum = "50535e1a5708d3ba5c1195b59ebefac61cc8679c2c24716b87a86e8b7ed2e4a1"13798dependencies = [13799 "proc-macro2",13800 "quote",13801 "syn 2.0.55",13802]1380313804[[package]]13805name = "sp-debug-derive"13806version = "14.0.0"13807source = "registry+https://github.com/rust-lang/crates.io-index"13808checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe"13809dependencies = [13810 "proc-macro2",13811 "quote",13812 "syn 2.0.55",13813]1381413815[[package]]13816name = "sp-externalities"13817version = "0.23.0"13818source = "registry+https://github.com/rust-lang/crates.io-index"13819checksum = "884d05160bc89d0943d1c9fb8006c3d44b80f37f8af607aeff8d4d9cc82e279a"13820dependencies = [13821 "environmental",13822 "parity-scale-codec",13823 "sp-std 12.0.0",13824 "sp-storage 17.0.0",13825]1382613827[[package]]13828name = "sp-externalities"13829version = "0.27.0"13830source = "registry+https://github.com/rust-lang/crates.io-index"13831checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787"13832dependencies = [13833 "environmental",13834 "parity-scale-codec",13835 "sp-std 14.0.0",13836 "sp-storage 20.0.0",13837]1383813839[[package]]13840name = "sp-genesis-builder"13841version = "0.4.0"13842source = "registry+https://github.com/rust-lang/crates.io-index"13843checksum = "a0cb71d40ad47e40bdcce5ae5531c7d7ba579cd495a0e0413642fb063fa66f84"13844dependencies = [13845 "serde_json",13846 "sp-api 23.0.0",13847 "sp-runtime 28.0.0",13848 "sp-std 12.0.0",13849]1385013851[[package]]13852name = "sp-genesis-builder"13853version = "0.10.0"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4"13856dependencies = [13857 "serde_json",13858 "sp-api 29.0.0",13859 "sp-runtime 34.0.0",13860 "sp-std 14.0.0",13861]1386213863[[package]]13864name = "sp-inherents"13865version = "23.0.0"13866source = "registry+https://github.com/rust-lang/crates.io-index"13867checksum = "604229aa145be0cff853b47ffed8bc2c62eb08ec6974d6307b9a559c378e6dc5"13868dependencies = [13869 "async-trait",13870 "impl-trait-for-tuples",13871 "parity-scale-codec",13872 "scale-info",13873 "sp-runtime 28.0.0",13874 "sp-std 12.0.0",13875 "thiserror",13876]1387713878[[package]]13879name = "sp-inherents"13880version = "29.0.0"13881source = "registry+https://github.com/rust-lang/crates.io-index"13882checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500"13883dependencies = [13884 "async-trait",13885 "impl-trait-for-tuples",13886 "parity-scale-codec",13887 "scale-info",13888 "sp-runtime 34.0.0",13889 "sp-std 14.0.0",13890 "thiserror",13891]1389213893[[package]]13894name = "sp-io"13895version = "27.0.0"13896source = "registry+https://github.com/rust-lang/crates.io-index"13897checksum = "0ced350da15e8ba3a106206840acc42a6d3eb0d7e8bf7aa43ab00eac0bdf956f"13898dependencies = [13899 "bytes",13900 "ed25519-dalek",13901 "libsecp256k1",13902 "log",13903 "parity-scale-codec",13904 "rustversion",13905 "secp256k1 0.24.3",13906 "sp-core 25.0.0",13907 "sp-externalities 0.23.0",13908 "sp-keystore 0.31.0",13909 "sp-runtime-interface 21.0.0",13910 "sp-state-machine 0.32.0",13911 "sp-std 12.0.0",13912 "sp-tracing 14.0.0",13913 "sp-trie 26.0.0",13914 "tracing",13915 "tracing-core",13916]1391713918[[package]]13919name = "sp-io"13920version = "33.0.0"13921source = "registry+https://github.com/rust-lang/crates.io-index"13922checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2"13923dependencies = [13924 "bytes",13925 "ed25519-dalek",13926 "libsecp256k1",13927 "log",13928 "parity-scale-codec",13929 "polkavm-derive 0.9.1",13930 "rustversion",13931 "secp256k1 0.28.2",13932 "sp-core 31.0.0",13933 "sp-crypto-hashing",13934 "sp-externalities 0.27.0",13935 "sp-keystore 0.37.0",13936 "sp-runtime-interface 26.0.0",13937 "sp-state-machine 0.38.0",13938 "sp-std 14.0.0",13939 "sp-tracing 16.0.0",13940 "sp-trie 32.0.0",13941 "tracing",13942 "tracing-core",13943]1394413945[[package]]13946name = "sp-keyring"13947version = "34.0.0"13948source = "registry+https://github.com/rust-lang/crates.io-index"13949checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f"13950dependencies = [13951 "sp-core 31.0.0",13952 "sp-runtime 34.0.0",13953 "strum 0.24.1",13954]1395513956[[package]]13957name = "sp-keystore"13958version = "0.31.0"13959source = "registry+https://github.com/rust-lang/crates.io-index"13960checksum = "8b8ec5ebbba70bee83d79c3fe5e49f12df0a4bb6029858ddf9a15eea7539a592"13961dependencies = [13962 "parity-scale-codec",13963 "parking_lot 0.12.1",13964 "sp-core 25.0.0",13965 "sp-externalities 0.23.0",13966 "thiserror",13967]1396813969[[package]]13970name = "sp-keystore"13971version = "0.37.0"13972source = "registry+https://github.com/rust-lang/crates.io-index"13973checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b"13974dependencies = [13975 "parity-scale-codec",13976 "parking_lot 0.12.1",13977 "sp-core 31.0.0",13978 "sp-externalities 0.27.0",13979]1398013981[[package]]13982name = "sp-maybe-compressed-blob"13983version = "11.0.0"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff"13986dependencies = [13987 "thiserror",13988 "zstd 0.12.4",13989]1399013991[[package]]13992name = "sp-metadata-ir"13993version = "0.4.0"13994source = "registry+https://github.com/rust-lang/crates.io-index"13995checksum = "7ca9ff0e522a74725ac92f009d38deeb12e880f5296afbd78a6c6b970b773278"13996dependencies = [13997 "frame-metadata",13998 "parity-scale-codec",13999 "scale-info",14000 "sp-std 12.0.0",14001]1400214003[[package]]14004name = "sp-metadata-ir"14005version = "0.6.0"14006source = "registry+https://github.com/rust-lang/crates.io-index"14007checksum = "fa0b5e87e56c1bb26d9524d48dd127121d630f895bd5914a34f0b017489f7c1d"14008dependencies = [14009 "frame-metadata",14010 "parity-scale-codec",14011 "scale-info",14012 "sp-std 14.0.0",14013]1401414015[[package]]14016name = "sp-mixnet"14017version = "0.7.0"14018source = "registry+https://github.com/rust-lang/crates.io-index"14019checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de"14020dependencies = [14021 "parity-scale-codec",14022 "scale-info",14023 "sp-api 29.0.0",14024 "sp-application-crypto 33.0.0",14025 "sp-std 14.0.0",14026]1402714028[[package]]14029name = "sp-mmr-primitives"14030version = "29.0.0"14031source = "registry+https://github.com/rust-lang/crates.io-index"14032checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880"14033dependencies = [14034 "ckb-merkle-mountain-range",14035 "log",14036 "parity-scale-codec",14037 "scale-info",14038 "serde",14039 "sp-api 29.0.0",14040 "sp-core 31.0.0",14041 "sp-debug-derive 14.0.0",14042 "sp-runtime 34.0.0",14043 "sp-std 14.0.0",14044 "thiserror",14045]1404614047[[package]]14048name = "sp-npos-elections"14049version = "29.0.0"14050source = "registry+https://github.com/rust-lang/crates.io-index"14051checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826"14052dependencies = [14053 "parity-scale-codec",14054 "scale-info",14055 "serde",14056 "sp-arithmetic 25.0.0",14057 "sp-core 31.0.0",14058 "sp-runtime 34.0.0",14059 "sp-std 14.0.0",14060]1406114062[[package]]14063name = "sp-offchain"14064version = "29.0.0"14065source = "registry+https://github.com/rust-lang/crates.io-index"14066checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7"14067dependencies = [14068 "sp-api 29.0.0",14069 "sp-core 31.0.0",14070 "sp-runtime 34.0.0",14071]1407214073[[package]]14074name = "sp-panic-handler"14075version = "12.0.0"14076source = "registry+https://github.com/rust-lang/crates.io-index"14077checksum = "b00e40857ed3e0187f145b037c733545c5633859f1bd1d1b09deb52805fa696a"14078dependencies = [14079 "backtrace",14080 "lazy_static",14081 "regex",14082]1408314084[[package]]14085name = "sp-panic-handler"14086version = "13.0.0"14087source = "registry+https://github.com/rust-lang/crates.io-index"14088checksum = "d8f5a17a0a11de029a8b811cb6e8b32ce7e02183cc04a3e965c383246798c416"14089dependencies = [14090 "backtrace",14091 "lazy_static",14092 "regex",14093]1409414095[[package]]14096name = "sp-rpc"14097version = "29.0.0"14098source = "registry+https://github.com/rust-lang/crates.io-index"14099checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c"14100dependencies = [14101 "rustc-hash",14102 "serde",14103 "sp-core 31.0.0",14104]1410514106[[package]]14107name = "sp-runtime"14108version = "28.0.0"14109source = "registry+https://github.com/rust-lang/crates.io-index"14110checksum = "6d9c40ff7303e62219b55635e5245d963358cb77d6916250991ebcb82c0be2c6"14111dependencies = [14112 "either",14113 "hash256-std-hasher",14114 "impl-trait-for-tuples",14115 "log",14116 "parity-scale-codec",14117 "paste",14118 "rand 0.8.5",14119 "scale-info",14120 "serde",14121 "sp-application-crypto 27.0.0",14122 "sp-arithmetic 20.0.0",14123 "sp-core 25.0.0",14124 "sp-io 27.0.0",14125 "sp-std 12.0.0",14126 "sp-weights 24.0.0",14127]1412814129[[package]]14130name = "sp-runtime"14131version = "34.0.0"14132source = "registry+https://github.com/rust-lang/crates.io-index"14133checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58"14134dependencies = [14135 "docify",14136 "either",14137 "hash256-std-hasher",14138 "impl-trait-for-tuples",14139 "log",14140 "parity-scale-codec",14141 "paste",14142 "rand 0.8.5",14143 "scale-info",14144 "serde",14145 "simple-mermaid",14146 "sp-application-crypto 33.0.0",14147 "sp-arithmetic 25.0.0",14148 "sp-core 31.0.0",14149 "sp-io 33.0.0",14150 "sp-std 14.0.0",14151 "sp-weights 30.0.0",14152]1415314154[[package]]14155name = "sp-runtime-interface"14156version = "21.0.0"14157source = "registry+https://github.com/rust-lang/crates.io-index"14158checksum = "4f365332922a8cfa98ab00c6d08b1b0f24e159e730dd554e720d950ff3371b1f"14159dependencies = [14160 "bytes",14161 "impl-trait-for-tuples",14162 "parity-scale-codec",14163 "primitive-types",14164 "sp-externalities 0.23.0",14165 "sp-runtime-interface-proc-macro 15.0.0",14166 "sp-std 12.0.0",14167 "sp-storage 17.0.0",14168 "sp-tracing 14.0.0",14169 "sp-wasm-interface 18.0.0",14170 "static_assertions",14171]1417214173[[package]]14174name = "sp-runtime-interface"14175version = "26.0.0"14176source = "registry+https://github.com/rust-lang/crates.io-index"14177checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295"14178dependencies = [14179 "bytes",14180 "impl-trait-for-tuples",14181 "parity-scale-codec",14182 "polkavm-derive 0.8.0",14183 "primitive-types",14184 "sp-externalities 0.27.0",14185 "sp-runtime-interface-proc-macro 18.0.0",14186 "sp-std 14.0.0",14187 "sp-storage 20.0.0",14188 "sp-tracing 16.0.0",14189 "sp-wasm-interface 20.0.0",14190 "static_assertions",14191]1419214193[[package]]14194name = "sp-runtime-interface-proc-macro"14195version = "15.0.0"14196source = "registry+https://github.com/rust-lang/crates.io-index"14197checksum = "9b2afcbd1bd18d323371111b66b7ac2870bdc1c86c3d7b0dae67b112ca52b4d8"14198dependencies = [14199 "Inflector",14200 "proc-macro-crate 1.3.1",14201 "proc-macro2",14202 "quote",14203 "syn 2.0.55",14204]1420514206[[package]]14207name = "sp-runtime-interface-proc-macro"14208version = "18.0.0"14209source = "registry+https://github.com/rust-lang/crates.io-index"14210checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294"14211dependencies = [14212 "Inflector",14213 "expander 2.1.0",14214 "proc-macro-crate 3.1.0",14215 "proc-macro2",14216 "quote",14217 "syn 2.0.55",14218]1421914220[[package]]14221name = "sp-session"14222version = "30.0.0"14223source = "registry+https://github.com/rust-lang/crates.io-index"14224checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57"14225dependencies = [14226 "parity-scale-codec",14227 "scale-info",14228 "sp-api 29.0.0",14229 "sp-core 31.0.0",14230 "sp-keystore 0.37.0",14231 "sp-runtime 34.0.0",14232 "sp-staking 29.0.0",14233 "sp-std 14.0.0",14234]1423514236[[package]]14237name = "sp-staking"14238version = "23.0.0"14239source = "registry+https://github.com/rust-lang/crates.io-index"14240checksum = "ee0feed0137234598bd1f76d0b468c585ea16619ea9ed1acbba82dd24ac79788"14241dependencies = [14242 "impl-trait-for-tuples",14243 "parity-scale-codec",14244 "scale-info",14245 "serde",14246 "sp-core 25.0.0",14247 "sp-runtime 28.0.0",14248 "sp-std 12.0.0",14249]1425014251[[package]]14252name = "sp-staking"14253version = "29.0.0"14254source = "registry+https://github.com/rust-lang/crates.io-index"14255checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24"14256dependencies = [14257 "impl-trait-for-tuples",14258 "parity-scale-codec",14259 "scale-info",14260 "serde",14261 "sp-core 31.0.0",14262 "sp-runtime 34.0.0",14263 "sp-std 14.0.0",14264]1426514266[[package]]14267name = "sp-state-machine"14268version = "0.32.0"14269source = "registry+https://github.com/rust-lang/crates.io-index"14270checksum = "96e087fa4430befd2047b61d912c9d6fa4eaed408c4b58b46c6e9acd7965f2d3"14271dependencies = [14272 "hash-db",14273 "log",14274 "parity-scale-codec",14275 "parking_lot 0.12.1",14276 "rand 0.8.5",14277 "smallvec",14278 "sp-core 25.0.0",14279 "sp-externalities 0.23.0",14280 "sp-panic-handler 12.0.0",14281 "sp-std 12.0.0",14282 "sp-trie 26.0.0",14283 "thiserror",14284 "tracing",14285 "trie-db 0.28.0",14286]1428714288[[package]]14289name = "sp-state-machine"14290version = "0.38.0"14291source = "registry+https://github.com/rust-lang/crates.io-index"14292checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5"14293dependencies = [14294 "hash-db",14295 "log",14296 "parity-scale-codec",14297 "parking_lot 0.12.1",14298 "rand 0.8.5",14299 "smallvec",14300 "sp-core 31.0.0",14301 "sp-externalities 0.27.0",14302 "sp-panic-handler 13.0.0",14303 "sp-std 14.0.0",14304 "sp-trie 32.0.0",14305 "thiserror",14306 "tracing",14307 "trie-db 0.28.0",14308]1430914310[[package]]14311name = "sp-statement-store"14312version = "13.0.0"14313source = "registry+https://github.com/rust-lang/crates.io-index"14314checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568"14315dependencies = [14316 "aes-gcm",14317 "curve25519-dalek 4.1.2",14318 "ed25519-dalek",14319 "hkdf",14320 "parity-scale-codec",14321 "rand 0.8.5",14322 "scale-info",14323 "sha2 0.10.8",14324 "sp-api 29.0.0",14325 "sp-application-crypto 33.0.0",14326 "sp-core 31.0.0",14327 "sp-crypto-hashing",14328 "sp-externalities 0.27.0",14329 "sp-runtime 34.0.0",14330 "sp-runtime-interface 26.0.0",14331 "sp-std 14.0.0",14332 "thiserror",14333 "x25519-dalek 2.0.1",14334]1433514336[[package]]14337name = "sp-std"14338version = "12.0.0"14339source = "registry+https://github.com/rust-lang/crates.io-index"14340checksum = "54c78c5a66682568cc7b153603c5d01a2cc8f5c221c7b1e921517a0eef18ae05"1434114342[[package]]14343name = "sp-std"14344version = "14.0.0"14345source = "registry+https://github.com/rust-lang/crates.io-index"14346checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834"1434714348[[package]]14349name = "sp-storage"14350version = "17.0.0"14351source = "registry+https://github.com/rust-lang/crates.io-index"14352checksum = "016f20812cc51bd479cc88d048c35d44cd3adde4accdb159d49d6050f2953595"14353dependencies = [14354 "impl-serde",14355 "parity-scale-codec",14356 "ref-cast",14357 "serde",14358 "sp-debug-derive 12.0.0",14359 "sp-std 12.0.0",14360]1436114362[[package]]14363name = "sp-storage"14364version = "20.0.0"14365source = "registry+https://github.com/rust-lang/crates.io-index"14366checksum = "8dba5791cb3978e95daf99dad919ecb3ec35565604e88cd38d805d9d4981e8bd"14367dependencies = [14368 "impl-serde",14369 "parity-scale-codec",14370 "ref-cast",14371 "serde",14372 "sp-debug-derive 14.0.0",14373 "sp-std 14.0.0",14374]1437514376[[package]]14377name = "sp-timestamp"14378version = "23.0.0"14379source = "registry+https://github.com/rust-lang/crates.io-index"14380checksum = "004a7f453240db80b2967c0e1c6411836efc7daa7afae98fd16202caa51460e0"14381dependencies = [14382 "async-trait",14383 "parity-scale-codec",14384 "sp-inherents 23.0.0",14385 "sp-runtime 28.0.0",14386 "sp-std 12.0.0",14387 "thiserror",14388]1438914390[[package]]14391name = "sp-timestamp"14392version = "29.0.0"14393source = "registry+https://github.com/rust-lang/crates.io-index"14394checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536"14395dependencies = [14396 "async-trait",14397 "parity-scale-codec",14398 "sp-inherents 29.0.0",14399 "sp-runtime 34.0.0",14400 "sp-std 14.0.0",14401 "thiserror",14402]1440314404[[package]]14405name = "sp-tracing"14406version = "14.0.0"14407source = "registry+https://github.com/rust-lang/crates.io-index"14408checksum = "0d727cb5265641ffbb7d4e42c18b63e29f6cfdbd240aae3bcf093c3d6eb29a19"14409dependencies = [14410 "parity-scale-codec",14411 "sp-std 12.0.0",14412 "tracing",14413 "tracing-core",14414 "tracing-subscriber",14415]1441614417[[package]]14418name = "sp-tracing"14419version = "16.0.0"14420source = "registry+https://github.com/rust-lang/crates.io-index"14421checksum = "0351810b9d074df71c4514c5228ed05c250607cba131c1c9d1526760ab69c05c"14422dependencies = [14423 "parity-scale-codec",14424 "sp-std 14.0.0",14425 "tracing",14426 "tracing-core",14427 "tracing-subscriber",14428]1442914430[[package]]14431name = "sp-transaction-pool"14432version = "29.0.0"14433source = "registry+https://github.com/rust-lang/crates.io-index"14434checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1"14435dependencies = [14436 "sp-api 29.0.0",14437 "sp-runtime 34.0.0",14438]1443914440[[package]]14441name = "sp-transaction-storage-proof"14442version = "29.0.0"14443source = "registry+https://github.com/rust-lang/crates.io-index"14444checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd"14445dependencies = [14446 "async-trait",14447 "parity-scale-codec",14448 "scale-info",14449 "sp-core 31.0.0",14450 "sp-inherents 29.0.0",14451 "sp-runtime 34.0.0",14452 "sp-std 14.0.0",14453 "sp-trie 32.0.0",14454]1445514456[[package]]14457name = "sp-trie"14458version = "26.0.0"14459source = "registry+https://github.com/rust-lang/crates.io-index"14460checksum = "1e359b358263cc322c3f678c272a3a519621d9853dcfa1374dfcbdb5f54c6f85"14461dependencies = [14462 "ahash 0.8.11",14463 "hash-db",14464 "hashbrown 0.13.2",14465 "lazy_static",14466 "memory-db",14467 "nohash-hasher",14468 "parity-scale-codec",14469 "parking_lot 0.12.1",14470 "rand 0.8.5",14471 "scale-info",14472 "schnellru",14473 "sp-core 25.0.0",14474 "sp-std 12.0.0",14475 "thiserror",14476 "tracing",14477 "trie-db 0.28.0",14478 "trie-root",14479]1448014481[[package]]14482name = "sp-trie"14483version = "32.0.0"14484source = "registry+https://github.com/rust-lang/crates.io-index"14485checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4"14486dependencies = [14487 "ahash 0.8.11",14488 "hash-db",14489 "lazy_static",14490 "memory-db",14491 "nohash-hasher",14492 "parity-scale-codec",14493 "parking_lot 0.12.1",14494 "rand 0.8.5",14495 "scale-info",14496 "schnellru",14497 "sp-core 31.0.0",14498 "sp-externalities 0.27.0",14499 "sp-std 14.0.0",14500 "thiserror",14501 "tracing",14502 "trie-db 0.28.0",14503 "trie-root",14504]1450514506[[package]]14507name = "sp-version"14508version = "26.0.0"14509source = "registry+https://github.com/rust-lang/crates.io-index"14510checksum = "3e93da332eba3cb59a65f128da5edd5c70e1475692b45470104e7465b1278471"14511dependencies = [14512 "impl-serde",14513 "parity-scale-codec",14514 "parity-wasm",14515 "scale-info",14516 "serde",14517 "sp-core-hashing-proc-macro",14518 "sp-runtime 28.0.0",14519 "sp-std 12.0.0",14520 "sp-version-proc-macro 12.0.0",14521 "thiserror",14522]1452314524[[package]]14525name = "sp-version"14526version = "32.0.0"14527source = "registry+https://github.com/rust-lang/crates.io-index"14528checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05"14529dependencies = [14530 "impl-serde",14531 "parity-scale-codec",14532 "parity-wasm",14533 "scale-info",14534 "serde",14535 "sp-crypto-hashing-proc-macro",14536 "sp-runtime 34.0.0",14537 "sp-std 14.0.0",14538 "sp-version-proc-macro 13.0.0",14539 "thiserror",14540]1454114542[[package]]14543name = "sp-version-proc-macro"14544version = "12.0.0"14545source = "registry+https://github.com/rust-lang/crates.io-index"14546checksum = "49535d8c7184dab46d15639c68374a30cbb1534e392fa09a1ebb059a993ad436"14547dependencies = [14548 "parity-scale-codec",14549 "proc-macro2",14550 "quote",14551 "syn 2.0.55",14552]1455314554[[package]]14555name = "sp-version-proc-macro"14556version = "13.0.0"14557source = "registry+https://github.com/rust-lang/crates.io-index"14558checksum = "e9bc3fed32d6dacbbbfb28dd1fe0224affbb737cb6cbfca1d9149351c2b69a7d"14559dependencies = [14560 "parity-scale-codec",14561 "proc-macro2",14562 "quote",14563 "syn 2.0.55",14564]1456514566[[package]]14567name = "sp-wasm-interface"14568version = "18.0.0"14569source = "registry+https://github.com/rust-lang/crates.io-index"14570checksum = "d5d85813d46a22484cdf5e5afddbbe85442dd1b4d84d67a8c7792f92f9f93607"14571dependencies = [14572 "anyhow",14573 "impl-trait-for-tuples",14574 "log",14575 "parity-scale-codec",14576 "sp-std 12.0.0",14577 "wasmtime",14578]1457914580[[package]]14581name = "sp-wasm-interface"14582version = "20.0.0"14583source = "registry+https://github.com/rust-lang/crates.io-index"14584checksum = "9ef97172c42eb4c6c26506f325f48463e9bc29b2034a587f1b9e48c751229bee"14585dependencies = [14586 "anyhow",14587 "impl-trait-for-tuples",14588 "log",14589 "parity-scale-codec",14590 "sp-std 14.0.0",14591 "wasmtime",14592]1459314594[[package]]14595name = "sp-weights"14596version = "24.0.0"14597source = "registry+https://github.com/rust-lang/crates.io-index"14598checksum = "751676c1263e7f3600af16bad26a7978a816bc532676fe05eafa23b862c05b9e"14599dependencies = [14600 "parity-scale-codec",14601 "scale-info",14602 "serde",14603 "smallvec",14604 "sp-arithmetic 20.0.0",14605 "sp-core 25.0.0",14606 "sp-debug-derive 12.0.0",14607 "sp-std 12.0.0",14608]1460914610[[package]]14611name = "sp-weights"14612version = "30.0.0"14613source = "registry+https://github.com/rust-lang/crates.io-index"14614checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87"14615dependencies = [14616 "bounded-collections 0.2.0",14617 "parity-scale-codec",14618 "scale-info",14619 "serde",14620 "smallvec",14621 "sp-arithmetic 25.0.0",14622 "sp-debug-derive 14.0.0",14623 "sp-std 14.0.0",14624]1462514626[[package]]14627name = "spez"14628version = "0.1.2"14629source = "registry+https://github.com/rust-lang/crates.io-index"14630checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"14631dependencies = [14632 "proc-macro2",14633 "quote",14634 "syn 2.0.55",14635]1463614637[[package]]14638name = "spin"14639version = "0.5.2"14640source = "registry+https://github.com/rust-lang/crates.io-index"14641checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1464214643[[package]]14644name = "spin"14645version = "0.9.8"14646source = "registry+https://github.com/rust-lang/crates.io-index"14647checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"1464814649[[package]]14650name = "spinners"14651version = "4.1.1"14652source = "registry+https://github.com/rust-lang/crates.io-index"14653checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82"14654dependencies = [14655 "lazy_static",14656 "maplit",14657 "strum 0.24.1",14658]1465914660[[package]]14661name = "spinning_top"14662version = "0.3.0"14663source = "registry+https://github.com/rust-lang/crates.io-index"14664checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"14665dependencies = [14666 "lock_api",14667]1466814669[[package]]14670name = "spki"14671version = "0.7.3"14672source = "registry+https://github.com/rust-lang/crates.io-index"14673checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"14674dependencies = [14675 "base64ct",14676 "der",14677]1467814679[[package]]14680name = "ss58-registry"14681version = "1.47.0"14682source = "registry+https://github.com/rust-lang/crates.io-index"14683checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba"14684dependencies = [14685 "Inflector",14686 "num-format",14687 "proc-macro2",14688 "quote",14689 "serde",14690 "serde_json",14691 "unicode-xid",14692]1469314694[[package]]14695name = "stable_deref_trait"14696version = "1.2.0"14697source = "registry+https://github.com/rust-lang/crates.io-index"14698checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1469914700[[package]]14701name = "staging-parachain-info"14702version = "0.10.0"14703source = "registry+https://github.com/rust-lang/crates.io-index"14704checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147"14705dependencies = [14706 "cumulus-primitives-core 0.10.0",14707 "frame-support 31.0.0",14708 "frame-system 31.0.0",14709 "parity-scale-codec",14710 "scale-info",14711 "sp-runtime 34.0.0",14712 "sp-std 14.0.0",14713]1471414715[[package]]14716name = "staging-xcm"14717version = "4.0.0"14718source = "registry+https://github.com/rust-lang/crates.io-index"14719checksum = "7abd0c2e401a1e264379131c27676bc65c9631aaa508044bc04d8ce60a7d8524"14720dependencies = [14721 "bounded-collections 0.1.9",14722 "derivative",14723 "environmental",14724 "impl-trait-for-tuples",14725 "log",14726 "parity-scale-codec",14727 "scale-info",14728 "serde",14729 "sp-weights 24.0.0",14730 "xcm-procedural 4.0.0",14731]1473214733[[package]]14734name = "staging-xcm"14735version = "10.0.0"14736source = "registry+https://github.com/rust-lang/crates.io-index"14737checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab"14738dependencies = [14739 "array-bytes 6.2.2",14740 "bounded-collections 0.2.0",14741 "derivative",14742 "environmental",14743 "impl-trait-for-tuples",14744 "log",14745 "parity-scale-codec",14746 "scale-info",14747 "serde",14748 "sp-weights 30.0.0",14749 "xcm-procedural 8.0.0",14750]1475114752[[package]]14753name = "staging-xcm-builder"14754version = "10.0.0"14755source = "registry+https://github.com/rust-lang/crates.io-index"14756checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9"14757dependencies = [14758 "frame-support 31.0.0",14759 "frame-system 31.0.0",14760 "impl-trait-for-tuples",14761 "log",14762 "pallet-transaction-payment",14763 "parity-scale-codec",14764 "polkadot-parachain-primitives 9.0.0",14765 "scale-info",14766 "sp-arithmetic 25.0.0",14767 "sp-io 33.0.0",14768 "sp-runtime 34.0.0",14769 "sp-std 14.0.0",14770 "sp-weights 30.0.0",14771 "staging-xcm 10.0.0",14772 "staging-xcm-executor 10.0.0",14773]1477414775[[package]]14776name = "staging-xcm-executor"14777version = "4.0.2"14778source = "registry+https://github.com/rust-lang/crates.io-index"14779checksum = "49bc3b2b8429aacca1897c72b786e7c21d36170a919e9333fe533868d32d2774"14780dependencies = [14781 "environmental",14782 "frame-benchmarking 25.0.0",14783 "frame-support 25.0.0",14784 "impl-trait-for-tuples",14785 "log",14786 "parity-scale-codec",14787 "sp-arithmetic 20.0.0",14788 "sp-core 25.0.0",14789 "sp-io 27.0.0",14790 "sp-runtime 28.0.0",14791 "sp-std 12.0.0",14792 "sp-weights 24.0.0",14793 "staging-xcm 4.0.0",14794]1479514796[[package]]14797name = "staging-xcm-executor"14798version = "10.0.0"14799source = "registry+https://github.com/rust-lang/crates.io-index"14800checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062"14801dependencies = [14802 "environmental",14803 "frame-benchmarking 31.0.0",14804 "frame-support 31.0.0",14805 "impl-trait-for-tuples",14806 "log",14807 "parity-scale-codec",14808 "scale-info",14809 "sp-arithmetic 25.0.0",14810 "sp-core 31.0.0",14811 "sp-io 33.0.0",14812 "sp-runtime 34.0.0",14813 "sp-std 14.0.0",14814 "sp-weights 30.0.0",14815 "staging-xcm 10.0.0",14816]1481714818[[package]]14819name = "static_assertions"14820version = "1.1.0"14821source = "registry+https://github.com/rust-lang/crates.io-index"14822checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1482314824[[package]]14825name = "static_init"14826version = "1.0.3"14827source = "registry+https://github.com/rust-lang/crates.io-index"14828checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"14829dependencies = [14830 "bitflags 1.3.2",14831 "cfg_aliases",14832 "libc",14833 "parking_lot 0.11.2",14834 "parking_lot_core 0.8.6",14835 "static_init_macro",14836 "winapi",14837]1483814839[[package]]14840name = "static_init_macro"14841version = "1.0.2"14842source = "registry+https://github.com/rust-lang/crates.io-index"14843checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"14844dependencies = [14845 "cfg_aliases",14846 "memchr",14847 "proc-macro2",14848 "quote",14849 "syn 1.0.109",14850]1485114852[[package]]14853name = "strobe-rs"14854version = "0.8.1"14855source = "registry+https://github.com/rust-lang/crates.io-index"14856checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d"14857dependencies = [14858 "bitflags 1.3.2",14859 "byteorder",14860 "keccak",14861 "subtle 2.5.0",14862 "zeroize",14863]1486414865[[package]]14866name = "strsim"14867version = "0.11.0"14868source = "registry+https://github.com/rust-lang/crates.io-index"14869checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"1487014871[[package]]14872name = "struct-versioning"14873version = "0.1.0"14874dependencies = [14875 "quote",14876 "syn 1.0.109",14877]1487814879[[package]]14880name = "strum"14881version = "0.24.1"14882source = "registry+https://github.com/rust-lang/crates.io-index"14883checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"14884dependencies = [14885 "strum_macros 0.24.3",14886]1488714888[[package]]14889name = "strum"14890version = "0.25.0"14891source = "registry+https://github.com/rust-lang/crates.io-index"14892checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"1489314894[[package]]14895name = "strum_macros"14896version = "0.24.3"14897source = "registry+https://github.com/rust-lang/crates.io-index"14898checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"14899dependencies = [14900 "heck 0.4.1",14901 "proc-macro2",14902 "quote",14903 "rustversion",14904 "syn 1.0.109",14905]1490614907[[package]]14908name = "strum_macros"14909version = "0.25.3"14910source = "registry+https://github.com/rust-lang/crates.io-index"14911checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"14912dependencies = [14913 "heck 0.4.1",14914 "proc-macro2",14915 "quote",14916 "rustversion",14917 "syn 2.0.55",14918]1491914920[[package]]14921name = "substrate-bip39"14922version = "0.4.6"14923source = "registry+https://github.com/rust-lang/crates.io-index"14924checksum = "6a7590dc041b9bc2825e52ce5af8416c73dbe9d0654402bfd4b4941938b94d8f"14925dependencies = [14926 "hmac 0.11.0",14927 "pbkdf2 0.8.0",14928 "schnorrkel 0.11.4",14929 "sha2 0.9.9",14930 "zeroize",14931]1493214933[[package]]14934name = "substrate-bip39"14935version = "0.5.0"14936source = "registry+https://github.com/rust-lang/crates.io-index"14937checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121"14938dependencies = [14939 "hmac 0.12.1",14940 "pbkdf2 0.12.2",14941 "schnorrkel 0.11.4",14942 "sha2 0.10.8",14943 "zeroize",14944]1494514946[[package]]14947name = "substrate-build-script-utils"14948version = "11.0.0"14949source = "registry+https://github.com/rust-lang/crates.io-index"14950checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e"1495114952[[package]]14953name = "substrate-frame-rpc-system"14954version = "31.0.0"14955source = "registry+https://github.com/rust-lang/crates.io-index"14956checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170"14957dependencies = [14958 "frame-system-rpc-runtime-api",14959 "futures",14960 "jsonrpsee 0.22.3",14961 "log",14962 "parity-scale-codec",14963 "sc-rpc-api",14964 "sc-transaction-pool-api",14965 "sp-api 29.0.0",14966 "sp-block-builder",14967 "sp-blockchain",14968 "sp-core 31.0.0",14969 "sp-runtime 34.0.0",14970]1497114972[[package]]14973name = "substrate-prometheus-endpoint"14974version = "0.17.0"14975source = "registry+https://github.com/rust-lang/crates.io-index"14976checksum = "0d8fe06b03b8a291c09507c42f92a2c2c10dd3d62975d02c7f64a92d87bfe09b"14977dependencies = [14978 "hyper",14979 "log",14980 "prometheus",14981 "thiserror",14982 "tokio",14983]1498414985[[package]]14986name = "substrate-rpc-client"14987version = "0.36.0"14988source = "registry+https://github.com/rust-lang/crates.io-index"14989checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6"14990dependencies = [14991 "async-trait",14992 "jsonrpsee 0.22.3",14993 "log",14994 "sc-rpc-api",14995 "serde",14996 "sp-runtime 34.0.0",14997]1499814999[[package]]15000name = "substrate-state-trie-migration-rpc"15001version = "30.0.0"15002source = "registry+https://github.com/rust-lang/crates.io-index"15003checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b"15004dependencies = [15005 "jsonrpsee 0.22.3",15006 "parity-scale-codec",15007 "sc-client-api",15008 "sc-rpc-api",15009 "serde",15010 "sp-core 31.0.0",15011 "sp-runtime 34.0.0",15012 "sp-state-machine 0.38.0",15013 "sp-trie 32.0.0",15014 "trie-db 0.28.0",15015]1501615017[[package]]15018name = "substrate-wasm-builder"15019version = "20.0.0"15020source = "registry+https://github.com/rust-lang/crates.io-index"15021checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6"15022dependencies = [15023 "build-helper",15024 "cargo_metadata",15025 "console",15026 "filetime",15027 "parity-wasm",15028 "polkavm-linker",15029 "sp-maybe-compressed-blob",15030 "strum 0.24.1",15031 "tempfile",15032 "toml 0.8.12",15033 "walkdir",15034 "wasm-opt",15035]1503615037[[package]]15038name = "subtle"15039version = "1.0.0"15040source = "registry+https://github.com/rust-lang/crates.io-index"15041checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1504215043[[package]]15044name = "subtle"15045version = "2.5.0"15046source = "registry+https://github.com/rust-lang/crates.io-index"15047checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"1504815049[[package]]15050name = "subtle-ng"15051version = "2.5.0"15052source = "registry+https://github.com/rust-lang/crates.io-index"15053checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"1505415055[[package]]15056name = "syn"15057version = "1.0.109"15058source = "registry+https://github.com/rust-lang/crates.io-index"15059checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"15060dependencies = [15061 "proc-macro2",15062 "quote",15063 "unicode-ident",15064]1506515066[[package]]15067name = "syn"15068version = "2.0.55"15069source = "registry+https://github.com/rust-lang/crates.io-index"15070checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0"15071dependencies = [15072 "proc-macro2",15073 "quote",15074 "unicode-ident",15075]1507615077[[package]]15078name = "synstructure"15079version = "0.12.6"15080source = "registry+https://github.com/rust-lang/crates.io-index"15081checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"15082dependencies = [15083 "proc-macro2",15084 "quote",15085 "syn 1.0.109",15086 "unicode-xid",15087]1508815089[[package]]15090name = "system-configuration"15091version = "0.5.1"15092source = "registry+https://github.com/rust-lang/crates.io-index"15093checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"15094dependencies = [15095 "bitflags 1.3.2",15096 "core-foundation",15097 "system-configuration-sys",15098]1509915100[[package]]15101name = "system-configuration-sys"15102version = "0.5.0"15103source = "registry+https://github.com/rust-lang/crates.io-index"15104checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"15105dependencies = [15106 "core-foundation-sys",15107 "libc",15108]1510915110[[package]]15111name = "tap"15112version = "1.0.1"15113source = "registry+https://github.com/rust-lang/crates.io-index"15114checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1511515116[[package]]15117name = "target-lexicon"15118version = "0.12.14"15119source = "registry+https://github.com/rust-lang/crates.io-index"15120checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"1512115122[[package]]15123name = "tempfile"15124version = "3.10.1"15125source = "registry+https://github.com/rust-lang/crates.io-index"15126checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"15127dependencies = [15128 "cfg-if",15129 "fastrand 2.0.2",15130 "rustix 0.38.32",15131 "windows-sys 0.52.0",15132]1513315134[[package]]15135name = "termcolor"15136version = "1.4.1"15137source = "registry+https://github.com/rust-lang/crates.io-index"15138checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"15139dependencies = [15140 "winapi-util",15141]1514215143[[package]]15144name = "terminal_size"15145version = "0.3.0"15146source = "registry+https://github.com/rust-lang/crates.io-index"15147checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"15148dependencies = [15149 "rustix 0.38.32",15150 "windows-sys 0.48.0",15151]1515215153[[package]]15154name = "termtree"15155version = "0.4.1"15156source = "registry+https://github.com/rust-lang/crates.io-index"15157checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1515815159[[package]]15160name = "tests"15161version = "0.1.1"15162dependencies = [15163 "evm-coder",15164 "frame-support 31.0.0",15165 "frame-system 31.0.0",15166 "pallet-balances",15167 "pallet-balances-adapter",15168 "pallet-common",15169 "pallet-ethereum",15170 "pallet-evm",15171 "pallet-evm-coder-substrate",15172 "pallet-fungible",15173 "pallet-nonfungible",15174 "pallet-refungible",15175 "pallet-structure",15176 "pallet-timestamp",15177 "pallet-transaction-payment",15178 "pallet-unique",15179 "pallet-xcm 10.0.1",15180 "parity-scale-codec",15181 "scale-info",15182 "sp-core 31.0.0",15183 "sp-io 33.0.0",15184 "sp-runtime 34.0.0",15185 "sp-std 14.0.0",15186 "staging-xcm 10.0.0",15187 "up-data-structs",15188 "up-sponsorship",15189]1519015191[[package]]15192name = "thiserror"15193version = "1.0.58"15194source = "registry+https://github.com/rust-lang/crates.io-index"15195checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"15196dependencies = [15197 "thiserror-impl",15198]1519915200[[package]]15201name = "thiserror-core"15202version = "1.0.50"15203source = "registry+https://github.com/rust-lang/crates.io-index"15204checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999"15205dependencies = [15206 "thiserror-core-impl",15207]1520815209[[package]]15210name = "thiserror-core-impl"15211version = "1.0.50"15212source = "registry+https://github.com/rust-lang/crates.io-index"15213checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04"15214dependencies = [15215 "proc-macro2",15216 "quote",15217 "syn 2.0.55",15218]1521915220[[package]]15221name = "thiserror-impl"15222version = "1.0.58"15223source = "registry+https://github.com/rust-lang/crates.io-index"15224checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"15225dependencies = [15226 "proc-macro2",15227 "quote",15228 "syn 2.0.55",15229]1523015231[[package]]15232name = "thousands"15233version = "0.2.0"15234source = "registry+https://github.com/rust-lang/crates.io-index"15235checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1523615237[[package]]15238name = "thread_local"15239version = "1.1.8"15240source = "registry+https://github.com/rust-lang/crates.io-index"15241checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"15242dependencies = [15243 "cfg-if",15244 "once_cell",15245]1524615247[[package]]15248name = "threadpool"15249version = "1.8.1"15250source = "registry+https://github.com/rust-lang/crates.io-index"15251checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"15252dependencies = [15253 "num_cpus",15254]1525515256[[package]]15257name = "thrift"15258version = "0.15.0"15259source = "registry+https://github.com/rust-lang/crates.io-index"15260checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"15261dependencies = [15262 "byteorder",15263 "integer-encoding",15264 "log",15265 "ordered-float",15266 "threadpool",15267]1526815269[[package]]15270name = "tikv-jemalloc-ctl"15271version = "0.5.4"15272source = "registry+https://github.com/rust-lang/crates.io-index"15273checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"15274dependencies = [15275 "libc",15276 "paste",15277 "tikv-jemalloc-sys",15278]1527915280[[package]]15281name = "tikv-jemalloc-sys"15282version = "0.5.4+5.3.0-patched"15283source = "registry+https://github.com/rust-lang/crates.io-index"15284checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"15285dependencies = [15286 "cc",15287 "libc",15288]1528915290[[package]]15291name = "time"15292version = "0.3.34"15293source = "registry+https://github.com/rust-lang/crates.io-index"15294checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"15295dependencies = [15296 "deranged",15297 "itoa",15298 "num-conv",15299 "powerfmt",15300 "serde",15301 "time-core",15302 "time-macros",15303]1530415305[[package]]15306name = "time-core"15307version = "0.1.2"15308source = "registry+https://github.com/rust-lang/crates.io-index"15309checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"1531015311[[package]]15312name = "time-macros"15313version = "0.2.17"15314source = "registry+https://github.com/rust-lang/crates.io-index"15315checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"15316dependencies = [15317 "num-conv",15318 "time-core",15319]1532015321[[package]]15322name = "tiny-bip39"15323version = "1.0.0"15324source = "registry+https://github.com/rust-lang/crates.io-index"15325checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"15326dependencies = [15327 "anyhow",15328 "hmac 0.12.1",15329 "once_cell",15330 "pbkdf2 0.11.0",15331 "rand 0.8.5",15332 "rustc-hash",15333 "sha2 0.10.8",15334 "thiserror",15335 "unicode-normalization",15336 "wasm-bindgen",15337 "zeroize",15338]1533915340[[package]]15341name = "tiny-keccak"15342version = "2.0.2"15343source = "registry+https://github.com/rust-lang/crates.io-index"15344checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"15345dependencies = [15346 "crunchy",15347]1534815349[[package]]15350name = "tinyvec"15351version = "1.6.0"15352source = "registry+https://github.com/rust-lang/crates.io-index"15353checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"15354dependencies = [15355 "tinyvec_macros",15356]1535715358[[package]]15359name = "tinyvec_macros"15360version = "0.1.1"15361source = "registry+https://github.com/rust-lang/crates.io-index"15362checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1536315364[[package]]15365name = "tokio"15366version = "1.36.0"15367source = "registry+https://github.com/rust-lang/crates.io-index"15368checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"15369dependencies = [15370 "backtrace",15371 "bytes",15372 "libc",15373 "mio",15374 "num_cpus",15375 "parking_lot 0.12.1",15376 "pin-project-lite 0.2.13",15377 "signal-hook-registry",15378 "socket2 0.5.6",15379 "tokio-macros",15380 "windows-sys 0.48.0",15381]1538215383[[package]]15384name = "tokio-macros"15385version = "2.2.0"15386source = "registry+https://github.com/rust-lang/crates.io-index"15387checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"15388dependencies = [15389 "proc-macro2",15390 "quote",15391 "syn 2.0.55",15392]1539315394[[package]]15395name = "tokio-retry"15396version = "0.3.0"15397source = "registry+https://github.com/rust-lang/crates.io-index"15398checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"15399dependencies = [15400 "pin-project",15401 "rand 0.8.5",15402 "tokio",15403]1540415405[[package]]15406name = "tokio-rustls"15407version = "0.24.1"15408source = "registry+https://github.com/rust-lang/crates.io-index"15409checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"15410dependencies = [15411 "rustls 0.21.10",15412 "tokio",15413]1541415415[[package]]15416name = "tokio-rustls"15417version = "0.25.0"15418source = "registry+https://github.com/rust-lang/crates.io-index"15419checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"15420dependencies = [15421 "rustls 0.22.3",15422 "rustls-pki-types",15423 "tokio",15424]1542515426[[package]]15427name = "tokio-stream"15428version = "0.1.15"15429source = "registry+https://github.com/rust-lang/crates.io-index"15430checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"15431dependencies = [15432 "futures-core",15433 "pin-project-lite 0.2.13",15434 "tokio",15435 "tokio-util",15436]1543715438[[package]]15439name = "tokio-util"15440version = "0.7.10"15441source = "registry+https://github.com/rust-lang/crates.io-index"15442checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"15443dependencies = [15444 "bytes",15445 "futures-core",15446 "futures-io",15447 "futures-sink",15448 "pin-project-lite 0.2.13",15449 "tokio",15450 "tracing",15451]1545215453[[package]]15454name = "toml"15455version = "0.5.11"15456source = "registry+https://github.com/rust-lang/crates.io-index"15457checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"15458dependencies = [15459 "serde",15460]1546115462[[package]]15463name = "toml"15464version = "0.8.12"15465source = "registry+https://github.com/rust-lang/crates.io-index"15466checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"15467dependencies = [15468 "serde",15469 "serde_spanned",15470 "toml_datetime",15471 "toml_edit 0.22.9",15472]1547315474[[package]]15475name = "toml_datetime"15476version = "0.6.5"15477source = "registry+https://github.com/rust-lang/crates.io-index"15478checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"15479dependencies = [15480 "serde",15481]1548215483[[package]]15484name = "toml_edit"15485version = "0.19.15"15486source = "registry+https://github.com/rust-lang/crates.io-index"15487checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"15488dependencies = [15489 "indexmap 2.2.6",15490 "toml_datetime",15491 "winnow 0.5.40",15492]1549315494[[package]]15495name = "toml_edit"15496version = "0.20.7"15497source = "registry+https://github.com/rust-lang/crates.io-index"15498checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"15499dependencies = [15500 "indexmap 2.2.6",15501 "toml_datetime",15502 "winnow 0.5.40",15503]1550415505[[package]]15506name = "toml_edit"15507version = "0.21.1"15508source = "registry+https://github.com/rust-lang/crates.io-index"15509checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"15510dependencies = [15511 "indexmap 2.2.6",15512 "toml_datetime",15513 "winnow 0.5.40",15514]1551515516[[package]]15517name = "toml_edit"15518version = "0.22.9"15519source = "registry+https://github.com/rust-lang/crates.io-index"15520checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"15521dependencies = [15522 "indexmap 2.2.6",15523 "serde",15524 "serde_spanned",15525 "toml_datetime",15526 "winnow 0.6.5",15527]1552815529[[package]]15530name = "tower"15531version = "0.4.13"15532source = "registry+https://github.com/rust-lang/crates.io-index"15533checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"15534dependencies = [15535 "futures-core",15536 "futures-util",15537 "pin-project",15538 "pin-project-lite 0.2.13",15539 "tower-layer",15540 "tower-service",15541 "tracing",15542]1554315544[[package]]15545name = "tower-http"15546version = "0.4.4"15547source = "registry+https://github.com/rust-lang/crates.io-index"15548checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"15549dependencies = [15550 "bitflags 2.5.0",15551 "bytes",15552 "futures-core",15553 "futures-util",15554 "http",15555 "http-body",15556 "http-range-header",15557 "pin-project-lite 0.2.13",15558 "tower-layer",15559 "tower-service",15560]1556115562[[package]]15563name = "tower-layer"15564version = "0.3.2"15565source = "registry+https://github.com/rust-lang/crates.io-index"15566checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1556715568[[package]]15569name = "tower-service"15570version = "0.3.2"15571source = "registry+https://github.com/rust-lang/crates.io-index"15572checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1557315574[[package]]15575name = "tracing"15576version = "0.1.40"15577source = "registry+https://github.com/rust-lang/crates.io-index"15578checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"15579dependencies = [15580 "log",15581 "pin-project-lite 0.2.13",15582 "tracing-attributes",15583 "tracing-core",15584]1558515586[[package]]15587name = "tracing-attributes"15588version = "0.1.27"15589source = "registry+https://github.com/rust-lang/crates.io-index"15590checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"15591dependencies = [15592 "proc-macro2",15593 "quote",15594 "syn 2.0.55",15595]1559615597[[package]]15598name = "tracing-core"15599version = "0.1.32"15600source = "registry+https://github.com/rust-lang/crates.io-index"15601checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"15602dependencies = [15603 "once_cell",15604 "valuable",15605]1560615607[[package]]15608name = "tracing-futures"15609version = "0.2.5"15610source = "registry+https://github.com/rust-lang/crates.io-index"15611checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"15612dependencies = [15613 "pin-project",15614 "tracing",15615]1561615617[[package]]15618name = "tracing-gum"15619version = "10.0.0"15620source = "registry+https://github.com/rust-lang/crates.io-index"15621checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c"15622dependencies = [15623 "coarsetime",15624 "polkadot-primitives 10.0.0",15625 "tracing",15626 "tracing-gum-proc-macro",15627]1562815629[[package]]15630name = "tracing-gum-proc-macro"15631version = "5.0.0"15632source = "registry+https://github.com/rust-lang/crates.io-index"15633checksum = "0f074568687ffdfd0adb6005aa8d1d96840197f2c159f80471285f08694cf0ce"15634dependencies = [15635 "expander 2.1.0",15636 "proc-macro-crate 3.1.0",15637 "proc-macro2",15638 "quote",15639 "syn 2.0.55",15640]1564115642[[package]]15643name = "tracing-log"15644version = "0.1.4"15645source = "registry+https://github.com/rust-lang/crates.io-index"15646checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"15647dependencies = [15648 "log",15649 "once_cell",15650 "tracing-core",15651]1565215653[[package]]15654name = "tracing-serde"15655version = "0.1.3"15656source = "registry+https://github.com/rust-lang/crates.io-index"15657checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"15658dependencies = [15659 "serde",15660 "tracing-core",15661]1566215663[[package]]15664name = "tracing-subscriber"15665version = "0.2.25"15666source = "registry+https://github.com/rust-lang/crates.io-index"15667checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"15668dependencies = [15669 "ansi_term",15670 "chrono",15671 "lazy_static",15672 "matchers",15673 "parking_lot 0.11.2",15674 "regex",15675 "serde",15676 "serde_json",15677 "sharded-slab",15678 "smallvec",15679 "thread_local",15680 "tracing",15681 "tracing-core",15682 "tracing-log",15683 "tracing-serde",15684]1568515686[[package]]15687name = "trie-db"15688version = "0.27.1"15689source = "registry+https://github.com/rust-lang/crates.io-index"15690checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"15691dependencies = [15692 "hash-db",15693 "hashbrown 0.13.2",15694 "log",15695 "smallvec",15696]1569715698[[package]]15699name = "trie-db"15700version = "0.28.0"15701source = "registry+https://github.com/rust-lang/crates.io-index"15702checksum = "ff28e0f815c2fea41ebddf148e008b077d2faddb026c9555b29696114d602642"15703dependencies = [15704 "hash-db",15705 "hashbrown 0.13.2",15706 "log",15707 "rustc-hex",15708 "smallvec",15709]1571015711[[package]]15712name = "trie-root"15713version = "0.18.0"15714source = "registry+https://github.com/rust-lang/crates.io-index"15715checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"15716dependencies = [15717 "hash-db",15718]1571915720[[package]]15721name = "trust-dns-proto"15722version = "0.22.0"15723source = "registry+https://github.com/rust-lang/crates.io-index"15724checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"15725dependencies = [15726 "async-trait",15727 "cfg-if",15728 "data-encoding",15729 "enum-as-inner",15730 "futures-channel",15731 "futures-io",15732 "futures-util",15733 "idna 0.2.3",15734 "ipnet",15735 "lazy_static",15736 "rand 0.8.5",15737 "smallvec",15738 "socket2 0.4.10",15739 "thiserror",15740 "tinyvec",15741 "tokio",15742 "tracing",15743 "url",15744]1574515746[[package]]15747name = "trust-dns-resolver"15748version = "0.22.0"15749source = "registry+https://github.com/rust-lang/crates.io-index"15750checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"15751dependencies = [15752 "cfg-if",15753 "futures-util",15754 "ipconfig",15755 "lazy_static",15756 "lru-cache",15757 "parking_lot 0.12.1",15758 "resolv-conf",15759 "smallvec",15760 "thiserror",15761 "tokio",15762 "tracing",15763 "trust-dns-proto",15764]1576515766[[package]]15767name = "try-lock"15768version = "0.2.5"15769source = "registry+https://github.com/rust-lang/crates.io-index"15770checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"1577115772[[package]]15773name = "try-runtime-cli"15774version = "0.41.0"15775source = "registry+https://github.com/rust-lang/crates.io-index"15776checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d"15777dependencies = [15778 "async-trait",15779 "clap",15780 "frame-remote-externalities",15781 "frame-try-runtime",15782 "hex",15783 "log",15784 "parity-scale-codec",15785 "sc-cli",15786 "sc-executor",15787 "serde",15788 "serde_json",15789 "sp-api 29.0.0",15790 "sp-consensus-aura",15791 "sp-consensus-babe",15792 "sp-core 31.0.0",15793 "sp-debug-derive 14.0.0",15794 "sp-externalities 0.27.0",15795 "sp-inherents 29.0.0",15796 "sp-io 33.0.0",15797 "sp-keystore 0.37.0",15798 "sp-rpc",15799 "sp-runtime 34.0.0",15800 "sp-state-machine 0.38.0",15801 "sp-timestamp 29.0.0",15802 "sp-transaction-storage-proof",15803 "sp-version 32.0.0",15804 "sp-weights 30.0.0",15805 "substrate-rpc-client",15806 "zstd 0.12.4",15807]1580815809[[package]]15810name = "tt-call"15811version = "1.0.9"15812source = "registry+https://github.com/rust-lang/crates.io-index"15813checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1581415815[[package]]15816name = "twox-hash"15817version = "1.6.3"15818source = "registry+https://github.com/rust-lang/crates.io-index"15819checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"15820dependencies = [15821 "cfg-if",15822 "digest 0.10.7",15823 "rand 0.8.5",15824 "static_assertions",15825]1582615827[[package]]15828name = "typenum"15829version = "1.17.0"15830source = "registry+https://github.com/rust-lang/crates.io-index"15831checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"1583215833[[package]]15834name = "uc-rpc"15835version = "0.1.4"15836dependencies = [15837 "anyhow",15838 "app-promotion-rpc",15839 "frame-benchmarking 31.0.0",15840 "hex-literal",15841 "jsonrpsee 0.16.3",15842 "opal-runtime",15843 "pallet-evm",15844 "parity-scale-codec",15845 "quartz-runtime",15846 "sc-client-api",15847 "sc-executor",15848 "sc-rpc-api",15849 "sc-service",15850 "sp-api 29.0.0",15851 "sp-blockchain",15852 "sp-core 31.0.0",15853 "sp-externalities 0.27.0",15854 "sp-keystore 0.37.0",15855 "sp-runtime 34.0.0",15856 "sp-state-machine 0.38.0",15857 "sp-trie 32.0.0",15858 "trie-db 0.27.1",15859 "unique-runtime",15860 "up-common",15861 "up-data-structs",15862 "up-pov-estimate-rpc",15863 "up-rpc",15864 "zstd 0.12.4",15865]1586615867[[package]]15868name = "ucd-trie"15869version = "0.1.6"15870source = "registry+https://github.com/rust-lang/crates.io-index"15871checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"1587215873[[package]]15874name = "uint"15875version = "0.9.5"15876source = "registry+https://github.com/rust-lang/crates.io-index"15877checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"15878dependencies = [15879 "byteorder",15880 "crunchy",15881 "hex",15882 "static_assertions",15883]1588415885[[package]]15886name = "unicode-bidi"15887version = "0.3.15"15888source = "registry+https://github.com/rust-lang/crates.io-index"15889checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"1589015891[[package]]15892name = "unicode-ident"15893version = "1.0.12"15894source = "registry+https://github.com/rust-lang/crates.io-index"15895checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"1589615897[[package]]15898name = "unicode-normalization"15899version = "0.1.22"15900source = "registry+https://github.com/rust-lang/crates.io-index"15901checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"15902dependencies = [15903 "tinyvec",15904]1590515906[[package]]15907name = "unicode-width"15908version = "0.1.11"15909source = "registry+https://github.com/rust-lang/crates.io-index"15910checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"1591115912[[package]]15913name = "unicode-xid"15914version = "0.2.4"15915source = "registry+https://github.com/rust-lang/crates.io-index"15916checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1591715918[[package]]15919name = "unique-node"15920version = "1.3.0"15921dependencies = [15922 "app-promotion-rpc",15923 "clap",15924 "cumulus-client-cli",15925 "cumulus-client-collator",15926 "cumulus-client-consensus-aura",15927 "cumulus-client-consensus-common",15928 "cumulus-client-consensus-proposer",15929 "cumulus-client-network",15930 "cumulus-client-service",15931 "cumulus-primitives-aura",15932 "cumulus-primitives-core 0.10.0",15933 "cumulus-primitives-parachain-inherent",15934 "cumulus-relay-chain-inprocess-interface",15935 "cumulus-relay-chain-interface",15936 "cumulus-relay-chain-minimal-node",15937 "fc-api",15938 "fc-consensus",15939 "fc-db",15940 "fc-mapping-sync",15941 "fc-rpc",15942 "fc-rpc-core",15943 "fp-rpc",15944 "fp-storage",15945 "frame-benchmarking 31.0.0",15946 "frame-benchmarking-cli",15947 "futures",15948 "jsonrpsee 0.16.3",15949 "log",15950 "opal-runtime",15951 "pallet-transaction-payment-rpc",15952 "pallet-transaction-payment-rpc-runtime-api",15953 "parity-scale-codec",15954 "polkadot-cli",15955 "polkadot-primitives 10.0.0",15956 "polkadot-service",15957 "quartz-runtime",15958 "sc-basic-authorship",15959 "sc-chain-spec",15960 "sc-cli",15961 "sc-client-api",15962 "sc-consensus",15963 "sc-consensus-manual-seal",15964 "sc-executor",15965 "sc-network",15966 "sc-network-sync",15967 "sc-rpc",15968 "sc-rpc-api",15969 "sc-service",15970 "sc-sysinfo",15971 "sc-telemetry",15972 "sc-tracing",15973 "sc-transaction-pool",15974 "serde",15975 "serde_json",15976 "sp-api 29.0.0",15977 "sp-block-builder",15978 "sp-blockchain",15979 "sp-consensus-aura",15980 "sp-core 31.0.0",15981 "sp-inherents 29.0.0",15982 "sp-io 33.0.0",15983 "sp-keystore 0.37.0",15984 "sp-offchain",15985 "sp-runtime 34.0.0",15986 "sp-session",15987 "sp-timestamp 29.0.0",15988 "sp-transaction-pool",15989 "substrate-build-script-utils",15990 "substrate-frame-rpc-system",15991 "substrate-prometheus-endpoint",15992 "tokio",15993 "try-runtime-cli",15994 "uc-rpc",15995 "unique-runtime",15996 "up-common",15997 "up-data-structs",15998 "up-pov-estimate-rpc",15999 "up-rpc",16000]1600116002[[package]]16003name = "unique-runtime"16004version = "1.3.0"16005dependencies = [16006 "app-promotion-rpc",16007 "cumulus-pallet-aura-ext",16008 "cumulus-pallet-dmp-queue",16009 "cumulus-pallet-parachain-system",16010 "cumulus-pallet-xcm",16011 "cumulus-pallet-xcmp-queue",16012 "cumulus-primitives-core 0.10.0",16013 "cumulus-primitives-timestamp",16014 "cumulus-primitives-utility",16015 "derivative",16016 "evm-coder",16017 "fp-evm",16018 "fp-rpc",16019 "fp-self-contained",16020 "frame-benchmarking 31.0.0",16021 "frame-executive",16022 "frame-support 31.0.0",16023 "frame-system 31.0.0",16024 "frame-system-benchmarking",16025 "frame-system-rpc-runtime-api",16026 "frame-try-runtime",16027 "hex-literal",16028 "impl-trait-for-tuples",16029 "log",16030 "num_enum",16031 "orml-traits",16032 "orml-vesting",16033 "orml-xcm-support",16034 "orml-xtokens",16035 "pallet-app-promotion",16036 "pallet-aura",16037 "pallet-authorship",16038 "pallet-balances",16039 "pallet-balances-adapter",16040 "pallet-base-fee",16041 "pallet-collator-selection",16042 "pallet-collective",16043 "pallet-common",16044 "pallet-configuration",16045 "pallet-democracy",16046 "pallet-ethereum",16047 "pallet-evm",16048 "pallet-evm-coder-substrate",16049 "pallet-evm-contract-helpers",16050 "pallet-evm-migration",16051 "pallet-evm-precompile-simple",16052 "pallet-evm-transaction-payment",16053 "pallet-foreign-assets",16054 "pallet-fungible",16055 "pallet-gov-origins",16056 "pallet-identity 4.0.0-dev",16057 "pallet-inflation",16058 "pallet-maintenance",16059 "pallet-membership",16060 "pallet-nonfungible",16061 "pallet-preimage",16062 "pallet-ranked-collective",16063 "pallet-referenda",16064 "pallet-refungible",16065 "pallet-scheduler",16066 "pallet-session",16067 "pallet-state-trie-migration",16068 "pallet-structure",16069 "pallet-sudo",16070 "pallet-template-transaction-payment",16071 "pallet-test-utils",16072 "pallet-timestamp",16073 "pallet-transaction-payment",16074 "pallet-transaction-payment-rpc-runtime-api",16075 "pallet-treasury",16076 "pallet-unique",16077 "pallet-utility",16078 "pallet-xcm 10.0.1",16079 "parity-scale-codec",16080 "polkadot-parachain-primitives 9.0.0",16081 "polkadot-runtime-common",16082 "precompile-utils-macro",16083 "scale-info",16084 "serde",16085 "smallvec",16086 "sp-api 29.0.0",16087 "sp-arithmetic 25.0.0",16088 "sp-block-builder",16089 "sp-consensus-aura",16090 "sp-core 31.0.0",16091 "sp-inherents 29.0.0",16092 "sp-io 33.0.0",16093 "sp-offchain",16094 "sp-runtime 34.0.0",16095 "sp-session",16096 "sp-std 14.0.0",16097 "sp-storage 20.0.0",16098 "sp-transaction-pool",16099 "sp-version 32.0.0",16100 "staging-parachain-info",16101 "staging-xcm 10.0.0",16102 "staging-xcm-builder",16103 "staging-xcm-executor 10.0.0",16104 "substrate-wasm-builder",16105 "up-common",16106 "up-data-structs",16107 "up-pov-estimate-rpc",16108 "up-rpc",16109 "up-sponsorship",16110]1611116112[[package]]16113name = "universal-hash"16114version = "0.5.1"16115source = "registry+https://github.com/rust-lang/crates.io-index"16116checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"16117dependencies = [16118 "crypto-common",16119 "subtle 2.5.0",16120]1612116122[[package]]16123name = "unsigned-varint"16124version = "0.7.2"16125source = "registry+https://github.com/rust-lang/crates.io-index"16126checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"16127dependencies = [16128 "asynchronous-codec",16129 "bytes",16130 "futures-io",16131 "futures-util",16132]1613316134[[package]]16135name = "untrusted"16136version = "0.7.1"16137source = "registry+https://github.com/rust-lang/crates.io-index"16138checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1613916140[[package]]16141name = "untrusted"16142version = "0.9.0"16143source = "registry+https://github.com/rust-lang/crates.io-index"16144checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"1614516146[[package]]16147name = "up-common"16148version = "1.3.0"16149dependencies = [16150 "cumulus-primitives-core 0.10.0",16151 "fp-rpc",16152 "fp-self-contained",16153 "frame-support 31.0.0",16154 "pallet-evm",16155 "sp-consensus-aura",16156 "sp-core 31.0.0",16157 "sp-runtime 34.0.0",16158 "sp-std 14.0.0",16159]1616016161[[package]]16162name = "up-data-structs"16163version = "0.2.2"16164dependencies = [16165 "bondrewd",16166 "derivative",16167 "evm-coder",16168 "frame-support 31.0.0",16169 "pallet-evm",16170 "parity-scale-codec",16171 "scale-info",16172 "serde",16173 "sp-core 31.0.0",16174 "sp-runtime 34.0.0",16175 "sp-std 14.0.0",16176 "struct-versioning",16177]1617816179[[package]]16180name = "up-pov-estimate-rpc"16181version = "0.1.0"16182dependencies = [16183 "parity-scale-codec",16184 "scale-info",16185 "serde",16186 "sp-api 29.0.0",16187 "sp-core 31.0.0",16188 "sp-runtime 34.0.0",16189 "sp-std 14.0.0",16190]1619116192[[package]]16193name = "up-rpc"16194version = "0.1.3"16195dependencies = [16196 "pallet-common",16197 "pallet-evm",16198 "parity-scale-codec",16199 "sp-api 29.0.0",16200 "sp-core 31.0.0",16201 "sp-runtime 34.0.0",16202 "sp-std 14.0.0",16203 "up-data-structs",16204]1620516206[[package]]16207name = "up-sponsorship"16208version = "0.1.0"16209source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.9.0#f61acb0c67e58e16f9a4d9ab3a82b5cac1a5bede"16210dependencies = [16211 "impl-trait-for-tuples",16212]1621316214[[package]]16215name = "url"16216version = "2.5.0"16217source = "registry+https://github.com/rust-lang/crates.io-index"16218checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"16219dependencies = [16220 "form_urlencoded",16221 "idna 0.5.0",16222 "percent-encoding",16223]1622416225[[package]]16226name = "utf8parse"16227version = "0.2.1"16228source = "registry+https://github.com/rust-lang/crates.io-index"16229checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1623016231[[package]]16232name = "valuable"16233version = "0.1.0"16234source = "registry+https://github.com/rust-lang/crates.io-index"16235checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1623616237[[package]]16238name = "vcpkg"16239version = "0.2.15"16240source = "registry+https://github.com/rust-lang/crates.io-index"16241checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1624216243[[package]]16244name = "version_check"16245version = "0.9.4"16246source = "registry+https://github.com/rust-lang/crates.io-index"16247checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1624816249[[package]]16250name = "void"16251version = "1.0.2"16252source = "registry+https://github.com/rust-lang/crates.io-index"16253checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1625416255[[package]]16256name = "w3f-bls"16257version = "0.1.3"16258source = "registry+https://github.com/rust-lang/crates.io-index"16259checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331"16260dependencies = [16261 "ark-bls12-377",16262 "ark-bls12-381",16263 "ark-ec",16264 "ark-ff",16265 "ark-serialize",16266 "ark-serialize-derive",16267 "arrayref",16268 "constcat",16269 "digest 0.10.7",16270 "rand 0.8.5",16271 "rand_chacha 0.3.1",16272 "rand_core 0.6.4",16273 "sha2 0.10.8",16274 "sha3 0.10.8",16275 "thiserror",16276 "zeroize",16277]1627816279[[package]]16280name = "waker-fn"16281version = "1.1.1"16282source = "registry+https://github.com/rust-lang/crates.io-index"16283checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"1628416285[[package]]16286name = "walkdir"16287version = "2.5.0"16288source = "registry+https://github.com/rust-lang/crates.io-index"16289checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"16290dependencies = [16291 "same-file",16292 "winapi-util",16293]1629416295[[package]]16296name = "want"16297version = "0.3.1"16298source = "registry+https://github.com/rust-lang/crates.io-index"16299checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"16300dependencies = [16301 "try-lock",16302]1630316304[[package]]16305name = "wasi"16306version = "0.9.0+wasi-snapshot-preview1"16307source = "registry+https://github.com/rust-lang/crates.io-index"16308checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1630916310[[package]]16311name = "wasi"16312version = "0.11.0+wasi-snapshot-preview1"16313source = "registry+https://github.com/rust-lang/crates.io-index"16314checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1631516316[[package]]16317name = "wasix"16318version = "0.12.21"16319source = "registry+https://github.com/rust-lang/crates.io-index"16320checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"16321dependencies = [16322 "wasi 0.11.0+wasi-snapshot-preview1",16323]1632416325[[package]]16326name = "wasm-bindgen"16327version = "0.2.92"16328source = "registry+https://github.com/rust-lang/crates.io-index"16329checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"16330dependencies = [16331 "cfg-if",16332 "wasm-bindgen-macro",16333]1633416335[[package]]16336name = "wasm-bindgen-backend"16337version = "0.2.92"16338source = "registry+https://github.com/rust-lang/crates.io-index"16339checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"16340dependencies = [16341 "bumpalo",16342 "log",16343 "once_cell",16344 "proc-macro2",16345 "quote",16346 "syn 2.0.55",16347 "wasm-bindgen-shared",16348]1634916350[[package]]16351name = "wasm-bindgen-futures"16352version = "0.4.42"16353source = "registry+https://github.com/rust-lang/crates.io-index"16354checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"16355dependencies = [16356 "cfg-if",16357 "js-sys",16358 "wasm-bindgen",16359 "web-sys",16360]1636116362[[package]]16363name = "wasm-bindgen-macro"16364version = "0.2.92"16365source = "registry+https://github.com/rust-lang/crates.io-index"16366checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"16367dependencies = [16368 "quote",16369 "wasm-bindgen-macro-support",16370]1637116372[[package]]16373name = "wasm-bindgen-macro-support"16374version = "0.2.92"16375source = "registry+https://github.com/rust-lang/crates.io-index"16376checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"16377dependencies = [16378 "proc-macro2",16379 "quote",16380 "syn 2.0.55",16381 "wasm-bindgen-backend",16382 "wasm-bindgen-shared",16383]1638416385[[package]]16386name = "wasm-bindgen-shared"16387version = "0.2.92"16388source = "registry+https://github.com/rust-lang/crates.io-index"16389checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"1639016391[[package]]16392name = "wasm-instrument"16393version = "0.4.0"16394source = "registry+https://github.com/rust-lang/crates.io-index"16395checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc"16396dependencies = [16397 "parity-wasm",16398]1639916400[[package]]16401name = "wasm-opt"16402version = "0.116.0"16403source = "registry+https://github.com/rust-lang/crates.io-index"16404checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52"16405dependencies = [16406 "anyhow",16407 "libc",16408 "strum 0.24.1",16409 "strum_macros 0.24.3",16410 "tempfile",16411 "thiserror",16412 "wasm-opt-cxx-sys",16413 "wasm-opt-sys",16414]1641516416[[package]]16417name = "wasm-opt-cxx-sys"16418version = "0.116.0"16419source = "registry+https://github.com/rust-lang/crates.io-index"16420checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e"16421dependencies = [16422 "anyhow",16423 "cxx",16424 "cxx-build",16425 "wasm-opt-sys",16426]1642716428[[package]]16429name = "wasm-opt-sys"16430version = "0.116.0"16431source = "registry+https://github.com/rust-lang/crates.io-index"16432checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe"16433dependencies = [16434 "anyhow",16435 "cc",16436 "cxx",16437 "cxx-build",16438]1643916440[[package]]16441name = "wasm-timer"16442version = "0.2.5"16443source = "registry+https://github.com/rust-lang/crates.io-index"16444checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"16445dependencies = [16446 "futures",16447 "js-sys",16448 "parking_lot 0.11.2",16449 "pin-utils",16450 "wasm-bindgen",16451 "wasm-bindgen-futures",16452 "web-sys",16453]1645416455[[package]]16456name = "wasmi"16457version = "0.31.2"16458source = "registry+https://github.com/rust-lang/crates.io-index"16459checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7"16460dependencies = [16461 "smallvec",16462 "spin 0.9.8",16463 "wasmi_arena",16464 "wasmi_core",16465 "wasmparser-nostd",16466]1646716468[[package]]16469name = "wasmi_arena"16470version = "0.4.1"16471source = "registry+https://github.com/rust-lang/crates.io-index"16472checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073"1647316474[[package]]16475name = "wasmi_core"16476version = "0.13.0"16477source = "registry+https://github.com/rust-lang/crates.io-index"16478checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"16479dependencies = [16480 "downcast-rs",16481 "libm",16482 "num-traits",16483 "paste",16484]1648516486[[package]]16487name = "wasmparser"16488version = "0.102.0"16489source = "registry+https://github.com/rust-lang/crates.io-index"16490checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"16491dependencies = [16492 "indexmap 1.9.3",16493 "url",16494]1649516496[[package]]16497name = "wasmparser-nostd"16498version = "0.100.1"16499source = "registry+https://github.com/rust-lang/crates.io-index"16500checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"16501dependencies = [16502 "indexmap-nostd",16503]1650416505[[package]]16506name = "wasmtime"16507version = "8.0.1"16508source = "registry+https://github.com/rust-lang/crates.io-index"16509checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"16510dependencies = [16511 "anyhow",16512 "bincode",16513 "cfg-if",16514 "indexmap 1.9.3",16515 "libc",16516 "log",16517 "object 0.30.4",16518 "once_cell",16519 "paste",16520 "psm",16521 "rayon",16522 "serde",16523 "target-lexicon",16524 "wasmparser",16525 "wasmtime-cache",16526 "wasmtime-cranelift",16527 "wasmtime-environ",16528 "wasmtime-jit",16529 "wasmtime-runtime",16530 "windows-sys 0.45.0",16531]1653216533[[package]]16534name = "wasmtime-asm-macros"16535version = "8.0.1"16536source = "registry+https://github.com/rust-lang/crates.io-index"16537checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"16538dependencies = [16539 "cfg-if",16540]1654116542[[package]]16543name = "wasmtime-cache"16544version = "8.0.1"16545source = "registry+https://github.com/rust-lang/crates.io-index"16546checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"16547dependencies = [16548 "anyhow",16549 "base64 0.21.7",16550 "bincode",16551 "directories-next",16552 "file-per-thread-logger",16553 "log",16554 "rustix 0.36.17",16555 "serde",16556 "sha2 0.10.8",16557 "toml 0.5.11",16558 "windows-sys 0.45.0",16559 "zstd 0.11.2+zstd.1.5.2",16560]1656116562[[package]]16563name = "wasmtime-cranelift"16564version = "8.0.1"16565source = "registry+https://github.com/rust-lang/crates.io-index"16566checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"16567dependencies = [16568 "anyhow",16569 "cranelift-codegen",16570 "cranelift-entity",16571 "cranelift-frontend",16572 "cranelift-native",16573 "cranelift-wasm",16574 "gimli 0.27.3",16575 "log",16576 "object 0.30.4",16577 "target-lexicon",16578 "thiserror",16579 "wasmparser",16580 "wasmtime-cranelift-shared",16581 "wasmtime-environ",16582]1658316584[[package]]16585name = "wasmtime-cranelift-shared"16586version = "8.0.1"16587source = "registry+https://github.com/rust-lang/crates.io-index"16588checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"16589dependencies = [16590 "anyhow",16591 "cranelift-codegen",16592 "cranelift-native",16593 "gimli 0.27.3",16594 "object 0.30.4",16595 "target-lexicon",16596 "wasmtime-environ",16597]1659816599[[package]]16600name = "wasmtime-environ"16601version = "8.0.1"16602source = "registry+https://github.com/rust-lang/crates.io-index"16603checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"16604dependencies = [16605 "anyhow",16606 "cranelift-entity",16607 "gimli 0.27.3",16608 "indexmap 1.9.3",16609 "log",16610 "object 0.30.4",16611 "serde",16612 "target-lexicon",16613 "thiserror",16614 "wasmparser",16615 "wasmtime-types",16616]1661716618[[package]]16619name = "wasmtime-jit"16620version = "8.0.1"16621source = "registry+https://github.com/rust-lang/crates.io-index"16622checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"16623dependencies = [16624 "addr2line 0.19.0",16625 "anyhow",16626 "bincode",16627 "cfg-if",16628 "cpp_demangle",16629 "gimli 0.27.3",16630 "log",16631 "object 0.30.4",16632 "rustc-demangle",16633 "serde",16634 "target-lexicon",16635 "wasmtime-environ",16636 "wasmtime-jit-debug",16637 "wasmtime-jit-icache-coherence",16638 "wasmtime-runtime",16639 "windows-sys 0.45.0",16640]1664116642[[package]]16643name = "wasmtime-jit-debug"16644version = "8.0.1"16645source = "registry+https://github.com/rust-lang/crates.io-index"16646checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"16647dependencies = [16648 "object 0.30.4",16649 "once_cell",16650 "rustix 0.36.17",16651]1665216653[[package]]16654name = "wasmtime-jit-icache-coherence"16655version = "8.0.1"16656source = "registry+https://github.com/rust-lang/crates.io-index"16657checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"16658dependencies = [16659 "cfg-if",16660 "libc",16661 "windows-sys 0.45.0",16662]1666316664[[package]]16665name = "wasmtime-runtime"16666version = "8.0.1"16667source = "registry+https://github.com/rust-lang/crates.io-index"16668checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"16669dependencies = [16670 "anyhow",16671 "cc",16672 "cfg-if",16673 "indexmap 1.9.3",16674 "libc",16675 "log",16676 "mach",16677 "memfd",16678 "memoffset",16679 "paste",16680 "rand 0.8.5",16681 "rustix 0.36.17",16682 "wasmtime-asm-macros",16683 "wasmtime-environ",16684 "wasmtime-jit-debug",16685 "windows-sys 0.45.0",16686]1668716688[[package]]16689name = "wasmtime-types"16690version = "8.0.1"16691source = "registry+https://github.com/rust-lang/crates.io-index"16692checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"16693dependencies = [16694 "cranelift-entity",16695 "serde",16696 "thiserror",16697 "wasmparser",16698]1669916700[[package]]16701name = "web-sys"16702version = "0.3.69"16703source = "registry+https://github.com/rust-lang/crates.io-index"16704checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"16705dependencies = [16706 "js-sys",16707 "wasm-bindgen",16708]1670916710[[package]]16711name = "webpki"16712version = "0.22.4"16713source = "registry+https://github.com/rust-lang/crates.io-index"16714checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"16715dependencies = [16716 "ring 0.17.8",16717 "untrusted 0.9.0",16718]1671916720[[package]]16721name = "webpki-roots"16722version = "0.22.6"16723source = "registry+https://github.com/rust-lang/crates.io-index"16724checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"16725dependencies = [16726 "webpki",16727]1672816729[[package]]16730name = "westend-runtime"16731version = "10.0.0"16732source = "registry+https://github.com/rust-lang/crates.io-index"16733checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72"16734dependencies = [16735 "binary-merkle-tree",16736 "bitvec",16737 "frame-benchmarking 31.0.0",16738 "frame-election-provider-support",16739 "frame-executive",16740 "frame-support 31.0.0",16741 "frame-system 31.0.0",16742 "frame-system-benchmarking",16743 "frame-system-rpc-runtime-api",16744 "frame-try-runtime",16745 "hex-literal",16746 "log",16747 "pallet-asset-rate",16748 "pallet-authority-discovery",16749 "pallet-authorship",16750 "pallet-babe",16751 "pallet-bags-list",16752 "pallet-balances",16753 "pallet-beefy",16754 "pallet-beefy-mmr",16755 "pallet-collective",16756 "pallet-conviction-voting",16757 "pallet-democracy",16758 "pallet-election-provider-multi-phase",16759 "pallet-election-provider-support-benchmarking",16760 "pallet-elections-phragmen",16761 "pallet-fast-unstake",16762 "pallet-grandpa",16763 "pallet-identity 31.0.0",16764 "pallet-im-online",16765 "pallet-indices",16766 "pallet-membership",16767 "pallet-message-queue",16768 "pallet-mmr",16769 "pallet-multisig",16770 "pallet-nomination-pools",16771 "pallet-nomination-pools-benchmarking",16772 "pallet-nomination-pools-runtime-api",16773 "pallet-offences",16774 "pallet-offences-benchmarking",16775 "pallet-preimage",16776 "pallet-proxy",16777 "pallet-recovery",16778 "pallet-referenda",16779 "pallet-root-testing",16780 "pallet-scheduler",16781 "pallet-session",16782 "pallet-session-benchmarking",16783 "pallet-society",16784 "pallet-staking",16785 "pallet-staking-reward-curve",16786 "pallet-staking-runtime-api",16787 "pallet-state-trie-migration",16788 "pallet-sudo",16789 "pallet-timestamp",16790 "pallet-transaction-payment",16791 "pallet-transaction-payment-rpc-runtime-api",16792 "pallet-treasury",16793 "pallet-utility",16794 "pallet-vesting",16795 "pallet-whitelist",16796 "pallet-xcm 10.0.1",16797 "pallet-xcm-benchmarks",16798 "parity-scale-codec",16799 "polkadot-parachain-primitives 9.0.0",16800 "polkadot-primitives 10.0.0",16801 "polkadot-runtime-common",16802 "polkadot-runtime-parachains",16803 "rustc-hex",16804 "scale-info",16805 "serde",16806 "serde_derive",16807 "smallvec",16808 "sp-api 29.0.0",16809 "sp-application-crypto 33.0.0",16810 "sp-arithmetic 25.0.0",16811 "sp-authority-discovery 29.0.0",16812 "sp-block-builder",16813 "sp-consensus-babe",16814 "sp-consensus-beefy",16815 "sp-core 31.0.0",16816 "sp-genesis-builder 0.10.0",16817 "sp-inherents 29.0.0",16818 "sp-io 33.0.0",16819 "sp-mmr-primitives",16820 "sp-npos-elections",16821 "sp-offchain",16822 "sp-runtime 34.0.0",16823 "sp-session",16824 "sp-staking 29.0.0",16825 "sp-std 14.0.0",16826 "sp-storage 20.0.0",16827 "sp-transaction-pool",16828 "sp-version 32.0.0",16829 "staging-xcm 10.0.0",16830 "staging-xcm-builder",16831 "staging-xcm-executor 10.0.0",16832 "substrate-wasm-builder",16833 "westend-runtime-constants",16834]1683516836[[package]]16837name = "westend-runtime-constants"16838version = "10.0.0"16839source = "registry+https://github.com/rust-lang/crates.io-index"16840checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8"16841dependencies = [16842 "frame-support 31.0.0",16843 "polkadot-primitives 10.0.0",16844 "polkadot-runtime-common",16845 "smallvec",16846 "sp-core 31.0.0",16847 "sp-runtime 34.0.0",16848 "sp-weights 30.0.0",16849 "staging-xcm 10.0.0",16850 "staging-xcm-builder",16851]1685216853[[package]]16854name = "which"16855version = "4.4.2"16856source = "registry+https://github.com/rust-lang/crates.io-index"16857checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"16858dependencies = [16859 "either",16860 "home",16861 "once_cell",16862 "rustix 0.38.32",16863]1686416865[[package]]16866name = "wide"16867version = "0.7.15"16868source = "registry+https://github.com/rust-lang/crates.io-index"16869checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c"16870dependencies = [16871 "bytemuck",16872 "safe_arch",16873]1687416875[[package]]16876name = "widestring"16877version = "1.0.2"16878source = "registry+https://github.com/rust-lang/crates.io-index"16879checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"1688016881[[package]]16882name = "winapi"16883version = "0.3.9"16884source = "registry+https://github.com/rust-lang/crates.io-index"16885checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"16886dependencies = [16887 "winapi-i686-pc-windows-gnu",16888 "winapi-x86_64-pc-windows-gnu",16889]1689016891[[package]]16892name = "winapi-i686-pc-windows-gnu"16893version = "0.4.0"16894source = "registry+https://github.com/rust-lang/crates.io-index"16895checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1689616897[[package]]16898name = "winapi-util"16899version = "0.1.6"16900source = "registry+https://github.com/rust-lang/crates.io-index"16901checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"16902dependencies = [16903 "winapi",16904]1690516906[[package]]16907name = "winapi-x86_64-pc-windows-gnu"16908version = "0.4.0"16909source = "registry+https://github.com/rust-lang/crates.io-index"16910checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1691116912[[package]]16913name = "windows"16914version = "0.51.1"16915source = "registry+https://github.com/rust-lang/crates.io-index"16916checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"16917dependencies = [16918 "windows-core 0.51.1",16919 "windows-targets 0.48.5",16920]1692116922[[package]]16923name = "windows-core"16924version = "0.51.1"16925source = "registry+https://github.com/rust-lang/crates.io-index"16926checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"16927dependencies = [16928 "windows-targets 0.48.5",16929]1693016931[[package]]16932name = "windows-core"16933version = "0.52.0"16934source = "registry+https://github.com/rust-lang/crates.io-index"16935checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"16936dependencies = [16937 "windows-targets 0.52.4",16938]1693916940[[package]]16941name = "windows-sys"16942version = "0.45.0"16943source = "registry+https://github.com/rust-lang/crates.io-index"16944checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"16945dependencies = [16946 "windows-targets 0.42.2",16947]1694816949[[package]]16950name = "windows-sys"16951version = "0.48.0"16952source = "registry+https://github.com/rust-lang/crates.io-index"16953checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"16954dependencies = [16955 "windows-targets 0.48.5",16956]1695716958[[package]]16959name = "windows-sys"16960version = "0.52.0"16961source = "registry+https://github.com/rust-lang/crates.io-index"16962checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"16963dependencies = [16964 "windows-targets 0.52.4",16965]1696616967[[package]]16968name = "windows-targets"16969version = "0.42.2"16970source = "registry+https://github.com/rust-lang/crates.io-index"16971checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"16972dependencies = [16973 "windows_aarch64_gnullvm 0.42.2",16974 "windows_aarch64_msvc 0.42.2",16975 "windows_i686_gnu 0.42.2",16976 "windows_i686_msvc 0.42.2",16977 "windows_x86_64_gnu 0.42.2",16978 "windows_x86_64_gnullvm 0.42.2",16979 "windows_x86_64_msvc 0.42.2",16980]1698116982[[package]]16983name = "windows-targets"16984version = "0.48.5"16985source = "registry+https://github.com/rust-lang/crates.io-index"16986checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"16987dependencies = [16988 "windows_aarch64_gnullvm 0.48.5",16989 "windows_aarch64_msvc 0.48.5",16990 "windows_i686_gnu 0.48.5",16991 "windows_i686_msvc 0.48.5",16992 "windows_x86_64_gnu 0.48.5",16993 "windows_x86_64_gnullvm 0.48.5",16994 "windows_x86_64_msvc 0.48.5",16995]1699616997[[package]]16998name = "windows-targets"16999version = "0.52.4"17000source = "registry+https://github.com/rust-lang/crates.io-index"17001checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"17002dependencies = [17003 "windows_aarch64_gnullvm 0.52.4",17004 "windows_aarch64_msvc 0.52.4",17005 "windows_i686_gnu 0.52.4",17006 "windows_i686_msvc 0.52.4",17007 "windows_x86_64_gnu 0.52.4",17008 "windows_x86_64_gnullvm 0.52.4",17009 "windows_x86_64_msvc 0.52.4",17010]1701117012[[package]]17013name = "windows_aarch64_gnullvm"17014version = "0.42.2"17015source = "registry+https://github.com/rust-lang/crates.io-index"17016checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1701717018[[package]]17019name = "windows_aarch64_gnullvm"17020version = "0.48.5"17021source = "registry+https://github.com/rust-lang/crates.io-index"17022checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"1702317024[[package]]17025name = "windows_aarch64_gnullvm"17026version = "0.52.4"17027source = "registry+https://github.com/rust-lang/crates.io-index"17028checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"1702917030[[package]]17031name = "windows_aarch64_msvc"17032version = "0.42.2"17033source = "registry+https://github.com/rust-lang/crates.io-index"17034checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1703517036[[package]]17037name = "windows_aarch64_msvc"17038version = "0.48.5"17039source = "registry+https://github.com/rust-lang/crates.io-index"17040checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"1704117042[[package]]17043name = "windows_aarch64_msvc"17044version = "0.52.4"17045source = "registry+https://github.com/rust-lang/crates.io-index"17046checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"1704717048[[package]]17049name = "windows_i686_gnu"17050version = "0.42.2"17051source = "registry+https://github.com/rust-lang/crates.io-index"17052checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1705317054[[package]]17055name = "windows_i686_gnu"17056version = "0.48.5"17057source = "registry+https://github.com/rust-lang/crates.io-index"17058checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"1705917060[[package]]17061name = "windows_i686_gnu"17062version = "0.52.4"17063source = "registry+https://github.com/rust-lang/crates.io-index"17064checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"1706517066[[package]]17067name = "windows_i686_msvc"17068version = "0.42.2"17069source = "registry+https://github.com/rust-lang/crates.io-index"17070checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1707117072[[package]]17073name = "windows_i686_msvc"17074version = "0.48.5"17075source = "registry+https://github.com/rust-lang/crates.io-index"17076checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"1707717078[[package]]17079name = "windows_i686_msvc"17080version = "0.52.4"17081source = "registry+https://github.com/rust-lang/crates.io-index"17082checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"1708317084[[package]]17085name = "windows_x86_64_gnu"17086version = "0.42.2"17087source = "registry+https://github.com/rust-lang/crates.io-index"17088checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1708917090[[package]]17091name = "windows_x86_64_gnu"17092version = "0.48.5"17093source = "registry+https://github.com/rust-lang/crates.io-index"17094checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"1709517096[[package]]17097name = "windows_x86_64_gnu"17098version = "0.52.4"17099source = "registry+https://github.com/rust-lang/crates.io-index"17100checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"1710117102[[package]]17103name = "windows_x86_64_gnullvm"17104version = "0.42.2"17105source = "registry+https://github.com/rust-lang/crates.io-index"17106checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1710717108[[package]]17109name = "windows_x86_64_gnullvm"17110version = "0.48.5"17111source = "registry+https://github.com/rust-lang/crates.io-index"17112checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"1711317114[[package]]17115name = "windows_x86_64_gnullvm"17116version = "0.52.4"17117source = "registry+https://github.com/rust-lang/crates.io-index"17118checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"1711917120[[package]]17121name = "windows_x86_64_msvc"17122version = "0.42.2"17123source = "registry+https://github.com/rust-lang/crates.io-index"17124checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1712517126[[package]]17127name = "windows_x86_64_msvc"17128version = "0.48.5"17129source = "registry+https://github.com/rust-lang/crates.io-index"17130checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"1713117132[[package]]17133name = "windows_x86_64_msvc"17134version = "0.52.4"17135source = "registry+https://github.com/rust-lang/crates.io-index"17136checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"1713717138[[package]]17139name = "winnow"17140version = "0.5.40"17141source = "registry+https://github.com/rust-lang/crates.io-index"17142checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"17143dependencies = [17144 "memchr",17145]1714617147[[package]]17148name = "winnow"17149version = "0.6.5"17150source = "registry+https://github.com/rust-lang/crates.io-index"17151checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"17152dependencies = [17153 "memchr",17154]1715517156[[package]]17157name = "winreg"17158version = "0.50.0"17159source = "registry+https://github.com/rust-lang/crates.io-index"17160checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"17161dependencies = [17162 "cfg-if",17163 "windows-sys 0.48.0",17164]1716517166[[package]]17167name = "wyz"17168version = "0.5.1"17169source = "registry+https://github.com/rust-lang/crates.io-index"17170checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"17171dependencies = [17172 "tap",17173]1717417175[[package]]17176name = "x25519-dalek"17177version = "1.1.1"17178source = "registry+https://github.com/rust-lang/crates.io-index"17179checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"17180dependencies = [17181 "curve25519-dalek 3.2.0",17182 "rand_core 0.5.1",17183 "zeroize",17184]1718517186[[package]]17187name = "x25519-dalek"17188version = "2.0.1"17189source = "registry+https://github.com/rust-lang/crates.io-index"17190checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"17191dependencies = [17192 "curve25519-dalek 4.1.2",17193 "rand_core 0.6.4",17194 "serde",17195 "zeroize",17196]1719717198[[package]]17199name = "x509-parser"17200version = "0.14.0"17201source = "registry+https://github.com/rust-lang/crates.io-index"17202checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"17203dependencies = [17204 "asn1-rs",17205 "base64 0.13.1",17206 "data-encoding",17207 "der-parser",17208 "lazy_static",17209 "nom",17210 "oid-registry",17211 "rusticata-macros",17212 "thiserror",17213 "time",17214]1721517216[[package]]17217name = "xcm-procedural"17218version = "4.0.0"17219source = "registry+https://github.com/rust-lang/crates.io-index"17220checksum = "401e2b62628da9246dececb06fe58118196557dd8deb9ce12d95cc4aaf56003f"17221dependencies = [17222 "Inflector",17223 "proc-macro2",17224 "quote",17225 "syn 2.0.55",17226]1722717228[[package]]17229name = "xcm-procedural"17230version = "8.0.0"17231source = "registry+https://github.com/rust-lang/crates.io-index"17232checksum = "f4717a97970a9cda70d7db53cf50d2615c2f6f6b7c857445325b4a39ea7aa2cd"17233dependencies = [17234 "Inflector",17235 "proc-macro2",17236 "quote",17237 "syn 2.0.55",17238]1723917240[[package]]17241name = "yamux"17242version = "0.10.2"17243source = "registry+https://github.com/rust-lang/crates.io-index"17244checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"17245dependencies = [17246 "futures",17247 "log",17248 "nohash-hasher",17249 "parking_lot 0.12.1",17250 "rand 0.8.5",17251 "static_assertions",17252]1725317254[[package]]17255name = "yasna"17256version = "0.5.2"17257source = "registry+https://github.com/rust-lang/crates.io-index"17258checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"17259dependencies = [17260 "time",17261]1726217263[[package]]17264name = "zerocopy"17265version = "0.7.32"17266source = "registry+https://github.com/rust-lang/crates.io-index"17267checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"17268dependencies = [17269 "zerocopy-derive",17270]1727117272[[package]]17273name = "zerocopy-derive"17274version = "0.7.32"17275source = "registry+https://github.com/rust-lang/crates.io-index"17276checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"17277dependencies = [17278 "proc-macro2",17279 "quote",17280 "syn 2.0.55",17281]1728217283[[package]]17284name = "zeroize"17285version = "1.7.0"17286source = "registry+https://github.com/rust-lang/crates.io-index"17287checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"17288dependencies = [17289 "zeroize_derive",17290]1729117292[[package]]17293name = "zeroize_derive"17294version = "1.4.2"17295source = "registry+https://github.com/rust-lang/crates.io-index"17296checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"17297dependencies = [17298 "proc-macro2",17299 "quote",17300 "syn 2.0.55",17301]1730217303[[package]]17304name = "zstd"17305version = "0.11.2+zstd.1.5.2"17306source = "registry+https://github.com/rust-lang/crates.io-index"17307checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"17308dependencies = [17309 "zstd-safe 5.0.2+zstd.1.5.2",17310]1731117312[[package]]17313name = "zstd"17314version = "0.12.4"17315source = "registry+https://github.com/rust-lang/crates.io-index"17316checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"17317dependencies = [17318 "zstd-safe 6.0.6",17319]1732017321[[package]]17322name = "zstd-safe"17323version = "5.0.2+zstd.1.5.2"17324source = "registry+https://github.com/rust-lang/crates.io-index"17325checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"17326dependencies = [17327 "libc",17328 "zstd-sys",17329]1733017331[[package]]17332name = "zstd-safe"17333version = "6.0.6"17334source = "registry+https://github.com/rust-lang/crates.io-index"17335checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"17336dependencies = [17337 "libc",17338 "zstd-sys",17339]1734017341[[package]]17342name = "zstd-sys"17343version = "2.0.10+zstd.1.5.6"17344source = "registry+https://github.com/rust-lang/crates.io-index"17345checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"17346dependencies = [17347 "cc",17348 "pkg-config",17349]