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

difftreelog

source

Cargo.lock367.8 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.19.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"20dependencies = [21 "gimli 0.27.3",22]2324[[package]]25name = "addr2line"26version = "0.21.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"29dependencies = [30 "gimli 0.28.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.3.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"44dependencies = [45 "generic-array 0.14.7",46]4748[[package]]49name = "aead"50version = "0.4.3"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"53dependencies = [54 "generic-array 0.14.7",55 "rand_core 0.6.4",56]5758[[package]]59name = "aead"60version = "0.5.2"61source = "registry+https://github.com/rust-lang/crates.io-index"62checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"63dependencies = [64 "crypto-common",65 "generic-array 0.14.7",66]6768[[package]]69name = "aes"70version = "0.6.0"71source = "registry+https://github.com/rust-lang/crates.io-index"72checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"73dependencies = [74 "aes-soft",75 "aesni",76 "cipher 0.2.5",77]7879[[package]]80name = "aes"81version = "0.7.5"82source = "registry+https://github.com/rust-lang/crates.io-index"83checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"84dependencies = [85 "cfg-if",86 "cipher 0.3.0",87 "cpufeatures",88 "opaque-debug 0.3.0",89]9091[[package]]92name = "aes"93version = "0.8.3"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"96dependencies = [97 "cfg-if",98 "cipher 0.4.4",99 "cpufeatures",100]101102[[package]]103name = "aes-gcm"104version = "0.9.4"105source = "registry+https://github.com/rust-lang/crates.io-index"106checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"107dependencies = [108 "aead 0.4.3",109 "aes 0.7.5",110 "cipher 0.3.0",111 "ctr 0.8.0",112 "ghash 0.4.4",113 "subtle",114]115116[[package]]117name = "aes-gcm"118version = "0.10.3"119source = "registry+https://github.com/rust-lang/crates.io-index"120checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"121dependencies = [122 "aead 0.5.2",123 "aes 0.8.3",124 "cipher 0.4.4",125 "ctr 0.9.2",126 "ghash 0.5.0",127 "subtle",128]129130[[package]]131name = "aes-soft"132version = "0.6.4"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"135dependencies = [136 "cipher 0.2.5",137 "opaque-debug 0.3.0",138]139140[[package]]141name = "aesni"142version = "0.10.0"143source = "registry+https://github.com/rust-lang/crates.io-index"144checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"145dependencies = [146 "cipher 0.2.5",147 "opaque-debug 0.3.0",148]149150[[package]]151name = "ahash"152version = "0.7.6"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"155dependencies = [156 "getrandom 0.2.10",157 "once_cell",158 "version_check",159]160161[[package]]162name = "ahash"163version = "0.8.3"164source = "registry+https://github.com/rust-lang/crates.io-index"165checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"166dependencies = [167 "cfg-if",168 "getrandom 0.2.10",169 "once_cell",170 "version_check",171]172173[[package]]174name = "aho-corasick"175version = "1.1.1"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"178dependencies = [179 "memchr",180]181182[[package]]183name = "allocator-api2"184version = "0.2.16"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"187188[[package]]189name = "always-assert"190version = "0.1.3"191source = "registry+https://github.com/rust-lang/crates.io-index"192checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"193194[[package]]195name = "android-tzdata"196version = "0.1.1"197source = "registry+https://github.com/rust-lang/crates.io-index"198checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"199200[[package]]201name = "android_system_properties"202version = "0.1.5"203source = "registry+https://github.com/rust-lang/crates.io-index"204checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"205dependencies = [206 "libc",207]208209[[package]]210name = "ansi_term"211version = "0.12.1"212source = "registry+https://github.com/rust-lang/crates.io-index"213checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"214dependencies = [215 "winapi",216]217218[[package]]219name = "anstream"220version = "0.6.4"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"223dependencies = [224 "anstyle",225 "anstyle-parse",226 "anstyle-query",227 "anstyle-wincon",228 "colorchoice",229 "utf8parse",230]231232[[package]]233name = "anstyle"234version = "1.0.4"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"237238[[package]]239name = "anstyle-parse"240version = "0.2.2"241source = "registry+https://github.com/rust-lang/crates.io-index"242checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"243dependencies = [244 "utf8parse",245]246247[[package]]248name = "anstyle-query"249version = "1.0.0"250source = "registry+https://github.com/rust-lang/crates.io-index"251checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"252dependencies = [253 "windows-sys 0.48.0",254]255256[[package]]257name = "anstyle-wincon"258version = "3.0.1"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"261dependencies = [262 "anstyle",263 "windows-sys 0.48.0",264]265266[[package]]267name = "anyhow"268version = "1.0.75"269source = "registry+https://github.com/rust-lang/crates.io-index"270checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"271272[[package]]273name = "app-promotion-rpc"274version = "0.1.0"275dependencies = [276 "pallet-evm",277 "parity-scale-codec",278 "sp-api",279 "sp-runtime",280 "sp-std",281]282283[[package]]284name = "approx"285version = "0.5.1"286source = "registry+https://github.com/rust-lang/crates.io-index"287checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"288dependencies = [289 "num-traits",290]291292[[package]]293name = "aquamarine"294version = "0.3.2"295source = "registry+https://github.com/rust-lang/crates.io-index"296checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1"297dependencies = [298 "include_dir",299 "itertools 0.10.5",300 "proc-macro-error",301 "proc-macro2",302 "quote",303 "syn 1.0.109",304]305306[[package]]307name = "arc-swap"308version = "1.6.0"309source = "registry+https://github.com/rust-lang/crates.io-index"310checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"311312[[package]]313name = "ark-bls12-381"314version = "0.4.0"315source = "registry+https://github.com/rust-lang/crates.io-index"316checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"317dependencies = [318 "ark-ec",319 "ark-ff",320 "ark-serialize",321 "ark-std",322]323324[[package]]325name = "ark-ec"326version = "0.4.2"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"329dependencies = [330 "ark-ff",331 "ark-poly",332 "ark-serialize",333 "ark-std",334 "derivative",335 "hashbrown 0.13.2",336 "itertools 0.10.5",337 "num-traits",338 "zeroize",339]340341[[package]]342name = "ark-ed-on-bls12-381-bandersnatch"343version = "0.4.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c"346dependencies = [347 "ark-bls12-381",348 "ark-ec",349 "ark-ff",350 "ark-std",351]352353[[package]]354name = "ark-ff"355version = "0.4.2"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"358dependencies = [359 "ark-ff-asm",360 "ark-ff-macros",361 "ark-serialize",362 "ark-std",363 "derivative",364 "digest 0.10.7",365 "itertools 0.10.5",366 "num-bigint",367 "num-traits",368 "paste",369 "rustc_version",370 "zeroize",371]372373[[package]]374name = "ark-ff-asm"375version = "0.4.2"376source = "registry+https://github.com/rust-lang/crates.io-index"377checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"378dependencies = [379 "quote",380 "syn 1.0.109",381]382383[[package]]384name = "ark-ff-macros"385version = "0.4.2"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"388dependencies = [389 "num-bigint",390 "num-traits",391 "proc-macro2",392 "quote",393 "syn 1.0.109",394]395396[[package]]397name = "ark-poly"398version = "0.4.2"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"401dependencies = [402 "ark-ff",403 "ark-serialize",404 "ark-std",405 "derivative",406 "hashbrown 0.13.2",407]408409[[package]]410name = "ark-scale"411version = "0.0.10"412source = "registry+https://github.com/rust-lang/crates.io-index"413checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393"414dependencies = [415 "ark-ec",416 "ark-ff",417 "ark-serialize",418 "ark-std",419 "parity-scale-codec",420]421422[[package]]423name = "ark-scale"424version = "0.0.11"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"427dependencies = [428 "ark-ec",429 "ark-ff",430 "ark-serialize",431 "ark-std",432 "parity-scale-codec",433 "scale-info",434]435436[[package]]437name = "ark-secret-scalar"438version = "0.0.2"439source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"440dependencies = [441 "ark-ec",442 "ark-ff",443 "ark-serialize",444 "ark-std",445 "ark-transcript",446 "digest 0.10.7",447 "rand_core 0.6.4",448 "zeroize",449]450451[[package]]452name = "ark-serialize"453version = "0.4.2"454source = "registry+https://github.com/rust-lang/crates.io-index"455checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"456dependencies = [457 "ark-serialize-derive",458 "ark-std",459 "digest 0.10.7",460 "num-bigint",461]462463[[package]]464name = "ark-serialize-derive"465version = "0.4.2"466source = "registry+https://github.com/rust-lang/crates.io-index"467checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"468dependencies = [469 "proc-macro2",470 "quote",471 "syn 1.0.109",472]473474[[package]]475name = "ark-std"476version = "0.4.0"477source = "registry+https://github.com/rust-lang/crates.io-index"478checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"479dependencies = [480 "num-traits",481 "rand 0.8.5",482]483484[[package]]485name = "ark-transcript"486version = "0.0.2"487source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"488dependencies = [489 "ark-ff",490 "ark-serialize",491 "ark-std",492 "digest 0.10.7",493 "rand_core 0.6.4",494 "sha3 0.10.8",495]496497[[package]]498name = "array-bytes"499version = "6.1.0"500source = "registry+https://github.com/rust-lang/crates.io-index"501checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"502503[[package]]504name = "arrayref"505version = "0.3.7"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"508509[[package]]510name = "arrayvec"511version = "0.4.12"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"514dependencies = [515 "nodrop",516]517518[[package]]519name = "arrayvec"520version = "0.5.2"521source = "registry+https://github.com/rust-lang/crates.io-index"522checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"523524[[package]]525name = "arrayvec"526version = "0.7.4"527source = "registry+https://github.com/rust-lang/crates.io-index"528checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"529530[[package]]531name = "asn1-rs"532version = "0.3.1"533source = "registry+https://github.com/rust-lang/crates.io-index"534checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"535dependencies = [536 "asn1-rs-derive 0.1.0",537 "asn1-rs-impl",538 "displaydoc",539 "nom",540 "num-traits",541 "rusticata-macros",542 "thiserror",543 "time",544]545546[[package]]547name = "asn1-rs"548version = "0.5.2"549source = "registry+https://github.com/rust-lang/crates.io-index"550checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"551dependencies = [552 "asn1-rs-derive 0.4.0",553 "asn1-rs-impl",554 "displaydoc",555 "nom",556 "num-traits",557 "rusticata-macros",558 "thiserror",559 "time",560]561562[[package]]563name = "asn1-rs-derive"564version = "0.1.0"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"567dependencies = [568 "proc-macro2",569 "quote",570 "syn 1.0.109",571 "synstructure",572]573574[[package]]575name = "asn1-rs-derive"576version = "0.4.0"577source = "registry+https://github.com/rust-lang/crates.io-index"578checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"579dependencies = [580 "proc-macro2",581 "quote",582 "syn 1.0.109",583 "synstructure",584]585586[[package]]587name = "asn1-rs-impl"588version = "0.1.0"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"591dependencies = [592 "proc-macro2",593 "quote",594 "syn 1.0.109",595]596597[[package]]598name = "assert_matches"599version = "1.5.0"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"602603[[package]]604name = "async-channel"605version = "1.9.0"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"608dependencies = [609 "concurrent-queue",610 "event-listener",611 "futures-core",612]613614[[package]]615name = "async-executor"616version = "1.5.4"617source = "registry+https://github.com/rust-lang/crates.io-index"618checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"619dependencies = [620 "async-lock",621 "async-task",622 "concurrent-queue",623 "fastrand 2.0.1",624 "futures-lite",625 "slab",626]627628[[package]]629name = "async-fs"630version = "1.6.0"631source = "registry+https://github.com/rust-lang/crates.io-index"632checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"633dependencies = [634 "async-lock",635 "autocfg",636 "blocking",637 "futures-lite",638]639640[[package]]641name = "async-io"642version = "1.13.0"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"645dependencies = [646 "async-lock",647 "autocfg",648 "cfg-if",649 "concurrent-queue",650 "futures-lite",651 "log",652 "parking",653 "polling",654 "rustix 0.37.24",655 "slab",656 "socket2 0.4.9",657 "waker-fn",658]659660[[package]]661name = "async-lock"662version = "2.8.0"663source = "registry+https://github.com/rust-lang/crates.io-index"664checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"665dependencies = [666 "event-listener",667]668669[[package]]670name = "async-net"671version = "1.8.0"672source = "registry+https://github.com/rust-lang/crates.io-index"673checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"674dependencies = [675 "async-io",676 "blocking",677 "futures-lite",678]679680[[package]]681name = "async-process"682version = "1.7.0"683source = "registry+https://github.com/rust-lang/crates.io-index"684checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"685dependencies = [686 "async-io",687 "async-lock",688 "autocfg",689 "blocking",690 "cfg-if",691 "event-listener",692 "futures-lite",693 "rustix 0.37.24",694 "signal-hook",695 "windows-sys 0.48.0",696]697698[[package]]699name = "async-recursion"700version = "1.0.5"701source = "registry+https://github.com/rust-lang/crates.io-index"702checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"703dependencies = [704 "proc-macro2",705 "quote",706 "syn 2.0.37",707]708709[[package]]710name = "async-task"711version = "4.4.1"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"714715[[package]]716name = "async-trait"717version = "0.1.73"718source = "registry+https://github.com/rust-lang/crates.io-index"719checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"720dependencies = [721 "proc-macro2",722 "quote",723 "syn 2.0.37",724]725726[[package]]727name = "asynchronous-codec"728version = "0.6.2"729source = "registry+https://github.com/rust-lang/crates.io-index"730checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"731dependencies = [732 "bytes",733 "futures-sink",734 "futures-util",735 "memchr",736 "pin-project-lite 0.2.13",737]738739[[package]]740name = "atomic-take"741version = "1.1.0"742source = "registry+https://github.com/rust-lang/crates.io-index"743checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"744745[[package]]746name = "atomic-waker"747version = "1.1.2"748source = "registry+https://github.com/rust-lang/crates.io-index"749checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"750751[[package]]752name = "atty"753version = "0.2.14"754source = "registry+https://github.com/rust-lang/crates.io-index"755checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"756dependencies = [757 "hermit-abi 0.1.19",758 "libc",759 "winapi",760]761762[[package]]763name = "auto_impl"764version = "1.1.0"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"767dependencies = [768 "proc-macro-error",769 "proc-macro2",770 "quote",771 "syn 1.0.109",772]773774[[package]]775name = "autocfg"776version = "1.1.0"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"779780[[package]]781name = "backtrace"782version = "0.3.69"783source = "registry+https://github.com/rust-lang/crates.io-index"784checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"785dependencies = [786 "addr2line 0.21.0",787 "cc",788 "cfg-if",789 "libc",790 "miniz_oxide",791 "object 0.32.1",792 "rustc-demangle",793]794795[[package]]796name = "bandersnatch_vrfs"797version = "0.0.1"798source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"799dependencies = [800 "ark-bls12-381",801 "ark-ec",802 "ark-ed-on-bls12-381-bandersnatch",803 "ark-ff",804 "ark-scale 0.0.11",805 "ark-serialize",806 "ark-std",807 "dleq_vrf",808 "fflonk",809 "merlin 3.0.0",810 "rand_chacha 0.3.1",811 "rand_core 0.6.4",812 "ring 0.1.0",813 "sha2 0.10.8",814 "zeroize",815]816817[[package]]818name = "base-x"819version = "0.2.11"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"822823[[package]]824name = "base16ct"825version = "0.1.1"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"828829[[package]]830name = "base16ct"831version = "0.2.0"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"834835[[package]]836name = "base64"837version = "0.13.1"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"840841[[package]]842name = "base64"843version = "0.21.4"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"846847[[package]]848name = "base64ct"849version = "1.6.0"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"852853[[package]]854name = "beef"855version = "0.5.2"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"858dependencies = [859 "serde",860]861862[[package]]863name = "binary-merkle-tree"864version = "4.0.0-dev"865source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"866dependencies = [867 "hash-db 0.16.0",868 "log",869]870871[[package]]872name = "bincode"873version = "1.3.3"874source = "registry+https://github.com/rust-lang/crates.io-index"875checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"876dependencies = [877 "serde",878]879880[[package]]881name = "bindgen"882version = "0.65.1"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"885dependencies = [886 "bitflags 1.3.2",887 "cexpr",888 "clang-sys",889 "lazy_static",890 "lazycell",891 "peeking_take_while",892 "prettyplease 0.2.15",893 "proc-macro2",894 "quote",895 "regex",896 "rustc-hash",897 "shlex",898 "syn 2.0.37",899]900901[[package]]902name = "bip39"903version = "2.0.0"904source = "registry+https://github.com/rust-lang/crates.io-index"905checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"906dependencies = [907 "bitcoin_hashes",908]909910[[package]]911name = "bitcoin_hashes"912version = "0.11.0"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"915916[[package]]917name = "bitflags"918version = "1.3.2"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"921922[[package]]923name = "bitflags"924version = "2.4.0"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"927928[[package]]929name = "bitvec"930version = "1.0.1"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"933dependencies = [934 "funty",935 "radium",936 "tap",937 "wyz",938]939940[[package]]941name = "blake2"942version = "0.10.6"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"945dependencies = [946 "digest 0.10.7",947]948949[[package]]950name = "blake2-rfc"951version = "0.2.18"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"954dependencies = [955 "arrayvec 0.4.12",956 "constant_time_eq 0.1.5",957]958959[[package]]960name = "blake2b_simd"961version = "1.0.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"964dependencies = [965 "arrayref",966 "arrayvec 0.7.4",967 "constant_time_eq 0.3.0",968]969970[[package]]971name = "blake2s_simd"972version = "1.0.2"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"975dependencies = [976 "arrayref",977 "arrayvec 0.7.4",978 "constant_time_eq 0.3.0",979]980981[[package]]982name = "blake3"983version = "1.5.0"984source = "registry+https://github.com/rust-lang/crates.io-index"985checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"986dependencies = [987 "arrayref",988 "arrayvec 0.7.4",989 "cc",990 "cfg-if",991 "constant_time_eq 0.3.0",992]993994[[package]]995name = "block-buffer"996version = "0.7.3"997source = "registry+https://github.com/rust-lang/crates.io-index"998checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"999dependencies = [1000 "block-padding 0.1.5",1001 "byte-tools",1002 "byteorder",1003 "generic-array 0.12.4",1004]10051006[[package]]1007name = "block-buffer"1008version = "0.9.0"1009source = "registry+https://github.com/rust-lang/crates.io-index"1010checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"1011dependencies = [1012 "generic-array 0.14.7",1013]10141015[[package]]1016name = "block-buffer"1017version = "0.10.4"1018source = "registry+https://github.com/rust-lang/crates.io-index"1019checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"1020dependencies = [1021 "generic-array 0.14.7",1022]10231024[[package]]1025name = "block-modes"1026version = "0.7.0"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"1029dependencies = [1030 "block-padding 0.2.1",1031 "cipher 0.2.5",1032]10331034[[package]]1035name = "block-padding"1036version = "0.1.5"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"1039dependencies = [1040 "byte-tools",1041]10421043[[package]]1044name = "block-padding"1045version = "0.2.1"1046source = "registry+https://github.com/rust-lang/crates.io-index"1047checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"10481049[[package]]1050name = "blocking"1051version = "1.4.0"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"1054dependencies = [1055 "async-channel",1056 "async-lock",1057 "async-task",1058 "fastrand 2.0.1",1059 "futures-io",1060 "futures-lite",1061 "piper",1062 "tracing",1063]10641065[[package]]1066name = "bondrewd"1067version = "0.1.14"1068source = "registry+https://github.com/rust-lang/crates.io-index"1069checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"1070dependencies = [1071 "bondrewd-derive",1072]10731074[[package]]1075name = "bondrewd-derive"1076version = "0.3.18"1077source = "registry+https://github.com/rust-lang/crates.io-index"1078checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"1079dependencies = [1080 "proc-macro2",1081 "quote",1082 "syn 1.0.109",1083]10841085[[package]]1086name = "bounded-collections"1087version = "0.1.8"1088source = "registry+https://github.com/rust-lang/crates.io-index"1089checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6"1090dependencies = [1091 "log",1092 "parity-scale-codec",1093 "scale-info",1094 "serde",1095]10961097[[package]]1098name = "bounded-vec"1099version = "0.7.1"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"1102dependencies = [1103 "thiserror",1104]11051106[[package]]1107name = "bs58"1108version = "0.4.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"11111112[[package]]1113name = "bs58"1114version = "0.5.0"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"1117dependencies = [1118 "tinyvec",1119]11201121[[package]]1122name = "bstr"1123version = "1.6.2"1124source = "registry+https://github.com/rust-lang/crates.io-index"1125checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"1126dependencies = [1127 "memchr",1128 "serde",1129]11301131[[package]]1132name = "build-helper"1133version = "0.1.1"1134source = "registry+https://github.com/rust-lang/crates.io-index"1135checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"1136dependencies = [1137 "semver 0.6.0",1138]11391140[[package]]1141name = "bumpalo"1142version = "3.14.0"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"11451146[[package]]1147name = "byte-slice-cast"1148version = "1.2.2"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"11511152[[package]]1153name = "byte-tools"1154version = "0.3.1"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"11571158[[package]]1159name = "bytemuck"1160version = "1.14.0"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"11631164[[package]]1165name = "byteorder"1166version = "1.4.3"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"11691170[[package]]1171name = "bytes"1172version = "1.5.0"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"11751176[[package]]1177name = "bzip2-sys"1178version = "0.1.11+1.0.8"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"1181dependencies = [1182 "cc",1183 "libc",1184 "pkg-config",1185]11861187[[package]]1188name = "camino"1189version = "1.1.6"1190source = "registry+https://github.com/rust-lang/crates.io-index"1191checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"1192dependencies = [1193 "serde",1194]11951196[[package]]1197name = "cargo-platform"1198version = "0.1.3"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"1201dependencies = [1202 "serde",1203]12041205[[package]]1206name = "cargo_metadata"1207version = "0.15.4"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"1210dependencies = [1211 "camino",1212 "cargo-platform",1213 "semver 1.0.19",1214 "serde",1215 "serde_json",1216 "thiserror",1217]12181219[[package]]1220name = "cc"1221version = "1.0.83"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"1224dependencies = [1225 "jobserver",1226 "libc",1227]12281229[[package]]1230name = "ccm"1231version = "0.3.0"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"1234dependencies = [1235 "aead 0.3.2",1236 "cipher 0.2.5",1237 "subtle",1238]12391240[[package]]1241name = "cexpr"1242version = "0.6.0"1243source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1245dependencies = [1246 "nom",1247]12481249[[package]]1250name = "cfg-expr"1251version = "0.15.5"1252source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"1254dependencies = [1255 "smallvec",1256]12571258[[package]]1259name = "cfg-if"1260version = "1.0.0"1261source = "registry+https://github.com/rust-lang/crates.io-index"1262checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"12631264[[package]]1265name = "cfg_aliases"1266version = "0.1.1"1267source = "registry+https://github.com/rust-lang/crates.io-index"1268checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"12691270[[package]]1271name = "chacha20"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"1275dependencies = [1276 "cfg-if",1277 "cipher 0.3.0",1278 "cpufeatures",1279 "zeroize",1280]12811282[[package]]1283name = "chacha20"1284version = "0.9.1"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"1287dependencies = [1288 "cfg-if",1289 "cipher 0.4.4",1290 "cpufeatures",1291]12921293[[package]]1294name = "chacha20poly1305"1295version = "0.9.1"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"1298dependencies = [1299 "aead 0.4.3",1300 "chacha20 0.8.2",1301 "cipher 0.3.0",1302 "poly1305 0.7.2",1303 "zeroize",1304]13051306[[package]]1307name = "chrono"1308version = "0.4.31"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"1311dependencies = [1312 "android-tzdata",1313 "iana-time-zone",1314 "js-sys",1315 "num-traits",1316 "wasm-bindgen",1317 "windows-targets 0.48.5",1318]13191320[[package]]1321name = "cid"1322version = "0.9.0"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"1325dependencies = [1326 "core2",1327 "multibase",1328 "multihash",1329 "serde",1330 "unsigned-varint",1331]13321333[[package]]1334name = "cipher"1335version = "0.2.5"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1338dependencies = [1339 "generic-array 0.14.7",1340]13411342[[package]]1343name = "cipher"1344version = "0.3.0"1345source = "registry+https://github.com/rust-lang/crates.io-index"1346checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1347dependencies = [1348 "generic-array 0.14.7",1349]13501351[[package]]1352name = "cipher"1353version = "0.4.4"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1356dependencies = [1357 "crypto-common",1358 "inout",1359]13601361[[package]]1362name = "ckb-merkle-mountain-range"1363version = "0.5.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1366dependencies = [1367 "cfg-if",1368]13691370[[package]]1371name = "clang-sys"1372version = "1.6.1"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"1375dependencies = [1376 "glob",1377 "libc",1378 "libloading",1379]13801381[[package]]1382name = "clap"1383version = "4.4.6"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"1386dependencies = [1387 "clap_builder",1388 "clap_derive",1389]13901391[[package]]1392name = "clap_builder"1393version = "4.4.6"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"1396dependencies = [1397 "anstream",1398 "anstyle",1399 "clap_lex",1400 "strsim",1401]14021403[[package]]1404name = "clap_derive"1405version = "4.4.2"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"1408dependencies = [1409 "heck",1410 "proc-macro2",1411 "quote",1412 "syn 2.0.37",1413]14141415[[package]]1416name = "clap_lex"1417version = "0.5.1"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"14201421[[package]]1422name = "coarsetime"1423version = "0.1.28"1424source = "registry+https://github.com/rust-lang/crates.io-index"1425checksum = "99280f81a35511dda7d44f7c943491b41d3ac6fd0b54aea92498bec8612a2423"1426dependencies = [1427 "libc",1428 "once_cell",1429 "wasi 0.11.0+wasi-snapshot-preview1",1430 "wasm-bindgen",1431]14321433[[package]]1434name = "codespan-reporting"1435version = "0.11.1"1436source = "registry+https://github.com/rust-lang/crates.io-index"1437checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1438dependencies = [1439 "termcolor",1440 "unicode-width",1441]14421443[[package]]1444name = "colorchoice"1445version = "1.0.0"1446source = "registry+https://github.com/rust-lang/crates.io-index"1447checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"14481449[[package]]1450name = "comfy-table"1451version = "7.0.1"1452source = "registry+https://github.com/rust-lang/crates.io-index"1453checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"1454dependencies = [1455 "strum",1456 "strum_macros",1457 "unicode-width",1458]14591460[[package]]1461name = "common"1462version = "0.1.0"1463source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"1464dependencies = [1465 "ark-ec",1466 "ark-ff",1467 "ark-poly",1468 "ark-serialize",1469 "ark-std",1470 "fflonk",1471 "merlin 3.0.0",1472]14731474[[package]]1475name = "common-path"1476version = "1.0.0"1477source = "registry+https://github.com/rust-lang/crates.io-index"1478checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"14791480[[package]]1481name = "concurrent-queue"1482version = "2.3.0"1483source = "registry+https://github.com/rust-lang/crates.io-index"1484checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"1485dependencies = [1486 "crossbeam-utils",1487]14881489[[package]]1490name = "console"1491version = "0.15.7"1492source = "registry+https://github.com/rust-lang/crates.io-index"1493checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"1494dependencies = [1495 "encode_unicode",1496 "lazy_static",1497 "libc",1498 "unicode-width",1499 "windows-sys 0.45.0",1500]15011502[[package]]1503name = "const-oid"1504version = "0.9.5"1505source = "registry+https://github.com/rust-lang/crates.io-index"1506checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"15071508[[package]]1509name = "const-random"1510version = "0.1.15"1511source = "registry+https://github.com/rust-lang/crates.io-index"1512checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"1513dependencies = [1514 "const-random-macro",1515 "proc-macro-hack",1516]15171518[[package]]1519name = "const-random-macro"1520version = "0.1.15"1521source = "registry+https://github.com/rust-lang/crates.io-index"1522checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"1523dependencies = [1524 "getrandom 0.2.10",1525 "once_cell",1526 "proc-macro-hack",1527 "tiny-keccak",1528]15291530[[package]]1531name = "constant_time_eq"1532version = "0.1.5"1533source = "registry+https://github.com/rust-lang/crates.io-index"1534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"15351536[[package]]1537name = "constant_time_eq"1538version = "0.3.0"1539source = "registry+https://github.com/rust-lang/crates.io-index"1540checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"15411542[[package]]1543name = "convert_case"1544version = "0.4.0"1545source = "registry+https://github.com/rust-lang/crates.io-index"1546checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"15471548[[package]]1549name = "core-foundation"1550version = "0.9.3"1551source = "registry+https://github.com/rust-lang/crates.io-index"1552checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1553dependencies = [1554 "core-foundation-sys",1555 "libc",1556]15571558[[package]]1559name = "core-foundation-sys"1560version = "0.8.4"1561source = "registry+https://github.com/rust-lang/crates.io-index"1562checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"15631564[[package]]1565name = "core2"1566version = "0.4.0"1567source = "registry+https://github.com/rust-lang/crates.io-index"1568checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1569dependencies = [1570 "memchr",1571]15721573[[package]]1574name = "cpp_demangle"1575version = "0.3.5"1576source = "registry+https://github.com/rust-lang/crates.io-index"1577checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1578dependencies = [1579 "cfg-if",1580]15811582[[package]]1583name = "cpu-time"1584version = "1.0.0"1585source = "registry+https://github.com/rust-lang/crates.io-index"1586checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1587dependencies = [1588 "libc",1589 "winapi",1590]15911592[[package]]1593name = "cpufeatures"1594version = "0.2.9"1595source = "registry+https://github.com/rust-lang/crates.io-index"1596checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"1597dependencies = [1598 "libc",1599]16001601[[package]]1602name = "cranelift-bforest"1603version = "0.95.1"1604source = "registry+https://github.com/rust-lang/crates.io-index"1605checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"1606dependencies = [1607 "cranelift-entity",1608]16091610[[package]]1611name = "cranelift-codegen"1612version = "0.95.1"1613source = "registry+https://github.com/rust-lang/crates.io-index"1614checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"1615dependencies = [1616 "bumpalo",1617 "cranelift-bforest",1618 "cranelift-codegen-meta",1619 "cranelift-codegen-shared",1620 "cranelift-entity",1621 "cranelift-isle",1622 "gimli 0.27.3",1623 "hashbrown 0.13.2",1624 "log",1625 "regalloc2",1626 "smallvec",1627 "target-lexicon",1628]16291630[[package]]1631name = "cranelift-codegen-meta"1632version = "0.95.1"1633source = "registry+https://github.com/rust-lang/crates.io-index"1634checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"1635dependencies = [1636 "cranelift-codegen-shared",1637]16381639[[package]]1640name = "cranelift-codegen-shared"1641version = "0.95.1"1642source = "registry+https://github.com/rust-lang/crates.io-index"1643checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"16441645[[package]]1646name = "cranelift-entity"1647version = "0.95.1"1648source = "registry+https://github.com/rust-lang/crates.io-index"1649checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"1650dependencies = [1651 "serde",1652]16531654[[package]]1655name = "cranelift-frontend"1656version = "0.95.1"1657source = "registry+https://github.com/rust-lang/crates.io-index"1658checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"1659dependencies = [1660 "cranelift-codegen",1661 "log",1662 "smallvec",1663 "target-lexicon",1664]16651666[[package]]1667name = "cranelift-isle"1668version = "0.95.1"1669source = "registry+https://github.com/rust-lang/crates.io-index"1670checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"16711672[[package]]1673name = "cranelift-native"1674version = "0.95.1"1675source = "registry+https://github.com/rust-lang/crates.io-index"1676checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"1677dependencies = [1678 "cranelift-codegen",1679 "libc",1680 "target-lexicon",1681]16821683[[package]]1684name = "cranelift-wasm"1685version = "0.95.1"1686source = "registry+https://github.com/rust-lang/crates.io-index"1687checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"1688dependencies = [1689 "cranelift-codegen",1690 "cranelift-entity",1691 "cranelift-frontend",1692 "itertools 0.10.5",1693 "log",1694 "smallvec",1695 "wasmparser",1696 "wasmtime-types",1697]16981699[[package]]1700name = "crc"1701version = "3.0.1"1702source = "registry+https://github.com/rust-lang/crates.io-index"1703checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"1704dependencies = [1705 "crc-catalog",1706]17071708[[package]]1709name = "crc-catalog"1710version = "2.2.0"1711source = "registry+https://github.com/rust-lang/crates.io-index"1712checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"17131714[[package]]1715name = "crc32fast"1716version = "1.3.2"1717source = "registry+https://github.com/rust-lang/crates.io-index"1718checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1719dependencies = [1720 "cfg-if",1721]17221723[[package]]1724name = "crossbeam-deque"1725version = "0.8.3"1726source = "registry+https://github.com/rust-lang/crates.io-index"1727checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"1728dependencies = [1729 "cfg-if",1730 "crossbeam-epoch",1731 "crossbeam-utils",1732]17331734[[package]]1735name = "crossbeam-epoch"1736version = "0.9.15"1737source = "registry+https://github.com/rust-lang/crates.io-index"1738checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"1739dependencies = [1740 "autocfg",1741 "cfg-if",1742 "crossbeam-utils",1743 "memoffset 0.9.0",1744 "scopeguard",1745]17461747[[package]]1748name = "crossbeam-queue"1749version = "0.3.8"1750source = "registry+https://github.com/rust-lang/crates.io-index"1751checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1752dependencies = [1753 "cfg-if",1754 "crossbeam-utils",1755]17561757[[package]]1758name = "crossbeam-utils"1759version = "0.8.16"1760source = "registry+https://github.com/rust-lang/crates.io-index"1761checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"1762dependencies = [1763 "cfg-if",1764]17651766[[package]]1767name = "crunchy"1768version = "0.2.2"1769source = "registry+https://github.com/rust-lang/crates.io-index"1770checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"17711772[[package]]1773name = "crypto-bigint"1774version = "0.4.9"1775source = "registry+https://github.com/rust-lang/crates.io-index"1776checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1777dependencies = [1778 "generic-array 0.14.7",1779 "rand_core 0.6.4",1780 "subtle",1781 "zeroize",1782]17831784[[package]]1785name = "crypto-bigint"1786version = "0.5.3"1787source = "registry+https://github.com/rust-lang/crates.io-index"1788checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"1789dependencies = [1790 "generic-array 0.14.7",1791 "rand_core 0.6.4",1792 "subtle",1793 "zeroize",1794]17951796[[package]]1797name = "crypto-common"1798version = "0.1.6"1799source = "registry+https://github.com/rust-lang/crates.io-index"1800checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1801dependencies = [1802 "generic-array 0.14.7",1803 "rand_core 0.6.4",1804 "typenum",1805]18061807[[package]]1808name = "crypto-mac"1809version = "0.8.0"1810source = "registry+https://github.com/rust-lang/crates.io-index"1811checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1812dependencies = [1813 "generic-array 0.14.7",1814 "subtle",1815]18161817[[package]]1818name = "crypto-mac"1819version = "0.11.1"1820source = "registry+https://github.com/rust-lang/crates.io-index"1821checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1822dependencies = [1823 "generic-array 0.14.7",1824 "subtle",1825]18261827[[package]]1828name = "ctr"1829version = "0.8.0"1830source = "registry+https://github.com/rust-lang/crates.io-index"1831checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1832dependencies = [1833 "cipher 0.3.0",1834]18351836[[package]]1837name = "ctr"1838version = "0.9.2"1839source = "registry+https://github.com/rust-lang/crates.io-index"1840checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1841dependencies = [1842 "cipher 0.4.4",1843]18441845[[package]]1846name = "cumulus-client-cli"1847version = "0.1.0"1848source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1849dependencies = [1850 "clap",1851 "parity-scale-codec",1852 "sc-chain-spec",1853 "sc-cli",1854 "sc-client-api",1855 "sc-service",1856 "sp-core",1857 "sp-runtime",1858 "url",1859]18601861[[package]]1862name = "cumulus-client-collator"1863version = "0.1.0"1864source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1865dependencies = [1866 "cumulus-client-consensus-common",1867 "cumulus-client-network",1868 "cumulus-primitives-core",1869 "futures",1870 "parity-scale-codec",1871 "parking_lot 0.12.1",1872 "polkadot-node-primitives",1873 "polkadot-node-subsystem",1874 "polkadot-overseer",1875 "polkadot-primitives",1876 "sc-client-api",1877 "sp-api",1878 "sp-consensus",1879 "sp-core",1880 "sp-runtime",1881 "tracing",1882]18831884[[package]]1885name = "cumulus-client-consensus-aura"1886version = "0.1.0"1887source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1888dependencies = [1889 "async-trait",1890 "cumulus-client-collator",1891 "cumulus-client-consensus-common",1892 "cumulus-client-consensus-proposer",1893 "cumulus-primitives-aura",1894 "cumulus-primitives-core",1895 "cumulus-primitives-parachain-inherent",1896 "cumulus-relay-chain-interface",1897 "futures",1898 "parity-scale-codec",1899 "polkadot-node-primitives",1900 "polkadot-node-subsystem",1901 "polkadot-overseer",1902 "polkadot-primitives",1903 "sc-client-api",1904 "sc-consensus",1905 "sc-consensus-aura",1906 "sc-consensus-babe",1907 "sc-consensus-slots",1908 "sc-telemetry",1909 "schnellru",1910 "sp-api",1911 "sp-application-crypto",1912 "sp-block-builder",1913 "sp-blockchain",1914 "sp-consensus",1915 "sp-consensus-aura",1916 "sp-core",1917 "sp-inherents",1918 "sp-keystore",1919 "sp-runtime",1920 "sp-state-machine",1921 "sp-timestamp",1922 "substrate-prometheus-endpoint",1923 "tracing",1924]19251926[[package]]1927name = "cumulus-client-consensus-common"1928version = "0.1.0"1929source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1930dependencies = [1931 "async-trait",1932 "cumulus-client-pov-recovery",1933 "cumulus-primitives-core",1934 "cumulus-relay-chain-interface",1935 "dyn-clone",1936 "futures",1937 "log",1938 "parity-scale-codec",1939 "polkadot-primitives",1940 "sc-client-api",1941 "sc-consensus",1942 "sc-consensus-babe",1943 "schnellru",1944 "sp-blockchain",1945 "sp-consensus",1946 "sp-consensus-slots",1947 "sp-core",1948 "sp-runtime",1949 "sp-timestamp",1950 "sp-trie",1951 "substrate-prometheus-endpoint",1952 "tracing",1953]19541955[[package]]1956name = "cumulus-client-consensus-proposer"1957version = "0.1.0"1958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1959dependencies = [1960 "anyhow",1961 "async-trait",1962 "cumulus-primitives-parachain-inherent",1963 "sp-consensus",1964 "sp-inherents",1965 "sp-runtime",1966 "sp-state-machine",1967 "thiserror",1968]19691970[[package]]1971name = "cumulus-client-network"1972version = "0.1.0"1973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1974dependencies = [1975 "async-trait",1976 "cumulus-relay-chain-interface",1977 "futures",1978 "futures-timer",1979 "parity-scale-codec",1980 "parking_lot 0.12.1",1981 "polkadot-node-primitives",1982 "polkadot-parachain-primitives",1983 "polkadot-primitives",1984 "sc-client-api",1985 "sp-blockchain",1986 "sp-consensus",1987 "sp-core",1988 "sp-runtime",1989 "sp-state-machine",1990 "tracing",1991]19921993[[package]]1994name = "cumulus-client-pov-recovery"1995version = "0.1.0"1996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1997dependencies = [1998 "async-trait",1999 "cumulus-primitives-core",2000 "cumulus-relay-chain-interface",2001 "futures",2002 "futures-timer",2003 "parity-scale-codec",2004 "polkadot-node-primitives",2005 "polkadot-node-subsystem",2006 "polkadot-overseer",2007 "polkadot-primitives",2008 "rand 0.8.5",2009 "sc-client-api",2010 "sc-consensus",2011 "sp-consensus",2012 "sp-maybe-compressed-blob",2013 "sp-runtime",2014 "tracing",2015]20162017[[package]]2018name = "cumulus-client-service"2019version = "0.1.0"2020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2021dependencies = [2022 "cumulus-client-cli",2023 "cumulus-client-collator",2024 "cumulus-client-consensus-common",2025 "cumulus-client-network",2026 "cumulus-client-pov-recovery",2027 "cumulus-primitives-core",2028 "cumulus-relay-chain-inprocess-interface",2029 "cumulus-relay-chain-interface",2030 "cumulus-relay-chain-minimal-node",2031 "futures",2032 "polkadot-primitives",2033 "sc-client-api",2034 "sc-consensus",2035 "sc-network",2036 "sc-network-sync",2037 "sc-network-transactions",2038 "sc-rpc",2039 "sc-service",2040 "sc-sysinfo",2041 "sc-telemetry",2042 "sc-transaction-pool",2043 "sc-utils",2044 "sp-api",2045 "sp-blockchain",2046 "sp-consensus",2047 "sp-core",2048 "sp-runtime",2049 "sp-transaction-pool",2050]20512052[[package]]2053name = "cumulus-pallet-aura-ext"2054version = "0.1.0"2055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2056dependencies = [2057 "cumulus-pallet-parachain-system",2058 "frame-support",2059 "frame-system",2060 "pallet-aura",2061 "pallet-timestamp",2062 "parity-scale-codec",2063 "scale-info",2064 "sp-application-crypto",2065 "sp-consensus-aura",2066 "sp-runtime",2067 "sp-std",2068]20692070[[package]]2071name = "cumulus-pallet-dmp-queue"2072version = "0.1.0"2073source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2074dependencies = [2075 "cumulus-primitives-core",2076 "frame-support",2077 "frame-system",2078 "log",2079 "parity-scale-codec",2080 "scale-info",2081 "sp-io",2082 "sp-runtime",2083 "sp-std",2084 "staging-xcm",2085]20862087[[package]]2088name = "cumulus-pallet-parachain-system"2089version = "0.1.0"2090source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2091dependencies = [2092 "bytes",2093 "cumulus-pallet-parachain-system-proc-macro",2094 "cumulus-primitives-core",2095 "cumulus-primitives-parachain-inherent",2096 "environmental",2097 "frame-support",2098 "frame-system",2099 "impl-trait-for-tuples",2100 "log",2101 "parity-scale-codec",2102 "polkadot-parachain-primitives",2103 "scale-info",2104 "sp-core",2105 "sp-externalities",2106 "sp-inherents",2107 "sp-io",2108 "sp-runtime",2109 "sp-state-machine",2110 "sp-std",2111 "sp-trie",2112 "sp-version",2113 "staging-xcm",2114 "trie-db",2115]21162117[[package]]2118name = "cumulus-pallet-parachain-system-proc-macro"2119version = "0.1.0"2120source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2121dependencies = [2122 "proc-macro-crate",2123 "proc-macro2",2124 "quote",2125 "syn 2.0.37",2126]21272128[[package]]2129name = "cumulus-pallet-xcm"2130version = "0.1.0"2131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2132dependencies = [2133 "cumulus-primitives-core",2134 "frame-support",2135 "frame-system",2136 "parity-scale-codec",2137 "scale-info",2138 "sp-io",2139 "sp-runtime",2140 "sp-std",2141 "staging-xcm",2142]21432144[[package]]2145name = "cumulus-pallet-xcmp-queue"2146version = "0.1.0"2147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2148dependencies = [2149 "cumulus-primitives-core",2150 "frame-benchmarking",2151 "frame-support",2152 "frame-system",2153 "log",2154 "parity-scale-codec",2155 "polkadot-runtime-common",2156 "rand_chacha 0.3.1",2157 "scale-info",2158 "sp-io",2159 "sp-runtime",2160 "sp-std",2161 "staging-xcm",2162 "staging-xcm-executor",2163]21642165[[package]]2166name = "cumulus-primitives-aura"2167version = "0.1.0"2168source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2169dependencies = [2170 "parity-scale-codec",2171 "polkadot-core-primitives",2172 "polkadot-primitives",2173 "sp-api",2174 "sp-consensus-aura",2175 "sp-runtime",2176 "sp-std",2177]21782179[[package]]2180name = "cumulus-primitives-core"2181version = "0.1.0"2182source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2183dependencies = [2184 "parity-scale-codec",2185 "polkadot-core-primitives",2186 "polkadot-parachain-primitives",2187 "polkadot-primitives",2188 "scale-info",2189 "sp-api",2190 "sp-runtime",2191 "sp-std",2192 "sp-trie",2193 "staging-xcm",2194]21952196[[package]]2197name = "cumulus-primitives-parachain-inherent"2198version = "0.1.0"2199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2200dependencies = [2201 "async-trait",2202 "cumulus-primitives-core",2203 "cumulus-relay-chain-interface",2204 "cumulus-test-relay-sproof-builder",2205 "parity-scale-codec",2206 "sc-client-api",2207 "scale-info",2208 "sp-api",2209 "sp-core",2210 "sp-inherents",2211 "sp-runtime",2212 "sp-state-machine",2213 "sp-std",2214 "sp-storage",2215 "sp-trie",2216 "tracing",2217]22182219[[package]]2220name = "cumulus-primitives-timestamp"2221version = "0.1.0"2222source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2223dependencies = [2224 "cumulus-primitives-core",2225 "futures",2226 "parity-scale-codec",2227 "sp-inherents",2228 "sp-std",2229 "sp-timestamp",2230]22312232[[package]]2233name = "cumulus-primitives-utility"2234version = "0.1.0"2235source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2236dependencies = [2237 "cumulus-primitives-core",2238 "frame-support",2239 "log",2240 "parity-scale-codec",2241 "polkadot-runtime-common",2242 "sp-io",2243 "sp-runtime",2244 "sp-std",2245 "staging-xcm",2246 "staging-xcm-builder",2247 "staging-xcm-executor",2248]22492250[[package]]2251name = "cumulus-relay-chain-inprocess-interface"2252version = "0.1.0"2253source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2254dependencies = [2255 "async-trait",2256 "cumulus-primitives-core",2257 "cumulus-relay-chain-interface",2258 "futures",2259 "futures-timer",2260 "polkadot-cli",2261 "polkadot-service",2262 "sc-cli",2263 "sc-client-api",2264 "sc-sysinfo",2265 "sc-telemetry",2266 "sc-tracing",2267 "sp-api",2268 "sp-consensus",2269 "sp-core",2270 "sp-runtime",2271 "sp-state-machine",2272]22732274[[package]]2275name = "cumulus-relay-chain-interface"2276version = "0.1.0"2277source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2278dependencies = [2279 "async-trait",2280 "cumulus-primitives-core",2281 "futures",2282 "jsonrpsee-core",2283 "parity-scale-codec",2284 "polkadot-overseer",2285 "sc-client-api",2286 "sp-api",2287 "sp-blockchain",2288 "sp-state-machine",2289 "thiserror",2290]22912292[[package]]2293name = "cumulus-relay-chain-minimal-node"2294version = "0.1.0"2295source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2296dependencies = [2297 "array-bytes",2298 "async-trait",2299 "cumulus-primitives-core",2300 "cumulus-relay-chain-interface",2301 "cumulus-relay-chain-rpc-interface",2302 "futures",2303 "polkadot-availability-recovery",2304 "polkadot-collator-protocol",2305 "polkadot-core-primitives",2306 "polkadot-network-bridge",2307 "polkadot-node-collation-generation",2308 "polkadot-node-core-runtime-api",2309 "polkadot-node-network-protocol",2310 "polkadot-node-subsystem-util",2311 "polkadot-overseer",2312 "polkadot-primitives",2313 "sc-authority-discovery",2314 "sc-network",2315 "sc-network-common",2316 "sc-service",2317 "sc-tracing",2318 "sc-utils",2319 "schnellru",2320 "sp-api",2321 "sp-consensus",2322 "sp-consensus-babe",2323 "sp-runtime",2324 "tracing",2325]23262327[[package]]2328name = "cumulus-relay-chain-rpc-interface"2329version = "0.1.0"2330source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2331dependencies = [2332 "async-trait",2333 "cumulus-primitives-core",2334 "cumulus-relay-chain-interface",2335 "either",2336 "futures",2337 "futures-timer",2338 "jsonrpsee",2339 "parity-scale-codec",2340 "pin-project",2341 "polkadot-overseer",2342 "rand 0.8.5",2343 "sc-client-api",2344 "sc-rpc-api",2345 "sc-service",2346 "schnellru",2347 "serde",2348 "serde_json",2349 "smoldot",2350 "smoldot-light",2351 "sp-api",2352 "sp-authority-discovery",2353 "sp-consensus-babe",2354 "sp-core",2355 "sp-runtime",2356 "sp-state-machine",2357 "sp-storage",2358 "thiserror",2359 "tokio",2360 "tokio-util",2361 "tracing",2362 "url",2363]23642365[[package]]2366name = "cumulus-test-relay-sproof-builder"2367version = "0.1.0"2368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2369dependencies = [2370 "cumulus-primitives-core",2371 "parity-scale-codec",2372 "polkadot-primitives",2373 "sp-runtime",2374 "sp-state-machine",2375 "sp-std",2376 "sp-trie",2377]23782379[[package]]2380name = "curve25519-dalek"2381version = "2.1.3"2382source = "registry+https://github.com/rust-lang/crates.io-index"2383checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"2384dependencies = [2385 "byteorder",2386 "digest 0.8.1",2387 "rand_core 0.5.1",2388 "subtle",2389 "zeroize",2390]23912392[[package]]2393name = "curve25519-dalek"2394version = "3.2.0"2395source = "registry+https://github.com/rust-lang/crates.io-index"2396checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"2397dependencies = [2398 "byteorder",2399 "digest 0.9.0",2400 "rand_core 0.5.1",2401 "subtle",2402 "zeroize",2403]24042405[[package]]2406name = "curve25519-dalek"2407version = "4.1.1"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"2410dependencies = [2411 "cfg-if",2412 "cpufeatures",2413 "curve25519-dalek-derive",2414 "digest 0.10.7",2415 "fiat-crypto",2416 "platforms",2417 "rustc_version",2418 "subtle",2419 "zeroize",2420]24212422[[package]]2423name = "curve25519-dalek-derive"2424version = "0.1.0"2425source = "registry+https://github.com/rust-lang/crates.io-index"2426checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"2427dependencies = [2428 "proc-macro2",2429 "quote",2430 "syn 2.0.37",2431]24322433[[package]]2434name = "curve25519-dalek-ng"2435version = "4.1.1"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"2438dependencies = [2439 "byteorder",2440 "digest 0.9.0",2441 "rand_core 0.6.4",2442 "subtle-ng",2443 "zeroize",2444]24452446[[package]]2447name = "cxx"2448version = "1.0.107"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "bbe98ba1789d56fb3db3bee5e032774d4f421b685de7ba703643584ba24effbe"2451dependencies = [2452 "cc",2453 "cxxbridge-flags",2454 "cxxbridge-macro",2455 "link-cplusplus",2456]24572458[[package]]2459name = "cxx-build"2460version = "1.0.107"2461source = "registry+https://github.com/rust-lang/crates.io-index"2462checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3"2463dependencies = [2464 "cc",2465 "codespan-reporting",2466 "once_cell",2467 "proc-macro2",2468 "quote",2469 "scratch",2470 "syn 2.0.37",2471]24722473[[package]]2474name = "cxxbridge-flags"2475version = "1.0.107"2476source = "registry+https://github.com/rust-lang/crates.io-index"2477checksum = "20888d9e1d2298e2ff473cee30efe7d5036e437857ab68bbfea84c74dba91da2"24782479[[package]]2480name = "cxxbridge-macro"2481version = "1.0.107"2482source = "registry+https://github.com/rust-lang/crates.io-index"2483checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84"2484dependencies = [2485 "proc-macro2",2486 "quote",2487 "syn 2.0.37",2488]24892490[[package]]2491name = "darling"2492version = "0.14.4"2493source = "registry+https://github.com/rust-lang/crates.io-index"2494checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"2495dependencies = [2496 "darling_core",2497 "darling_macro",2498]24992500[[package]]2501name = "darling_core"2502version = "0.14.4"2503source = "registry+https://github.com/rust-lang/crates.io-index"2504checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"2505dependencies = [2506 "fnv",2507 "ident_case",2508 "proc-macro2",2509 "quote",2510 "strsim",2511 "syn 1.0.109",2512]25132514[[package]]2515name = "darling_macro"2516version = "0.14.4"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"2519dependencies = [2520 "darling_core",2521 "quote",2522 "syn 1.0.109",2523]25242525[[package]]2526name = "data-encoding"2527version = "2.4.0"2528source = "registry+https://github.com/rust-lang/crates.io-index"2529checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"25302531[[package]]2532name = "data-encoding-macro"2533version = "0.1.13"2534source = "registry+https://github.com/rust-lang/crates.io-index"2535checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"2536dependencies = [2537 "data-encoding",2538 "data-encoding-macro-internal",2539]25402541[[package]]2542name = "data-encoding-macro-internal"2543version = "0.1.11"2544source = "registry+https://github.com/rust-lang/crates.io-index"2545checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"2546dependencies = [2547 "data-encoding",2548 "syn 1.0.109",2549]25502551[[package]]2552name = "der"2553version = "0.6.1"2554source = "registry+https://github.com/rust-lang/crates.io-index"2555checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"2556dependencies = [2557 "const-oid",2558 "pem-rfc7468",2559 "zeroize",2560]25612562[[package]]2563name = "der"2564version = "0.7.8"2565source = "registry+https://github.com/rust-lang/crates.io-index"2566checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"2567dependencies = [2568 "const-oid",2569 "zeroize",2570]25712572[[package]]2573name = "der-parser"2574version = "7.0.0"2575source = "registry+https://github.com/rust-lang/crates.io-index"2576checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"2577dependencies = [2578 "asn1-rs 0.3.1",2579 "displaydoc",2580 "nom",2581 "num-bigint",2582 "num-traits",2583 "rusticata-macros",2584]25852586[[package]]2587name = "der-parser"2588version = "8.2.0"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2591dependencies = [2592 "asn1-rs 0.5.2",2593 "displaydoc",2594 "nom",2595 "num-bigint",2596 "num-traits",2597 "rusticata-macros",2598]25992600[[package]]2601name = "deranged"2602version = "0.3.8"2603source = "registry+https://github.com/rust-lang/crates.io-index"2604checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"26052606[[package]]2607name = "derivative"2608version = "2.2.0"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2611dependencies = [2612 "proc-macro2",2613 "quote",2614 "syn 1.0.109",2615]26162617[[package]]2618name = "derive-syn-parse"2619version = "0.1.5"2620source = "registry+https://github.com/rust-lang/crates.io-index"2621checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2622dependencies = [2623 "proc-macro2",2624 "quote",2625 "syn 1.0.109",2626]26272628[[package]]2629name = "derive_builder"2630version = "0.11.2"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"2633dependencies = [2634 "derive_builder_macro",2635]26362637[[package]]2638name = "derive_builder_core"2639version = "0.11.2"2640source = "registry+https://github.com/rust-lang/crates.io-index"2641checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"2642dependencies = [2643 "darling",2644 "proc-macro2",2645 "quote",2646 "syn 1.0.109",2647]26482649[[package]]2650name = "derive_builder_macro"2651version = "0.11.2"2652source = "registry+https://github.com/rust-lang/crates.io-index"2653checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2654dependencies = [2655 "derive_builder_core",2656 "syn 1.0.109",2657]26582659[[package]]2660name = "derive_more"2661version = "0.99.17"2662source = "registry+https://github.com/rust-lang/crates.io-index"2663checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2664dependencies = [2665 "convert_case",2666 "proc-macro2",2667 "quote",2668 "rustc_version",2669 "syn 1.0.109",2670]26712672[[package]]2673name = "difflib"2674version = "0.4.0"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"26772678[[package]]2679name = "digest"2680version = "0.8.1"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2683dependencies = [2684 "generic-array 0.12.4",2685]26862687[[package]]2688name = "digest"2689version = "0.9.0"2690source = "registry+https://github.com/rust-lang/crates.io-index"2691checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2692dependencies = [2693 "generic-array 0.14.7",2694]26952696[[package]]2697name = "digest"2698version = "0.10.7"2699source = "registry+https://github.com/rust-lang/crates.io-index"2700checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2701dependencies = [2702 "block-buffer 0.10.4",2703 "const-oid",2704 "crypto-common",2705 "subtle",2706]27072708[[package]]2709name = "directories"2710version = "4.0.1"2711source = "registry+https://github.com/rust-lang/crates.io-index"2712checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2713dependencies = [2714 "dirs-sys",2715]27162717[[package]]2718name = "directories-next"2719version = "2.0.0"2720source = "registry+https://github.com/rust-lang/crates.io-index"2721checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2722dependencies = [2723 "cfg-if",2724 "dirs-sys-next",2725]27262727[[package]]2728name = "dirs-sys"2729version = "0.3.7"2730source = "registry+https://github.com/rust-lang/crates.io-index"2731checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2732dependencies = [2733 "libc",2734 "redox_users",2735 "winapi",2736]27372738[[package]]2739name = "dirs-sys-next"2740version = "0.1.2"2741source = "registry+https://github.com/rust-lang/crates.io-index"2742checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2743dependencies = [2744 "libc",2745 "redox_users",2746 "winapi",2747]27482749[[package]]2750name = "displaydoc"2751version = "0.2.4"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2754dependencies = [2755 "proc-macro2",2756 "quote",2757 "syn 2.0.37",2758]27592760[[package]]2761name = "dleq_vrf"2762version = "0.0.2"2763source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"2764dependencies = [2765 "ark-ec",2766 "ark-ff",2767 "ark-scale 0.0.10",2768 "ark-secret-scalar",2769 "ark-serialize",2770 "ark-std",2771 "ark-transcript",2772 "arrayvec 0.7.4",2773 "rand_core 0.6.4",2774 "zeroize",2775]27762777[[package]]2778name = "docify"2779version = "0.2.4"2780source = "registry+https://github.com/rust-lang/crates.io-index"2781checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa"2782dependencies = [2783 "docify_macros",2784]27852786[[package]]2787name = "docify_macros"2788version = "0.2.4"2789source = "registry+https://github.com/rust-lang/crates.io-index"2790checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c"2791dependencies = [2792 "common-path",2793 "derive-syn-parse",2794 "once_cell",2795 "proc-macro2",2796 "quote",2797 "regex",2798 "syn 2.0.37",2799 "termcolor",2800 "toml 0.7.8",2801 "walkdir",2802]28032804[[package]]2805name = "downcast"2806version = "0.11.0"2807source = "registry+https://github.com/rust-lang/crates.io-index"2808checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"28092810[[package]]2811name = "downcast-rs"2812version = "1.2.0"2813source = "registry+https://github.com/rust-lang/crates.io-index"2814checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"28152816[[package]]2817name = "dtoa"2818version = "1.0.9"2819source = "registry+https://github.com/rust-lang/crates.io-index"2820checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"28212822[[package]]2823name = "dyn-clonable"2824version = "0.9.0"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2827dependencies = [2828 "dyn-clonable-impl",2829 "dyn-clone",2830]28312832[[package]]2833name = "dyn-clonable-impl"2834version = "0.9.0"2835source = "registry+https://github.com/rust-lang/crates.io-index"2836checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2837dependencies = [2838 "proc-macro2",2839 "quote",2840 "syn 1.0.109",2841]28422843[[package]]2844name = "dyn-clone"2845version = "1.0.14"2846source = "registry+https://github.com/rust-lang/crates.io-index"2847checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"28482849[[package]]2850name = "ecdsa"2851version = "0.14.8"2852source = "registry+https://github.com/rust-lang/crates.io-index"2853checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2854dependencies = [2855 "der 0.6.1",2856 "elliptic-curve 0.12.3",2857 "rfc6979 0.3.1",2858 "signature 1.6.4",2859]28602861[[package]]2862name = "ecdsa"2863version = "0.16.8"2864source = "registry+https://github.com/rust-lang/crates.io-index"2865checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"2866dependencies = [2867 "der 0.7.8",2868 "digest 0.10.7",2869 "elliptic-curve 0.13.5",2870 "rfc6979 0.4.0",2871 "signature 2.1.0",2872 "spki 0.7.2",2873]28742875[[package]]2876name = "ed25519"2877version = "2.2.2"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d"2880dependencies = [2881 "pkcs8 0.10.2",2882 "signature 2.1.0",2883]28842885[[package]]2886name = "ed25519-dalek"2887version = "2.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"2890dependencies = [2891 "curve25519-dalek 4.1.1",2892 "ed25519",2893 "rand_core 0.6.4",2894 "serde",2895 "sha2 0.10.8",2896 "zeroize",2897]28982899[[package]]2900name = "ed25519-zebra"2901version = "3.1.0"2902source = "registry+https://github.com/rust-lang/crates.io-index"2903checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2904dependencies = [2905 "curve25519-dalek 3.2.0",2906 "hashbrown 0.12.3",2907 "hex",2908 "rand_core 0.6.4",2909 "sha2 0.9.9",2910 "zeroize",2911]29122913[[package]]2914name = "ed25519-zebra"2915version = "4.0.3"2916source = "registry+https://github.com/rust-lang/crates.io-index"2917checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"2918dependencies = [2919 "curve25519-dalek 4.1.1",2920 "ed25519",2921 "hashbrown 0.14.1",2922 "hex",2923 "rand_core 0.6.4",2924 "sha2 0.10.8",2925 "zeroize",2926]29272928[[package]]2929name = "either"2930version = "1.9.0"2931source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"29332934[[package]]2935name = "elliptic-curve"2936version = "0.12.3"2937source = "registry+https://github.com/rust-lang/crates.io-index"2938checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2939dependencies = [2940 "base16ct 0.1.1",2941 "crypto-bigint 0.4.9",2942 "der 0.6.1",2943 "digest 0.10.7",2944 "ff 0.12.1",2945 "generic-array 0.14.7",2946 "group 0.12.1",2947 "hkdf",2948 "pem-rfc7468",2949 "pkcs8 0.9.0",2950 "rand_core 0.6.4",2951 "sec1 0.3.0",2952 "subtle",2953 "zeroize",2954]29552956[[package]]2957name = "elliptic-curve"2958version = "0.13.5"2959source = "registry+https://github.com/rust-lang/crates.io-index"2960checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"2961dependencies = [2962 "base16ct 0.2.0",2963 "crypto-bigint 0.5.3",2964 "digest 0.10.7",2965 "ff 0.13.0",2966 "generic-array 0.14.7",2967 "group 0.13.0",2968 "pkcs8 0.10.2",2969 "rand_core 0.6.4",2970 "sec1 0.7.3",2971 "subtle",2972 "zeroize",2973]29742975[[package]]2976name = "encode_unicode"2977version = "0.3.6"2978source = "registry+https://github.com/rust-lang/crates.io-index"2979checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"29802981[[package]]2982name = "enum-as-inner"2983version = "0.5.1"2984source = "registry+https://github.com/rust-lang/crates.io-index"2985checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2986dependencies = [2987 "heck",2988 "proc-macro2",2989 "quote",2990 "syn 1.0.109",2991]29922993[[package]]2994name = "enumflags2"2995version = "0.7.8"2996source = "registry+https://github.com/rust-lang/crates.io-index"2997checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"2998dependencies = [2999 "enumflags2_derive",3000]30013002[[package]]3003name = "enumflags2_derive"3004version = "0.7.8"3005source = "registry+https://github.com/rust-lang/crates.io-index"3006checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"3007dependencies = [3008 "proc-macro2",3009 "quote",3010 "syn 2.0.37",3011]30123013[[package]]3014name = "enumn"3015version = "0.1.12"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b"3018dependencies = [3019 "proc-macro2",3020 "quote",3021 "syn 2.0.37",3022]30233024[[package]]3025name = "env_logger"3026version = "0.9.3"3027source = "registry+https://github.com/rust-lang/crates.io-index"3028checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"3029dependencies = [3030 "atty",3031 "humantime",3032 "log",3033 "regex",3034 "termcolor",3035]30363037[[package]]3038name = "env_logger"3039version = "0.10.0"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"3042dependencies = [3043 "humantime",3044 "is-terminal",3045 "log",3046 "regex",3047 "termcolor",3048]30493050[[package]]3051name = "environmental"3052version = "1.1.4"3053source = "registry+https://github.com/rust-lang/crates.io-index"3054checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"30553056[[package]]3057name = "equivalent"3058version = "1.0.1"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"30613062[[package]]3063name = "errno"3064version = "0.3.4"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"3067dependencies = [3068 "errno-dragonfly",3069 "libc",3070 "windows-sys 0.48.0",3071]30723073[[package]]3074name = "errno-dragonfly"3075version = "0.1.2"3076source = "registry+https://github.com/rust-lang/crates.io-index"3077checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"3078dependencies = [3079 "cc",3080 "libc",3081]30823083[[package]]3084name = "ethbloom"3085version = "0.13.0"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"3088dependencies = [3089 "crunchy",3090 "fixed-hash",3091 "impl-codec",3092 "impl-rlp",3093 "impl-serde",3094 "scale-info",3095 "tiny-keccak",3096]30973098[[package]]3099name = "ethereum"3100version = "0.14.0"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"3103dependencies = [3104 "bytes",3105 "ethereum-types",3106 "hash-db 0.15.2",3107 "hash256-std-hasher",3108 "parity-scale-codec",3109 "rlp",3110 "scale-info",3111 "serde",3112 "sha3 0.10.8",3113 "triehash",3114]31153116[[package]]3117name = "ethereum-types"3118version = "0.14.1"3119source = "registry+https://github.com/rust-lang/crates.io-index"3120checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"3121dependencies = [3122 "ethbloom",3123 "fixed-hash",3124 "impl-codec",3125 "impl-rlp",3126 "impl-serde",3127 "primitive-types",3128 "scale-info",3129 "uint",3130]31313132[[package]]3133name = "event-listener"3134version = "2.5.3"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"31373138[[package]]3139name = "evm"3140version = "0.39.1"3141source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3142dependencies = [3143 "auto_impl",3144 "environmental",3145 "ethereum",3146 "evm-core",3147 "evm-gasometer",3148 "evm-runtime",3149 "log",3150 "parity-scale-codec",3151 "primitive-types",3152 "rlp",3153 "scale-info",3154 "serde",3155 "sha3 0.10.8",3156]31573158[[package]]3159name = "evm-coder"3160version = "0.4.2"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "b88ae5a449e7e9dfef59c0dd2df396bc56d81a6f4e297490c0c64aa73f7f7ad4"3163dependencies = [3164 "ethereum",3165 "evm-coder-procedural",3166 "impl-trait-for-tuples",3167 "primitive-types",3168 "sha3-const",3169]31703171[[package]]3172name = "evm-coder-procedural"3173version = "0.4.2"3174source = "registry+https://github.com/rust-lang/crates.io-index"3175checksum = "6223c1063c1f53380b4b9aaf2e4d82eba4808c661c61265619b804b09b7a6b1a"3176dependencies = [3177 "Inflector",3178 "hex",3179 "proc-macro2",3180 "quote",3181 "sha3 0.10.8",3182 "syn 1.0.109",3183]31843185[[package]]3186name = "evm-coder-substrate-procedural"3187version = "0.1.0"3188dependencies = [3189 "proc-macro2",3190 "quote",3191 "syn 1.0.109",3192]31933194[[package]]3195name = "evm-core"3196version = "0.39.0"3197source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3198dependencies = [3199 "parity-scale-codec",3200 "primitive-types",3201 "scale-info",3202 "serde",3203]32043205[[package]]3206name = "evm-gasometer"3207version = "0.39.0"3208source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3209dependencies = [3210 "environmental",3211 "evm-core",3212 "evm-runtime",3213 "primitive-types",3214]32153216[[package]]3217name = "evm-runtime"3218version = "0.39.0"3219source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3220dependencies = [3221 "auto_impl",3222 "environmental",3223 "evm-core",3224 "primitive-types",3225 "sha3 0.10.8",3226]32273228[[package]]3229name = "exit-future"3230version = "0.2.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"3233dependencies = [3234 "futures",3235]32363237[[package]]3238name = "expander"3239version = "0.0.4"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"3242dependencies = [3243 "blake3",3244 "fs-err",3245 "proc-macro2",3246 "quote",3247]32483249[[package]]3250name = "expander"3251version = "0.0.6"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"3254dependencies = [3255 "blake2",3256 "fs-err",3257 "proc-macro2",3258 "quote",3259]32603261[[package]]3262name = "expander"3263version = "2.0.0"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"3266dependencies = [3267 "blake2",3268 "fs-err",3269 "proc-macro2",3270 "quote",3271 "syn 2.0.37",3272]32733274[[package]]3275name = "fake-simd"3276version = "0.1.2"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"32793280[[package]]3281name = "fallible-iterator"3282version = "0.2.0"3283source = "registry+https://github.com/rust-lang/crates.io-index"3284checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"32853286[[package]]3287name = "fastrand"3288version = "1.9.0"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"3291dependencies = [3292 "instant",3293]32943295[[package]]3296name = "fastrand"3297version = "2.0.1"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"33003301[[package]]3302name = "fatality"3303version = "0.0.6"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"3306dependencies = [3307 "fatality-proc-macro",3308 "thiserror",3309]33103311[[package]]3312name = "fatality-proc-macro"3313version = "0.0.6"3314source = "registry+https://github.com/rust-lang/crates.io-index"3315checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"3316dependencies = [3317 "expander 0.0.4",3318 "indexmap 1.9.3",3319 "proc-macro-crate",3320 "proc-macro2",3321 "quote",3322 "syn 1.0.109",3323 "thiserror",3324]33253326[[package]]3327name = "fc-api"3328version = "1.0.0-dev"3329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3330dependencies = [3331 "async-trait",3332 "fp-storage",3333 "parity-scale-codec",3334 "sp-core",3335 "sp-runtime",3336]33373338[[package]]3339name = "fc-consensus"3340version = "2.0.0-dev"3341source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3342dependencies = [3343 "async-trait",3344 "fp-consensus",3345 "fp-rpc",3346 "sc-consensus",3347 "sp-api",3348 "sp-block-builder",3349 "sp-consensus",3350 "sp-runtime",3351 "thiserror",3352]33533354[[package]]3355name = "fc-db"3356version = "2.0.0-dev"3357source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3358dependencies = [3359 "async-trait",3360 "fc-api",3361 "fp-storage",3362 "kvdb-rocksdb",3363 "log",3364 "parity-db",3365 "parity-scale-codec",3366 "parking_lot 0.12.1",3367 "sc-client-db",3368 "smallvec",3369 "sp-blockchain",3370 "sp-core",3371 "sp-database",3372 "sp-runtime",3373]33743375[[package]]3376name = "fc-mapping-sync"3377version = "2.0.0-dev"3378source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3379dependencies = [3380 "fc-db",3381 "fc-storage",3382 "fp-consensus",3383 "fp-rpc",3384 "futures",3385 "futures-timer",3386 "log",3387 "parking_lot 0.12.1",3388 "sc-client-api",3389 "sc-utils",3390 "sp-api",3391 "sp-blockchain",3392 "sp-consensus",3393 "sp-runtime",3394]33953396[[package]]3397name = "fc-rpc"3398version = "2.0.0-dev"3399source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3400dependencies = [3401 "ethereum",3402 "ethereum-types",3403 "evm",3404 "fc-api",3405 "fc-mapping-sync",3406 "fc-rpc-core",3407 "fc-storage",3408 "fp-evm",3409 "fp-rpc",3410 "fp-storage",3411 "futures",3412 "hex",3413 "jsonrpsee",3414 "libsecp256k1",3415 "log",3416 "pallet-evm",3417 "parity-scale-codec",3418 "prometheus",3419 "rand 0.8.5",3420 "rlp",3421 "sc-client-api",3422 "sc-consensus-aura",3423 "sc-network",3424 "sc-network-common",3425 "sc-network-sync",3426 "sc-rpc",3427 "sc-service",3428 "sc-transaction-pool",3429 "sc-transaction-pool-api",3430 "sc-utils",3431 "schnellru",3432 "serde",3433 "sp-api",3434 "sp-block-builder",3435 "sp-blockchain",3436 "sp-consensus",3437 "sp-consensus-aura",3438 "sp-core",3439 "sp-inherents",3440 "sp-io",3441 "sp-runtime",3442 "sp-state-machine",3443 "sp-storage",3444 "sp-timestamp",3445 "substrate-prometheus-endpoint",3446 "thiserror",3447 "tokio",3448]34493450[[package]]3451name = "fc-rpc-core"3452version = "1.1.0-dev"3453source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3454dependencies = [3455 "ethereum",3456 "ethereum-types",3457 "jsonrpsee",3458 "rustc-hex",3459 "serde",3460 "serde_json",3461]34623463[[package]]3464name = "fc-storage"3465version = "1.0.0-dev"3466source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3467dependencies = [3468 "ethereum",3469 "ethereum-types",3470 "fp-rpc",3471 "fp-storage",3472 "parity-scale-codec",3473 "sc-client-api",3474 "sp-api",3475 "sp-blockchain",3476 "sp-io",3477 "sp-runtime",3478 "sp-storage",3479]34803481[[package]]3482name = "fdlimit"3483version = "0.2.1"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"3486dependencies = [3487 "libc",3488]34893490[[package]]3491name = "ff"3492version = "0.12.1"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"3495dependencies = [3496 "rand_core 0.6.4",3497 "subtle",3498]34993500[[package]]3501name = "ff"3502version = "0.13.0"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"3505dependencies = [3506 "rand_core 0.6.4",3507 "subtle",3508]35093510[[package]]3511name = "fflonk"3512version = "0.1.0"3513source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40"3514dependencies = [3515 "ark-ec",3516 "ark-ff",3517 "ark-poly",3518 "ark-serialize",3519 "ark-std",3520 "merlin 3.0.0",3521]35223523[[package]]3524name = "fiat-crypto"3525version = "0.2.1"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"35283529[[package]]3530name = "file-per-thread-logger"3531version = "0.1.6"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"3534dependencies = [3535 "env_logger 0.10.0",3536 "log",3537]35383539[[package]]3540name = "filetime"3541version = "0.2.22"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"3544dependencies = [3545 "cfg-if",3546 "libc",3547 "redox_syscall 0.3.5",3548 "windows-sys 0.48.0",3549]35503551[[package]]3552name = "finality-grandpa"3553version = "0.16.2"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"3556dependencies = [3557 "either",3558 "futures",3559 "futures-timer",3560 "log",3561 "num-traits",3562 "parity-scale-codec",3563 "parking_lot 0.12.1",3564 "scale-info",3565]35663567[[package]]3568name = "fixed-hash"3569version = "0.8.0"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"3572dependencies = [3573 "byteorder",3574 "rand 0.8.5",3575 "rustc-hex",3576 "static_assertions",3577]35783579[[package]]3580name = "fixedbitset"3581version = "0.4.2"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"35843585[[package]]3586name = "flate2"3587version = "1.0.27"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"3590dependencies = [3591 "crc32fast",3592 "libz-sys",3593 "miniz_oxide",3594]35953596[[package]]3597name = "float-cmp"3598version = "0.9.0"3599source = "registry+https://github.com/rust-lang/crates.io-index"3600checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3601dependencies = [3602 "num-traits",3603]36043605[[package]]3606name = "fnv"3607version = "1.0.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"36103611[[package]]3612name = "fork-tree"3613version = "3.0.0"3614source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3615dependencies = [3616 "parity-scale-codec",3617]36183619[[package]]3620name = "form_urlencoded"3621version = "1.2.0"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"3624dependencies = [3625 "percent-encoding",3626]36273628[[package]]3629name = "fp-account"3630version = "1.0.0-dev"3631source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3632dependencies = [3633 "hex",3634 "impl-serde",3635 "libsecp256k1",3636 "log",3637 "parity-scale-codec",3638 "scale-info",3639 "serde",3640 "sp-core",3641 "sp-io",3642 "sp-runtime",3643 "sp-runtime-interface",3644 "sp-std",3645]36463647[[package]]3648name = "fp-consensus"3649version = "2.0.0-dev"3650source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3651dependencies = [3652 "ethereum",3653 "parity-scale-codec",3654 "sp-core",3655 "sp-runtime",3656 "sp-std",3657]36583659[[package]]3660name = "fp-ethereum"3661version = "1.0.0-dev"3662source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3663dependencies = [3664 "ethereum",3665 "ethereum-types",3666 "fp-evm",3667 "frame-support",3668 "parity-scale-codec",3669 "sp-std",3670]36713672[[package]]3673name = "fp-evm"3674version = "3.0.0-dev"3675source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3676dependencies = [3677 "evm",3678 "frame-support",3679 "num_enum",3680 "parity-scale-codec",3681 "scale-info",3682 "serde",3683 "sp-core",3684 "sp-runtime",3685 "sp-std",3686]36873688[[package]]3689name = "fp-rpc"3690version = "3.0.0-dev"3691source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3692dependencies = [3693 "ethereum",3694 "ethereum-types",3695 "fp-evm",3696 "parity-scale-codec",3697 "scale-info",3698 "sp-api",3699 "sp-core",3700 "sp-runtime",3701 "sp-state-machine",3702 "sp-std",3703]37043705[[package]]3706name = "fp-self-contained"3707version = "1.0.0-dev"3708source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3709dependencies = [3710 "frame-support",3711 "parity-scale-codec",3712 "scale-info",3713 "serde",3714 "sp-runtime",3715]37163717[[package]]3718name = "fp-storage"3719version = "2.0.0"3720source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3721dependencies = [3722 "parity-scale-codec",3723 "serde",3724]37253726[[package]]3727name = "fragile"3728version = "2.0.0"3729source = "registry+https://github.com/rust-lang/crates.io-index"3730checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"37313732[[package]]3733name = "frame-benchmarking"3734version = "4.0.0-dev"3735source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3736dependencies = [3737 "frame-support",3738 "frame-support-procedural",3739 "frame-system",3740 "linregress",3741 "log",3742 "parity-scale-codec",3743 "paste",3744 "scale-info",3745 "serde",3746 "sp-api",3747 "sp-application-crypto",3748 "sp-core",3749 "sp-io",3750 "sp-runtime",3751 "sp-runtime-interface",3752 "sp-std",3753 "sp-storage",3754 "static_assertions",3755]37563757[[package]]3758name = "frame-benchmarking-cli"3759version = "4.0.0-dev"3760source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3761dependencies = [3762 "Inflector",3763 "array-bytes",3764 "chrono",3765 "clap",3766 "comfy-table",3767 "frame-benchmarking",3768 "frame-support",3769 "frame-system",3770 "gethostname",3771 "handlebars",3772 "itertools 0.10.5",3773 "lazy_static",3774 "linked-hash-map",3775 "log",3776 "parity-scale-codec",3777 "rand 0.8.5",3778 "rand_pcg",3779 "sc-block-builder",3780 "sc-cli",3781 "sc-client-api",3782 "sc-client-db",3783 "sc-executor",3784 "sc-service",3785 "sc-sysinfo",3786 "serde",3787 "serde_json",3788 "sp-api",3789 "sp-blockchain",3790 "sp-core",3791 "sp-database",3792 "sp-externalities",3793 "sp-inherents",3794 "sp-io",3795 "sp-keystore",3796 "sp-runtime",3797 "sp-state-machine",3798 "sp-storage",3799 "sp-trie",3800 "sp-wasm-interface",3801 "thiserror",3802 "thousands",3803]38043805[[package]]3806name = "frame-election-provider-solution-type"3807version = "4.0.0-dev"3808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3809dependencies = [3810 "proc-macro-crate",3811 "proc-macro2",3812 "quote",3813 "syn 2.0.37",3814]38153816[[package]]3817name = "frame-election-provider-support"3818version = "4.0.0-dev"3819source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3820dependencies = [3821 "frame-election-provider-solution-type",3822 "frame-support",3823 "frame-system",3824 "parity-scale-codec",3825 "scale-info",3826 "sp-arithmetic",3827 "sp-core",3828 "sp-npos-elections",3829 "sp-runtime",3830 "sp-std",3831]38323833[[package]]3834name = "frame-executive"3835version = "4.0.0-dev"3836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3837dependencies = [3838 "frame-support",3839 "frame-system",3840 "frame-try-runtime",3841 "log",3842 "parity-scale-codec",3843 "scale-info",3844 "sp-core",3845 "sp-io",3846 "sp-runtime",3847 "sp-std",3848 "sp-tracing",3849]38503851[[package]]3852name = "frame-metadata"3853version = "16.0.0"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692"3856dependencies = [3857 "cfg-if",3858 "parity-scale-codec",3859 "scale-info",3860 "serde",3861]38623863[[package]]3864name = "frame-remote-externalities"3865version = "0.10.0-dev"3866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3867dependencies = [3868 "async-recursion",3869 "futures",3870 "indicatif",3871 "jsonrpsee",3872 "log",3873 "parity-scale-codec",3874 "serde",3875 "sp-core",3876 "sp-io",3877 "sp-runtime",3878 "sp-state-machine",3879 "spinners",3880 "substrate-rpc-client",3881 "tokio",3882 "tokio-retry",3883]38843885[[package]]3886name = "frame-support"3887version = "4.0.0-dev"3888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3889dependencies = [3890 "aquamarine",3891 "bitflags 1.3.2",3892 "docify",3893 "environmental",3894 "frame-metadata",3895 "frame-support-procedural",3896 "impl-trait-for-tuples",3897 "k256",3898 "log",3899 "macro_magic",3900 "parity-scale-codec",3901 "paste",3902 "scale-info",3903 "serde",3904 "serde_json",3905 "smallvec",3906 "sp-api",3907 "sp-arithmetic",3908 "sp-core",3909 "sp-core-hashing-proc-macro",3910 "sp-debug-derive",3911 "sp-genesis-builder",3912 "sp-inherents",3913 "sp-io",3914 "sp-metadata-ir",3915 "sp-runtime",3916 "sp-staking",3917 "sp-state-machine",3918 "sp-std",3919 "sp-tracing",3920 "sp-weights",3921 "static_assertions",3922 "tt-call",3923]39243925[[package]]3926name = "frame-support-procedural"3927version = "4.0.0-dev"3928source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3929dependencies = [3930 "Inflector",3931 "cfg-expr",3932 "derive-syn-parse",3933 "expander 2.0.0",3934 "frame-support-procedural-tools",3935 "itertools 0.10.5",3936 "macro_magic",3937 "proc-macro-warning",3938 "proc-macro2",3939 "quote",3940 "syn 2.0.37",3941]39423943[[package]]3944name = "frame-support-procedural-tools"3945version = "4.0.0-dev"3946source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3947dependencies = [3948 "frame-support-procedural-tools-derive",3949 "proc-macro-crate",3950 "proc-macro2",3951 "quote",3952 "syn 2.0.37",3953]39543955[[package]]3956name = "frame-support-procedural-tools-derive"3957version = "3.0.0"3958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3959dependencies = [3960 "proc-macro2",3961 "quote",3962 "syn 2.0.37",3963]39643965[[package]]3966name = "frame-system"3967version = "4.0.0-dev"3968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3969dependencies = [3970 "cfg-if",3971 "frame-support",3972 "log",3973 "parity-scale-codec",3974 "scale-info",3975 "serde",3976 "sp-core",3977 "sp-io",3978 "sp-runtime",3979 "sp-std",3980 "sp-version",3981 "sp-weights",3982]39833984[[package]]3985name = "frame-system-benchmarking"3986version = "4.0.0-dev"3987source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3988dependencies = [3989 "frame-benchmarking",3990 "frame-support",3991 "frame-system",3992 "parity-scale-codec",3993 "scale-info",3994 "sp-core",3995 "sp-runtime",3996 "sp-std",3997]39983999[[package]]4000name = "frame-system-rpc-runtime-api"4001version = "4.0.0-dev"4002source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4003dependencies = [4004 "parity-scale-codec",4005 "sp-api",4006]40074008[[package]]4009name = "frame-try-runtime"4010version = "0.10.0-dev"4011source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4012dependencies = [4013 "frame-support",4014 "parity-scale-codec",4015 "sp-api",4016 "sp-runtime",4017 "sp-std",4018]40194020[[package]]4021name = "fs-err"4022version = "2.9.0"4023source = "registry+https://github.com/rust-lang/crates.io-index"4024checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"40254026[[package]]4027name = "fs2"4028version = "0.4.3"4029source = "registry+https://github.com/rust-lang/crates.io-index"4030checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"4031dependencies = [4032 "libc",4033 "winapi",4034]40354036[[package]]4037name = "fs4"4038version = "0.6.6"4039source = "registry+https://github.com/rust-lang/crates.io-index"4040checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"4041dependencies = [4042 "rustix 0.38.15",4043 "windows-sys 0.48.0",4044]40454046[[package]]4047name = "funty"4048version = "2.0.0"4049source = "registry+https://github.com/rust-lang/crates.io-index"4050checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"40514052[[package]]4053name = "futures"4054version = "0.3.28"4055source = "registry+https://github.com/rust-lang/crates.io-index"4056checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"4057dependencies = [4058 "futures-channel",4059 "futures-core",4060 "futures-executor",4061 "futures-io",4062 "futures-sink",4063 "futures-task",4064 "futures-util",4065]40664067[[package]]4068name = "futures-channel"4069version = "0.3.28"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"4072dependencies = [4073 "futures-core",4074 "futures-sink",4075]40764077[[package]]4078name = "futures-core"4079version = "0.3.28"4080source = "registry+https://github.com/rust-lang/crates.io-index"4081checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"40824083[[package]]4084name = "futures-executor"4085version = "0.3.28"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"4088dependencies = [4089 "futures-core",4090 "futures-task",4091 "futures-util",4092 "num_cpus",4093]40944095[[package]]4096name = "futures-io"4097version = "0.3.28"4098source = "registry+https://github.com/rust-lang/crates.io-index"4099checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"41004101[[package]]4102name = "futures-lite"4103version = "1.13.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"4106dependencies = [4107 "fastrand 1.9.0",4108 "futures-core",4109 "futures-io",4110 "memchr",4111 "parking",4112 "pin-project-lite 0.2.13",4113 "waker-fn",4114]41154116[[package]]4117name = "futures-macro"4118version = "0.3.28"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"4121dependencies = [4122 "proc-macro2",4123 "quote",4124 "syn 2.0.37",4125]41264127[[package]]4128name = "futures-rustls"4129version = "0.22.2"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"4132dependencies = [4133 "futures-io",4134 "rustls 0.20.9",4135 "webpki 0.22.2",4136]41374138[[package]]4139name = "futures-sink"4140version = "0.3.28"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"41434144[[package]]4145name = "futures-task"4146version = "0.3.28"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"41494150[[package]]4151name = "futures-timer"4152version = "3.0.2"4153source = "registry+https://github.com/rust-lang/crates.io-index"4154checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"41554156[[package]]4157name = "futures-util"4158version = "0.3.28"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"4161dependencies = [4162 "futures-channel",4163 "futures-core",4164 "futures-io",4165 "futures-macro",4166 "futures-sink",4167 "futures-task",4168 "memchr",4169 "pin-project-lite 0.2.13",4170 "pin-utils",4171 "slab",4172]41734174[[package]]4175name = "fxhash"4176version = "0.2.1"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"4179dependencies = [4180 "byteorder",4181]41824183[[package]]4184name = "generic-array"4185version = "0.12.4"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"4188dependencies = [4189 "typenum",4190]41914192[[package]]4193name = "generic-array"4194version = "0.14.7"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"4197dependencies = [4198 "typenum",4199 "version_check",4200 "zeroize",4201]42024203[[package]]4204name = "gethostname"4205version = "0.2.3"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"4208dependencies = [4209 "libc",4210 "winapi",4211]42124213[[package]]4214name = "getrandom"4215version = "0.1.16"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"4218dependencies = [4219 "cfg-if",4220 "libc",4221 "wasi 0.9.0+wasi-snapshot-preview1",4222]42234224[[package]]4225name = "getrandom"4226version = "0.2.10"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"4229dependencies = [4230 "cfg-if",4231 "libc",4232 "wasi 0.11.0+wasi-snapshot-preview1",4233]42344235[[package]]4236name = "ghash"4237version = "0.4.4"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"4240dependencies = [4241 "opaque-debug 0.3.0",4242 "polyval 0.5.3",4243]42444245[[package]]4246name = "ghash"4247version = "0.5.0"4248source = "registry+https://github.com/rust-lang/crates.io-index"4249checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"4250dependencies = [4251 "opaque-debug 0.3.0",4252 "polyval 0.6.1",4253]42544255[[package]]4256name = "gimli"4257version = "0.27.3"4258source = "registry+https://github.com/rust-lang/crates.io-index"4259checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"4260dependencies = [4261 "fallible-iterator",4262 "indexmap 1.9.3",4263 "stable_deref_trait",4264]42654266[[package]]4267name = "gimli"4268version = "0.28.0"4269source = "registry+https://github.com/rust-lang/crates.io-index"4270checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"42714272[[package]]4273name = "glob"4274version = "0.3.1"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"42774278[[package]]4279name = "globset"4280version = "0.4.13"4281source = "registry+https://github.com/rust-lang/crates.io-index"4282checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"4283dependencies = [4284 "aho-corasick",4285 "bstr",4286 "fnv",4287 "log",4288 "regex",4289]42904291[[package]]4292name = "group"4293version = "0.12.1"4294source = "registry+https://github.com/rust-lang/crates.io-index"4295checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"4296dependencies = [4297 "ff 0.12.1",4298 "rand_core 0.6.4",4299 "subtle",4300]43014302[[package]]4303name = "group"4304version = "0.13.0"4305source = "registry+https://github.com/rust-lang/crates.io-index"4306checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"4307dependencies = [4308 "ff 0.13.0",4309 "rand_core 0.6.4",4310 "subtle",4311]43124313[[package]]4314name = "h2"4315version = "0.3.21"4316source = "registry+https://github.com/rust-lang/crates.io-index"4317checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"4318dependencies = [4319 "bytes",4320 "fnv",4321 "futures-core",4322 "futures-sink",4323 "futures-util",4324 "http",4325 "indexmap 1.9.3",4326 "slab",4327 "tokio",4328 "tokio-util",4329 "tracing",4330]43314332[[package]]4333name = "handlebars"4334version = "4.4.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"4337dependencies = [4338 "log",4339 "pest",4340 "pest_derive",4341 "serde",4342 "serde_json",4343 "thiserror",4344]43454346[[package]]4347name = "hash-db"4348version = "0.15.2"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"43514352[[package]]4353name = "hash-db"4354version = "0.16.0"4355source = "registry+https://github.com/rust-lang/crates.io-index"4356checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"43574358[[package]]4359name = "hash256-std-hasher"4360version = "0.15.2"4361source = "registry+https://github.com/rust-lang/crates.io-index"4362checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"4363dependencies = [4364 "crunchy",4365]43664367[[package]]4368name = "hashbrown"4369version = "0.12.3"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"4372dependencies = [4373 "ahash 0.7.6",4374]43754376[[package]]4377name = "hashbrown"4378version = "0.13.2"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"4381dependencies = [4382 "ahash 0.8.3",4383]43844385[[package]]4386name = "hashbrown"4387version = "0.14.1"4388source = "registry+https://github.com/rust-lang/crates.io-index"4389checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"4390dependencies = [4391 "ahash 0.8.3",4392 "allocator-api2",4393 "serde",4394]43954396[[package]]4397name = "heck"4398version = "0.4.1"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"44014402[[package]]4403name = "hermit-abi"4404version = "0.1.19"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"4407dependencies = [4408 "libc",4409]44104411[[package]]4412name = "hermit-abi"4413version = "0.3.3"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"44164417[[package]]4418name = "hex"4419version = "0.4.3"4420source = "registry+https://github.com/rust-lang/crates.io-index"4421checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"44224423[[package]]4424name = "hex-literal"4425version = "0.4.1"4426source = "registry+https://github.com/rust-lang/crates.io-index"4427checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"44284429[[package]]4430name = "hkdf"4431version = "0.12.3"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"4434dependencies = [4435 "hmac 0.12.1",4436]44374438[[package]]4439name = "hmac"4440version = "0.8.1"4441source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"4443dependencies = [4444 "crypto-mac 0.8.0",4445 "digest 0.9.0",4446]44474448[[package]]4449name = "hmac"4450version = "0.11.0"4451source = "registry+https://github.com/rust-lang/crates.io-index"4452checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"4453dependencies = [4454 "crypto-mac 0.11.1",4455 "digest 0.9.0",4456]44574458[[package]]4459name = "hmac"4460version = "0.12.1"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"4463dependencies = [4464 "digest 0.10.7",4465]44664467[[package]]4468name = "hmac-drbg"4469version = "0.3.0"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"4472dependencies = [4473 "digest 0.9.0",4474 "generic-array 0.14.7",4475 "hmac 0.8.1",4476]44774478[[package]]4479name = "home"4480version = "0.5.5"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"4483dependencies = [4484 "windows-sys 0.48.0",4485]44864487[[package]]4488name = "hostname"4489version = "0.3.1"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"4492dependencies = [4493 "libc",4494 "match_cfg",4495 "winapi",4496]44974498[[package]]4499name = "http"4500version = "0.2.9"4501source = "registry+https://github.com/rust-lang/crates.io-index"4502checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"4503dependencies = [4504 "bytes",4505 "fnv",4506 "itoa",4507]45084509[[package]]4510name = "http-body"4511version = "0.4.5"4512source = "registry+https://github.com/rust-lang/crates.io-index"4513checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"4514dependencies = [4515 "bytes",4516 "http",4517 "pin-project-lite 0.2.13",4518]45194520[[package]]4521name = "http-range-header"4522version = "0.3.1"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"45254526[[package]]4527name = "httparse"4528version = "1.8.0"4529source = "registry+https://github.com/rust-lang/crates.io-index"4530checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"45314532[[package]]4533name = "httpdate"4534version = "1.0.3"4535source = "registry+https://github.com/rust-lang/crates.io-index"4536checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"45374538[[package]]4539name = "humantime"4540version = "2.1.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"45434544[[package]]4545name = "hyper"4546version = "0.14.27"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"4549dependencies = [4550 "bytes",4551 "futures-channel",4552 "futures-core",4553 "futures-util",4554 "h2",4555 "http",4556 "http-body",4557 "httparse",4558 "httpdate",4559 "itoa",4560 "pin-project-lite 0.2.13",4561 "socket2 0.4.9",4562 "tokio",4563 "tower-service",4564 "tracing",4565 "want",4566]45674568[[package]]4569name = "hyper-rustls"4570version = "0.24.1"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"4573dependencies = [4574 "futures-util",4575 "http",4576 "hyper",4577 "log",4578 "rustls 0.21.7",4579 "rustls-native-certs",4580 "tokio",4581 "tokio-rustls",4582 "webpki-roots 0.23.1",4583]45844585[[package]]4586name = "iana-time-zone"4587version = "0.1.57"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"4590dependencies = [4591 "android_system_properties",4592 "core-foundation-sys",4593 "iana-time-zone-haiku",4594 "js-sys",4595 "wasm-bindgen",4596 "windows 0.48.0",4597]45984599[[package]]4600name = "iana-time-zone-haiku"4601version = "0.1.2"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"4604dependencies = [4605 "cc",4606]46074608[[package]]4609name = "ident_case"4610version = "1.0.1"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"46134614[[package]]4615name = "idna"4616version = "0.2.3"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4619dependencies = [4620 "matches",4621 "unicode-bidi",4622 "unicode-normalization",4623]46244625[[package]]4626name = "idna"4627version = "0.4.0"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"4630dependencies = [4631 "unicode-bidi",4632 "unicode-normalization",4633]46344635[[package]]4636name = "if-addrs"4637version = "0.7.0"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"4640dependencies = [4641 "libc",4642 "winapi",4643]46444645[[package]]4646name = "if-watch"4647version = "3.0.1"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4650dependencies = [4651 "async-io",4652 "core-foundation",4653 "fnv",4654 "futures",4655 "if-addrs",4656 "ipnet",4657 "log",4658 "rtnetlink",4659 "system-configuration",4660 "tokio",4661 "windows 0.34.0",4662]46634664[[package]]4665name = "impl-codec"4666version = "0.6.0"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4669dependencies = [4670 "parity-scale-codec",4671]46724673[[package]]4674name = "impl-rlp"4675version = "0.3.0"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4678dependencies = [4679 "rlp",4680]46814682[[package]]4683name = "impl-serde"4684version = "0.4.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4687dependencies = [4688 "serde",4689]46904691[[package]]4692name = "impl-trait-for-tuples"4693version = "0.2.2"4694source = "registry+https://github.com/rust-lang/crates.io-index"4695checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4696dependencies = [4697 "proc-macro2",4698 "quote",4699 "syn 1.0.109",4700]47014702[[package]]4703name = "include_dir"4704version = "0.7.3"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"4707dependencies = [4708 "include_dir_macros",4709]47104711[[package]]4712name = "include_dir_macros"4713version = "0.7.3"4714source = "registry+https://github.com/rust-lang/crates.io-index"4715checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"4716dependencies = [4717 "proc-macro2",4718 "quote",4719]47204721[[package]]4722name = "indexmap"4723version = "1.9.3"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4726dependencies = [4727 "autocfg",4728 "hashbrown 0.12.3",4729 "serde",4730]47314732[[package]]4733name = "indexmap"4734version = "2.0.2"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"4737dependencies = [4738 "equivalent",4739 "hashbrown 0.14.1",4740]47414742[[package]]4743name = "indexmap-nostd"4744version = "0.4.0"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"47474748[[package]]4749name = "indicatif"4750version = "0.17.7"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"4753dependencies = [4754 "console",4755 "instant",4756 "number_prefix",4757 "portable-atomic",4758 "unicode-width",4759]47604761[[package]]4762name = "inout"4763version = "0.1.3"4764source = "registry+https://github.com/rust-lang/crates.io-index"4765checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4766dependencies = [4767 "generic-array 0.14.7",4768]47694770[[package]]4771name = "instant"4772version = "0.1.12"4773source = "registry+https://github.com/rust-lang/crates.io-index"4774checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4775dependencies = [4776 "cfg-if",4777]47784779[[package]]4780name = "integer-encoding"4781version = "3.0.4"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"47844785[[package]]4786name = "integer-sqrt"4787version = "0.1.5"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4790dependencies = [4791 "num-traits",4792]47934794[[package]]4795name = "interceptor"4796version = "0.8.2"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"4799dependencies = [4800 "async-trait",4801 "bytes",4802 "log",4803 "rand 0.8.5",4804 "rtcp",4805 "rtp",4806 "thiserror",4807 "tokio",4808 "waitgroup",4809 "webrtc-srtp",4810 "webrtc-util",4811]48124813[[package]]4814name = "io-lifetimes"4815version = "1.0.11"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"4818dependencies = [4819 "hermit-abi 0.3.3",4820 "libc",4821 "windows-sys 0.48.0",4822]48234824[[package]]4825name = "ip_network"4826version = "0.4.1"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"48294830[[package]]4831name = "ipconfig"4832version = "0.3.2"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"4835dependencies = [4836 "socket2 0.5.4",4837 "widestring",4838 "windows-sys 0.48.0",4839 "winreg",4840]48414842[[package]]4843name = "ipnet"4844version = "2.8.0"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"48474848[[package]]4849name = "is-terminal"4850version = "0.4.9"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"4853dependencies = [4854 "hermit-abi 0.3.3",4855 "rustix 0.38.15",4856 "windows-sys 0.48.0",4857]48584859[[package]]4860name = "is_executable"4861version = "1.0.1"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8"4864dependencies = [4865 "winapi",4866]48674868[[package]]4869name = "itertools"4870version = "0.10.5"4871source = "registry+https://github.com/rust-lang/crates.io-index"4872checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4873dependencies = [4874 "either",4875]48764877[[package]]4878name = "itertools"4879version = "0.11.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"4882dependencies = [4883 "either",4884]48854886[[package]]4887name = "itoa"4888version = "1.0.9"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"48914892[[package]]4893name = "jobserver"4894version = "0.1.26"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4897dependencies = [4898 "libc",4899]49004901[[package]]4902name = "js-sys"4903version = "0.3.64"4904source = "registry+https://github.com/rust-lang/crates.io-index"4905checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"4906dependencies = [4907 "wasm-bindgen",4908]49094910[[package]]4911name = "jsonrpsee"4912version = "0.16.3"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b"4915dependencies = [4916 "jsonrpsee-core",4917 "jsonrpsee-http-client",4918 "jsonrpsee-proc-macros",4919 "jsonrpsee-server",4920 "jsonrpsee-types",4921 "jsonrpsee-ws-client",4922 "tracing",4923]49244925[[package]]4926name = "jsonrpsee-client-transport"4927version = "0.16.3"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a"4930dependencies = [4931 "futures-util",4932 "http",4933 "jsonrpsee-core",4934 "jsonrpsee-types",4935 "pin-project",4936 "rustls-native-certs",4937 "soketto",4938 "thiserror",4939 "tokio",4940 "tokio-rustls",4941 "tokio-util",4942 "tracing",4943 "webpki-roots 0.25.2",4944]49454946[[package]]4947name = "jsonrpsee-core"4948version = "0.16.3"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803"4951dependencies = [4952 "anyhow",4953 "arrayvec 0.7.4",4954 "async-lock",4955 "async-trait",4956 "beef",4957 "futures-channel",4958 "futures-timer",4959 "futures-util",4960 "globset",4961 "hyper",4962 "jsonrpsee-types",4963 "parking_lot 0.12.1",4964 "rand 0.8.5",4965 "rustc-hash",4966 "serde",4967 "serde_json",4968 "soketto",4969 "thiserror",4970 "tokio",4971 "tracing",4972]49734974[[package]]4975name = "jsonrpsee-http-client"4976version = "0.16.3"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43"4979dependencies = [4980 "async-trait",4981 "hyper",4982 "hyper-rustls",4983 "jsonrpsee-core",4984 "jsonrpsee-types",4985 "rustc-hash",4986 "serde",4987 "serde_json",4988 "thiserror",4989 "tokio",4990 "tracing",4991]49924993[[package]]4994name = "jsonrpsee-proc-macros"4995version = "0.16.3"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"4998dependencies = [4999 "heck",5000 "proc-macro-crate",5001 "proc-macro2",5002 "quote",5003 "syn 1.0.109",5004]50055006[[package]]5007name = "jsonrpsee-server"5008version = "0.16.3"5009source = "registry+https://github.com/rust-lang/crates.io-index"5010checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba"5011dependencies = [5012 "futures-channel",5013 "futures-util",5014 "http",5015 "hyper",5016 "jsonrpsee-core",5017 "jsonrpsee-types",5018 "serde",5019 "serde_json",5020 "soketto",5021 "tokio",5022 "tokio-stream",5023 "tokio-util",5024 "tower",5025 "tracing",5026]50275028[[package]]5029name = "jsonrpsee-types"5030version = "0.16.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5"5033dependencies = [5034 "anyhow",5035 "beef",5036 "serde",5037 "serde_json",5038 "thiserror",5039 "tracing",5040]50415042[[package]]5043name = "jsonrpsee-ws-client"5044version = "0.16.3"5045source = "registry+https://github.com/rust-lang/crates.io-index"5046checksum = "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e"5047dependencies = [5048 "http",5049 "jsonrpsee-client-transport",5050 "jsonrpsee-core",5051 "jsonrpsee-types",5052]50535054[[package]]5055name = "k256"5056version = "0.13.1"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"5059dependencies = [5060 "cfg-if",5061 "ecdsa 0.16.8",5062 "elliptic-curve 0.13.5",5063 "once_cell",5064 "sha2 0.10.8",5065]50665067[[package]]5068name = "keccak"5069version = "0.1.4"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"5072dependencies = [5073 "cpufeatures",5074]50755076[[package]]5077name = "kusama-runtime-constants"5078version = "1.0.0"5079source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"5080dependencies = [5081 "frame-support",5082 "polkadot-primitives",5083 "polkadot-runtime-common",5084 "smallvec",5085 "sp-core",5086 "sp-runtime",5087 "sp-weights",5088]50895090[[package]]5091name = "kvdb"5092version = "0.13.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"5095dependencies = [5096 "smallvec",5097]50985099[[package]]5100name = "kvdb-memorydb"5101version = "0.13.0"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"5104dependencies = [5105 "kvdb",5106 "parking_lot 0.12.1",5107]51085109[[package]]5110name = "kvdb-rocksdb"5111version = "0.19.0"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"5114dependencies = [5115 "kvdb",5116 "num_cpus",5117 "parking_lot 0.12.1",5118 "regex",5119 "rocksdb",5120 "smallvec",5121]51225123[[package]]5124name = "landlock"5125version = "0.2.0"5126source = "registry+https://github.com/rust-lang/crates.io-index"5127checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068"5128dependencies = [5129 "enumflags2",5130 "libc",5131 "thiserror",5132]51335134[[package]]5135name = "lazy_static"5136version = "1.4.0"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"51395140[[package]]5141name = "lazycell"5142version = "1.3.0"5143source = "registry+https://github.com/rust-lang/crates.io-index"5144checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"51455146[[package]]5147name = "libc"5148version = "0.2.148"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"51515152[[package]]5153name = "libloading"5154version = "0.7.4"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"5157dependencies = [5158 "cfg-if",5159 "winapi",5160]51615162[[package]]5163name = "libm"5164version = "0.2.7"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"51675168[[package]]5169name = "libp2p"5170version = "0.51.3"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097"5173dependencies = [5174 "bytes",5175 "futures",5176 "futures-timer",5177 "getrandom 0.2.10",5178 "instant",5179 "libp2p-allow-block-list",5180 "libp2p-connection-limits",5181 "libp2p-core",5182 "libp2p-dns",5183 "libp2p-identify",5184 "libp2p-identity",5185 "libp2p-kad",5186 "libp2p-mdns",5187 "libp2p-metrics",5188 "libp2p-noise",5189 "libp2p-ping",5190 "libp2p-quic",5191 "libp2p-request-response",5192 "libp2p-swarm",5193 "libp2p-tcp",5194 "libp2p-wasm-ext",5195 "libp2p-webrtc",5196 "libp2p-websocket",5197 "libp2p-yamux",5198 "multiaddr",5199 "pin-project",5200]52015202[[package]]5203name = "libp2p-allow-block-list"5204version = "0.1.1"5205source = "registry+https://github.com/rust-lang/crates.io-index"5206checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"5207dependencies = [5208 "libp2p-core",5209 "libp2p-identity",5210 "libp2p-swarm",5211 "void",5212]52135214[[package]]5215name = "libp2p-connection-limits"5216version = "0.1.0"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"5219dependencies = [5220 "libp2p-core",5221 "libp2p-identity",5222 "libp2p-swarm",5223 "void",5224]52255226[[package]]5227name = "libp2p-core"5228version = "0.39.2"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"5231dependencies = [5232 "either",5233 "fnv",5234 "futures",5235 "futures-timer",5236 "instant",5237 "libp2p-identity",5238 "log",5239 "multiaddr",5240 "multihash",5241 "multistream-select",5242 "once_cell",5243 "parking_lot 0.12.1",5244 "pin-project",5245 "quick-protobuf",5246 "rand 0.8.5",5247 "rw-stream-sink",5248 "smallvec",5249 "thiserror",5250 "unsigned-varint",5251 "void",5252]52535254[[package]]5255name = "libp2p-dns"5256version = "0.39.0"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"5259dependencies = [5260 "futures",5261 "libp2p-core",5262 "log",5263 "parking_lot 0.12.1",5264 "smallvec",5265 "trust-dns-resolver",5266]52675268[[package]]5269name = "libp2p-identify"5270version = "0.42.2"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"5273dependencies = [5274 "asynchronous-codec",5275 "either",5276 "futures",5277 "futures-timer",5278 "libp2p-core",5279 "libp2p-identity",5280 "libp2p-swarm",5281 "log",5282 "lru 0.10.1",5283 "quick-protobuf",5284 "quick-protobuf-codec",5285 "smallvec",5286 "thiserror",5287 "void",5288]52895290[[package]]5291name = "libp2p-identity"5292version = "0.1.3"5293source = "registry+https://github.com/rust-lang/crates.io-index"5294checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"5295dependencies = [5296 "bs58 0.4.0",5297 "ed25519-dalek",5298 "log",5299 "multiaddr",5300 "multihash",5301 "quick-protobuf",5302 "rand 0.8.5",5303 "sha2 0.10.8",5304 "thiserror",5305 "zeroize",5306]53075308[[package]]5309name = "libp2p-kad"5310version = "0.43.3"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"5313dependencies = [5314 "arrayvec 0.7.4",5315 "asynchronous-codec",5316 "bytes",5317 "either",5318 "fnv",5319 "futures",5320 "futures-timer",5321 "instant",5322 "libp2p-core",5323 "libp2p-identity",5324 "libp2p-swarm",5325 "log",5326 "quick-protobuf",5327 "rand 0.8.5",5328 "sha2 0.10.8",5329 "smallvec",5330 "thiserror",5331 "uint",5332 "unsigned-varint",5333 "void",5334]53355336[[package]]5337name = "libp2p-mdns"5338version = "0.43.1"5339source = "registry+https://github.com/rust-lang/crates.io-index"5340checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"5341dependencies = [5342 "data-encoding",5343 "futures",5344 "if-watch",5345 "libp2p-core",5346 "libp2p-identity",5347 "libp2p-swarm",5348 "log",5349 "rand 0.8.5",5350 "smallvec",5351 "socket2 0.4.9",5352 "tokio",5353 "trust-dns-proto",5354 "void",5355]53565357[[package]]5358name = "libp2p-metrics"5359version = "0.12.0"5360source = "registry+https://github.com/rust-lang/crates.io-index"5361checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"5362dependencies = [5363 "libp2p-core",5364 "libp2p-identify",5365 "libp2p-kad",5366 "libp2p-ping",5367 "libp2p-swarm",5368 "prometheus-client",5369]53705371[[package]]5372name = "libp2p-noise"5373version = "0.42.2"5374source = "registry+https://github.com/rust-lang/crates.io-index"5375checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"5376dependencies = [5377 "bytes",5378 "curve25519-dalek 3.2.0",5379 "futures",5380 "libp2p-core",5381 "libp2p-identity",5382 "log",5383 "once_cell",5384 "quick-protobuf",5385 "rand 0.8.5",5386 "sha2 0.10.8",5387 "snow",5388 "static_assertions",5389 "thiserror",5390 "x25519-dalek 1.1.1",5391 "zeroize",5392]53935394[[package]]5395name = "libp2p-ping"5396version = "0.42.0"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"5399dependencies = [5400 "either",5401 "futures",5402 "futures-timer",5403 "instant",5404 "libp2p-core",5405 "libp2p-swarm",5406 "log",5407 "rand 0.8.5",5408 "void",5409]54105411[[package]]5412name = "libp2p-quic"5413version = "0.7.0-alpha.3"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"5416dependencies = [5417 "bytes",5418 "futures",5419 "futures-timer",5420 "if-watch",5421 "libp2p-core",5422 "libp2p-identity",5423 "libp2p-tls",5424 "log",5425 "parking_lot 0.12.1",5426 "quinn-proto",5427 "rand 0.8.5",5428 "rustls 0.20.9",5429 "thiserror",5430 "tokio",5431]54325433[[package]]5434name = "libp2p-request-response"5435version = "0.24.1"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"5438dependencies = [5439 "async-trait",5440 "futures",5441 "instant",5442 "libp2p-core",5443 "libp2p-identity",5444 "libp2p-swarm",5445 "rand 0.8.5",5446 "smallvec",5447]54485449[[package]]5450name = "libp2p-swarm"5451version = "0.42.2"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"5454dependencies = [5455 "either",5456 "fnv",5457 "futures",5458 "futures-timer",5459 "instant",5460 "libp2p-core",5461 "libp2p-identity",5462 "libp2p-swarm-derive",5463 "log",5464 "rand 0.8.5",5465 "smallvec",5466 "tokio",5467 "void",5468]54695470[[package]]5471name = "libp2p-swarm-derive"5472version = "0.32.0"5473source = "registry+https://github.com/rust-lang/crates.io-index"5474checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"5475dependencies = [5476 "heck",5477 "quote",5478 "syn 1.0.109",5479]54805481[[package]]5482name = "libp2p-tcp"5483version = "0.39.0"5484source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"5486dependencies = [5487 "futures",5488 "futures-timer",5489 "if-watch",5490 "libc",5491 "libp2p-core",5492 "log",5493 "socket2 0.4.9",5494 "tokio",5495]54965497[[package]]5498name = "libp2p-tls"5499version = "0.1.0"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"5502dependencies = [5503 "futures",5504 "futures-rustls",5505 "libp2p-core",5506 "libp2p-identity",5507 "rcgen 0.10.0",5508 "ring 0.16.20",5509 "rustls 0.20.9",5510 "thiserror",5511 "webpki 0.22.2",5512 "x509-parser 0.14.0",5513 "yasna",5514]55155516[[package]]5517name = "libp2p-wasm-ext"5518version = "0.39.0"5519source = "registry+https://github.com/rust-lang/crates.io-index"5520checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"5521dependencies = [5522 "futures",5523 "js-sys",5524 "libp2p-core",5525 "parity-send-wrapper",5526 "wasm-bindgen",5527 "wasm-bindgen-futures",5528]55295530[[package]]5531name = "libp2p-webrtc"5532version = "0.4.0-alpha.4"5533source = "registry+https://github.com/rust-lang/crates.io-index"5534checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8"5535dependencies = [5536 "async-trait",5537 "asynchronous-codec",5538 "bytes",5539 "futures",5540 "futures-timer",5541 "hex",5542 "if-watch",5543 "libp2p-core",5544 "libp2p-identity",5545 "libp2p-noise",5546 "log",5547 "multihash",5548 "quick-protobuf",5549 "quick-protobuf-codec",5550 "rand 0.8.5",5551 "rcgen 0.9.3",5552 "serde",5553 "stun",5554 "thiserror",5555 "tinytemplate",5556 "tokio",5557 "tokio-util",5558 "webrtc",5559]55605561[[package]]5562name = "libp2p-websocket"5563version = "0.41.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"5566dependencies = [5567 "either",5568 "futures",5569 "futures-rustls",5570 "libp2p-core",5571 "log",5572 "parking_lot 0.12.1",5573 "quicksink",5574 "rw-stream-sink",5575 "soketto",5576 "url",5577 "webpki-roots 0.22.6",5578]55795580[[package]]5581name = "libp2p-yamux"5582version = "0.43.1"5583source = "registry+https://github.com/rust-lang/crates.io-index"5584checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"5585dependencies = [5586 "futures",5587 "libp2p-core",5588 "log",5589 "thiserror",5590 "yamux",5591]55925593[[package]]5594name = "librocksdb-sys"5595version = "0.11.0+8.1.1"5596source = "registry+https://github.com/rust-lang/crates.io-index"5597checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"5598dependencies = [5599 "bindgen",5600 "bzip2-sys",5601 "cc",5602 "glob",5603 "libc",5604 "libz-sys",5605 "tikv-jemalloc-sys",5606]56075608[[package]]5609name = "libsecp256k1"5610version = "0.7.1"5611source = "registry+https://github.com/rust-lang/crates.io-index"5612checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5613dependencies = [5614 "arrayref",5615 "base64 0.13.1",5616 "digest 0.9.0",5617 "hmac-drbg",5618 "libsecp256k1-core",5619 "libsecp256k1-gen-ecmult",5620 "libsecp256k1-gen-genmult",5621 "rand 0.8.5",5622 "serde",5623 "sha2 0.9.9",5624 "typenum",5625]56265627[[package]]5628name = "libsecp256k1-core"5629version = "0.3.0"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5632dependencies = [5633 "crunchy",5634 "digest 0.9.0",5635 "subtle",5636]56375638[[package]]5639name = "libsecp256k1-gen-ecmult"5640version = "0.3.0"5641source = "registry+https://github.com/rust-lang/crates.io-index"5642checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5643dependencies = [5644 "libsecp256k1-core",5645]56465647[[package]]5648name = "libsecp256k1-gen-genmult"5649version = "0.3.0"5650source = "registry+https://github.com/rust-lang/crates.io-index"5651checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5652dependencies = [5653 "libsecp256k1-core",5654]56555656[[package]]5657name = "libz-sys"5658version = "1.1.12"5659source = "registry+https://github.com/rust-lang/crates.io-index"5660checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"5661dependencies = [5662 "cc",5663 "pkg-config",5664 "vcpkg",5665]56665667[[package]]5668name = "link-cplusplus"5669version = "1.0.9"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"5672dependencies = [5673 "cc",5674]56755676[[package]]5677name = "linked-hash-map"5678version = "0.5.6"5679source = "registry+https://github.com/rust-lang/crates.io-index"5680checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"56815682[[package]]5683name = "linked_hash_set"5684version = "0.1.4"5685source = "registry+https://github.com/rust-lang/crates.io-index"5686checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5687dependencies = [5688 "linked-hash-map",5689]56905691[[package]]5692name = "linregress"5693version = "0.5.3"5694source = "registry+https://github.com/rust-lang/crates.io-index"5695checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2"5696dependencies = [5697 "nalgebra",5698]56995700[[package]]5701name = "linux-raw-sys"5702version = "0.1.4"5703source = "registry+https://github.com/rust-lang/crates.io-index"5704checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"57055706[[package]]5707name = "linux-raw-sys"5708version = "0.3.8"5709source = "registry+https://github.com/rust-lang/crates.io-index"5710checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"57115712[[package]]5713name = "linux-raw-sys"5714version = "0.4.8"5715source = "registry+https://github.com/rust-lang/crates.io-index"5716checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"57175718[[package]]5719name = "lock_api"5720version = "0.4.10"5721source = "registry+https://github.com/rust-lang/crates.io-index"5722checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"5723dependencies = [5724 "autocfg",5725 "scopeguard",5726]57275728[[package]]5729name = "log"5730version = "0.4.20"5731source = "registry+https://github.com/rust-lang/crates.io-index"5732checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"57335734[[package]]5735name = "lru"5736version = "0.10.1"5737source = "registry+https://github.com/rust-lang/crates.io-index"5738checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"5739dependencies = [5740 "hashbrown 0.13.2",5741]57425743[[package]]5744name = "lru"5745version = "0.11.1"5746source = "registry+https://github.com/rust-lang/crates.io-index"5747checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"57485749[[package]]5750name = "lru-cache"5751version = "0.1.2"5752source = "registry+https://github.com/rust-lang/crates.io-index"5753checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5754dependencies = [5755 "linked-hash-map",5756]57575758[[package]]5759name = "lz4"5760version = "1.24.0"5761source = "registry+https://github.com/rust-lang/crates.io-index"5762checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5763dependencies = [5764 "libc",5765 "lz4-sys",5766]57675768[[package]]5769name = "lz4-sys"5770version = "1.9.4"5771source = "registry+https://github.com/rust-lang/crates.io-index"5772checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5773dependencies = [5774 "cc",5775 "libc",5776]57775778[[package]]5779name = "mach"5780version = "0.3.2"5781source = "registry+https://github.com/rust-lang/crates.io-index"5782checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5783dependencies = [5784 "libc",5785]57865787[[package]]5788name = "macro_magic"5789version = "0.4.2"5790source = "registry+https://github.com/rust-lang/crates.io-index"5791checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9"5792dependencies = [5793 "macro_magic_core",5794 "macro_magic_macros",5795 "quote",5796 "syn 2.0.37",5797]57985799[[package]]5800name = "macro_magic_core"5801version = "0.4.2"5802source = "registry+https://github.com/rust-lang/crates.io-index"5803checksum = "7e766a20fd9c72bab3e1e64ed63f36bd08410e75803813df210d1ce297d7ad00"5804dependencies = [5805 "const-random",5806 "derive-syn-parse",5807 "macro_magic_core_macros",5808 "proc-macro2",5809 "quote",5810 "syn 2.0.37",5811]58125813[[package]]5814name = "macro_magic_core_macros"5815version = "0.4.2"5816source = "registry+https://github.com/rust-lang/crates.io-index"5817checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b"5818dependencies = [5819 "proc-macro2",5820 "quote",5821 "syn 2.0.37",5822]58235824[[package]]5825name = "macro_magic_macros"5826version = "0.4.2"5827source = "registry+https://github.com/rust-lang/crates.io-index"5828checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a"5829dependencies = [5830 "macro_magic_core",5831 "quote",5832 "syn 2.0.37",5833]58345835[[package]]5836name = "maplit"5837version = "1.0.2"5838source = "registry+https://github.com/rust-lang/crates.io-index"5839checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"58405841[[package]]5842name = "match_cfg"5843version = "0.1.0"5844source = "registry+https://github.com/rust-lang/crates.io-index"5845checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"58465847[[package]]5848name = "matchers"5849version = "0.0.1"5850source = "registry+https://github.com/rust-lang/crates.io-index"5851checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5852dependencies = [5853 "regex-automata 0.1.10",5854]58555856[[package]]5857name = "matches"5858version = "0.1.10"5859source = "registry+https://github.com/rust-lang/crates.io-index"5860checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"58615862[[package]]5863name = "matrixmultiply"5864version = "0.3.8"5865source = "registry+https://github.com/rust-lang/crates.io-index"5866checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"5867dependencies = [5868 "autocfg",5869 "rawpointer",5870]58715872[[package]]5873name = "md-5"5874version = "0.10.6"5875source = "registry+https://github.com/rust-lang/crates.io-index"5876checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"5877dependencies = [5878 "cfg-if",5879 "digest 0.10.7",5880]58815882[[package]]5883name = "memchr"5884version = "2.6.4"5885source = "registry+https://github.com/rust-lang/crates.io-index"5886checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"58875888[[package]]5889name = "memfd"5890version = "0.6.4"5891source = "registry+https://github.com/rust-lang/crates.io-index"5892checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5893dependencies = [5894 "rustix 0.38.15",5895]58965897[[package]]5898name = "memmap2"5899version = "0.5.10"5900source = "registry+https://github.com/rust-lang/crates.io-index"5901checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5902dependencies = [5903 "libc",5904]59055906[[package]]5907name = "memoffset"5908version = "0.6.5"5909source = "registry+https://github.com/rust-lang/crates.io-index"5910checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5911dependencies = [5912 "autocfg",5913]59145915[[package]]5916name = "memoffset"5917version = "0.8.0"5918source = "registry+https://github.com/rust-lang/crates.io-index"5919checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5920dependencies = [5921 "autocfg",5922]59235924[[package]]5925name = "memoffset"5926version = "0.9.0"5927source = "registry+https://github.com/rust-lang/crates.io-index"5928checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"5929dependencies = [5930 "autocfg",5931]59325933[[package]]5934name = "memory-db"5935version = "0.32.0"5936source = "registry+https://github.com/rust-lang/crates.io-index"5937checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5938dependencies = [5939 "hash-db 0.16.0",5940]59415942[[package]]5943name = "merlin"5944version = "2.0.1"5945source = "registry+https://github.com/rust-lang/crates.io-index"5946checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5947dependencies = [5948 "byteorder",5949 "keccak",5950 "rand_core 0.5.1",5951 "zeroize",5952]59535954[[package]]5955name = "merlin"5956version = "3.0.0"5957source = "registry+https://github.com/rust-lang/crates.io-index"5958checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"5959dependencies = [5960 "byteorder",5961 "keccak",5962 "rand_core 0.6.4",5963 "zeroize",5964]59655966[[package]]5967name = "mick-jaeger"5968version = "0.1.8"5969source = "registry+https://github.com/rust-lang/crates.io-index"5970checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5971dependencies = [5972 "futures",5973 "rand 0.8.5",5974 "thrift",5975]59765977[[package]]5978name = "minimal-lexical"5979version = "0.2.1"5980source = "registry+https://github.com/rust-lang/crates.io-index"5981checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"59825983[[package]]5984name = "miniz_oxide"5985version = "0.7.1"5986source = "registry+https://github.com/rust-lang/crates.io-index"5987checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"5988dependencies = [5989 "adler",5990]59915992[[package]]5993name = "mio"5994version = "0.8.8"5995source = "registry+https://github.com/rust-lang/crates.io-index"5996checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"5997dependencies = [5998 "libc",5999 "wasi 0.11.0+wasi-snapshot-preview1",6000 "windows-sys 0.48.0",6001]60026003[[package]]6004name = "mmr-gadget"6005version = "4.0.0-dev"6006source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6007dependencies = [6008 "futures",6009 "log",6010 "parity-scale-codec",6011 "sc-client-api",6012 "sc-offchain",6013 "sp-api",6014 "sp-blockchain",6015 "sp-consensus",6016 "sp-consensus-beefy",6017 "sp-core",6018 "sp-mmr-primitives",6019 "sp-runtime",6020]60216022[[package]]6023name = "mmr-rpc"6024version = "4.0.0-dev"6025source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6026dependencies = [6027 "anyhow",6028 "jsonrpsee",6029 "parity-scale-codec",6030 "serde",6031 "sp-api",6032 "sp-blockchain",6033 "sp-core",6034 "sp-mmr-primitives",6035 "sp-runtime",6036]60376038[[package]]6039name = "mockall"6040version = "0.11.4"6041source = "registry+https://github.com/rust-lang/crates.io-index"6042checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"6043dependencies = [6044 "cfg-if",6045 "downcast",6046 "fragile",6047 "lazy_static",6048 "mockall_derive",6049 "predicates",6050 "predicates-tree",6051]60526053[[package]]6054name = "mockall_derive"6055version = "0.11.4"6056source = "registry+https://github.com/rust-lang/crates.io-index"6057checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"6058dependencies = [6059 "cfg-if",6060 "proc-macro2",6061 "quote",6062 "syn 1.0.109",6063]60646065[[package]]6066name = "multiaddr"6067version = "0.17.1"6068source = "registry+https://github.com/rust-lang/crates.io-index"6069checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"6070dependencies = [6071 "arrayref",6072 "byteorder",6073 "data-encoding",6074 "log",6075 "multibase",6076 "multihash",6077 "percent-encoding",6078 "serde",6079 "static_assertions",6080 "unsigned-varint",6081 "url",6082]60836084[[package]]6085name = "multibase"6086version = "0.9.1"6087source = "registry+https://github.com/rust-lang/crates.io-index"6088checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"6089dependencies = [6090 "base-x",6091 "data-encoding",6092 "data-encoding-macro",6093]60946095[[package]]6096name = "multihash"6097version = "0.17.0"6098source = "registry+https://github.com/rust-lang/crates.io-index"6099checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"6100dependencies = [6101 "blake2b_simd",6102 "blake2s_simd",6103 "blake3",6104 "core2",6105 "digest 0.10.7",6106 "multihash-derive",6107 "sha2 0.10.8",6108 "sha3 0.10.8",6109 "unsigned-varint",6110]61116112[[package]]6113name = "multihash-derive"6114version = "0.8.0"6115source = "registry+https://github.com/rust-lang/crates.io-index"6116checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"6117dependencies = [6118 "proc-macro-crate",6119 "proc-macro-error",6120 "proc-macro2",6121 "quote",6122 "syn 1.0.109",6123 "synstructure",6124]61256126[[package]]6127name = "multimap"6128version = "0.8.3"6129source = "registry+https://github.com/rust-lang/crates.io-index"6130checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"61316132[[package]]6133name = "multistream-select"6134version = "0.12.1"6135source = "registry+https://github.com/rust-lang/crates.io-index"6136checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"6137dependencies = [6138 "bytes",6139 "futures",6140 "log",6141 "pin-project",6142 "smallvec",6143 "unsigned-varint",6144]61456146[[package]]6147name = "nalgebra"6148version = "0.32.3"6149source = "registry+https://github.com/rust-lang/crates.io-index"6150checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa"6151dependencies = [6152 "approx",6153 "matrixmultiply",6154 "nalgebra-macros",6155 "num-complex",6156 "num-rational",6157 "num-traits",6158 "simba",6159 "typenum",6160]61616162[[package]]6163name = "nalgebra-macros"6164version = "0.2.1"6165source = "registry+https://github.com/rust-lang/crates.io-index"6166checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"6167dependencies = [6168 "proc-macro2",6169 "quote",6170 "syn 1.0.109",6171]61726173[[package]]6174name = "names"6175version = "0.13.0"6176source = "registry+https://github.com/rust-lang/crates.io-index"6177checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"6178dependencies = [6179 "rand 0.8.5",6180]61816182[[package]]6183name = "nanorand"6184version = "0.7.0"6185source = "registry+https://github.com/rust-lang/crates.io-index"6186checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"61876188[[package]]6189name = "netlink-packet-core"6190version = "0.4.2"6191source = "registry+https://github.com/rust-lang/crates.io-index"6192checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"6193dependencies = [6194 "anyhow",6195 "byteorder",6196 "libc",6197 "netlink-packet-utils",6198]61996200[[package]]6201name = "netlink-packet-route"6202version = "0.12.0"6203source = "registry+https://github.com/rust-lang/crates.io-index"6204checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"6205dependencies = [6206 "anyhow",6207 "bitflags 1.3.2",6208 "byteorder",6209 "libc",6210 "netlink-packet-core",6211 "netlink-packet-utils",6212]62136214[[package]]6215name = "netlink-packet-utils"6216version = "0.5.2"6217source = "registry+https://github.com/rust-lang/crates.io-index"6218checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"6219dependencies = [6220 "anyhow",6221 "byteorder",6222 "paste",6223 "thiserror",6224]62256226[[package]]6227name = "netlink-proto"6228version = "0.10.0"6229source = "registry+https://github.com/rust-lang/crates.io-index"6230checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"6231dependencies = [6232 "bytes",6233 "futures",6234 "log",6235 "netlink-packet-core",6236 "netlink-sys",6237 "thiserror",6238 "tokio",6239]62406241[[package]]6242name = "netlink-sys"6243version = "0.8.5"6244source = "registry+https://github.com/rust-lang/crates.io-index"6245checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"6246dependencies = [6247 "bytes",6248 "futures",6249 "libc",6250 "log",6251 "tokio",6252]62536254[[package]]6255name = "nix"6256version = "0.24.3"6257source = "registry+https://github.com/rust-lang/crates.io-index"6258checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"6259dependencies = [6260 "bitflags 1.3.2",6261 "cfg-if",6262 "libc",6263 "memoffset 0.6.5",6264]62656266[[package]]6267name = "no-std-net"6268version = "0.6.0"6269source = "registry+https://github.com/rust-lang/crates.io-index"6270checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"62716272[[package]]6273name = "nodrop"6274version = "0.1.14"6275source = "registry+https://github.com/rust-lang/crates.io-index"6276checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"62776278[[package]]6279name = "nohash-hasher"6280version = "0.2.0"6281source = "registry+https://github.com/rust-lang/crates.io-index"6282checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"62836284[[package]]6285name = "nom"6286version = "7.1.3"6287source = "registry+https://github.com/rust-lang/crates.io-index"6288checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"6289dependencies = [6290 "memchr",6291 "minimal-lexical",6292]62936294[[package]]6295name = "normalize-line-endings"6296version = "0.3.0"6297source = "registry+https://github.com/rust-lang/crates.io-index"6298checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"62996300[[package]]6301name = "num-bigint"6302version = "0.4.4"6303source = "registry+https://github.com/rust-lang/crates.io-index"6304checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"6305dependencies = [6306 "autocfg",6307 "num-integer",6308 "num-traits",6309]63106311[[package]]6312name = "num-complex"6313version = "0.4.4"6314source = "registry+https://github.com/rust-lang/crates.io-index"6315checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"6316dependencies = [6317 "num-traits",6318]63196320[[package]]6321name = "num-format"6322version = "0.4.4"6323source = "registry+https://github.com/rust-lang/crates.io-index"6324checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"6325dependencies = [6326 "arrayvec 0.7.4",6327 "itoa",6328]63296330[[package]]6331name = "num-integer"6332version = "0.1.45"6333source = "registry+https://github.com/rust-lang/crates.io-index"6334checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"6335dependencies = [6336 "autocfg",6337 "num-traits",6338]63396340[[package]]6341name = "num-rational"6342version = "0.4.1"6343source = "registry+https://github.com/rust-lang/crates.io-index"6344checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"6345dependencies = [6346 "autocfg",6347 "num-bigint",6348 "num-integer",6349 "num-traits",6350]63516352[[package]]6353name = "num-traits"6354version = "0.2.16"6355source = "registry+https://github.com/rust-lang/crates.io-index"6356checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"6357dependencies = [6358 "autocfg",6359]63606361[[package]]6362name = "num_cpus"6363version = "1.16.0"6364source = "registry+https://github.com/rust-lang/crates.io-index"6365checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"6366dependencies = [6367 "hermit-abi 0.3.3",6368 "libc",6369]63706371[[package]]6372name = "num_enum"6373version = "0.7.0"6374source = "registry+https://github.com/rust-lang/crates.io-index"6375checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"6376dependencies = [6377 "num_enum_derive",6378]63796380[[package]]6381name = "num_enum_derive"6382version = "0.7.0"6383source = "registry+https://github.com/rust-lang/crates.io-index"6384checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"6385dependencies = [6386 "proc-macro-crate",6387 "proc-macro2",6388 "quote",6389 "syn 2.0.37",6390]63916392[[package]]6393name = "number_prefix"6394version = "0.4.0"6395source = "registry+https://github.com/rust-lang/crates.io-index"6396checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"63976398[[package]]6399name = "object"6400version = "0.30.4"6401source = "registry+https://github.com/rust-lang/crates.io-index"6402checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"6403dependencies = [6404 "crc32fast",6405 "hashbrown 0.13.2",6406 "indexmap 1.9.3",6407 "memchr",6408]64096410[[package]]6411name = "object"6412version = "0.32.1"6413source = "registry+https://github.com/rust-lang/crates.io-index"6414checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"6415dependencies = [6416 "memchr",6417]64186419[[package]]6420name = "oid-registry"6421version = "0.4.0"6422source = "registry+https://github.com/rust-lang/crates.io-index"6423checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"6424dependencies = [6425 "asn1-rs 0.3.1",6426]64276428[[package]]6429name = "oid-registry"6430version = "0.6.1"6431source = "registry+https://github.com/rust-lang/crates.io-index"6432checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"6433dependencies = [6434 "asn1-rs 0.5.2",6435]64366437[[package]]6438name = "once_cell"6439version = "1.18.0"6440source = "registry+https://github.com/rust-lang/crates.io-index"6441checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"64426443[[package]]6444name = "opal-runtime"6445version = "1.1.0"6446dependencies = [6447 "app-promotion-rpc",6448 "cumulus-pallet-aura-ext",6449 "cumulus-pallet-dmp-queue",6450 "cumulus-pallet-parachain-system",6451 "cumulus-pallet-xcm",6452 "cumulus-pallet-xcmp-queue",6453 "cumulus-primitives-core",6454 "cumulus-primitives-timestamp",6455 "cumulus-primitives-utility",6456 "derivative",6457 "evm-coder",6458 "fp-evm",6459 "fp-rpc",6460 "fp-self-contained",6461 "frame-benchmarking",6462 "frame-executive",6463 "frame-support",6464 "frame-system",6465 "frame-system-benchmarking",6466 "frame-system-rpc-runtime-api",6467 "frame-try-runtime",6468 "hex-literal",6469 "impl-trait-for-tuples",6470 "log",6471 "num_enum",6472 "orml-tokens",6473 "orml-traits",6474 "orml-vesting",6475 "orml-xcm-support",6476 "orml-xtokens",6477 "pallet-app-promotion",6478 "pallet-aura",6479 "pallet-authorship",6480 "pallet-balances",6481 "pallet-balances-adapter",6482 "pallet-base-fee",6483 "pallet-collator-selection",6484 "pallet-collective",6485 "pallet-common",6486 "pallet-configuration",6487 "pallet-democracy",6488 "pallet-ethereum",6489 "pallet-evm",6490 "pallet-evm-coder-substrate",6491 "pallet-evm-contract-helpers",6492 "pallet-evm-migration",6493 "pallet-evm-precompile-simple",6494 "pallet-evm-transaction-payment",6495 "pallet-foreign-assets",6496 "pallet-fungible",6497 "pallet-gov-origins",6498 "pallet-identity 4.0.0-dev",6499 "pallet-inflation",6500 "pallet-maintenance",6501 "pallet-membership",6502 "pallet-nonfungible",6503 "pallet-preimage",6504 "pallet-ranked-collective",6505 "pallet-referenda",6506 "pallet-refungible",6507 "pallet-scheduler",6508 "pallet-session",6509 "pallet-state-trie-migration",6510 "pallet-structure",6511 "pallet-sudo",6512 "pallet-template-transaction-payment",6513 "pallet-test-utils",6514 "pallet-timestamp",6515 "pallet-transaction-payment",6516 "pallet-transaction-payment-rpc-runtime-api",6517 "pallet-treasury",6518 "pallet-unique",6519 "pallet-utility",6520 "pallet-xcm",6521 "parachain-info",6522 "parity-scale-codec",6523 "polkadot-parachain-primitives",6524 "precompile-utils-macro",6525 "scale-info",6526 "serde",6527 "smallvec",6528 "sp-api",6529 "sp-arithmetic",6530 "sp-block-builder",6531 "sp-consensus-aura",6532 "sp-core",6533 "sp-inherents",6534 "sp-io",6535 "sp-offchain",6536 "sp-runtime",6537 "sp-session",6538 "sp-std",6539 "sp-storage",6540 "sp-transaction-pool",6541 "sp-version",6542 "staging-xcm",6543 "staging-xcm-builder",6544 "staging-xcm-executor",6545 "substrate-wasm-builder",6546 "up-common",6547 "up-data-structs",6548 "up-pov-estimate-rpc",6549 "up-rpc",6550 "up-sponsorship",6551]65526553[[package]]6554name = "opaque-debug"6555version = "0.2.3"6556source = "registry+https://github.com/rust-lang/crates.io-index"6557checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"65586559[[package]]6560name = "opaque-debug"6561version = "0.3.0"6562source = "registry+https://github.com/rust-lang/crates.io-index"6563checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"65646565[[package]]6566name = "openssl-probe"6567version = "0.1.5"6568source = "registry+https://github.com/rust-lang/crates.io-index"6569checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"65706571[[package]]6572name = "orchestra"6573version = "0.0.5"6574source = "registry+https://github.com/rust-lang/crates.io-index"6575checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"6576dependencies = [6577 "async-trait",6578 "dyn-clonable",6579 "futures",6580 "futures-timer",6581 "orchestra-proc-macro",6582 "pin-project",6583 "prioritized-metered-channel",6584 "thiserror",6585 "tracing",6586]65876588[[package]]6589name = "orchestra-proc-macro"6590version = "0.0.5"6591source = "registry+https://github.com/rust-lang/crates.io-index"6592checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"6593dependencies = [6594 "expander 0.0.6",6595 "itertools 0.10.5",6596 "petgraph",6597 "proc-macro-crate",6598 "proc-macro2",6599 "quote",6600 "syn 1.0.109",6601]66026603[[package]]6604name = "ordered-float"6605version = "1.1.1"6606source = "registry+https://github.com/rust-lang/crates.io-index"6607checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"6608dependencies = [6609 "num-traits",6610]66116612[[package]]6613name = "orml-tokens"6614version = "0.4.1-dev"6615source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6616dependencies = [6617 "frame-support",6618 "frame-system",6619 "log",6620 "orml-traits",6621 "parity-scale-codec",6622 "scale-info",6623 "serde",6624 "sp-arithmetic",6625 "sp-runtime",6626 "sp-std",6627]66286629[[package]]6630name = "orml-traits"6631version = "0.4.1-dev"6632source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6633dependencies = [6634 "frame-support",6635 "impl-trait-for-tuples",6636 "num-traits",6637 "orml-utilities",6638 "parity-scale-codec",6639 "paste",6640 "scale-info",6641 "serde",6642 "sp-core",6643 "sp-io",6644 "sp-runtime",6645 "sp-std",6646 "staging-xcm",6647]66486649[[package]]6650name = "orml-utilities"6651version = "0.4.1-dev"6652source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6653dependencies = [6654 "frame-support",6655 "parity-scale-codec",6656 "scale-info",6657 "serde",6658 "sp-core",6659 "sp-io",6660 "sp-runtime",6661 "sp-std",6662]66636664[[package]]6665name = "orml-vesting"6666version = "0.4.1-dev"6667source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6668dependencies = [6669 "frame-support",6670 "frame-system",6671 "parity-scale-codec",6672 "scale-info",6673 "serde",6674 "sp-io",6675 "sp-runtime",6676 "sp-std",6677]66786679[[package]]6680name = "orml-xcm-support"6681version = "0.4.1-dev"6682source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6683dependencies = [6684 "frame-support",6685 "orml-traits",6686 "parity-scale-codec",6687 "sp-runtime",6688 "sp-std",6689 "staging-xcm",6690 "staging-xcm-executor",6691]66926693[[package]]6694name = "orml-xtokens"6695version = "0.4.1-dev"6696source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6697dependencies = [6698 "cumulus-primitives-core",6699 "frame-support",6700 "frame-system",6701 "log",6702 "orml-traits",6703 "orml-xcm-support",6704 "pallet-xcm",6705 "parity-scale-codec",6706 "scale-info",6707 "serde",6708 "sp-io",6709 "sp-runtime",6710 "sp-std",6711 "staging-xcm",6712 "staging-xcm-executor",6713]67146715[[package]]6716name = "p256"6717version = "0.11.1"6718source = "registry+https://github.com/rust-lang/crates.io-index"6719checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6720dependencies = [6721 "ecdsa 0.14.8",6722 "elliptic-curve 0.12.3",6723 "sha2 0.10.8",6724]67256726[[package]]6727name = "p384"6728version = "0.11.2"6729source = "registry+https://github.com/rust-lang/crates.io-index"6730checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6731dependencies = [6732 "ecdsa 0.14.8",6733 "elliptic-curve 0.12.3",6734 "sha2 0.10.8",6735]67366737[[package]]6738name = "pallet-app-promotion"6739version = "0.2.1"6740dependencies = [6741 "frame-benchmarking",6742 "frame-support",6743 "frame-system",6744 "log",6745 "pallet-common",6746 "pallet-configuration",6747 "pallet-evm",6748 "pallet-evm-contract-helpers",6749 "pallet-evm-migration",6750 "pallet-unique",6751 "parity-scale-codec",6752 "scale-info",6753 "sp-core",6754 "sp-runtime",6755 "sp-std",6756 "up-data-structs",6757]67586759[[package]]6760name = "pallet-aura"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6763dependencies = [6764 "frame-support",6765 "frame-system",6766 "log",6767 "pallet-timestamp",6768 "parity-scale-codec",6769 "scale-info",6770 "sp-application-crypto",6771 "sp-consensus-aura",6772 "sp-runtime",6773 "sp-std",6774]67756776[[package]]6777name = "pallet-authority-discovery"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6780dependencies = [6781 "frame-support",6782 "frame-system",6783 "pallet-session",6784 "parity-scale-codec",6785 "scale-info",6786 "sp-application-crypto",6787 "sp-authority-discovery",6788 "sp-runtime",6789 "sp-std",6790]67916792[[package]]6793name = "pallet-authorship"6794version = "4.0.0-dev"6795source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6796dependencies = [6797 "frame-support",6798 "frame-system",6799 "impl-trait-for-tuples",6800 "parity-scale-codec",6801 "scale-info",6802 "sp-runtime",6803 "sp-std",6804]68056806[[package]]6807name = "pallet-babe"6808version = "4.0.0-dev"6809source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6810dependencies = [6811 "frame-benchmarking",6812 "frame-support",6813 "frame-system",6814 "log",6815 "pallet-authorship",6816 "pallet-session",6817 "pallet-timestamp",6818 "parity-scale-codec",6819 "scale-info",6820 "sp-application-crypto",6821 "sp-consensus-babe",6822 "sp-core",6823 "sp-io",6824 "sp-runtime",6825 "sp-session",6826 "sp-staking",6827 "sp-std",6828]68296830[[package]]6831name = "pallet-bags-list"6832version = "4.0.0-dev"6833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6834dependencies = [6835 "aquamarine",6836 "docify",6837 "frame-benchmarking",6838 "frame-election-provider-support",6839 "frame-support",6840 "frame-system",6841 "log",6842 "pallet-balances",6843 "parity-scale-codec",6844 "scale-info",6845 "sp-core",6846 "sp-io",6847 "sp-runtime",6848 "sp-std",6849 "sp-tracing",6850]68516852[[package]]6853name = "pallet-balances"6854version = "4.0.0-dev"6855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6856dependencies = [6857 "frame-benchmarking",6858 "frame-support",6859 "frame-system",6860 "log",6861 "parity-scale-codec",6862 "scale-info",6863 "sp-runtime",6864 "sp-std",6865]68666867[[package]]6868name = "pallet-balances-adapter"6869version = "0.1.0"6870dependencies = [6871 "evm-coder",6872 "frame-support",6873 "frame-system",6874 "pallet-balances",6875 "pallet-common",6876 "pallet-evm",6877 "pallet-evm-coder-substrate",6878 "pallet-evm-transaction-payment",6879 "pallet-structure",6880 "parity-scale-codec",6881 "scale-info",6882 "sp-core",6883 "sp-runtime",6884 "sp-std",6885 "up-data-structs",6886]68876888[[package]]6889name = "pallet-base-fee"6890version = "1.0.0"6891source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"6892dependencies = [6893 "fp-evm",6894 "frame-support",6895 "frame-system",6896 "parity-scale-codec",6897 "scale-info",6898 "sp-core",6899 "sp-runtime",6900]69016902[[package]]6903name = "pallet-beefy"6904version = "4.0.0-dev"6905source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6906dependencies = [6907 "frame-support",6908 "frame-system",6909 "log",6910 "pallet-authorship",6911 "pallet-session",6912 "parity-scale-codec",6913 "scale-info",6914 "serde",6915 "sp-consensus-beefy",6916 "sp-runtime",6917 "sp-session",6918 "sp-staking",6919 "sp-std",6920]69216922[[package]]6923name = "pallet-beefy-mmr"6924version = "4.0.0-dev"6925source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6926dependencies = [6927 "array-bytes",6928 "binary-merkle-tree",6929 "frame-support",6930 "frame-system",6931 "log",6932 "pallet-beefy",6933 "pallet-mmr",6934 "pallet-session",6935 "parity-scale-codec",6936 "scale-info",6937 "serde",6938 "sp-api",6939 "sp-consensus-beefy",6940 "sp-core",6941 "sp-io",6942 "sp-runtime",6943 "sp-state-machine",6944 "sp-std",6945]69466947[[package]]6948name = "pallet-bounties"6949version = "4.0.0-dev"6950source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6951dependencies = [6952 "frame-benchmarking",6953 "frame-support",6954 "frame-system",6955 "log",6956 "pallet-treasury",6957 "parity-scale-codec",6958 "scale-info",6959 "sp-core",6960 "sp-io",6961 "sp-runtime",6962 "sp-std",6963]69646965[[package]]6966name = "pallet-child-bounties"6967version = "4.0.0-dev"6968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6969dependencies = [6970 "frame-benchmarking",6971 "frame-support",6972 "frame-system",6973 "log",6974 "pallet-bounties",6975 "pallet-treasury",6976 "parity-scale-codec",6977 "scale-info",6978 "sp-core",6979 "sp-io",6980 "sp-runtime",6981 "sp-std",6982]69836984[[package]]6985name = "pallet-collator-selection"6986version = "5.0.0"6987dependencies = [6988 "frame-benchmarking",6989 "frame-support",6990 "frame-system",6991 "log",6992 "pallet-aura",6993 "pallet-authorship",6994 "pallet-balances",6995 "pallet-session",6996 "pallet-timestamp",6997 "parity-scale-codec",6998 "rand 0.8.5",6999 "scale-info",7000 "serde",7001 "sp-consensus-aura",7002 "sp-core",7003 "sp-io",7004 "sp-runtime",7005 "sp-staking",7006 "sp-std",7007 "sp-tracing",7008]70097010[[package]]7011name = "pallet-collective"7012version = "4.0.0-dev"7013source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7014dependencies = [7015 "frame-benchmarking",7016 "frame-support",7017 "frame-system",7018 "log",7019 "parity-scale-codec",7020 "scale-info",7021 "sp-core",7022 "sp-io",7023 "sp-runtime",7024 "sp-std",7025]70267027[[package]]7028name = "pallet-common"7029version = "0.1.14"7030dependencies = [7031 "bondrewd",7032 "ethereum",7033 "evm-coder",7034 "frame-benchmarking",7035 "frame-support",7036 "frame-system",7037 "pallet-evm",7038 "pallet-evm-coder-substrate",7039 "parity-scale-codec",7040 "scale-info",7041 "sp-core",7042 "sp-runtime",7043 "sp-std",7044 "sp-weights",7045 "up-data-structs",7046 "up-pov-estimate-rpc",7047]70487049[[package]]7050name = "pallet-configuration"7051version = "0.2.0"7052dependencies = [7053 "fp-evm",7054 "frame-benchmarking",7055 "frame-support",7056 "frame-system",7057 "hex-literal",7058 "log",7059 "parity-scale-codec",7060 "scale-info",7061 "smallvec",7062 "sp-arithmetic",7063 "sp-core",7064 "sp-io",7065 "sp-runtime",7066 "sp-std",7067 "staging-xcm",7068 "up-common",7069]70707071[[package]]7072name = "pallet-conviction-voting"7073version = "4.0.0-dev"7074source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7075dependencies = [7076 "assert_matches",7077 "frame-benchmarking",7078 "frame-support",7079 "frame-system",7080 "parity-scale-codec",7081 "scale-info",7082 "serde",7083 "sp-io",7084 "sp-runtime",7085 "sp-std",7086]70877088[[package]]7089name = "pallet-democracy"7090version = "4.0.0-dev"7091source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7092dependencies = [7093 "frame-benchmarking",7094 "frame-support",7095 "frame-system",7096 "log",7097 "parity-scale-codec",7098 "scale-info",7099 "serde",7100 "sp-core",7101 "sp-io",7102 "sp-runtime",7103 "sp-std",7104]71057106[[package]]7107name = "pallet-election-provider-multi-phase"7108version = "4.0.0-dev"7109source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7110dependencies = [7111 "frame-benchmarking",7112 "frame-election-provider-support",7113 "frame-support",7114 "frame-system",7115 "log",7116 "pallet-election-provider-support-benchmarking",7117 "parity-scale-codec",7118 "rand 0.8.5",7119 "scale-info",7120 "sp-arithmetic",7121 "sp-core",7122 "sp-io",7123 "sp-npos-elections",7124 "sp-runtime",7125 "sp-std",7126 "strum",7127]71287129[[package]]7130name = "pallet-election-provider-support-benchmarking"7131version = "4.0.0-dev"7132source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7133dependencies = [7134 "frame-benchmarking",7135 "frame-election-provider-support",7136 "frame-system",7137 "parity-scale-codec",7138 "sp-npos-elections",7139 "sp-runtime",7140 "sp-std",7141]71427143[[package]]7144name = "pallet-elections-phragmen"7145version = "5.0.0-dev"7146source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7147dependencies = [7148 "frame-benchmarking",7149 "frame-support",7150 "frame-system",7151 "log",7152 "parity-scale-codec",7153 "scale-info",7154 "sp-core",7155 "sp-io",7156 "sp-npos-elections",7157 "sp-runtime",7158 "sp-staking",7159 "sp-std",7160]71617162[[package]]7163name = "pallet-ethereum"7164version = "4.0.0-dev"7165source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7166dependencies = [7167 "ethereum",7168 "ethereum-types",7169 "evm",7170 "fp-consensus",7171 "fp-ethereum",7172 "fp-evm",7173 "fp-rpc",7174 "fp-storage",7175 "frame-support",7176 "frame-system",7177 "pallet-evm",7178 "parity-scale-codec",7179 "scale-info",7180 "sp-io",7181 "sp-runtime",7182 "sp-std",7183]71847185[[package]]7186name = "pallet-evm"7187version = "6.0.0-dev"7188source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7189dependencies = [7190 "environmental",7191 "evm",7192 "fp-account",7193 "fp-evm",7194 "frame-benchmarking",7195 "frame-support",7196 "frame-system",7197 "hash-db 0.16.0",7198 "hex",7199 "hex-literal",7200 "impl-trait-for-tuples",7201 "log",7202 "parity-scale-codec",7203 "rlp",7204 "scale-info",7205 "serde",7206 "sp-core",7207 "sp-io",7208 "sp-runtime",7209 "sp-std",7210]72117212[[package]]7213name = "pallet-evm-coder-substrate"7214version = "0.1.3"7215dependencies = [7216 "evm-coder",7217 "evm-coder-substrate-procedural",7218 "evm-core",7219 "frame-benchmarking",7220 "frame-support",7221 "frame-system",7222 "pallet-evm",7223 "parity-scale-codec",7224 "scale-info",7225 "sp-core",7226 "sp-std",7227 "sp-weights",7228 "spez",7229 "up-data-structs",7230]72317232[[package]]7233name = "pallet-evm-contract-helpers"7234version = "0.3.0"7235dependencies = [7236 "evm-coder",7237 "frame-support",7238 "frame-system",7239 "pallet-common",7240 "pallet-evm",7241 "pallet-evm-coder-substrate",7242 "pallet-evm-transaction-payment",7243 "parity-scale-codec",7244 "scale-info",7245 "sp-core",7246 "sp-std",7247 "up-data-structs",7248 "up-sponsorship",7249]72507251[[package]]7252name = "pallet-evm-migration"7253version = "0.1.1"7254dependencies = [7255 "ethereum",7256 "frame-benchmarking",7257 "frame-support",7258 "frame-system",7259 "pallet-evm",7260 "parity-scale-codec",7261 "scale-info",7262 "sp-core",7263 "sp-io",7264 "sp-std",7265]72667267[[package]]7268name = "pallet-evm-precompile-simple"7269version = "2.0.0-dev"7270source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7271dependencies = [7272 "fp-evm",7273 "ripemd",7274 "sp-io",7275]72767277[[package]]7278name = "pallet-evm-transaction-payment"7279version = "0.1.1"7280dependencies = [7281 "fp-evm",7282 "frame-support",7283 "frame-system",7284 "pallet-evm",7285 "parity-scale-codec",7286 "scale-info",7287 "sp-core",7288 "sp-runtime",7289 "sp-std",7290 "up-sponsorship",7291]72927293[[package]]7294name = "pallet-fast-unstake"7295version = "4.0.0-dev"7296source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7297dependencies = [7298 "docify",7299 "frame-benchmarking",7300 "frame-election-provider-support",7301 "frame-support",7302 "frame-system",7303 "log",7304 "parity-scale-codec",7305 "scale-info",7306 "sp-io",7307 "sp-runtime",7308 "sp-staking",7309 "sp-std",7310]73117312[[package]]7313name = "pallet-foreign-assets"7314version = "0.1.0"7315dependencies = [7316 "frame-benchmarking",7317 "frame-support",7318 "frame-system",7319 "log",7320 "orml-tokens",7321 "pallet-balances",7322 "pallet-common",7323 "pallet-fungible",7324 "parity-scale-codec",7325 "scale-info",7326 "serde",7327 "sp-runtime",7328 "sp-std",7329 "staging-xcm",7330 "staging-xcm-executor",7331 "up-data-structs",7332]73337334[[package]]7335name = "pallet-fungible"7336version = "0.1.11"7337dependencies = [7338 "evm-coder",7339 "frame-benchmarking",7340 "frame-support",7341 "frame-system",7342 "pallet-common",7343 "pallet-evm",7344 "pallet-evm-coder-substrate",7345 "pallet-structure",7346 "parity-scale-codec",7347 "scale-info",7348 "sp-core",7349 "sp-runtime",7350 "sp-std",7351 "up-data-structs",7352]73537354[[package]]7355name = "pallet-gov-origins"7356version = "0.2.1"7357dependencies = [7358 "frame-support",7359 "frame-system",7360 "parity-scale-codec",7361 "scale-info",7362]73637364[[package]]7365name = "pallet-grandpa"7366version = "4.0.0-dev"7367source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7368dependencies = [7369 "frame-benchmarking",7370 "frame-support",7371 "frame-system",7372 "log",7373 "pallet-authorship",7374 "pallet-session",7375 "parity-scale-codec",7376 "scale-info",7377 "sp-application-crypto",7378 "sp-consensus-grandpa",7379 "sp-core",7380 "sp-io",7381 "sp-runtime",7382 "sp-session",7383 "sp-staking",7384 "sp-std",7385]73867387[[package]]7388name = "pallet-identity"7389version = "4.0.0-dev"7390dependencies = [7391 "enumflags2",7392 "frame-benchmarking",7393 "frame-support",7394 "frame-system",7395 "pallet-balances",7396 "parity-scale-codec",7397 "scale-info",7398 "sp-core",7399 "sp-io",7400 "sp-runtime",7401 "sp-std",7402]74037404[[package]]7405name = "pallet-identity"7406version = "4.0.0-dev"7407source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7408dependencies = [7409 "enumflags2",7410 "frame-benchmarking",7411 "frame-support",7412 "frame-system",7413 "parity-scale-codec",7414 "scale-info",7415 "sp-io",7416 "sp-runtime",7417 "sp-std",7418]74197420[[package]]7421name = "pallet-im-online"7422version = "4.0.0-dev"7423source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7424dependencies = [7425 "frame-benchmarking",7426 "frame-support",7427 "frame-system",7428 "log",7429 "pallet-authorship",7430 "parity-scale-codec",7431 "scale-info",7432 "sp-application-crypto",7433 "sp-core",7434 "sp-io",7435 "sp-runtime",7436 "sp-staking",7437 "sp-std",7438]74397440[[package]]7441name = "pallet-indices"7442version = "4.0.0-dev"7443source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7444dependencies = [7445 "frame-benchmarking",7446 "frame-support",7447 "frame-system",7448 "parity-scale-codec",7449 "scale-info",7450 "sp-core",7451 "sp-io",7452 "sp-keyring",7453 "sp-runtime",7454 "sp-std",7455]74567457[[package]]7458name = "pallet-inflation"7459version = "0.1.1"7460dependencies = [7461 "frame-benchmarking",7462 "frame-support",7463 "frame-system",7464 "pallet-balances",7465 "parity-scale-codec",7466 "scale-info",7467 "sp-core",7468 "sp-io",7469 "sp-runtime",7470 "sp-std",7471]74727473[[package]]7474name = "pallet-maintenance"7475version = "0.1.0"7476dependencies = [7477 "frame-benchmarking",7478 "frame-support",7479 "frame-system",7480 "parity-scale-codec",7481 "scale-info",7482 "sp-core",7483 "sp-runtime",7484 "sp-std",7485]74867487[[package]]7488name = "pallet-membership"7489version = "4.0.0-dev"7490source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7491dependencies = [7492 "frame-benchmarking",7493 "frame-support",7494 "frame-system",7495 "log",7496 "parity-scale-codec",7497 "scale-info",7498 "sp-core",7499 "sp-io",7500 "sp-runtime",7501 "sp-std",7502]75037504[[package]]7505name = "pallet-message-queue"7506version = "7.0.0-dev"7507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7508dependencies = [7509 "frame-benchmarking",7510 "frame-support",7511 "frame-system",7512 "log",7513 "parity-scale-codec",7514 "scale-info",7515 "sp-arithmetic",7516 "sp-core",7517 "sp-io",7518 "sp-runtime",7519 "sp-std",7520 "sp-weights",7521]75227523[[package]]7524name = "pallet-mmr"7525version = "4.0.0-dev"7526source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7527dependencies = [7528 "frame-benchmarking",7529 "frame-support",7530 "frame-system",7531 "log",7532 "parity-scale-codec",7533 "scale-info",7534 "sp-core",7535 "sp-io",7536 "sp-mmr-primitives",7537 "sp-runtime",7538 "sp-std",7539]75407541[[package]]7542name = "pallet-multisig"7543version = "4.0.0-dev"7544source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7545dependencies = [7546 "frame-benchmarking",7547 "frame-support",7548 "frame-system",7549 "log",7550 "parity-scale-codec",7551 "scale-info",7552 "sp-io",7553 "sp-runtime",7554 "sp-std",7555]75567557[[package]]7558name = "pallet-nis"7559version = "4.0.0-dev"7560source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7561dependencies = [7562 "frame-benchmarking",7563 "frame-support",7564 "frame-system",7565 "parity-scale-codec",7566 "scale-info",7567 "sp-arithmetic",7568 "sp-core",7569 "sp-runtime",7570 "sp-std",7571]75727573[[package]]7574name = "pallet-nomination-pools"7575version = "1.0.0"7576source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7577dependencies = [7578 "frame-support",7579 "frame-system",7580 "log",7581 "pallet-balances",7582 "parity-scale-codec",7583 "scale-info",7584 "sp-core",7585 "sp-io",7586 "sp-runtime",7587 "sp-staking",7588 "sp-std",7589 "sp-tracing",7590]75917592[[package]]7593name = "pallet-nomination-pools-benchmarking"7594version = "1.0.0"7595source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7596dependencies = [7597 "frame-benchmarking",7598 "frame-election-provider-support",7599 "frame-support",7600 "frame-system",7601 "pallet-bags-list",7602 "pallet-nomination-pools",7603 "pallet-staking",7604 "parity-scale-codec",7605 "scale-info",7606 "sp-runtime",7607 "sp-runtime-interface",7608 "sp-staking",7609 "sp-std",7610]76117612[[package]]7613name = "pallet-nomination-pools-runtime-api"7614version = "1.0.0-dev"7615source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7616dependencies = [7617 "pallet-nomination-pools",7618 "parity-scale-codec",7619 "sp-api",7620 "sp-std",7621]76227623[[package]]7624name = "pallet-nonfungible"7625version = "0.1.14"7626dependencies = [7627 "evm-coder",7628 "frame-benchmarking",7629 "frame-support",7630 "frame-system",7631 "pallet-common",7632 "pallet-evm",7633 "pallet-evm-coder-substrate",7634 "pallet-structure",7635 "parity-scale-codec",7636 "scale-info",7637 "sp-core",7638 "sp-runtime",7639 "sp-std",7640 "struct-versioning",7641 "up-data-structs",7642]76437644[[package]]7645name = "pallet-offences"7646version = "4.0.0-dev"7647source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7648dependencies = [7649 "frame-support",7650 "frame-system",7651 "log",7652 "pallet-balances",7653 "parity-scale-codec",7654 "scale-info",7655 "serde",7656 "sp-runtime",7657 "sp-staking",7658 "sp-std",7659]76607661[[package]]7662name = "pallet-offences-benchmarking"7663version = "4.0.0-dev"7664source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7665dependencies = [7666 "frame-benchmarking",7667 "frame-election-provider-support",7668 "frame-support",7669 "frame-system",7670 "log",7671 "pallet-babe",7672 "pallet-balances",7673 "pallet-grandpa",7674 "pallet-im-online",7675 "pallet-offences",7676 "pallet-session",7677 "pallet-staking",7678 "parity-scale-codec",7679 "scale-info",7680 "sp-runtime",7681 "sp-staking",7682 "sp-std",7683]76847685[[package]]7686name = "pallet-preimage"7687version = "4.0.0-dev"7688source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7689dependencies = [7690 "frame-benchmarking",7691 "frame-support",7692 "frame-system",7693 "log",7694 "parity-scale-codec",7695 "scale-info",7696 "sp-core",7697 "sp-io",7698 "sp-runtime",7699 "sp-std",7700]77017702[[package]]7703name = "pallet-proxy"7704version = "4.0.0-dev"7705source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7706dependencies = [7707 "frame-benchmarking",7708 "frame-support",7709 "frame-system",7710 "parity-scale-codec",7711 "scale-info",7712 "sp-io",7713 "sp-runtime",7714 "sp-std",7715]77167717[[package]]7718name = "pallet-ranked-collective"7719version = "4.0.0-dev"7720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7721dependencies = [7722 "frame-benchmarking",7723 "frame-support",7724 "frame-system",7725 "log",7726 "parity-scale-codec",7727 "scale-info",7728 "sp-arithmetic",7729 "sp-core",7730 "sp-io",7731 "sp-runtime",7732 "sp-std",7733]77347735[[package]]7736name = "pallet-recovery"7737version = "4.0.0-dev"7738source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7739dependencies = [7740 "frame-benchmarking",7741 "frame-support",7742 "frame-system",7743 "parity-scale-codec",7744 "scale-info",7745 "sp-io",7746 "sp-runtime",7747 "sp-std",7748]77497750[[package]]7751name = "pallet-referenda"7752version = "4.0.0-dev"7753source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7754dependencies = [7755 "assert_matches",7756 "frame-benchmarking",7757 "frame-support",7758 "frame-system",7759 "log",7760 "parity-scale-codec",7761 "scale-info",7762 "serde",7763 "sp-arithmetic",7764 "sp-io",7765 "sp-runtime",7766 "sp-std",7767]77687769[[package]]7770name = "pallet-refungible"7771version = "0.2.13"7772dependencies = [7773 "evm-coder",7774 "frame-benchmarking",7775 "frame-support",7776 "frame-system",7777 "pallet-common",7778 "pallet-evm",7779 "pallet-evm-coder-substrate",7780 "pallet-structure",7781 "parity-scale-codec",7782 "scale-info",7783 "sp-core",7784 "sp-runtime",7785 "sp-std",7786 "up-data-structs",7787]77887789[[package]]7790name = "pallet-scheduler"7791version = "4.0.0-dev"7792source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7793dependencies = [7794 "docify",7795 "frame-benchmarking",7796 "frame-support",7797 "frame-system",7798 "log",7799 "parity-scale-codec",7800 "scale-info",7801 "sp-io",7802 "sp-runtime",7803 "sp-std",7804 "sp-weights",7805]78067807[[package]]7808name = "pallet-session"7809version = "4.0.0-dev"7810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7811dependencies = [7812 "frame-support",7813 "frame-system",7814 "impl-trait-for-tuples",7815 "log",7816 "pallet-timestamp",7817 "parity-scale-codec",7818 "scale-info",7819 "sp-core",7820 "sp-io",7821 "sp-runtime",7822 "sp-session",7823 "sp-staking",7824 "sp-state-machine",7825 "sp-std",7826 "sp-trie",7827]78287829[[package]]7830name = "pallet-session-benchmarking"7831version = "4.0.0-dev"7832source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7833dependencies = [7834 "frame-benchmarking",7835 "frame-support",7836 "frame-system",7837 "pallet-session",7838 "pallet-staking",7839 "parity-scale-codec",7840 "rand 0.8.5",7841 "sp-runtime",7842 "sp-session",7843 "sp-std",7844]78457846[[package]]7847name = "pallet-society"7848version = "4.0.0-dev"7849source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7850dependencies = [7851 "frame-benchmarking",7852 "frame-support",7853 "frame-system",7854 "log",7855 "parity-scale-codec",7856 "rand_chacha 0.2.2",7857 "scale-info",7858 "sp-arithmetic",7859 "sp-io",7860 "sp-runtime",7861 "sp-std",7862]78637864[[package]]7865name = "pallet-staking"7866version = "4.0.0-dev"7867source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7868dependencies = [7869 "frame-benchmarking",7870 "frame-election-provider-support",7871 "frame-support",7872 "frame-system",7873 "log",7874 "pallet-authorship",7875 "pallet-session",7876 "parity-scale-codec",7877 "rand_chacha 0.2.2",7878 "scale-info",7879 "serde",7880 "sp-application-crypto",7881 "sp-io",7882 "sp-runtime",7883 "sp-staking",7884 "sp-std",7885]78867887[[package]]7888name = "pallet-staking-reward-curve"7889version = "4.0.0-dev"7890source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7891dependencies = [7892 "proc-macro-crate",7893 "proc-macro2",7894 "quote",7895 "syn 2.0.37",7896]78977898[[package]]7899name = "pallet-staking-reward-fn"7900version = "4.0.0-dev"7901source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7902dependencies = [7903 "log",7904 "sp-arithmetic",7905]79067907[[package]]7908name = "pallet-staking-runtime-api"7909version = "4.0.0-dev"7910source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7911dependencies = [7912 "parity-scale-codec",7913 "sp-api",7914]79157916[[package]]7917name = "pallet-state-trie-migration"7918version = "4.0.0-dev"7919source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7920dependencies = [7921 "frame-benchmarking",7922 "frame-support",7923 "frame-system",7924 "log",7925 "parity-scale-codec",7926 "scale-info",7927 "sp-core",7928 "sp-io",7929 "sp-runtime",7930 "sp-std",7931]79327933[[package]]7934name = "pallet-structure"7935version = "0.1.2"7936dependencies = [7937 "frame-benchmarking",7938 "frame-support",7939 "frame-system",7940 "log",7941 "pallet-common",7942 "pallet-evm",7943 "parity-scale-codec",7944 "scale-info",7945 "sp-runtime",7946 "sp-std",7947 "up-data-structs",7948]79497950[[package]]7951name = "pallet-sudo"7952version = "4.0.0-dev"7953source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7954dependencies = [7955 "frame-benchmarking",7956 "frame-support",7957 "frame-system",7958 "parity-scale-codec",7959 "scale-info",7960 "sp-io",7961 "sp-runtime",7962 "sp-std",7963]79647965[[package]]7966name = "pallet-template-transaction-payment"7967version = "3.0.0"7968source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"7969dependencies = [7970 "frame-benchmarking",7971 "frame-support",7972 "frame-system",7973 "pallet-balances",7974 "pallet-transaction-payment",7975 "parity-scale-codec",7976 "scale-info",7977 "serde",7978 "sp-core",7979 "sp-io",7980 "sp-runtime",7981 "sp-std",7982 "up-sponsorship",7983]79847985[[package]]7986name = "pallet-test-utils"7987version = "0.1.0"7988dependencies = [7989 "frame-support",7990 "frame-system",7991 "parity-scale-codec",7992 "scale-info",7993 "sp-runtime",7994 "sp-std",7995]79967997[[package]]7998name = "pallet-timestamp"7999version = "4.0.0-dev"8000source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8001dependencies = [8002 "frame-benchmarking",8003 "frame-support",8004 "frame-system",8005 "log",8006 "parity-scale-codec",8007 "scale-info",8008 "sp-inherents",8009 "sp-io",8010 "sp-runtime",8011 "sp-std",8012 "sp-storage",8013 "sp-timestamp",8014]80158016[[package]]8017name = "pallet-tips"8018version = "4.0.0-dev"8019source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8020dependencies = [8021 "frame-benchmarking",8022 "frame-support",8023 "frame-system",8024 "log",8025 "pallet-treasury",8026 "parity-scale-codec",8027 "scale-info",8028 "serde",8029 "sp-core",8030 "sp-io",8031 "sp-runtime",8032 "sp-std",8033]80348035[[package]]8036name = "pallet-transaction-payment"8037version = "4.0.0-dev"8038source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8039dependencies = [8040 "frame-support",8041 "frame-system",8042 "parity-scale-codec",8043 "scale-info",8044 "serde",8045 "sp-core",8046 "sp-io",8047 "sp-runtime",8048 "sp-std",8049]80508051[[package]]8052name = "pallet-transaction-payment-rpc"8053version = "4.0.0-dev"8054source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8055dependencies = [8056 "jsonrpsee",8057 "pallet-transaction-payment-rpc-runtime-api",8058 "parity-scale-codec",8059 "sp-api",8060 "sp-blockchain",8061 "sp-core",8062 "sp-rpc",8063 "sp-runtime",8064 "sp-weights",8065]80668067[[package]]8068name = "pallet-transaction-payment-rpc-runtime-api"8069version = "4.0.0-dev"8070source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8071dependencies = [8072 "pallet-transaction-payment",8073 "parity-scale-codec",8074 "sp-api",8075 "sp-runtime",8076 "sp-weights",8077]80788079[[package]]8080name = "pallet-treasury"8081version = "4.0.0-dev"8082source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8083dependencies = [8084 "frame-benchmarking",8085 "frame-support",8086 "frame-system",8087 "impl-trait-for-tuples",8088 "pallet-balances",8089 "parity-scale-codec",8090 "scale-info",8091 "serde",8092 "sp-runtime",8093 "sp-std",8094]80958096[[package]]8097name = "pallet-unique"8098version = "0.2.1"8099dependencies = [8100 "ethereum",8101 "evm-coder",8102 "frame-benchmarking",8103 "frame-support",8104 "frame-system",8105 "log",8106 "pallet-balances-adapter",8107 "pallet-common",8108 "pallet-evm",8109 "pallet-evm-coder-substrate",8110 "pallet-nonfungible",8111 "pallet-refungible",8112 "parity-scale-codec",8113 "scale-info",8114 "sp-core",8115 "sp-io",8116 "sp-runtime",8117 "sp-std",8118 "up-data-structs",8119]81208121[[package]]8122name = "pallet-utility"8123version = "4.0.0-dev"8124source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8125dependencies = [8126 "frame-benchmarking",8127 "frame-support",8128 "frame-system",8129 "parity-scale-codec",8130 "scale-info",8131 "sp-core",8132 "sp-io",8133 "sp-runtime",8134 "sp-std",8135]81368137[[package]]8138name = "pallet-vesting"8139version = "4.0.0-dev"8140source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8141dependencies = [8142 "frame-benchmarking",8143 "frame-support",8144 "frame-system",8145 "log",8146 "parity-scale-codec",8147 "scale-info",8148 "sp-runtime",8149 "sp-std",8150]81518152[[package]]8153name = "pallet-whitelist"8154version = "4.0.0-dev"8155source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8156dependencies = [8157 "frame-benchmarking",8158 "frame-support",8159 "frame-system",8160 "parity-scale-codec",8161 "scale-info",8162 "sp-api",8163 "sp-runtime",8164 "sp-std",8165]81668167[[package]]8168name = "pallet-xcm"8169version = "1.0.0"8170source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8171dependencies = [8172 "bounded-collections",8173 "frame-benchmarking",8174 "frame-support",8175 "frame-system",8176 "log",8177 "parity-scale-codec",8178 "scale-info",8179 "serde",8180 "sp-core",8181 "sp-io",8182 "sp-runtime",8183 "sp-std",8184 "staging-xcm",8185 "staging-xcm-executor",8186]81878188[[package]]8189name = "pallet-xcm-benchmarks"8190version = "1.0.0"8191source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8192dependencies = [8193 "frame-benchmarking",8194 "frame-support",8195 "frame-system",8196 "log",8197 "parity-scale-codec",8198 "scale-info",8199 "sp-io",8200 "sp-runtime",8201 "sp-std",8202 "staging-xcm",8203 "staging-xcm-builder",8204 "staging-xcm-executor",8205]82068207[[package]]8208name = "parachain-info"8209version = "0.1.0"8210source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8211dependencies = [8212 "cumulus-primitives-core",8213 "frame-support",8214 "frame-system",8215 "parity-scale-codec",8216 "scale-info",8217 "sp-runtime",8218 "sp-std",8219]82208221[[package]]8222name = "parity-db"8223version = "0.4.11"8224source = "registry+https://github.com/rust-lang/crates.io-index"8225checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735"8226dependencies = [8227 "blake2",8228 "crc32fast",8229 "fs2",8230 "hex",8231 "libc",8232 "log",8233 "lz4",8234 "memmap2",8235 "parking_lot 0.12.1",8236 "rand 0.8.5",8237 "siphasher",8238 "snap",8239]82408241[[package]]8242name = "parity-scale-codec"8243version = "3.6.5"8244source = "registry+https://github.com/rust-lang/crates.io-index"8245checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb"8246dependencies = [8247 "arrayvec 0.7.4",8248 "bitvec",8249 "byte-slice-cast",8250 "bytes",8251 "impl-trait-for-tuples",8252 "parity-scale-codec-derive",8253 "serde",8254]82558256[[package]]8257name = "parity-scale-codec-derive"8258version = "3.6.5"8259source = "registry+https://github.com/rust-lang/crates.io-index"8260checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"8261dependencies = [8262 "proc-macro-crate",8263 "proc-macro2",8264 "quote",8265 "syn 1.0.109",8266]82678268[[package]]8269name = "parity-send-wrapper"8270version = "0.1.0"8271source = "registry+https://github.com/rust-lang/crates.io-index"8272checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"82738274[[package]]8275name = "parity-wasm"8276version = "0.45.0"8277source = "registry+https://github.com/rust-lang/crates.io-index"8278checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"82798280[[package]]8281name = "parking"8282version = "2.1.1"8283source = "registry+https://github.com/rust-lang/crates.io-index"8284checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"82858286[[package]]8287name = "parking_lot"8288version = "0.11.2"8289source = "registry+https://github.com/rust-lang/crates.io-index"8290checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"8291dependencies = [8292 "instant",8293 "lock_api",8294 "parking_lot_core 0.8.6",8295]82968297[[package]]8298name = "parking_lot"8299version = "0.12.1"8300source = "registry+https://github.com/rust-lang/crates.io-index"8301checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8302dependencies = [8303 "lock_api",8304 "parking_lot_core 0.9.8",8305]83068307[[package]]8308name = "parking_lot_core"8309version = "0.8.6"8310source = "registry+https://github.com/rust-lang/crates.io-index"8311checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"8312dependencies = [8313 "cfg-if",8314 "instant",8315 "libc",8316 "redox_syscall 0.2.16",8317 "smallvec",8318 "winapi",8319]83208321[[package]]8322name = "parking_lot_core"8323version = "0.9.8"8324source = "registry+https://github.com/rust-lang/crates.io-index"8325checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"8326dependencies = [8327 "cfg-if",8328 "libc",8329 "redox_syscall 0.3.5",8330 "smallvec",8331 "windows-targets 0.48.5",8332]83338334[[package]]8335name = "partial_sort"8336version = "0.2.0"8337source = "registry+https://github.com/rust-lang/crates.io-index"8338checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"83398340[[package]]8341name = "paste"8342version = "1.0.14"8343source = "registry+https://github.com/rust-lang/crates.io-index"8344checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"83458346[[package]]8347name = "pbkdf2"8348version = "0.8.0"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"8351dependencies = [8352 "crypto-mac 0.11.1",8353]83548355[[package]]8356name = "pbkdf2"8357version = "0.11.0"8358source = "registry+https://github.com/rust-lang/crates.io-index"8359checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"8360dependencies = [8361 "digest 0.10.7",8362]83638364[[package]]8365name = "pbkdf2"8366version = "0.12.2"8367source = "registry+https://github.com/rust-lang/crates.io-index"8368checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8369dependencies = [8370 "digest 0.10.7",8371]83728373[[package]]8374name = "peeking_take_while"8375version = "0.1.2"8376source = "registry+https://github.com/rust-lang/crates.io-index"8377checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"83788379[[package]]8380name = "pem"8381version = "1.1.1"8382source = "registry+https://github.com/rust-lang/crates.io-index"8383checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"8384dependencies = [8385 "base64 0.13.1",8386]83878388[[package]]8389name = "pem-rfc7468"8390version = "0.6.0"8391source = "registry+https://github.com/rust-lang/crates.io-index"8392checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"8393dependencies = [8394 "base64ct",8395]83968397[[package]]8398name = "percent-encoding"8399version = "2.3.0"8400source = "registry+https://github.com/rust-lang/crates.io-index"8401checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"84028403[[package]]8404name = "pest"8405version = "2.7.4"8406source = "registry+https://github.com/rust-lang/crates.io-index"8407checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"8408dependencies = [8409 "memchr",8410 "thiserror",8411 "ucd-trie",8412]84138414[[package]]8415name = "pest_derive"8416version = "2.7.4"8417source = "registry+https://github.com/rust-lang/crates.io-index"8418checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"8419dependencies = [8420 "pest",8421 "pest_generator",8422]84238424[[package]]8425name = "pest_generator"8426version = "2.7.4"8427source = "registry+https://github.com/rust-lang/crates.io-index"8428checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"8429dependencies = [8430 "pest",8431 "pest_meta",8432 "proc-macro2",8433 "quote",8434 "syn 2.0.37",8435]84368437[[package]]8438name = "pest_meta"8439version = "2.7.4"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"8442dependencies = [8443 "once_cell",8444 "pest",8445 "sha2 0.10.8",8446]84478448[[package]]8449name = "petgraph"8450version = "0.6.4"8451source = "registry+https://github.com/rust-lang/crates.io-index"8452checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8453dependencies = [8454 "fixedbitset",8455 "indexmap 2.0.2",8456]84578458[[package]]8459name = "pin-project"8460version = "1.1.3"8461source = "registry+https://github.com/rust-lang/crates.io-index"8462checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"8463dependencies = [8464 "pin-project-internal",8465]84668467[[package]]8468name = "pin-project-internal"8469version = "1.1.3"8470source = "registry+https://github.com/rust-lang/crates.io-index"8471checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"8472dependencies = [8473 "proc-macro2",8474 "quote",8475 "syn 2.0.37",8476]84778478[[package]]8479name = "pin-project-lite"8480version = "0.1.12"8481source = "registry+https://github.com/rust-lang/crates.io-index"8482checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"84838484[[package]]8485name = "pin-project-lite"8486version = "0.2.13"8487source = "registry+https://github.com/rust-lang/crates.io-index"8488checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"84898490[[package]]8491name = "pin-utils"8492version = "0.1.0"8493source = "registry+https://github.com/rust-lang/crates.io-index"8494checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"84958496[[package]]8497name = "piper"8498version = "0.2.1"8499source = "registry+https://github.com/rust-lang/crates.io-index"8500checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"8501dependencies = [8502 "atomic-waker",8503 "fastrand 2.0.1",8504 "futures-io",8505]85068507[[package]]8508name = "pkcs8"8509version = "0.9.0"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"8512dependencies = [8513 "der 0.6.1",8514 "spki 0.6.0",8515]85168517[[package]]8518name = "pkcs8"8519version = "0.10.2"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"8522dependencies = [8523 "der 0.7.8",8524 "spki 0.7.2",8525]85268527[[package]]8528name = "pkg-config"8529version = "0.3.27"8530source = "registry+https://github.com/rust-lang/crates.io-index"8531checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"85328533[[package]]8534name = "platforms"8535version = "3.1.2"8536source = "registry+https://github.com/rust-lang/crates.io-index"8537checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"85388539[[package]]8540name = "polkadot-approval-distribution"8541version = "1.0.0"8542source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8543dependencies = [8544 "futures",8545 "futures-timer",8546 "polkadot-node-jaeger",8547 "polkadot-node-metrics",8548 "polkadot-node-network-protocol",8549 "polkadot-node-primitives",8550 "polkadot-node-subsystem",8551 "polkadot-node-subsystem-util",8552 "polkadot-primitives",8553 "rand 0.8.5",8554 "tracing-gum",8555]85568557[[package]]8558name = "polkadot-availability-bitfield-distribution"8559version = "1.0.0"8560source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8561dependencies = [8562 "always-assert",8563 "futures",8564 "futures-timer",8565 "polkadot-node-network-protocol",8566 "polkadot-node-subsystem",8567 "polkadot-node-subsystem-util",8568 "polkadot-primitives",8569 "rand 0.8.5",8570 "tracing-gum",8571]85728573[[package]]8574name = "polkadot-availability-distribution"8575version = "1.0.0"8576source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8577dependencies = [8578 "derive_more",8579 "fatality",8580 "futures",8581 "parity-scale-codec",8582 "polkadot-erasure-coding",8583 "polkadot-node-network-protocol",8584 "polkadot-node-primitives",8585 "polkadot-node-subsystem",8586 "polkadot-node-subsystem-util",8587 "polkadot-primitives",8588 "rand 0.8.5",8589 "schnellru",8590 "sp-core",8591 "sp-keystore",8592 "thiserror",8593 "tracing-gum",8594]85958596[[package]]8597name = "polkadot-availability-recovery"8598version = "1.0.0"8599source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8600dependencies = [8601 "fatality",8602 "futures",8603 "parity-scale-codec",8604 "polkadot-erasure-coding",8605 "polkadot-node-network-protocol",8606 "polkadot-node-primitives",8607 "polkadot-node-subsystem",8608 "polkadot-node-subsystem-util",8609 "polkadot-primitives",8610 "rand 0.8.5",8611 "sc-network",8612 "schnellru",8613 "thiserror",8614 "tracing-gum",8615]86168617[[package]]8618name = "polkadot-cli"8619version = "1.1.0"8620source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8621dependencies = [8622 "clap",8623 "frame-benchmarking-cli",8624 "futures",8625 "log",8626 "polkadot-node-metrics",8627 "polkadot-performance-test",8628 "polkadot-service",8629 "sc-cli",8630 "sc-executor",8631 "sc-service",8632 "sc-storage-monitor",8633 "sc-sysinfo",8634 "sc-tracing",8635 "sp-core",8636 "sp-io",8637 "sp-keyring",8638 "sp-maybe-compressed-blob",8639 "substrate-build-script-utils",8640 "thiserror",8641 "try-runtime-cli",8642]86438644[[package]]8645name = "polkadot-collator-protocol"8646version = "1.0.0"8647source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8648dependencies = [8649 "bitvec",8650 "fatality",8651 "futures",8652 "futures-timer",8653 "polkadot-node-network-protocol",8654 "polkadot-node-primitives",8655 "polkadot-node-subsystem",8656 "polkadot-node-subsystem-util",8657 "polkadot-primitives",8658 "sp-core",8659 "sp-keystore",8660 "sp-runtime",8661 "thiserror",8662 "tokio-util",8663 "tracing-gum",8664]86658666[[package]]8667name = "polkadot-core-primitives"8668version = "1.0.0"8669source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8670dependencies = [8671 "parity-scale-codec",8672 "scale-info",8673 "sp-core",8674 "sp-runtime",8675 "sp-std",8676]86778678[[package]]8679name = "polkadot-dispute-distribution"8680version = "1.0.0"8681source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8682dependencies = [8683 "derive_more",8684 "fatality",8685 "futures",8686 "futures-timer",8687 "indexmap 1.9.3",8688 "parity-scale-codec",8689 "polkadot-erasure-coding",8690 "polkadot-node-network-protocol",8691 "polkadot-node-primitives",8692 "polkadot-node-subsystem",8693 "polkadot-node-subsystem-util",8694 "polkadot-primitives",8695 "sc-network",8696 "schnellru",8697 "sp-application-crypto",8698 "sp-keystore",8699 "thiserror",8700 "tracing-gum",8701]87028703[[package]]8704name = "polkadot-erasure-coding"8705version = "1.0.0"8706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8707dependencies = [8708 "parity-scale-codec",8709 "polkadot-node-primitives",8710 "polkadot-primitives",8711 "reed-solomon-novelpoly",8712 "sp-core",8713 "sp-trie",8714 "thiserror",8715]87168717[[package]]8718name = "polkadot-gossip-support"8719version = "1.0.0"8720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8721dependencies = [8722 "futures",8723 "futures-timer",8724 "polkadot-node-network-protocol",8725 "polkadot-node-subsystem",8726 "polkadot-node-subsystem-util",8727 "polkadot-primitives",8728 "rand 0.8.5",8729 "rand_chacha 0.3.1",8730 "sc-network",8731 "sc-network-common",8732 "sp-application-crypto",8733 "sp-core",8734 "sp-keystore",8735 "tracing-gum",8736]87378738[[package]]8739name = "polkadot-network-bridge"8740version = "1.0.0"8741source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8742dependencies = [8743 "always-assert",8744 "async-trait",8745 "bytes",8746 "fatality",8747 "futures",8748 "parity-scale-codec",8749 "parking_lot 0.12.1",8750 "polkadot-node-metrics",8751 "polkadot-node-network-protocol",8752 "polkadot-node-subsystem",8753 "polkadot-overseer",8754 "polkadot-primitives",8755 "sc-network",8756 "sp-consensus",8757 "thiserror",8758 "tracing-gum",8759]87608761[[package]]8762name = "polkadot-node-collation-generation"8763version = "1.0.0"8764source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8765dependencies = [8766 "futures",8767 "parity-scale-codec",8768 "polkadot-erasure-coding",8769 "polkadot-node-primitives",8770 "polkadot-node-subsystem",8771 "polkadot-node-subsystem-util",8772 "polkadot-primitives",8773 "sp-core",8774 "sp-maybe-compressed-blob",8775 "thiserror",8776 "tracing-gum",8777]87788779[[package]]8780name = "polkadot-node-core-approval-voting"8781version = "1.0.0"8782source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8783dependencies = [8784 "bitvec",8785 "derive_more",8786 "futures",8787 "futures-timer",8788 "kvdb",8789 "merlin 2.0.1",8790 "parity-scale-codec",8791 "polkadot-node-jaeger",8792 "polkadot-node-primitives",8793 "polkadot-node-subsystem",8794 "polkadot-node-subsystem-util",8795 "polkadot-overseer",8796 "polkadot-primitives",8797 "sc-keystore",8798 "schnellru",8799 "schnorrkel 0.9.1",8800 "sp-application-crypto",8801 "sp-consensus",8802 "sp-consensus-slots",8803 "sp-runtime",8804 "thiserror",8805 "tracing-gum",8806]88078808[[package]]8809name = "polkadot-node-core-av-store"8810version = "1.0.0"8811source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8812dependencies = [8813 "bitvec",8814 "futures",8815 "futures-timer",8816 "kvdb",8817 "parity-scale-codec",8818 "polkadot-erasure-coding",8819 "polkadot-node-jaeger",8820 "polkadot-node-primitives",8821 "polkadot-node-subsystem",8822 "polkadot-node-subsystem-util",8823 "polkadot-overseer",8824 "polkadot-primitives",8825 "sp-consensus",8826 "thiserror",8827 "tracing-gum",8828]88298830[[package]]8831name = "polkadot-node-core-backing"8832version = "1.0.0"8833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8834dependencies = [8835 "bitvec",8836 "fatality",8837 "futures",8838 "polkadot-erasure-coding",8839 "polkadot-node-primitives",8840 "polkadot-node-subsystem",8841 "polkadot-node-subsystem-util",8842 "polkadot-primitives",8843 "polkadot-statement-table",8844 "sp-keystore",8845 "thiserror",8846 "tracing-gum",8847]88488849[[package]]8850name = "polkadot-node-core-bitfield-signing"8851version = "1.0.0"8852source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8853dependencies = [8854 "futures",8855 "polkadot-node-subsystem",8856 "polkadot-node-subsystem-util",8857 "polkadot-primitives",8858 "sp-keystore",8859 "thiserror",8860 "tracing-gum",8861 "wasm-timer",8862]88638864[[package]]8865name = "polkadot-node-core-candidate-validation"8866version = "1.0.0"8867source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8868dependencies = [8869 "async-trait",8870 "futures",8871 "futures-timer",8872 "parity-scale-codec",8873 "polkadot-node-core-pvf",8874 "polkadot-node-metrics",8875 "polkadot-node-primitives",8876 "polkadot-node-subsystem",8877 "polkadot-node-subsystem-util",8878 "polkadot-overseer",8879 "polkadot-parachain-primitives",8880 "polkadot-primitives",8881 "sp-maybe-compressed-blob",8882 "tracing-gum",8883]88848885[[package]]8886name = "polkadot-node-core-chain-api"8887version = "1.0.0"8888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8889dependencies = [8890 "futures",8891 "polkadot-node-metrics",8892 "polkadot-node-subsystem",8893 "polkadot-primitives",8894 "sc-client-api",8895 "sc-consensus-babe",8896 "sp-blockchain",8897 "tracing-gum",8898]88998900[[package]]8901name = "polkadot-node-core-chain-selection"8902version = "1.0.0"8903source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8904dependencies = [8905 "futures",8906 "futures-timer",8907 "kvdb",8908 "parity-scale-codec",8909 "polkadot-node-primitives",8910 "polkadot-node-subsystem",8911 "polkadot-node-subsystem-util",8912 "polkadot-primitives",8913 "thiserror",8914 "tracing-gum",8915]89168917[[package]]8918name = "polkadot-node-core-dispute-coordinator"8919version = "1.0.0"8920source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8921dependencies = [8922 "fatality",8923 "futures",8924 "kvdb",8925 "parity-scale-codec",8926 "polkadot-node-primitives",8927 "polkadot-node-subsystem",8928 "polkadot-node-subsystem-util",8929 "polkadot-primitives",8930 "sc-keystore",8931 "schnellru",8932 "thiserror",8933 "tracing-gum",8934]89358936[[package]]8937name = "polkadot-node-core-parachains-inherent"8938version = "1.0.0"8939source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8940dependencies = [8941 "async-trait",8942 "futures",8943 "futures-timer",8944 "polkadot-node-subsystem",8945 "polkadot-overseer",8946 "polkadot-primitives",8947 "sp-blockchain",8948 "sp-inherents",8949 "thiserror",8950 "tracing-gum",8951]89528953[[package]]8954name = "polkadot-node-core-prospective-parachains"8955version = "1.0.0"8956source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8957dependencies = [8958 "bitvec",8959 "fatality",8960 "futures",8961 "parity-scale-codec",8962 "polkadot-node-primitives",8963 "polkadot-node-subsystem",8964 "polkadot-node-subsystem-util",8965 "polkadot-primitives",8966 "thiserror",8967 "tracing-gum",8968]89698970[[package]]8971name = "polkadot-node-core-provisioner"8972version = "1.0.0"8973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8974dependencies = [8975 "bitvec",8976 "fatality",8977 "futures",8978 "futures-timer",8979 "polkadot-node-primitives",8980 "polkadot-node-subsystem",8981 "polkadot-node-subsystem-util",8982 "polkadot-primitives",8983 "thiserror",8984 "tracing-gum",8985]89868987[[package]]8988name = "polkadot-node-core-pvf"8989version = "1.0.0"8990source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8991dependencies = [8992 "always-assert",8993 "futures",8994 "futures-timer",8995 "libc",8996 "parity-scale-codec",8997 "pin-project",8998 "polkadot-core-primitives",8999 "polkadot-node-core-pvf-common",9000 "polkadot-node-metrics",9001 "polkadot-node-primitives",9002 "polkadot-parachain-primitives",9003 "polkadot-primitives",9004 "rand 0.8.5",9005 "slotmap",9006 "sp-core",9007 "sp-maybe-compressed-blob",9008 "sp-wasm-interface",9009 "substrate-build-script-utils",9010 "tempfile",9011 "tokio",9012 "tracing-gum",9013]90149015[[package]]9016name = "polkadot-node-core-pvf-checker"9017version = "1.0.0"9018source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9019dependencies = [9020 "futures",9021 "polkadot-node-primitives",9022 "polkadot-node-subsystem",9023 "polkadot-node-subsystem-util",9024 "polkadot-overseer",9025 "polkadot-primitives",9026 "sp-keystore",9027 "thiserror",9028 "tracing-gum",9029]90309031[[package]]9032name = "polkadot-node-core-pvf-common"9033version = "1.0.0"9034source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9035dependencies = [9036 "cpu-time",9037 "futures",9038 "landlock",9039 "libc",9040 "parity-scale-codec",9041 "polkadot-parachain-primitives",9042 "polkadot-primitives",9043 "sc-executor",9044 "sc-executor-common",9045 "sc-executor-wasmtime",9046 "sp-core",9047 "sp-externalities",9048 "sp-io",9049 "sp-tracing",9050 "tokio",9051 "tracing-gum",9052]90539054[[package]]9055name = "polkadot-node-core-pvf-prepare-worker"9056version = "1.0.0"9057source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9058dependencies = [9059 "futures",9060 "libc",9061 "parity-scale-codec",9062 "polkadot-node-core-pvf-common",9063 "polkadot-parachain-primitives",9064 "polkadot-primitives",9065 "rayon",9066 "sc-executor",9067 "sc-executor-common",9068 "sc-executor-wasmtime",9069 "sp-io",9070 "sp-maybe-compressed-blob",9071 "sp-tracing",9072 "tikv-jemalloc-ctl",9073 "tokio",9074 "tracing-gum",9075]90769077[[package]]9078name = "polkadot-node-core-runtime-api"9079version = "1.0.0"9080source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9081dependencies = [9082 "futures",9083 "polkadot-node-metrics",9084 "polkadot-node-subsystem",9085 "polkadot-node-subsystem-types",9086 "polkadot-primitives",9087 "schnellru",9088 "sp-consensus-babe",9089 "tracing-gum",9090]90919092[[package]]9093name = "polkadot-node-jaeger"9094version = "1.0.0"9095source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9096dependencies = [9097 "lazy_static",9098 "log",9099 "mick-jaeger",9100 "parity-scale-codec",9101 "parking_lot 0.12.1",9102 "polkadot-node-primitives",9103 "polkadot-primitives",9104 "sc-network",9105 "sp-core",9106 "thiserror",9107 "tokio",9108]91099110[[package]]9111name = "polkadot-node-metrics"9112version = "1.0.0"9113source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9114dependencies = [9115 "bs58 0.5.0",9116 "futures",9117 "futures-timer",9118 "log",9119 "parity-scale-codec",9120 "polkadot-primitives",9121 "prioritized-metered-channel",9122 "sc-cli",9123 "sc-service",9124 "sc-tracing",9125 "substrate-prometheus-endpoint",9126 "tracing-gum",9127]91289129[[package]]9130name = "polkadot-node-network-protocol"9131version = "1.0.0"9132source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9133dependencies = [9134 "async-channel",9135 "async-trait",9136 "bitvec",9137 "derive_more",9138 "fatality",9139 "futures",9140 "hex",9141 "parity-scale-codec",9142 "polkadot-node-jaeger",9143 "polkadot-node-primitives",9144 "polkadot-primitives",9145 "rand 0.8.5",9146 "sc-authority-discovery",9147 "sc-network",9148 "strum",9149 "thiserror",9150 "tracing-gum",9151]91529153[[package]]9154name = "polkadot-node-primitives"9155version = "1.0.0"9156source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9157dependencies = [9158 "bounded-vec",9159 "futures",9160 "parity-scale-codec",9161 "polkadot-parachain-primitives",9162 "polkadot-primitives",9163 "schnorrkel 0.9.1",9164 "serde",9165 "sp-application-crypto",9166 "sp-consensus-babe",9167 "sp-core",9168 "sp-keystore",9169 "sp-maybe-compressed-blob",9170 "sp-runtime",9171 "thiserror",9172 "zstd 0.12.4",9173]91749175[[package]]9176name = "polkadot-node-subsystem"9177version = "1.0.0"9178source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9179dependencies = [9180 "polkadot-node-jaeger",9181 "polkadot-node-subsystem-types",9182 "polkadot-overseer",9183]91849185[[package]]9186name = "polkadot-node-subsystem-types"9187version = "1.0.0"9188source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9189dependencies = [9190 "async-trait",9191 "derive_more",9192 "futures",9193 "orchestra",9194 "polkadot-node-jaeger",9195 "polkadot-node-network-protocol",9196 "polkadot-node-primitives",9197 "polkadot-primitives",9198 "polkadot-statement-table",9199 "sc-network",9200 "sc-transaction-pool-api",9201 "smallvec",9202 "sp-api",9203 "sp-authority-discovery",9204 "sp-consensus-babe",9205 "substrate-prometheus-endpoint",9206 "thiserror",9207]92089209[[package]]9210name = "polkadot-node-subsystem-util"9211version = "1.0.0"9212source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9213dependencies = [9214 "async-trait",9215 "derive_more",9216 "fatality",9217 "futures",9218 "futures-channel",9219 "itertools 0.10.5",9220 "kvdb",9221 "parity-db",9222 "parity-scale-codec",9223 "parking_lot 0.11.2",9224 "pin-project",9225 "polkadot-node-jaeger",9226 "polkadot-node-metrics",9227 "polkadot-node-network-protocol",9228 "polkadot-node-primitives",9229 "polkadot-node-subsystem",9230 "polkadot-overseer",9231 "polkadot-primitives",9232 "prioritized-metered-channel",9233 "rand 0.8.5",9234 "schnellru",9235 "sp-application-crypto",9236 "sp-core",9237 "sp-keystore",9238 "thiserror",9239 "tracing-gum",9240]92419242[[package]]9243name = "polkadot-overseer"9244version = "1.0.0"9245source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9246dependencies = [9247 "async-trait",9248 "futures",9249 "futures-timer",9250 "orchestra",9251 "parking_lot 0.12.1",9252 "polkadot-node-metrics",9253 "polkadot-node-network-protocol",9254 "polkadot-node-primitives",9255 "polkadot-node-subsystem-types",9256 "polkadot-primitives",9257 "sc-client-api",9258 "schnellru",9259 "sp-api",9260 "sp-core",9261 "tikv-jemalloc-ctl",9262 "tracing-gum",9263]92649265[[package]]9266name = "polkadot-parachain-primitives"9267version = "1.0.0"9268source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9269dependencies = [9270 "bounded-collections",9271 "derive_more",9272 "frame-support",9273 "parity-scale-codec",9274 "polkadot-core-primitives",9275 "scale-info",9276 "serde",9277 "sp-core",9278 "sp-runtime",9279 "sp-std",9280]92819282[[package]]9283name = "polkadot-performance-test"9284version = "1.0.0"9285source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9286dependencies = [9287 "env_logger 0.9.3",9288 "log",9289 "polkadot-erasure-coding",9290 "polkadot-node-core-pvf-prepare-worker",9291 "polkadot-node-primitives",9292 "polkadot-primitives",9293 "quote",9294 "sc-executor-common",9295 "sp-maybe-compressed-blob",9296 "staging-kusama-runtime",9297 "thiserror",9298]92999300[[package]]9301name = "polkadot-primitives"9302version = "1.0.0"9303source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9304dependencies = [9305 "bitvec",9306 "hex-literal",9307 "parity-scale-codec",9308 "polkadot-core-primitives",9309 "polkadot-parachain-primitives",9310 "scale-info",9311 "serde",9312 "sp-api",9313 "sp-application-crypto",9314 "sp-arithmetic",9315 "sp-authority-discovery",9316 "sp-consensus-slots",9317 "sp-core",9318 "sp-inherents",9319 "sp-io",9320 "sp-keystore",9321 "sp-runtime",9322 "sp-staking",9323 "sp-std",9324]93259326[[package]]9327name = "polkadot-rpc"9328version = "1.0.0"9329source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9330dependencies = [9331 "jsonrpsee",9332 "mmr-rpc",9333 "pallet-transaction-payment-rpc",9334 "polkadot-primitives",9335 "sc-chain-spec",9336 "sc-client-api",9337 "sc-consensus-babe",9338 "sc-consensus-babe-rpc",9339 "sc-consensus-beefy",9340 "sc-consensus-beefy-rpc",9341 "sc-consensus-epochs",9342 "sc-consensus-grandpa",9343 "sc-consensus-grandpa-rpc",9344 "sc-rpc",9345 "sc-sync-state-rpc",9346 "sc-transaction-pool-api",9347 "sp-api",9348 "sp-block-builder",9349 "sp-blockchain",9350 "sp-consensus",9351 "sp-consensus-babe",9352 "sp-keystore",9353 "sp-runtime",9354 "substrate-frame-rpc-system",9355 "substrate-state-trie-migration-rpc",9356]93579358[[package]]9359name = "polkadot-runtime"9360version = "1.0.0"9361source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9362dependencies = [9363 "bitvec",9364 "frame-benchmarking",9365 "frame-election-provider-support",9366 "frame-executive",9367 "frame-support",9368 "frame-system",9369 "frame-system-benchmarking",9370 "frame-system-rpc-runtime-api",9371 "frame-try-runtime",9372 "hex-literal",9373 "log",9374 "pallet-authority-discovery",9375 "pallet-authorship",9376 "pallet-babe",9377 "pallet-bags-list",9378 "pallet-balances",9379 "pallet-bounties",9380 "pallet-child-bounties",9381 "pallet-collective",9382 "pallet-conviction-voting",9383 "pallet-democracy",9384 "pallet-election-provider-multi-phase",9385 "pallet-election-provider-support-benchmarking",9386 "pallet-elections-phragmen",9387 "pallet-fast-unstake",9388 "pallet-grandpa",9389 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",9390 "pallet-im-online",9391 "pallet-indices",9392 "pallet-membership",9393 "pallet-message-queue",9394 "pallet-multisig",9395 "pallet-nomination-pools",9396 "pallet-nomination-pools-benchmarking",9397 "pallet-nomination-pools-runtime-api",9398 "pallet-offences",9399 "pallet-offences-benchmarking",9400 "pallet-preimage",9401 "pallet-proxy",9402 "pallet-referenda",9403 "pallet-scheduler",9404 "pallet-session",9405 "pallet-session-benchmarking",9406 "pallet-staking",9407 "pallet-staking-reward-curve",9408 "pallet-staking-runtime-api",9409 "pallet-timestamp",9410 "pallet-tips",9411 "pallet-transaction-payment",9412 "pallet-transaction-payment-rpc-runtime-api",9413 "pallet-treasury",9414 "pallet-utility",9415 "pallet-vesting",9416 "pallet-whitelist",9417 "pallet-xcm",9418 "pallet-xcm-benchmarks",9419 "parity-scale-codec",9420 "polkadot-primitives",9421 "polkadot-runtime-common",9422 "polkadot-runtime-constants",9423 "polkadot-runtime-parachains",9424 "rustc-hex",9425 "scale-info",9426 "serde",9427 "serde_derive",9428 "smallvec",9429 "sp-api",9430 "sp-arithmetic",9431 "sp-authority-discovery",9432 "sp-block-builder",9433 "sp-consensus-babe",9434 "sp-consensus-beefy",9435 "sp-core",9436 "sp-inherents",9437 "sp-io",9438 "sp-mmr-primitives",9439 "sp-npos-elections",9440 "sp-offchain",9441 "sp-runtime",9442 "sp-session",9443 "sp-staking",9444 "sp-std",9445 "sp-storage",9446 "sp-transaction-pool",9447 "sp-version",9448 "staging-xcm",9449 "staging-xcm-builder",9450 "staging-xcm-executor",9451 "static_assertions",9452 "substrate-wasm-builder",9453]94549455[[package]]9456name = "polkadot-runtime-common"9457version = "1.0.0"9458source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9459dependencies = [9460 "bitvec",9461 "frame-benchmarking",9462 "frame-election-provider-support",9463 "frame-support",9464 "frame-system",9465 "impl-trait-for-tuples",9466 "libsecp256k1",9467 "log",9468 "pallet-authorship",9469 "pallet-babe",9470 "pallet-balances",9471 "pallet-election-provider-multi-phase",9472 "pallet-fast-unstake",9473 "pallet-session",9474 "pallet-staking",9475 "pallet-staking-reward-fn",9476 "pallet-timestamp",9477 "pallet-transaction-payment",9478 "pallet-treasury",9479 "pallet-vesting",9480 "parity-scale-codec",9481 "polkadot-primitives",9482 "polkadot-runtime-parachains",9483 "rustc-hex",9484 "scale-info",9485 "serde",9486 "serde_derive",9487 "slot-range-helper",9488 "sp-api",9489 "sp-core",9490 "sp-inherents",9491 "sp-io",9492 "sp-npos-elections",9493 "sp-runtime",9494 "sp-session",9495 "sp-staking",9496 "sp-std",9497 "staging-xcm",9498 "static_assertions",9499]95009501[[package]]9502name = "polkadot-runtime-constants"9503version = "1.0.0"9504source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9505dependencies = [9506 "frame-support",9507 "polkadot-primitives",9508 "polkadot-runtime-common",9509 "smallvec",9510 "sp-core",9511 "sp-runtime",9512 "sp-weights",9513]95149515[[package]]9516name = "polkadot-runtime-metrics"9517version = "1.0.0"9518source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9519dependencies = [9520 "bs58 0.5.0",9521 "frame-benchmarking",9522 "parity-scale-codec",9523 "polkadot-primitives",9524 "sp-std",9525 "sp-tracing",9526]95279528[[package]]9529name = "polkadot-runtime-parachains"9530version = "1.0.0"9531source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9532dependencies = [9533 "bitflags 1.3.2",9534 "bitvec",9535 "derive_more",9536 "frame-benchmarking",9537 "frame-support",9538 "frame-system",9539 "impl-trait-for-tuples",9540 "log",9541 "pallet-authority-discovery",9542 "pallet-authorship",9543 "pallet-babe",9544 "pallet-balances",9545 "pallet-message-queue",9546 "pallet-session",9547 "pallet-staking",9548 "pallet-timestamp",9549 "pallet-vesting",9550 "parity-scale-codec",9551 "polkadot-parachain-primitives",9552 "polkadot-primitives",9553 "polkadot-runtime-metrics",9554 "rand 0.8.5",9555 "rand_chacha 0.3.1",9556 "rustc-hex",9557 "scale-info",9558 "serde",9559 "sp-api",9560 "sp-application-crypto",9561 "sp-core",9562 "sp-inherents",9563 "sp-io",9564 "sp-keystore",9565 "sp-runtime",9566 "sp-session",9567 "sp-staking",9568 "sp-std",9569 "staging-xcm",9570 "staging-xcm-executor",9571 "static_assertions",9572]95739574[[package]]9575name = "polkadot-service"9576version = "1.0.0"9577source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9578dependencies = [9579 "async-trait",9580 "frame-benchmarking",9581 "frame-benchmarking-cli",9582 "frame-support",9583 "frame-system",9584 "frame-system-rpc-runtime-api",9585 "futures",9586 "hex-literal",9587 "is_executable",9588 "kvdb",9589 "kvdb-rocksdb",9590 "log",9591 "mmr-gadget",9592 "pallet-babe",9593 "pallet-im-online",9594 "pallet-staking",9595 "pallet-transaction-payment",9596 "pallet-transaction-payment-rpc-runtime-api",9597 "parity-db",9598 "parity-scale-codec",9599 "polkadot-approval-distribution",9600 "polkadot-availability-bitfield-distribution",9601 "polkadot-availability-distribution",9602 "polkadot-availability-recovery",9603 "polkadot-collator-protocol",9604 "polkadot-core-primitives",9605 "polkadot-dispute-distribution",9606 "polkadot-gossip-support",9607 "polkadot-network-bridge",9608 "polkadot-node-collation-generation",9609 "polkadot-node-core-approval-voting",9610 "polkadot-node-core-av-store",9611 "polkadot-node-core-backing",9612 "polkadot-node-core-bitfield-signing",9613 "polkadot-node-core-candidate-validation",9614 "polkadot-node-core-chain-api",9615 "polkadot-node-core-chain-selection",9616 "polkadot-node-core-dispute-coordinator",9617 "polkadot-node-core-parachains-inherent",9618 "polkadot-node-core-prospective-parachains",9619 "polkadot-node-core-provisioner",9620 "polkadot-node-core-pvf",9621 "polkadot-node-core-pvf-checker",9622 "polkadot-node-core-runtime-api",9623 "polkadot-node-network-protocol",9624 "polkadot-node-primitives",9625 "polkadot-node-subsystem",9626 "polkadot-node-subsystem-types",9627 "polkadot-node-subsystem-util",9628 "polkadot-overseer",9629 "polkadot-parachain-primitives",9630 "polkadot-primitives",9631 "polkadot-rpc",9632 "polkadot-runtime",9633 "polkadot-runtime-common",9634 "polkadot-runtime-parachains",9635 "polkadot-statement-distribution",9636 "rococo-runtime",9637 "sc-authority-discovery",9638 "sc-basic-authorship",9639 "sc-block-builder",9640 "sc-chain-spec",9641 "sc-client-api",9642 "sc-client-db",9643 "sc-consensus",9644 "sc-consensus-babe",9645 "sc-consensus-beefy",9646 "sc-consensus-grandpa",9647 "sc-consensus-slots",9648 "sc-executor",9649 "sc-keystore",9650 "sc-network",9651 "sc-network-common",9652 "sc-network-sync",9653 "sc-offchain",9654 "sc-service",9655 "sc-sync-state-rpc",9656 "sc-sysinfo",9657 "sc-telemetry",9658 "sc-transaction-pool",9659 "sc-transaction-pool-api",9660 "schnellru",9661 "serde",9662 "serde_json",9663 "sp-api",9664 "sp-authority-discovery",9665 "sp-block-builder",9666 "sp-blockchain",9667 "sp-consensus",9668 "sp-consensus-babe",9669 "sp-consensus-beefy",9670 "sp-consensus-grandpa",9671 "sp-core",9672 "sp-inherents",9673 "sp-io",9674 "sp-keyring",9675 "sp-keystore",9676 "sp-mmr-primitives",9677 "sp-offchain",9678 "sp-runtime",9679 "sp-session",9680 "sp-state-machine",9681 "sp-storage",9682 "sp-timestamp",9683 "sp-transaction-pool",9684 "sp-version",9685 "sp-weights",9686 "staging-kusama-runtime",9687 "substrate-prometheus-endpoint",9688 "thiserror",9689 "tracing-gum",9690 "westend-runtime",9691]96929693[[package]]9694name = "polkadot-statement-distribution"9695version = "1.0.0"9696source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9697dependencies = [9698 "arrayvec 0.7.4",9699 "bitvec",9700 "fatality",9701 "futures",9702 "futures-timer",9703 "indexmap 1.9.3",9704 "parity-scale-codec",9705 "polkadot-node-network-protocol",9706 "polkadot-node-primitives",9707 "polkadot-node-subsystem",9708 "polkadot-node-subsystem-types",9709 "polkadot-node-subsystem-util",9710 "polkadot-primitives",9711 "sp-keystore",9712 "sp-staking",9713 "thiserror",9714 "tracing-gum",9715]97169717[[package]]9718name = "polkadot-statement-table"9719version = "1.0.0"9720source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9721dependencies = [9722 "parity-scale-codec",9723 "polkadot-primitives",9724 "sp-core",9725]97269727[[package]]9728name = "polling"9729version = "2.8.0"9730source = "registry+https://github.com/rust-lang/crates.io-index"9731checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9732dependencies = [9733 "autocfg",9734 "bitflags 1.3.2",9735 "cfg-if",9736 "concurrent-queue",9737 "libc",9738 "log",9739 "pin-project-lite 0.2.13",9740 "windows-sys 0.48.0",9741]97429743[[package]]9744name = "poly1305"9745version = "0.7.2"9746source = "registry+https://github.com/rust-lang/crates.io-index"9747checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9748dependencies = [9749 "cpufeatures",9750 "opaque-debug 0.3.0",9751 "universal-hash 0.4.1",9752]97539754[[package]]9755name = "poly1305"9756version = "0.8.0"9757source = "registry+https://github.com/rust-lang/crates.io-index"9758checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"9759dependencies = [9760 "cpufeatures",9761 "opaque-debug 0.3.0",9762 "universal-hash 0.5.1",9763]97649765[[package]]9766name = "polyval"9767version = "0.5.3"9768source = "registry+https://github.com/rust-lang/crates.io-index"9769checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9770dependencies = [9771 "cfg-if",9772 "cpufeatures",9773 "opaque-debug 0.3.0",9774 "universal-hash 0.4.1",9775]97769777[[package]]9778name = "polyval"9779version = "0.6.1"9780source = "registry+https://github.com/rust-lang/crates.io-index"9781checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"9782dependencies = [9783 "cfg-if",9784 "cpufeatures",9785 "opaque-debug 0.3.0",9786 "universal-hash 0.5.1",9787]97889789[[package]]9790name = "portable-atomic"9791version = "1.4.3"9792source = "registry+https://github.com/rust-lang/crates.io-index"9793checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"97949795[[package]]9796name = "ppv-lite86"9797version = "0.2.17"9798source = "registry+https://github.com/rust-lang/crates.io-index"9799checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"98009801[[package]]9802name = "precompile-utils-macro"9803version = "0.1.0"9804dependencies = [9805 "num_enum",9806 "proc-macro2",9807 "quote",9808 "sha3 0.8.2",9809 "syn 1.0.109",9810]98119812[[package]]9813name = "predicates"9814version = "2.1.5"9815source = "registry+https://github.com/rust-lang/crates.io-index"9816checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9817dependencies = [9818 "difflib",9819 "float-cmp",9820 "itertools 0.10.5",9821 "normalize-line-endings",9822 "predicates-core",9823 "regex",9824]98259826[[package]]9827name = "predicates-core"9828version = "1.0.6"9829source = "registry+https://github.com/rust-lang/crates.io-index"9830checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"98319832[[package]]9833name = "predicates-tree"9834version = "1.0.9"9835source = "registry+https://github.com/rust-lang/crates.io-index"9836checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9837dependencies = [9838 "predicates-core",9839 "termtree",9840]98419842[[package]]9843name = "prettyplease"9844version = "0.1.25"9845source = "registry+https://github.com/rust-lang/crates.io-index"9846checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9847dependencies = [9848 "proc-macro2",9849 "syn 1.0.109",9850]98519852[[package]]9853name = "prettyplease"9854version = "0.2.15"9855source = "registry+https://github.com/rust-lang/crates.io-index"9856checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9857dependencies = [9858 "proc-macro2",9859 "syn 2.0.37",9860]98619862[[package]]9863name = "primitive-types"9864version = "0.12.1"9865source = "registry+https://github.com/rust-lang/crates.io-index"9866checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9867dependencies = [9868 "fixed-hash",9869 "impl-codec",9870 "impl-rlp",9871 "impl-serde",9872 "scale-info",9873 "uint",9874]98759876[[package]]9877name = "prioritized-metered-channel"9878version = "0.2.0"9879source = "registry+https://github.com/rust-lang/crates.io-index"9880checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9881dependencies = [9882 "coarsetime",9883 "crossbeam-queue",9884 "derive_more",9885 "futures",9886 "futures-timer",9887 "nanorand",9888 "thiserror",9889 "tracing",9890]98919892[[package]]9893name = "proc-macro-crate"9894version = "1.3.1"9895source = "registry+https://github.com/rust-lang/crates.io-index"9896checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9897dependencies = [9898 "once_cell",9899 "toml_edit",9900]99019902[[package]]9903name = "proc-macro-error"9904version = "1.0.4"9905source = "registry+https://github.com/rust-lang/crates.io-index"9906checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9907dependencies = [9908 "proc-macro-error-attr",9909 "proc-macro2",9910 "quote",9911 "syn 1.0.109",9912 "version_check",9913]99149915[[package]]9916name = "proc-macro-error-attr"9917version = "1.0.4"9918source = "registry+https://github.com/rust-lang/crates.io-index"9919checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9920dependencies = [9921 "proc-macro2",9922 "quote",9923 "version_check",9924]99259926[[package]]9927name = "proc-macro-hack"9928version = "0.5.20+deprecated"9929source = "registry+https://github.com/rust-lang/crates.io-index"9930checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"99319932[[package]]9933name = "proc-macro-warning"9934version = "0.4.2"9935source = "registry+https://github.com/rust-lang/crates.io-index"9936checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"9937dependencies = [9938 "proc-macro2",9939 "quote",9940 "syn 2.0.37",9941]99429943[[package]]9944name = "proc-macro2"9945version = "1.0.67"9946source = "registry+https://github.com/rust-lang/crates.io-index"9947checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"9948dependencies = [9949 "unicode-ident",9950]99519952[[package]]9953name = "prometheus"9954version = "0.13.3"9955source = "registry+https://github.com/rust-lang/crates.io-index"9956checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9957dependencies = [9958 "cfg-if",9959 "fnv",9960 "lazy_static",9961 "memchr",9962 "parking_lot 0.12.1",9963 "thiserror",9964]99659966[[package]]9967name = "prometheus-client"9968version = "0.19.0"9969source = "registry+https://github.com/rust-lang/crates.io-index"9970checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"9971dependencies = [9972 "dtoa",9973 "itoa",9974 "parking_lot 0.12.1",9975 "prometheus-client-derive-encode",9976]99779978[[package]]9979name = "prometheus-client-derive-encode"9980version = "0.4.2"9981source = "registry+https://github.com/rust-lang/crates.io-index"9982checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"9983dependencies = [9984 "proc-macro2",9985 "quote",9986 "syn 2.0.37",9987]99889989[[package]]9990name = "prost"9991version = "0.11.9"9992source = "registry+https://github.com/rust-lang/crates.io-index"9993checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9994dependencies = [9995 "bytes",9996 "prost-derive",9997]99989999[[package]]10000name = "prost-build"10001version = "0.11.9"10002source = "registry+https://github.com/rust-lang/crates.io-index"10003checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"10004dependencies = [10005 "bytes",10006 "heck",10007 "itertools 0.10.5",10008 "lazy_static",10009 "log",10010 "multimap",10011 "petgraph",10012 "prettyplease 0.1.25",10013 "prost",10014 "prost-types",10015 "regex",10016 "syn 1.0.109",10017 "tempfile",10018 "which",10019]1002010021[[package]]10022name = "prost-derive"10023version = "0.11.9"10024source = "registry+https://github.com/rust-lang/crates.io-index"10025checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"10026dependencies = [10027 "anyhow",10028 "itertools 0.10.5",10029 "proc-macro2",10030 "quote",10031 "syn 1.0.109",10032]1003310034[[package]]10035name = "prost-types"10036version = "0.11.9"10037source = "registry+https://github.com/rust-lang/crates.io-index"10038checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"10039dependencies = [10040 "prost",10041]1004210043[[package]]10044name = "psm"10045version = "0.1.21"10046source = "registry+https://github.com/rust-lang/crates.io-index"10047checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"10048dependencies = [10049 "cc",10050]1005110052[[package]]10053name = "quartz-runtime"10054version = "1.1.0"10055dependencies = [10056 "app-promotion-rpc",10057 "cumulus-pallet-aura-ext",10058 "cumulus-pallet-dmp-queue",10059 "cumulus-pallet-parachain-system",10060 "cumulus-pallet-xcm",10061 "cumulus-pallet-xcmp-queue",10062 "cumulus-primitives-core",10063 "cumulus-primitives-timestamp",10064 "cumulus-primitives-utility",10065 "derivative",10066 "evm-coder",10067 "fp-evm",10068 "fp-rpc",10069 "fp-self-contained",10070 "frame-benchmarking",10071 "frame-executive",10072 "frame-support",10073 "frame-system",10074 "frame-system-benchmarking",10075 "frame-system-rpc-runtime-api",10076 "frame-try-runtime",10077 "hex-literal",10078 "impl-trait-for-tuples",10079 "log",10080 "num_enum",10081 "orml-tokens",10082 "orml-traits",10083 "orml-vesting",10084 "orml-xcm-support",10085 "orml-xtokens",10086 "pallet-app-promotion",10087 "pallet-aura",10088 "pallet-authorship",10089 "pallet-balances",10090 "pallet-balances-adapter",10091 "pallet-base-fee",10092 "pallet-collator-selection",10093 "pallet-collective",10094 "pallet-common",10095 "pallet-configuration",10096 "pallet-democracy",10097 "pallet-ethereum",10098 "pallet-evm",10099 "pallet-evm-coder-substrate",10100 "pallet-evm-contract-helpers",10101 "pallet-evm-migration",10102 "pallet-evm-precompile-simple",10103 "pallet-evm-transaction-payment",10104 "pallet-foreign-assets",10105 "pallet-fungible",10106 "pallet-gov-origins",10107 "pallet-identity 4.0.0-dev",10108 "pallet-inflation",10109 "pallet-maintenance",10110 "pallet-membership",10111 "pallet-nonfungible",10112 "pallet-preimage",10113 "pallet-ranked-collective",10114 "pallet-referenda",10115 "pallet-refungible",10116 "pallet-scheduler",10117 "pallet-session",10118 "pallet-state-trie-migration",10119 "pallet-structure",10120 "pallet-sudo",10121 "pallet-template-transaction-payment",10122 "pallet-test-utils",10123 "pallet-timestamp",10124 "pallet-transaction-payment",10125 "pallet-transaction-payment-rpc-runtime-api",10126 "pallet-treasury",10127 "pallet-unique",10128 "pallet-utility",10129 "pallet-xcm",10130 "parachain-info",10131 "parity-scale-codec",10132 "polkadot-parachain-primitives",10133 "precompile-utils-macro",10134 "scale-info",10135 "serde",10136 "smallvec",10137 "sp-api",10138 "sp-arithmetic",10139 "sp-block-builder",10140 "sp-consensus-aura",10141 "sp-core",10142 "sp-inherents",10143 "sp-io",10144 "sp-offchain",10145 "sp-runtime",10146 "sp-session",10147 "sp-std",10148 "sp-transaction-pool",10149 "sp-version",10150 "staging-xcm",10151 "staging-xcm-builder",10152 "staging-xcm-executor",10153 "substrate-wasm-builder",10154 "up-common",10155 "up-data-structs",10156 "up-pov-estimate-rpc",10157 "up-rpc",10158 "up-sponsorship",10159]1016010161[[package]]10162name = "quick-error"10163version = "1.2.3"10164source = "registry+https://github.com/rust-lang/crates.io-index"10165checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"1016610167[[package]]10168name = "quick-protobuf"10169version = "0.8.1"10170source = "registry+https://github.com/rust-lang/crates.io-index"10171checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"10172dependencies = [10173 "byteorder",10174]1017510176[[package]]10177name = "quick-protobuf-codec"10178version = "0.1.0"10179source = "registry+https://github.com/rust-lang/crates.io-index"10180checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"10181dependencies = [10182 "asynchronous-codec",10183 "bytes",10184 "quick-protobuf",10185 "thiserror",10186 "unsigned-varint",10187]1018810189[[package]]10190name = "quicksink"10191version = "0.1.2"10192source = "registry+https://github.com/rust-lang/crates.io-index"10193checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"10194dependencies = [10195 "futures-core",10196 "futures-sink",10197 "pin-project-lite 0.1.12",10198]1019910200[[package]]10201name = "quinn-proto"10202version = "0.9.5"10203source = "registry+https://github.com/rust-lang/crates.io-index"10204checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"10205dependencies = [10206 "bytes",10207 "rand 0.8.5",10208 "ring 0.16.20",10209 "rustc-hash",10210 "rustls 0.20.9",10211 "slab",10212 "thiserror",10213 "tinyvec",10214 "tracing",10215 "webpki 0.22.2",10216]1021710218[[package]]10219name = "quote"10220version = "1.0.33"10221source = "registry+https://github.com/rust-lang/crates.io-index"10222checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"10223dependencies = [10224 "proc-macro2",10225]1022610227[[package]]10228name = "radium"10229version = "0.7.0"10230source = "registry+https://github.com/rust-lang/crates.io-index"10231checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"1023210233[[package]]10234name = "rand"10235version = "0.7.3"10236source = "registry+https://github.com/rust-lang/crates.io-index"10237checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"10238dependencies = [10239 "getrandom 0.1.16",10240 "libc",10241 "rand_chacha 0.2.2",10242 "rand_core 0.5.1",10243 "rand_hc",10244]1024510246[[package]]10247name = "rand"10248version = "0.8.5"10249source = "registry+https://github.com/rust-lang/crates.io-index"10250checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"10251dependencies = [10252 "libc",10253 "rand_chacha 0.3.1",10254 "rand_core 0.6.4",10255]1025610257[[package]]10258name = "rand_chacha"10259version = "0.2.2"10260source = "registry+https://github.com/rust-lang/crates.io-index"10261checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"10262dependencies = [10263 "ppv-lite86",10264 "rand_core 0.5.1",10265]1026610267[[package]]10268name = "rand_chacha"10269version = "0.3.1"10270source = "registry+https://github.com/rust-lang/crates.io-index"10271checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"10272dependencies = [10273 "ppv-lite86",10274 "rand_core 0.6.4",10275]1027610277[[package]]10278name = "rand_core"10279version = "0.5.1"10280source = "registry+https://github.com/rust-lang/crates.io-index"10281checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"10282dependencies = [10283 "getrandom 0.1.16",10284]1028510286[[package]]10287name = "rand_core"10288version = "0.6.4"10289source = "registry+https://github.com/rust-lang/crates.io-index"10290checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"10291dependencies = [10292 "getrandom 0.2.10",10293]1029410295[[package]]10296name = "rand_hc"10297version = "0.2.0"10298source = "registry+https://github.com/rust-lang/crates.io-index"10299checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"10300dependencies = [10301 "rand_core 0.5.1",10302]1030310304[[package]]10305name = "rand_pcg"10306version = "0.3.1"10307source = "registry+https://github.com/rust-lang/crates.io-index"10308checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"10309dependencies = [10310 "rand_core 0.6.4",10311]1031210313[[package]]10314name = "rawpointer"10315version = "0.2.1"10316source = "registry+https://github.com/rust-lang/crates.io-index"10317checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"1031810319[[package]]10320name = "rayon"10321version = "1.8.0"10322source = "registry+https://github.com/rust-lang/crates.io-index"10323checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"10324dependencies = [10325 "either",10326 "rayon-core",10327]1032810329[[package]]10330name = "rayon-core"10331version = "1.12.0"10332source = "registry+https://github.com/rust-lang/crates.io-index"10333checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"10334dependencies = [10335 "crossbeam-deque",10336 "crossbeam-utils",10337]1033810339[[package]]10340name = "rcgen"10341version = "0.9.3"10342source = "registry+https://github.com/rust-lang/crates.io-index"10343checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"10344dependencies = [10345 "pem",10346 "ring 0.16.20",10347 "time",10348 "x509-parser 0.13.2",10349 "yasna",10350]1035110352[[package]]10353name = "rcgen"10354version = "0.10.0"10355source = "registry+https://github.com/rust-lang/crates.io-index"10356checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"10357dependencies = [10358 "pem",10359 "ring 0.16.20",10360 "time",10361 "yasna",10362]1036310364[[package]]10365name = "redox_syscall"10366version = "0.2.16"10367source = "registry+https://github.com/rust-lang/crates.io-index"10368checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"10369dependencies = [10370 "bitflags 1.3.2",10371]1037210373[[package]]10374name = "redox_syscall"10375version = "0.3.5"10376source = "registry+https://github.com/rust-lang/crates.io-index"10377checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"10378dependencies = [10379 "bitflags 1.3.2",10380]1038110382[[package]]10383name = "redox_users"10384version = "0.4.3"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"10387dependencies = [10388 "getrandom 0.2.10",10389 "redox_syscall 0.2.16",10390 "thiserror",10391]1039210393[[package]]10394name = "reed-solomon-novelpoly"10395version = "1.0.2"10396source = "registry+https://github.com/rust-lang/crates.io-index"10397checksum = "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582"10398dependencies = [10399 "derive_more",10400 "fs-err",10401 "itertools 0.11.0",10402 "static_init",10403 "thiserror",10404]1040510406[[package]]10407name = "ref-cast"10408version = "1.0.20"10409source = "registry+https://github.com/rust-lang/crates.io-index"10410checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"10411dependencies = [10412 "ref-cast-impl",10413]1041410415[[package]]10416name = "ref-cast-impl"10417version = "1.0.20"10418source = "registry+https://github.com/rust-lang/crates.io-index"10419checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"10420dependencies = [10421 "proc-macro2",10422 "quote",10423 "syn 2.0.37",10424]1042510426[[package]]10427name = "regalloc2"10428version = "0.6.1"10429source = "registry+https://github.com/rust-lang/crates.io-index"10430checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"10431dependencies = [10432 "fxhash",10433 "log",10434 "slice-group-by",10435 "smallvec",10436]1043710438[[package]]10439name = "regex"10440version = "1.9.6"10441source = "registry+https://github.com/rust-lang/crates.io-index"10442checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"10443dependencies = [10444 "aho-corasick",10445 "memchr",10446 "regex-automata 0.3.9",10447 "regex-syntax 0.7.5",10448]1044910450[[package]]10451name = "regex-automata"10452version = "0.1.10"10453source = "registry+https://github.com/rust-lang/crates.io-index"10454checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"10455dependencies = [10456 "regex-syntax 0.6.29",10457]1045810459[[package]]10460name = "regex-automata"10461version = "0.3.9"10462source = "registry+https://github.com/rust-lang/crates.io-index"10463checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"10464dependencies = [10465 "aho-corasick",10466 "memchr",10467 "regex-syntax 0.7.5",10468]1046910470[[package]]10471name = "regex-syntax"10472version = "0.6.29"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"1047510476[[package]]10477name = "regex-syntax"10478version = "0.7.5"10479source = "registry+https://github.com/rust-lang/crates.io-index"10480checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"1048110482[[package]]10483name = "resolv-conf"10484version = "0.7.0"10485source = "registry+https://github.com/rust-lang/crates.io-index"10486checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"10487dependencies = [10488 "hostname",10489 "quick-error",10490]1049110492[[package]]10493name = "rfc6979"10494version = "0.3.1"10495source = "registry+https://github.com/rust-lang/crates.io-index"10496checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"10497dependencies = [10498 "crypto-bigint 0.4.9",10499 "hmac 0.12.1",10500 "zeroize",10501]1050210503[[package]]10504name = "rfc6979"10505version = "0.4.0"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10508dependencies = [10509 "hmac 0.12.1",10510 "subtle",10511]1051210513[[package]]10514name = "ring"10515version = "0.1.0"10516source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"10517dependencies = [10518 "ark-ec",10519 "ark-ff",10520 "ark-poly",10521 "ark-serialize",10522 "ark-std",10523 "common",10524 "fflonk",10525 "merlin 3.0.0",10526]1052710528[[package]]10529name = "ring"10530version = "0.16.20"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"10533dependencies = [10534 "cc",10535 "libc",10536 "once_cell",10537 "spin 0.5.2",10538 "untrusted",10539 "web-sys",10540 "winapi",10541]1054210543[[package]]10544name = "ripemd"10545version = "0.1.3"10546source = "registry+https://github.com/rust-lang/crates.io-index"10547checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"10548dependencies = [10549 "digest 0.10.7",10550]1055110552[[package]]10553name = "rlp"10554version = "0.5.2"10555source = "registry+https://github.com/rust-lang/crates.io-index"10556checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"10557dependencies = [10558 "bytes",10559 "rlp-derive",10560 "rustc-hex",10561]1056210563[[package]]10564name = "rlp-derive"10565version = "0.1.0"10566source = "registry+https://github.com/rust-lang/crates.io-index"10567checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"10568dependencies = [10569 "proc-macro2",10570 "quote",10571 "syn 1.0.109",10572]1057310574[[package]]10575name = "rocksdb"10576version = "0.21.0"10577source = "registry+https://github.com/rust-lang/crates.io-index"10578checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"10579dependencies = [10580 "libc",10581 "librocksdb-sys",10582]1058310584[[package]]10585name = "rococo-runtime"10586version = "1.0.0"10587source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10588dependencies = [10589 "binary-merkle-tree",10590 "frame-benchmarking",10591 "frame-executive",10592 "frame-support",10593 "frame-system",10594 "frame-system-benchmarking",10595 "frame-system-rpc-runtime-api",10596 "frame-try-runtime",10597 "hex-literal",10598 "log",10599 "pallet-authority-discovery",10600 "pallet-authorship",10601 "pallet-babe",10602 "pallet-balances",10603 "pallet-beefy",10604 "pallet-beefy-mmr",10605 "pallet-bounties",10606 "pallet-child-bounties",10607 "pallet-collective",10608 "pallet-democracy",10609 "pallet-elections-phragmen",10610 "pallet-grandpa",10611 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",10612 "pallet-im-online",10613 "pallet-indices",10614 "pallet-membership",10615 "pallet-message-queue",10616 "pallet-mmr",10617 "pallet-multisig",10618 "pallet-nis",10619 "pallet-offences",10620 "pallet-preimage",10621 "pallet-proxy",10622 "pallet-recovery",10623 "pallet-scheduler",10624 "pallet-session",10625 "pallet-society",10626 "pallet-staking",10627 "pallet-state-trie-migration",10628 "pallet-sudo",10629 "pallet-timestamp",10630 "pallet-tips",10631 "pallet-transaction-payment",10632 "pallet-transaction-payment-rpc-runtime-api",10633 "pallet-treasury",10634 "pallet-utility",10635 "pallet-vesting",10636 "pallet-xcm",10637 "pallet-xcm-benchmarks",10638 "parity-scale-codec",10639 "polkadot-parachain-primitives",10640 "polkadot-primitives",10641 "polkadot-runtime-common",10642 "polkadot-runtime-parachains",10643 "rococo-runtime-constants",10644 "scale-info",10645 "serde",10646 "serde_derive",10647 "smallvec",10648 "sp-api",10649 "sp-authority-discovery",10650 "sp-block-builder",10651 "sp-consensus-babe",10652 "sp-consensus-beefy",10653 "sp-core",10654 "sp-inherents",10655 "sp-io",10656 "sp-mmr-primitives",10657 "sp-offchain",10658 "sp-runtime",10659 "sp-session",10660 "sp-staking",10661 "sp-std",10662 "sp-storage",10663 "sp-transaction-pool",10664 "sp-version",10665 "staging-xcm",10666 "staging-xcm-builder",10667 "staging-xcm-executor",10668 "static_assertions",10669 "substrate-wasm-builder",10670]1067110672[[package]]10673name = "rococo-runtime-constants"10674version = "1.0.0"10675source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10676dependencies = [10677 "frame-support",10678 "polkadot-primitives",10679 "polkadot-runtime-common",10680 "smallvec",10681 "sp-core",10682 "sp-runtime",10683 "sp-weights",10684]1068510686[[package]]10687name = "rpassword"10688version = "7.2.0"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"10691dependencies = [10692 "libc",10693 "rtoolbox",10694 "winapi",10695]1069610697[[package]]10698name = "rtcp"10699version = "0.7.2"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"10702dependencies = [10703 "bytes",10704 "thiserror",10705 "webrtc-util",10706]1070710708[[package]]10709name = "rtnetlink"10710version = "0.10.1"10711source = "registry+https://github.com/rust-lang/crates.io-index"10712checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"10713dependencies = [10714 "futures",10715 "log",10716 "netlink-packet-route",10717 "netlink-proto",10718 "nix",10719 "thiserror",10720 "tokio",10721]1072210723[[package]]10724name = "rtoolbox"10725version = "0.0.1"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"10728dependencies = [10729 "libc",10730 "winapi",10731]1073210733[[package]]10734name = "rtp"10735version = "0.6.8"10736source = "registry+https://github.com/rust-lang/crates.io-index"10737checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"10738dependencies = [10739 "async-trait",10740 "bytes",10741 "rand 0.8.5",10742 "serde",10743 "thiserror",10744 "webrtc-util",10745]1074610747[[package]]10748name = "rustc-demangle"10749version = "0.1.23"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1075210753[[package]]10754name = "rustc-hash"10755version = "1.1.0"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1075810759[[package]]10760name = "rustc-hex"10761version = "2.1.0"10762source = "registry+https://github.com/rust-lang/crates.io-index"10763checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1076410765[[package]]10766name = "rustc_version"10767version = "0.4.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10770dependencies = [10771 "semver 1.0.19",10772]1077310774[[package]]10775name = "rusticata-macros"10776version = "4.1.0"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10779dependencies = [10780 "nom",10781]1078210783[[package]]10784name = "rustix"10785version = "0.36.15"10786source = "registry+https://github.com/rust-lang/crates.io-index"10787checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"10788dependencies = [10789 "bitflags 1.3.2",10790 "errno",10791 "io-lifetimes",10792 "libc",10793 "linux-raw-sys 0.1.4",10794 "windows-sys 0.45.0",10795]1079610797[[package]]10798name = "rustix"10799version = "0.37.24"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"10802dependencies = [10803 "bitflags 1.3.2",10804 "errno",10805 "io-lifetimes",10806 "libc",10807 "linux-raw-sys 0.3.8",10808 "windows-sys 0.48.0",10809]1081010811[[package]]10812name = "rustix"10813version = "0.38.15"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"10816dependencies = [10817 "bitflags 2.4.0",10818 "errno",10819 "libc",10820 "linux-raw-sys 0.4.8",10821 "windows-sys 0.48.0",10822]1082310824[[package]]10825name = "rustls"10826version = "0.19.1"10827source = "registry+https://github.com/rust-lang/crates.io-index"10828checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10829dependencies = [10830 "base64 0.13.1",10831 "log",10832 "ring 0.16.20",10833 "sct 0.6.1",10834 "webpki 0.21.4",10835]1083610837[[package]]10838name = "rustls"10839version = "0.20.9"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"10842dependencies = [10843 "log",10844 "ring 0.16.20",10845 "sct 0.7.0",10846 "webpki 0.22.2",10847]1084810849[[package]]10850name = "rustls"10851version = "0.21.7"10852source = "registry+https://github.com/rust-lang/crates.io-index"10853checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"10854dependencies = [10855 "log",10856 "ring 0.16.20",10857 "rustls-webpki 0.101.6",10858 "sct 0.7.0",10859]1086010861[[package]]10862name = "rustls-native-certs"10863version = "0.6.3"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"10866dependencies = [10867 "openssl-probe",10868 "rustls-pemfile",10869 "schannel",10870 "security-framework",10871]1087210873[[package]]10874name = "rustls-pemfile"10875version = "1.0.3"10876source = "registry+https://github.com/rust-lang/crates.io-index"10877checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10878dependencies = [10879 "base64 0.21.4",10880]1088110882[[package]]10883name = "rustls-webpki"10884version = "0.100.3"10885source = "registry+https://github.com/rust-lang/crates.io-index"10886checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"10887dependencies = [10888 "ring 0.16.20",10889 "untrusted",10890]1089110892[[package]]10893name = "rustls-webpki"10894version = "0.101.6"10895source = "registry+https://github.com/rust-lang/crates.io-index"10896checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"10897dependencies = [10898 "ring 0.16.20",10899 "untrusted",10900]1090110902[[package]]10903name = "rustversion"10904version = "1.0.14"10905source = "registry+https://github.com/rust-lang/crates.io-index"10906checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"1090710908[[package]]10909name = "ruzstd"10910version = "0.4.0"10911source = "registry+https://github.com/rust-lang/crates.io-index"10912checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"10913dependencies = [10914 "byteorder",10915 "thiserror-core",10916 "twox-hash",10917]1091810919[[package]]10920name = "rw-stream-sink"10921version = "0.3.0"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10924dependencies = [10925 "futures",10926 "pin-project",10927 "static_assertions",10928]1092910930[[package]]10931name = "ryu"10932version = "1.0.15"10933source = "registry+https://github.com/rust-lang/crates.io-index"10934checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"1093510936[[package]]10937name = "safe_arch"10938version = "0.7.1"10939source = "registry+https://github.com/rust-lang/crates.io-index"10940checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"10941dependencies = [10942 "bytemuck",10943]1094410945[[package]]10946name = "same-file"10947version = "1.0.6"10948source = "registry+https://github.com/rust-lang/crates.io-index"10949checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10950dependencies = [10951 "winapi-util",10952]1095310954[[package]]10955name = "sc-allocator"10956version = "4.1.0-dev"10957source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10958dependencies = [10959 "log",10960 "sp-core",10961 "sp-wasm-interface",10962 "thiserror",10963]1096410965[[package]]10966name = "sc-authority-discovery"10967version = "0.10.0-dev"10968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10969dependencies = [10970 "async-trait",10971 "futures",10972 "futures-timer",10973 "ip_network",10974 "libp2p",10975 "log",10976 "multihash",10977 "parity-scale-codec",10978 "prost",10979 "prost-build",10980 "rand 0.8.5",10981 "sc-client-api",10982 "sc-network",10983 "sp-api",10984 "sp-authority-discovery",10985 "sp-blockchain",10986 "sp-core",10987 "sp-keystore",10988 "sp-runtime",10989 "substrate-prometheus-endpoint",10990 "thiserror",10991]1099210993[[package]]10994name = "sc-basic-authorship"10995version = "0.10.0-dev"10996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10997dependencies = [10998 "futures",10999 "futures-timer",11000 "log",11001 "parity-scale-codec",11002 "sc-block-builder",11003 "sc-client-api",11004 "sc-proposer-metrics",11005 "sc-telemetry",11006 "sc-transaction-pool-api",11007 "sp-api",11008 "sp-blockchain",11009 "sp-consensus",11010 "sp-core",11011 "sp-inherents",11012 "sp-runtime",11013 "substrate-prometheus-endpoint",11014]1101511016[[package]]11017name = "sc-block-builder"11018version = "0.10.0-dev"11019source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11020dependencies = [11021 "parity-scale-codec",11022 "sc-client-api",11023 "sp-api",11024 "sp-block-builder",11025 "sp-blockchain",11026 "sp-core",11027 "sp-inherents",11028 "sp-runtime",11029]1103011031[[package]]11032name = "sc-chain-spec"11033version = "4.0.0-dev"11034source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11035dependencies = [11036 "memmap2",11037 "sc-chain-spec-derive",11038 "sc-client-api",11039 "sc-executor",11040 "sc-network",11041 "sc-telemetry",11042 "serde",11043 "serde_json",11044 "sp-blockchain",11045 "sp-core",11046 "sp-runtime",11047 "sp-state-machine",11048]1104911050[[package]]11051name = "sc-chain-spec-derive"11052version = "4.0.0-dev"11053source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11054dependencies = [11055 "proc-macro-crate",11056 "proc-macro2",11057 "quote",11058 "syn 2.0.37",11059]1106011061[[package]]11062name = "sc-cli"11063version = "0.10.0-dev"11064source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11065dependencies = [11066 "array-bytes",11067 "chrono",11068 "clap",11069 "fdlimit",11070 "futures",11071 "libp2p-identity",11072 "log",11073 "names",11074 "parity-scale-codec",11075 "rand 0.8.5",11076 "regex",11077 "rpassword",11078 "sc-client-api",11079 "sc-client-db",11080 "sc-keystore",11081 "sc-network",11082 "sc-service",11083 "sc-telemetry",11084 "sc-tracing",11085 "sc-utils",11086 "serde",11087 "serde_json",11088 "sp-blockchain",11089 "sp-core",11090 "sp-keyring",11091 "sp-keystore",11092 "sp-panic-handler",11093 "sp-runtime",11094 "sp-version",11095 "thiserror",11096 "tiny-bip39",11097 "tokio",11098]1109911100[[package]]11101name = "sc-client-api"11102version = "4.0.0-dev"11103source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11104dependencies = [11105 "fnv",11106 "futures",11107 "log",11108 "parity-scale-codec",11109 "parking_lot 0.12.1",11110 "sc-executor",11111 "sc-transaction-pool-api",11112 "sc-utils",11113 "sp-api",11114 "sp-blockchain",11115 "sp-consensus",11116 "sp-core",11117 "sp-database",11118 "sp-externalities",11119 "sp-runtime",11120 "sp-state-machine",11121 "sp-statement-store",11122 "sp-storage",11123 "substrate-prometheus-endpoint",11124]1112511126[[package]]11127name = "sc-client-db"11128version = "0.10.0-dev"11129source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11130dependencies = [11131 "hash-db 0.16.0",11132 "kvdb",11133 "kvdb-memorydb",11134 "kvdb-rocksdb",11135 "linked-hash-map",11136 "log",11137 "parity-db",11138 "parity-scale-codec",11139 "parking_lot 0.12.1",11140 "sc-client-api",11141 "sc-state-db",11142 "schnellru",11143 "sp-arithmetic",11144 "sp-blockchain",11145 "sp-core",11146 "sp-database",11147 "sp-runtime",11148 "sp-state-machine",11149 "sp-trie",11150]1115111152[[package]]11153name = "sc-consensus"11154version = "0.10.0-dev"11155source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11156dependencies = [11157 "async-trait",11158 "futures",11159 "futures-timer",11160 "libp2p-identity",11161 "log",11162 "mockall",11163 "parking_lot 0.12.1",11164 "sc-client-api",11165 "sc-utils",11166 "serde",11167 "sp-api",11168 "sp-blockchain",11169 "sp-consensus",11170 "sp-core",11171 "sp-runtime",11172 "sp-state-machine",11173 "substrate-prometheus-endpoint",11174 "thiserror",11175]1117611177[[package]]11178name = "sc-consensus-aura"11179version = "0.10.0-dev"11180source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11181dependencies = [11182 "async-trait",11183 "futures",11184 "log",11185 "parity-scale-codec",11186 "sc-block-builder",11187 "sc-client-api",11188 "sc-consensus",11189 "sc-consensus-slots",11190 "sc-telemetry",11191 "sp-api",11192 "sp-application-crypto",11193 "sp-block-builder",11194 "sp-blockchain",11195 "sp-consensus",11196 "sp-consensus-aura",11197 "sp-consensus-slots",11198 "sp-core",11199 "sp-inherents",11200 "sp-keystore",11201 "sp-runtime",11202 "substrate-prometheus-endpoint",11203 "thiserror",11204]1120511206[[package]]11207name = "sc-consensus-babe"11208version = "0.10.0-dev"11209source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11210dependencies = [11211 "async-trait",11212 "fork-tree",11213 "futures",11214 "log",11215 "num-bigint",11216 "num-rational",11217 "num-traits",11218 "parity-scale-codec",11219 "parking_lot 0.12.1",11220 "sc-client-api",11221 "sc-consensus",11222 "sc-consensus-epochs",11223 "sc-consensus-slots",11224 "sc-telemetry",11225 "sc-transaction-pool-api",11226 "scale-info",11227 "sp-api",11228 "sp-application-crypto",11229 "sp-block-builder",11230 "sp-blockchain",11231 "sp-consensus",11232 "sp-consensus-babe",11233 "sp-consensus-slots",11234 "sp-core",11235 "sp-inherents",11236 "sp-keystore",11237 "sp-runtime",11238 "substrate-prometheus-endpoint",11239 "thiserror",11240]1124111242[[package]]11243name = "sc-consensus-babe-rpc"11244version = "0.10.0-dev"11245source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11246dependencies = [11247 "futures",11248 "jsonrpsee",11249 "sc-consensus-babe",11250 "sc-consensus-epochs",11251 "sc-rpc-api",11252 "serde",11253 "sp-api",11254 "sp-application-crypto",11255 "sp-blockchain",11256 "sp-consensus",11257 "sp-consensus-babe",11258 "sp-core",11259 "sp-keystore",11260 "sp-runtime",11261 "thiserror",11262]1126311264[[package]]11265name = "sc-consensus-beefy"11266version = "4.0.0-dev"11267source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11268dependencies = [11269 "array-bytes",11270 "async-channel",11271 "async-trait",11272 "fnv",11273 "futures",11274 "log",11275 "parity-scale-codec",11276 "parking_lot 0.12.1",11277 "sc-client-api",11278 "sc-consensus",11279 "sc-network",11280 "sc-network-gossip",11281 "sc-network-sync",11282 "sc-utils",11283 "sp-api",11284 "sp-application-crypto",11285 "sp-arithmetic",11286 "sp-blockchain",11287 "sp-consensus",11288 "sp-consensus-beefy",11289 "sp-core",11290 "sp-keystore",11291 "sp-mmr-primitives",11292 "sp-runtime",11293 "substrate-prometheus-endpoint",11294 "thiserror",11295 "wasm-timer",11296]1129711298[[package]]11299name = "sc-consensus-beefy-rpc"11300version = "4.0.0-dev"11301source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11302dependencies = [11303 "futures",11304 "jsonrpsee",11305 "log",11306 "parity-scale-codec",11307 "parking_lot 0.12.1",11308 "sc-consensus-beefy",11309 "sc-rpc",11310 "serde",11311 "sp-consensus-beefy",11312 "sp-core",11313 "sp-runtime",11314 "thiserror",11315]1131611317[[package]]11318name = "sc-consensus-epochs"11319version = "0.10.0-dev"11320source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11321dependencies = [11322 "fork-tree",11323 "parity-scale-codec",11324 "sc-client-api",11325 "sc-consensus",11326 "sp-blockchain",11327 "sp-runtime",11328]1132911330[[package]]11331name = "sc-consensus-grandpa"11332version = "0.10.0-dev"11333source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11334dependencies = [11335 "ahash 0.8.3",11336 "array-bytes",11337 "async-trait",11338 "dyn-clone",11339 "finality-grandpa",11340 "fork-tree",11341 "futures",11342 "futures-timer",11343 "log",11344 "parity-scale-codec",11345 "parking_lot 0.12.1",11346 "rand 0.8.5",11347 "sc-block-builder",11348 "sc-chain-spec",11349 "sc-client-api",11350 "sc-consensus",11351 "sc-network",11352 "sc-network-common",11353 "sc-network-gossip",11354 "sc-telemetry",11355 "sc-transaction-pool-api",11356 "sc-utils",11357 "serde_json",11358 "sp-api",11359 "sp-application-crypto",11360 "sp-arithmetic",11361 "sp-blockchain",11362 "sp-consensus",11363 "sp-consensus-grandpa",11364 "sp-core",11365 "sp-keystore",11366 "sp-runtime",11367 "substrate-prometheus-endpoint",11368 "thiserror",11369]1137011371[[package]]11372name = "sc-consensus-grandpa-rpc"11373version = "0.10.0-dev"11374source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11375dependencies = [11376 "finality-grandpa",11377 "futures",11378 "jsonrpsee",11379 "log",11380 "parity-scale-codec",11381 "sc-client-api",11382 "sc-consensus-grandpa",11383 "sc-rpc",11384 "serde",11385 "sp-blockchain",11386 "sp-core",11387 "sp-runtime",11388 "thiserror",11389]1139011391[[package]]11392name = "sc-consensus-manual-seal"11393version = "0.10.0-dev"11394source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11395dependencies = [11396 "assert_matches",11397 "async-trait",11398 "futures",11399 "futures-timer",11400 "jsonrpsee",11401 "log",11402 "parity-scale-codec",11403 "sc-client-api",11404 "sc-consensus",11405 "sc-consensus-aura",11406 "sc-consensus-babe",11407 "sc-consensus-epochs",11408 "sc-transaction-pool",11409 "sc-transaction-pool-api",11410 "serde",11411 "sp-api",11412 "sp-blockchain",11413 "sp-consensus",11414 "sp-consensus-aura",11415 "sp-consensus-babe",11416 "sp-consensus-slots",11417 "sp-core",11418 "sp-inherents",11419 "sp-keystore",11420 "sp-runtime",11421 "sp-timestamp",11422 "substrate-prometheus-endpoint",11423 "thiserror",11424]1142511426[[package]]11427name = "sc-consensus-slots"11428version = "0.10.0-dev"11429source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11430dependencies = [11431 "async-trait",11432 "futures",11433 "futures-timer",11434 "log",11435 "parity-scale-codec",11436 "sc-client-api",11437 "sc-consensus",11438 "sc-telemetry",11439 "sp-arithmetic",11440 "sp-blockchain",11441 "sp-consensus",11442 "sp-consensus-slots",11443 "sp-core",11444 "sp-inherents",11445 "sp-runtime",11446 "sp-state-machine",11447]1144811449[[package]]11450name = "sc-executor"11451version = "0.10.0-dev"11452source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11453dependencies = [11454 "parity-scale-codec",11455 "parking_lot 0.12.1",11456 "sc-executor-common",11457 "sc-executor-wasmtime",11458 "schnellru",11459 "sp-api",11460 "sp-core",11461 "sp-externalities",11462 "sp-io",11463 "sp-panic-handler",11464 "sp-runtime-interface",11465 "sp-trie",11466 "sp-version",11467 "sp-wasm-interface",11468 "tracing",11469]1147011471[[package]]11472name = "sc-executor-common"11473version = "0.10.0-dev"11474source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11475dependencies = [11476 "sc-allocator",11477 "sp-maybe-compressed-blob",11478 "sp-wasm-interface",11479 "thiserror",11480 "wasm-instrument",11481]1148211483[[package]]11484name = "sc-executor-wasmtime"11485version = "0.10.0-dev"11486source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11487dependencies = [11488 "anyhow",11489 "cfg-if",11490 "libc",11491 "log",11492 "rustix 0.36.15",11493 "sc-allocator",11494 "sc-executor-common",11495 "sp-runtime-interface",11496 "sp-wasm-interface",11497 "wasmtime",11498]1149911500[[package]]11501name = "sc-informant"11502version = "0.10.0-dev"11503source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11504dependencies = [11505 "ansi_term",11506 "futures",11507 "futures-timer",11508 "log",11509 "sc-client-api",11510 "sc-network",11511 "sc-network-common",11512 "sp-blockchain",11513 "sp-runtime",11514]1151511516[[package]]11517name = "sc-keystore"11518version = "4.0.0-dev"11519source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11520dependencies = [11521 "array-bytes",11522 "parking_lot 0.12.1",11523 "serde_json",11524 "sp-application-crypto",11525 "sp-core",11526 "sp-keystore",11527 "thiserror",11528]1152911530[[package]]11531name = "sc-network"11532version = "0.10.0-dev"11533source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11534dependencies = [11535 "array-bytes",11536 "async-channel",11537 "async-trait",11538 "asynchronous-codec",11539 "bytes",11540 "either",11541 "fnv",11542 "futures",11543 "futures-timer",11544 "ip_network",11545 "libp2p",11546 "linked_hash_set",11547 "log",11548 "mockall",11549 "parity-scale-codec",11550 "parking_lot 0.12.1",11551 "partial_sort",11552 "pin-project",11553 "rand 0.8.5",11554 "sc-client-api",11555 "sc-network-common",11556 "sc-utils",11557 "serde",11558 "serde_json",11559 "smallvec",11560 "sp-arithmetic",11561 "sp-blockchain",11562 "sp-core",11563 "sp-runtime",11564 "substrate-prometheus-endpoint",11565 "thiserror",11566 "unsigned-varint",11567 "wasm-timer",11568 "zeroize",11569]1157011571[[package]]11572name = "sc-network-bitswap"11573version = "0.10.0-dev"11574source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11575dependencies = [11576 "async-channel",11577 "cid",11578 "futures",11579 "libp2p-identity",11580 "log",11581 "prost",11582 "prost-build",11583 "sc-client-api",11584 "sc-network",11585 "sp-blockchain",11586 "sp-runtime",11587 "thiserror",11588 "unsigned-varint",11589]1159011591[[package]]11592name = "sc-network-common"11593version = "0.10.0-dev"11594source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11595dependencies = [11596 "async-trait",11597 "bitflags 1.3.2",11598 "futures",11599 "libp2p-identity",11600 "parity-scale-codec",11601 "prost-build",11602 "sc-consensus",11603 "sp-consensus",11604 "sp-consensus-grandpa",11605 "sp-runtime",11606]1160711608[[package]]11609name = "sc-network-gossip"11610version = "0.10.0-dev"11611source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11612dependencies = [11613 "ahash 0.8.3",11614 "futures",11615 "futures-timer",11616 "libp2p",11617 "log",11618 "sc-network",11619 "sc-network-common",11620 "schnellru",11621 "sp-runtime",11622 "substrate-prometheus-endpoint",11623 "tracing",11624]1162511626[[package]]11627name = "sc-network-light"11628version = "0.10.0-dev"11629source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11630dependencies = [11631 "array-bytes",11632 "async-channel",11633 "futures",11634 "libp2p-identity",11635 "log",11636 "parity-scale-codec",11637 "prost",11638 "prost-build",11639 "sc-client-api",11640 "sc-network",11641 "sp-blockchain",11642 "sp-core",11643 "sp-runtime",11644 "thiserror",11645]1164611647[[package]]11648name = "sc-network-sync"11649version = "0.10.0-dev"11650source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11651dependencies = [11652 "array-bytes",11653 "async-channel",11654 "async-trait",11655 "fork-tree",11656 "futures",11657 "futures-timer",11658 "libp2p",11659 "log",11660 "mockall",11661 "parity-scale-codec",11662 "prost",11663 "prost-build",11664 "sc-client-api",11665 "sc-consensus",11666 "sc-network",11667 "sc-network-common",11668 "sc-utils",11669 "schnellru",11670 "smallvec",11671 "sp-arithmetic",11672 "sp-blockchain",11673 "sp-consensus",11674 "sp-consensus-grandpa",11675 "sp-core",11676 "sp-runtime",11677 "substrate-prometheus-endpoint",11678 "thiserror",11679]1168011681[[package]]11682name = "sc-network-transactions"11683version = "0.10.0-dev"11684source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11685dependencies = [11686 "array-bytes",11687 "futures",11688 "libp2p",11689 "log",11690 "parity-scale-codec",11691 "sc-network",11692 "sc-network-common",11693 "sc-utils",11694 "sp-consensus",11695 "sp-runtime",11696 "substrate-prometheus-endpoint",11697]1169811699[[package]]11700name = "sc-offchain"11701version = "4.0.0-dev"11702source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11703dependencies = [11704 "array-bytes",11705 "bytes",11706 "fnv",11707 "futures",11708 "futures-timer",11709 "hyper",11710 "hyper-rustls",11711 "libp2p",11712 "log",11713 "num_cpus",11714 "once_cell",11715 "parity-scale-codec",11716 "parking_lot 0.12.1",11717 "rand 0.8.5",11718 "sc-client-api",11719 "sc-network",11720 "sc-network-common",11721 "sc-transaction-pool-api",11722 "sc-utils",11723 "sp-api",11724 "sp-core",11725 "sp-externalities",11726 "sp-keystore",11727 "sp-offchain",11728 "sp-runtime",11729 "threadpool",11730 "tracing",11731]1173211733[[package]]11734name = "sc-proposer-metrics"11735version = "0.10.0-dev"11736source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11737dependencies = [11738 "log",11739 "substrate-prometheus-endpoint",11740]1174111742[[package]]11743name = "sc-rpc"11744version = "4.0.0-dev"11745source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11746dependencies = [11747 "futures",11748 "jsonrpsee",11749 "log",11750 "parity-scale-codec",11751 "parking_lot 0.12.1",11752 "sc-block-builder",11753 "sc-chain-spec",11754 "sc-client-api",11755 "sc-rpc-api",11756 "sc-tracing",11757 "sc-transaction-pool-api",11758 "sc-utils",11759 "serde_json",11760 "sp-api",11761 "sp-blockchain",11762 "sp-core",11763 "sp-keystore",11764 "sp-offchain",11765 "sp-rpc",11766 "sp-runtime",11767 "sp-session",11768 "sp-statement-store",11769 "sp-version",11770 "tokio",11771]1177211773[[package]]11774name = "sc-rpc-api"11775version = "0.10.0-dev"11776source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11777dependencies = [11778 "jsonrpsee",11779 "parity-scale-codec",11780 "sc-chain-spec",11781 "sc-transaction-pool-api",11782 "scale-info",11783 "serde",11784 "serde_json",11785 "sp-core",11786 "sp-rpc",11787 "sp-runtime",11788 "sp-version",11789 "thiserror",11790]1179111792[[package]]11793name = "sc-rpc-server"11794version = "4.0.0-dev"11795source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11796dependencies = [11797 "http",11798 "jsonrpsee",11799 "log",11800 "serde_json",11801 "substrate-prometheus-endpoint",11802 "tokio",11803 "tower",11804 "tower-http",11805]1180611807[[package]]11808name = "sc-rpc-spec-v2"11809version = "0.10.0-dev"11810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11811dependencies = [11812 "array-bytes",11813 "futures",11814 "futures-util",11815 "hex",11816 "jsonrpsee",11817 "log",11818 "parity-scale-codec",11819 "parking_lot 0.12.1",11820 "sc-chain-spec",11821 "sc-client-api",11822 "sc-transaction-pool-api",11823 "sc-utils",11824 "serde",11825 "sp-api",11826 "sp-blockchain",11827 "sp-core",11828 "sp-runtime",11829 "sp-version",11830 "thiserror",11831 "tokio",11832 "tokio-stream",11833]1183411835[[package]]11836name = "sc-service"11837version = "0.10.0-dev"11838source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11839dependencies = [11840 "async-trait",11841 "directories",11842 "exit-future",11843 "futures",11844 "futures-timer",11845 "jsonrpsee",11846 "log",11847 "parity-scale-codec",11848 "parking_lot 0.12.1",11849 "pin-project",11850 "rand 0.8.5",11851 "sc-block-builder",11852 "sc-chain-spec",11853 "sc-client-api",11854 "sc-client-db",11855 "sc-consensus",11856 "sc-executor",11857 "sc-informant",11858 "sc-keystore",11859 "sc-network",11860 "sc-network-bitswap",11861 "sc-network-common",11862 "sc-network-light",11863 "sc-network-sync",11864 "sc-network-transactions",11865 "sc-rpc",11866 "sc-rpc-server",11867 "sc-rpc-spec-v2",11868 "sc-sysinfo",11869 "sc-telemetry",11870 "sc-tracing",11871 "sc-transaction-pool",11872 "sc-transaction-pool-api",11873 "sc-utils",11874 "serde",11875 "serde_json",11876 "sp-api",11877 "sp-blockchain",11878 "sp-consensus",11879 "sp-core",11880 "sp-externalities",11881 "sp-keystore",11882 "sp-runtime",11883 "sp-session",11884 "sp-state-machine",11885 "sp-storage",11886 "sp-transaction-pool",11887 "sp-transaction-storage-proof",11888 "sp-trie",11889 "sp-version",11890 "static_init",11891 "substrate-prometheus-endpoint",11892 "tempfile",11893 "thiserror",11894 "tokio",11895 "tracing",11896 "tracing-futures",11897]1189811899[[package]]11900name = "sc-state-db"11901version = "0.10.0-dev"11902source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11903dependencies = [11904 "log",11905 "parity-scale-codec",11906 "parking_lot 0.12.1",11907 "sp-core",11908]1190911910[[package]]11911name = "sc-storage-monitor"11912version = "0.1.0"11913source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11914dependencies = [11915 "clap",11916 "fs4",11917 "log",11918 "sc-client-db",11919 "sp-core",11920 "thiserror",11921 "tokio",11922]1192311924[[package]]11925name = "sc-sync-state-rpc"11926version = "0.10.0-dev"11927source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11928dependencies = [11929 "jsonrpsee",11930 "parity-scale-codec",11931 "sc-chain-spec",11932 "sc-client-api",11933 "sc-consensus-babe",11934 "sc-consensus-epochs",11935 "sc-consensus-grandpa",11936 "serde",11937 "serde_json",11938 "sp-blockchain",11939 "sp-runtime",11940 "thiserror",11941]1194211943[[package]]11944name = "sc-sysinfo"11945version = "6.0.0-dev"11946source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11947dependencies = [11948 "futures",11949 "libc",11950 "log",11951 "rand 0.8.5",11952 "rand_pcg",11953 "regex",11954 "sc-telemetry",11955 "serde",11956 "serde_json",11957 "sp-core",11958 "sp-io",11959 "sp-std",11960]1196111962[[package]]11963name = "sc-telemetry"11964version = "4.0.0-dev"11965source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11966dependencies = [11967 "chrono",11968 "futures",11969 "libp2p",11970 "log",11971 "parking_lot 0.12.1",11972 "pin-project",11973 "rand 0.8.5",11974 "sc-utils",11975 "serde",11976 "serde_json",11977 "thiserror",11978 "wasm-timer",11979]1198011981[[package]]11982name = "sc-tracing"11983version = "4.0.0-dev"11984source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11985dependencies = [11986 "ansi_term",11987 "atty",11988 "chrono",11989 "lazy_static",11990 "libc",11991 "log",11992 "parking_lot 0.12.1",11993 "regex",11994 "rustc-hash",11995 "sc-client-api",11996 "sc-tracing-proc-macro",11997 "serde",11998 "sp-api",11999 "sp-blockchain",12000 "sp-core",12001 "sp-rpc",12002 "sp-runtime",12003 "sp-tracing",12004 "thiserror",12005 "tracing",12006 "tracing-log",12007 "tracing-subscriber",12008]1200912010[[package]]12011name = "sc-tracing-proc-macro"12012version = "4.0.0-dev"12013source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12014dependencies = [12015 "proc-macro-crate",12016 "proc-macro2",12017 "quote",12018 "syn 2.0.37",12019]1202012021[[package]]12022name = "sc-transaction-pool"12023version = "4.0.0-dev"12024source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12025dependencies = [12026 "async-trait",12027 "futures",12028 "futures-timer",12029 "linked-hash-map",12030 "log",12031 "parity-scale-codec",12032 "parking_lot 0.12.1",12033 "sc-client-api",12034 "sc-transaction-pool-api",12035 "sc-utils",12036 "serde",12037 "sp-api",12038 "sp-blockchain",12039 "sp-core",12040 "sp-runtime",12041 "sp-tracing",12042 "sp-transaction-pool",12043 "substrate-prometheus-endpoint",12044 "thiserror",12045]1204612047[[package]]12048name = "sc-transaction-pool-api"12049version = "4.0.0-dev"12050source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12051dependencies = [12052 "async-trait",12053 "futures",12054 "log",12055 "parity-scale-codec",12056 "serde",12057 "sp-blockchain",12058 "sp-core",12059 "sp-runtime",12060 "thiserror",12061]1206212063[[package]]12064name = "sc-utils"12065version = "4.0.0-dev"12066source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12067dependencies = [12068 "async-channel",12069 "futures",12070 "futures-timer",12071 "lazy_static",12072 "log",12073 "parking_lot 0.12.1",12074 "prometheus",12075 "sp-arithmetic",12076]1207712078[[package]]12079name = "scale-info"12080version = "2.9.0"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"12083dependencies = [12084 "bitvec",12085 "cfg-if",12086 "derive_more",12087 "parity-scale-codec",12088 "scale-info-derive",12089 "serde",12090]1209112092[[package]]12093name = "scale-info-derive"12094version = "2.9.0"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"12097dependencies = [12098 "proc-macro-crate",12099 "proc-macro2",12100 "quote",12101 "syn 1.0.109",12102]1210312104[[package]]12105name = "schannel"12106version = "0.1.22"12107source = "registry+https://github.com/rust-lang/crates.io-index"12108checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"12109dependencies = [12110 "windows-sys 0.48.0",12111]1211212113[[package]]12114name = "schnellru"12115version = "0.2.1"12116source = "registry+https://github.com/rust-lang/crates.io-index"12117checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12118dependencies = [12119 "ahash 0.8.3",12120 "cfg-if",12121 "hashbrown 0.13.2",12122]1212312124[[package]]12125name = "schnorrkel"12126version = "0.9.1"12127source = "registry+https://github.com/rust-lang/crates.io-index"12128checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"12129dependencies = [12130 "arrayref",12131 "arrayvec 0.5.2",12132 "curve25519-dalek 2.1.3",12133 "getrandom 0.1.16",12134 "merlin 2.0.1",12135 "rand 0.7.3",12136 "rand_core 0.5.1",12137 "sha2 0.8.2",12138 "subtle",12139 "zeroize",12140]1214112142[[package]]12143name = "schnorrkel"12144version = "0.10.2"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"12147dependencies = [12148 "arrayref",12149 "arrayvec 0.7.4",12150 "curve25519-dalek-ng",12151 "merlin 3.0.0",12152 "rand_core 0.6.4",12153 "sha2 0.9.9",12154 "subtle-ng",12155 "zeroize",12156]1215712158[[package]]12159name = "scopeguard"12160version = "1.2.0"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"1216312164[[package]]12165name = "scratch"12166version = "1.0.7"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"1216912170[[package]]12171name = "sct"12172version = "0.6.1"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"12175dependencies = [12176 "ring 0.16.20",12177 "untrusted",12178]1217912180[[package]]12181name = "sct"12182version = "0.7.0"12183source = "registry+https://github.com/rust-lang/crates.io-index"12184checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"12185dependencies = [12186 "ring 0.16.20",12187 "untrusted",12188]1218912190[[package]]12191name = "sdp"12192version = "0.5.3"12193source = "registry+https://github.com/rust-lang/crates.io-index"12194checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"12195dependencies = [12196 "rand 0.8.5",12197 "substring",12198 "thiserror",12199 "url",12200]1220112202[[package]]12203name = "sec1"12204version = "0.3.0"12205source = "registry+https://github.com/rust-lang/crates.io-index"12206checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"12207dependencies = [12208 "base16ct 0.1.1",12209 "der 0.6.1",12210 "generic-array 0.14.7",12211 "pkcs8 0.9.0",12212 "subtle",12213 "zeroize",12214]1221512216[[package]]12217name = "sec1"12218version = "0.7.3"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"12221dependencies = [12222 "base16ct 0.2.0",12223 "der 0.7.8",12224 "generic-array 0.14.7",12225 "pkcs8 0.10.2",12226 "subtle",12227 "zeroize",12228]1222912230[[package]]12231name = "secp256k1"12232version = "0.24.3"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"12235dependencies = [12236 "secp256k1-sys",12237]1223812239[[package]]12240name = "secp256k1-sys"12241version = "0.6.1"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"12244dependencies = [12245 "cc",12246]1224712248[[package]]12249name = "secrecy"12250version = "0.8.0"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"12253dependencies = [12254 "zeroize",12255]1225612257[[package]]12258name = "security-framework"12259version = "2.9.2"12260source = "registry+https://github.com/rust-lang/crates.io-index"12261checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"12262dependencies = [12263 "bitflags 1.3.2",12264 "core-foundation",12265 "core-foundation-sys",12266 "libc",12267 "security-framework-sys",12268]1226912270[[package]]12271name = "security-framework-sys"12272version = "2.9.1"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"12275dependencies = [12276 "core-foundation-sys",12277 "libc",12278]1227912280[[package]]12281name = "semver"12282version = "0.6.0"12283source = "registry+https://github.com/rust-lang/crates.io-index"12284checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"12285dependencies = [12286 "semver-parser",12287]1228812289[[package]]12290name = "semver"12291version = "1.0.19"12292source = "registry+https://github.com/rust-lang/crates.io-index"12293checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"12294dependencies = [12295 "serde",12296]1229712298[[package]]12299name = "semver-parser"12300version = "0.7.0"12301source = "registry+https://github.com/rust-lang/crates.io-index"12302checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1230312304[[package]]12305name = "serde"12306version = "1.0.188"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"12309dependencies = [12310 "serde_derive",12311]1231212313[[package]]12314name = "serde_derive"12315version = "1.0.188"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"12318dependencies = [12319 "proc-macro2",12320 "quote",12321 "syn 2.0.37",12322]1232312324[[package]]12325name = "serde_json"12326version = "1.0.107"12327source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"12329dependencies = [12330 "itoa",12331 "ryu",12332 "serde",12333]1233412335[[package]]12336name = "serde_spanned"12337version = "0.6.3"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"12340dependencies = [12341 "serde",12342]1234312344[[package]]12345name = "sha-1"12346version = "0.9.8"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"12349dependencies = [12350 "block-buffer 0.9.0",12351 "cfg-if",12352 "cpufeatures",12353 "digest 0.9.0",12354 "opaque-debug 0.3.0",12355]1235612357[[package]]12358name = "sha1"12359version = "0.10.6"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"12362dependencies = [12363 "cfg-if",12364 "cpufeatures",12365 "digest 0.10.7",12366]1236712368[[package]]12369name = "sha2"12370version = "0.8.2"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"12373dependencies = [12374 "block-buffer 0.7.3",12375 "digest 0.8.1",12376 "fake-simd",12377 "opaque-debug 0.2.3",12378]1237912380[[package]]12381name = "sha2"12382version = "0.9.9"12383source = "registry+https://github.com/rust-lang/crates.io-index"12384checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"12385dependencies = [12386 "block-buffer 0.9.0",12387 "cfg-if",12388 "cpufeatures",12389 "digest 0.9.0",12390 "opaque-debug 0.3.0",12391]1239212393[[package]]12394name = "sha2"12395version = "0.10.8"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"12398dependencies = [12399 "cfg-if",12400 "cpufeatures",12401 "digest 0.10.7",12402]1240312404[[package]]12405name = "sha3"12406version = "0.8.2"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"12409dependencies = [12410 "block-buffer 0.7.3",12411 "byte-tools",12412 "digest 0.8.1",12413 "keccak",12414 "opaque-debug 0.2.3",12415]1241612417[[package]]12418name = "sha3"12419version = "0.10.8"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"12422dependencies = [12423 "digest 0.10.7",12424 "keccak",12425]1242612427[[package]]12428name = "sha3-const"12429version = "0.1.1"12430source = "registry+https://github.com/rust-lang/crates.io-index"12431checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1243212433[[package]]12434name = "sharded-slab"12435version = "0.1.6"12436source = "registry+https://github.com/rust-lang/crates.io-index"12437checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"12438dependencies = [12439 "lazy_static",12440]1244112442[[package]]12443name = "shlex"12444version = "1.2.0"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"1244712448[[package]]12449name = "signal-hook"12450version = "0.3.17"12451source = "registry+https://github.com/rust-lang/crates.io-index"12452checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"12453dependencies = [12454 "libc",12455 "signal-hook-registry",12456]1245712458[[package]]12459name = "signal-hook-registry"12460version = "1.4.1"12461source = "registry+https://github.com/rust-lang/crates.io-index"12462checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"12463dependencies = [12464 "libc",12465]1246612467[[package]]12468name = "signature"12469version = "1.6.4"12470source = "registry+https://github.com/rust-lang/crates.io-index"12471checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"12472dependencies = [12473 "digest 0.10.7",12474 "rand_core 0.6.4",12475]1247612477[[package]]12478name = "signature"12479version = "2.1.0"12480source = "registry+https://github.com/rust-lang/crates.io-index"12481checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"12482dependencies = [12483 "digest 0.10.7",12484 "rand_core 0.6.4",12485]1248612487[[package]]12488name = "simba"12489version = "0.8.1"12490source = "registry+https://github.com/rust-lang/crates.io-index"12491checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"12492dependencies = [12493 "approx",12494 "num-complex",12495 "num-traits",12496 "paste",12497 "wide",12498]1249912500[[package]]12501name = "siphasher"12502version = "0.3.11"12503source = "registry+https://github.com/rust-lang/crates.io-index"12504checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"1250512506[[package]]12507name = "slab"12508version = "0.4.9"12509source = "registry+https://github.com/rust-lang/crates.io-index"12510checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"12511dependencies = [12512 "autocfg",12513]1251412515[[package]]12516name = "slice-group-by"12517version = "0.3.1"12518source = "registry+https://github.com/rust-lang/crates.io-index"12519checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1252012521[[package]]12522name = "slot-range-helper"12523version = "1.0.0"12524source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12525dependencies = [12526 "enumn",12527 "parity-scale-codec",12528 "paste",12529 "sp-runtime",12530 "sp-std",12531]1253212533[[package]]12534name = "slotmap"12535version = "1.0.6"12536source = "registry+https://github.com/rust-lang/crates.io-index"12537checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"12538dependencies = [12539 "version_check",12540]1254112542[[package]]12543name = "smallvec"12544version = "1.11.1"12545source = "registry+https://github.com/rust-lang/crates.io-index"12546checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"1254712548[[package]]12549name = "smol"12550version = "1.3.0"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"12553dependencies = [12554 "async-channel",12555 "async-executor",12556 "async-fs",12557 "async-io",12558 "async-lock",12559 "async-net",12560 "async-process",12561 "blocking",12562 "futures-lite",12563]1256412565[[package]]12566name = "smoldot"12567version = "0.11.0"12568source = "registry+https://github.com/rust-lang/crates.io-index"12569checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"12570dependencies = [12571 "arrayvec 0.7.4",12572 "async-lock",12573 "atomic-take",12574 "base64 0.21.4",12575 "bip39",12576 "blake2-rfc",12577 "bs58 0.5.0",12578 "chacha20 0.9.1",12579 "crossbeam-queue",12580 "derive_more",12581 "ed25519-zebra 4.0.3",12582 "either",12583 "event-listener",12584 "fnv",12585 "futures-lite",12586 "futures-util",12587 "hashbrown 0.14.1",12588 "hex",12589 "hmac 0.12.1",12590 "itertools 0.11.0",12591 "libsecp256k1",12592 "merlin 3.0.0",12593 "no-std-net",12594 "nom",12595 "num-bigint",12596 "num-rational",12597 "num-traits",12598 "pbkdf2 0.12.2",12599 "pin-project",12600 "poly1305 0.8.0",12601 "rand 0.8.5",12602 "rand_chacha 0.3.1",12603 "ruzstd",12604 "schnorrkel 0.10.2",12605 "serde",12606 "serde_json",12607 "sha2 0.10.8",12608 "sha3 0.10.8",12609 "siphasher",12610 "slab",12611 "smallvec",12612 "soketto",12613 "twox-hash",12614 "wasmi",12615 "x25519-dalek 2.0.0",12616 "zeroize",12617]1261812619[[package]]12620name = "smoldot-light"12621version = "0.9.0"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"12624dependencies = [12625 "async-channel",12626 "async-lock",12627 "base64 0.21.4",12628 "blake2-rfc",12629 "derive_more",12630 "either",12631 "event-listener",12632 "fnv",12633 "futures-channel",12634 "futures-lite",12635 "futures-util",12636 "hashbrown 0.14.1",12637 "hex",12638 "itertools 0.11.0",12639 "log",12640 "lru 0.11.1",12641 "no-std-net",12642 "parking_lot 0.12.1",12643 "pin-project",12644 "rand 0.8.5",12645 "rand_chacha 0.3.1",12646 "serde",12647 "serde_json",12648 "siphasher",12649 "slab",12650 "smol",12651 "smoldot",12652 "zeroize",12653]1265412655[[package]]12656name = "snap"12657version = "1.1.0"12658source = "registry+https://github.com/rust-lang/crates.io-index"12659checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1266012661[[package]]12662name = "snow"12663version = "0.9.3"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12666dependencies = [12667 "aes-gcm 0.9.4",12668 "blake2",12669 "chacha20poly1305",12670 "curve25519-dalek 4.1.1",12671 "rand_core 0.6.4",12672 "ring 0.16.20",12673 "rustc_version",12674 "sha2 0.10.8",12675 "subtle",12676]1267712678[[package]]12679name = "socket2"12680version = "0.4.9"12681source = "registry+https://github.com/rust-lang/crates.io-index"12682checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"12683dependencies = [12684 "libc",12685 "winapi",12686]1268712688[[package]]12689name = "socket2"12690version = "0.5.4"12691source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"12693dependencies = [12694 "libc",12695 "windows-sys 0.48.0",12696]1269712698[[package]]12699name = "soketto"12700version = "0.7.1"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"12703dependencies = [12704 "base64 0.13.1",12705 "bytes",12706 "flate2",12707 "futures",12708 "http",12709 "httparse",12710 "log",12711 "rand 0.8.5",12712 "sha-1",12713]1271412715[[package]]12716name = "sp-api"12717version = "4.0.0-dev"12718source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12719dependencies = [12720 "hash-db 0.16.0",12721 "log",12722 "parity-scale-codec",12723 "scale-info",12724 "sp-api-proc-macro",12725 "sp-core",12726 "sp-externalities",12727 "sp-metadata-ir",12728 "sp-runtime",12729 "sp-state-machine",12730 "sp-std",12731 "sp-trie",12732 "sp-version",12733 "thiserror",12734]1273512736[[package]]12737name = "sp-api-proc-macro"12738version = "4.0.0-dev"12739source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12740dependencies = [12741 "Inflector",12742 "blake2",12743 "expander 2.0.0",12744 "proc-macro-crate",12745 "proc-macro2",12746 "quote",12747 "syn 2.0.37",12748]1274912750[[package]]12751name = "sp-application-crypto"12752version = "23.0.0"12753source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12754dependencies = [12755 "parity-scale-codec",12756 "scale-info",12757 "serde",12758 "sp-core",12759 "sp-io",12760 "sp-std",12761]1276212763[[package]]12764name = "sp-arithmetic"12765version = "16.0.0"12766source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12767dependencies = [12768 "integer-sqrt",12769 "num-traits",12770 "parity-scale-codec",12771 "scale-info",12772 "serde",12773 "sp-std",12774 "static_assertions",12775]1277612777[[package]]12778name = "sp-authority-discovery"12779version = "4.0.0-dev"12780source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12781dependencies = [12782 "parity-scale-codec",12783 "scale-info",12784 "sp-api",12785 "sp-application-crypto",12786 "sp-runtime",12787 "sp-std",12788]1278912790[[package]]12791name = "sp-block-builder"12792version = "4.0.0-dev"12793source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12794dependencies = [12795 "sp-api",12796 "sp-inherents",12797 "sp-runtime",12798 "sp-std",12799]1280012801[[package]]12802name = "sp-blockchain"12803version = "4.0.0-dev"12804source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12805dependencies = [12806 "futures",12807 "log",12808 "parity-scale-codec",12809 "parking_lot 0.12.1",12810 "schnellru",12811 "sp-api",12812 "sp-consensus",12813 "sp-database",12814 "sp-runtime",12815 "sp-state-machine",12816 "thiserror",12817]1281812819[[package]]12820name = "sp-consensus"12821version = "0.10.0-dev"12822source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12823dependencies = [12824 "async-trait",12825 "futures",12826 "log",12827 "sp-core",12828 "sp-inherents",12829 "sp-runtime",12830 "sp-state-machine",12831 "thiserror",12832]1283312834[[package]]12835name = "sp-consensus-aura"12836version = "0.10.0-dev"12837source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12838dependencies = [12839 "async-trait",12840 "parity-scale-codec",12841 "scale-info",12842 "sp-api",12843 "sp-application-crypto",12844 "sp-consensus-slots",12845 "sp-inherents",12846 "sp-runtime",12847 "sp-std",12848 "sp-timestamp",12849]1285012851[[package]]12852name = "sp-consensus-babe"12853version = "0.10.0-dev"12854source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12855dependencies = [12856 "async-trait",12857 "parity-scale-codec",12858 "scale-info",12859 "serde",12860 "sp-api",12861 "sp-application-crypto",12862 "sp-consensus-slots",12863 "sp-core",12864 "sp-inherents",12865 "sp-runtime",12866 "sp-std",12867 "sp-timestamp",12868]1286912870[[package]]12871name = "sp-consensus-beefy"12872version = "4.0.0-dev"12873source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12874dependencies = [12875 "lazy_static",12876 "parity-scale-codec",12877 "scale-info",12878 "serde",12879 "sp-api",12880 "sp-application-crypto",12881 "sp-core",12882 "sp-io",12883 "sp-mmr-primitives",12884 "sp-runtime",12885 "sp-std",12886 "strum",12887]1288812889[[package]]12890name = "sp-consensus-grandpa"12891version = "4.0.0-dev"12892source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12893dependencies = [12894 "finality-grandpa",12895 "log",12896 "parity-scale-codec",12897 "scale-info",12898 "serde",12899 "sp-api",12900 "sp-application-crypto",12901 "sp-core",12902 "sp-keystore",12903 "sp-runtime",12904 "sp-std",12905]1290612907[[package]]12908name = "sp-consensus-slots"12909version = "0.10.0-dev"12910source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12911dependencies = [12912 "parity-scale-codec",12913 "scale-info",12914 "serde",12915 "sp-std",12916 "sp-timestamp",12917]1291812919[[package]]12920name = "sp-core"12921version = "21.0.0"12922source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12923dependencies = [12924 "array-bytes",12925 "arrayvec 0.7.4",12926 "bandersnatch_vrfs",12927 "bitflags 1.3.2",12928 "blake2",12929 "bounded-collections",12930 "bs58 0.5.0",12931 "dyn-clonable",12932 "ed25519-zebra 3.1.0",12933 "futures",12934 "hash-db 0.16.0",12935 "hash256-std-hasher",12936 "impl-serde",12937 "lazy_static",12938 "libsecp256k1",12939 "log",12940 "merlin 2.0.1",12941 "parity-scale-codec",12942 "parking_lot 0.12.1",12943 "paste",12944 "primitive-types",12945 "rand 0.8.5",12946 "regex",12947 "scale-info",12948 "schnorrkel 0.9.1",12949 "secp256k1",12950 "secrecy",12951 "serde",12952 "sp-core-hashing",12953 "sp-debug-derive",12954 "sp-externalities",12955 "sp-runtime-interface",12956 "sp-std",12957 "sp-storage",12958 "ss58-registry",12959 "substrate-bip39",12960 "thiserror",12961 "tiny-bip39",12962 "tracing",12963 "zeroize",12964]1296512966[[package]]12967name = "sp-core-hashing"12968version = "9.0.0"12969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12970dependencies = [12971 "blake2b_simd",12972 "byteorder",12973 "digest 0.10.7",12974 "sha2 0.10.8",12975 "sha3 0.10.8",12976 "twox-hash",12977]1297812979[[package]]12980name = "sp-core-hashing-proc-macro"12981version = "9.0.0"12982source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12983dependencies = [12984 "quote",12985 "sp-core-hashing",12986 "syn 2.0.37",12987]1298812989[[package]]12990name = "sp-database"12991version = "4.0.0-dev"12992source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12993dependencies = [12994 "kvdb",12995 "parking_lot 0.12.1",12996]1299712998[[package]]12999name = "sp-debug-derive"13000version = "8.0.0"13001source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13002dependencies = [13003 "proc-macro2",13004 "quote",13005 "syn 2.0.37",13006]1300713008[[package]]13009name = "sp-externalities"13010version = "0.19.0"13011source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13012dependencies = [13013 "environmental",13014 "parity-scale-codec",13015 "sp-std",13016 "sp-storage",13017]1301813019[[package]]13020name = "sp-genesis-builder"13021version = "0.1.0"13022source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13023dependencies = [13024 "serde_json",13025 "sp-api",13026 "sp-runtime",13027 "sp-std",13028]1302913030[[package]]13031name = "sp-inherents"13032version = "4.0.0-dev"13033source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13034dependencies = [13035 "async-trait",13036 "impl-trait-for-tuples",13037 "parity-scale-codec",13038 "scale-info",13039 "sp-runtime",13040 "sp-std",13041 "thiserror",13042]1304313044[[package]]13045name = "sp-io"13046version = "23.0.0"13047source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13048dependencies = [13049 "bytes",13050 "ed25519-dalek",13051 "libsecp256k1",13052 "log",13053 "parity-scale-codec",13054 "rustversion",13055 "secp256k1",13056 "sp-core",13057 "sp-externalities",13058 "sp-keystore",13059 "sp-runtime-interface",13060 "sp-state-machine",13061 "sp-std",13062 "sp-tracing",13063 "sp-trie",13064 "tracing",13065 "tracing-core",13066]1306713068[[package]]13069name = "sp-keyring"13070version = "24.0.0"13071source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13072dependencies = [13073 "lazy_static",13074 "sp-core",13075 "sp-runtime",13076 "strum",13077]1307813079[[package]]13080name = "sp-keystore"13081version = "0.27.0"13082source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13083dependencies = [13084 "parity-scale-codec",13085 "parking_lot 0.12.1",13086 "sp-core",13087 "sp-externalities",13088 "thiserror",13089]1309013091[[package]]13092name = "sp-maybe-compressed-blob"13093version = "4.1.0-dev"13094source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13095dependencies = [13096 "thiserror",13097 "zstd 0.12.4",13098]1309913100[[package]]13101name = "sp-metadata-ir"13102version = "0.1.0"13103source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13104dependencies = [13105 "frame-metadata",13106 "parity-scale-codec",13107 "scale-info",13108 "sp-std",13109]1311013111[[package]]13112name = "sp-mmr-primitives"13113version = "4.0.0-dev"13114source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13115dependencies = [13116 "ckb-merkle-mountain-range",13117 "log",13118 "parity-scale-codec",13119 "scale-info",13120 "serde",13121 "sp-api",13122 "sp-core",13123 "sp-debug-derive",13124 "sp-runtime",13125 "sp-std",13126 "thiserror",13127]1312813129[[package]]13130name = "sp-npos-elections"13131version = "4.0.0-dev"13132source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13133dependencies = [13134 "parity-scale-codec",13135 "scale-info",13136 "serde",13137 "sp-arithmetic",13138 "sp-core",13139 "sp-runtime",13140 "sp-std",13141]1314213143[[package]]13144name = "sp-offchain"13145version = "4.0.0-dev"13146source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13147dependencies = [13148 "sp-api",13149 "sp-core",13150 "sp-runtime",13151]1315213153[[package]]13154name = "sp-panic-handler"13155version = "8.0.0"13156source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13157dependencies = [13158 "backtrace",13159 "lazy_static",13160 "regex",13161]1316213163[[package]]13164name = "sp-rpc"13165version = "6.0.0"13166source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13167dependencies = [13168 "rustc-hash",13169 "serde",13170 "sp-core",13171]1317213173[[package]]13174name = "sp-runtime"13175version = "24.0.0"13176source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13177dependencies = [13178 "either",13179 "hash256-std-hasher",13180 "impl-trait-for-tuples",13181 "log",13182 "parity-scale-codec",13183 "paste",13184 "rand 0.8.5",13185 "scale-info",13186 "serde",13187 "sp-application-crypto",13188 "sp-arithmetic",13189 "sp-core",13190 "sp-io",13191 "sp-std",13192 "sp-weights",13193]1319413195[[package]]13196name = "sp-runtime-interface"13197version = "17.0.0"13198source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13199dependencies = [13200 "bytes",13201 "impl-trait-for-tuples",13202 "parity-scale-codec",13203 "primitive-types",13204 "sp-externalities",13205 "sp-runtime-interface-proc-macro",13206 "sp-std",13207 "sp-storage",13208 "sp-tracing",13209 "sp-wasm-interface",13210 "static_assertions",13211]1321213213[[package]]13214name = "sp-runtime-interface-proc-macro"13215version = "11.0.0"13216source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13217dependencies = [13218 "Inflector",13219 "proc-macro-crate",13220 "proc-macro2",13221 "quote",13222 "syn 2.0.37",13223]1322413225[[package]]13226name = "sp-session"13227version = "4.0.0-dev"13228source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13229dependencies = [13230 "parity-scale-codec",13231 "scale-info",13232 "sp-api",13233 "sp-core",13234 "sp-keystore",13235 "sp-runtime",13236 "sp-staking",13237 "sp-std",13238]1323913240[[package]]13241name = "sp-staking"13242version = "4.0.0-dev"13243source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13244dependencies = [13245 "impl-trait-for-tuples",13246 "parity-scale-codec",13247 "scale-info",13248 "serde",13249 "sp-core",13250 "sp-runtime",13251 "sp-std",13252]1325313254[[package]]13255name = "sp-state-machine"13256version = "0.28.0"13257source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13258dependencies = [13259 "hash-db 0.16.0",13260 "log",13261 "parity-scale-codec",13262 "parking_lot 0.12.1",13263 "rand 0.8.5",13264 "smallvec",13265 "sp-core",13266 "sp-externalities",13267 "sp-panic-handler",13268 "sp-std",13269 "sp-trie",13270 "thiserror",13271 "tracing",13272 "trie-db",13273]1327413275[[package]]13276name = "sp-statement-store"13277version = "4.0.0-dev"13278source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13279dependencies = [13280 "aes-gcm 0.10.3",13281 "curve25519-dalek 4.1.1",13282 "ed25519-dalek",13283 "hkdf",13284 "parity-scale-codec",13285 "rand 0.8.5",13286 "scale-info",13287 "sha2 0.10.8",13288 "sp-api",13289 "sp-application-crypto",13290 "sp-core",13291 "sp-externalities",13292 "sp-runtime",13293 "sp-runtime-interface",13294 "sp-std",13295 "thiserror",13296 "x25519-dalek 2.0.0",13297]1329813299[[package]]13300name = "sp-std"13301version = "8.0.0"13302source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1330313304[[package]]13305name = "sp-storage"13306version = "13.0.0"13307source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13308dependencies = [13309 "impl-serde",13310 "parity-scale-codec",13311 "ref-cast",13312 "serde",13313 "sp-debug-derive",13314 "sp-std",13315]1331613317[[package]]13318name = "sp-timestamp"13319version = "4.0.0-dev"13320source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13321dependencies = [13322 "async-trait",13323 "parity-scale-codec",13324 "sp-inherents",13325 "sp-runtime",13326 "sp-std",13327 "thiserror",13328]1332913330[[package]]13331name = "sp-tracing"13332version = "10.0.0"13333source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13334dependencies = [13335 "parity-scale-codec",13336 "sp-std",13337 "tracing",13338 "tracing-core",13339 "tracing-subscriber",13340]1334113342[[package]]13343name = "sp-transaction-pool"13344version = "4.0.0-dev"13345source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13346dependencies = [13347 "sp-api",13348 "sp-runtime",13349]1335013351[[package]]13352name = "sp-transaction-storage-proof"13353version = "4.0.0-dev"13354source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13355dependencies = [13356 "async-trait",13357 "parity-scale-codec",13358 "scale-info",13359 "sp-core",13360 "sp-inherents",13361 "sp-runtime",13362 "sp-std",13363 "sp-trie",13364]1336513366[[package]]13367name = "sp-trie"13368version = "22.0.0"13369source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13370dependencies = [13371 "ahash 0.8.3",13372 "hash-db 0.16.0",13373 "hashbrown 0.13.2",13374 "lazy_static",13375 "memory-db",13376 "nohash-hasher",13377 "parity-scale-codec",13378 "parking_lot 0.12.1",13379 "scale-info",13380 "schnellru",13381 "sp-core",13382 "sp-std",13383 "thiserror",13384 "tracing",13385 "trie-db",13386 "trie-root",13387]1338813389[[package]]13390name = "sp-version"13391version = "22.0.0"13392source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13393dependencies = [13394 "impl-serde",13395 "parity-scale-codec",13396 "parity-wasm",13397 "scale-info",13398 "serde",13399 "sp-core-hashing-proc-macro",13400 "sp-runtime",13401 "sp-std",13402 "sp-version-proc-macro",13403 "thiserror",13404]1340513406[[package]]13407name = "sp-version-proc-macro"13408version = "8.0.0"13409source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13410dependencies = [13411 "parity-scale-codec",13412 "proc-macro2",13413 "quote",13414 "syn 2.0.37",13415]1341613417[[package]]13418name = "sp-wasm-interface"13419version = "14.0.0"13420source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13421dependencies = [13422 "anyhow",13423 "impl-trait-for-tuples",13424 "log",13425 "parity-scale-codec",13426 "sp-std",13427 "wasmtime",13428]1342913430[[package]]13431name = "sp-weights"13432version = "20.0.0"13433source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13434dependencies = [13435 "parity-scale-codec",13436 "scale-info",13437 "serde",13438 "smallvec",13439 "sp-arithmetic",13440 "sp-core",13441 "sp-debug-derive",13442 "sp-std",13443]1344413445[[package]]13446name = "spez"13447version = "0.1.2"13448source = "registry+https://github.com/rust-lang/crates.io-index"13449checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"13450dependencies = [13451 "proc-macro2",13452 "quote",13453 "syn 2.0.37",13454]1345513456[[package]]13457name = "spin"13458version = "0.5.2"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1346113462[[package]]13463name = "spin"13464version = "0.9.8"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"1346713468[[package]]13469name = "spinners"13470version = "4.1.0"13471source = "registry+https://github.com/rust-lang/crates.io-index"13472checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab"13473dependencies = [13474 "lazy_static",13475 "maplit",13476 "strum",13477]1347813479[[package]]13480name = "spki"13481version = "0.6.0"13482source = "registry+https://github.com/rust-lang/crates.io-index"13483checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"13484dependencies = [13485 "base64ct",13486 "der 0.6.1",13487]1348813489[[package]]13490name = "spki"13491version = "0.7.2"13492source = "registry+https://github.com/rust-lang/crates.io-index"13493checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"13494dependencies = [13495 "base64ct",13496 "der 0.7.8",13497]1349813499[[package]]13500name = "ss58-registry"13501version = "1.43.0"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"13504dependencies = [13505 "Inflector",13506 "num-format",13507 "proc-macro2",13508 "quote",13509 "serde",13510 "serde_json",13511 "unicode-xid",13512]1351313514[[package]]13515name = "stable_deref_trait"13516version = "1.2.0"13517source = "registry+https://github.com/rust-lang/crates.io-index"13518checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1351913520[[package]]13521name = "staging-kusama-runtime"13522version = "1.0.0"13523source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13524dependencies = [13525 "binary-merkle-tree",13526 "bitvec",13527 "frame-benchmarking",13528 "frame-election-provider-support",13529 "frame-executive",13530 "frame-support",13531 "frame-system",13532 "frame-system-benchmarking",13533 "frame-system-rpc-runtime-api",13534 "frame-try-runtime",13535 "hex-literal",13536 "kusama-runtime-constants",13537 "log",13538 "pallet-authority-discovery",13539 "pallet-authorship",13540 "pallet-babe",13541 "pallet-bags-list",13542 "pallet-balances",13543 "pallet-beefy",13544 "pallet-beefy-mmr",13545 "pallet-bounties",13546 "pallet-child-bounties",13547 "pallet-collective",13548 "pallet-conviction-voting",13549 "pallet-democracy",13550 "pallet-election-provider-multi-phase",13551 "pallet-election-provider-support-benchmarking",13552 "pallet-elections-phragmen",13553 "pallet-fast-unstake",13554 "pallet-grandpa",13555 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",13556 "pallet-im-online",13557 "pallet-indices",13558 "pallet-membership",13559 "pallet-message-queue",13560 "pallet-mmr",13561 "pallet-multisig",13562 "pallet-nis",13563 "pallet-nomination-pools",13564 "pallet-nomination-pools-benchmarking",13565 "pallet-nomination-pools-runtime-api",13566 "pallet-offences",13567 "pallet-offences-benchmarking",13568 "pallet-preimage",13569 "pallet-proxy",13570 "pallet-ranked-collective",13571 "pallet-recovery",13572 "pallet-referenda",13573 "pallet-scheduler",13574 "pallet-session",13575 "pallet-session-benchmarking",13576 "pallet-society",13577 "pallet-staking",13578 "pallet-staking-runtime-api",13579 "pallet-state-trie-migration",13580 "pallet-timestamp",13581 "pallet-tips",13582 "pallet-transaction-payment",13583 "pallet-transaction-payment-rpc-runtime-api",13584 "pallet-treasury",13585 "pallet-utility",13586 "pallet-vesting",13587 "pallet-whitelist",13588 "pallet-xcm",13589 "pallet-xcm-benchmarks",13590 "parity-scale-codec",13591 "polkadot-primitives",13592 "polkadot-runtime-common",13593 "polkadot-runtime-parachains",13594 "rustc-hex",13595 "scale-info",13596 "serde",13597 "serde_derive",13598 "smallvec",13599 "sp-api",13600 "sp-application-crypto",13601 "sp-arithmetic",13602 "sp-authority-discovery",13603 "sp-block-builder",13604 "sp-consensus-babe",13605 "sp-consensus-beefy",13606 "sp-core",13607 "sp-inherents",13608 "sp-io",13609 "sp-mmr-primitives",13610 "sp-npos-elections",13611 "sp-offchain",13612 "sp-runtime",13613 "sp-session",13614 "sp-staking",13615 "sp-std",13616 "sp-storage",13617 "sp-transaction-pool",13618 "sp-version",13619 "staging-xcm",13620 "staging-xcm-builder",13621 "staging-xcm-executor",13622 "static_assertions",13623 "substrate-wasm-builder",13624]1362513626[[package]]13627name = "staging-xcm"13628version = "1.0.0"13629source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13630dependencies = [13631 "bounded-collections",13632 "derivative",13633 "environmental",13634 "impl-trait-for-tuples",13635 "log",13636 "parity-scale-codec",13637 "scale-info",13638 "serde",13639 "sp-weights",13640 "xcm-procedural",13641]1364213643[[package]]13644name = "staging-xcm-builder"13645version = "1.0.0"13646source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13647dependencies = [13648 "frame-support",13649 "frame-system",13650 "impl-trait-for-tuples",13651 "log",13652 "pallet-transaction-payment",13653 "parity-scale-codec",13654 "polkadot-parachain-primitives",13655 "scale-info",13656 "sp-arithmetic",13657 "sp-io",13658 "sp-runtime",13659 "sp-std",13660 "sp-weights",13661 "staging-xcm",13662 "staging-xcm-executor",13663]1366413665[[package]]13666name = "staging-xcm-executor"13667version = "1.0.0"13668source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13669dependencies = [13670 "environmental",13671 "frame-benchmarking",13672 "frame-support",13673 "impl-trait-for-tuples",13674 "log",13675 "parity-scale-codec",13676 "sp-arithmetic",13677 "sp-core",13678 "sp-io",13679 "sp-runtime",13680 "sp-std",13681 "sp-weights",13682 "staging-xcm",13683]1368413685[[package]]13686name = "static_assertions"13687version = "1.1.0"13688source = "registry+https://github.com/rust-lang/crates.io-index"13689checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1369013691[[package]]13692name = "static_init"13693version = "1.0.3"13694source = "registry+https://github.com/rust-lang/crates.io-index"13695checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"13696dependencies = [13697 "bitflags 1.3.2",13698 "cfg_aliases",13699 "libc",13700 "parking_lot 0.11.2",13701 "parking_lot_core 0.8.6",13702 "static_init_macro",13703 "winapi",13704]1370513706[[package]]13707name = "static_init_macro"13708version = "1.0.2"13709source = "registry+https://github.com/rust-lang/crates.io-index"13710checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"13711dependencies = [13712 "cfg_aliases",13713 "memchr",13714 "proc-macro2",13715 "quote",13716 "syn 1.0.109",13717]1371813719[[package]]13720name = "strsim"13721version = "0.10.0"13722source = "registry+https://github.com/rust-lang/crates.io-index"13723checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1372413725[[package]]13726name = "struct-versioning"13727version = "0.1.0"13728dependencies = [13729 "quote",13730 "syn 1.0.109",13731]1373213733[[package]]13734name = "strum"13735version = "0.24.1"13736source = "registry+https://github.com/rust-lang/crates.io-index"13737checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"13738dependencies = [13739 "strum_macros",13740]1374113742[[package]]13743name = "strum_macros"13744version = "0.24.3"13745source = "registry+https://github.com/rust-lang/crates.io-index"13746checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"13747dependencies = [13748 "heck",13749 "proc-macro2",13750 "quote",13751 "rustversion",13752 "syn 1.0.109",13753]1375413755[[package]]13756name = "stun"13757version = "0.4.4"13758source = "registry+https://github.com/rust-lang/crates.io-index"13759checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"13760dependencies = [13761 "base64 0.13.1",13762 "crc",13763 "lazy_static",13764 "md-5",13765 "rand 0.8.5",13766 "ring 0.16.20",13767 "subtle",13768 "thiserror",13769 "tokio",13770 "url",13771 "webrtc-util",13772]1377313774[[package]]13775name = "substrate-bip39"13776version = "0.4.4"13777source = "registry+https://github.com/rust-lang/crates.io-index"13778checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"13779dependencies = [13780 "hmac 0.11.0",13781 "pbkdf2 0.8.0",13782 "schnorrkel 0.9.1",13783 "sha2 0.9.9",13784 "zeroize",13785]1378613787[[package]]13788name = "substrate-build-script-utils"13789version = "3.0.0"13790source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1379113792[[package]]13793name = "substrate-frame-rpc-system"13794version = "4.0.0-dev"13795source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13796dependencies = [13797 "frame-system-rpc-runtime-api",13798 "futures",13799 "jsonrpsee",13800 "log",13801 "parity-scale-codec",13802 "sc-rpc-api",13803 "sc-transaction-pool-api",13804 "sp-api",13805 "sp-block-builder",13806 "sp-blockchain",13807 "sp-core",13808 "sp-runtime",13809]1381013811[[package]]13812name = "substrate-prometheus-endpoint"13813version = "0.10.0-dev"13814source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13815dependencies = [13816 "hyper",13817 "log",13818 "prometheus",13819 "thiserror",13820 "tokio",13821]1382213823[[package]]13824name = "substrate-rpc-client"13825version = "0.10.0-dev"13826source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13827dependencies = [13828 "async-trait",13829 "jsonrpsee",13830 "log",13831 "sc-rpc-api",13832 "serde",13833 "sp-runtime",13834]1383513836[[package]]13837name = "substrate-state-trie-migration-rpc"13838version = "4.0.0-dev"13839source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13840dependencies = [13841 "jsonrpsee",13842 "parity-scale-codec",13843 "sc-client-api",13844 "sc-rpc-api",13845 "serde",13846 "sp-core",13847 "sp-runtime",13848 "sp-state-machine",13849 "sp-trie",13850 "trie-db",13851]1385213853[[package]]13854name = "substrate-wasm-builder"13855version = "5.0.0-dev"13856source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13857dependencies = [13858 "ansi_term",13859 "build-helper",13860 "cargo_metadata",13861 "filetime",13862 "parity-wasm",13863 "sp-maybe-compressed-blob",13864 "strum",13865 "tempfile",13866 "toml 0.7.8",13867 "walkdir",13868 "wasm-opt",13869]1387013871[[package]]13872name = "substring"13873version = "1.4.5"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"13876dependencies = [13877 "autocfg",13878]1387913880[[package]]13881name = "subtle"13882version = "2.4.1"13883source = "registry+https://github.com/rust-lang/crates.io-index"13884checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1388513886[[package]]13887name = "subtle-ng"13888version = "2.5.0"13889source = "registry+https://github.com/rust-lang/crates.io-index"13890checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"1389113892[[package]]13893name = "syn"13894version = "1.0.109"13895source = "registry+https://github.com/rust-lang/crates.io-index"13896checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"13897dependencies = [13898 "proc-macro2",13899 "quote",13900 "unicode-ident",13901]1390213903[[package]]13904name = "syn"13905version = "2.0.37"13906source = "registry+https://github.com/rust-lang/crates.io-index"13907checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"13908dependencies = [13909 "proc-macro2",13910 "quote",13911 "unicode-ident",13912]1391313914[[package]]13915name = "synstructure"13916version = "0.12.6"13917source = "registry+https://github.com/rust-lang/crates.io-index"13918checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"13919dependencies = [13920 "proc-macro2",13921 "quote",13922 "syn 1.0.109",13923 "unicode-xid",13924]1392513926[[package]]13927name = "system-configuration"13928version = "0.5.1"13929source = "registry+https://github.com/rust-lang/crates.io-index"13930checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"13931dependencies = [13932 "bitflags 1.3.2",13933 "core-foundation",13934 "system-configuration-sys",13935]1393613937[[package]]13938name = "system-configuration-sys"13939version = "0.5.0"13940source = "registry+https://github.com/rust-lang/crates.io-index"13941checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"13942dependencies = [13943 "core-foundation-sys",13944 "libc",13945]1394613947[[package]]13948name = "tap"13949version = "1.0.1"13950source = "registry+https://github.com/rust-lang/crates.io-index"13951checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1395213953[[package]]13954name = "target-lexicon"13955version = "0.12.11"13956source = "registry+https://github.com/rust-lang/crates.io-index"13957checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"1395813959[[package]]13960name = "tempfile"13961version = "3.8.0"13962source = "registry+https://github.com/rust-lang/crates.io-index"13963checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"13964dependencies = [13965 "cfg-if",13966 "fastrand 2.0.1",13967 "redox_syscall 0.3.5",13968 "rustix 0.38.15",13969 "windows-sys 0.48.0",13970]1397113972[[package]]13973name = "termcolor"13974version = "1.3.0"13975source = "registry+https://github.com/rust-lang/crates.io-index"13976checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"13977dependencies = [13978 "winapi-util",13979]1398013981[[package]]13982name = "termtree"13983version = "0.4.1"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1398613987[[package]]13988name = "tests"13989version = "0.1.1"13990dependencies = [13991 "evm-coder",13992 "frame-support",13993 "frame-system",13994 "pallet-balances",13995 "pallet-balances-adapter",13996 "pallet-common",13997 "pallet-ethereum",13998 "pallet-evm",13999 "pallet-evm-coder-substrate",14000 "pallet-fungible",14001 "pallet-nonfungible",14002 "pallet-refungible",14003 "pallet-structure",14004 "pallet-timestamp",14005 "pallet-transaction-payment",14006 "pallet-unique",14007 "pallet-xcm",14008 "parity-scale-codec",14009 "scale-info",14010 "sp-core",14011 "sp-io",14012 "sp-runtime",14013 "sp-std",14014 "staging-xcm",14015 "up-data-structs",14016 "up-sponsorship",14017]1401814019[[package]]14020name = "thiserror"14021version = "1.0.49"14022source = "registry+https://github.com/rust-lang/crates.io-index"14023checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"14024dependencies = [14025 "thiserror-impl",14026]1402714028[[package]]14029name = "thiserror-core"14030version = "1.0.38"14031source = "registry+https://github.com/rust-lang/crates.io-index"14032checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"14033dependencies = [14034 "thiserror-core-impl",14035]1403614037[[package]]14038name = "thiserror-core-impl"14039version = "1.0.38"14040source = "registry+https://github.com/rust-lang/crates.io-index"14041checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"14042dependencies = [14043 "proc-macro2",14044 "quote",14045 "syn 1.0.109",14046]1404714048[[package]]14049name = "thiserror-impl"14050version = "1.0.49"14051source = "registry+https://github.com/rust-lang/crates.io-index"14052checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"14053dependencies = [14054 "proc-macro2",14055 "quote",14056 "syn 2.0.37",14057]1405814059[[package]]14060name = "thousands"14061version = "0.2.0"14062source = "registry+https://github.com/rust-lang/crates.io-index"14063checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1406414065[[package]]14066name = "thread_local"14067version = "1.1.7"14068source = "registry+https://github.com/rust-lang/crates.io-index"14069checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"14070dependencies = [14071 "cfg-if",14072 "once_cell",14073]1407414075[[package]]14076name = "threadpool"14077version = "1.8.1"14078source = "registry+https://github.com/rust-lang/crates.io-index"14079checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"14080dependencies = [14081 "num_cpus",14082]1408314084[[package]]14085name = "thrift"14086version = "0.15.0"14087source = "registry+https://github.com/rust-lang/crates.io-index"14088checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"14089dependencies = [14090 "byteorder",14091 "integer-encoding",14092 "log",14093 "ordered-float",14094 "threadpool",14095]1409614097[[package]]14098name = "tikv-jemalloc-ctl"14099version = "0.5.4"14100source = "registry+https://github.com/rust-lang/crates.io-index"14101checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"14102dependencies = [14103 "libc",14104 "paste",14105 "tikv-jemalloc-sys",14106]1410714108[[package]]14109name = "tikv-jemalloc-sys"14110version = "0.5.4+5.3.0-patched"14111source = "registry+https://github.com/rust-lang/crates.io-index"14112checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"14113dependencies = [14114 "cc",14115 "libc",14116]1411714118[[package]]14119name = "time"14120version = "0.3.29"14121source = "registry+https://github.com/rust-lang/crates.io-index"14122checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"14123dependencies = [14124 "deranged",14125 "itoa",14126 "serde",14127 "time-core",14128 "time-macros",14129]1413014131[[package]]14132name = "time-core"14133version = "0.1.2"14134source = "registry+https://github.com/rust-lang/crates.io-index"14135checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"1413614137[[package]]14138name = "time-macros"14139version = "0.2.15"14140source = "registry+https://github.com/rust-lang/crates.io-index"14141checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"14142dependencies = [14143 "time-core",14144]1414514146[[package]]14147name = "tiny-bip39"14148version = "1.0.0"14149source = "registry+https://github.com/rust-lang/crates.io-index"14150checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"14151dependencies = [14152 "anyhow",14153 "hmac 0.12.1",14154 "once_cell",14155 "pbkdf2 0.11.0",14156 "rand 0.8.5",14157 "rustc-hash",14158 "sha2 0.10.8",14159 "thiserror",14160 "unicode-normalization",14161 "wasm-bindgen",14162 "zeroize",14163]1416414165[[package]]14166name = "tiny-keccak"14167version = "2.0.2"14168source = "registry+https://github.com/rust-lang/crates.io-index"14169checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"14170dependencies = [14171 "crunchy",14172]1417314174[[package]]14175name = "tinytemplate"14176version = "1.2.1"14177source = "registry+https://github.com/rust-lang/crates.io-index"14178checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"14179dependencies = [14180 "serde",14181 "serde_json",14182]1418314184[[package]]14185name = "tinyvec"14186version = "1.6.0"14187source = "registry+https://github.com/rust-lang/crates.io-index"14188checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"14189dependencies = [14190 "tinyvec_macros",14191]1419214193[[package]]14194name = "tinyvec_macros"14195version = "0.1.1"14196source = "registry+https://github.com/rust-lang/crates.io-index"14197checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1419814199[[package]]14200name = "tokio"14201version = "1.32.0"14202source = "registry+https://github.com/rust-lang/crates.io-index"14203checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"14204dependencies = [14205 "backtrace",14206 "bytes",14207 "libc",14208 "mio",14209 "num_cpus",14210 "parking_lot 0.12.1",14211 "pin-project-lite 0.2.13",14212 "signal-hook-registry",14213 "socket2 0.5.4",14214 "tokio-macros",14215 "windows-sys 0.48.0",14216]1421714218[[package]]14219name = "tokio-macros"14220version = "2.1.0"14221source = "registry+https://github.com/rust-lang/crates.io-index"14222checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"14223dependencies = [14224 "proc-macro2",14225 "quote",14226 "syn 2.0.37",14227]1422814229[[package]]14230name = "tokio-retry"14231version = "0.3.0"14232source = "registry+https://github.com/rust-lang/crates.io-index"14233checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"14234dependencies = [14235 "pin-project",14236 "rand 0.8.5",14237 "tokio",14238]1423914240[[package]]14241name = "tokio-rustls"14242version = "0.24.1"14243source = "registry+https://github.com/rust-lang/crates.io-index"14244checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14245dependencies = [14246 "rustls 0.21.7",14247 "tokio",14248]1424914250[[package]]14251name = "tokio-stream"14252version = "0.1.14"14253source = "registry+https://github.com/rust-lang/crates.io-index"14254checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"14255dependencies = [14256 "futures-core",14257 "pin-project-lite 0.2.13",14258 "tokio",14259 "tokio-util",14260]1426114262[[package]]14263name = "tokio-util"14264version = "0.7.9"14265source = "registry+https://github.com/rust-lang/crates.io-index"14266checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"14267dependencies = [14268 "bytes",14269 "futures-core",14270 "futures-io",14271 "futures-sink",14272 "pin-project-lite 0.2.13",14273 "tokio",14274 "tracing",14275]1427614277[[package]]14278name = "toml"14279version = "0.5.11"14280source = "registry+https://github.com/rust-lang/crates.io-index"14281checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"14282dependencies = [14283 "serde",14284]1428514286[[package]]14287name = "toml"14288version = "0.7.8"14289source = "registry+https://github.com/rust-lang/crates.io-index"14290checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"14291dependencies = [14292 "serde",14293 "serde_spanned",14294 "toml_datetime",14295 "toml_edit",14296]1429714298[[package]]14299name = "toml_datetime"14300version = "0.6.3"14301source = "registry+https://github.com/rust-lang/crates.io-index"14302checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"14303dependencies = [14304 "serde",14305]1430614307[[package]]14308name = "toml_edit"14309version = "0.19.15"14310source = "registry+https://github.com/rust-lang/crates.io-index"14311checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"14312dependencies = [14313 "indexmap 2.0.2",14314 "serde",14315 "serde_spanned",14316 "toml_datetime",14317 "winnow",14318]1431914320[[package]]14321name = "tower"14322version = "0.4.13"14323source = "registry+https://github.com/rust-lang/crates.io-index"14324checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"14325dependencies = [14326 "tower-layer",14327 "tower-service",14328 "tracing",14329]1433014331[[package]]14332name = "tower-http"14333version = "0.4.4"14334source = "registry+https://github.com/rust-lang/crates.io-index"14335checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"14336dependencies = [14337 "bitflags 2.4.0",14338 "bytes",14339 "futures-core",14340 "futures-util",14341 "http",14342 "http-body",14343 "http-range-header",14344 "pin-project-lite 0.2.13",14345 "tower-layer",14346 "tower-service",14347]1434814349[[package]]14350name = "tower-layer"14351version = "0.3.2"14352source = "registry+https://github.com/rust-lang/crates.io-index"14353checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1435414355[[package]]14356name = "tower-service"14357version = "0.3.2"14358source = "registry+https://github.com/rust-lang/crates.io-index"14359checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1436014361[[package]]14362name = "tracing"14363version = "0.1.37"14364source = "registry+https://github.com/rust-lang/crates.io-index"14365checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"14366dependencies = [14367 "cfg-if",14368 "log",14369 "pin-project-lite 0.2.13",14370 "tracing-attributes",14371 "tracing-core",14372]1437314374[[package]]14375name = "tracing-attributes"14376version = "0.1.26"14377source = "registry+https://github.com/rust-lang/crates.io-index"14378checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"14379dependencies = [14380 "proc-macro2",14381 "quote",14382 "syn 2.0.37",14383]1438414385[[package]]14386name = "tracing-core"14387version = "0.1.31"14388source = "registry+https://github.com/rust-lang/crates.io-index"14389checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"14390dependencies = [14391 "once_cell",14392 "valuable",14393]1439414395[[package]]14396name = "tracing-futures"14397version = "0.2.5"14398source = "registry+https://github.com/rust-lang/crates.io-index"14399checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"14400dependencies = [14401 "pin-project",14402 "tracing",14403]1440414405[[package]]14406name = "tracing-gum"14407version = "1.0.0"14408source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14409dependencies = [14410 "coarsetime",14411 "polkadot-node-jaeger",14412 "polkadot-primitives",14413 "tracing",14414 "tracing-gum-proc-macro",14415]1441614417[[package]]14418name = "tracing-gum-proc-macro"14419version = "1.0.0"14420source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14421dependencies = [14422 "expander 2.0.0",14423 "proc-macro-crate",14424 "proc-macro2",14425 "quote",14426 "syn 2.0.37",14427]1442814429[[package]]14430name = "tracing-log"14431version = "0.1.3"14432source = "registry+https://github.com/rust-lang/crates.io-index"14433checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"14434dependencies = [14435 "lazy_static",14436 "log",14437 "tracing-core",14438]1443914440[[package]]14441name = "tracing-serde"14442version = "0.1.3"14443source = "registry+https://github.com/rust-lang/crates.io-index"14444checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"14445dependencies = [14446 "serde",14447 "tracing-core",14448]1444914450[[package]]14451name = "tracing-subscriber"14452version = "0.2.25"14453source = "registry+https://github.com/rust-lang/crates.io-index"14454checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"14455dependencies = [14456 "ansi_term",14457 "chrono",14458 "lazy_static",14459 "matchers",14460 "parking_lot 0.11.2",14461 "regex",14462 "serde",14463 "serde_json",14464 "sharded-slab",14465 "smallvec",14466 "thread_local",14467 "tracing",14468 "tracing-core",14469 "tracing-log",14470 "tracing-serde",14471]1447214473[[package]]14474name = "trie-db"14475version = "0.27.1"14476source = "registry+https://github.com/rust-lang/crates.io-index"14477checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"14478dependencies = [14479 "hash-db 0.16.0",14480 "hashbrown 0.13.2",14481 "log",14482 "rustc-hex",14483 "smallvec",14484]1448514486[[package]]14487name = "trie-root"14488version = "0.18.0"14489source = "registry+https://github.com/rust-lang/crates.io-index"14490checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"14491dependencies = [14492 "hash-db 0.16.0",14493]1449414495[[package]]14496name = "triehash"14497version = "0.8.4"14498source = "registry+https://github.com/rust-lang/crates.io-index"14499checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"14500dependencies = [14501 "hash-db 0.15.2",14502 "rlp",14503]1450414505[[package]]14506name = "trust-dns-proto"14507version = "0.22.0"14508source = "registry+https://github.com/rust-lang/crates.io-index"14509checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"14510dependencies = [14511 "async-trait",14512 "cfg-if",14513 "data-encoding",14514 "enum-as-inner",14515 "futures-channel",14516 "futures-io",14517 "futures-util",14518 "idna 0.2.3",14519 "ipnet",14520 "lazy_static",14521 "rand 0.8.5",14522 "smallvec",14523 "socket2 0.4.9",14524 "thiserror",14525 "tinyvec",14526 "tokio",14527 "tracing",14528 "url",14529]1453014531[[package]]14532name = "trust-dns-resolver"14533version = "0.22.0"14534source = "registry+https://github.com/rust-lang/crates.io-index"14535checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"14536dependencies = [14537 "cfg-if",14538 "futures-util",14539 "ipconfig",14540 "lazy_static",14541 "lru-cache",14542 "parking_lot 0.12.1",14543 "resolv-conf",14544 "smallvec",14545 "thiserror",14546 "tokio",14547 "tracing",14548 "trust-dns-proto",14549]1455014551[[package]]14552name = "try-lock"14553version = "0.2.4"14554source = "registry+https://github.com/rust-lang/crates.io-index"14555checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1455614557[[package]]14558name = "try-runtime-cli"14559version = "0.10.0-dev"14560source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14561dependencies = [14562 "async-trait",14563 "clap",14564 "frame-remote-externalities",14565 "frame-try-runtime",14566 "hex",14567 "log",14568 "parity-scale-codec",14569 "sc-cli",14570 "sc-executor",14571 "serde",14572 "serde_json",14573 "sp-api",14574 "sp-consensus-aura",14575 "sp-consensus-babe",14576 "sp-core",14577 "sp-debug-derive",14578 "sp-externalities",14579 "sp-inherents",14580 "sp-io",14581 "sp-keystore",14582 "sp-rpc",14583 "sp-runtime",14584 "sp-state-machine",14585 "sp-timestamp",14586 "sp-transaction-storage-proof",14587 "sp-version",14588 "sp-weights",14589 "substrate-rpc-client",14590 "zstd 0.12.4",14591]1459214593[[package]]14594name = "tt-call"14595version = "1.0.9"14596source = "registry+https://github.com/rust-lang/crates.io-index"14597checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1459814599[[package]]14600name = "turn"14601version = "0.6.1"14602source = "registry+https://github.com/rust-lang/crates.io-index"14603checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"14604dependencies = [14605 "async-trait",14606 "base64 0.13.1",14607 "futures",14608 "log",14609 "md-5",14610 "rand 0.8.5",14611 "ring 0.16.20",14612 "stun",14613 "thiserror",14614 "tokio",14615 "webrtc-util",14616]1461714618[[package]]14619name = "twox-hash"14620version = "1.6.3"14621source = "registry+https://github.com/rust-lang/crates.io-index"14622checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"14623dependencies = [14624 "cfg-if",14625 "digest 0.10.7",14626 "rand 0.8.5",14627 "static_assertions",14628]1462914630[[package]]14631name = "typenum"14632version = "1.17.0"14633source = "registry+https://github.com/rust-lang/crates.io-index"14634checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"1463514636[[package]]14637name = "uc-rpc"14638version = "0.1.4"14639dependencies = [14640 "anyhow",14641 "app-promotion-rpc",14642 "frame-benchmarking",14643 "hex-literal",14644 "jsonrpsee",14645 "opal-runtime",14646 "pallet-evm",14647 "parity-scale-codec",14648 "quartz-runtime",14649 "sc-client-api",14650 "sc-executor",14651 "sc-rpc-api",14652 "sc-service",14653 "sp-api",14654 "sp-blockchain",14655 "sp-core",14656 "sp-externalities",14657 "sp-keystore",14658 "sp-runtime",14659 "sp-state-machine",14660 "sp-trie",14661 "trie-db",14662 "unique-runtime",14663 "up-common",14664 "up-data-structs",14665 "up-pov-estimate-rpc",14666 "up-rpc",14667 "zstd 0.12.4",14668]1466914670[[package]]14671name = "ucd-trie"14672version = "0.1.6"14673source = "registry+https://github.com/rust-lang/crates.io-index"14674checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"1467514676[[package]]14677name = "uint"14678version = "0.9.5"14679source = "registry+https://github.com/rust-lang/crates.io-index"14680checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"14681dependencies = [14682 "byteorder",14683 "crunchy",14684 "hex",14685 "static_assertions",14686]1468714688[[package]]14689name = "unicode-bidi"14690version = "0.3.13"14691source = "registry+https://github.com/rust-lang/crates.io-index"14692checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1469314694[[package]]14695name = "unicode-ident"14696version = "1.0.12"14697source = "registry+https://github.com/rust-lang/crates.io-index"14698checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"1469914700[[package]]14701name = "unicode-normalization"14702version = "0.1.22"14703source = "registry+https://github.com/rust-lang/crates.io-index"14704checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"14705dependencies = [14706 "tinyvec",14707]1470814709[[package]]14710name = "unicode-width"14711version = "0.1.11"14712source = "registry+https://github.com/rust-lang/crates.io-index"14713checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"1471414715[[package]]14716name = "unicode-xid"14717version = "0.2.4"14718source = "registry+https://github.com/rust-lang/crates.io-index"14719checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1472014721[[package]]14722name = "unique-node"14723version = "1.1.0"14724dependencies = [14725 "app-promotion-rpc",14726 "clap",14727 "cumulus-client-cli",14728 "cumulus-client-collator",14729 "cumulus-client-consensus-aura",14730 "cumulus-client-consensus-common",14731 "cumulus-client-consensus-proposer",14732 "cumulus-client-network",14733 "cumulus-client-service",14734 "cumulus-primitives-core",14735 "cumulus-primitives-parachain-inherent",14736 "cumulus-relay-chain-inprocess-interface",14737 "cumulus-relay-chain-interface",14738 "cumulus-relay-chain-minimal-node",14739 "fc-api",14740 "fc-consensus",14741 "fc-db",14742 "fc-mapping-sync",14743 "fc-rpc",14744 "fc-rpc-core",14745 "fp-rpc",14746 "fp-storage",14747 "frame-benchmarking",14748 "frame-benchmarking-cli",14749 "futures",14750 "jsonrpsee",14751 "log",14752 "opal-runtime",14753 "pallet-transaction-payment-rpc",14754 "pallet-transaction-payment-rpc-runtime-api",14755 "parity-scale-codec",14756 "polkadot-cli",14757 "polkadot-primitives",14758 "polkadot-service",14759 "quartz-runtime",14760 "sc-basic-authorship",14761 "sc-chain-spec",14762 "sc-cli",14763 "sc-client-api",14764 "sc-consensus",14765 "sc-consensus-manual-seal",14766 "sc-executor",14767 "sc-network",14768 "sc-network-sync",14769 "sc-rpc",14770 "sc-rpc-api",14771 "sc-service",14772 "sc-sysinfo",14773 "sc-telemetry",14774 "sc-tracing",14775 "sc-transaction-pool",14776 "serde",14777 "serde_json",14778 "sp-api",14779 "sp-block-builder",14780 "sp-blockchain",14781 "sp-consensus-aura",14782 "sp-core",14783 "sp-inherents",14784 "sp-io",14785 "sp-keystore",14786 "sp-offchain",14787 "sp-runtime",14788 "sp-session",14789 "sp-timestamp",14790 "sp-transaction-pool",14791 "substrate-build-script-utils",14792 "substrate-frame-rpc-system",14793 "substrate-prometheus-endpoint",14794 "tokio",14795 "try-runtime-cli",14796 "uc-rpc",14797 "unique-runtime",14798 "up-common",14799 "up-data-structs",14800 "up-pov-estimate-rpc",14801 "up-rpc",14802]1480314804[[package]]14805name = "unique-runtime"14806version = "1.1.0"14807dependencies = [14808 "app-promotion-rpc",14809 "cumulus-pallet-aura-ext",14810 "cumulus-pallet-dmp-queue",14811 "cumulus-pallet-parachain-system",14812 "cumulus-pallet-xcm",14813 "cumulus-pallet-xcmp-queue",14814 "cumulus-primitives-core",14815 "cumulus-primitives-timestamp",14816 "cumulus-primitives-utility",14817 "derivative",14818 "evm-coder",14819 "fp-evm",14820 "fp-rpc",14821 "fp-self-contained",14822 "frame-benchmarking",14823 "frame-executive",14824 "frame-support",14825 "frame-system",14826 "frame-system-benchmarking",14827 "frame-system-rpc-runtime-api",14828 "frame-try-runtime",14829 "hex-literal",14830 "impl-trait-for-tuples",14831 "log",14832 "num_enum",14833 "orml-tokens",14834 "orml-traits",14835 "orml-vesting",14836 "orml-xcm-support",14837 "orml-xtokens",14838 "pallet-app-promotion",14839 "pallet-aura",14840 "pallet-authorship",14841 "pallet-balances",14842 "pallet-balances-adapter",14843 "pallet-base-fee",14844 "pallet-collator-selection",14845 "pallet-collective",14846 "pallet-common",14847 "pallet-configuration",14848 "pallet-democracy",14849 "pallet-ethereum",14850 "pallet-evm",14851 "pallet-evm-coder-substrate",14852 "pallet-evm-contract-helpers",14853 "pallet-evm-migration",14854 "pallet-evm-precompile-simple",14855 "pallet-evm-transaction-payment",14856 "pallet-foreign-assets",14857 "pallet-fungible",14858 "pallet-gov-origins",14859 "pallet-identity 4.0.0-dev",14860 "pallet-inflation",14861 "pallet-maintenance",14862 "pallet-membership",14863 "pallet-nonfungible",14864 "pallet-preimage",14865 "pallet-ranked-collective",14866 "pallet-referenda",14867 "pallet-refungible",14868 "pallet-scheduler",14869 "pallet-session",14870 "pallet-state-trie-migration",14871 "pallet-structure",14872 "pallet-sudo",14873 "pallet-template-transaction-payment",14874 "pallet-test-utils",14875 "pallet-timestamp",14876 "pallet-transaction-payment",14877 "pallet-transaction-payment-rpc-runtime-api",14878 "pallet-treasury",14879 "pallet-unique",14880 "pallet-utility",14881 "pallet-xcm",14882 "parachain-info",14883 "parity-scale-codec",14884 "polkadot-parachain-primitives",14885 "precompile-utils-macro",14886 "scale-info",14887 "serde",14888 "smallvec",14889 "sp-api",14890 "sp-arithmetic",14891 "sp-block-builder",14892 "sp-consensus-aura",14893 "sp-core",14894 "sp-inherents",14895 "sp-io",14896 "sp-offchain",14897 "sp-runtime",14898 "sp-session",14899 "sp-std",14900 "sp-transaction-pool",14901 "sp-version",14902 "staging-xcm",14903 "staging-xcm-builder",14904 "staging-xcm-executor",14905 "substrate-wasm-builder",14906 "up-common",14907 "up-data-structs",14908 "up-pov-estimate-rpc",14909 "up-rpc",14910 "up-sponsorship",14911]1491214913[[package]]14914name = "universal-hash"14915version = "0.4.1"14916source = "registry+https://github.com/rust-lang/crates.io-index"14917checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"14918dependencies = [14919 "generic-array 0.14.7",14920 "subtle",14921]1492214923[[package]]14924name = "universal-hash"14925version = "0.5.1"14926source = "registry+https://github.com/rust-lang/crates.io-index"14927checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"14928dependencies = [14929 "crypto-common",14930 "subtle",14931]1493214933[[package]]14934name = "unsigned-varint"14935version = "0.7.2"14936source = "registry+https://github.com/rust-lang/crates.io-index"14937checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"14938dependencies = [14939 "asynchronous-codec",14940 "bytes",14941 "futures-io",14942 "futures-util",14943]1494414945[[package]]14946name = "untrusted"14947version = "0.7.1"14948source = "registry+https://github.com/rust-lang/crates.io-index"14949checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1495014951[[package]]14952name = "up-common"14953version = "1.1.0"14954dependencies = [14955 "cumulus-primitives-core",14956 "fp-rpc",14957 "fp-self-contained",14958 "frame-support",14959 "pallet-evm",14960 "sp-consensus-aura",14961 "sp-core",14962 "sp-runtime",14963 "sp-std",14964]1496514966[[package]]14967name = "up-data-structs"14968version = "0.2.2"14969dependencies = [14970 "bondrewd",14971 "derivative",14972 "evm-coder",14973 "frame-support",14974 "pallet-evm",14975 "parity-scale-codec",14976 "scale-info",14977 "serde",14978 "sp-core",14979 "sp-runtime",14980 "sp-std",14981 "struct-versioning",14982]1498314984[[package]]14985name = "up-pov-estimate-rpc"14986version = "0.1.0"14987dependencies = [14988 "parity-scale-codec",14989 "scale-info",14990 "serde",14991 "sp-api",14992 "sp-core",14993 "sp-runtime",14994 "sp-std",14995]1499614997[[package]]14998name = "up-rpc"14999version = "0.1.3"15000dependencies = [15001 "pallet-common",15002 "pallet-evm",15003 "parity-scale-codec",15004 "sp-api",15005 "sp-core",15006 "sp-runtime",15007 "sp-std",15008 "up-data-structs",15009]1501015011[[package]]15012name = "up-sponsorship"15013version = "0.1.0"15014source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"15015dependencies = [15016 "impl-trait-for-tuples",15017]1501815019[[package]]15020name = "url"15021version = "2.4.1"15022source = "registry+https://github.com/rust-lang/crates.io-index"15023checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"15024dependencies = [15025 "form_urlencoded",15026 "idna 0.4.0",15027 "percent-encoding",15028]1502915030[[package]]15031name = "utf8parse"15032version = "0.2.1"15033source = "registry+https://github.com/rust-lang/crates.io-index"15034checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1503515036[[package]]15037name = "uuid"15038version = "1.4.1"15039source = "registry+https://github.com/rust-lang/crates.io-index"15040checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"15041dependencies = [15042 "getrandom 0.2.10",15043]1504415045[[package]]15046name = "valuable"15047version = "0.1.0"15048source = "registry+https://github.com/rust-lang/crates.io-index"15049checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1505015051[[package]]15052name = "vcpkg"15053version = "0.2.15"15054source = "registry+https://github.com/rust-lang/crates.io-index"15055checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1505615057[[package]]15058name = "version_check"15059version = "0.9.4"15060source = "registry+https://github.com/rust-lang/crates.io-index"15061checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1506215063[[package]]15064name = "void"15065version = "1.0.2"15066source = "registry+https://github.com/rust-lang/crates.io-index"15067checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1506815069[[package]]15070name = "waitgroup"15071version = "0.1.2"15072source = "registry+https://github.com/rust-lang/crates.io-index"15073checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"15074dependencies = [15075 "atomic-waker",15076]1507715078[[package]]15079name = "waker-fn"15080version = "1.1.1"15081source = "registry+https://github.com/rust-lang/crates.io-index"15082checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"1508315084[[package]]15085name = "walkdir"15086version = "2.4.0"15087source = "registry+https://github.com/rust-lang/crates.io-index"15088checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"15089dependencies = [15090 "same-file",15091 "winapi-util",15092]1509315094[[package]]15095name = "want"15096version = "0.3.1"15097source = "registry+https://github.com/rust-lang/crates.io-index"15098checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"15099dependencies = [15100 "try-lock",15101]1510215103[[package]]15104name = "wasi"15105version = "0.9.0+wasi-snapshot-preview1"15106source = "registry+https://github.com/rust-lang/crates.io-index"15107checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1510815109[[package]]15110name = "wasi"15111version = "0.11.0+wasi-snapshot-preview1"15112source = "registry+https://github.com/rust-lang/crates.io-index"15113checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1511415115[[package]]15116name = "wasm-bindgen"15117version = "0.2.87"15118source = "registry+https://github.com/rust-lang/crates.io-index"15119checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"15120dependencies = [15121 "cfg-if",15122 "wasm-bindgen-macro",15123]1512415125[[package]]15126name = "wasm-bindgen-backend"15127version = "0.2.87"15128source = "registry+https://github.com/rust-lang/crates.io-index"15129checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"15130dependencies = [15131 "bumpalo",15132 "log",15133 "once_cell",15134 "proc-macro2",15135 "quote",15136 "syn 2.0.37",15137 "wasm-bindgen-shared",15138]1513915140[[package]]15141name = "wasm-bindgen-futures"15142version = "0.4.37"15143source = "registry+https://github.com/rust-lang/crates.io-index"15144checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"15145dependencies = [15146 "cfg-if",15147 "js-sys",15148 "wasm-bindgen",15149 "web-sys",15150]1515115152[[package]]15153name = "wasm-bindgen-macro"15154version = "0.2.87"15155source = "registry+https://github.com/rust-lang/crates.io-index"15156checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"15157dependencies = [15158 "quote",15159 "wasm-bindgen-macro-support",15160]1516115162[[package]]15163name = "wasm-bindgen-macro-support"15164version = "0.2.87"15165source = "registry+https://github.com/rust-lang/crates.io-index"15166checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"15167dependencies = [15168 "proc-macro2",15169 "quote",15170 "syn 2.0.37",15171 "wasm-bindgen-backend",15172 "wasm-bindgen-shared",15173]1517415175[[package]]15176name = "wasm-bindgen-shared"15177version = "0.2.87"15178source = "registry+https://github.com/rust-lang/crates.io-index"15179checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"1518015181[[package]]15182name = "wasm-instrument"15183version = "0.3.0"15184source = "registry+https://github.com/rust-lang/crates.io-index"15185checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"15186dependencies = [15187 "parity-wasm",15188]1518915190[[package]]15191name = "wasm-opt"15192version = "0.114.1"15193source = "registry+https://github.com/rust-lang/crates.io-index"15194checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7"15195dependencies = [15196 "anyhow",15197 "libc",15198 "strum",15199 "strum_macros",15200 "tempfile",15201 "thiserror",15202 "wasm-opt-cxx-sys",15203 "wasm-opt-sys",15204]1520515206[[package]]15207name = "wasm-opt-cxx-sys"15208version = "0.114.1"15209source = "registry+https://github.com/rust-lang/crates.io-index"15210checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa"15211dependencies = [15212 "anyhow",15213 "cxx",15214 "cxx-build",15215 "wasm-opt-sys",15216]1521715218[[package]]15219name = "wasm-opt-sys"15220version = "0.114.1"15221source = "registry+https://github.com/rust-lang/crates.io-index"15222checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9"15223dependencies = [15224 "anyhow",15225 "cc",15226 "cxx",15227 "cxx-build",15228]1522915230[[package]]15231name = "wasm-timer"15232version = "0.2.5"15233source = "registry+https://github.com/rust-lang/crates.io-index"15234checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"15235dependencies = [15236 "futures",15237 "js-sys",15238 "parking_lot 0.11.2",15239 "pin-utils",15240 "wasm-bindgen",15241 "wasm-bindgen-futures",15242 "web-sys",15243]1524415245[[package]]15246name = "wasmi"15247version = "0.31.0"15248source = "registry+https://github.com/rust-lang/crates.io-index"15249checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945"15250dependencies = [15251 "smallvec",15252 "spin 0.9.8",15253 "wasmi_arena",15254 "wasmi_core",15255 "wasmparser-nostd",15256]1525715258[[package]]15259name = "wasmi_arena"15260version = "0.4.0"15261source = "registry+https://github.com/rust-lang/crates.io-index"15262checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468"1526315264[[package]]15265name = "wasmi_core"15266version = "0.13.0"15267source = "registry+https://github.com/rust-lang/crates.io-index"15268checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a"15269dependencies = [15270 "downcast-rs",15271 "libm",15272 "num-traits",15273 "paste",15274]1527515276[[package]]15277name = "wasmparser"15278version = "0.102.0"15279source = "registry+https://github.com/rust-lang/crates.io-index"15280checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"15281dependencies = [15282 "indexmap 1.9.3",15283 "url",15284]1528515286[[package]]15287name = "wasmparser-nostd"15288version = "0.100.1"15289source = "registry+https://github.com/rust-lang/crates.io-index"15290checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724"15291dependencies = [15292 "indexmap-nostd",15293]1529415295[[package]]15296name = "wasmtime"15297version = "8.0.1"15298source = "registry+https://github.com/rust-lang/crates.io-index"15299checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"15300dependencies = [15301 "anyhow",15302 "bincode",15303 "cfg-if",15304 "indexmap 1.9.3",15305 "libc",15306 "log",15307 "object 0.30.4",15308 "once_cell",15309 "paste",15310 "psm",15311 "rayon",15312 "serde",15313 "target-lexicon",15314 "wasmparser",15315 "wasmtime-cache",15316 "wasmtime-cranelift",15317 "wasmtime-environ",15318 "wasmtime-jit",15319 "wasmtime-runtime",15320 "windows-sys 0.45.0",15321]1532215323[[package]]15324name = "wasmtime-asm-macros"15325version = "8.0.1"15326source = "registry+https://github.com/rust-lang/crates.io-index"15327checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"15328dependencies = [15329 "cfg-if",15330]1533115332[[package]]15333name = "wasmtime-cache"15334version = "8.0.1"15335source = "registry+https://github.com/rust-lang/crates.io-index"15336checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"15337dependencies = [15338 "anyhow",15339 "base64 0.21.4",15340 "bincode",15341 "directories-next",15342 "file-per-thread-logger",15343 "log",15344 "rustix 0.36.15",15345 "serde",15346 "sha2 0.10.8",15347 "toml 0.5.11",15348 "windows-sys 0.45.0",15349 "zstd 0.11.2+zstd.1.5.2",15350]1535115352[[package]]15353name = "wasmtime-cranelift"15354version = "8.0.1"15355source = "registry+https://github.com/rust-lang/crates.io-index"15356checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"15357dependencies = [15358 "anyhow",15359 "cranelift-codegen",15360 "cranelift-entity",15361 "cranelift-frontend",15362 "cranelift-native",15363 "cranelift-wasm",15364 "gimli 0.27.3",15365 "log",15366 "object 0.30.4",15367 "target-lexicon",15368 "thiserror",15369 "wasmparser",15370 "wasmtime-cranelift-shared",15371 "wasmtime-environ",15372]1537315374[[package]]15375name = "wasmtime-cranelift-shared"15376version = "8.0.1"15377source = "registry+https://github.com/rust-lang/crates.io-index"15378checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"15379dependencies = [15380 "anyhow",15381 "cranelift-codegen",15382 "cranelift-native",15383 "gimli 0.27.3",15384 "object 0.30.4",15385 "target-lexicon",15386 "wasmtime-environ",15387]1538815389[[package]]15390name = "wasmtime-environ"15391version = "8.0.1"15392source = "registry+https://github.com/rust-lang/crates.io-index"15393checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"15394dependencies = [15395 "anyhow",15396 "cranelift-entity",15397 "gimli 0.27.3",15398 "indexmap 1.9.3",15399 "log",15400 "object 0.30.4",15401 "serde",15402 "target-lexicon",15403 "thiserror",15404 "wasmparser",15405 "wasmtime-types",15406]1540715408[[package]]15409name = "wasmtime-jit"15410version = "8.0.1"15411source = "registry+https://github.com/rust-lang/crates.io-index"15412checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"15413dependencies = [15414 "addr2line 0.19.0",15415 "anyhow",15416 "bincode",15417 "cfg-if",15418 "cpp_demangle",15419 "gimli 0.27.3",15420 "log",15421 "object 0.30.4",15422 "rustc-demangle",15423 "serde",15424 "target-lexicon",15425 "wasmtime-environ",15426 "wasmtime-jit-debug",15427 "wasmtime-jit-icache-coherence",15428 "wasmtime-runtime",15429 "windows-sys 0.45.0",15430]1543115432[[package]]15433name = "wasmtime-jit-debug"15434version = "8.0.1"15435source = "registry+https://github.com/rust-lang/crates.io-index"15436checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"15437dependencies = [15438 "object 0.30.4",15439 "once_cell",15440 "rustix 0.36.15",15441]1544215443[[package]]15444name = "wasmtime-jit-icache-coherence"15445version = "8.0.1"15446source = "registry+https://github.com/rust-lang/crates.io-index"15447checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"15448dependencies = [15449 "cfg-if",15450 "libc",15451 "windows-sys 0.45.0",15452]1545315454[[package]]15455name = "wasmtime-runtime"15456version = "8.0.1"15457source = "registry+https://github.com/rust-lang/crates.io-index"15458checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"15459dependencies = [15460 "anyhow",15461 "cc",15462 "cfg-if",15463 "indexmap 1.9.3",15464 "libc",15465 "log",15466 "mach",15467 "memfd",15468 "memoffset 0.8.0",15469 "paste",15470 "rand 0.8.5",15471 "rustix 0.36.15",15472 "wasmtime-asm-macros",15473 "wasmtime-environ",15474 "wasmtime-jit-debug",15475 "windows-sys 0.45.0",15476]1547715478[[package]]15479name = "wasmtime-types"15480version = "8.0.1"15481source = "registry+https://github.com/rust-lang/crates.io-index"15482checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"15483dependencies = [15484 "cranelift-entity",15485 "serde",15486 "thiserror",15487 "wasmparser",15488]1548915490[[package]]15491name = "web-sys"15492version = "0.3.64"15493source = "registry+https://github.com/rust-lang/crates.io-index"15494checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"15495dependencies = [15496 "js-sys",15497 "wasm-bindgen",15498]1549915500[[package]]15501name = "webpki"15502version = "0.21.4"15503source = "registry+https://github.com/rust-lang/crates.io-index"15504checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"15505dependencies = [15506 "ring 0.16.20",15507 "untrusted",15508]1550915510[[package]]15511name = "webpki"15512version = "0.22.2"15513source = "registry+https://github.com/rust-lang/crates.io-index"15514checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"15515dependencies = [15516 "ring 0.16.20",15517 "untrusted",15518]1551915520[[package]]15521name = "webpki-roots"15522version = "0.22.6"15523source = "registry+https://github.com/rust-lang/crates.io-index"15524checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"15525dependencies = [15526 "webpki 0.22.2",15527]1552815529[[package]]15530name = "webpki-roots"15531version = "0.23.1"15532source = "registry+https://github.com/rust-lang/crates.io-index"15533checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"15534dependencies = [15535 "rustls-webpki 0.100.3",15536]1553715538[[package]]15539name = "webpki-roots"15540version = "0.25.2"15541source = "registry+https://github.com/rust-lang/crates.io-index"15542checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"1554315544[[package]]15545name = "webrtc"15546version = "0.6.0"15547source = "registry+https://github.com/rust-lang/crates.io-index"15548checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"15549dependencies = [15550 "arc-swap",15551 "async-trait",15552 "bytes",15553 "hex",15554 "interceptor",15555 "lazy_static",15556 "log",15557 "rand 0.8.5",15558 "rcgen 0.9.3",15559 "regex",15560 "ring 0.16.20",15561 "rtcp",15562 "rtp",15563 "rustls 0.19.1",15564 "sdp",15565 "serde",15566 "serde_json",15567 "sha2 0.10.8",15568 "stun",15569 "thiserror",15570 "time",15571 "tokio",15572 "turn",15573 "url",15574 "waitgroup",15575 "webrtc-data",15576 "webrtc-dtls",15577 "webrtc-ice",15578 "webrtc-mdns",15579 "webrtc-media",15580 "webrtc-sctp",15581 "webrtc-srtp",15582 "webrtc-util",15583]1558415585[[package]]15586name = "webrtc-data"15587version = "0.6.0"15588source = "registry+https://github.com/rust-lang/crates.io-index"15589checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"15590dependencies = [15591 "bytes",15592 "derive_builder",15593 "log",15594 "thiserror",15595 "tokio",15596 "webrtc-sctp",15597 "webrtc-util",15598]1559915600[[package]]15601name = "webrtc-dtls"15602version = "0.7.2"15603source = "registry+https://github.com/rust-lang/crates.io-index"15604checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267"15605dependencies = [15606 "aes 0.6.0",15607 "aes-gcm 0.10.3",15608 "async-trait",15609 "bincode",15610 "block-modes",15611 "byteorder",15612 "ccm",15613 "curve25519-dalek 3.2.0",15614 "der-parser 8.2.0",15615 "elliptic-curve 0.12.3",15616 "hkdf",15617 "hmac 0.12.1",15618 "log",15619 "p256",15620 "p384",15621 "rand 0.8.5",15622 "rand_core 0.6.4",15623 "rcgen 0.10.0",15624 "ring 0.16.20",15625 "rustls 0.19.1",15626 "sec1 0.3.0",15627 "serde",15628 "sha1",15629 "sha2 0.10.8",15630 "signature 1.6.4",15631 "subtle",15632 "thiserror",15633 "tokio",15634 "webpki 0.21.4",15635 "webrtc-util",15636 "x25519-dalek 2.0.0",15637 "x509-parser 0.13.2",15638]1563915640[[package]]15641name = "webrtc-ice"15642version = "0.9.1"15643source = "registry+https://github.com/rust-lang/crates.io-index"15644checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"15645dependencies = [15646 "arc-swap",15647 "async-trait",15648 "crc",15649 "log",15650 "rand 0.8.5",15651 "serde",15652 "serde_json",15653 "stun",15654 "thiserror",15655 "tokio",15656 "turn",15657 "url",15658 "uuid",15659 "waitgroup",15660 "webrtc-mdns",15661 "webrtc-util",15662]1566315664[[package]]15665name = "webrtc-mdns"15666version = "0.5.2"15667source = "registry+https://github.com/rust-lang/crates.io-index"15668checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"15669dependencies = [15670 "log",15671 "socket2 0.4.9",15672 "thiserror",15673 "tokio",15674 "webrtc-util",15675]1567615677[[package]]15678name = "webrtc-media"15679version = "0.5.1"15680source = "registry+https://github.com/rust-lang/crates.io-index"15681checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"15682dependencies = [15683 "byteorder",15684 "bytes",15685 "rand 0.8.5",15686 "rtp",15687 "thiserror",15688]1568915690[[package]]15691name = "webrtc-sctp"15692version = "0.7.0"15693source = "registry+https://github.com/rust-lang/crates.io-index"15694checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"15695dependencies = [15696 "arc-swap",15697 "async-trait",15698 "bytes",15699 "crc",15700 "log",15701 "rand 0.8.5",15702 "thiserror",15703 "tokio",15704 "webrtc-util",15705]1570615707[[package]]15708name = "webrtc-srtp"15709version = "0.9.1"15710source = "registry+https://github.com/rust-lang/crates.io-index"15711checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"15712dependencies = [15713 "aead 0.4.3",15714 "aes 0.7.5",15715 "aes-gcm 0.9.4",15716 "async-trait",15717 "byteorder",15718 "bytes",15719 "ctr 0.8.0",15720 "hmac 0.11.0",15721 "log",15722 "rtcp",15723 "rtp",15724 "sha-1",15725 "subtle",15726 "thiserror",15727 "tokio",15728 "webrtc-util",15729]1573015731[[package]]15732name = "webrtc-util"15733version = "0.7.0"15734source = "registry+https://github.com/rust-lang/crates.io-index"15735checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"15736dependencies = [15737 "async-trait",15738 "bitflags 1.3.2",15739 "bytes",15740 "cc",15741 "ipnet",15742 "lazy_static",15743 "libc",15744 "log",15745 "nix",15746 "rand 0.8.5",15747 "thiserror",15748 "tokio",15749 "winapi",15750]1575115752[[package]]15753name = "westend-runtime"15754version = "1.0.0"15755source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15756dependencies = [15757 "binary-merkle-tree",15758 "bitvec",15759 "frame-benchmarking",15760 "frame-election-provider-support",15761 "frame-executive",15762 "frame-support",15763 "frame-system",15764 "frame-system-benchmarking",15765 "frame-system-rpc-runtime-api",15766 "frame-try-runtime",15767 "hex-literal",15768 "log",15769 "pallet-authority-discovery",15770 "pallet-authorship",15771 "pallet-babe",15772 "pallet-bags-list",15773 "pallet-balances",15774 "pallet-beefy",15775 "pallet-beefy-mmr",15776 "pallet-collective",15777 "pallet-democracy",15778 "pallet-election-provider-multi-phase",15779 "pallet-election-provider-support-benchmarking",15780 "pallet-elections-phragmen",15781 "pallet-fast-unstake",15782 "pallet-grandpa",15783 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",15784 "pallet-im-online",15785 "pallet-indices",15786 "pallet-membership",15787 "pallet-message-queue",15788 "pallet-mmr",15789 "pallet-multisig",15790 "pallet-nomination-pools",15791 "pallet-nomination-pools-benchmarking",15792 "pallet-nomination-pools-runtime-api",15793 "pallet-offences",15794 "pallet-offences-benchmarking",15795 "pallet-preimage",15796 "pallet-proxy",15797 "pallet-recovery",15798 "pallet-scheduler",15799 "pallet-session",15800 "pallet-session-benchmarking",15801 "pallet-society",15802 "pallet-staking",15803 "pallet-staking-reward-curve",15804 "pallet-staking-runtime-api",15805 "pallet-state-trie-migration",15806 "pallet-sudo",15807 "pallet-timestamp",15808 "pallet-transaction-payment",15809 "pallet-transaction-payment-rpc-runtime-api",15810 "pallet-treasury",15811 "pallet-utility",15812 "pallet-vesting",15813 "pallet-xcm",15814 "pallet-xcm-benchmarks",15815 "parity-scale-codec",15816 "polkadot-parachain-primitives",15817 "polkadot-primitives",15818 "polkadot-runtime-common",15819 "polkadot-runtime-parachains",15820 "rustc-hex",15821 "scale-info",15822 "serde",15823 "serde_derive",15824 "smallvec",15825 "sp-api",15826 "sp-application-crypto",15827 "sp-authority-discovery",15828 "sp-block-builder",15829 "sp-consensus-babe",15830 "sp-consensus-beefy",15831 "sp-core",15832 "sp-inherents",15833 "sp-io",15834 "sp-mmr-primitives",15835 "sp-npos-elections",15836 "sp-offchain",15837 "sp-runtime",15838 "sp-session",15839 "sp-staking",15840 "sp-std",15841 "sp-storage",15842 "sp-transaction-pool",15843 "sp-version",15844 "staging-xcm",15845 "staging-xcm-builder",15846 "staging-xcm-executor",15847 "substrate-wasm-builder",15848 "westend-runtime-constants",15849]1585015851[[package]]15852name = "westend-runtime-constants"15853version = "1.0.0"15854source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15855dependencies = [15856 "frame-support",15857 "polkadot-primitives",15858 "polkadot-runtime-common",15859 "smallvec",15860 "sp-core",15861 "sp-runtime",15862 "sp-weights",15863]1586415865[[package]]15866name = "which"15867version = "4.4.2"15868source = "registry+https://github.com/rust-lang/crates.io-index"15869checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"15870dependencies = [15871 "either",15872 "home",15873 "once_cell",15874 "rustix 0.38.15",15875]1587615877[[package]]15878name = "wide"15879version = "0.7.12"15880source = "registry+https://github.com/rust-lang/crates.io-index"15881checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598"15882dependencies = [15883 "bytemuck",15884 "safe_arch",15885]1588615887[[package]]15888name = "widestring"15889version = "1.0.2"15890source = "registry+https://github.com/rust-lang/crates.io-index"15891checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"1589215893[[package]]15894name = "winapi"15895version = "0.3.9"15896source = "registry+https://github.com/rust-lang/crates.io-index"15897checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"15898dependencies = [15899 "winapi-i686-pc-windows-gnu",15900 "winapi-x86_64-pc-windows-gnu",15901]1590215903[[package]]15904name = "winapi-i686-pc-windows-gnu"15905version = "0.4.0"15906source = "registry+https://github.com/rust-lang/crates.io-index"15907checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1590815909[[package]]15910name = "winapi-util"15911version = "0.1.6"15912source = "registry+https://github.com/rust-lang/crates.io-index"15913checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"15914dependencies = [15915 "winapi",15916]1591715918[[package]]15919name = "winapi-x86_64-pc-windows-gnu"15920version = "0.4.0"15921source = "registry+https://github.com/rust-lang/crates.io-index"15922checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1592315924[[package]]15925name = "windows"15926version = "0.34.0"15927source = "registry+https://github.com/rust-lang/crates.io-index"15928checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"15929dependencies = [15930 "windows_aarch64_msvc 0.34.0",15931 "windows_i686_gnu 0.34.0",15932 "windows_i686_msvc 0.34.0",15933 "windows_x86_64_gnu 0.34.0",15934 "windows_x86_64_msvc 0.34.0",15935]1593615937[[package]]15938name = "windows"15939version = "0.48.0"15940source = "registry+https://github.com/rust-lang/crates.io-index"15941checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"15942dependencies = [15943 "windows-targets 0.48.5",15944]1594515946[[package]]15947name = "windows-sys"15948version = "0.45.0"15949source = "registry+https://github.com/rust-lang/crates.io-index"15950checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"15951dependencies = [15952 "windows-targets 0.42.2",15953]1595415955[[package]]15956name = "windows-sys"15957version = "0.48.0"15958source = "registry+https://github.com/rust-lang/crates.io-index"15959checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"15960dependencies = [15961 "windows-targets 0.48.5",15962]1596315964[[package]]15965name = "windows-targets"15966version = "0.42.2"15967source = "registry+https://github.com/rust-lang/crates.io-index"15968checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"15969dependencies = [15970 "windows_aarch64_gnullvm 0.42.2",15971 "windows_aarch64_msvc 0.42.2",15972 "windows_i686_gnu 0.42.2",15973 "windows_i686_msvc 0.42.2",15974 "windows_x86_64_gnu 0.42.2",15975 "windows_x86_64_gnullvm 0.42.2",15976 "windows_x86_64_msvc 0.42.2",15977]1597815979[[package]]15980name = "windows-targets"15981version = "0.48.5"15982source = "registry+https://github.com/rust-lang/crates.io-index"15983checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"15984dependencies = [15985 "windows_aarch64_gnullvm 0.48.5",15986 "windows_aarch64_msvc 0.48.5",15987 "windows_i686_gnu 0.48.5",15988 "windows_i686_msvc 0.48.5",15989 "windows_x86_64_gnu 0.48.5",15990 "windows_x86_64_gnullvm 0.48.5",15991 "windows_x86_64_msvc 0.48.5",15992]1599315994[[package]]15995name = "windows_aarch64_gnullvm"15996version = "0.42.2"15997source = "registry+https://github.com/rust-lang/crates.io-index"15998checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1599916000[[package]]16001name = "windows_aarch64_gnullvm"16002version = "0.48.5"16003source = "registry+https://github.com/rust-lang/crates.io-index"16004checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"1600516006[[package]]16007name = "windows_aarch64_msvc"16008version = "0.34.0"16009source = "registry+https://github.com/rust-lang/crates.io-index"16010checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1601116012[[package]]16013name = "windows_aarch64_msvc"16014version = "0.42.2"16015source = "registry+https://github.com/rust-lang/crates.io-index"16016checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1601716018[[package]]16019name = "windows_aarch64_msvc"16020version = "0.48.5"16021source = "registry+https://github.com/rust-lang/crates.io-index"16022checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"1602316024[[package]]16025name = "windows_i686_gnu"16026version = "0.34.0"16027source = "registry+https://github.com/rust-lang/crates.io-index"16028checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1602916030[[package]]16031name = "windows_i686_gnu"16032version = "0.42.2"16033source = "registry+https://github.com/rust-lang/crates.io-index"16034checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1603516036[[package]]16037name = "windows_i686_gnu"16038version = "0.48.5"16039source = "registry+https://github.com/rust-lang/crates.io-index"16040checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"1604116042[[package]]16043name = "windows_i686_msvc"16044version = "0.34.0"16045source = "registry+https://github.com/rust-lang/crates.io-index"16046checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1604716048[[package]]16049name = "windows_i686_msvc"16050version = "0.42.2"16051source = "registry+https://github.com/rust-lang/crates.io-index"16052checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1605316054[[package]]16055name = "windows_i686_msvc"16056version = "0.48.5"16057source = "registry+https://github.com/rust-lang/crates.io-index"16058checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"1605916060[[package]]16061name = "windows_x86_64_gnu"16062version = "0.34.0"16063source = "registry+https://github.com/rust-lang/crates.io-index"16064checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1606516066[[package]]16067name = "windows_x86_64_gnu"16068version = "0.42.2"16069source = "registry+https://github.com/rust-lang/crates.io-index"16070checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1607116072[[package]]16073name = "windows_x86_64_gnu"16074version = "0.48.5"16075source = "registry+https://github.com/rust-lang/crates.io-index"16076checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"1607716078[[package]]16079name = "windows_x86_64_gnullvm"16080version = "0.42.2"16081source = "registry+https://github.com/rust-lang/crates.io-index"16082checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1608316084[[package]]16085name = "windows_x86_64_gnullvm"16086version = "0.48.5"16087source = "registry+https://github.com/rust-lang/crates.io-index"16088checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"1608916090[[package]]16091name = "windows_x86_64_msvc"16092version = "0.34.0"16093source = "registry+https://github.com/rust-lang/crates.io-index"16094checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1609516096[[package]]16097name = "windows_x86_64_msvc"16098version = "0.42.2"16099source = "registry+https://github.com/rust-lang/crates.io-index"16100checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1610116102[[package]]16103name = "windows_x86_64_msvc"16104version = "0.48.5"16105source = "registry+https://github.com/rust-lang/crates.io-index"16106checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"1610716108[[package]]16109name = "winnow"16110version = "0.5.15"16111source = "registry+https://github.com/rust-lang/crates.io-index"16112checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"16113dependencies = [16114 "memchr",16115]1611616117[[package]]16118name = "winreg"16119version = "0.50.0"16120source = "registry+https://github.com/rust-lang/crates.io-index"16121checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"16122dependencies = [16123 "cfg-if",16124 "windows-sys 0.48.0",16125]1612616127[[package]]16128name = "wyz"16129version = "0.5.1"16130source = "registry+https://github.com/rust-lang/crates.io-index"16131checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"16132dependencies = [16133 "tap",16134]1613516136[[package]]16137name = "x25519-dalek"16138version = "1.1.1"16139source = "registry+https://github.com/rust-lang/crates.io-index"16140checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"16141dependencies = [16142 "curve25519-dalek 3.2.0",16143 "rand_core 0.5.1",16144 "zeroize",16145]1614616147[[package]]16148name = "x25519-dalek"16149version = "2.0.0"16150source = "registry+https://github.com/rust-lang/crates.io-index"16151checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"16152dependencies = [16153 "curve25519-dalek 4.1.1",16154 "rand_core 0.6.4",16155 "serde",16156 "zeroize",16157]1615816159[[package]]16160name = "x509-parser"16161version = "0.13.2"16162source = "registry+https://github.com/rust-lang/crates.io-index"16163checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"16164dependencies = [16165 "asn1-rs 0.3.1",16166 "base64 0.13.1",16167 "data-encoding",16168 "der-parser 7.0.0",16169 "lazy_static",16170 "nom",16171 "oid-registry 0.4.0",16172 "ring 0.16.20",16173 "rusticata-macros",16174 "thiserror",16175 "time",16176]1617716178[[package]]16179name = "x509-parser"16180version = "0.14.0"16181source = "registry+https://github.com/rust-lang/crates.io-index"16182checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"16183dependencies = [16184 "asn1-rs 0.5.2",16185 "base64 0.13.1",16186 "data-encoding",16187 "der-parser 8.2.0",16188 "lazy_static",16189 "nom",16190 "oid-registry 0.6.1",16191 "rusticata-macros",16192 "thiserror",16193 "time",16194]1619516196[[package]]16197name = "xcm-procedural"16198version = "1.0.0"16199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"16200dependencies = [16201 "Inflector",16202 "proc-macro2",16203 "quote",16204 "syn 2.0.37",16205]1620616207[[package]]16208name = "yamux"16209version = "0.10.2"16210source = "registry+https://github.com/rust-lang/crates.io-index"16211checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"16212dependencies = [16213 "futures",16214 "log",16215 "nohash-hasher",16216 "parking_lot 0.12.1",16217 "rand 0.8.5",16218 "static_assertions",16219]1622016221[[package]]16222name = "yasna"16223version = "0.5.2"16224source = "registry+https://github.com/rust-lang/crates.io-index"16225checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"16226dependencies = [16227 "time",16228]1622916230[[package]]16231name = "zeroize"16232version = "1.6.0"16233source = "registry+https://github.com/rust-lang/crates.io-index"16234checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"16235dependencies = [16236 "zeroize_derive",16237]1623816239[[package]]16240name = "zeroize_derive"16241version = "1.4.2"16242source = "registry+https://github.com/rust-lang/crates.io-index"16243checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"16244dependencies = [16245 "proc-macro2",16246 "quote",16247 "syn 2.0.37",16248]1624916250[[package]]16251name = "zstd"16252version = "0.11.2+zstd.1.5.2"16253source = "registry+https://github.com/rust-lang/crates.io-index"16254checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"16255dependencies = [16256 "zstd-safe 5.0.2+zstd.1.5.2",16257]1625816259[[package]]16260name = "zstd"16261version = "0.12.4"16262source = "registry+https://github.com/rust-lang/crates.io-index"16263checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"16264dependencies = [16265 "zstd-safe 6.0.6",16266]1626716268[[package]]16269name = "zstd-safe"16270version = "5.0.2+zstd.1.5.2"16271source = "registry+https://github.com/rust-lang/crates.io-index"16272checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"16273dependencies = [16274 "libc",16275 "zstd-sys",16276]1627716278[[package]]16279name = "zstd-safe"16280version = "6.0.6"16281source = "registry+https://github.com/rust-lang/crates.io-index"16282checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"16283dependencies = [16284 "libc",16285 "zstd-sys",16286]1628716288[[package]]16289name = "zstd-sys"16290version = "2.0.8+zstd.1.5.5"16291source = "registry+https://github.com/rust-lang/crates.io-index"16292checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"16293dependencies = [16294 "cc",16295 "libc",16296 "pkg-config",16297]