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

difftreelog

source

Cargo.lock367.8 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.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.3.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"44dependencies = [45 "generic-array 0.14.7",46]4748[[package]]49name = "aead"50version = "0.4.3"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"53dependencies = [54 "generic-array 0.14.7",55 "rand_core 0.6.4",56]5758[[package]]59name = "aead"60version = "0.5.2"61source = "registry+https://github.com/rust-lang/crates.io-index"62checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"63dependencies = [64 "crypto-common",65 "generic-array 0.14.7",66]6768[[package]]69name = "aes"70version = "0.6.0"71source = "registry+https://github.com/rust-lang/crates.io-index"72checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"73dependencies = [74 "aes-soft",75 "aesni",76 "cipher 0.2.5",77]7879[[package]]80name = "aes"81version = "0.7.5"82source = "registry+https://github.com/rust-lang/crates.io-index"83checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"84dependencies = [85 "cfg-if",86 "cipher 0.3.0",87 "cpufeatures",88 "opaque-debug 0.3.0",89]9091[[package]]92name = "aes"93version = "0.8.3"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"96dependencies = [97 "cfg-if",98 "cipher 0.4.4",99 "cpufeatures",100]101102[[package]]103name = "aes-gcm"104version = "0.9.4"105source = "registry+https://github.com/rust-lang/crates.io-index"106checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"107dependencies = [108 "aead 0.4.3",109 "aes 0.7.5",110 "cipher 0.3.0",111 "ctr 0.8.0",112 "ghash 0.4.4",113 "subtle",114]115116[[package]]117name = "aes-gcm"118version = "0.10.3"119source = "registry+https://github.com/rust-lang/crates.io-index"120checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"121dependencies = [122 "aead 0.5.2",123 "aes 0.8.3",124 "cipher 0.4.4",125 "ctr 0.9.2",126 "ghash 0.5.0",127 "subtle",128]129130[[package]]131name = "aes-soft"132version = "0.6.4"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"135dependencies = [136 "cipher 0.2.5",137 "opaque-debug 0.3.0",138]139140[[package]]141name = "aesni"142version = "0.10.0"143source = "registry+https://github.com/rust-lang/crates.io-index"144checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"145dependencies = [146 "cipher 0.2.5",147 "opaque-debug 0.3.0",148]149150[[package]]151name = "ahash"152version = "0.7.6"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"155dependencies = [156 "getrandom 0.2.10",157 "once_cell",158 "version_check",159]160161[[package]]162name = "ahash"163version = "0.8.3"164source = "registry+https://github.com/rust-lang/crates.io-index"165checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"166dependencies = [167 "cfg-if",168 "getrandom 0.2.10",169 "once_cell",170 "version_check",171]172173[[package]]174name = "aho-corasick"175version = "1.1.1"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"178dependencies = [179 "memchr",180]181182[[package]]183name = "allocator-api2"184version = "0.2.16"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"187188[[package]]189name = "always-assert"190version = "0.1.3"191source = "registry+https://github.com/rust-lang/crates.io-index"192checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"193194[[package]]195name = "android-tzdata"196version = "0.1.1"197source = "registry+https://github.com/rust-lang/crates.io-index"198checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"199200[[package]]201name = "android_system_properties"202version = "0.1.5"203source = "registry+https://github.com/rust-lang/crates.io-index"204checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"205dependencies = [206 "libc",207]208209[[package]]210name = "ansi_term"211version = "0.12.1"212source = "registry+https://github.com/rust-lang/crates.io-index"213checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"214dependencies = [215 "winapi",216]217218[[package]]219name = "anstream"220version = "0.6.4"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"223dependencies = [224 "anstyle",225 "anstyle-parse",226 "anstyle-query",227 "anstyle-wincon",228 "colorchoice",229 "utf8parse",230]231232[[package]]233name = "anstyle"234version = "1.0.4"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"237238[[package]]239name = "anstyle-parse"240version = "0.2.2"241source = "registry+https://github.com/rust-lang/crates.io-index"242checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"243dependencies = [244 "utf8parse",245]246247[[package]]248name = "anstyle-query"249version = "1.0.0"250source = "registry+https://github.com/rust-lang/crates.io-index"251checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"252dependencies = [253 "windows-sys 0.48.0",254]255256[[package]]257name = "anstyle-wincon"258version = "3.0.1"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"261dependencies = [262 "anstyle",263 "windows-sys 0.48.0",264]265266[[package]]267name = "anyhow"268version = "1.0.75"269source = "registry+https://github.com/rust-lang/crates.io-index"270checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"271272[[package]]273name = "app-promotion-rpc"274version = "0.1.0"275dependencies = [276 "pallet-evm",277 "parity-scale-codec",278 "sp-api",279 "sp-runtime",280 "sp-std",281]282283[[package]]284name = "approx"285version = "0.5.1"286source = "registry+https://github.com/rust-lang/crates.io-index"287checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"288dependencies = [289 "num-traits",290]291292[[package]]293name = "aquamarine"294version = "0.3.2"295source = "registry+https://github.com/rust-lang/crates.io-index"296checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1"297dependencies = [298 "include_dir",299 "itertools 0.10.5",300 "proc-macro-error",301 "proc-macro2",302 "quote",303 "syn 1.0.109",304]305306[[package]]307name = "arc-swap"308version = "1.6.0"309source = "registry+https://github.com/rust-lang/crates.io-index"310checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"311312[[package]]313name = "ark-bls12-381"314version = "0.4.0"315source = "registry+https://github.com/rust-lang/crates.io-index"316checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"317dependencies = [318 "ark-ec",319 "ark-ff",320 "ark-serialize",321 "ark-std",322]323324[[package]]325name = "ark-ec"326version = "0.4.2"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"329dependencies = [330 "ark-ff",331 "ark-poly",332 "ark-serialize",333 "ark-std",334 "derivative",335 "hashbrown 0.13.2",336 "itertools 0.10.5",337 "num-traits",338 "zeroize",339]340341[[package]]342name = "ark-ed-on-bls12-381-bandersnatch"343version = "0.4.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c"346dependencies = [347 "ark-bls12-381",348 "ark-ec",349 "ark-ff",350 "ark-std",351]352353[[package]]354name = "ark-ff"355version = "0.4.2"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"358dependencies = [359 "ark-ff-asm",360 "ark-ff-macros",361 "ark-serialize",362 "ark-std",363 "derivative",364 "digest 0.10.7",365 "itertools 0.10.5",366 "num-bigint",367 "num-traits",368 "paste",369 "rustc_version",370 "zeroize",371]372373[[package]]374name = "ark-ff-asm"375version = "0.4.2"376source = "registry+https://github.com/rust-lang/crates.io-index"377checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"378dependencies = [379 "quote",380 "syn 1.0.109",381]382383[[package]]384name = "ark-ff-macros"385version = "0.4.2"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"388dependencies = [389 "num-bigint",390 "num-traits",391 "proc-macro2",392 "quote",393 "syn 1.0.109",394]395396[[package]]397name = "ark-poly"398version = "0.4.2"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"401dependencies = [402 "ark-ff",403 "ark-serialize",404 "ark-std",405 "derivative",406 "hashbrown 0.13.2",407]408409[[package]]410name = "ark-scale"411version = "0.0.10"412source = "registry+https://github.com/rust-lang/crates.io-index"413checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393"414dependencies = [415 "ark-ec",416 "ark-ff",417 "ark-serialize",418 "ark-std",419 "parity-scale-codec",420]421422[[package]]423name = "ark-scale"424version = "0.0.11"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"427dependencies = [428 "ark-ec",429 "ark-ff",430 "ark-serialize",431 "ark-std",432 "parity-scale-codec",433 "scale-info",434]435436[[package]]437name = "ark-secret-scalar"438version = "0.0.2"439source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"440dependencies = [441 "ark-ec",442 "ark-ff",443 "ark-serialize",444 "ark-std",445 "ark-transcript",446 "digest 0.10.7",447 "rand_core 0.6.4",448 "zeroize",449]450451[[package]]452name = "ark-serialize"453version = "0.4.2"454source = "registry+https://github.com/rust-lang/crates.io-index"455checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"456dependencies = [457 "ark-serialize-derive",458 "ark-std",459 "digest 0.10.7",460 "num-bigint",461]462463[[package]]464name = "ark-serialize-derive"465version = "0.4.2"466source = "registry+https://github.com/rust-lang/crates.io-index"467checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"468dependencies = [469 "proc-macro2",470 "quote",471 "syn 1.0.109",472]473474[[package]]475name = "ark-std"476version = "0.4.0"477source = "registry+https://github.com/rust-lang/crates.io-index"478checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"479dependencies = [480 "num-traits",481 "rand 0.8.5",482]483484[[package]]485name = "ark-transcript"486version = "0.0.2"487source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"488dependencies = [489 "ark-ff",490 "ark-serialize",491 "ark-std",492 "digest 0.10.7",493 "rand_core 0.6.4",494 "sha3 0.10.8",495]496497[[package]]498name = "array-bytes"499version = "6.1.0"500source = "registry+https://github.com/rust-lang/crates.io-index"501checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"502503[[package]]504name = "arrayref"505version = "0.3.7"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"508509[[package]]510name = "arrayvec"511version = "0.4.12"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"514dependencies = [515 "nodrop",516]517518[[package]]519name = "arrayvec"520version = "0.5.2"521source = "registry+https://github.com/rust-lang/crates.io-index"522checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"523524[[package]]525name = "arrayvec"526version = "0.7.4"527source = "registry+https://github.com/rust-lang/crates.io-index"528checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"529530[[package]]531name = "asn1-rs"532version = "0.3.1"533source = "registry+https://github.com/rust-lang/crates.io-index"534checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"535dependencies = [536 "asn1-rs-derive 0.1.0",537 "asn1-rs-impl",538 "displaydoc",539 "nom",540 "num-traits",541 "rusticata-macros",542 "thiserror",543 "time",544]545546[[package]]547name = "asn1-rs"548version = "0.5.2"549source = "registry+https://github.com/rust-lang/crates.io-index"550checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"551dependencies = [552 "asn1-rs-derive 0.4.0",553 "asn1-rs-impl",554 "displaydoc",555 "nom",556 "num-traits",557 "rusticata-macros",558 "thiserror",559 "time",560]561562[[package]]563name = "asn1-rs-derive"564version = "0.1.0"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"567dependencies = [568 "proc-macro2",569 "quote",570 "syn 1.0.109",571 "synstructure",572]573574[[package]]575name = "asn1-rs-derive"576version = "0.4.0"577source = "registry+https://github.com/rust-lang/crates.io-index"578checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"579dependencies = [580 "proc-macro2",581 "quote",582 "syn 1.0.109",583 "synstructure",584]585586[[package]]587name = "asn1-rs-impl"588version = "0.1.0"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"591dependencies = [592 "proc-macro2",593 "quote",594 "syn 1.0.109",595]596597[[package]]598name = "assert_matches"599version = "1.5.0"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"602603[[package]]604name = "async-channel"605version = "1.9.0"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"608dependencies = [609 "concurrent-queue",610 "event-listener",611 "futures-core",612]613614[[package]]615name = "async-executor"616version = "1.5.4"617source = "registry+https://github.com/rust-lang/crates.io-index"618checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"619dependencies = [620 "async-lock",621 "async-task",622 "concurrent-queue",623 "fastrand 2.0.1",624 "futures-lite",625 "slab",626]627628[[package]]629name = "async-fs"630version = "1.6.0"631source = "registry+https://github.com/rust-lang/crates.io-index"632checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"633dependencies = [634 "async-lock",635 "autocfg",636 "blocking",637 "futures-lite",638]639640[[package]]641name = "async-io"642version = "1.13.0"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"645dependencies = [646 "async-lock",647 "autocfg",648 "cfg-if",649 "concurrent-queue",650 "futures-lite",651 "log",652 "parking",653 "polling",654 "rustix 0.37.24",655 "slab",656 "socket2 0.4.9",657 "waker-fn",658]659660[[package]]661name = "async-lock"662version = "2.8.0"663source = "registry+https://github.com/rust-lang/crates.io-index"664checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"665dependencies = [666 "event-listener",667]668669[[package]]670name = "async-net"671version = "1.8.0"672source = "registry+https://github.com/rust-lang/crates.io-index"673checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"674dependencies = [675 "async-io",676 "blocking",677 "futures-lite",678]679680[[package]]681name = "async-process"682version = "1.7.0"683source = "registry+https://github.com/rust-lang/crates.io-index"684checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"685dependencies = [686 "async-io",687 "async-lock",688 "autocfg",689 "blocking",690 "cfg-if",691 "event-listener",692 "futures-lite",693 "rustix 0.37.24",694 "signal-hook",695 "windows-sys 0.48.0",696]697698[[package]]699name = "async-recursion"700version = "1.0.5"701source = "registry+https://github.com/rust-lang/crates.io-index"702checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"703dependencies = [704 "proc-macro2",705 "quote",706 "syn 2.0.37",707]708709[[package]]710name = "async-task"711version = "4.4.1"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"714715[[package]]716name = "async-trait"717version = "0.1.73"718source = "registry+https://github.com/rust-lang/crates.io-index"719checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"720dependencies = [721 "proc-macro2",722 "quote",723 "syn 2.0.37",724]725726[[package]]727name = "asynchronous-codec"728version = "0.6.2"729source = "registry+https://github.com/rust-lang/crates.io-index"730checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"731dependencies = [732 "bytes",733 "futures-sink",734 "futures-util",735 "memchr",736 "pin-project-lite 0.2.13",737]738739[[package]]740name = "atomic-take"741version = "1.1.0"742source = "registry+https://github.com/rust-lang/crates.io-index"743checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"744745[[package]]746name = "atomic-waker"747version = "1.1.2"748source = "registry+https://github.com/rust-lang/crates.io-index"749checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"750751[[package]]752name = "atty"753version = "0.2.14"754source = "registry+https://github.com/rust-lang/crates.io-index"755checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"756dependencies = [757 "hermit-abi 0.1.19",758 "libc",759 "winapi",760]761762[[package]]763name = "auto_impl"764version = "1.1.0"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"767dependencies = [768 "proc-macro-error",769 "proc-macro2",770 "quote",771 "syn 1.0.109",772]773774[[package]]775name = "autocfg"776version = "1.1.0"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"779780[[package]]781name = "backtrace"782version = "0.3.69"783source = "registry+https://github.com/rust-lang/crates.io-index"784checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"785dependencies = [786 "addr2line 0.21.0",787 "cc",788 "cfg-if",789 "libc",790 "miniz_oxide",791 "object 0.32.1",792 "rustc-demangle",793]794795[[package]]796name = "bandersnatch_vrfs"797version = "0.0.1"798source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"799dependencies = [800 "ark-bls12-381",801 "ark-ec",802 "ark-ed-on-bls12-381-bandersnatch",803 "ark-ff",804 "ark-scale 0.0.11",805 "ark-serialize",806 "ark-std",807 "dleq_vrf",808 "fflonk",809 "merlin 3.0.0",810 "rand_chacha 0.3.1",811 "rand_core 0.6.4",812 "ring 0.1.0",813 "sha2 0.10.8",814 "zeroize",815]816817[[package]]818name = "base-x"819version = "0.2.11"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"822823[[package]]824name = "base16ct"825version = "0.1.1"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"828829[[package]]830name = "base16ct"831version = "0.2.0"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"834835[[package]]836name = "base64"837version = "0.13.1"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"840841[[package]]842name = "base64"843version = "0.21.4"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"846847[[package]]848name = "base64ct"849version = "1.6.0"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"852853[[package]]854name = "beef"855version = "0.5.2"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"858dependencies = [859 "serde",860]861862[[package]]863name = "binary-merkle-tree"864version = "4.0.0-dev"865source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"866dependencies = [867 "hash-db 0.16.0",868 "log",869]870871[[package]]872name = "bincode"873version = "1.3.3"874source = "registry+https://github.com/rust-lang/crates.io-index"875checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"876dependencies = [877 "serde",878]879880[[package]]881name = "bindgen"882version = "0.65.1"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"885dependencies = [886 "bitflags 1.3.2",887 "cexpr",888 "clang-sys",889 "lazy_static",890 "lazycell",891 "peeking_take_while",892 "prettyplease 0.2.15",893 "proc-macro2",894 "quote",895 "regex",896 "rustc-hash",897 "shlex",898 "syn 2.0.37",899]900901[[package]]902name = "bip39"903version = "2.0.0"904source = "registry+https://github.com/rust-lang/crates.io-index"905checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"906dependencies = [907 "bitcoin_hashes",908]909910[[package]]911name = "bitcoin_hashes"912version = "0.11.0"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"915916[[package]]917name = "bitflags"918version = "1.3.2"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"921922[[package]]923name = "bitflags"924version = "2.4.0"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"927928[[package]]929name = "bitvec"930version = "1.0.1"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"933dependencies = [934 "funty",935 "radium",936 "tap",937 "wyz",938]939940[[package]]941name = "blake2"942version = "0.10.6"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"945dependencies = [946 "digest 0.10.7",947]948949[[package]]950name = "blake2-rfc"951version = "0.2.18"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"954dependencies = [955 "arrayvec 0.4.12",956 "constant_time_eq 0.1.5",957]958959[[package]]960name = "blake2b_simd"961version = "1.0.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"964dependencies = [965 "arrayref",966 "arrayvec 0.7.4",967 "constant_time_eq 0.3.0",968]969970[[package]]971name = "blake2s_simd"972version = "1.0.2"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"975dependencies = [976 "arrayref",977 "arrayvec 0.7.4",978 "constant_time_eq 0.3.0",979]980981[[package]]982name = "blake3"983version = "1.5.0"984source = "registry+https://github.com/rust-lang/crates.io-index"985checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"986dependencies = [987 "arrayref",988 "arrayvec 0.7.4",989 "cc",990 "cfg-if",991 "constant_time_eq 0.3.0",992]993994[[package]]995name = "block-buffer"996version = "0.7.3"997source = "registry+https://github.com/rust-lang/crates.io-index"998checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"999dependencies = [1000 "block-padding 0.1.5",1001 "byte-tools",1002 "byteorder",1003 "generic-array 0.12.4",1004]10051006[[package]]1007name = "block-buffer"1008version = "0.9.0"1009source = "registry+https://github.com/rust-lang/crates.io-index"1010checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"1011dependencies = [1012 "generic-array 0.14.7",1013]10141015[[package]]1016name = "block-buffer"1017version = "0.10.4"1018source = "registry+https://github.com/rust-lang/crates.io-index"1019checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"1020dependencies = [1021 "generic-array 0.14.7",1022]10231024[[package]]1025name = "block-modes"1026version = "0.7.0"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"1029dependencies = [1030 "block-padding 0.2.1",1031 "cipher 0.2.5",1032]10331034[[package]]1035name = "block-padding"1036version = "0.1.5"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"1039dependencies = [1040 "byte-tools",1041]10421043[[package]]1044name = "block-padding"1045version = "0.2.1"1046source = "registry+https://github.com/rust-lang/crates.io-index"1047checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"10481049[[package]]1050name = "blocking"1051version = "1.4.0"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"1054dependencies = [1055 "async-channel",1056 "async-lock",1057 "async-task",1058 "fastrand 2.0.1",1059 "futures-io",1060 "futures-lite",1061 "piper",1062 "tracing",1063]10641065[[package]]1066name = "bondrewd"1067version = "0.1.14"1068source = "registry+https://github.com/rust-lang/crates.io-index"1069checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"1070dependencies = [1071 "bondrewd-derive",1072]10731074[[package]]1075name = "bondrewd-derive"1076version = "0.3.18"1077source = "registry+https://github.com/rust-lang/crates.io-index"1078checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"1079dependencies = [1080 "proc-macro2",1081 "quote",1082 "syn 1.0.109",1083]10841085[[package]]1086name = "bounded-collections"1087version = "0.1.8"1088source = "registry+https://github.com/rust-lang/crates.io-index"1089checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6"1090dependencies = [1091 "log",1092 "parity-scale-codec",1093 "scale-info",1094 "serde",1095]10961097[[package]]1098name = "bounded-vec"1099version = "0.7.1"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"1102dependencies = [1103 "thiserror",1104]11051106[[package]]1107name = "bs58"1108version = "0.4.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"11111112[[package]]1113name = "bs58"1114version = "0.5.0"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"1117dependencies = [1118 "tinyvec",1119]11201121[[package]]1122name = "bstr"1123version = "1.6.2"1124source = "registry+https://github.com/rust-lang/crates.io-index"1125checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"1126dependencies = [1127 "memchr",1128 "serde",1129]11301131[[package]]1132name = "build-helper"1133version = "0.1.1"1134source = "registry+https://github.com/rust-lang/crates.io-index"1135checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"1136dependencies = [1137 "semver 0.6.0",1138]11391140[[package]]1141name = "bumpalo"1142version = "3.14.0"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"11451146[[package]]1147name = "byte-slice-cast"1148version = "1.2.2"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"11511152[[package]]1153name = "byte-tools"1154version = "0.3.1"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"11571158[[package]]1159name = "bytemuck"1160version = "1.14.0"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"11631164[[package]]1165name = "byteorder"1166version = "1.4.3"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"11691170[[package]]1171name = "bytes"1172version = "1.5.0"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"11751176[[package]]1177name = "bzip2-sys"1178version = "0.1.11+1.0.8"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"1181dependencies = [1182 "cc",1183 "libc",1184 "pkg-config",1185]11861187[[package]]1188name = "camino"1189version = "1.1.6"1190source = "registry+https://github.com/rust-lang/crates.io-index"1191checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"1192dependencies = [1193 "serde",1194]11951196[[package]]1197name = "cargo-platform"1198version = "0.1.3"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"1201dependencies = [1202 "serde",1203]12041205[[package]]1206name = "cargo_metadata"1207version = "0.15.4"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"1210dependencies = [1211 "camino",1212 "cargo-platform",1213 "semver 1.0.19",1214 "serde",1215 "serde_json",1216 "thiserror",1217]12181219[[package]]1220name = "cc"1221version = "1.0.83"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"1224dependencies = [1225 "jobserver",1226 "libc",1227]12281229[[package]]1230name = "ccm"1231version = "0.3.0"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"1234dependencies = [1235 "aead 0.3.2",1236 "cipher 0.2.5",1237 "subtle",1238]12391240[[package]]1241name = "cexpr"1242version = "0.6.0"1243source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1245dependencies = [1246 "nom",1247]12481249[[package]]1250name = "cfg-expr"1251version = "0.15.5"1252source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"1254dependencies = [1255 "smallvec",1256]12571258[[package]]1259name = "cfg-if"1260version = "1.0.0"1261source = "registry+https://github.com/rust-lang/crates.io-index"1262checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"12631264[[package]]1265name = "cfg_aliases"1266version = "0.1.1"1267source = "registry+https://github.com/rust-lang/crates.io-index"1268checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"12691270[[package]]1271name = "chacha20"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"1275dependencies = [1276 "cfg-if",1277 "cipher 0.3.0",1278 "cpufeatures",1279 "zeroize",1280]12811282[[package]]1283name = "chacha20"1284version = "0.9.1"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"1287dependencies = [1288 "cfg-if",1289 "cipher 0.4.4",1290 "cpufeatures",1291]12921293[[package]]1294name = "chacha20poly1305"1295version = "0.9.1"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"1298dependencies = [1299 "aead 0.4.3",1300 "chacha20 0.8.2",1301 "cipher 0.3.0",1302 "poly1305 0.7.2",1303 "zeroize",1304]13051306[[package]]1307name = "chrono"1308version = "0.4.31"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"1311dependencies = [1312 "android-tzdata",1313 "iana-time-zone",1314 "js-sys",1315 "num-traits",1316 "wasm-bindgen",1317 "windows-targets 0.48.5",1318]13191320[[package]]1321name = "cid"1322version = "0.9.0"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"1325dependencies = [1326 "core2",1327 "multibase",1328 "multihash",1329 "serde",1330 "unsigned-varint",1331]13321333[[package]]1334name = "cipher"1335version = "0.2.5"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1338dependencies = [1339 "generic-array 0.14.7",1340]13411342[[package]]1343name = "cipher"1344version = "0.3.0"1345source = "registry+https://github.com/rust-lang/crates.io-index"1346checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1347dependencies = [1348 "generic-array 0.14.7",1349]13501351[[package]]1352name = "cipher"1353version = "0.4.4"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1356dependencies = [1357 "crypto-common",1358 "inout",1359]13601361[[package]]1362name = "ckb-merkle-mountain-range"1363version = "0.5.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1366dependencies = [1367 "cfg-if",1368]13691370[[package]]1371name = "clang-sys"1372version = "1.6.1"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"1375dependencies = [1376 "glob",1377 "libc",1378 "libloading",1379]13801381[[package]]1382name = "clap"1383version = "4.4.6"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"1386dependencies = [1387 "clap_builder",1388 "clap_derive",1389]13901391[[package]]1392name = "clap_builder"1393version = "4.4.6"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"1396dependencies = [1397 "anstream",1398 "anstyle",1399 "clap_lex",1400 "strsim",1401]14021403[[package]]1404name = "clap_derive"1405version = "4.4.2"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"1408dependencies = [1409 "heck",1410 "proc-macro2",1411 "quote",1412 "syn 2.0.37",1413]14141415[[package]]1416name = "clap_lex"1417version = "0.5.1"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"14201421[[package]]1422name = "coarsetime"1423version = "0.1.28"1424source = "registry+https://github.com/rust-lang/crates.io-index"1425checksum = "99280f81a35511dda7d44f7c943491b41d3ac6fd0b54aea92498bec8612a2423"1426dependencies = [1427 "libc",1428 "once_cell",1429 "wasi 0.11.0+wasi-snapshot-preview1",1430 "wasm-bindgen",1431]14321433[[package]]1434name = "codespan-reporting"1435version = "0.11.1"1436source = "registry+https://github.com/rust-lang/crates.io-index"1437checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1438dependencies = [1439 "termcolor",1440 "unicode-width",1441]14421443[[package]]1444name = "colorchoice"1445version = "1.0.0"1446source = "registry+https://github.com/rust-lang/crates.io-index"1447checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"14481449[[package]]1450name = "comfy-table"1451version = "7.0.1"1452source = "registry+https://github.com/rust-lang/crates.io-index"1453checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"1454dependencies = [1455 "strum",1456 "strum_macros",1457 "unicode-width",1458]14591460[[package]]1461name = "common"1462version = "0.1.0"1463source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"1464dependencies = [1465 "ark-ec",1466 "ark-ff",1467 "ark-poly",1468 "ark-serialize",1469 "ark-std",1470 "fflonk",1471 "merlin 3.0.0",1472]14731474[[package]]1475name = "common-path"1476version = "1.0.0"1477source = "registry+https://github.com/rust-lang/crates.io-index"1478checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"14791480[[package]]1481name = "concurrent-queue"1482version = "2.3.0"1483source = "registry+https://github.com/rust-lang/crates.io-index"1484checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"1485dependencies = [1486 "crossbeam-utils",1487]14881489[[package]]1490name = "console"1491version = "0.15.7"1492source = "registry+https://github.com/rust-lang/crates.io-index"1493checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"1494dependencies = [1495 "encode_unicode",1496 "lazy_static",1497 "libc",1498 "unicode-width",1499 "windows-sys 0.45.0",1500]15011502[[package]]1503name = "const-oid"1504version = "0.9.5"1505source = "registry+https://github.com/rust-lang/crates.io-index"1506checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"15071508[[package]]1509name = "const-random"1510version = "0.1.15"1511source = "registry+https://github.com/rust-lang/crates.io-index"1512checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"1513dependencies = [1514 "const-random-macro",1515 "proc-macro-hack",1516]15171518[[package]]1519name = "const-random-macro"1520version = "0.1.15"1521source = "registry+https://github.com/rust-lang/crates.io-index"1522checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"1523dependencies = [1524 "getrandom 0.2.10",1525 "once_cell",1526 "proc-macro-hack",1527 "tiny-keccak",1528]15291530[[package]]1531name = "constant_time_eq"1532version = "0.1.5"1533source = "registry+https://github.com/rust-lang/crates.io-index"1534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"15351536[[package]]1537name = "constant_time_eq"1538version = "0.3.0"1539source = "registry+https://github.com/rust-lang/crates.io-index"1540checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"15411542[[package]]1543name = "convert_case"1544version = "0.4.0"1545source = "registry+https://github.com/rust-lang/crates.io-index"1546checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"15471548[[package]]1549name = "core-foundation"1550version = "0.9.3"1551source = "registry+https://github.com/rust-lang/crates.io-index"1552checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1553dependencies = [1554 "core-foundation-sys",1555 "libc",1556]15571558[[package]]1559name = "core-foundation-sys"1560version = "0.8.4"1561source = "registry+https://github.com/rust-lang/crates.io-index"1562checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"15631564[[package]]1565name = "core2"1566version = "0.4.0"1567source = "registry+https://github.com/rust-lang/crates.io-index"1568checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1569dependencies = [1570 "memchr",1571]15721573[[package]]1574name = "cpp_demangle"1575version = "0.3.5"1576source = "registry+https://github.com/rust-lang/crates.io-index"1577checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1578dependencies = [1579 "cfg-if",1580]15811582[[package]]1583name = "cpu-time"1584version = "1.0.0"1585source = "registry+https://github.com/rust-lang/crates.io-index"1586checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1587dependencies = [1588 "libc",1589 "winapi",1590]15911592[[package]]1593name = "cpufeatures"1594version = "0.2.9"1595source = "registry+https://github.com/rust-lang/crates.io-index"1596checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"1597dependencies = [1598 "libc",1599]16001601[[package]]1602name = "cranelift-bforest"1603version = "0.95.1"1604source = "registry+https://github.com/rust-lang/crates.io-index"1605checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"1606dependencies = [1607 "cranelift-entity",1608]16091610[[package]]1611name = "cranelift-codegen"1612version = "0.95.1"1613source = "registry+https://github.com/rust-lang/crates.io-index"1614checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"1615dependencies = [1616 "bumpalo",1617 "cranelift-bforest",1618 "cranelift-codegen-meta",1619 "cranelift-codegen-shared",1620 "cranelift-entity",1621 "cranelift-isle",1622 "gimli 0.27.3",1623 "hashbrown 0.13.2",1624 "log",1625 "regalloc2",1626 "smallvec",1627 "target-lexicon",1628]16291630[[package]]1631name = "cranelift-codegen-meta"1632version = "0.95.1"1633source = "registry+https://github.com/rust-lang/crates.io-index"1634checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"1635dependencies = [1636 "cranelift-codegen-shared",1637]16381639[[package]]1640name = "cranelift-codegen-shared"1641version = "0.95.1"1642source = "registry+https://github.com/rust-lang/crates.io-index"1643checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"16441645[[package]]1646name = "cranelift-entity"1647version = "0.95.1"1648source = "registry+https://github.com/rust-lang/crates.io-index"1649checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"1650dependencies = [1651 "serde",1652]16531654[[package]]1655name = "cranelift-frontend"1656version = "0.95.1"1657source = "registry+https://github.com/rust-lang/crates.io-index"1658checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"1659dependencies = [1660 "cranelift-codegen",1661 "log",1662 "smallvec",1663 "target-lexicon",1664]16651666[[package]]1667name = "cranelift-isle"1668version = "0.95.1"1669source = "registry+https://github.com/rust-lang/crates.io-index"1670checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"16711672[[package]]1673name = "cranelift-native"1674version = "0.95.1"1675source = "registry+https://github.com/rust-lang/crates.io-index"1676checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"1677dependencies = [1678 "cranelift-codegen",1679 "libc",1680 "target-lexicon",1681]16821683[[package]]1684name = "cranelift-wasm"1685version = "0.95.1"1686source = "registry+https://github.com/rust-lang/crates.io-index"1687checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"1688dependencies = [1689 "cranelift-codegen",1690 "cranelift-entity",1691 "cranelift-frontend",1692 "itertools 0.10.5",1693 "log",1694 "smallvec",1695 "wasmparser",1696 "wasmtime-types",1697]16981699[[package]]1700name = "crc"1701version = "3.0.1"1702source = "registry+https://github.com/rust-lang/crates.io-index"1703checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"1704dependencies = [1705 "crc-catalog",1706]17071708[[package]]1709name = "crc-catalog"1710version = "2.2.0"1711source = "registry+https://github.com/rust-lang/crates.io-index"1712checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"17131714[[package]]1715name = "crc32fast"1716version = "1.3.2"1717source = "registry+https://github.com/rust-lang/crates.io-index"1718checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1719dependencies = [1720 "cfg-if",1721]17221723[[package]]1724name = "crossbeam-deque"1725version = "0.8.3"1726source = "registry+https://github.com/rust-lang/crates.io-index"1727checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"1728dependencies = [1729 "cfg-if",1730 "crossbeam-epoch",1731 "crossbeam-utils",1732]17331734[[package]]1735name = "crossbeam-epoch"1736version = "0.9.15"1737source = "registry+https://github.com/rust-lang/crates.io-index"1738checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"1739dependencies = [1740 "autocfg",1741 "cfg-if",1742 "crossbeam-utils",1743 "memoffset 0.9.0",1744 "scopeguard",1745]17461747[[package]]1748name = "crossbeam-queue"1749version = "0.3.8"1750source = "registry+https://github.com/rust-lang/crates.io-index"1751checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1752dependencies = [1753 "cfg-if",1754 "crossbeam-utils",1755]17561757[[package]]1758name = "crossbeam-utils"1759version = "0.8.16"1760source = "registry+https://github.com/rust-lang/crates.io-index"1761checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"1762dependencies = [1763 "cfg-if",1764]17651766[[package]]1767name = "crunchy"1768version = "0.2.2"1769source = "registry+https://github.com/rust-lang/crates.io-index"1770checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"17711772[[package]]1773name = "crypto-bigint"1774version = "0.4.9"1775source = "registry+https://github.com/rust-lang/crates.io-index"1776checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1777dependencies = [1778 "generic-array 0.14.7",1779 "rand_core 0.6.4",1780 "subtle",1781 "zeroize",1782]17831784[[package]]1785name = "crypto-bigint"1786version = "0.5.3"1787source = "registry+https://github.com/rust-lang/crates.io-index"1788checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"1789dependencies = [1790 "generic-array 0.14.7",1791 "rand_core 0.6.4",1792 "subtle",1793 "zeroize",1794]17951796[[package]]1797name = "crypto-common"1798version = "0.1.6"1799source = "registry+https://github.com/rust-lang/crates.io-index"1800checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1801dependencies = [1802 "generic-array 0.14.7",1803 "rand_core 0.6.4",1804 "typenum",1805]18061807[[package]]1808name = "crypto-mac"1809version = "0.8.0"1810source = "registry+https://github.com/rust-lang/crates.io-index"1811checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1812dependencies = [1813 "generic-array 0.14.7",1814 "subtle",1815]18161817[[package]]1818name = "crypto-mac"1819version = "0.11.1"1820source = "registry+https://github.com/rust-lang/crates.io-index"1821checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1822dependencies = [1823 "generic-array 0.14.7",1824 "subtle",1825]18261827[[package]]1828name = "ctr"1829version = "0.8.0"1830source = "registry+https://github.com/rust-lang/crates.io-index"1831checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1832dependencies = [1833 "cipher 0.3.0",1834]18351836[[package]]1837name = "ctr"1838version = "0.9.2"1839source = "registry+https://github.com/rust-lang/crates.io-index"1840checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1841dependencies = [1842 "cipher 0.4.4",1843]18441845[[package]]1846name = "cumulus-client-cli"1847version = "0.1.0"1848source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1849dependencies = [1850 "clap",1851 "parity-scale-codec",1852 "sc-chain-spec",1853 "sc-cli",1854 "sc-client-api",1855 "sc-service",1856 "sp-core",1857 "sp-runtime",1858 "url",1859]18601861[[package]]1862name = "cumulus-client-collator"1863version = "0.1.0"1864source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1865dependencies = [1866 "cumulus-client-consensus-common",1867 "cumulus-client-network",1868 "cumulus-primitives-core",1869 "futures",1870 "parity-scale-codec",1871 "parking_lot 0.12.1",1872 "polkadot-node-primitives",1873 "polkadot-node-subsystem",1874 "polkadot-overseer",1875 "polkadot-primitives",1876 "sc-client-api",1877 "sp-api",1878 "sp-consensus",1879 "sp-core",1880 "sp-runtime",1881 "tracing",1882]18831884[[package]]1885name = "cumulus-client-consensus-aura"1886version = "0.1.0"1887source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1888dependencies = [1889 "async-trait",1890 "cumulus-client-collator",1891 "cumulus-client-consensus-common",1892 "cumulus-client-consensus-proposer",1893 "cumulus-primitives-aura",1894 "cumulus-primitives-core",1895 "cumulus-primitives-parachain-inherent",1896 "cumulus-relay-chain-interface",1897 "futures",1898 "parity-scale-codec",1899 "polkadot-node-primitives",1900 "polkadot-node-subsystem",1901 "polkadot-overseer",1902 "polkadot-primitives",1903 "sc-client-api",1904 "sc-consensus",1905 "sc-consensus-aura",1906 "sc-consensus-babe",1907 "sc-consensus-slots",1908 "sc-telemetry",1909 "schnellru",1910 "sp-api",1911 "sp-application-crypto",1912 "sp-block-builder",1913 "sp-blockchain",1914 "sp-consensus",1915 "sp-consensus-aura",1916 "sp-core",1917 "sp-inherents",1918 "sp-keystore",1919 "sp-runtime",1920 "sp-state-machine",1921 "sp-timestamp",1922 "substrate-prometheus-endpoint",1923 "tracing",1924]19251926[[package]]1927name = "cumulus-client-consensus-common"1928version = "0.1.0"1929source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1930dependencies = [1931 "async-trait",1932 "cumulus-client-pov-recovery",1933 "cumulus-primitives-core",1934 "cumulus-relay-chain-interface",1935 "dyn-clone",1936 "futures",1937 "log",1938 "parity-scale-codec",1939 "polkadot-primitives",1940 "sc-client-api",1941 "sc-consensus",1942 "sc-consensus-babe",1943 "schnellru",1944 "sp-blockchain",1945 "sp-consensus",1946 "sp-consensus-slots",1947 "sp-core",1948 "sp-runtime",1949 "sp-timestamp",1950 "sp-trie",1951 "substrate-prometheus-endpoint",1952 "tracing",1953]19541955[[package]]1956name = "cumulus-client-consensus-proposer"1957version = "0.1.0"1958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1959dependencies = [1960 "anyhow",1961 "async-trait",1962 "cumulus-primitives-parachain-inherent",1963 "sp-consensus",1964 "sp-inherents",1965 "sp-runtime",1966 "sp-state-machine",1967 "thiserror",1968]19691970[[package]]1971name = "cumulus-client-network"1972version = "0.1.0"1973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1974dependencies = [1975 "async-trait",1976 "cumulus-relay-chain-interface",1977 "futures",1978 "futures-timer",1979 "parity-scale-codec",1980 "parking_lot 0.12.1",1981 "polkadot-node-primitives",1982 "polkadot-parachain-primitives",1983 "polkadot-primitives",1984 "sc-client-api",1985 "sp-blockchain",1986 "sp-consensus",1987 "sp-core",1988 "sp-runtime",1989 "sp-state-machine",1990 "tracing",1991]19921993[[package]]1994name = "cumulus-client-pov-recovery"1995version = "0.1.0"1996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1997dependencies = [1998 "async-trait",1999 "cumulus-primitives-core",2000 "cumulus-relay-chain-interface",2001 "futures",2002 "futures-timer",2003 "parity-scale-codec",2004 "polkadot-node-primitives",2005 "polkadot-node-subsystem",2006 "polkadot-overseer",2007 "polkadot-primitives",2008 "rand 0.8.5",2009 "sc-client-api",2010 "sc-consensus",2011 "sp-consensus",2012 "sp-maybe-compressed-blob",2013 "sp-runtime",2014 "tracing",2015]20162017[[package]]2018name = "cumulus-client-service"2019version = "0.1.0"2020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2021dependencies = [2022 "cumulus-client-cli",2023 "cumulus-client-collator",2024 "cumulus-client-consensus-common",2025 "cumulus-client-network",2026 "cumulus-client-pov-recovery",2027 "cumulus-primitives-core",2028 "cumulus-relay-chain-inprocess-interface",2029 "cumulus-relay-chain-interface",2030 "cumulus-relay-chain-minimal-node",2031 "futures",2032 "polkadot-primitives",2033 "sc-client-api",2034 "sc-consensus",2035 "sc-network",2036 "sc-network-sync",2037 "sc-network-transactions",2038 "sc-rpc",2039 "sc-service",2040 "sc-sysinfo",2041 "sc-telemetry",2042 "sc-transaction-pool",2043 "sc-utils",2044 "sp-api",2045 "sp-blockchain",2046 "sp-consensus",2047 "sp-core",2048 "sp-runtime",2049 "sp-transaction-pool",2050]20512052[[package]]2053name = "cumulus-pallet-aura-ext"2054version = "0.1.0"2055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2056dependencies = [2057 "cumulus-pallet-parachain-system",2058 "frame-support",2059 "frame-system",2060 "pallet-aura",2061 "pallet-timestamp",2062 "parity-scale-codec",2063 "scale-info",2064 "sp-application-crypto",2065 "sp-consensus-aura",2066 "sp-runtime",2067 "sp-std",2068]20692070[[package]]2071name = "cumulus-pallet-dmp-queue"2072version = "0.1.0"2073source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2074dependencies = [2075 "cumulus-primitives-core",2076 "frame-support",2077 "frame-system",2078 "log",2079 "parity-scale-codec",2080 "scale-info",2081 "sp-io",2082 "sp-runtime",2083 "sp-std",2084 "staging-xcm",2085]20862087[[package]]2088name = "cumulus-pallet-parachain-system"2089version = "0.1.0"2090source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2091dependencies = [2092 "bytes",2093 "cumulus-pallet-parachain-system-proc-macro",2094 "cumulus-primitives-core",2095 "cumulus-primitives-parachain-inherent",2096 "environmental",2097 "frame-support",2098 "frame-system",2099 "impl-trait-for-tuples",2100 "log",2101 "parity-scale-codec",2102 "polkadot-parachain-primitives",2103 "scale-info",2104 "sp-core",2105 "sp-externalities",2106 "sp-inherents",2107 "sp-io",2108 "sp-runtime",2109 "sp-state-machine",2110 "sp-std",2111 "sp-trie",2112 "sp-version",2113 "staging-xcm",2114 "trie-db",2115]21162117[[package]]2118name = "cumulus-pallet-parachain-system-proc-macro"2119version = "0.1.0"2120source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2121dependencies = [2122 "proc-macro-crate",2123 "proc-macro2",2124 "quote",2125 "syn 2.0.37",2126]21272128[[package]]2129name = "cumulus-pallet-xcm"2130version = "0.1.0"2131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2132dependencies = [2133 "cumulus-primitives-core",2134 "frame-support",2135 "frame-system",2136 "parity-scale-codec",2137 "scale-info",2138 "sp-io",2139 "sp-runtime",2140 "sp-std",2141 "staging-xcm",2142]21432144[[package]]2145name = "cumulus-pallet-xcmp-queue"2146version = "0.1.0"2147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2148dependencies = [2149 "cumulus-primitives-core",2150 "frame-benchmarking",2151 "frame-support",2152 "frame-system",2153 "log",2154 "parity-scale-codec",2155 "polkadot-runtime-common",2156 "rand_chacha 0.3.1",2157 "scale-info",2158 "sp-io",2159 "sp-runtime",2160 "sp-std",2161 "staging-xcm",2162 "staging-xcm-executor",2163]21642165[[package]]2166name = "cumulus-primitives-aura"2167version = "0.1.0"2168source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2169dependencies = [2170 "parity-scale-codec",2171 "polkadot-core-primitives",2172 "polkadot-primitives",2173 "sp-api",2174 "sp-consensus-aura",2175 "sp-runtime",2176 "sp-std",2177]21782179[[package]]2180name = "cumulus-primitives-core"2181version = "0.1.0"2182source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2183dependencies = [2184 "parity-scale-codec",2185 "polkadot-core-primitives",2186 "polkadot-parachain-primitives",2187 "polkadot-primitives",2188 "scale-info",2189 "sp-api",2190 "sp-runtime",2191 "sp-std",2192 "sp-trie",2193 "staging-xcm",2194]21952196[[package]]2197name = "cumulus-primitives-parachain-inherent"2198version = "0.1.0"2199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2200dependencies = [2201 "async-trait",2202 "cumulus-primitives-core",2203 "cumulus-relay-chain-interface",2204 "cumulus-test-relay-sproof-builder",2205 "parity-scale-codec",2206 "sc-client-api",2207 "scale-info",2208 "sp-api",2209 "sp-core",2210 "sp-inherents",2211 "sp-runtime",2212 "sp-state-machine",2213 "sp-std",2214 "sp-storage",2215 "sp-trie",2216 "tracing",2217]22182219[[package]]2220name = "cumulus-primitives-timestamp"2221version = "0.1.0"2222source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2223dependencies = [2224 "cumulus-primitives-core",2225 "futures",2226 "parity-scale-codec",2227 "sp-inherents",2228 "sp-std",2229 "sp-timestamp",2230]22312232[[package]]2233name = "cumulus-primitives-utility"2234version = "0.1.0"2235source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2236dependencies = [2237 "cumulus-primitives-core",2238 "frame-support",2239 "log",2240 "parity-scale-codec",2241 "polkadot-runtime-common",2242 "sp-io",2243 "sp-runtime",2244 "sp-std",2245 "staging-xcm",2246 "staging-xcm-builder",2247 "staging-xcm-executor",2248]22492250[[package]]2251name = "cumulus-relay-chain-inprocess-interface"2252version = "0.1.0"2253source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2254dependencies = [2255 "async-trait",2256 "cumulus-primitives-core",2257 "cumulus-relay-chain-interface",2258 "futures",2259 "futures-timer",2260 "polkadot-cli",2261 "polkadot-service",2262 "sc-cli",2263 "sc-client-api",2264 "sc-sysinfo",2265 "sc-telemetry",2266 "sc-tracing",2267 "sp-api",2268 "sp-consensus",2269 "sp-core",2270 "sp-runtime",2271 "sp-state-machine",2272]22732274[[package]]2275name = "cumulus-relay-chain-interface"2276version = "0.1.0"2277source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2278dependencies = [2279 "async-trait",2280 "cumulus-primitives-core",2281 "futures",2282 "jsonrpsee-core",2283 "parity-scale-codec",2284 "polkadot-overseer",2285 "sc-client-api",2286 "sp-api",2287 "sp-blockchain",2288 "sp-state-machine",2289 "thiserror",2290]22912292[[package]]2293name = "cumulus-relay-chain-minimal-node"2294version = "0.1.0"2295source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2296dependencies = [2297 "array-bytes",2298 "async-trait",2299 "cumulus-primitives-core",2300 "cumulus-relay-chain-interface",2301 "cumulus-relay-chain-rpc-interface",2302 "futures",2303 "polkadot-availability-recovery",2304 "polkadot-collator-protocol",2305 "polkadot-core-primitives",2306 "polkadot-network-bridge",2307 "polkadot-node-collation-generation",2308 "polkadot-node-core-runtime-api",2309 "polkadot-node-network-protocol",2310 "polkadot-node-subsystem-util",2311 "polkadot-overseer",2312 "polkadot-primitives",2313 "sc-authority-discovery",2314 "sc-network",2315 "sc-network-common",2316 "sc-service",2317 "sc-tracing",2318 "sc-utils",2319 "schnellru",2320 "sp-api",2321 "sp-consensus",2322 "sp-consensus-babe",2323 "sp-runtime",2324 "tracing",2325]23262327[[package]]2328name = "cumulus-relay-chain-rpc-interface"2329version = "0.1.0"2330source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2331dependencies = [2332 "async-trait",2333 "cumulus-primitives-core",2334 "cumulus-relay-chain-interface",2335 "either",2336 "futures",2337 "futures-timer",2338 "jsonrpsee",2339 "parity-scale-codec",2340 "pin-project",2341 "polkadot-overseer",2342 "rand 0.8.5",2343 "sc-client-api",2344 "sc-rpc-api",2345 "sc-service",2346 "schnellru",2347 "serde",2348 "serde_json",2349 "smoldot",2350 "smoldot-light",2351 "sp-api",2352 "sp-authority-discovery",2353 "sp-consensus-babe",2354 "sp-core",2355 "sp-runtime",2356 "sp-state-machine",2357 "sp-storage",2358 "thiserror",2359 "tokio",2360 "tokio-util",2361 "tracing",2362 "url",2363]23642365[[package]]2366name = "cumulus-test-relay-sproof-builder"2367version = "0.1.0"2368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2369dependencies = [2370 "cumulus-primitives-core",2371 "parity-scale-codec",2372 "polkadot-primitives",2373 "sp-runtime",2374 "sp-state-machine",2375 "sp-std",2376 "sp-trie",2377]23782379[[package]]2380name = "curve25519-dalek"2381version = "2.1.3"2382source = "registry+https://github.com/rust-lang/crates.io-index"2383checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"2384dependencies = [2385 "byteorder",2386 "digest 0.8.1",2387 "rand_core 0.5.1",2388 "subtle",2389 "zeroize",2390]23912392[[package]]2393name = "curve25519-dalek"2394version = "3.2.0"2395source = "registry+https://github.com/rust-lang/crates.io-index"2396checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"2397dependencies = [2398 "byteorder",2399 "digest 0.9.0",2400 "rand_core 0.5.1",2401 "subtle",2402 "zeroize",2403]24042405[[package]]2406name = "curve25519-dalek"2407version = "4.1.1"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"2410dependencies = [2411 "cfg-if",2412 "cpufeatures",2413 "curve25519-dalek-derive",2414 "digest 0.10.7",2415 "fiat-crypto",2416 "platforms",2417 "rustc_version",2418 "subtle",2419 "zeroize",2420]24212422[[package]]2423name = "curve25519-dalek-derive"2424version = "0.1.0"2425source = "registry+https://github.com/rust-lang/crates.io-index"2426checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"2427dependencies = [2428 "proc-macro2",2429 "quote",2430 "syn 2.0.37",2431]24322433[[package]]2434name = "curve25519-dalek-ng"2435version = "4.1.1"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"2438dependencies = [2439 "byteorder",2440 "digest 0.9.0",2441 "rand_core 0.6.4",2442 "subtle-ng",2443 "zeroize",2444]24452446[[package]]2447name = "cxx"2448version = "1.0.107"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "bbe98ba1789d56fb3db3bee5e032774d4f421b685de7ba703643584ba24effbe"2451dependencies = [2452 "cc",2453 "cxxbridge-flags",2454 "cxxbridge-macro",2455 "link-cplusplus",2456]24572458[[package]]2459name = "cxx-build"2460version = "1.0.107"2461source = "registry+https://github.com/rust-lang/crates.io-index"2462checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3"2463dependencies = [2464 "cc",2465 "codespan-reporting",2466 "once_cell",2467 "proc-macro2",2468 "quote",2469 "scratch",2470 "syn 2.0.37",2471]24722473[[package]]2474name = "cxxbridge-flags"2475version = "1.0.107"2476source = "registry+https://github.com/rust-lang/crates.io-index"2477checksum = "20888d9e1d2298e2ff473cee30efe7d5036e437857ab68bbfea84c74dba91da2"24782479[[package]]2480name = "cxxbridge-macro"2481version = "1.0.107"2482source = "registry+https://github.com/rust-lang/crates.io-index"2483checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84"2484dependencies = [2485 "proc-macro2",2486 "quote",2487 "syn 2.0.37",2488]24892490[[package]]2491name = "darling"2492version = "0.14.4"2493source = "registry+https://github.com/rust-lang/crates.io-index"2494checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"2495dependencies = [2496 "darling_core",2497 "darling_macro",2498]24992500[[package]]2501name = "darling_core"2502version = "0.14.4"2503source = "registry+https://github.com/rust-lang/crates.io-index"2504checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"2505dependencies = [2506 "fnv",2507 "ident_case",2508 "proc-macro2",2509 "quote",2510 "strsim",2511 "syn 1.0.109",2512]25132514[[package]]2515name = "darling_macro"2516version = "0.14.4"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"2519dependencies = [2520 "darling_core",2521 "quote",2522 "syn 1.0.109",2523]25242525[[package]]2526name = "data-encoding"2527version = "2.4.0"2528source = "registry+https://github.com/rust-lang/crates.io-index"2529checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"25302531[[package]]2532name = "data-encoding-macro"2533version = "0.1.13"2534source = "registry+https://github.com/rust-lang/crates.io-index"2535checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"2536dependencies = [2537 "data-encoding",2538 "data-encoding-macro-internal",2539]25402541[[package]]2542name = "data-encoding-macro-internal"2543version = "0.1.11"2544source = "registry+https://github.com/rust-lang/crates.io-index"2545checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"2546dependencies = [2547 "data-encoding",2548 "syn 1.0.109",2549]25502551[[package]]2552name = "der"2553version = "0.6.1"2554source = "registry+https://github.com/rust-lang/crates.io-index"2555checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"2556dependencies = [2557 "const-oid",2558 "pem-rfc7468",2559 "zeroize",2560]25612562[[package]]2563name = "der"2564version = "0.7.8"2565source = "registry+https://github.com/rust-lang/crates.io-index"2566checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"2567dependencies = [2568 "const-oid",2569 "zeroize",2570]25712572[[package]]2573name = "der-parser"2574version = "7.0.0"2575source = "registry+https://github.com/rust-lang/crates.io-index"2576checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"2577dependencies = [2578 "asn1-rs 0.3.1",2579 "displaydoc",2580 "nom",2581 "num-bigint",2582 "num-traits",2583 "rusticata-macros",2584]25852586[[package]]2587name = "der-parser"2588version = "8.2.0"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2591dependencies = [2592 "asn1-rs 0.5.2",2593 "displaydoc",2594 "nom",2595 "num-bigint",2596 "num-traits",2597 "rusticata-macros",2598]25992600[[package]]2601name = "deranged"2602version = "0.3.8"2603source = "registry+https://github.com/rust-lang/crates.io-index"2604checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"26052606[[package]]2607name = "derivative"2608version = "2.2.0"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2611dependencies = [2612 "proc-macro2",2613 "quote",2614 "syn 1.0.109",2615]26162617[[package]]2618name = "derive-syn-parse"2619version = "0.1.5"2620source = "registry+https://github.com/rust-lang/crates.io-index"2621checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2622dependencies = [2623 "proc-macro2",2624 "quote",2625 "syn 1.0.109",2626]26272628[[package]]2629name = "derive_builder"2630version = "0.11.2"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"2633dependencies = [2634 "derive_builder_macro",2635]26362637[[package]]2638name = "derive_builder_core"2639version = "0.11.2"2640source = "registry+https://github.com/rust-lang/crates.io-index"2641checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"2642dependencies = [2643 "darling",2644 "proc-macro2",2645 "quote",2646 "syn 1.0.109",2647]26482649[[package]]2650name = "derive_builder_macro"2651version = "0.11.2"2652source = "registry+https://github.com/rust-lang/crates.io-index"2653checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2654dependencies = [2655 "derive_builder_core",2656 "syn 1.0.109",2657]26582659[[package]]2660name = "derive_more"2661version = "0.99.17"2662source = "registry+https://github.com/rust-lang/crates.io-index"2663checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2664dependencies = [2665 "convert_case",2666 "proc-macro2",2667 "quote",2668 "rustc_version",2669 "syn 1.0.109",2670]26712672[[package]]2673name = "difflib"2674version = "0.4.0"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"26772678[[package]]2679name = "digest"2680version = "0.8.1"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2683dependencies = [2684 "generic-array 0.12.4",2685]26862687[[package]]2688name = "digest"2689version = "0.9.0"2690source = "registry+https://github.com/rust-lang/crates.io-index"2691checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2692dependencies = [2693 "generic-array 0.14.7",2694]26952696[[package]]2697name = "digest"2698version = "0.10.7"2699source = "registry+https://github.com/rust-lang/crates.io-index"2700checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2701dependencies = [2702 "block-buffer 0.10.4",2703 "const-oid",2704 "crypto-common",2705 "subtle",2706]27072708[[package]]2709name = "directories"2710version = "4.0.1"2711source = "registry+https://github.com/rust-lang/crates.io-index"2712checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2713dependencies = [2714 "dirs-sys",2715]27162717[[package]]2718name = "directories-next"2719version = "2.0.0"2720source = "registry+https://github.com/rust-lang/crates.io-index"2721checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2722dependencies = [2723 "cfg-if",2724 "dirs-sys-next",2725]27262727[[package]]2728name = "dirs-sys"2729version = "0.3.7"2730source = "registry+https://github.com/rust-lang/crates.io-index"2731checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2732dependencies = [2733 "libc",2734 "redox_users",2735 "winapi",2736]27372738[[package]]2739name = "dirs-sys-next"2740version = "0.1.2"2741source = "registry+https://github.com/rust-lang/crates.io-index"2742checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2743dependencies = [2744 "libc",2745 "redox_users",2746 "winapi",2747]27482749[[package]]2750name = "displaydoc"2751version = "0.2.4"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2754dependencies = [2755 "proc-macro2",2756 "quote",2757 "syn 2.0.37",2758]27592760[[package]]2761name = "dleq_vrf"2762version = "0.0.2"2763source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"2764dependencies = [2765 "ark-ec",2766 "ark-ff",2767 "ark-scale 0.0.10",2768 "ark-secret-scalar",2769 "ark-serialize",2770 "ark-std",2771 "ark-transcript",2772 "arrayvec 0.7.4",2773 "rand_core 0.6.4",2774 "zeroize",2775]27762777[[package]]2778name = "docify"2779version = "0.2.4"2780source = "registry+https://github.com/rust-lang/crates.io-index"2781checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa"2782dependencies = [2783 "docify_macros",2784]27852786[[package]]2787name = "docify_macros"2788version = "0.2.4"2789source = "registry+https://github.com/rust-lang/crates.io-index"2790checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c"2791dependencies = [2792 "common-path",2793 "derive-syn-parse",2794 "once_cell",2795 "proc-macro2",2796 "quote",2797 "regex",2798 "syn 2.0.37",2799 "termcolor",2800 "toml 0.7.8",2801 "walkdir",2802]28032804[[package]]2805name = "downcast"2806version = "0.11.0"2807source = "registry+https://github.com/rust-lang/crates.io-index"2808checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"28092810[[package]]2811name = "downcast-rs"2812version = "1.2.0"2813source = "registry+https://github.com/rust-lang/crates.io-index"2814checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"28152816[[package]]2817name = "dtoa"2818version = "1.0.9"2819source = "registry+https://github.com/rust-lang/crates.io-index"2820checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"28212822[[package]]2823name = "dyn-clonable"2824version = "0.9.0"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2827dependencies = [2828 "dyn-clonable-impl",2829 "dyn-clone",2830]28312832[[package]]2833name = "dyn-clonable-impl"2834version = "0.9.0"2835source = "registry+https://github.com/rust-lang/crates.io-index"2836checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2837dependencies = [2838 "proc-macro2",2839 "quote",2840 "syn 1.0.109",2841]28422843[[package]]2844name = "dyn-clone"2845version = "1.0.14"2846source = "registry+https://github.com/rust-lang/crates.io-index"2847checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"28482849[[package]]2850name = "ecdsa"2851version = "0.14.8"2852source = "registry+https://github.com/rust-lang/crates.io-index"2853checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2854dependencies = [2855 "der 0.6.1",2856 "elliptic-curve 0.12.3",2857 "rfc6979 0.3.1",2858 "signature 1.6.4",2859]28602861[[package]]2862name = "ecdsa"2863version = "0.16.8"2864source = "registry+https://github.com/rust-lang/crates.io-index"2865checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"2866dependencies = [2867 "der 0.7.8",2868 "digest 0.10.7",2869 "elliptic-curve 0.13.5",2870 "rfc6979 0.4.0",2871 "signature 2.1.0",2872 "spki 0.7.2",2873]28742875[[package]]2876name = "ed25519"2877version = "2.2.2"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d"2880dependencies = [2881 "pkcs8 0.10.2",2882 "signature 2.1.0",2883]28842885[[package]]2886name = "ed25519-dalek"2887version = "2.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"2890dependencies = [2891 "curve25519-dalek 4.1.1",2892 "ed25519",2893 "rand_core 0.6.4",2894 "serde",2895 "sha2 0.10.8",2896 "zeroize",2897]28982899[[package]]2900name = "ed25519-zebra"2901version = "3.1.0"2902source = "registry+https://github.com/rust-lang/crates.io-index"2903checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2904dependencies = [2905 "curve25519-dalek 3.2.0",2906 "hashbrown 0.12.3",2907 "hex",2908 "rand_core 0.6.4",2909 "sha2 0.9.9",2910 "zeroize",2911]29122913[[package]]2914name = "ed25519-zebra"2915version = "4.0.3"2916source = "registry+https://github.com/rust-lang/crates.io-index"2917checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"2918dependencies = [2919 "curve25519-dalek 4.1.1",2920 "ed25519",2921 "hashbrown 0.14.1",2922 "hex",2923 "rand_core 0.6.4",2924 "sha2 0.10.8",2925 "zeroize",2926]29272928[[package]]2929name = "either"2930version = "1.9.0"2931source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"29332934[[package]]2935name = "elliptic-curve"2936version = "0.12.3"2937source = "registry+https://github.com/rust-lang/crates.io-index"2938checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2939dependencies = [2940 "base16ct 0.1.1",2941 "crypto-bigint 0.4.9",2942 "der 0.6.1",2943 "digest 0.10.7",2944 "ff 0.12.1",2945 "generic-array 0.14.7",2946 "group 0.12.1",2947 "hkdf",2948 "pem-rfc7468",2949 "pkcs8 0.9.0",2950 "rand_core 0.6.4",2951 "sec1 0.3.0",2952 "subtle",2953 "zeroize",2954]29552956[[package]]2957name = "elliptic-curve"2958version = "0.13.5"2959source = "registry+https://github.com/rust-lang/crates.io-index"2960checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"2961dependencies = [2962 "base16ct 0.2.0",2963 "crypto-bigint 0.5.3",2964 "digest 0.10.7",2965 "ff 0.13.0",2966 "generic-array 0.14.7",2967 "group 0.13.0",2968 "pkcs8 0.10.2",2969 "rand_core 0.6.4",2970 "sec1 0.7.3",2971 "subtle",2972 "zeroize",2973]29742975[[package]]2976name = "encode_unicode"2977version = "0.3.6"2978source = "registry+https://github.com/rust-lang/crates.io-index"2979checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"29802981[[package]]2982name = "enum-as-inner"2983version = "0.5.1"2984source = "registry+https://github.com/rust-lang/crates.io-index"2985checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2986dependencies = [2987 "heck",2988 "proc-macro2",2989 "quote",2990 "syn 1.0.109",2991]29922993[[package]]2994name = "enumflags2"2995version = "0.7.8"2996source = "registry+https://github.com/rust-lang/crates.io-index"2997checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"2998dependencies = [2999 "enumflags2_derive",3000]30013002[[package]]3003name = "enumflags2_derive"3004version = "0.7.8"3005source = "registry+https://github.com/rust-lang/crates.io-index"3006checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"3007dependencies = [3008 "proc-macro2",3009 "quote",3010 "syn 2.0.37",3011]30123013[[package]]3014name = "enumn"3015version = "0.1.12"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b"3018dependencies = [3019 "proc-macro2",3020 "quote",3021 "syn 2.0.37",3022]30233024[[package]]3025name = "env_logger"3026version = "0.9.3"3027source = "registry+https://github.com/rust-lang/crates.io-index"3028checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"3029dependencies = [3030 "atty",3031 "humantime",3032 "log",3033 "regex",3034 "termcolor",3035]30363037[[package]]3038name = "env_logger"3039version = "0.10.0"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"3042dependencies = [3043 "humantime",3044 "is-terminal",3045 "log",3046 "regex",3047 "termcolor",3048]30493050[[package]]3051name = "environmental"3052version = "1.1.4"3053source = "registry+https://github.com/rust-lang/crates.io-index"3054checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"30553056[[package]]3057name = "equivalent"3058version = "1.0.1"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"30613062[[package]]3063name = "errno"3064version = "0.3.4"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"3067dependencies = [3068 "errno-dragonfly",3069 "libc",3070 "windows-sys 0.48.0",3071]30723073[[package]]3074name = "errno-dragonfly"3075version = "0.1.2"3076source = "registry+https://github.com/rust-lang/crates.io-index"3077checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"3078dependencies = [3079 "cc",3080 "libc",3081]30823083[[package]]3084name = "ethbloom"3085version = "0.13.0"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"3088dependencies = [3089 "crunchy",3090 "fixed-hash",3091 "impl-codec",3092 "impl-rlp",3093 "impl-serde",3094 "scale-info",3095 "tiny-keccak",3096]30973098[[package]]3099name = "ethereum"3100version = "0.14.0"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"3103dependencies = [3104 "bytes",3105 "ethereum-types",3106 "hash-db 0.15.2",3107 "hash256-std-hasher",3108 "parity-scale-codec",3109 "rlp",3110 "scale-info",3111 "serde",3112 "sha3 0.10.8",3113 "triehash",3114]31153116[[package]]3117name = "ethereum-types"3118version = "0.14.1"3119source = "registry+https://github.com/rust-lang/crates.io-index"3120checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"3121dependencies = [3122 "ethbloom",3123 "fixed-hash",3124 "impl-codec",3125 "impl-rlp",3126 "impl-serde",3127 "primitive-types",3128 "scale-info",3129 "uint",3130]31313132[[package]]3133name = "event-listener"3134version = "2.5.3"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"31373138[[package]]3139name = "evm"3140version = "0.39.1"3141source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3142dependencies = [3143 "auto_impl",3144 "environmental",3145 "ethereum",3146 "evm-core",3147 "evm-gasometer",3148 "evm-runtime",3149 "log",3150 "parity-scale-codec",3151 "primitive-types",3152 "rlp",3153 "scale-info",3154 "serde",3155 "sha3 0.10.8",3156]31573158[[package]]3159name = "evm-coder"3160version = "0.4.2"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "b88ae5a449e7e9dfef59c0dd2df396bc56d81a6f4e297490c0c64aa73f7f7ad4"3163dependencies = [3164 "ethereum",3165 "evm-coder-procedural",3166 "impl-trait-for-tuples",3167 "primitive-types",3168 "sha3-const",3169]31703171[[package]]3172name = "evm-coder-procedural"3173version = "0.4.2"3174source = "registry+https://github.com/rust-lang/crates.io-index"3175checksum = "6223c1063c1f53380b4b9aaf2e4d82eba4808c661c61265619b804b09b7a6b1a"3176dependencies = [3177 "Inflector",3178 "hex",3179 "proc-macro2",3180 "quote",3181 "sha3 0.10.8",3182 "syn 1.0.109",3183]31843185[[package]]3186name = "evm-coder-substrate-procedural"3187version = "0.1.0"3188dependencies = [3189 "proc-macro2",3190 "quote",3191 "syn 1.0.109",3192]31933194[[package]]3195name = "evm-core"3196version = "0.39.0"3197source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3198dependencies = [3199 "parity-scale-codec",3200 "primitive-types",3201 "scale-info",3202 "serde",3203]32043205[[package]]3206name = "evm-gasometer"3207version = "0.39.0"3208source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3209dependencies = [3210 "environmental",3211 "evm-core",3212 "evm-runtime",3213 "primitive-types",3214]32153216[[package]]3217name = "evm-runtime"3218version = "0.39.0"3219source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3220dependencies = [3221 "auto_impl",3222 "environmental",3223 "evm-core",3224 "primitive-types",3225 "sha3 0.10.8",3226]32273228[[package]]3229name = "exit-future"3230version = "0.2.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"3233dependencies = [3234 "futures",3235]32363237[[package]]3238name = "expander"3239version = "0.0.4"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"3242dependencies = [3243 "blake3",3244 "fs-err",3245 "proc-macro2",3246 "quote",3247]32483249[[package]]3250name = "expander"3251version = "0.0.6"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"3254dependencies = [3255 "blake2",3256 "fs-err",3257 "proc-macro2",3258 "quote",3259]32603261[[package]]3262name = "expander"3263version = "2.0.0"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"3266dependencies = [3267 "blake2",3268 "fs-err",3269 "proc-macro2",3270 "quote",3271 "syn 2.0.37",3272]32733274[[package]]3275name = "fake-simd"3276version = "0.1.2"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"32793280[[package]]3281name = "fallible-iterator"3282version = "0.2.0"3283source = "registry+https://github.com/rust-lang/crates.io-index"3284checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"32853286[[package]]3287name = "fastrand"3288version = "1.9.0"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"3291dependencies = [3292 "instant",3293]32943295[[package]]3296name = "fastrand"3297version = "2.0.1"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"33003301[[package]]3302name = "fatality"3303version = "0.0.6"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"3306dependencies = [3307 "fatality-proc-macro",3308 "thiserror",3309]33103311[[package]]3312name = "fatality-proc-macro"3313version = "0.0.6"3314source = "registry+https://github.com/rust-lang/crates.io-index"3315checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"3316dependencies = [3317 "expander 0.0.4",3318 "indexmap 1.9.3",3319 "proc-macro-crate",3320 "proc-macro2",3321 "quote",3322 "syn 1.0.109",3323 "thiserror",3324]33253326[[package]]3327name = "fc-api"3328version = "1.0.0-dev"3329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3330dependencies = [3331 "async-trait",3332 "fp-storage",3333 "parity-scale-codec",3334 "sp-core",3335 "sp-runtime",3336]33373338[[package]]3339name = "fc-consensus"3340version = "2.0.0-dev"3341source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3342dependencies = [3343 "async-trait",3344 "fp-consensus",3345 "fp-rpc",3346 "sc-consensus",3347 "sp-api",3348 "sp-block-builder",3349 "sp-consensus",3350 "sp-runtime",3351 "thiserror",3352]33533354[[package]]3355name = "fc-db"3356version = "2.0.0-dev"3357source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3358dependencies = [3359 "async-trait",3360 "fc-api",3361 "fp-storage",3362 "kvdb-rocksdb",3363 "log",3364 "parity-db",3365 "parity-scale-codec",3366 "parking_lot 0.12.1",3367 "sc-client-db",3368 "smallvec",3369 "sp-blockchain",3370 "sp-core",3371 "sp-database",3372 "sp-runtime",3373]33743375[[package]]3376name = "fc-mapping-sync"3377version = "2.0.0-dev"3378source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3379dependencies = [3380 "fc-db",3381 "fc-storage",3382 "fp-consensus",3383 "fp-rpc",3384 "futures",3385 "futures-timer",3386 "log",3387 "parking_lot 0.12.1",3388 "sc-client-api",3389 "sc-utils",3390 "sp-api",3391 "sp-blockchain",3392 "sp-consensus",3393 "sp-runtime",3394]33953396[[package]]3397name = "fc-rpc"3398version = "2.0.0-dev"3399source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3400dependencies = [3401 "ethereum",3402 "ethereum-types",3403 "evm",3404 "fc-api",3405 "fc-mapping-sync",3406 "fc-rpc-core",3407 "fc-storage",3408 "fp-evm",3409 "fp-rpc",3410 "fp-storage",3411 "futures",3412 "hex",3413 "jsonrpsee",3414 "libsecp256k1",3415 "log",3416 "pallet-evm",3417 "parity-scale-codec",3418 "prometheus",3419 "rand 0.8.5",3420 "rlp",3421 "sc-client-api",3422 "sc-consensus-aura",3423 "sc-network",3424 "sc-network-common",3425 "sc-network-sync",3426 "sc-rpc",3427 "sc-service",3428 "sc-transaction-pool",3429 "sc-transaction-pool-api",3430 "sc-utils",3431 "schnellru",3432 "serde",3433 "sp-api",3434 "sp-block-builder",3435 "sp-blockchain",3436 "sp-consensus",3437 "sp-consensus-aura",3438 "sp-core",3439 "sp-inherents",3440 "sp-io",3441 "sp-runtime",3442 "sp-state-machine",3443 "sp-storage",3444 "sp-timestamp",3445 "substrate-prometheus-endpoint",3446 "thiserror",3447 "tokio",3448]34493450[[package]]3451name = "fc-rpc-core"3452version = "1.1.0-dev"3453source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3454dependencies = [3455 "ethereum",3456 "ethereum-types",3457 "jsonrpsee",3458 "rustc-hex",3459 "serde",3460 "serde_json",3461]34623463[[package]]3464name = "fc-storage"3465version = "1.0.0-dev"3466source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3467dependencies = [3468 "ethereum",3469 "ethereum-types",3470 "fp-rpc",3471 "fp-storage",3472 "parity-scale-codec",3473 "sc-client-api",3474 "sp-api",3475 "sp-blockchain",3476 "sp-io",3477 "sp-runtime",3478 "sp-storage",3479]34803481[[package]]3482name = "fdlimit"3483version = "0.2.1"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"3486dependencies = [3487 "libc",3488]34893490[[package]]3491name = "ff"3492version = "0.12.1"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"3495dependencies = [3496 "rand_core 0.6.4",3497 "subtle",3498]34993500[[package]]3501name = "ff"3502version = "0.13.0"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"3505dependencies = [3506 "rand_core 0.6.4",3507 "subtle",3508]35093510[[package]]3511name = "fflonk"3512version = "0.1.0"3513source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40"3514dependencies = [3515 "ark-ec",3516 "ark-ff",3517 "ark-poly",3518 "ark-serialize",3519 "ark-std",3520 "merlin 3.0.0",3521]35223523[[package]]3524name = "fiat-crypto"3525version = "0.2.1"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"35283529[[package]]3530name = "file-per-thread-logger"3531version = "0.1.6"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"3534dependencies = [3535 "env_logger 0.10.0",3536 "log",3537]35383539[[package]]3540name = "filetime"3541version = "0.2.22"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"3544dependencies = [3545 "cfg-if",3546 "libc",3547 "redox_syscall 0.3.5",3548 "windows-sys 0.48.0",3549]35503551[[package]]3552name = "finality-grandpa"3553version = "0.16.2"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"3556dependencies = [3557 "either",3558 "futures",3559 "futures-timer",3560 "log",3561 "num-traits",3562 "parity-scale-codec",3563 "parking_lot 0.12.1",3564 "scale-info",3565]35663567[[package]]3568name = "fixed-hash"3569version = "0.8.0"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"3572dependencies = [3573 "byteorder",3574 "rand 0.8.5",3575 "rustc-hex",3576 "static_assertions",3577]35783579[[package]]3580name = "fixedbitset"3581version = "0.4.2"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"35843585[[package]]3586name = "flate2"3587version = "1.0.27"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"3590dependencies = [3591 "crc32fast",3592 "libz-sys",3593 "miniz_oxide",3594]35953596[[package]]3597name = "float-cmp"3598version = "0.9.0"3599source = "registry+https://github.com/rust-lang/crates.io-index"3600checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3601dependencies = [3602 "num-traits",3603]36043605[[package]]3606name = "fnv"3607version = "1.0.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"36103611[[package]]3612name = "fork-tree"3613version = "3.0.0"3614source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3615dependencies = [3616 "parity-scale-codec",3617]36183619[[package]]3620name = "form_urlencoded"3621version = "1.2.0"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"3624dependencies = [3625 "percent-encoding",3626]36273628[[package]]3629name = "fp-account"3630version = "1.0.0-dev"3631source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3632dependencies = [3633 "hex",3634 "impl-serde",3635 "libsecp256k1",3636 "log",3637 "parity-scale-codec",3638 "scale-info",3639 "serde",3640 "sp-core",3641 "sp-io",3642 "sp-runtime",3643 "sp-runtime-interface",3644 "sp-std",3645]36463647[[package]]3648name = "fp-consensus"3649version = "2.0.0-dev"3650source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3651dependencies = [3652 "ethereum",3653 "parity-scale-codec",3654 "sp-core",3655 "sp-runtime",3656 "sp-std",3657]36583659[[package]]3660name = "fp-ethereum"3661version = "1.0.0-dev"3662source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3663dependencies = [3664 "ethereum",3665 "ethereum-types",3666 "fp-evm",3667 "frame-support",3668 "parity-scale-codec",3669 "sp-std",3670]36713672[[package]]3673name = "fp-evm"3674version = "3.0.0-dev"3675source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3676dependencies = [3677 "evm",3678 "frame-support",3679 "num_enum",3680 "parity-scale-codec",3681 "scale-info",3682 "serde",3683 "sp-core",3684 "sp-runtime",3685 "sp-std",3686]36873688[[package]]3689name = "fp-rpc"3690version = "3.0.0-dev"3691source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3692dependencies = [3693 "ethereum",3694 "ethereum-types",3695 "fp-evm",3696 "parity-scale-codec",3697 "scale-info",3698 "sp-api",3699 "sp-core",3700 "sp-runtime",3701 "sp-state-machine",3702 "sp-std",3703]37043705[[package]]3706name = "fp-self-contained"3707version = "1.0.0-dev"3708source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3709dependencies = [3710 "frame-support",3711 "parity-scale-codec",3712 "scale-info",3713 "serde",3714 "sp-runtime",3715]37163717[[package]]3718name = "fp-storage"3719version = "2.0.0"3720source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3721dependencies = [3722 "parity-scale-codec",3723 "serde",3724]37253726[[package]]3727name = "fragile"3728version = "2.0.0"3729source = "registry+https://github.com/rust-lang/crates.io-index"3730checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"37313732[[package]]3733name = "frame-benchmarking"3734version = "4.0.0-dev"3735source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3736dependencies = [3737 "frame-support",3738 "frame-support-procedural",3739 "frame-system",3740 "linregress",3741 "log",3742 "parity-scale-codec",3743 "paste",3744 "scale-info",3745 "serde",3746 "sp-api",3747 "sp-application-crypto",3748 "sp-core",3749 "sp-io",3750 "sp-runtime",3751 "sp-runtime-interface",3752 "sp-std",3753 "sp-storage",3754 "static_assertions",3755]37563757[[package]]3758name = "frame-benchmarking-cli"3759version = "4.0.0-dev"3760source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3761dependencies = [3762 "Inflector",3763 "array-bytes",3764 "chrono",3765 "clap",3766 "comfy-table",3767 "frame-benchmarking",3768 "frame-support",3769 "frame-system",3770 "gethostname",3771 "handlebars",3772 "itertools 0.10.5",3773 "lazy_static",3774 "linked-hash-map",3775 "log",3776 "parity-scale-codec",3777 "rand 0.8.5",3778 "rand_pcg",3779 "sc-block-builder",3780 "sc-cli",3781 "sc-client-api",3782 "sc-client-db",3783 "sc-executor",3784 "sc-service",3785 "sc-sysinfo",3786 "serde",3787 "serde_json",3788 "sp-api",3789 "sp-blockchain",3790 "sp-core",3791 "sp-database",3792 "sp-externalities",3793 "sp-inherents",3794 "sp-io",3795 "sp-keystore",3796 "sp-runtime",3797 "sp-state-machine",3798 "sp-storage",3799 "sp-trie",3800 "sp-wasm-interface",3801 "thiserror",3802 "thousands",3803]38043805[[package]]3806name = "frame-election-provider-solution-type"3807version = "4.0.0-dev"3808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3809dependencies = [3810 "proc-macro-crate",3811 "proc-macro2",3812 "quote",3813 "syn 2.0.37",3814]38153816[[package]]3817name = "frame-election-provider-support"3818version = "4.0.0-dev"3819source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3820dependencies = [3821 "frame-election-provider-solution-type",3822 "frame-support",3823 "frame-system",3824 "parity-scale-codec",3825 "scale-info",3826 "sp-arithmetic",3827 "sp-core",3828 "sp-npos-elections",3829 "sp-runtime",3830 "sp-std",3831]38323833[[package]]3834name = "frame-executive"3835version = "4.0.0-dev"3836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3837dependencies = [3838 "frame-support",3839 "frame-system",3840 "frame-try-runtime",3841 "log",3842 "parity-scale-codec",3843 "scale-info",3844 "sp-core",3845 "sp-io",3846 "sp-runtime",3847 "sp-std",3848 "sp-tracing",3849]38503851[[package]]3852name = "frame-metadata"3853version = "16.0.0"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692"3856dependencies = [3857 "cfg-if",3858 "parity-scale-codec",3859 "scale-info",3860 "serde",3861]38623863[[package]]3864name = "frame-remote-externalities"3865version = "0.10.0-dev"3866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3867dependencies = [3868 "async-recursion",3869 "futures",3870 "indicatif",3871 "jsonrpsee",3872 "log",3873 "parity-scale-codec",3874 "serde",3875 "sp-core",3876 "sp-io",3877 "sp-runtime",3878 "sp-state-machine",3879 "spinners",3880 "substrate-rpc-client",3881 "tokio",3882 "tokio-retry",3883]38843885[[package]]3886name = "frame-support"3887version = "4.0.0-dev"3888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3889dependencies = [3890 "aquamarine",3891 "bitflags 1.3.2",3892 "docify",3893 "environmental",3894 "frame-metadata",3895 "frame-support-procedural",3896 "impl-trait-for-tuples",3897 "k256",3898 "log",3899 "macro_magic",3900 "parity-scale-codec",3901 "paste",3902 "scale-info",3903 "serde",3904 "serde_json",3905 "smallvec",3906 "sp-api",3907 "sp-arithmetic",3908 "sp-core",3909 "sp-core-hashing-proc-macro",3910 "sp-debug-derive",3911 "sp-genesis-builder",3912 "sp-inherents",3913 "sp-io",3914 "sp-metadata-ir",3915 "sp-runtime",3916 "sp-staking",3917 "sp-state-machine",3918 "sp-std",3919 "sp-tracing",3920 "sp-weights",3921 "static_assertions",3922 "tt-call",3923]39243925[[package]]3926name = "frame-support-procedural"3927version = "4.0.0-dev"3928source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3929dependencies = [3930 "Inflector",3931 "cfg-expr",3932 "derive-syn-parse",3933 "expander 2.0.0",3934 "frame-support-procedural-tools",3935 "itertools 0.10.5",3936 "macro_magic",3937 "proc-macro-warning",3938 "proc-macro2",3939 "quote",3940 "syn 2.0.37",3941]39423943[[package]]3944name = "frame-support-procedural-tools"3945version = "4.0.0-dev"3946source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3947dependencies = [3948 "frame-support-procedural-tools-derive",3949 "proc-macro-crate",3950 "proc-macro2",3951 "quote",3952 "syn 2.0.37",3953]39543955[[package]]3956name = "frame-support-procedural-tools-derive"3957version = "3.0.0"3958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3959dependencies = [3960 "proc-macro2",3961 "quote",3962 "syn 2.0.37",3963]39643965[[package]]3966name = "frame-system"3967version = "4.0.0-dev"3968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3969dependencies = [3970 "cfg-if",3971 "frame-support",3972 "log",3973 "parity-scale-codec",3974 "scale-info",3975 "serde",3976 "sp-core",3977 "sp-io",3978 "sp-runtime",3979 "sp-std",3980 "sp-version",3981 "sp-weights",3982]39833984[[package]]3985name = "frame-system-benchmarking"3986version = "4.0.0-dev"3987source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3988dependencies = [3989 "frame-benchmarking",3990 "frame-support",3991 "frame-system",3992 "parity-scale-codec",3993 "scale-info",3994 "sp-core",3995 "sp-runtime",3996 "sp-std",3997]39983999[[package]]4000name = "frame-system-rpc-runtime-api"4001version = "4.0.0-dev"4002source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4003dependencies = [4004 "parity-scale-codec",4005 "sp-api",4006]40074008[[package]]4009name = "frame-try-runtime"4010version = "0.10.0-dev"4011source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4012dependencies = [4013 "frame-support",4014 "parity-scale-codec",4015 "sp-api",4016 "sp-runtime",4017 "sp-std",4018]40194020[[package]]4021name = "fs-err"4022version = "2.9.0"4023source = "registry+https://github.com/rust-lang/crates.io-index"4024checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"40254026[[package]]4027name = "fs2"4028version = "0.4.3"4029source = "registry+https://github.com/rust-lang/crates.io-index"4030checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"4031dependencies = [4032 "libc",4033 "winapi",4034]40354036[[package]]4037name = "fs4"4038version = "0.6.6"4039source = "registry+https://github.com/rust-lang/crates.io-index"4040checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"4041dependencies = [4042 "rustix 0.38.15",4043 "windows-sys 0.48.0",4044]40454046[[package]]4047name = "funty"4048version = "2.0.0"4049source = "registry+https://github.com/rust-lang/crates.io-index"4050checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"40514052[[package]]4053name = "futures"4054version = "0.3.28"4055source = "registry+https://github.com/rust-lang/crates.io-index"4056checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"4057dependencies = [4058 "futures-channel",4059 "futures-core",4060 "futures-executor",4061 "futures-io",4062 "futures-sink",4063 "futures-task",4064 "futures-util",4065]40664067[[package]]4068name = "futures-channel"4069version = "0.3.28"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"4072dependencies = [4073 "futures-core",4074 "futures-sink",4075]40764077[[package]]4078name = "futures-core"4079version = "0.3.28"4080source = "registry+https://github.com/rust-lang/crates.io-index"4081checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"40824083[[package]]4084name = "futures-executor"4085version = "0.3.28"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"4088dependencies = [4089 "futures-core",4090 "futures-task",4091 "futures-util",4092 "num_cpus",4093]40944095[[package]]4096name = "futures-io"4097version = "0.3.28"4098source = "registry+https://github.com/rust-lang/crates.io-index"4099checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"41004101[[package]]4102name = "futures-lite"4103version = "1.13.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"4106dependencies = [4107 "fastrand 1.9.0",4108 "futures-core",4109 "futures-io",4110 "memchr",4111 "parking",4112 "pin-project-lite 0.2.13",4113 "waker-fn",4114]41154116[[package]]4117name = "futures-macro"4118version = "0.3.28"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"4121dependencies = [4122 "proc-macro2",4123 "quote",4124 "syn 2.0.37",4125]41264127[[package]]4128name = "futures-rustls"4129version = "0.22.2"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"4132dependencies = [4133 "futures-io",4134 "rustls 0.20.9",4135 "webpki 0.22.2",4136]41374138[[package]]4139name = "futures-sink"4140version = "0.3.28"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"41434144[[package]]4145name = "futures-task"4146version = "0.3.28"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"41494150[[package]]4151name = "futures-timer"4152version = "3.0.2"4153source = "registry+https://github.com/rust-lang/crates.io-index"4154checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"41554156[[package]]4157name = "futures-util"4158version = "0.3.28"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"4161dependencies = [4162 "futures-channel",4163 "futures-core",4164 "futures-io",4165 "futures-macro",4166 "futures-sink",4167 "futures-task",4168 "memchr",4169 "pin-project-lite 0.2.13",4170 "pin-utils",4171 "slab",4172]41734174[[package]]4175name = "fxhash"4176version = "0.2.1"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"4179dependencies = [4180 "byteorder",4181]41824183[[package]]4184name = "generic-array"4185version = "0.12.4"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"4188dependencies = [4189 "typenum",4190]41914192[[package]]4193name = "generic-array"4194version = "0.14.7"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"4197dependencies = [4198 "typenum",4199 "version_check",4200 "zeroize",4201]42024203[[package]]4204name = "gethostname"4205version = "0.2.3"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"4208dependencies = [4209 "libc",4210 "winapi",4211]42124213[[package]]4214name = "getrandom"4215version = "0.1.16"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"4218dependencies = [4219 "cfg-if",4220 "libc",4221 "wasi 0.9.0+wasi-snapshot-preview1",4222]42234224[[package]]4225name = "getrandom"4226version = "0.2.10"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"4229dependencies = [4230 "cfg-if",4231 "libc",4232 "wasi 0.11.0+wasi-snapshot-preview1",4233]42344235[[package]]4236name = "ghash"4237version = "0.4.4"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"4240dependencies = [4241 "opaque-debug 0.3.0",4242 "polyval 0.5.3",4243]42444245[[package]]4246name = "ghash"4247version = "0.5.0"4248source = "registry+https://github.com/rust-lang/crates.io-index"4249checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"4250dependencies = [4251 "opaque-debug 0.3.0",4252 "polyval 0.6.1",4253]42544255[[package]]4256name = "gimli"4257version = "0.27.3"4258source = "registry+https://github.com/rust-lang/crates.io-index"4259checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"4260dependencies = [4261 "fallible-iterator",4262 "indexmap 1.9.3",4263 "stable_deref_trait",4264]42654266[[package]]4267name = "gimli"4268version = "0.28.0"4269source = "registry+https://github.com/rust-lang/crates.io-index"4270checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"42714272[[package]]4273name = "glob"4274version = "0.3.1"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"42774278[[package]]4279name = "globset"4280version = "0.4.13"4281source = "registry+https://github.com/rust-lang/crates.io-index"4282checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"4283dependencies = [4284 "aho-corasick",4285 "bstr",4286 "fnv",4287 "log",4288 "regex",4289]42904291[[package]]4292name = "group"4293version = "0.12.1"4294source = "registry+https://github.com/rust-lang/crates.io-index"4295checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"4296dependencies = [4297 "ff 0.12.1",4298 "rand_core 0.6.4",4299 "subtle",4300]43014302[[package]]4303name = "group"4304version = "0.13.0"4305source = "registry+https://github.com/rust-lang/crates.io-index"4306checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"4307dependencies = [4308 "ff 0.13.0",4309 "rand_core 0.6.4",4310 "subtle",4311]43124313[[package]]4314name = "h2"4315version = "0.3.21"4316source = "registry+https://github.com/rust-lang/crates.io-index"4317checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"4318dependencies = [4319 "bytes",4320 "fnv",4321 "futures-core",4322 "futures-sink",4323 "futures-util",4324 "http",4325 "indexmap 1.9.3",4326 "slab",4327 "tokio",4328 "tokio-util",4329 "tracing",4330]43314332[[package]]4333name = "handlebars"4334version = "4.4.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"4337dependencies = [4338 "log",4339 "pest",4340 "pest_derive",4341 "serde",4342 "serde_json",4343 "thiserror",4344]43454346[[package]]4347name = "hash-db"4348version = "0.15.2"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"43514352[[package]]4353name = "hash-db"4354version = "0.16.0"4355source = "registry+https://github.com/rust-lang/crates.io-index"4356checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"43574358[[package]]4359name = "hash256-std-hasher"4360version = "0.15.2"4361source = "registry+https://github.com/rust-lang/crates.io-index"4362checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"4363dependencies = [4364 "crunchy",4365]43664367[[package]]4368name = "hashbrown"4369version = "0.12.3"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"4372dependencies = [4373 "ahash 0.7.6",4374]43754376[[package]]4377name = "hashbrown"4378version = "0.13.2"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"4381dependencies = [4382 "ahash 0.8.3",4383]43844385[[package]]4386name = "hashbrown"4387version = "0.14.1"4388source = "registry+https://github.com/rust-lang/crates.io-index"4389checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"4390dependencies = [4391 "ahash 0.8.3",4392 "allocator-api2",4393 "serde",4394]43954396[[package]]4397name = "heck"4398version = "0.4.1"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"44014402[[package]]4403name = "hermit-abi"4404version = "0.1.19"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"4407dependencies = [4408 "libc",4409]44104411[[package]]4412name = "hermit-abi"4413version = "0.3.3"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"44164417[[package]]4418name = "hex"4419version = "0.4.3"4420source = "registry+https://github.com/rust-lang/crates.io-index"4421checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"44224423[[package]]4424name = "hex-literal"4425version = "0.4.1"4426source = "registry+https://github.com/rust-lang/crates.io-index"4427checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"44284429[[package]]4430name = "hkdf"4431version = "0.12.3"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"4434dependencies = [4435 "hmac 0.12.1",4436]44374438[[package]]4439name = "hmac"4440version = "0.8.1"4441source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"4443dependencies = [4444 "crypto-mac 0.8.0",4445 "digest 0.9.0",4446]44474448[[package]]4449name = "hmac"4450version = "0.11.0"4451source = "registry+https://github.com/rust-lang/crates.io-index"4452checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"4453dependencies = [4454 "crypto-mac 0.11.1",4455 "digest 0.9.0",4456]44574458[[package]]4459name = "hmac"4460version = "0.12.1"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"4463dependencies = [4464 "digest 0.10.7",4465]44664467[[package]]4468name = "hmac-drbg"4469version = "0.3.0"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"4472dependencies = [4473 "digest 0.9.0",4474 "generic-array 0.14.7",4475 "hmac 0.8.1",4476]44774478[[package]]4479name = "home"4480version = "0.5.5"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"4483dependencies = [4484 "windows-sys 0.48.0",4485]44864487[[package]]4488name = "hostname"4489version = "0.3.1"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"4492dependencies = [4493 "libc",4494 "match_cfg",4495 "winapi",4496]44974498[[package]]4499name = "http"4500version = "0.2.9"4501source = "registry+https://github.com/rust-lang/crates.io-index"4502checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"4503dependencies = [4504 "bytes",4505 "fnv",4506 "itoa",4507]45084509[[package]]4510name = "http-body"4511version = "0.4.5"4512source = "registry+https://github.com/rust-lang/crates.io-index"4513checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"4514dependencies = [4515 "bytes",4516 "http",4517 "pin-project-lite 0.2.13",4518]45194520[[package]]4521name = "http-range-header"4522version = "0.3.1"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"45254526[[package]]4527name = "httparse"4528version = "1.8.0"4529source = "registry+https://github.com/rust-lang/crates.io-index"4530checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"45314532[[package]]4533name = "httpdate"4534version = "1.0.3"4535source = "registry+https://github.com/rust-lang/crates.io-index"4536checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"45374538[[package]]4539name = "humantime"4540version = "2.1.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"45434544[[package]]4545name = "hyper"4546version = "0.14.27"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"4549dependencies = [4550 "bytes",4551 "futures-channel",4552 "futures-core",4553 "futures-util",4554 "h2",4555 "http",4556 "http-body",4557 "httparse",4558 "httpdate",4559 "itoa",4560 "pin-project-lite 0.2.13",4561 "socket2 0.4.9",4562 "tokio",4563 "tower-service",4564 "tracing",4565 "want",4566]45674568[[package]]4569name = "hyper-rustls"4570version = "0.24.1"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"4573dependencies = [4574 "futures-util",4575 "http",4576 "hyper",4577 "log",4578 "rustls 0.21.7",4579 "rustls-native-certs",4580 "tokio",4581 "tokio-rustls",4582 "webpki-roots 0.23.1",4583]45844585[[package]]4586name = "iana-time-zone"4587version = "0.1.57"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"4590dependencies = [4591 "android_system_properties",4592 "core-foundation-sys",4593 "iana-time-zone-haiku",4594 "js-sys",4595 "wasm-bindgen",4596 "windows 0.48.0",4597]45984599[[package]]4600name = "iana-time-zone-haiku"4601version = "0.1.2"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"4604dependencies = [4605 "cc",4606]46074608[[package]]4609name = "ident_case"4610version = "1.0.1"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"46134614[[package]]4615name = "idna"4616version = "0.2.3"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4619dependencies = [4620 "matches",4621 "unicode-bidi",4622 "unicode-normalization",4623]46244625[[package]]4626name = "idna"4627version = "0.4.0"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"4630dependencies = [4631 "unicode-bidi",4632 "unicode-normalization",4633]46344635[[package]]4636name = "if-addrs"4637version = "0.7.0"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"4640dependencies = [4641 "libc",4642 "winapi",4643]46444645[[package]]4646name = "if-watch"4647version = "3.0.1"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4650dependencies = [4651 "async-io",4652 "core-foundation",4653 "fnv",4654 "futures",4655 "if-addrs",4656 "ipnet",4657 "log",4658 "rtnetlink",4659 "system-configuration",4660 "tokio",4661 "windows 0.34.0",4662]46634664[[package]]4665name = "impl-codec"4666version = "0.6.0"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4669dependencies = [4670 "parity-scale-codec",4671]46724673[[package]]4674name = "impl-rlp"4675version = "0.3.0"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4678dependencies = [4679 "rlp",4680]46814682[[package]]4683name = "impl-serde"4684version = "0.4.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4687dependencies = [4688 "serde",4689]46904691[[package]]4692name = "impl-trait-for-tuples"4693version = "0.2.2"4694source = "registry+https://github.com/rust-lang/crates.io-index"4695checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4696dependencies = [4697 "proc-macro2",4698 "quote",4699 "syn 1.0.109",4700]47014702[[package]]4703name = "include_dir"4704version = "0.7.3"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"4707dependencies = [4708 "include_dir_macros",4709]47104711[[package]]4712name = "include_dir_macros"4713version = "0.7.3"4714source = "registry+https://github.com/rust-lang/crates.io-index"4715checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"4716dependencies = [4717 "proc-macro2",4718 "quote",4719]47204721[[package]]4722name = "indexmap"4723version = "1.9.3"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4726dependencies = [4727 "autocfg",4728 "hashbrown 0.12.3",4729 "serde",4730]47314732[[package]]4733name = "indexmap"4734version = "2.0.2"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"4737dependencies = [4738 "equivalent",4739 "hashbrown 0.14.1",4740]47414742[[package]]4743name = "indexmap-nostd"4744version = "0.4.0"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"47474748[[package]]4749name = "indicatif"4750version = "0.17.7"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"4753dependencies = [4754 "console",4755 "instant",4756 "number_prefix",4757 "portable-atomic",4758 "unicode-width",4759]47604761[[package]]4762name = "inout"4763version = "0.1.3"4764source = "registry+https://github.com/rust-lang/crates.io-index"4765checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4766dependencies = [4767 "generic-array 0.14.7",4768]47694770[[package]]4771name = "instant"4772version = "0.1.12"4773source = "registry+https://github.com/rust-lang/crates.io-index"4774checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4775dependencies = [4776 "cfg-if",4777]47784779[[package]]4780name = "integer-encoding"4781version = "3.0.4"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"47844785[[package]]4786name = "integer-sqrt"4787version = "0.1.5"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4790dependencies = [4791 "num-traits",4792]47934794[[package]]4795name = "interceptor"4796version = "0.8.2"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"4799dependencies = [4800 "async-trait",4801 "bytes",4802 "log",4803 "rand 0.8.5",4804 "rtcp",4805 "rtp",4806 "thiserror",4807 "tokio",4808 "waitgroup",4809 "webrtc-srtp",4810 "webrtc-util",4811]48124813[[package]]4814name = "io-lifetimes"4815version = "1.0.11"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"4818dependencies = [4819 "hermit-abi 0.3.3",4820 "libc",4821 "windows-sys 0.48.0",4822]48234824[[package]]4825name = "ip_network"4826version = "0.4.1"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"48294830[[package]]4831name = "ipconfig"4832version = "0.3.2"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"4835dependencies = [4836 "socket2 0.5.4",4837 "widestring",4838 "windows-sys 0.48.0",4839 "winreg",4840]48414842[[package]]4843name = "ipnet"4844version = "2.8.0"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"48474848[[package]]4849name = "is-terminal"4850version = "0.4.9"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"4853dependencies = [4854 "hermit-abi 0.3.3",4855 "rustix 0.38.15",4856 "windows-sys 0.48.0",4857]48584859[[package]]4860name = "is_executable"4861version = "1.0.1"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8"4864dependencies = [4865 "winapi",4866]48674868[[package]]4869name = "itertools"4870version = "0.10.5"4871source = "registry+https://github.com/rust-lang/crates.io-index"4872checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4873dependencies = [4874 "either",4875]48764877[[package]]4878name = "itertools"4879version = "0.11.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"4882dependencies = [4883 "either",4884]48854886[[package]]4887name = "itoa"4888version = "1.0.9"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"48914892[[package]]4893name = "jobserver"4894version = "0.1.26"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4897dependencies = [4898 "libc",4899]49004901[[package]]4902name = "js-sys"4903version = "0.3.64"4904source = "registry+https://github.com/rust-lang/crates.io-index"4905checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"4906dependencies = [4907 "wasm-bindgen",4908]49094910[[package]]4911name = "jsonrpsee"4912version = "0.16.3"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b"4915dependencies = [4916 "jsonrpsee-core",4917 "jsonrpsee-http-client",4918 "jsonrpsee-proc-macros",4919 "jsonrpsee-server",4920 "jsonrpsee-types",4921 "jsonrpsee-ws-client",4922 "tracing",4923]49244925[[package]]4926name = "jsonrpsee-client-transport"4927version = "0.16.3"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a"4930dependencies = [4931 "futures-util",4932 "http",4933 "jsonrpsee-core",4934 "jsonrpsee-types",4935 "pin-project",4936 "rustls-native-certs",4937 "soketto",4938 "thiserror",4939 "tokio",4940 "tokio-rustls",4941 "tokio-util",4942 "tracing",4943 "webpki-roots 0.25.2",4944]49454946[[package]]4947name = "jsonrpsee-core"4948version = "0.16.3"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803"4951dependencies = [4952 "anyhow",4953 "arrayvec 0.7.4",4954 "async-lock",4955 "async-trait",4956 "beef",4957 "futures-channel",4958 "futures-timer",4959 "futures-util",4960 "globset",4961 "hyper",4962 "jsonrpsee-types",4963 "parking_lot 0.12.1",4964 "rand 0.8.5",4965 "rustc-hash",4966 "serde",4967 "serde_json",4968 "soketto",4969 "thiserror",4970 "tokio",4971 "tracing",4972]49734974[[package]]4975name = "jsonrpsee-http-client"4976version = "0.16.3"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43"4979dependencies = [4980 "async-trait",4981 "hyper",4982 "hyper-rustls",4983 "jsonrpsee-core",4984 "jsonrpsee-types",4985 "rustc-hash",4986 "serde",4987 "serde_json",4988 "thiserror",4989 "tokio",4990 "tracing",4991]49924993[[package]]4994name = "jsonrpsee-proc-macros"4995version = "0.16.3"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"4998dependencies = [4999 "heck",5000 "proc-macro-crate",5001 "proc-macro2",5002 "quote",5003 "syn 1.0.109",5004]50055006[[package]]5007name = "jsonrpsee-server"5008version = "0.16.3"5009source = "registry+https://github.com/rust-lang/crates.io-index"5010checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba"5011dependencies = [5012 "futures-channel",5013 "futures-util",5014 "http",5015 "hyper",5016 "jsonrpsee-core",5017 "jsonrpsee-types",5018 "serde",5019 "serde_json",5020 "soketto",5021 "tokio",5022 "tokio-stream",5023 "tokio-util",5024 "tower",5025 "tracing",5026]50275028[[package]]5029name = "jsonrpsee-types"5030version = "0.16.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5"5033dependencies = [5034 "anyhow",5035 "beef",5036 "serde",5037 "serde_json",5038 "thiserror",5039 "tracing",5040]50415042[[package]]5043name = "jsonrpsee-ws-client"5044version = "0.16.3"5045source = "registry+https://github.com/rust-lang/crates.io-index"5046checksum = "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e"5047dependencies = [5048 "http",5049 "jsonrpsee-client-transport",5050 "jsonrpsee-core",5051 "jsonrpsee-types",5052]50535054[[package]]5055name = "k256"5056version = "0.13.1"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"5059dependencies = [5060 "cfg-if",5061 "ecdsa 0.16.8",5062 "elliptic-curve 0.13.5",5063 "once_cell",5064 "sha2 0.10.8",5065]50665067[[package]]5068name = "keccak"5069version = "0.1.4"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"5072dependencies = [5073 "cpufeatures",5074]50755076[[package]]5077name = "kusama-runtime-constants"5078version = "1.0.0"5079source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"5080dependencies = [5081 "frame-support",5082 "polkadot-primitives",5083 "polkadot-runtime-common",5084 "smallvec",5085 "sp-core",5086 "sp-runtime",5087 "sp-weights",5088]50895090[[package]]5091name = "kvdb"5092version = "0.13.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"5095dependencies = [5096 "smallvec",5097]50985099[[package]]5100name = "kvdb-memorydb"5101version = "0.13.0"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"5104dependencies = [5105 "kvdb",5106 "parking_lot 0.12.1",5107]51085109[[package]]5110name = "kvdb-rocksdb"5111version = "0.19.0"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"5114dependencies = [5115 "kvdb",5116 "num_cpus",5117 "parking_lot 0.12.1",5118 "regex",5119 "rocksdb",5120 "smallvec",5121]51225123[[package]]5124name = "landlock"5125version = "0.2.0"5126source = "registry+https://github.com/rust-lang/crates.io-index"5127checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068"5128dependencies = [5129 "enumflags2",5130 "libc",5131 "thiserror",5132]51335134[[package]]5135name = "lazy_static"5136version = "1.4.0"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"51395140[[package]]5141name = "lazycell"5142version = "1.3.0"5143source = "registry+https://github.com/rust-lang/crates.io-index"5144checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"51455146[[package]]5147name = "libc"5148version = "0.2.148"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"51515152[[package]]5153name = "libloading"5154version = "0.7.4"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"5157dependencies = [5158 "cfg-if",5159 "winapi",5160]51615162[[package]]5163name = "libm"5164version = "0.2.7"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"51675168[[package]]5169name = "libp2p"5170version = "0.51.3"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097"5173dependencies = [5174 "bytes",5175 "futures",5176 "futures-timer",5177 "getrandom 0.2.10",5178 "instant",5179 "libp2p-allow-block-list",5180 "libp2p-connection-limits",5181 "libp2p-core",5182 "libp2p-dns",5183 "libp2p-identify",5184 "libp2p-identity",5185 "libp2p-kad",5186 "libp2p-mdns",5187 "libp2p-metrics",5188 "libp2p-noise",5189 "libp2p-ping",5190 "libp2p-quic",5191 "libp2p-request-response",5192 "libp2p-swarm",5193 "libp2p-tcp",5194 "libp2p-wasm-ext",5195 "libp2p-webrtc",5196 "libp2p-websocket",5197 "libp2p-yamux",5198 "multiaddr",5199 "pin-project",5200]52015202[[package]]5203name = "libp2p-allow-block-list"5204version = "0.1.1"5205source = "registry+https://github.com/rust-lang/crates.io-index"5206checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"5207dependencies = [5208 "libp2p-core",5209 "libp2p-identity",5210 "libp2p-swarm",5211 "void",5212]52135214[[package]]5215name = "libp2p-connection-limits"5216version = "0.1.0"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"5219dependencies = [5220 "libp2p-core",5221 "libp2p-identity",5222 "libp2p-swarm",5223 "void",5224]52255226[[package]]5227name = "libp2p-core"5228version = "0.39.2"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"5231dependencies = [5232 "either",5233 "fnv",5234 "futures",5235 "futures-timer",5236 "instant",5237 "libp2p-identity",5238 "log",5239 "multiaddr",5240 "multihash",5241 "multistream-select",5242 "once_cell",5243 "parking_lot 0.12.1",5244 "pin-project",5245 "quick-protobuf",5246 "rand 0.8.5",5247 "rw-stream-sink",5248 "smallvec",5249 "thiserror",5250 "unsigned-varint",5251 "void",5252]52535254[[package]]5255name = "libp2p-dns"5256version = "0.39.0"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"5259dependencies = [5260 "futures",5261 "libp2p-core",5262 "log",5263 "parking_lot 0.12.1",5264 "smallvec",5265 "trust-dns-resolver",5266]52675268[[package]]5269name = "libp2p-identify"5270version = "0.42.2"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"5273dependencies = [5274 "asynchronous-codec",5275 "either",5276 "futures",5277 "futures-timer",5278 "libp2p-core",5279 "libp2p-identity",5280 "libp2p-swarm",5281 "log",5282 "lru 0.10.1",5283 "quick-protobuf",5284 "quick-protobuf-codec",5285 "smallvec",5286 "thiserror",5287 "void",5288]52895290[[package]]5291name = "libp2p-identity"5292version = "0.1.3"5293source = "registry+https://github.com/rust-lang/crates.io-index"5294checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"5295dependencies = [5296 "bs58 0.4.0",5297 "ed25519-dalek",5298 "log",5299 "multiaddr",5300 "multihash",5301 "quick-protobuf",5302 "rand 0.8.5",5303 "sha2 0.10.8",5304 "thiserror",5305 "zeroize",5306]53075308[[package]]5309name = "libp2p-kad"5310version = "0.43.3"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"5313dependencies = [5314 "arrayvec 0.7.4",5315 "asynchronous-codec",5316 "bytes",5317 "either",5318 "fnv",5319 "futures",5320 "futures-timer",5321 "instant",5322 "libp2p-core",5323 "libp2p-identity",5324 "libp2p-swarm",5325 "log",5326 "quick-protobuf",5327 "rand 0.8.5",5328 "sha2 0.10.8",5329 "smallvec",5330 "thiserror",5331 "uint",5332 "unsigned-varint",5333 "void",5334]53355336[[package]]5337name = "libp2p-mdns"5338version = "0.43.1"5339source = "registry+https://github.com/rust-lang/crates.io-index"5340checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"5341dependencies = [5342 "data-encoding",5343 "futures",5344 "if-watch",5345 "libp2p-core",5346 "libp2p-identity",5347 "libp2p-swarm",5348 "log",5349 "rand 0.8.5",5350 "smallvec",5351 "socket2 0.4.9",5352 "tokio",5353 "trust-dns-proto",5354 "void",5355]53565357[[package]]5358name = "libp2p-metrics"5359version = "0.12.0"5360source = "registry+https://github.com/rust-lang/crates.io-index"5361checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"5362dependencies = [5363 "libp2p-core",5364 "libp2p-identify",5365 "libp2p-kad",5366 "libp2p-ping",5367 "libp2p-swarm",5368 "prometheus-client",5369]53705371[[package]]5372name = "libp2p-noise"5373version = "0.42.2"5374source = "registry+https://github.com/rust-lang/crates.io-index"5375checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"5376dependencies = [5377 "bytes",5378 "curve25519-dalek 3.2.0",5379 "futures",5380 "libp2p-core",5381 "libp2p-identity",5382 "log",5383 "once_cell",5384 "quick-protobuf",5385 "rand 0.8.5",5386 "sha2 0.10.8",5387 "snow",5388 "static_assertions",5389 "thiserror",5390 "x25519-dalek 1.1.1",5391 "zeroize",5392]53935394[[package]]5395name = "libp2p-ping"5396version = "0.42.0"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"5399dependencies = [5400 "either",5401 "futures",5402 "futures-timer",5403 "instant",5404 "libp2p-core",5405 "libp2p-swarm",5406 "log",5407 "rand 0.8.5",5408 "void",5409]54105411[[package]]5412name = "libp2p-quic"5413version = "0.7.0-alpha.3"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"5416dependencies = [5417 "bytes",5418 "futures",5419 "futures-timer",5420 "if-watch",5421 "libp2p-core",5422 "libp2p-identity",5423 "libp2p-tls",5424 "log",5425 "parking_lot 0.12.1",5426 "quinn-proto",5427 "rand 0.8.5",5428 "rustls 0.20.9",5429 "thiserror",5430 "tokio",5431]54325433[[package]]5434name = "libp2p-request-response"5435version = "0.24.1"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"5438dependencies = [5439 "async-trait",5440 "futures",5441 "instant",5442 "libp2p-core",5443 "libp2p-identity",5444 "libp2p-swarm",5445 "rand 0.8.5",5446 "smallvec",5447]54485449[[package]]5450name = "libp2p-swarm"5451version = "0.42.2"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"5454dependencies = [5455 "either",5456 "fnv",5457 "futures",5458 "futures-timer",5459 "instant",5460 "libp2p-core",5461 "libp2p-identity",5462 "libp2p-swarm-derive",5463 "log",5464 "rand 0.8.5",5465 "smallvec",5466 "tokio",5467 "void",5468]54695470[[package]]5471name = "libp2p-swarm-derive"5472version = "0.32.0"5473source = "registry+https://github.com/rust-lang/crates.io-index"5474checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"5475dependencies = [5476 "heck",5477 "quote",5478 "syn 1.0.109",5479]54805481[[package]]5482name = "libp2p-tcp"5483version = "0.39.0"5484source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"5486dependencies = [5487 "futures",5488 "futures-timer",5489 "if-watch",5490 "libc",5491 "libp2p-core",5492 "log",5493 "socket2 0.4.9",5494 "tokio",5495]54965497[[package]]5498name = "libp2p-tls"5499version = "0.1.0"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"5502dependencies = [5503 "futures",5504 "futures-rustls",5505 "libp2p-core",5506 "libp2p-identity",5507 "rcgen 0.10.0",5508 "ring 0.16.20",5509 "rustls 0.20.9",5510 "thiserror",5511 "webpki 0.22.2",5512 "x509-parser 0.14.0",5513 "yasna",5514]55155516[[package]]5517name = "libp2p-wasm-ext"5518version = "0.39.0"5519source = "registry+https://github.com/rust-lang/crates.io-index"5520checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"5521dependencies = [5522 "futures",5523 "js-sys",5524 "libp2p-core",5525 "parity-send-wrapper",5526 "wasm-bindgen",5527 "wasm-bindgen-futures",5528]55295530[[package]]5531name = "libp2p-webrtc"5532version = "0.4.0-alpha.4"5533source = "registry+https://github.com/rust-lang/crates.io-index"5534checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8"5535dependencies = [5536 "async-trait",5537 "asynchronous-codec",5538 "bytes",5539 "futures",5540 "futures-timer",5541 "hex",5542 "if-watch",5543 "libp2p-core",5544 "libp2p-identity",5545 "libp2p-noise",5546 "log",5547 "multihash",5548 "quick-protobuf",5549 "quick-protobuf-codec",5550 "rand 0.8.5",5551 "rcgen 0.9.3",5552 "serde",5553 "stun",5554 "thiserror",5555 "tinytemplate",5556 "tokio",5557 "tokio-util",5558 "webrtc",5559]55605561[[package]]5562name = "libp2p-websocket"5563version = "0.41.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"5566dependencies = [5567 "either",5568 "futures",5569 "futures-rustls",5570 "libp2p-core",5571 "log",5572 "parking_lot 0.12.1",5573 "quicksink",5574 "rw-stream-sink",5575 "soketto",5576 "url",5577 "webpki-roots 0.22.6",5578]55795580[[package]]5581name = "libp2p-yamux"5582version = "0.43.1"5583source = "registry+https://github.com/rust-lang/crates.io-index"5584checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"5585dependencies = [5586 "futures",5587 "libp2p-core",5588 "log",5589 "thiserror",5590 "yamux",5591]55925593[[package]]5594name = "librocksdb-sys"5595version = "0.11.0+8.1.1"5596source = "registry+https://github.com/rust-lang/crates.io-index"5597checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"5598dependencies = [5599 "bindgen",5600 "bzip2-sys",5601 "cc",5602 "glob",5603 "libc",5604 "libz-sys",5605 "tikv-jemalloc-sys",5606]56075608[[package]]5609name = "libsecp256k1"5610version = "0.7.1"5611source = "registry+https://github.com/rust-lang/crates.io-index"5612checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5613dependencies = [5614 "arrayref",5615 "base64 0.13.1",5616 "digest 0.9.0",5617 "hmac-drbg",5618 "libsecp256k1-core",5619 "libsecp256k1-gen-ecmult",5620 "libsecp256k1-gen-genmult",5621 "rand 0.8.5",5622 "serde",5623 "sha2 0.9.9",5624 "typenum",5625]56265627[[package]]5628name = "libsecp256k1-core"5629version = "0.3.0"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5632dependencies = [5633 "crunchy",5634 "digest 0.9.0",5635 "subtle",5636]56375638[[package]]5639name = "libsecp256k1-gen-ecmult"5640version = "0.3.0"5641source = "registry+https://github.com/rust-lang/crates.io-index"5642checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5643dependencies = [5644 "libsecp256k1-core",5645]56465647[[package]]5648name = "libsecp256k1-gen-genmult"5649version = "0.3.0"5650source = "registry+https://github.com/rust-lang/crates.io-index"5651checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5652dependencies = [5653 "libsecp256k1-core",5654]56555656[[package]]5657name = "libz-sys"5658version = "1.1.12"5659source = "registry+https://github.com/rust-lang/crates.io-index"5660checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"5661dependencies = [5662 "cc",5663 "pkg-config",5664 "vcpkg",5665]56665667[[package]]5668name = "link-cplusplus"5669version = "1.0.9"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"5672dependencies = [5673 "cc",5674]56755676[[package]]5677name = "linked-hash-map"5678version = "0.5.6"5679source = "registry+https://github.com/rust-lang/crates.io-index"5680checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"56815682[[package]]5683name = "linked_hash_set"5684version = "0.1.4"5685source = "registry+https://github.com/rust-lang/crates.io-index"5686checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5687dependencies = [5688 "linked-hash-map",5689]56905691[[package]]5692name = "linregress"5693version = "0.5.3"5694source = "registry+https://github.com/rust-lang/crates.io-index"5695checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2"5696dependencies = [5697 "nalgebra",5698]56995700[[package]]5701name = "linux-raw-sys"5702version = "0.1.4"5703source = "registry+https://github.com/rust-lang/crates.io-index"5704checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"57055706[[package]]5707name = "linux-raw-sys"5708version = "0.3.8"5709source = "registry+https://github.com/rust-lang/crates.io-index"5710checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"57115712[[package]]5713name = "linux-raw-sys"5714version = "0.4.8"5715source = "registry+https://github.com/rust-lang/crates.io-index"5716checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"57175718[[package]]5719name = "lock_api"5720version = "0.4.10"5721source = "registry+https://github.com/rust-lang/crates.io-index"5722checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"5723dependencies = [5724 "autocfg",5725 "scopeguard",5726]57275728[[package]]5729name = "log"5730version = "0.4.20"5731source = "registry+https://github.com/rust-lang/crates.io-index"5732checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"57335734[[package]]5735name = "lru"5736version = "0.10.1"5737source = "registry+https://github.com/rust-lang/crates.io-index"5738checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"5739dependencies = [5740 "hashbrown 0.13.2",5741]57425743[[package]]5744name = "lru"5745version = "0.11.1"5746source = "registry+https://github.com/rust-lang/crates.io-index"5747checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"57485749[[package]]5750name = "lru-cache"5751version = "0.1.2"5752source = "registry+https://github.com/rust-lang/crates.io-index"5753checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5754dependencies = [5755 "linked-hash-map",5756]57575758[[package]]5759name = "lz4"5760version = "1.24.0"5761source = "registry+https://github.com/rust-lang/crates.io-index"5762checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5763dependencies = [5764 "libc",5765 "lz4-sys",5766]57675768[[package]]5769name = "lz4-sys"5770version = "1.9.4"5771source = "registry+https://github.com/rust-lang/crates.io-index"5772checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5773dependencies = [5774 "cc",5775 "libc",5776]57775778[[package]]5779name = "mach"5780version = "0.3.2"5781source = "registry+https://github.com/rust-lang/crates.io-index"5782checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5783dependencies = [5784 "libc",5785]57865787[[package]]5788name = "macro_magic"5789version = "0.4.2"5790source = "registry+https://github.com/rust-lang/crates.io-index"5791checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9"5792dependencies = [5793 "macro_magic_core",5794 "macro_magic_macros",5795 "quote",5796 "syn 2.0.37",5797]57985799[[package]]5800name = "macro_magic_core"5801version = "0.4.2"5802source = "registry+https://github.com/rust-lang/crates.io-index"5803checksum = "7e766a20fd9c72bab3e1e64ed63f36bd08410e75803813df210d1ce297d7ad00"5804dependencies = [5805 "const-random",5806 "derive-syn-parse",5807 "macro_magic_core_macros",5808 "proc-macro2",5809 "quote",5810 "syn 2.0.37",5811]58125813[[package]]5814name = "macro_magic_core_macros"5815version = "0.4.2"5816source = "registry+https://github.com/rust-lang/crates.io-index"5817checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b"5818dependencies = [5819 "proc-macro2",5820 "quote",5821 "syn 2.0.37",5822]58235824[[package]]5825name = "macro_magic_macros"5826version = "0.4.2"5827source = "registry+https://github.com/rust-lang/crates.io-index"5828checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a"5829dependencies = [5830 "macro_magic_core",5831 "quote",5832 "syn 2.0.37",5833]58345835[[package]]5836name = "maplit"5837version = "1.0.2"5838source = "registry+https://github.com/rust-lang/crates.io-index"5839checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"58405841[[package]]5842name = "match_cfg"5843version = "0.1.0"5844source = "registry+https://github.com/rust-lang/crates.io-index"5845checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"58465847[[package]]5848name = "matchers"5849version = "0.0.1"5850source = "registry+https://github.com/rust-lang/crates.io-index"5851checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5852dependencies = [5853 "regex-automata 0.1.10",5854]58555856[[package]]5857name = "matches"5858version = "0.1.10"5859source = "registry+https://github.com/rust-lang/crates.io-index"5860checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"58615862[[package]]5863name = "matrixmultiply"5864version = "0.3.8"5865source = "registry+https://github.com/rust-lang/crates.io-index"5866checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"5867dependencies = [5868 "autocfg",5869 "rawpointer",5870]58715872[[package]]5873name = "md-5"5874version = "0.10.6"5875source = "registry+https://github.com/rust-lang/crates.io-index"5876checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"5877dependencies = [5878 "cfg-if",5879 "digest 0.10.7",5880]58815882[[package]]5883name = "memchr"5884version = "2.6.4"5885source = "registry+https://github.com/rust-lang/crates.io-index"5886checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"58875888[[package]]5889name = "memfd"5890version = "0.6.4"5891source = "registry+https://github.com/rust-lang/crates.io-index"5892checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5893dependencies = [5894 "rustix 0.38.15",5895]58965897[[package]]5898name = "memmap2"5899version = "0.5.10"5900source = "registry+https://github.com/rust-lang/crates.io-index"5901checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5902dependencies = [5903 "libc",5904]59055906[[package]]5907name = "memoffset"5908version = "0.6.5"5909source = "registry+https://github.com/rust-lang/crates.io-index"5910checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5911dependencies = [5912 "autocfg",5913]59145915[[package]]5916name = "memoffset"5917version = "0.8.0"5918source = "registry+https://github.com/rust-lang/crates.io-index"5919checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5920dependencies = [5921 "autocfg",5922]59235924[[package]]5925name = "memoffset"5926version = "0.9.0"5927source = "registry+https://github.com/rust-lang/crates.io-index"5928checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"5929dependencies = [5930 "autocfg",5931]59325933[[package]]5934name = "memory-db"5935version = "0.32.0"5936source = "registry+https://github.com/rust-lang/crates.io-index"5937checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5938dependencies = [5939 "hash-db 0.16.0",5940]59415942[[package]]5943name = "merlin"5944version = "2.0.1"5945source = "registry+https://github.com/rust-lang/crates.io-index"5946checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5947dependencies = [5948 "byteorder",5949 "keccak",5950 "rand_core 0.5.1",5951 "zeroize",5952]59535954[[package]]5955name = "merlin"5956version = "3.0.0"5957source = "registry+https://github.com/rust-lang/crates.io-index"5958checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"5959dependencies = [5960 "byteorder",5961 "keccak",5962 "rand_core 0.6.4",5963 "zeroize",5964]59655966[[package]]5967name = "mick-jaeger"5968version = "0.1.8"5969source = "registry+https://github.com/rust-lang/crates.io-index"5970checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5971dependencies = [5972 "futures",5973 "rand 0.8.5",5974 "thrift",5975]59765977[[package]]5978name = "minimal-lexical"5979version = "0.2.1"5980source = "registry+https://github.com/rust-lang/crates.io-index"5981checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"59825983[[package]]5984name = "miniz_oxide"5985version = "0.7.1"5986source = "registry+https://github.com/rust-lang/crates.io-index"5987checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"5988dependencies = [5989 "adler",5990]59915992[[package]]5993name = "mio"5994version = "0.8.8"5995source = "registry+https://github.com/rust-lang/crates.io-index"5996checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"5997dependencies = [5998 "libc",5999 "wasi 0.11.0+wasi-snapshot-preview1",6000 "windows-sys 0.48.0",6001]60026003[[package]]6004name = "mmr-gadget"6005version = "4.0.0-dev"6006source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6007dependencies = [6008 "futures",6009 "log",6010 "parity-scale-codec",6011 "sc-client-api",6012 "sc-offchain",6013 "sp-api",6014 "sp-blockchain",6015 "sp-consensus",6016 "sp-consensus-beefy",6017 "sp-core",6018 "sp-mmr-primitives",6019 "sp-runtime",6020]60216022[[package]]6023name = "mmr-rpc"6024version = "4.0.0-dev"6025source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6026dependencies = [6027 "anyhow",6028 "jsonrpsee",6029 "parity-scale-codec",6030 "serde",6031 "sp-api",6032 "sp-blockchain",6033 "sp-core",6034 "sp-mmr-primitives",6035 "sp-runtime",6036]60376038[[package]]6039name = "mockall"6040version = "0.11.4"6041source = "registry+https://github.com/rust-lang/crates.io-index"6042checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"6043dependencies = [6044 "cfg-if",6045 "downcast",6046 "fragile",6047 "lazy_static",6048 "mockall_derive",6049 "predicates",6050 "predicates-tree",6051]60526053[[package]]6054name = "mockall_derive"6055version = "0.11.4"6056source = "registry+https://github.com/rust-lang/crates.io-index"6057checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"6058dependencies = [6059 "cfg-if",6060 "proc-macro2",6061 "quote",6062 "syn 1.0.109",6063]60646065[[package]]6066name = "multiaddr"6067version = "0.17.1"6068source = "registry+https://github.com/rust-lang/crates.io-index"6069checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"6070dependencies = [6071 "arrayref",6072 "byteorder",6073 "data-encoding",6074 "log",6075 "multibase",6076 "multihash",6077 "percent-encoding",6078 "serde",6079 "static_assertions",6080 "unsigned-varint",6081 "url",6082]60836084[[package]]6085name = "multibase"6086version = "0.9.1"6087source = "registry+https://github.com/rust-lang/crates.io-index"6088checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"6089dependencies = [6090 "base-x",6091 "data-encoding",6092 "data-encoding-macro",6093]60946095[[package]]6096name = "multihash"6097version = "0.17.0"6098source = "registry+https://github.com/rust-lang/crates.io-index"6099checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"6100dependencies = [6101 "blake2b_simd",6102 "blake2s_simd",6103 "blake3",6104 "core2",6105 "digest 0.10.7",6106 "multihash-derive",6107 "sha2 0.10.8",6108 "sha3 0.10.8",6109 "unsigned-varint",6110]61116112[[package]]6113name = "multihash-derive"6114version = "0.8.0"6115source = "registry+https://github.com/rust-lang/crates.io-index"6116checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"6117dependencies = [6118 "proc-macro-crate",6119 "proc-macro-error",6120 "proc-macro2",6121 "quote",6122 "syn 1.0.109",6123 "synstructure",6124]61256126[[package]]6127name = "multimap"6128version = "0.8.3"6129source = "registry+https://github.com/rust-lang/crates.io-index"6130checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"61316132[[package]]6133name = "multistream-select"6134version = "0.12.1"6135source = "registry+https://github.com/rust-lang/crates.io-index"6136checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"6137dependencies = [6138 "bytes",6139 "futures",6140 "log",6141 "pin-project",6142 "smallvec",6143 "unsigned-varint",6144]61456146[[package]]6147name = "nalgebra"6148version = "0.32.3"6149source = "registry+https://github.com/rust-lang/crates.io-index"6150checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa"6151dependencies = [6152 "approx",6153 "matrixmultiply",6154 "nalgebra-macros",6155 "num-complex",6156 "num-rational",6157 "num-traits",6158 "simba",6159 "typenum",6160]61616162[[package]]6163name = "nalgebra-macros"6164version = "0.2.1"6165source = "registry+https://github.com/rust-lang/crates.io-index"6166checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"6167dependencies = [6168 "proc-macro2",6169 "quote",6170 "syn 1.0.109",6171]61726173[[package]]6174name = "names"6175version = "0.13.0"6176source = "registry+https://github.com/rust-lang/crates.io-index"6177checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"6178dependencies = [6179 "rand 0.8.5",6180]61816182[[package]]6183name = "nanorand"6184version = "0.7.0"6185source = "registry+https://github.com/rust-lang/crates.io-index"6186checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"61876188[[package]]6189name = "netlink-packet-core"6190version = "0.4.2"6191source = "registry+https://github.com/rust-lang/crates.io-index"6192checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"6193dependencies = [6194 "anyhow",6195 "byteorder",6196 "libc",6197 "netlink-packet-utils",6198]61996200[[package]]6201name = "netlink-packet-route"6202version = "0.12.0"6203source = "registry+https://github.com/rust-lang/crates.io-index"6204checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"6205dependencies = [6206 "anyhow",6207 "bitflags 1.3.2",6208 "byteorder",6209 "libc",6210 "netlink-packet-core",6211 "netlink-packet-utils",6212]62136214[[package]]6215name = "netlink-packet-utils"6216version = "0.5.2"6217source = "registry+https://github.com/rust-lang/crates.io-index"6218checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"6219dependencies = [6220 "anyhow",6221 "byteorder",6222 "paste",6223 "thiserror",6224]62256226[[package]]6227name = "netlink-proto"6228version = "0.10.0"6229source = "registry+https://github.com/rust-lang/crates.io-index"6230checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"6231dependencies = [6232 "bytes",6233 "futures",6234 "log",6235 "netlink-packet-core",6236 "netlink-sys",6237 "thiserror",6238 "tokio",6239]62406241[[package]]6242name = "netlink-sys"6243version = "0.8.5"6244source = "registry+https://github.com/rust-lang/crates.io-index"6245checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"6246dependencies = [6247 "bytes",6248 "futures",6249 "libc",6250 "log",6251 "tokio",6252]62536254[[package]]6255name = "nix"6256version = "0.24.3"6257source = "registry+https://github.com/rust-lang/crates.io-index"6258checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"6259dependencies = [6260 "bitflags 1.3.2",6261 "cfg-if",6262 "libc",6263 "memoffset 0.6.5",6264]62656266[[package]]6267name = "no-std-net"6268version = "0.6.0"6269source = "registry+https://github.com/rust-lang/crates.io-index"6270checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"62716272[[package]]6273name = "nodrop"6274version = "0.1.14"6275source = "registry+https://github.com/rust-lang/crates.io-index"6276checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"62776278[[package]]6279name = "nohash-hasher"6280version = "0.2.0"6281source = "registry+https://github.com/rust-lang/crates.io-index"6282checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"62836284[[package]]6285name = "nom"6286version = "7.1.3"6287source = "registry+https://github.com/rust-lang/crates.io-index"6288checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"6289dependencies = [6290 "memchr",6291 "minimal-lexical",6292]62936294[[package]]6295name = "normalize-line-endings"6296version = "0.3.0"6297source = "registry+https://github.com/rust-lang/crates.io-index"6298checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"62996300[[package]]6301name = "num-bigint"6302version = "0.4.4"6303source = "registry+https://github.com/rust-lang/crates.io-index"6304checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"6305dependencies = [6306 "autocfg",6307 "num-integer",6308 "num-traits",6309]63106311[[package]]6312name = "num-complex"6313version = "0.4.4"6314source = "registry+https://github.com/rust-lang/crates.io-index"6315checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"6316dependencies = [6317 "num-traits",6318]63196320[[package]]6321name = "num-format"6322version = "0.4.4"6323source = "registry+https://github.com/rust-lang/crates.io-index"6324checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"6325dependencies = [6326 "arrayvec 0.7.4",6327 "itoa",6328]63296330[[package]]6331name = "num-integer"6332version = "0.1.45"6333source = "registry+https://github.com/rust-lang/crates.io-index"6334checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"6335dependencies = [6336 "autocfg",6337 "num-traits",6338]63396340[[package]]6341name = "num-rational"6342version = "0.4.1"6343source = "registry+https://github.com/rust-lang/crates.io-index"6344checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"6345dependencies = [6346 "autocfg",6347 "num-bigint",6348 "num-integer",6349 "num-traits",6350]63516352[[package]]6353name = "num-traits"6354version = "0.2.16"6355source = "registry+https://github.com/rust-lang/crates.io-index"6356checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"6357dependencies = [6358 "autocfg",6359]63606361[[package]]6362name = "num_cpus"6363version = "1.16.0"6364source = "registry+https://github.com/rust-lang/crates.io-index"6365checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"6366dependencies = [6367 "hermit-abi 0.3.3",6368 "libc",6369]63706371[[package]]6372name = "num_enum"6373version = "0.7.0"6374source = "registry+https://github.com/rust-lang/crates.io-index"6375checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"6376dependencies = [6377 "num_enum_derive",6378]63796380[[package]]6381name = "num_enum_derive"6382version = "0.7.0"6383source = "registry+https://github.com/rust-lang/crates.io-index"6384checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"6385dependencies = [6386 "proc-macro-crate",6387 "proc-macro2",6388 "quote",6389 "syn 2.0.37",6390]63916392[[package]]6393name = "number_prefix"6394version = "0.4.0"6395source = "registry+https://github.com/rust-lang/crates.io-index"6396checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"63976398[[package]]6399name = "object"6400version = "0.30.4"6401source = "registry+https://github.com/rust-lang/crates.io-index"6402checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"6403dependencies = [6404 "crc32fast",6405 "hashbrown 0.13.2",6406 "indexmap 1.9.3",6407 "memchr",6408]64096410[[package]]6411name = "object"6412version = "0.32.1"6413source = "registry+https://github.com/rust-lang/crates.io-index"6414checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"6415dependencies = [6416 "memchr",6417]64186419[[package]]6420name = "oid-registry"6421version = "0.4.0"6422source = "registry+https://github.com/rust-lang/crates.io-index"6423checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"6424dependencies = [6425 "asn1-rs 0.3.1",6426]64276428[[package]]6429name = "oid-registry"6430version = "0.6.1"6431source = "registry+https://github.com/rust-lang/crates.io-index"6432checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"6433dependencies = [6434 "asn1-rs 0.5.2",6435]64366437[[package]]6438name = "once_cell"6439version = "1.18.0"6440source = "registry+https://github.com/rust-lang/crates.io-index"6441checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"64426443[[package]]6444name = "opal-runtime"6445version = "1.1.0"6446dependencies = [6447 "app-promotion-rpc",6448 "cumulus-pallet-aura-ext",6449 "cumulus-pallet-dmp-queue",6450 "cumulus-pallet-parachain-system",6451 "cumulus-pallet-xcm",6452 "cumulus-pallet-xcmp-queue",6453 "cumulus-primitives-core",6454 "cumulus-primitives-timestamp",6455 "cumulus-primitives-utility",6456 "derivative",6457 "evm-coder",6458 "fp-evm",6459 "fp-rpc",6460 "fp-self-contained",6461 "frame-benchmarking",6462 "frame-executive",6463 "frame-support",6464 "frame-system",6465 "frame-system-benchmarking",6466 "frame-system-rpc-runtime-api",6467 "frame-try-runtime",6468 "hex-literal",6469 "impl-trait-for-tuples",6470 "log",6471 "num_enum",6472 "orml-tokens",6473 "orml-traits",6474 "orml-vesting",6475 "orml-xcm-support",6476 "orml-xtokens",6477 "pallet-app-promotion",6478 "pallet-aura",6479 "pallet-authorship",6480 "pallet-balances",6481 "pallet-balances-adapter",6482 "pallet-base-fee",6483 "pallet-collator-selection",6484 "pallet-collective",6485 "pallet-common",6486 "pallet-configuration",6487 "pallet-democracy",6488 "pallet-ethereum",6489 "pallet-evm",6490 "pallet-evm-coder-substrate",6491 "pallet-evm-contract-helpers",6492 "pallet-evm-migration",6493 "pallet-evm-precompile-simple",6494 "pallet-evm-transaction-payment",6495 "pallet-foreign-assets",6496 "pallet-fungible",6497 "pallet-gov-origins",6498 "pallet-identity 4.0.0-dev",6499 "pallet-inflation",6500 "pallet-maintenance",6501 "pallet-membership",6502 "pallet-nonfungible",6503 "pallet-preimage",6504 "pallet-ranked-collective",6505 "pallet-referenda",6506 "pallet-refungible",6507 "pallet-scheduler",6508 "pallet-session",6509 "pallet-state-trie-migration",6510 "pallet-structure",6511 "pallet-sudo",6512 "pallet-template-transaction-payment",6513 "pallet-test-utils",6514 "pallet-timestamp",6515 "pallet-transaction-payment",6516 "pallet-transaction-payment-rpc-runtime-api",6517 "pallet-treasury",6518 "pallet-unique",6519 "pallet-utility",6520 "pallet-xcm",6521 "parachain-info",6522 "parity-scale-codec",6523 "polkadot-parachain-primitives",6524 "precompile-utils-macro",6525 "scale-info",6526 "serde",6527 "smallvec",6528 "sp-api",6529 "sp-arithmetic",6530 "sp-block-builder",6531 "sp-consensus-aura",6532 "sp-core",6533 "sp-inherents",6534 "sp-io",6535 "sp-offchain",6536 "sp-runtime",6537 "sp-session",6538 "sp-std",6539 "sp-storage",6540 "sp-transaction-pool",6541 "sp-version",6542 "staging-xcm",6543 "staging-xcm-builder",6544 "staging-xcm-executor",6545 "substrate-wasm-builder",6546 "up-common",6547 "up-data-structs",6548 "up-pov-estimate-rpc",6549 "up-rpc",6550 "up-sponsorship",6551]65526553[[package]]6554name = "opaque-debug"6555version = "0.2.3"6556source = "registry+https://github.com/rust-lang/crates.io-index"6557checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"65586559[[package]]6560name = "opaque-debug"6561version = "0.3.0"6562source = "registry+https://github.com/rust-lang/crates.io-index"6563checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"65646565[[package]]6566name = "openssl-probe"6567version = "0.1.5"6568source = "registry+https://github.com/rust-lang/crates.io-index"6569checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"65706571[[package]]6572name = "orchestra"6573version = "0.0.5"6574source = "registry+https://github.com/rust-lang/crates.io-index"6575checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"6576dependencies = [6577 "async-trait",6578 "dyn-clonable",6579 "futures",6580 "futures-timer",6581 "orchestra-proc-macro",6582 "pin-project",6583 "prioritized-metered-channel",6584 "thiserror",6585 "tracing",6586]65876588[[package]]6589name = "orchestra-proc-macro"6590version = "0.0.5"6591source = "registry+https://github.com/rust-lang/crates.io-index"6592checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"6593dependencies = [6594 "expander 0.0.6",6595 "itertools 0.10.5",6596 "petgraph",6597 "proc-macro-crate",6598 "proc-macro2",6599 "quote",6600 "syn 1.0.109",6601]66026603[[package]]6604name = "ordered-float"6605version = "1.1.1"6606source = "registry+https://github.com/rust-lang/crates.io-index"6607checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"6608dependencies = [6609 "num-traits",6610]66116612[[package]]6613name = "orml-tokens"6614version = "0.4.1-dev"6615source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6616dependencies = [6617 "frame-support",6618 "frame-system",6619 "log",6620 "orml-traits",6621 "parity-scale-codec",6622 "scale-info",6623 "serde",6624 "sp-arithmetic",6625 "sp-runtime",6626 "sp-std",6627]66286629[[package]]6630name = "orml-traits"6631version = "0.4.1-dev"6632source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6633dependencies = [6634 "frame-support",6635 "impl-trait-for-tuples",6636 "num-traits",6637 "orml-utilities",6638 "parity-scale-codec",6639 "paste",6640 "scale-info",6641 "serde",6642 "sp-core",6643 "sp-io",6644 "sp-runtime",6645 "sp-std",6646 "staging-xcm",6647]66486649[[package]]6650name = "orml-utilities"6651version = "0.4.1-dev"6652source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6653dependencies = [6654 "frame-support",6655 "parity-scale-codec",6656 "scale-info",6657 "serde",6658 "sp-core",6659 "sp-io",6660 "sp-runtime",6661 "sp-std",6662]66636664[[package]]6665name = "orml-vesting"6666version = "0.4.1-dev"6667source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6668dependencies = [6669 "frame-support",6670 "frame-system",6671 "parity-scale-codec",6672 "scale-info",6673 "serde",6674 "sp-io",6675 "sp-runtime",6676 "sp-std",6677]66786679[[package]]6680name = "orml-xcm-support"6681version = "0.4.1-dev"6682source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6683dependencies = [6684 "frame-support",6685 "orml-traits",6686 "parity-scale-codec",6687 "sp-runtime",6688 "sp-std",6689 "staging-xcm",6690 "staging-xcm-executor",6691]66926693[[package]]6694name = "orml-xtokens"6695version = "0.4.1-dev"6696source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6697dependencies = [6698 "cumulus-primitives-core",6699 "frame-support",6700 "frame-system",6701 "log",6702 "orml-traits",6703 "orml-xcm-support",6704 "pallet-xcm",6705 "parity-scale-codec",6706 "scale-info",6707 "serde",6708 "sp-io",6709 "sp-runtime",6710 "sp-std",6711 "staging-xcm",6712 "staging-xcm-executor",6713]67146715[[package]]6716name = "p256"6717version = "0.11.1"6718source = "registry+https://github.com/rust-lang/crates.io-index"6719checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6720dependencies = [6721 "ecdsa 0.14.8",6722 "elliptic-curve 0.12.3",6723 "sha2 0.10.8",6724]67256726[[package]]6727name = "p384"6728version = "0.11.2"6729source = "registry+https://github.com/rust-lang/crates.io-index"6730checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6731dependencies = [6732 "ecdsa 0.14.8",6733 "elliptic-curve 0.12.3",6734 "sha2 0.10.8",6735]67366737[[package]]6738name = "pallet-app-promotion"6739version = "0.2.1"6740dependencies = [6741 "frame-benchmarking",6742 "frame-support",6743 "frame-system",6744 "log",6745 "pallet-common",6746 "pallet-configuration",6747 "pallet-evm",6748 "pallet-evm-contract-helpers",6749 "pallet-evm-migration",6750 "pallet-unique",6751 "parity-scale-codec",6752 "scale-info",6753 "sp-core",6754 "sp-runtime",6755 "sp-std",6756 "up-data-structs",6757]67586759[[package]]6760name = "pallet-aura"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6763dependencies = [6764 "frame-support",6765 "frame-system",6766 "log",6767 "pallet-timestamp",6768 "parity-scale-codec",6769 "scale-info",6770 "sp-application-crypto",6771 "sp-consensus-aura",6772 "sp-runtime",6773 "sp-std",6774]67756776[[package]]6777name = "pallet-authority-discovery"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6780dependencies = [6781 "frame-support",6782 "frame-system",6783 "pallet-session",6784 "parity-scale-codec",6785 "scale-info",6786 "sp-application-crypto",6787 "sp-authority-discovery",6788 "sp-runtime",6789 "sp-std",6790]67916792[[package]]6793name = "pallet-authorship"6794version = "4.0.0-dev"6795source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6796dependencies = [6797 "frame-support",6798 "frame-system",6799 "impl-trait-for-tuples",6800 "parity-scale-codec",6801 "scale-info",6802 "sp-runtime",6803 "sp-std",6804]68056806[[package]]6807name = "pallet-babe"6808version = "4.0.0-dev"6809source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6810dependencies = [6811 "frame-benchmarking",6812 "frame-support",6813 "frame-system",6814 "log",6815 "pallet-authorship",6816 "pallet-session",6817 "pallet-timestamp",6818 "parity-scale-codec",6819 "scale-info",6820 "sp-application-crypto",6821 "sp-consensus-babe",6822 "sp-core",6823 "sp-io",6824 "sp-runtime",6825 "sp-session",6826 "sp-staking",6827 "sp-std",6828]68296830[[package]]6831name = "pallet-bags-list"6832version = "4.0.0-dev"6833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6834dependencies = [6835 "aquamarine",6836 "docify",6837 "frame-benchmarking",6838 "frame-election-provider-support",6839 "frame-support",6840 "frame-system",6841 "log",6842 "pallet-balances",6843 "parity-scale-codec",6844 "scale-info",6845 "sp-core",6846 "sp-io",6847 "sp-runtime",6848 "sp-std",6849 "sp-tracing",6850]68516852[[package]]6853name = "pallet-balances"6854version = "4.0.0-dev"6855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6856dependencies = [6857 "frame-benchmarking",6858 "frame-support",6859 "frame-system",6860 "log",6861 "parity-scale-codec",6862 "scale-info",6863 "sp-runtime",6864 "sp-std",6865]68666867[[package]]6868name = "pallet-balances-adapter"6869version = "0.1.0"6870dependencies = [6871 "evm-coder",6872 "frame-support",6873 "frame-system",6874 "pallet-balances",6875 "pallet-common",6876 "pallet-evm",6877 "pallet-evm-coder-substrate",6878 "pallet-evm-transaction-payment",6879 "pallet-structure",6880 "parity-scale-codec",6881 "scale-info",6882 "sp-core",6883 "sp-runtime",6884 "sp-std",6885 "up-data-structs",6886]68876888[[package]]6889name = "pallet-base-fee"6890version = "1.0.0"6891source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"6892dependencies = [6893 "fp-evm",6894 "frame-support",6895 "frame-system",6896 "parity-scale-codec",6897 "scale-info",6898 "sp-core",6899 "sp-runtime",6900]69016902[[package]]6903name = "pallet-beefy"6904version = "4.0.0-dev"6905source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6906dependencies = [6907 "frame-support",6908 "frame-system",6909 "log",6910 "pallet-authorship",6911 "pallet-session",6912 "parity-scale-codec",6913 "scale-info",6914 "serde",6915 "sp-consensus-beefy",6916 "sp-runtime",6917 "sp-session",6918 "sp-staking",6919 "sp-std",6920]69216922[[package]]6923name = "pallet-beefy-mmr"6924version = "4.0.0-dev"6925source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6926dependencies = [6927 "array-bytes",6928 "binary-merkle-tree",6929 "frame-support",6930 "frame-system",6931 "log",6932 "pallet-beefy",6933 "pallet-mmr",6934 "pallet-session",6935 "parity-scale-codec",6936 "scale-info",6937 "serde",6938 "sp-api",6939 "sp-consensus-beefy",6940 "sp-core",6941 "sp-io",6942 "sp-runtime",6943 "sp-state-machine",6944 "sp-std",6945]69466947[[package]]6948name = "pallet-bounties"6949version = "4.0.0-dev"6950source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6951dependencies = [6952 "frame-benchmarking",6953 "frame-support",6954 "frame-system",6955 "log",6956 "pallet-treasury",6957 "parity-scale-codec",6958 "scale-info",6959 "sp-core",6960 "sp-io",6961 "sp-runtime",6962 "sp-std",6963]69646965[[package]]6966name = "pallet-child-bounties"6967version = "4.0.0-dev"6968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6969dependencies = [6970 "frame-benchmarking",6971 "frame-support",6972 "frame-system",6973 "log",6974 "pallet-bounties",6975 "pallet-treasury",6976 "parity-scale-codec",6977 "scale-info",6978 "sp-core",6979 "sp-io",6980 "sp-runtime",6981 "sp-std",6982]69836984[[package]]6985name = "pallet-collator-selection"6986version = "5.0.0"6987dependencies = [6988 "frame-benchmarking",6989 "frame-support",6990 "frame-system",6991 "log",6992 "pallet-aura",6993 "pallet-authorship",6994 "pallet-balances",6995 "pallet-session",6996 "pallet-timestamp",6997 "parity-scale-codec",6998 "rand 0.8.5",6999 "scale-info",7000 "serde",7001 "sp-consensus-aura",7002 "sp-core",7003 "sp-io",7004 "sp-runtime",7005 "sp-staking",7006 "sp-std",7007 "sp-tracing",7008]70097010[[package]]7011name = "pallet-collective"7012version = "4.0.0-dev"7013source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7014dependencies = [7015 "frame-benchmarking",7016 "frame-support",7017 "frame-system",7018 "log",7019 "parity-scale-codec",7020 "scale-info",7021 "sp-core",7022 "sp-io",7023 "sp-runtime",7024 "sp-std",7025]70267027[[package]]7028name = "pallet-common"7029version = "0.1.14"7030dependencies = [7031 "bondrewd",7032 "ethereum",7033 "evm-coder",7034 "frame-benchmarking",7035 "frame-support",7036 "frame-system",7037 "pallet-evm",7038 "pallet-evm-coder-substrate",7039 "parity-scale-codec",7040 "scale-info",7041 "sp-core",7042 "sp-runtime",7043 "sp-std",7044 "sp-weights",7045 "up-data-structs",7046 "up-pov-estimate-rpc",7047]70487049[[package]]7050name = "pallet-configuration"7051version = "0.2.0"7052dependencies = [7053 "fp-evm",7054 "frame-benchmarking",7055 "frame-support",7056 "frame-system",7057 "hex-literal",7058 "log",7059 "parity-scale-codec",7060 "scale-info",7061 "smallvec",7062 "sp-arithmetic",7063 "sp-core",7064 "sp-io",7065 "sp-runtime",7066 "sp-std",7067 "staging-xcm",7068 "up-common",7069]70707071[[package]]7072name = "pallet-conviction-voting"7073version = "4.0.0-dev"7074source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7075dependencies = [7076 "assert_matches",7077 "frame-benchmarking",7078 "frame-support",7079 "frame-system",7080 "parity-scale-codec",7081 "scale-info",7082 "serde",7083 "sp-io",7084 "sp-runtime",7085 "sp-std",7086]70877088[[package]]7089name = "pallet-democracy"7090version = "4.0.0-dev"7091source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7092dependencies = [7093 "frame-benchmarking",7094 "frame-support",7095 "frame-system",7096 "log",7097 "parity-scale-codec",7098 "scale-info",7099 "serde",7100 "sp-core",7101 "sp-io",7102 "sp-runtime",7103 "sp-std",7104]71057106[[package]]7107name = "pallet-election-provider-multi-phase"7108version = "4.0.0-dev"7109source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7110dependencies = [7111 "frame-benchmarking",7112 "frame-election-provider-support",7113 "frame-support",7114 "frame-system",7115 "log",7116 "pallet-election-provider-support-benchmarking",7117 "parity-scale-codec",7118 "rand 0.8.5",7119 "scale-info",7120 "sp-arithmetic",7121 "sp-core",7122 "sp-io",7123 "sp-npos-elections",7124 "sp-runtime",7125 "sp-std",7126 "strum",7127]71287129[[package]]7130name = "pallet-election-provider-support-benchmarking"7131version = "4.0.0-dev"7132source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7133dependencies = [7134 "frame-benchmarking",7135 "frame-election-provider-support",7136 "frame-system",7137 "parity-scale-codec",7138 "sp-npos-elections",7139 "sp-runtime",7140 "sp-std",7141]71427143[[package]]7144name = "pallet-elections-phragmen"7145version = "5.0.0-dev"7146source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7147dependencies = [7148 "frame-benchmarking",7149 "frame-support",7150 "frame-system",7151 "log",7152 "parity-scale-codec",7153 "scale-info",7154 "sp-core",7155 "sp-io",7156 "sp-npos-elections",7157 "sp-runtime",7158 "sp-staking",7159 "sp-std",7160]71617162[[package]]7163name = "pallet-ethereum"7164version = "4.0.0-dev"7165source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7166dependencies = [7167 "ethereum",7168 "ethereum-types",7169 "evm",7170 "fp-consensus",7171 "fp-ethereum",7172 "fp-evm",7173 "fp-rpc",7174 "fp-storage",7175 "frame-support",7176 "frame-system",7177 "pallet-evm",7178 "parity-scale-codec",7179 "scale-info",7180 "sp-io",7181 "sp-runtime",7182 "sp-std",7183]71847185[[package]]7186name = "pallet-evm"7187version = "6.0.0-dev"7188source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7189dependencies = [7190 "environmental",7191 "evm",7192 "fp-account",7193 "fp-evm",7194 "frame-benchmarking",7195 "frame-support",7196 "frame-system",7197 "hash-db 0.16.0",7198 "hex",7199 "hex-literal",7200 "impl-trait-for-tuples",7201 "log",7202 "parity-scale-codec",7203 "rlp",7204 "scale-info",7205 "serde",7206 "sp-core",7207 "sp-io",7208 "sp-runtime",7209 "sp-std",7210]72117212[[package]]7213name = "pallet-evm-coder-substrate"7214version = "0.1.3"7215dependencies = [7216 "evm-coder",7217 "evm-coder-substrate-procedural",7218 "evm-core",7219 "frame-benchmarking",7220 "frame-support",7221 "frame-system",7222 "pallet-evm",7223 "parity-scale-codec",7224 "scale-info",7225 "sp-core",7226 "sp-std",7227 "sp-weights",7228 "spez",7229 "up-data-structs",7230]72317232[[package]]7233name = "pallet-evm-contract-helpers"7234version = "0.3.0"7235dependencies = [7236 "evm-coder",7237 "frame-support",7238 "frame-system",7239 "pallet-common",7240 "pallet-evm",7241 "pallet-evm-coder-substrate",7242 "pallet-evm-transaction-payment",7243 "parity-scale-codec",7244 "scale-info",7245 "sp-core",7246 "sp-std",7247 "up-data-structs",7248 "up-sponsorship",7249]72507251[[package]]7252name = "pallet-evm-migration"7253version = "0.1.1"7254dependencies = [7255 "ethereum",7256 "frame-benchmarking",7257 "frame-support",7258 "frame-system",7259 "pallet-evm",7260 "parity-scale-codec",7261 "scale-info",7262 "sp-core",7263 "sp-io",7264 "sp-std",7265]72667267[[package]]7268name = "pallet-evm-precompile-simple"7269version = "2.0.0-dev"7270source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7271dependencies = [7272 "fp-evm",7273 "ripemd",7274 "sp-io",7275]72767277[[package]]7278name = "pallet-evm-transaction-payment"7279version = "0.1.1"7280dependencies = [7281 "fp-evm",7282 "frame-support",7283 "frame-system",7284 "pallet-evm",7285 "parity-scale-codec",7286 "scale-info",7287 "sp-core",7288 "sp-runtime",7289 "sp-std",7290 "up-sponsorship",7291]72927293[[package]]7294name = "pallet-fast-unstake"7295version = "4.0.0-dev"7296source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7297dependencies = [7298 "docify",7299 "frame-benchmarking",7300 "frame-election-provider-support",7301 "frame-support",7302 "frame-system",7303 "log",7304 "parity-scale-codec",7305 "scale-info",7306 "sp-io",7307 "sp-runtime",7308 "sp-staking",7309 "sp-std",7310]73117312[[package]]7313name = "pallet-foreign-assets"7314version = "0.1.0"7315dependencies = [7316 "frame-benchmarking",7317 "frame-support",7318 "frame-system",7319 "log",7320 "orml-tokens",7321 "pallet-balances",7322 "pallet-common",7323 "pallet-fungible",7324 "parity-scale-codec",7325 "scale-info",7326 "serde",7327 "sp-runtime",7328 "sp-std",7329 "staging-xcm",7330 "staging-xcm-executor",7331 "up-data-structs",7332]73337334[[package]]7335name = "pallet-fungible"7336version = "0.1.11"7337dependencies = [7338 "evm-coder",7339 "frame-benchmarking",7340 "frame-support",7341 "frame-system",7342 "pallet-common",7343 "pallet-evm",7344 "pallet-evm-coder-substrate",7345 "pallet-structure",7346 "parity-scale-codec",7347 "scale-info",7348 "sp-core",7349 "sp-runtime",7350 "sp-std",7351 "up-data-structs",7352]73537354[[package]]7355name = "pallet-gov-origins"7356version = "0.2.1"7357dependencies = [7358 "frame-support",7359 "frame-system",7360 "parity-scale-codec",7361 "scale-info",7362]73637364[[package]]7365name = "pallet-grandpa"7366version = "4.0.0-dev"7367source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7368dependencies = [7369 "frame-benchmarking",7370 "frame-support",7371 "frame-system",7372 "log",7373 "pallet-authorship",7374 "pallet-session",7375 "parity-scale-codec",7376 "scale-info",7377 "sp-application-crypto",7378 "sp-consensus-grandpa",7379 "sp-core",7380 "sp-io",7381 "sp-runtime",7382 "sp-session",7383 "sp-staking",7384 "sp-std",7385]73867387[[package]]7388name = "pallet-identity"7389version = "4.0.0-dev"7390dependencies = [7391 "enumflags2",7392 "frame-benchmarking",7393 "frame-support",7394 "frame-system",7395 "pallet-balances",7396 "parity-scale-codec",7397 "scale-info",7398 "sp-core",7399 "sp-io",7400 "sp-runtime",7401 "sp-std",7402]74037404[[package]]7405name = "pallet-identity"7406version = "4.0.0-dev"7407source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7408dependencies = [7409 "enumflags2",7410 "frame-benchmarking",7411 "frame-support",7412 "frame-system",7413 "parity-scale-codec",7414 "scale-info",7415 "sp-io",7416 "sp-runtime",7417 "sp-std",7418]74197420[[package]]7421name = "pallet-im-online"7422version = "4.0.0-dev"7423source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7424dependencies = [7425 "frame-benchmarking",7426 "frame-support",7427 "frame-system",7428 "log",7429 "pallet-authorship",7430 "parity-scale-codec",7431 "scale-info",7432 "sp-application-crypto",7433 "sp-core",7434 "sp-io",7435 "sp-runtime",7436 "sp-staking",7437 "sp-std",7438]74397440[[package]]7441name = "pallet-indices"7442version = "4.0.0-dev"7443source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7444dependencies = [7445 "frame-benchmarking",7446 "frame-support",7447 "frame-system",7448 "parity-scale-codec",7449 "scale-info",7450 "sp-core",7451 "sp-io",7452 "sp-keyring",7453 "sp-runtime",7454 "sp-std",7455]74567457[[package]]7458name = "pallet-inflation"7459version = "0.1.1"7460dependencies = [7461 "frame-benchmarking",7462 "frame-support",7463 "frame-system",7464 "pallet-balances",7465 "parity-scale-codec",7466 "scale-info",7467 "sp-core",7468 "sp-io",7469 "sp-runtime",7470 "sp-std",7471]74727473[[package]]7474name = "pallet-maintenance"7475version = "0.1.0"7476dependencies = [7477 "frame-benchmarking",7478 "frame-support",7479 "frame-system",7480 "parity-scale-codec",7481 "scale-info",7482 "sp-core",7483 "sp-runtime",7484 "sp-std",7485]74867487[[package]]7488name = "pallet-membership"7489version = "4.0.0-dev"7490source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7491dependencies = [7492 "frame-benchmarking",7493 "frame-support",7494 "frame-system",7495 "log",7496 "parity-scale-codec",7497 "scale-info",7498 "sp-core",7499 "sp-io",7500 "sp-runtime",7501 "sp-std",7502]75037504[[package]]7505name = "pallet-message-queue"7506version = "7.0.0-dev"7507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7508dependencies = [7509 "frame-benchmarking",7510 "frame-support",7511 "frame-system",7512 "log",7513 "parity-scale-codec",7514 "scale-info",7515 "sp-arithmetic",7516 "sp-core",7517 "sp-io",7518 "sp-runtime",7519 "sp-std",7520 "sp-weights",7521]75227523[[package]]7524name = "pallet-mmr"7525version = "4.0.0-dev"7526source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7527dependencies = [7528 "frame-benchmarking",7529 "frame-support",7530 "frame-system",7531 "log",7532 "parity-scale-codec",7533 "scale-info",7534 "sp-core",7535 "sp-io",7536 "sp-mmr-primitives",7537 "sp-runtime",7538 "sp-std",7539]75407541[[package]]7542name = "pallet-multisig"7543version = "4.0.0-dev"7544source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7545dependencies = [7546 "frame-benchmarking",7547 "frame-support",7548 "frame-system",7549 "log",7550 "parity-scale-codec",7551 "scale-info",7552 "sp-io",7553 "sp-runtime",7554 "sp-std",7555]75567557[[package]]7558name = "pallet-nis"7559version = "4.0.0-dev"7560source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7561dependencies = [7562 "frame-benchmarking",7563 "frame-support",7564 "frame-system",7565 "parity-scale-codec",7566 "scale-info",7567 "sp-arithmetic",7568 "sp-core",7569 "sp-runtime",7570 "sp-std",7571]75727573[[package]]7574name = "pallet-nomination-pools"7575version = "1.0.0"7576source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7577dependencies = [7578 "frame-support",7579 "frame-system",7580 "log",7581 "pallet-balances",7582 "parity-scale-codec",7583 "scale-info",7584 "sp-core",7585 "sp-io",7586 "sp-runtime",7587 "sp-staking",7588 "sp-std",7589 "sp-tracing",7590]75917592[[package]]7593name = "pallet-nomination-pools-benchmarking"7594version = "1.0.0"7595source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7596dependencies = [7597 "frame-benchmarking",7598 "frame-election-provider-support",7599 "frame-support",7600 "frame-system",7601 "pallet-bags-list",7602 "pallet-nomination-pools",7603 "pallet-staking",7604 "parity-scale-codec",7605 "scale-info",7606 "sp-runtime",7607 "sp-runtime-interface",7608 "sp-staking",7609 "sp-std",7610]76117612[[package]]7613name = "pallet-nomination-pools-runtime-api"7614version = "1.0.0-dev"7615source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7616dependencies = [7617 "pallet-nomination-pools",7618 "parity-scale-codec",7619 "sp-api",7620 "sp-std",7621]76227623[[package]]7624name = "pallet-nonfungible"7625version = "0.1.14"7626dependencies = [7627 "evm-coder",7628 "frame-benchmarking",7629 "frame-support",7630 "frame-system",7631 "pallet-common",7632 "pallet-evm",7633 "pallet-evm-coder-substrate",7634 "pallet-structure",7635 "parity-scale-codec",7636 "scale-info",7637 "sp-core",7638 "sp-runtime",7639 "sp-std",7640 "struct-versioning",7641 "up-data-structs",7642]76437644[[package]]7645name = "pallet-offences"7646version = "4.0.0-dev"7647source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7648dependencies = [7649 "frame-support",7650 "frame-system",7651 "log",7652 "pallet-balances",7653 "parity-scale-codec",7654 "scale-info",7655 "serde",7656 "sp-runtime",7657 "sp-staking",7658 "sp-std",7659]76607661[[package]]7662name = "pallet-offences-benchmarking"7663version = "4.0.0-dev"7664source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7665dependencies = [7666 "frame-benchmarking",7667 "frame-election-provider-support",7668 "frame-support",7669 "frame-system",7670 "log",7671 "pallet-babe",7672 "pallet-balances",7673 "pallet-grandpa",7674 "pallet-im-online",7675 "pallet-offences",7676 "pallet-session",7677 "pallet-staking",7678 "parity-scale-codec",7679 "scale-info",7680 "sp-runtime",7681 "sp-staking",7682 "sp-std",7683]76847685[[package]]7686name = "pallet-preimage"7687version = "4.0.0-dev"7688source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7689dependencies = [7690 "frame-benchmarking",7691 "frame-support",7692 "frame-system",7693 "log",7694 "parity-scale-codec",7695 "scale-info",7696 "sp-core",7697 "sp-io",7698 "sp-runtime",7699 "sp-std",7700]77017702[[package]]7703name = "pallet-proxy"7704version = "4.0.0-dev"7705source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7706dependencies = [7707 "frame-benchmarking",7708 "frame-support",7709 "frame-system",7710 "parity-scale-codec",7711 "scale-info",7712 "sp-io",7713 "sp-runtime",7714 "sp-std",7715]77167717[[package]]7718name = "pallet-ranked-collective"7719version = "4.0.0-dev"7720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7721dependencies = [7722 "frame-benchmarking",7723 "frame-support",7724 "frame-system",7725 "log",7726 "parity-scale-codec",7727 "scale-info",7728 "sp-arithmetic",7729 "sp-core",7730 "sp-io",7731 "sp-runtime",7732 "sp-std",7733]77347735[[package]]7736name = "pallet-recovery"7737version = "4.0.0-dev"7738source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7739dependencies = [7740 "frame-benchmarking",7741 "frame-support",7742 "frame-system",7743 "parity-scale-codec",7744 "scale-info",7745 "sp-io",7746 "sp-runtime",7747 "sp-std",7748]77497750[[package]]7751name = "pallet-referenda"7752version = "4.0.0-dev"7753source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7754dependencies = [7755 "assert_matches",7756 "frame-benchmarking",7757 "frame-support",7758 "frame-system",7759 "log",7760 "parity-scale-codec",7761 "scale-info",7762 "serde",7763 "sp-arithmetic",7764 "sp-io",7765 "sp-runtime",7766 "sp-std",7767]77687769[[package]]7770name = "pallet-refungible"7771version = "0.2.13"7772dependencies = [7773 "evm-coder",7774 "frame-benchmarking",7775 "frame-support",7776 "frame-system",7777 "pallet-common",7778 "pallet-evm",7779 "pallet-evm-coder-substrate",7780 "pallet-structure",7781 "parity-scale-codec",7782 "scale-info",7783 "sp-core",7784 "sp-runtime",7785 "sp-std",7786 "up-data-structs",7787]77887789[[package]]7790name = "pallet-scheduler"7791version = "4.0.0-dev"7792source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7793dependencies = [7794 "docify",7795 "frame-benchmarking",7796 "frame-support",7797 "frame-system",7798 "log",7799 "parity-scale-codec",7800 "scale-info",7801 "sp-io",7802 "sp-runtime",7803 "sp-std",7804 "sp-weights",7805]78067807[[package]]7808name = "pallet-session"7809version = "4.0.0-dev"7810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7811dependencies = [7812 "frame-support",7813 "frame-system",7814 "impl-trait-for-tuples",7815 "log",7816 "pallet-timestamp",7817 "parity-scale-codec",7818 "scale-info",7819 "sp-core",7820 "sp-io",7821 "sp-runtime",7822 "sp-session",7823 "sp-staking",7824 "sp-state-machine",7825 "sp-std",7826 "sp-trie",7827]78287829[[package]]7830name = "pallet-session-benchmarking"7831version = "4.0.0-dev"7832source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7833dependencies = [7834 "frame-benchmarking",7835 "frame-support",7836 "frame-system",7837 "pallet-session",7838 "pallet-staking",7839 "parity-scale-codec",7840 "rand 0.8.5",7841 "sp-runtime",7842 "sp-session",7843 "sp-std",7844]78457846[[package]]7847name = "pallet-society"7848version = "4.0.0-dev"7849source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7850dependencies = [7851 "frame-benchmarking",7852 "frame-support",7853 "frame-system",7854 "log",7855 "parity-scale-codec",7856 "rand_chacha 0.2.2",7857 "scale-info",7858 "sp-arithmetic",7859 "sp-io",7860 "sp-runtime",7861 "sp-std",7862]78637864[[package]]7865name = "pallet-staking"7866version = "4.0.0-dev"7867source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7868dependencies = [7869 "frame-benchmarking",7870 "frame-election-provider-support",7871 "frame-support",7872 "frame-system",7873 "log",7874 "pallet-authorship",7875 "pallet-session",7876 "parity-scale-codec",7877 "rand_chacha 0.2.2",7878 "scale-info",7879 "serde",7880 "sp-application-crypto",7881 "sp-io",7882 "sp-runtime",7883 "sp-staking",7884 "sp-std",7885]78867887[[package]]7888name = "pallet-staking-reward-curve"7889version = "4.0.0-dev"7890source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7891dependencies = [7892 "proc-macro-crate",7893 "proc-macro2",7894 "quote",7895 "syn 2.0.37",7896]78977898[[package]]7899name = "pallet-staking-reward-fn"7900version = "4.0.0-dev"7901source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7902dependencies = [7903 "log",7904 "sp-arithmetic",7905]79067907[[package]]7908name = "pallet-staking-runtime-api"7909version = "4.0.0-dev"7910source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7911dependencies = [7912 "parity-scale-codec",7913 "sp-api",7914]79157916[[package]]7917name = "pallet-state-trie-migration"7918version = "4.0.0-dev"7919source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7920dependencies = [7921 "frame-benchmarking",7922 "frame-support",7923 "frame-system",7924 "log",7925 "parity-scale-codec",7926 "scale-info",7927 "sp-core",7928 "sp-io",7929 "sp-runtime",7930 "sp-std",7931]79327933[[package]]7934name = "pallet-structure"7935version = "0.1.2"7936dependencies = [7937 "frame-benchmarking",7938 "frame-support",7939 "frame-system",7940 "log",7941 "pallet-common",7942 "pallet-evm",7943 "parity-scale-codec",7944 "scale-info",7945 "sp-runtime",7946 "sp-std",7947 "up-data-structs",7948]79497950[[package]]7951name = "pallet-sudo"7952version = "4.0.0-dev"7953source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7954dependencies = [7955 "frame-benchmarking",7956 "frame-support",7957 "frame-system",7958 "parity-scale-codec",7959 "scale-info",7960 "sp-io",7961 "sp-runtime",7962 "sp-std",7963]79647965[[package]]7966name = "pallet-template-transaction-payment"7967version = "3.0.0"7968source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"7969dependencies = [7970 "frame-benchmarking",7971 "frame-support",7972 "frame-system",7973 "pallet-balances",7974 "pallet-transaction-payment",7975 "parity-scale-codec",7976 "scale-info",7977 "serde",7978 "sp-core",7979 "sp-io",7980 "sp-runtime",7981 "sp-std",7982 "up-sponsorship",7983]79847985[[package]]7986name = "pallet-test-utils"7987version = "0.1.0"7988dependencies = [7989 "frame-support",7990 "frame-system",7991 "parity-scale-codec",7992 "scale-info",7993 "sp-runtime",7994 "sp-std",7995]79967997[[package]]7998name = "pallet-timestamp"7999version = "4.0.0-dev"8000source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8001dependencies = [8002 "frame-benchmarking",8003 "frame-support",8004 "frame-system",8005 "log",8006 "parity-scale-codec",8007 "scale-info",8008 "sp-inherents",8009 "sp-io",8010 "sp-runtime",8011 "sp-std",8012 "sp-storage",8013 "sp-timestamp",8014]80158016[[package]]8017name = "pallet-tips"8018version = "4.0.0-dev"8019source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8020dependencies = [8021 "frame-benchmarking",8022 "frame-support",8023 "frame-system",8024 "log",8025 "pallet-treasury",8026 "parity-scale-codec",8027 "scale-info",8028 "serde",8029 "sp-core",8030 "sp-io",8031 "sp-runtime",8032 "sp-std",8033]80348035[[package]]8036name = "pallet-transaction-payment"8037version = "4.0.0-dev"8038source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8039dependencies = [8040 "frame-support",8041 "frame-system",8042 "parity-scale-codec",8043 "scale-info",8044 "serde",8045 "sp-core",8046 "sp-io",8047 "sp-runtime",8048 "sp-std",8049]80508051[[package]]8052name = "pallet-transaction-payment-rpc"8053version = "4.0.0-dev"8054source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8055dependencies = [8056 "jsonrpsee",8057 "pallet-transaction-payment-rpc-runtime-api",8058 "parity-scale-codec",8059 "sp-api",8060 "sp-blockchain",8061 "sp-core",8062 "sp-rpc",8063 "sp-runtime",8064 "sp-weights",8065]80668067[[package]]8068name = "pallet-transaction-payment-rpc-runtime-api"8069version = "4.0.0-dev"8070source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8071dependencies = [8072 "pallet-transaction-payment",8073 "parity-scale-codec",8074 "sp-api",8075 "sp-runtime",8076 "sp-weights",8077]80788079[[package]]8080name = "pallet-treasury"8081version = "4.0.0-dev"8082source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8083dependencies = [8084 "frame-benchmarking",8085 "frame-support",8086 "frame-system",8087 "impl-trait-for-tuples",8088 "pallet-balances",8089 "parity-scale-codec",8090 "scale-info",8091 "serde",8092 "sp-runtime",8093 "sp-std",8094]80958096[[package]]8097name = "pallet-unique"8098version = "0.2.1"8099dependencies = [8100 "ethereum",8101 "evm-coder",8102 "frame-benchmarking",8103 "frame-support",8104 "frame-system",8105 "log",8106 "pallet-balances-adapter",8107 "pallet-common",8108 "pallet-evm",8109 "pallet-evm-coder-substrate",8110 "pallet-nonfungible",8111 "pallet-refungible",8112 "parity-scale-codec",8113 "scale-info",8114 "sp-core",8115 "sp-io",8116 "sp-runtime",8117 "sp-std",8118 "up-data-structs",8119]81208121[[package]]8122name = "pallet-utility"8123version = "4.0.0-dev"8124source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8125dependencies = [8126 "frame-benchmarking",8127 "frame-support",8128 "frame-system",8129 "parity-scale-codec",8130 "scale-info",8131 "sp-core",8132 "sp-io",8133 "sp-runtime",8134 "sp-std",8135]81368137[[package]]8138name = "pallet-vesting"8139version = "4.0.0-dev"8140source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8141dependencies = [8142 "frame-benchmarking",8143 "frame-support",8144 "frame-system",8145 "log",8146 "parity-scale-codec",8147 "scale-info",8148 "sp-runtime",8149 "sp-std",8150]81518152[[package]]8153name = "pallet-whitelist"8154version = "4.0.0-dev"8155source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8156dependencies = [8157 "frame-benchmarking",8158 "frame-support",8159 "frame-system",8160 "parity-scale-codec",8161 "scale-info",8162 "sp-api",8163 "sp-runtime",8164 "sp-std",8165]81668167[[package]]8168name = "pallet-xcm"8169version = "1.0.0"8170source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8171dependencies = [8172 "bounded-collections",8173 "frame-benchmarking",8174 "frame-support",8175 "frame-system",8176 "log",8177 "parity-scale-codec",8178 "scale-info",8179 "serde",8180 "sp-core",8181 "sp-io",8182 "sp-runtime",8183 "sp-std",8184 "staging-xcm",8185 "staging-xcm-executor",8186]81878188[[package]]8189name = "pallet-xcm-benchmarks"8190version = "1.0.0"8191source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8192dependencies = [8193 "frame-benchmarking",8194 "frame-support",8195 "frame-system",8196 "log",8197 "parity-scale-codec",8198 "scale-info",8199 "sp-io",8200 "sp-runtime",8201 "sp-std",8202 "staging-xcm",8203 "staging-xcm-builder",8204 "staging-xcm-executor",8205]82068207[[package]]8208name = "parachain-info"8209version = "0.1.0"8210source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8211dependencies = [8212 "cumulus-primitives-core",8213 "frame-support",8214 "frame-system",8215 "parity-scale-codec",8216 "scale-info",8217 "sp-runtime",8218 "sp-std",8219]82208221[[package]]8222name = "parity-db"8223version = "0.4.11"8224source = "registry+https://github.com/rust-lang/crates.io-index"8225checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735"8226dependencies = [8227 "blake2",8228 "crc32fast",8229 "fs2",8230 "hex",8231 "libc",8232 "log",8233 "lz4",8234 "memmap2",8235 "parking_lot 0.12.1",8236 "rand 0.8.5",8237 "siphasher",8238 "snap",8239]82408241[[package]]8242name = "parity-scale-codec"8243version = "3.6.5"8244source = "registry+https://github.com/rust-lang/crates.io-index"8245checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb"8246dependencies = [8247 "arrayvec 0.7.4",8248 "bitvec",8249 "byte-slice-cast",8250 "bytes",8251 "impl-trait-for-tuples",8252 "parity-scale-codec-derive",8253 "serde",8254]82558256[[package]]8257name = "parity-scale-codec-derive"8258version = "3.6.5"8259source = "registry+https://github.com/rust-lang/crates.io-index"8260checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"8261dependencies = [8262 "proc-macro-crate",8263 "proc-macro2",8264 "quote",8265 "syn 1.0.109",8266]82678268[[package]]8269name = "parity-send-wrapper"8270version = "0.1.0"8271source = "registry+https://github.com/rust-lang/crates.io-index"8272checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"82738274[[package]]8275name = "parity-wasm"8276version = "0.45.0"8277source = "registry+https://github.com/rust-lang/crates.io-index"8278checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"82798280[[package]]8281name = "parking"8282version = "2.1.1"8283source = "registry+https://github.com/rust-lang/crates.io-index"8284checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"82858286[[package]]8287name = "parking_lot"8288version = "0.11.2"8289source = "registry+https://github.com/rust-lang/crates.io-index"8290checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"8291dependencies = [8292 "instant",8293 "lock_api",8294 "parking_lot_core 0.8.6",8295]82968297[[package]]8298name = "parking_lot"8299version = "0.12.1"8300source = "registry+https://github.com/rust-lang/crates.io-index"8301checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8302dependencies = [8303 "lock_api",8304 "parking_lot_core 0.9.8",8305]83068307[[package]]8308name = "parking_lot_core"8309version = "0.8.6"8310source = "registry+https://github.com/rust-lang/crates.io-index"8311checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"8312dependencies = [8313 "cfg-if",8314 "instant",8315 "libc",8316 "redox_syscall 0.2.16",8317 "smallvec",8318 "winapi",8319]83208321[[package]]8322name = "parking_lot_core"8323version = "0.9.8"8324source = "registry+https://github.com/rust-lang/crates.io-index"8325checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"8326dependencies = [8327 "cfg-if",8328 "libc",8329 "redox_syscall 0.3.5",8330 "smallvec",8331 "windows-targets 0.48.5",8332]83338334[[package]]8335name = "partial_sort"8336version = "0.2.0"8337source = "registry+https://github.com/rust-lang/crates.io-index"8338checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"83398340[[package]]8341name = "paste"8342version = "1.0.14"8343source = "registry+https://github.com/rust-lang/crates.io-index"8344checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"83458346[[package]]8347name = "pbkdf2"8348version = "0.8.0"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"8351dependencies = [8352 "crypto-mac 0.11.1",8353]83548355[[package]]8356name = "pbkdf2"8357version = "0.11.0"8358source = "registry+https://github.com/rust-lang/crates.io-index"8359checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"8360dependencies = [8361 "digest 0.10.7",8362]83638364[[package]]8365name = "pbkdf2"8366version = "0.12.2"8367source = "registry+https://github.com/rust-lang/crates.io-index"8368checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8369dependencies = [8370 "digest 0.10.7",8371]83728373[[package]]8374name = "peeking_take_while"8375version = "0.1.2"8376source = "registry+https://github.com/rust-lang/crates.io-index"8377checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"83788379[[package]]8380name = "pem"8381version = "1.1.1"8382source = "registry+https://github.com/rust-lang/crates.io-index"8383checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"8384dependencies = [8385 "base64 0.13.1",8386]83878388[[package]]8389name = "pem-rfc7468"8390version = "0.6.0"8391source = "registry+https://github.com/rust-lang/crates.io-index"8392checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"8393dependencies = [8394 "base64ct",8395]83968397[[package]]8398name = "percent-encoding"8399version = "2.3.0"8400source = "registry+https://github.com/rust-lang/crates.io-index"8401checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"84028403[[package]]8404name = "pest"8405version = "2.7.4"8406source = "registry+https://github.com/rust-lang/crates.io-index"8407checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"8408dependencies = [8409 "memchr",8410 "thiserror",8411 "ucd-trie",8412]84138414[[package]]8415name = "pest_derive"8416version = "2.7.4"8417source = "registry+https://github.com/rust-lang/crates.io-index"8418checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"8419dependencies = [8420 "pest",8421 "pest_generator",8422]84238424[[package]]8425name = "pest_generator"8426version = "2.7.4"8427source = "registry+https://github.com/rust-lang/crates.io-index"8428checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"8429dependencies = [8430 "pest",8431 "pest_meta",8432 "proc-macro2",8433 "quote",8434 "syn 2.0.37",8435]84368437[[package]]8438name = "pest_meta"8439version = "2.7.4"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"8442dependencies = [8443 "once_cell",8444 "pest",8445 "sha2 0.10.8",8446]84478448[[package]]8449name = "petgraph"8450version = "0.6.4"8451source = "registry+https://github.com/rust-lang/crates.io-index"8452checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8453dependencies = [8454 "fixedbitset",8455 "indexmap 2.0.2",8456]84578458[[package]]8459name = "pin-project"8460version = "1.1.3"8461source = "registry+https://github.com/rust-lang/crates.io-index"8462checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"8463dependencies = [8464 "pin-project-internal",8465]84668467[[package]]8468name = "pin-project-internal"8469version = "1.1.3"8470source = "registry+https://github.com/rust-lang/crates.io-index"8471checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"8472dependencies = [8473 "proc-macro2",8474 "quote",8475 "syn 2.0.37",8476]84778478[[package]]8479name = "pin-project-lite"8480version = "0.1.12"8481source = "registry+https://github.com/rust-lang/crates.io-index"8482checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"84838484[[package]]8485name = "pin-project-lite"8486version = "0.2.13"8487source = "registry+https://github.com/rust-lang/crates.io-index"8488checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"84898490[[package]]8491name = "pin-utils"8492version = "0.1.0"8493source = "registry+https://github.com/rust-lang/crates.io-index"8494checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"84958496[[package]]8497name = "piper"8498version = "0.2.1"8499source = "registry+https://github.com/rust-lang/crates.io-index"8500checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"8501dependencies = [8502 "atomic-waker",8503 "fastrand 2.0.1",8504 "futures-io",8505]85068507[[package]]8508name = "pkcs8"8509version = "0.9.0"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"8512dependencies = [8513 "der 0.6.1",8514 "spki 0.6.0",8515]85168517[[package]]8518name = "pkcs8"8519version = "0.10.2"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"8522dependencies = [8523 "der 0.7.8",8524 "spki 0.7.2",8525]85268527[[package]]8528name = "pkg-config"8529version = "0.3.27"8530source = "registry+https://github.com/rust-lang/crates.io-index"8531checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"85328533[[package]]8534name = "platforms"8535version = "3.1.2"8536source = "registry+https://github.com/rust-lang/crates.io-index"8537checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"85388539[[package]]8540name = "polkadot-approval-distribution"8541version = "1.0.0"8542source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8543dependencies = [8544 "futures",8545 "futures-timer",8546 "polkadot-node-jaeger",8547 "polkadot-node-metrics",8548 "polkadot-node-network-protocol",8549 "polkadot-node-primitives",8550 "polkadot-node-subsystem",8551 "polkadot-node-subsystem-util",8552 "polkadot-primitives",8553 "rand 0.8.5",8554 "tracing-gum",8555]85568557[[package]]8558name = "polkadot-availability-bitfield-distribution"8559version = "1.0.0"8560source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8561dependencies = [8562 "always-assert",8563 "futures",8564 "futures-timer",8565 "polkadot-node-network-protocol",8566 "polkadot-node-subsystem",8567 "polkadot-node-subsystem-util",8568 "polkadot-primitives",8569 "rand 0.8.5",8570 "tracing-gum",8571]85728573[[package]]8574name = "polkadot-availability-distribution"8575version = "1.0.0"8576source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8577dependencies = [8578 "derive_more",8579 "fatality",8580 "futures",8581 "parity-scale-codec",8582 "polkadot-erasure-coding",8583 "polkadot-node-network-protocol",8584 "polkadot-node-primitives",8585 "polkadot-node-subsystem",8586 "polkadot-node-subsystem-util",8587 "polkadot-primitives",8588 "rand 0.8.5",8589 "schnellru",8590 "sp-core",8591 "sp-keystore",8592 "thiserror",8593 "tracing-gum",8594]85958596[[package]]8597name = "polkadot-availability-recovery"8598version = "1.0.0"8599source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8600dependencies = [8601 "fatality",8602 "futures",8603 "parity-scale-codec",8604 "polkadot-erasure-coding",8605 "polkadot-node-network-protocol",8606 "polkadot-node-primitives",8607 "polkadot-node-subsystem",8608 "polkadot-node-subsystem-util",8609 "polkadot-primitives",8610 "rand 0.8.5",8611 "sc-network",8612 "schnellru",8613 "thiserror",8614 "tracing-gum",8615]86168617[[package]]8618name = "polkadot-cli"8619version = "1.1.0"8620source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8621dependencies = [8622 "clap",8623 "frame-benchmarking-cli",8624 "futures",8625 "log",8626 "polkadot-node-metrics",8627 "polkadot-performance-test",8628 "polkadot-service",8629 "sc-cli",8630 "sc-executor",8631 "sc-service",8632 "sc-storage-monitor",8633 "sc-sysinfo",8634 "sc-tracing",8635 "sp-core",8636 "sp-io",8637 "sp-keyring",8638 "sp-maybe-compressed-blob",8639 "substrate-build-script-utils",8640 "thiserror",8641 "try-runtime-cli",8642]86438644[[package]]8645name = "polkadot-collator-protocol"8646version = "1.0.0"8647source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8648dependencies = [8649 "bitvec",8650 "fatality",8651 "futures",8652 "futures-timer",8653 "polkadot-node-network-protocol",8654 "polkadot-node-primitives",8655 "polkadot-node-subsystem",8656 "polkadot-node-subsystem-util",8657 "polkadot-primitives",8658 "sp-core",8659 "sp-keystore",8660 "sp-runtime",8661 "thiserror",8662 "tokio-util",8663 "tracing-gum",8664]86658666[[package]]8667name = "polkadot-core-primitives"8668version = "1.0.0"8669source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8670dependencies = [8671 "parity-scale-codec",8672 "scale-info",8673 "sp-core",8674 "sp-runtime",8675 "sp-std",8676]86778678[[package]]8679name = "polkadot-dispute-distribution"8680version = "1.0.0"8681source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8682dependencies = [8683 "derive_more",8684 "fatality",8685 "futures",8686 "futures-timer",8687 "indexmap 1.9.3",8688 "parity-scale-codec",8689 "polkadot-erasure-coding",8690 "polkadot-node-network-protocol",8691 "polkadot-node-primitives",8692 "polkadot-node-subsystem",8693 "polkadot-node-subsystem-util",8694 "polkadot-primitives",8695 "sc-network",8696 "schnellru",8697 "sp-application-crypto",8698 "sp-keystore",8699 "thiserror",8700 "tracing-gum",8701]87028703[[package]]8704name = "polkadot-erasure-coding"8705version = "1.0.0"8706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8707dependencies = [8708 "parity-scale-codec",8709 "polkadot-node-primitives",8710 "polkadot-primitives",8711 "reed-solomon-novelpoly",8712 "sp-core",8713 "sp-trie",8714 "thiserror",8715]87168717[[package]]8718name = "polkadot-gossip-support"8719version = "1.0.0"8720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8721dependencies = [8722 "futures",8723 "futures-timer",8724 "polkadot-node-network-protocol",8725 "polkadot-node-subsystem",8726 "polkadot-node-subsystem-util",8727 "polkadot-primitives",8728 "rand 0.8.5",8729 "rand_chacha 0.3.1",8730 "sc-network",8731 "sc-network-common",8732 "sp-application-crypto",8733 "sp-core",8734 "sp-keystore",8735 "tracing-gum",8736]87378738[[package]]8739name = "polkadot-network-bridge"8740version = "1.0.0"8741source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8742dependencies = [8743 "always-assert",8744 "async-trait",8745 "bytes",8746 "fatality",8747 "futures",8748 "parity-scale-codec",8749 "parking_lot 0.12.1",8750 "polkadot-node-metrics",8751 "polkadot-node-network-protocol",8752 "polkadot-node-subsystem",8753 "polkadot-overseer",8754 "polkadot-primitives",8755 "sc-network",8756 "sp-consensus",8757 "thiserror",8758 "tracing-gum",8759]87608761[[package]]8762name = "polkadot-node-collation-generation"8763version = "1.0.0"8764source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8765dependencies = [8766 "futures",8767 "parity-scale-codec",8768 "polkadot-erasure-coding",8769 "polkadot-node-primitives",8770 "polkadot-node-subsystem",8771 "polkadot-node-subsystem-util",8772 "polkadot-primitives",8773 "sp-core",8774 "sp-maybe-compressed-blob",8775 "thiserror",8776 "tracing-gum",8777]87788779[[package]]8780name = "polkadot-node-core-approval-voting"8781version = "1.0.0"8782source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8783dependencies = [8784 "bitvec",8785 "derive_more",8786 "futures",8787 "futures-timer",8788 "kvdb",8789 "merlin 2.0.1",8790 "parity-scale-codec",8791 "polkadot-node-jaeger",8792 "polkadot-node-primitives",8793 "polkadot-node-subsystem",8794 "polkadot-node-subsystem-util",8795 "polkadot-overseer",8796 "polkadot-primitives",8797 "sc-keystore",8798 "schnellru",8799 "schnorrkel 0.9.1",8800 "sp-application-crypto",8801 "sp-consensus",8802 "sp-consensus-slots",8803 "sp-runtime",8804 "thiserror",8805 "tracing-gum",8806]88078808[[package]]8809name = "polkadot-node-core-av-store"8810version = "1.0.0"8811source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8812dependencies = [8813 "bitvec",8814 "futures",8815 "futures-timer",8816 "kvdb",8817 "parity-scale-codec",8818 "polkadot-erasure-coding",8819 "polkadot-node-jaeger",8820 "polkadot-node-primitives",8821 "polkadot-node-subsystem",8822 "polkadot-node-subsystem-util",8823 "polkadot-overseer",8824 "polkadot-primitives",8825 "sp-consensus",8826 "thiserror",8827 "tracing-gum",8828]88298830[[package]]8831name = "polkadot-node-core-backing"8832version = "1.0.0"8833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8834dependencies = [8835 "bitvec",8836 "fatality",8837 "futures",8838 "polkadot-erasure-coding",8839 "polkadot-node-primitives",8840 "polkadot-node-subsystem",8841 "polkadot-node-subsystem-util",8842 "polkadot-primitives",8843 "polkadot-statement-table",8844 "sp-keystore",8845 "thiserror",8846 "tracing-gum",8847]88488849[[package]]8850name = "polkadot-node-core-bitfield-signing"8851version = "1.0.0"8852source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8853dependencies = [8854 "futures",8855 "polkadot-node-subsystem",8856 "polkadot-node-subsystem-util",8857 "polkadot-primitives",8858 "sp-keystore",8859 "thiserror",8860 "tracing-gum",8861 "wasm-timer",8862]88638864[[package]]8865name = "polkadot-node-core-candidate-validation"8866version = "1.0.0"8867source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8868dependencies = [8869 "async-trait",8870 "futures",8871 "futures-timer",8872 "parity-scale-codec",8873 "polkadot-node-core-pvf",8874 "polkadot-node-metrics",8875 "polkadot-node-primitives",8876 "polkadot-node-subsystem",8877 "polkadot-node-subsystem-util",8878 "polkadot-overseer",8879 "polkadot-parachain-primitives",8880 "polkadot-primitives",8881 "sp-maybe-compressed-blob",8882 "tracing-gum",8883]88848885[[package]]8886name = "polkadot-node-core-chain-api"8887version = "1.0.0"8888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8889dependencies = [8890 "futures",8891 "polkadot-node-metrics",8892 "polkadot-node-subsystem",8893 "polkadot-primitives",8894 "sc-client-api",8895 "sc-consensus-babe",8896 "sp-blockchain",8897 "tracing-gum",8898]88998900[[package]]8901name = "polkadot-node-core-chain-selection"8902version = "1.0.0"8903source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8904dependencies = [8905 "futures",8906 "futures-timer",8907 "kvdb",8908 "parity-scale-codec",8909 "polkadot-node-primitives",8910 "polkadot-node-subsystem",8911 "polkadot-node-subsystem-util",8912 "polkadot-primitives",8913 "thiserror",8914 "tracing-gum",8915]89168917[[package]]8918name = "polkadot-node-core-dispute-coordinator"8919version = "1.0.0"8920source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8921dependencies = [8922 "fatality",8923 "futures",8924 "kvdb",8925 "parity-scale-codec",8926 "polkadot-node-primitives",8927 "polkadot-node-subsystem",8928 "polkadot-node-subsystem-util",8929 "polkadot-primitives",8930 "sc-keystore",8931 "schnellru",8932 "thiserror",8933 "tracing-gum",8934]89358936[[package]]8937name = "polkadot-node-core-parachains-inherent"8938version = "1.0.0"8939source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8940dependencies = [8941 "async-trait",8942 "futures",8943 "futures-timer",8944 "polkadot-node-subsystem",8945 "polkadot-overseer",8946 "polkadot-primitives",8947 "sp-blockchain",8948 "sp-inherents",8949 "thiserror",8950 "tracing-gum",8951]89528953[[package]]8954name = "polkadot-node-core-prospective-parachains"8955version = "1.0.0"8956source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8957dependencies = [8958 "bitvec",8959 "fatality",8960 "futures",8961 "parity-scale-codec",8962 "polkadot-node-primitives",8963 "polkadot-node-subsystem",8964 "polkadot-node-subsystem-util",8965 "polkadot-primitives",8966 "thiserror",8967 "tracing-gum",8968]89698970[[package]]8971name = "polkadot-node-core-provisioner"8972version = "1.0.0"8973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8974dependencies = [8975 "bitvec",8976 "fatality",8977 "futures",8978 "futures-timer",8979 "polkadot-node-primitives",8980 "polkadot-node-subsystem",8981 "polkadot-node-subsystem-util",8982 "polkadot-primitives",8983 "thiserror",8984 "tracing-gum",8985]89868987[[package]]8988name = "polkadot-node-core-pvf"8989version = "1.0.0"8990source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8991dependencies = [8992 "always-assert",8993 "futures",8994 "futures-timer",8995 "libc",8996 "parity-scale-codec",8997 "pin-project",8998 "polkadot-core-primitives",8999 "polkadot-node-core-pvf-common",9000 "polkadot-node-metrics",9001 "polkadot-node-primitives",9002 "polkadot-parachain-primitives",9003 "polkadot-primitives",9004 "rand 0.8.5",9005 "slotmap",9006 "sp-core",9007 "sp-maybe-compressed-blob",9008 "sp-wasm-interface",9009 "substrate-build-script-utils",9010 "tempfile",9011 "tokio",9012 "tracing-gum",9013]90149015[[package]]9016name = "polkadot-node-core-pvf-checker"9017version = "1.0.0"9018source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9019dependencies = [9020 "futures",9021 "polkadot-node-primitives",9022 "polkadot-node-subsystem",9023 "polkadot-node-subsystem-util",9024 "polkadot-overseer",9025 "polkadot-primitives",9026 "sp-keystore",9027 "thiserror",9028 "tracing-gum",9029]90309031[[package]]9032name = "polkadot-node-core-pvf-common"9033version = "1.0.0"9034source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9035dependencies = [9036 "cpu-time",9037 "futures",9038 "landlock",9039 "libc",9040 "parity-scale-codec",9041 "polkadot-parachain-primitives",9042 "polkadot-primitives",9043 "sc-executor",9044 "sc-executor-common",9045 "sc-executor-wasmtime",9046 "sp-core",9047 "sp-externalities",9048 "sp-io",9049 "sp-tracing",9050 "tokio",9051 "tracing-gum",9052]90539054[[package]]9055name = "polkadot-node-core-pvf-prepare-worker"9056version = "1.0.0"9057source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9058dependencies = [9059 "futures",9060 "libc",9061 "parity-scale-codec",9062 "polkadot-node-core-pvf-common",9063 "polkadot-parachain-primitives",9064 "polkadot-primitives",9065 "rayon",9066 "sc-executor",9067 "sc-executor-common",9068 "sc-executor-wasmtime",9069 "sp-io",9070 "sp-maybe-compressed-blob",9071 "sp-tracing",9072 "tikv-jemalloc-ctl",9073 "tokio",9074 "tracing-gum",9075]90769077[[package]]9078name = "polkadot-node-core-runtime-api"9079version = "1.0.0"9080source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9081dependencies = [9082 "futures",9083 "polkadot-node-metrics",9084 "polkadot-node-subsystem",9085 "polkadot-node-subsystem-types",9086 "polkadot-primitives",9087 "schnellru",9088 "sp-consensus-babe",9089 "tracing-gum",9090]90919092[[package]]9093name = "polkadot-node-jaeger"9094version = "1.0.0"9095source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9096dependencies = [9097 "lazy_static",9098 "log",9099 "mick-jaeger",9100 "parity-scale-codec",9101 "parking_lot 0.12.1",9102 "polkadot-node-primitives",9103 "polkadot-primitives",9104 "sc-network",9105 "sp-core",9106 "thiserror",9107 "tokio",9108]91099110[[package]]9111name = "polkadot-node-metrics"9112version = "1.0.0"9113source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9114dependencies = [9115 "bs58 0.5.0",9116 "futures",9117 "futures-timer",9118 "log",9119 "parity-scale-codec",9120 "polkadot-primitives",9121 "prioritized-metered-channel",9122 "sc-cli",9123 "sc-service",9124 "sc-tracing",9125 "substrate-prometheus-endpoint",9126 "tracing-gum",9127]91289129[[package]]9130name = "polkadot-node-network-protocol"9131version = "1.0.0"9132source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9133dependencies = [9134 "async-channel",9135 "async-trait",9136 "bitvec",9137 "derive_more",9138 "fatality",9139 "futures",9140 "hex",9141 "parity-scale-codec",9142 "polkadot-node-jaeger",9143 "polkadot-node-primitives",9144 "polkadot-primitives",9145 "rand 0.8.5",9146 "sc-authority-discovery",9147 "sc-network",9148 "strum",9149 "thiserror",9150 "tracing-gum",9151]91529153[[package]]9154name = "polkadot-node-primitives"9155version = "1.0.0"9156source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9157dependencies = [9158 "bounded-vec",9159 "futures",9160 "parity-scale-codec",9161 "polkadot-parachain-primitives",9162 "polkadot-primitives",9163 "schnorrkel 0.9.1",9164 "serde",9165 "sp-application-crypto",9166 "sp-consensus-babe",9167 "sp-core",9168 "sp-keystore",9169 "sp-maybe-compressed-blob",9170 "sp-runtime",9171 "thiserror",9172 "zstd 0.12.4",9173]91749175[[package]]9176name = "polkadot-node-subsystem"9177version = "1.0.0"9178source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9179dependencies = [9180 "polkadot-node-jaeger",9181 "polkadot-node-subsystem-types",9182 "polkadot-overseer",9183]91849185[[package]]9186name = "polkadot-node-subsystem-types"9187version = "1.0.0"9188source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9189dependencies = [9190 "async-trait",9191 "derive_more",9192 "futures",9193 "orchestra",9194 "polkadot-node-jaeger",9195 "polkadot-node-network-protocol",9196 "polkadot-node-primitives",9197 "polkadot-primitives",9198 "polkadot-statement-table",9199 "sc-network",9200 "sc-transaction-pool-api",9201 "smallvec",9202 "sp-api",9203 "sp-authority-discovery",9204 "sp-consensus-babe",9205 "substrate-prometheus-endpoint",9206 "thiserror",9207]92089209[[package]]9210name = "polkadot-node-subsystem-util"9211version = "1.0.0"9212source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9213dependencies = [9214 "async-trait",9215 "derive_more",9216 "fatality",9217 "futures",9218 "futures-channel",9219 "itertools 0.10.5",9220 "kvdb",9221 "parity-db",9222 "parity-scale-codec",9223 "parking_lot 0.11.2",9224 "pin-project",9225 "polkadot-node-jaeger",9226 "polkadot-node-metrics",9227 "polkadot-node-network-protocol",9228 "polkadot-node-primitives",9229 "polkadot-node-subsystem",9230 "polkadot-overseer",9231 "polkadot-primitives",9232 "prioritized-metered-channel",9233 "rand 0.8.5",9234 "schnellru",9235 "sp-application-crypto",9236 "sp-core",9237 "sp-keystore",9238 "thiserror",9239 "tracing-gum",9240]92419242[[package]]9243name = "polkadot-overseer"9244version = "1.0.0"9245source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9246dependencies = [9247 "async-trait",9248 "futures",9249 "futures-timer",9250 "orchestra",9251 "parking_lot 0.12.1",9252 "polkadot-node-metrics",9253 "polkadot-node-network-protocol",9254 "polkadot-node-primitives",9255 "polkadot-node-subsystem-types",9256 "polkadot-primitives",9257 "sc-client-api",9258 "schnellru",9259 "sp-api",9260 "sp-core",9261 "tikv-jemalloc-ctl",9262 "tracing-gum",9263]92649265[[package]]9266name = "polkadot-parachain-primitives"9267version = "1.0.0"9268source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9269dependencies = [9270 "bounded-collections",9271 "derive_more",9272 "frame-support",9273 "parity-scale-codec",9274 "polkadot-core-primitives",9275 "scale-info",9276 "serde",9277 "sp-core",9278 "sp-runtime",9279 "sp-std",9280]92819282[[package]]9283name = "polkadot-performance-test"9284version = "1.0.0"9285source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9286dependencies = [9287 "env_logger 0.9.3",9288 "log",9289 "polkadot-erasure-coding",9290 "polkadot-node-core-pvf-prepare-worker",9291 "polkadot-node-primitives",9292 "polkadot-primitives",9293 "quote",9294 "sc-executor-common",9295 "sp-maybe-compressed-blob",9296 "staging-kusama-runtime",9297 "thiserror",9298]92999300[[package]]9301name = "polkadot-primitives"9302version = "1.0.0"9303source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9304dependencies = [9305 "bitvec",9306 "hex-literal",9307 "parity-scale-codec",9308 "polkadot-core-primitives",9309 "polkadot-parachain-primitives",9310 "scale-info",9311 "serde",9312 "sp-api",9313 "sp-application-crypto",9314 "sp-arithmetic",9315 "sp-authority-discovery",9316 "sp-consensus-slots",9317 "sp-core",9318 "sp-inherents",9319 "sp-io",9320 "sp-keystore",9321 "sp-runtime",9322 "sp-staking",9323 "sp-std",9324]93259326[[package]]9327name = "polkadot-rpc"9328version = "1.0.0"9329source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9330dependencies = [9331 "jsonrpsee",9332 "mmr-rpc",9333 "pallet-transaction-payment-rpc",9334 "polkadot-primitives",9335 "sc-chain-spec",9336 "sc-client-api",9337 "sc-consensus-babe",9338 "sc-consensus-babe-rpc",9339 "sc-consensus-beefy",9340 "sc-consensus-beefy-rpc",9341 "sc-consensus-epochs",9342 "sc-consensus-grandpa",9343 "sc-consensus-grandpa-rpc",9344 "sc-rpc",9345 "sc-sync-state-rpc",9346 "sc-transaction-pool-api",9347 "sp-api",9348 "sp-block-builder",9349 "sp-blockchain",9350 "sp-consensus",9351 "sp-consensus-babe",9352 "sp-keystore",9353 "sp-runtime",9354 "substrate-frame-rpc-system",9355 "substrate-state-trie-migration-rpc",9356]93579358[[package]]9359name = "polkadot-runtime"9360version = "1.0.0"9361source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9362dependencies = [9363 "bitvec",9364 "frame-benchmarking",9365 "frame-election-provider-support",9366 "frame-executive",9367 "frame-support",9368 "frame-system",9369 "frame-system-benchmarking",9370 "frame-system-rpc-runtime-api",9371 "frame-try-runtime",9372 "hex-literal",9373 "log",9374 "pallet-authority-discovery",9375 "pallet-authorship",9376 "pallet-babe",9377 "pallet-bags-list",9378 "pallet-balances",9379 "pallet-bounties",9380 "pallet-child-bounties",9381 "pallet-collective",9382 "pallet-conviction-voting",9383 "pallet-democracy",9384 "pallet-election-provider-multi-phase",9385 "pallet-election-provider-support-benchmarking",9386 "pallet-elections-phragmen",9387 "pallet-fast-unstake",9388 "pallet-grandpa",9389 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",9390 "pallet-im-online",9391 "pallet-indices",9392 "pallet-membership",9393 "pallet-message-queue",9394 "pallet-multisig",9395 "pallet-nomination-pools",9396 "pallet-nomination-pools-benchmarking",9397 "pallet-nomination-pools-runtime-api",9398 "pallet-offences",9399 "pallet-offences-benchmarking",9400 "pallet-preimage",9401 "pallet-proxy",9402 "pallet-referenda",9403 "pallet-scheduler",9404 "pallet-session",9405 "pallet-session-benchmarking",9406 "pallet-staking",9407 "pallet-staking-reward-curve",9408 "pallet-staking-runtime-api",9409 "pallet-timestamp",9410 "pallet-tips",9411 "pallet-transaction-payment",9412 "pallet-transaction-payment-rpc-runtime-api",9413 "pallet-treasury",9414 "pallet-utility",9415 "pallet-vesting",9416 "pallet-whitelist",9417 "pallet-xcm",9418 "pallet-xcm-benchmarks",9419 "parity-scale-codec",9420 "polkadot-primitives",9421 "polkadot-runtime-common",9422 "polkadot-runtime-constants",9423 "polkadot-runtime-parachains",9424 "rustc-hex",9425 "scale-info",9426 "serde",9427 "serde_derive",9428 "smallvec",9429 "sp-api",9430 "sp-arithmetic",9431 "sp-authority-discovery",9432 "sp-block-builder",9433 "sp-consensus-babe",9434 "sp-consensus-beefy",9435 "sp-core",9436 "sp-inherents",9437 "sp-io",9438 "sp-mmr-primitives",9439 "sp-npos-elections",9440 "sp-offchain",9441 "sp-runtime",9442 "sp-session",9443 "sp-staking",9444 "sp-std",9445 "sp-storage",9446 "sp-transaction-pool",9447 "sp-version",9448 "staging-xcm",9449 "staging-xcm-builder",9450 "staging-xcm-executor",9451 "static_assertions",9452 "substrate-wasm-builder",9453]94549455[[package]]9456name = "polkadot-runtime-common"9457version = "1.0.0"9458source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9459dependencies = [9460 "bitvec",9461 "frame-benchmarking",9462 "frame-election-provider-support",9463 "frame-support",9464 "frame-system",9465 "impl-trait-for-tuples",9466 "libsecp256k1",9467 "log",9468 "pallet-authorship",9469 "pallet-babe",9470 "pallet-balances",9471 "pallet-election-provider-multi-phase",9472 "pallet-fast-unstake",9473 "pallet-session",9474 "pallet-staking",9475 "pallet-staking-reward-fn",9476 "pallet-timestamp",9477 "pallet-transaction-payment",9478 "pallet-treasury",9479 "pallet-vesting",9480 "parity-scale-codec",9481 "polkadot-primitives",9482 "polkadot-runtime-parachains",9483 "rustc-hex",9484 "scale-info",9485 "serde",9486 "serde_derive",9487 "slot-range-helper",9488 "sp-api",9489 "sp-core",9490 "sp-inherents",9491 "sp-io",9492 "sp-npos-elections",9493 "sp-runtime",9494 "sp-session",9495 "sp-staking",9496 "sp-std",9497 "staging-xcm",9498 "static_assertions",9499]95009501[[package]]9502name = "polkadot-runtime-constants"9503version = "1.0.0"9504source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9505dependencies = [9506 "frame-support",9507 "polkadot-primitives",9508 "polkadot-runtime-common",9509 "smallvec",9510 "sp-core",9511 "sp-runtime",9512 "sp-weights",9513]95149515[[package]]9516name = "polkadot-runtime-metrics"9517version = "1.0.0"9518source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9519dependencies = [9520 "bs58 0.5.0",9521 "frame-benchmarking",9522 "parity-scale-codec",9523 "polkadot-primitives",9524 "sp-std",9525 "sp-tracing",9526]95279528[[package]]9529name = "polkadot-runtime-parachains"9530version = "1.0.0"9531source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9532dependencies = [9533 "bitflags 1.3.2",9534 "bitvec",9535 "derive_more",9536 "frame-benchmarking",9537 "frame-support",9538 "frame-system",9539 "impl-trait-for-tuples",9540 "log",9541 "pallet-authority-discovery",9542 "pallet-authorship",9543 "pallet-babe",9544 "pallet-balances",9545 "pallet-message-queue",9546 "pallet-session",9547 "pallet-staking",9548 "pallet-timestamp",9549 "pallet-vesting",9550 "parity-scale-codec",9551 "polkadot-parachain-primitives",9552 "polkadot-primitives",9553 "polkadot-runtime-metrics",9554 "rand 0.8.5",9555 "rand_chacha 0.3.1",9556 "rustc-hex",9557 "scale-info",9558 "serde",9559 "sp-api",9560 "sp-application-crypto",9561 "sp-core",9562 "sp-inherents",9563 "sp-io",9564 "sp-keystore",9565 "sp-runtime",9566 "sp-session",9567 "sp-staking",9568 "sp-std",9569 "staging-xcm",9570 "staging-xcm-executor",9571 "static_assertions",9572]95739574[[package]]9575name = "polkadot-service"9576version = "1.0.0"9577source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9578dependencies = [9579 "async-trait",9580 "frame-benchmarking",9581 "frame-benchmarking-cli",9582 "frame-support",9583 "frame-system",9584 "frame-system-rpc-runtime-api",9585 "futures",9586 "hex-literal",9587 "is_executable",9588 "kvdb",9589 "kvdb-rocksdb",9590 "log",9591 "mmr-gadget",9592 "pallet-babe",9593 "pallet-im-online",9594 "pallet-staking",9595 "pallet-transaction-payment",9596 "pallet-transaction-payment-rpc-runtime-api",9597 "parity-db",9598 "parity-scale-codec",9599 "polkadot-approval-distribution",9600 "polkadot-availability-bitfield-distribution",9601 "polkadot-availability-distribution",9602 "polkadot-availability-recovery",9603 "polkadot-collator-protocol",9604 "polkadot-core-primitives",9605 "polkadot-dispute-distribution",9606 "polkadot-gossip-support",9607 "polkadot-network-bridge",9608 "polkadot-node-collation-generation",9609 "polkadot-node-core-approval-voting",9610 "polkadot-node-core-av-store",9611 "polkadot-node-core-backing",9612 "polkadot-node-core-bitfield-signing",9613 "polkadot-node-core-candidate-validation",9614 "polkadot-node-core-chain-api",9615 "polkadot-node-core-chain-selection",9616 "polkadot-node-core-dispute-coordinator",9617 "polkadot-node-core-parachains-inherent",9618 "polkadot-node-core-prospective-parachains",9619 "polkadot-node-core-provisioner",9620 "polkadot-node-core-pvf",9621 "polkadot-node-core-pvf-checker",9622 "polkadot-node-core-runtime-api",9623 "polkadot-node-network-protocol",9624 "polkadot-node-primitives",9625 "polkadot-node-subsystem",9626 "polkadot-node-subsystem-types",9627 "polkadot-node-subsystem-util",9628 "polkadot-overseer",9629 "polkadot-parachain-primitives",9630 "polkadot-primitives",9631 "polkadot-rpc",9632 "polkadot-runtime",9633 "polkadot-runtime-common",9634 "polkadot-runtime-parachains",9635 "polkadot-statement-distribution",9636 "rococo-runtime",9637 "sc-authority-discovery",9638 "sc-basic-authorship",9639 "sc-block-builder",9640 "sc-chain-spec",9641 "sc-client-api",9642 "sc-client-db",9643 "sc-consensus",9644 "sc-consensus-babe",9645 "sc-consensus-beefy",9646 "sc-consensus-grandpa",9647 "sc-consensus-slots",9648 "sc-executor",9649 "sc-keystore",9650 "sc-network",9651 "sc-network-common",9652 "sc-network-sync",9653 "sc-offchain",9654 "sc-service",9655 "sc-sync-state-rpc",9656 "sc-sysinfo",9657 "sc-telemetry",9658 "sc-transaction-pool",9659 "sc-transaction-pool-api",9660 "schnellru",9661 "serde",9662 "serde_json",9663 "sp-api",9664 "sp-authority-discovery",9665 "sp-block-builder",9666 "sp-blockchain",9667 "sp-consensus",9668 "sp-consensus-babe",9669 "sp-consensus-beefy",9670 "sp-consensus-grandpa",9671 "sp-core",9672 "sp-inherents",9673 "sp-io",9674 "sp-keyring",9675 "sp-keystore",9676 "sp-mmr-primitives",9677 "sp-offchain",9678 "sp-runtime",9679 "sp-session",9680 "sp-state-machine",9681 "sp-storage",9682 "sp-timestamp",9683 "sp-transaction-pool",9684 "sp-version",9685 "sp-weights",9686 "staging-kusama-runtime",9687 "substrate-prometheus-endpoint",9688 "thiserror",9689 "tracing-gum",9690 "westend-runtime",9691]96929693[[package]]9694name = "polkadot-statement-distribution"9695version = "1.0.0"9696source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9697dependencies = [9698 "arrayvec 0.7.4",9699 "bitvec",9700 "fatality",9701 "futures",9702 "futures-timer",9703 "indexmap 1.9.3",9704 "parity-scale-codec",9705 "polkadot-node-network-protocol",9706 "polkadot-node-primitives",9707 "polkadot-node-subsystem",9708 "polkadot-node-subsystem-types",9709 "polkadot-node-subsystem-util",9710 "polkadot-primitives",9711 "sp-keystore",9712 "sp-staking",9713 "thiserror",9714 "tracing-gum",9715]97169717[[package]]9718name = "polkadot-statement-table"9719version = "1.0.0"9720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9721dependencies = [9722 "parity-scale-codec",9723 "polkadot-primitives",9724 "sp-core",9725]97269727[[package]]9728name = "polling"9729version = "2.8.0"9730source = "registry+https://github.com/rust-lang/crates.io-index"9731checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9732dependencies = [9733 "autocfg",9734 "bitflags 1.3.2",9735 "cfg-if",9736 "concurrent-queue",9737 "libc",9738 "log",9739 "pin-project-lite 0.2.13",9740 "windows-sys 0.48.0",9741]97429743[[package]]9744name = "poly1305"9745version = "0.7.2"9746source = "registry+https://github.com/rust-lang/crates.io-index"9747checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9748dependencies = [9749 "cpufeatures",9750 "opaque-debug 0.3.0",9751 "universal-hash 0.4.1",9752]97539754[[package]]9755name = "poly1305"9756version = "0.8.0"9757source = "registry+https://github.com/rust-lang/crates.io-index"9758checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"9759dependencies = [9760 "cpufeatures",9761 "opaque-debug 0.3.0",9762 "universal-hash 0.5.1",9763]97649765[[package]]9766name = "polyval"9767version = "0.5.3"9768source = "registry+https://github.com/rust-lang/crates.io-index"9769checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9770dependencies = [9771 "cfg-if",9772 "cpufeatures",9773 "opaque-debug 0.3.0",9774 "universal-hash 0.4.1",9775]97769777[[package]]9778name = "polyval"9779version = "0.6.1"9780source = "registry+https://github.com/rust-lang/crates.io-index"9781checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"9782dependencies = [9783 "cfg-if",9784 "cpufeatures",9785 "opaque-debug 0.3.0",9786 "universal-hash 0.5.1",9787]97889789[[package]]9790name = "portable-atomic"9791version = "1.4.3"9792source = "registry+https://github.com/rust-lang/crates.io-index"9793checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"97949795[[package]]9796name = "ppv-lite86"9797version = "0.2.17"9798source = "registry+https://github.com/rust-lang/crates.io-index"9799checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"98009801[[package]]9802name = "precompile-utils-macro"9803version = "0.1.0"9804dependencies = [9805 "num_enum",9806 "proc-macro2",9807 "quote",9808 "sha3 0.8.2",9809 "syn 1.0.109",9810]98119812[[package]]9813name = "predicates"9814version = "2.1.5"9815source = "registry+https://github.com/rust-lang/crates.io-index"9816checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9817dependencies = [9818 "difflib",9819 "float-cmp",9820 "itertools 0.10.5",9821 "normalize-line-endings",9822 "predicates-core",9823 "regex",9824]98259826[[package]]9827name = "predicates-core"9828version = "1.0.6"9829source = "registry+https://github.com/rust-lang/crates.io-index"9830checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"98319832[[package]]9833name = "predicates-tree"9834version = "1.0.9"9835source = "registry+https://github.com/rust-lang/crates.io-index"9836checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9837dependencies = [9838 "predicates-core",9839 "termtree",9840]98419842[[package]]9843name = "prettyplease"9844version = "0.1.25"9845source = "registry+https://github.com/rust-lang/crates.io-index"9846checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9847dependencies = [9848 "proc-macro2",9849 "syn 1.0.109",9850]98519852[[package]]9853name = "prettyplease"9854version = "0.2.15"9855source = "registry+https://github.com/rust-lang/crates.io-index"9856checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9857dependencies = [9858 "proc-macro2",9859 "syn 2.0.37",9860]98619862[[package]]9863name = "primitive-types"9864version = "0.12.1"9865source = "registry+https://github.com/rust-lang/crates.io-index"9866checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9867dependencies = [9868 "fixed-hash",9869 "impl-codec",9870 "impl-rlp",9871 "impl-serde",9872 "scale-info",9873 "uint",9874]98759876[[package]]9877name = "prioritized-metered-channel"9878version = "0.2.0"9879source = "registry+https://github.com/rust-lang/crates.io-index"9880checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9881dependencies = [9882 "coarsetime",9883 "crossbeam-queue",9884 "derive_more",9885 "futures",9886 "futures-timer",9887 "nanorand",9888 "thiserror",9889 "tracing",9890]98919892[[package]]9893name = "proc-macro-crate"9894version = "1.3.1"9895source = "registry+https://github.com/rust-lang/crates.io-index"9896checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9897dependencies = [9898 "once_cell",9899 "toml_edit",9900]99019902[[package]]9903name = "proc-macro-error"9904version = "1.0.4"9905source = "registry+https://github.com/rust-lang/crates.io-index"9906checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9907dependencies = [9908 "proc-macro-error-attr",9909 "proc-macro2",9910 "quote",9911 "syn 1.0.109",9912 "version_check",9913]99149915[[package]]9916name = "proc-macro-error-attr"9917version = "1.0.4"9918source = "registry+https://github.com/rust-lang/crates.io-index"9919checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9920dependencies = [9921 "proc-macro2",9922 "quote",9923 "version_check",9924]99259926[[package]]9927name = "proc-macro-hack"9928version = "0.5.20+deprecated"9929source = "registry+https://github.com/rust-lang/crates.io-index"9930checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"99319932[[package]]9933name = "proc-macro-warning"9934version = "0.4.2"9935source = "registry+https://github.com/rust-lang/crates.io-index"9936checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"9937dependencies = [9938 "proc-macro2",9939 "quote",9940 "syn 2.0.37",9941]99429943[[package]]9944name = "proc-macro2"9945version = "1.0.67"9946source = "registry+https://github.com/rust-lang/crates.io-index"9947checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"9948dependencies = [9949 "unicode-ident",9950]99519952[[package]]9953name = "prometheus"9954version = "0.13.3"9955source = "registry+https://github.com/rust-lang/crates.io-index"9956checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9957dependencies = [9958 "cfg-if",9959 "fnv",9960 "lazy_static",9961 "memchr",9962 "parking_lot 0.12.1",9963 "thiserror",9964]99659966[[package]]9967name = "prometheus-client"9968version = "0.19.0"9969source = "registry+https://github.com/rust-lang/crates.io-index"9970checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"9971dependencies = [9972 "dtoa",9973 "itoa",9974 "parking_lot 0.12.1",9975 "prometheus-client-derive-encode",9976]99779978[[package]]9979name = "prometheus-client-derive-encode"9980version = "0.4.2"9981source = "registry+https://github.com/rust-lang/crates.io-index"9982checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"9983dependencies = [9984 "proc-macro2",9985 "quote",9986 "syn 2.0.37",9987]99889989[[package]]9990name = "prost"9991version = "0.11.9"9992source = "registry+https://github.com/rust-lang/crates.io-index"9993checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9994dependencies = [9995 "bytes",9996 "prost-derive",9997]99989999[[package]]10000name = "prost-build"10001version = "0.11.9"10002source = "registry+https://github.com/rust-lang/crates.io-index"10003checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"10004dependencies = [10005 "bytes",10006 "heck",10007 "itertools 0.10.5",10008 "lazy_static",10009 "log",10010 "multimap",10011 "petgraph",10012 "prettyplease 0.1.25",10013 "prost",10014 "prost-types",10015 "regex",10016 "syn 1.0.109",10017 "tempfile",10018 "which",10019]1002010021[[package]]10022name = "prost-derive"10023version = "0.11.9"10024source = "registry+https://github.com/rust-lang/crates.io-index"10025checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"10026dependencies = [10027 "anyhow",10028 "itertools 0.10.5",10029 "proc-macro2",10030 "quote",10031 "syn 1.0.109",10032]1003310034[[package]]10035name = "prost-types"10036version = "0.11.9"10037source = "registry+https://github.com/rust-lang/crates.io-index"10038checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"10039dependencies = [10040 "prost",10041]1004210043[[package]]10044name = "psm"10045version = "0.1.21"10046source = "registry+https://github.com/rust-lang/crates.io-index"10047checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"10048dependencies = [10049 "cc",10050]1005110052[[package]]10053name = "quartz-runtime"10054version = "1.1.0"10055dependencies = [10056 "app-promotion-rpc",10057 "cumulus-pallet-aura-ext",10058 "cumulus-pallet-dmp-queue",10059 "cumulus-pallet-parachain-system",10060 "cumulus-pallet-xcm",10061 "cumulus-pallet-xcmp-queue",10062 "cumulus-primitives-core",10063 "cumulus-primitives-timestamp",10064 "cumulus-primitives-utility",10065 "derivative",10066 "evm-coder",10067 "fp-evm",10068 "fp-rpc",10069 "fp-self-contained",10070 "frame-benchmarking",10071 "frame-executive",10072 "frame-support",10073 "frame-system",10074 "frame-system-benchmarking",10075 "frame-system-rpc-runtime-api",10076 "frame-try-runtime",10077 "hex-literal",10078 "impl-trait-for-tuples",10079 "log",10080 "num_enum",10081 "orml-tokens",10082 "orml-traits",10083 "orml-vesting",10084 "orml-xcm-support",10085 "orml-xtokens",10086 "pallet-app-promotion",10087 "pallet-aura",10088 "pallet-authorship",10089 "pallet-balances",10090 "pallet-balances-adapter",10091 "pallet-base-fee",10092 "pallet-collator-selection",10093 "pallet-collective",10094 "pallet-common",10095 "pallet-configuration",10096 "pallet-democracy",10097 "pallet-ethereum",10098 "pallet-evm",10099 "pallet-evm-coder-substrate",10100 "pallet-evm-contract-helpers",10101 "pallet-evm-migration",10102 "pallet-evm-precompile-simple",10103 "pallet-evm-transaction-payment",10104 "pallet-foreign-assets",10105 "pallet-fungible",10106 "pallet-gov-origins",10107 "pallet-identity 4.0.0-dev",10108 "pallet-inflation",10109 "pallet-maintenance",10110 "pallet-membership",10111 "pallet-nonfungible",10112 "pallet-preimage",10113 "pallet-ranked-collective",10114 "pallet-referenda",10115 "pallet-refungible",10116 "pallet-scheduler",10117 "pallet-session",10118 "pallet-state-trie-migration",10119 "pallet-structure",10120 "pallet-sudo",10121 "pallet-template-transaction-payment",10122 "pallet-test-utils",10123 "pallet-timestamp",10124 "pallet-transaction-payment",10125 "pallet-transaction-payment-rpc-runtime-api",10126 "pallet-treasury",10127 "pallet-unique",10128 "pallet-utility",10129 "pallet-xcm",10130 "parachain-info",10131 "parity-scale-codec",10132 "polkadot-parachain-primitives",10133 "precompile-utils-macro",10134 "scale-info",10135 "serde",10136 "smallvec",10137 "sp-api",10138 "sp-arithmetic",10139 "sp-block-builder",10140 "sp-consensus-aura",10141 "sp-core",10142 "sp-inherents",10143 "sp-io",10144 "sp-offchain",10145 "sp-runtime",10146 "sp-session",10147 "sp-std",10148 "sp-storage",10149 "sp-transaction-pool",10150 "sp-version",10151 "staging-xcm",10152 "staging-xcm-builder",10153 "staging-xcm-executor",10154 "substrate-wasm-builder",10155 "up-common",10156 "up-data-structs",10157 "up-pov-estimate-rpc",10158 "up-rpc",10159 "up-sponsorship",10160]1016110162[[package]]10163name = "quick-error"10164version = "1.2.3"10165source = "registry+https://github.com/rust-lang/crates.io-index"10166checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"1016710168[[package]]10169name = "quick-protobuf"10170version = "0.8.1"10171source = "registry+https://github.com/rust-lang/crates.io-index"10172checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"10173dependencies = [10174 "byteorder",10175]1017610177[[package]]10178name = "quick-protobuf-codec"10179version = "0.1.0"10180source = "registry+https://github.com/rust-lang/crates.io-index"10181checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"10182dependencies = [10183 "asynchronous-codec",10184 "bytes",10185 "quick-protobuf",10186 "thiserror",10187 "unsigned-varint",10188]1018910190[[package]]10191name = "quicksink"10192version = "0.1.2"10193source = "registry+https://github.com/rust-lang/crates.io-index"10194checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"10195dependencies = [10196 "futures-core",10197 "futures-sink",10198 "pin-project-lite 0.1.12",10199]1020010201[[package]]10202name = "quinn-proto"10203version = "0.9.5"10204source = "registry+https://github.com/rust-lang/crates.io-index"10205checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"10206dependencies = [10207 "bytes",10208 "rand 0.8.5",10209 "ring 0.16.20",10210 "rustc-hash",10211 "rustls 0.20.9",10212 "slab",10213 "thiserror",10214 "tinyvec",10215 "tracing",10216 "webpki 0.22.2",10217]1021810219[[package]]10220name = "quote"10221version = "1.0.33"10222source = "registry+https://github.com/rust-lang/crates.io-index"10223checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"10224dependencies = [10225 "proc-macro2",10226]1022710228[[package]]10229name = "radium"10230version = "0.7.0"10231source = "registry+https://github.com/rust-lang/crates.io-index"10232checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"1023310234[[package]]10235name = "rand"10236version = "0.7.3"10237source = "registry+https://github.com/rust-lang/crates.io-index"10238checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"10239dependencies = [10240 "getrandom 0.1.16",10241 "libc",10242 "rand_chacha 0.2.2",10243 "rand_core 0.5.1",10244 "rand_hc",10245]1024610247[[package]]10248name = "rand"10249version = "0.8.5"10250source = "registry+https://github.com/rust-lang/crates.io-index"10251checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"10252dependencies = [10253 "libc",10254 "rand_chacha 0.3.1",10255 "rand_core 0.6.4",10256]1025710258[[package]]10259name = "rand_chacha"10260version = "0.2.2"10261source = "registry+https://github.com/rust-lang/crates.io-index"10262checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"10263dependencies = [10264 "ppv-lite86",10265 "rand_core 0.5.1",10266]1026710268[[package]]10269name = "rand_chacha"10270version = "0.3.1"10271source = "registry+https://github.com/rust-lang/crates.io-index"10272checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"10273dependencies = [10274 "ppv-lite86",10275 "rand_core 0.6.4",10276]1027710278[[package]]10279name = "rand_core"10280version = "0.5.1"10281source = "registry+https://github.com/rust-lang/crates.io-index"10282checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"10283dependencies = [10284 "getrandom 0.1.16",10285]1028610287[[package]]10288name = "rand_core"10289version = "0.6.4"10290source = "registry+https://github.com/rust-lang/crates.io-index"10291checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10292dependencies = [10293 "getrandom 0.2.10",10294]1029510296[[package]]10297name = "rand_hc"10298version = "0.2.0"10299source = "registry+https://github.com/rust-lang/crates.io-index"10300checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"10301dependencies = [10302 "rand_core 0.5.1",10303]1030410305[[package]]10306name = "rand_pcg"10307version = "0.3.1"10308source = "registry+https://github.com/rust-lang/crates.io-index"10309checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"10310dependencies = [10311 "rand_core 0.6.4",10312]1031310314[[package]]10315name = "rawpointer"10316version = "0.2.1"10317source = "registry+https://github.com/rust-lang/crates.io-index"10318checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"1031910320[[package]]10321name = "rayon"10322version = "1.8.0"10323source = "registry+https://github.com/rust-lang/crates.io-index"10324checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"10325dependencies = [10326 "either",10327 "rayon-core",10328]1032910330[[package]]10331name = "rayon-core"10332version = "1.12.0"10333source = "registry+https://github.com/rust-lang/crates.io-index"10334checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"10335dependencies = [10336 "crossbeam-deque",10337 "crossbeam-utils",10338]1033910340[[package]]10341name = "rcgen"10342version = "0.9.3"10343source = "registry+https://github.com/rust-lang/crates.io-index"10344checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"10345dependencies = [10346 "pem",10347 "ring 0.16.20",10348 "time",10349 "x509-parser 0.13.2",10350 "yasna",10351]1035210353[[package]]10354name = "rcgen"10355version = "0.10.0"10356source = "registry+https://github.com/rust-lang/crates.io-index"10357checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"10358dependencies = [10359 "pem",10360 "ring 0.16.20",10361 "time",10362 "yasna",10363]1036410365[[package]]10366name = "redox_syscall"10367version = "0.2.16"10368source = "registry+https://github.com/rust-lang/crates.io-index"10369checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"10370dependencies = [10371 "bitflags 1.3.2",10372]1037310374[[package]]10375name = "redox_syscall"10376version = "0.3.5"10377source = "registry+https://github.com/rust-lang/crates.io-index"10378checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"10379dependencies = [10380 "bitflags 1.3.2",10381]1038210383[[package]]10384name = "redox_users"10385version = "0.4.3"10386source = "registry+https://github.com/rust-lang/crates.io-index"10387checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"10388dependencies = [10389 "getrandom 0.2.10",10390 "redox_syscall 0.2.16",10391 "thiserror",10392]1039310394[[package]]10395name = "reed-solomon-novelpoly"10396version = "1.0.2"10397source = "registry+https://github.com/rust-lang/crates.io-index"10398checksum = "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582"10399dependencies = [10400 "derive_more",10401 "fs-err",10402 "itertools 0.11.0",10403 "static_init",10404 "thiserror",10405]1040610407[[package]]10408name = "ref-cast"10409version = "1.0.20"10410source = "registry+https://github.com/rust-lang/crates.io-index"10411checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"10412dependencies = [10413 "ref-cast-impl",10414]1041510416[[package]]10417name = "ref-cast-impl"10418version = "1.0.20"10419source = "registry+https://github.com/rust-lang/crates.io-index"10420checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"10421dependencies = [10422 "proc-macro2",10423 "quote",10424 "syn 2.0.37",10425]1042610427[[package]]10428name = "regalloc2"10429version = "0.6.1"10430source = "registry+https://github.com/rust-lang/crates.io-index"10431checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"10432dependencies = [10433 "fxhash",10434 "log",10435 "slice-group-by",10436 "smallvec",10437]1043810439[[package]]10440name = "regex"10441version = "1.9.6"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"10444dependencies = [10445 "aho-corasick",10446 "memchr",10447 "regex-automata 0.3.9",10448 "regex-syntax 0.7.5",10449]1045010451[[package]]10452name = "regex-automata"10453version = "0.1.10"10454source = "registry+https://github.com/rust-lang/crates.io-index"10455checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"10456dependencies = [10457 "regex-syntax 0.6.29",10458]1045910460[[package]]10461name = "regex-automata"10462version = "0.3.9"10463source = "registry+https://github.com/rust-lang/crates.io-index"10464checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"10465dependencies = [10466 "aho-corasick",10467 "memchr",10468 "regex-syntax 0.7.5",10469]1047010471[[package]]10472name = "regex-syntax"10473version = "0.6.29"10474source = "registry+https://github.com/rust-lang/crates.io-index"10475checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"1047610477[[package]]10478name = "regex-syntax"10479version = "0.7.5"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"1048210483[[package]]10484name = "resolv-conf"10485version = "0.7.0"10486source = "registry+https://github.com/rust-lang/crates.io-index"10487checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"10488dependencies = [10489 "hostname",10490 "quick-error",10491]1049210493[[package]]10494name = "rfc6979"10495version = "0.3.1"10496source = "registry+https://github.com/rust-lang/crates.io-index"10497checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"10498dependencies = [10499 "crypto-bigint 0.4.9",10500 "hmac 0.12.1",10501 "zeroize",10502]1050310504[[package]]10505name = "rfc6979"10506version = "0.4.0"10507source = "registry+https://github.com/rust-lang/crates.io-index"10508checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10509dependencies = [10510 "hmac 0.12.1",10511 "subtle",10512]1051310514[[package]]10515name = "ring"10516version = "0.1.0"10517source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"10518dependencies = [10519 "ark-ec",10520 "ark-ff",10521 "ark-poly",10522 "ark-serialize",10523 "ark-std",10524 "common",10525 "fflonk",10526 "merlin 3.0.0",10527]1052810529[[package]]10530name = "ring"10531version = "0.16.20"10532source = "registry+https://github.com/rust-lang/crates.io-index"10533checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"10534dependencies = [10535 "cc",10536 "libc",10537 "once_cell",10538 "spin 0.5.2",10539 "untrusted",10540 "web-sys",10541 "winapi",10542]1054310544[[package]]10545name = "ripemd"10546version = "0.1.3"10547source = "registry+https://github.com/rust-lang/crates.io-index"10548checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"10549dependencies = [10550 "digest 0.10.7",10551]1055210553[[package]]10554name = "rlp"10555version = "0.5.2"10556source = "registry+https://github.com/rust-lang/crates.io-index"10557checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"10558dependencies = [10559 "bytes",10560 "rlp-derive",10561 "rustc-hex",10562]1056310564[[package]]10565name = "rlp-derive"10566version = "0.1.0"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"10569dependencies = [10570 "proc-macro2",10571 "quote",10572 "syn 1.0.109",10573]1057410575[[package]]10576name = "rocksdb"10577version = "0.21.0"10578source = "registry+https://github.com/rust-lang/crates.io-index"10579checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"10580dependencies = [10581 "libc",10582 "librocksdb-sys",10583]1058410585[[package]]10586name = "rococo-runtime"10587version = "1.0.0"10588source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10589dependencies = [10590 "binary-merkle-tree",10591 "frame-benchmarking",10592 "frame-executive",10593 "frame-support",10594 "frame-system",10595 "frame-system-benchmarking",10596 "frame-system-rpc-runtime-api",10597 "frame-try-runtime",10598 "hex-literal",10599 "log",10600 "pallet-authority-discovery",10601 "pallet-authorship",10602 "pallet-babe",10603 "pallet-balances",10604 "pallet-beefy",10605 "pallet-beefy-mmr",10606 "pallet-bounties",10607 "pallet-child-bounties",10608 "pallet-collective",10609 "pallet-democracy",10610 "pallet-elections-phragmen",10611 "pallet-grandpa",10612 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",10613 "pallet-im-online",10614 "pallet-indices",10615 "pallet-membership",10616 "pallet-message-queue",10617 "pallet-mmr",10618 "pallet-multisig",10619 "pallet-nis",10620 "pallet-offences",10621 "pallet-preimage",10622 "pallet-proxy",10623 "pallet-recovery",10624 "pallet-scheduler",10625 "pallet-session",10626 "pallet-society",10627 "pallet-staking",10628 "pallet-state-trie-migration",10629 "pallet-sudo",10630 "pallet-timestamp",10631 "pallet-tips",10632 "pallet-transaction-payment",10633 "pallet-transaction-payment-rpc-runtime-api",10634 "pallet-treasury",10635 "pallet-utility",10636 "pallet-vesting",10637 "pallet-xcm",10638 "pallet-xcm-benchmarks",10639 "parity-scale-codec",10640 "polkadot-parachain-primitives",10641 "polkadot-primitives",10642 "polkadot-runtime-common",10643 "polkadot-runtime-parachains",10644 "rococo-runtime-constants",10645 "scale-info",10646 "serde",10647 "serde_derive",10648 "smallvec",10649 "sp-api",10650 "sp-authority-discovery",10651 "sp-block-builder",10652 "sp-consensus-babe",10653 "sp-consensus-beefy",10654 "sp-core",10655 "sp-inherents",10656 "sp-io",10657 "sp-mmr-primitives",10658 "sp-offchain",10659 "sp-runtime",10660 "sp-session",10661 "sp-staking",10662 "sp-std",10663 "sp-storage",10664 "sp-transaction-pool",10665 "sp-version",10666 "staging-xcm",10667 "staging-xcm-builder",10668 "staging-xcm-executor",10669 "static_assertions",10670 "substrate-wasm-builder",10671]1067210673[[package]]10674name = "rococo-runtime-constants"10675version = "1.0.0"10676source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10677dependencies = [10678 "frame-support",10679 "polkadot-primitives",10680 "polkadot-runtime-common",10681 "smallvec",10682 "sp-core",10683 "sp-runtime",10684 "sp-weights",10685]1068610687[[package]]10688name = "rpassword"10689version = "7.2.0"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"10692dependencies = [10693 "libc",10694 "rtoolbox",10695 "winapi",10696]1069710698[[package]]10699name = "rtcp"10700version = "0.7.2"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"10703dependencies = [10704 "bytes",10705 "thiserror",10706 "webrtc-util",10707]1070810709[[package]]10710name = "rtnetlink"10711version = "0.10.1"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"10714dependencies = [10715 "futures",10716 "log",10717 "netlink-packet-route",10718 "netlink-proto",10719 "nix",10720 "thiserror",10721 "tokio",10722]1072310724[[package]]10725name = "rtoolbox"10726version = "0.0.1"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"10729dependencies = [10730 "libc",10731 "winapi",10732]1073310734[[package]]10735name = "rtp"10736version = "0.6.8"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"10739dependencies = [10740 "async-trait",10741 "bytes",10742 "rand 0.8.5",10743 "serde",10744 "thiserror",10745 "webrtc-util",10746]1074710748[[package]]10749name = "rustc-demangle"10750version = "0.1.23"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1075310754[[package]]10755name = "rustc-hash"10756version = "1.1.0"10757source = "registry+https://github.com/rust-lang/crates.io-index"10758checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1075910760[[package]]10761name = "rustc-hex"10762version = "2.1.0"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1076510766[[package]]10767name = "rustc_version"10768version = "0.4.0"10769source = "registry+https://github.com/rust-lang/crates.io-index"10770checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10771dependencies = [10772 "semver 1.0.19",10773]1077410775[[package]]10776name = "rusticata-macros"10777version = "4.1.0"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10780dependencies = [10781 "nom",10782]1078310784[[package]]10785name = "rustix"10786version = "0.36.15"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"10789dependencies = [10790 "bitflags 1.3.2",10791 "errno",10792 "io-lifetimes",10793 "libc",10794 "linux-raw-sys 0.1.4",10795 "windows-sys 0.45.0",10796]1079710798[[package]]10799name = "rustix"10800version = "0.37.24"10801source = "registry+https://github.com/rust-lang/crates.io-index"10802checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"10803dependencies = [10804 "bitflags 1.3.2",10805 "errno",10806 "io-lifetimes",10807 "libc",10808 "linux-raw-sys 0.3.8",10809 "windows-sys 0.48.0",10810]1081110812[[package]]10813name = "rustix"10814version = "0.38.15"10815source = "registry+https://github.com/rust-lang/crates.io-index"10816checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"10817dependencies = [10818 "bitflags 2.4.0",10819 "errno",10820 "libc",10821 "linux-raw-sys 0.4.8",10822 "windows-sys 0.48.0",10823]1082410825[[package]]10826name = "rustls"10827version = "0.19.1"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10830dependencies = [10831 "base64 0.13.1",10832 "log",10833 "ring 0.16.20",10834 "sct 0.6.1",10835 "webpki 0.21.4",10836]1083710838[[package]]10839name = "rustls"10840version = "0.20.9"10841source = "registry+https://github.com/rust-lang/crates.io-index"10842checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"10843dependencies = [10844 "log",10845 "ring 0.16.20",10846 "sct 0.7.0",10847 "webpki 0.22.2",10848]1084910850[[package]]10851name = "rustls"10852version = "0.21.7"10853source = "registry+https://github.com/rust-lang/crates.io-index"10854checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"10855dependencies = [10856 "log",10857 "ring 0.16.20",10858 "rustls-webpki 0.101.6",10859 "sct 0.7.0",10860]1086110862[[package]]10863name = "rustls-native-certs"10864version = "0.6.3"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"10867dependencies = [10868 "openssl-probe",10869 "rustls-pemfile",10870 "schannel",10871 "security-framework",10872]1087310874[[package]]10875name = "rustls-pemfile"10876version = "1.0.3"10877source = "registry+https://github.com/rust-lang/crates.io-index"10878checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10879dependencies = [10880 "base64 0.21.4",10881]1088210883[[package]]10884name = "rustls-webpki"10885version = "0.100.3"10886source = "registry+https://github.com/rust-lang/crates.io-index"10887checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"10888dependencies = [10889 "ring 0.16.20",10890 "untrusted",10891]1089210893[[package]]10894name = "rustls-webpki"10895version = "0.101.6"10896source = "registry+https://github.com/rust-lang/crates.io-index"10897checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"10898dependencies = [10899 "ring 0.16.20",10900 "untrusted",10901]1090210903[[package]]10904name = "rustversion"10905version = "1.0.14"10906source = "registry+https://github.com/rust-lang/crates.io-index"10907checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"1090810909[[package]]10910name = "ruzstd"10911version = "0.4.0"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"10914dependencies = [10915 "byteorder",10916 "thiserror-core",10917 "twox-hash",10918]1091910920[[package]]10921name = "rw-stream-sink"10922version = "0.3.0"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10925dependencies = [10926 "futures",10927 "pin-project",10928 "static_assertions",10929]1093010931[[package]]10932name = "ryu"10933version = "1.0.15"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"1093610937[[package]]10938name = "safe_arch"10939version = "0.7.1"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"10942dependencies = [10943 "bytemuck",10944]1094510946[[package]]10947name = "same-file"10948version = "1.0.6"10949source = "registry+https://github.com/rust-lang/crates.io-index"10950checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10951dependencies = [10952 "winapi-util",10953]1095410955[[package]]10956name = "sc-allocator"10957version = "4.1.0-dev"10958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10959dependencies = [10960 "log",10961 "sp-core",10962 "sp-wasm-interface",10963 "thiserror",10964]1096510966[[package]]10967name = "sc-authority-discovery"10968version = "0.10.0-dev"10969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10970dependencies = [10971 "async-trait",10972 "futures",10973 "futures-timer",10974 "ip_network",10975 "libp2p",10976 "log",10977 "multihash",10978 "parity-scale-codec",10979 "prost",10980 "prost-build",10981 "rand 0.8.5",10982 "sc-client-api",10983 "sc-network",10984 "sp-api",10985 "sp-authority-discovery",10986 "sp-blockchain",10987 "sp-core",10988 "sp-keystore",10989 "sp-runtime",10990 "substrate-prometheus-endpoint",10991 "thiserror",10992]1099310994[[package]]10995name = "sc-basic-authorship"10996version = "0.10.0-dev"10997source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10998dependencies = [10999 "futures",11000 "futures-timer",11001 "log",11002 "parity-scale-codec",11003 "sc-block-builder",11004 "sc-client-api",11005 "sc-proposer-metrics",11006 "sc-telemetry",11007 "sc-transaction-pool-api",11008 "sp-api",11009 "sp-blockchain",11010 "sp-consensus",11011 "sp-core",11012 "sp-inherents",11013 "sp-runtime",11014 "substrate-prometheus-endpoint",11015]1101611017[[package]]11018name = "sc-block-builder"11019version = "0.10.0-dev"11020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11021dependencies = [11022 "parity-scale-codec",11023 "sc-client-api",11024 "sp-api",11025 "sp-block-builder",11026 "sp-blockchain",11027 "sp-core",11028 "sp-inherents",11029 "sp-runtime",11030]1103111032[[package]]11033name = "sc-chain-spec"11034version = "4.0.0-dev"11035source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11036dependencies = [11037 "memmap2",11038 "sc-chain-spec-derive",11039 "sc-client-api",11040 "sc-executor",11041 "sc-network",11042 "sc-telemetry",11043 "serde",11044 "serde_json",11045 "sp-blockchain",11046 "sp-core",11047 "sp-runtime",11048 "sp-state-machine",11049]1105011051[[package]]11052name = "sc-chain-spec-derive"11053version = "4.0.0-dev"11054source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11055dependencies = [11056 "proc-macro-crate",11057 "proc-macro2",11058 "quote",11059 "syn 2.0.37",11060]1106111062[[package]]11063name = "sc-cli"11064version = "0.10.0-dev"11065source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11066dependencies = [11067 "array-bytes",11068 "chrono",11069 "clap",11070 "fdlimit",11071 "futures",11072 "libp2p-identity",11073 "log",11074 "names",11075 "parity-scale-codec",11076 "rand 0.8.5",11077 "regex",11078 "rpassword",11079 "sc-client-api",11080 "sc-client-db",11081 "sc-keystore",11082 "sc-network",11083 "sc-service",11084 "sc-telemetry",11085 "sc-tracing",11086 "sc-utils",11087 "serde",11088 "serde_json",11089 "sp-blockchain",11090 "sp-core",11091 "sp-keyring",11092 "sp-keystore",11093 "sp-panic-handler",11094 "sp-runtime",11095 "sp-version",11096 "thiserror",11097 "tiny-bip39",11098 "tokio",11099]1110011101[[package]]11102name = "sc-client-api"11103version = "4.0.0-dev"11104source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11105dependencies = [11106 "fnv",11107 "futures",11108 "log",11109 "parity-scale-codec",11110 "parking_lot 0.12.1",11111 "sc-executor",11112 "sc-transaction-pool-api",11113 "sc-utils",11114 "sp-api",11115 "sp-blockchain",11116 "sp-consensus",11117 "sp-core",11118 "sp-database",11119 "sp-externalities",11120 "sp-runtime",11121 "sp-state-machine",11122 "sp-statement-store",11123 "sp-storage",11124 "substrate-prometheus-endpoint",11125]1112611127[[package]]11128name = "sc-client-db"11129version = "0.10.0-dev"11130source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11131dependencies = [11132 "hash-db 0.16.0",11133 "kvdb",11134 "kvdb-memorydb",11135 "kvdb-rocksdb",11136 "linked-hash-map",11137 "log",11138 "parity-db",11139 "parity-scale-codec",11140 "parking_lot 0.12.1",11141 "sc-client-api",11142 "sc-state-db",11143 "schnellru",11144 "sp-arithmetic",11145 "sp-blockchain",11146 "sp-core",11147 "sp-database",11148 "sp-runtime",11149 "sp-state-machine",11150 "sp-trie",11151]1115211153[[package]]11154name = "sc-consensus"11155version = "0.10.0-dev"11156source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11157dependencies = [11158 "async-trait",11159 "futures",11160 "futures-timer",11161 "libp2p-identity",11162 "log",11163 "mockall",11164 "parking_lot 0.12.1",11165 "sc-client-api",11166 "sc-utils",11167 "serde",11168 "sp-api",11169 "sp-blockchain",11170 "sp-consensus",11171 "sp-core",11172 "sp-runtime",11173 "sp-state-machine",11174 "substrate-prometheus-endpoint",11175 "thiserror",11176]1117711178[[package]]11179name = "sc-consensus-aura"11180version = "0.10.0-dev"11181source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11182dependencies = [11183 "async-trait",11184 "futures",11185 "log",11186 "parity-scale-codec",11187 "sc-block-builder",11188 "sc-client-api",11189 "sc-consensus",11190 "sc-consensus-slots",11191 "sc-telemetry",11192 "sp-api",11193 "sp-application-crypto",11194 "sp-block-builder",11195 "sp-blockchain",11196 "sp-consensus",11197 "sp-consensus-aura",11198 "sp-consensus-slots",11199 "sp-core",11200 "sp-inherents",11201 "sp-keystore",11202 "sp-runtime",11203 "substrate-prometheus-endpoint",11204 "thiserror",11205]1120611207[[package]]11208name = "sc-consensus-babe"11209version = "0.10.0-dev"11210source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11211dependencies = [11212 "async-trait",11213 "fork-tree",11214 "futures",11215 "log",11216 "num-bigint",11217 "num-rational",11218 "num-traits",11219 "parity-scale-codec",11220 "parking_lot 0.12.1",11221 "sc-client-api",11222 "sc-consensus",11223 "sc-consensus-epochs",11224 "sc-consensus-slots",11225 "sc-telemetry",11226 "sc-transaction-pool-api",11227 "scale-info",11228 "sp-api",11229 "sp-application-crypto",11230 "sp-block-builder",11231 "sp-blockchain",11232 "sp-consensus",11233 "sp-consensus-babe",11234 "sp-consensus-slots",11235 "sp-core",11236 "sp-inherents",11237 "sp-keystore",11238 "sp-runtime",11239 "substrate-prometheus-endpoint",11240 "thiserror",11241]1124211243[[package]]11244name = "sc-consensus-babe-rpc"11245version = "0.10.0-dev"11246source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11247dependencies = [11248 "futures",11249 "jsonrpsee",11250 "sc-consensus-babe",11251 "sc-consensus-epochs",11252 "sc-rpc-api",11253 "serde",11254 "sp-api",11255 "sp-application-crypto",11256 "sp-blockchain",11257 "sp-consensus",11258 "sp-consensus-babe",11259 "sp-core",11260 "sp-keystore",11261 "sp-runtime",11262 "thiserror",11263]1126411265[[package]]11266name = "sc-consensus-beefy"11267version = "4.0.0-dev"11268source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11269dependencies = [11270 "array-bytes",11271 "async-channel",11272 "async-trait",11273 "fnv",11274 "futures",11275 "log",11276 "parity-scale-codec",11277 "parking_lot 0.12.1",11278 "sc-client-api",11279 "sc-consensus",11280 "sc-network",11281 "sc-network-gossip",11282 "sc-network-sync",11283 "sc-utils",11284 "sp-api",11285 "sp-application-crypto",11286 "sp-arithmetic",11287 "sp-blockchain",11288 "sp-consensus",11289 "sp-consensus-beefy",11290 "sp-core",11291 "sp-keystore",11292 "sp-mmr-primitives",11293 "sp-runtime",11294 "substrate-prometheus-endpoint",11295 "thiserror",11296 "wasm-timer",11297]1129811299[[package]]11300name = "sc-consensus-beefy-rpc"11301version = "4.0.0-dev"11302source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11303dependencies = [11304 "futures",11305 "jsonrpsee",11306 "log",11307 "parity-scale-codec",11308 "parking_lot 0.12.1",11309 "sc-consensus-beefy",11310 "sc-rpc",11311 "serde",11312 "sp-consensus-beefy",11313 "sp-core",11314 "sp-runtime",11315 "thiserror",11316]1131711318[[package]]11319name = "sc-consensus-epochs"11320version = "0.10.0-dev"11321source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11322dependencies = [11323 "fork-tree",11324 "parity-scale-codec",11325 "sc-client-api",11326 "sc-consensus",11327 "sp-blockchain",11328 "sp-runtime",11329]1133011331[[package]]11332name = "sc-consensus-grandpa"11333version = "0.10.0-dev"11334source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11335dependencies = [11336 "ahash 0.8.3",11337 "array-bytes",11338 "async-trait",11339 "dyn-clone",11340 "finality-grandpa",11341 "fork-tree",11342 "futures",11343 "futures-timer",11344 "log",11345 "parity-scale-codec",11346 "parking_lot 0.12.1",11347 "rand 0.8.5",11348 "sc-block-builder",11349 "sc-chain-spec",11350 "sc-client-api",11351 "sc-consensus",11352 "sc-network",11353 "sc-network-common",11354 "sc-network-gossip",11355 "sc-telemetry",11356 "sc-transaction-pool-api",11357 "sc-utils",11358 "serde_json",11359 "sp-api",11360 "sp-application-crypto",11361 "sp-arithmetic",11362 "sp-blockchain",11363 "sp-consensus",11364 "sp-consensus-grandpa",11365 "sp-core",11366 "sp-keystore",11367 "sp-runtime",11368 "substrate-prometheus-endpoint",11369 "thiserror",11370]1137111372[[package]]11373name = "sc-consensus-grandpa-rpc"11374version = "0.10.0-dev"11375source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11376dependencies = [11377 "finality-grandpa",11378 "futures",11379 "jsonrpsee",11380 "log",11381 "parity-scale-codec",11382 "sc-client-api",11383 "sc-consensus-grandpa",11384 "sc-rpc",11385 "serde",11386 "sp-blockchain",11387 "sp-core",11388 "sp-runtime",11389 "thiserror",11390]1139111392[[package]]11393name = "sc-consensus-manual-seal"11394version = "0.10.0-dev"11395source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11396dependencies = [11397 "assert_matches",11398 "async-trait",11399 "futures",11400 "futures-timer",11401 "jsonrpsee",11402 "log",11403 "parity-scale-codec",11404 "sc-client-api",11405 "sc-consensus",11406 "sc-consensus-aura",11407 "sc-consensus-babe",11408 "sc-consensus-epochs",11409 "sc-transaction-pool",11410 "sc-transaction-pool-api",11411 "serde",11412 "sp-api",11413 "sp-blockchain",11414 "sp-consensus",11415 "sp-consensus-aura",11416 "sp-consensus-babe",11417 "sp-consensus-slots",11418 "sp-core",11419 "sp-inherents",11420 "sp-keystore",11421 "sp-runtime",11422 "sp-timestamp",11423 "substrate-prometheus-endpoint",11424 "thiserror",11425]1142611427[[package]]11428name = "sc-consensus-slots"11429version = "0.10.0-dev"11430source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11431dependencies = [11432 "async-trait",11433 "futures",11434 "futures-timer",11435 "log",11436 "parity-scale-codec",11437 "sc-client-api",11438 "sc-consensus",11439 "sc-telemetry",11440 "sp-arithmetic",11441 "sp-blockchain",11442 "sp-consensus",11443 "sp-consensus-slots",11444 "sp-core",11445 "sp-inherents",11446 "sp-runtime",11447 "sp-state-machine",11448]1144911450[[package]]11451name = "sc-executor"11452version = "0.10.0-dev"11453source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11454dependencies = [11455 "parity-scale-codec",11456 "parking_lot 0.12.1",11457 "sc-executor-common",11458 "sc-executor-wasmtime",11459 "schnellru",11460 "sp-api",11461 "sp-core",11462 "sp-externalities",11463 "sp-io",11464 "sp-panic-handler",11465 "sp-runtime-interface",11466 "sp-trie",11467 "sp-version",11468 "sp-wasm-interface",11469 "tracing",11470]1147111472[[package]]11473name = "sc-executor-common"11474version = "0.10.0-dev"11475source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11476dependencies = [11477 "sc-allocator",11478 "sp-maybe-compressed-blob",11479 "sp-wasm-interface",11480 "thiserror",11481 "wasm-instrument",11482]1148311484[[package]]11485name = "sc-executor-wasmtime"11486version = "0.10.0-dev"11487source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11488dependencies = [11489 "anyhow",11490 "cfg-if",11491 "libc",11492 "log",11493 "rustix 0.36.15",11494 "sc-allocator",11495 "sc-executor-common",11496 "sp-runtime-interface",11497 "sp-wasm-interface",11498 "wasmtime",11499]1150011501[[package]]11502name = "sc-informant"11503version = "0.10.0-dev"11504source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11505dependencies = [11506 "ansi_term",11507 "futures",11508 "futures-timer",11509 "log",11510 "sc-client-api",11511 "sc-network",11512 "sc-network-common",11513 "sp-blockchain",11514 "sp-runtime",11515]1151611517[[package]]11518name = "sc-keystore"11519version = "4.0.0-dev"11520source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11521dependencies = [11522 "array-bytes",11523 "parking_lot 0.12.1",11524 "serde_json",11525 "sp-application-crypto",11526 "sp-core",11527 "sp-keystore",11528 "thiserror",11529]1153011531[[package]]11532name = "sc-network"11533version = "0.10.0-dev"11534source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11535dependencies = [11536 "array-bytes",11537 "async-channel",11538 "async-trait",11539 "asynchronous-codec",11540 "bytes",11541 "either",11542 "fnv",11543 "futures",11544 "futures-timer",11545 "ip_network",11546 "libp2p",11547 "linked_hash_set",11548 "log",11549 "mockall",11550 "parity-scale-codec",11551 "parking_lot 0.12.1",11552 "partial_sort",11553 "pin-project",11554 "rand 0.8.5",11555 "sc-client-api",11556 "sc-network-common",11557 "sc-utils",11558 "serde",11559 "serde_json",11560 "smallvec",11561 "sp-arithmetic",11562 "sp-blockchain",11563 "sp-core",11564 "sp-runtime",11565 "substrate-prometheus-endpoint",11566 "thiserror",11567 "unsigned-varint",11568 "wasm-timer",11569 "zeroize",11570]1157111572[[package]]11573name = "sc-network-bitswap"11574version = "0.10.0-dev"11575source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11576dependencies = [11577 "async-channel",11578 "cid",11579 "futures",11580 "libp2p-identity",11581 "log",11582 "prost",11583 "prost-build",11584 "sc-client-api",11585 "sc-network",11586 "sp-blockchain",11587 "sp-runtime",11588 "thiserror",11589 "unsigned-varint",11590]1159111592[[package]]11593name = "sc-network-common"11594version = "0.10.0-dev"11595source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11596dependencies = [11597 "async-trait",11598 "bitflags 1.3.2",11599 "futures",11600 "libp2p-identity",11601 "parity-scale-codec",11602 "prost-build",11603 "sc-consensus",11604 "sp-consensus",11605 "sp-consensus-grandpa",11606 "sp-runtime",11607]1160811609[[package]]11610name = "sc-network-gossip"11611version = "0.10.0-dev"11612source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11613dependencies = [11614 "ahash 0.8.3",11615 "futures",11616 "futures-timer",11617 "libp2p",11618 "log",11619 "sc-network",11620 "sc-network-common",11621 "schnellru",11622 "sp-runtime",11623 "substrate-prometheus-endpoint",11624 "tracing",11625]1162611627[[package]]11628name = "sc-network-light"11629version = "0.10.0-dev"11630source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11631dependencies = [11632 "array-bytes",11633 "async-channel",11634 "futures",11635 "libp2p-identity",11636 "log",11637 "parity-scale-codec",11638 "prost",11639 "prost-build",11640 "sc-client-api",11641 "sc-network",11642 "sp-blockchain",11643 "sp-core",11644 "sp-runtime",11645 "thiserror",11646]1164711648[[package]]11649name = "sc-network-sync"11650version = "0.10.0-dev"11651source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11652dependencies = [11653 "array-bytes",11654 "async-channel",11655 "async-trait",11656 "fork-tree",11657 "futures",11658 "futures-timer",11659 "libp2p",11660 "log",11661 "mockall",11662 "parity-scale-codec",11663 "prost",11664 "prost-build",11665 "sc-client-api",11666 "sc-consensus",11667 "sc-network",11668 "sc-network-common",11669 "sc-utils",11670 "schnellru",11671 "smallvec",11672 "sp-arithmetic",11673 "sp-blockchain",11674 "sp-consensus",11675 "sp-consensus-grandpa",11676 "sp-core",11677 "sp-runtime",11678 "substrate-prometheus-endpoint",11679 "thiserror",11680]1168111682[[package]]11683name = "sc-network-transactions"11684version = "0.10.0-dev"11685source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11686dependencies = [11687 "array-bytes",11688 "futures",11689 "libp2p",11690 "log",11691 "parity-scale-codec",11692 "sc-network",11693 "sc-network-common",11694 "sc-utils",11695 "sp-consensus",11696 "sp-runtime",11697 "substrate-prometheus-endpoint",11698]1169911700[[package]]11701name = "sc-offchain"11702version = "4.0.0-dev"11703source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11704dependencies = [11705 "array-bytes",11706 "bytes",11707 "fnv",11708 "futures",11709 "futures-timer",11710 "hyper",11711 "hyper-rustls",11712 "libp2p",11713 "log",11714 "num_cpus",11715 "once_cell",11716 "parity-scale-codec",11717 "parking_lot 0.12.1",11718 "rand 0.8.5",11719 "sc-client-api",11720 "sc-network",11721 "sc-network-common",11722 "sc-transaction-pool-api",11723 "sc-utils",11724 "sp-api",11725 "sp-core",11726 "sp-externalities",11727 "sp-keystore",11728 "sp-offchain",11729 "sp-runtime",11730 "threadpool",11731 "tracing",11732]1173311734[[package]]11735name = "sc-proposer-metrics"11736version = "0.10.0-dev"11737source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11738dependencies = [11739 "log",11740 "substrate-prometheus-endpoint",11741]1174211743[[package]]11744name = "sc-rpc"11745version = "4.0.0-dev"11746source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11747dependencies = [11748 "futures",11749 "jsonrpsee",11750 "log",11751 "parity-scale-codec",11752 "parking_lot 0.12.1",11753 "sc-block-builder",11754 "sc-chain-spec",11755 "sc-client-api",11756 "sc-rpc-api",11757 "sc-tracing",11758 "sc-transaction-pool-api",11759 "sc-utils",11760 "serde_json",11761 "sp-api",11762 "sp-blockchain",11763 "sp-core",11764 "sp-keystore",11765 "sp-offchain",11766 "sp-rpc",11767 "sp-runtime",11768 "sp-session",11769 "sp-statement-store",11770 "sp-version",11771 "tokio",11772]1177311774[[package]]11775name = "sc-rpc-api"11776version = "0.10.0-dev"11777source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11778dependencies = [11779 "jsonrpsee",11780 "parity-scale-codec",11781 "sc-chain-spec",11782 "sc-transaction-pool-api",11783 "scale-info",11784 "serde",11785 "serde_json",11786 "sp-core",11787 "sp-rpc",11788 "sp-runtime",11789 "sp-version",11790 "thiserror",11791]1179211793[[package]]11794name = "sc-rpc-server"11795version = "4.0.0-dev"11796source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11797dependencies = [11798 "http",11799 "jsonrpsee",11800 "log",11801 "serde_json",11802 "substrate-prometheus-endpoint",11803 "tokio",11804 "tower",11805 "tower-http",11806]1180711808[[package]]11809name = "sc-rpc-spec-v2"11810version = "0.10.0-dev"11811source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11812dependencies = [11813 "array-bytes",11814 "futures",11815 "futures-util",11816 "hex",11817 "jsonrpsee",11818 "log",11819 "parity-scale-codec",11820 "parking_lot 0.12.1",11821 "sc-chain-spec",11822 "sc-client-api",11823 "sc-transaction-pool-api",11824 "sc-utils",11825 "serde",11826 "sp-api",11827 "sp-blockchain",11828 "sp-core",11829 "sp-runtime",11830 "sp-version",11831 "thiserror",11832 "tokio",11833 "tokio-stream",11834]1183511836[[package]]11837name = "sc-service"11838version = "0.10.0-dev"11839source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11840dependencies = [11841 "async-trait",11842 "directories",11843 "exit-future",11844 "futures",11845 "futures-timer",11846 "jsonrpsee",11847 "log",11848 "parity-scale-codec",11849 "parking_lot 0.12.1",11850 "pin-project",11851 "rand 0.8.5",11852 "sc-block-builder",11853 "sc-chain-spec",11854 "sc-client-api",11855 "sc-client-db",11856 "sc-consensus",11857 "sc-executor",11858 "sc-informant",11859 "sc-keystore",11860 "sc-network",11861 "sc-network-bitswap",11862 "sc-network-common",11863 "sc-network-light",11864 "sc-network-sync",11865 "sc-network-transactions",11866 "sc-rpc",11867 "sc-rpc-server",11868 "sc-rpc-spec-v2",11869 "sc-sysinfo",11870 "sc-telemetry",11871 "sc-tracing",11872 "sc-transaction-pool",11873 "sc-transaction-pool-api",11874 "sc-utils",11875 "serde",11876 "serde_json",11877 "sp-api",11878 "sp-blockchain",11879 "sp-consensus",11880 "sp-core",11881 "sp-externalities",11882 "sp-keystore",11883 "sp-runtime",11884 "sp-session",11885 "sp-state-machine",11886 "sp-storage",11887 "sp-transaction-pool",11888 "sp-transaction-storage-proof",11889 "sp-trie",11890 "sp-version",11891 "static_init",11892 "substrate-prometheus-endpoint",11893 "tempfile",11894 "thiserror",11895 "tokio",11896 "tracing",11897 "tracing-futures",11898]1189911900[[package]]11901name = "sc-state-db"11902version = "0.10.0-dev"11903source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11904dependencies = [11905 "log",11906 "parity-scale-codec",11907 "parking_lot 0.12.1",11908 "sp-core",11909]1191011911[[package]]11912name = "sc-storage-monitor"11913version = "0.1.0"11914source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11915dependencies = [11916 "clap",11917 "fs4",11918 "log",11919 "sc-client-db",11920 "sp-core",11921 "thiserror",11922 "tokio",11923]1192411925[[package]]11926name = "sc-sync-state-rpc"11927version = "0.10.0-dev"11928source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11929dependencies = [11930 "jsonrpsee",11931 "parity-scale-codec",11932 "sc-chain-spec",11933 "sc-client-api",11934 "sc-consensus-babe",11935 "sc-consensus-epochs",11936 "sc-consensus-grandpa",11937 "serde",11938 "serde_json",11939 "sp-blockchain",11940 "sp-runtime",11941 "thiserror",11942]1194311944[[package]]11945name = "sc-sysinfo"11946version = "6.0.0-dev"11947source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11948dependencies = [11949 "futures",11950 "libc",11951 "log",11952 "rand 0.8.5",11953 "rand_pcg",11954 "regex",11955 "sc-telemetry",11956 "serde",11957 "serde_json",11958 "sp-core",11959 "sp-io",11960 "sp-std",11961]1196211963[[package]]11964name = "sc-telemetry"11965version = "4.0.0-dev"11966source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11967dependencies = [11968 "chrono",11969 "futures",11970 "libp2p",11971 "log",11972 "parking_lot 0.12.1",11973 "pin-project",11974 "rand 0.8.5",11975 "sc-utils",11976 "serde",11977 "serde_json",11978 "thiserror",11979 "wasm-timer",11980]1198111982[[package]]11983name = "sc-tracing"11984version = "4.0.0-dev"11985source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11986dependencies = [11987 "ansi_term",11988 "atty",11989 "chrono",11990 "lazy_static",11991 "libc",11992 "log",11993 "parking_lot 0.12.1",11994 "regex",11995 "rustc-hash",11996 "sc-client-api",11997 "sc-tracing-proc-macro",11998 "serde",11999 "sp-api",12000 "sp-blockchain",12001 "sp-core",12002 "sp-rpc",12003 "sp-runtime",12004 "sp-tracing",12005 "thiserror",12006 "tracing",12007 "tracing-log",12008 "tracing-subscriber",12009]1201012011[[package]]12012name = "sc-tracing-proc-macro"12013version = "4.0.0-dev"12014source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12015dependencies = [12016 "proc-macro-crate",12017 "proc-macro2",12018 "quote",12019 "syn 2.0.37",12020]1202112022[[package]]12023name = "sc-transaction-pool"12024version = "4.0.0-dev"12025source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12026dependencies = [12027 "async-trait",12028 "futures",12029 "futures-timer",12030 "linked-hash-map",12031 "log",12032 "parity-scale-codec",12033 "parking_lot 0.12.1",12034 "sc-client-api",12035 "sc-transaction-pool-api",12036 "sc-utils",12037 "serde",12038 "sp-api",12039 "sp-blockchain",12040 "sp-core",12041 "sp-runtime",12042 "sp-tracing",12043 "sp-transaction-pool",12044 "substrate-prometheus-endpoint",12045 "thiserror",12046]1204712048[[package]]12049name = "sc-transaction-pool-api"12050version = "4.0.0-dev"12051source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12052dependencies = [12053 "async-trait",12054 "futures",12055 "log",12056 "parity-scale-codec",12057 "serde",12058 "sp-blockchain",12059 "sp-core",12060 "sp-runtime",12061 "thiserror",12062]1206312064[[package]]12065name = "sc-utils"12066version = "4.0.0-dev"12067source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12068dependencies = [12069 "async-channel",12070 "futures",12071 "futures-timer",12072 "lazy_static",12073 "log",12074 "parking_lot 0.12.1",12075 "prometheus",12076 "sp-arithmetic",12077]1207812079[[package]]12080name = "scale-info"12081version = "2.9.0"12082source = "registry+https://github.com/rust-lang/crates.io-index"12083checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"12084dependencies = [12085 "bitvec",12086 "cfg-if",12087 "derive_more",12088 "parity-scale-codec",12089 "scale-info-derive",12090 "serde",12091]1209212093[[package]]12094name = "scale-info-derive"12095version = "2.9.0"12096source = "registry+https://github.com/rust-lang/crates.io-index"12097checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"12098dependencies = [12099 "proc-macro-crate",12100 "proc-macro2",12101 "quote",12102 "syn 1.0.109",12103]1210412105[[package]]12106name = "schannel"12107version = "0.1.22"12108source = "registry+https://github.com/rust-lang/crates.io-index"12109checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"12110dependencies = [12111 "windows-sys 0.48.0",12112]1211312114[[package]]12115name = "schnellru"12116version = "0.2.1"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12119dependencies = [12120 "ahash 0.8.3",12121 "cfg-if",12122 "hashbrown 0.13.2",12123]1212412125[[package]]12126name = "schnorrkel"12127version = "0.9.1"12128source = "registry+https://github.com/rust-lang/crates.io-index"12129checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"12130dependencies = [12131 "arrayref",12132 "arrayvec 0.5.2",12133 "curve25519-dalek 2.1.3",12134 "getrandom 0.1.16",12135 "merlin 2.0.1",12136 "rand 0.7.3",12137 "rand_core 0.5.1",12138 "sha2 0.8.2",12139 "subtle",12140 "zeroize",12141]1214212143[[package]]12144name = "schnorrkel"12145version = "0.10.2"12146source = "registry+https://github.com/rust-lang/crates.io-index"12147checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"12148dependencies = [12149 "arrayref",12150 "arrayvec 0.7.4",12151 "curve25519-dalek-ng",12152 "merlin 3.0.0",12153 "rand_core 0.6.4",12154 "sha2 0.9.9",12155 "subtle-ng",12156 "zeroize",12157]1215812159[[package]]12160name = "scopeguard"12161version = "1.2.0"12162source = "registry+https://github.com/rust-lang/crates.io-index"12163checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"1216412165[[package]]12166name = "scratch"12167version = "1.0.7"12168source = "registry+https://github.com/rust-lang/crates.io-index"12169checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"1217012171[[package]]12172name = "sct"12173version = "0.6.1"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"12176dependencies = [12177 "ring 0.16.20",12178 "untrusted",12179]1218012181[[package]]12182name = "sct"12183version = "0.7.0"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"12186dependencies = [12187 "ring 0.16.20",12188 "untrusted",12189]1219012191[[package]]12192name = "sdp"12193version = "0.5.3"12194source = "registry+https://github.com/rust-lang/crates.io-index"12195checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"12196dependencies = [12197 "rand 0.8.5",12198 "substring",12199 "thiserror",12200 "url",12201]1220212203[[package]]12204name = "sec1"12205version = "0.3.0"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"12208dependencies = [12209 "base16ct 0.1.1",12210 "der 0.6.1",12211 "generic-array 0.14.7",12212 "pkcs8 0.9.0",12213 "subtle",12214 "zeroize",12215]1221612217[[package]]12218name = "sec1"12219version = "0.7.3"12220source = "registry+https://github.com/rust-lang/crates.io-index"12221checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"12222dependencies = [12223 "base16ct 0.2.0",12224 "der 0.7.8",12225 "generic-array 0.14.7",12226 "pkcs8 0.10.2",12227 "subtle",12228 "zeroize",12229]1223012231[[package]]12232name = "secp256k1"12233version = "0.24.3"12234source = "registry+https://github.com/rust-lang/crates.io-index"12235checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"12236dependencies = [12237 "secp256k1-sys",12238]1223912240[[package]]12241name = "secp256k1-sys"12242version = "0.6.1"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"12245dependencies = [12246 "cc",12247]1224812249[[package]]12250name = "secrecy"12251version = "0.8.0"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"12254dependencies = [12255 "zeroize",12256]1225712258[[package]]12259name = "security-framework"12260version = "2.9.2"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"12263dependencies = [12264 "bitflags 1.3.2",12265 "core-foundation",12266 "core-foundation-sys",12267 "libc",12268 "security-framework-sys",12269]1227012271[[package]]12272name = "security-framework-sys"12273version = "2.9.1"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"12276dependencies = [12277 "core-foundation-sys",12278 "libc",12279]1228012281[[package]]12282name = "semver"12283version = "0.6.0"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"12286dependencies = [12287 "semver-parser",12288]1228912290[[package]]12291name = "semver"12292version = "1.0.19"12293source = "registry+https://github.com/rust-lang/crates.io-index"12294checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"12295dependencies = [12296 "serde",12297]1229812299[[package]]12300name = "semver-parser"12301version = "0.7.0"12302source = "registry+https://github.com/rust-lang/crates.io-index"12303checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1230412305[[package]]12306name = "serde"12307version = "1.0.188"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"12310dependencies = [12311 "serde_derive",12312]1231312314[[package]]12315name = "serde_derive"12316version = "1.0.188"12317source = "registry+https://github.com/rust-lang/crates.io-index"12318checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"12319dependencies = [12320 "proc-macro2",12321 "quote",12322 "syn 2.0.37",12323]1232412325[[package]]12326name = "serde_json"12327version = "1.0.107"12328source = "registry+https://github.com/rust-lang/crates.io-index"12329checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"12330dependencies = [12331 "itoa",12332 "ryu",12333 "serde",12334]1233512336[[package]]12337name = "serde_spanned"12338version = "0.6.3"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"12341dependencies = [12342 "serde",12343]1234412345[[package]]12346name = "sha-1"12347version = "0.9.8"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"12350dependencies = [12351 "block-buffer 0.9.0",12352 "cfg-if",12353 "cpufeatures",12354 "digest 0.9.0",12355 "opaque-debug 0.3.0",12356]1235712358[[package]]12359name = "sha1"12360version = "0.10.6"12361source = "registry+https://github.com/rust-lang/crates.io-index"12362checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"12363dependencies = [12364 "cfg-if",12365 "cpufeatures",12366 "digest 0.10.7",12367]1236812369[[package]]12370name = "sha2"12371version = "0.8.2"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"12374dependencies = [12375 "block-buffer 0.7.3",12376 "digest 0.8.1",12377 "fake-simd",12378 "opaque-debug 0.2.3",12379]1238012381[[package]]12382name = "sha2"12383version = "0.9.9"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"12386dependencies = [12387 "block-buffer 0.9.0",12388 "cfg-if",12389 "cpufeatures",12390 "digest 0.9.0",12391 "opaque-debug 0.3.0",12392]1239312394[[package]]12395name = "sha2"12396version = "0.10.8"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"12399dependencies = [12400 "cfg-if",12401 "cpufeatures",12402 "digest 0.10.7",12403]1240412405[[package]]12406name = "sha3"12407version = "0.8.2"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"12410dependencies = [12411 "block-buffer 0.7.3",12412 "byte-tools",12413 "digest 0.8.1",12414 "keccak",12415 "opaque-debug 0.2.3",12416]1241712418[[package]]12419name = "sha3"12420version = "0.10.8"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"12423dependencies = [12424 "digest 0.10.7",12425 "keccak",12426]1242712428[[package]]12429name = "sha3-const"12430version = "0.1.1"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1243312434[[package]]12435name = "sharded-slab"12436version = "0.1.6"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"12439dependencies = [12440 "lazy_static",12441]1244212443[[package]]12444name = "shlex"12445version = "1.2.0"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"1244812449[[package]]12450name = "signal-hook"12451version = "0.3.17"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"12454dependencies = [12455 "libc",12456 "signal-hook-registry",12457]1245812459[[package]]12460name = "signal-hook-registry"12461version = "1.4.1"12462source = "registry+https://github.com/rust-lang/crates.io-index"12463checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"12464dependencies = [12465 "libc",12466]1246712468[[package]]12469name = "signature"12470version = "1.6.4"12471source = "registry+https://github.com/rust-lang/crates.io-index"12472checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"12473dependencies = [12474 "digest 0.10.7",12475 "rand_core 0.6.4",12476]1247712478[[package]]12479name = "signature"12480version = "2.1.0"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"12483dependencies = [12484 "digest 0.10.7",12485 "rand_core 0.6.4",12486]1248712488[[package]]12489name = "simba"12490version = "0.8.1"12491source = "registry+https://github.com/rust-lang/crates.io-index"12492checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"12493dependencies = [12494 "approx",12495 "num-complex",12496 "num-traits",12497 "paste",12498 "wide",12499]1250012501[[package]]12502name = "siphasher"12503version = "0.3.11"12504source = "registry+https://github.com/rust-lang/crates.io-index"12505checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"1250612507[[package]]12508name = "slab"12509version = "0.4.9"12510source = "registry+https://github.com/rust-lang/crates.io-index"12511checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"12512dependencies = [12513 "autocfg",12514]1251512516[[package]]12517name = "slice-group-by"12518version = "0.3.1"12519source = "registry+https://github.com/rust-lang/crates.io-index"12520checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1252112522[[package]]12523name = "slot-range-helper"12524version = "1.0.0"12525source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12526dependencies = [12527 "enumn",12528 "parity-scale-codec",12529 "paste",12530 "sp-runtime",12531 "sp-std",12532]1253312534[[package]]12535name = "slotmap"12536version = "1.0.6"12537source = "registry+https://github.com/rust-lang/crates.io-index"12538checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"12539dependencies = [12540 "version_check",12541]1254212543[[package]]12544name = "smallvec"12545version = "1.11.1"12546source = "registry+https://github.com/rust-lang/crates.io-index"12547checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"1254812549[[package]]12550name = "smol"12551version = "1.3.0"12552source = "registry+https://github.com/rust-lang/crates.io-index"12553checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"12554dependencies = [12555 "async-channel",12556 "async-executor",12557 "async-fs",12558 "async-io",12559 "async-lock",12560 "async-net",12561 "async-process",12562 "blocking",12563 "futures-lite",12564]1256512566[[package]]12567name = "smoldot"12568version = "0.11.0"12569source = "registry+https://github.com/rust-lang/crates.io-index"12570checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"12571dependencies = [12572 "arrayvec 0.7.4",12573 "async-lock",12574 "atomic-take",12575 "base64 0.21.4",12576 "bip39",12577 "blake2-rfc",12578 "bs58 0.5.0",12579 "chacha20 0.9.1",12580 "crossbeam-queue",12581 "derive_more",12582 "ed25519-zebra 4.0.3",12583 "either",12584 "event-listener",12585 "fnv",12586 "futures-lite",12587 "futures-util",12588 "hashbrown 0.14.1",12589 "hex",12590 "hmac 0.12.1",12591 "itertools 0.11.0",12592 "libsecp256k1",12593 "merlin 3.0.0",12594 "no-std-net",12595 "nom",12596 "num-bigint",12597 "num-rational",12598 "num-traits",12599 "pbkdf2 0.12.2",12600 "pin-project",12601 "poly1305 0.8.0",12602 "rand 0.8.5",12603 "rand_chacha 0.3.1",12604 "ruzstd",12605 "schnorrkel 0.10.2",12606 "serde",12607 "serde_json",12608 "sha2 0.10.8",12609 "sha3 0.10.8",12610 "siphasher",12611 "slab",12612 "smallvec",12613 "soketto",12614 "twox-hash",12615 "wasmi",12616 "x25519-dalek 2.0.0",12617 "zeroize",12618]1261912620[[package]]12621name = "smoldot-light"12622version = "0.9.0"12623source = "registry+https://github.com/rust-lang/crates.io-index"12624checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"12625dependencies = [12626 "async-channel",12627 "async-lock",12628 "base64 0.21.4",12629 "blake2-rfc",12630 "derive_more",12631 "either",12632 "event-listener",12633 "fnv",12634 "futures-channel",12635 "futures-lite",12636 "futures-util",12637 "hashbrown 0.14.1",12638 "hex",12639 "itertools 0.11.0",12640 "log",12641 "lru 0.11.1",12642 "no-std-net",12643 "parking_lot 0.12.1",12644 "pin-project",12645 "rand 0.8.5",12646 "rand_chacha 0.3.1",12647 "serde",12648 "serde_json",12649 "siphasher",12650 "slab",12651 "smol",12652 "smoldot",12653 "zeroize",12654]1265512656[[package]]12657name = "snap"12658version = "1.1.0"12659source = "registry+https://github.com/rust-lang/crates.io-index"12660checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1266112662[[package]]12663name = "snow"12664version = "0.9.3"12665source = "registry+https://github.com/rust-lang/crates.io-index"12666checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12667dependencies = [12668 "aes-gcm 0.9.4",12669 "blake2",12670 "chacha20poly1305",12671 "curve25519-dalek 4.1.1",12672 "rand_core 0.6.4",12673 "ring 0.16.20",12674 "rustc_version",12675 "sha2 0.10.8",12676 "subtle",12677]1267812679[[package]]12680name = "socket2"12681version = "0.4.9"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"12684dependencies = [12685 "libc",12686 "winapi",12687]1268812689[[package]]12690name = "socket2"12691version = "0.5.4"12692source = "registry+https://github.com/rust-lang/crates.io-index"12693checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"12694dependencies = [12695 "libc",12696 "windows-sys 0.48.0",12697]1269812699[[package]]12700name = "soketto"12701version = "0.7.1"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"12704dependencies = [12705 "base64 0.13.1",12706 "bytes",12707 "flate2",12708 "futures",12709 "http",12710 "httparse",12711 "log",12712 "rand 0.8.5",12713 "sha-1",12714]1271512716[[package]]12717name = "sp-api"12718version = "4.0.0-dev"12719source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12720dependencies = [12721 "hash-db 0.16.0",12722 "log",12723 "parity-scale-codec",12724 "scale-info",12725 "sp-api-proc-macro",12726 "sp-core",12727 "sp-externalities",12728 "sp-metadata-ir",12729 "sp-runtime",12730 "sp-state-machine",12731 "sp-std",12732 "sp-trie",12733 "sp-version",12734 "thiserror",12735]1273612737[[package]]12738name = "sp-api-proc-macro"12739version = "4.0.0-dev"12740source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12741dependencies = [12742 "Inflector",12743 "blake2",12744 "expander 2.0.0",12745 "proc-macro-crate",12746 "proc-macro2",12747 "quote",12748 "syn 2.0.37",12749]1275012751[[package]]12752name = "sp-application-crypto"12753version = "23.0.0"12754source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12755dependencies = [12756 "parity-scale-codec",12757 "scale-info",12758 "serde",12759 "sp-core",12760 "sp-io",12761 "sp-std",12762]1276312764[[package]]12765name = "sp-arithmetic"12766version = "16.0.0"12767source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12768dependencies = [12769 "integer-sqrt",12770 "num-traits",12771 "parity-scale-codec",12772 "scale-info",12773 "serde",12774 "sp-std",12775 "static_assertions",12776]1277712778[[package]]12779name = "sp-authority-discovery"12780version = "4.0.0-dev"12781source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12782dependencies = [12783 "parity-scale-codec",12784 "scale-info",12785 "sp-api",12786 "sp-application-crypto",12787 "sp-runtime",12788 "sp-std",12789]1279012791[[package]]12792name = "sp-block-builder"12793version = "4.0.0-dev"12794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12795dependencies = [12796 "sp-api",12797 "sp-inherents",12798 "sp-runtime",12799 "sp-std",12800]1280112802[[package]]12803name = "sp-blockchain"12804version = "4.0.0-dev"12805source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12806dependencies = [12807 "futures",12808 "log",12809 "parity-scale-codec",12810 "parking_lot 0.12.1",12811 "schnellru",12812 "sp-api",12813 "sp-consensus",12814 "sp-database",12815 "sp-runtime",12816 "sp-state-machine",12817 "thiserror",12818]1281912820[[package]]12821name = "sp-consensus"12822version = "0.10.0-dev"12823source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12824dependencies = [12825 "async-trait",12826 "futures",12827 "log",12828 "sp-core",12829 "sp-inherents",12830 "sp-runtime",12831 "sp-state-machine",12832 "thiserror",12833]1283412835[[package]]12836name = "sp-consensus-aura"12837version = "0.10.0-dev"12838source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12839dependencies = [12840 "async-trait",12841 "parity-scale-codec",12842 "scale-info",12843 "sp-api",12844 "sp-application-crypto",12845 "sp-consensus-slots",12846 "sp-inherents",12847 "sp-runtime",12848 "sp-std",12849 "sp-timestamp",12850]1285112852[[package]]12853name = "sp-consensus-babe"12854version = "0.10.0-dev"12855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12856dependencies = [12857 "async-trait",12858 "parity-scale-codec",12859 "scale-info",12860 "serde",12861 "sp-api",12862 "sp-application-crypto",12863 "sp-consensus-slots",12864 "sp-core",12865 "sp-inherents",12866 "sp-runtime",12867 "sp-std",12868 "sp-timestamp",12869]1287012871[[package]]12872name = "sp-consensus-beefy"12873version = "4.0.0-dev"12874source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12875dependencies = [12876 "lazy_static",12877 "parity-scale-codec",12878 "scale-info",12879 "serde",12880 "sp-api",12881 "sp-application-crypto",12882 "sp-core",12883 "sp-io",12884 "sp-mmr-primitives",12885 "sp-runtime",12886 "sp-std",12887 "strum",12888]1288912890[[package]]12891name = "sp-consensus-grandpa"12892version = "4.0.0-dev"12893source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12894dependencies = [12895 "finality-grandpa",12896 "log",12897 "parity-scale-codec",12898 "scale-info",12899 "serde",12900 "sp-api",12901 "sp-application-crypto",12902 "sp-core",12903 "sp-keystore",12904 "sp-runtime",12905 "sp-std",12906]1290712908[[package]]12909name = "sp-consensus-slots"12910version = "0.10.0-dev"12911source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12912dependencies = [12913 "parity-scale-codec",12914 "scale-info",12915 "serde",12916 "sp-std",12917 "sp-timestamp",12918]1291912920[[package]]12921name = "sp-core"12922version = "21.0.0"12923source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12924dependencies = [12925 "array-bytes",12926 "arrayvec 0.7.4",12927 "bandersnatch_vrfs",12928 "bitflags 1.3.2",12929 "blake2",12930 "bounded-collections",12931 "bs58 0.5.0",12932 "dyn-clonable",12933 "ed25519-zebra 3.1.0",12934 "futures",12935 "hash-db 0.16.0",12936 "hash256-std-hasher",12937 "impl-serde",12938 "lazy_static",12939 "libsecp256k1",12940 "log",12941 "merlin 2.0.1",12942 "parity-scale-codec",12943 "parking_lot 0.12.1",12944 "paste",12945 "primitive-types",12946 "rand 0.8.5",12947 "regex",12948 "scale-info",12949 "schnorrkel 0.9.1",12950 "secp256k1",12951 "secrecy",12952 "serde",12953 "sp-core-hashing",12954 "sp-debug-derive",12955 "sp-externalities",12956 "sp-runtime-interface",12957 "sp-std",12958 "sp-storage",12959 "ss58-registry",12960 "substrate-bip39",12961 "thiserror",12962 "tiny-bip39",12963 "tracing",12964 "zeroize",12965]1296612967[[package]]12968name = "sp-core-hashing"12969version = "9.0.0"12970source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12971dependencies = [12972 "blake2b_simd",12973 "byteorder",12974 "digest 0.10.7",12975 "sha2 0.10.8",12976 "sha3 0.10.8",12977 "twox-hash",12978]1297912980[[package]]12981name = "sp-core-hashing-proc-macro"12982version = "9.0.0"12983source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12984dependencies = [12985 "quote",12986 "sp-core-hashing",12987 "syn 2.0.37",12988]1298912990[[package]]12991name = "sp-database"12992version = "4.0.0-dev"12993source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12994dependencies = [12995 "kvdb",12996 "parking_lot 0.12.1",12997]1299812999[[package]]13000name = "sp-debug-derive"13001version = "8.0.0"13002source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13003dependencies = [13004 "proc-macro2",13005 "quote",13006 "syn 2.0.37",13007]1300813009[[package]]13010name = "sp-externalities"13011version = "0.19.0"13012source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13013dependencies = [13014 "environmental",13015 "parity-scale-codec",13016 "sp-std",13017 "sp-storage",13018]1301913020[[package]]13021name = "sp-genesis-builder"13022version = "0.1.0"13023source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13024dependencies = [13025 "serde_json",13026 "sp-api",13027 "sp-runtime",13028 "sp-std",13029]1303013031[[package]]13032name = "sp-inherents"13033version = "4.0.0-dev"13034source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13035dependencies = [13036 "async-trait",13037 "impl-trait-for-tuples",13038 "parity-scale-codec",13039 "scale-info",13040 "sp-runtime",13041 "sp-std",13042 "thiserror",13043]1304413045[[package]]13046name = "sp-io"13047version = "23.0.0"13048source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13049dependencies = [13050 "bytes",13051 "ed25519-dalek",13052 "libsecp256k1",13053 "log",13054 "parity-scale-codec",13055 "rustversion",13056 "secp256k1",13057 "sp-core",13058 "sp-externalities",13059 "sp-keystore",13060 "sp-runtime-interface",13061 "sp-state-machine",13062 "sp-std",13063 "sp-tracing",13064 "sp-trie",13065 "tracing",13066 "tracing-core",13067]1306813069[[package]]13070name = "sp-keyring"13071version = "24.0.0"13072source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13073dependencies = [13074 "lazy_static",13075 "sp-core",13076 "sp-runtime",13077 "strum",13078]1307913080[[package]]13081name = "sp-keystore"13082version = "0.27.0"13083source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13084dependencies = [13085 "parity-scale-codec",13086 "parking_lot 0.12.1",13087 "sp-core",13088 "sp-externalities",13089 "thiserror",13090]1309113092[[package]]13093name = "sp-maybe-compressed-blob"13094version = "4.1.0-dev"13095source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13096dependencies = [13097 "thiserror",13098 "zstd 0.12.4",13099]1310013101[[package]]13102name = "sp-metadata-ir"13103version = "0.1.0"13104source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13105dependencies = [13106 "frame-metadata",13107 "parity-scale-codec",13108 "scale-info",13109 "sp-std",13110]1311113112[[package]]13113name = "sp-mmr-primitives"13114version = "4.0.0-dev"13115source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13116dependencies = [13117 "ckb-merkle-mountain-range",13118 "log",13119 "parity-scale-codec",13120 "scale-info",13121 "serde",13122 "sp-api",13123 "sp-core",13124 "sp-debug-derive",13125 "sp-runtime",13126 "sp-std",13127 "thiserror",13128]1312913130[[package]]13131name = "sp-npos-elections"13132version = "4.0.0-dev"13133source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13134dependencies = [13135 "parity-scale-codec",13136 "scale-info",13137 "serde",13138 "sp-arithmetic",13139 "sp-core",13140 "sp-runtime",13141 "sp-std",13142]1314313144[[package]]13145name = "sp-offchain"13146version = "4.0.0-dev"13147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13148dependencies = [13149 "sp-api",13150 "sp-core",13151 "sp-runtime",13152]1315313154[[package]]13155name = "sp-panic-handler"13156version = "8.0.0"13157source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13158dependencies = [13159 "backtrace",13160 "lazy_static",13161 "regex",13162]1316313164[[package]]13165name = "sp-rpc"13166version = "6.0.0"13167source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13168dependencies = [13169 "rustc-hash",13170 "serde",13171 "sp-core",13172]1317313174[[package]]13175name = "sp-runtime"13176version = "24.0.0"13177source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13178dependencies = [13179 "either",13180 "hash256-std-hasher",13181 "impl-trait-for-tuples",13182 "log",13183 "parity-scale-codec",13184 "paste",13185 "rand 0.8.5",13186 "scale-info",13187 "serde",13188 "sp-application-crypto",13189 "sp-arithmetic",13190 "sp-core",13191 "sp-io",13192 "sp-std",13193 "sp-weights",13194]1319513196[[package]]13197name = "sp-runtime-interface"13198version = "17.0.0"13199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13200dependencies = [13201 "bytes",13202 "impl-trait-for-tuples",13203 "parity-scale-codec",13204 "primitive-types",13205 "sp-externalities",13206 "sp-runtime-interface-proc-macro",13207 "sp-std",13208 "sp-storage",13209 "sp-tracing",13210 "sp-wasm-interface",13211 "static_assertions",13212]1321313214[[package]]13215name = "sp-runtime-interface-proc-macro"13216version = "11.0.0"13217source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13218dependencies = [13219 "Inflector",13220 "proc-macro-crate",13221 "proc-macro2",13222 "quote",13223 "syn 2.0.37",13224]1322513226[[package]]13227name = "sp-session"13228version = "4.0.0-dev"13229source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13230dependencies = [13231 "parity-scale-codec",13232 "scale-info",13233 "sp-api",13234 "sp-core",13235 "sp-keystore",13236 "sp-runtime",13237 "sp-staking",13238 "sp-std",13239]1324013241[[package]]13242name = "sp-staking"13243version = "4.0.0-dev"13244source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13245dependencies = [13246 "impl-trait-for-tuples",13247 "parity-scale-codec",13248 "scale-info",13249 "serde",13250 "sp-core",13251 "sp-runtime",13252 "sp-std",13253]1325413255[[package]]13256name = "sp-state-machine"13257version = "0.28.0"13258source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13259dependencies = [13260 "hash-db 0.16.0",13261 "log",13262 "parity-scale-codec",13263 "parking_lot 0.12.1",13264 "rand 0.8.5",13265 "smallvec",13266 "sp-core",13267 "sp-externalities",13268 "sp-panic-handler",13269 "sp-std",13270 "sp-trie",13271 "thiserror",13272 "tracing",13273 "trie-db",13274]1327513276[[package]]13277name = "sp-statement-store"13278version = "4.0.0-dev"13279source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13280dependencies = [13281 "aes-gcm 0.10.3",13282 "curve25519-dalek 4.1.1",13283 "ed25519-dalek",13284 "hkdf",13285 "parity-scale-codec",13286 "rand 0.8.5",13287 "scale-info",13288 "sha2 0.10.8",13289 "sp-api",13290 "sp-application-crypto",13291 "sp-core",13292 "sp-externalities",13293 "sp-runtime",13294 "sp-runtime-interface",13295 "sp-std",13296 "thiserror",13297 "x25519-dalek 2.0.0",13298]1329913300[[package]]13301name = "sp-std"13302version = "8.0.0"13303source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1330413305[[package]]13306name = "sp-storage"13307version = "13.0.0"13308source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13309dependencies = [13310 "impl-serde",13311 "parity-scale-codec",13312 "ref-cast",13313 "serde",13314 "sp-debug-derive",13315 "sp-std",13316]1331713318[[package]]13319name = "sp-timestamp"13320version = "4.0.0-dev"13321source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13322dependencies = [13323 "async-trait",13324 "parity-scale-codec",13325 "sp-inherents",13326 "sp-runtime",13327 "sp-std",13328 "thiserror",13329]1333013331[[package]]13332name = "sp-tracing"13333version = "10.0.0"13334source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13335dependencies = [13336 "parity-scale-codec",13337 "sp-std",13338 "tracing",13339 "tracing-core",13340 "tracing-subscriber",13341]1334213343[[package]]13344name = "sp-transaction-pool"13345version = "4.0.0-dev"13346source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13347dependencies = [13348 "sp-api",13349 "sp-runtime",13350]1335113352[[package]]13353name = "sp-transaction-storage-proof"13354version = "4.0.0-dev"13355source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13356dependencies = [13357 "async-trait",13358 "parity-scale-codec",13359 "scale-info",13360 "sp-core",13361 "sp-inherents",13362 "sp-runtime",13363 "sp-std",13364 "sp-trie",13365]1336613367[[package]]13368name = "sp-trie"13369version = "22.0.0"13370source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13371dependencies = [13372 "ahash 0.8.3",13373 "hash-db 0.16.0",13374 "hashbrown 0.13.2",13375 "lazy_static",13376 "memory-db",13377 "nohash-hasher",13378 "parity-scale-codec",13379 "parking_lot 0.12.1",13380 "scale-info",13381 "schnellru",13382 "sp-core",13383 "sp-std",13384 "thiserror",13385 "tracing",13386 "trie-db",13387 "trie-root",13388]1338913390[[package]]13391name = "sp-version"13392version = "22.0.0"13393source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13394dependencies = [13395 "impl-serde",13396 "parity-scale-codec",13397 "parity-wasm",13398 "scale-info",13399 "serde",13400 "sp-core-hashing-proc-macro",13401 "sp-runtime",13402 "sp-std",13403 "sp-version-proc-macro",13404 "thiserror",13405]1340613407[[package]]13408name = "sp-version-proc-macro"13409version = "8.0.0"13410source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13411dependencies = [13412 "parity-scale-codec",13413 "proc-macro2",13414 "quote",13415 "syn 2.0.37",13416]1341713418[[package]]13419name = "sp-wasm-interface"13420version = "14.0.0"13421source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13422dependencies = [13423 "anyhow",13424 "impl-trait-for-tuples",13425 "log",13426 "parity-scale-codec",13427 "sp-std",13428 "wasmtime",13429]1343013431[[package]]13432name = "sp-weights"13433version = "20.0.0"13434source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13435dependencies = [13436 "parity-scale-codec",13437 "scale-info",13438 "serde",13439 "smallvec",13440 "sp-arithmetic",13441 "sp-core",13442 "sp-debug-derive",13443 "sp-std",13444]1344513446[[package]]13447name = "spez"13448version = "0.1.2"13449source = "registry+https://github.com/rust-lang/crates.io-index"13450checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"13451dependencies = [13452 "proc-macro2",13453 "quote",13454 "syn 2.0.37",13455]1345613457[[package]]13458name = "spin"13459version = "0.5.2"13460source = "registry+https://github.com/rust-lang/crates.io-index"13461checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1346213463[[package]]13464name = "spin"13465version = "0.9.8"13466source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"1346813469[[package]]13470name = "spinners"13471version = "4.1.0"13472source = "registry+https://github.com/rust-lang/crates.io-index"13473checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab"13474dependencies = [13475 "lazy_static",13476 "maplit",13477 "strum",13478]1347913480[[package]]13481name = "spki"13482version = "0.6.0"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"13485dependencies = [13486 "base64ct",13487 "der 0.6.1",13488]1348913490[[package]]13491name = "spki"13492version = "0.7.2"13493source = "registry+https://github.com/rust-lang/crates.io-index"13494checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"13495dependencies = [13496 "base64ct",13497 "der 0.7.8",13498]1349913500[[package]]13501name = "ss58-registry"13502version = "1.43.0"13503source = "registry+https://github.com/rust-lang/crates.io-index"13504checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"13505dependencies = [13506 "Inflector",13507 "num-format",13508 "proc-macro2",13509 "quote",13510 "serde",13511 "serde_json",13512 "unicode-xid",13513]1351413515[[package]]13516name = "stable_deref_trait"13517version = "1.2.0"13518source = "registry+https://github.com/rust-lang/crates.io-index"13519checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1352013521[[package]]13522name = "staging-kusama-runtime"13523version = "1.0.0"13524source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13525dependencies = [13526 "binary-merkle-tree",13527 "bitvec",13528 "frame-benchmarking",13529 "frame-election-provider-support",13530 "frame-executive",13531 "frame-support",13532 "frame-system",13533 "frame-system-benchmarking",13534 "frame-system-rpc-runtime-api",13535 "frame-try-runtime",13536 "hex-literal",13537 "kusama-runtime-constants",13538 "log",13539 "pallet-authority-discovery",13540 "pallet-authorship",13541 "pallet-babe",13542 "pallet-bags-list",13543 "pallet-balances",13544 "pallet-beefy",13545 "pallet-beefy-mmr",13546 "pallet-bounties",13547 "pallet-child-bounties",13548 "pallet-collective",13549 "pallet-conviction-voting",13550 "pallet-democracy",13551 "pallet-election-provider-multi-phase",13552 "pallet-election-provider-support-benchmarking",13553 "pallet-elections-phragmen",13554 "pallet-fast-unstake",13555 "pallet-grandpa",13556 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",13557 "pallet-im-online",13558 "pallet-indices",13559 "pallet-membership",13560 "pallet-message-queue",13561 "pallet-mmr",13562 "pallet-multisig",13563 "pallet-nis",13564 "pallet-nomination-pools",13565 "pallet-nomination-pools-benchmarking",13566 "pallet-nomination-pools-runtime-api",13567 "pallet-offences",13568 "pallet-offences-benchmarking",13569 "pallet-preimage",13570 "pallet-proxy",13571 "pallet-ranked-collective",13572 "pallet-recovery",13573 "pallet-referenda",13574 "pallet-scheduler",13575 "pallet-session",13576 "pallet-session-benchmarking",13577 "pallet-society",13578 "pallet-staking",13579 "pallet-staking-runtime-api",13580 "pallet-state-trie-migration",13581 "pallet-timestamp",13582 "pallet-tips",13583 "pallet-transaction-payment",13584 "pallet-transaction-payment-rpc-runtime-api",13585 "pallet-treasury",13586 "pallet-utility",13587 "pallet-vesting",13588 "pallet-whitelist",13589 "pallet-xcm",13590 "pallet-xcm-benchmarks",13591 "parity-scale-codec",13592 "polkadot-primitives",13593 "polkadot-runtime-common",13594 "polkadot-runtime-parachains",13595 "rustc-hex",13596 "scale-info",13597 "serde",13598 "serde_derive",13599 "smallvec",13600 "sp-api",13601 "sp-application-crypto",13602 "sp-arithmetic",13603 "sp-authority-discovery",13604 "sp-block-builder",13605 "sp-consensus-babe",13606 "sp-consensus-beefy",13607 "sp-core",13608 "sp-inherents",13609 "sp-io",13610 "sp-mmr-primitives",13611 "sp-npos-elections",13612 "sp-offchain",13613 "sp-runtime",13614 "sp-session",13615 "sp-staking",13616 "sp-std",13617 "sp-storage",13618 "sp-transaction-pool",13619 "sp-version",13620 "staging-xcm",13621 "staging-xcm-builder",13622 "staging-xcm-executor",13623 "static_assertions",13624 "substrate-wasm-builder",13625]1362613627[[package]]13628name = "staging-xcm"13629version = "1.0.0"13630source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13631dependencies = [13632 "bounded-collections",13633 "derivative",13634 "environmental",13635 "impl-trait-for-tuples",13636 "log",13637 "parity-scale-codec",13638 "scale-info",13639 "serde",13640 "sp-weights",13641 "xcm-procedural",13642]1364313644[[package]]13645name = "staging-xcm-builder"13646version = "1.0.0"13647source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13648dependencies = [13649 "frame-support",13650 "frame-system",13651 "impl-trait-for-tuples",13652 "log",13653 "pallet-transaction-payment",13654 "parity-scale-codec",13655 "polkadot-parachain-primitives",13656 "scale-info",13657 "sp-arithmetic",13658 "sp-io",13659 "sp-runtime",13660 "sp-std",13661 "sp-weights",13662 "staging-xcm",13663 "staging-xcm-executor",13664]1366513666[[package]]13667name = "staging-xcm-executor"13668version = "1.0.0"13669source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13670dependencies = [13671 "environmental",13672 "frame-benchmarking",13673 "frame-support",13674 "impl-trait-for-tuples",13675 "log",13676 "parity-scale-codec",13677 "sp-arithmetic",13678 "sp-core",13679 "sp-io",13680 "sp-runtime",13681 "sp-std",13682 "sp-weights",13683 "staging-xcm",13684]1368513686[[package]]13687name = "static_assertions"13688version = "1.1.0"13689source = "registry+https://github.com/rust-lang/crates.io-index"13690checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1369113692[[package]]13693name = "static_init"13694version = "1.0.3"13695source = "registry+https://github.com/rust-lang/crates.io-index"13696checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"13697dependencies = [13698 "bitflags 1.3.2",13699 "cfg_aliases",13700 "libc",13701 "parking_lot 0.11.2",13702 "parking_lot_core 0.8.6",13703 "static_init_macro",13704 "winapi",13705]1370613707[[package]]13708name = "static_init_macro"13709version = "1.0.2"13710source = "registry+https://github.com/rust-lang/crates.io-index"13711checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"13712dependencies = [13713 "cfg_aliases",13714 "memchr",13715 "proc-macro2",13716 "quote",13717 "syn 1.0.109",13718]1371913720[[package]]13721name = "strsim"13722version = "0.10.0"13723source = "registry+https://github.com/rust-lang/crates.io-index"13724checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1372513726[[package]]13727name = "struct-versioning"13728version = "0.1.0"13729dependencies = [13730 "quote",13731 "syn 1.0.109",13732]1373313734[[package]]13735name = "strum"13736version = "0.24.1"13737source = "registry+https://github.com/rust-lang/crates.io-index"13738checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"13739dependencies = [13740 "strum_macros",13741]1374213743[[package]]13744name = "strum_macros"13745version = "0.24.3"13746source = "registry+https://github.com/rust-lang/crates.io-index"13747checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"13748dependencies = [13749 "heck",13750 "proc-macro2",13751 "quote",13752 "rustversion",13753 "syn 1.0.109",13754]1375513756[[package]]13757name = "stun"13758version = "0.4.4"13759source = "registry+https://github.com/rust-lang/crates.io-index"13760checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"13761dependencies = [13762 "base64 0.13.1",13763 "crc",13764 "lazy_static",13765 "md-5",13766 "rand 0.8.5",13767 "ring 0.16.20",13768 "subtle",13769 "thiserror",13770 "tokio",13771 "url",13772 "webrtc-util",13773]1377413775[[package]]13776name = "substrate-bip39"13777version = "0.4.4"13778source = "registry+https://github.com/rust-lang/crates.io-index"13779checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"13780dependencies = [13781 "hmac 0.11.0",13782 "pbkdf2 0.8.0",13783 "schnorrkel 0.9.1",13784 "sha2 0.9.9",13785 "zeroize",13786]1378713788[[package]]13789name = "substrate-build-script-utils"13790version = "3.0.0"13791source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1379213793[[package]]13794name = "substrate-frame-rpc-system"13795version = "4.0.0-dev"13796source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13797dependencies = [13798 "frame-system-rpc-runtime-api",13799 "futures",13800 "jsonrpsee",13801 "log",13802 "parity-scale-codec",13803 "sc-rpc-api",13804 "sc-transaction-pool-api",13805 "sp-api",13806 "sp-block-builder",13807 "sp-blockchain",13808 "sp-core",13809 "sp-runtime",13810]1381113812[[package]]13813name = "substrate-prometheus-endpoint"13814version = "0.10.0-dev"13815source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13816dependencies = [13817 "hyper",13818 "log",13819 "prometheus",13820 "thiserror",13821 "tokio",13822]1382313824[[package]]13825name = "substrate-rpc-client"13826version = "0.10.0-dev"13827source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13828dependencies = [13829 "async-trait",13830 "jsonrpsee",13831 "log",13832 "sc-rpc-api",13833 "serde",13834 "sp-runtime",13835]1383613837[[package]]13838name = "substrate-state-trie-migration-rpc"13839version = "4.0.0-dev"13840source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13841dependencies = [13842 "jsonrpsee",13843 "parity-scale-codec",13844 "sc-client-api",13845 "sc-rpc-api",13846 "serde",13847 "sp-core",13848 "sp-runtime",13849 "sp-state-machine",13850 "sp-trie",13851 "trie-db",13852]1385313854[[package]]13855name = "substrate-wasm-builder"13856version = "5.0.0-dev"13857source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13858dependencies = [13859 "ansi_term",13860 "build-helper",13861 "cargo_metadata",13862 "filetime",13863 "parity-wasm",13864 "sp-maybe-compressed-blob",13865 "strum",13866 "tempfile",13867 "toml 0.7.8",13868 "walkdir",13869 "wasm-opt",13870]1387113872[[package]]13873name = "substring"13874version = "1.4.5"13875source = "registry+https://github.com/rust-lang/crates.io-index"13876checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"13877dependencies = [13878 "autocfg",13879]1388013881[[package]]13882name = "subtle"13883version = "2.4.1"13884source = "registry+https://github.com/rust-lang/crates.io-index"13885checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1388613887[[package]]13888name = "subtle-ng"13889version = "2.5.0"13890source = "registry+https://github.com/rust-lang/crates.io-index"13891checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"1389213893[[package]]13894name = "syn"13895version = "1.0.109"13896source = "registry+https://github.com/rust-lang/crates.io-index"13897checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"13898dependencies = [13899 "proc-macro2",13900 "quote",13901 "unicode-ident",13902]1390313904[[package]]13905name = "syn"13906version = "2.0.37"13907source = "registry+https://github.com/rust-lang/crates.io-index"13908checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"13909dependencies = [13910 "proc-macro2",13911 "quote",13912 "unicode-ident",13913]1391413915[[package]]13916name = "synstructure"13917version = "0.12.6"13918source = "registry+https://github.com/rust-lang/crates.io-index"13919checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"13920dependencies = [13921 "proc-macro2",13922 "quote",13923 "syn 1.0.109",13924 "unicode-xid",13925]1392613927[[package]]13928name = "system-configuration"13929version = "0.5.1"13930source = "registry+https://github.com/rust-lang/crates.io-index"13931checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"13932dependencies = [13933 "bitflags 1.3.2",13934 "core-foundation",13935 "system-configuration-sys",13936]1393713938[[package]]13939name = "system-configuration-sys"13940version = "0.5.0"13941source = "registry+https://github.com/rust-lang/crates.io-index"13942checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"13943dependencies = [13944 "core-foundation-sys",13945 "libc",13946]1394713948[[package]]13949name = "tap"13950version = "1.0.1"13951source = "registry+https://github.com/rust-lang/crates.io-index"13952checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1395313954[[package]]13955name = "target-lexicon"13956version = "0.12.11"13957source = "registry+https://github.com/rust-lang/crates.io-index"13958checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"1395913960[[package]]13961name = "tempfile"13962version = "3.8.0"13963source = "registry+https://github.com/rust-lang/crates.io-index"13964checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"13965dependencies = [13966 "cfg-if",13967 "fastrand 2.0.1",13968 "redox_syscall 0.3.5",13969 "rustix 0.38.15",13970 "windows-sys 0.48.0",13971]1397213973[[package]]13974name = "termcolor"13975version = "1.3.0"13976source = "registry+https://github.com/rust-lang/crates.io-index"13977checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"13978dependencies = [13979 "winapi-util",13980]1398113982[[package]]13983name = "termtree"13984version = "0.4.1"13985source = "registry+https://github.com/rust-lang/crates.io-index"13986checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1398713988[[package]]13989name = "tests"13990version = "0.1.1"13991dependencies = [13992 "evm-coder",13993 "frame-support",13994 "frame-system",13995 "pallet-balances",13996 "pallet-balances-adapter",13997 "pallet-common",13998 "pallet-ethereum",13999 "pallet-evm",14000 "pallet-evm-coder-substrate",14001 "pallet-fungible",14002 "pallet-nonfungible",14003 "pallet-refungible",14004 "pallet-structure",14005 "pallet-timestamp",14006 "pallet-transaction-payment",14007 "pallet-unique",14008 "pallet-xcm",14009 "parity-scale-codec",14010 "scale-info",14011 "sp-core",14012 "sp-io",14013 "sp-runtime",14014 "sp-std",14015 "staging-xcm",14016 "up-data-structs",14017 "up-sponsorship",14018]1401914020[[package]]14021name = "thiserror"14022version = "1.0.49"14023source = "registry+https://github.com/rust-lang/crates.io-index"14024checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"14025dependencies = [14026 "thiserror-impl",14027]1402814029[[package]]14030name = "thiserror-core"14031version = "1.0.38"14032source = "registry+https://github.com/rust-lang/crates.io-index"14033checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"14034dependencies = [14035 "thiserror-core-impl",14036]1403714038[[package]]14039name = "thiserror-core-impl"14040version = "1.0.38"14041source = "registry+https://github.com/rust-lang/crates.io-index"14042checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"14043dependencies = [14044 "proc-macro2",14045 "quote",14046 "syn 1.0.109",14047]1404814049[[package]]14050name = "thiserror-impl"14051version = "1.0.49"14052source = "registry+https://github.com/rust-lang/crates.io-index"14053checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"14054dependencies = [14055 "proc-macro2",14056 "quote",14057 "syn 2.0.37",14058]1405914060[[package]]14061name = "thousands"14062version = "0.2.0"14063source = "registry+https://github.com/rust-lang/crates.io-index"14064checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1406514066[[package]]14067name = "thread_local"14068version = "1.1.7"14069source = "registry+https://github.com/rust-lang/crates.io-index"14070checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"14071dependencies = [14072 "cfg-if",14073 "once_cell",14074]1407514076[[package]]14077name = "threadpool"14078version = "1.8.1"14079source = "registry+https://github.com/rust-lang/crates.io-index"14080checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"14081dependencies = [14082 "num_cpus",14083]1408414085[[package]]14086name = "thrift"14087version = "0.15.0"14088source = "registry+https://github.com/rust-lang/crates.io-index"14089checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"14090dependencies = [14091 "byteorder",14092 "integer-encoding",14093 "log",14094 "ordered-float",14095 "threadpool",14096]1409714098[[package]]14099name = "tikv-jemalloc-ctl"14100version = "0.5.4"14101source = "registry+https://github.com/rust-lang/crates.io-index"14102checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"14103dependencies = [14104 "libc",14105 "paste",14106 "tikv-jemalloc-sys",14107]1410814109[[package]]14110name = "tikv-jemalloc-sys"14111version = "0.5.4+5.3.0-patched"14112source = "registry+https://github.com/rust-lang/crates.io-index"14113checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"14114dependencies = [14115 "cc",14116 "libc",14117]1411814119[[package]]14120name = "time"14121version = "0.3.29"14122source = "registry+https://github.com/rust-lang/crates.io-index"14123checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"14124dependencies = [14125 "deranged",14126 "itoa",14127 "serde",14128 "time-core",14129 "time-macros",14130]1413114132[[package]]14133name = "time-core"14134version = "0.1.2"14135source = "registry+https://github.com/rust-lang/crates.io-index"14136checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"1413714138[[package]]14139name = "time-macros"14140version = "0.2.15"14141source = "registry+https://github.com/rust-lang/crates.io-index"14142checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"14143dependencies = [14144 "time-core",14145]1414614147[[package]]14148name = "tiny-bip39"14149version = "1.0.0"14150source = "registry+https://github.com/rust-lang/crates.io-index"14151checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"14152dependencies = [14153 "anyhow",14154 "hmac 0.12.1",14155 "once_cell",14156 "pbkdf2 0.11.0",14157 "rand 0.8.5",14158 "rustc-hash",14159 "sha2 0.10.8",14160 "thiserror",14161 "unicode-normalization",14162 "wasm-bindgen",14163 "zeroize",14164]1416514166[[package]]14167name = "tiny-keccak"14168version = "2.0.2"14169source = "registry+https://github.com/rust-lang/crates.io-index"14170checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"14171dependencies = [14172 "crunchy",14173]1417414175[[package]]14176name = "tinytemplate"14177version = "1.2.1"14178source = "registry+https://github.com/rust-lang/crates.io-index"14179checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"14180dependencies = [14181 "serde",14182 "serde_json",14183]1418414185[[package]]14186name = "tinyvec"14187version = "1.6.0"14188source = "registry+https://github.com/rust-lang/crates.io-index"14189checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"14190dependencies = [14191 "tinyvec_macros",14192]1419314194[[package]]14195name = "tinyvec_macros"14196version = "0.1.1"14197source = "registry+https://github.com/rust-lang/crates.io-index"14198checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1419914200[[package]]14201name = "tokio"14202version = "1.32.0"14203source = "registry+https://github.com/rust-lang/crates.io-index"14204checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"14205dependencies = [14206 "backtrace",14207 "bytes",14208 "libc",14209 "mio",14210 "num_cpus",14211 "parking_lot 0.12.1",14212 "pin-project-lite 0.2.13",14213 "signal-hook-registry",14214 "socket2 0.5.4",14215 "tokio-macros",14216 "windows-sys 0.48.0",14217]1421814219[[package]]14220name = "tokio-macros"14221version = "2.1.0"14222source = "registry+https://github.com/rust-lang/crates.io-index"14223checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"14224dependencies = [14225 "proc-macro2",14226 "quote",14227 "syn 2.0.37",14228]1422914230[[package]]14231name = "tokio-retry"14232version = "0.3.0"14233source = "registry+https://github.com/rust-lang/crates.io-index"14234checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"14235dependencies = [14236 "pin-project",14237 "rand 0.8.5",14238 "tokio",14239]1424014241[[package]]14242name = "tokio-rustls"14243version = "0.24.1"14244source = "registry+https://github.com/rust-lang/crates.io-index"14245checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14246dependencies = [14247 "rustls 0.21.7",14248 "tokio",14249]1425014251[[package]]14252name = "tokio-stream"14253version = "0.1.14"14254source = "registry+https://github.com/rust-lang/crates.io-index"14255checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"14256dependencies = [14257 "futures-core",14258 "pin-project-lite 0.2.13",14259 "tokio",14260 "tokio-util",14261]1426214263[[package]]14264name = "tokio-util"14265version = "0.7.9"14266source = "registry+https://github.com/rust-lang/crates.io-index"14267checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"14268dependencies = [14269 "bytes",14270 "futures-core",14271 "futures-io",14272 "futures-sink",14273 "pin-project-lite 0.2.13",14274 "tokio",14275 "tracing",14276]1427714278[[package]]14279name = "toml"14280version = "0.5.11"14281source = "registry+https://github.com/rust-lang/crates.io-index"14282checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"14283dependencies = [14284 "serde",14285]1428614287[[package]]14288name = "toml"14289version = "0.7.8"14290source = "registry+https://github.com/rust-lang/crates.io-index"14291checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"14292dependencies = [14293 "serde",14294 "serde_spanned",14295 "toml_datetime",14296 "toml_edit",14297]1429814299[[package]]14300name = "toml_datetime"14301version = "0.6.3"14302source = "registry+https://github.com/rust-lang/crates.io-index"14303checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"14304dependencies = [14305 "serde",14306]1430714308[[package]]14309name = "toml_edit"14310version = "0.19.15"14311source = "registry+https://github.com/rust-lang/crates.io-index"14312checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"14313dependencies = [14314 "indexmap 2.0.2",14315 "serde",14316 "serde_spanned",14317 "toml_datetime",14318 "winnow",14319]1432014321[[package]]14322name = "tower"14323version = "0.4.13"14324source = "registry+https://github.com/rust-lang/crates.io-index"14325checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"14326dependencies = [14327 "tower-layer",14328 "tower-service",14329 "tracing",14330]1433114332[[package]]14333name = "tower-http"14334version = "0.4.4"14335source = "registry+https://github.com/rust-lang/crates.io-index"14336checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"14337dependencies = [14338 "bitflags 2.4.0",14339 "bytes",14340 "futures-core",14341 "futures-util",14342 "http",14343 "http-body",14344 "http-range-header",14345 "pin-project-lite 0.2.13",14346 "tower-layer",14347 "tower-service",14348]1434914350[[package]]14351name = "tower-layer"14352version = "0.3.2"14353source = "registry+https://github.com/rust-lang/crates.io-index"14354checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1435514356[[package]]14357name = "tower-service"14358version = "0.3.2"14359source = "registry+https://github.com/rust-lang/crates.io-index"14360checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1436114362[[package]]14363name = "tracing"14364version = "0.1.37"14365source = "registry+https://github.com/rust-lang/crates.io-index"14366checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"14367dependencies = [14368 "cfg-if",14369 "log",14370 "pin-project-lite 0.2.13",14371 "tracing-attributes",14372 "tracing-core",14373]1437414375[[package]]14376name = "tracing-attributes"14377version = "0.1.26"14378source = "registry+https://github.com/rust-lang/crates.io-index"14379checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"14380dependencies = [14381 "proc-macro2",14382 "quote",14383 "syn 2.0.37",14384]1438514386[[package]]14387name = "tracing-core"14388version = "0.1.31"14389source = "registry+https://github.com/rust-lang/crates.io-index"14390checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"14391dependencies = [14392 "once_cell",14393 "valuable",14394]1439514396[[package]]14397name = "tracing-futures"14398version = "0.2.5"14399source = "registry+https://github.com/rust-lang/crates.io-index"14400checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"14401dependencies = [14402 "pin-project",14403 "tracing",14404]1440514406[[package]]14407name = "tracing-gum"14408version = "1.0.0"14409source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14410dependencies = [14411 "coarsetime",14412 "polkadot-node-jaeger",14413 "polkadot-primitives",14414 "tracing",14415 "tracing-gum-proc-macro",14416]1441714418[[package]]14419name = "tracing-gum-proc-macro"14420version = "1.0.0"14421source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14422dependencies = [14423 "expander 2.0.0",14424 "proc-macro-crate",14425 "proc-macro2",14426 "quote",14427 "syn 2.0.37",14428]1442914430[[package]]14431name = "tracing-log"14432version = "0.1.3"14433source = "registry+https://github.com/rust-lang/crates.io-index"14434checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"14435dependencies = [14436 "lazy_static",14437 "log",14438 "tracing-core",14439]1444014441[[package]]14442name = "tracing-serde"14443version = "0.1.3"14444source = "registry+https://github.com/rust-lang/crates.io-index"14445checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"14446dependencies = [14447 "serde",14448 "tracing-core",14449]1445014451[[package]]14452name = "tracing-subscriber"14453version = "0.2.25"14454source = "registry+https://github.com/rust-lang/crates.io-index"14455checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"14456dependencies = [14457 "ansi_term",14458 "chrono",14459 "lazy_static",14460 "matchers",14461 "parking_lot 0.11.2",14462 "regex",14463 "serde",14464 "serde_json",14465 "sharded-slab",14466 "smallvec",14467 "thread_local",14468 "tracing",14469 "tracing-core",14470 "tracing-log",14471 "tracing-serde",14472]1447314474[[package]]14475name = "trie-db"14476version = "0.27.1"14477source = "registry+https://github.com/rust-lang/crates.io-index"14478checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"14479dependencies = [14480 "hash-db 0.16.0",14481 "hashbrown 0.13.2",14482 "log",14483 "rustc-hex",14484 "smallvec",14485]1448614487[[package]]14488name = "trie-root"14489version = "0.18.0"14490source = "registry+https://github.com/rust-lang/crates.io-index"14491checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"14492dependencies = [14493 "hash-db 0.16.0",14494]1449514496[[package]]14497name = "triehash"14498version = "0.8.4"14499source = "registry+https://github.com/rust-lang/crates.io-index"14500checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"14501dependencies = [14502 "hash-db 0.15.2",14503 "rlp",14504]1450514506[[package]]14507name = "trust-dns-proto"14508version = "0.22.0"14509source = "registry+https://github.com/rust-lang/crates.io-index"14510checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"14511dependencies = [14512 "async-trait",14513 "cfg-if",14514 "data-encoding",14515 "enum-as-inner",14516 "futures-channel",14517 "futures-io",14518 "futures-util",14519 "idna 0.2.3",14520 "ipnet",14521 "lazy_static",14522 "rand 0.8.5",14523 "smallvec",14524 "socket2 0.4.9",14525 "thiserror",14526 "tinyvec",14527 "tokio",14528 "tracing",14529 "url",14530]1453114532[[package]]14533name = "trust-dns-resolver"14534version = "0.22.0"14535source = "registry+https://github.com/rust-lang/crates.io-index"14536checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"14537dependencies = [14538 "cfg-if",14539 "futures-util",14540 "ipconfig",14541 "lazy_static",14542 "lru-cache",14543 "parking_lot 0.12.1",14544 "resolv-conf",14545 "smallvec",14546 "thiserror",14547 "tokio",14548 "tracing",14549 "trust-dns-proto",14550]1455114552[[package]]14553name = "try-lock"14554version = "0.2.4"14555source = "registry+https://github.com/rust-lang/crates.io-index"14556checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1455714558[[package]]14559name = "try-runtime-cli"14560version = "0.10.0-dev"14561source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14562dependencies = [14563 "async-trait",14564 "clap",14565 "frame-remote-externalities",14566 "frame-try-runtime",14567 "hex",14568 "log",14569 "parity-scale-codec",14570 "sc-cli",14571 "sc-executor",14572 "serde",14573 "serde_json",14574 "sp-api",14575 "sp-consensus-aura",14576 "sp-consensus-babe",14577 "sp-core",14578 "sp-debug-derive",14579 "sp-externalities",14580 "sp-inherents",14581 "sp-io",14582 "sp-keystore",14583 "sp-rpc",14584 "sp-runtime",14585 "sp-state-machine",14586 "sp-timestamp",14587 "sp-transaction-storage-proof",14588 "sp-version",14589 "sp-weights",14590 "substrate-rpc-client",14591 "zstd 0.12.4",14592]1459314594[[package]]14595name = "tt-call"14596version = "1.0.9"14597source = "registry+https://github.com/rust-lang/crates.io-index"14598checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1459914600[[package]]14601name = "turn"14602version = "0.6.1"14603source = "registry+https://github.com/rust-lang/crates.io-index"14604checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"14605dependencies = [14606 "async-trait",14607 "base64 0.13.1",14608 "futures",14609 "log",14610 "md-5",14611 "rand 0.8.5",14612 "ring 0.16.20",14613 "stun",14614 "thiserror",14615 "tokio",14616 "webrtc-util",14617]1461814619[[package]]14620name = "twox-hash"14621version = "1.6.3"14622source = "registry+https://github.com/rust-lang/crates.io-index"14623checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"14624dependencies = [14625 "cfg-if",14626 "digest 0.10.7",14627 "rand 0.8.5",14628 "static_assertions",14629]1463014631[[package]]14632name = "typenum"14633version = "1.17.0"14634source = "registry+https://github.com/rust-lang/crates.io-index"14635checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"1463614637[[package]]14638name = "uc-rpc"14639version = "0.1.4"14640dependencies = [14641 "anyhow",14642 "app-promotion-rpc",14643 "frame-benchmarking",14644 "hex-literal",14645 "jsonrpsee",14646 "opal-runtime",14647 "pallet-evm",14648 "parity-scale-codec",14649 "quartz-runtime",14650 "sc-client-api",14651 "sc-executor",14652 "sc-rpc-api",14653 "sc-service",14654 "sp-api",14655 "sp-blockchain",14656 "sp-core",14657 "sp-externalities",14658 "sp-keystore",14659 "sp-runtime",14660 "sp-state-machine",14661 "sp-trie",14662 "trie-db",14663 "unique-runtime",14664 "up-common",14665 "up-data-structs",14666 "up-pov-estimate-rpc",14667 "up-rpc",14668 "zstd 0.12.4",14669]1467014671[[package]]14672name = "ucd-trie"14673version = "0.1.6"14674source = "registry+https://github.com/rust-lang/crates.io-index"14675checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"1467614677[[package]]14678name = "uint"14679version = "0.9.5"14680source = "registry+https://github.com/rust-lang/crates.io-index"14681checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"14682dependencies = [14683 "byteorder",14684 "crunchy",14685 "hex",14686 "static_assertions",14687]1468814689[[package]]14690name = "unicode-bidi"14691version = "0.3.13"14692source = "registry+https://github.com/rust-lang/crates.io-index"14693checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1469414695[[package]]14696name = "unicode-ident"14697version = "1.0.12"14698source = "registry+https://github.com/rust-lang/crates.io-index"14699checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"1470014701[[package]]14702name = "unicode-normalization"14703version = "0.1.22"14704source = "registry+https://github.com/rust-lang/crates.io-index"14705checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"14706dependencies = [14707 "tinyvec",14708]1470914710[[package]]14711name = "unicode-width"14712version = "0.1.11"14713source = "registry+https://github.com/rust-lang/crates.io-index"14714checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"1471514716[[package]]14717name = "unicode-xid"14718version = "0.2.4"14719source = "registry+https://github.com/rust-lang/crates.io-index"14720checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1472114722[[package]]14723name = "unique-node"14724version = "1.1.0"14725dependencies = [14726 "app-promotion-rpc",14727 "clap",14728 "cumulus-client-cli",14729 "cumulus-client-collator",14730 "cumulus-client-consensus-aura",14731 "cumulus-client-consensus-common",14732 "cumulus-client-consensus-proposer",14733 "cumulus-client-network",14734 "cumulus-client-service",14735 "cumulus-primitives-core",14736 "cumulus-primitives-parachain-inherent",14737 "cumulus-relay-chain-inprocess-interface",14738 "cumulus-relay-chain-interface",14739 "cumulus-relay-chain-minimal-node",14740 "fc-api",14741 "fc-consensus",14742 "fc-db",14743 "fc-mapping-sync",14744 "fc-rpc",14745 "fc-rpc-core",14746 "fp-rpc",14747 "fp-storage",14748 "frame-benchmarking",14749 "frame-benchmarking-cli",14750 "futures",14751 "jsonrpsee",14752 "log",14753 "opal-runtime",14754 "pallet-transaction-payment-rpc",14755 "pallet-transaction-payment-rpc-runtime-api",14756 "parity-scale-codec",14757 "polkadot-cli",14758 "polkadot-primitives",14759 "polkadot-service",14760 "quartz-runtime",14761 "sc-basic-authorship",14762 "sc-chain-spec",14763 "sc-cli",14764 "sc-client-api",14765 "sc-consensus",14766 "sc-consensus-manual-seal",14767 "sc-executor",14768 "sc-network",14769 "sc-network-sync",14770 "sc-rpc",14771 "sc-rpc-api",14772 "sc-service",14773 "sc-sysinfo",14774 "sc-telemetry",14775 "sc-tracing",14776 "sc-transaction-pool",14777 "serde",14778 "serde_json",14779 "sp-api",14780 "sp-block-builder",14781 "sp-blockchain",14782 "sp-consensus-aura",14783 "sp-core",14784 "sp-inherents",14785 "sp-io",14786 "sp-keystore",14787 "sp-offchain",14788 "sp-runtime",14789 "sp-session",14790 "sp-timestamp",14791 "sp-transaction-pool",14792 "substrate-build-script-utils",14793 "substrate-frame-rpc-system",14794 "substrate-prometheus-endpoint",14795 "tokio",14796 "try-runtime-cli",14797 "uc-rpc",14798 "unique-runtime",14799 "up-common",14800 "up-data-structs",14801 "up-pov-estimate-rpc",14802 "up-rpc",14803]1480414805[[package]]14806name = "unique-runtime"14807version = "1.1.0"14808dependencies = [14809 "app-promotion-rpc",14810 "cumulus-pallet-aura-ext",14811 "cumulus-pallet-dmp-queue",14812 "cumulus-pallet-parachain-system",14813 "cumulus-pallet-xcm",14814 "cumulus-pallet-xcmp-queue",14815 "cumulus-primitives-core",14816 "cumulus-primitives-timestamp",14817 "cumulus-primitives-utility",14818 "derivative",14819 "evm-coder",14820 "fp-evm",14821 "fp-rpc",14822 "fp-self-contained",14823 "frame-benchmarking",14824 "frame-executive",14825 "frame-support",14826 "frame-system",14827 "frame-system-benchmarking",14828 "frame-system-rpc-runtime-api",14829 "frame-try-runtime",14830 "hex-literal",14831 "impl-trait-for-tuples",14832 "log",14833 "num_enum",14834 "orml-tokens",14835 "orml-traits",14836 "orml-vesting",14837 "orml-xcm-support",14838 "orml-xtokens",14839 "pallet-app-promotion",14840 "pallet-aura",14841 "pallet-authorship",14842 "pallet-balances",14843 "pallet-balances-adapter",14844 "pallet-base-fee",14845 "pallet-collator-selection",14846 "pallet-collective",14847 "pallet-common",14848 "pallet-configuration",14849 "pallet-democracy",14850 "pallet-ethereum",14851 "pallet-evm",14852 "pallet-evm-coder-substrate",14853 "pallet-evm-contract-helpers",14854 "pallet-evm-migration",14855 "pallet-evm-precompile-simple",14856 "pallet-evm-transaction-payment",14857 "pallet-foreign-assets",14858 "pallet-fungible",14859 "pallet-gov-origins",14860 "pallet-identity 4.0.0-dev",14861 "pallet-inflation",14862 "pallet-maintenance",14863 "pallet-membership",14864 "pallet-nonfungible",14865 "pallet-preimage",14866 "pallet-ranked-collective",14867 "pallet-referenda",14868 "pallet-refungible",14869 "pallet-scheduler",14870 "pallet-session",14871 "pallet-state-trie-migration",14872 "pallet-structure",14873 "pallet-sudo",14874 "pallet-template-transaction-payment",14875 "pallet-test-utils",14876 "pallet-timestamp",14877 "pallet-transaction-payment",14878 "pallet-transaction-payment-rpc-runtime-api",14879 "pallet-treasury",14880 "pallet-unique",14881 "pallet-utility",14882 "pallet-xcm",14883 "parachain-info",14884 "parity-scale-codec",14885 "polkadot-parachain-primitives",14886 "precompile-utils-macro",14887 "scale-info",14888 "serde",14889 "smallvec",14890 "sp-api",14891 "sp-arithmetic",14892 "sp-block-builder",14893 "sp-consensus-aura",14894 "sp-core",14895 "sp-inherents",14896 "sp-io",14897 "sp-offchain",14898 "sp-runtime",14899 "sp-session",14900 "sp-std",14901 "sp-storage",14902 "sp-transaction-pool",14903 "sp-version",14904 "staging-xcm",14905 "staging-xcm-builder",14906 "staging-xcm-executor",14907 "substrate-wasm-builder",14908 "up-common",14909 "up-data-structs",14910 "up-pov-estimate-rpc",14911 "up-rpc",14912 "up-sponsorship",14913]1491414915[[package]]14916name = "universal-hash"14917version = "0.4.1"14918source = "registry+https://github.com/rust-lang/crates.io-index"14919checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"14920dependencies = [14921 "generic-array 0.14.7",14922 "subtle",14923]1492414925[[package]]14926name = "universal-hash"14927version = "0.5.1"14928source = "registry+https://github.com/rust-lang/crates.io-index"14929checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"14930dependencies = [14931 "crypto-common",14932 "subtle",14933]1493414935[[package]]14936name = "unsigned-varint"14937version = "0.7.2"14938source = "registry+https://github.com/rust-lang/crates.io-index"14939checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"14940dependencies = [14941 "asynchronous-codec",14942 "bytes",14943 "futures-io",14944 "futures-util",14945]1494614947[[package]]14948name = "untrusted"14949version = "0.7.1"14950source = "registry+https://github.com/rust-lang/crates.io-index"14951checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1495214953[[package]]14954name = "up-common"14955version = "1.1.0"14956dependencies = [14957 "cumulus-primitives-core",14958 "fp-rpc",14959 "fp-self-contained",14960 "frame-support",14961 "pallet-evm",14962 "sp-consensus-aura",14963 "sp-core",14964 "sp-runtime",14965 "sp-std",14966]1496714968[[package]]14969name = "up-data-structs"14970version = "0.2.2"14971dependencies = [14972 "bondrewd",14973 "derivative",14974 "evm-coder",14975 "frame-support",14976 "pallet-evm",14977 "parity-scale-codec",14978 "scale-info",14979 "serde",14980 "sp-core",14981 "sp-runtime",14982 "sp-std",14983 "struct-versioning",14984]1498514986[[package]]14987name = "up-pov-estimate-rpc"14988version = "0.1.0"14989dependencies = [14990 "parity-scale-codec",14991 "scale-info",14992 "serde",14993 "sp-api",14994 "sp-core",14995 "sp-runtime",14996 "sp-std",14997]1499814999[[package]]15000name = "up-rpc"15001version = "0.1.3"15002dependencies = [15003 "pallet-common",15004 "pallet-evm",15005 "parity-scale-codec",15006 "sp-api",15007 "sp-core",15008 "sp-runtime",15009 "sp-std",15010 "up-data-structs",15011]1501215013[[package]]15014name = "up-sponsorship"15015version = "0.1.0"15016source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"15017dependencies = [15018 "impl-trait-for-tuples",15019]1502015021[[package]]15022name = "url"15023version = "2.4.1"15024source = "registry+https://github.com/rust-lang/crates.io-index"15025checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"15026dependencies = [15027 "form_urlencoded",15028 "idna 0.4.0",15029 "percent-encoding",15030]1503115032[[package]]15033name = "utf8parse"15034version = "0.2.1"15035source = "registry+https://github.com/rust-lang/crates.io-index"15036checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1503715038[[package]]15039name = "uuid"15040version = "1.4.1"15041source = "registry+https://github.com/rust-lang/crates.io-index"15042checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"15043dependencies = [15044 "getrandom 0.2.10",15045]1504615047[[package]]15048name = "valuable"15049version = "0.1.0"15050source = "registry+https://github.com/rust-lang/crates.io-index"15051checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1505215053[[package]]15054name = "vcpkg"15055version = "0.2.15"15056source = "registry+https://github.com/rust-lang/crates.io-index"15057checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1505815059[[package]]15060name = "version_check"15061version = "0.9.4"15062source = "registry+https://github.com/rust-lang/crates.io-index"15063checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1506415065[[package]]15066name = "void"15067version = "1.0.2"15068source = "registry+https://github.com/rust-lang/crates.io-index"15069checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1507015071[[package]]15072name = "waitgroup"15073version = "0.1.2"15074source = "registry+https://github.com/rust-lang/crates.io-index"15075checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"15076dependencies = [15077 "atomic-waker",15078]1507915080[[package]]15081name = "waker-fn"15082version = "1.1.1"15083source = "registry+https://github.com/rust-lang/crates.io-index"15084checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"1508515086[[package]]15087name = "walkdir"15088version = "2.4.0"15089source = "registry+https://github.com/rust-lang/crates.io-index"15090checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"15091dependencies = [15092 "same-file",15093 "winapi-util",15094]1509515096[[package]]15097name = "want"15098version = "0.3.1"15099source = "registry+https://github.com/rust-lang/crates.io-index"15100checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"15101dependencies = [15102 "try-lock",15103]1510415105[[package]]15106name = "wasi"15107version = "0.9.0+wasi-snapshot-preview1"15108source = "registry+https://github.com/rust-lang/crates.io-index"15109checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1511015111[[package]]15112name = "wasi"15113version = "0.11.0+wasi-snapshot-preview1"15114source = "registry+https://github.com/rust-lang/crates.io-index"15115checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1511615117[[package]]15118name = "wasm-bindgen"15119version = "0.2.87"15120source = "registry+https://github.com/rust-lang/crates.io-index"15121checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"15122dependencies = [15123 "cfg-if",15124 "wasm-bindgen-macro",15125]1512615127[[package]]15128name = "wasm-bindgen-backend"15129version = "0.2.87"15130source = "registry+https://github.com/rust-lang/crates.io-index"15131checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"15132dependencies = [15133 "bumpalo",15134 "log",15135 "once_cell",15136 "proc-macro2",15137 "quote",15138 "syn 2.0.37",15139 "wasm-bindgen-shared",15140]1514115142[[package]]15143name = "wasm-bindgen-futures"15144version = "0.4.37"15145source = "registry+https://github.com/rust-lang/crates.io-index"15146checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"15147dependencies = [15148 "cfg-if",15149 "js-sys",15150 "wasm-bindgen",15151 "web-sys",15152]1515315154[[package]]15155name = "wasm-bindgen-macro"15156version = "0.2.87"15157source = "registry+https://github.com/rust-lang/crates.io-index"15158checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"15159dependencies = [15160 "quote",15161 "wasm-bindgen-macro-support",15162]1516315164[[package]]15165name = "wasm-bindgen-macro-support"15166version = "0.2.87"15167source = "registry+https://github.com/rust-lang/crates.io-index"15168checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"15169dependencies = [15170 "proc-macro2",15171 "quote",15172 "syn 2.0.37",15173 "wasm-bindgen-backend",15174 "wasm-bindgen-shared",15175]1517615177[[package]]15178name = "wasm-bindgen-shared"15179version = "0.2.87"15180source = "registry+https://github.com/rust-lang/crates.io-index"15181checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"1518215183[[package]]15184name = "wasm-instrument"15185version = "0.3.0"15186source = "registry+https://github.com/rust-lang/crates.io-index"15187checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"15188dependencies = [15189 "parity-wasm",15190]1519115192[[package]]15193name = "wasm-opt"15194version = "0.114.1"15195source = "registry+https://github.com/rust-lang/crates.io-index"15196checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7"15197dependencies = [15198 "anyhow",15199 "libc",15200 "strum",15201 "strum_macros",15202 "tempfile",15203 "thiserror",15204 "wasm-opt-cxx-sys",15205 "wasm-opt-sys",15206]1520715208[[package]]15209name = "wasm-opt-cxx-sys"15210version = "0.114.1"15211source = "registry+https://github.com/rust-lang/crates.io-index"15212checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa"15213dependencies = [15214 "anyhow",15215 "cxx",15216 "cxx-build",15217 "wasm-opt-sys",15218]1521915220[[package]]15221name = "wasm-opt-sys"15222version = "0.114.1"15223source = "registry+https://github.com/rust-lang/crates.io-index"15224checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9"15225dependencies = [15226 "anyhow",15227 "cc",15228 "cxx",15229 "cxx-build",15230]1523115232[[package]]15233name = "wasm-timer"15234version = "0.2.5"15235source = "registry+https://github.com/rust-lang/crates.io-index"15236checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"15237dependencies = [15238 "futures",15239 "js-sys",15240 "parking_lot 0.11.2",15241 "pin-utils",15242 "wasm-bindgen",15243 "wasm-bindgen-futures",15244 "web-sys",15245]1524615247[[package]]15248name = "wasmi"15249version = "0.31.0"15250source = "registry+https://github.com/rust-lang/crates.io-index"15251checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945"15252dependencies = [15253 "smallvec",15254 "spin 0.9.8",15255 "wasmi_arena",15256 "wasmi_core",15257 "wasmparser-nostd",15258]1525915260[[package]]15261name = "wasmi_arena"15262version = "0.4.0"15263source = "registry+https://github.com/rust-lang/crates.io-index"15264checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468"1526515266[[package]]15267name = "wasmi_core"15268version = "0.13.0"15269source = "registry+https://github.com/rust-lang/crates.io-index"15270checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"15271dependencies = [15272 "downcast-rs",15273 "libm",15274 "num-traits",15275 "paste",15276]1527715278[[package]]15279name = "wasmparser"15280version = "0.102.0"15281source = "registry+https://github.com/rust-lang/crates.io-index"15282checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"15283dependencies = [15284 "indexmap 1.9.3",15285 "url",15286]1528715288[[package]]15289name = "wasmparser-nostd"15290version = "0.100.1"15291source = "registry+https://github.com/rust-lang/crates.io-index"15292checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"15293dependencies = [15294 "indexmap-nostd",15295]1529615297[[package]]15298name = "wasmtime"15299version = "8.0.1"15300source = "registry+https://github.com/rust-lang/crates.io-index"15301checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"15302dependencies = [15303 "anyhow",15304 "bincode",15305 "cfg-if",15306 "indexmap 1.9.3",15307 "libc",15308 "log",15309 "object 0.30.4",15310 "once_cell",15311 "paste",15312 "psm",15313 "rayon",15314 "serde",15315 "target-lexicon",15316 "wasmparser",15317 "wasmtime-cache",15318 "wasmtime-cranelift",15319 "wasmtime-environ",15320 "wasmtime-jit",15321 "wasmtime-runtime",15322 "windows-sys 0.45.0",15323]1532415325[[package]]15326name = "wasmtime-asm-macros"15327version = "8.0.1"15328source = "registry+https://github.com/rust-lang/crates.io-index"15329checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"15330dependencies = [15331 "cfg-if",15332]1533315334[[package]]15335name = "wasmtime-cache"15336version = "8.0.1"15337source = "registry+https://github.com/rust-lang/crates.io-index"15338checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"15339dependencies = [15340 "anyhow",15341 "base64 0.21.4",15342 "bincode",15343 "directories-next",15344 "file-per-thread-logger",15345 "log",15346 "rustix 0.36.15",15347 "serde",15348 "sha2 0.10.8",15349 "toml 0.5.11",15350 "windows-sys 0.45.0",15351 "zstd 0.11.2+zstd.1.5.2",15352]1535315354[[package]]15355name = "wasmtime-cranelift"15356version = "8.0.1"15357source = "registry+https://github.com/rust-lang/crates.io-index"15358checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"15359dependencies = [15360 "anyhow",15361 "cranelift-codegen",15362 "cranelift-entity",15363 "cranelift-frontend",15364 "cranelift-native",15365 "cranelift-wasm",15366 "gimli 0.27.3",15367 "log",15368 "object 0.30.4",15369 "target-lexicon",15370 "thiserror",15371 "wasmparser",15372 "wasmtime-cranelift-shared",15373 "wasmtime-environ",15374]1537515376[[package]]15377name = "wasmtime-cranelift-shared"15378version = "8.0.1"15379source = "registry+https://github.com/rust-lang/crates.io-index"15380checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"15381dependencies = [15382 "anyhow",15383 "cranelift-codegen",15384 "cranelift-native",15385 "gimli 0.27.3",15386 "object 0.30.4",15387 "target-lexicon",15388 "wasmtime-environ",15389]1539015391[[package]]15392name = "wasmtime-environ"15393version = "8.0.1"15394source = "registry+https://github.com/rust-lang/crates.io-index"15395checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"15396dependencies = [15397 "anyhow",15398 "cranelift-entity",15399 "gimli 0.27.3",15400 "indexmap 1.9.3",15401 "log",15402 "object 0.30.4",15403 "serde",15404 "target-lexicon",15405 "thiserror",15406 "wasmparser",15407 "wasmtime-types",15408]1540915410[[package]]15411name = "wasmtime-jit"15412version = "8.0.1"15413source = "registry+https://github.com/rust-lang/crates.io-index"15414checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"15415dependencies = [15416 "addr2line 0.19.0",15417 "anyhow",15418 "bincode",15419 "cfg-if",15420 "cpp_demangle",15421 "gimli 0.27.3",15422 "log",15423 "object 0.30.4",15424 "rustc-demangle",15425 "serde",15426 "target-lexicon",15427 "wasmtime-environ",15428 "wasmtime-jit-debug",15429 "wasmtime-jit-icache-coherence",15430 "wasmtime-runtime",15431 "windows-sys 0.45.0",15432]1543315434[[package]]15435name = "wasmtime-jit-debug"15436version = "8.0.1"15437source = "registry+https://github.com/rust-lang/crates.io-index"15438checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"15439dependencies = [15440 "object 0.30.4",15441 "once_cell",15442 "rustix 0.36.15",15443]1544415445[[package]]15446name = "wasmtime-jit-icache-coherence"15447version = "8.0.1"15448source = "registry+https://github.com/rust-lang/crates.io-index"15449checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"15450dependencies = [15451 "cfg-if",15452 "libc",15453 "windows-sys 0.45.0",15454]1545515456[[package]]15457name = "wasmtime-runtime"15458version = "8.0.1"15459source = "registry+https://github.com/rust-lang/crates.io-index"15460checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"15461dependencies = [15462 "anyhow",15463 "cc",15464 "cfg-if",15465 "indexmap 1.9.3",15466 "libc",15467 "log",15468 "mach",15469 "memfd",15470 "memoffset 0.8.0",15471 "paste",15472 "rand 0.8.5",15473 "rustix 0.36.15",15474 "wasmtime-asm-macros",15475 "wasmtime-environ",15476 "wasmtime-jit-debug",15477 "windows-sys 0.45.0",15478]1547915480[[package]]15481name = "wasmtime-types"15482version = "8.0.1"15483source = "registry+https://github.com/rust-lang/crates.io-index"15484checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"15485dependencies = [15486 "cranelift-entity",15487 "serde",15488 "thiserror",15489 "wasmparser",15490]1549115492[[package]]15493name = "web-sys"15494version = "0.3.64"15495source = "registry+https://github.com/rust-lang/crates.io-index"15496checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"15497dependencies = [15498 "js-sys",15499 "wasm-bindgen",15500]1550115502[[package]]15503name = "webpki"15504version = "0.21.4"15505source = "registry+https://github.com/rust-lang/crates.io-index"15506checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"15507dependencies = [15508 "ring 0.16.20",15509 "untrusted",15510]1551115512[[package]]15513name = "webpki"15514version = "0.22.2"15515source = "registry+https://github.com/rust-lang/crates.io-index"15516checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"15517dependencies = [15518 "ring 0.16.20",15519 "untrusted",15520]1552115522[[package]]15523name = "webpki-roots"15524version = "0.22.6"15525source = "registry+https://github.com/rust-lang/crates.io-index"15526checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"15527dependencies = [15528 "webpki 0.22.2",15529]1553015531[[package]]15532name = "webpki-roots"15533version = "0.23.1"15534source = "registry+https://github.com/rust-lang/crates.io-index"15535checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"15536dependencies = [15537 "rustls-webpki 0.100.3",15538]1553915540[[package]]15541name = "webpki-roots"15542version = "0.25.2"15543source = "registry+https://github.com/rust-lang/crates.io-index"15544checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"1554515546[[package]]15547name = "webrtc"15548version = "0.6.0"15549source = "registry+https://github.com/rust-lang/crates.io-index"15550checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"15551dependencies = [15552 "arc-swap",15553 "async-trait",15554 "bytes",15555 "hex",15556 "interceptor",15557 "lazy_static",15558 "log",15559 "rand 0.8.5",15560 "rcgen 0.9.3",15561 "regex",15562 "ring 0.16.20",15563 "rtcp",15564 "rtp",15565 "rustls 0.19.1",15566 "sdp",15567 "serde",15568 "serde_json",15569 "sha2 0.10.8",15570 "stun",15571 "thiserror",15572 "time",15573 "tokio",15574 "turn",15575 "url",15576 "waitgroup",15577 "webrtc-data",15578 "webrtc-dtls",15579 "webrtc-ice",15580 "webrtc-mdns",15581 "webrtc-media",15582 "webrtc-sctp",15583 "webrtc-srtp",15584 "webrtc-util",15585]1558615587[[package]]15588name = "webrtc-data"15589version = "0.6.0"15590source = "registry+https://github.com/rust-lang/crates.io-index"15591checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"15592dependencies = [15593 "bytes",15594 "derive_builder",15595 "log",15596 "thiserror",15597 "tokio",15598 "webrtc-sctp",15599 "webrtc-util",15600]1560115602[[package]]15603name = "webrtc-dtls"15604version = "0.7.2"15605source = "registry+https://github.com/rust-lang/crates.io-index"15606checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267"15607dependencies = [15608 "aes 0.6.0",15609 "aes-gcm 0.10.3",15610 "async-trait",15611 "bincode",15612 "block-modes",15613 "byteorder",15614 "ccm",15615 "curve25519-dalek 3.2.0",15616 "der-parser 8.2.0",15617 "elliptic-curve 0.12.3",15618 "hkdf",15619 "hmac 0.12.1",15620 "log",15621 "p256",15622 "p384",15623 "rand 0.8.5",15624 "rand_core 0.6.4",15625 "rcgen 0.10.0",15626 "ring 0.16.20",15627 "rustls 0.19.1",15628 "sec1 0.3.0",15629 "serde",15630 "sha1",15631 "sha2 0.10.8",15632 "signature 1.6.4",15633 "subtle",15634 "thiserror",15635 "tokio",15636 "webpki 0.21.4",15637 "webrtc-util",15638 "x25519-dalek 2.0.0",15639 "x509-parser 0.13.2",15640]1564115642[[package]]15643name = "webrtc-ice"15644version = "0.9.1"15645source = "registry+https://github.com/rust-lang/crates.io-index"15646checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"15647dependencies = [15648 "arc-swap",15649 "async-trait",15650 "crc",15651 "log",15652 "rand 0.8.5",15653 "serde",15654 "serde_json",15655 "stun",15656 "thiserror",15657 "tokio",15658 "turn",15659 "url",15660 "uuid",15661 "waitgroup",15662 "webrtc-mdns",15663 "webrtc-util",15664]1566515666[[package]]15667name = "webrtc-mdns"15668version = "0.5.2"15669source = "registry+https://github.com/rust-lang/crates.io-index"15670checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"15671dependencies = [15672 "log",15673 "socket2 0.4.9",15674 "thiserror",15675 "tokio",15676 "webrtc-util",15677]1567815679[[package]]15680name = "webrtc-media"15681version = "0.5.1"15682source = "registry+https://github.com/rust-lang/crates.io-index"15683checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"15684dependencies = [15685 "byteorder",15686 "bytes",15687 "rand 0.8.5",15688 "rtp",15689 "thiserror",15690]1569115692[[package]]15693name = "webrtc-sctp"15694version = "0.7.0"15695source = "registry+https://github.com/rust-lang/crates.io-index"15696checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"15697dependencies = [15698 "arc-swap",15699 "async-trait",15700 "bytes",15701 "crc",15702 "log",15703 "rand 0.8.5",15704 "thiserror",15705 "tokio",15706 "webrtc-util",15707]1570815709[[package]]15710name = "webrtc-srtp"15711version = "0.9.1"15712source = "registry+https://github.com/rust-lang/crates.io-index"15713checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"15714dependencies = [15715 "aead 0.4.3",15716 "aes 0.7.5",15717 "aes-gcm 0.9.4",15718 "async-trait",15719 "byteorder",15720 "bytes",15721 "ctr 0.8.0",15722 "hmac 0.11.0",15723 "log",15724 "rtcp",15725 "rtp",15726 "sha-1",15727 "subtle",15728 "thiserror",15729 "tokio",15730 "webrtc-util",15731]1573215733[[package]]15734name = "webrtc-util"15735version = "0.7.0"15736source = "registry+https://github.com/rust-lang/crates.io-index"15737checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"15738dependencies = [15739 "async-trait",15740 "bitflags 1.3.2",15741 "bytes",15742 "cc",15743 "ipnet",15744 "lazy_static",15745 "libc",15746 "log",15747 "nix",15748 "rand 0.8.5",15749 "thiserror",15750 "tokio",15751 "winapi",15752]1575315754[[package]]15755name = "westend-runtime"15756version = "1.0.0"15757source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15758dependencies = [15759 "binary-merkle-tree",15760 "bitvec",15761 "frame-benchmarking",15762 "frame-election-provider-support",15763 "frame-executive",15764 "frame-support",15765 "frame-system",15766 "frame-system-benchmarking",15767 "frame-system-rpc-runtime-api",15768 "frame-try-runtime",15769 "hex-literal",15770 "log",15771 "pallet-authority-discovery",15772 "pallet-authorship",15773 "pallet-babe",15774 "pallet-bags-list",15775 "pallet-balances",15776 "pallet-beefy",15777 "pallet-beefy-mmr",15778 "pallet-collective",15779 "pallet-democracy",15780 "pallet-election-provider-multi-phase",15781 "pallet-election-provider-support-benchmarking",15782 "pallet-elections-phragmen",15783 "pallet-fast-unstake",15784 "pallet-grandpa",15785 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",15786 "pallet-im-online",15787 "pallet-indices",15788 "pallet-membership",15789 "pallet-message-queue",15790 "pallet-mmr",15791 "pallet-multisig",15792 "pallet-nomination-pools",15793 "pallet-nomination-pools-benchmarking",15794 "pallet-nomination-pools-runtime-api",15795 "pallet-offences",15796 "pallet-offences-benchmarking",15797 "pallet-preimage",15798 "pallet-proxy",15799 "pallet-recovery",15800 "pallet-scheduler",15801 "pallet-session",15802 "pallet-session-benchmarking",15803 "pallet-society",15804 "pallet-staking",15805 "pallet-staking-reward-curve",15806 "pallet-staking-runtime-api",15807 "pallet-state-trie-migration",15808 "pallet-sudo",15809 "pallet-timestamp",15810 "pallet-transaction-payment",15811 "pallet-transaction-payment-rpc-runtime-api",15812 "pallet-treasury",15813 "pallet-utility",15814 "pallet-vesting",15815 "pallet-xcm",15816 "pallet-xcm-benchmarks",15817 "parity-scale-codec",15818 "polkadot-parachain-primitives",15819 "polkadot-primitives",15820 "polkadot-runtime-common",15821 "polkadot-runtime-parachains",15822 "rustc-hex",15823 "scale-info",15824 "serde",15825 "serde_derive",15826 "smallvec",15827 "sp-api",15828 "sp-application-crypto",15829 "sp-authority-discovery",15830 "sp-block-builder",15831 "sp-consensus-babe",15832 "sp-consensus-beefy",15833 "sp-core",15834 "sp-inherents",15835 "sp-io",15836 "sp-mmr-primitives",15837 "sp-npos-elections",15838 "sp-offchain",15839 "sp-runtime",15840 "sp-session",15841 "sp-staking",15842 "sp-std",15843 "sp-storage",15844 "sp-transaction-pool",15845 "sp-version",15846 "staging-xcm",15847 "staging-xcm-builder",15848 "staging-xcm-executor",15849 "substrate-wasm-builder",15850 "westend-runtime-constants",15851]1585215853[[package]]15854name = "westend-runtime-constants"15855version = "1.0.0"15856source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15857dependencies = [15858 "frame-support",15859 "polkadot-primitives",15860 "polkadot-runtime-common",15861 "smallvec",15862 "sp-core",15863 "sp-runtime",15864 "sp-weights",15865]1586615867[[package]]15868name = "which"15869version = "4.4.2"15870source = "registry+https://github.com/rust-lang/crates.io-index"15871checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"15872dependencies = [15873 "either",15874 "home",15875 "once_cell",15876 "rustix 0.38.15",15877]1587815879[[package]]15880name = "wide"15881version = "0.7.12"15882source = "registry+https://github.com/rust-lang/crates.io-index"15883checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598"15884dependencies = [15885 "bytemuck",15886 "safe_arch",15887]1588815889[[package]]15890name = "widestring"15891version = "1.0.2"15892source = "registry+https://github.com/rust-lang/crates.io-index"15893checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"1589415895[[package]]15896name = "winapi"15897version = "0.3.9"15898source = "registry+https://github.com/rust-lang/crates.io-index"15899checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"15900dependencies = [15901 "winapi-i686-pc-windows-gnu",15902 "winapi-x86_64-pc-windows-gnu",15903]1590415905[[package]]15906name = "winapi-i686-pc-windows-gnu"15907version = "0.4.0"15908source = "registry+https://github.com/rust-lang/crates.io-index"15909checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1591015911[[package]]15912name = "winapi-util"15913version = "0.1.6"15914source = "registry+https://github.com/rust-lang/crates.io-index"15915checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"15916dependencies = [15917 "winapi",15918]1591915920[[package]]15921name = "winapi-x86_64-pc-windows-gnu"15922version = "0.4.0"15923source = "registry+https://github.com/rust-lang/crates.io-index"15924checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1592515926[[package]]15927name = "windows"15928version = "0.34.0"15929source = "registry+https://github.com/rust-lang/crates.io-index"15930checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"15931dependencies = [15932 "windows_aarch64_msvc 0.34.0",15933 "windows_i686_gnu 0.34.0",15934 "windows_i686_msvc 0.34.0",15935 "windows_x86_64_gnu 0.34.0",15936 "windows_x86_64_msvc 0.34.0",15937]1593815939[[package]]15940name = "windows"15941version = "0.48.0"15942source = "registry+https://github.com/rust-lang/crates.io-index"15943checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"15944dependencies = [15945 "windows-targets 0.48.5",15946]1594715948[[package]]15949name = "windows-sys"15950version = "0.45.0"15951source = "registry+https://github.com/rust-lang/crates.io-index"15952checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"15953dependencies = [15954 "windows-targets 0.42.2",15955]1595615957[[package]]15958name = "windows-sys"15959version = "0.48.0"15960source = "registry+https://github.com/rust-lang/crates.io-index"15961checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"15962dependencies = [15963 "windows-targets 0.48.5",15964]1596515966[[package]]15967name = "windows-targets"15968version = "0.42.2"15969source = "registry+https://github.com/rust-lang/crates.io-index"15970checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"15971dependencies = [15972 "windows_aarch64_gnullvm 0.42.2",15973 "windows_aarch64_msvc 0.42.2",15974 "windows_i686_gnu 0.42.2",15975 "windows_i686_msvc 0.42.2",15976 "windows_x86_64_gnu 0.42.2",15977 "windows_x86_64_gnullvm 0.42.2",15978 "windows_x86_64_msvc 0.42.2",15979]1598015981[[package]]15982name = "windows-targets"15983version = "0.48.5"15984source = "registry+https://github.com/rust-lang/crates.io-index"15985checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"15986dependencies = [15987 "windows_aarch64_gnullvm 0.48.5",15988 "windows_aarch64_msvc 0.48.5",15989 "windows_i686_gnu 0.48.5",15990 "windows_i686_msvc 0.48.5",15991 "windows_x86_64_gnu 0.48.5",15992 "windows_x86_64_gnullvm 0.48.5",15993 "windows_x86_64_msvc 0.48.5",15994]1599515996[[package]]15997name = "windows_aarch64_gnullvm"15998version = "0.42.2"15999source = "registry+https://github.com/rust-lang/crates.io-index"16000checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1600116002[[package]]16003name = "windows_aarch64_gnullvm"16004version = "0.48.5"16005source = "registry+https://github.com/rust-lang/crates.io-index"16006checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"1600716008[[package]]16009name = "windows_aarch64_msvc"16010version = "0.34.0"16011source = "registry+https://github.com/rust-lang/crates.io-index"16012checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1601316014[[package]]16015name = "windows_aarch64_msvc"16016version = "0.42.2"16017source = "registry+https://github.com/rust-lang/crates.io-index"16018checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1601916020[[package]]16021name = "windows_aarch64_msvc"16022version = "0.48.5"16023source = "registry+https://github.com/rust-lang/crates.io-index"16024checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"1602516026[[package]]16027name = "windows_i686_gnu"16028version = "0.34.0"16029source = "registry+https://github.com/rust-lang/crates.io-index"16030checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1603116032[[package]]16033name = "windows_i686_gnu"16034version = "0.42.2"16035source = "registry+https://github.com/rust-lang/crates.io-index"16036checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1603716038[[package]]16039name = "windows_i686_gnu"16040version = "0.48.5"16041source = "registry+https://github.com/rust-lang/crates.io-index"16042checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"1604316044[[package]]16045name = "windows_i686_msvc"16046version = "0.34.0"16047source = "registry+https://github.com/rust-lang/crates.io-index"16048checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1604916050[[package]]16051name = "windows_i686_msvc"16052version = "0.42.2"16053source = "registry+https://github.com/rust-lang/crates.io-index"16054checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1605516056[[package]]16057name = "windows_i686_msvc"16058version = "0.48.5"16059source = "registry+https://github.com/rust-lang/crates.io-index"16060checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"1606116062[[package]]16063name = "windows_x86_64_gnu"16064version = "0.34.0"16065source = "registry+https://github.com/rust-lang/crates.io-index"16066checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1606716068[[package]]16069name = "windows_x86_64_gnu"16070version = "0.42.2"16071source = "registry+https://github.com/rust-lang/crates.io-index"16072checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1607316074[[package]]16075name = "windows_x86_64_gnu"16076version = "0.48.5"16077source = "registry+https://github.com/rust-lang/crates.io-index"16078checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"1607916080[[package]]16081name = "windows_x86_64_gnullvm"16082version = "0.42.2"16083source = "registry+https://github.com/rust-lang/crates.io-index"16084checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1608516086[[package]]16087name = "windows_x86_64_gnullvm"16088version = "0.48.5"16089source = "registry+https://github.com/rust-lang/crates.io-index"16090checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"1609116092[[package]]16093name = "windows_x86_64_msvc"16094version = "0.34.0"16095source = "registry+https://github.com/rust-lang/crates.io-index"16096checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1609716098[[package]]16099name = "windows_x86_64_msvc"16100version = "0.42.2"16101source = "registry+https://github.com/rust-lang/crates.io-index"16102checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1610316104[[package]]16105name = "windows_x86_64_msvc"16106version = "0.48.5"16107source = "registry+https://github.com/rust-lang/crates.io-index"16108checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"1610916110[[package]]16111name = "winnow"16112version = "0.5.15"16113source = "registry+https://github.com/rust-lang/crates.io-index"16114checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"16115dependencies = [16116 "memchr",16117]1611816119[[package]]16120name = "winreg"16121version = "0.50.0"16122source = "registry+https://github.com/rust-lang/crates.io-index"16123checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"16124dependencies = [16125 "cfg-if",16126 "windows-sys 0.48.0",16127]1612816129[[package]]16130name = "wyz"16131version = "0.5.1"16132source = "registry+https://github.com/rust-lang/crates.io-index"16133checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"16134dependencies = [16135 "tap",16136]1613716138[[package]]16139name = "x25519-dalek"16140version = "1.1.1"16141source = "registry+https://github.com/rust-lang/crates.io-index"16142checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"16143dependencies = [16144 "curve25519-dalek 3.2.0",16145 "rand_core 0.5.1",16146 "zeroize",16147]1614816149[[package]]16150name = "x25519-dalek"16151version = "2.0.0"16152source = "registry+https://github.com/rust-lang/crates.io-index"16153checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"16154dependencies = [16155 "curve25519-dalek 4.1.1",16156 "rand_core 0.6.4",16157 "serde",16158 "zeroize",16159]1616016161[[package]]16162name = "x509-parser"16163version = "0.13.2"16164source = "registry+https://github.com/rust-lang/crates.io-index"16165checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"16166dependencies = [16167 "asn1-rs 0.3.1",16168 "base64 0.13.1",16169 "data-encoding",16170 "der-parser 7.0.0",16171 "lazy_static",16172 "nom",16173 "oid-registry 0.4.0",16174 "ring 0.16.20",16175 "rusticata-macros",16176 "thiserror",16177 "time",16178]1617916180[[package]]16181name = "x509-parser"16182version = "0.14.0"16183source = "registry+https://github.com/rust-lang/crates.io-index"16184checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"16185dependencies = [16186 "asn1-rs 0.5.2",16187 "base64 0.13.1",16188 "data-encoding",16189 "der-parser 8.2.0",16190 "lazy_static",16191 "nom",16192 "oid-registry 0.6.1",16193 "rusticata-macros",16194 "thiserror",16195 "time",16196]1619716198[[package]]16199name = "xcm-procedural"16200version = "1.0.0"16201source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"16202dependencies = [16203 "Inflector",16204 "proc-macro2",16205 "quote",16206 "syn 2.0.37",16207]1620816209[[package]]16210name = "yamux"16211version = "0.10.2"16212source = "registry+https://github.com/rust-lang/crates.io-index"16213checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"16214dependencies = [16215 "futures",16216 "log",16217 "nohash-hasher",16218 "parking_lot 0.12.1",16219 "rand 0.8.5",16220 "static_assertions",16221]1622216223[[package]]16224name = "yasna"16225version = "0.5.2"16226source = "registry+https://github.com/rust-lang/crates.io-index"16227checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"16228dependencies = [16229 "time",16230]1623116232[[package]]16233name = "zeroize"16234version = "1.6.0"16235source = "registry+https://github.com/rust-lang/crates.io-index"16236checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"16237dependencies = [16238 "zeroize_derive",16239]1624016241[[package]]16242name = "zeroize_derive"16243version = "1.4.2"16244source = "registry+https://github.com/rust-lang/crates.io-index"16245checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"16246dependencies = [16247 "proc-macro2",16248 "quote",16249 "syn 2.0.37",16250]1625116252[[package]]16253name = "zstd"16254version = "0.11.2+zstd.1.5.2"16255source = "registry+https://github.com/rust-lang/crates.io-index"16256checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"16257dependencies = [16258 "zstd-safe 5.0.2+zstd.1.5.2",16259]1626016261[[package]]16262name = "zstd"16263version = "0.12.4"16264source = "registry+https://github.com/rust-lang/crates.io-index"16265checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"16266dependencies = [16267 "zstd-safe 6.0.6",16268]1626916270[[package]]16271name = "zstd-safe"16272version = "5.0.2+zstd.1.5.2"16273source = "registry+https://github.com/rust-lang/crates.io-index"16274checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"16275dependencies = [16276 "libc",16277 "zstd-sys",16278]1627916280[[package]]16281name = "zstd-safe"16282version = "6.0.6"16283source = "registry+https://github.com/rust-lang/crates.io-index"16284checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"16285dependencies = [16286 "libc",16287 "zstd-sys",16288]1628916290[[package]]16291name = "zstd-sys"16292version = "2.0.8+zstd.1.5.5"16293source = "registry+https://github.com/rust-lang/crates.io-index"16294checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"16295dependencies = [16296 "cc",16297 "libc",16298 "pkg-config",16299]