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

difftreelog

source

Cargo.lock367.7 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.19.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"20dependencies = [21 "gimli 0.27.3",22]2324[[package]]25name = "addr2line"26version = "0.21.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"29dependencies = [30 "gimli 0.28.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.3.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"44dependencies = [45 "generic-array 0.14.7",46]4748[[package]]49name = "aead"50version = "0.4.3"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"53dependencies = [54 "generic-array 0.14.7",55 "rand_core 0.6.4",56]5758[[package]]59name = "aead"60version = "0.5.2"61source = "registry+https://github.com/rust-lang/crates.io-index"62checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"63dependencies = [64 "crypto-common",65 "generic-array 0.14.7",66]6768[[package]]69name = "aes"70version = "0.6.0"71source = "registry+https://github.com/rust-lang/crates.io-index"72checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"73dependencies = [74 "aes-soft",75 "aesni",76 "cipher 0.2.5",77]7879[[package]]80name = "aes"81version = "0.7.5"82source = "registry+https://github.com/rust-lang/crates.io-index"83checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"84dependencies = [85 "cfg-if",86 "cipher 0.3.0",87 "cpufeatures",88 "opaque-debug 0.3.0",89]9091[[package]]92name = "aes"93version = "0.8.3"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"96dependencies = [97 "cfg-if",98 "cipher 0.4.4",99 "cpufeatures",100]101102[[package]]103name = "aes-gcm"104version = "0.9.4"105source = "registry+https://github.com/rust-lang/crates.io-index"106checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"107dependencies = [108 "aead 0.4.3",109 "aes 0.7.5",110 "cipher 0.3.0",111 "ctr 0.8.0",112 "ghash 0.4.4",113 "subtle",114]115116[[package]]117name = "aes-gcm"118version = "0.10.3"119source = "registry+https://github.com/rust-lang/crates.io-index"120checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"121dependencies = [122 "aead 0.5.2",123 "aes 0.8.3",124 "cipher 0.4.4",125 "ctr 0.9.2",126 "ghash 0.5.0",127 "subtle",128]129130[[package]]131name = "aes-soft"132version = "0.6.4"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"135dependencies = [136 "cipher 0.2.5",137 "opaque-debug 0.3.0",138]139140[[package]]141name = "aesni"142version = "0.10.0"143source = "registry+https://github.com/rust-lang/crates.io-index"144checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"145dependencies = [146 "cipher 0.2.5",147 "opaque-debug 0.3.0",148]149150[[package]]151name = "ahash"152version = "0.7.6"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"155dependencies = [156 "getrandom 0.2.10",157 "once_cell",158 "version_check",159]160161[[package]]162name = "ahash"163version = "0.8.3"164source = "registry+https://github.com/rust-lang/crates.io-index"165checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"166dependencies = [167 "cfg-if",168 "getrandom 0.2.10",169 "once_cell",170 "version_check",171]172173[[package]]174name = "aho-corasick"175version = "1.1.1"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"178dependencies = [179 "memchr",180]181182[[package]]183name = "allocator-api2"184version = "0.2.16"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"187188[[package]]189name = "always-assert"190version = "0.1.3"191source = "registry+https://github.com/rust-lang/crates.io-index"192checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"193194[[package]]195name = "android-tzdata"196version = "0.1.1"197source = "registry+https://github.com/rust-lang/crates.io-index"198checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"199200[[package]]201name = "android_system_properties"202version = "0.1.5"203source = "registry+https://github.com/rust-lang/crates.io-index"204checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"205dependencies = [206 "libc",207]208209[[package]]210name = "ansi_term"211version = "0.12.1"212source = "registry+https://github.com/rust-lang/crates.io-index"213checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"214dependencies = [215 "winapi",216]217218[[package]]219name = "anstream"220version = "0.6.4"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"223dependencies = [224 "anstyle",225 "anstyle-parse",226 "anstyle-query",227 "anstyle-wincon",228 "colorchoice",229 "utf8parse",230]231232[[package]]233name = "anstyle"234version = "1.0.4"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"237238[[package]]239name = "anstyle-parse"240version = "0.2.2"241source = "registry+https://github.com/rust-lang/crates.io-index"242checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"243dependencies = [244 "utf8parse",245]246247[[package]]248name = "anstyle-query"249version = "1.0.0"250source = "registry+https://github.com/rust-lang/crates.io-index"251checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"252dependencies = [253 "windows-sys 0.48.0",254]255256[[package]]257name = "anstyle-wincon"258version = "3.0.1"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"261dependencies = [262 "anstyle",263 "windows-sys 0.48.0",264]265266[[package]]267name = "anyhow"268version = "1.0.75"269source = "registry+https://github.com/rust-lang/crates.io-index"270checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"271272[[package]]273name = "app-promotion-rpc"274version = "0.1.0"275dependencies = [276 "pallet-evm",277 "parity-scale-codec",278 "sp-api",279 "sp-runtime",280 "sp-std",281]282283[[package]]284name = "approx"285version = "0.5.1"286source = "registry+https://github.com/rust-lang/crates.io-index"287checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"288dependencies = [289 "num-traits",290]291292[[package]]293name = "aquamarine"294version = "0.3.2"295source = "registry+https://github.com/rust-lang/crates.io-index"296checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1"297dependencies = [298 "include_dir",299 "itertools 0.10.5",300 "proc-macro-error",301 "proc-macro2",302 "quote",303 "syn 1.0.109",304]305306[[package]]307name = "arc-swap"308version = "1.6.0"309source = "registry+https://github.com/rust-lang/crates.io-index"310checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"311312[[package]]313name = "ark-bls12-381"314version = "0.4.0"315source = "registry+https://github.com/rust-lang/crates.io-index"316checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"317dependencies = [318 "ark-ec",319 "ark-ff",320 "ark-serialize",321 "ark-std",322]323324[[package]]325name = "ark-ec"326version = "0.4.2"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"329dependencies = [330 "ark-ff",331 "ark-poly",332 "ark-serialize",333 "ark-std",334 "derivative",335 "hashbrown 0.13.2",336 "itertools 0.10.5",337 "num-traits",338 "zeroize",339]340341[[package]]342name = "ark-ed-on-bls12-381-bandersnatch"343version = "0.4.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c"346dependencies = [347 "ark-bls12-381",348 "ark-ec",349 "ark-ff",350 "ark-std",351]352353[[package]]354name = "ark-ff"355version = "0.4.2"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"358dependencies = [359 "ark-ff-asm",360 "ark-ff-macros",361 "ark-serialize",362 "ark-std",363 "derivative",364 "digest 0.10.7",365 "itertools 0.10.5",366 "num-bigint",367 "num-traits",368 "paste",369 "rustc_version",370 "zeroize",371]372373[[package]]374name = "ark-ff-asm"375version = "0.4.2"376source = "registry+https://github.com/rust-lang/crates.io-index"377checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"378dependencies = [379 "quote",380 "syn 1.0.109",381]382383[[package]]384name = "ark-ff-macros"385version = "0.4.2"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"388dependencies = [389 "num-bigint",390 "num-traits",391 "proc-macro2",392 "quote",393 "syn 1.0.109",394]395396[[package]]397name = "ark-poly"398version = "0.4.2"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"401dependencies = [402 "ark-ff",403 "ark-serialize",404 "ark-std",405 "derivative",406 "hashbrown 0.13.2",407]408409[[package]]410name = "ark-scale"411version = "0.0.10"412source = "registry+https://github.com/rust-lang/crates.io-index"413checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393"414dependencies = [415 "ark-ec",416 "ark-ff",417 "ark-serialize",418 "ark-std",419 "parity-scale-codec",420]421422[[package]]423name = "ark-scale"424version = "0.0.11"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"427dependencies = [428 "ark-ec",429 "ark-ff",430 "ark-serialize",431 "ark-std",432 "parity-scale-codec",433 "scale-info",434]435436[[package]]437name = "ark-secret-scalar"438version = "0.0.2"439source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"440dependencies = [441 "ark-ec",442 "ark-ff",443 "ark-serialize",444 "ark-std",445 "ark-transcript",446 "digest 0.10.7",447 "rand_core 0.6.4",448 "zeroize",449]450451[[package]]452name = "ark-serialize"453version = "0.4.2"454source = "registry+https://github.com/rust-lang/crates.io-index"455checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"456dependencies = [457 "ark-serialize-derive",458 "ark-std",459 "digest 0.10.7",460 "num-bigint",461]462463[[package]]464name = "ark-serialize-derive"465version = "0.4.2"466source = "registry+https://github.com/rust-lang/crates.io-index"467checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"468dependencies = [469 "proc-macro2",470 "quote",471 "syn 1.0.109",472]473474[[package]]475name = "ark-std"476version = "0.4.0"477source = "registry+https://github.com/rust-lang/crates.io-index"478checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"479dependencies = [480 "num-traits",481 "rand 0.8.5",482]483484[[package]]485name = "ark-transcript"486version = "0.0.2"487source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"488dependencies = [489 "ark-ff",490 "ark-serialize",491 "ark-std",492 "digest 0.10.7",493 "rand_core 0.6.4",494 "sha3 0.10.8",495]496497[[package]]498name = "array-bytes"499version = "6.1.0"500source = "registry+https://github.com/rust-lang/crates.io-index"501checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"502503[[package]]504name = "arrayref"505version = "0.3.7"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"508509[[package]]510name = "arrayvec"511version = "0.4.12"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"514dependencies = [515 "nodrop",516]517518[[package]]519name = "arrayvec"520version = "0.5.2"521source = "registry+https://github.com/rust-lang/crates.io-index"522checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"523524[[package]]525name = "arrayvec"526version = "0.7.4"527source = "registry+https://github.com/rust-lang/crates.io-index"528checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"529530[[package]]531name = "asn1-rs"532version = "0.3.1"533source = "registry+https://github.com/rust-lang/crates.io-index"534checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"535dependencies = [536 "asn1-rs-derive 0.1.0",537 "asn1-rs-impl",538 "displaydoc",539 "nom",540 "num-traits",541 "rusticata-macros",542 "thiserror",543 "time",544]545546[[package]]547name = "asn1-rs"548version = "0.5.2"549source = "registry+https://github.com/rust-lang/crates.io-index"550checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"551dependencies = [552 "asn1-rs-derive 0.4.0",553 "asn1-rs-impl",554 "displaydoc",555 "nom",556 "num-traits",557 "rusticata-macros",558 "thiserror",559 "time",560]561562[[package]]563name = "asn1-rs-derive"564version = "0.1.0"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"567dependencies = [568 "proc-macro2",569 "quote",570 "syn 1.0.109",571 "synstructure",572]573574[[package]]575name = "asn1-rs-derive"576version = "0.4.0"577source = "registry+https://github.com/rust-lang/crates.io-index"578checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"579dependencies = [580 "proc-macro2",581 "quote",582 "syn 1.0.109",583 "synstructure",584]585586[[package]]587name = "asn1-rs-impl"588version = "0.1.0"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"591dependencies = [592 "proc-macro2",593 "quote",594 "syn 1.0.109",595]596597[[package]]598name = "assert_matches"599version = "1.5.0"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"602603[[package]]604name = "async-channel"605version = "1.9.0"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"608dependencies = [609 "concurrent-queue",610 "event-listener",611 "futures-core",612]613614[[package]]615name = "async-executor"616version = "1.5.4"617source = "registry+https://github.com/rust-lang/crates.io-index"618checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"619dependencies = [620 "async-lock",621 "async-task",622 "concurrent-queue",623 "fastrand 2.0.1",624 "futures-lite",625 "slab",626]627628[[package]]629name = "async-fs"630version = "1.6.0"631source = "registry+https://github.com/rust-lang/crates.io-index"632checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"633dependencies = [634 "async-lock",635 "autocfg",636 "blocking",637 "futures-lite",638]639640[[package]]641name = "async-io"642version = "1.13.0"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"645dependencies = [646 "async-lock",647 "autocfg",648 "cfg-if",649 "concurrent-queue",650 "futures-lite",651 "log",652 "parking",653 "polling",654 "rustix 0.37.24",655 "slab",656 "socket2 0.4.9",657 "waker-fn",658]659660[[package]]661name = "async-lock"662version = "2.8.0"663source = "registry+https://github.com/rust-lang/crates.io-index"664checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"665dependencies = [666 "event-listener",667]668669[[package]]670name = "async-net"671version = "1.8.0"672source = "registry+https://github.com/rust-lang/crates.io-index"673checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"674dependencies = [675 "async-io",676 "blocking",677 "futures-lite",678]679680[[package]]681name = "async-process"682version = "1.7.0"683source = "registry+https://github.com/rust-lang/crates.io-index"684checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"685dependencies = [686 "async-io",687 "async-lock",688 "autocfg",689 "blocking",690 "cfg-if",691 "event-listener",692 "futures-lite",693 "rustix 0.37.24",694 "signal-hook",695 "windows-sys 0.48.0",696]697698[[package]]699name = "async-recursion"700version = "1.0.5"701source = "registry+https://github.com/rust-lang/crates.io-index"702checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"703dependencies = [704 "proc-macro2",705 "quote",706 "syn 2.0.37",707]708709[[package]]710name = "async-task"711version = "4.4.1"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"714715[[package]]716name = "async-trait"717version = "0.1.73"718source = "registry+https://github.com/rust-lang/crates.io-index"719checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"720dependencies = [721 "proc-macro2",722 "quote",723 "syn 2.0.37",724]725726[[package]]727name = "asynchronous-codec"728version = "0.6.2"729source = "registry+https://github.com/rust-lang/crates.io-index"730checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"731dependencies = [732 "bytes",733 "futures-sink",734 "futures-util",735 "memchr",736 "pin-project-lite 0.2.13",737]738739[[package]]740name = "atomic-take"741version = "1.1.0"742source = "registry+https://github.com/rust-lang/crates.io-index"743checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"744745[[package]]746name = "atomic-waker"747version = "1.1.2"748source = "registry+https://github.com/rust-lang/crates.io-index"749checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"750751[[package]]752name = "atty"753version = "0.2.14"754source = "registry+https://github.com/rust-lang/crates.io-index"755checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"756dependencies = [757 "hermit-abi 0.1.19",758 "libc",759 "winapi",760]761762[[package]]763name = "auto_impl"764version = "1.1.0"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"767dependencies = [768 "proc-macro-error",769 "proc-macro2",770 "quote",771 "syn 1.0.109",772]773774[[package]]775name = "autocfg"776version = "1.1.0"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"779780[[package]]781name = "backtrace"782version = "0.3.69"783source = "registry+https://github.com/rust-lang/crates.io-index"784checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"785dependencies = [786 "addr2line 0.21.0",787 "cc",788 "cfg-if",789 "libc",790 "miniz_oxide",791 "object 0.32.1",792 "rustc-demangle",793]794795[[package]]796name = "bandersnatch_vrfs"797version = "0.0.1"798source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"799dependencies = [800 "ark-bls12-381",801 "ark-ec",802 "ark-ed-on-bls12-381-bandersnatch",803 "ark-ff",804 "ark-scale 0.0.11",805 "ark-serialize",806 "ark-std",807 "dleq_vrf",808 "fflonk",809 "merlin 3.0.0",810 "rand_chacha 0.3.1",811 "rand_core 0.6.4",812 "ring 0.1.0",813 "sha2 0.10.8",814 "zeroize",815]816817[[package]]818name = "base-x"819version = "0.2.11"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"822823[[package]]824name = "base16ct"825version = "0.1.1"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"828829[[package]]830name = "base16ct"831version = "0.2.0"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"834835[[package]]836name = "base64"837version = "0.13.1"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"840841[[package]]842name = "base64"843version = "0.21.4"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"846847[[package]]848name = "base64ct"849version = "1.6.0"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"852853[[package]]854name = "beef"855version = "0.5.2"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"858dependencies = [859 "serde",860]861862[[package]]863name = "binary-merkle-tree"864version = "4.0.0-dev"865source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"866dependencies = [867 "hash-db 0.16.0",868 "log",869]870871[[package]]872name = "bincode"873version = "1.3.3"874source = "registry+https://github.com/rust-lang/crates.io-index"875checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"876dependencies = [877 "serde",878]879880[[package]]881name = "bindgen"882version = "0.65.1"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"885dependencies = [886 "bitflags 1.3.2",887 "cexpr",888 "clang-sys",889 "lazy_static",890 "lazycell",891 "peeking_take_while",892 "prettyplease 0.2.15",893 "proc-macro2",894 "quote",895 "regex",896 "rustc-hash",897 "shlex",898 "syn 2.0.37",899]900901[[package]]902name = "bip39"903version = "2.0.0"904source = "registry+https://github.com/rust-lang/crates.io-index"905checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"906dependencies = [907 "bitcoin_hashes",908]909910[[package]]911name = "bitcoin_hashes"912version = "0.11.0"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"915916[[package]]917name = "bitflags"918version = "1.3.2"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"921922[[package]]923name = "bitflags"924version = "2.4.0"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"927928[[package]]929name = "bitvec"930version = "1.0.1"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"933dependencies = [934 "funty",935 "radium",936 "tap",937 "wyz",938]939940[[package]]941name = "blake2"942version = "0.10.6"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"945dependencies = [946 "digest 0.10.7",947]948949[[package]]950name = "blake2-rfc"951version = "0.2.18"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"954dependencies = [955 "arrayvec 0.4.12",956 "constant_time_eq 0.1.5",957]958959[[package]]960name = "blake2b_simd"961version = "1.0.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"964dependencies = [965 "arrayref",966 "arrayvec 0.7.4",967 "constant_time_eq 0.3.0",968]969970[[package]]971name = "blake2s_simd"972version = "1.0.2"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"975dependencies = [976 "arrayref",977 "arrayvec 0.7.4",978 "constant_time_eq 0.3.0",979]980981[[package]]982name = "blake3"983version = "1.5.0"984source = "registry+https://github.com/rust-lang/crates.io-index"985checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"986dependencies = [987 "arrayref",988 "arrayvec 0.7.4",989 "cc",990 "cfg-if",991 "constant_time_eq 0.3.0",992]993994[[package]]995name = "block-buffer"996version = "0.7.3"997source = "registry+https://github.com/rust-lang/crates.io-index"998checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"999dependencies = [1000 "block-padding 0.1.5",1001 "byte-tools",1002 "byteorder",1003 "generic-array 0.12.4",1004]10051006[[package]]1007name = "block-buffer"1008version = "0.9.0"1009source = "registry+https://github.com/rust-lang/crates.io-index"1010checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"1011dependencies = [1012 "generic-array 0.14.7",1013]10141015[[package]]1016name = "block-buffer"1017version = "0.10.4"1018source = "registry+https://github.com/rust-lang/crates.io-index"1019checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"1020dependencies = [1021 "generic-array 0.14.7",1022]10231024[[package]]1025name = "block-modes"1026version = "0.7.0"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"1029dependencies = [1030 "block-padding 0.2.1",1031 "cipher 0.2.5",1032]10331034[[package]]1035name = "block-padding"1036version = "0.1.5"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"1039dependencies = [1040 "byte-tools",1041]10421043[[package]]1044name = "block-padding"1045version = "0.2.1"1046source = "registry+https://github.com/rust-lang/crates.io-index"1047checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"10481049[[package]]1050name = "blocking"1051version = "1.4.0"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"1054dependencies = [1055 "async-channel",1056 "async-lock",1057 "async-task",1058 "fastrand 2.0.1",1059 "futures-io",1060 "futures-lite",1061 "piper",1062 "tracing",1063]10641065[[package]]1066name = "bondrewd"1067version = "0.1.14"1068source = "registry+https://github.com/rust-lang/crates.io-index"1069checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"1070dependencies = [1071 "bondrewd-derive",1072]10731074[[package]]1075name = "bondrewd-derive"1076version = "0.3.18"1077source = "registry+https://github.com/rust-lang/crates.io-index"1078checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"1079dependencies = [1080 "proc-macro2",1081 "quote",1082 "syn 1.0.109",1083]10841085[[package]]1086name = "bounded-collections"1087version = "0.1.8"1088source = "registry+https://github.com/rust-lang/crates.io-index"1089checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6"1090dependencies = [1091 "log",1092 "parity-scale-codec",1093 "scale-info",1094 "serde",1095]10961097[[package]]1098name = "bounded-vec"1099version = "0.7.1"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"1102dependencies = [1103 "thiserror",1104]11051106[[package]]1107name = "bs58"1108version = "0.4.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"11111112[[package]]1113name = "bs58"1114version = "0.5.0"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"1117dependencies = [1118 "tinyvec",1119]11201121[[package]]1122name = "bstr"1123version = "1.6.2"1124source = "registry+https://github.com/rust-lang/crates.io-index"1125checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"1126dependencies = [1127 "memchr",1128 "serde",1129]11301131[[package]]1132name = "build-helper"1133version = "0.1.1"1134source = "registry+https://github.com/rust-lang/crates.io-index"1135checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"1136dependencies = [1137 "semver 0.6.0",1138]11391140[[package]]1141name = "bumpalo"1142version = "3.14.0"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"11451146[[package]]1147name = "byte-slice-cast"1148version = "1.2.2"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"11511152[[package]]1153name = "byte-tools"1154version = "0.3.1"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"11571158[[package]]1159name = "bytemuck"1160version = "1.14.0"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"11631164[[package]]1165name = "byteorder"1166version = "1.4.3"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"11691170[[package]]1171name = "bytes"1172version = "1.5.0"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"11751176[[package]]1177name = "bzip2-sys"1178version = "0.1.11+1.0.8"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"1181dependencies = [1182 "cc",1183 "libc",1184 "pkg-config",1185]11861187[[package]]1188name = "camino"1189version = "1.1.6"1190source = "registry+https://github.com/rust-lang/crates.io-index"1191checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"1192dependencies = [1193 "serde",1194]11951196[[package]]1197name = "cargo-platform"1198version = "0.1.3"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"1201dependencies = [1202 "serde",1203]12041205[[package]]1206name = "cargo_metadata"1207version = "0.15.4"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"1210dependencies = [1211 "camino",1212 "cargo-platform",1213 "semver 1.0.19",1214 "serde",1215 "serde_json",1216 "thiserror",1217]12181219[[package]]1220name = "cc"1221version = "1.0.83"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"1224dependencies = [1225 "jobserver",1226 "libc",1227]12281229[[package]]1230name = "ccm"1231version = "0.3.0"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"1234dependencies = [1235 "aead 0.3.2",1236 "cipher 0.2.5",1237 "subtle",1238]12391240[[package]]1241name = "cexpr"1242version = "0.6.0"1243source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1245dependencies = [1246 "nom",1247]12481249[[package]]1250name = "cfg-expr"1251version = "0.15.5"1252source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"1254dependencies = [1255 "smallvec",1256]12571258[[package]]1259name = "cfg-if"1260version = "1.0.0"1261source = "registry+https://github.com/rust-lang/crates.io-index"1262checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"12631264[[package]]1265name = "cfg_aliases"1266version = "0.1.1"1267source = "registry+https://github.com/rust-lang/crates.io-index"1268checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"12691270[[package]]1271name = "chacha20"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"1275dependencies = [1276 "cfg-if",1277 "cipher 0.3.0",1278 "cpufeatures",1279 "zeroize",1280]12811282[[package]]1283name = "chacha20"1284version = "0.9.1"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"1287dependencies = [1288 "cfg-if",1289 "cipher 0.4.4",1290 "cpufeatures",1291]12921293[[package]]1294name = "chacha20poly1305"1295version = "0.9.1"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"1298dependencies = [1299 "aead 0.4.3",1300 "chacha20 0.8.2",1301 "cipher 0.3.0",1302 "poly1305 0.7.2",1303 "zeroize",1304]13051306[[package]]1307name = "chrono"1308version = "0.4.31"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"1311dependencies = [1312 "android-tzdata",1313 "iana-time-zone",1314 "js-sys",1315 "num-traits",1316 "wasm-bindgen",1317 "windows-targets 0.48.5",1318]13191320[[package]]1321name = "cid"1322version = "0.9.0"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"1325dependencies = [1326 "core2",1327 "multibase",1328 "multihash",1329 "serde",1330 "unsigned-varint",1331]13321333[[package]]1334name = "cipher"1335version = "0.2.5"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1338dependencies = [1339 "generic-array 0.14.7",1340]13411342[[package]]1343name = "cipher"1344version = "0.3.0"1345source = "registry+https://github.com/rust-lang/crates.io-index"1346checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1347dependencies = [1348 "generic-array 0.14.7",1349]13501351[[package]]1352name = "cipher"1353version = "0.4.4"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1356dependencies = [1357 "crypto-common",1358 "inout",1359]13601361[[package]]1362name = "ckb-merkle-mountain-range"1363version = "0.5.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1366dependencies = [1367 "cfg-if",1368]13691370[[package]]1371name = "clang-sys"1372version = "1.6.1"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"1375dependencies = [1376 "glob",1377 "libc",1378 "libloading",1379]13801381[[package]]1382name = "clap"1383version = "4.4.6"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"1386dependencies = [1387 "clap_builder",1388 "clap_derive",1389]13901391[[package]]1392name = "clap_builder"1393version = "4.4.6"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"1396dependencies = [1397 "anstream",1398 "anstyle",1399 "clap_lex",1400 "strsim",1401]14021403[[package]]1404name = "clap_derive"1405version = "4.4.2"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"1408dependencies = [1409 "heck",1410 "proc-macro2",1411 "quote",1412 "syn 2.0.37",1413]14141415[[package]]1416name = "clap_lex"1417version = "0.5.1"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"14201421[[package]]1422name = "coarsetime"1423version = "0.1.28"1424source = "registry+https://github.com/rust-lang/crates.io-index"1425checksum = "99280f81a35511dda7d44f7c943491b41d3ac6fd0b54aea92498bec8612a2423"1426dependencies = [1427 "libc",1428 "once_cell",1429 "wasi 0.11.0+wasi-snapshot-preview1",1430 "wasm-bindgen",1431]14321433[[package]]1434name = "codespan-reporting"1435version = "0.11.1"1436source = "registry+https://github.com/rust-lang/crates.io-index"1437checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1438dependencies = [1439 "termcolor",1440 "unicode-width",1441]14421443[[package]]1444name = "colorchoice"1445version = "1.0.0"1446source = "registry+https://github.com/rust-lang/crates.io-index"1447checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"14481449[[package]]1450name = "comfy-table"1451version = "7.0.1"1452source = "registry+https://github.com/rust-lang/crates.io-index"1453checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"1454dependencies = [1455 "strum",1456 "strum_macros",1457 "unicode-width",1458]14591460[[package]]1461name = "common"1462version = "0.1.0"1463source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"1464dependencies = [1465 "ark-ec",1466 "ark-ff",1467 "ark-poly",1468 "ark-serialize",1469 "ark-std",1470 "fflonk",1471 "merlin 3.0.0",1472]14731474[[package]]1475name = "common-path"1476version = "1.0.0"1477source = "registry+https://github.com/rust-lang/crates.io-index"1478checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"14791480[[package]]1481name = "concurrent-queue"1482version = "2.3.0"1483source = "registry+https://github.com/rust-lang/crates.io-index"1484checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"1485dependencies = [1486 "crossbeam-utils",1487]14881489[[package]]1490name = "console"1491version = "0.15.7"1492source = "registry+https://github.com/rust-lang/crates.io-index"1493checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"1494dependencies = [1495 "encode_unicode",1496 "lazy_static",1497 "libc",1498 "unicode-width",1499 "windows-sys 0.45.0",1500]15011502[[package]]1503name = "const-oid"1504version = "0.9.5"1505source = "registry+https://github.com/rust-lang/crates.io-index"1506checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"15071508[[package]]1509name = "const-random"1510version = "0.1.15"1511source = "registry+https://github.com/rust-lang/crates.io-index"1512checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"1513dependencies = [1514 "const-random-macro",1515 "proc-macro-hack",1516]15171518[[package]]1519name = "const-random-macro"1520version = "0.1.15"1521source = "registry+https://github.com/rust-lang/crates.io-index"1522checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"1523dependencies = [1524 "getrandom 0.2.10",1525 "once_cell",1526 "proc-macro-hack",1527 "tiny-keccak",1528]15291530[[package]]1531name = "constant_time_eq"1532version = "0.1.5"1533source = "registry+https://github.com/rust-lang/crates.io-index"1534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"15351536[[package]]1537name = "constant_time_eq"1538version = "0.3.0"1539source = "registry+https://github.com/rust-lang/crates.io-index"1540checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"15411542[[package]]1543name = "convert_case"1544version = "0.4.0"1545source = "registry+https://github.com/rust-lang/crates.io-index"1546checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"15471548[[package]]1549name = "core-foundation"1550version = "0.9.3"1551source = "registry+https://github.com/rust-lang/crates.io-index"1552checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1553dependencies = [1554 "core-foundation-sys",1555 "libc",1556]15571558[[package]]1559name = "core-foundation-sys"1560version = "0.8.4"1561source = "registry+https://github.com/rust-lang/crates.io-index"1562checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"15631564[[package]]1565name = "core2"1566version = "0.4.0"1567source = "registry+https://github.com/rust-lang/crates.io-index"1568checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1569dependencies = [1570 "memchr",1571]15721573[[package]]1574name = "cpp_demangle"1575version = "0.3.5"1576source = "registry+https://github.com/rust-lang/crates.io-index"1577checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1578dependencies = [1579 "cfg-if",1580]15811582[[package]]1583name = "cpu-time"1584version = "1.0.0"1585source = "registry+https://github.com/rust-lang/crates.io-index"1586checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1587dependencies = [1588 "libc",1589 "winapi",1590]15911592[[package]]1593name = "cpufeatures"1594version = "0.2.9"1595source = "registry+https://github.com/rust-lang/crates.io-index"1596checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"1597dependencies = [1598 "libc",1599]16001601[[package]]1602name = "cranelift-bforest"1603version = "0.95.1"1604source = "registry+https://github.com/rust-lang/crates.io-index"1605checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"1606dependencies = [1607 "cranelift-entity",1608]16091610[[package]]1611name = "cranelift-codegen"1612version = "0.95.1"1613source = "registry+https://github.com/rust-lang/crates.io-index"1614checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"1615dependencies = [1616 "bumpalo",1617 "cranelift-bforest",1618 "cranelift-codegen-meta",1619 "cranelift-codegen-shared",1620 "cranelift-entity",1621 "cranelift-isle",1622 "gimli 0.27.3",1623 "hashbrown 0.13.2",1624 "log",1625 "regalloc2",1626 "smallvec",1627 "target-lexicon",1628]16291630[[package]]1631name = "cranelift-codegen-meta"1632version = "0.95.1"1633source = "registry+https://github.com/rust-lang/crates.io-index"1634checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"1635dependencies = [1636 "cranelift-codegen-shared",1637]16381639[[package]]1640name = "cranelift-codegen-shared"1641version = "0.95.1"1642source = "registry+https://github.com/rust-lang/crates.io-index"1643checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"16441645[[package]]1646name = "cranelift-entity"1647version = "0.95.1"1648source = "registry+https://github.com/rust-lang/crates.io-index"1649checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"1650dependencies = [1651 "serde",1652]16531654[[package]]1655name = "cranelift-frontend"1656version = "0.95.1"1657source = "registry+https://github.com/rust-lang/crates.io-index"1658checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"1659dependencies = [1660 "cranelift-codegen",1661 "log",1662 "smallvec",1663 "target-lexicon",1664]16651666[[package]]1667name = "cranelift-isle"1668version = "0.95.1"1669source = "registry+https://github.com/rust-lang/crates.io-index"1670checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"16711672[[package]]1673name = "cranelift-native"1674version = "0.95.1"1675source = "registry+https://github.com/rust-lang/crates.io-index"1676checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"1677dependencies = [1678 "cranelift-codegen",1679 "libc",1680 "target-lexicon",1681]16821683[[package]]1684name = "cranelift-wasm"1685version = "0.95.1"1686source = "registry+https://github.com/rust-lang/crates.io-index"1687checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"1688dependencies = [1689 "cranelift-codegen",1690 "cranelift-entity",1691 "cranelift-frontend",1692 "itertools 0.10.5",1693 "log",1694 "smallvec",1695 "wasmparser",1696 "wasmtime-types",1697]16981699[[package]]1700name = "crc"1701version = "3.0.1"1702source = "registry+https://github.com/rust-lang/crates.io-index"1703checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"1704dependencies = [1705 "crc-catalog",1706]17071708[[package]]1709name = "crc-catalog"1710version = "2.2.0"1711source = "registry+https://github.com/rust-lang/crates.io-index"1712checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"17131714[[package]]1715name = "crc32fast"1716version = "1.3.2"1717source = "registry+https://github.com/rust-lang/crates.io-index"1718checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1719dependencies = [1720 "cfg-if",1721]17221723[[package]]1724name = "crossbeam-deque"1725version = "0.8.3"1726source = "registry+https://github.com/rust-lang/crates.io-index"1727checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"1728dependencies = [1729 "cfg-if",1730 "crossbeam-epoch",1731 "crossbeam-utils",1732]17331734[[package]]1735name = "crossbeam-epoch"1736version = "0.9.15"1737source = "registry+https://github.com/rust-lang/crates.io-index"1738checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"1739dependencies = [1740 "autocfg",1741 "cfg-if",1742 "crossbeam-utils",1743 "memoffset 0.9.0",1744 "scopeguard",1745]17461747[[package]]1748name = "crossbeam-queue"1749version = "0.3.8"1750source = "registry+https://github.com/rust-lang/crates.io-index"1751checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1752dependencies = [1753 "cfg-if",1754 "crossbeam-utils",1755]17561757[[package]]1758name = "crossbeam-utils"1759version = "0.8.16"1760source = "registry+https://github.com/rust-lang/crates.io-index"1761checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"1762dependencies = [1763 "cfg-if",1764]17651766[[package]]1767name = "crunchy"1768version = "0.2.2"1769source = "registry+https://github.com/rust-lang/crates.io-index"1770checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"17711772[[package]]1773name = "crypto-bigint"1774version = "0.4.9"1775source = "registry+https://github.com/rust-lang/crates.io-index"1776checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1777dependencies = [1778 "generic-array 0.14.7",1779 "rand_core 0.6.4",1780 "subtle",1781 "zeroize",1782]17831784[[package]]1785name = "crypto-bigint"1786version = "0.5.3"1787source = "registry+https://github.com/rust-lang/crates.io-index"1788checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"1789dependencies = [1790 "generic-array 0.14.7",1791 "rand_core 0.6.4",1792 "subtle",1793 "zeroize",1794]17951796[[package]]1797name = "crypto-common"1798version = "0.1.6"1799source = "registry+https://github.com/rust-lang/crates.io-index"1800checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1801dependencies = [1802 "generic-array 0.14.7",1803 "rand_core 0.6.4",1804 "typenum",1805]18061807[[package]]1808name = "crypto-mac"1809version = "0.8.0"1810source = "registry+https://github.com/rust-lang/crates.io-index"1811checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1812dependencies = [1813 "generic-array 0.14.7",1814 "subtle",1815]18161817[[package]]1818name = "crypto-mac"1819version = "0.11.1"1820source = "registry+https://github.com/rust-lang/crates.io-index"1821checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1822dependencies = [1823 "generic-array 0.14.7",1824 "subtle",1825]18261827[[package]]1828name = "ctr"1829version = "0.8.0"1830source = "registry+https://github.com/rust-lang/crates.io-index"1831checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1832dependencies = [1833 "cipher 0.3.0",1834]18351836[[package]]1837name = "ctr"1838version = "0.9.2"1839source = "registry+https://github.com/rust-lang/crates.io-index"1840checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1841dependencies = [1842 "cipher 0.4.4",1843]18441845[[package]]1846name = "cumulus-client-cli"1847version = "0.1.0"1848source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1849dependencies = [1850 "clap",1851 "parity-scale-codec",1852 "sc-chain-spec",1853 "sc-cli",1854 "sc-client-api",1855 "sc-service",1856 "sp-core",1857 "sp-runtime",1858 "url",1859]18601861[[package]]1862name = "cumulus-client-collator"1863version = "0.1.0"1864source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1865dependencies = [1866 "cumulus-client-consensus-common",1867 "cumulus-client-network",1868 "cumulus-primitives-core",1869 "futures",1870 "parity-scale-codec",1871 "parking_lot 0.12.1",1872 "polkadot-node-primitives",1873 "polkadot-node-subsystem",1874 "polkadot-overseer",1875 "polkadot-primitives",1876 "sc-client-api",1877 "sp-api",1878 "sp-consensus",1879 "sp-core",1880 "sp-runtime",1881 "tracing",1882]18831884[[package]]1885name = "cumulus-client-consensus-aura"1886version = "0.1.0"1887source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1888dependencies = [1889 "async-trait",1890 "cumulus-client-collator",1891 "cumulus-client-consensus-common",1892 "cumulus-client-consensus-proposer",1893 "cumulus-primitives-aura",1894 "cumulus-primitives-core",1895 "cumulus-primitives-parachain-inherent",1896 "cumulus-relay-chain-interface",1897 "futures",1898 "parity-scale-codec",1899 "polkadot-node-primitives",1900 "polkadot-node-subsystem",1901 "polkadot-overseer",1902 "polkadot-primitives",1903 "sc-client-api",1904 "sc-consensus",1905 "sc-consensus-aura",1906 "sc-consensus-babe",1907 "sc-consensus-slots",1908 "sc-telemetry",1909 "schnellru",1910 "sp-api",1911 "sp-application-crypto",1912 "sp-block-builder",1913 "sp-blockchain",1914 "sp-consensus",1915 "sp-consensus-aura",1916 "sp-core",1917 "sp-inherents",1918 "sp-keystore",1919 "sp-runtime",1920 "sp-state-machine",1921 "sp-timestamp",1922 "substrate-prometheus-endpoint",1923 "tracing",1924]19251926[[package]]1927name = "cumulus-client-consensus-common"1928version = "0.1.0"1929source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1930dependencies = [1931 "async-trait",1932 "cumulus-client-pov-recovery",1933 "cumulus-primitives-core",1934 "cumulus-relay-chain-interface",1935 "dyn-clone",1936 "futures",1937 "log",1938 "parity-scale-codec",1939 "polkadot-primitives",1940 "sc-client-api",1941 "sc-consensus",1942 "sc-consensus-babe",1943 "schnellru",1944 "sp-blockchain",1945 "sp-consensus",1946 "sp-consensus-slots",1947 "sp-core",1948 "sp-runtime",1949 "sp-timestamp",1950 "sp-trie",1951 "substrate-prometheus-endpoint",1952 "tracing",1953]19541955[[package]]1956name = "cumulus-client-consensus-proposer"1957version = "0.1.0"1958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1959dependencies = [1960 "anyhow",1961 "async-trait",1962 "cumulus-primitives-parachain-inherent",1963 "sp-consensus",1964 "sp-inherents",1965 "sp-runtime",1966 "sp-state-machine",1967 "thiserror",1968]19691970[[package]]1971name = "cumulus-client-network"1972version = "0.1.0"1973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1974dependencies = [1975 "async-trait",1976 "cumulus-relay-chain-interface",1977 "futures",1978 "futures-timer",1979 "parity-scale-codec",1980 "parking_lot 0.12.1",1981 "polkadot-node-primitives",1982 "polkadot-parachain-primitives",1983 "polkadot-primitives",1984 "sc-client-api",1985 "sp-blockchain",1986 "sp-consensus",1987 "sp-core",1988 "sp-runtime",1989 "sp-state-machine",1990 "tracing",1991]19921993[[package]]1994name = "cumulus-client-pov-recovery"1995version = "0.1.0"1996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1997dependencies = [1998 "async-trait",1999 "cumulus-primitives-core",2000 "cumulus-relay-chain-interface",2001 "futures",2002 "futures-timer",2003 "parity-scale-codec",2004 "polkadot-node-primitives",2005 "polkadot-node-subsystem",2006 "polkadot-overseer",2007 "polkadot-primitives",2008 "rand 0.8.5",2009 "sc-client-api",2010 "sc-consensus",2011 "sp-consensus",2012 "sp-maybe-compressed-blob",2013 "sp-runtime",2014 "tracing",2015]20162017[[package]]2018name = "cumulus-client-service"2019version = "0.1.0"2020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2021dependencies = [2022 "cumulus-client-cli",2023 "cumulus-client-collator",2024 "cumulus-client-consensus-common",2025 "cumulus-client-network",2026 "cumulus-client-pov-recovery",2027 "cumulus-primitives-core",2028 "cumulus-relay-chain-inprocess-interface",2029 "cumulus-relay-chain-interface",2030 "cumulus-relay-chain-minimal-node",2031 "futures",2032 "polkadot-primitives",2033 "sc-client-api",2034 "sc-consensus",2035 "sc-network",2036 "sc-network-sync",2037 "sc-network-transactions",2038 "sc-rpc",2039 "sc-service",2040 "sc-sysinfo",2041 "sc-telemetry",2042 "sc-transaction-pool",2043 "sc-utils",2044 "sp-api",2045 "sp-blockchain",2046 "sp-consensus",2047 "sp-core",2048 "sp-runtime",2049 "sp-transaction-pool",2050]20512052[[package]]2053name = "cumulus-pallet-aura-ext"2054version = "0.1.0"2055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2056dependencies = [2057 "cumulus-pallet-parachain-system",2058 "frame-support",2059 "frame-system",2060 "pallet-aura",2061 "pallet-timestamp",2062 "parity-scale-codec",2063 "scale-info",2064 "sp-application-crypto",2065 "sp-consensus-aura",2066 "sp-runtime",2067 "sp-std",2068]20692070[[package]]2071name = "cumulus-pallet-dmp-queue"2072version = "0.1.0"2073source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2074dependencies = [2075 "cumulus-primitives-core",2076 "frame-support",2077 "frame-system",2078 "log",2079 "parity-scale-codec",2080 "scale-info",2081 "sp-io",2082 "sp-runtime",2083 "sp-std",2084 "staging-xcm",2085]20862087[[package]]2088name = "cumulus-pallet-parachain-system"2089version = "0.1.0"2090source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2091dependencies = [2092 "bytes",2093 "cumulus-pallet-parachain-system-proc-macro",2094 "cumulus-primitives-core",2095 "cumulus-primitives-parachain-inherent",2096 "environmental",2097 "frame-support",2098 "frame-system",2099 "impl-trait-for-tuples",2100 "log",2101 "parity-scale-codec",2102 "polkadot-parachain-primitives",2103 "scale-info",2104 "sp-core",2105 "sp-externalities",2106 "sp-inherents",2107 "sp-io",2108 "sp-runtime",2109 "sp-state-machine",2110 "sp-std",2111 "sp-trie",2112 "sp-version",2113 "staging-xcm",2114 "trie-db",2115]21162117[[package]]2118name = "cumulus-pallet-parachain-system-proc-macro"2119version = "0.1.0"2120source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2121dependencies = [2122 "proc-macro-crate",2123 "proc-macro2",2124 "quote",2125 "syn 2.0.37",2126]21272128[[package]]2129name = "cumulus-pallet-xcm"2130version = "0.1.0"2131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2132dependencies = [2133 "cumulus-primitives-core",2134 "frame-support",2135 "frame-system",2136 "parity-scale-codec",2137 "scale-info",2138 "sp-io",2139 "sp-runtime",2140 "sp-std",2141 "staging-xcm",2142]21432144[[package]]2145name = "cumulus-pallet-xcmp-queue"2146version = "0.1.0"2147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2148dependencies = [2149 "cumulus-primitives-core",2150 "frame-benchmarking",2151 "frame-support",2152 "frame-system",2153 "log",2154 "parity-scale-codec",2155 "polkadot-runtime-common",2156 "rand_chacha 0.3.1",2157 "scale-info",2158 "sp-io",2159 "sp-runtime",2160 "sp-std",2161 "staging-xcm",2162 "staging-xcm-executor",2163]21642165[[package]]2166name = "cumulus-primitives-aura"2167version = "0.1.0"2168source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2169dependencies = [2170 "parity-scale-codec",2171 "polkadot-core-primitives",2172 "polkadot-primitives",2173 "sp-api",2174 "sp-consensus-aura",2175 "sp-runtime",2176 "sp-std",2177]21782179[[package]]2180name = "cumulus-primitives-core"2181version = "0.1.0"2182source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2183dependencies = [2184 "parity-scale-codec",2185 "polkadot-core-primitives",2186 "polkadot-parachain-primitives",2187 "polkadot-primitives",2188 "scale-info",2189 "sp-api",2190 "sp-runtime",2191 "sp-std",2192 "sp-trie",2193 "staging-xcm",2194]21952196[[package]]2197name = "cumulus-primitives-parachain-inherent"2198version = "0.1.0"2199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2200dependencies = [2201 "async-trait",2202 "cumulus-primitives-core",2203 "cumulus-relay-chain-interface",2204 "cumulus-test-relay-sproof-builder",2205 "parity-scale-codec",2206 "sc-client-api",2207 "scale-info",2208 "sp-api",2209 "sp-core",2210 "sp-inherents",2211 "sp-runtime",2212 "sp-state-machine",2213 "sp-std",2214 "sp-storage",2215 "sp-trie",2216 "tracing",2217]22182219[[package]]2220name = "cumulus-primitives-timestamp"2221version = "0.1.0"2222source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2223dependencies = [2224 "cumulus-primitives-core",2225 "futures",2226 "parity-scale-codec",2227 "sp-inherents",2228 "sp-std",2229 "sp-timestamp",2230]22312232[[package]]2233name = "cumulus-primitives-utility"2234version = "0.1.0"2235source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2236dependencies = [2237 "cumulus-primitives-core",2238 "frame-support",2239 "log",2240 "parity-scale-codec",2241 "polkadot-runtime-common",2242 "sp-io",2243 "sp-runtime",2244 "sp-std",2245 "staging-xcm",2246 "staging-xcm-builder",2247 "staging-xcm-executor",2248]22492250[[package]]2251name = "cumulus-relay-chain-inprocess-interface"2252version = "0.1.0"2253source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2254dependencies = [2255 "async-trait",2256 "cumulus-primitives-core",2257 "cumulus-relay-chain-interface",2258 "futures",2259 "futures-timer",2260 "polkadot-cli",2261 "polkadot-service",2262 "sc-cli",2263 "sc-client-api",2264 "sc-sysinfo",2265 "sc-telemetry",2266 "sc-tracing",2267 "sp-api",2268 "sp-consensus",2269 "sp-core",2270 "sp-runtime",2271 "sp-state-machine",2272]22732274[[package]]2275name = "cumulus-relay-chain-interface"2276version = "0.1.0"2277source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2278dependencies = [2279 "async-trait",2280 "cumulus-primitives-core",2281 "futures",2282 "jsonrpsee-core",2283 "parity-scale-codec",2284 "polkadot-overseer",2285 "sc-client-api",2286 "sp-api",2287 "sp-blockchain",2288 "sp-state-machine",2289 "thiserror",2290]22912292[[package]]2293name = "cumulus-relay-chain-minimal-node"2294version = "0.1.0"2295source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2296dependencies = [2297 "array-bytes",2298 "async-trait",2299 "cumulus-primitives-core",2300 "cumulus-relay-chain-interface",2301 "cumulus-relay-chain-rpc-interface",2302 "futures",2303 "polkadot-availability-recovery",2304 "polkadot-collator-protocol",2305 "polkadot-core-primitives",2306 "polkadot-network-bridge",2307 "polkadot-node-collation-generation",2308 "polkadot-node-core-runtime-api",2309 "polkadot-node-network-protocol",2310 "polkadot-node-subsystem-util",2311 "polkadot-overseer",2312 "polkadot-primitives",2313 "sc-authority-discovery",2314 "sc-network",2315 "sc-network-common",2316 "sc-service",2317 "sc-tracing",2318 "sc-utils",2319 "schnellru",2320 "sp-api",2321 "sp-consensus",2322 "sp-consensus-babe",2323 "sp-runtime",2324 "tracing",2325]23262327[[package]]2328name = "cumulus-relay-chain-rpc-interface"2329version = "0.1.0"2330source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2331dependencies = [2332 "async-trait",2333 "cumulus-primitives-core",2334 "cumulus-relay-chain-interface",2335 "either",2336 "futures",2337 "futures-timer",2338 "jsonrpsee",2339 "parity-scale-codec",2340 "pin-project",2341 "polkadot-overseer",2342 "rand 0.8.5",2343 "sc-client-api",2344 "sc-rpc-api",2345 "sc-service",2346 "schnellru",2347 "serde",2348 "serde_json",2349 "smoldot",2350 "smoldot-light",2351 "sp-api",2352 "sp-authority-discovery",2353 "sp-consensus-babe",2354 "sp-core",2355 "sp-runtime",2356 "sp-state-machine",2357 "sp-storage",2358 "thiserror",2359 "tokio",2360 "tokio-util",2361 "tracing",2362 "url",2363]23642365[[package]]2366name = "cumulus-test-relay-sproof-builder"2367version = "0.1.0"2368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2369dependencies = [2370 "cumulus-primitives-core",2371 "parity-scale-codec",2372 "polkadot-primitives",2373 "sp-runtime",2374 "sp-state-machine",2375 "sp-std",2376 "sp-trie",2377]23782379[[package]]2380name = "curve25519-dalek"2381version = "2.1.3"2382source = "registry+https://github.com/rust-lang/crates.io-index"2383checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"2384dependencies = [2385 "byteorder",2386 "digest 0.8.1",2387 "rand_core 0.5.1",2388 "subtle",2389 "zeroize",2390]23912392[[package]]2393name = "curve25519-dalek"2394version = "3.2.0"2395source = "registry+https://github.com/rust-lang/crates.io-index"2396checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"2397dependencies = [2398 "byteorder",2399 "digest 0.9.0",2400 "rand_core 0.5.1",2401 "subtle",2402 "zeroize",2403]24042405[[package]]2406name = "curve25519-dalek"2407version = "4.1.1"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"2410dependencies = [2411 "cfg-if",2412 "cpufeatures",2413 "curve25519-dalek-derive",2414 "digest 0.10.7",2415 "fiat-crypto",2416 "platforms",2417 "rustc_version",2418 "subtle",2419 "zeroize",2420]24212422[[package]]2423name = "curve25519-dalek-derive"2424version = "0.1.0"2425source = "registry+https://github.com/rust-lang/crates.io-index"2426checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"2427dependencies = [2428 "proc-macro2",2429 "quote",2430 "syn 2.0.37",2431]24322433[[package]]2434name = "curve25519-dalek-ng"2435version = "4.1.1"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"2438dependencies = [2439 "byteorder",2440 "digest 0.9.0",2441 "rand_core 0.6.4",2442 "subtle-ng",2443 "zeroize",2444]24452446[[package]]2447name = "cxx"2448version = "1.0.107"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "bbe98ba1789d56fb3db3bee5e032774d4f421b685de7ba703643584ba24effbe"2451dependencies = [2452 "cc",2453 "cxxbridge-flags",2454 "cxxbridge-macro",2455 "link-cplusplus",2456]24572458[[package]]2459name = "cxx-build"2460version = "1.0.107"2461source = "registry+https://github.com/rust-lang/crates.io-index"2462checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3"2463dependencies = [2464 "cc",2465 "codespan-reporting",2466 "once_cell",2467 "proc-macro2",2468 "quote",2469 "scratch",2470 "syn 2.0.37",2471]24722473[[package]]2474name = "cxxbridge-flags"2475version = "1.0.107"2476source = "registry+https://github.com/rust-lang/crates.io-index"2477checksum = "20888d9e1d2298e2ff473cee30efe7d5036e437857ab68bbfea84c74dba91da2"24782479[[package]]2480name = "cxxbridge-macro"2481version = "1.0.107"2482source = "registry+https://github.com/rust-lang/crates.io-index"2483checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84"2484dependencies = [2485 "proc-macro2",2486 "quote",2487 "syn 2.0.37",2488]24892490[[package]]2491name = "darling"2492version = "0.14.4"2493source = "registry+https://github.com/rust-lang/crates.io-index"2494checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"2495dependencies = [2496 "darling_core",2497 "darling_macro",2498]24992500[[package]]2501name = "darling_core"2502version = "0.14.4"2503source = "registry+https://github.com/rust-lang/crates.io-index"2504checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"2505dependencies = [2506 "fnv",2507 "ident_case",2508 "proc-macro2",2509 "quote",2510 "strsim",2511 "syn 1.0.109",2512]25132514[[package]]2515name = "darling_macro"2516version = "0.14.4"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"2519dependencies = [2520 "darling_core",2521 "quote",2522 "syn 1.0.109",2523]25242525[[package]]2526name = "data-encoding"2527version = "2.4.0"2528source = "registry+https://github.com/rust-lang/crates.io-index"2529checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"25302531[[package]]2532name = "data-encoding-macro"2533version = "0.1.13"2534source = "registry+https://github.com/rust-lang/crates.io-index"2535checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"2536dependencies = [2537 "data-encoding",2538 "data-encoding-macro-internal",2539]25402541[[package]]2542name = "data-encoding-macro-internal"2543version = "0.1.11"2544source = "registry+https://github.com/rust-lang/crates.io-index"2545checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"2546dependencies = [2547 "data-encoding",2548 "syn 1.0.109",2549]25502551[[package]]2552name = "der"2553version = "0.6.1"2554source = "registry+https://github.com/rust-lang/crates.io-index"2555checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"2556dependencies = [2557 "const-oid",2558 "pem-rfc7468",2559 "zeroize",2560]25612562[[package]]2563name = "der"2564version = "0.7.8"2565source = "registry+https://github.com/rust-lang/crates.io-index"2566checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"2567dependencies = [2568 "const-oid",2569 "zeroize",2570]25712572[[package]]2573name = "der-parser"2574version = "7.0.0"2575source = "registry+https://github.com/rust-lang/crates.io-index"2576checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"2577dependencies = [2578 "asn1-rs 0.3.1",2579 "displaydoc",2580 "nom",2581 "num-bigint",2582 "num-traits",2583 "rusticata-macros",2584]25852586[[package]]2587name = "der-parser"2588version = "8.2.0"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2591dependencies = [2592 "asn1-rs 0.5.2",2593 "displaydoc",2594 "nom",2595 "num-bigint",2596 "num-traits",2597 "rusticata-macros",2598]25992600[[package]]2601name = "deranged"2602version = "0.3.8"2603source = "registry+https://github.com/rust-lang/crates.io-index"2604checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"26052606[[package]]2607name = "derivative"2608version = "2.2.0"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2611dependencies = [2612 "proc-macro2",2613 "quote",2614 "syn 1.0.109",2615]26162617[[package]]2618name = "derive-syn-parse"2619version = "0.1.5"2620source = "registry+https://github.com/rust-lang/crates.io-index"2621checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2622dependencies = [2623 "proc-macro2",2624 "quote",2625 "syn 1.0.109",2626]26272628[[package]]2629name = "derive_builder"2630version = "0.11.2"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"2633dependencies = [2634 "derive_builder_macro",2635]26362637[[package]]2638name = "derive_builder_core"2639version = "0.11.2"2640source = "registry+https://github.com/rust-lang/crates.io-index"2641checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"2642dependencies = [2643 "darling",2644 "proc-macro2",2645 "quote",2646 "syn 1.0.109",2647]26482649[[package]]2650name = "derive_builder_macro"2651version = "0.11.2"2652source = "registry+https://github.com/rust-lang/crates.io-index"2653checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2654dependencies = [2655 "derive_builder_core",2656 "syn 1.0.109",2657]26582659[[package]]2660name = "derive_more"2661version = "0.99.17"2662source = "registry+https://github.com/rust-lang/crates.io-index"2663checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2664dependencies = [2665 "convert_case",2666 "proc-macro2",2667 "quote",2668 "rustc_version",2669 "syn 1.0.109",2670]26712672[[package]]2673name = "difflib"2674version = "0.4.0"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"26772678[[package]]2679name = "digest"2680version = "0.8.1"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2683dependencies = [2684 "generic-array 0.12.4",2685]26862687[[package]]2688name = "digest"2689version = "0.9.0"2690source = "registry+https://github.com/rust-lang/crates.io-index"2691checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2692dependencies = [2693 "generic-array 0.14.7",2694]26952696[[package]]2697name = "digest"2698version = "0.10.7"2699source = "registry+https://github.com/rust-lang/crates.io-index"2700checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2701dependencies = [2702 "block-buffer 0.10.4",2703 "const-oid",2704 "crypto-common",2705 "subtle",2706]27072708[[package]]2709name = "directories"2710version = "4.0.1"2711source = "registry+https://github.com/rust-lang/crates.io-index"2712checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2713dependencies = [2714 "dirs-sys",2715]27162717[[package]]2718name = "directories-next"2719version = "2.0.0"2720source = "registry+https://github.com/rust-lang/crates.io-index"2721checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2722dependencies = [2723 "cfg-if",2724 "dirs-sys-next",2725]27262727[[package]]2728name = "dirs-sys"2729version = "0.3.7"2730source = "registry+https://github.com/rust-lang/crates.io-index"2731checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2732dependencies = [2733 "libc",2734 "redox_users",2735 "winapi",2736]27372738[[package]]2739name = "dirs-sys-next"2740version = "0.1.2"2741source = "registry+https://github.com/rust-lang/crates.io-index"2742checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2743dependencies = [2744 "libc",2745 "redox_users",2746 "winapi",2747]27482749[[package]]2750name = "displaydoc"2751version = "0.2.4"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2754dependencies = [2755 "proc-macro2",2756 "quote",2757 "syn 2.0.37",2758]27592760[[package]]2761name = "dleq_vrf"2762version = "0.0.2"2763source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"2764dependencies = [2765 "ark-ec",2766 "ark-ff",2767 "ark-scale 0.0.10",2768 "ark-secret-scalar",2769 "ark-serialize",2770 "ark-std",2771 "ark-transcript",2772 "arrayvec 0.7.4",2773 "rand_core 0.6.4",2774 "zeroize",2775]27762777[[package]]2778name = "docify"2779version = "0.2.4"2780source = "registry+https://github.com/rust-lang/crates.io-index"2781checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa"2782dependencies = [2783 "docify_macros",2784]27852786[[package]]2787name = "docify_macros"2788version = "0.2.4"2789source = "registry+https://github.com/rust-lang/crates.io-index"2790checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c"2791dependencies = [2792 "common-path",2793 "derive-syn-parse",2794 "once_cell",2795 "proc-macro2",2796 "quote",2797 "regex",2798 "syn 2.0.37",2799 "termcolor",2800 "toml 0.7.8",2801 "walkdir",2802]28032804[[package]]2805name = "downcast"2806version = "0.11.0"2807source = "registry+https://github.com/rust-lang/crates.io-index"2808checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"28092810[[package]]2811name = "downcast-rs"2812version = "1.2.0"2813source = "registry+https://github.com/rust-lang/crates.io-index"2814checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"28152816[[package]]2817name = "dtoa"2818version = "1.0.9"2819source = "registry+https://github.com/rust-lang/crates.io-index"2820checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"28212822[[package]]2823name = "dyn-clonable"2824version = "0.9.0"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2827dependencies = [2828 "dyn-clonable-impl",2829 "dyn-clone",2830]28312832[[package]]2833name = "dyn-clonable-impl"2834version = "0.9.0"2835source = "registry+https://github.com/rust-lang/crates.io-index"2836checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2837dependencies = [2838 "proc-macro2",2839 "quote",2840 "syn 1.0.109",2841]28422843[[package]]2844name = "dyn-clone"2845version = "1.0.14"2846source = "registry+https://github.com/rust-lang/crates.io-index"2847checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"28482849[[package]]2850name = "ecdsa"2851version = "0.14.8"2852source = "registry+https://github.com/rust-lang/crates.io-index"2853checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2854dependencies = [2855 "der 0.6.1",2856 "elliptic-curve 0.12.3",2857 "rfc6979 0.3.1",2858 "signature 1.6.4",2859]28602861[[package]]2862name = "ecdsa"2863version = "0.16.8"2864source = "registry+https://github.com/rust-lang/crates.io-index"2865checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"2866dependencies = [2867 "der 0.7.8",2868 "digest 0.10.7",2869 "elliptic-curve 0.13.5",2870 "rfc6979 0.4.0",2871 "signature 2.1.0",2872 "spki 0.7.2",2873]28742875[[package]]2876name = "ed25519"2877version = "2.2.2"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d"2880dependencies = [2881 "pkcs8 0.10.2",2882 "signature 2.1.0",2883]28842885[[package]]2886name = "ed25519-dalek"2887version = "2.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"2890dependencies = [2891 "curve25519-dalek 4.1.1",2892 "ed25519",2893 "rand_core 0.6.4",2894 "serde",2895 "sha2 0.10.8",2896 "zeroize",2897]28982899[[package]]2900name = "ed25519-zebra"2901version = "3.1.0"2902source = "registry+https://github.com/rust-lang/crates.io-index"2903checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2904dependencies = [2905 "curve25519-dalek 3.2.0",2906 "hashbrown 0.12.3",2907 "hex",2908 "rand_core 0.6.4",2909 "sha2 0.9.9",2910 "zeroize",2911]29122913[[package]]2914name = "ed25519-zebra"2915version = "4.0.3"2916source = "registry+https://github.com/rust-lang/crates.io-index"2917checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"2918dependencies = [2919 "curve25519-dalek 4.1.1",2920 "ed25519",2921 "hashbrown 0.14.1",2922 "hex",2923 "rand_core 0.6.4",2924 "sha2 0.10.8",2925 "zeroize",2926]29272928[[package]]2929name = "either"2930version = "1.9.0"2931source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"29332934[[package]]2935name = "elliptic-curve"2936version = "0.12.3"2937source = "registry+https://github.com/rust-lang/crates.io-index"2938checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2939dependencies = [2940 "base16ct 0.1.1",2941 "crypto-bigint 0.4.9",2942 "der 0.6.1",2943 "digest 0.10.7",2944 "ff 0.12.1",2945 "generic-array 0.14.7",2946 "group 0.12.1",2947 "hkdf",2948 "pem-rfc7468",2949 "pkcs8 0.9.0",2950 "rand_core 0.6.4",2951 "sec1 0.3.0",2952 "subtle",2953 "zeroize",2954]29552956[[package]]2957name = "elliptic-curve"2958version = "0.13.5"2959source = "registry+https://github.com/rust-lang/crates.io-index"2960checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"2961dependencies = [2962 "base16ct 0.2.0",2963 "crypto-bigint 0.5.3",2964 "digest 0.10.7",2965 "ff 0.13.0",2966 "generic-array 0.14.7",2967 "group 0.13.0",2968 "pkcs8 0.10.2",2969 "rand_core 0.6.4",2970 "sec1 0.7.3",2971 "subtle",2972 "zeroize",2973]29742975[[package]]2976name = "encode_unicode"2977version = "0.3.6"2978source = "registry+https://github.com/rust-lang/crates.io-index"2979checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"29802981[[package]]2982name = "enum-as-inner"2983version = "0.5.1"2984source = "registry+https://github.com/rust-lang/crates.io-index"2985checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2986dependencies = [2987 "heck",2988 "proc-macro2",2989 "quote",2990 "syn 1.0.109",2991]29922993[[package]]2994name = "enumflags2"2995version = "0.7.8"2996source = "registry+https://github.com/rust-lang/crates.io-index"2997checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"2998dependencies = [2999 "enumflags2_derive",3000]30013002[[package]]3003name = "enumflags2_derive"3004version = "0.7.8"3005source = "registry+https://github.com/rust-lang/crates.io-index"3006checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"3007dependencies = [3008 "proc-macro2",3009 "quote",3010 "syn 2.0.37",3011]30123013[[package]]3014name = "enumn"3015version = "0.1.12"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b"3018dependencies = [3019 "proc-macro2",3020 "quote",3021 "syn 2.0.37",3022]30233024[[package]]3025name = "env_logger"3026version = "0.9.3"3027source = "registry+https://github.com/rust-lang/crates.io-index"3028checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"3029dependencies = [3030 "atty",3031 "humantime",3032 "log",3033 "regex",3034 "termcolor",3035]30363037[[package]]3038name = "env_logger"3039version = "0.10.0"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"3042dependencies = [3043 "humantime",3044 "is-terminal",3045 "log",3046 "regex",3047 "termcolor",3048]30493050[[package]]3051name = "environmental"3052version = "1.1.4"3053source = "registry+https://github.com/rust-lang/crates.io-index"3054checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"30553056[[package]]3057name = "equivalent"3058version = "1.0.1"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"30613062[[package]]3063name = "errno"3064version = "0.3.4"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"3067dependencies = [3068 "errno-dragonfly",3069 "libc",3070 "windows-sys 0.48.0",3071]30723073[[package]]3074name = "errno-dragonfly"3075version = "0.1.2"3076source = "registry+https://github.com/rust-lang/crates.io-index"3077checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"3078dependencies = [3079 "cc",3080 "libc",3081]30823083[[package]]3084name = "ethbloom"3085version = "0.13.0"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"3088dependencies = [3089 "crunchy",3090 "fixed-hash",3091 "impl-codec",3092 "impl-rlp",3093 "impl-serde",3094 "scale-info",3095 "tiny-keccak",3096]30973098[[package]]3099name = "ethereum"3100version = "0.14.0"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"3103dependencies = [3104 "bytes",3105 "ethereum-types",3106 "hash-db 0.15.2",3107 "hash256-std-hasher",3108 "parity-scale-codec",3109 "rlp",3110 "scale-info",3111 "serde",3112 "sha3 0.10.8",3113 "triehash",3114]31153116[[package]]3117name = "ethereum-types"3118version = "0.14.1"3119source = "registry+https://github.com/rust-lang/crates.io-index"3120checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"3121dependencies = [3122 "ethbloom",3123 "fixed-hash",3124 "impl-codec",3125 "impl-rlp",3126 "impl-serde",3127 "primitive-types",3128 "scale-info",3129 "uint",3130]31313132[[package]]3133name = "event-listener"3134version = "2.5.3"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"31373138[[package]]3139name = "evm"3140version = "0.39.1"3141source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3142dependencies = [3143 "auto_impl",3144 "environmental",3145 "ethereum",3146 "evm-core",3147 "evm-gasometer",3148 "evm-runtime",3149 "log",3150 "parity-scale-codec",3151 "primitive-types",3152 "rlp",3153 "scale-info",3154 "serde",3155 "sha3 0.10.8",3156]31573158[[package]]3159name = "evm-coder"3160version = "0.4.2"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "b88ae5a449e7e9dfef59c0dd2df396bc56d81a6f4e297490c0c64aa73f7f7ad4"3163dependencies = [3164 "ethereum",3165 "evm-coder-procedural",3166 "impl-trait-for-tuples",3167 "primitive-types",3168 "sha3-const",3169]31703171[[package]]3172name = "evm-coder-procedural"3173version = "0.4.2"3174source = "registry+https://github.com/rust-lang/crates.io-index"3175checksum = "6223c1063c1f53380b4b9aaf2e4d82eba4808c661c61265619b804b09b7a6b1a"3176dependencies = [3177 "Inflector",3178 "hex",3179 "proc-macro2",3180 "quote",3181 "sha3 0.10.8",3182 "syn 1.0.109",3183]31843185[[package]]3186name = "evm-coder-substrate-procedural"3187version = "0.1.0"3188dependencies = [3189 "proc-macro2",3190 "quote",3191 "syn 1.0.109",3192]31933194[[package]]3195name = "evm-core"3196version = "0.39.0"3197source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3198dependencies = [3199 "parity-scale-codec",3200 "primitive-types",3201 "scale-info",3202 "serde",3203]32043205[[package]]3206name = "evm-gasometer"3207version = "0.39.0"3208source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3209dependencies = [3210 "environmental",3211 "evm-core",3212 "evm-runtime",3213 "primitive-types",3214]32153216[[package]]3217name = "evm-runtime"3218version = "0.39.0"3219source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3220dependencies = [3221 "auto_impl",3222 "environmental",3223 "evm-core",3224 "primitive-types",3225 "sha3 0.10.8",3226]32273228[[package]]3229name = "exit-future"3230version = "0.2.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"3233dependencies = [3234 "futures",3235]32363237[[package]]3238name = "expander"3239version = "0.0.4"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"3242dependencies = [3243 "blake3",3244 "fs-err",3245 "proc-macro2",3246 "quote",3247]32483249[[package]]3250name = "expander"3251version = "0.0.6"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"3254dependencies = [3255 "blake2",3256 "fs-err",3257 "proc-macro2",3258 "quote",3259]32603261[[package]]3262name = "expander"3263version = "2.0.0"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"3266dependencies = [3267 "blake2",3268 "fs-err",3269 "proc-macro2",3270 "quote",3271 "syn 2.0.37",3272]32733274[[package]]3275name = "fake-simd"3276version = "0.1.2"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"32793280[[package]]3281name = "fallible-iterator"3282version = "0.2.0"3283source = "registry+https://github.com/rust-lang/crates.io-index"3284checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"32853286[[package]]3287name = "fastrand"3288version = "1.9.0"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"3291dependencies = [3292 "instant",3293]32943295[[package]]3296name = "fastrand"3297version = "2.0.1"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"33003301[[package]]3302name = "fatality"3303version = "0.0.6"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"3306dependencies = [3307 "fatality-proc-macro",3308 "thiserror",3309]33103311[[package]]3312name = "fatality-proc-macro"3313version = "0.0.6"3314source = "registry+https://github.com/rust-lang/crates.io-index"3315checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"3316dependencies = [3317 "expander 0.0.4",3318 "indexmap 1.9.3",3319 "proc-macro-crate",3320 "proc-macro2",3321 "quote",3322 "syn 1.0.109",3323 "thiserror",3324]33253326[[package]]3327name = "fc-api"3328version = "1.0.0-dev"3329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3330dependencies = [3331 "async-trait",3332 "fp-storage",3333 "parity-scale-codec",3334 "sp-core",3335 "sp-runtime",3336]33373338[[package]]3339name = "fc-consensus"3340version = "2.0.0-dev"3341source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3342dependencies = [3343 "async-trait",3344 "fp-consensus",3345 "fp-rpc",3346 "sc-consensus",3347 "sp-api",3348 "sp-block-builder",3349 "sp-consensus",3350 "sp-runtime",3351 "thiserror",3352]33533354[[package]]3355name = "fc-db"3356version = "2.0.0-dev"3357source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3358dependencies = [3359 "async-trait",3360 "fc-api",3361 "fp-storage",3362 "kvdb-rocksdb",3363 "log",3364 "parity-db",3365 "parity-scale-codec",3366 "parking_lot 0.12.1",3367 "sc-client-db",3368 "smallvec",3369 "sp-blockchain",3370 "sp-core",3371 "sp-database",3372 "sp-runtime",3373]33743375[[package]]3376name = "fc-mapping-sync"3377version = "2.0.0-dev"3378source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3379dependencies = [3380 "fc-db",3381 "fc-storage",3382 "fp-consensus",3383 "fp-rpc",3384 "futures",3385 "futures-timer",3386 "log",3387 "parking_lot 0.12.1",3388 "sc-client-api",3389 "sc-utils",3390 "sp-api",3391 "sp-blockchain",3392 "sp-consensus",3393 "sp-runtime",3394]33953396[[package]]3397name = "fc-rpc"3398version = "2.0.0-dev"3399source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3400dependencies = [3401 "ethereum",3402 "ethereum-types",3403 "evm",3404 "fc-api",3405 "fc-mapping-sync",3406 "fc-rpc-core",3407 "fc-storage",3408 "fp-evm",3409 "fp-rpc",3410 "fp-storage",3411 "futures",3412 "hex",3413 "jsonrpsee",3414 "libsecp256k1",3415 "log",3416 "pallet-evm",3417 "parity-scale-codec",3418 "prometheus",3419 "rand 0.8.5",3420 "rlp",3421 "sc-client-api",3422 "sc-consensus-aura",3423 "sc-network",3424 "sc-network-common",3425 "sc-network-sync",3426 "sc-rpc",3427 "sc-service",3428 "sc-transaction-pool",3429 "sc-transaction-pool-api",3430 "sc-utils",3431 "schnellru",3432 "serde",3433 "sp-api",3434 "sp-block-builder",3435 "sp-blockchain",3436 "sp-consensus",3437 "sp-consensus-aura",3438 "sp-core",3439 "sp-inherents",3440 "sp-io",3441 "sp-runtime",3442 "sp-state-machine",3443 "sp-storage",3444 "sp-timestamp",3445 "substrate-prometheus-endpoint",3446 "thiserror",3447 "tokio",3448]34493450[[package]]3451name = "fc-rpc-core"3452version = "1.1.0-dev"3453source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3454dependencies = [3455 "ethereum",3456 "ethereum-types",3457 "jsonrpsee",3458 "rustc-hex",3459 "serde",3460 "serde_json",3461]34623463[[package]]3464name = "fc-storage"3465version = "1.0.0-dev"3466source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3467dependencies = [3468 "ethereum",3469 "ethereum-types",3470 "fp-rpc",3471 "fp-storage",3472 "parity-scale-codec",3473 "sc-client-api",3474 "sp-api",3475 "sp-blockchain",3476 "sp-io",3477 "sp-runtime",3478 "sp-storage",3479]34803481[[package]]3482name = "fdlimit"3483version = "0.2.1"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"3486dependencies = [3487 "libc",3488]34893490[[package]]3491name = "ff"3492version = "0.12.1"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"3495dependencies = [3496 "rand_core 0.6.4",3497 "subtle",3498]34993500[[package]]3501name = "ff"3502version = "0.13.0"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"3505dependencies = [3506 "rand_core 0.6.4",3507 "subtle",3508]35093510[[package]]3511name = "fflonk"3512version = "0.1.0"3513source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40"3514dependencies = [3515 "ark-ec",3516 "ark-ff",3517 "ark-poly",3518 "ark-serialize",3519 "ark-std",3520 "merlin 3.0.0",3521]35223523[[package]]3524name = "fiat-crypto"3525version = "0.2.1"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"35283529[[package]]3530name = "file-per-thread-logger"3531version = "0.1.6"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"3534dependencies = [3535 "env_logger 0.10.0",3536 "log",3537]35383539[[package]]3540name = "filetime"3541version = "0.2.22"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"3544dependencies = [3545 "cfg-if",3546 "libc",3547 "redox_syscall 0.3.5",3548 "windows-sys 0.48.0",3549]35503551[[package]]3552name = "finality-grandpa"3553version = "0.16.2"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"3556dependencies = [3557 "either",3558 "futures",3559 "futures-timer",3560 "log",3561 "num-traits",3562 "parity-scale-codec",3563 "parking_lot 0.12.1",3564 "scale-info",3565]35663567[[package]]3568name = "fixed-hash"3569version = "0.8.0"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"3572dependencies = [3573 "byteorder",3574 "rand 0.8.5",3575 "rustc-hex",3576 "static_assertions",3577]35783579[[package]]3580name = "fixedbitset"3581version = "0.4.2"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"35843585[[package]]3586name = "flate2"3587version = "1.0.27"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"3590dependencies = [3591 "crc32fast",3592 "libz-sys",3593 "miniz_oxide",3594]35953596[[package]]3597name = "float-cmp"3598version = "0.9.0"3599source = "registry+https://github.com/rust-lang/crates.io-index"3600checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3601dependencies = [3602 "num-traits",3603]36043605[[package]]3606name = "fnv"3607version = "1.0.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"36103611[[package]]3612name = "fork-tree"3613version = "3.0.0"3614source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3615dependencies = [3616 "parity-scale-codec",3617]36183619[[package]]3620name = "form_urlencoded"3621version = "1.2.0"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"3624dependencies = [3625 "percent-encoding",3626]36273628[[package]]3629name = "fp-account"3630version = "1.0.0-dev"3631source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3632dependencies = [3633 "hex",3634 "impl-serde",3635 "libsecp256k1",3636 "log",3637 "parity-scale-codec",3638 "scale-info",3639 "serde",3640 "sp-core",3641 "sp-io",3642 "sp-runtime",3643 "sp-runtime-interface",3644 "sp-std",3645]36463647[[package]]3648name = "fp-consensus"3649version = "2.0.0-dev"3650source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3651dependencies = [3652 "ethereum",3653 "parity-scale-codec",3654 "sp-core",3655 "sp-runtime",3656 "sp-std",3657]36583659[[package]]3660name = "fp-ethereum"3661version = "1.0.0-dev"3662source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3663dependencies = [3664 "ethereum",3665 "ethereum-types",3666 "fp-evm",3667 "frame-support",3668 "parity-scale-codec",3669 "sp-std",3670]36713672[[package]]3673name = "fp-evm"3674version = "3.0.0-dev"3675source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3676dependencies = [3677 "evm",3678 "frame-support",3679 "num_enum",3680 "parity-scale-codec",3681 "scale-info",3682 "serde",3683 "sp-core",3684 "sp-runtime",3685 "sp-std",3686]36873688[[package]]3689name = "fp-rpc"3690version = "3.0.0-dev"3691source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3692dependencies = [3693 "ethereum",3694 "ethereum-types",3695 "fp-evm",3696 "parity-scale-codec",3697 "scale-info",3698 "sp-api",3699 "sp-core",3700 "sp-runtime",3701 "sp-state-machine",3702 "sp-std",3703]37043705[[package]]3706name = "fp-self-contained"3707version = "1.0.0-dev"3708source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3709dependencies = [3710 "frame-support",3711 "parity-scale-codec",3712 "scale-info",3713 "serde",3714 "sp-runtime",3715]37163717[[package]]3718name = "fp-storage"3719version = "2.0.0"3720source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3721dependencies = [3722 "parity-scale-codec",3723 "serde",3724]37253726[[package]]3727name = "fragile"3728version = "2.0.0"3729source = "registry+https://github.com/rust-lang/crates.io-index"3730checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"37313732[[package]]3733name = "frame-benchmarking"3734version = "4.0.0-dev"3735source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3736dependencies = [3737 "frame-support",3738 "frame-support-procedural",3739 "frame-system",3740 "linregress",3741 "log",3742 "parity-scale-codec",3743 "paste",3744 "scale-info",3745 "serde",3746 "sp-api",3747 "sp-application-crypto",3748 "sp-core",3749 "sp-io",3750 "sp-runtime",3751 "sp-runtime-interface",3752 "sp-std",3753 "sp-storage",3754 "static_assertions",3755]37563757[[package]]3758name = "frame-benchmarking-cli"3759version = "4.0.0-dev"3760source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3761dependencies = [3762 "Inflector",3763 "array-bytes",3764 "chrono",3765 "clap",3766 "comfy-table",3767 "frame-benchmarking",3768 "frame-support",3769 "frame-system",3770 "gethostname",3771 "handlebars",3772 "itertools 0.10.5",3773 "lazy_static",3774 "linked-hash-map",3775 "log",3776 "parity-scale-codec",3777 "rand 0.8.5",3778 "rand_pcg",3779 "sc-block-builder",3780 "sc-cli",3781 "sc-client-api",3782 "sc-client-db",3783 "sc-executor",3784 "sc-service",3785 "sc-sysinfo",3786 "serde",3787 "serde_json",3788 "sp-api",3789 "sp-blockchain",3790 "sp-core",3791 "sp-database",3792 "sp-externalities",3793 "sp-inherents",3794 "sp-io",3795 "sp-keystore",3796 "sp-runtime",3797 "sp-state-machine",3798 "sp-storage",3799 "sp-trie",3800 "sp-wasm-interface",3801 "thiserror",3802 "thousands",3803]38043805[[package]]3806name = "frame-election-provider-solution-type"3807version = "4.0.0-dev"3808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3809dependencies = [3810 "proc-macro-crate",3811 "proc-macro2",3812 "quote",3813 "syn 2.0.37",3814]38153816[[package]]3817name = "frame-election-provider-support"3818version = "4.0.0-dev"3819source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3820dependencies = [3821 "frame-election-provider-solution-type",3822 "frame-support",3823 "frame-system",3824 "parity-scale-codec",3825 "scale-info",3826 "sp-arithmetic",3827 "sp-core",3828 "sp-npos-elections",3829 "sp-runtime",3830 "sp-std",3831]38323833[[package]]3834name = "frame-executive"3835version = "4.0.0-dev"3836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3837dependencies = [3838 "frame-support",3839 "frame-system",3840 "frame-try-runtime",3841 "log",3842 "parity-scale-codec",3843 "scale-info",3844 "sp-core",3845 "sp-io",3846 "sp-runtime",3847 "sp-std",3848 "sp-tracing",3849]38503851[[package]]3852name = "frame-metadata"3853version = "16.0.0"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692"3856dependencies = [3857 "cfg-if",3858 "parity-scale-codec",3859 "scale-info",3860 "serde",3861]38623863[[package]]3864name = "frame-remote-externalities"3865version = "0.10.0-dev"3866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3867dependencies = [3868 "async-recursion",3869 "futures",3870 "indicatif",3871 "jsonrpsee",3872 "log",3873 "parity-scale-codec",3874 "serde",3875 "sp-core",3876 "sp-io",3877 "sp-runtime",3878 "sp-state-machine",3879 "spinners",3880 "substrate-rpc-client",3881 "tokio",3882 "tokio-retry",3883]38843885[[package]]3886name = "frame-support"3887version = "4.0.0-dev"3888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3889dependencies = [3890 "aquamarine",3891 "bitflags 1.3.2",3892 "docify",3893 "environmental",3894 "frame-metadata",3895 "frame-support-procedural",3896 "impl-trait-for-tuples",3897 "k256",3898 "log",3899 "macro_magic",3900 "parity-scale-codec",3901 "paste",3902 "scale-info",3903 "serde",3904 "serde_json",3905 "smallvec",3906 "sp-api",3907 "sp-arithmetic",3908 "sp-core",3909 "sp-core-hashing-proc-macro",3910 "sp-debug-derive",3911 "sp-genesis-builder",3912 "sp-inherents",3913 "sp-io",3914 "sp-metadata-ir",3915 "sp-runtime",3916 "sp-staking",3917 "sp-state-machine",3918 "sp-std",3919 "sp-tracing",3920 "sp-weights",3921 "static_assertions",3922 "tt-call",3923]39243925[[package]]3926name = "frame-support-procedural"3927version = "4.0.0-dev"3928source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3929dependencies = [3930 "Inflector",3931 "cfg-expr",3932 "derive-syn-parse",3933 "expander 2.0.0",3934 "frame-support-procedural-tools",3935 "itertools 0.10.5",3936 "macro_magic",3937 "proc-macro-warning",3938 "proc-macro2",3939 "quote",3940 "syn 2.0.37",3941]39423943[[package]]3944name = "frame-support-procedural-tools"3945version = "4.0.0-dev"3946source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3947dependencies = [3948 "frame-support-procedural-tools-derive",3949 "proc-macro-crate",3950 "proc-macro2",3951 "quote",3952 "syn 2.0.37",3953]39543955[[package]]3956name = "frame-support-procedural-tools-derive"3957version = "3.0.0"3958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3959dependencies = [3960 "proc-macro2",3961 "quote",3962 "syn 2.0.37",3963]39643965[[package]]3966name = "frame-system"3967version = "4.0.0-dev"3968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3969dependencies = [3970 "cfg-if",3971 "frame-support",3972 "log",3973 "parity-scale-codec",3974 "scale-info",3975 "serde",3976 "sp-core",3977 "sp-io",3978 "sp-runtime",3979 "sp-std",3980 "sp-version",3981 "sp-weights",3982]39833984[[package]]3985name = "frame-system-benchmarking"3986version = "4.0.0-dev"3987source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3988dependencies = [3989 "frame-benchmarking",3990 "frame-support",3991 "frame-system",3992 "parity-scale-codec",3993 "scale-info",3994 "sp-core",3995 "sp-runtime",3996 "sp-std",3997]39983999[[package]]4000name = "frame-system-rpc-runtime-api"4001version = "4.0.0-dev"4002source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4003dependencies = [4004 "parity-scale-codec",4005 "sp-api",4006]40074008[[package]]4009name = "frame-try-runtime"4010version = "0.10.0-dev"4011source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4012dependencies = [4013 "frame-support",4014 "parity-scale-codec",4015 "sp-api",4016 "sp-runtime",4017 "sp-std",4018]40194020[[package]]4021name = "fs-err"4022version = "2.9.0"4023source = "registry+https://github.com/rust-lang/crates.io-index"4024checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"40254026[[package]]4027name = "fs2"4028version = "0.4.3"4029source = "registry+https://github.com/rust-lang/crates.io-index"4030checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"4031dependencies = [4032 "libc",4033 "winapi",4034]40354036[[package]]4037name = "fs4"4038version = "0.6.6"4039source = "registry+https://github.com/rust-lang/crates.io-index"4040checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"4041dependencies = [4042 "rustix 0.38.15",4043 "windows-sys 0.48.0",4044]40454046[[package]]4047name = "funty"4048version = "2.0.0"4049source = "registry+https://github.com/rust-lang/crates.io-index"4050checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"40514052[[package]]4053name = "futures"4054version = "0.3.28"4055source = "registry+https://github.com/rust-lang/crates.io-index"4056checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"4057dependencies = [4058 "futures-channel",4059 "futures-core",4060 "futures-executor",4061 "futures-io",4062 "futures-sink",4063 "futures-task",4064 "futures-util",4065]40664067[[package]]4068name = "futures-channel"4069version = "0.3.28"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"4072dependencies = [4073 "futures-core",4074 "futures-sink",4075]40764077[[package]]4078name = "futures-core"4079version = "0.3.28"4080source = "registry+https://github.com/rust-lang/crates.io-index"4081checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"40824083[[package]]4084name = "futures-executor"4085version = "0.3.28"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"4088dependencies = [4089 "futures-core",4090 "futures-task",4091 "futures-util",4092 "num_cpus",4093]40944095[[package]]4096name = "futures-io"4097version = "0.3.28"4098source = "registry+https://github.com/rust-lang/crates.io-index"4099checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"41004101[[package]]4102name = "futures-lite"4103version = "1.13.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"4106dependencies = [4107 "fastrand 1.9.0",4108 "futures-core",4109 "futures-io",4110 "memchr",4111 "parking",4112 "pin-project-lite 0.2.13",4113 "waker-fn",4114]41154116[[package]]4117name = "futures-macro"4118version = "0.3.28"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"4121dependencies = [4122 "proc-macro2",4123 "quote",4124 "syn 2.0.37",4125]41264127[[package]]4128name = "futures-rustls"4129version = "0.22.2"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"4132dependencies = [4133 "futures-io",4134 "rustls 0.20.9",4135 "webpki 0.22.2",4136]41374138[[package]]4139name = "futures-sink"4140version = "0.3.28"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"41434144[[package]]4145name = "futures-task"4146version = "0.3.28"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"41494150[[package]]4151name = "futures-timer"4152version = "3.0.2"4153source = "registry+https://github.com/rust-lang/crates.io-index"4154checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"41554156[[package]]4157name = "futures-util"4158version = "0.3.28"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"4161dependencies = [4162 "futures-channel",4163 "futures-core",4164 "futures-io",4165 "futures-macro",4166 "futures-sink",4167 "futures-task",4168 "memchr",4169 "pin-project-lite 0.2.13",4170 "pin-utils",4171 "slab",4172]41734174[[package]]4175name = "fxhash"4176version = "0.2.1"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"4179dependencies = [4180 "byteorder",4181]41824183[[package]]4184name = "generic-array"4185version = "0.12.4"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"4188dependencies = [4189 "typenum",4190]41914192[[package]]4193name = "generic-array"4194version = "0.14.7"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"4197dependencies = [4198 "typenum",4199 "version_check",4200 "zeroize",4201]42024203[[package]]4204name = "gethostname"4205version = "0.2.3"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"4208dependencies = [4209 "libc",4210 "winapi",4211]42124213[[package]]4214name = "getrandom"4215version = "0.1.16"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"4218dependencies = [4219 "cfg-if",4220 "libc",4221 "wasi 0.9.0+wasi-snapshot-preview1",4222]42234224[[package]]4225name = "getrandom"4226version = "0.2.10"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"4229dependencies = [4230 "cfg-if",4231 "libc",4232 "wasi 0.11.0+wasi-snapshot-preview1",4233]42344235[[package]]4236name = "ghash"4237version = "0.4.4"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"4240dependencies = [4241 "opaque-debug 0.3.0",4242 "polyval 0.5.3",4243]42444245[[package]]4246name = "ghash"4247version = "0.5.0"4248source = "registry+https://github.com/rust-lang/crates.io-index"4249checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"4250dependencies = [4251 "opaque-debug 0.3.0",4252 "polyval 0.6.1",4253]42544255[[package]]4256name = "gimli"4257version = "0.27.3"4258source = "registry+https://github.com/rust-lang/crates.io-index"4259checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"4260dependencies = [4261 "fallible-iterator",4262 "indexmap 1.9.3",4263 "stable_deref_trait",4264]42654266[[package]]4267name = "gimli"4268version = "0.28.0"4269source = "registry+https://github.com/rust-lang/crates.io-index"4270checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"42714272[[package]]4273name = "glob"4274version = "0.3.1"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"42774278[[package]]4279name = "globset"4280version = "0.4.13"4281source = "registry+https://github.com/rust-lang/crates.io-index"4282checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"4283dependencies = [4284 "aho-corasick",4285 "bstr",4286 "fnv",4287 "log",4288 "regex",4289]42904291[[package]]4292name = "group"4293version = "0.12.1"4294source = "registry+https://github.com/rust-lang/crates.io-index"4295checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"4296dependencies = [4297 "ff 0.12.1",4298 "rand_core 0.6.4",4299 "subtle",4300]43014302[[package]]4303name = "group"4304version = "0.13.0"4305source = "registry+https://github.com/rust-lang/crates.io-index"4306checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"4307dependencies = [4308 "ff 0.13.0",4309 "rand_core 0.6.4",4310 "subtle",4311]43124313[[package]]4314name = "h2"4315version = "0.3.21"4316source = "registry+https://github.com/rust-lang/crates.io-index"4317checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"4318dependencies = [4319 "bytes",4320 "fnv",4321 "futures-core",4322 "futures-sink",4323 "futures-util",4324 "http",4325 "indexmap 1.9.3",4326 "slab",4327 "tokio",4328 "tokio-util",4329 "tracing",4330]43314332[[package]]4333name = "handlebars"4334version = "4.4.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"4337dependencies = [4338 "log",4339 "pest",4340 "pest_derive",4341 "serde",4342 "serde_json",4343 "thiserror",4344]43454346[[package]]4347name = "hash-db"4348version = "0.15.2"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"43514352[[package]]4353name = "hash-db"4354version = "0.16.0"4355source = "registry+https://github.com/rust-lang/crates.io-index"4356checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"43574358[[package]]4359name = "hash256-std-hasher"4360version = "0.15.2"4361source = "registry+https://github.com/rust-lang/crates.io-index"4362checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"4363dependencies = [4364 "crunchy",4365]43664367[[package]]4368name = "hashbrown"4369version = "0.12.3"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"4372dependencies = [4373 "ahash 0.7.6",4374]43754376[[package]]4377name = "hashbrown"4378version = "0.13.2"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"4381dependencies = [4382 "ahash 0.8.3",4383]43844385[[package]]4386name = "hashbrown"4387version = "0.14.1"4388source = "registry+https://github.com/rust-lang/crates.io-index"4389checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"4390dependencies = [4391 "ahash 0.8.3",4392 "allocator-api2",4393 "serde",4394]43954396[[package]]4397name = "heck"4398version = "0.4.1"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"44014402[[package]]4403name = "hermit-abi"4404version = "0.1.19"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"4407dependencies = [4408 "libc",4409]44104411[[package]]4412name = "hermit-abi"4413version = "0.3.3"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"44164417[[package]]4418name = "hex"4419version = "0.4.3"4420source = "registry+https://github.com/rust-lang/crates.io-index"4421checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"44224423[[package]]4424name = "hex-literal"4425version = "0.4.1"4426source = "registry+https://github.com/rust-lang/crates.io-index"4427checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"44284429[[package]]4430name = "hkdf"4431version = "0.12.3"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"4434dependencies = [4435 "hmac 0.12.1",4436]44374438[[package]]4439name = "hmac"4440version = "0.8.1"4441source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"4443dependencies = [4444 "crypto-mac 0.8.0",4445 "digest 0.9.0",4446]44474448[[package]]4449name = "hmac"4450version = "0.11.0"4451source = "registry+https://github.com/rust-lang/crates.io-index"4452checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"4453dependencies = [4454 "crypto-mac 0.11.1",4455 "digest 0.9.0",4456]44574458[[package]]4459name = "hmac"4460version = "0.12.1"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"4463dependencies = [4464 "digest 0.10.7",4465]44664467[[package]]4468name = "hmac-drbg"4469version = "0.3.0"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"4472dependencies = [4473 "digest 0.9.0",4474 "generic-array 0.14.7",4475 "hmac 0.8.1",4476]44774478[[package]]4479name = "home"4480version = "0.5.5"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"4483dependencies = [4484 "windows-sys 0.48.0",4485]44864487[[package]]4488name = "hostname"4489version = "0.3.1"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"4492dependencies = [4493 "libc",4494 "match_cfg",4495 "winapi",4496]44974498[[package]]4499name = "http"4500version = "0.2.9"4501source = "registry+https://github.com/rust-lang/crates.io-index"4502checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"4503dependencies = [4504 "bytes",4505 "fnv",4506 "itoa",4507]45084509[[package]]4510name = "http-body"4511version = "0.4.5"4512source = "registry+https://github.com/rust-lang/crates.io-index"4513checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"4514dependencies = [4515 "bytes",4516 "http",4517 "pin-project-lite 0.2.13",4518]45194520[[package]]4521name = "http-range-header"4522version = "0.3.1"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"45254526[[package]]4527name = "httparse"4528version = "1.8.0"4529source = "registry+https://github.com/rust-lang/crates.io-index"4530checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"45314532[[package]]4533name = "httpdate"4534version = "1.0.3"4535source = "registry+https://github.com/rust-lang/crates.io-index"4536checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"45374538[[package]]4539name = "humantime"4540version = "2.1.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"45434544[[package]]4545name = "hyper"4546version = "0.14.27"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"4549dependencies = [4550 "bytes",4551 "futures-channel",4552 "futures-core",4553 "futures-util",4554 "h2",4555 "http",4556 "http-body",4557 "httparse",4558 "httpdate",4559 "itoa",4560 "pin-project-lite 0.2.13",4561 "socket2 0.4.9",4562 "tokio",4563 "tower-service",4564 "tracing",4565 "want",4566]45674568[[package]]4569name = "hyper-rustls"4570version = "0.24.1"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"4573dependencies = [4574 "futures-util",4575 "http",4576 "hyper",4577 "log",4578 "rustls 0.21.7",4579 "rustls-native-certs",4580 "tokio",4581 "tokio-rustls",4582 "webpki-roots 0.23.1",4583]45844585[[package]]4586name = "iana-time-zone"4587version = "0.1.57"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"4590dependencies = [4591 "android_system_properties",4592 "core-foundation-sys",4593 "iana-time-zone-haiku",4594 "js-sys",4595 "wasm-bindgen",4596 "windows 0.48.0",4597]45984599[[package]]4600name = "iana-time-zone-haiku"4601version = "0.1.2"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"4604dependencies = [4605 "cc",4606]46074608[[package]]4609name = "ident_case"4610version = "1.0.1"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"46134614[[package]]4615name = "idna"4616version = "0.2.3"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4619dependencies = [4620 "matches",4621 "unicode-bidi",4622 "unicode-normalization",4623]46244625[[package]]4626name = "idna"4627version = "0.4.0"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"4630dependencies = [4631 "unicode-bidi",4632 "unicode-normalization",4633]46344635[[package]]4636name = "if-addrs"4637version = "0.7.0"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"4640dependencies = [4641 "libc",4642 "winapi",4643]46444645[[package]]4646name = "if-watch"4647version = "3.0.1"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4650dependencies = [4651 "async-io",4652 "core-foundation",4653 "fnv",4654 "futures",4655 "if-addrs",4656 "ipnet",4657 "log",4658 "rtnetlink",4659 "system-configuration",4660 "tokio",4661 "windows 0.34.0",4662]46634664[[package]]4665name = "impl-codec"4666version = "0.6.0"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4669dependencies = [4670 "parity-scale-codec",4671]46724673[[package]]4674name = "impl-rlp"4675version = "0.3.0"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4678dependencies = [4679 "rlp",4680]46814682[[package]]4683name = "impl-serde"4684version = "0.4.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4687dependencies = [4688 "serde",4689]46904691[[package]]4692name = "impl-trait-for-tuples"4693version = "0.2.2"4694source = "registry+https://github.com/rust-lang/crates.io-index"4695checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4696dependencies = [4697 "proc-macro2",4698 "quote",4699 "syn 1.0.109",4700]47014702[[package]]4703name = "include_dir"4704version = "0.7.3"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"4707dependencies = [4708 "include_dir_macros",4709]47104711[[package]]4712name = "include_dir_macros"4713version = "0.7.3"4714source = "registry+https://github.com/rust-lang/crates.io-index"4715checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"4716dependencies = [4717 "proc-macro2",4718 "quote",4719]47204721[[package]]4722name = "indexmap"4723version = "1.9.3"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4726dependencies = [4727 "autocfg",4728 "hashbrown 0.12.3",4729 "serde",4730]47314732[[package]]4733name = "indexmap"4734version = "2.0.2"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"4737dependencies = [4738 "equivalent",4739 "hashbrown 0.14.1",4740]47414742[[package]]4743name = "indexmap-nostd"4744version = "0.4.0"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"47474748[[package]]4749name = "indicatif"4750version = "0.17.7"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"4753dependencies = [4754 "console",4755 "instant",4756 "number_prefix",4757 "portable-atomic",4758 "unicode-width",4759]47604761[[package]]4762name = "inout"4763version = "0.1.3"4764source = "registry+https://github.com/rust-lang/crates.io-index"4765checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4766dependencies = [4767 "generic-array 0.14.7",4768]47694770[[package]]4771name = "instant"4772version = "0.1.12"4773source = "registry+https://github.com/rust-lang/crates.io-index"4774checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4775dependencies = [4776 "cfg-if",4777]47784779[[package]]4780name = "integer-encoding"4781version = "3.0.4"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"47844785[[package]]4786name = "integer-sqrt"4787version = "0.1.5"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4790dependencies = [4791 "num-traits",4792]47934794[[package]]4795name = "interceptor"4796version = "0.8.2"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"4799dependencies = [4800 "async-trait",4801 "bytes",4802 "log",4803 "rand 0.8.5",4804 "rtcp",4805 "rtp",4806 "thiserror",4807 "tokio",4808 "waitgroup",4809 "webrtc-srtp",4810 "webrtc-util",4811]48124813[[package]]4814name = "io-lifetimes"4815version = "1.0.11"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"4818dependencies = [4819 "hermit-abi 0.3.3",4820 "libc",4821 "windows-sys 0.48.0",4822]48234824[[package]]4825name = "ip_network"4826version = "0.4.1"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"48294830[[package]]4831name = "ipconfig"4832version = "0.3.2"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"4835dependencies = [4836 "socket2 0.5.4",4837 "widestring",4838 "windows-sys 0.48.0",4839 "winreg",4840]48414842[[package]]4843name = "ipnet"4844version = "2.8.0"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"48474848[[package]]4849name = "is-terminal"4850version = "0.4.9"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"4853dependencies = [4854 "hermit-abi 0.3.3",4855 "rustix 0.38.15",4856 "windows-sys 0.48.0",4857]48584859[[package]]4860name = "is_executable"4861version = "1.0.1"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8"4864dependencies = [4865 "winapi",4866]48674868[[package]]4869name = "itertools"4870version = "0.10.5"4871source = "registry+https://github.com/rust-lang/crates.io-index"4872checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4873dependencies = [4874 "either",4875]48764877[[package]]4878name = "itertools"4879version = "0.11.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"4882dependencies = [4883 "either",4884]48854886[[package]]4887name = "itoa"4888version = "1.0.9"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"48914892[[package]]4893name = "jobserver"4894version = "0.1.26"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4897dependencies = [4898 "libc",4899]49004901[[package]]4902name = "js-sys"4903version = "0.3.64"4904source = "registry+https://github.com/rust-lang/crates.io-index"4905checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"4906dependencies = [4907 "wasm-bindgen",4908]49094910[[package]]4911name = "jsonrpsee"4912version = "0.16.3"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b"4915dependencies = [4916 "jsonrpsee-core",4917 "jsonrpsee-http-client",4918 "jsonrpsee-proc-macros",4919 "jsonrpsee-server",4920 "jsonrpsee-types",4921 "jsonrpsee-ws-client",4922 "tracing",4923]49244925[[package]]4926name = "jsonrpsee-client-transport"4927version = "0.16.3"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a"4930dependencies = [4931 "futures-util",4932 "http",4933 "jsonrpsee-core",4934 "jsonrpsee-types",4935 "pin-project",4936 "rustls-native-certs",4937 "soketto",4938 "thiserror",4939 "tokio",4940 "tokio-rustls",4941 "tokio-util",4942 "tracing",4943 "webpki-roots 0.25.2",4944]49454946[[package]]4947name = "jsonrpsee-core"4948version = "0.16.3"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803"4951dependencies = [4952 "anyhow",4953 "arrayvec 0.7.4",4954 "async-lock",4955 "async-trait",4956 "beef",4957 "futures-channel",4958 "futures-timer",4959 "futures-util",4960 "globset",4961 "hyper",4962 "jsonrpsee-types",4963 "parking_lot 0.12.1",4964 "rand 0.8.5",4965 "rustc-hash",4966 "serde",4967 "serde_json",4968 "soketto",4969 "thiserror",4970 "tokio",4971 "tracing",4972]49734974[[package]]4975name = "jsonrpsee-http-client"4976version = "0.16.3"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43"4979dependencies = [4980 "async-trait",4981 "hyper",4982 "hyper-rustls",4983 "jsonrpsee-core",4984 "jsonrpsee-types",4985 "rustc-hash",4986 "serde",4987 "serde_json",4988 "thiserror",4989 "tokio",4990 "tracing",4991]49924993[[package]]4994name = "jsonrpsee-proc-macros"4995version = "0.16.3"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"4998dependencies = [4999 "heck",5000 "proc-macro-crate",5001 "proc-macro2",5002 "quote",5003 "syn 1.0.109",5004]50055006[[package]]5007name = "jsonrpsee-server"5008version = "0.16.3"5009source = "registry+https://github.com/rust-lang/crates.io-index"5010checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba"5011dependencies = [5012 "futures-channel",5013 "futures-util",5014 "http",5015 "hyper",5016 "jsonrpsee-core",5017 "jsonrpsee-types",5018 "serde",5019 "serde_json",5020 "soketto",5021 "tokio",5022 "tokio-stream",5023 "tokio-util",5024 "tower",5025 "tracing",5026]50275028[[package]]5029name = "jsonrpsee-types"5030version = "0.16.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5"5033dependencies = [5034 "anyhow",5035 "beef",5036 "serde",5037 "serde_json",5038 "thiserror",5039 "tracing",5040]50415042[[package]]5043name = "jsonrpsee-ws-client"5044version = "0.16.3"5045source = "registry+https://github.com/rust-lang/crates.io-index"5046checksum = "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e"5047dependencies = [5048 "http",5049 "jsonrpsee-client-transport",5050 "jsonrpsee-core",5051 "jsonrpsee-types",5052]50535054[[package]]5055name = "k256"5056version = "0.13.1"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"5059dependencies = [5060 "cfg-if",5061 "ecdsa 0.16.8",5062 "elliptic-curve 0.13.5",5063 "once_cell",5064 "sha2 0.10.8",5065]50665067[[package]]5068name = "keccak"5069version = "0.1.4"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"5072dependencies = [5073 "cpufeatures",5074]50755076[[package]]5077name = "kusama-runtime-constants"5078version = "1.0.0"5079source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"5080dependencies = [5081 "frame-support",5082 "polkadot-primitives",5083 "polkadot-runtime-common",5084 "smallvec",5085 "sp-core",5086 "sp-runtime",5087 "sp-weights",5088]50895090[[package]]5091name = "kvdb"5092version = "0.13.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"5095dependencies = [5096 "smallvec",5097]50985099[[package]]5100name = "kvdb-memorydb"5101version = "0.13.0"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"5104dependencies = [5105 "kvdb",5106 "parking_lot 0.12.1",5107]51085109[[package]]5110name = "kvdb-rocksdb"5111version = "0.19.0"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"5114dependencies = [5115 "kvdb",5116 "num_cpus",5117 "parking_lot 0.12.1",5118 "regex",5119 "rocksdb",5120 "smallvec",5121]51225123[[package]]5124name = "landlock"5125version = "0.2.0"5126source = "registry+https://github.com/rust-lang/crates.io-index"5127checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068"5128dependencies = [5129 "enumflags2",5130 "libc",5131 "thiserror",5132]51335134[[package]]5135name = "lazy_static"5136version = "1.4.0"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"51395140[[package]]5141name = "lazycell"5142version = "1.3.0"5143source = "registry+https://github.com/rust-lang/crates.io-index"5144checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"51455146[[package]]5147name = "libc"5148version = "0.2.148"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"51515152[[package]]5153name = "libloading"5154version = "0.7.4"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"5157dependencies = [5158 "cfg-if",5159 "winapi",5160]51615162[[package]]5163name = "libm"5164version = "0.2.7"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"51675168[[package]]5169name = "libp2p"5170version = "0.51.3"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097"5173dependencies = [5174 "bytes",5175 "futures",5176 "futures-timer",5177 "getrandom 0.2.10",5178 "instant",5179 "libp2p-allow-block-list",5180 "libp2p-connection-limits",5181 "libp2p-core",5182 "libp2p-dns",5183 "libp2p-identify",5184 "libp2p-identity",5185 "libp2p-kad",5186 "libp2p-mdns",5187 "libp2p-metrics",5188 "libp2p-noise",5189 "libp2p-ping",5190 "libp2p-quic",5191 "libp2p-request-response",5192 "libp2p-swarm",5193 "libp2p-tcp",5194 "libp2p-wasm-ext",5195 "libp2p-webrtc",5196 "libp2p-websocket",5197 "libp2p-yamux",5198 "multiaddr",5199 "pin-project",5200]52015202[[package]]5203name = "libp2p-allow-block-list"5204version = "0.1.1"5205source = "registry+https://github.com/rust-lang/crates.io-index"5206checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"5207dependencies = [5208 "libp2p-core",5209 "libp2p-identity",5210 "libp2p-swarm",5211 "void",5212]52135214[[package]]5215name = "libp2p-connection-limits"5216version = "0.1.0"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"5219dependencies = [5220 "libp2p-core",5221 "libp2p-identity",5222 "libp2p-swarm",5223 "void",5224]52255226[[package]]5227name = "libp2p-core"5228version = "0.39.2"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"5231dependencies = [5232 "either",5233 "fnv",5234 "futures",5235 "futures-timer",5236 "instant",5237 "libp2p-identity",5238 "log",5239 "multiaddr",5240 "multihash",5241 "multistream-select",5242 "once_cell",5243 "parking_lot 0.12.1",5244 "pin-project",5245 "quick-protobuf",5246 "rand 0.8.5",5247 "rw-stream-sink",5248 "smallvec",5249 "thiserror",5250 "unsigned-varint",5251 "void",5252]52535254[[package]]5255name = "libp2p-dns"5256version = "0.39.0"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"5259dependencies = [5260 "futures",5261 "libp2p-core",5262 "log",5263 "parking_lot 0.12.1",5264 "smallvec",5265 "trust-dns-resolver",5266]52675268[[package]]5269name = "libp2p-identify"5270version = "0.42.2"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"5273dependencies = [5274 "asynchronous-codec",5275 "either",5276 "futures",5277 "futures-timer",5278 "libp2p-core",5279 "libp2p-identity",5280 "libp2p-swarm",5281 "log",5282 "lru 0.10.1",5283 "quick-protobuf",5284 "quick-protobuf-codec",5285 "smallvec",5286 "thiserror",5287 "void",5288]52895290[[package]]5291name = "libp2p-identity"5292version = "0.1.3"5293source = "registry+https://github.com/rust-lang/crates.io-index"5294checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"5295dependencies = [5296 "bs58 0.4.0",5297 "ed25519-dalek",5298 "log",5299 "multiaddr",5300 "multihash",5301 "quick-protobuf",5302 "rand 0.8.5",5303 "sha2 0.10.8",5304 "thiserror",5305 "zeroize",5306]53075308[[package]]5309name = "libp2p-kad"5310version = "0.43.3"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"5313dependencies = [5314 "arrayvec 0.7.4",5315 "asynchronous-codec",5316 "bytes",5317 "either",5318 "fnv",5319 "futures",5320 "futures-timer",5321 "instant",5322 "libp2p-core",5323 "libp2p-identity",5324 "libp2p-swarm",5325 "log",5326 "quick-protobuf",5327 "rand 0.8.5",5328 "sha2 0.10.8",5329 "smallvec",5330 "thiserror",5331 "uint",5332 "unsigned-varint",5333 "void",5334]53355336[[package]]5337name = "libp2p-mdns"5338version = "0.43.1"5339source = "registry+https://github.com/rust-lang/crates.io-index"5340checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"5341dependencies = [5342 "data-encoding",5343 "futures",5344 "if-watch",5345 "libp2p-core",5346 "libp2p-identity",5347 "libp2p-swarm",5348 "log",5349 "rand 0.8.5",5350 "smallvec",5351 "socket2 0.4.9",5352 "tokio",5353 "trust-dns-proto",5354 "void",5355]53565357[[package]]5358name = "libp2p-metrics"5359version = "0.12.0"5360source = "registry+https://github.com/rust-lang/crates.io-index"5361checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"5362dependencies = [5363 "libp2p-core",5364 "libp2p-identify",5365 "libp2p-kad",5366 "libp2p-ping",5367 "libp2p-swarm",5368 "prometheus-client",5369]53705371[[package]]5372name = "libp2p-noise"5373version = "0.42.2"5374source = "registry+https://github.com/rust-lang/crates.io-index"5375checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"5376dependencies = [5377 "bytes",5378 "curve25519-dalek 3.2.0",5379 "futures",5380 "libp2p-core",5381 "libp2p-identity",5382 "log",5383 "once_cell",5384 "quick-protobuf",5385 "rand 0.8.5",5386 "sha2 0.10.8",5387 "snow",5388 "static_assertions",5389 "thiserror",5390 "x25519-dalek 1.1.1",5391 "zeroize",5392]53935394[[package]]5395name = "libp2p-ping"5396version = "0.42.0"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"5399dependencies = [5400 "either",5401 "futures",5402 "futures-timer",5403 "instant",5404 "libp2p-core",5405 "libp2p-swarm",5406 "log",5407 "rand 0.8.5",5408 "void",5409]54105411[[package]]5412name = "libp2p-quic"5413version = "0.7.0-alpha.3"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"5416dependencies = [5417 "bytes",5418 "futures",5419 "futures-timer",5420 "if-watch",5421 "libp2p-core",5422 "libp2p-identity",5423 "libp2p-tls",5424 "log",5425 "parking_lot 0.12.1",5426 "quinn-proto",5427 "rand 0.8.5",5428 "rustls 0.20.9",5429 "thiserror",5430 "tokio",5431]54325433[[package]]5434name = "libp2p-request-response"5435version = "0.24.1"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"5438dependencies = [5439 "async-trait",5440 "futures",5441 "instant",5442 "libp2p-core",5443 "libp2p-identity",5444 "libp2p-swarm",5445 "rand 0.8.5",5446 "smallvec",5447]54485449[[package]]5450name = "libp2p-swarm"5451version = "0.42.2"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"5454dependencies = [5455 "either",5456 "fnv",5457 "futures",5458 "futures-timer",5459 "instant",5460 "libp2p-core",5461 "libp2p-identity",5462 "libp2p-swarm-derive",5463 "log",5464 "rand 0.8.5",5465 "smallvec",5466 "tokio",5467 "void",5468]54695470[[package]]5471name = "libp2p-swarm-derive"5472version = "0.32.0"5473source = "registry+https://github.com/rust-lang/crates.io-index"5474checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"5475dependencies = [5476 "heck",5477 "quote",5478 "syn 1.0.109",5479]54805481[[package]]5482name = "libp2p-tcp"5483version = "0.39.0"5484source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"5486dependencies = [5487 "futures",5488 "futures-timer",5489 "if-watch",5490 "libc",5491 "libp2p-core",5492 "log",5493 "socket2 0.4.9",5494 "tokio",5495]54965497[[package]]5498name = "libp2p-tls"5499version = "0.1.0"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"5502dependencies = [5503 "futures",5504 "futures-rustls",5505 "libp2p-core",5506 "libp2p-identity",5507 "rcgen 0.10.0",5508 "ring 0.16.20",5509 "rustls 0.20.9",5510 "thiserror",5511 "webpki 0.22.2",5512 "x509-parser 0.14.0",5513 "yasna",5514]55155516[[package]]5517name = "libp2p-wasm-ext"5518version = "0.39.0"5519source = "registry+https://github.com/rust-lang/crates.io-index"5520checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"5521dependencies = [5522 "futures",5523 "js-sys",5524 "libp2p-core",5525 "parity-send-wrapper",5526 "wasm-bindgen",5527 "wasm-bindgen-futures",5528]55295530[[package]]5531name = "libp2p-webrtc"5532version = "0.4.0-alpha.4"5533source = "registry+https://github.com/rust-lang/crates.io-index"5534checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8"5535dependencies = [5536 "async-trait",5537 "asynchronous-codec",5538 "bytes",5539 "futures",5540 "futures-timer",5541 "hex",5542 "if-watch",5543 "libp2p-core",5544 "libp2p-identity",5545 "libp2p-noise",5546 "log",5547 "multihash",5548 "quick-protobuf",5549 "quick-protobuf-codec",5550 "rand 0.8.5",5551 "rcgen 0.9.3",5552 "serde",5553 "stun",5554 "thiserror",5555 "tinytemplate",5556 "tokio",5557 "tokio-util",5558 "webrtc",5559]55605561[[package]]5562name = "libp2p-websocket"5563version = "0.41.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"5566dependencies = [5567 "either",5568 "futures",5569 "futures-rustls",5570 "libp2p-core",5571 "log",5572 "parking_lot 0.12.1",5573 "quicksink",5574 "rw-stream-sink",5575 "soketto",5576 "url",5577 "webpki-roots 0.22.6",5578]55795580[[package]]5581name = "libp2p-yamux"5582version = "0.43.1"5583source = "registry+https://github.com/rust-lang/crates.io-index"5584checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"5585dependencies = [5586 "futures",5587 "libp2p-core",5588 "log",5589 "thiserror",5590 "yamux",5591]55925593[[package]]5594name = "librocksdb-sys"5595version = "0.11.0+8.1.1"5596source = "registry+https://github.com/rust-lang/crates.io-index"5597checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"5598dependencies = [5599 "bindgen",5600 "bzip2-sys",5601 "cc",5602 "glob",5603 "libc",5604 "libz-sys",5605 "tikv-jemalloc-sys",5606]56075608[[package]]5609name = "libsecp256k1"5610version = "0.7.1"5611source = "registry+https://github.com/rust-lang/crates.io-index"5612checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5613dependencies = [5614 "arrayref",5615 "base64 0.13.1",5616 "digest 0.9.0",5617 "hmac-drbg",5618 "libsecp256k1-core",5619 "libsecp256k1-gen-ecmult",5620 "libsecp256k1-gen-genmult",5621 "rand 0.8.5",5622 "serde",5623 "sha2 0.9.9",5624 "typenum",5625]56265627[[package]]5628name = "libsecp256k1-core"5629version = "0.3.0"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5632dependencies = [5633 "crunchy",5634 "digest 0.9.0",5635 "subtle",5636]56375638[[package]]5639name = "libsecp256k1-gen-ecmult"5640version = "0.3.0"5641source = "registry+https://github.com/rust-lang/crates.io-index"5642checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5643dependencies = [5644 "libsecp256k1-core",5645]56465647[[package]]5648name = "libsecp256k1-gen-genmult"5649version = "0.3.0"5650source = "registry+https://github.com/rust-lang/crates.io-index"5651checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5652dependencies = [5653 "libsecp256k1-core",5654]56555656[[package]]5657name = "libz-sys"5658version = "1.1.12"5659source = "registry+https://github.com/rust-lang/crates.io-index"5660checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"5661dependencies = [5662 "cc",5663 "pkg-config",5664 "vcpkg",5665]56665667[[package]]5668name = "link-cplusplus"5669version = "1.0.9"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"5672dependencies = [5673 "cc",5674]56755676[[package]]5677name = "linked-hash-map"5678version = "0.5.6"5679source = "registry+https://github.com/rust-lang/crates.io-index"5680checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"56815682[[package]]5683name = "linked_hash_set"5684version = "0.1.4"5685source = "registry+https://github.com/rust-lang/crates.io-index"5686checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5687dependencies = [5688 "linked-hash-map",5689]56905691[[package]]5692name = "linregress"5693version = "0.5.3"5694source = "registry+https://github.com/rust-lang/crates.io-index"5695checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2"5696dependencies = [5697 "nalgebra",5698]56995700[[package]]5701name = "linux-raw-sys"5702version = "0.1.4"5703source = "registry+https://github.com/rust-lang/crates.io-index"5704checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"57055706[[package]]5707name = "linux-raw-sys"5708version = "0.3.8"5709source = "registry+https://github.com/rust-lang/crates.io-index"5710checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"57115712[[package]]5713name = "linux-raw-sys"5714version = "0.4.8"5715source = "registry+https://github.com/rust-lang/crates.io-index"5716checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"57175718[[package]]5719name = "lock_api"5720version = "0.4.10"5721source = "registry+https://github.com/rust-lang/crates.io-index"5722checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"5723dependencies = [5724 "autocfg",5725 "scopeguard",5726]57275728[[package]]5729name = "log"5730version = "0.4.20"5731source = "registry+https://github.com/rust-lang/crates.io-index"5732checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"57335734[[package]]5735name = "lru"5736version = "0.10.1"5737source = "registry+https://github.com/rust-lang/crates.io-index"5738checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"5739dependencies = [5740 "hashbrown 0.13.2",5741]57425743[[package]]5744name = "lru"5745version = "0.11.1"5746source = "registry+https://github.com/rust-lang/crates.io-index"5747checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"57485749[[package]]5750name = "lru-cache"5751version = "0.1.2"5752source = "registry+https://github.com/rust-lang/crates.io-index"5753checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5754dependencies = [5755 "linked-hash-map",5756]57575758[[package]]5759name = "lz4"5760version = "1.24.0"5761source = "registry+https://github.com/rust-lang/crates.io-index"5762checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5763dependencies = [5764 "libc",5765 "lz4-sys",5766]57675768[[package]]5769name = "lz4-sys"5770version = "1.9.4"5771source = "registry+https://github.com/rust-lang/crates.io-index"5772checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5773dependencies = [5774 "cc",5775 "libc",5776]57775778[[package]]5779name = "mach"5780version = "0.3.2"5781source = "registry+https://github.com/rust-lang/crates.io-index"5782checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5783dependencies = [5784 "libc",5785]57865787[[package]]5788name = "macro_magic"5789version = "0.4.2"5790source = "registry+https://github.com/rust-lang/crates.io-index"5791checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9"5792dependencies = [5793 "macro_magic_core",5794 "macro_magic_macros",5795 "quote",5796 "syn 2.0.37",5797]57985799[[package]]5800name = "macro_magic_core"5801version = "0.4.2"5802source = "registry+https://github.com/rust-lang/crates.io-index"5803checksum = "7e766a20fd9c72bab3e1e64ed63f36bd08410e75803813df210d1ce297d7ad00"5804dependencies = [5805 "const-random",5806 "derive-syn-parse",5807 "macro_magic_core_macros",5808 "proc-macro2",5809 "quote",5810 "syn 2.0.37",5811]58125813[[package]]5814name = "macro_magic_core_macros"5815version = "0.4.2"5816source = "registry+https://github.com/rust-lang/crates.io-index"5817checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b"5818dependencies = [5819 "proc-macro2",5820 "quote",5821 "syn 2.0.37",5822]58235824[[package]]5825name = "macro_magic_macros"5826version = "0.4.2"5827source = "registry+https://github.com/rust-lang/crates.io-index"5828checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a"5829dependencies = [5830 "macro_magic_core",5831 "quote",5832 "syn 2.0.37",5833]58345835[[package]]5836name = "maplit"5837version = "1.0.2"5838source = "registry+https://github.com/rust-lang/crates.io-index"5839checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"58405841[[package]]5842name = "match_cfg"5843version = "0.1.0"5844source = "registry+https://github.com/rust-lang/crates.io-index"5845checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"58465847[[package]]5848name = "matchers"5849version = "0.0.1"5850source = "registry+https://github.com/rust-lang/crates.io-index"5851checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5852dependencies = [5853 "regex-automata 0.1.10",5854]58555856[[package]]5857name = "matches"5858version = "0.1.10"5859source = "registry+https://github.com/rust-lang/crates.io-index"5860checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"58615862[[package]]5863name = "matrixmultiply"5864version = "0.3.8"5865source = "registry+https://github.com/rust-lang/crates.io-index"5866checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"5867dependencies = [5868 "autocfg",5869 "rawpointer",5870]58715872[[package]]5873name = "md-5"5874version = "0.10.6"5875source = "registry+https://github.com/rust-lang/crates.io-index"5876checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"5877dependencies = [5878 "cfg-if",5879 "digest 0.10.7",5880]58815882[[package]]5883name = "memchr"5884version = "2.6.4"5885source = "registry+https://github.com/rust-lang/crates.io-index"5886checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"58875888[[package]]5889name = "memfd"5890version = "0.6.4"5891source = "registry+https://github.com/rust-lang/crates.io-index"5892checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5893dependencies = [5894 "rustix 0.38.15",5895]58965897[[package]]5898name = "memmap2"5899version = "0.5.10"5900source = "registry+https://github.com/rust-lang/crates.io-index"5901checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5902dependencies = [5903 "libc",5904]59055906[[package]]5907name = "memoffset"5908version = "0.6.5"5909source = "registry+https://github.com/rust-lang/crates.io-index"5910checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5911dependencies = [5912 "autocfg",5913]59145915[[package]]5916name = "memoffset"5917version = "0.8.0"5918source = "registry+https://github.com/rust-lang/crates.io-index"5919checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5920dependencies = [5921 "autocfg",5922]59235924[[package]]5925name = "memoffset"5926version = "0.9.0"5927source = "registry+https://github.com/rust-lang/crates.io-index"5928checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"5929dependencies = [5930 "autocfg",5931]59325933[[package]]5934name = "memory-db"5935version = "0.32.0"5936source = "registry+https://github.com/rust-lang/crates.io-index"5937checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5938dependencies = [5939 "hash-db 0.16.0",5940]59415942[[package]]5943name = "merlin"5944version = "2.0.1"5945source = "registry+https://github.com/rust-lang/crates.io-index"5946checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5947dependencies = [5948 "byteorder",5949 "keccak",5950 "rand_core 0.5.1",5951 "zeroize",5952]59535954[[package]]5955name = "merlin"5956version = "3.0.0"5957source = "registry+https://github.com/rust-lang/crates.io-index"5958checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"5959dependencies = [5960 "byteorder",5961 "keccak",5962 "rand_core 0.6.4",5963 "zeroize",5964]59655966[[package]]5967name = "mick-jaeger"5968version = "0.1.8"5969source = "registry+https://github.com/rust-lang/crates.io-index"5970checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5971dependencies = [5972 "futures",5973 "rand 0.8.5",5974 "thrift",5975]59765977[[package]]5978name = "minimal-lexical"5979version = "0.2.1"5980source = "registry+https://github.com/rust-lang/crates.io-index"5981checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"59825983[[package]]5984name = "miniz_oxide"5985version = "0.7.1"5986source = "registry+https://github.com/rust-lang/crates.io-index"5987checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"5988dependencies = [5989 "adler",5990]59915992[[package]]5993name = "mio"5994version = "0.8.8"5995source = "registry+https://github.com/rust-lang/crates.io-index"5996checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"5997dependencies = [5998 "libc",5999 "wasi 0.11.0+wasi-snapshot-preview1",6000 "windows-sys 0.48.0",6001]60026003[[package]]6004name = "mmr-gadget"6005version = "4.0.0-dev"6006source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6007dependencies = [6008 "futures",6009 "log",6010 "parity-scale-codec",6011 "sc-client-api",6012 "sc-offchain",6013 "sp-api",6014 "sp-blockchain",6015 "sp-consensus",6016 "sp-consensus-beefy",6017 "sp-core",6018 "sp-mmr-primitives",6019 "sp-runtime",6020]60216022[[package]]6023name = "mmr-rpc"6024version = "4.0.0-dev"6025source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6026dependencies = [6027 "anyhow",6028 "jsonrpsee",6029 "parity-scale-codec",6030 "serde",6031 "sp-api",6032 "sp-blockchain",6033 "sp-core",6034 "sp-mmr-primitives",6035 "sp-runtime",6036]60376038[[package]]6039name = "mockall"6040version = "0.11.4"6041source = "registry+https://github.com/rust-lang/crates.io-index"6042checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"6043dependencies = [6044 "cfg-if",6045 "downcast",6046 "fragile",6047 "lazy_static",6048 "mockall_derive",6049 "predicates",6050 "predicates-tree",6051]60526053[[package]]6054name = "mockall_derive"6055version = "0.11.4"6056source = "registry+https://github.com/rust-lang/crates.io-index"6057checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"6058dependencies = [6059 "cfg-if",6060 "proc-macro2",6061 "quote",6062 "syn 1.0.109",6063]60646065[[package]]6066name = "multiaddr"6067version = "0.17.1"6068source = "registry+https://github.com/rust-lang/crates.io-index"6069checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"6070dependencies = [6071 "arrayref",6072 "byteorder",6073 "data-encoding",6074 "log",6075 "multibase",6076 "multihash",6077 "percent-encoding",6078 "serde",6079 "static_assertions",6080 "unsigned-varint",6081 "url",6082]60836084[[package]]6085name = "multibase"6086version = "0.9.1"6087source = "registry+https://github.com/rust-lang/crates.io-index"6088checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"6089dependencies = [6090 "base-x",6091 "data-encoding",6092 "data-encoding-macro",6093]60946095[[package]]6096name = "multihash"6097version = "0.17.0"6098source = "registry+https://github.com/rust-lang/crates.io-index"6099checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"6100dependencies = [6101 "blake2b_simd",6102 "blake2s_simd",6103 "blake3",6104 "core2",6105 "digest 0.10.7",6106 "multihash-derive",6107 "sha2 0.10.8",6108 "sha3 0.10.8",6109 "unsigned-varint",6110]61116112[[package]]6113name = "multihash-derive"6114version = "0.8.0"6115source = "registry+https://github.com/rust-lang/crates.io-index"6116checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"6117dependencies = [6118 "proc-macro-crate",6119 "proc-macro-error",6120 "proc-macro2",6121 "quote",6122 "syn 1.0.109",6123 "synstructure",6124]61256126[[package]]6127name = "multimap"6128version = "0.8.3"6129source = "registry+https://github.com/rust-lang/crates.io-index"6130checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"61316132[[package]]6133name = "multistream-select"6134version = "0.12.1"6135source = "registry+https://github.com/rust-lang/crates.io-index"6136checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"6137dependencies = [6138 "bytes",6139 "futures",6140 "log",6141 "pin-project",6142 "smallvec",6143 "unsigned-varint",6144]61456146[[package]]6147name = "nalgebra"6148version = "0.32.3"6149source = "registry+https://github.com/rust-lang/crates.io-index"6150checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa"6151dependencies = [6152 "approx",6153 "matrixmultiply",6154 "nalgebra-macros",6155 "num-complex",6156 "num-rational",6157 "num-traits",6158 "simba",6159 "typenum",6160]61616162[[package]]6163name = "nalgebra-macros"6164version = "0.2.1"6165source = "registry+https://github.com/rust-lang/crates.io-index"6166checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"6167dependencies = [6168 "proc-macro2",6169 "quote",6170 "syn 1.0.109",6171]61726173[[package]]6174name = "names"6175version = "0.13.0"6176source = "registry+https://github.com/rust-lang/crates.io-index"6177checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"6178dependencies = [6179 "rand 0.8.5",6180]61816182[[package]]6183name = "nanorand"6184version = "0.7.0"6185source = "registry+https://github.com/rust-lang/crates.io-index"6186checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"61876188[[package]]6189name = "netlink-packet-core"6190version = "0.4.2"6191source = "registry+https://github.com/rust-lang/crates.io-index"6192checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"6193dependencies = [6194 "anyhow",6195 "byteorder",6196 "libc",6197 "netlink-packet-utils",6198]61996200[[package]]6201name = "netlink-packet-route"6202version = "0.12.0"6203source = "registry+https://github.com/rust-lang/crates.io-index"6204checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"6205dependencies = [6206 "anyhow",6207 "bitflags 1.3.2",6208 "byteorder",6209 "libc",6210 "netlink-packet-core",6211 "netlink-packet-utils",6212]62136214[[package]]6215name = "netlink-packet-utils"6216version = "0.5.2"6217source = "registry+https://github.com/rust-lang/crates.io-index"6218checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"6219dependencies = [6220 "anyhow",6221 "byteorder",6222 "paste",6223 "thiserror",6224]62256226[[package]]6227name = "netlink-proto"6228version = "0.10.0"6229source = "registry+https://github.com/rust-lang/crates.io-index"6230checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"6231dependencies = [6232 "bytes",6233 "futures",6234 "log",6235 "netlink-packet-core",6236 "netlink-sys",6237 "thiserror",6238 "tokio",6239]62406241[[package]]6242name = "netlink-sys"6243version = "0.8.5"6244source = "registry+https://github.com/rust-lang/crates.io-index"6245checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"6246dependencies = [6247 "bytes",6248 "futures",6249 "libc",6250 "log",6251 "tokio",6252]62536254[[package]]6255name = "nix"6256version = "0.24.3"6257source = "registry+https://github.com/rust-lang/crates.io-index"6258checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"6259dependencies = [6260 "bitflags 1.3.2",6261 "cfg-if",6262 "libc",6263 "memoffset 0.6.5",6264]62656266[[package]]6267name = "no-std-net"6268version = "0.6.0"6269source = "registry+https://github.com/rust-lang/crates.io-index"6270checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"62716272[[package]]6273name = "nodrop"6274version = "0.1.14"6275source = "registry+https://github.com/rust-lang/crates.io-index"6276checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"62776278[[package]]6279name = "nohash-hasher"6280version = "0.2.0"6281source = "registry+https://github.com/rust-lang/crates.io-index"6282checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"62836284[[package]]6285name = "nom"6286version = "7.1.3"6287source = "registry+https://github.com/rust-lang/crates.io-index"6288checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"6289dependencies = [6290 "memchr",6291 "minimal-lexical",6292]62936294[[package]]6295name = "normalize-line-endings"6296version = "0.3.0"6297source = "registry+https://github.com/rust-lang/crates.io-index"6298checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"62996300[[package]]6301name = "num-bigint"6302version = "0.4.4"6303source = "registry+https://github.com/rust-lang/crates.io-index"6304checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"6305dependencies = [6306 "autocfg",6307 "num-integer",6308 "num-traits",6309]63106311[[package]]6312name = "num-complex"6313version = "0.4.4"6314source = "registry+https://github.com/rust-lang/crates.io-index"6315checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"6316dependencies = [6317 "num-traits",6318]63196320[[package]]6321name = "num-format"6322version = "0.4.4"6323source = "registry+https://github.com/rust-lang/crates.io-index"6324checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"6325dependencies = [6326 "arrayvec 0.7.4",6327 "itoa",6328]63296330[[package]]6331name = "num-integer"6332version = "0.1.45"6333source = "registry+https://github.com/rust-lang/crates.io-index"6334checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"6335dependencies = [6336 "autocfg",6337 "num-traits",6338]63396340[[package]]6341name = "num-rational"6342version = "0.4.1"6343source = "registry+https://github.com/rust-lang/crates.io-index"6344checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"6345dependencies = [6346 "autocfg",6347 "num-bigint",6348 "num-integer",6349 "num-traits",6350]63516352[[package]]6353name = "num-traits"6354version = "0.2.16"6355source = "registry+https://github.com/rust-lang/crates.io-index"6356checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"6357dependencies = [6358 "autocfg",6359]63606361[[package]]6362name = "num_cpus"6363version = "1.16.0"6364source = "registry+https://github.com/rust-lang/crates.io-index"6365checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"6366dependencies = [6367 "hermit-abi 0.3.3",6368 "libc",6369]63706371[[package]]6372name = "num_enum"6373version = "0.7.0"6374source = "registry+https://github.com/rust-lang/crates.io-index"6375checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"6376dependencies = [6377 "num_enum_derive",6378]63796380[[package]]6381name = "num_enum_derive"6382version = "0.7.0"6383source = "registry+https://github.com/rust-lang/crates.io-index"6384checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"6385dependencies = [6386 "proc-macro-crate",6387 "proc-macro2",6388 "quote",6389 "syn 2.0.37",6390]63916392[[package]]6393name = "number_prefix"6394version = "0.4.0"6395source = "registry+https://github.com/rust-lang/crates.io-index"6396checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"63976398[[package]]6399name = "object"6400version = "0.30.4"6401source = "registry+https://github.com/rust-lang/crates.io-index"6402checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"6403dependencies = [6404 "crc32fast",6405 "hashbrown 0.13.2",6406 "indexmap 1.9.3",6407 "memchr",6408]64096410[[package]]6411name = "object"6412version = "0.32.1"6413source = "registry+https://github.com/rust-lang/crates.io-index"6414checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"6415dependencies = [6416 "memchr",6417]64186419[[package]]6420name = "oid-registry"6421version = "0.4.0"6422source = "registry+https://github.com/rust-lang/crates.io-index"6423checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"6424dependencies = [6425 "asn1-rs 0.3.1",6426]64276428[[package]]6429name = "oid-registry"6430version = "0.6.1"6431source = "registry+https://github.com/rust-lang/crates.io-index"6432checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"6433dependencies = [6434 "asn1-rs 0.5.2",6435]64366437[[package]]6438name = "once_cell"6439version = "1.18.0"6440source = "registry+https://github.com/rust-lang/crates.io-index"6441checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"64426443[[package]]6444name = "opal-runtime"6445version = "1.1.0"6446dependencies = [6447 "app-promotion-rpc",6448 "cumulus-pallet-aura-ext",6449 "cumulus-pallet-dmp-queue",6450 "cumulus-pallet-parachain-system",6451 "cumulus-pallet-xcm",6452 "cumulus-pallet-xcmp-queue",6453 "cumulus-primitives-core",6454 "cumulus-primitives-timestamp",6455 "cumulus-primitives-utility",6456 "derivative",6457 "evm-coder",6458 "fp-evm",6459 "fp-rpc",6460 "fp-self-contained",6461 "frame-benchmarking",6462 "frame-executive",6463 "frame-support",6464 "frame-system",6465 "frame-system-benchmarking",6466 "frame-system-rpc-runtime-api",6467 "frame-try-runtime",6468 "hex-literal",6469 "impl-trait-for-tuples",6470 "log",6471 "num_enum",6472 "orml-tokens",6473 "orml-traits",6474 "orml-vesting",6475 "orml-xcm-support",6476 "orml-xtokens",6477 "pallet-app-promotion",6478 "pallet-aura",6479 "pallet-authorship",6480 "pallet-balances",6481 "pallet-balances-adapter",6482 "pallet-base-fee",6483 "pallet-collator-selection",6484 "pallet-collective",6485 "pallet-common",6486 "pallet-configuration",6487 "pallet-democracy",6488 "pallet-ethereum",6489 "pallet-evm",6490 "pallet-evm-coder-substrate",6491 "pallet-evm-contract-helpers",6492 "pallet-evm-migration",6493 "pallet-evm-precompile-simple",6494 "pallet-evm-transaction-payment",6495 "pallet-foreign-assets",6496 "pallet-fungible",6497 "pallet-gov-origins",6498 "pallet-identity 4.0.0-dev",6499 "pallet-inflation",6500 "pallet-maintenance",6501 "pallet-membership",6502 "pallet-nonfungible",6503 "pallet-preimage",6504 "pallet-ranked-collective",6505 "pallet-referenda",6506 "pallet-refungible",6507 "pallet-scheduler",6508 "pallet-session",6509 "pallet-state-trie-migration",6510 "pallet-structure",6511 "pallet-sudo",6512 "pallet-template-transaction-payment",6513 "pallet-test-utils",6514 "pallet-timestamp",6515 "pallet-transaction-payment",6516 "pallet-transaction-payment-rpc-runtime-api",6517 "pallet-treasury",6518 "pallet-unique",6519 "pallet-utility",6520 "pallet-xcm",6521 "parachain-info",6522 "parity-scale-codec",6523 "polkadot-parachain-primitives",6524 "precompile-utils-macro",6525 "scale-info",6526 "serde",6527 "smallvec",6528 "sp-api",6529 "sp-arithmetic",6530 "sp-block-builder",6531 "sp-consensus-aura",6532 "sp-core",6533 "sp-inherents",6534 "sp-io",6535 "sp-offchain",6536 "sp-runtime",6537 "sp-session",6538 "sp-std",6539 "sp-transaction-pool",6540 "sp-version",6541 "staging-xcm",6542 "staging-xcm-builder",6543 "staging-xcm-executor",6544 "substrate-wasm-builder",6545 "up-common",6546 "up-data-structs",6547 "up-pov-estimate-rpc",6548 "up-rpc",6549 "up-sponsorship",6550]65516552[[package]]6553name = "opaque-debug"6554version = "0.2.3"6555source = "registry+https://github.com/rust-lang/crates.io-index"6556checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"65576558[[package]]6559name = "opaque-debug"6560version = "0.3.0"6561source = "registry+https://github.com/rust-lang/crates.io-index"6562checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"65636564[[package]]6565name = "openssl-probe"6566version = "0.1.5"6567source = "registry+https://github.com/rust-lang/crates.io-index"6568checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"65696570[[package]]6571name = "orchestra"6572version = "0.0.5"6573source = "registry+https://github.com/rust-lang/crates.io-index"6574checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"6575dependencies = [6576 "async-trait",6577 "dyn-clonable",6578 "futures",6579 "futures-timer",6580 "orchestra-proc-macro",6581 "pin-project",6582 "prioritized-metered-channel",6583 "thiserror",6584 "tracing",6585]65866587[[package]]6588name = "orchestra-proc-macro"6589version = "0.0.5"6590source = "registry+https://github.com/rust-lang/crates.io-index"6591checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"6592dependencies = [6593 "expander 0.0.6",6594 "itertools 0.10.5",6595 "petgraph",6596 "proc-macro-crate",6597 "proc-macro2",6598 "quote",6599 "syn 1.0.109",6600]66016602[[package]]6603name = "ordered-float"6604version = "1.1.1"6605source = "registry+https://github.com/rust-lang/crates.io-index"6606checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"6607dependencies = [6608 "num-traits",6609]66106611[[package]]6612name = "orml-tokens"6613version = "0.4.1-dev"6614source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6615dependencies = [6616 "frame-support",6617 "frame-system",6618 "log",6619 "orml-traits",6620 "parity-scale-codec",6621 "scale-info",6622 "serde",6623 "sp-arithmetic",6624 "sp-runtime",6625 "sp-std",6626]66276628[[package]]6629name = "orml-traits"6630version = "0.4.1-dev"6631source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6632dependencies = [6633 "frame-support",6634 "impl-trait-for-tuples",6635 "num-traits",6636 "orml-utilities",6637 "parity-scale-codec",6638 "paste",6639 "scale-info",6640 "serde",6641 "sp-core",6642 "sp-io",6643 "sp-runtime",6644 "sp-std",6645 "staging-xcm",6646]66476648[[package]]6649name = "orml-utilities"6650version = "0.4.1-dev"6651source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6652dependencies = [6653 "frame-support",6654 "parity-scale-codec",6655 "scale-info",6656 "serde",6657 "sp-core",6658 "sp-io",6659 "sp-runtime",6660 "sp-std",6661]66626663[[package]]6664name = "orml-vesting"6665version = "0.4.1-dev"6666source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6667dependencies = [6668 "frame-support",6669 "frame-system",6670 "parity-scale-codec",6671 "scale-info",6672 "serde",6673 "sp-io",6674 "sp-runtime",6675 "sp-std",6676]66776678[[package]]6679name = "orml-xcm-support"6680version = "0.4.1-dev"6681source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6682dependencies = [6683 "frame-support",6684 "orml-traits",6685 "parity-scale-codec",6686 "sp-runtime",6687 "sp-std",6688 "staging-xcm",6689 "staging-xcm-executor",6690]66916692[[package]]6693name = "orml-xtokens"6694version = "0.4.1-dev"6695source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6696dependencies = [6697 "cumulus-primitives-core",6698 "frame-support",6699 "frame-system",6700 "log",6701 "orml-traits",6702 "orml-xcm-support",6703 "pallet-xcm",6704 "parity-scale-codec",6705 "scale-info",6706 "serde",6707 "sp-io",6708 "sp-runtime",6709 "sp-std",6710 "staging-xcm",6711 "staging-xcm-executor",6712]67136714[[package]]6715name = "p256"6716version = "0.11.1"6717source = "registry+https://github.com/rust-lang/crates.io-index"6718checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6719dependencies = [6720 "ecdsa 0.14.8",6721 "elliptic-curve 0.12.3",6722 "sha2 0.10.8",6723]67246725[[package]]6726name = "p384"6727version = "0.11.2"6728source = "registry+https://github.com/rust-lang/crates.io-index"6729checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6730dependencies = [6731 "ecdsa 0.14.8",6732 "elliptic-curve 0.12.3",6733 "sha2 0.10.8",6734]67356736[[package]]6737name = "pallet-app-promotion"6738version = "0.2.1"6739dependencies = [6740 "frame-benchmarking",6741 "frame-support",6742 "frame-system",6743 "log",6744 "pallet-common",6745 "pallet-configuration",6746 "pallet-evm",6747 "pallet-evm-contract-helpers",6748 "pallet-evm-migration",6749 "pallet-unique",6750 "parity-scale-codec",6751 "scale-info",6752 "sp-core",6753 "sp-runtime",6754 "sp-std",6755 "up-data-structs",6756]67576758[[package]]6759name = "pallet-aura"6760version = "4.0.0-dev"6761source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6762dependencies = [6763 "frame-support",6764 "frame-system",6765 "log",6766 "pallet-timestamp",6767 "parity-scale-codec",6768 "scale-info",6769 "sp-application-crypto",6770 "sp-consensus-aura",6771 "sp-runtime",6772 "sp-std",6773]67746775[[package]]6776name = "pallet-authority-discovery"6777version = "4.0.0-dev"6778source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6779dependencies = [6780 "frame-support",6781 "frame-system",6782 "pallet-session",6783 "parity-scale-codec",6784 "scale-info",6785 "sp-application-crypto",6786 "sp-authority-discovery",6787 "sp-runtime",6788 "sp-std",6789]67906791[[package]]6792name = "pallet-authorship"6793version = "4.0.0-dev"6794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6795dependencies = [6796 "frame-support",6797 "frame-system",6798 "impl-trait-for-tuples",6799 "parity-scale-codec",6800 "scale-info",6801 "sp-runtime",6802 "sp-std",6803]68046805[[package]]6806name = "pallet-babe"6807version = "4.0.0-dev"6808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6809dependencies = [6810 "frame-benchmarking",6811 "frame-support",6812 "frame-system",6813 "log",6814 "pallet-authorship",6815 "pallet-session",6816 "pallet-timestamp",6817 "parity-scale-codec",6818 "scale-info",6819 "sp-application-crypto",6820 "sp-consensus-babe",6821 "sp-core",6822 "sp-io",6823 "sp-runtime",6824 "sp-session",6825 "sp-staking",6826 "sp-std",6827]68286829[[package]]6830name = "pallet-bags-list"6831version = "4.0.0-dev"6832source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6833dependencies = [6834 "aquamarine",6835 "docify",6836 "frame-benchmarking",6837 "frame-election-provider-support",6838 "frame-support",6839 "frame-system",6840 "log",6841 "pallet-balances",6842 "parity-scale-codec",6843 "scale-info",6844 "sp-core",6845 "sp-io",6846 "sp-runtime",6847 "sp-std",6848 "sp-tracing",6849]68506851[[package]]6852name = "pallet-balances"6853version = "4.0.0-dev"6854source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6855dependencies = [6856 "frame-benchmarking",6857 "frame-support",6858 "frame-system",6859 "log",6860 "parity-scale-codec",6861 "scale-info",6862 "sp-runtime",6863 "sp-std",6864]68656866[[package]]6867name = "pallet-balances-adapter"6868version = "0.1.0"6869dependencies = [6870 "evm-coder",6871 "frame-support",6872 "frame-system",6873 "pallet-balances",6874 "pallet-common",6875 "pallet-evm",6876 "pallet-evm-coder-substrate",6877 "pallet-evm-transaction-payment",6878 "pallet-structure",6879 "parity-scale-codec",6880 "scale-info",6881 "sp-core",6882 "sp-runtime",6883 "sp-std",6884 "up-data-structs",6885]68866887[[package]]6888name = "pallet-base-fee"6889version = "1.0.0"6890source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"6891dependencies = [6892 "fp-evm",6893 "frame-support",6894 "frame-system",6895 "parity-scale-codec",6896 "scale-info",6897 "sp-core",6898 "sp-runtime",6899]69006901[[package]]6902name = "pallet-beefy"6903version = "4.0.0-dev"6904source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6905dependencies = [6906 "frame-support",6907 "frame-system",6908 "log",6909 "pallet-authorship",6910 "pallet-session",6911 "parity-scale-codec",6912 "scale-info",6913 "serde",6914 "sp-consensus-beefy",6915 "sp-runtime",6916 "sp-session",6917 "sp-staking",6918 "sp-std",6919]69206921[[package]]6922name = "pallet-beefy-mmr"6923version = "4.0.0-dev"6924source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6925dependencies = [6926 "array-bytes",6927 "binary-merkle-tree",6928 "frame-support",6929 "frame-system",6930 "log",6931 "pallet-beefy",6932 "pallet-mmr",6933 "pallet-session",6934 "parity-scale-codec",6935 "scale-info",6936 "serde",6937 "sp-api",6938 "sp-consensus-beefy",6939 "sp-core",6940 "sp-io",6941 "sp-runtime",6942 "sp-state-machine",6943 "sp-std",6944]69456946[[package]]6947name = "pallet-bounties"6948version = "4.0.0-dev"6949source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6950dependencies = [6951 "frame-benchmarking",6952 "frame-support",6953 "frame-system",6954 "log",6955 "pallet-treasury",6956 "parity-scale-codec",6957 "scale-info",6958 "sp-core",6959 "sp-io",6960 "sp-runtime",6961 "sp-std",6962]69636964[[package]]6965name = "pallet-child-bounties"6966version = "4.0.0-dev"6967source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6968dependencies = [6969 "frame-benchmarking",6970 "frame-support",6971 "frame-system",6972 "log",6973 "pallet-bounties",6974 "pallet-treasury",6975 "parity-scale-codec",6976 "scale-info",6977 "sp-core",6978 "sp-io",6979 "sp-runtime",6980 "sp-std",6981]69826983[[package]]6984name = "pallet-collator-selection"6985version = "5.0.0"6986dependencies = [6987 "frame-benchmarking",6988 "frame-support",6989 "frame-system",6990 "log",6991 "pallet-aura",6992 "pallet-authorship",6993 "pallet-balances",6994 "pallet-session",6995 "pallet-timestamp",6996 "parity-scale-codec",6997 "rand 0.8.5",6998 "scale-info",6999 "serde",7000 "sp-consensus-aura",7001 "sp-core",7002 "sp-io",7003 "sp-runtime",7004 "sp-staking",7005 "sp-std",7006 "sp-tracing",7007]70087009[[package]]7010name = "pallet-collective"7011version = "4.0.0-dev"7012source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7013dependencies = [7014 "frame-benchmarking",7015 "frame-support",7016 "frame-system",7017 "log",7018 "parity-scale-codec",7019 "scale-info",7020 "sp-core",7021 "sp-io",7022 "sp-runtime",7023 "sp-std",7024]70257026[[package]]7027name = "pallet-common"7028version = "0.1.14"7029dependencies = [7030 "bondrewd",7031 "ethereum",7032 "evm-coder",7033 "frame-benchmarking",7034 "frame-support",7035 "frame-system",7036 "pallet-evm",7037 "pallet-evm-coder-substrate",7038 "parity-scale-codec",7039 "scale-info",7040 "sp-core",7041 "sp-runtime",7042 "sp-std",7043 "sp-weights",7044 "up-data-structs",7045 "up-pov-estimate-rpc",7046]70477048[[package]]7049name = "pallet-configuration"7050version = "0.2.0"7051dependencies = [7052 "fp-evm",7053 "frame-benchmarking",7054 "frame-support",7055 "frame-system",7056 "hex-literal",7057 "log",7058 "parity-scale-codec",7059 "scale-info",7060 "smallvec",7061 "sp-arithmetic",7062 "sp-core",7063 "sp-io",7064 "sp-runtime",7065 "sp-std",7066 "staging-xcm",7067 "up-common",7068]70697070[[package]]7071name = "pallet-conviction-voting"7072version = "4.0.0-dev"7073source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7074dependencies = [7075 "assert_matches",7076 "frame-benchmarking",7077 "frame-support",7078 "frame-system",7079 "parity-scale-codec",7080 "scale-info",7081 "serde",7082 "sp-io",7083 "sp-runtime",7084 "sp-std",7085]70867087[[package]]7088name = "pallet-democracy"7089version = "4.0.0-dev"7090source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7091dependencies = [7092 "frame-benchmarking",7093 "frame-support",7094 "frame-system",7095 "log",7096 "parity-scale-codec",7097 "scale-info",7098 "serde",7099 "sp-core",7100 "sp-io",7101 "sp-runtime",7102 "sp-std",7103]71047105[[package]]7106name = "pallet-election-provider-multi-phase"7107version = "4.0.0-dev"7108source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7109dependencies = [7110 "frame-benchmarking",7111 "frame-election-provider-support",7112 "frame-support",7113 "frame-system",7114 "log",7115 "pallet-election-provider-support-benchmarking",7116 "parity-scale-codec",7117 "rand 0.8.5",7118 "scale-info",7119 "sp-arithmetic",7120 "sp-core",7121 "sp-io",7122 "sp-npos-elections",7123 "sp-runtime",7124 "sp-std",7125 "strum",7126]71277128[[package]]7129name = "pallet-election-provider-support-benchmarking"7130version = "4.0.0-dev"7131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7132dependencies = [7133 "frame-benchmarking",7134 "frame-election-provider-support",7135 "frame-system",7136 "parity-scale-codec",7137 "sp-npos-elections",7138 "sp-runtime",7139 "sp-std",7140]71417142[[package]]7143name = "pallet-elections-phragmen"7144version = "5.0.0-dev"7145source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7146dependencies = [7147 "frame-benchmarking",7148 "frame-support",7149 "frame-system",7150 "log",7151 "parity-scale-codec",7152 "scale-info",7153 "sp-core",7154 "sp-io",7155 "sp-npos-elections",7156 "sp-runtime",7157 "sp-staking",7158 "sp-std",7159]71607161[[package]]7162name = "pallet-ethereum"7163version = "4.0.0-dev"7164source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7165dependencies = [7166 "ethereum",7167 "ethereum-types",7168 "evm",7169 "fp-consensus",7170 "fp-ethereum",7171 "fp-evm",7172 "fp-rpc",7173 "fp-storage",7174 "frame-support",7175 "frame-system",7176 "pallet-evm",7177 "parity-scale-codec",7178 "scale-info",7179 "sp-io",7180 "sp-runtime",7181 "sp-std",7182]71837184[[package]]7185name = "pallet-evm"7186version = "6.0.0-dev"7187source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7188dependencies = [7189 "environmental",7190 "evm",7191 "fp-account",7192 "fp-evm",7193 "frame-benchmarking",7194 "frame-support",7195 "frame-system",7196 "hash-db 0.16.0",7197 "hex",7198 "hex-literal",7199 "impl-trait-for-tuples",7200 "log",7201 "parity-scale-codec",7202 "rlp",7203 "scale-info",7204 "serde",7205 "sp-core",7206 "sp-io",7207 "sp-runtime",7208 "sp-std",7209]72107211[[package]]7212name = "pallet-evm-coder-substrate"7213version = "0.1.3"7214dependencies = [7215 "evm-coder",7216 "evm-coder-substrate-procedural",7217 "evm-core",7218 "frame-benchmarking",7219 "frame-support",7220 "frame-system",7221 "pallet-evm",7222 "parity-scale-codec",7223 "scale-info",7224 "sp-core",7225 "sp-std",7226 "sp-weights",7227 "spez",7228 "up-data-structs",7229]72307231[[package]]7232name = "pallet-evm-contract-helpers"7233version = "0.3.0"7234dependencies = [7235 "evm-coder",7236 "frame-support",7237 "frame-system",7238 "pallet-common",7239 "pallet-evm",7240 "pallet-evm-coder-substrate",7241 "pallet-evm-transaction-payment",7242 "parity-scale-codec",7243 "scale-info",7244 "sp-core",7245 "sp-std",7246 "up-data-structs",7247 "up-sponsorship",7248]72497250[[package]]7251name = "pallet-evm-migration"7252version = "0.1.1"7253dependencies = [7254 "ethereum",7255 "frame-benchmarking",7256 "frame-support",7257 "frame-system",7258 "pallet-evm",7259 "parity-scale-codec",7260 "scale-info",7261 "sp-core",7262 "sp-io",7263 "sp-std",7264]72657266[[package]]7267name = "pallet-evm-precompile-simple"7268version = "2.0.0-dev"7269source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7270dependencies = [7271 "fp-evm",7272 "ripemd",7273 "sp-io",7274]72757276[[package]]7277name = "pallet-evm-transaction-payment"7278version = "0.1.1"7279dependencies = [7280 "fp-evm",7281 "frame-support",7282 "frame-system",7283 "pallet-evm",7284 "parity-scale-codec",7285 "scale-info",7286 "sp-core",7287 "sp-runtime",7288 "sp-std",7289 "up-sponsorship",7290]72917292[[package]]7293name = "pallet-fast-unstake"7294version = "4.0.0-dev"7295source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7296dependencies = [7297 "docify",7298 "frame-benchmarking",7299 "frame-election-provider-support",7300 "frame-support",7301 "frame-system",7302 "log",7303 "parity-scale-codec",7304 "scale-info",7305 "sp-io",7306 "sp-runtime",7307 "sp-staking",7308 "sp-std",7309]73107311[[package]]7312name = "pallet-foreign-assets"7313version = "0.1.0"7314dependencies = [7315 "frame-benchmarking",7316 "frame-support",7317 "frame-system",7318 "log",7319 "orml-tokens",7320 "pallet-balances",7321 "pallet-common",7322 "pallet-fungible",7323 "parity-scale-codec",7324 "scale-info",7325 "serde",7326 "sp-runtime",7327 "sp-std",7328 "staging-xcm",7329 "staging-xcm-executor",7330 "up-data-structs",7331]73327333[[package]]7334name = "pallet-fungible"7335version = "0.1.11"7336dependencies = [7337 "evm-coder",7338 "frame-benchmarking",7339 "frame-support",7340 "frame-system",7341 "pallet-common",7342 "pallet-evm",7343 "pallet-evm-coder-substrate",7344 "pallet-structure",7345 "parity-scale-codec",7346 "scale-info",7347 "sp-core",7348 "sp-runtime",7349 "sp-std",7350 "up-data-structs",7351]73527353[[package]]7354name = "pallet-gov-origins"7355version = "0.2.1"7356dependencies = [7357 "frame-support",7358 "frame-system",7359 "parity-scale-codec",7360 "scale-info",7361]73627363[[package]]7364name = "pallet-grandpa"7365version = "4.0.0-dev"7366source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7367dependencies = [7368 "frame-benchmarking",7369 "frame-support",7370 "frame-system",7371 "log",7372 "pallet-authorship",7373 "pallet-session",7374 "parity-scale-codec",7375 "scale-info",7376 "sp-application-crypto",7377 "sp-consensus-grandpa",7378 "sp-core",7379 "sp-io",7380 "sp-runtime",7381 "sp-session",7382 "sp-staking",7383 "sp-std",7384]73857386[[package]]7387name = "pallet-identity"7388version = "4.0.0-dev"7389dependencies = [7390 "enumflags2",7391 "frame-benchmarking",7392 "frame-support",7393 "frame-system",7394 "pallet-balances",7395 "parity-scale-codec",7396 "scale-info",7397 "sp-core",7398 "sp-io",7399 "sp-runtime",7400 "sp-std",7401]74027403[[package]]7404name = "pallet-identity"7405version = "4.0.0-dev"7406source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7407dependencies = [7408 "enumflags2",7409 "frame-benchmarking",7410 "frame-support",7411 "frame-system",7412 "parity-scale-codec",7413 "scale-info",7414 "sp-io",7415 "sp-runtime",7416 "sp-std",7417]74187419[[package]]7420name = "pallet-im-online"7421version = "4.0.0-dev"7422source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7423dependencies = [7424 "frame-benchmarking",7425 "frame-support",7426 "frame-system",7427 "log",7428 "pallet-authorship",7429 "parity-scale-codec",7430 "scale-info",7431 "sp-application-crypto",7432 "sp-core",7433 "sp-io",7434 "sp-runtime",7435 "sp-staking",7436 "sp-std",7437]74387439[[package]]7440name = "pallet-indices"7441version = "4.0.0-dev"7442source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7443dependencies = [7444 "frame-benchmarking",7445 "frame-support",7446 "frame-system",7447 "parity-scale-codec",7448 "scale-info",7449 "sp-core",7450 "sp-io",7451 "sp-keyring",7452 "sp-runtime",7453 "sp-std",7454]74557456[[package]]7457name = "pallet-inflation"7458version = "0.1.1"7459dependencies = [7460 "frame-benchmarking",7461 "frame-support",7462 "frame-system",7463 "pallet-balances",7464 "parity-scale-codec",7465 "scale-info",7466 "sp-core",7467 "sp-io",7468 "sp-runtime",7469 "sp-std",7470]74717472[[package]]7473name = "pallet-maintenance"7474version = "0.1.0"7475dependencies = [7476 "frame-benchmarking",7477 "frame-support",7478 "frame-system",7479 "parity-scale-codec",7480 "scale-info",7481 "sp-core",7482 "sp-runtime",7483 "sp-std",7484]74857486[[package]]7487name = "pallet-membership"7488version = "4.0.0-dev"7489source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7490dependencies = [7491 "frame-benchmarking",7492 "frame-support",7493 "frame-system",7494 "log",7495 "parity-scale-codec",7496 "scale-info",7497 "sp-core",7498 "sp-io",7499 "sp-runtime",7500 "sp-std",7501]75027503[[package]]7504name = "pallet-message-queue"7505version = "7.0.0-dev"7506source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7507dependencies = [7508 "frame-benchmarking",7509 "frame-support",7510 "frame-system",7511 "log",7512 "parity-scale-codec",7513 "scale-info",7514 "sp-arithmetic",7515 "sp-core",7516 "sp-io",7517 "sp-runtime",7518 "sp-std",7519 "sp-weights",7520]75217522[[package]]7523name = "pallet-mmr"7524version = "4.0.0-dev"7525source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7526dependencies = [7527 "frame-benchmarking",7528 "frame-support",7529 "frame-system",7530 "log",7531 "parity-scale-codec",7532 "scale-info",7533 "sp-core",7534 "sp-io",7535 "sp-mmr-primitives",7536 "sp-runtime",7537 "sp-std",7538]75397540[[package]]7541name = "pallet-multisig"7542version = "4.0.0-dev"7543source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7544dependencies = [7545 "frame-benchmarking",7546 "frame-support",7547 "frame-system",7548 "log",7549 "parity-scale-codec",7550 "scale-info",7551 "sp-io",7552 "sp-runtime",7553 "sp-std",7554]75557556[[package]]7557name = "pallet-nis"7558version = "4.0.0-dev"7559source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7560dependencies = [7561 "frame-benchmarking",7562 "frame-support",7563 "frame-system",7564 "parity-scale-codec",7565 "scale-info",7566 "sp-arithmetic",7567 "sp-core",7568 "sp-runtime",7569 "sp-std",7570]75717572[[package]]7573name = "pallet-nomination-pools"7574version = "1.0.0"7575source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7576dependencies = [7577 "frame-support",7578 "frame-system",7579 "log",7580 "pallet-balances",7581 "parity-scale-codec",7582 "scale-info",7583 "sp-core",7584 "sp-io",7585 "sp-runtime",7586 "sp-staking",7587 "sp-std",7588 "sp-tracing",7589]75907591[[package]]7592name = "pallet-nomination-pools-benchmarking"7593version = "1.0.0"7594source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7595dependencies = [7596 "frame-benchmarking",7597 "frame-election-provider-support",7598 "frame-support",7599 "frame-system",7600 "pallet-bags-list",7601 "pallet-nomination-pools",7602 "pallet-staking",7603 "parity-scale-codec",7604 "scale-info",7605 "sp-runtime",7606 "sp-runtime-interface",7607 "sp-staking",7608 "sp-std",7609]76107611[[package]]7612name = "pallet-nomination-pools-runtime-api"7613version = "1.0.0-dev"7614source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7615dependencies = [7616 "pallet-nomination-pools",7617 "parity-scale-codec",7618 "sp-api",7619 "sp-std",7620]76217622[[package]]7623name = "pallet-nonfungible"7624version = "0.1.14"7625dependencies = [7626 "evm-coder",7627 "frame-benchmarking",7628 "frame-support",7629 "frame-system",7630 "pallet-common",7631 "pallet-evm",7632 "pallet-evm-coder-substrate",7633 "pallet-structure",7634 "parity-scale-codec",7635 "scale-info",7636 "sp-core",7637 "sp-runtime",7638 "sp-std",7639 "struct-versioning",7640 "up-data-structs",7641]76427643[[package]]7644name = "pallet-offences"7645version = "4.0.0-dev"7646source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7647dependencies = [7648 "frame-support",7649 "frame-system",7650 "log",7651 "pallet-balances",7652 "parity-scale-codec",7653 "scale-info",7654 "serde",7655 "sp-runtime",7656 "sp-staking",7657 "sp-std",7658]76597660[[package]]7661name = "pallet-offences-benchmarking"7662version = "4.0.0-dev"7663source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7664dependencies = [7665 "frame-benchmarking",7666 "frame-election-provider-support",7667 "frame-support",7668 "frame-system",7669 "log",7670 "pallet-babe",7671 "pallet-balances",7672 "pallet-grandpa",7673 "pallet-im-online",7674 "pallet-offences",7675 "pallet-session",7676 "pallet-staking",7677 "parity-scale-codec",7678 "scale-info",7679 "sp-runtime",7680 "sp-staking",7681 "sp-std",7682]76837684[[package]]7685name = "pallet-preimage"7686version = "4.0.0-dev"7687source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7688dependencies = [7689 "frame-benchmarking",7690 "frame-support",7691 "frame-system",7692 "log",7693 "parity-scale-codec",7694 "scale-info",7695 "sp-core",7696 "sp-io",7697 "sp-runtime",7698 "sp-std",7699]77007701[[package]]7702name = "pallet-proxy"7703version = "4.0.0-dev"7704source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7705dependencies = [7706 "frame-benchmarking",7707 "frame-support",7708 "frame-system",7709 "parity-scale-codec",7710 "scale-info",7711 "sp-io",7712 "sp-runtime",7713 "sp-std",7714]77157716[[package]]7717name = "pallet-ranked-collective"7718version = "4.0.0-dev"7719source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7720dependencies = [7721 "frame-benchmarking",7722 "frame-support",7723 "frame-system",7724 "log",7725 "parity-scale-codec",7726 "scale-info",7727 "sp-arithmetic",7728 "sp-core",7729 "sp-io",7730 "sp-runtime",7731 "sp-std",7732]77337734[[package]]7735name = "pallet-recovery"7736version = "4.0.0-dev"7737source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7738dependencies = [7739 "frame-benchmarking",7740 "frame-support",7741 "frame-system",7742 "parity-scale-codec",7743 "scale-info",7744 "sp-io",7745 "sp-runtime",7746 "sp-std",7747]77487749[[package]]7750name = "pallet-referenda"7751version = "4.0.0-dev"7752source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7753dependencies = [7754 "assert_matches",7755 "frame-benchmarking",7756 "frame-support",7757 "frame-system",7758 "log",7759 "parity-scale-codec",7760 "scale-info",7761 "serde",7762 "sp-arithmetic",7763 "sp-io",7764 "sp-runtime",7765 "sp-std",7766]77677768[[package]]7769name = "pallet-refungible"7770version = "0.2.13"7771dependencies = [7772 "evm-coder",7773 "frame-benchmarking",7774 "frame-support",7775 "frame-system",7776 "pallet-common",7777 "pallet-evm",7778 "pallet-evm-coder-substrate",7779 "pallet-structure",7780 "parity-scale-codec",7781 "scale-info",7782 "sp-core",7783 "sp-runtime",7784 "sp-std",7785 "up-data-structs",7786]77877788[[package]]7789name = "pallet-scheduler"7790version = "4.0.0-dev"7791source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7792dependencies = [7793 "docify",7794 "frame-benchmarking",7795 "frame-support",7796 "frame-system",7797 "log",7798 "parity-scale-codec",7799 "scale-info",7800 "sp-io",7801 "sp-runtime",7802 "sp-std",7803 "sp-weights",7804]78057806[[package]]7807name = "pallet-session"7808version = "4.0.0-dev"7809source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7810dependencies = [7811 "frame-support",7812 "frame-system",7813 "impl-trait-for-tuples",7814 "log",7815 "pallet-timestamp",7816 "parity-scale-codec",7817 "scale-info",7818 "sp-core",7819 "sp-io",7820 "sp-runtime",7821 "sp-session",7822 "sp-staking",7823 "sp-state-machine",7824 "sp-std",7825 "sp-trie",7826]78277828[[package]]7829name = "pallet-session-benchmarking"7830version = "4.0.0-dev"7831source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7832dependencies = [7833 "frame-benchmarking",7834 "frame-support",7835 "frame-system",7836 "pallet-session",7837 "pallet-staking",7838 "parity-scale-codec",7839 "rand 0.8.5",7840 "sp-runtime",7841 "sp-session",7842 "sp-std",7843]78447845[[package]]7846name = "pallet-society"7847version = "4.0.0-dev"7848source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7849dependencies = [7850 "frame-benchmarking",7851 "frame-support",7852 "frame-system",7853 "log",7854 "parity-scale-codec",7855 "rand_chacha 0.2.2",7856 "scale-info",7857 "sp-arithmetic",7858 "sp-io",7859 "sp-runtime",7860 "sp-std",7861]78627863[[package]]7864name = "pallet-staking"7865version = "4.0.0-dev"7866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7867dependencies = [7868 "frame-benchmarking",7869 "frame-election-provider-support",7870 "frame-support",7871 "frame-system",7872 "log",7873 "pallet-authorship",7874 "pallet-session",7875 "parity-scale-codec",7876 "rand_chacha 0.2.2",7877 "scale-info",7878 "serde",7879 "sp-application-crypto",7880 "sp-io",7881 "sp-runtime",7882 "sp-staking",7883 "sp-std",7884]78857886[[package]]7887name = "pallet-staking-reward-curve"7888version = "4.0.0-dev"7889source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7890dependencies = [7891 "proc-macro-crate",7892 "proc-macro2",7893 "quote",7894 "syn 2.0.37",7895]78967897[[package]]7898name = "pallet-staking-reward-fn"7899version = "4.0.0-dev"7900source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7901dependencies = [7902 "log",7903 "sp-arithmetic",7904]79057906[[package]]7907name = "pallet-staking-runtime-api"7908version = "4.0.0-dev"7909source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7910dependencies = [7911 "parity-scale-codec",7912 "sp-api",7913]79147915[[package]]7916name = "pallet-state-trie-migration"7917version = "4.0.0-dev"7918source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7919dependencies = [7920 "frame-benchmarking",7921 "frame-support",7922 "frame-system",7923 "log",7924 "parity-scale-codec",7925 "scale-info",7926 "sp-core",7927 "sp-io",7928 "sp-runtime",7929 "sp-std",7930]79317932[[package]]7933name = "pallet-structure"7934version = "0.1.2"7935dependencies = [7936 "frame-benchmarking",7937 "frame-support",7938 "frame-system",7939 "log",7940 "pallet-common",7941 "pallet-evm",7942 "parity-scale-codec",7943 "scale-info",7944 "sp-runtime",7945 "sp-std",7946 "up-data-structs",7947]79487949[[package]]7950name = "pallet-sudo"7951version = "4.0.0-dev"7952source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7953dependencies = [7954 "frame-benchmarking",7955 "frame-support",7956 "frame-system",7957 "parity-scale-codec",7958 "scale-info",7959 "sp-io",7960 "sp-runtime",7961 "sp-std",7962]79637964[[package]]7965name = "pallet-template-transaction-payment"7966version = "3.0.0"7967source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"7968dependencies = [7969 "frame-benchmarking",7970 "frame-support",7971 "frame-system",7972 "pallet-balances",7973 "pallet-transaction-payment",7974 "parity-scale-codec",7975 "scale-info",7976 "serde",7977 "sp-core",7978 "sp-io",7979 "sp-runtime",7980 "sp-std",7981 "up-sponsorship",7982]79837984[[package]]7985name = "pallet-test-utils"7986version = "0.1.0"7987dependencies = [7988 "frame-support",7989 "frame-system",7990 "parity-scale-codec",7991 "scale-info",7992 "sp-runtime",7993 "sp-std",7994]79957996[[package]]7997name = "pallet-timestamp"7998version = "4.0.0-dev"7999source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8000dependencies = [8001 "frame-benchmarking",8002 "frame-support",8003 "frame-system",8004 "log",8005 "parity-scale-codec",8006 "scale-info",8007 "sp-inherents",8008 "sp-io",8009 "sp-runtime",8010 "sp-std",8011 "sp-storage",8012 "sp-timestamp",8013]80148015[[package]]8016name = "pallet-tips"8017version = "4.0.0-dev"8018source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8019dependencies = [8020 "frame-benchmarking",8021 "frame-support",8022 "frame-system",8023 "log",8024 "pallet-treasury",8025 "parity-scale-codec",8026 "scale-info",8027 "serde",8028 "sp-core",8029 "sp-io",8030 "sp-runtime",8031 "sp-std",8032]80338034[[package]]8035name = "pallet-transaction-payment"8036version = "4.0.0-dev"8037source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8038dependencies = [8039 "frame-support",8040 "frame-system",8041 "parity-scale-codec",8042 "scale-info",8043 "serde",8044 "sp-core",8045 "sp-io",8046 "sp-runtime",8047 "sp-std",8048]80498050[[package]]8051name = "pallet-transaction-payment-rpc"8052version = "4.0.0-dev"8053source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8054dependencies = [8055 "jsonrpsee",8056 "pallet-transaction-payment-rpc-runtime-api",8057 "parity-scale-codec",8058 "sp-api",8059 "sp-blockchain",8060 "sp-core",8061 "sp-rpc",8062 "sp-runtime",8063 "sp-weights",8064]80658066[[package]]8067name = "pallet-transaction-payment-rpc-runtime-api"8068version = "4.0.0-dev"8069source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8070dependencies = [8071 "pallet-transaction-payment",8072 "parity-scale-codec",8073 "sp-api",8074 "sp-runtime",8075 "sp-weights",8076]80778078[[package]]8079name = "pallet-treasury"8080version = "4.0.0-dev"8081source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8082dependencies = [8083 "frame-benchmarking",8084 "frame-support",8085 "frame-system",8086 "impl-trait-for-tuples",8087 "pallet-balances",8088 "parity-scale-codec",8089 "scale-info",8090 "serde",8091 "sp-runtime",8092 "sp-std",8093]80948095[[package]]8096name = "pallet-unique"8097version = "0.2.1"8098dependencies = [8099 "ethereum",8100 "evm-coder",8101 "frame-benchmarking",8102 "frame-support",8103 "frame-system",8104 "log",8105 "pallet-balances-adapter",8106 "pallet-common",8107 "pallet-evm",8108 "pallet-evm-coder-substrate",8109 "pallet-nonfungible",8110 "pallet-refungible",8111 "parity-scale-codec",8112 "scale-info",8113 "sp-core",8114 "sp-io",8115 "sp-runtime",8116 "sp-std",8117 "up-data-structs",8118]81198120[[package]]8121name = "pallet-utility"8122version = "4.0.0-dev"8123source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8124dependencies = [8125 "frame-benchmarking",8126 "frame-support",8127 "frame-system",8128 "parity-scale-codec",8129 "scale-info",8130 "sp-core",8131 "sp-io",8132 "sp-runtime",8133 "sp-std",8134]81358136[[package]]8137name = "pallet-vesting"8138version = "4.0.0-dev"8139source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8140dependencies = [8141 "frame-benchmarking",8142 "frame-support",8143 "frame-system",8144 "log",8145 "parity-scale-codec",8146 "scale-info",8147 "sp-runtime",8148 "sp-std",8149]81508151[[package]]8152name = "pallet-whitelist"8153version = "4.0.0-dev"8154source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8155dependencies = [8156 "frame-benchmarking",8157 "frame-support",8158 "frame-system",8159 "parity-scale-codec",8160 "scale-info",8161 "sp-api",8162 "sp-runtime",8163 "sp-std",8164]81658166[[package]]8167name = "pallet-xcm"8168version = "1.0.0"8169source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8170dependencies = [8171 "bounded-collections",8172 "frame-benchmarking",8173 "frame-support",8174 "frame-system",8175 "log",8176 "parity-scale-codec",8177 "scale-info",8178 "serde",8179 "sp-core",8180 "sp-io",8181 "sp-runtime",8182 "sp-std",8183 "staging-xcm",8184 "staging-xcm-executor",8185]81868187[[package]]8188name = "pallet-xcm-benchmarks"8189version = "1.0.0"8190source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8191dependencies = [8192 "frame-benchmarking",8193 "frame-support",8194 "frame-system",8195 "log",8196 "parity-scale-codec",8197 "scale-info",8198 "sp-io",8199 "sp-runtime",8200 "sp-std",8201 "staging-xcm",8202 "staging-xcm-builder",8203 "staging-xcm-executor",8204]82058206[[package]]8207name = "parachain-info"8208version = "0.1.0"8209source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8210dependencies = [8211 "cumulus-primitives-core",8212 "frame-support",8213 "frame-system",8214 "parity-scale-codec",8215 "scale-info",8216 "sp-runtime",8217 "sp-std",8218]82198220[[package]]8221name = "parity-db"8222version = "0.4.11"8223source = "registry+https://github.com/rust-lang/crates.io-index"8224checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735"8225dependencies = [8226 "blake2",8227 "crc32fast",8228 "fs2",8229 "hex",8230 "libc",8231 "log",8232 "lz4",8233 "memmap2",8234 "parking_lot 0.12.1",8235 "rand 0.8.5",8236 "siphasher",8237 "snap",8238]82398240[[package]]8241name = "parity-scale-codec"8242version = "3.6.5"8243source = "registry+https://github.com/rust-lang/crates.io-index"8244checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb"8245dependencies = [8246 "arrayvec 0.7.4",8247 "bitvec",8248 "byte-slice-cast",8249 "bytes",8250 "impl-trait-for-tuples",8251 "parity-scale-codec-derive",8252 "serde",8253]82548255[[package]]8256name = "parity-scale-codec-derive"8257version = "3.6.5"8258source = "registry+https://github.com/rust-lang/crates.io-index"8259checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"8260dependencies = [8261 "proc-macro-crate",8262 "proc-macro2",8263 "quote",8264 "syn 1.0.109",8265]82668267[[package]]8268name = "parity-send-wrapper"8269version = "0.1.0"8270source = "registry+https://github.com/rust-lang/crates.io-index"8271checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"82728273[[package]]8274name = "parity-wasm"8275version = "0.45.0"8276source = "registry+https://github.com/rust-lang/crates.io-index"8277checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"82788279[[package]]8280name = "parking"8281version = "2.1.1"8282source = "registry+https://github.com/rust-lang/crates.io-index"8283checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"82848285[[package]]8286name = "parking_lot"8287version = "0.11.2"8288source = "registry+https://github.com/rust-lang/crates.io-index"8289checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"8290dependencies = [8291 "instant",8292 "lock_api",8293 "parking_lot_core 0.8.6",8294]82958296[[package]]8297name = "parking_lot"8298version = "0.12.1"8299source = "registry+https://github.com/rust-lang/crates.io-index"8300checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8301dependencies = [8302 "lock_api",8303 "parking_lot_core 0.9.8",8304]83058306[[package]]8307name = "parking_lot_core"8308version = "0.8.6"8309source = "registry+https://github.com/rust-lang/crates.io-index"8310checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"8311dependencies = [8312 "cfg-if",8313 "instant",8314 "libc",8315 "redox_syscall 0.2.16",8316 "smallvec",8317 "winapi",8318]83198320[[package]]8321name = "parking_lot_core"8322version = "0.9.8"8323source = "registry+https://github.com/rust-lang/crates.io-index"8324checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"8325dependencies = [8326 "cfg-if",8327 "libc",8328 "redox_syscall 0.3.5",8329 "smallvec",8330 "windows-targets 0.48.5",8331]83328333[[package]]8334name = "partial_sort"8335version = "0.2.0"8336source = "registry+https://github.com/rust-lang/crates.io-index"8337checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"83388339[[package]]8340name = "paste"8341version = "1.0.14"8342source = "registry+https://github.com/rust-lang/crates.io-index"8343checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"83448345[[package]]8346name = "pbkdf2"8347version = "0.8.0"8348source = "registry+https://github.com/rust-lang/crates.io-index"8349checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"8350dependencies = [8351 "crypto-mac 0.11.1",8352]83538354[[package]]8355name = "pbkdf2"8356version = "0.11.0"8357source = "registry+https://github.com/rust-lang/crates.io-index"8358checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"8359dependencies = [8360 "digest 0.10.7",8361]83628363[[package]]8364name = "pbkdf2"8365version = "0.12.2"8366source = "registry+https://github.com/rust-lang/crates.io-index"8367checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8368dependencies = [8369 "digest 0.10.7",8370]83718372[[package]]8373name = "peeking_take_while"8374version = "0.1.2"8375source = "registry+https://github.com/rust-lang/crates.io-index"8376checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"83778378[[package]]8379name = "pem"8380version = "1.1.1"8381source = "registry+https://github.com/rust-lang/crates.io-index"8382checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"8383dependencies = [8384 "base64 0.13.1",8385]83868387[[package]]8388name = "pem-rfc7468"8389version = "0.6.0"8390source = "registry+https://github.com/rust-lang/crates.io-index"8391checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"8392dependencies = [8393 "base64ct",8394]83958396[[package]]8397name = "percent-encoding"8398version = "2.3.0"8399source = "registry+https://github.com/rust-lang/crates.io-index"8400checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"84018402[[package]]8403name = "pest"8404version = "2.7.4"8405source = "registry+https://github.com/rust-lang/crates.io-index"8406checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"8407dependencies = [8408 "memchr",8409 "thiserror",8410 "ucd-trie",8411]84128413[[package]]8414name = "pest_derive"8415version = "2.7.4"8416source = "registry+https://github.com/rust-lang/crates.io-index"8417checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"8418dependencies = [8419 "pest",8420 "pest_generator",8421]84228423[[package]]8424name = "pest_generator"8425version = "2.7.4"8426source = "registry+https://github.com/rust-lang/crates.io-index"8427checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"8428dependencies = [8429 "pest",8430 "pest_meta",8431 "proc-macro2",8432 "quote",8433 "syn 2.0.37",8434]84358436[[package]]8437name = "pest_meta"8438version = "2.7.4"8439source = "registry+https://github.com/rust-lang/crates.io-index"8440checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"8441dependencies = [8442 "once_cell",8443 "pest",8444 "sha2 0.10.8",8445]84468447[[package]]8448name = "petgraph"8449version = "0.6.4"8450source = "registry+https://github.com/rust-lang/crates.io-index"8451checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8452dependencies = [8453 "fixedbitset",8454 "indexmap 2.0.2",8455]84568457[[package]]8458name = "pin-project"8459version = "1.1.3"8460source = "registry+https://github.com/rust-lang/crates.io-index"8461checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"8462dependencies = [8463 "pin-project-internal",8464]84658466[[package]]8467name = "pin-project-internal"8468version = "1.1.3"8469source = "registry+https://github.com/rust-lang/crates.io-index"8470checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"8471dependencies = [8472 "proc-macro2",8473 "quote",8474 "syn 2.0.37",8475]84768477[[package]]8478name = "pin-project-lite"8479version = "0.1.12"8480source = "registry+https://github.com/rust-lang/crates.io-index"8481checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"84828483[[package]]8484name = "pin-project-lite"8485version = "0.2.13"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"84888489[[package]]8490name = "pin-utils"8491version = "0.1.0"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"84948495[[package]]8496name = "piper"8497version = "0.2.1"8498source = "registry+https://github.com/rust-lang/crates.io-index"8499checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"8500dependencies = [8501 "atomic-waker",8502 "fastrand 2.0.1",8503 "futures-io",8504]85058506[[package]]8507name = "pkcs8"8508version = "0.9.0"8509source = "registry+https://github.com/rust-lang/crates.io-index"8510checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"8511dependencies = [8512 "der 0.6.1",8513 "spki 0.6.0",8514]85158516[[package]]8517name = "pkcs8"8518version = "0.10.2"8519source = "registry+https://github.com/rust-lang/crates.io-index"8520checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"8521dependencies = [8522 "der 0.7.8",8523 "spki 0.7.2",8524]85258526[[package]]8527name = "pkg-config"8528version = "0.3.27"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"85318532[[package]]8533name = "platforms"8534version = "3.1.2"8535source = "registry+https://github.com/rust-lang/crates.io-index"8536checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"85378538[[package]]8539name = "polkadot-approval-distribution"8540version = "1.0.0"8541source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8542dependencies = [8543 "futures",8544 "futures-timer",8545 "polkadot-node-jaeger",8546 "polkadot-node-metrics",8547 "polkadot-node-network-protocol",8548 "polkadot-node-primitives",8549 "polkadot-node-subsystem",8550 "polkadot-node-subsystem-util",8551 "polkadot-primitives",8552 "rand 0.8.5",8553 "tracing-gum",8554]85558556[[package]]8557name = "polkadot-availability-bitfield-distribution"8558version = "1.0.0"8559source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8560dependencies = [8561 "always-assert",8562 "futures",8563 "futures-timer",8564 "polkadot-node-network-protocol",8565 "polkadot-node-subsystem",8566 "polkadot-node-subsystem-util",8567 "polkadot-primitives",8568 "rand 0.8.5",8569 "tracing-gum",8570]85718572[[package]]8573name = "polkadot-availability-distribution"8574version = "1.0.0"8575source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8576dependencies = [8577 "derive_more",8578 "fatality",8579 "futures",8580 "parity-scale-codec",8581 "polkadot-erasure-coding",8582 "polkadot-node-network-protocol",8583 "polkadot-node-primitives",8584 "polkadot-node-subsystem",8585 "polkadot-node-subsystem-util",8586 "polkadot-primitives",8587 "rand 0.8.5",8588 "schnellru",8589 "sp-core",8590 "sp-keystore",8591 "thiserror",8592 "tracing-gum",8593]85948595[[package]]8596name = "polkadot-availability-recovery"8597version = "1.0.0"8598source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8599dependencies = [8600 "fatality",8601 "futures",8602 "parity-scale-codec",8603 "polkadot-erasure-coding",8604 "polkadot-node-network-protocol",8605 "polkadot-node-primitives",8606 "polkadot-node-subsystem",8607 "polkadot-node-subsystem-util",8608 "polkadot-primitives",8609 "rand 0.8.5",8610 "sc-network",8611 "schnellru",8612 "thiserror",8613 "tracing-gum",8614]86158616[[package]]8617name = "polkadot-cli"8618version = "1.1.0"8619source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8620dependencies = [8621 "clap",8622 "frame-benchmarking-cli",8623 "futures",8624 "log",8625 "polkadot-node-metrics",8626 "polkadot-performance-test",8627 "polkadot-service",8628 "sc-cli",8629 "sc-executor",8630 "sc-service",8631 "sc-storage-monitor",8632 "sc-sysinfo",8633 "sc-tracing",8634 "sp-core",8635 "sp-io",8636 "sp-keyring",8637 "sp-maybe-compressed-blob",8638 "substrate-build-script-utils",8639 "thiserror",8640 "try-runtime-cli",8641]86428643[[package]]8644name = "polkadot-collator-protocol"8645version = "1.0.0"8646source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8647dependencies = [8648 "bitvec",8649 "fatality",8650 "futures",8651 "futures-timer",8652 "polkadot-node-network-protocol",8653 "polkadot-node-primitives",8654 "polkadot-node-subsystem",8655 "polkadot-node-subsystem-util",8656 "polkadot-primitives",8657 "sp-core",8658 "sp-keystore",8659 "sp-runtime",8660 "thiserror",8661 "tokio-util",8662 "tracing-gum",8663]86648665[[package]]8666name = "polkadot-core-primitives"8667version = "1.0.0"8668source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8669dependencies = [8670 "parity-scale-codec",8671 "scale-info",8672 "sp-core",8673 "sp-runtime",8674 "sp-std",8675]86768677[[package]]8678name = "polkadot-dispute-distribution"8679version = "1.0.0"8680source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8681dependencies = [8682 "derive_more",8683 "fatality",8684 "futures",8685 "futures-timer",8686 "indexmap 1.9.3",8687 "parity-scale-codec",8688 "polkadot-erasure-coding",8689 "polkadot-node-network-protocol",8690 "polkadot-node-primitives",8691 "polkadot-node-subsystem",8692 "polkadot-node-subsystem-util",8693 "polkadot-primitives",8694 "sc-network",8695 "schnellru",8696 "sp-application-crypto",8697 "sp-keystore",8698 "thiserror",8699 "tracing-gum",8700]87018702[[package]]8703name = "polkadot-erasure-coding"8704version = "1.0.0"8705source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8706dependencies = [8707 "parity-scale-codec",8708 "polkadot-node-primitives",8709 "polkadot-primitives",8710 "reed-solomon-novelpoly",8711 "sp-core",8712 "sp-trie",8713 "thiserror",8714]87158716[[package]]8717name = "polkadot-gossip-support"8718version = "1.0.0"8719source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8720dependencies = [8721 "futures",8722 "futures-timer",8723 "polkadot-node-network-protocol",8724 "polkadot-node-subsystem",8725 "polkadot-node-subsystem-util",8726 "polkadot-primitives",8727 "rand 0.8.5",8728 "rand_chacha 0.3.1",8729 "sc-network",8730 "sc-network-common",8731 "sp-application-crypto",8732 "sp-core",8733 "sp-keystore",8734 "tracing-gum",8735]87368737[[package]]8738name = "polkadot-network-bridge"8739version = "1.0.0"8740source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8741dependencies = [8742 "always-assert",8743 "async-trait",8744 "bytes",8745 "fatality",8746 "futures",8747 "parity-scale-codec",8748 "parking_lot 0.12.1",8749 "polkadot-node-metrics",8750 "polkadot-node-network-protocol",8751 "polkadot-node-subsystem",8752 "polkadot-overseer",8753 "polkadot-primitives",8754 "sc-network",8755 "sp-consensus",8756 "thiserror",8757 "tracing-gum",8758]87598760[[package]]8761name = "polkadot-node-collation-generation"8762version = "1.0.0"8763source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8764dependencies = [8765 "futures",8766 "parity-scale-codec",8767 "polkadot-erasure-coding",8768 "polkadot-node-primitives",8769 "polkadot-node-subsystem",8770 "polkadot-node-subsystem-util",8771 "polkadot-primitives",8772 "sp-core",8773 "sp-maybe-compressed-blob",8774 "thiserror",8775 "tracing-gum",8776]87778778[[package]]8779name = "polkadot-node-core-approval-voting"8780version = "1.0.0"8781source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8782dependencies = [8783 "bitvec",8784 "derive_more",8785 "futures",8786 "futures-timer",8787 "kvdb",8788 "merlin 2.0.1",8789 "parity-scale-codec",8790 "polkadot-node-jaeger",8791 "polkadot-node-primitives",8792 "polkadot-node-subsystem",8793 "polkadot-node-subsystem-util",8794 "polkadot-overseer",8795 "polkadot-primitives",8796 "sc-keystore",8797 "schnellru",8798 "schnorrkel 0.9.1",8799 "sp-application-crypto",8800 "sp-consensus",8801 "sp-consensus-slots",8802 "sp-runtime",8803 "thiserror",8804 "tracing-gum",8805]88068807[[package]]8808name = "polkadot-node-core-av-store"8809version = "1.0.0"8810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8811dependencies = [8812 "bitvec",8813 "futures",8814 "futures-timer",8815 "kvdb",8816 "parity-scale-codec",8817 "polkadot-erasure-coding",8818 "polkadot-node-jaeger",8819 "polkadot-node-primitives",8820 "polkadot-node-subsystem",8821 "polkadot-node-subsystem-util",8822 "polkadot-overseer",8823 "polkadot-primitives",8824 "sp-consensus",8825 "thiserror",8826 "tracing-gum",8827]88288829[[package]]8830name = "polkadot-node-core-backing"8831version = "1.0.0"8832source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8833dependencies = [8834 "bitvec",8835 "fatality",8836 "futures",8837 "polkadot-erasure-coding",8838 "polkadot-node-primitives",8839 "polkadot-node-subsystem",8840 "polkadot-node-subsystem-util",8841 "polkadot-primitives",8842 "polkadot-statement-table",8843 "sp-keystore",8844 "thiserror",8845 "tracing-gum",8846]88478848[[package]]8849name = "polkadot-node-core-bitfield-signing"8850version = "1.0.0"8851source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8852dependencies = [8853 "futures",8854 "polkadot-node-subsystem",8855 "polkadot-node-subsystem-util",8856 "polkadot-primitives",8857 "sp-keystore",8858 "thiserror",8859 "tracing-gum",8860 "wasm-timer",8861]88628863[[package]]8864name = "polkadot-node-core-candidate-validation"8865version = "1.0.0"8866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8867dependencies = [8868 "async-trait",8869 "futures",8870 "futures-timer",8871 "parity-scale-codec",8872 "polkadot-node-core-pvf",8873 "polkadot-node-metrics",8874 "polkadot-node-primitives",8875 "polkadot-node-subsystem",8876 "polkadot-node-subsystem-util",8877 "polkadot-overseer",8878 "polkadot-parachain-primitives",8879 "polkadot-primitives",8880 "sp-maybe-compressed-blob",8881 "tracing-gum",8882]88838884[[package]]8885name = "polkadot-node-core-chain-api"8886version = "1.0.0"8887source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8888dependencies = [8889 "futures",8890 "polkadot-node-metrics",8891 "polkadot-node-subsystem",8892 "polkadot-primitives",8893 "sc-client-api",8894 "sc-consensus-babe",8895 "sp-blockchain",8896 "tracing-gum",8897]88988899[[package]]8900name = "polkadot-node-core-chain-selection"8901version = "1.0.0"8902source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8903dependencies = [8904 "futures",8905 "futures-timer",8906 "kvdb",8907 "parity-scale-codec",8908 "polkadot-node-primitives",8909 "polkadot-node-subsystem",8910 "polkadot-node-subsystem-util",8911 "polkadot-primitives",8912 "thiserror",8913 "tracing-gum",8914]89158916[[package]]8917name = "polkadot-node-core-dispute-coordinator"8918version = "1.0.0"8919source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8920dependencies = [8921 "fatality",8922 "futures",8923 "kvdb",8924 "parity-scale-codec",8925 "polkadot-node-primitives",8926 "polkadot-node-subsystem",8927 "polkadot-node-subsystem-util",8928 "polkadot-primitives",8929 "sc-keystore",8930 "schnellru",8931 "thiserror",8932 "tracing-gum",8933]89348935[[package]]8936name = "polkadot-node-core-parachains-inherent"8937version = "1.0.0"8938source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8939dependencies = [8940 "async-trait",8941 "futures",8942 "futures-timer",8943 "polkadot-node-subsystem",8944 "polkadot-overseer",8945 "polkadot-primitives",8946 "sp-blockchain",8947 "sp-inherents",8948 "thiserror",8949 "tracing-gum",8950]89518952[[package]]8953name = "polkadot-node-core-prospective-parachains"8954version = "1.0.0"8955source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8956dependencies = [8957 "bitvec",8958 "fatality",8959 "futures",8960 "parity-scale-codec",8961 "polkadot-node-primitives",8962 "polkadot-node-subsystem",8963 "polkadot-node-subsystem-util",8964 "polkadot-primitives",8965 "thiserror",8966 "tracing-gum",8967]89688969[[package]]8970name = "polkadot-node-core-provisioner"8971version = "1.0.0"8972source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8973dependencies = [8974 "bitvec",8975 "fatality",8976 "futures",8977 "futures-timer",8978 "polkadot-node-primitives",8979 "polkadot-node-subsystem",8980 "polkadot-node-subsystem-util",8981 "polkadot-primitives",8982 "thiserror",8983 "tracing-gum",8984]89858986[[package]]8987name = "polkadot-node-core-pvf"8988version = "1.0.0"8989source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8990dependencies = [8991 "always-assert",8992 "futures",8993 "futures-timer",8994 "libc",8995 "parity-scale-codec",8996 "pin-project",8997 "polkadot-core-primitives",8998 "polkadot-node-core-pvf-common",8999 "polkadot-node-metrics",9000 "polkadot-node-primitives",9001 "polkadot-parachain-primitives",9002 "polkadot-primitives",9003 "rand 0.8.5",9004 "slotmap",9005 "sp-core",9006 "sp-maybe-compressed-blob",9007 "sp-wasm-interface",9008 "substrate-build-script-utils",9009 "tempfile",9010 "tokio",9011 "tracing-gum",9012]90139014[[package]]9015name = "polkadot-node-core-pvf-checker"9016version = "1.0.0"9017source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9018dependencies = [9019 "futures",9020 "polkadot-node-primitives",9021 "polkadot-node-subsystem",9022 "polkadot-node-subsystem-util",9023 "polkadot-overseer",9024 "polkadot-primitives",9025 "sp-keystore",9026 "thiserror",9027 "tracing-gum",9028]90299030[[package]]9031name = "polkadot-node-core-pvf-common"9032version = "1.0.0"9033source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9034dependencies = [9035 "cpu-time",9036 "futures",9037 "landlock",9038 "libc",9039 "parity-scale-codec",9040 "polkadot-parachain-primitives",9041 "polkadot-primitives",9042 "sc-executor",9043 "sc-executor-common",9044 "sc-executor-wasmtime",9045 "sp-core",9046 "sp-externalities",9047 "sp-io",9048 "sp-tracing",9049 "tokio",9050 "tracing-gum",9051]90529053[[package]]9054name = "polkadot-node-core-pvf-prepare-worker"9055version = "1.0.0"9056source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9057dependencies = [9058 "futures",9059 "libc",9060 "parity-scale-codec",9061 "polkadot-node-core-pvf-common",9062 "polkadot-parachain-primitives",9063 "polkadot-primitives",9064 "rayon",9065 "sc-executor",9066 "sc-executor-common",9067 "sc-executor-wasmtime",9068 "sp-io",9069 "sp-maybe-compressed-blob",9070 "sp-tracing",9071 "tikv-jemalloc-ctl",9072 "tokio",9073 "tracing-gum",9074]90759076[[package]]9077name = "polkadot-node-core-runtime-api"9078version = "1.0.0"9079source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9080dependencies = [9081 "futures",9082 "polkadot-node-metrics",9083 "polkadot-node-subsystem",9084 "polkadot-node-subsystem-types",9085 "polkadot-primitives",9086 "schnellru",9087 "sp-consensus-babe",9088 "tracing-gum",9089]90909091[[package]]9092name = "polkadot-node-jaeger"9093version = "1.0.0"9094source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9095dependencies = [9096 "lazy_static",9097 "log",9098 "mick-jaeger",9099 "parity-scale-codec",9100 "parking_lot 0.12.1",9101 "polkadot-node-primitives",9102 "polkadot-primitives",9103 "sc-network",9104 "sp-core",9105 "thiserror",9106 "tokio",9107]91089109[[package]]9110name = "polkadot-node-metrics"9111version = "1.0.0"9112source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9113dependencies = [9114 "bs58 0.5.0",9115 "futures",9116 "futures-timer",9117 "log",9118 "parity-scale-codec",9119 "polkadot-primitives",9120 "prioritized-metered-channel",9121 "sc-cli",9122 "sc-service",9123 "sc-tracing",9124 "substrate-prometheus-endpoint",9125 "tracing-gum",9126]91279128[[package]]9129name = "polkadot-node-network-protocol"9130version = "1.0.0"9131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9132dependencies = [9133 "async-channel",9134 "async-trait",9135 "bitvec",9136 "derive_more",9137 "fatality",9138 "futures",9139 "hex",9140 "parity-scale-codec",9141 "polkadot-node-jaeger",9142 "polkadot-node-primitives",9143 "polkadot-primitives",9144 "rand 0.8.5",9145 "sc-authority-discovery",9146 "sc-network",9147 "strum",9148 "thiserror",9149 "tracing-gum",9150]91519152[[package]]9153name = "polkadot-node-primitives"9154version = "1.0.0"9155source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9156dependencies = [9157 "bounded-vec",9158 "futures",9159 "parity-scale-codec",9160 "polkadot-parachain-primitives",9161 "polkadot-primitives",9162 "schnorrkel 0.9.1",9163 "serde",9164 "sp-application-crypto",9165 "sp-consensus-babe",9166 "sp-core",9167 "sp-keystore",9168 "sp-maybe-compressed-blob",9169 "sp-runtime",9170 "thiserror",9171 "zstd 0.12.4",9172]91739174[[package]]9175name = "polkadot-node-subsystem"9176version = "1.0.0"9177source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9178dependencies = [9179 "polkadot-node-jaeger",9180 "polkadot-node-subsystem-types",9181 "polkadot-overseer",9182]91839184[[package]]9185name = "polkadot-node-subsystem-types"9186version = "1.0.0"9187source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9188dependencies = [9189 "async-trait",9190 "derive_more",9191 "futures",9192 "orchestra",9193 "polkadot-node-jaeger",9194 "polkadot-node-network-protocol",9195 "polkadot-node-primitives",9196 "polkadot-primitives",9197 "polkadot-statement-table",9198 "sc-network",9199 "sc-transaction-pool-api",9200 "smallvec",9201 "sp-api",9202 "sp-authority-discovery",9203 "sp-consensus-babe",9204 "substrate-prometheus-endpoint",9205 "thiserror",9206]92079208[[package]]9209name = "polkadot-node-subsystem-util"9210version = "1.0.0"9211source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9212dependencies = [9213 "async-trait",9214 "derive_more",9215 "fatality",9216 "futures",9217 "futures-channel",9218 "itertools 0.10.5",9219 "kvdb",9220 "parity-db",9221 "parity-scale-codec",9222 "parking_lot 0.11.2",9223 "pin-project",9224 "polkadot-node-jaeger",9225 "polkadot-node-metrics",9226 "polkadot-node-network-protocol",9227 "polkadot-node-primitives",9228 "polkadot-node-subsystem",9229 "polkadot-overseer",9230 "polkadot-primitives",9231 "prioritized-metered-channel",9232 "rand 0.8.5",9233 "schnellru",9234 "sp-application-crypto",9235 "sp-core",9236 "sp-keystore",9237 "thiserror",9238 "tracing-gum",9239]92409241[[package]]9242name = "polkadot-overseer"9243version = "1.0.0"9244source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9245dependencies = [9246 "async-trait",9247 "futures",9248 "futures-timer",9249 "orchestra",9250 "parking_lot 0.12.1",9251 "polkadot-node-metrics",9252 "polkadot-node-network-protocol",9253 "polkadot-node-primitives",9254 "polkadot-node-subsystem-types",9255 "polkadot-primitives",9256 "sc-client-api",9257 "schnellru",9258 "sp-api",9259 "sp-core",9260 "tikv-jemalloc-ctl",9261 "tracing-gum",9262]92639264[[package]]9265name = "polkadot-parachain-primitives"9266version = "1.0.0"9267source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9268dependencies = [9269 "bounded-collections",9270 "derive_more",9271 "frame-support",9272 "parity-scale-codec",9273 "polkadot-core-primitives",9274 "scale-info",9275 "serde",9276 "sp-core",9277 "sp-runtime",9278 "sp-std",9279]92809281[[package]]9282name = "polkadot-performance-test"9283version = "1.0.0"9284source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9285dependencies = [9286 "env_logger 0.9.3",9287 "log",9288 "polkadot-erasure-coding",9289 "polkadot-node-core-pvf-prepare-worker",9290 "polkadot-node-primitives",9291 "polkadot-primitives",9292 "quote",9293 "sc-executor-common",9294 "sp-maybe-compressed-blob",9295 "staging-kusama-runtime",9296 "thiserror",9297]92989299[[package]]9300name = "polkadot-primitives"9301version = "1.0.0"9302source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9303dependencies = [9304 "bitvec",9305 "hex-literal",9306 "parity-scale-codec",9307 "polkadot-core-primitives",9308 "polkadot-parachain-primitives",9309 "scale-info",9310 "serde",9311 "sp-api",9312 "sp-application-crypto",9313 "sp-arithmetic",9314 "sp-authority-discovery",9315 "sp-consensus-slots",9316 "sp-core",9317 "sp-inherents",9318 "sp-io",9319 "sp-keystore",9320 "sp-runtime",9321 "sp-staking",9322 "sp-std",9323]93249325[[package]]9326name = "polkadot-rpc"9327version = "1.0.0"9328source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9329dependencies = [9330 "jsonrpsee",9331 "mmr-rpc",9332 "pallet-transaction-payment-rpc",9333 "polkadot-primitives",9334 "sc-chain-spec",9335 "sc-client-api",9336 "sc-consensus-babe",9337 "sc-consensus-babe-rpc",9338 "sc-consensus-beefy",9339 "sc-consensus-beefy-rpc",9340 "sc-consensus-epochs",9341 "sc-consensus-grandpa",9342 "sc-consensus-grandpa-rpc",9343 "sc-rpc",9344 "sc-sync-state-rpc",9345 "sc-transaction-pool-api",9346 "sp-api",9347 "sp-block-builder",9348 "sp-blockchain",9349 "sp-consensus",9350 "sp-consensus-babe",9351 "sp-keystore",9352 "sp-runtime",9353 "substrate-frame-rpc-system",9354 "substrate-state-trie-migration-rpc",9355]93569357[[package]]9358name = "polkadot-runtime"9359version = "1.0.0"9360source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9361dependencies = [9362 "bitvec",9363 "frame-benchmarking",9364 "frame-election-provider-support",9365 "frame-executive",9366 "frame-support",9367 "frame-system",9368 "frame-system-benchmarking",9369 "frame-system-rpc-runtime-api",9370 "frame-try-runtime",9371 "hex-literal",9372 "log",9373 "pallet-authority-discovery",9374 "pallet-authorship",9375 "pallet-babe",9376 "pallet-bags-list",9377 "pallet-balances",9378 "pallet-bounties",9379 "pallet-child-bounties",9380 "pallet-collective",9381 "pallet-conviction-voting",9382 "pallet-democracy",9383 "pallet-election-provider-multi-phase",9384 "pallet-election-provider-support-benchmarking",9385 "pallet-elections-phragmen",9386 "pallet-fast-unstake",9387 "pallet-grandpa",9388 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",9389 "pallet-im-online",9390 "pallet-indices",9391 "pallet-membership",9392 "pallet-message-queue",9393 "pallet-multisig",9394 "pallet-nomination-pools",9395 "pallet-nomination-pools-benchmarking",9396 "pallet-nomination-pools-runtime-api",9397 "pallet-offences",9398 "pallet-offences-benchmarking",9399 "pallet-preimage",9400 "pallet-proxy",9401 "pallet-referenda",9402 "pallet-scheduler",9403 "pallet-session",9404 "pallet-session-benchmarking",9405 "pallet-staking",9406 "pallet-staking-reward-curve",9407 "pallet-staking-runtime-api",9408 "pallet-timestamp",9409 "pallet-tips",9410 "pallet-transaction-payment",9411 "pallet-transaction-payment-rpc-runtime-api",9412 "pallet-treasury",9413 "pallet-utility",9414 "pallet-vesting",9415 "pallet-whitelist",9416 "pallet-xcm",9417 "pallet-xcm-benchmarks",9418 "parity-scale-codec",9419 "polkadot-primitives",9420 "polkadot-runtime-common",9421 "polkadot-runtime-constants",9422 "polkadot-runtime-parachains",9423 "rustc-hex",9424 "scale-info",9425 "serde",9426 "serde_derive",9427 "smallvec",9428 "sp-api",9429 "sp-arithmetic",9430 "sp-authority-discovery",9431 "sp-block-builder",9432 "sp-consensus-babe",9433 "sp-consensus-beefy",9434 "sp-core",9435 "sp-inherents",9436 "sp-io",9437 "sp-mmr-primitives",9438 "sp-npos-elections",9439 "sp-offchain",9440 "sp-runtime",9441 "sp-session",9442 "sp-staking",9443 "sp-std",9444 "sp-storage",9445 "sp-transaction-pool",9446 "sp-version",9447 "staging-xcm",9448 "staging-xcm-builder",9449 "staging-xcm-executor",9450 "static_assertions",9451 "substrate-wasm-builder",9452]94539454[[package]]9455name = "polkadot-runtime-common"9456version = "1.0.0"9457source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9458dependencies = [9459 "bitvec",9460 "frame-benchmarking",9461 "frame-election-provider-support",9462 "frame-support",9463 "frame-system",9464 "impl-trait-for-tuples",9465 "libsecp256k1",9466 "log",9467 "pallet-authorship",9468 "pallet-babe",9469 "pallet-balances",9470 "pallet-election-provider-multi-phase",9471 "pallet-fast-unstake",9472 "pallet-session",9473 "pallet-staking",9474 "pallet-staking-reward-fn",9475 "pallet-timestamp",9476 "pallet-transaction-payment",9477 "pallet-treasury",9478 "pallet-vesting",9479 "parity-scale-codec",9480 "polkadot-primitives",9481 "polkadot-runtime-parachains",9482 "rustc-hex",9483 "scale-info",9484 "serde",9485 "serde_derive",9486 "slot-range-helper",9487 "sp-api",9488 "sp-core",9489 "sp-inherents",9490 "sp-io",9491 "sp-npos-elections",9492 "sp-runtime",9493 "sp-session",9494 "sp-staking",9495 "sp-std",9496 "staging-xcm",9497 "static_assertions",9498]94999500[[package]]9501name = "polkadot-runtime-constants"9502version = "1.0.0"9503source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9504dependencies = [9505 "frame-support",9506 "polkadot-primitives",9507 "polkadot-runtime-common",9508 "smallvec",9509 "sp-core",9510 "sp-runtime",9511 "sp-weights",9512]95139514[[package]]9515name = "polkadot-runtime-metrics"9516version = "1.0.0"9517source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9518dependencies = [9519 "bs58 0.5.0",9520 "frame-benchmarking",9521 "parity-scale-codec",9522 "polkadot-primitives",9523 "sp-std",9524 "sp-tracing",9525]95269527[[package]]9528name = "polkadot-runtime-parachains"9529version = "1.0.0"9530source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9531dependencies = [9532 "bitflags 1.3.2",9533 "bitvec",9534 "derive_more",9535 "frame-benchmarking",9536 "frame-support",9537 "frame-system",9538 "impl-trait-for-tuples",9539 "log",9540 "pallet-authority-discovery",9541 "pallet-authorship",9542 "pallet-babe",9543 "pallet-balances",9544 "pallet-message-queue",9545 "pallet-session",9546 "pallet-staking",9547 "pallet-timestamp",9548 "pallet-vesting",9549 "parity-scale-codec",9550 "polkadot-parachain-primitives",9551 "polkadot-primitives",9552 "polkadot-runtime-metrics",9553 "rand 0.8.5",9554 "rand_chacha 0.3.1",9555 "rustc-hex",9556 "scale-info",9557 "serde",9558 "sp-api",9559 "sp-application-crypto",9560 "sp-core",9561 "sp-inherents",9562 "sp-io",9563 "sp-keystore",9564 "sp-runtime",9565 "sp-session",9566 "sp-staking",9567 "sp-std",9568 "staging-xcm",9569 "staging-xcm-executor",9570 "static_assertions",9571]95729573[[package]]9574name = "polkadot-service"9575version = "1.0.0"9576source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9577dependencies = [9578 "async-trait",9579 "frame-benchmarking",9580 "frame-benchmarking-cli",9581 "frame-support",9582 "frame-system",9583 "frame-system-rpc-runtime-api",9584 "futures",9585 "hex-literal",9586 "is_executable",9587 "kvdb",9588 "kvdb-rocksdb",9589 "log",9590 "mmr-gadget",9591 "pallet-babe",9592 "pallet-im-online",9593 "pallet-staking",9594 "pallet-transaction-payment",9595 "pallet-transaction-payment-rpc-runtime-api",9596 "parity-db",9597 "parity-scale-codec",9598 "polkadot-approval-distribution",9599 "polkadot-availability-bitfield-distribution",9600 "polkadot-availability-distribution",9601 "polkadot-availability-recovery",9602 "polkadot-collator-protocol",9603 "polkadot-core-primitives",9604 "polkadot-dispute-distribution",9605 "polkadot-gossip-support",9606 "polkadot-network-bridge",9607 "polkadot-node-collation-generation",9608 "polkadot-node-core-approval-voting",9609 "polkadot-node-core-av-store",9610 "polkadot-node-core-backing",9611 "polkadot-node-core-bitfield-signing",9612 "polkadot-node-core-candidate-validation",9613 "polkadot-node-core-chain-api",9614 "polkadot-node-core-chain-selection",9615 "polkadot-node-core-dispute-coordinator",9616 "polkadot-node-core-parachains-inherent",9617 "polkadot-node-core-prospective-parachains",9618 "polkadot-node-core-provisioner",9619 "polkadot-node-core-pvf",9620 "polkadot-node-core-pvf-checker",9621 "polkadot-node-core-runtime-api",9622 "polkadot-node-network-protocol",9623 "polkadot-node-primitives",9624 "polkadot-node-subsystem",9625 "polkadot-node-subsystem-types",9626 "polkadot-node-subsystem-util",9627 "polkadot-overseer",9628 "polkadot-parachain-primitives",9629 "polkadot-primitives",9630 "polkadot-rpc",9631 "polkadot-runtime",9632 "polkadot-runtime-common",9633 "polkadot-runtime-parachains",9634 "polkadot-statement-distribution",9635 "rococo-runtime",9636 "sc-authority-discovery",9637 "sc-basic-authorship",9638 "sc-block-builder",9639 "sc-chain-spec",9640 "sc-client-api",9641 "sc-client-db",9642 "sc-consensus",9643 "sc-consensus-babe",9644 "sc-consensus-beefy",9645 "sc-consensus-grandpa",9646 "sc-consensus-slots",9647 "sc-executor",9648 "sc-keystore",9649 "sc-network",9650 "sc-network-common",9651 "sc-network-sync",9652 "sc-offchain",9653 "sc-service",9654 "sc-sync-state-rpc",9655 "sc-sysinfo",9656 "sc-telemetry",9657 "sc-transaction-pool",9658 "sc-transaction-pool-api",9659 "schnellru",9660 "serde",9661 "serde_json",9662 "sp-api",9663 "sp-authority-discovery",9664 "sp-block-builder",9665 "sp-blockchain",9666 "sp-consensus",9667 "sp-consensus-babe",9668 "sp-consensus-beefy",9669 "sp-consensus-grandpa",9670 "sp-core",9671 "sp-inherents",9672 "sp-io",9673 "sp-keyring",9674 "sp-keystore",9675 "sp-mmr-primitives",9676 "sp-offchain",9677 "sp-runtime",9678 "sp-session",9679 "sp-state-machine",9680 "sp-storage",9681 "sp-timestamp",9682 "sp-transaction-pool",9683 "sp-version",9684 "sp-weights",9685 "staging-kusama-runtime",9686 "substrate-prometheus-endpoint",9687 "thiserror",9688 "tracing-gum",9689 "westend-runtime",9690]96919692[[package]]9693name = "polkadot-statement-distribution"9694version = "1.0.0"9695source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9696dependencies = [9697 "arrayvec 0.7.4",9698 "bitvec",9699 "fatality",9700 "futures",9701 "futures-timer",9702 "indexmap 1.9.3",9703 "parity-scale-codec",9704 "polkadot-node-network-protocol",9705 "polkadot-node-primitives",9706 "polkadot-node-subsystem",9707 "polkadot-node-subsystem-types",9708 "polkadot-node-subsystem-util",9709 "polkadot-primitives",9710 "sp-keystore",9711 "sp-staking",9712 "thiserror",9713 "tracing-gum",9714]97159716[[package]]9717name = "polkadot-statement-table"9718version = "1.0.0"9719source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9720dependencies = [9721 "parity-scale-codec",9722 "polkadot-primitives",9723 "sp-core",9724]97259726[[package]]9727name = "polling"9728version = "2.8.0"9729source = "registry+https://github.com/rust-lang/crates.io-index"9730checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9731dependencies = [9732 "autocfg",9733 "bitflags 1.3.2",9734 "cfg-if",9735 "concurrent-queue",9736 "libc",9737 "log",9738 "pin-project-lite 0.2.13",9739 "windows-sys 0.48.0",9740]97419742[[package]]9743name = "poly1305"9744version = "0.7.2"9745source = "registry+https://github.com/rust-lang/crates.io-index"9746checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9747dependencies = [9748 "cpufeatures",9749 "opaque-debug 0.3.0",9750 "universal-hash 0.4.1",9751]97529753[[package]]9754name = "poly1305"9755version = "0.8.0"9756source = "registry+https://github.com/rust-lang/crates.io-index"9757checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"9758dependencies = [9759 "cpufeatures",9760 "opaque-debug 0.3.0",9761 "universal-hash 0.5.1",9762]97639764[[package]]9765name = "polyval"9766version = "0.5.3"9767source = "registry+https://github.com/rust-lang/crates.io-index"9768checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9769dependencies = [9770 "cfg-if",9771 "cpufeatures",9772 "opaque-debug 0.3.0",9773 "universal-hash 0.4.1",9774]97759776[[package]]9777name = "polyval"9778version = "0.6.1"9779source = "registry+https://github.com/rust-lang/crates.io-index"9780checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"9781dependencies = [9782 "cfg-if",9783 "cpufeatures",9784 "opaque-debug 0.3.0",9785 "universal-hash 0.5.1",9786]97879788[[package]]9789name = "portable-atomic"9790version = "1.4.3"9791source = "registry+https://github.com/rust-lang/crates.io-index"9792checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"97939794[[package]]9795name = "ppv-lite86"9796version = "0.2.17"9797source = "registry+https://github.com/rust-lang/crates.io-index"9798checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"97999800[[package]]9801name = "precompile-utils-macro"9802version = "0.1.0"9803dependencies = [9804 "num_enum",9805 "proc-macro2",9806 "quote",9807 "sha3 0.8.2",9808 "syn 1.0.109",9809]98109811[[package]]9812name = "predicates"9813version = "2.1.5"9814source = "registry+https://github.com/rust-lang/crates.io-index"9815checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9816dependencies = [9817 "difflib",9818 "float-cmp",9819 "itertools 0.10.5",9820 "normalize-line-endings",9821 "predicates-core",9822 "regex",9823]98249825[[package]]9826name = "predicates-core"9827version = "1.0.6"9828source = "registry+https://github.com/rust-lang/crates.io-index"9829checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"98309831[[package]]9832name = "predicates-tree"9833version = "1.0.9"9834source = "registry+https://github.com/rust-lang/crates.io-index"9835checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9836dependencies = [9837 "predicates-core",9838 "termtree",9839]98409841[[package]]9842name = "prettyplease"9843version = "0.1.25"9844source = "registry+https://github.com/rust-lang/crates.io-index"9845checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9846dependencies = [9847 "proc-macro2",9848 "syn 1.0.109",9849]98509851[[package]]9852name = "prettyplease"9853version = "0.2.15"9854source = "registry+https://github.com/rust-lang/crates.io-index"9855checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9856dependencies = [9857 "proc-macro2",9858 "syn 2.0.37",9859]98609861[[package]]9862name = "primitive-types"9863version = "0.12.1"9864source = "registry+https://github.com/rust-lang/crates.io-index"9865checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9866dependencies = [9867 "fixed-hash",9868 "impl-codec",9869 "impl-rlp",9870 "impl-serde",9871 "scale-info",9872 "uint",9873]98749875[[package]]9876name = "prioritized-metered-channel"9877version = "0.2.0"9878source = "registry+https://github.com/rust-lang/crates.io-index"9879checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9880dependencies = [9881 "coarsetime",9882 "crossbeam-queue",9883 "derive_more",9884 "futures",9885 "futures-timer",9886 "nanorand",9887 "thiserror",9888 "tracing",9889]98909891[[package]]9892name = "proc-macro-crate"9893version = "1.3.1"9894source = "registry+https://github.com/rust-lang/crates.io-index"9895checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9896dependencies = [9897 "once_cell",9898 "toml_edit",9899]99009901[[package]]9902name = "proc-macro-error"9903version = "1.0.4"9904source = "registry+https://github.com/rust-lang/crates.io-index"9905checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9906dependencies = [9907 "proc-macro-error-attr",9908 "proc-macro2",9909 "quote",9910 "syn 1.0.109",9911 "version_check",9912]99139914[[package]]9915name = "proc-macro-error-attr"9916version = "1.0.4"9917source = "registry+https://github.com/rust-lang/crates.io-index"9918checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9919dependencies = [9920 "proc-macro2",9921 "quote",9922 "version_check",9923]99249925[[package]]9926name = "proc-macro-hack"9927version = "0.5.20+deprecated"9928source = "registry+https://github.com/rust-lang/crates.io-index"9929checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"99309931[[package]]9932name = "proc-macro-warning"9933version = "0.4.2"9934source = "registry+https://github.com/rust-lang/crates.io-index"9935checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"9936dependencies = [9937 "proc-macro2",9938 "quote",9939 "syn 2.0.37",9940]99419942[[package]]9943name = "proc-macro2"9944version = "1.0.67"9945source = "registry+https://github.com/rust-lang/crates.io-index"9946checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"9947dependencies = [9948 "unicode-ident",9949]99509951[[package]]9952name = "prometheus"9953version = "0.13.3"9954source = "registry+https://github.com/rust-lang/crates.io-index"9955checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9956dependencies = [9957 "cfg-if",9958 "fnv",9959 "lazy_static",9960 "memchr",9961 "parking_lot 0.12.1",9962 "thiserror",9963]99649965[[package]]9966name = "prometheus-client"9967version = "0.19.0"9968source = "registry+https://github.com/rust-lang/crates.io-index"9969checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"9970dependencies = [9971 "dtoa",9972 "itoa",9973 "parking_lot 0.12.1",9974 "prometheus-client-derive-encode",9975]99769977[[package]]9978name = "prometheus-client-derive-encode"9979version = "0.4.2"9980source = "registry+https://github.com/rust-lang/crates.io-index"9981checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"9982dependencies = [9983 "proc-macro2",9984 "quote",9985 "syn 2.0.37",9986]99879988[[package]]9989name = "prost"9990version = "0.11.9"9991source = "registry+https://github.com/rust-lang/crates.io-index"9992checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9993dependencies = [9994 "bytes",9995 "prost-derive",9996]99979998[[package]]9999name = "prost-build"10000version = "0.11.9"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"10003dependencies = [10004 "bytes",10005 "heck",10006 "itertools 0.10.5",10007 "lazy_static",10008 "log",10009 "multimap",10010 "petgraph",10011 "prettyplease 0.1.25",10012 "prost",10013 "prost-types",10014 "regex",10015 "syn 1.0.109",10016 "tempfile",10017 "which",10018]1001910020[[package]]10021name = "prost-derive"10022version = "0.11.9"10023source = "registry+https://github.com/rust-lang/crates.io-index"10024checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"10025dependencies = [10026 "anyhow",10027 "itertools 0.10.5",10028 "proc-macro2",10029 "quote",10030 "syn 1.0.109",10031]1003210033[[package]]10034name = "prost-types"10035version = "0.11.9"10036source = "registry+https://github.com/rust-lang/crates.io-index"10037checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"10038dependencies = [10039 "prost",10040]1004110042[[package]]10043name = "psm"10044version = "0.1.21"10045source = "registry+https://github.com/rust-lang/crates.io-index"10046checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"10047dependencies = [10048 "cc",10049]1005010051[[package]]10052name = "quartz-runtime"10053version = "1.1.0"10054dependencies = [10055 "app-promotion-rpc",10056 "cumulus-pallet-aura-ext",10057 "cumulus-pallet-dmp-queue",10058 "cumulus-pallet-parachain-system",10059 "cumulus-pallet-xcm",10060 "cumulus-pallet-xcmp-queue",10061 "cumulus-primitives-core",10062 "cumulus-primitives-timestamp",10063 "cumulus-primitives-utility",10064 "derivative",10065 "evm-coder",10066 "fp-evm",10067 "fp-rpc",10068 "fp-self-contained",10069 "frame-benchmarking",10070 "frame-executive",10071 "frame-support",10072 "frame-system",10073 "frame-system-benchmarking",10074 "frame-system-rpc-runtime-api",10075 "frame-try-runtime",10076 "hex-literal",10077 "impl-trait-for-tuples",10078 "log",10079 "num_enum",10080 "orml-tokens",10081 "orml-traits",10082 "orml-vesting",10083 "orml-xcm-support",10084 "orml-xtokens",10085 "pallet-app-promotion",10086 "pallet-aura",10087 "pallet-authorship",10088 "pallet-balances",10089 "pallet-balances-adapter",10090 "pallet-base-fee",10091 "pallet-collator-selection",10092 "pallet-collective",10093 "pallet-common",10094 "pallet-configuration",10095 "pallet-democracy",10096 "pallet-ethereum",10097 "pallet-evm",10098 "pallet-evm-coder-substrate",10099 "pallet-evm-contract-helpers",10100 "pallet-evm-migration",10101 "pallet-evm-precompile-simple",10102 "pallet-evm-transaction-payment",10103 "pallet-foreign-assets",10104 "pallet-fungible",10105 "pallet-gov-origins",10106 "pallet-identity 4.0.0-dev",10107 "pallet-inflation",10108 "pallet-maintenance",10109 "pallet-membership",10110 "pallet-nonfungible",10111 "pallet-preimage",10112 "pallet-ranked-collective",10113 "pallet-referenda",10114 "pallet-refungible",10115 "pallet-scheduler",10116 "pallet-session",10117 "pallet-state-trie-migration",10118 "pallet-structure",10119 "pallet-sudo",10120 "pallet-template-transaction-payment",10121 "pallet-test-utils",10122 "pallet-timestamp",10123 "pallet-transaction-payment",10124 "pallet-transaction-payment-rpc-runtime-api",10125 "pallet-treasury",10126 "pallet-unique",10127 "pallet-utility",10128 "pallet-xcm",10129 "parachain-info",10130 "parity-scale-codec",10131 "polkadot-parachain-primitives",10132 "precompile-utils-macro",10133 "scale-info",10134 "serde",10135 "smallvec",10136 "sp-api",10137 "sp-arithmetic",10138 "sp-block-builder",10139 "sp-consensus-aura",10140 "sp-core",10141 "sp-inherents",10142 "sp-io",10143 "sp-offchain",10144 "sp-runtime",10145 "sp-session",10146 "sp-std",10147 "sp-transaction-pool",10148 "sp-version",10149 "staging-xcm",10150 "staging-xcm-builder",10151 "staging-xcm-executor",10152 "substrate-wasm-builder",10153 "up-common",10154 "up-data-structs",10155 "up-pov-estimate-rpc",10156 "up-rpc",10157 "up-sponsorship",10158]1015910160[[package]]10161name = "quick-error"10162version = "1.2.3"10163source = "registry+https://github.com/rust-lang/crates.io-index"10164checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"1016510166[[package]]10167name = "quick-protobuf"10168version = "0.8.1"10169source = "registry+https://github.com/rust-lang/crates.io-index"10170checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"10171dependencies = [10172 "byteorder",10173]1017410175[[package]]10176name = "quick-protobuf-codec"10177version = "0.1.0"10178source = "registry+https://github.com/rust-lang/crates.io-index"10179checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"10180dependencies = [10181 "asynchronous-codec",10182 "bytes",10183 "quick-protobuf",10184 "thiserror",10185 "unsigned-varint",10186]1018710188[[package]]10189name = "quicksink"10190version = "0.1.2"10191source = "registry+https://github.com/rust-lang/crates.io-index"10192checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"10193dependencies = [10194 "futures-core",10195 "futures-sink",10196 "pin-project-lite 0.1.12",10197]1019810199[[package]]10200name = "quinn-proto"10201version = "0.9.5"10202source = "registry+https://github.com/rust-lang/crates.io-index"10203checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"10204dependencies = [10205 "bytes",10206 "rand 0.8.5",10207 "ring 0.16.20",10208 "rustc-hash",10209 "rustls 0.20.9",10210 "slab",10211 "thiserror",10212 "tinyvec",10213 "tracing",10214 "webpki 0.22.2",10215]1021610217[[package]]10218name = "quote"10219version = "1.0.33"10220source = "registry+https://github.com/rust-lang/crates.io-index"10221checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"10222dependencies = [10223 "proc-macro2",10224]1022510226[[package]]10227name = "radium"10228version = "0.7.0"10229source = "registry+https://github.com/rust-lang/crates.io-index"10230checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"1023110232[[package]]10233name = "rand"10234version = "0.7.3"10235source = "registry+https://github.com/rust-lang/crates.io-index"10236checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"10237dependencies = [10238 "getrandom 0.1.16",10239 "libc",10240 "rand_chacha 0.2.2",10241 "rand_core 0.5.1",10242 "rand_hc",10243]1024410245[[package]]10246name = "rand"10247version = "0.8.5"10248source = "registry+https://github.com/rust-lang/crates.io-index"10249checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"10250dependencies = [10251 "libc",10252 "rand_chacha 0.3.1",10253 "rand_core 0.6.4",10254]1025510256[[package]]10257name = "rand_chacha"10258version = "0.2.2"10259source = "registry+https://github.com/rust-lang/crates.io-index"10260checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"10261dependencies = [10262 "ppv-lite86",10263 "rand_core 0.5.1",10264]1026510266[[package]]10267name = "rand_chacha"10268version = "0.3.1"10269source = "registry+https://github.com/rust-lang/crates.io-index"10270checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"10271dependencies = [10272 "ppv-lite86",10273 "rand_core 0.6.4",10274]1027510276[[package]]10277name = "rand_core"10278version = "0.5.1"10279source = "registry+https://github.com/rust-lang/crates.io-index"10280checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"10281dependencies = [10282 "getrandom 0.1.16",10283]1028410285[[package]]10286name = "rand_core"10287version = "0.6.4"10288source = "registry+https://github.com/rust-lang/crates.io-index"10289checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10290dependencies = [10291 "getrandom 0.2.10",10292]1029310294[[package]]10295name = "rand_hc"10296version = "0.2.0"10297source = "registry+https://github.com/rust-lang/crates.io-index"10298checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"10299dependencies = [10300 "rand_core 0.5.1",10301]1030210303[[package]]10304name = "rand_pcg"10305version = "0.3.1"10306source = "registry+https://github.com/rust-lang/crates.io-index"10307checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"10308dependencies = [10309 "rand_core 0.6.4",10310]1031110312[[package]]10313name = "rawpointer"10314version = "0.2.1"10315source = "registry+https://github.com/rust-lang/crates.io-index"10316checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"1031710318[[package]]10319name = "rayon"10320version = "1.8.0"10321source = "registry+https://github.com/rust-lang/crates.io-index"10322checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"10323dependencies = [10324 "either",10325 "rayon-core",10326]1032710328[[package]]10329name = "rayon-core"10330version = "1.12.0"10331source = "registry+https://github.com/rust-lang/crates.io-index"10332checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"10333dependencies = [10334 "crossbeam-deque",10335 "crossbeam-utils",10336]1033710338[[package]]10339name = "rcgen"10340version = "0.9.3"10341source = "registry+https://github.com/rust-lang/crates.io-index"10342checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"10343dependencies = [10344 "pem",10345 "ring 0.16.20",10346 "time",10347 "x509-parser 0.13.2",10348 "yasna",10349]1035010351[[package]]10352name = "rcgen"10353version = "0.10.0"10354source = "registry+https://github.com/rust-lang/crates.io-index"10355checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"10356dependencies = [10357 "pem",10358 "ring 0.16.20",10359 "time",10360 "yasna",10361]1036210363[[package]]10364name = "redox_syscall"10365version = "0.2.16"10366source = "registry+https://github.com/rust-lang/crates.io-index"10367checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"10368dependencies = [10369 "bitflags 1.3.2",10370]1037110372[[package]]10373name = "redox_syscall"10374version = "0.3.5"10375source = "registry+https://github.com/rust-lang/crates.io-index"10376checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"10377dependencies = [10378 "bitflags 1.3.2",10379]1038010381[[package]]10382name = "redox_users"10383version = "0.4.3"10384source = "registry+https://github.com/rust-lang/crates.io-index"10385checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"10386dependencies = [10387 "getrandom 0.2.10",10388 "redox_syscall 0.2.16",10389 "thiserror",10390]1039110392[[package]]10393name = "reed-solomon-novelpoly"10394version = "1.0.2"10395source = "registry+https://github.com/rust-lang/crates.io-index"10396checksum = "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582"10397dependencies = [10398 "derive_more",10399 "fs-err",10400 "itertools 0.11.0",10401 "static_init",10402 "thiserror",10403]1040410405[[package]]10406name = "ref-cast"10407version = "1.0.20"10408source = "registry+https://github.com/rust-lang/crates.io-index"10409checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"10410dependencies = [10411 "ref-cast-impl",10412]1041310414[[package]]10415name = "ref-cast-impl"10416version = "1.0.20"10417source = "registry+https://github.com/rust-lang/crates.io-index"10418checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"10419dependencies = [10420 "proc-macro2",10421 "quote",10422 "syn 2.0.37",10423]1042410425[[package]]10426name = "regalloc2"10427version = "0.6.1"10428source = "registry+https://github.com/rust-lang/crates.io-index"10429checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"10430dependencies = [10431 "fxhash",10432 "log",10433 "slice-group-by",10434 "smallvec",10435]1043610437[[package]]10438name = "regex"10439version = "1.9.6"10440source = "registry+https://github.com/rust-lang/crates.io-index"10441checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"10442dependencies = [10443 "aho-corasick",10444 "memchr",10445 "regex-automata 0.3.9",10446 "regex-syntax 0.7.5",10447]1044810449[[package]]10450name = "regex-automata"10451version = "0.1.10"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"10454dependencies = [10455 "regex-syntax 0.6.29",10456]1045710458[[package]]10459name = "regex-automata"10460version = "0.3.9"10461source = "registry+https://github.com/rust-lang/crates.io-index"10462checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"10463dependencies = [10464 "aho-corasick",10465 "memchr",10466 "regex-syntax 0.7.5",10467]1046810469[[package]]10470name = "regex-syntax"10471version = "0.6.29"10472source = "registry+https://github.com/rust-lang/crates.io-index"10473checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"1047410475[[package]]10476name = "regex-syntax"10477version = "0.7.5"10478source = "registry+https://github.com/rust-lang/crates.io-index"10479checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"1048010481[[package]]10482name = "resolv-conf"10483version = "0.7.0"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"10486dependencies = [10487 "hostname",10488 "quick-error",10489]1049010491[[package]]10492name = "rfc6979"10493version = "0.3.1"10494source = "registry+https://github.com/rust-lang/crates.io-index"10495checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"10496dependencies = [10497 "crypto-bigint 0.4.9",10498 "hmac 0.12.1",10499 "zeroize",10500]1050110502[[package]]10503name = "rfc6979"10504version = "0.4.0"10505source = "registry+https://github.com/rust-lang/crates.io-index"10506checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10507dependencies = [10508 "hmac 0.12.1",10509 "subtle",10510]1051110512[[package]]10513name = "ring"10514version = "0.1.0"10515source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"10516dependencies = [10517 "ark-ec",10518 "ark-ff",10519 "ark-poly",10520 "ark-serialize",10521 "ark-std",10522 "common",10523 "fflonk",10524 "merlin 3.0.0",10525]1052610527[[package]]10528name = "ring"10529version = "0.16.20"10530source = "registry+https://github.com/rust-lang/crates.io-index"10531checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"10532dependencies = [10533 "cc",10534 "libc",10535 "once_cell",10536 "spin 0.5.2",10537 "untrusted",10538 "web-sys",10539 "winapi",10540]1054110542[[package]]10543name = "ripemd"10544version = "0.1.3"10545source = "registry+https://github.com/rust-lang/crates.io-index"10546checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"10547dependencies = [10548 "digest 0.10.7",10549]1055010551[[package]]10552name = "rlp"10553version = "0.5.2"10554source = "registry+https://github.com/rust-lang/crates.io-index"10555checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"10556dependencies = [10557 "bytes",10558 "rlp-derive",10559 "rustc-hex",10560]1056110562[[package]]10563name = "rlp-derive"10564version = "0.1.0"10565source = "registry+https://github.com/rust-lang/crates.io-index"10566checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"10567dependencies = [10568 "proc-macro2",10569 "quote",10570 "syn 1.0.109",10571]1057210573[[package]]10574name = "rocksdb"10575version = "0.21.0"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"10578dependencies = [10579 "libc",10580 "librocksdb-sys",10581]1058210583[[package]]10584name = "rococo-runtime"10585version = "1.0.0"10586source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10587dependencies = [10588 "binary-merkle-tree",10589 "frame-benchmarking",10590 "frame-executive",10591 "frame-support",10592 "frame-system",10593 "frame-system-benchmarking",10594 "frame-system-rpc-runtime-api",10595 "frame-try-runtime",10596 "hex-literal",10597 "log",10598 "pallet-authority-discovery",10599 "pallet-authorship",10600 "pallet-babe",10601 "pallet-balances",10602 "pallet-beefy",10603 "pallet-beefy-mmr",10604 "pallet-bounties",10605 "pallet-child-bounties",10606 "pallet-collective",10607 "pallet-democracy",10608 "pallet-elections-phragmen",10609 "pallet-grandpa",10610 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",10611 "pallet-im-online",10612 "pallet-indices",10613 "pallet-membership",10614 "pallet-message-queue",10615 "pallet-mmr",10616 "pallet-multisig",10617 "pallet-nis",10618 "pallet-offences",10619 "pallet-preimage",10620 "pallet-proxy",10621 "pallet-recovery",10622 "pallet-scheduler",10623 "pallet-session",10624 "pallet-society",10625 "pallet-staking",10626 "pallet-state-trie-migration",10627 "pallet-sudo",10628 "pallet-timestamp",10629 "pallet-tips",10630 "pallet-transaction-payment",10631 "pallet-transaction-payment-rpc-runtime-api",10632 "pallet-treasury",10633 "pallet-utility",10634 "pallet-vesting",10635 "pallet-xcm",10636 "pallet-xcm-benchmarks",10637 "parity-scale-codec",10638 "polkadot-parachain-primitives",10639 "polkadot-primitives",10640 "polkadot-runtime-common",10641 "polkadot-runtime-parachains",10642 "rococo-runtime-constants",10643 "scale-info",10644 "serde",10645 "serde_derive",10646 "smallvec",10647 "sp-api",10648 "sp-authority-discovery",10649 "sp-block-builder",10650 "sp-consensus-babe",10651 "sp-consensus-beefy",10652 "sp-core",10653 "sp-inherents",10654 "sp-io",10655 "sp-mmr-primitives",10656 "sp-offchain",10657 "sp-runtime",10658 "sp-session",10659 "sp-staking",10660 "sp-std",10661 "sp-storage",10662 "sp-transaction-pool",10663 "sp-version",10664 "staging-xcm",10665 "staging-xcm-builder",10666 "staging-xcm-executor",10667 "static_assertions",10668 "substrate-wasm-builder",10669]1067010671[[package]]10672name = "rococo-runtime-constants"10673version = "1.0.0"10674source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10675dependencies = [10676 "frame-support",10677 "polkadot-primitives",10678 "polkadot-runtime-common",10679 "smallvec",10680 "sp-core",10681 "sp-runtime",10682 "sp-weights",10683]1068410685[[package]]10686name = "rpassword"10687version = "7.2.0"10688source = "registry+https://github.com/rust-lang/crates.io-index"10689checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"10690dependencies = [10691 "libc",10692 "rtoolbox",10693 "winapi",10694]1069510696[[package]]10697name = "rtcp"10698version = "0.7.2"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"10701dependencies = [10702 "bytes",10703 "thiserror",10704 "webrtc-util",10705]1070610707[[package]]10708name = "rtnetlink"10709version = "0.10.1"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"10712dependencies = [10713 "futures",10714 "log",10715 "netlink-packet-route",10716 "netlink-proto",10717 "nix",10718 "thiserror",10719 "tokio",10720]1072110722[[package]]10723name = "rtoolbox"10724version = "0.0.1"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"10727dependencies = [10728 "libc",10729 "winapi",10730]1073110732[[package]]10733name = "rtp"10734version = "0.6.8"10735source = "registry+https://github.com/rust-lang/crates.io-index"10736checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"10737dependencies = [10738 "async-trait",10739 "bytes",10740 "rand 0.8.5",10741 "serde",10742 "thiserror",10743 "webrtc-util",10744]1074510746[[package]]10747name = "rustc-demangle"10748version = "0.1.23"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1075110752[[package]]10753name = "rustc-hash"10754version = "1.1.0"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1075710758[[package]]10759name = "rustc-hex"10760version = "2.1.0"10761source = "registry+https://github.com/rust-lang/crates.io-index"10762checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1076310764[[package]]10765name = "rustc_version"10766version = "0.4.0"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10769dependencies = [10770 "semver 1.0.19",10771]1077210773[[package]]10774name = "rusticata-macros"10775version = "4.1.0"10776source = "registry+https://github.com/rust-lang/crates.io-index"10777checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10778dependencies = [10779 "nom",10780]1078110782[[package]]10783name = "rustix"10784version = "0.36.15"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"10787dependencies = [10788 "bitflags 1.3.2",10789 "errno",10790 "io-lifetimes",10791 "libc",10792 "linux-raw-sys 0.1.4",10793 "windows-sys 0.45.0",10794]1079510796[[package]]10797name = "rustix"10798version = "0.37.24"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"10801dependencies = [10802 "bitflags 1.3.2",10803 "errno",10804 "io-lifetimes",10805 "libc",10806 "linux-raw-sys 0.3.8",10807 "windows-sys 0.48.0",10808]1080910810[[package]]10811name = "rustix"10812version = "0.38.15"10813source = "registry+https://github.com/rust-lang/crates.io-index"10814checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"10815dependencies = [10816 "bitflags 2.4.0",10817 "errno",10818 "libc",10819 "linux-raw-sys 0.4.8",10820 "windows-sys 0.48.0",10821]1082210823[[package]]10824name = "rustls"10825version = "0.19.1"10826source = "registry+https://github.com/rust-lang/crates.io-index"10827checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10828dependencies = [10829 "base64 0.13.1",10830 "log",10831 "ring 0.16.20",10832 "sct 0.6.1",10833 "webpki 0.21.4",10834]1083510836[[package]]10837name = "rustls"10838version = "0.20.9"10839source = "registry+https://github.com/rust-lang/crates.io-index"10840checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"10841dependencies = [10842 "log",10843 "ring 0.16.20",10844 "sct 0.7.0",10845 "webpki 0.22.2",10846]1084710848[[package]]10849name = "rustls"10850version = "0.21.7"10851source = "registry+https://github.com/rust-lang/crates.io-index"10852checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"10853dependencies = [10854 "log",10855 "ring 0.16.20",10856 "rustls-webpki 0.101.6",10857 "sct 0.7.0",10858]1085910860[[package]]10861name = "rustls-native-certs"10862version = "0.6.3"10863source = "registry+https://github.com/rust-lang/crates.io-index"10864checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"10865dependencies = [10866 "openssl-probe",10867 "rustls-pemfile",10868 "schannel",10869 "security-framework",10870]1087110872[[package]]10873name = "rustls-pemfile"10874version = "1.0.3"10875source = "registry+https://github.com/rust-lang/crates.io-index"10876checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10877dependencies = [10878 "base64 0.21.4",10879]1088010881[[package]]10882name = "rustls-webpki"10883version = "0.100.3"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"10886dependencies = [10887 "ring 0.16.20",10888 "untrusted",10889]1089010891[[package]]10892name = "rustls-webpki"10893version = "0.101.6"10894source = "registry+https://github.com/rust-lang/crates.io-index"10895checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"10896dependencies = [10897 "ring 0.16.20",10898 "untrusted",10899]1090010901[[package]]10902name = "rustversion"10903version = "1.0.14"10904source = "registry+https://github.com/rust-lang/crates.io-index"10905checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"1090610907[[package]]10908name = "ruzstd"10909version = "0.4.0"10910source = "registry+https://github.com/rust-lang/crates.io-index"10911checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"10912dependencies = [10913 "byteorder",10914 "thiserror-core",10915 "twox-hash",10916]1091710918[[package]]10919name = "rw-stream-sink"10920version = "0.3.0"10921source = "registry+https://github.com/rust-lang/crates.io-index"10922checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10923dependencies = [10924 "futures",10925 "pin-project",10926 "static_assertions",10927]1092810929[[package]]10930name = "ryu"10931version = "1.0.15"10932source = "registry+https://github.com/rust-lang/crates.io-index"10933checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"1093410935[[package]]10936name = "safe_arch"10937version = "0.7.1"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"10940dependencies = [10941 "bytemuck",10942]1094310944[[package]]10945name = "same-file"10946version = "1.0.6"10947source = "registry+https://github.com/rust-lang/crates.io-index"10948checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10949dependencies = [10950 "winapi-util",10951]1095210953[[package]]10954name = "sc-allocator"10955version = "4.1.0-dev"10956source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10957dependencies = [10958 "log",10959 "sp-core",10960 "sp-wasm-interface",10961 "thiserror",10962]1096310964[[package]]10965name = "sc-authority-discovery"10966version = "0.10.0-dev"10967source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10968dependencies = [10969 "async-trait",10970 "futures",10971 "futures-timer",10972 "ip_network",10973 "libp2p",10974 "log",10975 "multihash",10976 "parity-scale-codec",10977 "prost",10978 "prost-build",10979 "rand 0.8.5",10980 "sc-client-api",10981 "sc-network",10982 "sp-api",10983 "sp-authority-discovery",10984 "sp-blockchain",10985 "sp-core",10986 "sp-keystore",10987 "sp-runtime",10988 "substrate-prometheus-endpoint",10989 "thiserror",10990]1099110992[[package]]10993name = "sc-basic-authorship"10994version = "0.10.0-dev"10995source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10996dependencies = [10997 "futures",10998 "futures-timer",10999 "log",11000 "parity-scale-codec",11001 "sc-block-builder",11002 "sc-client-api",11003 "sc-proposer-metrics",11004 "sc-telemetry",11005 "sc-transaction-pool-api",11006 "sp-api",11007 "sp-blockchain",11008 "sp-consensus",11009 "sp-core",11010 "sp-inherents",11011 "sp-runtime",11012 "substrate-prometheus-endpoint",11013]1101411015[[package]]11016name = "sc-block-builder"11017version = "0.10.0-dev"11018source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11019dependencies = [11020 "parity-scale-codec",11021 "sc-client-api",11022 "sp-api",11023 "sp-block-builder",11024 "sp-blockchain",11025 "sp-core",11026 "sp-inherents",11027 "sp-runtime",11028]1102911030[[package]]11031name = "sc-chain-spec"11032version = "4.0.0-dev"11033source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11034dependencies = [11035 "memmap2",11036 "sc-chain-spec-derive",11037 "sc-client-api",11038 "sc-executor",11039 "sc-network",11040 "sc-telemetry",11041 "serde",11042 "serde_json",11043 "sp-blockchain",11044 "sp-core",11045 "sp-runtime",11046 "sp-state-machine",11047]1104811049[[package]]11050name = "sc-chain-spec-derive"11051version = "4.0.0-dev"11052source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11053dependencies = [11054 "proc-macro-crate",11055 "proc-macro2",11056 "quote",11057 "syn 2.0.37",11058]1105911060[[package]]11061name = "sc-cli"11062version = "0.10.0-dev"11063source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11064dependencies = [11065 "array-bytes",11066 "chrono",11067 "clap",11068 "fdlimit",11069 "futures",11070 "libp2p-identity",11071 "log",11072 "names",11073 "parity-scale-codec",11074 "rand 0.8.5",11075 "regex",11076 "rpassword",11077 "sc-client-api",11078 "sc-client-db",11079 "sc-keystore",11080 "sc-network",11081 "sc-service",11082 "sc-telemetry",11083 "sc-tracing",11084 "sc-utils",11085 "serde",11086 "serde_json",11087 "sp-blockchain",11088 "sp-core",11089 "sp-keyring",11090 "sp-keystore",11091 "sp-panic-handler",11092 "sp-runtime",11093 "sp-version",11094 "thiserror",11095 "tiny-bip39",11096 "tokio",11097]1109811099[[package]]11100name = "sc-client-api"11101version = "4.0.0-dev"11102source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11103dependencies = [11104 "fnv",11105 "futures",11106 "log",11107 "parity-scale-codec",11108 "parking_lot 0.12.1",11109 "sc-executor",11110 "sc-transaction-pool-api",11111 "sc-utils",11112 "sp-api",11113 "sp-blockchain",11114 "sp-consensus",11115 "sp-core",11116 "sp-database",11117 "sp-externalities",11118 "sp-runtime",11119 "sp-state-machine",11120 "sp-statement-store",11121 "sp-storage",11122 "substrate-prometheus-endpoint",11123]1112411125[[package]]11126name = "sc-client-db"11127version = "0.10.0-dev"11128source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11129dependencies = [11130 "hash-db 0.16.0",11131 "kvdb",11132 "kvdb-memorydb",11133 "kvdb-rocksdb",11134 "linked-hash-map",11135 "log",11136 "parity-db",11137 "parity-scale-codec",11138 "parking_lot 0.12.1",11139 "sc-client-api",11140 "sc-state-db",11141 "schnellru",11142 "sp-arithmetic",11143 "sp-blockchain",11144 "sp-core",11145 "sp-database",11146 "sp-runtime",11147 "sp-state-machine",11148 "sp-trie",11149]1115011151[[package]]11152name = "sc-consensus"11153version = "0.10.0-dev"11154source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11155dependencies = [11156 "async-trait",11157 "futures",11158 "futures-timer",11159 "libp2p-identity",11160 "log",11161 "mockall",11162 "parking_lot 0.12.1",11163 "sc-client-api",11164 "sc-utils",11165 "serde",11166 "sp-api",11167 "sp-blockchain",11168 "sp-consensus",11169 "sp-core",11170 "sp-runtime",11171 "sp-state-machine",11172 "substrate-prometheus-endpoint",11173 "thiserror",11174]1117511176[[package]]11177name = "sc-consensus-aura"11178version = "0.10.0-dev"11179source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11180dependencies = [11181 "async-trait",11182 "futures",11183 "log",11184 "parity-scale-codec",11185 "sc-block-builder",11186 "sc-client-api",11187 "sc-consensus",11188 "sc-consensus-slots",11189 "sc-telemetry",11190 "sp-api",11191 "sp-application-crypto",11192 "sp-block-builder",11193 "sp-blockchain",11194 "sp-consensus",11195 "sp-consensus-aura",11196 "sp-consensus-slots",11197 "sp-core",11198 "sp-inherents",11199 "sp-keystore",11200 "sp-runtime",11201 "substrate-prometheus-endpoint",11202 "thiserror",11203]1120411205[[package]]11206name = "sc-consensus-babe"11207version = "0.10.0-dev"11208source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11209dependencies = [11210 "async-trait",11211 "fork-tree",11212 "futures",11213 "log",11214 "num-bigint",11215 "num-rational",11216 "num-traits",11217 "parity-scale-codec",11218 "parking_lot 0.12.1",11219 "sc-client-api",11220 "sc-consensus",11221 "sc-consensus-epochs",11222 "sc-consensus-slots",11223 "sc-telemetry",11224 "sc-transaction-pool-api",11225 "scale-info",11226 "sp-api",11227 "sp-application-crypto",11228 "sp-block-builder",11229 "sp-blockchain",11230 "sp-consensus",11231 "sp-consensus-babe",11232 "sp-consensus-slots",11233 "sp-core",11234 "sp-inherents",11235 "sp-keystore",11236 "sp-runtime",11237 "substrate-prometheus-endpoint",11238 "thiserror",11239]1124011241[[package]]11242name = "sc-consensus-babe-rpc"11243version = "0.10.0-dev"11244source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11245dependencies = [11246 "futures",11247 "jsonrpsee",11248 "sc-consensus-babe",11249 "sc-consensus-epochs",11250 "sc-rpc-api",11251 "serde",11252 "sp-api",11253 "sp-application-crypto",11254 "sp-blockchain",11255 "sp-consensus",11256 "sp-consensus-babe",11257 "sp-core",11258 "sp-keystore",11259 "sp-runtime",11260 "thiserror",11261]1126211263[[package]]11264name = "sc-consensus-beefy"11265version = "4.0.0-dev"11266source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11267dependencies = [11268 "array-bytes",11269 "async-channel",11270 "async-trait",11271 "fnv",11272 "futures",11273 "log",11274 "parity-scale-codec",11275 "parking_lot 0.12.1",11276 "sc-client-api",11277 "sc-consensus",11278 "sc-network",11279 "sc-network-gossip",11280 "sc-network-sync",11281 "sc-utils",11282 "sp-api",11283 "sp-application-crypto",11284 "sp-arithmetic",11285 "sp-blockchain",11286 "sp-consensus",11287 "sp-consensus-beefy",11288 "sp-core",11289 "sp-keystore",11290 "sp-mmr-primitives",11291 "sp-runtime",11292 "substrate-prometheus-endpoint",11293 "thiserror",11294 "wasm-timer",11295]1129611297[[package]]11298name = "sc-consensus-beefy-rpc"11299version = "4.0.0-dev"11300source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11301dependencies = [11302 "futures",11303 "jsonrpsee",11304 "log",11305 "parity-scale-codec",11306 "parking_lot 0.12.1",11307 "sc-consensus-beefy",11308 "sc-rpc",11309 "serde",11310 "sp-consensus-beefy",11311 "sp-core",11312 "sp-runtime",11313 "thiserror",11314]1131511316[[package]]11317name = "sc-consensus-epochs"11318version = "0.10.0-dev"11319source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11320dependencies = [11321 "fork-tree",11322 "parity-scale-codec",11323 "sc-client-api",11324 "sc-consensus",11325 "sp-blockchain",11326 "sp-runtime",11327]1132811329[[package]]11330name = "sc-consensus-grandpa"11331version = "0.10.0-dev"11332source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11333dependencies = [11334 "ahash 0.8.3",11335 "array-bytes",11336 "async-trait",11337 "dyn-clone",11338 "finality-grandpa",11339 "fork-tree",11340 "futures",11341 "futures-timer",11342 "log",11343 "parity-scale-codec",11344 "parking_lot 0.12.1",11345 "rand 0.8.5",11346 "sc-block-builder",11347 "sc-chain-spec",11348 "sc-client-api",11349 "sc-consensus",11350 "sc-network",11351 "sc-network-common",11352 "sc-network-gossip",11353 "sc-telemetry",11354 "sc-transaction-pool-api",11355 "sc-utils",11356 "serde_json",11357 "sp-api",11358 "sp-application-crypto",11359 "sp-arithmetic",11360 "sp-blockchain",11361 "sp-consensus",11362 "sp-consensus-grandpa",11363 "sp-core",11364 "sp-keystore",11365 "sp-runtime",11366 "substrate-prometheus-endpoint",11367 "thiserror",11368]1136911370[[package]]11371name = "sc-consensus-grandpa-rpc"11372version = "0.10.0-dev"11373source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11374dependencies = [11375 "finality-grandpa",11376 "futures",11377 "jsonrpsee",11378 "log",11379 "parity-scale-codec",11380 "sc-client-api",11381 "sc-consensus-grandpa",11382 "sc-rpc",11383 "serde",11384 "sp-blockchain",11385 "sp-core",11386 "sp-runtime",11387 "thiserror",11388]1138911390[[package]]11391name = "sc-consensus-manual-seal"11392version = "0.10.0-dev"11393source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11394dependencies = [11395 "assert_matches",11396 "async-trait",11397 "futures",11398 "futures-timer",11399 "jsonrpsee",11400 "log",11401 "parity-scale-codec",11402 "sc-client-api",11403 "sc-consensus",11404 "sc-consensus-aura",11405 "sc-consensus-babe",11406 "sc-consensus-epochs",11407 "sc-transaction-pool",11408 "sc-transaction-pool-api",11409 "serde",11410 "sp-api",11411 "sp-blockchain",11412 "sp-consensus",11413 "sp-consensus-aura",11414 "sp-consensus-babe",11415 "sp-consensus-slots",11416 "sp-core",11417 "sp-inherents",11418 "sp-keystore",11419 "sp-runtime",11420 "sp-timestamp",11421 "substrate-prometheus-endpoint",11422 "thiserror",11423]1142411425[[package]]11426name = "sc-consensus-slots"11427version = "0.10.0-dev"11428source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11429dependencies = [11430 "async-trait",11431 "futures",11432 "futures-timer",11433 "log",11434 "parity-scale-codec",11435 "sc-client-api",11436 "sc-consensus",11437 "sc-telemetry",11438 "sp-arithmetic",11439 "sp-blockchain",11440 "sp-consensus",11441 "sp-consensus-slots",11442 "sp-core",11443 "sp-inherents",11444 "sp-runtime",11445 "sp-state-machine",11446]1144711448[[package]]11449name = "sc-executor"11450version = "0.10.0-dev"11451source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11452dependencies = [11453 "parity-scale-codec",11454 "parking_lot 0.12.1",11455 "sc-executor-common",11456 "sc-executor-wasmtime",11457 "schnellru",11458 "sp-api",11459 "sp-core",11460 "sp-externalities",11461 "sp-io",11462 "sp-panic-handler",11463 "sp-runtime-interface",11464 "sp-trie",11465 "sp-version",11466 "sp-wasm-interface",11467 "tracing",11468]1146911470[[package]]11471name = "sc-executor-common"11472version = "0.10.0-dev"11473source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11474dependencies = [11475 "sc-allocator",11476 "sp-maybe-compressed-blob",11477 "sp-wasm-interface",11478 "thiserror",11479 "wasm-instrument",11480]1148111482[[package]]11483name = "sc-executor-wasmtime"11484version = "0.10.0-dev"11485source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11486dependencies = [11487 "anyhow",11488 "cfg-if",11489 "libc",11490 "log",11491 "rustix 0.36.15",11492 "sc-allocator",11493 "sc-executor-common",11494 "sp-runtime-interface",11495 "sp-wasm-interface",11496 "wasmtime",11497]1149811499[[package]]11500name = "sc-informant"11501version = "0.10.0-dev"11502source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11503dependencies = [11504 "ansi_term",11505 "futures",11506 "futures-timer",11507 "log",11508 "sc-client-api",11509 "sc-network",11510 "sc-network-common",11511 "sp-blockchain",11512 "sp-runtime",11513]1151411515[[package]]11516name = "sc-keystore"11517version = "4.0.0-dev"11518source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11519dependencies = [11520 "array-bytes",11521 "parking_lot 0.12.1",11522 "serde_json",11523 "sp-application-crypto",11524 "sp-core",11525 "sp-keystore",11526 "thiserror",11527]1152811529[[package]]11530name = "sc-network"11531version = "0.10.0-dev"11532source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11533dependencies = [11534 "array-bytes",11535 "async-channel",11536 "async-trait",11537 "asynchronous-codec",11538 "bytes",11539 "either",11540 "fnv",11541 "futures",11542 "futures-timer",11543 "ip_network",11544 "libp2p",11545 "linked_hash_set",11546 "log",11547 "mockall",11548 "parity-scale-codec",11549 "parking_lot 0.12.1",11550 "partial_sort",11551 "pin-project",11552 "rand 0.8.5",11553 "sc-client-api",11554 "sc-network-common",11555 "sc-utils",11556 "serde",11557 "serde_json",11558 "smallvec",11559 "sp-arithmetic",11560 "sp-blockchain",11561 "sp-core",11562 "sp-runtime",11563 "substrate-prometheus-endpoint",11564 "thiserror",11565 "unsigned-varint",11566 "wasm-timer",11567 "zeroize",11568]1156911570[[package]]11571name = "sc-network-bitswap"11572version = "0.10.0-dev"11573source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11574dependencies = [11575 "async-channel",11576 "cid",11577 "futures",11578 "libp2p-identity",11579 "log",11580 "prost",11581 "prost-build",11582 "sc-client-api",11583 "sc-network",11584 "sp-blockchain",11585 "sp-runtime",11586 "thiserror",11587 "unsigned-varint",11588]1158911590[[package]]11591name = "sc-network-common"11592version = "0.10.0-dev"11593source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11594dependencies = [11595 "async-trait",11596 "bitflags 1.3.2",11597 "futures",11598 "libp2p-identity",11599 "parity-scale-codec",11600 "prost-build",11601 "sc-consensus",11602 "sp-consensus",11603 "sp-consensus-grandpa",11604 "sp-runtime",11605]1160611607[[package]]11608name = "sc-network-gossip"11609version = "0.10.0-dev"11610source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11611dependencies = [11612 "ahash 0.8.3",11613 "futures",11614 "futures-timer",11615 "libp2p",11616 "log",11617 "sc-network",11618 "sc-network-common",11619 "schnellru",11620 "sp-runtime",11621 "substrate-prometheus-endpoint",11622 "tracing",11623]1162411625[[package]]11626name = "sc-network-light"11627version = "0.10.0-dev"11628source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11629dependencies = [11630 "array-bytes",11631 "async-channel",11632 "futures",11633 "libp2p-identity",11634 "log",11635 "parity-scale-codec",11636 "prost",11637 "prost-build",11638 "sc-client-api",11639 "sc-network",11640 "sp-blockchain",11641 "sp-core",11642 "sp-runtime",11643 "thiserror",11644]1164511646[[package]]11647name = "sc-network-sync"11648version = "0.10.0-dev"11649source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11650dependencies = [11651 "array-bytes",11652 "async-channel",11653 "async-trait",11654 "fork-tree",11655 "futures",11656 "futures-timer",11657 "libp2p",11658 "log",11659 "mockall",11660 "parity-scale-codec",11661 "prost",11662 "prost-build",11663 "sc-client-api",11664 "sc-consensus",11665 "sc-network",11666 "sc-network-common",11667 "sc-utils",11668 "schnellru",11669 "smallvec",11670 "sp-arithmetic",11671 "sp-blockchain",11672 "sp-consensus",11673 "sp-consensus-grandpa",11674 "sp-core",11675 "sp-runtime",11676 "substrate-prometheus-endpoint",11677 "thiserror",11678]1167911680[[package]]11681name = "sc-network-transactions"11682version = "0.10.0-dev"11683source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11684dependencies = [11685 "array-bytes",11686 "futures",11687 "libp2p",11688 "log",11689 "parity-scale-codec",11690 "sc-network",11691 "sc-network-common",11692 "sc-utils",11693 "sp-consensus",11694 "sp-runtime",11695 "substrate-prometheus-endpoint",11696]1169711698[[package]]11699name = "sc-offchain"11700version = "4.0.0-dev"11701source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11702dependencies = [11703 "array-bytes",11704 "bytes",11705 "fnv",11706 "futures",11707 "futures-timer",11708 "hyper",11709 "hyper-rustls",11710 "libp2p",11711 "log",11712 "num_cpus",11713 "once_cell",11714 "parity-scale-codec",11715 "parking_lot 0.12.1",11716 "rand 0.8.5",11717 "sc-client-api",11718 "sc-network",11719 "sc-network-common",11720 "sc-transaction-pool-api",11721 "sc-utils",11722 "sp-api",11723 "sp-core",11724 "sp-externalities",11725 "sp-keystore",11726 "sp-offchain",11727 "sp-runtime",11728 "threadpool",11729 "tracing",11730]1173111732[[package]]11733name = "sc-proposer-metrics"11734version = "0.10.0-dev"11735source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11736dependencies = [11737 "log",11738 "substrate-prometheus-endpoint",11739]1174011741[[package]]11742name = "sc-rpc"11743version = "4.0.0-dev"11744source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11745dependencies = [11746 "futures",11747 "jsonrpsee",11748 "log",11749 "parity-scale-codec",11750 "parking_lot 0.12.1",11751 "sc-block-builder",11752 "sc-chain-spec",11753 "sc-client-api",11754 "sc-rpc-api",11755 "sc-tracing",11756 "sc-transaction-pool-api",11757 "sc-utils",11758 "serde_json",11759 "sp-api",11760 "sp-blockchain",11761 "sp-core",11762 "sp-keystore",11763 "sp-offchain",11764 "sp-rpc",11765 "sp-runtime",11766 "sp-session",11767 "sp-statement-store",11768 "sp-version",11769 "tokio",11770]1177111772[[package]]11773name = "sc-rpc-api"11774version = "0.10.0-dev"11775source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11776dependencies = [11777 "jsonrpsee",11778 "parity-scale-codec",11779 "sc-chain-spec",11780 "sc-transaction-pool-api",11781 "scale-info",11782 "serde",11783 "serde_json",11784 "sp-core",11785 "sp-rpc",11786 "sp-runtime",11787 "sp-version",11788 "thiserror",11789]1179011791[[package]]11792name = "sc-rpc-server"11793version = "4.0.0-dev"11794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11795dependencies = [11796 "http",11797 "jsonrpsee",11798 "log",11799 "serde_json",11800 "substrate-prometheus-endpoint",11801 "tokio",11802 "tower",11803 "tower-http",11804]1180511806[[package]]11807name = "sc-rpc-spec-v2"11808version = "0.10.0-dev"11809source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11810dependencies = [11811 "array-bytes",11812 "futures",11813 "futures-util",11814 "hex",11815 "jsonrpsee",11816 "log",11817 "parity-scale-codec",11818 "parking_lot 0.12.1",11819 "sc-chain-spec",11820 "sc-client-api",11821 "sc-transaction-pool-api",11822 "sc-utils",11823 "serde",11824 "sp-api",11825 "sp-blockchain",11826 "sp-core",11827 "sp-runtime",11828 "sp-version",11829 "thiserror",11830 "tokio",11831 "tokio-stream",11832]1183311834[[package]]11835name = "sc-service"11836version = "0.10.0-dev"11837source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11838dependencies = [11839 "async-trait",11840 "directories",11841 "exit-future",11842 "futures",11843 "futures-timer",11844 "jsonrpsee",11845 "log",11846 "parity-scale-codec",11847 "parking_lot 0.12.1",11848 "pin-project",11849 "rand 0.8.5",11850 "sc-block-builder",11851 "sc-chain-spec",11852 "sc-client-api",11853 "sc-client-db",11854 "sc-consensus",11855 "sc-executor",11856 "sc-informant",11857 "sc-keystore",11858 "sc-network",11859 "sc-network-bitswap",11860 "sc-network-common",11861 "sc-network-light",11862 "sc-network-sync",11863 "sc-network-transactions",11864 "sc-rpc",11865 "sc-rpc-server",11866 "sc-rpc-spec-v2",11867 "sc-sysinfo",11868 "sc-telemetry",11869 "sc-tracing",11870 "sc-transaction-pool",11871 "sc-transaction-pool-api",11872 "sc-utils",11873 "serde",11874 "serde_json",11875 "sp-api",11876 "sp-blockchain",11877 "sp-consensus",11878 "sp-core",11879 "sp-externalities",11880 "sp-keystore",11881 "sp-runtime",11882 "sp-session",11883 "sp-state-machine",11884 "sp-storage",11885 "sp-transaction-pool",11886 "sp-transaction-storage-proof",11887 "sp-trie",11888 "sp-version",11889 "static_init",11890 "substrate-prometheus-endpoint",11891 "tempfile",11892 "thiserror",11893 "tokio",11894 "tracing",11895 "tracing-futures",11896]1189711898[[package]]11899name = "sc-state-db"11900version = "0.10.0-dev"11901source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11902dependencies = [11903 "log",11904 "parity-scale-codec",11905 "parking_lot 0.12.1",11906 "sp-core",11907]1190811909[[package]]11910name = "sc-storage-monitor"11911version = "0.1.0"11912source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11913dependencies = [11914 "clap",11915 "fs4",11916 "log",11917 "sc-client-db",11918 "sp-core",11919 "thiserror",11920 "tokio",11921]1192211923[[package]]11924name = "sc-sync-state-rpc"11925version = "0.10.0-dev"11926source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11927dependencies = [11928 "jsonrpsee",11929 "parity-scale-codec",11930 "sc-chain-spec",11931 "sc-client-api",11932 "sc-consensus-babe",11933 "sc-consensus-epochs",11934 "sc-consensus-grandpa",11935 "serde",11936 "serde_json",11937 "sp-blockchain",11938 "sp-runtime",11939 "thiserror",11940]1194111942[[package]]11943name = "sc-sysinfo"11944version = "6.0.0-dev"11945source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11946dependencies = [11947 "futures",11948 "libc",11949 "log",11950 "rand 0.8.5",11951 "rand_pcg",11952 "regex",11953 "sc-telemetry",11954 "serde",11955 "serde_json",11956 "sp-core",11957 "sp-io",11958 "sp-std",11959]1196011961[[package]]11962name = "sc-telemetry"11963version = "4.0.0-dev"11964source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11965dependencies = [11966 "chrono",11967 "futures",11968 "libp2p",11969 "log",11970 "parking_lot 0.12.1",11971 "pin-project",11972 "rand 0.8.5",11973 "sc-utils",11974 "serde",11975 "serde_json",11976 "thiserror",11977 "wasm-timer",11978]1197911980[[package]]11981name = "sc-tracing"11982version = "4.0.0-dev"11983source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11984dependencies = [11985 "ansi_term",11986 "atty",11987 "chrono",11988 "lazy_static",11989 "libc",11990 "log",11991 "parking_lot 0.12.1",11992 "regex",11993 "rustc-hash",11994 "sc-client-api",11995 "sc-tracing-proc-macro",11996 "serde",11997 "sp-api",11998 "sp-blockchain",11999 "sp-core",12000 "sp-rpc",12001 "sp-runtime",12002 "sp-tracing",12003 "thiserror",12004 "tracing",12005 "tracing-log",12006 "tracing-subscriber",12007]1200812009[[package]]12010name = "sc-tracing-proc-macro"12011version = "4.0.0-dev"12012source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12013dependencies = [12014 "proc-macro-crate",12015 "proc-macro2",12016 "quote",12017 "syn 2.0.37",12018]1201912020[[package]]12021name = "sc-transaction-pool"12022version = "4.0.0-dev"12023source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12024dependencies = [12025 "async-trait",12026 "futures",12027 "futures-timer",12028 "linked-hash-map",12029 "log",12030 "parity-scale-codec",12031 "parking_lot 0.12.1",12032 "sc-client-api",12033 "sc-transaction-pool-api",12034 "sc-utils",12035 "serde",12036 "sp-api",12037 "sp-blockchain",12038 "sp-core",12039 "sp-runtime",12040 "sp-tracing",12041 "sp-transaction-pool",12042 "substrate-prometheus-endpoint",12043 "thiserror",12044]1204512046[[package]]12047name = "sc-transaction-pool-api"12048version = "4.0.0-dev"12049source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12050dependencies = [12051 "async-trait",12052 "futures",12053 "log",12054 "parity-scale-codec",12055 "serde",12056 "sp-blockchain",12057 "sp-core",12058 "sp-runtime",12059 "thiserror",12060]1206112062[[package]]12063name = "sc-utils"12064version = "4.0.0-dev"12065source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12066dependencies = [12067 "async-channel",12068 "futures",12069 "futures-timer",12070 "lazy_static",12071 "log",12072 "parking_lot 0.12.1",12073 "prometheus",12074 "sp-arithmetic",12075]1207612077[[package]]12078name = "scale-info"12079version = "2.9.0"12080source = "registry+https://github.com/rust-lang/crates.io-index"12081checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"12082dependencies = [12083 "bitvec",12084 "cfg-if",12085 "derive_more",12086 "parity-scale-codec",12087 "scale-info-derive",12088 "serde",12089]1209012091[[package]]12092name = "scale-info-derive"12093version = "2.9.0"12094source = "registry+https://github.com/rust-lang/crates.io-index"12095checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"12096dependencies = [12097 "proc-macro-crate",12098 "proc-macro2",12099 "quote",12100 "syn 1.0.109",12101]1210212103[[package]]12104name = "schannel"12105version = "0.1.22"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"12108dependencies = [12109 "windows-sys 0.48.0",12110]1211112112[[package]]12113name = "schnellru"12114version = "0.2.1"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12117dependencies = [12118 "ahash 0.8.3",12119 "cfg-if",12120 "hashbrown 0.13.2",12121]1212212123[[package]]12124name = "schnorrkel"12125version = "0.9.1"12126source = "registry+https://github.com/rust-lang/crates.io-index"12127checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"12128dependencies = [12129 "arrayref",12130 "arrayvec 0.5.2",12131 "curve25519-dalek 2.1.3",12132 "getrandom 0.1.16",12133 "merlin 2.0.1",12134 "rand 0.7.3",12135 "rand_core 0.5.1",12136 "sha2 0.8.2",12137 "subtle",12138 "zeroize",12139]1214012141[[package]]12142name = "schnorrkel"12143version = "0.10.2"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"12146dependencies = [12147 "arrayref",12148 "arrayvec 0.7.4",12149 "curve25519-dalek-ng",12150 "merlin 3.0.0",12151 "rand_core 0.6.4",12152 "sha2 0.9.9",12153 "subtle-ng",12154 "zeroize",12155]1215612157[[package]]12158name = "scopeguard"12159version = "1.2.0"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"1216212163[[package]]12164name = "scratch"12165version = "1.0.7"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"1216812169[[package]]12170name = "sct"12171version = "0.6.1"12172source = "registry+https://github.com/rust-lang/crates.io-index"12173checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"12174dependencies = [12175 "ring 0.16.20",12176 "untrusted",12177]1217812179[[package]]12180name = "sct"12181version = "0.7.0"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"12184dependencies = [12185 "ring 0.16.20",12186 "untrusted",12187]1218812189[[package]]12190name = "sdp"12191version = "0.5.3"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"12194dependencies = [12195 "rand 0.8.5",12196 "substring",12197 "thiserror",12198 "url",12199]1220012201[[package]]12202name = "sec1"12203version = "0.3.0"12204source = "registry+https://github.com/rust-lang/crates.io-index"12205checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"12206dependencies = [12207 "base16ct 0.1.1",12208 "der 0.6.1",12209 "generic-array 0.14.7",12210 "pkcs8 0.9.0",12211 "subtle",12212 "zeroize",12213]1221412215[[package]]12216name = "sec1"12217version = "0.7.3"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"12220dependencies = [12221 "base16ct 0.2.0",12222 "der 0.7.8",12223 "generic-array 0.14.7",12224 "pkcs8 0.10.2",12225 "subtle",12226 "zeroize",12227]1222812229[[package]]12230name = "secp256k1"12231version = "0.24.3"12232source = "registry+https://github.com/rust-lang/crates.io-index"12233checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"12234dependencies = [12235 "secp256k1-sys",12236]1223712238[[package]]12239name = "secp256k1-sys"12240version = "0.6.1"12241source = "registry+https://github.com/rust-lang/crates.io-index"12242checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"12243dependencies = [12244 "cc",12245]1224612247[[package]]12248name = "secrecy"12249version = "0.8.0"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"12252dependencies = [12253 "zeroize",12254]1225512256[[package]]12257name = "security-framework"12258version = "2.9.2"12259source = "registry+https://github.com/rust-lang/crates.io-index"12260checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"12261dependencies = [12262 "bitflags 1.3.2",12263 "core-foundation",12264 "core-foundation-sys",12265 "libc",12266 "security-framework-sys",12267]1226812269[[package]]12270name = "security-framework-sys"12271version = "2.9.1"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"12274dependencies = [12275 "core-foundation-sys",12276 "libc",12277]1227812279[[package]]12280name = "semver"12281version = "0.6.0"12282source = "registry+https://github.com/rust-lang/crates.io-index"12283checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"12284dependencies = [12285 "semver-parser",12286]1228712288[[package]]12289name = "semver"12290version = "1.0.19"12291source = "registry+https://github.com/rust-lang/crates.io-index"12292checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"12293dependencies = [12294 "serde",12295]1229612297[[package]]12298name = "semver-parser"12299version = "0.7.0"12300source = "registry+https://github.com/rust-lang/crates.io-index"12301checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1230212303[[package]]12304name = "serde"12305version = "1.0.188"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"12308dependencies = [12309 "serde_derive",12310]1231112312[[package]]12313name = "serde_derive"12314version = "1.0.188"12315source = "registry+https://github.com/rust-lang/crates.io-index"12316checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"12317dependencies = [12318 "proc-macro2",12319 "quote",12320 "syn 2.0.37",12321]1232212323[[package]]12324name = "serde_json"12325version = "1.0.107"12326source = "registry+https://github.com/rust-lang/crates.io-index"12327checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"12328dependencies = [12329 "itoa",12330 "ryu",12331 "serde",12332]1233312334[[package]]12335name = "serde_spanned"12336version = "0.6.3"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"12339dependencies = [12340 "serde",12341]1234212343[[package]]12344name = "sha-1"12345version = "0.9.8"12346source = "registry+https://github.com/rust-lang/crates.io-index"12347checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"12348dependencies = [12349 "block-buffer 0.9.0",12350 "cfg-if",12351 "cpufeatures",12352 "digest 0.9.0",12353 "opaque-debug 0.3.0",12354]1235512356[[package]]12357name = "sha1"12358version = "0.10.6"12359source = "registry+https://github.com/rust-lang/crates.io-index"12360checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"12361dependencies = [12362 "cfg-if",12363 "cpufeatures",12364 "digest 0.10.7",12365]1236612367[[package]]12368name = "sha2"12369version = "0.8.2"12370source = "registry+https://github.com/rust-lang/crates.io-index"12371checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"12372dependencies = [12373 "block-buffer 0.7.3",12374 "digest 0.8.1",12375 "fake-simd",12376 "opaque-debug 0.2.3",12377]1237812379[[package]]12380name = "sha2"12381version = "0.9.9"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"12384dependencies = [12385 "block-buffer 0.9.0",12386 "cfg-if",12387 "cpufeatures",12388 "digest 0.9.0",12389 "opaque-debug 0.3.0",12390]1239112392[[package]]12393name = "sha2"12394version = "0.10.8"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"12397dependencies = [12398 "cfg-if",12399 "cpufeatures",12400 "digest 0.10.7",12401]1240212403[[package]]12404name = "sha3"12405version = "0.8.2"12406source = "registry+https://github.com/rust-lang/crates.io-index"12407checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"12408dependencies = [12409 "block-buffer 0.7.3",12410 "byte-tools",12411 "digest 0.8.1",12412 "keccak",12413 "opaque-debug 0.2.3",12414]1241512416[[package]]12417name = "sha3"12418version = "0.10.8"12419source = "registry+https://github.com/rust-lang/crates.io-index"12420checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"12421dependencies = [12422 "digest 0.10.7",12423 "keccak",12424]1242512426[[package]]12427name = "sha3-const"12428version = "0.1.1"12429source = "registry+https://github.com/rust-lang/crates.io-index"12430checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1243112432[[package]]12433name = "sharded-slab"12434version = "0.1.6"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"12437dependencies = [12438 "lazy_static",12439]1244012441[[package]]12442name = "shlex"12443version = "1.2.0"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"1244612447[[package]]12448name = "signal-hook"12449version = "0.3.17"12450source = "registry+https://github.com/rust-lang/crates.io-index"12451checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"12452dependencies = [12453 "libc",12454 "signal-hook-registry",12455]1245612457[[package]]12458name = "signal-hook-registry"12459version = "1.4.1"12460source = "registry+https://github.com/rust-lang/crates.io-index"12461checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"12462dependencies = [12463 "libc",12464]1246512466[[package]]12467name = "signature"12468version = "1.6.4"12469source = "registry+https://github.com/rust-lang/crates.io-index"12470checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"12471dependencies = [12472 "digest 0.10.7",12473 "rand_core 0.6.4",12474]1247512476[[package]]12477name = "signature"12478version = "2.1.0"12479source = "registry+https://github.com/rust-lang/crates.io-index"12480checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"12481dependencies = [12482 "digest 0.10.7",12483 "rand_core 0.6.4",12484]1248512486[[package]]12487name = "simba"12488version = "0.8.1"12489source = "registry+https://github.com/rust-lang/crates.io-index"12490checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"12491dependencies = [12492 "approx",12493 "num-complex",12494 "num-traits",12495 "paste",12496 "wide",12497]1249812499[[package]]12500name = "siphasher"12501version = "0.3.11"12502source = "registry+https://github.com/rust-lang/crates.io-index"12503checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"1250412505[[package]]12506name = "slab"12507version = "0.4.9"12508source = "registry+https://github.com/rust-lang/crates.io-index"12509checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"12510dependencies = [12511 "autocfg",12512]1251312514[[package]]12515name = "slice-group-by"12516version = "0.3.1"12517source = "registry+https://github.com/rust-lang/crates.io-index"12518checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1251912520[[package]]12521name = "slot-range-helper"12522version = "1.0.0"12523source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12524dependencies = [12525 "enumn",12526 "parity-scale-codec",12527 "paste",12528 "sp-runtime",12529 "sp-std",12530]1253112532[[package]]12533name = "slotmap"12534version = "1.0.6"12535source = "registry+https://github.com/rust-lang/crates.io-index"12536checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"12537dependencies = [12538 "version_check",12539]1254012541[[package]]12542name = "smallvec"12543version = "1.11.1"12544source = "registry+https://github.com/rust-lang/crates.io-index"12545checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"1254612547[[package]]12548name = "smol"12549version = "1.3.0"12550source = "registry+https://github.com/rust-lang/crates.io-index"12551checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"12552dependencies = [12553 "async-channel",12554 "async-executor",12555 "async-fs",12556 "async-io",12557 "async-lock",12558 "async-net",12559 "async-process",12560 "blocking",12561 "futures-lite",12562]1256312564[[package]]12565name = "smoldot"12566version = "0.11.0"12567source = "registry+https://github.com/rust-lang/crates.io-index"12568checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"12569dependencies = [12570 "arrayvec 0.7.4",12571 "async-lock",12572 "atomic-take",12573 "base64 0.21.4",12574 "bip39",12575 "blake2-rfc",12576 "bs58 0.5.0",12577 "chacha20 0.9.1",12578 "crossbeam-queue",12579 "derive_more",12580 "ed25519-zebra 4.0.3",12581 "either",12582 "event-listener",12583 "fnv",12584 "futures-lite",12585 "futures-util",12586 "hashbrown 0.14.1",12587 "hex",12588 "hmac 0.12.1",12589 "itertools 0.11.0",12590 "libsecp256k1",12591 "merlin 3.0.0",12592 "no-std-net",12593 "nom",12594 "num-bigint",12595 "num-rational",12596 "num-traits",12597 "pbkdf2 0.12.2",12598 "pin-project",12599 "poly1305 0.8.0",12600 "rand 0.8.5",12601 "rand_chacha 0.3.1",12602 "ruzstd",12603 "schnorrkel 0.10.2",12604 "serde",12605 "serde_json",12606 "sha2 0.10.8",12607 "sha3 0.10.8",12608 "siphasher",12609 "slab",12610 "smallvec",12611 "soketto",12612 "twox-hash",12613 "wasmi",12614 "x25519-dalek 2.0.0",12615 "zeroize",12616]1261712618[[package]]12619name = "smoldot-light"12620version = "0.9.0"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"12623dependencies = [12624 "async-channel",12625 "async-lock",12626 "base64 0.21.4",12627 "blake2-rfc",12628 "derive_more",12629 "either",12630 "event-listener",12631 "fnv",12632 "futures-channel",12633 "futures-lite",12634 "futures-util",12635 "hashbrown 0.14.1",12636 "hex",12637 "itertools 0.11.0",12638 "log",12639 "lru 0.11.1",12640 "no-std-net",12641 "parking_lot 0.12.1",12642 "pin-project",12643 "rand 0.8.5",12644 "rand_chacha 0.3.1",12645 "serde",12646 "serde_json",12647 "siphasher",12648 "slab",12649 "smol",12650 "smoldot",12651 "zeroize",12652]1265312654[[package]]12655name = "snap"12656version = "1.1.0"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1265912660[[package]]12661name = "snow"12662version = "0.9.3"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12665dependencies = [12666 "aes-gcm 0.9.4",12667 "blake2",12668 "chacha20poly1305",12669 "curve25519-dalek 4.1.1",12670 "rand_core 0.6.4",12671 "ring 0.16.20",12672 "rustc_version",12673 "sha2 0.10.8",12674 "subtle",12675]1267612677[[package]]12678name = "socket2"12679version = "0.4.9"12680source = "registry+https://github.com/rust-lang/crates.io-index"12681checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"12682dependencies = [12683 "libc",12684 "winapi",12685]1268612687[[package]]12688name = "socket2"12689version = "0.5.4"12690source = "registry+https://github.com/rust-lang/crates.io-index"12691checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"12692dependencies = [12693 "libc",12694 "windows-sys 0.48.0",12695]1269612697[[package]]12698name = "soketto"12699version = "0.7.1"12700source = "registry+https://github.com/rust-lang/crates.io-index"12701checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"12702dependencies = [12703 "base64 0.13.1",12704 "bytes",12705 "flate2",12706 "futures",12707 "http",12708 "httparse",12709 "log",12710 "rand 0.8.5",12711 "sha-1",12712]1271312714[[package]]12715name = "sp-api"12716version = "4.0.0-dev"12717source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12718dependencies = [12719 "hash-db 0.16.0",12720 "log",12721 "parity-scale-codec",12722 "scale-info",12723 "sp-api-proc-macro",12724 "sp-core",12725 "sp-externalities",12726 "sp-metadata-ir",12727 "sp-runtime",12728 "sp-state-machine",12729 "sp-std",12730 "sp-trie",12731 "sp-version",12732 "thiserror",12733]1273412735[[package]]12736name = "sp-api-proc-macro"12737version = "4.0.0-dev"12738source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12739dependencies = [12740 "Inflector",12741 "blake2",12742 "expander 2.0.0",12743 "proc-macro-crate",12744 "proc-macro2",12745 "quote",12746 "syn 2.0.37",12747]1274812749[[package]]12750name = "sp-application-crypto"12751version = "23.0.0"12752source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12753dependencies = [12754 "parity-scale-codec",12755 "scale-info",12756 "serde",12757 "sp-core",12758 "sp-io",12759 "sp-std",12760]1276112762[[package]]12763name = "sp-arithmetic"12764version = "16.0.0"12765source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12766dependencies = [12767 "integer-sqrt",12768 "num-traits",12769 "parity-scale-codec",12770 "scale-info",12771 "serde",12772 "sp-std",12773 "static_assertions",12774]1277512776[[package]]12777name = "sp-authority-discovery"12778version = "4.0.0-dev"12779source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12780dependencies = [12781 "parity-scale-codec",12782 "scale-info",12783 "sp-api",12784 "sp-application-crypto",12785 "sp-runtime",12786 "sp-std",12787]1278812789[[package]]12790name = "sp-block-builder"12791version = "4.0.0-dev"12792source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12793dependencies = [12794 "sp-api",12795 "sp-inherents",12796 "sp-runtime",12797 "sp-std",12798]1279912800[[package]]12801name = "sp-blockchain"12802version = "4.0.0-dev"12803source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12804dependencies = [12805 "futures",12806 "log",12807 "parity-scale-codec",12808 "parking_lot 0.12.1",12809 "schnellru",12810 "sp-api",12811 "sp-consensus",12812 "sp-database",12813 "sp-runtime",12814 "sp-state-machine",12815 "thiserror",12816]1281712818[[package]]12819name = "sp-consensus"12820version = "0.10.0-dev"12821source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12822dependencies = [12823 "async-trait",12824 "futures",12825 "log",12826 "sp-core",12827 "sp-inherents",12828 "sp-runtime",12829 "sp-state-machine",12830 "thiserror",12831]1283212833[[package]]12834name = "sp-consensus-aura"12835version = "0.10.0-dev"12836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12837dependencies = [12838 "async-trait",12839 "parity-scale-codec",12840 "scale-info",12841 "sp-api",12842 "sp-application-crypto",12843 "sp-consensus-slots",12844 "sp-inherents",12845 "sp-runtime",12846 "sp-std",12847 "sp-timestamp",12848]1284912850[[package]]12851name = "sp-consensus-babe"12852version = "0.10.0-dev"12853source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12854dependencies = [12855 "async-trait",12856 "parity-scale-codec",12857 "scale-info",12858 "serde",12859 "sp-api",12860 "sp-application-crypto",12861 "sp-consensus-slots",12862 "sp-core",12863 "sp-inherents",12864 "sp-runtime",12865 "sp-std",12866 "sp-timestamp",12867]1286812869[[package]]12870name = "sp-consensus-beefy"12871version = "4.0.0-dev"12872source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12873dependencies = [12874 "lazy_static",12875 "parity-scale-codec",12876 "scale-info",12877 "serde",12878 "sp-api",12879 "sp-application-crypto",12880 "sp-core",12881 "sp-io",12882 "sp-mmr-primitives",12883 "sp-runtime",12884 "sp-std",12885 "strum",12886]1288712888[[package]]12889name = "sp-consensus-grandpa"12890version = "4.0.0-dev"12891source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12892dependencies = [12893 "finality-grandpa",12894 "log",12895 "parity-scale-codec",12896 "scale-info",12897 "serde",12898 "sp-api",12899 "sp-application-crypto",12900 "sp-core",12901 "sp-keystore",12902 "sp-runtime",12903 "sp-std",12904]1290512906[[package]]12907name = "sp-consensus-slots"12908version = "0.10.0-dev"12909source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12910dependencies = [12911 "parity-scale-codec",12912 "scale-info",12913 "serde",12914 "sp-std",12915 "sp-timestamp",12916]1291712918[[package]]12919name = "sp-core"12920version = "21.0.0"12921source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12922dependencies = [12923 "array-bytes",12924 "arrayvec 0.7.4",12925 "bandersnatch_vrfs",12926 "bitflags 1.3.2",12927 "blake2",12928 "bounded-collections",12929 "bs58 0.5.0",12930 "dyn-clonable",12931 "ed25519-zebra 3.1.0",12932 "futures",12933 "hash-db 0.16.0",12934 "hash256-std-hasher",12935 "impl-serde",12936 "lazy_static",12937 "libsecp256k1",12938 "log",12939 "merlin 2.0.1",12940 "parity-scale-codec",12941 "parking_lot 0.12.1",12942 "paste",12943 "primitive-types",12944 "rand 0.8.5",12945 "regex",12946 "scale-info",12947 "schnorrkel 0.9.1",12948 "secp256k1",12949 "secrecy",12950 "serde",12951 "sp-core-hashing",12952 "sp-debug-derive",12953 "sp-externalities",12954 "sp-runtime-interface",12955 "sp-std",12956 "sp-storage",12957 "ss58-registry",12958 "substrate-bip39",12959 "thiserror",12960 "tiny-bip39",12961 "tracing",12962 "zeroize",12963]1296412965[[package]]12966name = "sp-core-hashing"12967version = "9.0.0"12968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12969dependencies = [12970 "blake2b_simd",12971 "byteorder",12972 "digest 0.10.7",12973 "sha2 0.10.8",12974 "sha3 0.10.8",12975 "twox-hash",12976]1297712978[[package]]12979name = "sp-core-hashing-proc-macro"12980version = "9.0.0"12981source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12982dependencies = [12983 "quote",12984 "sp-core-hashing",12985 "syn 2.0.37",12986]1298712988[[package]]12989name = "sp-database"12990version = "4.0.0-dev"12991source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12992dependencies = [12993 "kvdb",12994 "parking_lot 0.12.1",12995]1299612997[[package]]12998name = "sp-debug-derive"12999version = "8.0.0"13000source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13001dependencies = [13002 "proc-macro2",13003 "quote",13004 "syn 2.0.37",13005]1300613007[[package]]13008name = "sp-externalities"13009version = "0.19.0"13010source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13011dependencies = [13012 "environmental",13013 "parity-scale-codec",13014 "sp-std",13015 "sp-storage",13016]1301713018[[package]]13019name = "sp-genesis-builder"13020version = "0.1.0"13021source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13022dependencies = [13023 "serde_json",13024 "sp-api",13025 "sp-runtime",13026 "sp-std",13027]1302813029[[package]]13030name = "sp-inherents"13031version = "4.0.0-dev"13032source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13033dependencies = [13034 "async-trait",13035 "impl-trait-for-tuples",13036 "parity-scale-codec",13037 "scale-info",13038 "sp-runtime",13039 "sp-std",13040 "thiserror",13041]1304213043[[package]]13044name = "sp-io"13045version = "23.0.0"13046source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13047dependencies = [13048 "bytes",13049 "ed25519-dalek",13050 "libsecp256k1",13051 "log",13052 "parity-scale-codec",13053 "rustversion",13054 "secp256k1",13055 "sp-core",13056 "sp-externalities",13057 "sp-keystore",13058 "sp-runtime-interface",13059 "sp-state-machine",13060 "sp-std",13061 "sp-tracing",13062 "sp-trie",13063 "tracing",13064 "tracing-core",13065]1306613067[[package]]13068name = "sp-keyring"13069version = "24.0.0"13070source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13071dependencies = [13072 "lazy_static",13073 "sp-core",13074 "sp-runtime",13075 "strum",13076]1307713078[[package]]13079name = "sp-keystore"13080version = "0.27.0"13081source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13082dependencies = [13083 "parity-scale-codec",13084 "parking_lot 0.12.1",13085 "sp-core",13086 "sp-externalities",13087 "thiserror",13088]1308913090[[package]]13091name = "sp-maybe-compressed-blob"13092version = "4.1.0-dev"13093source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13094dependencies = [13095 "thiserror",13096 "zstd 0.12.4",13097]1309813099[[package]]13100name = "sp-metadata-ir"13101version = "0.1.0"13102source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13103dependencies = [13104 "frame-metadata",13105 "parity-scale-codec",13106 "scale-info",13107 "sp-std",13108]1310913110[[package]]13111name = "sp-mmr-primitives"13112version = "4.0.0-dev"13113source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13114dependencies = [13115 "ckb-merkle-mountain-range",13116 "log",13117 "parity-scale-codec",13118 "scale-info",13119 "serde",13120 "sp-api",13121 "sp-core",13122 "sp-debug-derive",13123 "sp-runtime",13124 "sp-std",13125 "thiserror",13126]1312713128[[package]]13129name = "sp-npos-elections"13130version = "4.0.0-dev"13131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13132dependencies = [13133 "parity-scale-codec",13134 "scale-info",13135 "serde",13136 "sp-arithmetic",13137 "sp-core",13138 "sp-runtime",13139 "sp-std",13140]1314113142[[package]]13143name = "sp-offchain"13144version = "4.0.0-dev"13145source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13146dependencies = [13147 "sp-api",13148 "sp-core",13149 "sp-runtime",13150]1315113152[[package]]13153name = "sp-panic-handler"13154version = "8.0.0"13155source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13156dependencies = [13157 "backtrace",13158 "lazy_static",13159 "regex",13160]1316113162[[package]]13163name = "sp-rpc"13164version = "6.0.0"13165source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13166dependencies = [13167 "rustc-hash",13168 "serde",13169 "sp-core",13170]1317113172[[package]]13173name = "sp-runtime"13174version = "24.0.0"13175source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13176dependencies = [13177 "either",13178 "hash256-std-hasher",13179 "impl-trait-for-tuples",13180 "log",13181 "parity-scale-codec",13182 "paste",13183 "rand 0.8.5",13184 "scale-info",13185 "serde",13186 "sp-application-crypto",13187 "sp-arithmetic",13188 "sp-core",13189 "sp-io",13190 "sp-std",13191 "sp-weights",13192]1319313194[[package]]13195name = "sp-runtime-interface"13196version = "17.0.0"13197source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13198dependencies = [13199 "bytes",13200 "impl-trait-for-tuples",13201 "parity-scale-codec",13202 "primitive-types",13203 "sp-externalities",13204 "sp-runtime-interface-proc-macro",13205 "sp-std",13206 "sp-storage",13207 "sp-tracing",13208 "sp-wasm-interface",13209 "static_assertions",13210]1321113212[[package]]13213name = "sp-runtime-interface-proc-macro"13214version = "11.0.0"13215source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13216dependencies = [13217 "Inflector",13218 "proc-macro-crate",13219 "proc-macro2",13220 "quote",13221 "syn 2.0.37",13222]1322313224[[package]]13225name = "sp-session"13226version = "4.0.0-dev"13227source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13228dependencies = [13229 "parity-scale-codec",13230 "scale-info",13231 "sp-api",13232 "sp-core",13233 "sp-keystore",13234 "sp-runtime",13235 "sp-staking",13236 "sp-std",13237]1323813239[[package]]13240name = "sp-staking"13241version = "4.0.0-dev"13242source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13243dependencies = [13244 "impl-trait-for-tuples",13245 "parity-scale-codec",13246 "scale-info",13247 "serde",13248 "sp-core",13249 "sp-runtime",13250 "sp-std",13251]1325213253[[package]]13254name = "sp-state-machine"13255version = "0.28.0"13256source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13257dependencies = [13258 "hash-db 0.16.0",13259 "log",13260 "parity-scale-codec",13261 "parking_lot 0.12.1",13262 "rand 0.8.5",13263 "smallvec",13264 "sp-core",13265 "sp-externalities",13266 "sp-panic-handler",13267 "sp-std",13268 "sp-trie",13269 "thiserror",13270 "tracing",13271 "trie-db",13272]1327313274[[package]]13275name = "sp-statement-store"13276version = "4.0.0-dev"13277source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13278dependencies = [13279 "aes-gcm 0.10.3",13280 "curve25519-dalek 4.1.1",13281 "ed25519-dalek",13282 "hkdf",13283 "parity-scale-codec",13284 "rand 0.8.5",13285 "scale-info",13286 "sha2 0.10.8",13287 "sp-api",13288 "sp-application-crypto",13289 "sp-core",13290 "sp-externalities",13291 "sp-runtime",13292 "sp-runtime-interface",13293 "sp-std",13294 "thiserror",13295 "x25519-dalek 2.0.0",13296]1329713298[[package]]13299name = "sp-std"13300version = "8.0.0"13301source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1330213303[[package]]13304name = "sp-storage"13305version = "13.0.0"13306source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13307dependencies = [13308 "impl-serde",13309 "parity-scale-codec",13310 "ref-cast",13311 "serde",13312 "sp-debug-derive",13313 "sp-std",13314]1331513316[[package]]13317name = "sp-timestamp"13318version = "4.0.0-dev"13319source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13320dependencies = [13321 "async-trait",13322 "parity-scale-codec",13323 "sp-inherents",13324 "sp-runtime",13325 "sp-std",13326 "thiserror",13327]1332813329[[package]]13330name = "sp-tracing"13331version = "10.0.0"13332source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13333dependencies = [13334 "parity-scale-codec",13335 "sp-std",13336 "tracing",13337 "tracing-core",13338 "tracing-subscriber",13339]1334013341[[package]]13342name = "sp-transaction-pool"13343version = "4.0.0-dev"13344source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13345dependencies = [13346 "sp-api",13347 "sp-runtime",13348]1334913350[[package]]13351name = "sp-transaction-storage-proof"13352version = "4.0.0-dev"13353source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13354dependencies = [13355 "async-trait",13356 "parity-scale-codec",13357 "scale-info",13358 "sp-core",13359 "sp-inherents",13360 "sp-runtime",13361 "sp-std",13362 "sp-trie",13363]1336413365[[package]]13366name = "sp-trie"13367version = "22.0.0"13368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13369dependencies = [13370 "ahash 0.8.3",13371 "hash-db 0.16.0",13372 "hashbrown 0.13.2",13373 "lazy_static",13374 "memory-db",13375 "nohash-hasher",13376 "parity-scale-codec",13377 "parking_lot 0.12.1",13378 "scale-info",13379 "schnellru",13380 "sp-core",13381 "sp-std",13382 "thiserror",13383 "tracing",13384 "trie-db",13385 "trie-root",13386]1338713388[[package]]13389name = "sp-version"13390version = "22.0.0"13391source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13392dependencies = [13393 "impl-serde",13394 "parity-scale-codec",13395 "parity-wasm",13396 "scale-info",13397 "serde",13398 "sp-core-hashing-proc-macro",13399 "sp-runtime",13400 "sp-std",13401 "sp-version-proc-macro",13402 "thiserror",13403]1340413405[[package]]13406name = "sp-version-proc-macro"13407version = "8.0.0"13408source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13409dependencies = [13410 "parity-scale-codec",13411 "proc-macro2",13412 "quote",13413 "syn 2.0.37",13414]1341513416[[package]]13417name = "sp-wasm-interface"13418version = "14.0.0"13419source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13420dependencies = [13421 "anyhow",13422 "impl-trait-for-tuples",13423 "log",13424 "parity-scale-codec",13425 "sp-std",13426 "wasmtime",13427]1342813429[[package]]13430name = "sp-weights"13431version = "20.0.0"13432source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13433dependencies = [13434 "parity-scale-codec",13435 "scale-info",13436 "serde",13437 "smallvec",13438 "sp-arithmetic",13439 "sp-core",13440 "sp-debug-derive",13441 "sp-std",13442]1344313444[[package]]13445name = "spez"13446version = "0.1.2"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"13449dependencies = [13450 "proc-macro2",13451 "quote",13452 "syn 2.0.37",13453]1345413455[[package]]13456name = "spin"13457version = "0.5.2"13458source = "registry+https://github.com/rust-lang/crates.io-index"13459checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1346013461[[package]]13462name = "spin"13463version = "0.9.8"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"1346613467[[package]]13468name = "spinners"13469version = "4.1.0"13470source = "registry+https://github.com/rust-lang/crates.io-index"13471checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab"13472dependencies = [13473 "lazy_static",13474 "maplit",13475 "strum",13476]1347713478[[package]]13479name = "spki"13480version = "0.6.0"13481source = "registry+https://github.com/rust-lang/crates.io-index"13482checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"13483dependencies = [13484 "base64ct",13485 "der 0.6.1",13486]1348713488[[package]]13489name = "spki"13490version = "0.7.2"13491source = "registry+https://github.com/rust-lang/crates.io-index"13492checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"13493dependencies = [13494 "base64ct",13495 "der 0.7.8",13496]1349713498[[package]]13499name = "ss58-registry"13500version = "1.43.0"13501source = "registry+https://github.com/rust-lang/crates.io-index"13502checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"13503dependencies = [13504 "Inflector",13505 "num-format",13506 "proc-macro2",13507 "quote",13508 "serde",13509 "serde_json",13510 "unicode-xid",13511]1351213513[[package]]13514name = "stable_deref_trait"13515version = "1.2.0"13516source = "registry+https://github.com/rust-lang/crates.io-index"13517checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1351813519[[package]]13520name = "staging-kusama-runtime"13521version = "1.0.0"13522source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13523dependencies = [13524 "binary-merkle-tree",13525 "bitvec",13526 "frame-benchmarking",13527 "frame-election-provider-support",13528 "frame-executive",13529 "frame-support",13530 "frame-system",13531 "frame-system-benchmarking",13532 "frame-system-rpc-runtime-api",13533 "frame-try-runtime",13534 "hex-literal",13535 "kusama-runtime-constants",13536 "log",13537 "pallet-authority-discovery",13538 "pallet-authorship",13539 "pallet-babe",13540 "pallet-bags-list",13541 "pallet-balances",13542 "pallet-beefy",13543 "pallet-beefy-mmr",13544 "pallet-bounties",13545 "pallet-child-bounties",13546 "pallet-collective",13547 "pallet-conviction-voting",13548 "pallet-democracy",13549 "pallet-election-provider-multi-phase",13550 "pallet-election-provider-support-benchmarking",13551 "pallet-elections-phragmen",13552 "pallet-fast-unstake",13553 "pallet-grandpa",13554 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",13555 "pallet-im-online",13556 "pallet-indices",13557 "pallet-membership",13558 "pallet-message-queue",13559 "pallet-mmr",13560 "pallet-multisig",13561 "pallet-nis",13562 "pallet-nomination-pools",13563 "pallet-nomination-pools-benchmarking",13564 "pallet-nomination-pools-runtime-api",13565 "pallet-offences",13566 "pallet-offences-benchmarking",13567 "pallet-preimage",13568 "pallet-proxy",13569 "pallet-ranked-collective",13570 "pallet-recovery",13571 "pallet-referenda",13572 "pallet-scheduler",13573 "pallet-session",13574 "pallet-session-benchmarking",13575 "pallet-society",13576 "pallet-staking",13577 "pallet-staking-runtime-api",13578 "pallet-state-trie-migration",13579 "pallet-timestamp",13580 "pallet-tips",13581 "pallet-transaction-payment",13582 "pallet-transaction-payment-rpc-runtime-api",13583 "pallet-treasury",13584 "pallet-utility",13585 "pallet-vesting",13586 "pallet-whitelist",13587 "pallet-xcm",13588 "pallet-xcm-benchmarks",13589 "parity-scale-codec",13590 "polkadot-primitives",13591 "polkadot-runtime-common",13592 "polkadot-runtime-parachains",13593 "rustc-hex",13594 "scale-info",13595 "serde",13596 "serde_derive",13597 "smallvec",13598 "sp-api",13599 "sp-application-crypto",13600 "sp-arithmetic",13601 "sp-authority-discovery",13602 "sp-block-builder",13603 "sp-consensus-babe",13604 "sp-consensus-beefy",13605 "sp-core",13606 "sp-inherents",13607 "sp-io",13608 "sp-mmr-primitives",13609 "sp-npos-elections",13610 "sp-offchain",13611 "sp-runtime",13612 "sp-session",13613 "sp-staking",13614 "sp-std",13615 "sp-storage",13616 "sp-transaction-pool",13617 "sp-version",13618 "staging-xcm",13619 "staging-xcm-builder",13620 "staging-xcm-executor",13621 "static_assertions",13622 "substrate-wasm-builder",13623]1362413625[[package]]13626name = "staging-xcm"13627version = "1.0.0"13628source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13629dependencies = [13630 "bounded-collections",13631 "derivative",13632 "environmental",13633 "impl-trait-for-tuples",13634 "log",13635 "parity-scale-codec",13636 "scale-info",13637 "serde",13638 "sp-weights",13639 "xcm-procedural",13640]1364113642[[package]]13643name = "staging-xcm-builder"13644version = "1.0.0"13645source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13646dependencies = [13647 "frame-support",13648 "frame-system",13649 "impl-trait-for-tuples",13650 "log",13651 "pallet-transaction-payment",13652 "parity-scale-codec",13653 "polkadot-parachain-primitives",13654 "scale-info",13655 "sp-arithmetic",13656 "sp-io",13657 "sp-runtime",13658 "sp-std",13659 "sp-weights",13660 "staging-xcm",13661 "staging-xcm-executor",13662]1366313664[[package]]13665name = "staging-xcm-executor"13666version = "1.0.0"13667source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13668dependencies = [13669 "environmental",13670 "frame-benchmarking",13671 "frame-support",13672 "impl-trait-for-tuples",13673 "log",13674 "parity-scale-codec",13675 "sp-arithmetic",13676 "sp-core",13677 "sp-io",13678 "sp-runtime",13679 "sp-std",13680 "sp-weights",13681 "staging-xcm",13682]1368313684[[package]]13685name = "static_assertions"13686version = "1.1.0"13687source = "registry+https://github.com/rust-lang/crates.io-index"13688checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1368913690[[package]]13691name = "static_init"13692version = "1.0.3"13693source = "registry+https://github.com/rust-lang/crates.io-index"13694checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"13695dependencies = [13696 "bitflags 1.3.2",13697 "cfg_aliases",13698 "libc",13699 "parking_lot 0.11.2",13700 "parking_lot_core 0.8.6",13701 "static_init_macro",13702 "winapi",13703]1370413705[[package]]13706name = "static_init_macro"13707version = "1.0.2"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"13710dependencies = [13711 "cfg_aliases",13712 "memchr",13713 "proc-macro2",13714 "quote",13715 "syn 1.0.109",13716]1371713718[[package]]13719name = "strsim"13720version = "0.10.0"13721source = "registry+https://github.com/rust-lang/crates.io-index"13722checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1372313724[[package]]13725name = "struct-versioning"13726version = "0.1.0"13727dependencies = [13728 "quote",13729 "syn 1.0.109",13730]1373113732[[package]]13733name = "strum"13734version = "0.24.1"13735source = "registry+https://github.com/rust-lang/crates.io-index"13736checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"13737dependencies = [13738 "strum_macros",13739]1374013741[[package]]13742name = "strum_macros"13743version = "0.24.3"13744source = "registry+https://github.com/rust-lang/crates.io-index"13745checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"13746dependencies = [13747 "heck",13748 "proc-macro2",13749 "quote",13750 "rustversion",13751 "syn 1.0.109",13752]1375313754[[package]]13755name = "stun"13756version = "0.4.4"13757source = "registry+https://github.com/rust-lang/crates.io-index"13758checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"13759dependencies = [13760 "base64 0.13.1",13761 "crc",13762 "lazy_static",13763 "md-5",13764 "rand 0.8.5",13765 "ring 0.16.20",13766 "subtle",13767 "thiserror",13768 "tokio",13769 "url",13770 "webrtc-util",13771]1377213773[[package]]13774name = "substrate-bip39"13775version = "0.4.4"13776source = "registry+https://github.com/rust-lang/crates.io-index"13777checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"13778dependencies = [13779 "hmac 0.11.0",13780 "pbkdf2 0.8.0",13781 "schnorrkel 0.9.1",13782 "sha2 0.9.9",13783 "zeroize",13784]1378513786[[package]]13787name = "substrate-build-script-utils"13788version = "3.0.0"13789source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1379013791[[package]]13792name = "substrate-frame-rpc-system"13793version = "4.0.0-dev"13794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13795dependencies = [13796 "frame-system-rpc-runtime-api",13797 "futures",13798 "jsonrpsee",13799 "log",13800 "parity-scale-codec",13801 "sc-rpc-api",13802 "sc-transaction-pool-api",13803 "sp-api",13804 "sp-block-builder",13805 "sp-blockchain",13806 "sp-core",13807 "sp-runtime",13808]1380913810[[package]]13811name = "substrate-prometheus-endpoint"13812version = "0.10.0-dev"13813source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13814dependencies = [13815 "hyper",13816 "log",13817 "prometheus",13818 "thiserror",13819 "tokio",13820]1382113822[[package]]13823name = "substrate-rpc-client"13824version = "0.10.0-dev"13825source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13826dependencies = [13827 "async-trait",13828 "jsonrpsee",13829 "log",13830 "sc-rpc-api",13831 "serde",13832 "sp-runtime",13833]1383413835[[package]]13836name = "substrate-state-trie-migration-rpc"13837version = "4.0.0-dev"13838source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13839dependencies = [13840 "jsonrpsee",13841 "parity-scale-codec",13842 "sc-client-api",13843 "sc-rpc-api",13844 "serde",13845 "sp-core",13846 "sp-runtime",13847 "sp-state-machine",13848 "sp-trie",13849 "trie-db",13850]1385113852[[package]]13853name = "substrate-wasm-builder"13854version = "5.0.0-dev"13855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13856dependencies = [13857 "ansi_term",13858 "build-helper",13859 "cargo_metadata",13860 "filetime",13861 "parity-wasm",13862 "sp-maybe-compressed-blob",13863 "strum",13864 "tempfile",13865 "toml 0.7.8",13866 "walkdir",13867 "wasm-opt",13868]1386913870[[package]]13871name = "substring"13872version = "1.4.5"13873source = "registry+https://github.com/rust-lang/crates.io-index"13874checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"13875dependencies = [13876 "autocfg",13877]1387813879[[package]]13880name = "subtle"13881version = "2.4.1"13882source = "registry+https://github.com/rust-lang/crates.io-index"13883checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1388413885[[package]]13886name = "subtle-ng"13887version = "2.5.0"13888source = "registry+https://github.com/rust-lang/crates.io-index"13889checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"1389013891[[package]]13892name = "syn"13893version = "1.0.109"13894source = "registry+https://github.com/rust-lang/crates.io-index"13895checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"13896dependencies = [13897 "proc-macro2",13898 "quote",13899 "unicode-ident",13900]1390113902[[package]]13903name = "syn"13904version = "2.0.37"13905source = "registry+https://github.com/rust-lang/crates.io-index"13906checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"13907dependencies = [13908 "proc-macro2",13909 "quote",13910 "unicode-ident",13911]1391213913[[package]]13914name = "synstructure"13915version = "0.12.6"13916source = "registry+https://github.com/rust-lang/crates.io-index"13917checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"13918dependencies = [13919 "proc-macro2",13920 "quote",13921 "syn 1.0.109",13922 "unicode-xid",13923]1392413925[[package]]13926name = "system-configuration"13927version = "0.5.1"13928source = "registry+https://github.com/rust-lang/crates.io-index"13929checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"13930dependencies = [13931 "bitflags 1.3.2",13932 "core-foundation",13933 "system-configuration-sys",13934]1393513936[[package]]13937name = "system-configuration-sys"13938version = "0.5.0"13939source = "registry+https://github.com/rust-lang/crates.io-index"13940checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"13941dependencies = [13942 "core-foundation-sys",13943 "libc",13944]1394513946[[package]]13947name = "tap"13948version = "1.0.1"13949source = "registry+https://github.com/rust-lang/crates.io-index"13950checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1395113952[[package]]13953name = "target-lexicon"13954version = "0.12.11"13955source = "registry+https://github.com/rust-lang/crates.io-index"13956checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"1395713958[[package]]13959name = "tempfile"13960version = "3.8.0"13961source = "registry+https://github.com/rust-lang/crates.io-index"13962checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"13963dependencies = [13964 "cfg-if",13965 "fastrand 2.0.1",13966 "redox_syscall 0.3.5",13967 "rustix 0.38.15",13968 "windows-sys 0.48.0",13969]1397013971[[package]]13972name = "termcolor"13973version = "1.3.0"13974source = "registry+https://github.com/rust-lang/crates.io-index"13975checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"13976dependencies = [13977 "winapi-util",13978]1397913980[[package]]13981name = "termtree"13982version = "0.4.1"13983source = "registry+https://github.com/rust-lang/crates.io-index"13984checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1398513986[[package]]13987name = "tests"13988version = "0.1.1"13989dependencies = [13990 "evm-coder",13991 "frame-support",13992 "frame-system",13993 "pallet-balances",13994 "pallet-balances-adapter",13995 "pallet-common",13996 "pallet-ethereum",13997 "pallet-evm",13998 "pallet-evm-coder-substrate",13999 "pallet-fungible",14000 "pallet-nonfungible",14001 "pallet-refungible",14002 "pallet-structure",14003 "pallet-timestamp",14004 "pallet-transaction-payment",14005 "pallet-unique",14006 "pallet-xcm",14007 "parity-scale-codec",14008 "scale-info",14009 "sp-core",14010 "sp-io",14011 "sp-runtime",14012 "sp-std",14013 "staging-xcm",14014 "up-data-structs",14015 "up-sponsorship",14016]1401714018[[package]]14019name = "thiserror"14020version = "1.0.49"14021source = "registry+https://github.com/rust-lang/crates.io-index"14022checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"14023dependencies = [14024 "thiserror-impl",14025]1402614027[[package]]14028name = "thiserror-core"14029version = "1.0.38"14030source = "registry+https://github.com/rust-lang/crates.io-index"14031checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"14032dependencies = [14033 "thiserror-core-impl",14034]1403514036[[package]]14037name = "thiserror-core-impl"14038version = "1.0.38"14039source = "registry+https://github.com/rust-lang/crates.io-index"14040checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"14041dependencies = [14042 "proc-macro2",14043 "quote",14044 "syn 1.0.109",14045]1404614047[[package]]14048name = "thiserror-impl"14049version = "1.0.49"14050source = "registry+https://github.com/rust-lang/crates.io-index"14051checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"14052dependencies = [14053 "proc-macro2",14054 "quote",14055 "syn 2.0.37",14056]1405714058[[package]]14059name = "thousands"14060version = "0.2.0"14061source = "registry+https://github.com/rust-lang/crates.io-index"14062checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1406314064[[package]]14065name = "thread_local"14066version = "1.1.7"14067source = "registry+https://github.com/rust-lang/crates.io-index"14068checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"14069dependencies = [14070 "cfg-if",14071 "once_cell",14072]1407314074[[package]]14075name = "threadpool"14076version = "1.8.1"14077source = "registry+https://github.com/rust-lang/crates.io-index"14078checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"14079dependencies = [14080 "num_cpus",14081]1408214083[[package]]14084name = "thrift"14085version = "0.15.0"14086source = "registry+https://github.com/rust-lang/crates.io-index"14087checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"14088dependencies = [14089 "byteorder",14090 "integer-encoding",14091 "log",14092 "ordered-float",14093 "threadpool",14094]1409514096[[package]]14097name = "tikv-jemalloc-ctl"14098version = "0.5.4"14099source = "registry+https://github.com/rust-lang/crates.io-index"14100checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"14101dependencies = [14102 "libc",14103 "paste",14104 "tikv-jemalloc-sys",14105]1410614107[[package]]14108name = "tikv-jemalloc-sys"14109version = "0.5.4+5.3.0-patched"14110source = "registry+https://github.com/rust-lang/crates.io-index"14111checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"14112dependencies = [14113 "cc",14114 "libc",14115]1411614117[[package]]14118name = "time"14119version = "0.3.29"14120source = "registry+https://github.com/rust-lang/crates.io-index"14121checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"14122dependencies = [14123 "deranged",14124 "itoa",14125 "serde",14126 "time-core",14127 "time-macros",14128]1412914130[[package]]14131name = "time-core"14132version = "0.1.2"14133source = "registry+https://github.com/rust-lang/crates.io-index"14134checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"1413514136[[package]]14137name = "time-macros"14138version = "0.2.15"14139source = "registry+https://github.com/rust-lang/crates.io-index"14140checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"14141dependencies = [14142 "time-core",14143]1414414145[[package]]14146name = "tiny-bip39"14147version = "1.0.0"14148source = "registry+https://github.com/rust-lang/crates.io-index"14149checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"14150dependencies = [14151 "anyhow",14152 "hmac 0.12.1",14153 "once_cell",14154 "pbkdf2 0.11.0",14155 "rand 0.8.5",14156 "rustc-hash",14157 "sha2 0.10.8",14158 "thiserror",14159 "unicode-normalization",14160 "wasm-bindgen",14161 "zeroize",14162]1416314164[[package]]14165name = "tiny-keccak"14166version = "2.0.2"14167source = "registry+https://github.com/rust-lang/crates.io-index"14168checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"14169dependencies = [14170 "crunchy",14171]1417214173[[package]]14174name = "tinytemplate"14175version = "1.2.1"14176source = "registry+https://github.com/rust-lang/crates.io-index"14177checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"14178dependencies = [14179 "serde",14180 "serde_json",14181]1418214183[[package]]14184name = "tinyvec"14185version = "1.6.0"14186source = "registry+https://github.com/rust-lang/crates.io-index"14187checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"14188dependencies = [14189 "tinyvec_macros",14190]1419114192[[package]]14193name = "tinyvec_macros"14194version = "0.1.1"14195source = "registry+https://github.com/rust-lang/crates.io-index"14196checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1419714198[[package]]14199name = "tokio"14200version = "1.32.0"14201source = "registry+https://github.com/rust-lang/crates.io-index"14202checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"14203dependencies = [14204 "backtrace",14205 "bytes",14206 "libc",14207 "mio",14208 "num_cpus",14209 "parking_lot 0.12.1",14210 "pin-project-lite 0.2.13",14211 "signal-hook-registry",14212 "socket2 0.5.4",14213 "tokio-macros",14214 "windows-sys 0.48.0",14215]1421614217[[package]]14218name = "tokio-macros"14219version = "2.1.0"14220source = "registry+https://github.com/rust-lang/crates.io-index"14221checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"14222dependencies = [14223 "proc-macro2",14224 "quote",14225 "syn 2.0.37",14226]1422714228[[package]]14229name = "tokio-retry"14230version = "0.3.0"14231source = "registry+https://github.com/rust-lang/crates.io-index"14232checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"14233dependencies = [14234 "pin-project",14235 "rand 0.8.5",14236 "tokio",14237]1423814239[[package]]14240name = "tokio-rustls"14241version = "0.24.1"14242source = "registry+https://github.com/rust-lang/crates.io-index"14243checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14244dependencies = [14245 "rustls 0.21.7",14246 "tokio",14247]1424814249[[package]]14250name = "tokio-stream"14251version = "0.1.14"14252source = "registry+https://github.com/rust-lang/crates.io-index"14253checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"14254dependencies = [14255 "futures-core",14256 "pin-project-lite 0.2.13",14257 "tokio",14258 "tokio-util",14259]1426014261[[package]]14262name = "tokio-util"14263version = "0.7.9"14264source = "registry+https://github.com/rust-lang/crates.io-index"14265checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"14266dependencies = [14267 "bytes",14268 "futures-core",14269 "futures-io",14270 "futures-sink",14271 "pin-project-lite 0.2.13",14272 "tokio",14273 "tracing",14274]1427514276[[package]]14277name = "toml"14278version = "0.5.11"14279source = "registry+https://github.com/rust-lang/crates.io-index"14280checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"14281dependencies = [14282 "serde",14283]1428414285[[package]]14286name = "toml"14287version = "0.7.8"14288source = "registry+https://github.com/rust-lang/crates.io-index"14289checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"14290dependencies = [14291 "serde",14292 "serde_spanned",14293 "toml_datetime",14294 "toml_edit",14295]1429614297[[package]]14298name = "toml_datetime"14299version = "0.6.3"14300source = "registry+https://github.com/rust-lang/crates.io-index"14301checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"14302dependencies = [14303 "serde",14304]1430514306[[package]]14307name = "toml_edit"14308version = "0.19.15"14309source = "registry+https://github.com/rust-lang/crates.io-index"14310checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"14311dependencies = [14312 "indexmap 2.0.2",14313 "serde",14314 "serde_spanned",14315 "toml_datetime",14316 "winnow",14317]1431814319[[package]]14320name = "tower"14321version = "0.4.13"14322source = "registry+https://github.com/rust-lang/crates.io-index"14323checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"14324dependencies = [14325 "tower-layer",14326 "tower-service",14327 "tracing",14328]1432914330[[package]]14331name = "tower-http"14332version = "0.4.4"14333source = "registry+https://github.com/rust-lang/crates.io-index"14334checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"14335dependencies = [14336 "bitflags 2.4.0",14337 "bytes",14338 "futures-core",14339 "futures-util",14340 "http",14341 "http-body",14342 "http-range-header",14343 "pin-project-lite 0.2.13",14344 "tower-layer",14345 "tower-service",14346]1434714348[[package]]14349name = "tower-layer"14350version = "0.3.2"14351source = "registry+https://github.com/rust-lang/crates.io-index"14352checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1435314354[[package]]14355name = "tower-service"14356version = "0.3.2"14357source = "registry+https://github.com/rust-lang/crates.io-index"14358checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1435914360[[package]]14361name = "tracing"14362version = "0.1.37"14363source = "registry+https://github.com/rust-lang/crates.io-index"14364checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"14365dependencies = [14366 "cfg-if",14367 "log",14368 "pin-project-lite 0.2.13",14369 "tracing-attributes",14370 "tracing-core",14371]1437214373[[package]]14374name = "tracing-attributes"14375version = "0.1.26"14376source = "registry+https://github.com/rust-lang/crates.io-index"14377checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"14378dependencies = [14379 "proc-macro2",14380 "quote",14381 "syn 2.0.37",14382]1438314384[[package]]14385name = "tracing-core"14386version = "0.1.31"14387source = "registry+https://github.com/rust-lang/crates.io-index"14388checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"14389dependencies = [14390 "once_cell",14391 "valuable",14392]1439314394[[package]]14395name = "tracing-futures"14396version = "0.2.5"14397source = "registry+https://github.com/rust-lang/crates.io-index"14398checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"14399dependencies = [14400 "pin-project",14401 "tracing",14402]1440314404[[package]]14405name = "tracing-gum"14406version = "1.0.0"14407source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14408dependencies = [14409 "coarsetime",14410 "polkadot-node-jaeger",14411 "polkadot-primitives",14412 "tracing",14413 "tracing-gum-proc-macro",14414]1441514416[[package]]14417name = "tracing-gum-proc-macro"14418version = "1.0.0"14419source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14420dependencies = [14421 "expander 2.0.0",14422 "proc-macro-crate",14423 "proc-macro2",14424 "quote",14425 "syn 2.0.37",14426]1442714428[[package]]14429name = "tracing-log"14430version = "0.1.3"14431source = "registry+https://github.com/rust-lang/crates.io-index"14432checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"14433dependencies = [14434 "lazy_static",14435 "log",14436 "tracing-core",14437]1443814439[[package]]14440name = "tracing-serde"14441version = "0.1.3"14442source = "registry+https://github.com/rust-lang/crates.io-index"14443checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"14444dependencies = [14445 "serde",14446 "tracing-core",14447]1444814449[[package]]14450name = "tracing-subscriber"14451version = "0.2.25"14452source = "registry+https://github.com/rust-lang/crates.io-index"14453checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"14454dependencies = [14455 "ansi_term",14456 "chrono",14457 "lazy_static",14458 "matchers",14459 "parking_lot 0.11.2",14460 "regex",14461 "serde",14462 "serde_json",14463 "sharded-slab",14464 "smallvec",14465 "thread_local",14466 "tracing",14467 "tracing-core",14468 "tracing-log",14469 "tracing-serde",14470]1447114472[[package]]14473name = "trie-db"14474version = "0.27.1"14475source = "registry+https://github.com/rust-lang/crates.io-index"14476checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"14477dependencies = [14478 "hash-db 0.16.0",14479 "hashbrown 0.13.2",14480 "log",14481 "rustc-hex",14482 "smallvec",14483]1448414485[[package]]14486name = "trie-root"14487version = "0.18.0"14488source = "registry+https://github.com/rust-lang/crates.io-index"14489checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"14490dependencies = [14491 "hash-db 0.16.0",14492]1449314494[[package]]14495name = "triehash"14496version = "0.8.4"14497source = "registry+https://github.com/rust-lang/crates.io-index"14498checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"14499dependencies = [14500 "hash-db 0.15.2",14501 "rlp",14502]1450314504[[package]]14505name = "trust-dns-proto"14506version = "0.22.0"14507source = "registry+https://github.com/rust-lang/crates.io-index"14508checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"14509dependencies = [14510 "async-trait",14511 "cfg-if",14512 "data-encoding",14513 "enum-as-inner",14514 "futures-channel",14515 "futures-io",14516 "futures-util",14517 "idna 0.2.3",14518 "ipnet",14519 "lazy_static",14520 "rand 0.8.5",14521 "smallvec",14522 "socket2 0.4.9",14523 "thiserror",14524 "tinyvec",14525 "tokio",14526 "tracing",14527 "url",14528]1452914530[[package]]14531name = "trust-dns-resolver"14532version = "0.22.0"14533source = "registry+https://github.com/rust-lang/crates.io-index"14534checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"14535dependencies = [14536 "cfg-if",14537 "futures-util",14538 "ipconfig",14539 "lazy_static",14540 "lru-cache",14541 "parking_lot 0.12.1",14542 "resolv-conf",14543 "smallvec",14544 "thiserror",14545 "tokio",14546 "tracing",14547 "trust-dns-proto",14548]1454914550[[package]]14551name = "try-lock"14552version = "0.2.4"14553source = "registry+https://github.com/rust-lang/crates.io-index"14554checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1455514556[[package]]14557name = "try-runtime-cli"14558version = "0.10.0-dev"14559source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14560dependencies = [14561 "async-trait",14562 "clap",14563 "frame-remote-externalities",14564 "frame-try-runtime",14565 "hex",14566 "log",14567 "parity-scale-codec",14568 "sc-cli",14569 "sc-executor",14570 "serde",14571 "serde_json",14572 "sp-api",14573 "sp-consensus-aura",14574 "sp-consensus-babe",14575 "sp-core",14576 "sp-debug-derive",14577 "sp-externalities",14578 "sp-inherents",14579 "sp-io",14580 "sp-keystore",14581 "sp-rpc",14582 "sp-runtime",14583 "sp-state-machine",14584 "sp-timestamp",14585 "sp-transaction-storage-proof",14586 "sp-version",14587 "sp-weights",14588 "substrate-rpc-client",14589 "zstd 0.12.4",14590]1459114592[[package]]14593name = "tt-call"14594version = "1.0.9"14595source = "registry+https://github.com/rust-lang/crates.io-index"14596checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1459714598[[package]]14599name = "turn"14600version = "0.6.1"14601source = "registry+https://github.com/rust-lang/crates.io-index"14602checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"14603dependencies = [14604 "async-trait",14605 "base64 0.13.1",14606 "futures",14607 "log",14608 "md-5",14609 "rand 0.8.5",14610 "ring 0.16.20",14611 "stun",14612 "thiserror",14613 "tokio",14614 "webrtc-util",14615]1461614617[[package]]14618name = "twox-hash"14619version = "1.6.3"14620source = "registry+https://github.com/rust-lang/crates.io-index"14621checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"14622dependencies = [14623 "cfg-if",14624 "digest 0.10.7",14625 "rand 0.8.5",14626 "static_assertions",14627]1462814629[[package]]14630name = "typenum"14631version = "1.17.0"14632source = "registry+https://github.com/rust-lang/crates.io-index"14633checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"1463414635[[package]]14636name = "uc-rpc"14637version = "0.1.4"14638dependencies = [14639 "anyhow",14640 "app-promotion-rpc",14641 "frame-benchmarking",14642 "hex-literal",14643 "jsonrpsee",14644 "opal-runtime",14645 "pallet-evm",14646 "parity-scale-codec",14647 "quartz-runtime",14648 "sc-client-api",14649 "sc-executor",14650 "sc-rpc-api",14651 "sc-service",14652 "sp-api",14653 "sp-blockchain",14654 "sp-core",14655 "sp-externalities",14656 "sp-keystore",14657 "sp-runtime",14658 "sp-state-machine",14659 "sp-trie",14660 "trie-db",14661 "unique-runtime",14662 "up-common",14663 "up-data-structs",14664 "up-pov-estimate-rpc",14665 "up-rpc",14666 "zstd 0.12.4",14667]1466814669[[package]]14670name = "ucd-trie"14671version = "0.1.6"14672source = "registry+https://github.com/rust-lang/crates.io-index"14673checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"1467414675[[package]]14676name = "uint"14677version = "0.9.5"14678source = "registry+https://github.com/rust-lang/crates.io-index"14679checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"14680dependencies = [14681 "byteorder",14682 "crunchy",14683 "hex",14684 "static_assertions",14685]1468614687[[package]]14688name = "unicode-bidi"14689version = "0.3.13"14690source = "registry+https://github.com/rust-lang/crates.io-index"14691checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1469214693[[package]]14694name = "unicode-ident"14695version = "1.0.12"14696source = "registry+https://github.com/rust-lang/crates.io-index"14697checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"1469814699[[package]]14700name = "unicode-normalization"14701version = "0.1.22"14702source = "registry+https://github.com/rust-lang/crates.io-index"14703checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"14704dependencies = [14705 "tinyvec",14706]1470714708[[package]]14709name = "unicode-width"14710version = "0.1.11"14711source = "registry+https://github.com/rust-lang/crates.io-index"14712checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"1471314714[[package]]14715name = "unicode-xid"14716version = "0.2.4"14717source = "registry+https://github.com/rust-lang/crates.io-index"14718checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1471914720[[package]]14721name = "unique-node"14722version = "1.1.0"14723dependencies = [14724 "app-promotion-rpc",14725 "clap",14726 "cumulus-client-cli",14727 "cumulus-client-collator",14728 "cumulus-client-consensus-aura",14729 "cumulus-client-consensus-common",14730 "cumulus-client-consensus-proposer",14731 "cumulus-client-network",14732 "cumulus-client-service",14733 "cumulus-primitives-core",14734 "cumulus-primitives-parachain-inherent",14735 "cumulus-relay-chain-inprocess-interface",14736 "cumulus-relay-chain-interface",14737 "cumulus-relay-chain-minimal-node",14738 "fc-api",14739 "fc-consensus",14740 "fc-db",14741 "fc-mapping-sync",14742 "fc-rpc",14743 "fc-rpc-core",14744 "fp-rpc",14745 "fp-storage",14746 "frame-benchmarking",14747 "frame-benchmarking-cli",14748 "futures",14749 "jsonrpsee",14750 "log",14751 "opal-runtime",14752 "pallet-transaction-payment-rpc",14753 "pallet-transaction-payment-rpc-runtime-api",14754 "parity-scale-codec",14755 "polkadot-cli",14756 "polkadot-primitives",14757 "polkadot-service",14758 "quartz-runtime",14759 "sc-basic-authorship",14760 "sc-chain-spec",14761 "sc-cli",14762 "sc-client-api",14763 "sc-consensus",14764 "sc-consensus-manual-seal",14765 "sc-executor",14766 "sc-network",14767 "sc-network-sync",14768 "sc-rpc",14769 "sc-rpc-api",14770 "sc-service",14771 "sc-sysinfo",14772 "sc-telemetry",14773 "sc-tracing",14774 "sc-transaction-pool",14775 "serde",14776 "serde_json",14777 "sp-api",14778 "sp-block-builder",14779 "sp-blockchain",14780 "sp-consensus-aura",14781 "sp-core",14782 "sp-inherents",14783 "sp-io",14784 "sp-keystore",14785 "sp-offchain",14786 "sp-runtime",14787 "sp-session",14788 "sp-timestamp",14789 "sp-transaction-pool",14790 "substrate-build-script-utils",14791 "substrate-frame-rpc-system",14792 "substrate-prometheus-endpoint",14793 "tokio",14794 "try-runtime-cli",14795 "uc-rpc",14796 "unique-runtime",14797 "up-common",14798 "up-data-structs",14799 "up-pov-estimate-rpc",14800 "up-rpc",14801]1480214803[[package]]14804name = "unique-runtime"14805version = "1.1.0"14806dependencies = [14807 "app-promotion-rpc",14808 "cumulus-pallet-aura-ext",14809 "cumulus-pallet-dmp-queue",14810 "cumulus-pallet-parachain-system",14811 "cumulus-pallet-xcm",14812 "cumulus-pallet-xcmp-queue",14813 "cumulus-primitives-core",14814 "cumulus-primitives-timestamp",14815 "cumulus-primitives-utility",14816 "derivative",14817 "evm-coder",14818 "fp-evm",14819 "fp-rpc",14820 "fp-self-contained",14821 "frame-benchmarking",14822 "frame-executive",14823 "frame-support",14824 "frame-system",14825 "frame-system-benchmarking",14826 "frame-system-rpc-runtime-api",14827 "frame-try-runtime",14828 "hex-literal",14829 "impl-trait-for-tuples",14830 "log",14831 "num_enum",14832 "orml-tokens",14833 "orml-traits",14834 "orml-vesting",14835 "orml-xcm-support",14836 "orml-xtokens",14837 "pallet-app-promotion",14838 "pallet-aura",14839 "pallet-authorship",14840 "pallet-balances",14841 "pallet-balances-adapter",14842 "pallet-base-fee",14843 "pallet-collator-selection",14844 "pallet-collective",14845 "pallet-common",14846 "pallet-configuration",14847 "pallet-democracy",14848 "pallet-ethereum",14849 "pallet-evm",14850 "pallet-evm-coder-substrate",14851 "pallet-evm-contract-helpers",14852 "pallet-evm-migration",14853 "pallet-evm-precompile-simple",14854 "pallet-evm-transaction-payment",14855 "pallet-foreign-assets",14856 "pallet-fungible",14857 "pallet-gov-origins",14858 "pallet-identity 4.0.0-dev",14859 "pallet-inflation",14860 "pallet-maintenance",14861 "pallet-membership",14862 "pallet-nonfungible",14863 "pallet-preimage",14864 "pallet-ranked-collective",14865 "pallet-referenda",14866 "pallet-refungible",14867 "pallet-scheduler",14868 "pallet-session",14869 "pallet-state-trie-migration",14870 "pallet-structure",14871 "pallet-sudo",14872 "pallet-template-transaction-payment",14873 "pallet-test-utils",14874 "pallet-timestamp",14875 "pallet-transaction-payment",14876 "pallet-transaction-payment-rpc-runtime-api",14877 "pallet-treasury",14878 "pallet-unique",14879 "pallet-utility",14880 "pallet-xcm",14881 "parachain-info",14882 "parity-scale-codec",14883 "polkadot-parachain-primitives",14884 "precompile-utils-macro",14885 "scale-info",14886 "serde",14887 "smallvec",14888 "sp-api",14889 "sp-arithmetic",14890 "sp-block-builder",14891 "sp-consensus-aura",14892 "sp-core",14893 "sp-inherents",14894 "sp-io",14895 "sp-offchain",14896 "sp-runtime",14897 "sp-session",14898 "sp-std",14899 "sp-transaction-pool",14900 "sp-version",14901 "staging-xcm",14902 "staging-xcm-builder",14903 "staging-xcm-executor",14904 "substrate-wasm-builder",14905 "up-common",14906 "up-data-structs",14907 "up-pov-estimate-rpc",14908 "up-rpc",14909 "up-sponsorship",14910]1491114912[[package]]14913name = "universal-hash"14914version = "0.4.1"14915source = "registry+https://github.com/rust-lang/crates.io-index"14916checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"14917dependencies = [14918 "generic-array 0.14.7",14919 "subtle",14920]1492114922[[package]]14923name = "universal-hash"14924version = "0.5.1"14925source = "registry+https://github.com/rust-lang/crates.io-index"14926checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"14927dependencies = [14928 "crypto-common",14929 "subtle",14930]1493114932[[package]]14933name = "unsigned-varint"14934version = "0.7.2"14935source = "registry+https://github.com/rust-lang/crates.io-index"14936checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"14937dependencies = [14938 "asynchronous-codec",14939 "bytes",14940 "futures-io",14941 "futures-util",14942]1494314944[[package]]14945name = "untrusted"14946version = "0.7.1"14947source = "registry+https://github.com/rust-lang/crates.io-index"14948checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1494914950[[package]]14951name = "up-common"14952version = "1.1.0"14953dependencies = [14954 "cumulus-primitives-core",14955 "fp-rpc",14956 "fp-self-contained",14957 "frame-support",14958 "pallet-evm",14959 "sp-consensus-aura",14960 "sp-core",14961 "sp-runtime",14962 "sp-std",14963]1496414965[[package]]14966name = "up-data-structs"14967version = "0.2.2"14968dependencies = [14969 "bondrewd",14970 "derivative",14971 "evm-coder",14972 "frame-support",14973 "pallet-evm",14974 "parity-scale-codec",14975 "scale-info",14976 "serde",14977 "sp-core",14978 "sp-runtime",14979 "sp-std",14980 "struct-versioning",14981]1498214983[[package]]14984name = "up-pov-estimate-rpc"14985version = "0.1.0"14986dependencies = [14987 "parity-scale-codec",14988 "scale-info",14989 "serde",14990 "sp-api",14991 "sp-core",14992 "sp-runtime",14993 "sp-std",14994]1499514996[[package]]14997name = "up-rpc"14998version = "0.1.3"14999dependencies = [15000 "pallet-common",15001 "pallet-evm",15002 "parity-scale-codec",15003 "sp-api",15004 "sp-core",15005 "sp-runtime",15006 "sp-std",15007 "up-data-structs",15008]1500915010[[package]]15011name = "up-sponsorship"15012version = "0.1.0"15013source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"15014dependencies = [15015 "impl-trait-for-tuples",15016]1501715018[[package]]15019name = "url"15020version = "2.4.1"15021source = "registry+https://github.com/rust-lang/crates.io-index"15022checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"15023dependencies = [15024 "form_urlencoded",15025 "idna 0.4.0",15026 "percent-encoding",15027]1502815029[[package]]15030name = "utf8parse"15031version = "0.2.1"15032source = "registry+https://github.com/rust-lang/crates.io-index"15033checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1503415035[[package]]15036name = "uuid"15037version = "1.4.1"15038source = "registry+https://github.com/rust-lang/crates.io-index"15039checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"15040dependencies = [15041 "getrandom 0.2.10",15042]1504315044[[package]]15045name = "valuable"15046version = "0.1.0"15047source = "registry+https://github.com/rust-lang/crates.io-index"15048checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1504915050[[package]]15051name = "vcpkg"15052version = "0.2.15"15053source = "registry+https://github.com/rust-lang/crates.io-index"15054checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1505515056[[package]]15057name = "version_check"15058version = "0.9.4"15059source = "registry+https://github.com/rust-lang/crates.io-index"15060checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1506115062[[package]]15063name = "void"15064version = "1.0.2"15065source = "registry+https://github.com/rust-lang/crates.io-index"15066checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1506715068[[package]]15069name = "waitgroup"15070version = "0.1.2"15071source = "registry+https://github.com/rust-lang/crates.io-index"15072checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"15073dependencies = [15074 "atomic-waker",15075]1507615077[[package]]15078name = "waker-fn"15079version = "1.1.1"15080source = "registry+https://github.com/rust-lang/crates.io-index"15081checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"1508215083[[package]]15084name = "walkdir"15085version = "2.4.0"15086source = "registry+https://github.com/rust-lang/crates.io-index"15087checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"15088dependencies = [15089 "same-file",15090 "winapi-util",15091]1509215093[[package]]15094name = "want"15095version = "0.3.1"15096source = "registry+https://github.com/rust-lang/crates.io-index"15097checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"15098dependencies = [15099 "try-lock",15100]1510115102[[package]]15103name = "wasi"15104version = "0.9.0+wasi-snapshot-preview1"15105source = "registry+https://github.com/rust-lang/crates.io-index"15106checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1510715108[[package]]15109name = "wasi"15110version = "0.11.0+wasi-snapshot-preview1"15111source = "registry+https://github.com/rust-lang/crates.io-index"15112checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1511315114[[package]]15115name = "wasm-bindgen"15116version = "0.2.87"15117source = "registry+https://github.com/rust-lang/crates.io-index"15118checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"15119dependencies = [15120 "cfg-if",15121 "wasm-bindgen-macro",15122]1512315124[[package]]15125name = "wasm-bindgen-backend"15126version = "0.2.87"15127source = "registry+https://github.com/rust-lang/crates.io-index"15128checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"15129dependencies = [15130 "bumpalo",15131 "log",15132 "once_cell",15133 "proc-macro2",15134 "quote",15135 "syn 2.0.37",15136 "wasm-bindgen-shared",15137]1513815139[[package]]15140name = "wasm-bindgen-futures"15141version = "0.4.37"15142source = "registry+https://github.com/rust-lang/crates.io-index"15143checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"15144dependencies = [15145 "cfg-if",15146 "js-sys",15147 "wasm-bindgen",15148 "web-sys",15149]1515015151[[package]]15152name = "wasm-bindgen-macro"15153version = "0.2.87"15154source = "registry+https://github.com/rust-lang/crates.io-index"15155checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"15156dependencies = [15157 "quote",15158 "wasm-bindgen-macro-support",15159]1516015161[[package]]15162name = "wasm-bindgen-macro-support"15163version = "0.2.87"15164source = "registry+https://github.com/rust-lang/crates.io-index"15165checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"15166dependencies = [15167 "proc-macro2",15168 "quote",15169 "syn 2.0.37",15170 "wasm-bindgen-backend",15171 "wasm-bindgen-shared",15172]1517315174[[package]]15175name = "wasm-bindgen-shared"15176version = "0.2.87"15177source = "registry+https://github.com/rust-lang/crates.io-index"15178checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"1517915180[[package]]15181name = "wasm-instrument"15182version = "0.3.0"15183source = "registry+https://github.com/rust-lang/crates.io-index"15184checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"15185dependencies = [15186 "parity-wasm",15187]1518815189[[package]]15190name = "wasm-opt"15191version = "0.114.1"15192source = "registry+https://github.com/rust-lang/crates.io-index"15193checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7"15194dependencies = [15195 "anyhow",15196 "libc",15197 "strum",15198 "strum_macros",15199 "tempfile",15200 "thiserror",15201 "wasm-opt-cxx-sys",15202 "wasm-opt-sys",15203]1520415205[[package]]15206name = "wasm-opt-cxx-sys"15207version = "0.114.1"15208source = "registry+https://github.com/rust-lang/crates.io-index"15209checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa"15210dependencies = [15211 "anyhow",15212 "cxx",15213 "cxx-build",15214 "wasm-opt-sys",15215]1521615217[[package]]15218name = "wasm-opt-sys"15219version = "0.114.1"15220source = "registry+https://github.com/rust-lang/crates.io-index"15221checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9"15222dependencies = [15223 "anyhow",15224 "cc",15225 "cxx",15226 "cxx-build",15227]1522815229[[package]]15230name = "wasm-timer"15231version = "0.2.5"15232source = "registry+https://github.com/rust-lang/crates.io-index"15233checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"15234dependencies = [15235 "futures",15236 "js-sys",15237 "parking_lot 0.11.2",15238 "pin-utils",15239 "wasm-bindgen",15240 "wasm-bindgen-futures",15241 "web-sys",15242]1524315244[[package]]15245name = "wasmi"15246version = "0.31.0"15247source = "registry+https://github.com/rust-lang/crates.io-index"15248checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945"15249dependencies = [15250 "smallvec",15251 "spin 0.9.8",15252 "wasmi_arena",15253 "wasmi_core",15254 "wasmparser-nostd",15255]1525615257[[package]]15258name = "wasmi_arena"15259version = "0.4.0"15260source = "registry+https://github.com/rust-lang/crates.io-index"15261checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468"1526215263[[package]]15264name = "wasmi_core"15265version = "0.13.0"15266source = "registry+https://github.com/rust-lang/crates.io-index"15267checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"15268dependencies = [15269 "downcast-rs",15270 "libm",15271 "num-traits",15272 "paste",15273]1527415275[[package]]15276name = "wasmparser"15277version = "0.102.0"15278source = "registry+https://github.com/rust-lang/crates.io-index"15279checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"15280dependencies = [15281 "indexmap 1.9.3",15282 "url",15283]1528415285[[package]]15286name = "wasmparser-nostd"15287version = "0.100.1"15288source = "registry+https://github.com/rust-lang/crates.io-index"15289checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"15290dependencies = [15291 "indexmap-nostd",15292]1529315294[[package]]15295name = "wasmtime"15296version = "8.0.1"15297source = "registry+https://github.com/rust-lang/crates.io-index"15298checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"15299dependencies = [15300 "anyhow",15301 "bincode",15302 "cfg-if",15303 "indexmap 1.9.3",15304 "libc",15305 "log",15306 "object 0.30.4",15307 "once_cell",15308 "paste",15309 "psm",15310 "rayon",15311 "serde",15312 "target-lexicon",15313 "wasmparser",15314 "wasmtime-cache",15315 "wasmtime-cranelift",15316 "wasmtime-environ",15317 "wasmtime-jit",15318 "wasmtime-runtime",15319 "windows-sys 0.45.0",15320]1532115322[[package]]15323name = "wasmtime-asm-macros"15324version = "8.0.1"15325source = "registry+https://github.com/rust-lang/crates.io-index"15326checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"15327dependencies = [15328 "cfg-if",15329]1533015331[[package]]15332name = "wasmtime-cache"15333version = "8.0.1"15334source = "registry+https://github.com/rust-lang/crates.io-index"15335checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"15336dependencies = [15337 "anyhow",15338 "base64 0.21.4",15339 "bincode",15340 "directories-next",15341 "file-per-thread-logger",15342 "log",15343 "rustix 0.36.15",15344 "serde",15345 "sha2 0.10.8",15346 "toml 0.5.11",15347 "windows-sys 0.45.0",15348 "zstd 0.11.2+zstd.1.5.2",15349]1535015351[[package]]15352name = "wasmtime-cranelift"15353version = "8.0.1"15354source = "registry+https://github.com/rust-lang/crates.io-index"15355checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"15356dependencies = [15357 "anyhow",15358 "cranelift-codegen",15359 "cranelift-entity",15360 "cranelift-frontend",15361 "cranelift-native",15362 "cranelift-wasm",15363 "gimli 0.27.3",15364 "log",15365 "object 0.30.4",15366 "target-lexicon",15367 "thiserror",15368 "wasmparser",15369 "wasmtime-cranelift-shared",15370 "wasmtime-environ",15371]1537215373[[package]]15374name = "wasmtime-cranelift-shared"15375version = "8.0.1"15376source = "registry+https://github.com/rust-lang/crates.io-index"15377checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"15378dependencies = [15379 "anyhow",15380 "cranelift-codegen",15381 "cranelift-native",15382 "gimli 0.27.3",15383 "object 0.30.4",15384 "target-lexicon",15385 "wasmtime-environ",15386]1538715388[[package]]15389name = "wasmtime-environ"15390version = "8.0.1"15391source = "registry+https://github.com/rust-lang/crates.io-index"15392checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"15393dependencies = [15394 "anyhow",15395 "cranelift-entity",15396 "gimli 0.27.3",15397 "indexmap 1.9.3",15398 "log",15399 "object 0.30.4",15400 "serde",15401 "target-lexicon",15402 "thiserror",15403 "wasmparser",15404 "wasmtime-types",15405]1540615407[[package]]15408name = "wasmtime-jit"15409version = "8.0.1"15410source = "registry+https://github.com/rust-lang/crates.io-index"15411checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"15412dependencies = [15413 "addr2line 0.19.0",15414 "anyhow",15415 "bincode",15416 "cfg-if",15417 "cpp_demangle",15418 "gimli 0.27.3",15419 "log",15420 "object 0.30.4",15421 "rustc-demangle",15422 "serde",15423 "target-lexicon",15424 "wasmtime-environ",15425 "wasmtime-jit-debug",15426 "wasmtime-jit-icache-coherence",15427 "wasmtime-runtime",15428 "windows-sys 0.45.0",15429]1543015431[[package]]15432name = "wasmtime-jit-debug"15433version = "8.0.1"15434source = "registry+https://github.com/rust-lang/crates.io-index"15435checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"15436dependencies = [15437 "object 0.30.4",15438 "once_cell",15439 "rustix 0.36.15",15440]1544115442[[package]]15443name = "wasmtime-jit-icache-coherence"15444version = "8.0.1"15445source = "registry+https://github.com/rust-lang/crates.io-index"15446checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"15447dependencies = [15448 "cfg-if",15449 "libc",15450 "windows-sys 0.45.0",15451]1545215453[[package]]15454name = "wasmtime-runtime"15455version = "8.0.1"15456source = "registry+https://github.com/rust-lang/crates.io-index"15457checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"15458dependencies = [15459 "anyhow",15460 "cc",15461 "cfg-if",15462 "indexmap 1.9.3",15463 "libc",15464 "log",15465 "mach",15466 "memfd",15467 "memoffset 0.8.0",15468 "paste",15469 "rand 0.8.5",15470 "rustix 0.36.15",15471 "wasmtime-asm-macros",15472 "wasmtime-environ",15473 "wasmtime-jit-debug",15474 "windows-sys 0.45.0",15475]1547615477[[package]]15478name = "wasmtime-types"15479version = "8.0.1"15480source = "registry+https://github.com/rust-lang/crates.io-index"15481checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"15482dependencies = [15483 "cranelift-entity",15484 "serde",15485 "thiserror",15486 "wasmparser",15487]1548815489[[package]]15490name = "web-sys"15491version = "0.3.64"15492source = "registry+https://github.com/rust-lang/crates.io-index"15493checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"15494dependencies = [15495 "js-sys",15496 "wasm-bindgen",15497]1549815499[[package]]15500name = "webpki"15501version = "0.21.4"15502source = "registry+https://github.com/rust-lang/crates.io-index"15503checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"15504dependencies = [15505 "ring 0.16.20",15506 "untrusted",15507]1550815509[[package]]15510name = "webpki"15511version = "0.22.2"15512source = "registry+https://github.com/rust-lang/crates.io-index"15513checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"15514dependencies = [15515 "ring 0.16.20",15516 "untrusted",15517]1551815519[[package]]15520name = "webpki-roots"15521version = "0.22.6"15522source = "registry+https://github.com/rust-lang/crates.io-index"15523checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"15524dependencies = [15525 "webpki 0.22.2",15526]1552715528[[package]]15529name = "webpki-roots"15530version = "0.23.1"15531source = "registry+https://github.com/rust-lang/crates.io-index"15532checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"15533dependencies = [15534 "rustls-webpki 0.100.3",15535]1553615537[[package]]15538name = "webpki-roots"15539version = "0.25.2"15540source = "registry+https://github.com/rust-lang/crates.io-index"15541checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"1554215543[[package]]15544name = "webrtc"15545version = "0.6.0"15546source = "registry+https://github.com/rust-lang/crates.io-index"15547checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"15548dependencies = [15549 "arc-swap",15550 "async-trait",15551 "bytes",15552 "hex",15553 "interceptor",15554 "lazy_static",15555 "log",15556 "rand 0.8.5",15557 "rcgen 0.9.3",15558 "regex",15559 "ring 0.16.20",15560 "rtcp",15561 "rtp",15562 "rustls 0.19.1",15563 "sdp",15564 "serde",15565 "serde_json",15566 "sha2 0.10.8",15567 "stun",15568 "thiserror",15569 "time",15570 "tokio",15571 "turn",15572 "url",15573 "waitgroup",15574 "webrtc-data",15575 "webrtc-dtls",15576 "webrtc-ice",15577 "webrtc-mdns",15578 "webrtc-media",15579 "webrtc-sctp",15580 "webrtc-srtp",15581 "webrtc-util",15582]1558315584[[package]]15585name = "webrtc-data"15586version = "0.6.0"15587source = "registry+https://github.com/rust-lang/crates.io-index"15588checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"15589dependencies = [15590 "bytes",15591 "derive_builder",15592 "log",15593 "thiserror",15594 "tokio",15595 "webrtc-sctp",15596 "webrtc-util",15597]1559815599[[package]]15600name = "webrtc-dtls"15601version = "0.7.2"15602source = "registry+https://github.com/rust-lang/crates.io-index"15603checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267"15604dependencies = [15605 "aes 0.6.0",15606 "aes-gcm 0.10.3",15607 "async-trait",15608 "bincode",15609 "block-modes",15610 "byteorder",15611 "ccm",15612 "curve25519-dalek 3.2.0",15613 "der-parser 8.2.0",15614 "elliptic-curve 0.12.3",15615 "hkdf",15616 "hmac 0.12.1",15617 "log",15618 "p256",15619 "p384",15620 "rand 0.8.5",15621 "rand_core 0.6.4",15622 "rcgen 0.10.0",15623 "ring 0.16.20",15624 "rustls 0.19.1",15625 "sec1 0.3.0",15626 "serde",15627 "sha1",15628 "sha2 0.10.8",15629 "signature 1.6.4",15630 "subtle",15631 "thiserror",15632 "tokio",15633 "webpki 0.21.4",15634 "webrtc-util",15635 "x25519-dalek 2.0.0",15636 "x509-parser 0.13.2",15637]1563815639[[package]]15640name = "webrtc-ice"15641version = "0.9.1"15642source = "registry+https://github.com/rust-lang/crates.io-index"15643checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"15644dependencies = [15645 "arc-swap",15646 "async-trait",15647 "crc",15648 "log",15649 "rand 0.8.5",15650 "serde",15651 "serde_json",15652 "stun",15653 "thiserror",15654 "tokio",15655 "turn",15656 "url",15657 "uuid",15658 "waitgroup",15659 "webrtc-mdns",15660 "webrtc-util",15661]1566215663[[package]]15664name = "webrtc-mdns"15665version = "0.5.2"15666source = "registry+https://github.com/rust-lang/crates.io-index"15667checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"15668dependencies = [15669 "log",15670 "socket2 0.4.9",15671 "thiserror",15672 "tokio",15673 "webrtc-util",15674]1567515676[[package]]15677name = "webrtc-media"15678version = "0.5.1"15679source = "registry+https://github.com/rust-lang/crates.io-index"15680checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"15681dependencies = [15682 "byteorder",15683 "bytes",15684 "rand 0.8.5",15685 "rtp",15686 "thiserror",15687]1568815689[[package]]15690name = "webrtc-sctp"15691version = "0.7.0"15692source = "registry+https://github.com/rust-lang/crates.io-index"15693checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"15694dependencies = [15695 "arc-swap",15696 "async-trait",15697 "bytes",15698 "crc",15699 "log",15700 "rand 0.8.5",15701 "thiserror",15702 "tokio",15703 "webrtc-util",15704]1570515706[[package]]15707name = "webrtc-srtp"15708version = "0.9.1"15709source = "registry+https://github.com/rust-lang/crates.io-index"15710checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"15711dependencies = [15712 "aead 0.4.3",15713 "aes 0.7.5",15714 "aes-gcm 0.9.4",15715 "async-trait",15716 "byteorder",15717 "bytes",15718 "ctr 0.8.0",15719 "hmac 0.11.0",15720 "log",15721 "rtcp",15722 "rtp",15723 "sha-1",15724 "subtle",15725 "thiserror",15726 "tokio",15727 "webrtc-util",15728]1572915730[[package]]15731name = "webrtc-util"15732version = "0.7.0"15733source = "registry+https://github.com/rust-lang/crates.io-index"15734checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"15735dependencies = [15736 "async-trait",15737 "bitflags 1.3.2",15738 "bytes",15739 "cc",15740 "ipnet",15741 "lazy_static",15742 "libc",15743 "log",15744 "nix",15745 "rand 0.8.5",15746 "thiserror",15747 "tokio",15748 "winapi",15749]1575015751[[package]]15752name = "westend-runtime"15753version = "1.0.0"15754source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15755dependencies = [15756 "binary-merkle-tree",15757 "bitvec",15758 "frame-benchmarking",15759 "frame-election-provider-support",15760 "frame-executive",15761 "frame-support",15762 "frame-system",15763 "frame-system-benchmarking",15764 "frame-system-rpc-runtime-api",15765 "frame-try-runtime",15766 "hex-literal",15767 "log",15768 "pallet-authority-discovery",15769 "pallet-authorship",15770 "pallet-babe",15771 "pallet-bags-list",15772 "pallet-balances",15773 "pallet-beefy",15774 "pallet-beefy-mmr",15775 "pallet-collective",15776 "pallet-democracy",15777 "pallet-election-provider-multi-phase",15778 "pallet-election-provider-support-benchmarking",15779 "pallet-elections-phragmen",15780 "pallet-fast-unstake",15781 "pallet-grandpa",15782 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",15783 "pallet-im-online",15784 "pallet-indices",15785 "pallet-membership",15786 "pallet-message-queue",15787 "pallet-mmr",15788 "pallet-multisig",15789 "pallet-nomination-pools",15790 "pallet-nomination-pools-benchmarking",15791 "pallet-nomination-pools-runtime-api",15792 "pallet-offences",15793 "pallet-offences-benchmarking",15794 "pallet-preimage",15795 "pallet-proxy",15796 "pallet-recovery",15797 "pallet-scheduler",15798 "pallet-session",15799 "pallet-session-benchmarking",15800 "pallet-society",15801 "pallet-staking",15802 "pallet-staking-reward-curve",15803 "pallet-staking-runtime-api",15804 "pallet-state-trie-migration",15805 "pallet-sudo",15806 "pallet-timestamp",15807 "pallet-transaction-payment",15808 "pallet-transaction-payment-rpc-runtime-api",15809 "pallet-treasury",15810 "pallet-utility",15811 "pallet-vesting",15812 "pallet-xcm",15813 "pallet-xcm-benchmarks",15814 "parity-scale-codec",15815 "polkadot-parachain-primitives",15816 "polkadot-primitives",15817 "polkadot-runtime-common",15818 "polkadot-runtime-parachains",15819 "rustc-hex",15820 "scale-info",15821 "serde",15822 "serde_derive",15823 "smallvec",15824 "sp-api",15825 "sp-application-crypto",15826 "sp-authority-discovery",15827 "sp-block-builder",15828 "sp-consensus-babe",15829 "sp-consensus-beefy",15830 "sp-core",15831 "sp-inherents",15832 "sp-io",15833 "sp-mmr-primitives",15834 "sp-npos-elections",15835 "sp-offchain",15836 "sp-runtime",15837 "sp-session",15838 "sp-staking",15839 "sp-std",15840 "sp-storage",15841 "sp-transaction-pool",15842 "sp-version",15843 "staging-xcm",15844 "staging-xcm-builder",15845 "staging-xcm-executor",15846 "substrate-wasm-builder",15847 "westend-runtime-constants",15848]1584915850[[package]]15851name = "westend-runtime-constants"15852version = "1.0.0"15853source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15854dependencies = [15855 "frame-support",15856 "polkadot-primitives",15857 "polkadot-runtime-common",15858 "smallvec",15859 "sp-core",15860 "sp-runtime",15861 "sp-weights",15862]1586315864[[package]]15865name = "which"15866version = "4.4.2"15867source = "registry+https://github.com/rust-lang/crates.io-index"15868checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"15869dependencies = [15870 "either",15871 "home",15872 "once_cell",15873 "rustix 0.38.15",15874]1587515876[[package]]15877name = "wide"15878version = "0.7.12"15879source = "registry+https://github.com/rust-lang/crates.io-index"15880checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598"15881dependencies = [15882 "bytemuck",15883 "safe_arch",15884]1588515886[[package]]15887name = "widestring"15888version = "1.0.2"15889source = "registry+https://github.com/rust-lang/crates.io-index"15890checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"1589115892[[package]]15893name = "winapi"15894version = "0.3.9"15895source = "registry+https://github.com/rust-lang/crates.io-index"15896checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"15897dependencies = [15898 "winapi-i686-pc-windows-gnu",15899 "winapi-x86_64-pc-windows-gnu",15900]1590115902[[package]]15903name = "winapi-i686-pc-windows-gnu"15904version = "0.4.0"15905source = "registry+https://github.com/rust-lang/crates.io-index"15906checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1590715908[[package]]15909name = "winapi-util"15910version = "0.1.6"15911source = "registry+https://github.com/rust-lang/crates.io-index"15912checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"15913dependencies = [15914 "winapi",15915]1591615917[[package]]15918name = "winapi-x86_64-pc-windows-gnu"15919version = "0.4.0"15920source = "registry+https://github.com/rust-lang/crates.io-index"15921checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1592215923[[package]]15924name = "windows"15925version = "0.34.0"15926source = "registry+https://github.com/rust-lang/crates.io-index"15927checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"15928dependencies = [15929 "windows_aarch64_msvc 0.34.0",15930 "windows_i686_gnu 0.34.0",15931 "windows_i686_msvc 0.34.0",15932 "windows_x86_64_gnu 0.34.0",15933 "windows_x86_64_msvc 0.34.0",15934]1593515936[[package]]15937name = "windows"15938version = "0.48.0"15939source = "registry+https://github.com/rust-lang/crates.io-index"15940checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"15941dependencies = [15942 "windows-targets 0.48.5",15943]1594415945[[package]]15946name = "windows-sys"15947version = "0.45.0"15948source = "registry+https://github.com/rust-lang/crates.io-index"15949checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"15950dependencies = [15951 "windows-targets 0.42.2",15952]1595315954[[package]]15955name = "windows-sys"15956version = "0.48.0"15957source = "registry+https://github.com/rust-lang/crates.io-index"15958checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"15959dependencies = [15960 "windows-targets 0.48.5",15961]1596215963[[package]]15964name = "windows-targets"15965version = "0.42.2"15966source = "registry+https://github.com/rust-lang/crates.io-index"15967checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"15968dependencies = [15969 "windows_aarch64_gnullvm 0.42.2",15970 "windows_aarch64_msvc 0.42.2",15971 "windows_i686_gnu 0.42.2",15972 "windows_i686_msvc 0.42.2",15973 "windows_x86_64_gnu 0.42.2",15974 "windows_x86_64_gnullvm 0.42.2",15975 "windows_x86_64_msvc 0.42.2",15976]1597715978[[package]]15979name = "windows-targets"15980version = "0.48.5"15981source = "registry+https://github.com/rust-lang/crates.io-index"15982checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"15983dependencies = [15984 "windows_aarch64_gnullvm 0.48.5",15985 "windows_aarch64_msvc 0.48.5",15986 "windows_i686_gnu 0.48.5",15987 "windows_i686_msvc 0.48.5",15988 "windows_x86_64_gnu 0.48.5",15989 "windows_x86_64_gnullvm 0.48.5",15990 "windows_x86_64_msvc 0.48.5",15991]1599215993[[package]]15994name = "windows_aarch64_gnullvm"15995version = "0.42.2"15996source = "registry+https://github.com/rust-lang/crates.io-index"15997checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1599815999[[package]]16000name = "windows_aarch64_gnullvm"16001version = "0.48.5"16002source = "registry+https://github.com/rust-lang/crates.io-index"16003checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"1600416005[[package]]16006name = "windows_aarch64_msvc"16007version = "0.34.0"16008source = "registry+https://github.com/rust-lang/crates.io-index"16009checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1601016011[[package]]16012name = "windows_aarch64_msvc"16013version = "0.42.2"16014source = "registry+https://github.com/rust-lang/crates.io-index"16015checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1601616017[[package]]16018name = "windows_aarch64_msvc"16019version = "0.48.5"16020source = "registry+https://github.com/rust-lang/crates.io-index"16021checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"1602216023[[package]]16024name = "windows_i686_gnu"16025version = "0.34.0"16026source = "registry+https://github.com/rust-lang/crates.io-index"16027checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1602816029[[package]]16030name = "windows_i686_gnu"16031version = "0.42.2"16032source = "registry+https://github.com/rust-lang/crates.io-index"16033checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1603416035[[package]]16036name = "windows_i686_gnu"16037version = "0.48.5"16038source = "registry+https://github.com/rust-lang/crates.io-index"16039checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"1604016041[[package]]16042name = "windows_i686_msvc"16043version = "0.34.0"16044source = "registry+https://github.com/rust-lang/crates.io-index"16045checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1604616047[[package]]16048name = "windows_i686_msvc"16049version = "0.42.2"16050source = "registry+https://github.com/rust-lang/crates.io-index"16051checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1605216053[[package]]16054name = "windows_i686_msvc"16055version = "0.48.5"16056source = "registry+https://github.com/rust-lang/crates.io-index"16057checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"1605816059[[package]]16060name = "windows_x86_64_gnu"16061version = "0.34.0"16062source = "registry+https://github.com/rust-lang/crates.io-index"16063checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1606416065[[package]]16066name = "windows_x86_64_gnu"16067version = "0.42.2"16068source = "registry+https://github.com/rust-lang/crates.io-index"16069checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1607016071[[package]]16072name = "windows_x86_64_gnu"16073version = "0.48.5"16074source = "registry+https://github.com/rust-lang/crates.io-index"16075checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"1607616077[[package]]16078name = "windows_x86_64_gnullvm"16079version = "0.42.2"16080source = "registry+https://github.com/rust-lang/crates.io-index"16081checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1608216083[[package]]16084name = "windows_x86_64_gnullvm"16085version = "0.48.5"16086source = "registry+https://github.com/rust-lang/crates.io-index"16087checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"1608816089[[package]]16090name = "windows_x86_64_msvc"16091version = "0.34.0"16092source = "registry+https://github.com/rust-lang/crates.io-index"16093checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1609416095[[package]]16096name = "windows_x86_64_msvc"16097version = "0.42.2"16098source = "registry+https://github.com/rust-lang/crates.io-index"16099checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1610016101[[package]]16102name = "windows_x86_64_msvc"16103version = "0.48.5"16104source = "registry+https://github.com/rust-lang/crates.io-index"16105checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"1610616107[[package]]16108name = "winnow"16109version = "0.5.15"16110source = "registry+https://github.com/rust-lang/crates.io-index"16111checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"16112dependencies = [16113 "memchr",16114]1611516116[[package]]16117name = "winreg"16118version = "0.50.0"16119source = "registry+https://github.com/rust-lang/crates.io-index"16120checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"16121dependencies = [16122 "cfg-if",16123 "windows-sys 0.48.0",16124]1612516126[[package]]16127name = "wyz"16128version = "0.5.1"16129source = "registry+https://github.com/rust-lang/crates.io-index"16130checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"16131dependencies = [16132 "tap",16133]1613416135[[package]]16136name = "x25519-dalek"16137version = "1.1.1"16138source = "registry+https://github.com/rust-lang/crates.io-index"16139checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"16140dependencies = [16141 "curve25519-dalek 3.2.0",16142 "rand_core 0.5.1",16143 "zeroize",16144]1614516146[[package]]16147name = "x25519-dalek"16148version = "2.0.0"16149source = "registry+https://github.com/rust-lang/crates.io-index"16150checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"16151dependencies = [16152 "curve25519-dalek 4.1.1",16153 "rand_core 0.6.4",16154 "serde",16155 "zeroize",16156]1615716158[[package]]16159name = "x509-parser"16160version = "0.13.2"16161source = "registry+https://github.com/rust-lang/crates.io-index"16162checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"16163dependencies = [16164 "asn1-rs 0.3.1",16165 "base64 0.13.1",16166 "data-encoding",16167 "der-parser 7.0.0",16168 "lazy_static",16169 "nom",16170 "oid-registry 0.4.0",16171 "ring 0.16.20",16172 "rusticata-macros",16173 "thiserror",16174 "time",16175]1617616177[[package]]16178name = "x509-parser"16179version = "0.14.0"16180source = "registry+https://github.com/rust-lang/crates.io-index"16181checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"16182dependencies = [16183 "asn1-rs 0.5.2",16184 "base64 0.13.1",16185 "data-encoding",16186 "der-parser 8.2.0",16187 "lazy_static",16188 "nom",16189 "oid-registry 0.6.1",16190 "rusticata-macros",16191 "thiserror",16192 "time",16193]1619416195[[package]]16196name = "xcm-procedural"16197version = "1.0.0"16198source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"16199dependencies = [16200 "Inflector",16201 "proc-macro2",16202 "quote",16203 "syn 2.0.37",16204]1620516206[[package]]16207name = "yamux"16208version = "0.10.2"16209source = "registry+https://github.com/rust-lang/crates.io-index"16210checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"16211dependencies = [16212 "futures",16213 "log",16214 "nohash-hasher",16215 "parking_lot 0.12.1",16216 "rand 0.8.5",16217 "static_assertions",16218]1621916220[[package]]16221name = "yasna"16222version = "0.5.2"16223source = "registry+https://github.com/rust-lang/crates.io-index"16224checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"16225dependencies = [16226 "time",16227]1622816229[[package]]16230name = "zeroize"16231version = "1.6.0"16232source = "registry+https://github.com/rust-lang/crates.io-index"16233checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"16234dependencies = [16235 "zeroize_derive",16236]1623716238[[package]]16239name = "zeroize_derive"16240version = "1.4.2"16241source = "registry+https://github.com/rust-lang/crates.io-index"16242checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"16243dependencies = [16244 "proc-macro2",16245 "quote",16246 "syn 2.0.37",16247]1624816249[[package]]16250name = "zstd"16251version = "0.11.2+zstd.1.5.2"16252source = "registry+https://github.com/rust-lang/crates.io-index"16253checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"16254dependencies = [16255 "zstd-safe 5.0.2+zstd.1.5.2",16256]1625716258[[package]]16259name = "zstd"16260version = "0.12.4"16261source = "registry+https://github.com/rust-lang/crates.io-index"16262checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"16263dependencies = [16264 "zstd-safe 6.0.6",16265]1626616267[[package]]16268name = "zstd-safe"16269version = "5.0.2+zstd.1.5.2"16270source = "registry+https://github.com/rust-lang/crates.io-index"16271checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"16272dependencies = [16273 "libc",16274 "zstd-sys",16275]1627616277[[package]]16278name = "zstd-safe"16279version = "6.0.6"16280source = "registry+https://github.com/rust-lang/crates.io-index"16281checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"16282dependencies = [16283 "libc",16284 "zstd-sys",16285]1628616287[[package]]16288name = "zstd-sys"16289version = "2.0.8+zstd.1.5.5"16290source = "registry+https://github.com/rust-lang/crates.io-index"16291checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"16292dependencies = [16293 "cc",16294 "libc",16295 "pkg-config",16296]