git.delta.rocks / unique-network / refs/commits / 8c199c3011be

difftreelog

source

Cargo.lock367.9 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-aura",6454 "cumulus-primitives-core",6455 "cumulus-primitives-timestamp",6456 "cumulus-primitives-utility",6457 "derivative",6458 "evm-coder",6459 "fp-evm",6460 "fp-rpc",6461 "fp-self-contained",6462 "frame-benchmarking",6463 "frame-executive",6464 "frame-support",6465 "frame-system",6466 "frame-system-benchmarking",6467 "frame-system-rpc-runtime-api",6468 "frame-try-runtime",6469 "hex-literal",6470 "impl-trait-for-tuples",6471 "log",6472 "num_enum",6473 "orml-tokens",6474 "orml-traits",6475 "orml-vesting",6476 "orml-xcm-support",6477 "orml-xtokens",6478 "pallet-app-promotion",6479 "pallet-aura",6480 "pallet-authorship",6481 "pallet-balances",6482 "pallet-balances-adapter",6483 "pallet-base-fee",6484 "pallet-collator-selection",6485 "pallet-collective",6486 "pallet-common",6487 "pallet-configuration",6488 "pallet-democracy",6489 "pallet-ethereum",6490 "pallet-evm",6491 "pallet-evm-coder-substrate",6492 "pallet-evm-contract-helpers",6493 "pallet-evm-migration",6494 "pallet-evm-precompile-simple",6495 "pallet-evm-transaction-payment",6496 "pallet-foreign-assets",6497 "pallet-fungible",6498 "pallet-gov-origins",6499 "pallet-identity 4.0.0-dev",6500 "pallet-inflation",6501 "pallet-maintenance",6502 "pallet-membership",6503 "pallet-nonfungible",6504 "pallet-preimage",6505 "pallet-ranked-collective",6506 "pallet-referenda",6507 "pallet-refungible",6508 "pallet-scheduler",6509 "pallet-session",6510 "pallet-state-trie-migration",6511 "pallet-structure",6512 "pallet-sudo",6513 "pallet-template-transaction-payment",6514 "pallet-test-utils",6515 "pallet-timestamp",6516 "pallet-transaction-payment",6517 "pallet-transaction-payment-rpc-runtime-api",6518 "pallet-treasury",6519 "pallet-unique",6520 "pallet-utility",6521 "pallet-xcm",6522 "parachain-info",6523 "parity-scale-codec",6524 "polkadot-parachain-primitives",6525 "precompile-utils-macro",6526 "scale-info",6527 "serde",6528 "smallvec",6529 "sp-api",6530 "sp-arithmetic",6531 "sp-block-builder",6532 "sp-consensus-aura",6533 "sp-core",6534 "sp-inherents",6535 "sp-io",6536 "sp-offchain",6537 "sp-runtime",6538 "sp-session",6539 "sp-std",6540 "sp-storage",6541 "sp-transaction-pool",6542 "sp-version",6543 "staging-xcm",6544 "staging-xcm-builder",6545 "staging-xcm-executor",6546 "substrate-wasm-builder",6547 "up-common",6548 "up-data-structs",6549 "up-pov-estimate-rpc",6550 "up-rpc",6551 "up-sponsorship",6552]65536554[[package]]6555name = "opaque-debug"6556version = "0.2.3"6557source = "registry+https://github.com/rust-lang/crates.io-index"6558checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"65596560[[package]]6561name = "opaque-debug"6562version = "0.3.0"6563source = "registry+https://github.com/rust-lang/crates.io-index"6564checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"65656566[[package]]6567name = "openssl-probe"6568version = "0.1.5"6569source = "registry+https://github.com/rust-lang/crates.io-index"6570checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"65716572[[package]]6573name = "orchestra"6574version = "0.0.5"6575source = "registry+https://github.com/rust-lang/crates.io-index"6576checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"6577dependencies = [6578 "async-trait",6579 "dyn-clonable",6580 "futures",6581 "futures-timer",6582 "orchestra-proc-macro",6583 "pin-project",6584 "prioritized-metered-channel",6585 "thiserror",6586 "tracing",6587]65886589[[package]]6590name = "orchestra-proc-macro"6591version = "0.0.5"6592source = "registry+https://github.com/rust-lang/crates.io-index"6593checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"6594dependencies = [6595 "expander 0.0.6",6596 "itertools 0.10.5",6597 "petgraph",6598 "proc-macro-crate",6599 "proc-macro2",6600 "quote",6601 "syn 1.0.109",6602]66036604[[package]]6605name = "ordered-float"6606version = "1.1.1"6607source = "registry+https://github.com/rust-lang/crates.io-index"6608checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"6609dependencies = [6610 "num-traits",6611]66126613[[package]]6614name = "orml-tokens"6615version = "0.4.1-dev"6616source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6617dependencies = [6618 "frame-support",6619 "frame-system",6620 "log",6621 "orml-traits",6622 "parity-scale-codec",6623 "scale-info",6624 "serde",6625 "sp-arithmetic",6626 "sp-runtime",6627 "sp-std",6628]66296630[[package]]6631name = "orml-traits"6632version = "0.4.1-dev"6633source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6634dependencies = [6635 "frame-support",6636 "impl-trait-for-tuples",6637 "num-traits",6638 "orml-utilities",6639 "parity-scale-codec",6640 "paste",6641 "scale-info",6642 "serde",6643 "sp-core",6644 "sp-io",6645 "sp-runtime",6646 "sp-std",6647 "staging-xcm",6648]66496650[[package]]6651name = "orml-utilities"6652version = "0.4.1-dev"6653source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6654dependencies = [6655 "frame-support",6656 "parity-scale-codec",6657 "scale-info",6658 "serde",6659 "sp-core",6660 "sp-io",6661 "sp-runtime",6662 "sp-std",6663]66646665[[package]]6666name = "orml-vesting"6667version = "0.4.1-dev"6668source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6669dependencies = [6670 "frame-support",6671 "frame-system",6672 "parity-scale-codec",6673 "scale-info",6674 "serde",6675 "sp-io",6676 "sp-runtime",6677 "sp-std",6678]66796680[[package]]6681name = "orml-xcm-support"6682version = "0.4.1-dev"6683source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6684dependencies = [6685 "frame-support",6686 "orml-traits",6687 "parity-scale-codec",6688 "sp-runtime",6689 "sp-std",6690 "staging-xcm",6691 "staging-xcm-executor",6692]66936694[[package]]6695name = "orml-xtokens"6696version = "0.4.1-dev"6697source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6698dependencies = [6699 "cumulus-primitives-core",6700 "frame-support",6701 "frame-system",6702 "log",6703 "orml-traits",6704 "orml-xcm-support",6705 "pallet-xcm",6706 "parity-scale-codec",6707 "scale-info",6708 "serde",6709 "sp-io",6710 "sp-runtime",6711 "sp-std",6712 "staging-xcm",6713 "staging-xcm-executor",6714]67156716[[package]]6717name = "p256"6718version = "0.11.1"6719source = "registry+https://github.com/rust-lang/crates.io-index"6720checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6721dependencies = [6722 "ecdsa 0.14.8",6723 "elliptic-curve 0.12.3",6724 "sha2 0.10.8",6725]67266727[[package]]6728name = "p384"6729version = "0.11.2"6730source = "registry+https://github.com/rust-lang/crates.io-index"6731checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6732dependencies = [6733 "ecdsa 0.14.8",6734 "elliptic-curve 0.12.3",6735 "sha2 0.10.8",6736]67376738[[package]]6739name = "pallet-app-promotion"6740version = "0.2.1"6741dependencies = [6742 "frame-benchmarking",6743 "frame-support",6744 "frame-system",6745 "log",6746 "pallet-common",6747 "pallet-configuration",6748 "pallet-evm",6749 "pallet-evm-contract-helpers",6750 "pallet-evm-migration",6751 "pallet-unique",6752 "parity-scale-codec",6753 "scale-info",6754 "sp-core",6755 "sp-runtime",6756 "sp-std",6757 "up-data-structs",6758]67596760[[package]]6761name = "pallet-aura"6762version = "4.0.0-dev"6763source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6764dependencies = [6765 "frame-support",6766 "frame-system",6767 "log",6768 "pallet-timestamp",6769 "parity-scale-codec",6770 "scale-info",6771 "sp-application-crypto",6772 "sp-consensus-aura",6773 "sp-runtime",6774 "sp-std",6775]67766777[[package]]6778name = "pallet-authority-discovery"6779version = "4.0.0-dev"6780source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6781dependencies = [6782 "frame-support",6783 "frame-system",6784 "pallet-session",6785 "parity-scale-codec",6786 "scale-info",6787 "sp-application-crypto",6788 "sp-authority-discovery",6789 "sp-runtime",6790 "sp-std",6791]67926793[[package]]6794name = "pallet-authorship"6795version = "4.0.0-dev"6796source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6797dependencies = [6798 "frame-support",6799 "frame-system",6800 "impl-trait-for-tuples",6801 "parity-scale-codec",6802 "scale-info",6803 "sp-runtime",6804 "sp-std",6805]68066807[[package]]6808name = "pallet-babe"6809version = "4.0.0-dev"6810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6811dependencies = [6812 "frame-benchmarking",6813 "frame-support",6814 "frame-system",6815 "log",6816 "pallet-authorship",6817 "pallet-session",6818 "pallet-timestamp",6819 "parity-scale-codec",6820 "scale-info",6821 "sp-application-crypto",6822 "sp-consensus-babe",6823 "sp-core",6824 "sp-io",6825 "sp-runtime",6826 "sp-session",6827 "sp-staking",6828 "sp-std",6829]68306831[[package]]6832name = "pallet-bags-list"6833version = "4.0.0-dev"6834source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6835dependencies = [6836 "aquamarine",6837 "docify",6838 "frame-benchmarking",6839 "frame-election-provider-support",6840 "frame-support",6841 "frame-system",6842 "log",6843 "pallet-balances",6844 "parity-scale-codec",6845 "scale-info",6846 "sp-core",6847 "sp-io",6848 "sp-runtime",6849 "sp-std",6850 "sp-tracing",6851]68526853[[package]]6854name = "pallet-balances"6855version = "4.0.0-dev"6856source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6857dependencies = [6858 "frame-benchmarking",6859 "frame-support",6860 "frame-system",6861 "log",6862 "parity-scale-codec",6863 "scale-info",6864 "sp-runtime",6865 "sp-std",6866]68676868[[package]]6869name = "pallet-balances-adapter"6870version = "0.1.0"6871dependencies = [6872 "evm-coder",6873 "frame-support",6874 "frame-system",6875 "pallet-balances",6876 "pallet-common",6877 "pallet-evm",6878 "pallet-evm-coder-substrate",6879 "pallet-evm-transaction-payment",6880 "pallet-structure",6881 "parity-scale-codec",6882 "scale-info",6883 "sp-core",6884 "sp-runtime",6885 "sp-std",6886 "up-data-structs",6887]68886889[[package]]6890name = "pallet-base-fee"6891version = "1.0.0"6892source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"6893dependencies = [6894 "fp-evm",6895 "frame-support",6896 "frame-system",6897 "parity-scale-codec",6898 "scale-info",6899 "sp-core",6900 "sp-runtime",6901]69026903[[package]]6904name = "pallet-beefy"6905version = "4.0.0-dev"6906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6907dependencies = [6908 "frame-support",6909 "frame-system",6910 "log",6911 "pallet-authorship",6912 "pallet-session",6913 "parity-scale-codec",6914 "scale-info",6915 "serde",6916 "sp-consensus-beefy",6917 "sp-runtime",6918 "sp-session",6919 "sp-staking",6920 "sp-std",6921]69226923[[package]]6924name = "pallet-beefy-mmr"6925version = "4.0.0-dev"6926source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6927dependencies = [6928 "array-bytes",6929 "binary-merkle-tree",6930 "frame-support",6931 "frame-system",6932 "log",6933 "pallet-beefy",6934 "pallet-mmr",6935 "pallet-session",6936 "parity-scale-codec",6937 "scale-info",6938 "serde",6939 "sp-api",6940 "sp-consensus-beefy",6941 "sp-core",6942 "sp-io",6943 "sp-runtime",6944 "sp-state-machine",6945 "sp-std",6946]69476948[[package]]6949name = "pallet-bounties"6950version = "4.0.0-dev"6951source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6952dependencies = [6953 "frame-benchmarking",6954 "frame-support",6955 "frame-system",6956 "log",6957 "pallet-treasury",6958 "parity-scale-codec",6959 "scale-info",6960 "sp-core",6961 "sp-io",6962 "sp-runtime",6963 "sp-std",6964]69656966[[package]]6967name = "pallet-child-bounties"6968version = "4.0.0-dev"6969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6970dependencies = [6971 "frame-benchmarking",6972 "frame-support",6973 "frame-system",6974 "log",6975 "pallet-bounties",6976 "pallet-treasury",6977 "parity-scale-codec",6978 "scale-info",6979 "sp-core",6980 "sp-io",6981 "sp-runtime",6982 "sp-std",6983]69846985[[package]]6986name = "pallet-collator-selection"6987version = "5.0.0"6988dependencies = [6989 "frame-benchmarking",6990 "frame-support",6991 "frame-system",6992 "log",6993 "pallet-aura",6994 "pallet-authorship",6995 "pallet-balances",6996 "pallet-session",6997 "pallet-timestamp",6998 "parity-scale-codec",6999 "rand 0.8.5",7000 "scale-info",7001 "serde",7002 "sp-consensus-aura",7003 "sp-core",7004 "sp-io",7005 "sp-runtime",7006 "sp-staking",7007 "sp-std",7008 "sp-tracing",7009]70107011[[package]]7012name = "pallet-collective"7013version = "4.0.0-dev"7014source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7015dependencies = [7016 "frame-benchmarking",7017 "frame-support",7018 "frame-system",7019 "log",7020 "parity-scale-codec",7021 "scale-info",7022 "sp-core",7023 "sp-io",7024 "sp-runtime",7025 "sp-std",7026]70277028[[package]]7029name = "pallet-common"7030version = "0.1.14"7031dependencies = [7032 "bondrewd",7033 "ethereum",7034 "evm-coder",7035 "frame-benchmarking",7036 "frame-support",7037 "frame-system",7038 "pallet-evm",7039 "pallet-evm-coder-substrate",7040 "parity-scale-codec",7041 "scale-info",7042 "sp-core",7043 "sp-runtime",7044 "sp-std",7045 "sp-weights",7046 "up-data-structs",7047 "up-pov-estimate-rpc",7048]70497050[[package]]7051name = "pallet-configuration"7052version = "0.2.0"7053dependencies = [7054 "fp-evm",7055 "frame-benchmarking",7056 "frame-support",7057 "frame-system",7058 "hex-literal",7059 "log",7060 "parity-scale-codec",7061 "scale-info",7062 "smallvec",7063 "sp-arithmetic",7064 "sp-core",7065 "sp-io",7066 "sp-runtime",7067 "sp-std",7068 "staging-xcm",7069 "up-common",7070]70717072[[package]]7073name = "pallet-conviction-voting"7074version = "4.0.0-dev"7075source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7076dependencies = [7077 "assert_matches",7078 "frame-benchmarking",7079 "frame-support",7080 "frame-system",7081 "parity-scale-codec",7082 "scale-info",7083 "serde",7084 "sp-io",7085 "sp-runtime",7086 "sp-std",7087]70887089[[package]]7090name = "pallet-democracy"7091version = "4.0.0-dev"7092source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7093dependencies = [7094 "frame-benchmarking",7095 "frame-support",7096 "frame-system",7097 "log",7098 "parity-scale-codec",7099 "scale-info",7100 "serde",7101 "sp-core",7102 "sp-io",7103 "sp-runtime",7104 "sp-std",7105]71067107[[package]]7108name = "pallet-election-provider-multi-phase"7109version = "4.0.0-dev"7110source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7111dependencies = [7112 "frame-benchmarking",7113 "frame-election-provider-support",7114 "frame-support",7115 "frame-system",7116 "log",7117 "pallet-election-provider-support-benchmarking",7118 "parity-scale-codec",7119 "rand 0.8.5",7120 "scale-info",7121 "sp-arithmetic",7122 "sp-core",7123 "sp-io",7124 "sp-npos-elections",7125 "sp-runtime",7126 "sp-std",7127 "strum",7128]71297130[[package]]7131name = "pallet-election-provider-support-benchmarking"7132version = "4.0.0-dev"7133source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7134dependencies = [7135 "frame-benchmarking",7136 "frame-election-provider-support",7137 "frame-system",7138 "parity-scale-codec",7139 "sp-npos-elections",7140 "sp-runtime",7141 "sp-std",7142]71437144[[package]]7145name = "pallet-elections-phragmen"7146version = "5.0.0-dev"7147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7148dependencies = [7149 "frame-benchmarking",7150 "frame-support",7151 "frame-system",7152 "log",7153 "parity-scale-codec",7154 "scale-info",7155 "sp-core",7156 "sp-io",7157 "sp-npos-elections",7158 "sp-runtime",7159 "sp-staking",7160 "sp-std",7161]71627163[[package]]7164name = "pallet-ethereum"7165version = "4.0.0-dev"7166source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7167dependencies = [7168 "ethereum",7169 "ethereum-types",7170 "evm",7171 "fp-consensus",7172 "fp-ethereum",7173 "fp-evm",7174 "fp-rpc",7175 "fp-storage",7176 "frame-support",7177 "frame-system",7178 "pallet-evm",7179 "parity-scale-codec",7180 "scale-info",7181 "sp-io",7182 "sp-runtime",7183 "sp-std",7184]71857186[[package]]7187name = "pallet-evm"7188version = "6.0.0-dev"7189source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7190dependencies = [7191 "environmental",7192 "evm",7193 "fp-account",7194 "fp-evm",7195 "frame-benchmarking",7196 "frame-support",7197 "frame-system",7198 "hash-db 0.16.0",7199 "hex",7200 "hex-literal",7201 "impl-trait-for-tuples",7202 "log",7203 "parity-scale-codec",7204 "rlp",7205 "scale-info",7206 "serde",7207 "sp-core",7208 "sp-io",7209 "sp-runtime",7210 "sp-std",7211]72127213[[package]]7214name = "pallet-evm-coder-substrate"7215version = "0.1.3"7216dependencies = [7217 "evm-coder",7218 "evm-coder-substrate-procedural",7219 "evm-core",7220 "frame-benchmarking",7221 "frame-support",7222 "frame-system",7223 "pallet-evm",7224 "parity-scale-codec",7225 "scale-info",7226 "sp-core",7227 "sp-std",7228 "sp-weights",7229 "spez",7230 "up-data-structs",7231]72327233[[package]]7234name = "pallet-evm-contract-helpers"7235version = "0.3.0"7236dependencies = [7237 "evm-coder",7238 "frame-support",7239 "frame-system",7240 "pallet-common",7241 "pallet-evm",7242 "pallet-evm-coder-substrate",7243 "pallet-evm-transaction-payment",7244 "parity-scale-codec",7245 "scale-info",7246 "sp-core",7247 "sp-std",7248 "up-data-structs",7249 "up-sponsorship",7250]72517252[[package]]7253name = "pallet-evm-migration"7254version = "0.1.1"7255dependencies = [7256 "ethereum",7257 "frame-benchmarking",7258 "frame-support",7259 "frame-system",7260 "pallet-evm",7261 "parity-scale-codec",7262 "scale-info",7263 "sp-core",7264 "sp-io",7265 "sp-std",7266]72677268[[package]]7269name = "pallet-evm-precompile-simple"7270version = "2.0.0-dev"7271source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7272dependencies = [7273 "fp-evm",7274 "ripemd",7275 "sp-io",7276]72777278[[package]]7279name = "pallet-evm-transaction-payment"7280version = "0.1.1"7281dependencies = [7282 "fp-evm",7283 "frame-support",7284 "frame-system",7285 "pallet-evm",7286 "parity-scale-codec",7287 "scale-info",7288 "sp-core",7289 "sp-runtime",7290 "sp-std",7291 "up-sponsorship",7292]72937294[[package]]7295name = "pallet-fast-unstake"7296version = "4.0.0-dev"7297source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7298dependencies = [7299 "docify",7300 "frame-benchmarking",7301 "frame-election-provider-support",7302 "frame-support",7303 "frame-system",7304 "log",7305 "parity-scale-codec",7306 "scale-info",7307 "sp-io",7308 "sp-runtime",7309 "sp-staking",7310 "sp-std",7311]73127313[[package]]7314name = "pallet-foreign-assets"7315version = "0.1.0"7316dependencies = [7317 "frame-benchmarking",7318 "frame-support",7319 "frame-system",7320 "log",7321 "orml-tokens",7322 "pallet-balances",7323 "pallet-common",7324 "pallet-fungible",7325 "parity-scale-codec",7326 "scale-info",7327 "serde",7328 "sp-runtime",7329 "sp-std",7330 "staging-xcm",7331 "staging-xcm-executor",7332 "up-data-structs",7333]73347335[[package]]7336name = "pallet-fungible"7337version = "0.1.11"7338dependencies = [7339 "evm-coder",7340 "frame-benchmarking",7341 "frame-support",7342 "frame-system",7343 "pallet-common",7344 "pallet-evm",7345 "pallet-evm-coder-substrate",7346 "pallet-structure",7347 "parity-scale-codec",7348 "scale-info",7349 "sp-core",7350 "sp-runtime",7351 "sp-std",7352 "up-data-structs",7353]73547355[[package]]7356name = "pallet-gov-origins"7357version = "0.2.1"7358dependencies = [7359 "frame-support",7360 "frame-system",7361 "parity-scale-codec",7362 "scale-info",7363]73647365[[package]]7366name = "pallet-grandpa"7367version = "4.0.0-dev"7368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7369dependencies = [7370 "frame-benchmarking",7371 "frame-support",7372 "frame-system",7373 "log",7374 "pallet-authorship",7375 "pallet-session",7376 "parity-scale-codec",7377 "scale-info",7378 "sp-application-crypto",7379 "sp-consensus-grandpa",7380 "sp-core",7381 "sp-io",7382 "sp-runtime",7383 "sp-session",7384 "sp-staking",7385 "sp-std",7386]73877388[[package]]7389name = "pallet-identity"7390version = "4.0.0-dev"7391dependencies = [7392 "enumflags2",7393 "frame-benchmarking",7394 "frame-support",7395 "frame-system",7396 "pallet-balances",7397 "parity-scale-codec",7398 "scale-info",7399 "sp-core",7400 "sp-io",7401 "sp-runtime",7402 "sp-std",7403]74047405[[package]]7406name = "pallet-identity"7407version = "4.0.0-dev"7408source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7409dependencies = [7410 "enumflags2",7411 "frame-benchmarking",7412 "frame-support",7413 "frame-system",7414 "parity-scale-codec",7415 "scale-info",7416 "sp-io",7417 "sp-runtime",7418 "sp-std",7419]74207421[[package]]7422name = "pallet-im-online"7423version = "4.0.0-dev"7424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7425dependencies = [7426 "frame-benchmarking",7427 "frame-support",7428 "frame-system",7429 "log",7430 "pallet-authorship",7431 "parity-scale-codec",7432 "scale-info",7433 "sp-application-crypto",7434 "sp-core",7435 "sp-io",7436 "sp-runtime",7437 "sp-staking",7438 "sp-std",7439]74407441[[package]]7442name = "pallet-indices"7443version = "4.0.0-dev"7444source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7445dependencies = [7446 "frame-benchmarking",7447 "frame-support",7448 "frame-system",7449 "parity-scale-codec",7450 "scale-info",7451 "sp-core",7452 "sp-io",7453 "sp-keyring",7454 "sp-runtime",7455 "sp-std",7456]74577458[[package]]7459name = "pallet-inflation"7460version = "0.1.1"7461dependencies = [7462 "frame-benchmarking",7463 "frame-support",7464 "frame-system",7465 "pallet-balances",7466 "parity-scale-codec",7467 "scale-info",7468 "sp-core",7469 "sp-io",7470 "sp-runtime",7471 "sp-std",7472]74737474[[package]]7475name = "pallet-maintenance"7476version = "0.1.0"7477dependencies = [7478 "frame-benchmarking",7479 "frame-support",7480 "frame-system",7481 "parity-scale-codec",7482 "scale-info",7483 "sp-core",7484 "sp-runtime",7485 "sp-std",7486]74877488[[package]]7489name = "pallet-membership"7490version = "4.0.0-dev"7491source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7492dependencies = [7493 "frame-benchmarking",7494 "frame-support",7495 "frame-system",7496 "log",7497 "parity-scale-codec",7498 "scale-info",7499 "sp-core",7500 "sp-io",7501 "sp-runtime",7502 "sp-std",7503]75047505[[package]]7506name = "pallet-message-queue"7507version = "7.0.0-dev"7508source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7509dependencies = [7510 "frame-benchmarking",7511 "frame-support",7512 "frame-system",7513 "log",7514 "parity-scale-codec",7515 "scale-info",7516 "sp-arithmetic",7517 "sp-core",7518 "sp-io",7519 "sp-runtime",7520 "sp-std",7521 "sp-weights",7522]75237524[[package]]7525name = "pallet-mmr"7526version = "4.0.0-dev"7527source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7528dependencies = [7529 "frame-benchmarking",7530 "frame-support",7531 "frame-system",7532 "log",7533 "parity-scale-codec",7534 "scale-info",7535 "sp-core",7536 "sp-io",7537 "sp-mmr-primitives",7538 "sp-runtime",7539 "sp-std",7540]75417542[[package]]7543name = "pallet-multisig"7544version = "4.0.0-dev"7545source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7546dependencies = [7547 "frame-benchmarking",7548 "frame-support",7549 "frame-system",7550 "log",7551 "parity-scale-codec",7552 "scale-info",7553 "sp-io",7554 "sp-runtime",7555 "sp-std",7556]75577558[[package]]7559name = "pallet-nis"7560version = "4.0.0-dev"7561source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7562dependencies = [7563 "frame-benchmarking",7564 "frame-support",7565 "frame-system",7566 "parity-scale-codec",7567 "scale-info",7568 "sp-arithmetic",7569 "sp-core",7570 "sp-runtime",7571 "sp-std",7572]75737574[[package]]7575name = "pallet-nomination-pools"7576version = "1.0.0"7577source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7578dependencies = [7579 "frame-support",7580 "frame-system",7581 "log",7582 "pallet-balances",7583 "parity-scale-codec",7584 "scale-info",7585 "sp-core",7586 "sp-io",7587 "sp-runtime",7588 "sp-staking",7589 "sp-std",7590 "sp-tracing",7591]75927593[[package]]7594name = "pallet-nomination-pools-benchmarking"7595version = "1.0.0"7596source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7597dependencies = [7598 "frame-benchmarking",7599 "frame-election-provider-support",7600 "frame-support",7601 "frame-system",7602 "pallet-bags-list",7603 "pallet-nomination-pools",7604 "pallet-staking",7605 "parity-scale-codec",7606 "scale-info",7607 "sp-runtime",7608 "sp-runtime-interface",7609 "sp-staking",7610 "sp-std",7611]76127613[[package]]7614name = "pallet-nomination-pools-runtime-api"7615version = "1.0.0-dev"7616source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7617dependencies = [7618 "pallet-nomination-pools",7619 "parity-scale-codec",7620 "sp-api",7621 "sp-std",7622]76237624[[package]]7625name = "pallet-nonfungible"7626version = "0.1.14"7627dependencies = [7628 "evm-coder",7629 "frame-benchmarking",7630 "frame-support",7631 "frame-system",7632 "pallet-common",7633 "pallet-evm",7634 "pallet-evm-coder-substrate",7635 "pallet-structure",7636 "parity-scale-codec",7637 "scale-info",7638 "sp-core",7639 "sp-runtime",7640 "sp-std",7641 "struct-versioning",7642 "up-data-structs",7643]76447645[[package]]7646name = "pallet-offences"7647version = "4.0.0-dev"7648source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7649dependencies = [7650 "frame-support",7651 "frame-system",7652 "log",7653 "pallet-balances",7654 "parity-scale-codec",7655 "scale-info",7656 "serde",7657 "sp-runtime",7658 "sp-staking",7659 "sp-std",7660]76617662[[package]]7663name = "pallet-offences-benchmarking"7664version = "4.0.0-dev"7665source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7666dependencies = [7667 "frame-benchmarking",7668 "frame-election-provider-support",7669 "frame-support",7670 "frame-system",7671 "log",7672 "pallet-babe",7673 "pallet-balances",7674 "pallet-grandpa",7675 "pallet-im-online",7676 "pallet-offences",7677 "pallet-session",7678 "pallet-staking",7679 "parity-scale-codec",7680 "scale-info",7681 "sp-runtime",7682 "sp-staking",7683 "sp-std",7684]76857686[[package]]7687name = "pallet-preimage"7688version = "4.0.0-dev"7689source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7690dependencies = [7691 "frame-benchmarking",7692 "frame-support",7693 "frame-system",7694 "log",7695 "parity-scale-codec",7696 "scale-info",7697 "sp-core",7698 "sp-io",7699 "sp-runtime",7700 "sp-std",7701]77027703[[package]]7704name = "pallet-proxy"7705version = "4.0.0-dev"7706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7707dependencies = [7708 "frame-benchmarking",7709 "frame-support",7710 "frame-system",7711 "parity-scale-codec",7712 "scale-info",7713 "sp-io",7714 "sp-runtime",7715 "sp-std",7716]77177718[[package]]7719name = "pallet-ranked-collective"7720version = "4.0.0-dev"7721source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7722dependencies = [7723 "frame-benchmarking",7724 "frame-support",7725 "frame-system",7726 "log",7727 "parity-scale-codec",7728 "scale-info",7729 "sp-arithmetic",7730 "sp-core",7731 "sp-io",7732 "sp-runtime",7733 "sp-std",7734]77357736[[package]]7737name = "pallet-recovery"7738version = "4.0.0-dev"7739source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7740dependencies = [7741 "frame-benchmarking",7742 "frame-support",7743 "frame-system",7744 "parity-scale-codec",7745 "scale-info",7746 "sp-io",7747 "sp-runtime",7748 "sp-std",7749]77507751[[package]]7752name = "pallet-referenda"7753version = "4.0.0-dev"7754source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7755dependencies = [7756 "assert_matches",7757 "frame-benchmarking",7758 "frame-support",7759 "frame-system",7760 "log",7761 "parity-scale-codec",7762 "scale-info",7763 "serde",7764 "sp-arithmetic",7765 "sp-io",7766 "sp-runtime",7767 "sp-std",7768]77697770[[package]]7771name = "pallet-refungible"7772version = "0.2.13"7773dependencies = [7774 "evm-coder",7775 "frame-benchmarking",7776 "frame-support",7777 "frame-system",7778 "pallet-common",7779 "pallet-evm",7780 "pallet-evm-coder-substrate",7781 "pallet-structure",7782 "parity-scale-codec",7783 "scale-info",7784 "sp-core",7785 "sp-runtime",7786 "sp-std",7787 "up-data-structs",7788]77897790[[package]]7791name = "pallet-scheduler"7792version = "4.0.0-dev"7793source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7794dependencies = [7795 "docify",7796 "frame-benchmarking",7797 "frame-support",7798 "frame-system",7799 "log",7800 "parity-scale-codec",7801 "scale-info",7802 "sp-io",7803 "sp-runtime",7804 "sp-std",7805 "sp-weights",7806]78077808[[package]]7809name = "pallet-session"7810version = "4.0.0-dev"7811source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7812dependencies = [7813 "frame-support",7814 "frame-system",7815 "impl-trait-for-tuples",7816 "log",7817 "pallet-timestamp",7818 "parity-scale-codec",7819 "scale-info",7820 "sp-core",7821 "sp-io",7822 "sp-runtime",7823 "sp-session",7824 "sp-staking",7825 "sp-state-machine",7826 "sp-std",7827 "sp-trie",7828]78297830[[package]]7831name = "pallet-session-benchmarking"7832version = "4.0.0-dev"7833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7834dependencies = [7835 "frame-benchmarking",7836 "frame-support",7837 "frame-system",7838 "pallet-session",7839 "pallet-staking",7840 "parity-scale-codec",7841 "rand 0.8.5",7842 "sp-runtime",7843 "sp-session",7844 "sp-std",7845]78467847[[package]]7848name = "pallet-society"7849version = "4.0.0-dev"7850source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7851dependencies = [7852 "frame-benchmarking",7853 "frame-support",7854 "frame-system",7855 "log",7856 "parity-scale-codec",7857 "rand_chacha 0.2.2",7858 "scale-info",7859 "sp-arithmetic",7860 "sp-io",7861 "sp-runtime",7862 "sp-std",7863]78647865[[package]]7866name = "pallet-staking"7867version = "4.0.0-dev"7868source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7869dependencies = [7870 "frame-benchmarking",7871 "frame-election-provider-support",7872 "frame-support",7873 "frame-system",7874 "log",7875 "pallet-authorship",7876 "pallet-session",7877 "parity-scale-codec",7878 "rand_chacha 0.2.2",7879 "scale-info",7880 "serde",7881 "sp-application-crypto",7882 "sp-io",7883 "sp-runtime",7884 "sp-staking",7885 "sp-std",7886]78877888[[package]]7889name = "pallet-staking-reward-curve"7890version = "4.0.0-dev"7891source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7892dependencies = [7893 "proc-macro-crate",7894 "proc-macro2",7895 "quote",7896 "syn 2.0.37",7897]78987899[[package]]7900name = "pallet-staking-reward-fn"7901version = "4.0.0-dev"7902source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7903dependencies = [7904 "log",7905 "sp-arithmetic",7906]79077908[[package]]7909name = "pallet-staking-runtime-api"7910version = "4.0.0-dev"7911source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7912dependencies = [7913 "parity-scale-codec",7914 "sp-api",7915]79167917[[package]]7918name = "pallet-state-trie-migration"7919version = "4.0.0-dev"7920source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7921dependencies = [7922 "frame-benchmarking",7923 "frame-support",7924 "frame-system",7925 "log",7926 "parity-scale-codec",7927 "scale-info",7928 "sp-core",7929 "sp-io",7930 "sp-runtime",7931 "sp-std",7932]79337934[[package]]7935name = "pallet-structure"7936version = "0.1.2"7937dependencies = [7938 "frame-benchmarking",7939 "frame-support",7940 "frame-system",7941 "log",7942 "pallet-common",7943 "pallet-evm",7944 "parity-scale-codec",7945 "scale-info",7946 "sp-runtime",7947 "sp-std",7948 "up-data-structs",7949]79507951[[package]]7952name = "pallet-sudo"7953version = "4.0.0-dev"7954source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7955dependencies = [7956 "frame-benchmarking",7957 "frame-support",7958 "frame-system",7959 "parity-scale-codec",7960 "scale-info",7961 "sp-io",7962 "sp-runtime",7963 "sp-std",7964]79657966[[package]]7967name = "pallet-template-transaction-payment"7968version = "3.0.0"7969source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"7970dependencies = [7971 "frame-benchmarking",7972 "frame-support",7973 "frame-system",7974 "pallet-balances",7975 "pallet-transaction-payment",7976 "parity-scale-codec",7977 "scale-info",7978 "serde",7979 "sp-core",7980 "sp-io",7981 "sp-runtime",7982 "sp-std",7983 "up-sponsorship",7984]79857986[[package]]7987name = "pallet-test-utils"7988version = "0.1.0"7989dependencies = [7990 "frame-support",7991 "frame-system",7992 "parity-scale-codec",7993 "scale-info",7994 "sp-runtime",7995 "sp-std",7996]79977998[[package]]7999name = "pallet-timestamp"8000version = "4.0.0-dev"8001source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8002dependencies = [8003 "frame-benchmarking",8004 "frame-support",8005 "frame-system",8006 "log",8007 "parity-scale-codec",8008 "scale-info",8009 "sp-inherents",8010 "sp-io",8011 "sp-runtime",8012 "sp-std",8013 "sp-storage",8014 "sp-timestamp",8015]80168017[[package]]8018name = "pallet-tips"8019version = "4.0.0-dev"8020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8021dependencies = [8022 "frame-benchmarking",8023 "frame-support",8024 "frame-system",8025 "log",8026 "pallet-treasury",8027 "parity-scale-codec",8028 "scale-info",8029 "serde",8030 "sp-core",8031 "sp-io",8032 "sp-runtime",8033 "sp-std",8034]80358036[[package]]8037name = "pallet-transaction-payment"8038version = "4.0.0-dev"8039source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8040dependencies = [8041 "frame-support",8042 "frame-system",8043 "parity-scale-codec",8044 "scale-info",8045 "serde",8046 "sp-core",8047 "sp-io",8048 "sp-runtime",8049 "sp-std",8050]80518052[[package]]8053name = "pallet-transaction-payment-rpc"8054version = "4.0.0-dev"8055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8056dependencies = [8057 "jsonrpsee",8058 "pallet-transaction-payment-rpc-runtime-api",8059 "parity-scale-codec",8060 "sp-api",8061 "sp-blockchain",8062 "sp-core",8063 "sp-rpc",8064 "sp-runtime",8065 "sp-weights",8066]80678068[[package]]8069name = "pallet-transaction-payment-rpc-runtime-api"8070version = "4.0.0-dev"8071source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8072dependencies = [8073 "pallet-transaction-payment",8074 "parity-scale-codec",8075 "sp-api",8076 "sp-runtime",8077 "sp-weights",8078]80798080[[package]]8081name = "pallet-treasury"8082version = "4.0.0-dev"8083source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8084dependencies = [8085 "frame-benchmarking",8086 "frame-support",8087 "frame-system",8088 "impl-trait-for-tuples",8089 "pallet-balances",8090 "parity-scale-codec",8091 "scale-info",8092 "serde",8093 "sp-runtime",8094 "sp-std",8095]80968097[[package]]8098name = "pallet-unique"8099version = "0.2.1"8100dependencies = [8101 "ethereum",8102 "evm-coder",8103 "frame-benchmarking",8104 "frame-support",8105 "frame-system",8106 "log",8107 "pallet-balances-adapter",8108 "pallet-common",8109 "pallet-evm",8110 "pallet-evm-coder-substrate",8111 "pallet-nonfungible",8112 "pallet-refungible",8113 "pallet-structure",8114 "parity-scale-codec",8115 "scale-info",8116 "sp-core",8117 "sp-io",8118 "sp-runtime",8119 "sp-std",8120 "up-common",8121 "up-data-structs",8122]81238124[[package]]8125name = "pallet-utility"8126version = "4.0.0-dev"8127source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8128dependencies = [8129 "frame-benchmarking",8130 "frame-support",8131 "frame-system",8132 "parity-scale-codec",8133 "scale-info",8134 "sp-core",8135 "sp-io",8136 "sp-runtime",8137 "sp-std",8138]81398140[[package]]8141name = "pallet-vesting"8142version = "4.0.0-dev"8143source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8144dependencies = [8145 "frame-benchmarking",8146 "frame-support",8147 "frame-system",8148 "log",8149 "parity-scale-codec",8150 "scale-info",8151 "sp-runtime",8152 "sp-std",8153]81548155[[package]]8156name = "pallet-whitelist"8157version = "4.0.0-dev"8158source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8159dependencies = [8160 "frame-benchmarking",8161 "frame-support",8162 "frame-system",8163 "parity-scale-codec",8164 "scale-info",8165 "sp-api",8166 "sp-runtime",8167 "sp-std",8168]81698170[[package]]8171name = "pallet-xcm"8172version = "1.0.0"8173source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8174dependencies = [8175 "bounded-collections",8176 "frame-benchmarking",8177 "frame-support",8178 "frame-system",8179 "log",8180 "parity-scale-codec",8181 "scale-info",8182 "serde",8183 "sp-core",8184 "sp-io",8185 "sp-runtime",8186 "sp-std",8187 "staging-xcm",8188 "staging-xcm-executor",8189]81908191[[package]]8192name = "pallet-xcm-benchmarks"8193version = "1.0.0"8194source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8195dependencies = [8196 "frame-benchmarking",8197 "frame-support",8198 "frame-system",8199 "log",8200 "parity-scale-codec",8201 "scale-info",8202 "sp-io",8203 "sp-runtime",8204 "sp-std",8205 "staging-xcm",8206 "staging-xcm-builder",8207 "staging-xcm-executor",8208]82098210[[package]]8211name = "parachain-info"8212version = "0.1.0"8213source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8214dependencies = [8215 "cumulus-primitives-core",8216 "frame-support",8217 "frame-system",8218 "parity-scale-codec",8219 "scale-info",8220 "sp-runtime",8221 "sp-std",8222]82238224[[package]]8225name = "parity-db"8226version = "0.4.11"8227source = "registry+https://github.com/rust-lang/crates.io-index"8228checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735"8229dependencies = [8230 "blake2",8231 "crc32fast",8232 "fs2",8233 "hex",8234 "libc",8235 "log",8236 "lz4",8237 "memmap2",8238 "parking_lot 0.12.1",8239 "rand 0.8.5",8240 "siphasher",8241 "snap",8242]82438244[[package]]8245name = "parity-scale-codec"8246version = "3.6.5"8247source = "registry+https://github.com/rust-lang/crates.io-index"8248checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb"8249dependencies = [8250 "arrayvec 0.7.4",8251 "bitvec",8252 "byte-slice-cast",8253 "bytes",8254 "impl-trait-for-tuples",8255 "parity-scale-codec-derive",8256 "serde",8257]82588259[[package]]8260name = "parity-scale-codec-derive"8261version = "3.6.5"8262source = "registry+https://github.com/rust-lang/crates.io-index"8263checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"8264dependencies = [8265 "proc-macro-crate",8266 "proc-macro2",8267 "quote",8268 "syn 1.0.109",8269]82708271[[package]]8272name = "parity-send-wrapper"8273version = "0.1.0"8274source = "registry+https://github.com/rust-lang/crates.io-index"8275checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"82768277[[package]]8278name = "parity-wasm"8279version = "0.45.0"8280source = "registry+https://github.com/rust-lang/crates.io-index"8281checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"82828283[[package]]8284name = "parking"8285version = "2.1.1"8286source = "registry+https://github.com/rust-lang/crates.io-index"8287checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"82888289[[package]]8290name = "parking_lot"8291version = "0.11.2"8292source = "registry+https://github.com/rust-lang/crates.io-index"8293checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"8294dependencies = [8295 "instant",8296 "lock_api",8297 "parking_lot_core 0.8.6",8298]82998300[[package]]8301name = "parking_lot"8302version = "0.12.1"8303source = "registry+https://github.com/rust-lang/crates.io-index"8304checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8305dependencies = [8306 "lock_api",8307 "parking_lot_core 0.9.8",8308]83098310[[package]]8311name = "parking_lot_core"8312version = "0.8.6"8313source = "registry+https://github.com/rust-lang/crates.io-index"8314checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"8315dependencies = [8316 "cfg-if",8317 "instant",8318 "libc",8319 "redox_syscall 0.2.16",8320 "smallvec",8321 "winapi",8322]83238324[[package]]8325name = "parking_lot_core"8326version = "0.9.8"8327source = "registry+https://github.com/rust-lang/crates.io-index"8328checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"8329dependencies = [8330 "cfg-if",8331 "libc",8332 "redox_syscall 0.3.5",8333 "smallvec",8334 "windows-targets 0.48.5",8335]83368337[[package]]8338name = "partial_sort"8339version = "0.2.0"8340source = "registry+https://github.com/rust-lang/crates.io-index"8341checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"83428343[[package]]8344name = "paste"8345version = "1.0.14"8346source = "registry+https://github.com/rust-lang/crates.io-index"8347checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"83488349[[package]]8350name = "pbkdf2"8351version = "0.8.0"8352source = "registry+https://github.com/rust-lang/crates.io-index"8353checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"8354dependencies = [8355 "crypto-mac 0.11.1",8356]83578358[[package]]8359name = "pbkdf2"8360version = "0.11.0"8361source = "registry+https://github.com/rust-lang/crates.io-index"8362checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"8363dependencies = [8364 "digest 0.10.7",8365]83668367[[package]]8368name = "pbkdf2"8369version = "0.12.2"8370source = "registry+https://github.com/rust-lang/crates.io-index"8371checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8372dependencies = [8373 "digest 0.10.7",8374]83758376[[package]]8377name = "peeking_take_while"8378version = "0.1.2"8379source = "registry+https://github.com/rust-lang/crates.io-index"8380checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"83818382[[package]]8383name = "pem"8384version = "1.1.1"8385source = "registry+https://github.com/rust-lang/crates.io-index"8386checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"8387dependencies = [8388 "base64 0.13.1",8389]83908391[[package]]8392name = "pem-rfc7468"8393version = "0.6.0"8394source = "registry+https://github.com/rust-lang/crates.io-index"8395checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"8396dependencies = [8397 "base64ct",8398]83998400[[package]]8401name = "percent-encoding"8402version = "2.3.0"8403source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"84058406[[package]]8407name = "pest"8408version = "2.7.4"8409source = "registry+https://github.com/rust-lang/crates.io-index"8410checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"8411dependencies = [8412 "memchr",8413 "thiserror",8414 "ucd-trie",8415]84168417[[package]]8418name = "pest_derive"8419version = "2.7.4"8420source = "registry+https://github.com/rust-lang/crates.io-index"8421checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"8422dependencies = [8423 "pest",8424 "pest_generator",8425]84268427[[package]]8428name = "pest_generator"8429version = "2.7.4"8430source = "registry+https://github.com/rust-lang/crates.io-index"8431checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"8432dependencies = [8433 "pest",8434 "pest_meta",8435 "proc-macro2",8436 "quote",8437 "syn 2.0.37",8438]84398440[[package]]8441name = "pest_meta"8442version = "2.7.4"8443source = "registry+https://github.com/rust-lang/crates.io-index"8444checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"8445dependencies = [8446 "once_cell",8447 "pest",8448 "sha2 0.10.8",8449]84508451[[package]]8452name = "petgraph"8453version = "0.6.4"8454source = "registry+https://github.com/rust-lang/crates.io-index"8455checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8456dependencies = [8457 "fixedbitset",8458 "indexmap 2.0.2",8459]84608461[[package]]8462name = "pin-project"8463version = "1.1.3"8464source = "registry+https://github.com/rust-lang/crates.io-index"8465checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"8466dependencies = [8467 "pin-project-internal",8468]84698470[[package]]8471name = "pin-project-internal"8472version = "1.1.3"8473source = "registry+https://github.com/rust-lang/crates.io-index"8474checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"8475dependencies = [8476 "proc-macro2",8477 "quote",8478 "syn 2.0.37",8479]84808481[[package]]8482name = "pin-project-lite"8483version = "0.1.12"8484source = "registry+https://github.com/rust-lang/crates.io-index"8485checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"84868487[[package]]8488name = "pin-project-lite"8489version = "0.2.13"8490source = "registry+https://github.com/rust-lang/crates.io-index"8491checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"84928493[[package]]8494name = "pin-utils"8495version = "0.1.0"8496source = "registry+https://github.com/rust-lang/crates.io-index"8497checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"84988499[[package]]8500name = "piper"8501version = "0.2.1"8502source = "registry+https://github.com/rust-lang/crates.io-index"8503checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"8504dependencies = [8505 "atomic-waker",8506 "fastrand 2.0.1",8507 "futures-io",8508]85098510[[package]]8511name = "pkcs8"8512version = "0.9.0"8513source = "registry+https://github.com/rust-lang/crates.io-index"8514checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"8515dependencies = [8516 "der 0.6.1",8517 "spki 0.6.0",8518]85198520[[package]]8521name = "pkcs8"8522version = "0.10.2"8523source = "registry+https://github.com/rust-lang/crates.io-index"8524checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"8525dependencies = [8526 "der 0.7.8",8527 "spki 0.7.2",8528]85298530[[package]]8531name = "pkg-config"8532version = "0.3.27"8533source = "registry+https://github.com/rust-lang/crates.io-index"8534checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"85358536[[package]]8537name = "platforms"8538version = "3.1.2"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"85418542[[package]]8543name = "polkadot-approval-distribution"8544version = "1.0.0"8545source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8546dependencies = [8547 "futures",8548 "futures-timer",8549 "polkadot-node-jaeger",8550 "polkadot-node-metrics",8551 "polkadot-node-network-protocol",8552 "polkadot-node-primitives",8553 "polkadot-node-subsystem",8554 "polkadot-node-subsystem-util",8555 "polkadot-primitives",8556 "rand 0.8.5",8557 "tracing-gum",8558]85598560[[package]]8561name = "polkadot-availability-bitfield-distribution"8562version = "1.0.0"8563source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8564dependencies = [8565 "always-assert",8566 "futures",8567 "futures-timer",8568 "polkadot-node-network-protocol",8569 "polkadot-node-subsystem",8570 "polkadot-node-subsystem-util",8571 "polkadot-primitives",8572 "rand 0.8.5",8573 "tracing-gum",8574]85758576[[package]]8577name = "polkadot-availability-distribution"8578version = "1.0.0"8579source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8580dependencies = [8581 "derive_more",8582 "fatality",8583 "futures",8584 "parity-scale-codec",8585 "polkadot-erasure-coding",8586 "polkadot-node-network-protocol",8587 "polkadot-node-primitives",8588 "polkadot-node-subsystem",8589 "polkadot-node-subsystem-util",8590 "polkadot-primitives",8591 "rand 0.8.5",8592 "schnellru",8593 "sp-core",8594 "sp-keystore",8595 "thiserror",8596 "tracing-gum",8597]85988599[[package]]8600name = "polkadot-availability-recovery"8601version = "1.0.0"8602source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8603dependencies = [8604 "fatality",8605 "futures",8606 "parity-scale-codec",8607 "polkadot-erasure-coding",8608 "polkadot-node-network-protocol",8609 "polkadot-node-primitives",8610 "polkadot-node-subsystem",8611 "polkadot-node-subsystem-util",8612 "polkadot-primitives",8613 "rand 0.8.5",8614 "sc-network",8615 "schnellru",8616 "thiserror",8617 "tracing-gum",8618]86198620[[package]]8621name = "polkadot-cli"8622version = "1.1.0"8623source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8624dependencies = [8625 "clap",8626 "frame-benchmarking-cli",8627 "futures",8628 "log",8629 "polkadot-node-metrics",8630 "polkadot-performance-test",8631 "polkadot-service",8632 "sc-cli",8633 "sc-executor",8634 "sc-service",8635 "sc-storage-monitor",8636 "sc-sysinfo",8637 "sc-tracing",8638 "sp-core",8639 "sp-io",8640 "sp-keyring",8641 "sp-maybe-compressed-blob",8642 "substrate-build-script-utils",8643 "thiserror",8644 "try-runtime-cli",8645]86468647[[package]]8648name = "polkadot-collator-protocol"8649version = "1.0.0"8650source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8651dependencies = [8652 "bitvec",8653 "fatality",8654 "futures",8655 "futures-timer",8656 "polkadot-node-network-protocol",8657 "polkadot-node-primitives",8658 "polkadot-node-subsystem",8659 "polkadot-node-subsystem-util",8660 "polkadot-primitives",8661 "sp-core",8662 "sp-keystore",8663 "sp-runtime",8664 "thiserror",8665 "tokio-util",8666 "tracing-gum",8667]86688669[[package]]8670name = "polkadot-core-primitives"8671version = "1.0.0"8672source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8673dependencies = [8674 "parity-scale-codec",8675 "scale-info",8676 "sp-core",8677 "sp-runtime",8678 "sp-std",8679]86808681[[package]]8682name = "polkadot-dispute-distribution"8683version = "1.0.0"8684source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8685dependencies = [8686 "derive_more",8687 "fatality",8688 "futures",8689 "futures-timer",8690 "indexmap 1.9.3",8691 "parity-scale-codec",8692 "polkadot-erasure-coding",8693 "polkadot-node-network-protocol",8694 "polkadot-node-primitives",8695 "polkadot-node-subsystem",8696 "polkadot-node-subsystem-util",8697 "polkadot-primitives",8698 "sc-network",8699 "schnellru",8700 "sp-application-crypto",8701 "sp-keystore",8702 "thiserror",8703 "tracing-gum",8704]87058706[[package]]8707name = "polkadot-erasure-coding"8708version = "1.0.0"8709source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8710dependencies = [8711 "parity-scale-codec",8712 "polkadot-node-primitives",8713 "polkadot-primitives",8714 "reed-solomon-novelpoly",8715 "sp-core",8716 "sp-trie",8717 "thiserror",8718]87198720[[package]]8721name = "polkadot-gossip-support"8722version = "1.0.0"8723source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8724dependencies = [8725 "futures",8726 "futures-timer",8727 "polkadot-node-network-protocol",8728 "polkadot-node-subsystem",8729 "polkadot-node-subsystem-util",8730 "polkadot-primitives",8731 "rand 0.8.5",8732 "rand_chacha 0.3.1",8733 "sc-network",8734 "sc-network-common",8735 "sp-application-crypto",8736 "sp-core",8737 "sp-keystore",8738 "tracing-gum",8739]87408741[[package]]8742name = "polkadot-network-bridge"8743version = "1.0.0"8744source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8745dependencies = [8746 "always-assert",8747 "async-trait",8748 "bytes",8749 "fatality",8750 "futures",8751 "parity-scale-codec",8752 "parking_lot 0.12.1",8753 "polkadot-node-metrics",8754 "polkadot-node-network-protocol",8755 "polkadot-node-subsystem",8756 "polkadot-overseer",8757 "polkadot-primitives",8758 "sc-network",8759 "sp-consensus",8760 "thiserror",8761 "tracing-gum",8762]87638764[[package]]8765name = "polkadot-node-collation-generation"8766version = "1.0.0"8767source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8768dependencies = [8769 "futures",8770 "parity-scale-codec",8771 "polkadot-erasure-coding",8772 "polkadot-node-primitives",8773 "polkadot-node-subsystem",8774 "polkadot-node-subsystem-util",8775 "polkadot-primitives",8776 "sp-core",8777 "sp-maybe-compressed-blob",8778 "thiserror",8779 "tracing-gum",8780]87818782[[package]]8783name = "polkadot-node-core-approval-voting"8784version = "1.0.0"8785source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8786dependencies = [8787 "bitvec",8788 "derive_more",8789 "futures",8790 "futures-timer",8791 "kvdb",8792 "merlin 2.0.1",8793 "parity-scale-codec",8794 "polkadot-node-jaeger",8795 "polkadot-node-primitives",8796 "polkadot-node-subsystem",8797 "polkadot-node-subsystem-util",8798 "polkadot-overseer",8799 "polkadot-primitives",8800 "sc-keystore",8801 "schnellru",8802 "schnorrkel 0.9.1",8803 "sp-application-crypto",8804 "sp-consensus",8805 "sp-consensus-slots",8806 "sp-runtime",8807 "thiserror",8808 "tracing-gum",8809]88108811[[package]]8812name = "polkadot-node-core-av-store"8813version = "1.0.0"8814source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8815dependencies = [8816 "bitvec",8817 "futures",8818 "futures-timer",8819 "kvdb",8820 "parity-scale-codec",8821 "polkadot-erasure-coding",8822 "polkadot-node-jaeger",8823 "polkadot-node-primitives",8824 "polkadot-node-subsystem",8825 "polkadot-node-subsystem-util",8826 "polkadot-overseer",8827 "polkadot-primitives",8828 "sp-consensus",8829 "thiserror",8830 "tracing-gum",8831]88328833[[package]]8834name = "polkadot-node-core-backing"8835version = "1.0.0"8836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8837dependencies = [8838 "bitvec",8839 "fatality",8840 "futures",8841 "polkadot-erasure-coding",8842 "polkadot-node-primitives",8843 "polkadot-node-subsystem",8844 "polkadot-node-subsystem-util",8845 "polkadot-primitives",8846 "polkadot-statement-table",8847 "sp-keystore",8848 "thiserror",8849 "tracing-gum",8850]88518852[[package]]8853name = "polkadot-node-core-bitfield-signing"8854version = "1.0.0"8855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8856dependencies = [8857 "futures",8858 "polkadot-node-subsystem",8859 "polkadot-node-subsystem-util",8860 "polkadot-primitives",8861 "sp-keystore",8862 "thiserror",8863 "tracing-gum",8864 "wasm-timer",8865]88668867[[package]]8868name = "polkadot-node-core-candidate-validation"8869version = "1.0.0"8870source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8871dependencies = [8872 "async-trait",8873 "futures",8874 "futures-timer",8875 "parity-scale-codec",8876 "polkadot-node-core-pvf",8877 "polkadot-node-metrics",8878 "polkadot-node-primitives",8879 "polkadot-node-subsystem",8880 "polkadot-node-subsystem-util",8881 "polkadot-overseer",8882 "polkadot-parachain-primitives",8883 "polkadot-primitives",8884 "sp-maybe-compressed-blob",8885 "tracing-gum",8886]88878888[[package]]8889name = "polkadot-node-core-chain-api"8890version = "1.0.0"8891source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8892dependencies = [8893 "futures",8894 "polkadot-node-metrics",8895 "polkadot-node-subsystem",8896 "polkadot-primitives",8897 "sc-client-api",8898 "sc-consensus-babe",8899 "sp-blockchain",8900 "tracing-gum",8901]89028903[[package]]8904name = "polkadot-node-core-chain-selection"8905version = "1.0.0"8906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8907dependencies = [8908 "futures",8909 "futures-timer",8910 "kvdb",8911 "parity-scale-codec",8912 "polkadot-node-primitives",8913 "polkadot-node-subsystem",8914 "polkadot-node-subsystem-util",8915 "polkadot-primitives",8916 "thiserror",8917 "tracing-gum",8918]89198920[[package]]8921name = "polkadot-node-core-dispute-coordinator"8922version = "1.0.0"8923source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8924dependencies = [8925 "fatality",8926 "futures",8927 "kvdb",8928 "parity-scale-codec",8929 "polkadot-node-primitives",8930 "polkadot-node-subsystem",8931 "polkadot-node-subsystem-util",8932 "polkadot-primitives",8933 "sc-keystore",8934 "schnellru",8935 "thiserror",8936 "tracing-gum",8937]89388939[[package]]8940name = "polkadot-node-core-parachains-inherent"8941version = "1.0.0"8942source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8943dependencies = [8944 "async-trait",8945 "futures",8946 "futures-timer",8947 "polkadot-node-subsystem",8948 "polkadot-overseer",8949 "polkadot-primitives",8950 "sp-blockchain",8951 "sp-inherents",8952 "thiserror",8953 "tracing-gum",8954]89558956[[package]]8957name = "polkadot-node-core-prospective-parachains"8958version = "1.0.0"8959source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8960dependencies = [8961 "bitvec",8962 "fatality",8963 "futures",8964 "parity-scale-codec",8965 "polkadot-node-primitives",8966 "polkadot-node-subsystem",8967 "polkadot-node-subsystem-util",8968 "polkadot-primitives",8969 "thiserror",8970 "tracing-gum",8971]89728973[[package]]8974name = "polkadot-node-core-provisioner"8975version = "1.0.0"8976source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8977dependencies = [8978 "bitvec",8979 "fatality",8980 "futures",8981 "futures-timer",8982 "polkadot-node-primitives",8983 "polkadot-node-subsystem",8984 "polkadot-node-subsystem-util",8985 "polkadot-primitives",8986 "thiserror",8987 "tracing-gum",8988]89898990[[package]]8991name = "polkadot-node-core-pvf"8992version = "1.0.0"8993source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8994dependencies = [8995 "always-assert",8996 "futures",8997 "futures-timer",8998 "libc",8999 "parity-scale-codec",9000 "pin-project",9001 "polkadot-core-primitives",9002 "polkadot-node-core-pvf-common",9003 "polkadot-node-metrics",9004 "polkadot-node-primitives",9005 "polkadot-parachain-primitives",9006 "polkadot-primitives",9007 "rand 0.8.5",9008 "slotmap",9009 "sp-core",9010 "sp-maybe-compressed-blob",9011 "sp-wasm-interface",9012 "substrate-build-script-utils",9013 "tempfile",9014 "tokio",9015 "tracing-gum",9016]90179018[[package]]9019name = "polkadot-node-core-pvf-checker"9020version = "1.0.0"9021source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9022dependencies = [9023 "futures",9024 "polkadot-node-primitives",9025 "polkadot-node-subsystem",9026 "polkadot-node-subsystem-util",9027 "polkadot-overseer",9028 "polkadot-primitives",9029 "sp-keystore",9030 "thiserror",9031 "tracing-gum",9032]90339034[[package]]9035name = "polkadot-node-core-pvf-common"9036version = "1.0.0"9037source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9038dependencies = [9039 "cpu-time",9040 "futures",9041 "landlock",9042 "libc",9043 "parity-scale-codec",9044 "polkadot-parachain-primitives",9045 "polkadot-primitives",9046 "sc-executor",9047 "sc-executor-common",9048 "sc-executor-wasmtime",9049 "sp-core",9050 "sp-externalities",9051 "sp-io",9052 "sp-tracing",9053 "tokio",9054 "tracing-gum",9055]90569057[[package]]9058name = "polkadot-node-core-pvf-prepare-worker"9059version = "1.0.0"9060source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9061dependencies = [9062 "futures",9063 "libc",9064 "parity-scale-codec",9065 "polkadot-node-core-pvf-common",9066 "polkadot-parachain-primitives",9067 "polkadot-primitives",9068 "rayon",9069 "sc-executor",9070 "sc-executor-common",9071 "sc-executor-wasmtime",9072 "sp-io",9073 "sp-maybe-compressed-blob",9074 "sp-tracing",9075 "tikv-jemalloc-ctl",9076 "tokio",9077 "tracing-gum",9078]90799080[[package]]9081name = "polkadot-node-core-runtime-api"9082version = "1.0.0"9083source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9084dependencies = [9085 "futures",9086 "polkadot-node-metrics",9087 "polkadot-node-subsystem",9088 "polkadot-node-subsystem-types",9089 "polkadot-primitives",9090 "schnellru",9091 "sp-consensus-babe",9092 "tracing-gum",9093]90949095[[package]]9096name = "polkadot-node-jaeger"9097version = "1.0.0"9098source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9099dependencies = [9100 "lazy_static",9101 "log",9102 "mick-jaeger",9103 "parity-scale-codec",9104 "parking_lot 0.12.1",9105 "polkadot-node-primitives",9106 "polkadot-primitives",9107 "sc-network",9108 "sp-core",9109 "thiserror",9110 "tokio",9111]91129113[[package]]9114name = "polkadot-node-metrics"9115version = "1.0.0"9116source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9117dependencies = [9118 "bs58 0.5.0",9119 "futures",9120 "futures-timer",9121 "log",9122 "parity-scale-codec",9123 "polkadot-primitives",9124 "prioritized-metered-channel",9125 "sc-cli",9126 "sc-service",9127 "sc-tracing",9128 "substrate-prometheus-endpoint",9129 "tracing-gum",9130]91319132[[package]]9133name = "polkadot-node-network-protocol"9134version = "1.0.0"9135source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9136dependencies = [9137 "async-channel",9138 "async-trait",9139 "bitvec",9140 "derive_more",9141 "fatality",9142 "futures",9143 "hex",9144 "parity-scale-codec",9145 "polkadot-node-jaeger",9146 "polkadot-node-primitives",9147 "polkadot-primitives",9148 "rand 0.8.5",9149 "sc-authority-discovery",9150 "sc-network",9151 "strum",9152 "thiserror",9153 "tracing-gum",9154]91559156[[package]]9157name = "polkadot-node-primitives"9158version = "1.0.0"9159source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9160dependencies = [9161 "bounded-vec",9162 "futures",9163 "parity-scale-codec",9164 "polkadot-parachain-primitives",9165 "polkadot-primitives",9166 "schnorrkel 0.9.1",9167 "serde",9168 "sp-application-crypto",9169 "sp-consensus-babe",9170 "sp-core",9171 "sp-keystore",9172 "sp-maybe-compressed-blob",9173 "sp-runtime",9174 "thiserror",9175 "zstd 0.12.4",9176]91779178[[package]]9179name = "polkadot-node-subsystem"9180version = "1.0.0"9181source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9182dependencies = [9183 "polkadot-node-jaeger",9184 "polkadot-node-subsystem-types",9185 "polkadot-overseer",9186]91879188[[package]]9189name = "polkadot-node-subsystem-types"9190version = "1.0.0"9191source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9192dependencies = [9193 "async-trait",9194 "derive_more",9195 "futures",9196 "orchestra",9197 "polkadot-node-jaeger",9198 "polkadot-node-network-protocol",9199 "polkadot-node-primitives",9200 "polkadot-primitives",9201 "polkadot-statement-table",9202 "sc-network",9203 "sc-transaction-pool-api",9204 "smallvec",9205 "sp-api",9206 "sp-authority-discovery",9207 "sp-consensus-babe",9208 "substrate-prometheus-endpoint",9209 "thiserror",9210]92119212[[package]]9213name = "polkadot-node-subsystem-util"9214version = "1.0.0"9215source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9216dependencies = [9217 "async-trait",9218 "derive_more",9219 "fatality",9220 "futures",9221 "futures-channel",9222 "itertools 0.10.5",9223 "kvdb",9224 "parity-db",9225 "parity-scale-codec",9226 "parking_lot 0.11.2",9227 "pin-project",9228 "polkadot-node-jaeger",9229 "polkadot-node-metrics",9230 "polkadot-node-network-protocol",9231 "polkadot-node-primitives",9232 "polkadot-node-subsystem",9233 "polkadot-overseer",9234 "polkadot-primitives",9235 "prioritized-metered-channel",9236 "rand 0.8.5",9237 "schnellru",9238 "sp-application-crypto",9239 "sp-core",9240 "sp-keystore",9241 "thiserror",9242 "tracing-gum",9243]92449245[[package]]9246name = "polkadot-overseer"9247version = "1.0.0"9248source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9249dependencies = [9250 "async-trait",9251 "futures",9252 "futures-timer",9253 "orchestra",9254 "parking_lot 0.12.1",9255 "polkadot-node-metrics",9256 "polkadot-node-network-protocol",9257 "polkadot-node-primitives",9258 "polkadot-node-subsystem-types",9259 "polkadot-primitives",9260 "sc-client-api",9261 "schnellru",9262 "sp-api",9263 "sp-core",9264 "tikv-jemalloc-ctl",9265 "tracing-gum",9266]92679268[[package]]9269name = "polkadot-parachain-primitives"9270version = "1.0.0"9271source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9272dependencies = [9273 "bounded-collections",9274 "derive_more",9275 "frame-support",9276 "parity-scale-codec",9277 "polkadot-core-primitives",9278 "scale-info",9279 "serde",9280 "sp-core",9281 "sp-runtime",9282 "sp-std",9283]92849285[[package]]9286name = "polkadot-performance-test"9287version = "1.0.0"9288source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9289dependencies = [9290 "env_logger 0.9.3",9291 "log",9292 "polkadot-erasure-coding",9293 "polkadot-node-core-pvf-prepare-worker",9294 "polkadot-node-primitives",9295 "polkadot-primitives",9296 "quote",9297 "sc-executor-common",9298 "sp-maybe-compressed-blob",9299 "staging-kusama-runtime",9300 "thiserror",9301]93029303[[package]]9304name = "polkadot-primitives"9305version = "1.0.0"9306source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9307dependencies = [9308 "bitvec",9309 "hex-literal",9310 "parity-scale-codec",9311 "polkadot-core-primitives",9312 "polkadot-parachain-primitives",9313 "scale-info",9314 "serde",9315 "sp-api",9316 "sp-application-crypto",9317 "sp-arithmetic",9318 "sp-authority-discovery",9319 "sp-consensus-slots",9320 "sp-core",9321 "sp-inherents",9322 "sp-io",9323 "sp-keystore",9324 "sp-runtime",9325 "sp-staking",9326 "sp-std",9327]93289329[[package]]9330name = "polkadot-rpc"9331version = "1.0.0"9332source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9333dependencies = [9334 "jsonrpsee",9335 "mmr-rpc",9336 "pallet-transaction-payment-rpc",9337 "polkadot-primitives",9338 "sc-chain-spec",9339 "sc-client-api",9340 "sc-consensus-babe",9341 "sc-consensus-babe-rpc",9342 "sc-consensus-beefy",9343 "sc-consensus-beefy-rpc",9344 "sc-consensus-epochs",9345 "sc-consensus-grandpa",9346 "sc-consensus-grandpa-rpc",9347 "sc-rpc",9348 "sc-sync-state-rpc",9349 "sc-transaction-pool-api",9350 "sp-api",9351 "sp-block-builder",9352 "sp-blockchain",9353 "sp-consensus",9354 "sp-consensus-babe",9355 "sp-keystore",9356 "sp-runtime",9357 "substrate-frame-rpc-system",9358 "substrate-state-trie-migration-rpc",9359]93609361[[package]]9362name = "polkadot-runtime"9363version = "1.0.0"9364source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9365dependencies = [9366 "bitvec",9367 "frame-benchmarking",9368 "frame-election-provider-support",9369 "frame-executive",9370 "frame-support",9371 "frame-system",9372 "frame-system-benchmarking",9373 "frame-system-rpc-runtime-api",9374 "frame-try-runtime",9375 "hex-literal",9376 "log",9377 "pallet-authority-discovery",9378 "pallet-authorship",9379 "pallet-babe",9380 "pallet-bags-list",9381 "pallet-balances",9382 "pallet-bounties",9383 "pallet-child-bounties",9384 "pallet-collective",9385 "pallet-conviction-voting",9386 "pallet-democracy",9387 "pallet-election-provider-multi-phase",9388 "pallet-election-provider-support-benchmarking",9389 "pallet-elections-phragmen",9390 "pallet-fast-unstake",9391 "pallet-grandpa",9392 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",9393 "pallet-im-online",9394 "pallet-indices",9395 "pallet-membership",9396 "pallet-message-queue",9397 "pallet-multisig",9398 "pallet-nomination-pools",9399 "pallet-nomination-pools-benchmarking",9400 "pallet-nomination-pools-runtime-api",9401 "pallet-offences",9402 "pallet-offences-benchmarking",9403 "pallet-preimage",9404 "pallet-proxy",9405 "pallet-referenda",9406 "pallet-scheduler",9407 "pallet-session",9408 "pallet-session-benchmarking",9409 "pallet-staking",9410 "pallet-staking-reward-curve",9411 "pallet-staking-runtime-api",9412 "pallet-timestamp",9413 "pallet-tips",9414 "pallet-transaction-payment",9415 "pallet-transaction-payment-rpc-runtime-api",9416 "pallet-treasury",9417 "pallet-utility",9418 "pallet-vesting",9419 "pallet-whitelist",9420 "pallet-xcm",9421 "pallet-xcm-benchmarks",9422 "parity-scale-codec",9423 "polkadot-primitives",9424 "polkadot-runtime-common",9425 "polkadot-runtime-constants",9426 "polkadot-runtime-parachains",9427 "rustc-hex",9428 "scale-info",9429 "serde",9430 "serde_derive",9431 "smallvec",9432 "sp-api",9433 "sp-arithmetic",9434 "sp-authority-discovery",9435 "sp-block-builder",9436 "sp-consensus-babe",9437 "sp-consensus-beefy",9438 "sp-core",9439 "sp-inherents",9440 "sp-io",9441 "sp-mmr-primitives",9442 "sp-npos-elections",9443 "sp-offchain",9444 "sp-runtime",9445 "sp-session",9446 "sp-staking",9447 "sp-std",9448 "sp-storage",9449 "sp-transaction-pool",9450 "sp-version",9451 "staging-xcm",9452 "staging-xcm-builder",9453 "staging-xcm-executor",9454 "static_assertions",9455 "substrate-wasm-builder",9456]94579458[[package]]9459name = "polkadot-runtime-common"9460version = "1.0.0"9461source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9462dependencies = [9463 "bitvec",9464 "frame-benchmarking",9465 "frame-election-provider-support",9466 "frame-support",9467 "frame-system",9468 "impl-trait-for-tuples",9469 "libsecp256k1",9470 "log",9471 "pallet-authorship",9472 "pallet-babe",9473 "pallet-balances",9474 "pallet-election-provider-multi-phase",9475 "pallet-fast-unstake",9476 "pallet-session",9477 "pallet-staking",9478 "pallet-staking-reward-fn",9479 "pallet-timestamp",9480 "pallet-transaction-payment",9481 "pallet-treasury",9482 "pallet-vesting",9483 "parity-scale-codec",9484 "polkadot-primitives",9485 "polkadot-runtime-parachains",9486 "rustc-hex",9487 "scale-info",9488 "serde",9489 "serde_derive",9490 "slot-range-helper",9491 "sp-api",9492 "sp-core",9493 "sp-inherents",9494 "sp-io",9495 "sp-npos-elections",9496 "sp-runtime",9497 "sp-session",9498 "sp-staking",9499 "sp-std",9500 "staging-xcm",9501 "static_assertions",9502]95039504[[package]]9505name = "polkadot-runtime-constants"9506version = "1.0.0"9507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9508dependencies = [9509 "frame-support",9510 "polkadot-primitives",9511 "polkadot-runtime-common",9512 "smallvec",9513 "sp-core",9514 "sp-runtime",9515 "sp-weights",9516]95179518[[package]]9519name = "polkadot-runtime-metrics"9520version = "1.0.0"9521source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9522dependencies = [9523 "bs58 0.5.0",9524 "frame-benchmarking",9525 "parity-scale-codec",9526 "polkadot-primitives",9527 "sp-std",9528 "sp-tracing",9529]95309531[[package]]9532name = "polkadot-runtime-parachains"9533version = "1.0.0"9534source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9535dependencies = [9536 "bitflags 1.3.2",9537 "bitvec",9538 "derive_more",9539 "frame-benchmarking",9540 "frame-support",9541 "frame-system",9542 "impl-trait-for-tuples",9543 "log",9544 "pallet-authority-discovery",9545 "pallet-authorship",9546 "pallet-babe",9547 "pallet-balances",9548 "pallet-message-queue",9549 "pallet-session",9550 "pallet-staking",9551 "pallet-timestamp",9552 "pallet-vesting",9553 "parity-scale-codec",9554 "polkadot-parachain-primitives",9555 "polkadot-primitives",9556 "polkadot-runtime-metrics",9557 "rand 0.8.5",9558 "rand_chacha 0.3.1",9559 "rustc-hex",9560 "scale-info",9561 "serde",9562 "sp-api",9563 "sp-application-crypto",9564 "sp-core",9565 "sp-inherents",9566 "sp-io",9567 "sp-keystore",9568 "sp-runtime",9569 "sp-session",9570 "sp-staking",9571 "sp-std",9572 "staging-xcm",9573 "staging-xcm-executor",9574 "static_assertions",9575]95769577[[package]]9578name = "polkadot-service"9579version = "1.0.0"9580source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9581dependencies = [9582 "async-trait",9583 "frame-benchmarking",9584 "frame-benchmarking-cli",9585 "frame-support",9586 "frame-system",9587 "frame-system-rpc-runtime-api",9588 "futures",9589 "hex-literal",9590 "is_executable",9591 "kvdb",9592 "kvdb-rocksdb",9593 "log",9594 "mmr-gadget",9595 "pallet-babe",9596 "pallet-im-online",9597 "pallet-staking",9598 "pallet-transaction-payment",9599 "pallet-transaction-payment-rpc-runtime-api",9600 "parity-db",9601 "parity-scale-codec",9602 "polkadot-approval-distribution",9603 "polkadot-availability-bitfield-distribution",9604 "polkadot-availability-distribution",9605 "polkadot-availability-recovery",9606 "polkadot-collator-protocol",9607 "polkadot-core-primitives",9608 "polkadot-dispute-distribution",9609 "polkadot-gossip-support",9610 "polkadot-network-bridge",9611 "polkadot-node-collation-generation",9612 "polkadot-node-core-approval-voting",9613 "polkadot-node-core-av-store",9614 "polkadot-node-core-backing",9615 "polkadot-node-core-bitfield-signing",9616 "polkadot-node-core-candidate-validation",9617 "polkadot-node-core-chain-api",9618 "polkadot-node-core-chain-selection",9619 "polkadot-node-core-dispute-coordinator",9620 "polkadot-node-core-parachains-inherent",9621 "polkadot-node-core-prospective-parachains",9622 "polkadot-node-core-provisioner",9623 "polkadot-node-core-pvf",9624 "polkadot-node-core-pvf-checker",9625 "polkadot-node-core-runtime-api",9626 "polkadot-node-network-protocol",9627 "polkadot-node-primitives",9628 "polkadot-node-subsystem",9629 "polkadot-node-subsystem-types",9630 "polkadot-node-subsystem-util",9631 "polkadot-overseer",9632 "polkadot-parachain-primitives",9633 "polkadot-primitives",9634 "polkadot-rpc",9635 "polkadot-runtime",9636 "polkadot-runtime-common",9637 "polkadot-runtime-parachains",9638 "polkadot-statement-distribution",9639 "rococo-runtime",9640 "sc-authority-discovery",9641 "sc-basic-authorship",9642 "sc-block-builder",9643 "sc-chain-spec",9644 "sc-client-api",9645 "sc-client-db",9646 "sc-consensus",9647 "sc-consensus-babe",9648 "sc-consensus-beefy",9649 "sc-consensus-grandpa",9650 "sc-consensus-slots",9651 "sc-executor",9652 "sc-keystore",9653 "sc-network",9654 "sc-network-common",9655 "sc-network-sync",9656 "sc-offchain",9657 "sc-service",9658 "sc-sync-state-rpc",9659 "sc-sysinfo",9660 "sc-telemetry",9661 "sc-transaction-pool",9662 "sc-transaction-pool-api",9663 "schnellru",9664 "serde",9665 "serde_json",9666 "sp-api",9667 "sp-authority-discovery",9668 "sp-block-builder",9669 "sp-blockchain",9670 "sp-consensus",9671 "sp-consensus-babe",9672 "sp-consensus-beefy",9673 "sp-consensus-grandpa",9674 "sp-core",9675 "sp-inherents",9676 "sp-io",9677 "sp-keyring",9678 "sp-keystore",9679 "sp-mmr-primitives",9680 "sp-offchain",9681 "sp-runtime",9682 "sp-session",9683 "sp-state-machine",9684 "sp-storage",9685 "sp-timestamp",9686 "sp-transaction-pool",9687 "sp-version",9688 "sp-weights",9689 "staging-kusama-runtime",9690 "substrate-prometheus-endpoint",9691 "thiserror",9692 "tracing-gum",9693 "westend-runtime",9694]96959696[[package]]9697name = "polkadot-statement-distribution"9698version = "1.0.0"9699source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9700dependencies = [9701 "arrayvec 0.7.4",9702 "bitvec",9703 "fatality",9704 "futures",9705 "futures-timer",9706 "indexmap 1.9.3",9707 "parity-scale-codec",9708 "polkadot-node-network-protocol",9709 "polkadot-node-primitives",9710 "polkadot-node-subsystem",9711 "polkadot-node-subsystem-types",9712 "polkadot-node-subsystem-util",9713 "polkadot-primitives",9714 "sp-keystore",9715 "sp-staking",9716 "thiserror",9717 "tracing-gum",9718]97199720[[package]]9721name = "polkadot-statement-table"9722version = "1.0.0"9723source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9724dependencies = [9725 "parity-scale-codec",9726 "polkadot-primitives",9727 "sp-core",9728]97299730[[package]]9731name = "polling"9732version = "2.8.0"9733source = "registry+https://github.com/rust-lang/crates.io-index"9734checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9735dependencies = [9736 "autocfg",9737 "bitflags 1.3.2",9738 "cfg-if",9739 "concurrent-queue",9740 "libc",9741 "log",9742 "pin-project-lite 0.2.13",9743 "windows-sys 0.48.0",9744]97459746[[package]]9747name = "poly1305"9748version = "0.7.2"9749source = "registry+https://github.com/rust-lang/crates.io-index"9750checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9751dependencies = [9752 "cpufeatures",9753 "opaque-debug 0.3.0",9754 "universal-hash 0.4.1",9755]97569757[[package]]9758name = "poly1305"9759version = "0.8.0"9760source = "registry+https://github.com/rust-lang/crates.io-index"9761checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"9762dependencies = [9763 "cpufeatures",9764 "opaque-debug 0.3.0",9765 "universal-hash 0.5.1",9766]97679768[[package]]9769name = "polyval"9770version = "0.5.3"9771source = "registry+https://github.com/rust-lang/crates.io-index"9772checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9773dependencies = [9774 "cfg-if",9775 "cpufeatures",9776 "opaque-debug 0.3.0",9777 "universal-hash 0.4.1",9778]97799780[[package]]9781name = "polyval"9782version = "0.6.1"9783source = "registry+https://github.com/rust-lang/crates.io-index"9784checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"9785dependencies = [9786 "cfg-if",9787 "cpufeatures",9788 "opaque-debug 0.3.0",9789 "universal-hash 0.5.1",9790]97919792[[package]]9793name = "portable-atomic"9794version = "1.4.3"9795source = "registry+https://github.com/rust-lang/crates.io-index"9796checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"97979798[[package]]9799name = "ppv-lite86"9800version = "0.2.17"9801source = "registry+https://github.com/rust-lang/crates.io-index"9802checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"98039804[[package]]9805name = "precompile-utils-macro"9806version = "0.1.0"9807dependencies = [9808 "num_enum",9809 "proc-macro2",9810 "quote",9811 "sha3 0.8.2",9812 "syn 1.0.109",9813]98149815[[package]]9816name = "predicates"9817version = "2.1.5"9818source = "registry+https://github.com/rust-lang/crates.io-index"9819checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9820dependencies = [9821 "difflib",9822 "float-cmp",9823 "itertools 0.10.5",9824 "normalize-line-endings",9825 "predicates-core",9826 "regex",9827]98289829[[package]]9830name = "predicates-core"9831version = "1.0.6"9832source = "registry+https://github.com/rust-lang/crates.io-index"9833checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"98349835[[package]]9836name = "predicates-tree"9837version = "1.0.9"9838source = "registry+https://github.com/rust-lang/crates.io-index"9839checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9840dependencies = [9841 "predicates-core",9842 "termtree",9843]98449845[[package]]9846name = "prettyplease"9847version = "0.1.25"9848source = "registry+https://github.com/rust-lang/crates.io-index"9849checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9850dependencies = [9851 "proc-macro2",9852 "syn 1.0.109",9853]98549855[[package]]9856name = "prettyplease"9857version = "0.2.15"9858source = "registry+https://github.com/rust-lang/crates.io-index"9859checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9860dependencies = [9861 "proc-macro2",9862 "syn 2.0.37",9863]98649865[[package]]9866name = "primitive-types"9867version = "0.12.1"9868source = "registry+https://github.com/rust-lang/crates.io-index"9869checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9870dependencies = [9871 "fixed-hash",9872 "impl-codec",9873 "impl-rlp",9874 "impl-serde",9875 "scale-info",9876 "uint",9877]98789879[[package]]9880name = "prioritized-metered-channel"9881version = "0.2.0"9882source = "registry+https://github.com/rust-lang/crates.io-index"9883checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9884dependencies = [9885 "coarsetime",9886 "crossbeam-queue",9887 "derive_more",9888 "futures",9889 "futures-timer",9890 "nanorand",9891 "thiserror",9892 "tracing",9893]98949895[[package]]9896name = "proc-macro-crate"9897version = "1.3.1"9898source = "registry+https://github.com/rust-lang/crates.io-index"9899checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9900dependencies = [9901 "once_cell",9902 "toml_edit",9903]99049905[[package]]9906name = "proc-macro-error"9907version = "1.0.4"9908source = "registry+https://github.com/rust-lang/crates.io-index"9909checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9910dependencies = [9911 "proc-macro-error-attr",9912 "proc-macro2",9913 "quote",9914 "syn 1.0.109",9915 "version_check",9916]99179918[[package]]9919name = "proc-macro-error-attr"9920version = "1.0.4"9921source = "registry+https://github.com/rust-lang/crates.io-index"9922checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9923dependencies = [9924 "proc-macro2",9925 "quote",9926 "version_check",9927]99289929[[package]]9930name = "proc-macro-hack"9931version = "0.5.20+deprecated"9932source = "registry+https://github.com/rust-lang/crates.io-index"9933checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"99349935[[package]]9936name = "proc-macro-warning"9937version = "0.4.2"9938source = "registry+https://github.com/rust-lang/crates.io-index"9939checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"9940dependencies = [9941 "proc-macro2",9942 "quote",9943 "syn 2.0.37",9944]99459946[[package]]9947name = "proc-macro2"9948version = "1.0.67"9949source = "registry+https://github.com/rust-lang/crates.io-index"9950checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"9951dependencies = [9952 "unicode-ident",9953]99549955[[package]]9956name = "prometheus"9957version = "0.13.3"9958source = "registry+https://github.com/rust-lang/crates.io-index"9959checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9960dependencies = [9961 "cfg-if",9962 "fnv",9963 "lazy_static",9964 "memchr",9965 "parking_lot 0.12.1",9966 "thiserror",9967]99689969[[package]]9970name = "prometheus-client"9971version = "0.19.0"9972source = "registry+https://github.com/rust-lang/crates.io-index"9973checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"9974dependencies = [9975 "dtoa",9976 "itoa",9977 "parking_lot 0.12.1",9978 "prometheus-client-derive-encode",9979]99809981[[package]]9982name = "prometheus-client-derive-encode"9983version = "0.4.2"9984source = "registry+https://github.com/rust-lang/crates.io-index"9985checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"9986dependencies = [9987 "proc-macro2",9988 "quote",9989 "syn 2.0.37",9990]99919992[[package]]9993name = "prost"9994version = "0.11.9"9995source = "registry+https://github.com/rust-lang/crates.io-index"9996checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9997dependencies = [9998 "bytes",9999 "prost-derive",10000]1000110002[[package]]10003name = "prost-build"10004version = "0.11.9"10005source = "registry+https://github.com/rust-lang/crates.io-index"10006checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"10007dependencies = [10008 "bytes",10009 "heck",10010 "itertools 0.10.5",10011 "lazy_static",10012 "log",10013 "multimap",10014 "petgraph",10015 "prettyplease 0.1.25",10016 "prost",10017 "prost-types",10018 "regex",10019 "syn 1.0.109",10020 "tempfile",10021 "which",10022]1002310024[[package]]10025name = "prost-derive"10026version = "0.11.9"10027source = "registry+https://github.com/rust-lang/crates.io-index"10028checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"10029dependencies = [10030 "anyhow",10031 "itertools 0.10.5",10032 "proc-macro2",10033 "quote",10034 "syn 1.0.109",10035]1003610037[[package]]10038name = "prost-types"10039version = "0.11.9"10040source = "registry+https://github.com/rust-lang/crates.io-index"10041checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"10042dependencies = [10043 "prost",10044]1004510046[[package]]10047name = "psm"10048version = "0.1.21"10049source = "registry+https://github.com/rust-lang/crates.io-index"10050checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"10051dependencies = [10052 "cc",10053]1005410055[[package]]10056name = "quartz-runtime"10057version = "1.1.0"10058dependencies = [10059 "app-promotion-rpc",10060 "cumulus-pallet-aura-ext",10061 "cumulus-pallet-dmp-queue",10062 "cumulus-pallet-parachain-system",10063 "cumulus-pallet-xcm",10064 "cumulus-pallet-xcmp-queue",10065 "cumulus-primitives-core",10066 "cumulus-primitives-timestamp",10067 "cumulus-primitives-utility",10068 "derivative",10069 "evm-coder",10070 "fp-evm",10071 "fp-rpc",10072 "fp-self-contained",10073 "frame-benchmarking",10074 "frame-executive",10075 "frame-support",10076 "frame-system",10077 "frame-system-benchmarking",10078 "frame-system-rpc-runtime-api",10079 "frame-try-runtime",10080 "hex-literal",10081 "impl-trait-for-tuples",10082 "log",10083 "num_enum",10084 "orml-tokens",10085 "orml-traits",10086 "orml-vesting",10087 "orml-xcm-support",10088 "orml-xtokens",10089 "pallet-app-promotion",10090 "pallet-aura",10091 "pallet-authorship",10092 "pallet-balances",10093 "pallet-balances-adapter",10094 "pallet-base-fee",10095 "pallet-collator-selection",10096 "pallet-collective",10097 "pallet-common",10098 "pallet-configuration",10099 "pallet-democracy",10100 "pallet-ethereum",10101 "pallet-evm",10102 "pallet-evm-coder-substrate",10103 "pallet-evm-contract-helpers",10104 "pallet-evm-migration",10105 "pallet-evm-precompile-simple",10106 "pallet-evm-transaction-payment",10107 "pallet-foreign-assets",10108 "pallet-fungible",10109 "pallet-gov-origins",10110 "pallet-identity 4.0.0-dev",10111 "pallet-inflation",10112 "pallet-maintenance",10113 "pallet-membership",10114 "pallet-nonfungible",10115 "pallet-preimage",10116 "pallet-ranked-collective",10117 "pallet-referenda",10118 "pallet-refungible",10119 "pallet-scheduler",10120 "pallet-session",10121 "pallet-state-trie-migration",10122 "pallet-structure",10123 "pallet-sudo",10124 "pallet-template-transaction-payment",10125 "pallet-test-utils",10126 "pallet-timestamp",10127 "pallet-transaction-payment",10128 "pallet-transaction-payment-rpc-runtime-api",10129 "pallet-treasury",10130 "pallet-unique",10131 "pallet-utility",10132 "pallet-xcm",10133 "parachain-info",10134 "parity-scale-codec",10135 "polkadot-parachain-primitives",10136 "precompile-utils-macro",10137 "scale-info",10138 "serde",10139 "smallvec",10140 "sp-api",10141 "sp-arithmetic",10142 "sp-block-builder",10143 "sp-consensus-aura",10144 "sp-core",10145 "sp-inherents",10146 "sp-io",10147 "sp-offchain",10148 "sp-runtime",10149 "sp-session",10150 "sp-std",10151 "sp-storage",10152 "sp-transaction-pool",10153 "sp-version",10154 "staging-xcm",10155 "staging-xcm-builder",10156 "staging-xcm-executor",10157 "substrate-wasm-builder",10158 "up-common",10159 "up-data-structs",10160 "up-pov-estimate-rpc",10161 "up-rpc",10162 "up-sponsorship",10163]1016410165[[package]]10166name = "quick-error"10167version = "1.2.3"10168source = "registry+https://github.com/rust-lang/crates.io-index"10169checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"1017010171[[package]]10172name = "quick-protobuf"10173version = "0.8.1"10174source = "registry+https://github.com/rust-lang/crates.io-index"10175checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"10176dependencies = [10177 "byteorder",10178]1017910180[[package]]10181name = "quick-protobuf-codec"10182version = "0.1.0"10183source = "registry+https://github.com/rust-lang/crates.io-index"10184checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"10185dependencies = [10186 "asynchronous-codec",10187 "bytes",10188 "quick-protobuf",10189 "thiserror",10190 "unsigned-varint",10191]1019210193[[package]]10194name = "quicksink"10195version = "0.1.2"10196source = "registry+https://github.com/rust-lang/crates.io-index"10197checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"10198dependencies = [10199 "futures-core",10200 "futures-sink",10201 "pin-project-lite 0.1.12",10202]1020310204[[package]]10205name = "quinn-proto"10206version = "0.9.5"10207source = "registry+https://github.com/rust-lang/crates.io-index"10208checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"10209dependencies = [10210 "bytes",10211 "rand 0.8.5",10212 "ring 0.16.20",10213 "rustc-hash",10214 "rustls 0.20.9",10215 "slab",10216 "thiserror",10217 "tinyvec",10218 "tracing",10219 "webpki 0.22.2",10220]1022110222[[package]]10223name = "quote"10224version = "1.0.33"10225source = "registry+https://github.com/rust-lang/crates.io-index"10226checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"10227dependencies = [10228 "proc-macro2",10229]1023010231[[package]]10232name = "radium"10233version = "0.7.0"10234source = "registry+https://github.com/rust-lang/crates.io-index"10235checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"1023610237[[package]]10238name = "rand"10239version = "0.7.3"10240source = "registry+https://github.com/rust-lang/crates.io-index"10241checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"10242dependencies = [10243 "getrandom 0.1.16",10244 "libc",10245 "rand_chacha 0.2.2",10246 "rand_core 0.5.1",10247 "rand_hc",10248]1024910250[[package]]10251name = "rand"10252version = "0.8.5"10253source = "registry+https://github.com/rust-lang/crates.io-index"10254checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"10255dependencies = [10256 "libc",10257 "rand_chacha 0.3.1",10258 "rand_core 0.6.4",10259]1026010261[[package]]10262name = "rand_chacha"10263version = "0.2.2"10264source = "registry+https://github.com/rust-lang/crates.io-index"10265checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"10266dependencies = [10267 "ppv-lite86",10268 "rand_core 0.5.1",10269]1027010271[[package]]10272name = "rand_chacha"10273version = "0.3.1"10274source = "registry+https://github.com/rust-lang/crates.io-index"10275checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"10276dependencies = [10277 "ppv-lite86",10278 "rand_core 0.6.4",10279]1028010281[[package]]10282name = "rand_core"10283version = "0.5.1"10284source = "registry+https://github.com/rust-lang/crates.io-index"10285checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"10286dependencies = [10287 "getrandom 0.1.16",10288]1028910290[[package]]10291name = "rand_core"10292version = "0.6.4"10293source = "registry+https://github.com/rust-lang/crates.io-index"10294checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10295dependencies = [10296 "getrandom 0.2.10",10297]1029810299[[package]]10300name = "rand_hc"10301version = "0.2.0"10302source = "registry+https://github.com/rust-lang/crates.io-index"10303checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"10304dependencies = [10305 "rand_core 0.5.1",10306]1030710308[[package]]10309name = "rand_pcg"10310version = "0.3.1"10311source = "registry+https://github.com/rust-lang/crates.io-index"10312checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"10313dependencies = [10314 "rand_core 0.6.4",10315]1031610317[[package]]10318name = "rawpointer"10319version = "0.2.1"10320source = "registry+https://github.com/rust-lang/crates.io-index"10321checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"1032210323[[package]]10324name = "rayon"10325version = "1.8.0"10326source = "registry+https://github.com/rust-lang/crates.io-index"10327checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"10328dependencies = [10329 "either",10330 "rayon-core",10331]1033210333[[package]]10334name = "rayon-core"10335version = "1.12.0"10336source = "registry+https://github.com/rust-lang/crates.io-index"10337checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"10338dependencies = [10339 "crossbeam-deque",10340 "crossbeam-utils",10341]1034210343[[package]]10344name = "rcgen"10345version = "0.9.3"10346source = "registry+https://github.com/rust-lang/crates.io-index"10347checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"10348dependencies = [10349 "pem",10350 "ring 0.16.20",10351 "time",10352 "x509-parser 0.13.2",10353 "yasna",10354]1035510356[[package]]10357name = "rcgen"10358version = "0.10.0"10359source = "registry+https://github.com/rust-lang/crates.io-index"10360checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"10361dependencies = [10362 "pem",10363 "ring 0.16.20",10364 "time",10365 "yasna",10366]1036710368[[package]]10369name = "redox_syscall"10370version = "0.2.16"10371source = "registry+https://github.com/rust-lang/crates.io-index"10372checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"10373dependencies = [10374 "bitflags 1.3.2",10375]1037610377[[package]]10378name = "redox_syscall"10379version = "0.3.5"10380source = "registry+https://github.com/rust-lang/crates.io-index"10381checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"10382dependencies = [10383 "bitflags 1.3.2",10384]1038510386[[package]]10387name = "redox_users"10388version = "0.4.3"10389source = "registry+https://github.com/rust-lang/crates.io-index"10390checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"10391dependencies = [10392 "getrandom 0.2.10",10393 "redox_syscall 0.2.16",10394 "thiserror",10395]1039610397[[package]]10398name = "reed-solomon-novelpoly"10399version = "1.0.2"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582"10402dependencies = [10403 "derive_more",10404 "fs-err",10405 "itertools 0.11.0",10406 "static_init",10407 "thiserror",10408]1040910410[[package]]10411name = "ref-cast"10412version = "1.0.20"10413source = "registry+https://github.com/rust-lang/crates.io-index"10414checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"10415dependencies = [10416 "ref-cast-impl",10417]1041810419[[package]]10420name = "ref-cast-impl"10421version = "1.0.20"10422source = "registry+https://github.com/rust-lang/crates.io-index"10423checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"10424dependencies = [10425 "proc-macro2",10426 "quote",10427 "syn 2.0.37",10428]1042910430[[package]]10431name = "regalloc2"10432version = "0.6.1"10433source = "registry+https://github.com/rust-lang/crates.io-index"10434checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"10435dependencies = [10436 "fxhash",10437 "log",10438 "slice-group-by",10439 "smallvec",10440]1044110442[[package]]10443name = "regex"10444version = "1.9.6"10445source = "registry+https://github.com/rust-lang/crates.io-index"10446checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"10447dependencies = [10448 "aho-corasick",10449 "memchr",10450 "regex-automata 0.3.9",10451 "regex-syntax 0.7.5",10452]1045310454[[package]]10455name = "regex-automata"10456version = "0.1.10"10457source = "registry+https://github.com/rust-lang/crates.io-index"10458checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"10459dependencies = [10460 "regex-syntax 0.6.29",10461]1046210463[[package]]10464name = "regex-automata"10465version = "0.3.9"10466source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"10468dependencies = [10469 "aho-corasick",10470 "memchr",10471 "regex-syntax 0.7.5",10472]1047310474[[package]]10475name = "regex-syntax"10476version = "0.6.29"10477source = "registry+https://github.com/rust-lang/crates.io-index"10478checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"1047910480[[package]]10481name = "regex-syntax"10482version = "0.7.5"10483source = "registry+https://github.com/rust-lang/crates.io-index"10484checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"1048510486[[package]]10487name = "resolv-conf"10488version = "0.7.0"10489source = "registry+https://github.com/rust-lang/crates.io-index"10490checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"10491dependencies = [10492 "hostname",10493 "quick-error",10494]1049510496[[package]]10497name = "rfc6979"10498version = "0.3.1"10499source = "registry+https://github.com/rust-lang/crates.io-index"10500checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"10501dependencies = [10502 "crypto-bigint 0.4.9",10503 "hmac 0.12.1",10504 "zeroize",10505]1050610507[[package]]10508name = "rfc6979"10509version = "0.4.0"10510source = "registry+https://github.com/rust-lang/crates.io-index"10511checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10512dependencies = [10513 "hmac 0.12.1",10514 "subtle",10515]1051610517[[package]]10518name = "ring"10519version = "0.1.0"10520source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"10521dependencies = [10522 "ark-ec",10523 "ark-ff",10524 "ark-poly",10525 "ark-serialize",10526 "ark-std",10527 "common",10528 "fflonk",10529 "merlin 3.0.0",10530]1053110532[[package]]10533name = "ring"10534version = "0.16.20"10535source = "registry+https://github.com/rust-lang/crates.io-index"10536checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"10537dependencies = [10538 "cc",10539 "libc",10540 "once_cell",10541 "spin 0.5.2",10542 "untrusted",10543 "web-sys",10544 "winapi",10545]1054610547[[package]]10548name = "ripemd"10549version = "0.1.3"10550source = "registry+https://github.com/rust-lang/crates.io-index"10551checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"10552dependencies = [10553 "digest 0.10.7",10554]1055510556[[package]]10557name = "rlp"10558version = "0.5.2"10559source = "registry+https://github.com/rust-lang/crates.io-index"10560checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"10561dependencies = [10562 "bytes",10563 "rlp-derive",10564 "rustc-hex",10565]1056610567[[package]]10568name = "rlp-derive"10569version = "0.1.0"10570source = "registry+https://github.com/rust-lang/crates.io-index"10571checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"10572dependencies = [10573 "proc-macro2",10574 "quote",10575 "syn 1.0.109",10576]1057710578[[package]]10579name = "rocksdb"10580version = "0.21.0"10581source = "registry+https://github.com/rust-lang/crates.io-index"10582checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"10583dependencies = [10584 "libc",10585 "librocksdb-sys",10586]1058710588[[package]]10589name = "rococo-runtime"10590version = "1.0.0"10591source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10592dependencies = [10593 "binary-merkle-tree",10594 "frame-benchmarking",10595 "frame-executive",10596 "frame-support",10597 "frame-system",10598 "frame-system-benchmarking",10599 "frame-system-rpc-runtime-api",10600 "frame-try-runtime",10601 "hex-literal",10602 "log",10603 "pallet-authority-discovery",10604 "pallet-authorship",10605 "pallet-babe",10606 "pallet-balances",10607 "pallet-beefy",10608 "pallet-beefy-mmr",10609 "pallet-bounties",10610 "pallet-child-bounties",10611 "pallet-collective",10612 "pallet-democracy",10613 "pallet-elections-phragmen",10614 "pallet-grandpa",10615 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",10616 "pallet-im-online",10617 "pallet-indices",10618 "pallet-membership",10619 "pallet-message-queue",10620 "pallet-mmr",10621 "pallet-multisig",10622 "pallet-nis",10623 "pallet-offences",10624 "pallet-preimage",10625 "pallet-proxy",10626 "pallet-recovery",10627 "pallet-scheduler",10628 "pallet-session",10629 "pallet-society",10630 "pallet-staking",10631 "pallet-state-trie-migration",10632 "pallet-sudo",10633 "pallet-timestamp",10634 "pallet-tips",10635 "pallet-transaction-payment",10636 "pallet-transaction-payment-rpc-runtime-api",10637 "pallet-treasury",10638 "pallet-utility",10639 "pallet-vesting",10640 "pallet-xcm",10641 "pallet-xcm-benchmarks",10642 "parity-scale-codec",10643 "polkadot-parachain-primitives",10644 "polkadot-primitives",10645 "polkadot-runtime-common",10646 "polkadot-runtime-parachains",10647 "rococo-runtime-constants",10648 "scale-info",10649 "serde",10650 "serde_derive",10651 "smallvec",10652 "sp-api",10653 "sp-authority-discovery",10654 "sp-block-builder",10655 "sp-consensus-babe",10656 "sp-consensus-beefy",10657 "sp-core",10658 "sp-inherents",10659 "sp-io",10660 "sp-mmr-primitives",10661 "sp-offchain",10662 "sp-runtime",10663 "sp-session",10664 "sp-staking",10665 "sp-std",10666 "sp-storage",10667 "sp-transaction-pool",10668 "sp-version",10669 "staging-xcm",10670 "staging-xcm-builder",10671 "staging-xcm-executor",10672 "static_assertions",10673 "substrate-wasm-builder",10674]1067510676[[package]]10677name = "rococo-runtime-constants"10678version = "1.0.0"10679source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10680dependencies = [10681 "frame-support",10682 "polkadot-primitives",10683 "polkadot-runtime-common",10684 "smallvec",10685 "sp-core",10686 "sp-runtime",10687 "sp-weights",10688]1068910690[[package]]10691name = "rpassword"10692version = "7.2.0"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"10695dependencies = [10696 "libc",10697 "rtoolbox",10698 "winapi",10699]1070010701[[package]]10702name = "rtcp"10703version = "0.7.2"10704source = "registry+https://github.com/rust-lang/crates.io-index"10705checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"10706dependencies = [10707 "bytes",10708 "thiserror",10709 "webrtc-util",10710]1071110712[[package]]10713name = "rtnetlink"10714version = "0.10.1"10715source = "registry+https://github.com/rust-lang/crates.io-index"10716checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"10717dependencies = [10718 "futures",10719 "log",10720 "netlink-packet-route",10721 "netlink-proto",10722 "nix",10723 "thiserror",10724 "tokio",10725]1072610727[[package]]10728name = "rtoolbox"10729version = "0.0.1"10730source = "registry+https://github.com/rust-lang/crates.io-index"10731checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"10732dependencies = [10733 "libc",10734 "winapi",10735]1073610737[[package]]10738name = "rtp"10739version = "0.6.8"10740source = "registry+https://github.com/rust-lang/crates.io-index"10741checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"10742dependencies = [10743 "async-trait",10744 "bytes",10745 "rand 0.8.5",10746 "serde",10747 "thiserror",10748 "webrtc-util",10749]1075010751[[package]]10752name = "rustc-demangle"10753version = "0.1.23"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1075610757[[package]]10758name = "rustc-hash"10759version = "1.1.0"10760source = "registry+https://github.com/rust-lang/crates.io-index"10761checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1076210763[[package]]10764name = "rustc-hex"10765version = "2.1.0"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1076810769[[package]]10770name = "rustc_version"10771version = "0.4.0"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10774dependencies = [10775 "semver 1.0.19",10776]1077710778[[package]]10779name = "rusticata-macros"10780version = "4.1.0"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10783dependencies = [10784 "nom",10785]1078610787[[package]]10788name = "rustix"10789version = "0.36.15"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"10792dependencies = [10793 "bitflags 1.3.2",10794 "errno",10795 "io-lifetimes",10796 "libc",10797 "linux-raw-sys 0.1.4",10798 "windows-sys 0.45.0",10799]1080010801[[package]]10802name = "rustix"10803version = "0.37.24"10804source = "registry+https://github.com/rust-lang/crates.io-index"10805checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"10806dependencies = [10807 "bitflags 1.3.2",10808 "errno",10809 "io-lifetimes",10810 "libc",10811 "linux-raw-sys 0.3.8",10812 "windows-sys 0.48.0",10813]1081410815[[package]]10816name = "rustix"10817version = "0.38.15"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"10820dependencies = [10821 "bitflags 2.4.0",10822 "errno",10823 "libc",10824 "linux-raw-sys 0.4.8",10825 "windows-sys 0.48.0",10826]1082710828[[package]]10829name = "rustls"10830version = "0.19.1"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10833dependencies = [10834 "base64 0.13.1",10835 "log",10836 "ring 0.16.20",10837 "sct 0.6.1",10838 "webpki 0.21.4",10839]1084010841[[package]]10842name = "rustls"10843version = "0.20.9"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"10846dependencies = [10847 "log",10848 "ring 0.16.20",10849 "sct 0.7.0",10850 "webpki 0.22.2",10851]1085210853[[package]]10854name = "rustls"10855version = "0.21.7"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"10858dependencies = [10859 "log",10860 "ring 0.16.20",10861 "rustls-webpki 0.101.6",10862 "sct 0.7.0",10863]1086410865[[package]]10866name = "rustls-native-certs"10867version = "0.6.3"10868source = "registry+https://github.com/rust-lang/crates.io-index"10869checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"10870dependencies = [10871 "openssl-probe",10872 "rustls-pemfile",10873 "schannel",10874 "security-framework",10875]1087610877[[package]]10878name = "rustls-pemfile"10879version = "1.0.3"10880source = "registry+https://github.com/rust-lang/crates.io-index"10881checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10882dependencies = [10883 "base64 0.21.4",10884]1088510886[[package]]10887name = "rustls-webpki"10888version = "0.100.3"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"10891dependencies = [10892 "ring 0.16.20",10893 "untrusted",10894]1089510896[[package]]10897name = "rustls-webpki"10898version = "0.101.6"10899source = "registry+https://github.com/rust-lang/crates.io-index"10900checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"10901dependencies = [10902 "ring 0.16.20",10903 "untrusted",10904]1090510906[[package]]10907name = "rustversion"10908version = "1.0.14"10909source = "registry+https://github.com/rust-lang/crates.io-index"10910checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"1091110912[[package]]10913name = "ruzstd"10914version = "0.4.0"10915source = "registry+https://github.com/rust-lang/crates.io-index"10916checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"10917dependencies = [10918 "byteorder",10919 "thiserror-core",10920 "twox-hash",10921]1092210923[[package]]10924name = "rw-stream-sink"10925version = "0.3.0"10926source = "registry+https://github.com/rust-lang/crates.io-index"10927checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10928dependencies = [10929 "futures",10930 "pin-project",10931 "static_assertions",10932]1093310934[[package]]10935name = "ryu"10936version = "1.0.15"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"1093910940[[package]]10941name = "safe_arch"10942version = "0.7.1"10943source = "registry+https://github.com/rust-lang/crates.io-index"10944checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"10945dependencies = [10946 "bytemuck",10947]1094810949[[package]]10950name = "same-file"10951version = "1.0.6"10952source = "registry+https://github.com/rust-lang/crates.io-index"10953checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10954dependencies = [10955 "winapi-util",10956]1095710958[[package]]10959name = "sc-allocator"10960version = "4.1.0-dev"10961source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10962dependencies = [10963 "log",10964 "sp-core",10965 "sp-wasm-interface",10966 "thiserror",10967]1096810969[[package]]10970name = "sc-authority-discovery"10971version = "0.10.0-dev"10972source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10973dependencies = [10974 "async-trait",10975 "futures",10976 "futures-timer",10977 "ip_network",10978 "libp2p",10979 "log",10980 "multihash",10981 "parity-scale-codec",10982 "prost",10983 "prost-build",10984 "rand 0.8.5",10985 "sc-client-api",10986 "sc-network",10987 "sp-api",10988 "sp-authority-discovery",10989 "sp-blockchain",10990 "sp-core",10991 "sp-keystore",10992 "sp-runtime",10993 "substrate-prometheus-endpoint",10994 "thiserror",10995]1099610997[[package]]10998name = "sc-basic-authorship"10999version = "0.10.0-dev"11000source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11001dependencies = [11002 "futures",11003 "futures-timer",11004 "log",11005 "parity-scale-codec",11006 "sc-block-builder",11007 "sc-client-api",11008 "sc-proposer-metrics",11009 "sc-telemetry",11010 "sc-transaction-pool-api",11011 "sp-api",11012 "sp-blockchain",11013 "sp-consensus",11014 "sp-core",11015 "sp-inherents",11016 "sp-runtime",11017 "substrate-prometheus-endpoint",11018]1101911020[[package]]11021name = "sc-block-builder"11022version = "0.10.0-dev"11023source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11024dependencies = [11025 "parity-scale-codec",11026 "sc-client-api",11027 "sp-api",11028 "sp-block-builder",11029 "sp-blockchain",11030 "sp-core",11031 "sp-inherents",11032 "sp-runtime",11033]1103411035[[package]]11036name = "sc-chain-spec"11037version = "4.0.0-dev"11038source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11039dependencies = [11040 "memmap2",11041 "sc-chain-spec-derive",11042 "sc-client-api",11043 "sc-executor",11044 "sc-network",11045 "sc-telemetry",11046 "serde",11047 "serde_json",11048 "sp-blockchain",11049 "sp-core",11050 "sp-runtime",11051 "sp-state-machine",11052]1105311054[[package]]11055name = "sc-chain-spec-derive"11056version = "4.0.0-dev"11057source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11058dependencies = [11059 "proc-macro-crate",11060 "proc-macro2",11061 "quote",11062 "syn 2.0.37",11063]1106411065[[package]]11066name = "sc-cli"11067version = "0.10.0-dev"11068source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11069dependencies = [11070 "array-bytes",11071 "chrono",11072 "clap",11073 "fdlimit",11074 "futures",11075 "libp2p-identity",11076 "log",11077 "names",11078 "parity-scale-codec",11079 "rand 0.8.5",11080 "regex",11081 "rpassword",11082 "sc-client-api",11083 "sc-client-db",11084 "sc-keystore",11085 "sc-network",11086 "sc-service",11087 "sc-telemetry",11088 "sc-tracing",11089 "sc-utils",11090 "serde",11091 "serde_json",11092 "sp-blockchain",11093 "sp-core",11094 "sp-keyring",11095 "sp-keystore",11096 "sp-panic-handler",11097 "sp-runtime",11098 "sp-version",11099 "thiserror",11100 "tiny-bip39",11101 "tokio",11102]1110311104[[package]]11105name = "sc-client-api"11106version = "4.0.0-dev"11107source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11108dependencies = [11109 "fnv",11110 "futures",11111 "log",11112 "parity-scale-codec",11113 "parking_lot 0.12.1",11114 "sc-executor",11115 "sc-transaction-pool-api",11116 "sc-utils",11117 "sp-api",11118 "sp-blockchain",11119 "sp-consensus",11120 "sp-core",11121 "sp-database",11122 "sp-externalities",11123 "sp-runtime",11124 "sp-state-machine",11125 "sp-statement-store",11126 "sp-storage",11127 "substrate-prometheus-endpoint",11128]1112911130[[package]]11131name = "sc-client-db"11132version = "0.10.0-dev"11133source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11134dependencies = [11135 "hash-db 0.16.0",11136 "kvdb",11137 "kvdb-memorydb",11138 "kvdb-rocksdb",11139 "linked-hash-map",11140 "log",11141 "parity-db",11142 "parity-scale-codec",11143 "parking_lot 0.12.1",11144 "sc-client-api",11145 "sc-state-db",11146 "schnellru",11147 "sp-arithmetic",11148 "sp-blockchain",11149 "sp-core",11150 "sp-database",11151 "sp-runtime",11152 "sp-state-machine",11153 "sp-trie",11154]1115511156[[package]]11157name = "sc-consensus"11158version = "0.10.0-dev"11159source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11160dependencies = [11161 "async-trait",11162 "futures",11163 "futures-timer",11164 "libp2p-identity",11165 "log",11166 "mockall",11167 "parking_lot 0.12.1",11168 "sc-client-api",11169 "sc-utils",11170 "serde",11171 "sp-api",11172 "sp-blockchain",11173 "sp-consensus",11174 "sp-core",11175 "sp-runtime",11176 "sp-state-machine",11177 "substrate-prometheus-endpoint",11178 "thiserror",11179]1118011181[[package]]11182name = "sc-consensus-aura"11183version = "0.10.0-dev"11184source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11185dependencies = [11186 "async-trait",11187 "futures",11188 "log",11189 "parity-scale-codec",11190 "sc-block-builder",11191 "sc-client-api",11192 "sc-consensus",11193 "sc-consensus-slots",11194 "sc-telemetry",11195 "sp-api",11196 "sp-application-crypto",11197 "sp-block-builder",11198 "sp-blockchain",11199 "sp-consensus",11200 "sp-consensus-aura",11201 "sp-consensus-slots",11202 "sp-core",11203 "sp-inherents",11204 "sp-keystore",11205 "sp-runtime",11206 "substrate-prometheus-endpoint",11207 "thiserror",11208]1120911210[[package]]11211name = "sc-consensus-babe"11212version = "0.10.0-dev"11213source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11214dependencies = [11215 "async-trait",11216 "fork-tree",11217 "futures",11218 "log",11219 "num-bigint",11220 "num-rational",11221 "num-traits",11222 "parity-scale-codec",11223 "parking_lot 0.12.1",11224 "sc-client-api",11225 "sc-consensus",11226 "sc-consensus-epochs",11227 "sc-consensus-slots",11228 "sc-telemetry",11229 "sc-transaction-pool-api",11230 "scale-info",11231 "sp-api",11232 "sp-application-crypto",11233 "sp-block-builder",11234 "sp-blockchain",11235 "sp-consensus",11236 "sp-consensus-babe",11237 "sp-consensus-slots",11238 "sp-core",11239 "sp-inherents",11240 "sp-keystore",11241 "sp-runtime",11242 "substrate-prometheus-endpoint",11243 "thiserror",11244]1124511246[[package]]11247name = "sc-consensus-babe-rpc"11248version = "0.10.0-dev"11249source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11250dependencies = [11251 "futures",11252 "jsonrpsee",11253 "sc-consensus-babe",11254 "sc-consensus-epochs",11255 "sc-rpc-api",11256 "serde",11257 "sp-api",11258 "sp-application-crypto",11259 "sp-blockchain",11260 "sp-consensus",11261 "sp-consensus-babe",11262 "sp-core",11263 "sp-keystore",11264 "sp-runtime",11265 "thiserror",11266]1126711268[[package]]11269name = "sc-consensus-beefy"11270version = "4.0.0-dev"11271source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11272dependencies = [11273 "array-bytes",11274 "async-channel",11275 "async-trait",11276 "fnv",11277 "futures",11278 "log",11279 "parity-scale-codec",11280 "parking_lot 0.12.1",11281 "sc-client-api",11282 "sc-consensus",11283 "sc-network",11284 "sc-network-gossip",11285 "sc-network-sync",11286 "sc-utils",11287 "sp-api",11288 "sp-application-crypto",11289 "sp-arithmetic",11290 "sp-blockchain",11291 "sp-consensus",11292 "sp-consensus-beefy",11293 "sp-core",11294 "sp-keystore",11295 "sp-mmr-primitives",11296 "sp-runtime",11297 "substrate-prometheus-endpoint",11298 "thiserror",11299 "wasm-timer",11300]1130111302[[package]]11303name = "sc-consensus-beefy-rpc"11304version = "4.0.0-dev"11305source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11306dependencies = [11307 "futures",11308 "jsonrpsee",11309 "log",11310 "parity-scale-codec",11311 "parking_lot 0.12.1",11312 "sc-consensus-beefy",11313 "sc-rpc",11314 "serde",11315 "sp-consensus-beefy",11316 "sp-core",11317 "sp-runtime",11318 "thiserror",11319]1132011321[[package]]11322name = "sc-consensus-epochs"11323version = "0.10.0-dev"11324source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11325dependencies = [11326 "fork-tree",11327 "parity-scale-codec",11328 "sc-client-api",11329 "sc-consensus",11330 "sp-blockchain",11331 "sp-runtime",11332]1133311334[[package]]11335name = "sc-consensus-grandpa"11336version = "0.10.0-dev"11337source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11338dependencies = [11339 "ahash 0.8.3",11340 "array-bytes",11341 "async-trait",11342 "dyn-clone",11343 "finality-grandpa",11344 "fork-tree",11345 "futures",11346 "futures-timer",11347 "log",11348 "parity-scale-codec",11349 "parking_lot 0.12.1",11350 "rand 0.8.5",11351 "sc-block-builder",11352 "sc-chain-spec",11353 "sc-client-api",11354 "sc-consensus",11355 "sc-network",11356 "sc-network-common",11357 "sc-network-gossip",11358 "sc-telemetry",11359 "sc-transaction-pool-api",11360 "sc-utils",11361 "serde_json",11362 "sp-api",11363 "sp-application-crypto",11364 "sp-arithmetic",11365 "sp-blockchain",11366 "sp-consensus",11367 "sp-consensus-grandpa",11368 "sp-core",11369 "sp-keystore",11370 "sp-runtime",11371 "substrate-prometheus-endpoint",11372 "thiserror",11373]1137411375[[package]]11376name = "sc-consensus-grandpa-rpc"11377version = "0.10.0-dev"11378source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11379dependencies = [11380 "finality-grandpa",11381 "futures",11382 "jsonrpsee",11383 "log",11384 "parity-scale-codec",11385 "sc-client-api",11386 "sc-consensus-grandpa",11387 "sc-rpc",11388 "serde",11389 "sp-blockchain",11390 "sp-core",11391 "sp-runtime",11392 "thiserror",11393]1139411395[[package]]11396name = "sc-consensus-manual-seal"11397version = "0.10.0-dev"11398source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11399dependencies = [11400 "assert_matches",11401 "async-trait",11402 "futures",11403 "futures-timer",11404 "jsonrpsee",11405 "log",11406 "parity-scale-codec",11407 "sc-client-api",11408 "sc-consensus",11409 "sc-consensus-aura",11410 "sc-consensus-babe",11411 "sc-consensus-epochs",11412 "sc-transaction-pool",11413 "sc-transaction-pool-api",11414 "serde",11415 "sp-api",11416 "sp-blockchain",11417 "sp-consensus",11418 "sp-consensus-aura",11419 "sp-consensus-babe",11420 "sp-consensus-slots",11421 "sp-core",11422 "sp-inherents",11423 "sp-keystore",11424 "sp-runtime",11425 "sp-timestamp",11426 "substrate-prometheus-endpoint",11427 "thiserror",11428]1142911430[[package]]11431name = "sc-consensus-slots"11432version = "0.10.0-dev"11433source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11434dependencies = [11435 "async-trait",11436 "futures",11437 "futures-timer",11438 "log",11439 "parity-scale-codec",11440 "sc-client-api",11441 "sc-consensus",11442 "sc-telemetry",11443 "sp-arithmetic",11444 "sp-blockchain",11445 "sp-consensus",11446 "sp-consensus-slots",11447 "sp-core",11448 "sp-inherents",11449 "sp-runtime",11450 "sp-state-machine",11451]1145211453[[package]]11454name = "sc-executor"11455version = "0.10.0-dev"11456source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11457dependencies = [11458 "parity-scale-codec",11459 "parking_lot 0.12.1",11460 "sc-executor-common",11461 "sc-executor-wasmtime",11462 "schnellru",11463 "sp-api",11464 "sp-core",11465 "sp-externalities",11466 "sp-io",11467 "sp-panic-handler",11468 "sp-runtime-interface",11469 "sp-trie",11470 "sp-version",11471 "sp-wasm-interface",11472 "tracing",11473]1147411475[[package]]11476name = "sc-executor-common"11477version = "0.10.0-dev"11478source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11479dependencies = [11480 "sc-allocator",11481 "sp-maybe-compressed-blob",11482 "sp-wasm-interface",11483 "thiserror",11484 "wasm-instrument",11485]1148611487[[package]]11488name = "sc-executor-wasmtime"11489version = "0.10.0-dev"11490source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11491dependencies = [11492 "anyhow",11493 "cfg-if",11494 "libc",11495 "log",11496 "rustix 0.36.15",11497 "sc-allocator",11498 "sc-executor-common",11499 "sp-runtime-interface",11500 "sp-wasm-interface",11501 "wasmtime",11502]1150311504[[package]]11505name = "sc-informant"11506version = "0.10.0-dev"11507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11508dependencies = [11509 "ansi_term",11510 "futures",11511 "futures-timer",11512 "log",11513 "sc-client-api",11514 "sc-network",11515 "sc-network-common",11516 "sp-blockchain",11517 "sp-runtime",11518]1151911520[[package]]11521name = "sc-keystore"11522version = "4.0.0-dev"11523source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11524dependencies = [11525 "array-bytes",11526 "parking_lot 0.12.1",11527 "serde_json",11528 "sp-application-crypto",11529 "sp-core",11530 "sp-keystore",11531 "thiserror",11532]1153311534[[package]]11535name = "sc-network"11536version = "0.10.0-dev"11537source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11538dependencies = [11539 "array-bytes",11540 "async-channel",11541 "async-trait",11542 "asynchronous-codec",11543 "bytes",11544 "either",11545 "fnv",11546 "futures",11547 "futures-timer",11548 "ip_network",11549 "libp2p",11550 "linked_hash_set",11551 "log",11552 "mockall",11553 "parity-scale-codec",11554 "parking_lot 0.12.1",11555 "partial_sort",11556 "pin-project",11557 "rand 0.8.5",11558 "sc-client-api",11559 "sc-network-common",11560 "sc-utils",11561 "serde",11562 "serde_json",11563 "smallvec",11564 "sp-arithmetic",11565 "sp-blockchain",11566 "sp-core",11567 "sp-runtime",11568 "substrate-prometheus-endpoint",11569 "thiserror",11570 "unsigned-varint",11571 "wasm-timer",11572 "zeroize",11573]1157411575[[package]]11576name = "sc-network-bitswap"11577version = "0.10.0-dev"11578source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11579dependencies = [11580 "async-channel",11581 "cid",11582 "futures",11583 "libp2p-identity",11584 "log",11585 "prost",11586 "prost-build",11587 "sc-client-api",11588 "sc-network",11589 "sp-blockchain",11590 "sp-runtime",11591 "thiserror",11592 "unsigned-varint",11593]1159411595[[package]]11596name = "sc-network-common"11597version = "0.10.0-dev"11598source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11599dependencies = [11600 "async-trait",11601 "bitflags 1.3.2",11602 "futures",11603 "libp2p-identity",11604 "parity-scale-codec",11605 "prost-build",11606 "sc-consensus",11607 "sp-consensus",11608 "sp-consensus-grandpa",11609 "sp-runtime",11610]1161111612[[package]]11613name = "sc-network-gossip"11614version = "0.10.0-dev"11615source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11616dependencies = [11617 "ahash 0.8.3",11618 "futures",11619 "futures-timer",11620 "libp2p",11621 "log",11622 "sc-network",11623 "sc-network-common",11624 "schnellru",11625 "sp-runtime",11626 "substrate-prometheus-endpoint",11627 "tracing",11628]1162911630[[package]]11631name = "sc-network-light"11632version = "0.10.0-dev"11633source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11634dependencies = [11635 "array-bytes",11636 "async-channel",11637 "futures",11638 "libp2p-identity",11639 "log",11640 "parity-scale-codec",11641 "prost",11642 "prost-build",11643 "sc-client-api",11644 "sc-network",11645 "sp-blockchain",11646 "sp-core",11647 "sp-runtime",11648 "thiserror",11649]1165011651[[package]]11652name = "sc-network-sync"11653version = "0.10.0-dev"11654source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11655dependencies = [11656 "array-bytes",11657 "async-channel",11658 "async-trait",11659 "fork-tree",11660 "futures",11661 "futures-timer",11662 "libp2p",11663 "log",11664 "mockall",11665 "parity-scale-codec",11666 "prost",11667 "prost-build",11668 "sc-client-api",11669 "sc-consensus",11670 "sc-network",11671 "sc-network-common",11672 "sc-utils",11673 "schnellru",11674 "smallvec",11675 "sp-arithmetic",11676 "sp-blockchain",11677 "sp-consensus",11678 "sp-consensus-grandpa",11679 "sp-core",11680 "sp-runtime",11681 "substrate-prometheus-endpoint",11682 "thiserror",11683]1168411685[[package]]11686name = "sc-network-transactions"11687version = "0.10.0-dev"11688source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11689dependencies = [11690 "array-bytes",11691 "futures",11692 "libp2p",11693 "log",11694 "parity-scale-codec",11695 "sc-network",11696 "sc-network-common",11697 "sc-utils",11698 "sp-consensus",11699 "sp-runtime",11700 "substrate-prometheus-endpoint",11701]1170211703[[package]]11704name = "sc-offchain"11705version = "4.0.0-dev"11706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11707dependencies = [11708 "array-bytes",11709 "bytes",11710 "fnv",11711 "futures",11712 "futures-timer",11713 "hyper",11714 "hyper-rustls",11715 "libp2p",11716 "log",11717 "num_cpus",11718 "once_cell",11719 "parity-scale-codec",11720 "parking_lot 0.12.1",11721 "rand 0.8.5",11722 "sc-client-api",11723 "sc-network",11724 "sc-network-common",11725 "sc-transaction-pool-api",11726 "sc-utils",11727 "sp-api",11728 "sp-core",11729 "sp-externalities",11730 "sp-keystore",11731 "sp-offchain",11732 "sp-runtime",11733 "threadpool",11734 "tracing",11735]1173611737[[package]]11738name = "sc-proposer-metrics"11739version = "0.10.0-dev"11740source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11741dependencies = [11742 "log",11743 "substrate-prometheus-endpoint",11744]1174511746[[package]]11747name = "sc-rpc"11748version = "4.0.0-dev"11749source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11750dependencies = [11751 "futures",11752 "jsonrpsee",11753 "log",11754 "parity-scale-codec",11755 "parking_lot 0.12.1",11756 "sc-block-builder",11757 "sc-chain-spec",11758 "sc-client-api",11759 "sc-rpc-api",11760 "sc-tracing",11761 "sc-transaction-pool-api",11762 "sc-utils",11763 "serde_json",11764 "sp-api",11765 "sp-blockchain",11766 "sp-core",11767 "sp-keystore",11768 "sp-offchain",11769 "sp-rpc",11770 "sp-runtime",11771 "sp-session",11772 "sp-statement-store",11773 "sp-version",11774 "tokio",11775]1177611777[[package]]11778name = "sc-rpc-api"11779version = "0.10.0-dev"11780source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11781dependencies = [11782 "jsonrpsee",11783 "parity-scale-codec",11784 "sc-chain-spec",11785 "sc-transaction-pool-api",11786 "scale-info",11787 "serde",11788 "serde_json",11789 "sp-core",11790 "sp-rpc",11791 "sp-runtime",11792 "sp-version",11793 "thiserror",11794]1179511796[[package]]11797name = "sc-rpc-server"11798version = "4.0.0-dev"11799source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11800dependencies = [11801 "http",11802 "jsonrpsee",11803 "log",11804 "serde_json",11805 "substrate-prometheus-endpoint",11806 "tokio",11807 "tower",11808 "tower-http",11809]1181011811[[package]]11812name = "sc-rpc-spec-v2"11813version = "0.10.0-dev"11814source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11815dependencies = [11816 "array-bytes",11817 "futures",11818 "futures-util",11819 "hex",11820 "jsonrpsee",11821 "log",11822 "parity-scale-codec",11823 "parking_lot 0.12.1",11824 "sc-chain-spec",11825 "sc-client-api",11826 "sc-transaction-pool-api",11827 "sc-utils",11828 "serde",11829 "sp-api",11830 "sp-blockchain",11831 "sp-core",11832 "sp-runtime",11833 "sp-version",11834 "thiserror",11835 "tokio",11836 "tokio-stream",11837]1183811839[[package]]11840name = "sc-service"11841version = "0.10.0-dev"11842source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11843dependencies = [11844 "async-trait",11845 "directories",11846 "exit-future",11847 "futures",11848 "futures-timer",11849 "jsonrpsee",11850 "log",11851 "parity-scale-codec",11852 "parking_lot 0.12.1",11853 "pin-project",11854 "rand 0.8.5",11855 "sc-block-builder",11856 "sc-chain-spec",11857 "sc-client-api",11858 "sc-client-db",11859 "sc-consensus",11860 "sc-executor",11861 "sc-informant",11862 "sc-keystore",11863 "sc-network",11864 "sc-network-bitswap",11865 "sc-network-common",11866 "sc-network-light",11867 "sc-network-sync",11868 "sc-network-transactions",11869 "sc-rpc",11870 "sc-rpc-server",11871 "sc-rpc-spec-v2",11872 "sc-sysinfo",11873 "sc-telemetry",11874 "sc-tracing",11875 "sc-transaction-pool",11876 "sc-transaction-pool-api",11877 "sc-utils",11878 "serde",11879 "serde_json",11880 "sp-api",11881 "sp-blockchain",11882 "sp-consensus",11883 "sp-core",11884 "sp-externalities",11885 "sp-keystore",11886 "sp-runtime",11887 "sp-session",11888 "sp-state-machine",11889 "sp-storage",11890 "sp-transaction-pool",11891 "sp-transaction-storage-proof",11892 "sp-trie",11893 "sp-version",11894 "static_init",11895 "substrate-prometheus-endpoint",11896 "tempfile",11897 "thiserror",11898 "tokio",11899 "tracing",11900 "tracing-futures",11901]1190211903[[package]]11904name = "sc-state-db"11905version = "0.10.0-dev"11906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11907dependencies = [11908 "log",11909 "parity-scale-codec",11910 "parking_lot 0.12.1",11911 "sp-core",11912]1191311914[[package]]11915name = "sc-storage-monitor"11916version = "0.1.0"11917source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11918dependencies = [11919 "clap",11920 "fs4",11921 "log",11922 "sc-client-db",11923 "sp-core",11924 "thiserror",11925 "tokio",11926]1192711928[[package]]11929name = "sc-sync-state-rpc"11930version = "0.10.0-dev"11931source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11932dependencies = [11933 "jsonrpsee",11934 "parity-scale-codec",11935 "sc-chain-spec",11936 "sc-client-api",11937 "sc-consensus-babe",11938 "sc-consensus-epochs",11939 "sc-consensus-grandpa",11940 "serde",11941 "serde_json",11942 "sp-blockchain",11943 "sp-runtime",11944 "thiserror",11945]1194611947[[package]]11948name = "sc-sysinfo"11949version = "6.0.0-dev"11950source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11951dependencies = [11952 "futures",11953 "libc",11954 "log",11955 "rand 0.8.5",11956 "rand_pcg",11957 "regex",11958 "sc-telemetry",11959 "serde",11960 "serde_json",11961 "sp-core",11962 "sp-io",11963 "sp-std",11964]1196511966[[package]]11967name = "sc-telemetry"11968version = "4.0.0-dev"11969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11970dependencies = [11971 "chrono",11972 "futures",11973 "libp2p",11974 "log",11975 "parking_lot 0.12.1",11976 "pin-project",11977 "rand 0.8.5",11978 "sc-utils",11979 "serde",11980 "serde_json",11981 "thiserror",11982 "wasm-timer",11983]1198411985[[package]]11986name = "sc-tracing"11987version = "4.0.0-dev"11988source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11989dependencies = [11990 "ansi_term",11991 "atty",11992 "chrono",11993 "lazy_static",11994 "libc",11995 "log",11996 "parking_lot 0.12.1",11997 "regex",11998 "rustc-hash",11999 "sc-client-api",12000 "sc-tracing-proc-macro",12001 "serde",12002 "sp-api",12003 "sp-blockchain",12004 "sp-core",12005 "sp-rpc",12006 "sp-runtime",12007 "sp-tracing",12008 "thiserror",12009 "tracing",12010 "tracing-log",12011 "tracing-subscriber",12012]1201312014[[package]]12015name = "sc-tracing-proc-macro"12016version = "4.0.0-dev"12017source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12018dependencies = [12019 "proc-macro-crate",12020 "proc-macro2",12021 "quote",12022 "syn 2.0.37",12023]1202412025[[package]]12026name = "sc-transaction-pool"12027version = "4.0.0-dev"12028source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12029dependencies = [12030 "async-trait",12031 "futures",12032 "futures-timer",12033 "linked-hash-map",12034 "log",12035 "parity-scale-codec",12036 "parking_lot 0.12.1",12037 "sc-client-api",12038 "sc-transaction-pool-api",12039 "sc-utils",12040 "serde",12041 "sp-api",12042 "sp-blockchain",12043 "sp-core",12044 "sp-runtime",12045 "sp-tracing",12046 "sp-transaction-pool",12047 "substrate-prometheus-endpoint",12048 "thiserror",12049]1205012051[[package]]12052name = "sc-transaction-pool-api"12053version = "4.0.0-dev"12054source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12055dependencies = [12056 "async-trait",12057 "futures",12058 "log",12059 "parity-scale-codec",12060 "serde",12061 "sp-blockchain",12062 "sp-core",12063 "sp-runtime",12064 "thiserror",12065]1206612067[[package]]12068name = "sc-utils"12069version = "4.0.0-dev"12070source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12071dependencies = [12072 "async-channel",12073 "futures",12074 "futures-timer",12075 "lazy_static",12076 "log",12077 "parking_lot 0.12.1",12078 "prometheus",12079 "sp-arithmetic",12080]1208112082[[package]]12083name = "scale-info"12084version = "2.9.0"12085source = "registry+https://github.com/rust-lang/crates.io-index"12086checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"12087dependencies = [12088 "bitvec",12089 "cfg-if",12090 "derive_more",12091 "parity-scale-codec",12092 "scale-info-derive",12093 "serde",12094]1209512096[[package]]12097name = "scale-info-derive"12098version = "2.9.0"12099source = "registry+https://github.com/rust-lang/crates.io-index"12100checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"12101dependencies = [12102 "proc-macro-crate",12103 "proc-macro2",12104 "quote",12105 "syn 1.0.109",12106]1210712108[[package]]12109name = "schannel"12110version = "0.1.22"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"12113dependencies = [12114 "windows-sys 0.48.0",12115]1211612117[[package]]12118name = "schnellru"12119version = "0.2.1"12120source = "registry+https://github.com/rust-lang/crates.io-index"12121checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12122dependencies = [12123 "ahash 0.8.3",12124 "cfg-if",12125 "hashbrown 0.13.2",12126]1212712128[[package]]12129name = "schnorrkel"12130version = "0.9.1"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"12133dependencies = [12134 "arrayref",12135 "arrayvec 0.5.2",12136 "curve25519-dalek 2.1.3",12137 "getrandom 0.1.16",12138 "merlin 2.0.1",12139 "rand 0.7.3",12140 "rand_core 0.5.1",12141 "sha2 0.8.2",12142 "subtle",12143 "zeroize",12144]1214512146[[package]]12147name = "schnorrkel"12148version = "0.10.2"12149source = "registry+https://github.com/rust-lang/crates.io-index"12150checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"12151dependencies = [12152 "arrayref",12153 "arrayvec 0.7.4",12154 "curve25519-dalek-ng",12155 "merlin 3.0.0",12156 "rand_core 0.6.4",12157 "sha2 0.9.9",12158 "subtle-ng",12159 "zeroize",12160]1216112162[[package]]12163name = "scopeguard"12164version = "1.2.0"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"1216712168[[package]]12169name = "scratch"12170version = "1.0.7"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"1217312174[[package]]12175name = "sct"12176version = "0.6.1"12177source = "registry+https://github.com/rust-lang/crates.io-index"12178checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"12179dependencies = [12180 "ring 0.16.20",12181 "untrusted",12182]1218312184[[package]]12185name = "sct"12186version = "0.7.0"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"12189dependencies = [12190 "ring 0.16.20",12191 "untrusted",12192]1219312194[[package]]12195name = "sdp"12196version = "0.5.3"12197source = "registry+https://github.com/rust-lang/crates.io-index"12198checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"12199dependencies = [12200 "rand 0.8.5",12201 "substring",12202 "thiserror",12203 "url",12204]1220512206[[package]]12207name = "sec1"12208version = "0.3.0"12209source = "registry+https://github.com/rust-lang/crates.io-index"12210checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"12211dependencies = [12212 "base16ct 0.1.1",12213 "der 0.6.1",12214 "generic-array 0.14.7",12215 "pkcs8 0.9.0",12216 "subtle",12217 "zeroize",12218]1221912220[[package]]12221name = "sec1"12222version = "0.7.3"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"12225dependencies = [12226 "base16ct 0.2.0",12227 "der 0.7.8",12228 "generic-array 0.14.7",12229 "pkcs8 0.10.2",12230 "subtle",12231 "zeroize",12232]1223312234[[package]]12235name = "secp256k1"12236version = "0.24.3"12237source = "registry+https://github.com/rust-lang/crates.io-index"12238checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"12239dependencies = [12240 "secp256k1-sys",12241]1224212243[[package]]12244name = "secp256k1-sys"12245version = "0.6.1"12246source = "registry+https://github.com/rust-lang/crates.io-index"12247checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"12248dependencies = [12249 "cc",12250]1225112252[[package]]12253name = "secrecy"12254version = "0.8.0"12255source = "registry+https://github.com/rust-lang/crates.io-index"12256checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"12257dependencies = [12258 "zeroize",12259]1226012261[[package]]12262name = "security-framework"12263version = "2.9.2"12264source = "registry+https://github.com/rust-lang/crates.io-index"12265checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"12266dependencies = [12267 "bitflags 1.3.2",12268 "core-foundation",12269 "core-foundation-sys",12270 "libc",12271 "security-framework-sys",12272]1227312274[[package]]12275name = "security-framework-sys"12276version = "2.9.1"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"12279dependencies = [12280 "core-foundation-sys",12281 "libc",12282]1228312284[[package]]12285name = "semver"12286version = "0.6.0"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"12289dependencies = [12290 "semver-parser",12291]1229212293[[package]]12294name = "semver"12295version = "1.0.19"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"12298dependencies = [12299 "serde",12300]1230112302[[package]]12303name = "semver-parser"12304version = "0.7.0"12305source = "registry+https://github.com/rust-lang/crates.io-index"12306checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1230712308[[package]]12309name = "serde"12310version = "1.0.188"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"12313dependencies = [12314 "serde_derive",12315]1231612317[[package]]12318name = "serde_derive"12319version = "1.0.188"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"12322dependencies = [12323 "proc-macro2",12324 "quote",12325 "syn 2.0.37",12326]1232712328[[package]]12329name = "serde_json"12330version = "1.0.107"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"12333dependencies = [12334 "itoa",12335 "ryu",12336 "serde",12337]1233812339[[package]]12340name = "serde_spanned"12341version = "0.6.3"12342source = "registry+https://github.com/rust-lang/crates.io-index"12343checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"12344dependencies = [12345 "serde",12346]1234712348[[package]]12349name = "sha-1"12350version = "0.9.8"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"12353dependencies = [12354 "block-buffer 0.9.0",12355 "cfg-if",12356 "cpufeatures",12357 "digest 0.9.0",12358 "opaque-debug 0.3.0",12359]1236012361[[package]]12362name = "sha1"12363version = "0.10.6"12364source = "registry+https://github.com/rust-lang/crates.io-index"12365checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"12366dependencies = [12367 "cfg-if",12368 "cpufeatures",12369 "digest 0.10.7",12370]1237112372[[package]]12373name = "sha2"12374version = "0.8.2"12375source = "registry+https://github.com/rust-lang/crates.io-index"12376checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"12377dependencies = [12378 "block-buffer 0.7.3",12379 "digest 0.8.1",12380 "fake-simd",12381 "opaque-debug 0.2.3",12382]1238312384[[package]]12385name = "sha2"12386version = "0.9.9"12387source = "registry+https://github.com/rust-lang/crates.io-index"12388checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"12389dependencies = [12390 "block-buffer 0.9.0",12391 "cfg-if",12392 "cpufeatures",12393 "digest 0.9.0",12394 "opaque-debug 0.3.0",12395]1239612397[[package]]12398name = "sha2"12399version = "0.10.8"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"12402dependencies = [12403 "cfg-if",12404 "cpufeatures",12405 "digest 0.10.7",12406]1240712408[[package]]12409name = "sha3"12410version = "0.8.2"12411source = "registry+https://github.com/rust-lang/crates.io-index"12412checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"12413dependencies = [12414 "block-buffer 0.7.3",12415 "byte-tools",12416 "digest 0.8.1",12417 "keccak",12418 "opaque-debug 0.2.3",12419]1242012421[[package]]12422name = "sha3"12423version = "0.10.8"12424source = "registry+https://github.com/rust-lang/crates.io-index"12425checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"12426dependencies = [12427 "digest 0.10.7",12428 "keccak",12429]1243012431[[package]]12432name = "sha3-const"12433version = "0.1.1"12434source = "registry+https://github.com/rust-lang/crates.io-index"12435checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1243612437[[package]]12438name = "sharded-slab"12439version = "0.1.6"12440source = "registry+https://github.com/rust-lang/crates.io-index"12441checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"12442dependencies = [12443 "lazy_static",12444]1244512446[[package]]12447name = "shlex"12448version = "1.2.0"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"1245112452[[package]]12453name = "signal-hook"12454version = "0.3.17"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"12457dependencies = [12458 "libc",12459 "signal-hook-registry",12460]1246112462[[package]]12463name = "signal-hook-registry"12464version = "1.4.1"12465source = "registry+https://github.com/rust-lang/crates.io-index"12466checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"12467dependencies = [12468 "libc",12469]1247012471[[package]]12472name = "signature"12473version = "1.6.4"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"12476dependencies = [12477 "digest 0.10.7",12478 "rand_core 0.6.4",12479]1248012481[[package]]12482name = "signature"12483version = "2.1.0"12484source = "registry+https://github.com/rust-lang/crates.io-index"12485checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"12486dependencies = [12487 "digest 0.10.7",12488 "rand_core 0.6.4",12489]1249012491[[package]]12492name = "simba"12493version = "0.8.1"12494source = "registry+https://github.com/rust-lang/crates.io-index"12495checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"12496dependencies = [12497 "approx",12498 "num-complex",12499 "num-traits",12500 "paste",12501 "wide",12502]1250312504[[package]]12505name = "siphasher"12506version = "0.3.11"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"1250912510[[package]]12511name = "slab"12512version = "0.4.9"12513source = "registry+https://github.com/rust-lang/crates.io-index"12514checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"12515dependencies = [12516 "autocfg",12517]1251812519[[package]]12520name = "slice-group-by"12521version = "0.3.1"12522source = "registry+https://github.com/rust-lang/crates.io-index"12523checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1252412525[[package]]12526name = "slot-range-helper"12527version = "1.0.0"12528source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12529dependencies = [12530 "enumn",12531 "parity-scale-codec",12532 "paste",12533 "sp-runtime",12534 "sp-std",12535]1253612537[[package]]12538name = "slotmap"12539version = "1.0.6"12540source = "registry+https://github.com/rust-lang/crates.io-index"12541checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"12542dependencies = [12543 "version_check",12544]1254512546[[package]]12547name = "smallvec"12548version = "1.11.1"12549source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"1255112552[[package]]12553name = "smol"12554version = "1.3.0"12555source = "registry+https://github.com/rust-lang/crates.io-index"12556checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"12557dependencies = [12558 "async-channel",12559 "async-executor",12560 "async-fs",12561 "async-io",12562 "async-lock",12563 "async-net",12564 "async-process",12565 "blocking",12566 "futures-lite",12567]1256812569[[package]]12570name = "smoldot"12571version = "0.11.0"12572source = "registry+https://github.com/rust-lang/crates.io-index"12573checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"12574dependencies = [12575 "arrayvec 0.7.4",12576 "async-lock",12577 "atomic-take",12578 "base64 0.21.4",12579 "bip39",12580 "blake2-rfc",12581 "bs58 0.5.0",12582 "chacha20 0.9.1",12583 "crossbeam-queue",12584 "derive_more",12585 "ed25519-zebra 4.0.3",12586 "either",12587 "event-listener",12588 "fnv",12589 "futures-lite",12590 "futures-util",12591 "hashbrown 0.14.1",12592 "hex",12593 "hmac 0.12.1",12594 "itertools 0.11.0",12595 "libsecp256k1",12596 "merlin 3.0.0",12597 "no-std-net",12598 "nom",12599 "num-bigint",12600 "num-rational",12601 "num-traits",12602 "pbkdf2 0.12.2",12603 "pin-project",12604 "poly1305 0.8.0",12605 "rand 0.8.5",12606 "rand_chacha 0.3.1",12607 "ruzstd",12608 "schnorrkel 0.10.2",12609 "serde",12610 "serde_json",12611 "sha2 0.10.8",12612 "sha3 0.10.8",12613 "siphasher",12614 "slab",12615 "smallvec",12616 "soketto",12617 "twox-hash",12618 "wasmi",12619 "x25519-dalek 2.0.0",12620 "zeroize",12621]1262212623[[package]]12624name = "smoldot-light"12625version = "0.9.0"12626source = "registry+https://github.com/rust-lang/crates.io-index"12627checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"12628dependencies = [12629 "async-channel",12630 "async-lock",12631 "base64 0.21.4",12632 "blake2-rfc",12633 "derive_more",12634 "either",12635 "event-listener",12636 "fnv",12637 "futures-channel",12638 "futures-lite",12639 "futures-util",12640 "hashbrown 0.14.1",12641 "hex",12642 "itertools 0.11.0",12643 "log",12644 "lru 0.11.1",12645 "no-std-net",12646 "parking_lot 0.12.1",12647 "pin-project",12648 "rand 0.8.5",12649 "rand_chacha 0.3.1",12650 "serde",12651 "serde_json",12652 "siphasher",12653 "slab",12654 "smol",12655 "smoldot",12656 "zeroize",12657]1265812659[[package]]12660name = "snap"12661version = "1.1.0"12662source = "registry+https://github.com/rust-lang/crates.io-index"12663checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1266412665[[package]]12666name = "snow"12667version = "0.9.3"12668source = "registry+https://github.com/rust-lang/crates.io-index"12669checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12670dependencies = [12671 "aes-gcm 0.9.4",12672 "blake2",12673 "chacha20poly1305",12674 "curve25519-dalek 4.1.1",12675 "rand_core 0.6.4",12676 "ring 0.16.20",12677 "rustc_version",12678 "sha2 0.10.8",12679 "subtle",12680]1268112682[[package]]12683name = "socket2"12684version = "0.4.9"12685source = "registry+https://github.com/rust-lang/crates.io-index"12686checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"12687dependencies = [12688 "libc",12689 "winapi",12690]1269112692[[package]]12693name = "socket2"12694version = "0.5.4"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"12697dependencies = [12698 "libc",12699 "windows-sys 0.48.0",12700]1270112702[[package]]12703name = "soketto"12704version = "0.7.1"12705source = "registry+https://github.com/rust-lang/crates.io-index"12706checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"12707dependencies = [12708 "base64 0.13.1",12709 "bytes",12710 "flate2",12711 "futures",12712 "http",12713 "httparse",12714 "log",12715 "rand 0.8.5",12716 "sha-1",12717]1271812719[[package]]12720name = "sp-api"12721version = "4.0.0-dev"12722source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12723dependencies = [12724 "hash-db 0.16.0",12725 "log",12726 "parity-scale-codec",12727 "scale-info",12728 "sp-api-proc-macro",12729 "sp-core",12730 "sp-externalities",12731 "sp-metadata-ir",12732 "sp-runtime",12733 "sp-state-machine",12734 "sp-std",12735 "sp-trie",12736 "sp-version",12737 "thiserror",12738]1273912740[[package]]12741name = "sp-api-proc-macro"12742version = "4.0.0-dev"12743source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12744dependencies = [12745 "Inflector",12746 "blake2",12747 "expander 2.0.0",12748 "proc-macro-crate",12749 "proc-macro2",12750 "quote",12751 "syn 2.0.37",12752]1275312754[[package]]12755name = "sp-application-crypto"12756version = "23.0.0"12757source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12758dependencies = [12759 "parity-scale-codec",12760 "scale-info",12761 "serde",12762 "sp-core",12763 "sp-io",12764 "sp-std",12765]1276612767[[package]]12768name = "sp-arithmetic"12769version = "16.0.0"12770source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12771dependencies = [12772 "integer-sqrt",12773 "num-traits",12774 "parity-scale-codec",12775 "scale-info",12776 "serde",12777 "sp-std",12778 "static_assertions",12779]1278012781[[package]]12782name = "sp-authority-discovery"12783version = "4.0.0-dev"12784source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12785dependencies = [12786 "parity-scale-codec",12787 "scale-info",12788 "sp-api",12789 "sp-application-crypto",12790 "sp-runtime",12791 "sp-std",12792]1279312794[[package]]12795name = "sp-block-builder"12796version = "4.0.0-dev"12797source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12798dependencies = [12799 "sp-api",12800 "sp-inherents",12801 "sp-runtime",12802 "sp-std",12803]1280412805[[package]]12806name = "sp-blockchain"12807version = "4.0.0-dev"12808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12809dependencies = [12810 "futures",12811 "log",12812 "parity-scale-codec",12813 "parking_lot 0.12.1",12814 "schnellru",12815 "sp-api",12816 "sp-consensus",12817 "sp-database",12818 "sp-runtime",12819 "sp-state-machine",12820 "thiserror",12821]1282212823[[package]]12824name = "sp-consensus"12825version = "0.10.0-dev"12826source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12827dependencies = [12828 "async-trait",12829 "futures",12830 "log",12831 "sp-core",12832 "sp-inherents",12833 "sp-runtime",12834 "sp-state-machine",12835 "thiserror",12836]1283712838[[package]]12839name = "sp-consensus-aura"12840version = "0.10.0-dev"12841source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12842dependencies = [12843 "async-trait",12844 "parity-scale-codec",12845 "scale-info",12846 "sp-api",12847 "sp-application-crypto",12848 "sp-consensus-slots",12849 "sp-inherents",12850 "sp-runtime",12851 "sp-std",12852 "sp-timestamp",12853]1285412855[[package]]12856name = "sp-consensus-babe"12857version = "0.10.0-dev"12858source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12859dependencies = [12860 "async-trait",12861 "parity-scale-codec",12862 "scale-info",12863 "serde",12864 "sp-api",12865 "sp-application-crypto",12866 "sp-consensus-slots",12867 "sp-core",12868 "sp-inherents",12869 "sp-runtime",12870 "sp-std",12871 "sp-timestamp",12872]1287312874[[package]]12875name = "sp-consensus-beefy"12876version = "4.0.0-dev"12877source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12878dependencies = [12879 "lazy_static",12880 "parity-scale-codec",12881 "scale-info",12882 "serde",12883 "sp-api",12884 "sp-application-crypto",12885 "sp-core",12886 "sp-io",12887 "sp-mmr-primitives",12888 "sp-runtime",12889 "sp-std",12890 "strum",12891]1289212893[[package]]12894name = "sp-consensus-grandpa"12895version = "4.0.0-dev"12896source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12897dependencies = [12898 "finality-grandpa",12899 "log",12900 "parity-scale-codec",12901 "scale-info",12902 "serde",12903 "sp-api",12904 "sp-application-crypto",12905 "sp-core",12906 "sp-keystore",12907 "sp-runtime",12908 "sp-std",12909]1291012911[[package]]12912name = "sp-consensus-slots"12913version = "0.10.0-dev"12914source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12915dependencies = [12916 "parity-scale-codec",12917 "scale-info",12918 "serde",12919 "sp-std",12920 "sp-timestamp",12921]1292212923[[package]]12924name = "sp-core"12925version = "21.0.0"12926source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12927dependencies = [12928 "array-bytes",12929 "arrayvec 0.7.4",12930 "bandersnatch_vrfs",12931 "bitflags 1.3.2",12932 "blake2",12933 "bounded-collections",12934 "bs58 0.5.0",12935 "dyn-clonable",12936 "ed25519-zebra 3.1.0",12937 "futures",12938 "hash-db 0.16.0",12939 "hash256-std-hasher",12940 "impl-serde",12941 "lazy_static",12942 "libsecp256k1",12943 "log",12944 "merlin 2.0.1",12945 "parity-scale-codec",12946 "parking_lot 0.12.1",12947 "paste",12948 "primitive-types",12949 "rand 0.8.5",12950 "regex",12951 "scale-info",12952 "schnorrkel 0.9.1",12953 "secp256k1",12954 "secrecy",12955 "serde",12956 "sp-core-hashing",12957 "sp-debug-derive",12958 "sp-externalities",12959 "sp-runtime-interface",12960 "sp-std",12961 "sp-storage",12962 "ss58-registry",12963 "substrate-bip39",12964 "thiserror",12965 "tiny-bip39",12966 "tracing",12967 "zeroize",12968]1296912970[[package]]12971name = "sp-core-hashing"12972version = "9.0.0"12973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12974dependencies = [12975 "blake2b_simd",12976 "byteorder",12977 "digest 0.10.7",12978 "sha2 0.10.8",12979 "sha3 0.10.8",12980 "twox-hash",12981]1298212983[[package]]12984name = "sp-core-hashing-proc-macro"12985version = "9.0.0"12986source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12987dependencies = [12988 "quote",12989 "sp-core-hashing",12990 "syn 2.0.37",12991]1299212993[[package]]12994name = "sp-database"12995version = "4.0.0-dev"12996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12997dependencies = [12998 "kvdb",12999 "parking_lot 0.12.1",13000]1300113002[[package]]13003name = "sp-debug-derive"13004version = "8.0.0"13005source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13006dependencies = [13007 "proc-macro2",13008 "quote",13009 "syn 2.0.37",13010]1301113012[[package]]13013name = "sp-externalities"13014version = "0.19.0"13015source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13016dependencies = [13017 "environmental",13018 "parity-scale-codec",13019 "sp-std",13020 "sp-storage",13021]1302213023[[package]]13024name = "sp-genesis-builder"13025version = "0.1.0"13026source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13027dependencies = [13028 "serde_json",13029 "sp-api",13030 "sp-runtime",13031 "sp-std",13032]1303313034[[package]]13035name = "sp-inherents"13036version = "4.0.0-dev"13037source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13038dependencies = [13039 "async-trait",13040 "impl-trait-for-tuples",13041 "parity-scale-codec",13042 "scale-info",13043 "sp-runtime",13044 "sp-std",13045 "thiserror",13046]1304713048[[package]]13049name = "sp-io"13050version = "23.0.0"13051source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13052dependencies = [13053 "bytes",13054 "ed25519-dalek",13055 "libsecp256k1",13056 "log",13057 "parity-scale-codec",13058 "rustversion",13059 "secp256k1",13060 "sp-core",13061 "sp-externalities",13062 "sp-keystore",13063 "sp-runtime-interface",13064 "sp-state-machine",13065 "sp-std",13066 "sp-tracing",13067 "sp-trie",13068 "tracing",13069 "tracing-core",13070]1307113072[[package]]13073name = "sp-keyring"13074version = "24.0.0"13075source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13076dependencies = [13077 "lazy_static",13078 "sp-core",13079 "sp-runtime",13080 "strum",13081]1308213083[[package]]13084name = "sp-keystore"13085version = "0.27.0"13086source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13087dependencies = [13088 "parity-scale-codec",13089 "parking_lot 0.12.1",13090 "sp-core",13091 "sp-externalities",13092 "thiserror",13093]1309413095[[package]]13096name = "sp-maybe-compressed-blob"13097version = "4.1.0-dev"13098source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13099dependencies = [13100 "thiserror",13101 "zstd 0.12.4",13102]1310313104[[package]]13105name = "sp-metadata-ir"13106version = "0.1.0"13107source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13108dependencies = [13109 "frame-metadata",13110 "parity-scale-codec",13111 "scale-info",13112 "sp-std",13113]1311413115[[package]]13116name = "sp-mmr-primitives"13117version = "4.0.0-dev"13118source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13119dependencies = [13120 "ckb-merkle-mountain-range",13121 "log",13122 "parity-scale-codec",13123 "scale-info",13124 "serde",13125 "sp-api",13126 "sp-core",13127 "sp-debug-derive",13128 "sp-runtime",13129 "sp-std",13130 "thiserror",13131]1313213133[[package]]13134name = "sp-npos-elections"13135version = "4.0.0-dev"13136source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13137dependencies = [13138 "parity-scale-codec",13139 "scale-info",13140 "serde",13141 "sp-arithmetic",13142 "sp-core",13143 "sp-runtime",13144 "sp-std",13145]1314613147[[package]]13148name = "sp-offchain"13149version = "4.0.0-dev"13150source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13151dependencies = [13152 "sp-api",13153 "sp-core",13154 "sp-runtime",13155]1315613157[[package]]13158name = "sp-panic-handler"13159version = "8.0.0"13160source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13161dependencies = [13162 "backtrace",13163 "lazy_static",13164 "regex",13165]1316613167[[package]]13168name = "sp-rpc"13169version = "6.0.0"13170source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13171dependencies = [13172 "rustc-hash",13173 "serde",13174 "sp-core",13175]1317613177[[package]]13178name = "sp-runtime"13179version = "24.0.0"13180source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13181dependencies = [13182 "either",13183 "hash256-std-hasher",13184 "impl-trait-for-tuples",13185 "log",13186 "parity-scale-codec",13187 "paste",13188 "rand 0.8.5",13189 "scale-info",13190 "serde",13191 "sp-application-crypto",13192 "sp-arithmetic",13193 "sp-core",13194 "sp-io",13195 "sp-std",13196 "sp-weights",13197]1319813199[[package]]13200name = "sp-runtime-interface"13201version = "17.0.0"13202source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13203dependencies = [13204 "bytes",13205 "impl-trait-for-tuples",13206 "parity-scale-codec",13207 "primitive-types",13208 "sp-externalities",13209 "sp-runtime-interface-proc-macro",13210 "sp-std",13211 "sp-storage",13212 "sp-tracing",13213 "sp-wasm-interface",13214 "static_assertions",13215]1321613217[[package]]13218name = "sp-runtime-interface-proc-macro"13219version = "11.0.0"13220source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13221dependencies = [13222 "Inflector",13223 "proc-macro-crate",13224 "proc-macro2",13225 "quote",13226 "syn 2.0.37",13227]1322813229[[package]]13230name = "sp-session"13231version = "4.0.0-dev"13232source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13233dependencies = [13234 "parity-scale-codec",13235 "scale-info",13236 "sp-api",13237 "sp-core",13238 "sp-keystore",13239 "sp-runtime",13240 "sp-staking",13241 "sp-std",13242]1324313244[[package]]13245name = "sp-staking"13246version = "4.0.0-dev"13247source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13248dependencies = [13249 "impl-trait-for-tuples",13250 "parity-scale-codec",13251 "scale-info",13252 "serde",13253 "sp-core",13254 "sp-runtime",13255 "sp-std",13256]1325713258[[package]]13259name = "sp-state-machine"13260version = "0.28.0"13261source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13262dependencies = [13263 "hash-db 0.16.0",13264 "log",13265 "parity-scale-codec",13266 "parking_lot 0.12.1",13267 "rand 0.8.5",13268 "smallvec",13269 "sp-core",13270 "sp-externalities",13271 "sp-panic-handler",13272 "sp-std",13273 "sp-trie",13274 "thiserror",13275 "tracing",13276 "trie-db",13277]1327813279[[package]]13280name = "sp-statement-store"13281version = "4.0.0-dev"13282source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13283dependencies = [13284 "aes-gcm 0.10.3",13285 "curve25519-dalek 4.1.1",13286 "ed25519-dalek",13287 "hkdf",13288 "parity-scale-codec",13289 "rand 0.8.5",13290 "scale-info",13291 "sha2 0.10.8",13292 "sp-api",13293 "sp-application-crypto",13294 "sp-core",13295 "sp-externalities",13296 "sp-runtime",13297 "sp-runtime-interface",13298 "sp-std",13299 "thiserror",13300 "x25519-dalek 2.0.0",13301]1330213303[[package]]13304name = "sp-std"13305version = "8.0.0"13306source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1330713308[[package]]13309name = "sp-storage"13310version = "13.0.0"13311source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13312dependencies = [13313 "impl-serde",13314 "parity-scale-codec",13315 "ref-cast",13316 "serde",13317 "sp-debug-derive",13318 "sp-std",13319]1332013321[[package]]13322name = "sp-timestamp"13323version = "4.0.0-dev"13324source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13325dependencies = [13326 "async-trait",13327 "parity-scale-codec",13328 "sp-inherents",13329 "sp-runtime",13330 "sp-std",13331 "thiserror",13332]1333313334[[package]]13335name = "sp-tracing"13336version = "10.0.0"13337source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13338dependencies = [13339 "parity-scale-codec",13340 "sp-std",13341 "tracing",13342 "tracing-core",13343 "tracing-subscriber",13344]1334513346[[package]]13347name = "sp-transaction-pool"13348version = "4.0.0-dev"13349source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13350dependencies = [13351 "sp-api",13352 "sp-runtime",13353]1335413355[[package]]13356name = "sp-transaction-storage-proof"13357version = "4.0.0-dev"13358source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13359dependencies = [13360 "async-trait",13361 "parity-scale-codec",13362 "scale-info",13363 "sp-core",13364 "sp-inherents",13365 "sp-runtime",13366 "sp-std",13367 "sp-trie",13368]1336913370[[package]]13371name = "sp-trie"13372version = "22.0.0"13373source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13374dependencies = [13375 "ahash 0.8.3",13376 "hash-db 0.16.0",13377 "hashbrown 0.13.2",13378 "lazy_static",13379 "memory-db",13380 "nohash-hasher",13381 "parity-scale-codec",13382 "parking_lot 0.12.1",13383 "scale-info",13384 "schnellru",13385 "sp-core",13386 "sp-std",13387 "thiserror",13388 "tracing",13389 "trie-db",13390 "trie-root",13391]1339213393[[package]]13394name = "sp-version"13395version = "22.0.0"13396source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13397dependencies = [13398 "impl-serde",13399 "parity-scale-codec",13400 "parity-wasm",13401 "scale-info",13402 "serde",13403 "sp-core-hashing-proc-macro",13404 "sp-runtime",13405 "sp-std",13406 "sp-version-proc-macro",13407 "thiserror",13408]1340913410[[package]]13411name = "sp-version-proc-macro"13412version = "8.0.0"13413source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13414dependencies = [13415 "parity-scale-codec",13416 "proc-macro2",13417 "quote",13418 "syn 2.0.37",13419]1342013421[[package]]13422name = "sp-wasm-interface"13423version = "14.0.0"13424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13425dependencies = [13426 "anyhow",13427 "impl-trait-for-tuples",13428 "log",13429 "parity-scale-codec",13430 "sp-std",13431 "wasmtime",13432]1343313434[[package]]13435name = "sp-weights"13436version = "20.0.0"13437source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13438dependencies = [13439 "parity-scale-codec",13440 "scale-info",13441 "serde",13442 "smallvec",13443 "sp-arithmetic",13444 "sp-core",13445 "sp-debug-derive",13446 "sp-std",13447]1344813449[[package]]13450name = "spez"13451version = "0.1.2"13452source = "registry+https://github.com/rust-lang/crates.io-index"13453checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"13454dependencies = [13455 "proc-macro2",13456 "quote",13457 "syn 2.0.37",13458]1345913460[[package]]13461name = "spin"13462version = "0.5.2"13463source = "registry+https://github.com/rust-lang/crates.io-index"13464checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1346513466[[package]]13467name = "spin"13468version = "0.9.8"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"1347113472[[package]]13473name = "spinners"13474version = "4.1.0"13475source = "registry+https://github.com/rust-lang/crates.io-index"13476checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab"13477dependencies = [13478 "lazy_static",13479 "maplit",13480 "strum",13481]1348213483[[package]]13484name = "spki"13485version = "0.6.0"13486source = "registry+https://github.com/rust-lang/crates.io-index"13487checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"13488dependencies = [13489 "base64ct",13490 "der 0.6.1",13491]1349213493[[package]]13494name = "spki"13495version = "0.7.2"13496source = "registry+https://github.com/rust-lang/crates.io-index"13497checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"13498dependencies = [13499 "base64ct",13500 "der 0.7.8",13501]1350213503[[package]]13504name = "ss58-registry"13505version = "1.43.0"13506source = "registry+https://github.com/rust-lang/crates.io-index"13507checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"13508dependencies = [13509 "Inflector",13510 "num-format",13511 "proc-macro2",13512 "quote",13513 "serde",13514 "serde_json",13515 "unicode-xid",13516]1351713518[[package]]13519name = "stable_deref_trait"13520version = "1.2.0"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1352313524[[package]]13525name = "staging-kusama-runtime"13526version = "1.0.0"13527source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13528dependencies = [13529 "binary-merkle-tree",13530 "bitvec",13531 "frame-benchmarking",13532 "frame-election-provider-support",13533 "frame-executive",13534 "frame-support",13535 "frame-system",13536 "frame-system-benchmarking",13537 "frame-system-rpc-runtime-api",13538 "frame-try-runtime",13539 "hex-literal",13540 "kusama-runtime-constants",13541 "log",13542 "pallet-authority-discovery",13543 "pallet-authorship",13544 "pallet-babe",13545 "pallet-bags-list",13546 "pallet-balances",13547 "pallet-beefy",13548 "pallet-beefy-mmr",13549 "pallet-bounties",13550 "pallet-child-bounties",13551 "pallet-collective",13552 "pallet-conviction-voting",13553 "pallet-democracy",13554 "pallet-election-provider-multi-phase",13555 "pallet-election-provider-support-benchmarking",13556 "pallet-elections-phragmen",13557 "pallet-fast-unstake",13558 "pallet-grandpa",13559 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",13560 "pallet-im-online",13561 "pallet-indices",13562 "pallet-membership",13563 "pallet-message-queue",13564 "pallet-mmr",13565 "pallet-multisig",13566 "pallet-nis",13567 "pallet-nomination-pools",13568 "pallet-nomination-pools-benchmarking",13569 "pallet-nomination-pools-runtime-api",13570 "pallet-offences",13571 "pallet-offences-benchmarking",13572 "pallet-preimage",13573 "pallet-proxy",13574 "pallet-ranked-collective",13575 "pallet-recovery",13576 "pallet-referenda",13577 "pallet-scheduler",13578 "pallet-session",13579 "pallet-session-benchmarking",13580 "pallet-society",13581 "pallet-staking",13582 "pallet-staking-runtime-api",13583 "pallet-state-trie-migration",13584 "pallet-timestamp",13585 "pallet-tips",13586 "pallet-transaction-payment",13587 "pallet-transaction-payment-rpc-runtime-api",13588 "pallet-treasury",13589 "pallet-utility",13590 "pallet-vesting",13591 "pallet-whitelist",13592 "pallet-xcm",13593 "pallet-xcm-benchmarks",13594 "parity-scale-codec",13595 "polkadot-primitives",13596 "polkadot-runtime-common",13597 "polkadot-runtime-parachains",13598 "rustc-hex",13599 "scale-info",13600 "serde",13601 "serde_derive",13602 "smallvec",13603 "sp-api",13604 "sp-application-crypto",13605 "sp-arithmetic",13606 "sp-authority-discovery",13607 "sp-block-builder",13608 "sp-consensus-babe",13609 "sp-consensus-beefy",13610 "sp-core",13611 "sp-inherents",13612 "sp-io",13613 "sp-mmr-primitives",13614 "sp-npos-elections",13615 "sp-offchain",13616 "sp-runtime",13617 "sp-session",13618 "sp-staking",13619 "sp-std",13620 "sp-storage",13621 "sp-transaction-pool",13622 "sp-version",13623 "staging-xcm",13624 "staging-xcm-builder",13625 "staging-xcm-executor",13626 "static_assertions",13627 "substrate-wasm-builder",13628]1362913630[[package]]13631name = "staging-xcm"13632version = "1.0.0"13633source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13634dependencies = [13635 "bounded-collections",13636 "derivative",13637 "environmental",13638 "impl-trait-for-tuples",13639 "log",13640 "parity-scale-codec",13641 "scale-info",13642 "serde",13643 "sp-weights",13644 "xcm-procedural",13645]1364613647[[package]]13648name = "staging-xcm-builder"13649version = "1.0.0"13650source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13651dependencies = [13652 "frame-support",13653 "frame-system",13654 "impl-trait-for-tuples",13655 "log",13656 "pallet-transaction-payment",13657 "parity-scale-codec",13658 "polkadot-parachain-primitives",13659 "scale-info",13660 "sp-arithmetic",13661 "sp-io",13662 "sp-runtime",13663 "sp-std",13664 "sp-weights",13665 "staging-xcm",13666 "staging-xcm-executor",13667]1366813669[[package]]13670name = "staging-xcm-executor"13671version = "1.0.0"13672source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13673dependencies = [13674 "environmental",13675 "frame-benchmarking",13676 "frame-support",13677 "impl-trait-for-tuples",13678 "log",13679 "parity-scale-codec",13680 "sp-arithmetic",13681 "sp-core",13682 "sp-io",13683 "sp-runtime",13684 "sp-std",13685 "sp-weights",13686 "staging-xcm",13687]1368813689[[package]]13690name = "static_assertions"13691version = "1.1.0"13692source = "registry+https://github.com/rust-lang/crates.io-index"13693checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1369413695[[package]]13696name = "static_init"13697version = "1.0.3"13698source = "registry+https://github.com/rust-lang/crates.io-index"13699checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"13700dependencies = [13701 "bitflags 1.3.2",13702 "cfg_aliases",13703 "libc",13704 "parking_lot 0.11.2",13705 "parking_lot_core 0.8.6",13706 "static_init_macro",13707 "winapi",13708]1370913710[[package]]13711name = "static_init_macro"13712version = "1.0.2"13713source = "registry+https://github.com/rust-lang/crates.io-index"13714checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"13715dependencies = [13716 "cfg_aliases",13717 "memchr",13718 "proc-macro2",13719 "quote",13720 "syn 1.0.109",13721]1372213723[[package]]13724name = "strsim"13725version = "0.10.0"13726source = "registry+https://github.com/rust-lang/crates.io-index"13727checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1372813729[[package]]13730name = "struct-versioning"13731version = "0.1.0"13732dependencies = [13733 "quote",13734 "syn 1.0.109",13735]1373613737[[package]]13738name = "strum"13739version = "0.24.1"13740source = "registry+https://github.com/rust-lang/crates.io-index"13741checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"13742dependencies = [13743 "strum_macros",13744]1374513746[[package]]13747name = "strum_macros"13748version = "0.24.3"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"13751dependencies = [13752 "heck",13753 "proc-macro2",13754 "quote",13755 "rustversion",13756 "syn 1.0.109",13757]1375813759[[package]]13760name = "stun"13761version = "0.4.4"13762source = "registry+https://github.com/rust-lang/crates.io-index"13763checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"13764dependencies = [13765 "base64 0.13.1",13766 "crc",13767 "lazy_static",13768 "md-5",13769 "rand 0.8.5",13770 "ring 0.16.20",13771 "subtle",13772 "thiserror",13773 "tokio",13774 "url",13775 "webrtc-util",13776]1377713778[[package]]13779name = "substrate-bip39"13780version = "0.4.4"13781source = "registry+https://github.com/rust-lang/crates.io-index"13782checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"13783dependencies = [13784 "hmac 0.11.0",13785 "pbkdf2 0.8.0",13786 "schnorrkel 0.9.1",13787 "sha2 0.9.9",13788 "zeroize",13789]1379013791[[package]]13792name = "substrate-build-script-utils"13793version = "3.0.0"13794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1379513796[[package]]13797name = "substrate-frame-rpc-system"13798version = "4.0.0-dev"13799source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13800dependencies = [13801 "frame-system-rpc-runtime-api",13802 "futures",13803 "jsonrpsee",13804 "log",13805 "parity-scale-codec",13806 "sc-rpc-api",13807 "sc-transaction-pool-api",13808 "sp-api",13809 "sp-block-builder",13810 "sp-blockchain",13811 "sp-core",13812 "sp-runtime",13813]1381413815[[package]]13816name = "substrate-prometheus-endpoint"13817version = "0.10.0-dev"13818source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13819dependencies = [13820 "hyper",13821 "log",13822 "prometheus",13823 "thiserror",13824 "tokio",13825]1382613827[[package]]13828name = "substrate-rpc-client"13829version = "0.10.0-dev"13830source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13831dependencies = [13832 "async-trait",13833 "jsonrpsee",13834 "log",13835 "sc-rpc-api",13836 "serde",13837 "sp-runtime",13838]1383913840[[package]]13841name = "substrate-state-trie-migration-rpc"13842version = "4.0.0-dev"13843source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13844dependencies = [13845 "jsonrpsee",13846 "parity-scale-codec",13847 "sc-client-api",13848 "sc-rpc-api",13849 "serde",13850 "sp-core",13851 "sp-runtime",13852 "sp-state-machine",13853 "sp-trie",13854 "trie-db",13855]1385613857[[package]]13858name = "substrate-wasm-builder"13859version = "5.0.0-dev"13860source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13861dependencies = [13862 "ansi_term",13863 "build-helper",13864 "cargo_metadata",13865 "filetime",13866 "parity-wasm",13867 "sp-maybe-compressed-blob",13868 "strum",13869 "tempfile",13870 "toml 0.7.8",13871 "walkdir",13872 "wasm-opt",13873]1387413875[[package]]13876name = "substring"13877version = "1.4.5"13878source = "registry+https://github.com/rust-lang/crates.io-index"13879checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"13880dependencies = [13881 "autocfg",13882]1388313884[[package]]13885name = "subtle"13886version = "2.4.1"13887source = "registry+https://github.com/rust-lang/crates.io-index"13888checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1388913890[[package]]13891name = "subtle-ng"13892version = "2.5.0"13893source = "registry+https://github.com/rust-lang/crates.io-index"13894checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"1389513896[[package]]13897name = "syn"13898version = "1.0.109"13899source = "registry+https://github.com/rust-lang/crates.io-index"13900checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"13901dependencies = [13902 "proc-macro2",13903 "quote",13904 "unicode-ident",13905]1390613907[[package]]13908name = "syn"13909version = "2.0.37"13910source = "registry+https://github.com/rust-lang/crates.io-index"13911checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"13912dependencies = [13913 "proc-macro2",13914 "quote",13915 "unicode-ident",13916]1391713918[[package]]13919name = "synstructure"13920version = "0.12.6"13921source = "registry+https://github.com/rust-lang/crates.io-index"13922checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"13923dependencies = [13924 "proc-macro2",13925 "quote",13926 "syn 1.0.109",13927 "unicode-xid",13928]1392913930[[package]]13931name = "system-configuration"13932version = "0.5.1"13933source = "registry+https://github.com/rust-lang/crates.io-index"13934checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"13935dependencies = [13936 "bitflags 1.3.2",13937 "core-foundation",13938 "system-configuration-sys",13939]1394013941[[package]]13942name = "system-configuration-sys"13943version = "0.5.0"13944source = "registry+https://github.com/rust-lang/crates.io-index"13945checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"13946dependencies = [13947 "core-foundation-sys",13948 "libc",13949]1395013951[[package]]13952name = "tap"13953version = "1.0.1"13954source = "registry+https://github.com/rust-lang/crates.io-index"13955checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1395613957[[package]]13958name = "target-lexicon"13959version = "0.12.11"13960source = "registry+https://github.com/rust-lang/crates.io-index"13961checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"1396213963[[package]]13964name = "tempfile"13965version = "3.8.0"13966source = "registry+https://github.com/rust-lang/crates.io-index"13967checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"13968dependencies = [13969 "cfg-if",13970 "fastrand 2.0.1",13971 "redox_syscall 0.3.5",13972 "rustix 0.38.15",13973 "windows-sys 0.48.0",13974]1397513976[[package]]13977name = "termcolor"13978version = "1.3.0"13979source = "registry+https://github.com/rust-lang/crates.io-index"13980checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"13981dependencies = [13982 "winapi-util",13983]1398413985[[package]]13986name = "termtree"13987version = "0.4.1"13988source = "registry+https://github.com/rust-lang/crates.io-index"13989checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1399013991[[package]]13992name = "tests"13993version = "0.1.1"13994dependencies = [13995 "evm-coder",13996 "frame-support",13997 "frame-system",13998 "pallet-balances",13999 "pallet-balances-adapter",14000 "pallet-common",14001 "pallet-ethereum",14002 "pallet-evm",14003 "pallet-evm-coder-substrate",14004 "pallet-fungible",14005 "pallet-nonfungible",14006 "pallet-refungible",14007 "pallet-structure",14008 "pallet-timestamp",14009 "pallet-transaction-payment",14010 "pallet-unique",14011 "pallet-xcm",14012 "parity-scale-codec",14013 "scale-info",14014 "sp-core",14015 "sp-io",14016 "sp-runtime",14017 "sp-std",14018 "staging-xcm",14019 "up-data-structs",14020 "up-sponsorship",14021]1402214023[[package]]14024name = "thiserror"14025version = "1.0.49"14026source = "registry+https://github.com/rust-lang/crates.io-index"14027checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"14028dependencies = [14029 "thiserror-impl",14030]1403114032[[package]]14033name = "thiserror-core"14034version = "1.0.38"14035source = "registry+https://github.com/rust-lang/crates.io-index"14036checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"14037dependencies = [14038 "thiserror-core-impl",14039]1404014041[[package]]14042name = "thiserror-core-impl"14043version = "1.0.38"14044source = "registry+https://github.com/rust-lang/crates.io-index"14045checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"14046dependencies = [14047 "proc-macro2",14048 "quote",14049 "syn 1.0.109",14050]1405114052[[package]]14053name = "thiserror-impl"14054version = "1.0.49"14055source = "registry+https://github.com/rust-lang/crates.io-index"14056checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"14057dependencies = [14058 "proc-macro2",14059 "quote",14060 "syn 2.0.37",14061]1406214063[[package]]14064name = "thousands"14065version = "0.2.0"14066source = "registry+https://github.com/rust-lang/crates.io-index"14067checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1406814069[[package]]14070name = "thread_local"14071version = "1.1.7"14072source = "registry+https://github.com/rust-lang/crates.io-index"14073checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"14074dependencies = [14075 "cfg-if",14076 "once_cell",14077]1407814079[[package]]14080name = "threadpool"14081version = "1.8.1"14082source = "registry+https://github.com/rust-lang/crates.io-index"14083checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"14084dependencies = [14085 "num_cpus",14086]1408714088[[package]]14089name = "thrift"14090version = "0.15.0"14091source = "registry+https://github.com/rust-lang/crates.io-index"14092checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"14093dependencies = [14094 "byteorder",14095 "integer-encoding",14096 "log",14097 "ordered-float",14098 "threadpool",14099]1410014101[[package]]14102name = "tikv-jemalloc-ctl"14103version = "0.5.4"14104source = "registry+https://github.com/rust-lang/crates.io-index"14105checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"14106dependencies = [14107 "libc",14108 "paste",14109 "tikv-jemalloc-sys",14110]1411114112[[package]]14113name = "tikv-jemalloc-sys"14114version = "0.5.4+5.3.0-patched"14115source = "registry+https://github.com/rust-lang/crates.io-index"14116checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"14117dependencies = [14118 "cc",14119 "libc",14120]1412114122[[package]]14123name = "time"14124version = "0.3.29"14125source = "registry+https://github.com/rust-lang/crates.io-index"14126checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"14127dependencies = [14128 "deranged",14129 "itoa",14130 "serde",14131 "time-core",14132 "time-macros",14133]1413414135[[package]]14136name = "time-core"14137version = "0.1.2"14138source = "registry+https://github.com/rust-lang/crates.io-index"14139checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"1414014141[[package]]14142name = "time-macros"14143version = "0.2.15"14144source = "registry+https://github.com/rust-lang/crates.io-index"14145checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"14146dependencies = [14147 "time-core",14148]1414914150[[package]]14151name = "tiny-bip39"14152version = "1.0.0"14153source = "registry+https://github.com/rust-lang/crates.io-index"14154checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"14155dependencies = [14156 "anyhow",14157 "hmac 0.12.1",14158 "once_cell",14159 "pbkdf2 0.11.0",14160 "rand 0.8.5",14161 "rustc-hash",14162 "sha2 0.10.8",14163 "thiserror",14164 "unicode-normalization",14165 "wasm-bindgen",14166 "zeroize",14167]1416814169[[package]]14170name = "tiny-keccak"14171version = "2.0.2"14172source = "registry+https://github.com/rust-lang/crates.io-index"14173checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"14174dependencies = [14175 "crunchy",14176]1417714178[[package]]14179name = "tinytemplate"14180version = "1.2.1"14181source = "registry+https://github.com/rust-lang/crates.io-index"14182checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"14183dependencies = [14184 "serde",14185 "serde_json",14186]1418714188[[package]]14189name = "tinyvec"14190version = "1.6.0"14191source = "registry+https://github.com/rust-lang/crates.io-index"14192checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"14193dependencies = [14194 "tinyvec_macros",14195]1419614197[[package]]14198name = "tinyvec_macros"14199version = "0.1.1"14200source = "registry+https://github.com/rust-lang/crates.io-index"14201checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1420214203[[package]]14204name = "tokio"14205version = "1.32.0"14206source = "registry+https://github.com/rust-lang/crates.io-index"14207checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"14208dependencies = [14209 "backtrace",14210 "bytes",14211 "libc",14212 "mio",14213 "num_cpus",14214 "parking_lot 0.12.1",14215 "pin-project-lite 0.2.13",14216 "signal-hook-registry",14217 "socket2 0.5.4",14218 "tokio-macros",14219 "windows-sys 0.48.0",14220]1422114222[[package]]14223name = "tokio-macros"14224version = "2.1.0"14225source = "registry+https://github.com/rust-lang/crates.io-index"14226checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"14227dependencies = [14228 "proc-macro2",14229 "quote",14230 "syn 2.0.37",14231]1423214233[[package]]14234name = "tokio-retry"14235version = "0.3.0"14236source = "registry+https://github.com/rust-lang/crates.io-index"14237checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"14238dependencies = [14239 "pin-project",14240 "rand 0.8.5",14241 "tokio",14242]1424314244[[package]]14245name = "tokio-rustls"14246version = "0.24.1"14247source = "registry+https://github.com/rust-lang/crates.io-index"14248checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14249dependencies = [14250 "rustls 0.21.7",14251 "tokio",14252]1425314254[[package]]14255name = "tokio-stream"14256version = "0.1.14"14257source = "registry+https://github.com/rust-lang/crates.io-index"14258checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"14259dependencies = [14260 "futures-core",14261 "pin-project-lite 0.2.13",14262 "tokio",14263 "tokio-util",14264]1426514266[[package]]14267name = "tokio-util"14268version = "0.7.9"14269source = "registry+https://github.com/rust-lang/crates.io-index"14270checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"14271dependencies = [14272 "bytes",14273 "futures-core",14274 "futures-io",14275 "futures-sink",14276 "pin-project-lite 0.2.13",14277 "tokio",14278 "tracing",14279]1428014281[[package]]14282name = "toml"14283version = "0.5.11"14284source = "registry+https://github.com/rust-lang/crates.io-index"14285checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"14286dependencies = [14287 "serde",14288]1428914290[[package]]14291name = "toml"14292version = "0.7.8"14293source = "registry+https://github.com/rust-lang/crates.io-index"14294checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"14295dependencies = [14296 "serde",14297 "serde_spanned",14298 "toml_datetime",14299 "toml_edit",14300]1430114302[[package]]14303name = "toml_datetime"14304version = "0.6.3"14305source = "registry+https://github.com/rust-lang/crates.io-index"14306checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"14307dependencies = [14308 "serde",14309]1431014311[[package]]14312name = "toml_edit"14313version = "0.19.15"14314source = "registry+https://github.com/rust-lang/crates.io-index"14315checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"14316dependencies = [14317 "indexmap 2.0.2",14318 "serde",14319 "serde_spanned",14320 "toml_datetime",14321 "winnow",14322]1432314324[[package]]14325name = "tower"14326version = "0.4.13"14327source = "registry+https://github.com/rust-lang/crates.io-index"14328checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"14329dependencies = [14330 "tower-layer",14331 "tower-service",14332 "tracing",14333]1433414335[[package]]14336name = "tower-http"14337version = "0.4.4"14338source = "registry+https://github.com/rust-lang/crates.io-index"14339checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"14340dependencies = [14341 "bitflags 2.4.0",14342 "bytes",14343 "futures-core",14344 "futures-util",14345 "http",14346 "http-body",14347 "http-range-header",14348 "pin-project-lite 0.2.13",14349 "tower-layer",14350 "tower-service",14351]1435214353[[package]]14354name = "tower-layer"14355version = "0.3.2"14356source = "registry+https://github.com/rust-lang/crates.io-index"14357checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1435814359[[package]]14360name = "tower-service"14361version = "0.3.2"14362source = "registry+https://github.com/rust-lang/crates.io-index"14363checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1436414365[[package]]14366name = "tracing"14367version = "0.1.37"14368source = "registry+https://github.com/rust-lang/crates.io-index"14369checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"14370dependencies = [14371 "cfg-if",14372 "log",14373 "pin-project-lite 0.2.13",14374 "tracing-attributes",14375 "tracing-core",14376]1437714378[[package]]14379name = "tracing-attributes"14380version = "0.1.26"14381source = "registry+https://github.com/rust-lang/crates.io-index"14382checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"14383dependencies = [14384 "proc-macro2",14385 "quote",14386 "syn 2.0.37",14387]1438814389[[package]]14390name = "tracing-core"14391version = "0.1.31"14392source = "registry+https://github.com/rust-lang/crates.io-index"14393checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"14394dependencies = [14395 "once_cell",14396 "valuable",14397]1439814399[[package]]14400name = "tracing-futures"14401version = "0.2.5"14402source = "registry+https://github.com/rust-lang/crates.io-index"14403checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"14404dependencies = [14405 "pin-project",14406 "tracing",14407]1440814409[[package]]14410name = "tracing-gum"14411version = "1.0.0"14412source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14413dependencies = [14414 "coarsetime",14415 "polkadot-node-jaeger",14416 "polkadot-primitives",14417 "tracing",14418 "tracing-gum-proc-macro",14419]1442014421[[package]]14422name = "tracing-gum-proc-macro"14423version = "1.0.0"14424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14425dependencies = [14426 "expander 2.0.0",14427 "proc-macro-crate",14428 "proc-macro2",14429 "quote",14430 "syn 2.0.37",14431]1443214433[[package]]14434name = "tracing-log"14435version = "0.1.3"14436source = "registry+https://github.com/rust-lang/crates.io-index"14437checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"14438dependencies = [14439 "lazy_static",14440 "log",14441 "tracing-core",14442]1444314444[[package]]14445name = "tracing-serde"14446version = "0.1.3"14447source = "registry+https://github.com/rust-lang/crates.io-index"14448checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"14449dependencies = [14450 "serde",14451 "tracing-core",14452]1445314454[[package]]14455name = "tracing-subscriber"14456version = "0.2.25"14457source = "registry+https://github.com/rust-lang/crates.io-index"14458checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"14459dependencies = [14460 "ansi_term",14461 "chrono",14462 "lazy_static",14463 "matchers",14464 "parking_lot 0.11.2",14465 "regex",14466 "serde",14467 "serde_json",14468 "sharded-slab",14469 "smallvec",14470 "thread_local",14471 "tracing",14472 "tracing-core",14473 "tracing-log",14474 "tracing-serde",14475]1447614477[[package]]14478name = "trie-db"14479version = "0.27.1"14480source = "registry+https://github.com/rust-lang/crates.io-index"14481checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"14482dependencies = [14483 "hash-db 0.16.0",14484 "hashbrown 0.13.2",14485 "log",14486 "rustc-hex",14487 "smallvec",14488]1448914490[[package]]14491name = "trie-root"14492version = "0.18.0"14493source = "registry+https://github.com/rust-lang/crates.io-index"14494checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"14495dependencies = [14496 "hash-db 0.16.0",14497]1449814499[[package]]14500name = "triehash"14501version = "0.8.4"14502source = "registry+https://github.com/rust-lang/crates.io-index"14503checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"14504dependencies = [14505 "hash-db 0.15.2",14506 "rlp",14507]1450814509[[package]]14510name = "trust-dns-proto"14511version = "0.22.0"14512source = "registry+https://github.com/rust-lang/crates.io-index"14513checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"14514dependencies = [14515 "async-trait",14516 "cfg-if",14517 "data-encoding",14518 "enum-as-inner",14519 "futures-channel",14520 "futures-io",14521 "futures-util",14522 "idna 0.2.3",14523 "ipnet",14524 "lazy_static",14525 "rand 0.8.5",14526 "smallvec",14527 "socket2 0.4.9",14528 "thiserror",14529 "tinyvec",14530 "tokio",14531 "tracing",14532 "url",14533]1453414535[[package]]14536name = "trust-dns-resolver"14537version = "0.22.0"14538source = "registry+https://github.com/rust-lang/crates.io-index"14539checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"14540dependencies = [14541 "cfg-if",14542 "futures-util",14543 "ipconfig",14544 "lazy_static",14545 "lru-cache",14546 "parking_lot 0.12.1",14547 "resolv-conf",14548 "smallvec",14549 "thiserror",14550 "tokio",14551 "tracing",14552 "trust-dns-proto",14553]1455414555[[package]]14556name = "try-lock"14557version = "0.2.4"14558source = "registry+https://github.com/rust-lang/crates.io-index"14559checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1456014561[[package]]14562name = "try-runtime-cli"14563version = "0.10.0-dev"14564source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14565dependencies = [14566 "async-trait",14567 "clap",14568 "frame-remote-externalities",14569 "frame-try-runtime",14570 "hex",14571 "log",14572 "parity-scale-codec",14573 "sc-cli",14574 "sc-executor",14575 "serde",14576 "serde_json",14577 "sp-api",14578 "sp-consensus-aura",14579 "sp-consensus-babe",14580 "sp-core",14581 "sp-debug-derive",14582 "sp-externalities",14583 "sp-inherents",14584 "sp-io",14585 "sp-keystore",14586 "sp-rpc",14587 "sp-runtime",14588 "sp-state-machine",14589 "sp-timestamp",14590 "sp-transaction-storage-proof",14591 "sp-version",14592 "sp-weights",14593 "substrate-rpc-client",14594 "zstd 0.12.4",14595]1459614597[[package]]14598name = "tt-call"14599version = "1.0.9"14600source = "registry+https://github.com/rust-lang/crates.io-index"14601checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1460214603[[package]]14604name = "turn"14605version = "0.6.1"14606source = "registry+https://github.com/rust-lang/crates.io-index"14607checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"14608dependencies = [14609 "async-trait",14610 "base64 0.13.1",14611 "futures",14612 "log",14613 "md-5",14614 "rand 0.8.5",14615 "ring 0.16.20",14616 "stun",14617 "thiserror",14618 "tokio",14619 "webrtc-util",14620]1462114622[[package]]14623name = "twox-hash"14624version = "1.6.3"14625source = "registry+https://github.com/rust-lang/crates.io-index"14626checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"14627dependencies = [14628 "cfg-if",14629 "digest 0.10.7",14630 "rand 0.8.5",14631 "static_assertions",14632]1463314634[[package]]14635name = "typenum"14636version = "1.17.0"14637source = "registry+https://github.com/rust-lang/crates.io-index"14638checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"1463914640[[package]]14641name = "uc-rpc"14642version = "0.1.4"14643dependencies = [14644 "anyhow",14645 "app-promotion-rpc",14646 "frame-benchmarking",14647 "hex-literal",14648 "jsonrpsee",14649 "opal-runtime",14650 "pallet-evm",14651 "parity-scale-codec",14652 "quartz-runtime",14653 "sc-client-api",14654 "sc-executor",14655 "sc-rpc-api",14656 "sc-service",14657 "sp-api",14658 "sp-blockchain",14659 "sp-core",14660 "sp-externalities",14661 "sp-keystore",14662 "sp-runtime",14663 "sp-state-machine",14664 "sp-trie",14665 "trie-db",14666 "unique-runtime",14667 "up-common",14668 "up-data-structs",14669 "up-pov-estimate-rpc",14670 "up-rpc",14671 "zstd 0.12.4",14672]1467314674[[package]]14675name = "ucd-trie"14676version = "0.1.6"14677source = "registry+https://github.com/rust-lang/crates.io-index"14678checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"1467914680[[package]]14681name = "uint"14682version = "0.9.5"14683source = "registry+https://github.com/rust-lang/crates.io-index"14684checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"14685dependencies = [14686 "byteorder",14687 "crunchy",14688 "hex",14689 "static_assertions",14690]1469114692[[package]]14693name = "unicode-bidi"14694version = "0.3.13"14695source = "registry+https://github.com/rust-lang/crates.io-index"14696checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1469714698[[package]]14699name = "unicode-ident"14700version = "1.0.12"14701source = "registry+https://github.com/rust-lang/crates.io-index"14702checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"1470314704[[package]]14705name = "unicode-normalization"14706version = "0.1.22"14707source = "registry+https://github.com/rust-lang/crates.io-index"14708checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"14709dependencies = [14710 "tinyvec",14711]1471214713[[package]]14714name = "unicode-width"14715version = "0.1.11"14716source = "registry+https://github.com/rust-lang/crates.io-index"14717checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"1471814719[[package]]14720name = "unicode-xid"14721version = "0.2.4"14722source = "registry+https://github.com/rust-lang/crates.io-index"14723checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1472414725[[package]]14726name = "unique-node"14727version = "1.1.0"14728dependencies = [14729 "app-promotion-rpc",14730 "clap",14731 "cumulus-client-cli",14732 "cumulus-client-collator",14733 "cumulus-client-consensus-aura",14734 "cumulus-client-consensus-common",14735 "cumulus-client-consensus-proposer",14736 "cumulus-client-network",14737 "cumulus-client-service",14738 "cumulus-primitives-aura",14739 "cumulus-primitives-core",14740 "cumulus-primitives-parachain-inherent",14741 "cumulus-relay-chain-inprocess-interface",14742 "cumulus-relay-chain-interface",14743 "cumulus-relay-chain-minimal-node",14744 "fc-api",14745 "fc-consensus",14746 "fc-db",14747 "fc-mapping-sync",14748 "fc-rpc",14749 "fc-rpc-core",14750 "fp-rpc",14751 "fp-storage",14752 "frame-benchmarking",14753 "frame-benchmarking-cli",14754 "futures",14755 "jsonrpsee",14756 "log",14757 "opal-runtime",14758 "pallet-transaction-payment-rpc",14759 "pallet-transaction-payment-rpc-runtime-api",14760 "parity-scale-codec",14761 "polkadot-cli",14762 "polkadot-primitives",14763 "polkadot-service",14764 "quartz-runtime",14765 "sc-basic-authorship",14766 "sc-chain-spec",14767 "sc-cli",14768 "sc-client-api",14769 "sc-consensus",14770 "sc-consensus-manual-seal",14771 "sc-executor",14772 "sc-network",14773 "sc-network-sync",14774 "sc-rpc",14775 "sc-rpc-api",14776 "sc-service",14777 "sc-sysinfo",14778 "sc-telemetry",14779 "sc-tracing",14780 "sc-transaction-pool",14781 "serde",14782 "serde_json",14783 "sp-api",14784 "sp-block-builder",14785 "sp-blockchain",14786 "sp-consensus-aura",14787 "sp-core",14788 "sp-inherents",14789 "sp-io",14790 "sp-keystore",14791 "sp-offchain",14792 "sp-runtime",14793 "sp-session",14794 "sp-timestamp",14795 "sp-transaction-pool",14796 "substrate-build-script-utils",14797 "substrate-frame-rpc-system",14798 "substrate-prometheus-endpoint",14799 "tokio",14800 "try-runtime-cli",14801 "uc-rpc",14802 "unique-runtime",14803 "up-common",14804 "up-data-structs",14805 "up-pov-estimate-rpc",14806 "up-rpc",14807]1480814809[[package]]14810name = "unique-runtime"14811version = "1.1.0"14812dependencies = [14813 "app-promotion-rpc",14814 "cumulus-pallet-aura-ext",14815 "cumulus-pallet-dmp-queue",14816 "cumulus-pallet-parachain-system",14817 "cumulus-pallet-xcm",14818 "cumulus-pallet-xcmp-queue",14819 "cumulus-primitives-core",14820 "cumulus-primitives-timestamp",14821 "cumulus-primitives-utility",14822 "derivative",14823 "evm-coder",14824 "fp-evm",14825 "fp-rpc",14826 "fp-self-contained",14827 "frame-benchmarking",14828 "frame-executive",14829 "frame-support",14830 "frame-system",14831 "frame-system-benchmarking",14832 "frame-system-rpc-runtime-api",14833 "frame-try-runtime",14834 "hex-literal",14835 "impl-trait-for-tuples",14836 "log",14837 "num_enum",14838 "orml-tokens",14839 "orml-traits",14840 "orml-vesting",14841 "orml-xcm-support",14842 "orml-xtokens",14843 "pallet-app-promotion",14844 "pallet-aura",14845 "pallet-authorship",14846 "pallet-balances",14847 "pallet-balances-adapter",14848 "pallet-base-fee",14849 "pallet-collator-selection",14850 "pallet-collective",14851 "pallet-common",14852 "pallet-configuration",14853 "pallet-democracy",14854 "pallet-ethereum",14855 "pallet-evm",14856 "pallet-evm-coder-substrate",14857 "pallet-evm-contract-helpers",14858 "pallet-evm-migration",14859 "pallet-evm-precompile-simple",14860 "pallet-evm-transaction-payment",14861 "pallet-foreign-assets",14862 "pallet-fungible",14863 "pallet-gov-origins",14864 "pallet-identity 4.0.0-dev",14865 "pallet-inflation",14866 "pallet-maintenance",14867 "pallet-membership",14868 "pallet-nonfungible",14869 "pallet-preimage",14870 "pallet-ranked-collective",14871 "pallet-referenda",14872 "pallet-refungible",14873 "pallet-scheduler",14874 "pallet-session",14875 "pallet-state-trie-migration",14876 "pallet-structure",14877 "pallet-sudo",14878 "pallet-template-transaction-payment",14879 "pallet-test-utils",14880 "pallet-timestamp",14881 "pallet-transaction-payment",14882 "pallet-transaction-payment-rpc-runtime-api",14883 "pallet-treasury",14884 "pallet-unique",14885 "pallet-utility",14886 "pallet-xcm",14887 "parachain-info",14888 "parity-scale-codec",14889 "polkadot-parachain-primitives",14890 "precompile-utils-macro",14891 "scale-info",14892 "serde",14893 "smallvec",14894 "sp-api",14895 "sp-arithmetic",14896 "sp-block-builder",14897 "sp-consensus-aura",14898 "sp-core",14899 "sp-inherents",14900 "sp-io",14901 "sp-offchain",14902 "sp-runtime",14903 "sp-session",14904 "sp-std",14905 "sp-storage",14906 "sp-transaction-pool",14907 "sp-version",14908 "staging-xcm",14909 "staging-xcm-builder",14910 "staging-xcm-executor",14911 "substrate-wasm-builder",14912 "up-common",14913 "up-data-structs",14914 "up-pov-estimate-rpc",14915 "up-rpc",14916 "up-sponsorship",14917]1491814919[[package]]14920name = "universal-hash"14921version = "0.4.1"14922source = "registry+https://github.com/rust-lang/crates.io-index"14923checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"14924dependencies = [14925 "generic-array 0.14.7",14926 "subtle",14927]1492814929[[package]]14930name = "universal-hash"14931version = "0.5.1"14932source = "registry+https://github.com/rust-lang/crates.io-index"14933checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"14934dependencies = [14935 "crypto-common",14936 "subtle",14937]1493814939[[package]]14940name = "unsigned-varint"14941version = "0.7.2"14942source = "registry+https://github.com/rust-lang/crates.io-index"14943checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"14944dependencies = [14945 "asynchronous-codec",14946 "bytes",14947 "futures-io",14948 "futures-util",14949]1495014951[[package]]14952name = "untrusted"14953version = "0.7.1"14954source = "registry+https://github.com/rust-lang/crates.io-index"14955checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1495614957[[package]]14958name = "up-common"14959version = "1.1.0"14960dependencies = [14961 "cumulus-primitives-core",14962 "fp-rpc",14963 "fp-self-contained",14964 "frame-support",14965 "pallet-evm",14966 "sp-consensus-aura",14967 "sp-core",14968 "sp-runtime",14969 "sp-std",14970]1497114972[[package]]14973name = "up-data-structs"14974version = "0.2.2"14975dependencies = [14976 "bondrewd",14977 "derivative",14978 "evm-coder",14979 "frame-support",14980 "pallet-evm",14981 "parity-scale-codec",14982 "scale-info",14983 "serde",14984 "sp-core",14985 "sp-runtime",14986 "sp-std",14987 "struct-versioning",14988]1498914990[[package]]14991name = "up-pov-estimate-rpc"14992version = "0.1.0"14993dependencies = [14994 "parity-scale-codec",14995 "scale-info",14996 "serde",14997 "sp-api",14998 "sp-core",14999 "sp-runtime",15000 "sp-std",15001]1500215003[[package]]15004name = "up-rpc"15005version = "0.1.3"15006dependencies = [15007 "pallet-common",15008 "pallet-evm",15009 "parity-scale-codec",15010 "sp-api",15011 "sp-core",15012 "sp-runtime",15013 "sp-std",15014 "up-data-structs",15015]1501615017[[package]]15018name = "up-sponsorship"15019version = "0.1.0"15020source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"15021dependencies = [15022 "impl-trait-for-tuples",15023]1502415025[[package]]15026name = "url"15027version = "2.4.1"15028source = "registry+https://github.com/rust-lang/crates.io-index"15029checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"15030dependencies = [15031 "form_urlencoded",15032 "idna 0.4.0",15033 "percent-encoding",15034]1503515036[[package]]15037name = "utf8parse"15038version = "0.2.1"15039source = "registry+https://github.com/rust-lang/crates.io-index"15040checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1504115042[[package]]15043name = "uuid"15044version = "1.4.1"15045source = "registry+https://github.com/rust-lang/crates.io-index"15046checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"15047dependencies = [15048 "getrandom 0.2.10",15049]1505015051[[package]]15052name = "valuable"15053version = "0.1.0"15054source = "registry+https://github.com/rust-lang/crates.io-index"15055checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1505615057[[package]]15058name = "vcpkg"15059version = "0.2.15"15060source = "registry+https://github.com/rust-lang/crates.io-index"15061checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1506215063[[package]]15064name = "version_check"15065version = "0.9.4"15066source = "registry+https://github.com/rust-lang/crates.io-index"15067checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1506815069[[package]]15070name = "void"15071version = "1.0.2"15072source = "registry+https://github.com/rust-lang/crates.io-index"15073checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1507415075[[package]]15076name = "waitgroup"15077version = "0.1.2"15078source = "registry+https://github.com/rust-lang/crates.io-index"15079checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"15080dependencies = [15081 "atomic-waker",15082]1508315084[[package]]15085name = "waker-fn"15086version = "1.1.1"15087source = "registry+https://github.com/rust-lang/crates.io-index"15088checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"1508915090[[package]]15091name = "walkdir"15092version = "2.4.0"15093source = "registry+https://github.com/rust-lang/crates.io-index"15094checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"15095dependencies = [15096 "same-file",15097 "winapi-util",15098]1509915100[[package]]15101name = "want"15102version = "0.3.1"15103source = "registry+https://github.com/rust-lang/crates.io-index"15104checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"15105dependencies = [15106 "try-lock",15107]1510815109[[package]]15110name = "wasi"15111version = "0.9.0+wasi-snapshot-preview1"15112source = "registry+https://github.com/rust-lang/crates.io-index"15113checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1511415115[[package]]15116name = "wasi"15117version = "0.11.0+wasi-snapshot-preview1"15118source = "registry+https://github.com/rust-lang/crates.io-index"15119checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1512015121[[package]]15122name = "wasm-bindgen"15123version = "0.2.87"15124source = "registry+https://github.com/rust-lang/crates.io-index"15125checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"15126dependencies = [15127 "cfg-if",15128 "wasm-bindgen-macro",15129]1513015131[[package]]15132name = "wasm-bindgen-backend"15133version = "0.2.87"15134source = "registry+https://github.com/rust-lang/crates.io-index"15135checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"15136dependencies = [15137 "bumpalo",15138 "log",15139 "once_cell",15140 "proc-macro2",15141 "quote",15142 "syn 2.0.37",15143 "wasm-bindgen-shared",15144]1514515146[[package]]15147name = "wasm-bindgen-futures"15148version = "0.4.37"15149source = "registry+https://github.com/rust-lang/crates.io-index"15150checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"15151dependencies = [15152 "cfg-if",15153 "js-sys",15154 "wasm-bindgen",15155 "web-sys",15156]1515715158[[package]]15159name = "wasm-bindgen-macro"15160version = "0.2.87"15161source = "registry+https://github.com/rust-lang/crates.io-index"15162checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"15163dependencies = [15164 "quote",15165 "wasm-bindgen-macro-support",15166]1516715168[[package]]15169name = "wasm-bindgen-macro-support"15170version = "0.2.87"15171source = "registry+https://github.com/rust-lang/crates.io-index"15172checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"15173dependencies = [15174 "proc-macro2",15175 "quote",15176 "syn 2.0.37",15177 "wasm-bindgen-backend",15178 "wasm-bindgen-shared",15179]1518015181[[package]]15182name = "wasm-bindgen-shared"15183version = "0.2.87"15184source = "registry+https://github.com/rust-lang/crates.io-index"15185checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"1518615187[[package]]15188name = "wasm-instrument"15189version = "0.3.0"15190source = "registry+https://github.com/rust-lang/crates.io-index"15191checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"15192dependencies = [15193 "parity-wasm",15194]1519515196[[package]]15197name = "wasm-opt"15198version = "0.114.1"15199source = "registry+https://github.com/rust-lang/crates.io-index"15200checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7"15201dependencies = [15202 "anyhow",15203 "libc",15204 "strum",15205 "strum_macros",15206 "tempfile",15207 "thiserror",15208 "wasm-opt-cxx-sys",15209 "wasm-opt-sys",15210]1521115212[[package]]15213name = "wasm-opt-cxx-sys"15214version = "0.114.1"15215source = "registry+https://github.com/rust-lang/crates.io-index"15216checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa"15217dependencies = [15218 "anyhow",15219 "cxx",15220 "cxx-build",15221 "wasm-opt-sys",15222]1522315224[[package]]15225name = "wasm-opt-sys"15226version = "0.114.1"15227source = "registry+https://github.com/rust-lang/crates.io-index"15228checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9"15229dependencies = [15230 "anyhow",15231 "cc",15232 "cxx",15233 "cxx-build",15234]1523515236[[package]]15237name = "wasm-timer"15238version = "0.2.5"15239source = "registry+https://github.com/rust-lang/crates.io-index"15240checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"15241dependencies = [15242 "futures",15243 "js-sys",15244 "parking_lot 0.11.2",15245 "pin-utils",15246 "wasm-bindgen",15247 "wasm-bindgen-futures",15248 "web-sys",15249]1525015251[[package]]15252name = "wasmi"15253version = "0.31.0"15254source = "registry+https://github.com/rust-lang/crates.io-index"15255checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945"15256dependencies = [15257 "smallvec",15258 "spin 0.9.8",15259 "wasmi_arena",15260 "wasmi_core",15261 "wasmparser-nostd",15262]1526315264[[package]]15265name = "wasmi_arena"15266version = "0.4.0"15267source = "registry+https://github.com/rust-lang/crates.io-index"15268checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468"1526915270[[package]]15271name = "wasmi_core"15272version = "0.13.0"15273source = "registry+https://github.com/rust-lang/crates.io-index"15274checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"15275dependencies = [15276 "downcast-rs",15277 "libm",15278 "num-traits",15279 "paste",15280]1528115282[[package]]15283name = "wasmparser"15284version = "0.102.0"15285source = "registry+https://github.com/rust-lang/crates.io-index"15286checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"15287dependencies = [15288 "indexmap 1.9.3",15289 "url",15290]1529115292[[package]]15293name = "wasmparser-nostd"15294version = "0.100.1"15295source = "registry+https://github.com/rust-lang/crates.io-index"15296checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"15297dependencies = [15298 "indexmap-nostd",15299]1530015301[[package]]15302name = "wasmtime"15303version = "8.0.1"15304source = "registry+https://github.com/rust-lang/crates.io-index"15305checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"15306dependencies = [15307 "anyhow",15308 "bincode",15309 "cfg-if",15310 "indexmap 1.9.3",15311 "libc",15312 "log",15313 "object 0.30.4",15314 "once_cell",15315 "paste",15316 "psm",15317 "rayon",15318 "serde",15319 "target-lexicon",15320 "wasmparser",15321 "wasmtime-cache",15322 "wasmtime-cranelift",15323 "wasmtime-environ",15324 "wasmtime-jit",15325 "wasmtime-runtime",15326 "windows-sys 0.45.0",15327]1532815329[[package]]15330name = "wasmtime-asm-macros"15331version = "8.0.1"15332source = "registry+https://github.com/rust-lang/crates.io-index"15333checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"15334dependencies = [15335 "cfg-if",15336]1533715338[[package]]15339name = "wasmtime-cache"15340version = "8.0.1"15341source = "registry+https://github.com/rust-lang/crates.io-index"15342checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"15343dependencies = [15344 "anyhow",15345 "base64 0.21.4",15346 "bincode",15347 "directories-next",15348 "file-per-thread-logger",15349 "log",15350 "rustix 0.36.15",15351 "serde",15352 "sha2 0.10.8",15353 "toml 0.5.11",15354 "windows-sys 0.45.0",15355 "zstd 0.11.2+zstd.1.5.2",15356]1535715358[[package]]15359name = "wasmtime-cranelift"15360version = "8.0.1"15361source = "registry+https://github.com/rust-lang/crates.io-index"15362checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"15363dependencies = [15364 "anyhow",15365 "cranelift-codegen",15366 "cranelift-entity",15367 "cranelift-frontend",15368 "cranelift-native",15369 "cranelift-wasm",15370 "gimli 0.27.3",15371 "log",15372 "object 0.30.4",15373 "target-lexicon",15374 "thiserror",15375 "wasmparser",15376 "wasmtime-cranelift-shared",15377 "wasmtime-environ",15378]1537915380[[package]]15381name = "wasmtime-cranelift-shared"15382version = "8.0.1"15383source = "registry+https://github.com/rust-lang/crates.io-index"15384checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"15385dependencies = [15386 "anyhow",15387 "cranelift-codegen",15388 "cranelift-native",15389 "gimli 0.27.3",15390 "object 0.30.4",15391 "target-lexicon",15392 "wasmtime-environ",15393]1539415395[[package]]15396name = "wasmtime-environ"15397version = "8.0.1"15398source = "registry+https://github.com/rust-lang/crates.io-index"15399checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"15400dependencies = [15401 "anyhow",15402 "cranelift-entity",15403 "gimli 0.27.3",15404 "indexmap 1.9.3",15405 "log",15406 "object 0.30.4",15407 "serde",15408 "target-lexicon",15409 "thiserror",15410 "wasmparser",15411 "wasmtime-types",15412]1541315414[[package]]15415name = "wasmtime-jit"15416version = "8.0.1"15417source = "registry+https://github.com/rust-lang/crates.io-index"15418checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"15419dependencies = [15420 "addr2line 0.19.0",15421 "anyhow",15422 "bincode",15423 "cfg-if",15424 "cpp_demangle",15425 "gimli 0.27.3",15426 "log",15427 "object 0.30.4",15428 "rustc-demangle",15429 "serde",15430 "target-lexicon",15431 "wasmtime-environ",15432 "wasmtime-jit-debug",15433 "wasmtime-jit-icache-coherence",15434 "wasmtime-runtime",15435 "windows-sys 0.45.0",15436]1543715438[[package]]15439name = "wasmtime-jit-debug"15440version = "8.0.1"15441source = "registry+https://github.com/rust-lang/crates.io-index"15442checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"15443dependencies = [15444 "object 0.30.4",15445 "once_cell",15446 "rustix 0.36.15",15447]1544815449[[package]]15450name = "wasmtime-jit-icache-coherence"15451version = "8.0.1"15452source = "registry+https://github.com/rust-lang/crates.io-index"15453checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"15454dependencies = [15455 "cfg-if",15456 "libc",15457 "windows-sys 0.45.0",15458]1545915460[[package]]15461name = "wasmtime-runtime"15462version = "8.0.1"15463source = "registry+https://github.com/rust-lang/crates.io-index"15464checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"15465dependencies = [15466 "anyhow",15467 "cc",15468 "cfg-if",15469 "indexmap 1.9.3",15470 "libc",15471 "log",15472 "mach",15473 "memfd",15474 "memoffset 0.8.0",15475 "paste",15476 "rand 0.8.5",15477 "rustix 0.36.15",15478 "wasmtime-asm-macros",15479 "wasmtime-environ",15480 "wasmtime-jit-debug",15481 "windows-sys 0.45.0",15482]1548315484[[package]]15485name = "wasmtime-types"15486version = "8.0.1"15487source = "registry+https://github.com/rust-lang/crates.io-index"15488checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"15489dependencies = [15490 "cranelift-entity",15491 "serde",15492 "thiserror",15493 "wasmparser",15494]1549515496[[package]]15497name = "web-sys"15498version = "0.3.64"15499source = "registry+https://github.com/rust-lang/crates.io-index"15500checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"15501dependencies = [15502 "js-sys",15503 "wasm-bindgen",15504]1550515506[[package]]15507name = "webpki"15508version = "0.21.4"15509source = "registry+https://github.com/rust-lang/crates.io-index"15510checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"15511dependencies = [15512 "ring 0.16.20",15513 "untrusted",15514]1551515516[[package]]15517name = "webpki"15518version = "0.22.2"15519source = "registry+https://github.com/rust-lang/crates.io-index"15520checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"15521dependencies = [15522 "ring 0.16.20",15523 "untrusted",15524]1552515526[[package]]15527name = "webpki-roots"15528version = "0.22.6"15529source = "registry+https://github.com/rust-lang/crates.io-index"15530checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"15531dependencies = [15532 "webpki 0.22.2",15533]1553415535[[package]]15536name = "webpki-roots"15537version = "0.23.1"15538source = "registry+https://github.com/rust-lang/crates.io-index"15539checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"15540dependencies = [15541 "rustls-webpki 0.100.3",15542]1554315544[[package]]15545name = "webpki-roots"15546version = "0.25.2"15547source = "registry+https://github.com/rust-lang/crates.io-index"15548checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"1554915550[[package]]15551name = "webrtc"15552version = "0.6.0"15553source = "registry+https://github.com/rust-lang/crates.io-index"15554checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"15555dependencies = [15556 "arc-swap",15557 "async-trait",15558 "bytes",15559 "hex",15560 "interceptor",15561 "lazy_static",15562 "log",15563 "rand 0.8.5",15564 "rcgen 0.9.3",15565 "regex",15566 "ring 0.16.20",15567 "rtcp",15568 "rtp",15569 "rustls 0.19.1",15570 "sdp",15571 "serde",15572 "serde_json",15573 "sha2 0.10.8",15574 "stun",15575 "thiserror",15576 "time",15577 "tokio",15578 "turn",15579 "url",15580 "waitgroup",15581 "webrtc-data",15582 "webrtc-dtls",15583 "webrtc-ice",15584 "webrtc-mdns",15585 "webrtc-media",15586 "webrtc-sctp",15587 "webrtc-srtp",15588 "webrtc-util",15589]1559015591[[package]]15592name = "webrtc-data"15593version = "0.6.0"15594source = "registry+https://github.com/rust-lang/crates.io-index"15595checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"15596dependencies = [15597 "bytes",15598 "derive_builder",15599 "log",15600 "thiserror",15601 "tokio",15602 "webrtc-sctp",15603 "webrtc-util",15604]1560515606[[package]]15607name = "webrtc-dtls"15608version = "0.7.2"15609source = "registry+https://github.com/rust-lang/crates.io-index"15610checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267"15611dependencies = [15612 "aes 0.6.0",15613 "aes-gcm 0.10.3",15614 "async-trait",15615 "bincode",15616 "block-modes",15617 "byteorder",15618 "ccm",15619 "curve25519-dalek 3.2.0",15620 "der-parser 8.2.0",15621 "elliptic-curve 0.12.3",15622 "hkdf",15623 "hmac 0.12.1",15624 "log",15625 "p256",15626 "p384",15627 "rand 0.8.5",15628 "rand_core 0.6.4",15629 "rcgen 0.10.0",15630 "ring 0.16.20",15631 "rustls 0.19.1",15632 "sec1 0.3.0",15633 "serde",15634 "sha1",15635 "sha2 0.10.8",15636 "signature 1.6.4",15637 "subtle",15638 "thiserror",15639 "tokio",15640 "webpki 0.21.4",15641 "webrtc-util",15642 "x25519-dalek 2.0.0",15643 "x509-parser 0.13.2",15644]1564515646[[package]]15647name = "webrtc-ice"15648version = "0.9.1"15649source = "registry+https://github.com/rust-lang/crates.io-index"15650checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"15651dependencies = [15652 "arc-swap",15653 "async-trait",15654 "crc",15655 "log",15656 "rand 0.8.5",15657 "serde",15658 "serde_json",15659 "stun",15660 "thiserror",15661 "tokio",15662 "turn",15663 "url",15664 "uuid",15665 "waitgroup",15666 "webrtc-mdns",15667 "webrtc-util",15668]1566915670[[package]]15671name = "webrtc-mdns"15672version = "0.5.2"15673source = "registry+https://github.com/rust-lang/crates.io-index"15674checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"15675dependencies = [15676 "log",15677 "socket2 0.4.9",15678 "thiserror",15679 "tokio",15680 "webrtc-util",15681]1568215683[[package]]15684name = "webrtc-media"15685version = "0.5.1"15686source = "registry+https://github.com/rust-lang/crates.io-index"15687checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"15688dependencies = [15689 "byteorder",15690 "bytes",15691 "rand 0.8.5",15692 "rtp",15693 "thiserror",15694]1569515696[[package]]15697name = "webrtc-sctp"15698version = "0.7.0"15699source = "registry+https://github.com/rust-lang/crates.io-index"15700checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"15701dependencies = [15702 "arc-swap",15703 "async-trait",15704 "bytes",15705 "crc",15706 "log",15707 "rand 0.8.5",15708 "thiserror",15709 "tokio",15710 "webrtc-util",15711]1571215713[[package]]15714name = "webrtc-srtp"15715version = "0.9.1"15716source = "registry+https://github.com/rust-lang/crates.io-index"15717checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"15718dependencies = [15719 "aead 0.4.3",15720 "aes 0.7.5",15721 "aes-gcm 0.9.4",15722 "async-trait",15723 "byteorder",15724 "bytes",15725 "ctr 0.8.0",15726 "hmac 0.11.0",15727 "log",15728 "rtcp",15729 "rtp",15730 "sha-1",15731 "subtle",15732 "thiserror",15733 "tokio",15734 "webrtc-util",15735]1573615737[[package]]15738name = "webrtc-util"15739version = "0.7.0"15740source = "registry+https://github.com/rust-lang/crates.io-index"15741checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"15742dependencies = [15743 "async-trait",15744 "bitflags 1.3.2",15745 "bytes",15746 "cc",15747 "ipnet",15748 "lazy_static",15749 "libc",15750 "log",15751 "nix",15752 "rand 0.8.5",15753 "thiserror",15754 "tokio",15755 "winapi",15756]1575715758[[package]]15759name = "westend-runtime"15760version = "1.0.0"15761source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15762dependencies = [15763 "binary-merkle-tree",15764 "bitvec",15765 "frame-benchmarking",15766 "frame-election-provider-support",15767 "frame-executive",15768 "frame-support",15769 "frame-system",15770 "frame-system-benchmarking",15771 "frame-system-rpc-runtime-api",15772 "frame-try-runtime",15773 "hex-literal",15774 "log",15775 "pallet-authority-discovery",15776 "pallet-authorship",15777 "pallet-babe",15778 "pallet-bags-list",15779 "pallet-balances",15780 "pallet-beefy",15781 "pallet-beefy-mmr",15782 "pallet-collective",15783 "pallet-democracy",15784 "pallet-election-provider-multi-phase",15785 "pallet-election-provider-support-benchmarking",15786 "pallet-elections-phragmen",15787 "pallet-fast-unstake",15788 "pallet-grandpa",15789 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",15790 "pallet-im-online",15791 "pallet-indices",15792 "pallet-membership",15793 "pallet-message-queue",15794 "pallet-mmr",15795 "pallet-multisig",15796 "pallet-nomination-pools",15797 "pallet-nomination-pools-benchmarking",15798 "pallet-nomination-pools-runtime-api",15799 "pallet-offences",15800 "pallet-offences-benchmarking",15801 "pallet-preimage",15802 "pallet-proxy",15803 "pallet-recovery",15804 "pallet-scheduler",15805 "pallet-session",15806 "pallet-session-benchmarking",15807 "pallet-society",15808 "pallet-staking",15809 "pallet-staking-reward-curve",15810 "pallet-staking-runtime-api",15811 "pallet-state-trie-migration",15812 "pallet-sudo",15813 "pallet-timestamp",15814 "pallet-transaction-payment",15815 "pallet-transaction-payment-rpc-runtime-api",15816 "pallet-treasury",15817 "pallet-utility",15818 "pallet-vesting",15819 "pallet-xcm",15820 "pallet-xcm-benchmarks",15821 "parity-scale-codec",15822 "polkadot-parachain-primitives",15823 "polkadot-primitives",15824 "polkadot-runtime-common",15825 "polkadot-runtime-parachains",15826 "rustc-hex",15827 "scale-info",15828 "serde",15829 "serde_derive",15830 "smallvec",15831 "sp-api",15832 "sp-application-crypto",15833 "sp-authority-discovery",15834 "sp-block-builder",15835 "sp-consensus-babe",15836 "sp-consensus-beefy",15837 "sp-core",15838 "sp-inherents",15839 "sp-io",15840 "sp-mmr-primitives",15841 "sp-npos-elections",15842 "sp-offchain",15843 "sp-runtime",15844 "sp-session",15845 "sp-staking",15846 "sp-std",15847 "sp-storage",15848 "sp-transaction-pool",15849 "sp-version",15850 "staging-xcm",15851 "staging-xcm-builder",15852 "staging-xcm-executor",15853 "substrate-wasm-builder",15854 "westend-runtime-constants",15855]1585615857[[package]]15858name = "westend-runtime-constants"15859version = "1.0.0"15860source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15861dependencies = [15862 "frame-support",15863 "polkadot-primitives",15864 "polkadot-runtime-common",15865 "smallvec",15866 "sp-core",15867 "sp-runtime",15868 "sp-weights",15869]1587015871[[package]]15872name = "which"15873version = "4.4.2"15874source = "registry+https://github.com/rust-lang/crates.io-index"15875checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"15876dependencies = [15877 "either",15878 "home",15879 "once_cell",15880 "rustix 0.38.15",15881]1588215883[[package]]15884name = "wide"15885version = "0.7.12"15886source = "registry+https://github.com/rust-lang/crates.io-index"15887checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598"15888dependencies = [15889 "bytemuck",15890 "safe_arch",15891]1589215893[[package]]15894name = "widestring"15895version = "1.0.2"15896source = "registry+https://github.com/rust-lang/crates.io-index"15897checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"1589815899[[package]]15900name = "winapi"15901version = "0.3.9"15902source = "registry+https://github.com/rust-lang/crates.io-index"15903checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"15904dependencies = [15905 "winapi-i686-pc-windows-gnu",15906 "winapi-x86_64-pc-windows-gnu",15907]1590815909[[package]]15910name = "winapi-i686-pc-windows-gnu"15911version = "0.4.0"15912source = "registry+https://github.com/rust-lang/crates.io-index"15913checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1591415915[[package]]15916name = "winapi-util"15917version = "0.1.6"15918source = "registry+https://github.com/rust-lang/crates.io-index"15919checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"15920dependencies = [15921 "winapi",15922]1592315924[[package]]15925name = "winapi-x86_64-pc-windows-gnu"15926version = "0.4.0"15927source = "registry+https://github.com/rust-lang/crates.io-index"15928checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1592915930[[package]]15931name = "windows"15932version = "0.34.0"15933source = "registry+https://github.com/rust-lang/crates.io-index"15934checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"15935dependencies = [15936 "windows_aarch64_msvc 0.34.0",15937 "windows_i686_gnu 0.34.0",15938 "windows_i686_msvc 0.34.0",15939 "windows_x86_64_gnu 0.34.0",15940 "windows_x86_64_msvc 0.34.0",15941]1594215943[[package]]15944name = "windows"15945version = "0.48.0"15946source = "registry+https://github.com/rust-lang/crates.io-index"15947checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"15948dependencies = [15949 "windows-targets 0.48.5",15950]1595115952[[package]]15953name = "windows-sys"15954version = "0.45.0"15955source = "registry+https://github.com/rust-lang/crates.io-index"15956checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"15957dependencies = [15958 "windows-targets 0.42.2",15959]1596015961[[package]]15962name = "windows-sys"15963version = "0.48.0"15964source = "registry+https://github.com/rust-lang/crates.io-index"15965checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"15966dependencies = [15967 "windows-targets 0.48.5",15968]1596915970[[package]]15971name = "windows-targets"15972version = "0.42.2"15973source = "registry+https://github.com/rust-lang/crates.io-index"15974checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"15975dependencies = [15976 "windows_aarch64_gnullvm 0.42.2",15977 "windows_aarch64_msvc 0.42.2",15978 "windows_i686_gnu 0.42.2",15979 "windows_i686_msvc 0.42.2",15980 "windows_x86_64_gnu 0.42.2",15981 "windows_x86_64_gnullvm 0.42.2",15982 "windows_x86_64_msvc 0.42.2",15983]1598415985[[package]]15986name = "windows-targets"15987version = "0.48.5"15988source = "registry+https://github.com/rust-lang/crates.io-index"15989checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"15990dependencies = [15991 "windows_aarch64_gnullvm 0.48.5",15992 "windows_aarch64_msvc 0.48.5",15993 "windows_i686_gnu 0.48.5",15994 "windows_i686_msvc 0.48.5",15995 "windows_x86_64_gnu 0.48.5",15996 "windows_x86_64_gnullvm 0.48.5",15997 "windows_x86_64_msvc 0.48.5",15998]1599916000[[package]]16001name = "windows_aarch64_gnullvm"16002version = "0.42.2"16003source = "registry+https://github.com/rust-lang/crates.io-index"16004checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1600516006[[package]]16007name = "windows_aarch64_gnullvm"16008version = "0.48.5"16009source = "registry+https://github.com/rust-lang/crates.io-index"16010checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"1601116012[[package]]16013name = "windows_aarch64_msvc"16014version = "0.34.0"16015source = "registry+https://github.com/rust-lang/crates.io-index"16016checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1601716018[[package]]16019name = "windows_aarch64_msvc"16020version = "0.42.2"16021source = "registry+https://github.com/rust-lang/crates.io-index"16022checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1602316024[[package]]16025name = "windows_aarch64_msvc"16026version = "0.48.5"16027source = "registry+https://github.com/rust-lang/crates.io-index"16028checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"1602916030[[package]]16031name = "windows_i686_gnu"16032version = "0.34.0"16033source = "registry+https://github.com/rust-lang/crates.io-index"16034checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1603516036[[package]]16037name = "windows_i686_gnu"16038version = "0.42.2"16039source = "registry+https://github.com/rust-lang/crates.io-index"16040checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1604116042[[package]]16043name = "windows_i686_gnu"16044version = "0.48.5"16045source = "registry+https://github.com/rust-lang/crates.io-index"16046checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"1604716048[[package]]16049name = "windows_i686_msvc"16050version = "0.34.0"16051source = "registry+https://github.com/rust-lang/crates.io-index"16052checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1605316054[[package]]16055name = "windows_i686_msvc"16056version = "0.42.2"16057source = "registry+https://github.com/rust-lang/crates.io-index"16058checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1605916060[[package]]16061name = "windows_i686_msvc"16062version = "0.48.5"16063source = "registry+https://github.com/rust-lang/crates.io-index"16064checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"1606516066[[package]]16067name = "windows_x86_64_gnu"16068version = "0.34.0"16069source = "registry+https://github.com/rust-lang/crates.io-index"16070checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1607116072[[package]]16073name = "windows_x86_64_gnu"16074version = "0.42.2"16075source = "registry+https://github.com/rust-lang/crates.io-index"16076checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1607716078[[package]]16079name = "windows_x86_64_gnu"16080version = "0.48.5"16081source = "registry+https://github.com/rust-lang/crates.io-index"16082checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"1608316084[[package]]16085name = "windows_x86_64_gnullvm"16086version = "0.42.2"16087source = "registry+https://github.com/rust-lang/crates.io-index"16088checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1608916090[[package]]16091name = "windows_x86_64_gnullvm"16092version = "0.48.5"16093source = "registry+https://github.com/rust-lang/crates.io-index"16094checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"1609516096[[package]]16097name = "windows_x86_64_msvc"16098version = "0.34.0"16099source = "registry+https://github.com/rust-lang/crates.io-index"16100checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1610116102[[package]]16103name = "windows_x86_64_msvc"16104version = "0.42.2"16105source = "registry+https://github.com/rust-lang/crates.io-index"16106checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1610716108[[package]]16109name = "windows_x86_64_msvc"16110version = "0.48.5"16111source = "registry+https://github.com/rust-lang/crates.io-index"16112checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"1611316114[[package]]16115name = "winnow"16116version = "0.5.15"16117source = "registry+https://github.com/rust-lang/crates.io-index"16118checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"16119dependencies = [16120 "memchr",16121]1612216123[[package]]16124name = "winreg"16125version = "0.50.0"16126source = "registry+https://github.com/rust-lang/crates.io-index"16127checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"16128dependencies = [16129 "cfg-if",16130 "windows-sys 0.48.0",16131]1613216133[[package]]16134name = "wyz"16135version = "0.5.1"16136source = "registry+https://github.com/rust-lang/crates.io-index"16137checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"16138dependencies = [16139 "tap",16140]1614116142[[package]]16143name = "x25519-dalek"16144version = "1.1.1"16145source = "registry+https://github.com/rust-lang/crates.io-index"16146checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"16147dependencies = [16148 "curve25519-dalek 3.2.0",16149 "rand_core 0.5.1",16150 "zeroize",16151]1615216153[[package]]16154name = "x25519-dalek"16155version = "2.0.0"16156source = "registry+https://github.com/rust-lang/crates.io-index"16157checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"16158dependencies = [16159 "curve25519-dalek 4.1.1",16160 "rand_core 0.6.4",16161 "serde",16162 "zeroize",16163]1616416165[[package]]16166name = "x509-parser"16167version = "0.13.2"16168source = "registry+https://github.com/rust-lang/crates.io-index"16169checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"16170dependencies = [16171 "asn1-rs 0.3.1",16172 "base64 0.13.1",16173 "data-encoding",16174 "der-parser 7.0.0",16175 "lazy_static",16176 "nom",16177 "oid-registry 0.4.0",16178 "ring 0.16.20",16179 "rusticata-macros",16180 "thiserror",16181 "time",16182]1618316184[[package]]16185name = "x509-parser"16186version = "0.14.0"16187source = "registry+https://github.com/rust-lang/crates.io-index"16188checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"16189dependencies = [16190 "asn1-rs 0.5.2",16191 "base64 0.13.1",16192 "data-encoding",16193 "der-parser 8.2.0",16194 "lazy_static",16195 "nom",16196 "oid-registry 0.6.1",16197 "rusticata-macros",16198 "thiserror",16199 "time",16200]1620116202[[package]]16203name = "xcm-procedural"16204version = "1.0.0"16205source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"16206dependencies = [16207 "Inflector",16208 "proc-macro2",16209 "quote",16210 "syn 2.0.37",16211]1621216213[[package]]16214name = "yamux"16215version = "0.10.2"16216source = "registry+https://github.com/rust-lang/crates.io-index"16217checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"16218dependencies = [16219 "futures",16220 "log",16221 "nohash-hasher",16222 "parking_lot 0.12.1",16223 "rand 0.8.5",16224 "static_assertions",16225]1622616227[[package]]16228name = "yasna"16229version = "0.5.2"16230source = "registry+https://github.com/rust-lang/crates.io-index"16231checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"16232dependencies = [16233 "time",16234]1623516236[[package]]16237name = "zeroize"16238version = "1.6.0"16239source = "registry+https://github.com/rust-lang/crates.io-index"16240checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"16241dependencies = [16242 "zeroize_derive",16243]1624416245[[package]]16246name = "zeroize_derive"16247version = "1.4.2"16248source = "registry+https://github.com/rust-lang/crates.io-index"16249checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"16250dependencies = [16251 "proc-macro2",16252 "quote",16253 "syn 2.0.37",16254]1625516256[[package]]16257name = "zstd"16258version = "0.11.2+zstd.1.5.2"16259source = "registry+https://github.com/rust-lang/crates.io-index"16260checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"16261dependencies = [16262 "zstd-safe 5.0.2+zstd.1.5.2",16263]1626416265[[package]]16266name = "zstd"16267version = "0.12.4"16268source = "registry+https://github.com/rust-lang/crates.io-index"16269checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"16270dependencies = [16271 "zstd-safe 6.0.6",16272]1627316274[[package]]16275name = "zstd-safe"16276version = "5.0.2+zstd.1.5.2"16277source = "registry+https://github.com/rust-lang/crates.io-index"16278checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"16279dependencies = [16280 "libc",16281 "zstd-sys",16282]1628316284[[package]]16285name = "zstd-safe"16286version = "6.0.6"16287source = "registry+https://github.com/rust-lang/crates.io-index"16288checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"16289dependencies = [16290 "libc",16291 "zstd-sys",16292]1629316294[[package]]16295name = "zstd-sys"16296version = "2.0.8+zstd.1.5.5"16297source = "registry+https://github.com/rust-lang/crates.io-index"16298checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"16299dependencies = [16300 "cc",16301 "libc",16302 "pkg-config",16303]