git.delta.rocks / unique-network / refs/commits / 81968773f675

difftreelog

source

Cargo.lock340.5 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli 0.26.2",22]2324[[package]]25name = "addr2line"26version = "0.19.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"29dependencies = [30 "gimli 0.27.2",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.2"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"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.2"119source = "registry+https://github.com/rust-lang/crates.io-index"120checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"121dependencies = [122 "aead 0.5.2",123 "aes 0.8.2",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.9",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.9",169 "once_cell",170 "version_check",171]172173[[package]]174name = "aho-corasick"175version = "0.7.20"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"178dependencies = [179 "memchr",180]181182[[package]]183name = "aho-corasick"184version = "1.0.2"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"187dependencies = [188 "memchr",189]190191[[package]]192name = "always-assert"193version = "0.1.3"194source = "registry+https://github.com/rust-lang/crates.io-index"195checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"196197[[package]]198name = "android-tzdata"199version = "0.1.1"200source = "registry+https://github.com/rust-lang/crates.io-index"201checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"202203[[package]]204name = "android_system_properties"205version = "0.1.5"206source = "registry+https://github.com/rust-lang/crates.io-index"207checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"208dependencies = [209 "libc",210]211212[[package]]213name = "ansi_term"214version = "0.12.1"215source = "registry+https://github.com/rust-lang/crates.io-index"216checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"217dependencies = [218 "winapi",219]220221[[package]]222name = "anstream"223version = "0.3.2"224source = "registry+https://github.com/rust-lang/crates.io-index"225checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"226dependencies = [227 "anstyle",228 "anstyle-parse",229 "anstyle-query",230 "anstyle-wincon",231 "colorchoice",232 "is-terminal",233 "utf8parse",234]235236[[package]]237name = "anstyle"238version = "1.0.0"239source = "registry+https://github.com/rust-lang/crates.io-index"240checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"241242[[package]]243name = "anstyle-parse"244version = "0.2.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"247dependencies = [248 "utf8parse",249]250251[[package]]252name = "anstyle-query"253version = "1.0.0"254source = "registry+https://github.com/rust-lang/crates.io-index"255checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"256dependencies = [257 "windows-sys 0.48.0",258]259260[[package]]261name = "anstyle-wincon"262version = "1.0.1"263source = "registry+https://github.com/rust-lang/crates.io-index"264checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"265dependencies = [266 "anstyle",267 "windows-sys 0.48.0",268]269270[[package]]271name = "anyhow"272version = "1.0.71"273source = "registry+https://github.com/rust-lang/crates.io-index"274checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"275276[[package]]277name = "app-promotion-rpc"278version = "0.1.0"279dependencies = [280 "pallet-evm",281 "parity-scale-codec",282 "sp-api",283 "sp-runtime",284 "sp-std",285]286287[[package]]288name = "approx"289version = "0.5.1"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"292dependencies = [293 "num-traits",294]295296[[package]]297name = "arc-swap"298version = "1.6.0"299source = "registry+https://github.com/rust-lang/crates.io-index"300checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"301302[[package]]303name = "array-bytes"304version = "4.2.0"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"307308[[package]]309name = "array-bytes"310version = "6.1.0"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"313314[[package]]315name = "arrayref"316version = "0.3.7"317source = "registry+https://github.com/rust-lang/crates.io-index"318checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"319320[[package]]321name = "arrayvec"322version = "0.5.2"323source = "registry+https://github.com/rust-lang/crates.io-index"324checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"325326[[package]]327name = "arrayvec"328version = "0.7.2"329source = "registry+https://github.com/rust-lang/crates.io-index"330checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"331332[[package]]333name = "asn1-rs"334version = "0.3.1"335source = "registry+https://github.com/rust-lang/crates.io-index"336checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"337dependencies = [338 "asn1-rs-derive 0.1.0",339 "asn1-rs-impl",340 "displaydoc",341 "nom",342 "num-traits",343 "rusticata-macros",344 "thiserror",345 "time 0.3.21",346]347348[[package]]349name = "asn1-rs"350version = "0.5.2"351source = "registry+https://github.com/rust-lang/crates.io-index"352checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"353dependencies = [354 "asn1-rs-derive 0.4.0",355 "asn1-rs-impl",356 "displaydoc",357 "nom",358 "num-traits",359 "rusticata-macros",360 "thiserror",361 "time 0.3.21",362]363364[[package]]365name = "asn1-rs-derive"366version = "0.1.0"367source = "registry+https://github.com/rust-lang/crates.io-index"368checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"369dependencies = [370 "proc-macro2",371 "quote",372 "syn 1.0.109",373 "synstructure",374]375376[[package]]377name = "asn1-rs-derive"378version = "0.4.0"379source = "registry+https://github.com/rust-lang/crates.io-index"380checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"381dependencies = [382 "proc-macro2",383 "quote",384 "syn 1.0.109",385 "synstructure",386]387388[[package]]389name = "asn1-rs-impl"390version = "0.1.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"393dependencies = [394 "proc-macro2",395 "quote",396 "syn 1.0.109",397]398399[[package]]400name = "asn1_der"401version = "0.7.6"402source = "registry+https://github.com/rust-lang/crates.io-index"403checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"404405[[package]]406name = "assert_matches"407version = "1.5.0"408source = "registry+https://github.com/rust-lang/crates.io-index"409checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"410411[[package]]412name = "async-channel"413version = "1.8.0"414source = "registry+https://github.com/rust-lang/crates.io-index"415checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"416dependencies = [417 "concurrent-queue",418 "event-listener",419 "futures-core",420]421422[[package]]423name = "async-io"424version = "1.13.0"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"427dependencies = [428 "async-lock",429 "autocfg",430 "cfg-if",431 "concurrent-queue",432 "futures-lite",433 "log",434 "parking",435 "polling",436 "rustix 0.37.19",437 "slab",438 "socket2",439 "waker-fn",440]441442[[package]]443name = "async-lock"444version = "2.7.0"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"447dependencies = [448 "event-listener",449]450451[[package]]452name = "async-recursion"453version = "1.0.4"454source = "registry+https://github.com/rust-lang/crates.io-index"455checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"456dependencies = [457 "proc-macro2",458 "quote",459 "syn 2.0.18",460]461462[[package]]463name = "async-trait"464version = "0.1.68"465source = "registry+https://github.com/rust-lang/crates.io-index"466checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"467dependencies = [468 "proc-macro2",469 "quote",470 "syn 2.0.18",471]472473[[package]]474name = "asynchronous-codec"475version = "0.6.1"476source = "registry+https://github.com/rust-lang/crates.io-index"477checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"478dependencies = [479 "bytes",480 "futures-sink",481 "futures-util",482 "memchr",483 "pin-project-lite 0.2.9",484]485486[[package]]487name = "atomic-waker"488version = "1.1.1"489source = "registry+https://github.com/rust-lang/crates.io-index"490checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"491492[[package]]493name = "atty"494version = "0.2.14"495source = "registry+https://github.com/rust-lang/crates.io-index"496checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"497dependencies = [498 "hermit-abi 0.1.19",499 "libc",500 "winapi",501]502503[[package]]504name = "auto_impl"505version = "1.1.0"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"508dependencies = [509 "proc-macro-error",510 "proc-macro2",511 "quote",512 "syn 1.0.109",513]514515[[package]]516name = "autocfg"517version = "1.1.0"518source = "registry+https://github.com/rust-lang/crates.io-index"519checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"520521[[package]]522name = "backtrace"523version = "0.3.67"524source = "registry+https://github.com/rust-lang/crates.io-index"525checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"526dependencies = [527 "addr2line 0.19.0",528 "cc",529 "cfg-if",530 "libc",531 "miniz_oxide 0.6.2",532 "object 0.30.3",533 "rustc-demangle",534]535536[[package]]537name = "base-x"538version = "0.2.11"539source = "registry+https://github.com/rust-lang/crates.io-index"540checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"541542[[package]]543name = "base16ct"544version = "0.1.1"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"547548[[package]]549name = "base16ct"550version = "0.2.0"551source = "registry+https://github.com/rust-lang/crates.io-index"552checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"553554[[package]]555name = "base64"556version = "0.13.1"557source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"559560[[package]]561name = "base64"562version = "0.21.2"563source = "registry+https://github.com/rust-lang/crates.io-index"564checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"565566[[package]]567name = "base64ct"568version = "1.6.0"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"571572[[package]]573name = "beef"574version = "0.5.2"575source = "registry+https://github.com/rust-lang/crates.io-index"576checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"577dependencies = [578 "serde",579]580581[[package]]582name = "binary-merkle-tree"583version = "4.0.0-dev"584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"585dependencies = [586 "hash-db 0.16.0",587 "log",588]589590[[package]]591name = "bincode"592version = "1.3.3"593source = "registry+https://github.com/rust-lang/crates.io-index"594checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"595dependencies = [596 "serde",597]598599[[package]]600name = "bindgen"601version = "0.64.0"602source = "registry+https://github.com/rust-lang/crates.io-index"603checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"604dependencies = [605 "bitflags",606 "cexpr",607 "clang-sys",608 "lazy_static",609 "lazycell",610 "peeking_take_while",611 "proc-macro2",612 "quote",613 "regex",614 "rustc-hash",615 "shlex",616 "syn 1.0.109",617]618619[[package]]620name = "bitflags"621version = "1.3.2"622source = "registry+https://github.com/rust-lang/crates.io-index"623checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"624625[[package]]626name = "bitvec"627version = "1.0.1"628source = "registry+https://github.com/rust-lang/crates.io-index"629checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"630dependencies = [631 "funty",632 "radium",633 "tap",634 "wyz",635]636637[[package]]638name = "blake2"639version = "0.10.6"640source = "registry+https://github.com/rust-lang/crates.io-index"641checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"642dependencies = [643 "digest 0.10.7",644]645646[[package]]647name = "blake2b_simd"648version = "1.0.1"649source = "registry+https://github.com/rust-lang/crates.io-index"650checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"651dependencies = [652 "arrayref",653 "arrayvec 0.7.2",654 "constant_time_eq",655]656657[[package]]658name = "blake2s_simd"659version = "1.0.1"660source = "registry+https://github.com/rust-lang/crates.io-index"661checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"662dependencies = [663 "arrayref",664 "arrayvec 0.7.2",665 "constant_time_eq",666]667668[[package]]669name = "blake3"670version = "1.3.3"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"673dependencies = [674 "arrayref",675 "arrayvec 0.7.2",676 "cc",677 "cfg-if",678 "constant_time_eq",679 "digest 0.10.7",680]681682[[package]]683name = "block-buffer"684version = "0.7.3"685source = "registry+https://github.com/rust-lang/crates.io-index"686checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"687dependencies = [688 "block-padding 0.1.5",689 "byte-tools",690 "byteorder",691 "generic-array 0.12.4",692]693694[[package]]695name = "block-buffer"696version = "0.9.0"697source = "registry+https://github.com/rust-lang/crates.io-index"698checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"699dependencies = [700 "generic-array 0.14.7",701]702703[[package]]704name = "block-buffer"705version = "0.10.4"706source = "registry+https://github.com/rust-lang/crates.io-index"707checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"708dependencies = [709 "generic-array 0.14.7",710]711712[[package]]713name = "block-modes"714version = "0.7.0"715source = "registry+https://github.com/rust-lang/crates.io-index"716checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"717dependencies = [718 "block-padding 0.2.1",719 "cipher 0.2.5",720]721722[[package]]723name = "block-padding"724version = "0.1.5"725source = "registry+https://github.com/rust-lang/crates.io-index"726checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"727dependencies = [728 "byte-tools",729]730731[[package]]732name = "block-padding"733version = "0.2.1"734source = "registry+https://github.com/rust-lang/crates.io-index"735checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"736737[[package]]738name = "bondrewd"739version = "0.1.14"740source = "registry+https://github.com/rust-lang/crates.io-index"741checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"742dependencies = [743 "bondrewd-derive",744]745746[[package]]747name = "bondrewd-derive"748version = "0.3.18"749source = "registry+https://github.com/rust-lang/crates.io-index"750checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"751dependencies = [752 "proc-macro2",753 "quote",754 "syn 1.0.109",755]756757[[package]]758name = "bounded-collections"759version = "0.1.7"760source = "registry+https://github.com/rust-lang/crates.io-index"761checksum = "07fbd1d11282a1eb134d3c3b7cf8ce213b5161c6e5f73fb1b98618482c606b64"762dependencies = [763 "log",764 "parity-scale-codec",765 "scale-info",766 "serde",767]768769[[package]]770name = "bounded-vec"771version = "0.7.1"772source = "registry+https://github.com/rust-lang/crates.io-index"773checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"774dependencies = [775 "thiserror",776]777778[[package]]779name = "bs58"780version = "0.4.0"781source = "registry+https://github.com/rust-lang/crates.io-index"782checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"783784[[package]]785name = "bstr"786version = "1.5.0"787source = "registry+https://github.com/rust-lang/crates.io-index"788checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"789dependencies = [790 "memchr",791 "serde",792]793794[[package]]795name = "build-helper"796version = "0.1.1"797source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"799dependencies = [800 "semver 0.6.0",801]802803[[package]]804name = "bumpalo"805version = "3.13.0"806source = "registry+https://github.com/rust-lang/crates.io-index"807checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"808809[[package]]810name = "byte-slice-cast"811version = "1.2.2"812source = "registry+https://github.com/rust-lang/crates.io-index"813checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"814815[[package]]816name = "byte-tools"817version = "0.3.1"818source = "registry+https://github.com/rust-lang/crates.io-index"819checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"820821[[package]]822name = "bytemuck"823version = "1.13.1"824source = "registry+https://github.com/rust-lang/crates.io-index"825checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"826827[[package]]828name = "byteorder"829version = "1.4.3"830source = "registry+https://github.com/rust-lang/crates.io-index"831checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"832833[[package]]834name = "bytes"835version = "1.4.0"836source = "registry+https://github.com/rust-lang/crates.io-index"837checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"838839[[package]]840name = "bzip2-sys"841version = "0.1.11+1.0.8"842source = "registry+https://github.com/rust-lang/crates.io-index"843checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"844dependencies = [845 "cc",846 "libc",847 "pkg-config",848]849850[[package]]851name = "camino"852version = "1.1.4"853source = "registry+https://github.com/rust-lang/crates.io-index"854checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"855dependencies = [856 "serde",857]858859[[package]]860name = "cargo-platform"861version = "0.1.2"862source = "registry+https://github.com/rust-lang/crates.io-index"863checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"864dependencies = [865 "serde",866]867868[[package]]869name = "cargo_metadata"870version = "0.15.4"871source = "registry+https://github.com/rust-lang/crates.io-index"872checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"873dependencies = [874 "camino",875 "cargo-platform",876 "semver 1.0.17",877 "serde",878 "serde_json",879 "thiserror",880]881882[[package]]883name = "cc"884version = "1.0.79"885source = "registry+https://github.com/rust-lang/crates.io-index"886checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"887dependencies = [888 "jobserver",889]890891[[package]]892name = "ccm"893version = "0.3.0"894source = "registry+https://github.com/rust-lang/crates.io-index"895checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"896dependencies = [897 "aead 0.3.2",898 "cipher 0.2.5",899 "subtle",900]901902[[package]]903name = "cexpr"904version = "0.6.0"905source = "registry+https://github.com/rust-lang/crates.io-index"906checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"907dependencies = [908 "nom",909]910911[[package]]912name = "cfg-expr"913version = "0.10.3"914source = "registry+https://github.com/rust-lang/crates.io-index"915checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"916dependencies = [917 "smallvec",918]919920[[package]]921name = "cfg-if"922version = "1.0.0"923source = "registry+https://github.com/rust-lang/crates.io-index"924checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"925926[[package]]927name = "cfg_aliases"928version = "0.1.1"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"931932[[package]]933name = "chacha20"934version = "0.8.2"935source = "registry+https://github.com/rust-lang/crates.io-index"936checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"937dependencies = [938 "cfg-if",939 "cipher 0.3.0",940 "cpufeatures",941 "zeroize",942]943944[[package]]945name = "chacha20poly1305"946version = "0.9.1"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"949dependencies = [950 "aead 0.4.3",951 "chacha20",952 "cipher 0.3.0",953 "poly1305",954 "zeroize",955]956957[[package]]958name = "chrono"959version = "0.4.26"960source = "registry+https://github.com/rust-lang/crates.io-index"961checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"962dependencies = [963 "android-tzdata",964 "iana-time-zone",965 "js-sys",966 "num-traits",967 "time 0.1.45",968 "wasm-bindgen",969 "winapi",970]971972[[package]]973name = "cid"974version = "0.8.6"975source = "registry+https://github.com/rust-lang/crates.io-index"976checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"977dependencies = [978 "core2",979 "multibase",980 "multihash 0.16.3",981 "serde",982 "unsigned-varint",983]984985[[package]]986name = "cipher"987version = "0.2.5"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"990dependencies = [991 "generic-array 0.14.7",992]993994[[package]]995name = "cipher"996version = "0.3.0"997source = "registry+https://github.com/rust-lang/crates.io-index"998checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"999dependencies = [1000 "generic-array 0.14.7",1001]10021003[[package]]1004name = "cipher"1005version = "0.4.4"1006source = "registry+https://github.com/rust-lang/crates.io-index"1007checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1008dependencies = [1009 "crypto-common",1010 "inout",1011]10121013[[package]]1014name = "ckb-merkle-mountain-range"1015version = "0.5.2"1016source = "registry+https://github.com/rust-lang/crates.io-index"1017checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1018dependencies = [1019 "cfg-if",1020]10211022[[package]]1023name = "clang-sys"1024version = "1.6.1"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"1027dependencies = [1028 "glob",1029 "libc",1030 "libloading",1031]10321033[[package]]1034name = "clap"1035version = "4.3.1"1036source = "registry+https://github.com/rust-lang/crates.io-index"1037checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"1038dependencies = [1039 "clap_builder",1040 "clap_derive",1041 "once_cell",1042]10431044[[package]]1045name = "clap_builder"1046version = "4.3.1"1047source = "registry+https://github.com/rust-lang/crates.io-index"1048checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"1049dependencies = [1050 "anstream",1051 "anstyle",1052 "bitflags",1053 "clap_lex",1054 "strsim",1055]10561057[[package]]1058name = "clap_derive"1059version = "4.3.1"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b"1062dependencies = [1063 "heck",1064 "proc-macro2",1065 "quote",1066 "syn 2.0.18",1067]10681069[[package]]1070name = "clap_lex"1071version = "0.5.0"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"10741075[[package]]1076name = "coarsetime"1077version = "0.1.23"1078source = "registry+https://github.com/rust-lang/crates.io-index"1079checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354"1080dependencies = [1081 "libc",1082 "once_cell",1083 "wasi 0.11.0+wasi-snapshot-preview1",1084 "wasm-bindgen",1085]10861087[[package]]1088name = "codespan-reporting"1089version = "0.11.1"1090source = "registry+https://github.com/rust-lang/crates.io-index"1091checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1092dependencies = [1093 "termcolor",1094 "unicode-width",1095]10961097[[package]]1098name = "colorchoice"1099version = "1.0.0"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"11021103[[package]]1104name = "comfy-table"1105version = "6.2.0"1106source = "registry+https://github.com/rust-lang/crates.io-index"1107checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba"1108dependencies = [1109 "strum",1110 "strum_macros",1111 "unicode-width",1112]11131114[[package]]1115name = "concurrent-queue"1116version = "2.2.0"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"1119dependencies = [1120 "crossbeam-utils",1121]11221123[[package]]1124name = "const-oid"1125version = "0.9.2"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"11281129[[package]]1130name = "constant_time_eq"1131version = "0.2.5"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"11341135[[package]]1136name = "convert_case"1137version = "0.4.0"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11401141[[package]]1142name = "core-foundation"1143version = "0.9.3"1144source = "registry+https://github.com/rust-lang/crates.io-index"1145checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1146dependencies = [1147 "core-foundation-sys",1148 "libc",1149]11501151[[package]]1152name = "core-foundation-sys"1153version = "0.8.4"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"11561157[[package]]1158name = "core2"1159version = "0.4.0"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1162dependencies = [1163 "memchr",1164]11651166[[package]]1167name = "cpp_demangle"1168version = "0.3.5"1169source = "registry+https://github.com/rust-lang/crates.io-index"1170checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1171dependencies = [1172 "cfg-if",1173]11741175[[package]]1176name = "cpu-time"1177version = "1.0.0"1178source = "registry+https://github.com/rust-lang/crates.io-index"1179checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1180dependencies = [1181 "libc",1182 "winapi",1183]11841185[[package]]1186name = "cpufeatures"1187version = "0.2.7"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"1190dependencies = [1191 "libc",1192]11931194[[package]]1195name = "cranelift-bforest"1196version = "0.93.2"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"1199dependencies = [1200 "cranelift-entity",1201]12021203[[package]]1204name = "cranelift-codegen"1205version = "0.93.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"1208dependencies = [1209 "arrayvec 0.7.2",1210 "bumpalo",1211 "cranelift-bforest",1212 "cranelift-codegen-meta",1213 "cranelift-codegen-shared",1214 "cranelift-entity",1215 "cranelift-isle",1216 "gimli 0.26.2",1217 "hashbrown 0.12.3",1218 "log",1219 "regalloc2",1220 "smallvec",1221 "target-lexicon",1222]12231224[[package]]1225name = "cranelift-codegen-meta"1226version = "0.93.2"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"1229dependencies = [1230 "cranelift-codegen-shared",1231]12321233[[package]]1234name = "cranelift-codegen-shared"1235version = "0.93.2"1236source = "registry+https://github.com/rust-lang/crates.io-index"1237checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"12381239[[package]]1240name = "cranelift-entity"1241version = "0.93.2"1242source = "registry+https://github.com/rust-lang/crates.io-index"1243checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"1244dependencies = [1245 "serde",1246]12471248[[package]]1249name = "cranelift-frontend"1250version = "0.93.2"1251source = "registry+https://github.com/rust-lang/crates.io-index"1252checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"1253dependencies = [1254 "cranelift-codegen",1255 "log",1256 "smallvec",1257 "target-lexicon",1258]12591260[[package]]1261name = "cranelift-isle"1262version = "0.93.2"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"12651266[[package]]1267name = "cranelift-native"1268version = "0.93.2"1269source = "registry+https://github.com/rust-lang/crates.io-index"1270checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"1271dependencies = [1272 "cranelift-codegen",1273 "libc",1274 "target-lexicon",1275]12761277[[package]]1278name = "cranelift-wasm"1279version = "0.93.2"1280source = "registry+https://github.com/rust-lang/crates.io-index"1281checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"1282dependencies = [1283 "cranelift-codegen",1284 "cranelift-entity",1285 "cranelift-frontend",1286 "itertools",1287 "log",1288 "smallvec",1289 "wasmparser",1290 "wasmtime-types",1291]12921293[[package]]1294name = "crc"1295version = "3.0.1"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"1298dependencies = [1299 "crc-catalog",1300]13011302[[package]]1303name = "crc-catalog"1304version = "2.2.0"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"13071308[[package]]1309name = "crc32fast"1310version = "1.3.2"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1313dependencies = [1314 "cfg-if",1315]13161317[[package]]1318name = "crossbeam-channel"1319version = "0.5.8"1320source = "registry+https://github.com/rust-lang/crates.io-index"1321checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"1322dependencies = [1323 "cfg-if",1324 "crossbeam-utils",1325]13261327[[package]]1328name = "crossbeam-deque"1329version = "0.8.3"1330source = "registry+https://github.com/rust-lang/crates.io-index"1331checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"1332dependencies = [1333 "cfg-if",1334 "crossbeam-epoch",1335 "crossbeam-utils",1336]13371338[[package]]1339name = "crossbeam-epoch"1340version = "0.9.14"1341source = "registry+https://github.com/rust-lang/crates.io-index"1342checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"1343dependencies = [1344 "autocfg",1345 "cfg-if",1346 "crossbeam-utils",1347 "memoffset 0.8.0",1348 "scopeguard",1349]13501351[[package]]1352name = "crossbeam-queue"1353version = "0.3.8"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1356dependencies = [1357 "cfg-if",1358 "crossbeam-utils",1359]13601361[[package]]1362name = "crossbeam-utils"1363version = "0.8.15"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"1366dependencies = [1367 "cfg-if",1368]13691370[[package]]1371name = "crunchy"1372version = "0.2.2"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13751376[[package]]1377name = "crypto-bigint"1378version = "0.4.9"1379source = "registry+https://github.com/rust-lang/crates.io-index"1380checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1381dependencies = [1382 "generic-array 0.14.7",1383 "rand_core 0.6.4",1384 "subtle",1385 "zeroize",1386]13871388[[package]]1389name = "crypto-bigint"1390version = "0.5.2"1391source = "registry+https://github.com/rust-lang/crates.io-index"1392checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"1393dependencies = [1394 "generic-array 0.14.7",1395 "rand_core 0.6.4",1396 "subtle",1397 "zeroize",1398]13991400[[package]]1401name = "crypto-common"1402version = "0.1.6"1403source = "registry+https://github.com/rust-lang/crates.io-index"1404checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1405dependencies = [1406 "generic-array 0.14.7",1407 "rand_core 0.6.4",1408 "typenum",1409]14101411[[package]]1412name = "crypto-mac"1413version = "0.8.0"1414source = "registry+https://github.com/rust-lang/crates.io-index"1415checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1416dependencies = [1417 "generic-array 0.14.7",1418 "subtle",1419]14201421[[package]]1422name = "crypto-mac"1423version = "0.11.1"1424source = "registry+https://github.com/rust-lang/crates.io-index"1425checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1426dependencies = [1427 "generic-array 0.14.7",1428 "subtle",1429]14301431[[package]]1432name = "ctr"1433version = "0.8.0"1434source = "registry+https://github.com/rust-lang/crates.io-index"1435checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1436dependencies = [1437 "cipher 0.3.0",1438]14391440[[package]]1441name = "ctr"1442version = "0.9.2"1443source = "registry+https://github.com/rust-lang/crates.io-index"1444checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1445dependencies = [1446 "cipher 0.4.4",1447]14481449[[package]]1450name = "cumulus-client-cli"1451version = "0.1.0"1452source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1453dependencies = [1454 "clap",1455 "parity-scale-codec",1456 "sc-chain-spec",1457 "sc-cli",1458 "sc-service",1459 "sp-core",1460 "sp-runtime",1461 "url",1462]14631464[[package]]1465name = "cumulus-client-collator"1466version = "0.1.0"1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1468dependencies = [1469 "cumulus-client-consensus-common",1470 "cumulus-client-network",1471 "cumulus-primitives-core",1472 "futures",1473 "parity-scale-codec",1474 "parking_lot 0.12.1",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1520dependencies = [1521 "async-trait",1522 "cumulus-client-pov-recovery",1523 "cumulus-primitives-core",1524 "cumulus-relay-chain-interface",1525 "dyn-clone",1526 "futures",1527 "log",1528 "parity-scale-codec",1529 "polkadot-primitives",1530 "sc-client-api",1531 "sc-consensus",1532 "schnellru",1533 "sp-blockchain",1534 "sp-consensus",1535 "sp-runtime",1536 "sp-trie",1537 "tracing",1538]15391540[[package]]1541name = "cumulus-client-network"1542version = "0.1.0"1543source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1544dependencies = [1545 "async-trait",1546 "cumulus-relay-chain-interface",1547 "futures",1548 "futures-timer",1549 "parity-scale-codec",1550 "parking_lot 0.12.1",1551 "polkadot-node-primitives",1552 "polkadot-parachain",1553 "polkadot-primitives",1554 "sc-client-api",1555 "sp-blockchain",1556 "sp-consensus",1557 "sp-core",1558 "sp-runtime",1559 "sp-state-machine",1560 "tracing",1561]15621563[[package]]1564name = "cumulus-client-pov-recovery"1565version = "0.1.0"1566source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1567dependencies = [1568 "async-trait",1569 "cumulus-primitives-core",1570 "cumulus-relay-chain-interface",1571 "futures",1572 "futures-timer",1573 "parity-scale-codec",1574 "polkadot-node-primitives",1575 "polkadot-node-subsystem",1576 "polkadot-overseer",1577 "polkadot-primitives",1578 "rand 0.8.5",1579 "sc-client-api",1580 "sc-consensus",1581 "sp-consensus",1582 "sp-maybe-compressed-blob",1583 "sp-runtime",1584 "tracing",1585]15861587[[package]]1588name = "cumulus-client-service"1589version = "0.1.0"1590source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1591dependencies = [1592 "cumulus-client-cli",1593 "cumulus-client-collator",1594 "cumulus-client-consensus-common",1595 "cumulus-client-network",1596 "cumulus-client-pov-recovery",1597 "cumulus-primitives-core",1598 "cumulus-relay-chain-inprocess-interface",1599 "cumulus-relay-chain-interface",1600 "cumulus-relay-chain-minimal-node",1601 "futures",1602 "polkadot-primitives",1603 "sc-client-api",1604 "sc-consensus",1605 "sc-network",1606 "sc-network-sync",1607 "sc-network-transactions",1608 "sc-rpc",1609 "sc-service",1610 "sc-sysinfo",1611 "sc-telemetry",1612 "sc-transaction-pool",1613 "sc-utils",1614 "sp-api",1615 "sp-blockchain",1616 "sp-consensus",1617 "sp-core",1618 "sp-runtime",1619 "sp-transaction-pool",1620]16211622[[package]]1623name = "cumulus-pallet-aura-ext"1624version = "0.1.0"1625source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1626dependencies = [1627 "frame-support",1628 "frame-system",1629 "pallet-aura",1630 "parity-scale-codec",1631 "scale-info",1632 "sp-application-crypto",1633 "sp-consensus-aura",1634 "sp-runtime",1635 "sp-std",1636]16371638[[package]]1639name = "cumulus-pallet-dmp-queue"1640version = "0.1.0"1641source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1642dependencies = [1643 "cumulus-primitives-core",1644 "frame-support",1645 "frame-system",1646 "log",1647 "parity-scale-codec",1648 "scale-info",1649 "sp-io",1650 "sp-runtime",1651 "sp-std",1652 "xcm",1653]16541655[[package]]1656name = "cumulus-pallet-parachain-system"1657version = "0.1.0"1658source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1659dependencies = [1660 "bytes",1661 "cumulus-pallet-parachain-system-proc-macro",1662 "cumulus-primitives-core",1663 "cumulus-primitives-parachain-inherent",1664 "environmental",1665 "frame-support",1666 "frame-system",1667 "impl-trait-for-tuples",1668 "log",1669 "parity-scale-codec",1670 "polkadot-parachain",1671 "scale-info",1672 "sp-core",1673 "sp-externalities",1674 "sp-inherents",1675 "sp-io",1676 "sp-runtime",1677 "sp-state-machine",1678 "sp-std",1679 "sp-trie",1680 "sp-version",1681 "xcm",1682]16831684[[package]]1685name = "cumulus-pallet-parachain-system-proc-macro"1686version = "0.1.0"1687source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1688dependencies = [1689 "proc-macro-crate",1690 "proc-macro2",1691 "quote",1692 "syn 2.0.18",1693]16941695[[package]]1696name = "cumulus-pallet-xcm"1697version = "0.1.0"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1699dependencies = [1700 "cumulus-primitives-core",1701 "frame-support",1702 "frame-system",1703 "parity-scale-codec",1704 "scale-info",1705 "sp-io",1706 "sp-runtime",1707 "sp-std",1708 "xcm",1709]17101711[[package]]1712name = "cumulus-pallet-xcmp-queue"1713version = "0.1.0"1714source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1715dependencies = [1716 "cumulus-primitives-core",1717 "frame-support",1718 "frame-system",1719 "log",1720 "parity-scale-codec",1721 "polkadot-runtime-common",1722 "rand_chacha 0.3.1",1723 "scale-info",1724 "sp-io",1725 "sp-runtime",1726 "sp-std",1727 "xcm",1728 "xcm-executor",1729]17301731[[package]]1732name = "cumulus-primitives-core"1733version = "0.1.0"1734source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1735dependencies = [1736 "parity-scale-codec",1737 "polkadot-core-primitives",1738 "polkadot-parachain",1739 "polkadot-primitives",1740 "scale-info",1741 "sp-api",1742 "sp-runtime",1743 "sp-std",1744 "sp-trie",1745 "xcm",1746]17471748[[package]]1749name = "cumulus-primitives-parachain-inherent"1750version = "0.1.0"1751source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1752dependencies = [1753 "async-trait",1754 "cumulus-primitives-core",1755 "cumulus-relay-chain-interface",1756 "cumulus-test-relay-sproof-builder",1757 "parity-scale-codec",1758 "sc-client-api",1759 "scale-info",1760 "sp-api",1761 "sp-core",1762 "sp-inherents",1763 "sp-runtime",1764 "sp-state-machine",1765 "sp-std",1766 "sp-storage",1767 "sp-trie",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-primitives-timestamp"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1775dependencies = [1776 "cumulus-primitives-core",1777 "futures",1778 "parity-scale-codec",1779 "sp-inherents",1780 "sp-std",1781 "sp-timestamp",1782]17831784[[package]]1785name = "cumulus-primitives-utility"1786version = "0.1.0"1787source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1788dependencies = [1789 "cumulus-primitives-core",1790 "frame-support",1791 "log",1792 "parity-scale-codec",1793 "polkadot-runtime-common",1794 "sp-io",1795 "sp-runtime",1796 "sp-std",1797 "xcm",1798 "xcm-builder",1799 "xcm-executor",1800]18011802[[package]]1803name = "cumulus-relay-chain-inprocess-interface"1804version = "0.1.0"1805source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1806dependencies = [1807 "async-trait",1808 "cumulus-primitives-core",1809 "cumulus-relay-chain-interface",1810 "futures",1811 "futures-timer",1812 "polkadot-cli",1813 "polkadot-client",1814 "polkadot-service",1815 "sc-cli",1816 "sc-client-api",1817 "sc-sysinfo",1818 "sc-telemetry",1819 "sc-tracing",1820 "sp-api",1821 "sp-consensus",1822 "sp-core",1823 "sp-runtime",1824 "sp-state-machine",1825]18261827[[package]]1828name = "cumulus-relay-chain-interface"1829version = "0.1.0"1830source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1831dependencies = [1832 "async-trait",1833 "cumulus-primitives-core",1834 "futures",1835 "jsonrpsee-core",1836 "parity-scale-codec",1837 "polkadot-overseer",1838 "sc-client-api",1839 "sp-api",1840 "sp-blockchain",1841 "sp-state-machine",1842 "thiserror",1843]18441845[[package]]1846name = "cumulus-relay-chain-minimal-node"1847version = "0.1.0"1848source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1849dependencies = [1850 "array-bytes 6.1.0",1851 "async-trait",1852 "cumulus-primitives-core",1853 "cumulus-relay-chain-interface",1854 "cumulus-relay-chain-rpc-interface",1855 "futures",1856 "lru 0.9.0",1857 "polkadot-availability-recovery",1858 "polkadot-collator-protocol",1859 "polkadot-core-primitives",1860 "polkadot-network-bridge",1861 "polkadot-node-collation-generation",1862 "polkadot-node-core-runtime-api",1863 "polkadot-node-network-protocol",1864 "polkadot-node-subsystem-util",1865 "polkadot-overseer",1866 "polkadot-primitives",1867 "sc-authority-discovery",1868 "sc-client-api",1869 "sc-network",1870 "sc-network-common",1871 "sc-service",1872 "sc-tracing",1873 "sc-utils",1874 "sp-api",1875 "sp-blockchain",1876 "sp-consensus",1877 "sp-consensus-babe",1878 "sp-runtime",1879 "tokio",1880 "tracing",1881]18821883[[package]]1884name = "cumulus-relay-chain-rpc-interface"1885version = "0.1.0"1886source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1887dependencies = [1888 "async-trait",1889 "cumulus-primitives-core",1890 "cumulus-relay-chain-interface",1891 "futures",1892 "futures-timer",1893 "jsonrpsee",1894 "lru 0.9.0",1895 "parity-scale-codec",1896 "polkadot-overseer",1897 "sc-client-api",1898 "sc-rpc-api",1899 "sc-service",1900 "serde",1901 "serde_json",1902 "sp-api",1903 "sp-authority-discovery",1904 "sp-consensus-babe",1905 "sp-core",1906 "sp-state-machine",1907 "sp-storage",1908 "tokio",1909 "tracing",1910 "url",1911]19121913[[package]]1914name = "cumulus-test-relay-sproof-builder"1915version = "0.1.0"1916source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1917dependencies = [1918 "cumulus-primitives-core",1919 "parity-scale-codec",1920 "polkadot-primitives",1921 "sp-runtime",1922 "sp-state-machine",1923 "sp-std",1924]19251926[[package]]1927name = "curve25519-dalek"1928version = "2.1.3"1929source = "registry+https://github.com/rust-lang/crates.io-index"1930checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1931dependencies = [1932 "byteorder",1933 "digest 0.8.1",1934 "rand_core 0.5.1",1935 "subtle",1936 "zeroize",1937]19381939[[package]]1940name = "curve25519-dalek"1941version = "3.2.0"1942source = "registry+https://github.com/rust-lang/crates.io-index"1943checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1944dependencies = [1945 "byteorder",1946 "digest 0.9.0",1947 "rand_core 0.5.1",1948 "subtle",1949 "zeroize",1950]19511952[[package]]1953name = "curve25519-dalek"1954version = "4.0.0-rc.1"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16"1957dependencies = [1958 "cfg-if",1959 "fiat-crypto",1960 "packed_simd_2",1961 "platforms 3.0.2",1962 "subtle",1963 "zeroize",1964]19651966[[package]]1967name = "cxx"1968version = "1.0.95"1969source = "registry+https://github.com/rust-lang/crates.io-index"1970checksum = "109308c20e8445959c2792e81871054c6a17e6976489a93d2769641a2ba5839c"1971dependencies = [1972 "cc",1973 "cxxbridge-flags",1974 "cxxbridge-macro",1975 "link-cplusplus",1976]19771978[[package]]1979name = "cxx-build"1980version = "1.0.95"1981source = "registry+https://github.com/rust-lang/crates.io-index"1982checksum = "daf4c6755cdf10798b97510e0e2b3edb9573032bd9379de8fffa59d68165494f"1983dependencies = [1984 "cc",1985 "codespan-reporting",1986 "once_cell",1987 "proc-macro2",1988 "quote",1989 "scratch",1990 "syn 2.0.18",1991]19921993[[package]]1994name = "cxxbridge-flags"1995version = "1.0.95"1996source = "registry+https://github.com/rust-lang/crates.io-index"1997checksum = "882074421238e84fe3b4c65d0081de34e5b323bf64555d3e61991f76eb64a7bb"19981999[[package]]2000name = "cxxbridge-macro"2001version = "1.0.95"2002source = "registry+https://github.com/rust-lang/crates.io-index"2003checksum = "4a076022ece33e7686fb76513518e219cca4fce5750a8ae6d1ce6c0f48fd1af9"2004dependencies = [2005 "proc-macro2",2006 "quote",2007 "syn 2.0.18",2008]20092010[[package]]2011name = "darling"2012version = "0.14.4"2013source = "registry+https://github.com/rust-lang/crates.io-index"2014checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"2015dependencies = [2016 "darling_core",2017 "darling_macro",2018]20192020[[package]]2021name = "darling_core"2022version = "0.14.4"2023source = "registry+https://github.com/rust-lang/crates.io-index"2024checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"2025dependencies = [2026 "fnv",2027 "ident_case",2028 "proc-macro2",2029 "quote",2030 "strsim",2031 "syn 1.0.109",2032]20332034[[package]]2035name = "darling_macro"2036version = "0.14.4"2037source = "registry+https://github.com/rust-lang/crates.io-index"2038checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"2039dependencies = [2040 "darling_core",2041 "quote",2042 "syn 1.0.109",2043]20442045[[package]]2046name = "data-encoding"2047version = "2.4.0"2048source = "registry+https://github.com/rust-lang/crates.io-index"2049checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"20502051[[package]]2052name = "data-encoding-macro"2053version = "0.1.13"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"2056dependencies = [2057 "data-encoding",2058 "data-encoding-macro-internal",2059]20602061[[package]]2062name = "data-encoding-macro-internal"2063version = "0.1.11"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"2066dependencies = [2067 "data-encoding",2068 "syn 1.0.109",2069]20702071[[package]]2072name = "der"2073version = "0.6.1"2074source = "registry+https://github.com/rust-lang/crates.io-index"2075checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"2076dependencies = [2077 "const-oid",2078 "pem-rfc7468",2079 "zeroize",2080]20812082[[package]]2083name = "der"2084version = "0.7.6"2085source = "registry+https://github.com/rust-lang/crates.io-index"2086checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"2087dependencies = [2088 "const-oid",2089 "zeroize",2090]20912092[[package]]2093name = "der-parser"2094version = "7.0.0"2095source = "registry+https://github.com/rust-lang/crates.io-index"2096checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"2097dependencies = [2098 "asn1-rs 0.3.1",2099 "displaydoc",2100 "nom",2101 "num-bigint",2102 "num-traits",2103 "rusticata-macros",2104]21052106[[package]]2107name = "der-parser"2108version = "8.2.0"2109source = "registry+https://github.com/rust-lang/crates.io-index"2110checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2111dependencies = [2112 "asn1-rs 0.5.2",2113 "displaydoc",2114 "nom",2115 "num-bigint",2116 "num-traits",2117 "rusticata-macros",2118]21192120[[package]]2121name = "derivative"2122version = "2.2.0"2123source = "registry+https://github.com/rust-lang/crates.io-index"2124checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2125dependencies = [2126 "proc-macro2",2127 "quote",2128 "syn 1.0.109",2129]21302131[[package]]2132name = "derive-syn-parse"2133version = "0.1.5"2134source = "registry+https://github.com/rust-lang/crates.io-index"2135checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2136dependencies = [2137 "proc-macro2",2138 "quote",2139 "syn 1.0.109",2140]21412142[[package]]2143name = "derive_builder"2144version = "0.11.2"2145source = "registry+https://github.com/rust-lang/crates.io-index"2146checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"2147dependencies = [2148 "derive_builder_macro",2149]21502151[[package]]2152name = "derive_builder_core"2153version = "0.11.2"2154source = "registry+https://github.com/rust-lang/crates.io-index"2155checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"2156dependencies = [2157 "darling",2158 "proc-macro2",2159 "quote",2160 "syn 1.0.109",2161]21622163[[package]]2164name = "derive_builder_macro"2165version = "0.11.2"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2168dependencies = [2169 "derive_builder_core",2170 "syn 1.0.109",2171]21722173[[package]]2174name = "derive_more"2175version = "0.99.17"2176source = "registry+https://github.com/rust-lang/crates.io-index"2177checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2178dependencies = [2179 "convert_case",2180 "proc-macro2",2181 "quote",2182 "rustc_version",2183 "syn 1.0.109",2184]21852186[[package]]2187name = "difflib"2188version = "0.4.0"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"21912192[[package]]2193name = "digest"2194version = "0.8.1"2195source = "registry+https://github.com/rust-lang/crates.io-index"2196checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2197dependencies = [2198 "generic-array 0.12.4",2199]22002201[[package]]2202name = "digest"2203version = "0.9.0"2204source = "registry+https://github.com/rust-lang/crates.io-index"2205checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2206dependencies = [2207 "generic-array 0.14.7",2208]22092210[[package]]2211name = "digest"2212version = "0.10.7"2213source = "registry+https://github.com/rust-lang/crates.io-index"2214checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2215dependencies = [2216 "block-buffer 0.10.4",2217 "const-oid",2218 "crypto-common",2219 "subtle",2220]22212222[[package]]2223name = "directories"2224version = "4.0.1"2225source = "registry+https://github.com/rust-lang/crates.io-index"2226checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2227dependencies = [2228 "dirs-sys",2229]22302231[[package]]2232name = "directories-next"2233version = "2.0.0"2234source = "registry+https://github.com/rust-lang/crates.io-index"2235checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2236dependencies = [2237 "cfg-if",2238 "dirs-sys-next",2239]22402241[[package]]2242name = "dirs-sys"2243version = "0.3.7"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2246dependencies = [2247 "libc",2248 "redox_users",2249 "winapi",2250]22512252[[package]]2253name = "dirs-sys-next"2254version = "0.1.2"2255source = "registry+https://github.com/rust-lang/crates.io-index"2256checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2257dependencies = [2258 "libc",2259 "redox_users",2260 "winapi",2261]22622263[[package]]2264name = "displaydoc"2265version = "0.2.4"2266source = "registry+https://github.com/rust-lang/crates.io-index"2267checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2268dependencies = [2269 "proc-macro2",2270 "quote",2271 "syn 2.0.18",2272]22732274[[package]]2275name = "downcast"2276version = "0.11.0"2277source = "registry+https://github.com/rust-lang/crates.io-index"2278checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"22792280[[package]]2281name = "downcast-rs"2282version = "1.2.0"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"22852286[[package]]2287name = "dtoa"2288version = "1.0.6"2289source = "registry+https://github.com/rust-lang/crates.io-index"2290checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"22912292[[package]]2293name = "dyn-clonable"2294version = "0.9.0"2295source = "registry+https://github.com/rust-lang/crates.io-index"2296checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2297dependencies = [2298 "dyn-clonable-impl",2299 "dyn-clone",2300]23012302[[package]]2303name = "dyn-clonable-impl"2304version = "0.9.0"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2307dependencies = [2308 "proc-macro2",2309 "quote",2310 "syn 1.0.109",2311]23122313[[package]]2314name = "dyn-clone"2315version = "1.0.11"2316source = "registry+https://github.com/rust-lang/crates.io-index"2317checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"23182319[[package]]2320name = "ecdsa"2321version = "0.14.8"2322source = "registry+https://github.com/rust-lang/crates.io-index"2323checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2324dependencies = [2325 "der 0.6.1",2326 "elliptic-curve 0.12.3",2327 "rfc6979 0.3.1",2328 "signature 1.6.4",2329]23302331[[package]]2332name = "ecdsa"2333version = "0.16.7"2334source = "registry+https://github.com/rust-lang/crates.io-index"2335checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"2336dependencies = [2337 "der 0.7.6",2338 "digest 0.10.7",2339 "elliptic-curve 0.13.5",2340 "rfc6979 0.4.0",2341 "signature 2.1.0",2342 "spki 0.7.2",2343]23442345[[package]]2346name = "ed25519"2347version = "1.5.3"2348source = "registry+https://github.com/rust-lang/crates.io-index"2349checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"2350dependencies = [2351 "signature 1.6.4",2352]23532354[[package]]2355name = "ed25519-dalek"2356version = "1.0.1"2357source = "registry+https://github.com/rust-lang/crates.io-index"2358checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2359dependencies = [2360 "curve25519-dalek 3.2.0",2361 "ed25519",2362 "rand 0.7.3",2363 "serde",2364 "sha2 0.9.9",2365 "zeroize",2366]23672368[[package]]2369name = "ed25519-zebra"2370version = "3.1.0"2371source = "registry+https://github.com/rust-lang/crates.io-index"2372checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2373dependencies = [2374 "curve25519-dalek 3.2.0",2375 "hashbrown 0.12.3",2376 "hex",2377 "rand_core 0.6.4",2378 "sha2 0.9.9",2379 "zeroize",2380]23812382[[package]]2383name = "either"2384version = "1.8.1"2385source = "registry+https://github.com/rust-lang/crates.io-index"2386checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"23872388[[package]]2389name = "elliptic-curve"2390version = "0.12.3"2391source = "registry+https://github.com/rust-lang/crates.io-index"2392checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2393dependencies = [2394 "base16ct 0.1.1",2395 "crypto-bigint 0.4.9",2396 "der 0.6.1",2397 "digest 0.10.7",2398 "ff 0.12.1",2399 "generic-array 0.14.7",2400 "group 0.12.1",2401 "hkdf",2402 "pem-rfc7468",2403 "pkcs8 0.9.0",2404 "rand_core 0.6.4",2405 "sec1 0.3.0",2406 "subtle",2407 "zeroize",2408]24092410[[package]]2411name = "elliptic-curve"2412version = "0.13.5"2413source = "registry+https://github.com/rust-lang/crates.io-index"2414checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"2415dependencies = [2416 "base16ct 0.2.0",2417 "crypto-bigint 0.5.2",2418 "digest 0.10.7",2419 "ff 0.13.0",2420 "generic-array 0.14.7",2421 "group 0.13.0",2422 "pkcs8 0.10.2",2423 "rand_core 0.6.4",2424 "sec1 0.7.2",2425 "subtle",2426 "zeroize",2427]24282429[[package]]2430name = "enum-as-inner"2431version = "0.5.1"2432source = "registry+https://github.com/rust-lang/crates.io-index"2433checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2434dependencies = [2435 "heck",2436 "proc-macro2",2437 "quote",2438 "syn 1.0.109",2439]24402441[[package]]2442name = "enumflags2"2443version = "0.7.7"2444source = "registry+https://github.com/rust-lang/crates.io-index"2445checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"2446dependencies = [2447 "enumflags2_derive",2448]24492450[[package]]2451name = "enumflags2_derive"2452version = "0.7.7"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"2455dependencies = [2456 "proc-macro2",2457 "quote",2458 "syn 2.0.18",2459]24602461[[package]]2462name = "enumn"2463version = "0.1.8"2464source = "registry+https://github.com/rust-lang/crates.io-index"2465checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"2466dependencies = [2467 "proc-macro2",2468 "quote",2469 "syn 2.0.18",2470]24712472[[package]]2473name = "env_logger"2474version = "0.9.3"2475source = "registry+https://github.com/rust-lang/crates.io-index"2476checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"2477dependencies = [2478 "atty",2479 "humantime",2480 "log",2481 "regex",2482 "termcolor",2483]24842485[[package]]2486name = "env_logger"2487version = "0.10.0"2488source = "registry+https://github.com/rust-lang/crates.io-index"2489checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"2490dependencies = [2491 "humantime",2492 "is-terminal",2493 "log",2494 "regex",2495 "termcolor",2496]24972498[[package]]2499name = "environmental"2500version = "1.1.4"2501source = "registry+https://github.com/rust-lang/crates.io-index"2502checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"25032504[[package]]2505name = "errno"2506version = "0.3.1"2507source = "registry+https://github.com/rust-lang/crates.io-index"2508checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"2509dependencies = [2510 "errno-dragonfly",2511 "libc",2512 "windows-sys 0.48.0",2513]25142515[[package]]2516name = "errno-dragonfly"2517version = "0.1.2"2518source = "registry+https://github.com/rust-lang/crates.io-index"2519checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2520dependencies = [2521 "cc",2522 "libc",2523]25242525[[package]]2526name = "ethbloom"2527version = "0.13.0"2528source = "registry+https://github.com/rust-lang/crates.io-index"2529checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2530dependencies = [2531 "crunchy",2532 "fixed-hash",2533 "impl-codec",2534 "impl-rlp",2535 "impl-serde",2536 "scale-info",2537 "tiny-keccak",2538]25392540[[package]]2541name = "ethereum"2542version = "0.14.0"2543source = "registry+https://github.com/rust-lang/crates.io-index"2544checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2545dependencies = [2546 "bytes",2547 "ethereum-types",2548 "hash-db 0.15.2",2549 "hash256-std-hasher",2550 "parity-scale-codec",2551 "rlp",2552 "scale-info",2553 "serde",2554 "sha3 0.10.8",2555 "triehash",2556]25572558[[package]]2559name = "ethereum-types"2560version = "0.14.1"2561source = "registry+https://github.com/rust-lang/crates.io-index"2562checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2563dependencies = [2564 "ethbloom",2565 "fixed-hash",2566 "impl-codec",2567 "impl-rlp",2568 "impl-serde",2569 "primitive-types",2570 "scale-info",2571 "uint",2572]25732574[[package]]2575name = "event-listener"2576version = "2.5.3"2577source = "registry+https://github.com/rust-lang/crates.io-index"2578checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"25792580[[package]]2581name = "evm"2582version = "0.37.0"2583source = "registry+https://github.com/rust-lang/crates.io-index"2584checksum = "f4448c65b71e8e2b9718232d84d09045eeaaccb2320494e6bd6dbf7e58fec8ff"2585dependencies = [2586 "auto_impl",2587 "environmental",2588 "ethereum",2589 "evm-core",2590 "evm-gasometer",2591 "evm-runtime",2592 "log",2593 "parity-scale-codec",2594 "primitive-types",2595 "rlp",2596 "scale-info",2597 "serde",2598 "sha3 0.10.8",2599]26002601[[package]]2602name = "evm-coder"2603version = "0.3.1"2604source = "git+https://github.com/uniquenetwork/evm-coder?tag=v0.3.1#21e61c627f71337d6b8a03899fe8de14bfbf67aa"2605dependencies = [2606 "ethereum",2607 "evm-coder-procedural",2608 "impl-trait-for-tuples",2609 "primitive-types",2610 "sha3-const",2611]26122613[[package]]2614name = "evm-coder-procedural"2615version = "0.3.1"2616source = "git+https://github.com/uniquenetwork/evm-coder?tag=v0.3.1#21e61c627f71337d6b8a03899fe8de14bfbf67aa"2617dependencies = [2618 "Inflector",2619 "hex",2620 "proc-macro2",2621 "quote",2622 "sha3 0.10.8",2623 "syn 1.0.109",2624]26252626[[package]]2627name = "evm-coder-substrate-procedural"2628version = "0.1.0"2629dependencies = [2630 "proc-macro2",2631 "quote",2632 "syn 1.0.109",2633]26342635[[package]]2636name = "evm-core"2637version = "0.37.0"2638source = "registry+https://github.com/rust-lang/crates.io-index"2639checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d"2640dependencies = [2641 "parity-scale-codec",2642 "primitive-types",2643 "scale-info",2644 "serde",2645]26462647[[package]]2648name = "evm-gasometer"2649version = "0.37.0"2650source = "registry+https://github.com/rust-lang/crates.io-index"2651checksum = "a8b93c59c54fc26522d842f0e0d3f8e8be331c776df18ff3e540b53c2f64d509"2652dependencies = [2653 "environmental",2654 "evm-core",2655 "evm-runtime",2656 "primitive-types",2657]26582659[[package]]2660name = "evm-runtime"2661version = "0.37.0"2662source = "registry+https://github.com/rust-lang/crates.io-index"2663checksum = "c79b9459ce64f1a28688397c4013764ce53cd57bb84efc16b5187fa9b05b13ad"2664dependencies = [2665 "auto_impl",2666 "environmental",2667 "evm-core",2668 "primitive-types",2669 "sha3 0.10.8",2670]26712672[[package]]2673name = "exit-future"2674version = "0.2.0"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2677dependencies = [2678 "futures",2679]26802681[[package]]2682name = "expander"2683version = "0.0.4"2684source = "registry+https://github.com/rust-lang/crates.io-index"2685checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2686dependencies = [2687 "blake3",2688 "fs-err",2689 "proc-macro2",2690 "quote",2691]26922693[[package]]2694name = "expander"2695version = "0.0.6"2696source = "registry+https://github.com/rust-lang/crates.io-index"2697checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2698dependencies = [2699 "blake2",2700 "fs-err",2701 "proc-macro2",2702 "quote",2703]27042705[[package]]2706name = "expander"2707version = "1.0.0"2708source = "registry+https://github.com/rust-lang/crates.io-index"2709checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84"2710dependencies = [2711 "blake2",2712 "fs-err",2713 "proc-macro2",2714 "quote",2715 "syn 1.0.109",2716]27172718[[package]]2719name = "expander"2720version = "2.0.0"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"2723dependencies = [2724 "blake2",2725 "fs-err",2726 "proc-macro2",2727 "quote",2728 "syn 2.0.18",2729]27302731[[package]]2732name = "fake-simd"2733version = "0.1.2"2734source = "registry+https://github.com/rust-lang/crates.io-index"2735checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"27362737[[package]]2738name = "fallible-iterator"2739version = "0.2.0"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"27422743[[package]]2744name = "fastrand"2745version = "1.9.0"2746source = "registry+https://github.com/rust-lang/crates.io-index"2747checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"2748dependencies = [2749 "instant",2750]27512752[[package]]2753name = "fatality"2754version = "0.0.6"2755source = "registry+https://github.com/rust-lang/crates.io-index"2756checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2757dependencies = [2758 "fatality-proc-macro",2759 "thiserror",2760]27612762[[package]]2763name = "fatality-proc-macro"2764version = "0.0.6"2765source = "registry+https://github.com/rust-lang/crates.io-index"2766checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2767dependencies = [2768 "expander 0.0.4",2769 "indexmap",2770 "proc-macro-crate",2771 "proc-macro2",2772 "quote",2773 "syn 1.0.109",2774 "thiserror",2775]27762777[[package]]2778name = "fc-consensus"2779version = "2.0.0-dev"2780source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2781dependencies = [2782 "async-trait",2783 "fc-db",2784 "fp-consensus",2785 "fp-rpc",2786 "sc-consensus",2787 "sp-api",2788 "sp-block-builder",2789 "sp-consensus",2790 "sp-runtime",2791 "thiserror",2792]27932794[[package]]2795name = "fc-db"2796version = "2.0.0-dev"2797source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2798dependencies = [2799 "fp-storage",2800 "kvdb-rocksdb",2801 "log",2802 "parity-db",2803 "parity-scale-codec",2804 "parking_lot 0.12.1",2805 "sc-client-db",2806 "smallvec",2807 "sp-blockchain",2808 "sp-core",2809 "sp-database",2810 "sp-runtime",2811]28122813[[package]]2814name = "fc-mapping-sync"2815version = "2.0.0-dev"2816source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2817dependencies = [2818 "fc-db",2819 "fc-storage",2820 "fp-consensus",2821 "fp-rpc",2822 "futures",2823 "futures-timer",2824 "log",2825 "parking_lot 0.12.1",2826 "sc-client-api",2827 "sc-utils",2828 "sp-api",2829 "sp-blockchain",2830 "sp-consensus",2831 "sp-runtime",2832]28332834[[package]]2835name = "fc-rpc"2836version = "2.0.0-dev"2837source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2838dependencies = [2839 "ethereum",2840 "ethereum-types",2841 "evm",2842 "fc-db",2843 "fc-mapping-sync",2844 "fc-rpc-core",2845 "fc-storage",2846 "fp-ethereum",2847 "fp-evm",2848 "fp-rpc",2849 "fp-storage",2850 "futures",2851 "hex",2852 "jsonrpsee",2853 "libsecp256k1",2854 "log",2855 "lru 0.8.1",2856 "pallet-evm",2857 "parity-scale-codec",2858 "prometheus",2859 "rand 0.8.5",2860 "rlp",2861 "sc-client-api",2862 "sc-network",2863 "sc-network-common",2864 "sc-network-sync",2865 "sc-rpc",2866 "sc-service",2867 "sc-transaction-pool",2868 "sc-transaction-pool-api",2869 "sc-utils",2870 "sp-api",2871 "sp-block-builder",2872 "sp-blockchain",2873 "sp-consensus",2874 "sp-core",2875 "sp-io",2876 "sp-runtime",2877 "sp-state-machine",2878 "sp-storage",2879 "substrate-prometheus-endpoint",2880 "tokio",2881]28822883[[package]]2884name = "fc-rpc-core"2885version = "1.1.0-dev"2886source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2887dependencies = [2888 "ethereum",2889 "ethereum-types",2890 "jsonrpsee",2891 "rustc-hex",2892 "serde",2893 "serde_json",2894]28952896[[package]]2897name = "fc-storage"2898version = "1.0.0-dev"2899source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"2900dependencies = [2901 "ethereum",2902 "ethereum-types",2903 "fp-rpc",2904 "fp-storage",2905 "parity-scale-codec",2906 "sc-client-api",2907 "sp-api",2908 "sp-blockchain",2909 "sp-io",2910 "sp-runtime",2911 "sp-storage",2912]29132914[[package]]2915name = "fdlimit"2916version = "0.2.1"2917source = "registry+https://github.com/rust-lang/crates.io-index"2918checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2919dependencies = [2920 "libc",2921]29222923[[package]]2924name = "ff"2925version = "0.12.1"2926source = "registry+https://github.com/rust-lang/crates.io-index"2927checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2928dependencies = [2929 "rand_core 0.6.4",2930 "subtle",2931]29322933[[package]]2934name = "ff"2935version = "0.13.0"2936source = "registry+https://github.com/rust-lang/crates.io-index"2937checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"2938dependencies = [2939 "rand_core 0.6.4",2940 "subtle",2941]29422943[[package]]2944name = "fiat-crypto"2945version = "0.1.20"2946source = "registry+https://github.com/rust-lang/crates.io-index"2947checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"29482949[[package]]2950name = "file-per-thread-logger"2951version = "0.1.6"2952source = "registry+https://github.com/rust-lang/crates.io-index"2953checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"2954dependencies = [2955 "env_logger 0.10.0",2956 "log",2957]29582959[[package]]2960name = "filetime"2961version = "0.2.21"2962source = "registry+https://github.com/rust-lang/crates.io-index"2963checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"2964dependencies = [2965 "cfg-if",2966 "libc",2967 "redox_syscall 0.2.16",2968 "windows-sys 0.48.0",2969]29702971[[package]]2972name = "finality-grandpa"2973version = "0.16.2"2974source = "registry+https://github.com/rust-lang/crates.io-index"2975checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"2976dependencies = [2977 "either",2978 "futures",2979 "futures-timer",2980 "log",2981 "num-traits",2982 "parity-scale-codec",2983 "parking_lot 0.12.1",2984 "scale-info",2985]29862987[[package]]2988name = "fixed-hash"2989version = "0.8.0"2990source = "registry+https://github.com/rust-lang/crates.io-index"2991checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2992dependencies = [2993 "byteorder",2994 "rand 0.8.5",2995 "rustc-hex",2996 "static_assertions",2997]29982999[[package]]3000name = "fixedbitset"3001version = "0.4.2"3002source = "registry+https://github.com/rust-lang/crates.io-index"3003checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"30043005[[package]]3006name = "flate2"3007version = "1.0.26"3008source = "registry+https://github.com/rust-lang/crates.io-index"3009checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"3010dependencies = [3011 "crc32fast",3012 "libz-sys",3013 "miniz_oxide 0.7.1",3014]30153016[[package]]3017name = "float-cmp"3018version = "0.9.0"3019source = "registry+https://github.com/rust-lang/crates.io-index"3020checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3021dependencies = [3022 "num-traits",3023]30243025[[package]]3026name = "fnv"3027version = "1.0.7"3028source = "registry+https://github.com/rust-lang/crates.io-index"3029checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"30303031[[package]]3032name = "fork-tree"3033version = "3.0.0"3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3035dependencies = [3036 "parity-scale-codec",3037]30383039[[package]]3040name = "form_urlencoded"3041version = "1.2.0"3042source = "registry+https://github.com/rust-lang/crates.io-index"3043checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"3044dependencies = [3045 "percent-encoding",3046]30473048[[package]]3049name = "fp-account"3050version = "1.0.0-dev"3051source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3052dependencies = [3053 "hex",3054 "impl-serde",3055 "libsecp256k1",3056 "log",3057 "parity-scale-codec",3058 "scale-info",3059 "serde",3060 "sp-core",3061 "sp-io",3062 "sp-runtime",3063 "sp-std",3064]30653066[[package]]3067name = "fp-consensus"3068version = "2.0.0-dev"3069source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3070dependencies = [3071 "ethereum",3072 "parity-scale-codec",3073 "sp-core",3074 "sp-runtime",3075 "sp-std",3076]30773078[[package]]3079name = "fp-ethereum"3080version = "1.0.0-dev"3081source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3082dependencies = [3083 "ethereum",3084 "ethereum-types",3085 "fp-evm",3086 "frame-support",3087 "num_enum",3088 "parity-scale-codec",3089 "sp-std",3090]30913092[[package]]3093name = "fp-evm"3094version = "3.0.0-dev"3095source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3096dependencies = [3097 "evm",3098 "frame-support",3099 "impl-trait-for-tuples",3100 "parity-scale-codec",3101 "scale-info",3102 "serde",3103 "sp-core",3104 "sp-runtime",3105 "sp-std",3106]31073108[[package]]3109name = "fp-rpc"3110version = "3.0.0-dev"3111source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3112dependencies = [3113 "ethereum",3114 "ethereum-types",3115 "fp-evm",3116 "parity-scale-codec",3117 "scale-info",3118 "sp-api",3119 "sp-core",3120 "sp-runtime",3121 "sp-state-machine",3122 "sp-std",3123]31243125[[package]]3126name = "fp-self-contained"3127version = "1.0.0-dev"3128source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3129dependencies = [3130 "frame-support",3131 "parity-scale-codec",3132 "scale-info",3133 "serde",3134 "sp-runtime",3135]31363137[[package]]3138name = "fp-storage"3139version = "2.0.0"3140source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"3141dependencies = [3142 "parity-scale-codec",3143 "serde",3144]31453146[[package]]3147name = "fragile"3148version = "2.0.0"3149source = "registry+https://github.com/rust-lang/crates.io-index"3150checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"31513152[[package]]3153name = "frame-benchmarking"3154version = "4.0.0-dev"3155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3156dependencies = [3157 "frame-support",3158 "frame-support-procedural",3159 "frame-system",3160 "linregress",3161 "log",3162 "parity-scale-codec",3163 "paste",3164 "scale-info",3165 "serde",3166 "sp-api",3167 "sp-application-crypto",3168 "sp-core",3169 "sp-io",3170 "sp-runtime",3171 "sp-runtime-interface",3172 "sp-std",3173 "sp-storage",3174 "static_assertions",3175]31763177[[package]]3178name = "frame-benchmarking-cli"3179version = "4.0.0-dev"3180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3181dependencies = [3182 "Inflector",3183 "array-bytes 4.2.0",3184 "chrono",3185 "clap",3186 "comfy-table",3187 "frame-benchmarking",3188 "frame-support",3189 "frame-system",3190 "gethostname",3191 "handlebars",3192 "itertools",3193 "lazy_static",3194 "linked-hash-map",3195 "log",3196 "parity-scale-codec",3197 "rand 0.8.5",3198 "rand_pcg",3199 "sc-block-builder",3200 "sc-cli",3201 "sc-client-api",3202 "sc-client-db",3203 "sc-executor",3204 "sc-service",3205 "sc-sysinfo",3206 "serde",3207 "serde_json",3208 "sp-api",3209 "sp-blockchain",3210 "sp-core",3211 "sp-database",3212 "sp-externalities",3213 "sp-inherents",3214 "sp-keystore",3215 "sp-runtime",3216 "sp-state-machine",3217 "sp-std",3218 "sp-storage",3219 "sp-trie",3220 "thiserror",3221 "thousands",3222]32233224[[package]]3225name = "frame-election-provider-solution-type"3226version = "4.0.0-dev"3227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3228dependencies = [3229 "proc-macro-crate",3230 "proc-macro2",3231 "quote",3232 "syn 2.0.18",3233]32343235[[package]]3236name = "frame-election-provider-support"3237version = "4.0.0-dev"3238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3239dependencies = [3240 "frame-election-provider-solution-type",3241 "frame-support",3242 "frame-system",3243 "parity-scale-codec",3244 "scale-info",3245 "sp-arithmetic",3246 "sp-core",3247 "sp-npos-elections",3248 "sp-runtime",3249 "sp-std",3250]32513252[[package]]3253name = "frame-executive"3254version = "4.0.0-dev"3255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3256dependencies = [3257 "frame-support",3258 "frame-system",3259 "frame-try-runtime",3260 "parity-scale-codec",3261 "scale-info",3262 "sp-core",3263 "sp-io",3264 "sp-runtime",3265 "sp-std",3266 "sp-tracing",3267]32683269[[package]]3270name = "frame-metadata"3271version = "15.1.0"3272source = "registry+https://github.com/rust-lang/crates.io-index"3273checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c"3274dependencies = [3275 "cfg-if",3276 "parity-scale-codec",3277 "scale-info",3278 "serde",3279]32803281[[package]]3282name = "frame-remote-externalities"3283version = "0.10.0-dev"3284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3285dependencies = [3286 "async-recursion",3287 "futures",3288 "jsonrpsee",3289 "log",3290 "parity-scale-codec",3291 "serde",3292 "sp-core",3293 "sp-io",3294 "sp-runtime",3295 "substrate-rpc-client",3296 "tokio",3297]32983299[[package]]3300name = "frame-support"3301version = "4.0.0-dev"3302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3303dependencies = [3304 "bitflags",3305 "environmental",3306 "frame-metadata",3307 "frame-support-procedural",3308 "impl-trait-for-tuples",3309 "k256",3310 "log",3311 "once_cell",3312 "parity-scale-codec",3313 "paste",3314 "scale-info",3315 "serde",3316 "smallvec",3317 "sp-api",3318 "sp-arithmetic",3319 "sp-core",3320 "sp-core-hashing-proc-macro",3321 "sp-inherents",3322 "sp-io",3323 "sp-runtime",3324 "sp-staking",3325 "sp-state-machine",3326 "sp-std",3327 "sp-tracing",3328 "sp-weights",3329 "tt-call",3330]33313332[[package]]3333name = "frame-support-procedural"3334version = "4.0.0-dev"3335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3336dependencies = [3337 "Inflector",3338 "cfg-expr",3339 "derive-syn-parse",3340 "frame-support-procedural-tools",3341 "itertools",3342 "proc-macro-warning",3343 "proc-macro2",3344 "quote",3345 "syn 2.0.18",3346]33473348[[package]]3349name = "frame-support-procedural-tools"3350version = "4.0.0-dev"3351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3352dependencies = [3353 "frame-support-procedural-tools-derive",3354 "proc-macro-crate",3355 "proc-macro2",3356 "quote",3357 "syn 2.0.18",3358]33593360[[package]]3361name = "frame-support-procedural-tools-derive"3362version = "3.0.0"3363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3364dependencies = [3365 "proc-macro2",3366 "quote",3367 "syn 2.0.18",3368]33693370[[package]]3371name = "frame-system"3372version = "4.0.0-dev"3373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3374dependencies = [3375 "frame-support",3376 "log",3377 "parity-scale-codec",3378 "scale-info",3379 "serde",3380 "sp-core",3381 "sp-io",3382 "sp-runtime",3383 "sp-std",3384 "sp-version",3385 "sp-weights",3386]33873388[[package]]3389name = "frame-system-benchmarking"3390version = "4.0.0-dev"3391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3392dependencies = [3393 "frame-benchmarking",3394 "frame-support",3395 "frame-system",3396 "parity-scale-codec",3397 "scale-info",3398 "sp-core",3399 "sp-runtime",3400 "sp-std",3401]34023403[[package]]3404name = "frame-system-rpc-runtime-api"3405version = "4.0.0-dev"3406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3407dependencies = [3408 "parity-scale-codec",3409 "sp-api",3410]34113412[[package]]3413name = "frame-try-runtime"3414version = "0.10.0-dev"3415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"3416dependencies = [3417 "frame-support",3418 "parity-scale-codec",3419 "sp-api",3420 "sp-runtime",3421 "sp-std",3422]34233424[[package]]3425name = "fs-err"3426version = "2.9.0"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"34293430[[package]]3431name = "fs2"3432version = "0.4.3"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3435dependencies = [3436 "libc",3437 "winapi",3438]34393440[[package]]3441name = "fs4"3442version = "0.6.5"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "7672706608ecb74ab2e055c68327ffc25ae4cac1e12349204fd5fb0f3487cce2"3445dependencies = [3446 "rustix 0.37.19",3447 "windows-sys 0.48.0",3448]34493450[[package]]3451name = "funty"3452version = "2.0.0"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"34553456[[package]]3457name = "futures"3458version = "0.3.28"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"3461dependencies = [3462 "futures-channel",3463 "futures-core",3464 "futures-executor",3465 "futures-io",3466 "futures-sink",3467 "futures-task",3468 "futures-util",3469]34703471[[package]]3472name = "futures-channel"3473version = "0.3.28"3474source = "registry+https://github.com/rust-lang/crates.io-index"3475checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"3476dependencies = [3477 "futures-core",3478 "futures-sink",3479]34803481[[package]]3482name = "futures-core"3483version = "0.3.28"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"34863487[[package]]3488name = "futures-executor"3489version = "0.3.28"3490source = "registry+https://github.com/rust-lang/crates.io-index"3491checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"3492dependencies = [3493 "futures-core",3494 "futures-task",3495 "futures-util",3496 "num_cpus",3497]34983499[[package]]3500name = "futures-io"3501version = "0.3.28"3502source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"35043505[[package]]3506name = "futures-lite"3507version = "1.13.0"3508source = "registry+https://github.com/rust-lang/crates.io-index"3509checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"3510dependencies = [3511 "fastrand",3512 "futures-core",3513 "futures-io",3514 "memchr",3515 "parking",3516 "pin-project-lite 0.2.9",3517 "waker-fn",3518]35193520[[package]]3521name = "futures-macro"3522version = "0.3.28"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"3525dependencies = [3526 "proc-macro2",3527 "quote",3528 "syn 2.0.18",3529]35303531[[package]]3532name = "futures-rustls"3533version = "0.22.2"3534source = "registry+https://github.com/rust-lang/crates.io-index"3535checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3536dependencies = [3537 "futures-io",3538 "rustls 0.20.8",3539 "webpki 0.22.0",3540]35413542[[package]]3543name = "futures-sink"3544version = "0.3.28"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"35473548[[package]]3549name = "futures-task"3550version = "0.3.28"3551source = "registry+https://github.com/rust-lang/crates.io-index"3552checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"35533554[[package]]3555name = "futures-timer"3556version = "3.0.2"3557source = "registry+https://github.com/rust-lang/crates.io-index"3558checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"35593560[[package]]3561name = "futures-util"3562version = "0.3.28"3563source = "registry+https://github.com/rust-lang/crates.io-index"3564checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"3565dependencies = [3566 "futures-channel",3567 "futures-core",3568 "futures-io",3569 "futures-macro",3570 "futures-sink",3571 "futures-task",3572 "memchr",3573 "pin-project-lite 0.2.9",3574 "pin-utils",3575 "slab",3576]35773578[[package]]3579name = "fxhash"3580version = "0.2.1"3581source = "registry+https://github.com/rust-lang/crates.io-index"3582checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3583dependencies = [3584 "byteorder",3585]35863587[[package]]3588name = "generic-array"3589version = "0.12.4"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3592dependencies = [3593 "typenum",3594]35953596[[package]]3597name = "generic-array"3598version = "0.14.7"3599source = "registry+https://github.com/rust-lang/crates.io-index"3600checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"3601dependencies = [3602 "typenum",3603 "version_check",3604 "zeroize",3605]36063607[[package]]3608name = "gethostname"3609version = "0.2.3"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3612dependencies = [3613 "libc",3614 "winapi",3615]36163617[[package]]3618name = "getrandom"3619version = "0.1.16"3620source = "registry+https://github.com/rust-lang/crates.io-index"3621checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3622dependencies = [3623 "cfg-if",3624 "libc",3625 "wasi 0.9.0+wasi-snapshot-preview1",3626]36273628[[package]]3629name = "getrandom"3630version = "0.2.9"3631source = "registry+https://github.com/rust-lang/crates.io-index"3632checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"3633dependencies = [3634 "cfg-if",3635 "libc",3636 "wasi 0.11.0+wasi-snapshot-preview1",3637]36383639[[package]]3640name = "ghash"3641version = "0.4.4"3642source = "registry+https://github.com/rust-lang/crates.io-index"3643checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3644dependencies = [3645 "opaque-debug 0.3.0",3646 "polyval 0.5.3",3647]36483649[[package]]3650name = "ghash"3651version = "0.5.0"3652source = "registry+https://github.com/rust-lang/crates.io-index"3653checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"3654dependencies = [3655 "opaque-debug 0.3.0",3656 "polyval 0.6.0",3657]36583659[[package]]3660name = "gimli"3661version = "0.26.2"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3664dependencies = [3665 "fallible-iterator",3666 "indexmap",3667 "stable_deref_trait",3668]36693670[[package]]3671name = "gimli"3672version = "0.27.2"3673source = "registry+https://github.com/rust-lang/crates.io-index"3674checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"36753676[[package]]3677name = "glob"3678version = "0.3.1"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"36813682[[package]]3683name = "globset"3684version = "0.4.10"3685source = "registry+https://github.com/rust-lang/crates.io-index"3686checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"3687dependencies = [3688 "aho-corasick 0.7.20",3689 "bstr",3690 "fnv",3691 "log",3692 "regex",3693]36943695[[package]]3696name = "group"3697version = "0.12.1"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3700dependencies = [3701 "ff 0.12.1",3702 "rand_core 0.6.4",3703 "subtle",3704]37053706[[package]]3707name = "group"3708version = "0.13.0"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"3711dependencies = [3712 "ff 0.13.0",3713 "rand_core 0.6.4",3714 "subtle",3715]37163717[[package]]3718name = "h2"3719version = "0.3.19"3720source = "registry+https://github.com/rust-lang/crates.io-index"3721checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"3722dependencies = [3723 "bytes",3724 "fnv",3725 "futures-core",3726 "futures-sink",3727 "futures-util",3728 "http",3729 "indexmap",3730 "slab",3731 "tokio",3732 "tokio-util",3733 "tracing",3734]37353736[[package]]3737name = "handlebars"3738version = "4.3.7"3739source = "registry+https://github.com/rust-lang/crates.io-index"3740checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"3741dependencies = [3742 "log",3743 "pest",3744 "pest_derive",3745 "serde",3746 "serde_json",3747 "thiserror",3748]37493750[[package]]3751name = "hash-db"3752version = "0.15.2"3753source = "registry+https://github.com/rust-lang/crates.io-index"3754checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"37553756[[package]]3757name = "hash-db"3758version = "0.16.0"3759source = "registry+https://github.com/rust-lang/crates.io-index"3760checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"37613762[[package]]3763name = "hash256-std-hasher"3764version = "0.15.2"3765source = "registry+https://github.com/rust-lang/crates.io-index"3766checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3767dependencies = [3768 "crunchy",3769]37703771[[package]]3772name = "hashbrown"3773version = "0.12.3"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3776dependencies = [3777 "ahash 0.7.6",3778]37793780[[package]]3781name = "hashbrown"3782version = "0.13.2"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"3785dependencies = [3786 "ahash 0.8.3",3787]37883789[[package]]3790name = "heck"3791version = "0.4.1"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"37943795[[package]]3796name = "hermit-abi"3797version = "0.1.19"3798source = "registry+https://github.com/rust-lang/crates.io-index"3799checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3800dependencies = [3801 "libc",3802]38033804[[package]]3805name = "hermit-abi"3806version = "0.2.6"3807source = "registry+https://github.com/rust-lang/crates.io-index"3808checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3809dependencies = [3810 "libc",3811]38123813[[package]]3814name = "hermit-abi"3815version = "0.3.1"3816source = "registry+https://github.com/rust-lang/crates.io-index"3817checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"38183819[[package]]3820name = "hex"3821version = "0.4.3"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"38243825[[package]]3826name = "hex-literal"3827version = "0.4.1"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"38303831[[package]]3832name = "hkdf"3833version = "0.12.3"3834source = "registry+https://github.com/rust-lang/crates.io-index"3835checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"3836dependencies = [3837 "hmac 0.12.1",3838]38393840[[package]]3841name = "hmac"3842version = "0.8.1"3843source = "registry+https://github.com/rust-lang/crates.io-index"3844checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3845dependencies = [3846 "crypto-mac 0.8.0",3847 "digest 0.9.0",3848]38493850[[package]]3851name = "hmac"3852version = "0.11.0"3853source = "registry+https://github.com/rust-lang/crates.io-index"3854checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3855dependencies = [3856 "crypto-mac 0.11.1",3857 "digest 0.9.0",3858]38593860[[package]]3861name = "hmac"3862version = "0.12.1"3863source = "registry+https://github.com/rust-lang/crates.io-index"3864checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3865dependencies = [3866 "digest 0.10.7",3867]38683869[[package]]3870name = "hmac-drbg"3871version = "0.3.0"3872source = "registry+https://github.com/rust-lang/crates.io-index"3873checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3874dependencies = [3875 "digest 0.9.0",3876 "generic-array 0.14.7",3877 "hmac 0.8.1",3878]38793880[[package]]3881name = "hostname"3882version = "0.3.1"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3885dependencies = [3886 "libc",3887 "match_cfg",3888 "winapi",3889]38903891[[package]]3892name = "http"3893version = "0.2.9"3894source = "registry+https://github.com/rust-lang/crates.io-index"3895checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"3896dependencies = [3897 "bytes",3898 "fnv",3899 "itoa",3900]39013902[[package]]3903name = "http-body"3904version = "0.4.5"3905source = "registry+https://github.com/rust-lang/crates.io-index"3906checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3907dependencies = [3908 "bytes",3909 "http",3910 "pin-project-lite 0.2.9",3911]39123913[[package]]3914name = "http-range-header"3915version = "0.3.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"39183919[[package]]3920name = "httparse"3921version = "1.8.0"3922source = "registry+https://github.com/rust-lang/crates.io-index"3923checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"39243925[[package]]3926name = "httpdate"3927version = "1.0.2"3928source = "registry+https://github.com/rust-lang/crates.io-index"3929checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"39303931[[package]]3932name = "humantime"3933version = "2.1.0"3934source = "registry+https://github.com/rust-lang/crates.io-index"3935checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"39363937[[package]]3938name = "hyper"3939version = "0.14.26"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"3942dependencies = [3943 "bytes",3944 "futures-channel",3945 "futures-core",3946 "futures-util",3947 "h2",3948 "http",3949 "http-body",3950 "httparse",3951 "httpdate",3952 "itoa",3953 "pin-project-lite 0.2.9",3954 "socket2",3955 "tokio",3956 "tower-service",3957 "tracing",3958 "want",3959]39603961[[package]]3962name = "hyper-rustls"3963version = "0.23.2"3964source = "registry+https://github.com/rust-lang/crates.io-index"3965checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"3966dependencies = [3967 "http",3968 "hyper",3969 "log",3970 "rustls 0.20.8",3971 "rustls-native-certs",3972 "tokio",3973 "tokio-rustls",3974 "webpki-roots",3975]39763977[[package]]3978name = "iana-time-zone"3979version = "0.1.56"3980source = "registry+https://github.com/rust-lang/crates.io-index"3981checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"3982dependencies = [3983 "android_system_properties",3984 "core-foundation-sys",3985 "iana-time-zone-haiku",3986 "js-sys",3987 "wasm-bindgen",3988 "windows 0.48.0",3989]39903991[[package]]3992name = "iana-time-zone-haiku"3993version = "0.1.2"3994source = "registry+https://github.com/rust-lang/crates.io-index"3995checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"3996dependencies = [3997 "cc",3998]39994000[[package]]4001name = "ident_case"4002version = "1.0.1"4003source = "registry+https://github.com/rust-lang/crates.io-index"4004checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"40054006[[package]]4007name = "idna"4008version = "0.2.3"4009source = "registry+https://github.com/rust-lang/crates.io-index"4010checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4011dependencies = [4012 "matches",4013 "unicode-bidi",4014 "unicode-normalization",4015]40164017[[package]]4018name = "idna"4019version = "0.4.0"4020source = "registry+https://github.com/rust-lang/crates.io-index"4021checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"4022dependencies = [4023 "unicode-bidi",4024 "unicode-normalization",4025]40264027[[package]]4028name = "if-addrs"4029version = "0.7.0"4030source = "registry+https://github.com/rust-lang/crates.io-index"4031checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"4032dependencies = [4033 "libc",4034 "winapi",4035]40364037[[package]]4038name = "if-watch"4039version = "3.0.1"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4042dependencies = [4043 "async-io",4044 "core-foundation",4045 "fnv",4046 "futures",4047 "if-addrs",4048 "ipnet",4049 "log",4050 "rtnetlink",4051 "system-configuration",4052 "tokio",4053 "windows 0.34.0",4054]40554056[[package]]4057name = "impl-codec"4058version = "0.6.0"4059source = "registry+https://github.com/rust-lang/crates.io-index"4060checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4061dependencies = [4062 "parity-scale-codec",4063]40644065[[package]]4066name = "impl-rlp"4067version = "0.3.0"4068source = "registry+https://github.com/rust-lang/crates.io-index"4069checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4070dependencies = [4071 "rlp",4072]40734074[[package]]4075name = "impl-serde"4076version = "0.4.0"4077source = "registry+https://github.com/rust-lang/crates.io-index"4078checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4079dependencies = [4080 "serde",4081]40824083[[package]]4084name = "impl-trait-for-tuples"4085version = "0.2.2"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4088dependencies = [4089 "proc-macro2",4090 "quote",4091 "syn 1.0.109",4092]40934094[[package]]4095name = "indexmap"4096version = "1.9.3"4097source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4099dependencies = [4100 "autocfg",4101 "hashbrown 0.12.3",4102 "serde",4103]41044105[[package]]4106name = "inout"4107version = "0.1.3"4108source = "registry+https://github.com/rust-lang/crates.io-index"4109checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4110dependencies = [4111 "generic-array 0.14.7",4112]41134114[[package]]4115name = "instant"4116version = "0.1.12"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4119dependencies = [4120 "cfg-if",4121]41224123[[package]]4124name = "integer-encoding"4125version = "3.0.4"4126source = "registry+https://github.com/rust-lang/crates.io-index"4127checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"41284129[[package]]4130name = "integer-sqrt"4131version = "0.1.5"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4134dependencies = [4135 "num-traits",4136]41374138[[package]]4139name = "interceptor"4140version = "0.8.2"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"4143dependencies = [4144 "async-trait",4145 "bytes",4146 "log",4147 "rand 0.8.5",4148 "rtcp",4149 "rtp",4150 "thiserror",4151 "tokio",4152 "waitgroup",4153 "webrtc-srtp",4154 "webrtc-util",4155]41564157[[package]]4158name = "io-lifetimes"4159version = "1.0.11"4160source = "registry+https://github.com/rust-lang/crates.io-index"4161checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"4162dependencies = [4163 "hermit-abi 0.3.1",4164 "libc",4165 "windows-sys 0.48.0",4166]41674168[[package]]4169name = "ip_network"4170version = "0.4.1"4171source = "registry+https://github.com/rust-lang/crates.io-index"4172checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"41734174[[package]]4175name = "ipconfig"4176version = "0.3.1"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"4179dependencies = [4180 "socket2",4181 "widestring",4182 "winapi",4183 "winreg",4184]41854186[[package]]4187name = "ipnet"4188version = "2.7.2"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"41914192[[package]]4193name = "is-terminal"4194version = "0.4.7"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"4197dependencies = [4198 "hermit-abi 0.3.1",4199 "io-lifetimes",4200 "rustix 0.37.19",4201 "windows-sys 0.48.0",4202]42034204[[package]]4205name = "itertools"4206version = "0.10.5"4207source = "registry+https://github.com/rust-lang/crates.io-index"4208checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4209dependencies = [4210 "either",4211]42124213[[package]]4214name = "itoa"4215version = "1.0.6"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"42184219[[package]]4220name = "jobserver"4221version = "0.1.26"4222source = "registry+https://github.com/rust-lang/crates.io-index"4223checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4224dependencies = [4225 "libc",4226]42274228[[package]]4229name = "js-sys"4230version = "0.3.63"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"4233dependencies = [4234 "wasm-bindgen",4235]42364237[[package]]4238name = "jsonrpsee"4239version = "0.16.2"4240source = "registry+https://github.com/rust-lang/crates.io-index"4241checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"4242dependencies = [4243 "jsonrpsee-core",4244 "jsonrpsee-http-client",4245 "jsonrpsee-proc-macros",4246 "jsonrpsee-server",4247 "jsonrpsee-types",4248 "jsonrpsee-ws-client",4249 "tracing",4250]42514252[[package]]4253name = "jsonrpsee-client-transport"4254version = "0.16.2"4255source = "registry+https://github.com/rust-lang/crates.io-index"4256checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"4257dependencies = [4258 "futures-util",4259 "http",4260 "jsonrpsee-core",4261 "jsonrpsee-types",4262 "pin-project",4263 "rustls-native-certs",4264 "soketto",4265 "thiserror",4266 "tokio",4267 "tokio-rustls",4268 "tokio-util",4269 "tracing",4270 "webpki-roots",4271]42724273[[package]]4274name = "jsonrpsee-core"4275version = "0.16.2"4276source = "registry+https://github.com/rust-lang/crates.io-index"4277checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"4278dependencies = [4279 "anyhow",4280 "arrayvec 0.7.2",4281 "async-lock",4282 "async-trait",4283 "beef",4284 "futures-channel",4285 "futures-timer",4286 "futures-util",4287 "globset",4288 "hyper",4289 "jsonrpsee-types",4290 "parking_lot 0.12.1",4291 "rand 0.8.5",4292 "rustc-hash",4293 "serde",4294 "serde_json",4295 "soketto",4296 "thiserror",4297 "tokio",4298 "tracing",4299]43004301[[package]]4302name = "jsonrpsee-http-client"4303version = "0.16.2"4304source = "registry+https://github.com/rust-lang/crates.io-index"4305checksum = "cc345b0a43c6bc49b947ebeb936e886a419ee3d894421790c969cc56040542ad"4306dependencies = [4307 "async-trait",4308 "hyper",4309 "hyper-rustls",4310 "jsonrpsee-core",4311 "jsonrpsee-types",4312 "rustc-hash",4313 "serde",4314 "serde_json",4315 "thiserror",4316 "tokio",4317 "tracing",4318]43194320[[package]]4321name = "jsonrpsee-proc-macros"4322version = "0.16.2"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"4325dependencies = [4326 "heck",4327 "proc-macro-crate",4328 "proc-macro2",4329 "quote",4330 "syn 1.0.109",4331]43324333[[package]]4334name = "jsonrpsee-server"4335version = "0.16.2"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"4338dependencies = [4339 "futures-channel",4340 "futures-util",4341 "http",4342 "hyper",4343 "jsonrpsee-core",4344 "jsonrpsee-types",4345 "serde",4346 "serde_json",4347 "soketto",4348 "tokio",4349 "tokio-stream",4350 "tokio-util",4351 "tower",4352 "tracing",4353]43544355[[package]]4356name = "jsonrpsee-types"4357version = "0.16.2"4358source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"4360dependencies = [4361 "anyhow",4362 "beef",4363 "serde",4364 "serde_json",4365 "thiserror",4366 "tracing",4367]43684369[[package]]4370name = "jsonrpsee-ws-client"4371version = "0.16.2"4372source = "registry+https://github.com/rust-lang/crates.io-index"4373checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"4374dependencies = [4375 "http",4376 "jsonrpsee-client-transport",4377 "jsonrpsee-core",4378 "jsonrpsee-types",4379]43804381[[package]]4382name = "k256"4383version = "0.13.1"4384source = "registry+https://github.com/rust-lang/crates.io-index"4385checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"4386dependencies = [4387 "cfg-if",4388 "ecdsa 0.16.7",4389 "elliptic-curve 0.13.5",4390 "once_cell",4391 "sha2 0.10.6",4392]43934394[[package]]4395name = "keccak"4396version = "0.1.4"4397source = "registry+https://github.com/rust-lang/crates.io-index"4398checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"4399dependencies = [4400 "cpufeatures",4401]44024403[[package]]4404name = "kusama-runtime"4405version = "0.9.42"4406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"4407dependencies = [4408 "bitvec",4409 "frame-benchmarking",4410 "frame-election-provider-support",4411 "frame-executive",4412 "frame-support",4413 "frame-system",4414 "frame-system-benchmarking",4415 "frame-system-rpc-runtime-api",4416 "frame-try-runtime",4417 "hex-literal",4418 "kusama-runtime-constants",4419 "log",4420 "pallet-authority-discovery",4421 "pallet-authorship",4422 "pallet-babe",4423 "pallet-bags-list",4424 "pallet-balances",4425 "pallet-bounties",4426 "pallet-child-bounties",4427 "pallet-collective",4428 "pallet-conviction-voting",4429 "pallet-democracy",4430 "pallet-election-provider-multi-phase",4431 "pallet-election-provider-support-benchmarking",4432 "pallet-elections-phragmen",4433 "pallet-fast-unstake",4434 "pallet-grandpa",4435 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",4436 "pallet-im-online",4437 "pallet-indices",4438 "pallet-membership",4439 "pallet-multisig",4440 "pallet-nis",4441 "pallet-nomination-pools",4442 "pallet-nomination-pools-benchmarking",4443 "pallet-nomination-pools-runtime-api",4444 "pallet-offences",4445 "pallet-offences-benchmarking",4446 "pallet-preimage",4447 "pallet-proxy",4448 "pallet-ranked-collective",4449 "pallet-recovery",4450 "pallet-referenda",4451 "pallet-scheduler",4452 "pallet-session",4453 "pallet-session-benchmarking",4454 "pallet-society",4455 "pallet-staking",4456 "pallet-staking-runtime-api",4457 "pallet-timestamp",4458 "pallet-tips",4459 "pallet-transaction-payment",4460 "pallet-transaction-payment-rpc-runtime-api",4461 "pallet-treasury",4462 "pallet-utility",4463 "pallet-vesting",4464 "pallet-whitelist",4465 "pallet-xcm",4466 "pallet-xcm-benchmarks",4467 "parity-scale-codec",4468 "polkadot-primitives",4469 "polkadot-runtime-common",4470 "polkadot-runtime-parachains",4471 "rustc-hex",4472 "scale-info",4473 "serde",4474 "serde_derive",4475 "smallvec",4476 "sp-api",4477 "sp-arithmetic",4478 "sp-authority-discovery",4479 "sp-block-builder",4480 "sp-consensus-babe",4481 "sp-consensus-beefy",4482 "sp-core",4483 "sp-inherents",4484 "sp-io",4485 "sp-mmr-primitives",4486 "sp-npos-elections",4487 "sp-offchain",4488 "sp-runtime",4489 "sp-session",4490 "sp-staking",4491 "sp-std",4492 "sp-transaction-pool",4493 "sp-version",4494 "static_assertions",4495 "substrate-wasm-builder",4496 "xcm",4497 "xcm-builder",4498 "xcm-executor",4499]45004501[[package]]4502name = "kusama-runtime-constants"4503version = "0.9.42"4504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"4505dependencies = [4506 "frame-support",4507 "polkadot-primitives",4508 "polkadot-runtime-common",4509 "smallvec",4510 "sp-core",4511 "sp-runtime",4512 "sp-weights",4513]45144515[[package]]4516name = "kvdb"4517version = "0.13.0"4518source = "registry+https://github.com/rust-lang/crates.io-index"4519checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"4520dependencies = [4521 "smallvec",4522]45234524[[package]]4525name = "kvdb-memorydb"4526version = "0.13.0"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"4529dependencies = [4530 "kvdb",4531 "parking_lot 0.12.1",4532]45334534[[package]]4535name = "kvdb-rocksdb"4536version = "0.18.0"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "fe7a749456510c45f795e8b04a6a3e0976d0139213ecbf465843830ad55e2217"4539dependencies = [4540 "kvdb",4541 "num_cpus",4542 "parking_lot 0.12.1",4543 "regex",4544 "rocksdb",4545 "smallvec",4546]45474548[[package]]4549name = "lazy_static"4550version = "1.4.0"4551source = "registry+https://github.com/rust-lang/crates.io-index"4552checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"45534554[[package]]4555name = "lazycell"4556version = "1.3.0"4557source = "registry+https://github.com/rust-lang/crates.io-index"4558checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"45594560[[package]]4561name = "libc"4562version = "0.2.145"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81"45654566[[package]]4567name = "libloading"4568version = "0.7.4"4569source = "registry+https://github.com/rust-lang/crates.io-index"4570checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4571dependencies = [4572 "cfg-if",4573 "winapi",4574]45754576[[package]]4577name = "libm"4578version = "0.1.4"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"45814582[[package]]4583name = "libm"4584version = "0.2.7"4585source = "registry+https://github.com/rust-lang/crates.io-index"4586checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"45874588[[package]]4589name = "libp2p"4590version = "0.50.1"4591source = "registry+https://github.com/rust-lang/crates.io-index"4592checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8"4593dependencies = [4594 "bytes",4595 "futures",4596 "futures-timer",4597 "getrandom 0.2.9",4598 "instant",4599 "libp2p-core 0.38.0",4600 "libp2p-dns",4601 "libp2p-identify",4602 "libp2p-kad",4603 "libp2p-mdns",4604 "libp2p-metrics",4605 "libp2p-mplex",4606 "libp2p-noise",4607 "libp2p-ping",4608 "libp2p-quic",4609 "libp2p-request-response",4610 "libp2p-swarm",4611 "libp2p-tcp",4612 "libp2p-wasm-ext",4613 "libp2p-webrtc",4614 "libp2p-websocket",4615 "libp2p-yamux",4616 "multiaddr 0.16.0",4617 "parking_lot 0.12.1",4618 "pin-project",4619 "smallvec",4620]46214622[[package]]4623name = "libp2p-core"4624version = "0.38.0"4625source = "registry+https://github.com/rust-lang/crates.io-index"4626checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"4627dependencies = [4628 "asn1_der",4629 "bs58",4630 "ed25519-dalek",4631 "either",4632 "fnv",4633 "futures",4634 "futures-timer",4635 "instant",4636 "log",4637 "multiaddr 0.16.0",4638 "multihash 0.16.3",4639 "multistream-select",4640 "once_cell",4641 "parking_lot 0.12.1",4642 "pin-project",4643 "prost",4644 "prost-build",4645 "rand 0.8.5",4646 "rw-stream-sink",4647 "sec1 0.3.0",4648 "sha2 0.10.6",4649 "smallvec",4650 "thiserror",4651 "unsigned-varint",4652 "void",4653 "zeroize",4654]46554656[[package]]4657name = "libp2p-core"4658version = "0.39.2"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"4661dependencies = [4662 "either",4663 "fnv",4664 "futures",4665 "futures-timer",4666 "instant",4667 "libp2p-identity",4668 "log",4669 "multiaddr 0.17.1",4670 "multihash 0.17.0",4671 "multistream-select",4672 "once_cell",4673 "parking_lot 0.12.1",4674 "pin-project",4675 "quick-protobuf",4676 "rand 0.8.5",4677 "rw-stream-sink",4678 "smallvec",4679 "thiserror",4680 "unsigned-varint",4681 "void",4682]46834684[[package]]4685name = "libp2p-dns"4686version = "0.38.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5"4689dependencies = [4690 "futures",4691 "libp2p-core 0.38.0",4692 "log",4693 "parking_lot 0.12.1",4694 "smallvec",4695 "trust-dns-resolver",4696]46974698[[package]]4699name = "libp2p-identify"4700version = "0.41.1"4701source = "registry+https://github.com/rust-lang/crates.io-index"4702checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf"4703dependencies = [4704 "asynchronous-codec",4705 "futures",4706 "futures-timer",4707 "libp2p-core 0.38.0",4708 "libp2p-swarm",4709 "log",4710 "lru 0.8.1",4711 "prost",4712 "prost-build",4713 "prost-codec",4714 "smallvec",4715 "thiserror",4716 "void",4717]47184719[[package]]4720name = "libp2p-identity"4721version = "0.1.2"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1"4724dependencies = [4725 "bs58",4726 "ed25519-dalek",4727 "log",4728 "multiaddr 0.17.1",4729 "multihash 0.17.0",4730 "quick-protobuf",4731 "rand 0.8.5",4732 "sha2 0.10.6",4733 "thiserror",4734 "zeroize",4735]47364737[[package]]4738name = "libp2p-kad"4739version = "0.42.1"4740source = "registry+https://github.com/rust-lang/crates.io-index"4741checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2"4742dependencies = [4743 "arrayvec 0.7.2",4744 "asynchronous-codec",4745 "bytes",4746 "either",4747 "fnv",4748 "futures",4749 "futures-timer",4750 "instant",4751 "libp2p-core 0.38.0",4752 "libp2p-swarm",4753 "log",4754 "prost",4755 "prost-build",4756 "rand 0.8.5",4757 "sha2 0.10.6",4758 "smallvec",4759 "thiserror",4760 "uint",4761 "unsigned-varint",4762 "void",4763]47644765[[package]]4766name = "libp2p-mdns"4767version = "0.42.0"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b"4770dependencies = [4771 "data-encoding",4772 "futures",4773 "if-watch",4774 "libp2p-core 0.38.0",4775 "libp2p-swarm",4776 "log",4777 "rand 0.8.5",4778 "smallvec",4779 "socket2",4780 "tokio",4781 "trust-dns-proto",4782 "void",4783]47844785[[package]]4786name = "libp2p-metrics"4787version = "0.11.0"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55"4790dependencies = [4791 "libp2p-core 0.38.0",4792 "libp2p-identify",4793 "libp2p-kad",4794 "libp2p-ping",4795 "libp2p-swarm",4796 "prometheus-client",4797]47984799[[package]]4800name = "libp2p-mplex"4801version = "0.38.0"4802source = "registry+https://github.com/rust-lang/crates.io-index"4803checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace"4804dependencies = [4805 "asynchronous-codec",4806 "bytes",4807 "futures",4808 "libp2p-core 0.38.0",4809 "log",4810 "nohash-hasher",4811 "parking_lot 0.12.1",4812 "rand 0.8.5",4813 "smallvec",4814 "unsigned-varint",4815]48164817[[package]]4818name = "libp2p-noise"4819version = "0.41.0"4820source = "registry+https://github.com/rust-lang/crates.io-index"4821checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e"4822dependencies = [4823 "bytes",4824 "curve25519-dalek 3.2.0",4825 "futures",4826 "libp2p-core 0.38.0",4827 "log",4828 "once_cell",4829 "prost",4830 "prost-build",4831 "rand 0.8.5",4832 "sha2 0.10.6",4833 "snow",4834 "static_assertions",4835 "thiserror",4836 "x25519-dalek 1.1.1",4837 "zeroize",4838]48394840[[package]]4841name = "libp2p-ping"4842version = "0.41.0"4843source = "registry+https://github.com/rust-lang/crates.io-index"4844checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f"4845dependencies = [4846 "futures",4847 "futures-timer",4848 "instant",4849 "libp2p-core 0.38.0",4850 "libp2p-swarm",4851 "log",4852 "rand 0.8.5",4853 "void",4854]48554856[[package]]4857name = "libp2p-quic"4858version = "0.7.0-alpha"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59"4861dependencies = [4862 "bytes",4863 "futures",4864 "futures-timer",4865 "if-watch",4866 "libp2p-core 0.38.0",4867 "libp2p-tls",4868 "log",4869 "parking_lot 0.12.1",4870 "quinn-proto",4871 "rand 0.8.5",4872 "rustls 0.20.8",4873 "thiserror",4874 "tokio",4875]48764877[[package]]4878name = "libp2p-request-response"4879version = "0.23.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884"4882dependencies = [4883 "async-trait",4884 "bytes",4885 "futures",4886 "instant",4887 "libp2p-core 0.38.0",4888 "libp2p-swarm",4889 "log",4890 "rand 0.8.5",4891 "smallvec",4892 "unsigned-varint",4893]48944895[[package]]4896name = "libp2p-swarm"4897version = "0.41.1"4898source = "registry+https://github.com/rust-lang/crates.io-index"4899checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0"4900dependencies = [4901 "either",4902 "fnv",4903 "futures",4904 "futures-timer",4905 "instant",4906 "libp2p-core 0.38.0",4907 "libp2p-swarm-derive",4908 "log",4909 "pin-project",4910 "rand 0.8.5",4911 "smallvec",4912 "thiserror",4913 "tokio",4914 "void",4915]49164917[[package]]4918name = "libp2p-swarm-derive"4919version = "0.31.0"4920source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400"4922dependencies = [4923 "heck",4924 "quote",4925 "syn 1.0.109",4926]49274928[[package]]4929name = "libp2p-tcp"4930version = "0.38.0"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d"4933dependencies = [4934 "futures",4935 "futures-timer",4936 "if-watch",4937 "libc",4938 "libp2p-core 0.38.0",4939 "log",4940 "socket2",4941 "tokio",4942]49434944[[package]]4945name = "libp2p-tls"4946version = "0.1.0"4947source = "registry+https://github.com/rust-lang/crates.io-index"4948checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"4949dependencies = [4950 "futures",4951 "futures-rustls",4952 "libp2p-core 0.39.2",4953 "libp2p-identity",4954 "rcgen 0.10.0",4955 "ring",4956 "rustls 0.20.8",4957 "thiserror",4958 "webpki 0.22.0",4959 "x509-parser 0.14.0",4960 "yasna",4961]49624963[[package]]4964name = "libp2p-wasm-ext"4965version = "0.38.0"4966source = "registry+https://github.com/rust-lang/crates.io-index"4967checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069"4968dependencies = [4969 "futures",4970 "js-sys",4971 "libp2p-core 0.38.0",4972 "parity-send-wrapper",4973 "wasm-bindgen",4974 "wasm-bindgen-futures",4975]49764977[[package]]4978name = "libp2p-webrtc"4979version = "0.4.0-alpha"4980source = "registry+https://github.com/rust-lang/crates.io-index"4981checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a"4982dependencies = [4983 "async-trait",4984 "asynchronous-codec",4985 "bytes",4986 "futures",4987 "futures-timer",4988 "hex",4989 "if-watch",4990 "libp2p-core 0.38.0",4991 "libp2p-noise",4992 "log",4993 "multihash 0.16.3",4994 "prost",4995 "prost-build",4996 "prost-codec",4997 "rand 0.8.5",4998 "rcgen 0.9.3",4999 "serde",5000 "stun",5001 "thiserror",5002 "tinytemplate",5003 "tokio",5004 "tokio-util",5005 "webrtc",5006]50075008[[package]]5009name = "libp2p-websocket"5010version = "0.40.0"5011source = "registry+https://github.com/rust-lang/crates.io-index"5012checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54"5013dependencies = [5014 "either",5015 "futures",5016 "futures-rustls",5017 "libp2p-core 0.38.0",5018 "log",5019 "parking_lot 0.12.1",5020 "quicksink",5021 "rw-stream-sink",5022 "soketto",5023 "url",5024 "webpki-roots",5025]50265027[[package]]5028name = "libp2p-yamux"5029version = "0.42.0"5030source = "registry+https://github.com/rust-lang/crates.io-index"5031checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29"5032dependencies = [5033 "futures",5034 "libp2p-core 0.38.0",5035 "log",5036 "parking_lot 0.12.1",5037 "thiserror",5038 "yamux",5039]50405041[[package]]5042name = "librocksdb-sys"5043version = "0.10.0+7.9.2"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"5046dependencies = [5047 "bindgen",5048 "bzip2-sys",5049 "cc",5050 "glob",5051 "libc",5052 "libz-sys",5053 "tikv-jemalloc-sys",5054]50555056[[package]]5057name = "libsecp256k1"5058version = "0.7.1"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5061dependencies = [5062 "arrayref",5063 "base64 0.13.1",5064 "digest 0.9.0",5065 "hmac-drbg",5066 "libsecp256k1-core",5067 "libsecp256k1-gen-ecmult",5068 "libsecp256k1-gen-genmult",5069 "rand 0.8.5",5070 "serde",5071 "sha2 0.9.9",5072 "typenum",5073]50745075[[package]]5076name = "libsecp256k1-core"5077version = "0.3.0"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5080dependencies = [5081 "crunchy",5082 "digest 0.9.0",5083 "subtle",5084]50855086[[package]]5087name = "libsecp256k1-gen-ecmult"5088version = "0.3.0"5089source = "registry+https://github.com/rust-lang/crates.io-index"5090checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5091dependencies = [5092 "libsecp256k1-core",5093]50945095[[package]]5096name = "libsecp256k1-gen-genmult"5097version = "0.3.0"5098source = "registry+https://github.com/rust-lang/crates.io-index"5099checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5100dependencies = [5101 "libsecp256k1-core",5102]51035104[[package]]5105name = "libz-sys"5106version = "1.1.9"5107source = "registry+https://github.com/rust-lang/crates.io-index"5108checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"5109dependencies = [5110 "cc",5111 "pkg-config",5112 "vcpkg",5113]51145115[[package]]5116name = "link-cplusplus"5117version = "1.0.8"5118source = "registry+https://github.com/rust-lang/crates.io-index"5119checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"5120dependencies = [5121 "cc",5122]51235124[[package]]5125name = "linked-hash-map"5126version = "0.5.6"5127source = "registry+https://github.com/rust-lang/crates.io-index"5128checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"51295130[[package]]5131name = "linked_hash_set"5132version = "0.1.4"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5135dependencies = [5136 "linked-hash-map",5137]51385139[[package]]5140name = "linregress"5141version = "0.5.1"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52"5144dependencies = [5145 "nalgebra",5146]51475148[[package]]5149name = "linux-raw-sys"5150version = "0.1.4"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"51535154[[package]]5155name = "linux-raw-sys"5156version = "0.3.8"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"51595160[[package]]5161name = "lock_api"5162version = "0.4.9"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"5165dependencies = [5166 "autocfg",5167 "scopeguard",5168]51695170[[package]]5171name = "log"5172version = "0.4.18"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"51755176[[package]]5177name = "lru"5178version = "0.8.1"5179source = "registry+https://github.com/rust-lang/crates.io-index"5180checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"5181dependencies = [5182 "hashbrown 0.12.3",5183]51845185[[package]]5186name = "lru"5187version = "0.9.0"5188source = "registry+https://github.com/rust-lang/crates.io-index"5189checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"5190dependencies = [5191 "hashbrown 0.13.2",5192]51935194[[package]]5195name = "lru-cache"5196version = "0.1.2"5197source = "registry+https://github.com/rust-lang/crates.io-index"5198checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5199dependencies = [5200 "linked-hash-map",5201]52025203[[package]]5204name = "lz4"5205version = "1.24.0"5206source = "registry+https://github.com/rust-lang/crates.io-index"5207checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5208dependencies = [5209 "libc",5210 "lz4-sys",5211]52125213[[package]]5214name = "lz4-sys"5215version = "1.9.4"5216source = "registry+https://github.com/rust-lang/crates.io-index"5217checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5218dependencies = [5219 "cc",5220 "libc",5221]52225223[[package]]5224name = "mach"5225version = "0.3.2"5226source = "registry+https://github.com/rust-lang/crates.io-index"5227checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5228dependencies = [5229 "libc",5230]52315232[[package]]5233name = "match_cfg"5234version = "0.1.0"5235source = "registry+https://github.com/rust-lang/crates.io-index"5236checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"52375238[[package]]5239name = "matchers"5240version = "0.0.1"5241source = "registry+https://github.com/rust-lang/crates.io-index"5242checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5243dependencies = [5244 "regex-automata",5245]52465247[[package]]5248name = "matches"5249version = "0.1.10"5250source = "registry+https://github.com/rust-lang/crates.io-index"5251checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"52525253[[package]]5254name = "matrixmultiply"5255version = "0.3.7"5256source = "registry+https://github.com/rust-lang/crates.io-index"5257checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"5258dependencies = [5259 "autocfg",5260 "rawpointer",5261]52625263[[package]]5264name = "md-5"5265version = "0.10.5"5266source = "registry+https://github.com/rust-lang/crates.io-index"5267checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"5268dependencies = [5269 "digest 0.10.7",5270]52715272[[package]]5273name = "memchr"5274version = "2.5.0"5275source = "registry+https://github.com/rust-lang/crates.io-index"5276checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"52775278[[package]]5279name = "memfd"5280version = "0.6.3"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"5283dependencies = [5284 "rustix 0.37.19",5285]52865287[[package]]5288name = "memmap2"5289version = "0.5.10"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5292dependencies = [5293 "libc",5294]52955296[[package]]5297name = "memoffset"5298version = "0.6.5"5299source = "registry+https://github.com/rust-lang/crates.io-index"5300checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5301dependencies = [5302 "autocfg",5303]53045305[[package]]5306name = "memoffset"5307version = "0.8.0"5308source = "registry+https://github.com/rust-lang/crates.io-index"5309checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5310dependencies = [5311 "autocfg",5312]53135314[[package]]5315name = "memory-db"5316version = "0.32.0"5317source = "registry+https://github.com/rust-lang/crates.io-index"5318checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5319dependencies = [5320 "hash-db 0.16.0",5321]53225323[[package]]5324name = "memory_units"5325version = "0.4.0"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"53285329[[package]]5330name = "merlin"5331version = "2.0.1"5332source = "registry+https://github.com/rust-lang/crates.io-index"5333checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5334dependencies = [5335 "byteorder",5336 "keccak",5337 "rand_core 0.5.1",5338 "zeroize",5339]53405341[[package]]5342name = "mick-jaeger"5343version = "0.1.8"5344source = "registry+https://github.com/rust-lang/crates.io-index"5345checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5346dependencies = [5347 "futures",5348 "rand 0.8.5",5349 "thrift",5350]53515352[[package]]5353name = "minimal-lexical"5354version = "0.2.1"5355source = "registry+https://github.com/rust-lang/crates.io-index"5356checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"53575358[[package]]5359name = "miniz_oxide"5360version = "0.6.2"5361source = "registry+https://github.com/rust-lang/crates.io-index"5362checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"5363dependencies = [5364 "adler",5365]53665367[[package]]5368name = "miniz_oxide"5369version = "0.7.1"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"5372dependencies = [5373 "adler",5374]53755376[[package]]5377name = "mio"5378version = "0.8.8"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"5381dependencies = [5382 "libc",5383 "wasi 0.11.0+wasi-snapshot-preview1",5384 "windows-sys 0.48.0",5385]53865387[[package]]5388name = "mmr-gadget"5389version = "4.0.0-dev"5390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"5391dependencies = [5392 "futures",5393 "log",5394 "parity-scale-codec",5395 "sc-client-api",5396 "sc-offchain",5397 "sp-api",5398 "sp-blockchain",5399 "sp-consensus",5400 "sp-consensus-beefy",5401 "sp-core",5402 "sp-mmr-primitives",5403 "sp-runtime",5404]54055406[[package]]5407name = "mmr-rpc"5408version = "4.0.0-dev"5409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"5410dependencies = [5411 "anyhow",5412 "jsonrpsee",5413 "parity-scale-codec",5414 "serde",5415 "sp-api",5416 "sp-blockchain",5417 "sp-core",5418 "sp-mmr-primitives",5419 "sp-runtime",5420]54215422[[package]]5423name = "mockall"5424version = "0.11.4"5425source = "registry+https://github.com/rust-lang/crates.io-index"5426checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"5427dependencies = [5428 "cfg-if",5429 "downcast",5430 "fragile",5431 "lazy_static",5432 "mockall_derive",5433 "predicates",5434 "predicates-tree",5435]54365437[[package]]5438name = "mockall_derive"5439version = "0.11.4"5440source = "registry+https://github.com/rust-lang/crates.io-index"5441checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"5442dependencies = [5443 "cfg-if",5444 "proc-macro2",5445 "quote",5446 "syn 1.0.109",5447]54485449[[package]]5450name = "multiaddr"5451version = "0.16.0"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"5454dependencies = [5455 "arrayref",5456 "byteorder",5457 "data-encoding",5458 "multibase",5459 "multihash 0.16.3",5460 "percent-encoding",5461 "serde",5462 "static_assertions",5463 "unsigned-varint",5464 "url",5465]54665467[[package]]5468name = "multiaddr"5469version = "0.17.1"5470source = "registry+https://github.com/rust-lang/crates.io-index"5471checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"5472dependencies = [5473 "arrayref",5474 "byteorder",5475 "data-encoding",5476 "log",5477 "multibase",5478 "multihash 0.17.0",5479 "percent-encoding",5480 "serde",5481 "static_assertions",5482 "unsigned-varint",5483 "url",5484]54855486[[package]]5487name = "multibase"5488version = "0.9.1"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5491dependencies = [5492 "base-x",5493 "data-encoding",5494 "data-encoding-macro",5495]54965497[[package]]5498name = "multihash"5499version = "0.16.3"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5502dependencies = [5503 "blake2b_simd",5504 "blake2s_simd",5505 "blake3",5506 "core2",5507 "digest 0.10.7",5508 "multihash-derive",5509 "sha2 0.10.6",5510 "sha3 0.10.8",5511 "unsigned-varint",5512]55135514[[package]]5515name = "multihash"5516version = "0.17.0"5517source = "registry+https://github.com/rust-lang/crates.io-index"5518checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"5519dependencies = [5520 "core2",5521 "multihash-derive",5522 "unsigned-varint",5523]55245525[[package]]5526name = "multihash-derive"5527version = "0.8.0"5528source = "registry+https://github.com/rust-lang/crates.io-index"5529checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5530dependencies = [5531 "proc-macro-crate",5532 "proc-macro-error",5533 "proc-macro2",5534 "quote",5535 "syn 1.0.109",5536 "synstructure",5537]55385539[[package]]5540name = "multimap"5541version = "0.8.3"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"55445545[[package]]5546name = "multistream-select"5547version = "0.12.1"5548source = "registry+https://github.com/rust-lang/crates.io-index"5549checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"5550dependencies = [5551 "bytes",5552 "futures",5553 "log",5554 "pin-project",5555 "smallvec",5556 "unsigned-varint",5557]55585559[[package]]5560name = "nalgebra"5561version = "0.32.2"5562source = "registry+https://github.com/rust-lang/crates.io-index"5563checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511"5564dependencies = [5565 "approx",5566 "matrixmultiply",5567 "nalgebra-macros",5568 "num-complex",5569 "num-rational",5570 "num-traits",5571 "simba",5572 "typenum",5573]55745575[[package]]5576name = "nalgebra-macros"5577version = "0.2.0"5578source = "registry+https://github.com/rust-lang/crates.io-index"5579checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766"5580dependencies = [5581 "proc-macro2",5582 "quote",5583 "syn 1.0.109",5584]55855586[[package]]5587name = "names"5588version = "0.13.0"5589source = "registry+https://github.com/rust-lang/crates.io-index"5590checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5591dependencies = [5592 "rand 0.8.5",5593]55945595[[package]]5596name = "nanorand"5597version = "0.7.0"5598source = "registry+https://github.com/rust-lang/crates.io-index"5599checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"56005601[[package]]5602name = "netlink-packet-core"5603version = "0.4.2"5604source = "registry+https://github.com/rust-lang/crates.io-index"5605checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5606dependencies = [5607 "anyhow",5608 "byteorder",5609 "libc",5610 "netlink-packet-utils",5611]56125613[[package]]5614name = "netlink-packet-route"5615version = "0.12.0"5616source = "registry+https://github.com/rust-lang/crates.io-index"5617checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5618dependencies = [5619 "anyhow",5620 "bitflags",5621 "byteorder",5622 "libc",5623 "netlink-packet-core",5624 "netlink-packet-utils",5625]56265627[[package]]5628name = "netlink-packet-utils"5629version = "0.5.2"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"5632dependencies = [5633 "anyhow",5634 "byteorder",5635 "paste",5636 "thiserror",5637]56385639[[package]]5640name = "netlink-proto"5641version = "0.10.0"5642source = "registry+https://github.com/rust-lang/crates.io-index"5643checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5644dependencies = [5645 "bytes",5646 "futures",5647 "log",5648 "netlink-packet-core",5649 "netlink-sys",5650 "thiserror",5651 "tokio",5652]56535654[[package]]5655name = "netlink-sys"5656version = "0.8.5"5657source = "registry+https://github.com/rust-lang/crates.io-index"5658checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"5659dependencies = [5660 "bytes",5661 "futures",5662 "libc",5663 "log",5664 "tokio",5665]56665667[[package]]5668name = "nix"5669version = "0.24.3"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5672dependencies = [5673 "bitflags",5674 "cfg-if",5675 "libc",5676 "memoffset 0.6.5",5677]56785679[[package]]5680name = "nohash-hasher"5681version = "0.2.0"5682source = "registry+https://github.com/rust-lang/crates.io-index"5683checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"56845685[[package]]5686name = "nom"5687version = "7.1.3"5688source = "registry+https://github.com/rust-lang/crates.io-index"5689checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"5690dependencies = [5691 "memchr",5692 "minimal-lexical",5693]56945695[[package]]5696name = "normalize-line-endings"5697version = "0.3.0"5698source = "registry+https://github.com/rust-lang/crates.io-index"5699checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"57005701[[package]]5702name = "num-bigint"5703version = "0.4.3"5704source = "registry+https://github.com/rust-lang/crates.io-index"5705checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5706dependencies = [5707 "autocfg",5708 "num-integer",5709 "num-traits",5710]57115712[[package]]5713name = "num-complex"5714version = "0.4.3"5715source = "registry+https://github.com/rust-lang/crates.io-index"5716checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"5717dependencies = [5718 "num-traits",5719]57205721[[package]]5722name = "num-format"5723version = "0.4.4"5724source = "registry+https://github.com/rust-lang/crates.io-index"5725checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5726dependencies = [5727 "arrayvec 0.7.2",5728 "itoa",5729]57305731[[package]]5732name = "num-integer"5733version = "0.1.45"5734source = "registry+https://github.com/rust-lang/crates.io-index"5735checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5736dependencies = [5737 "autocfg",5738 "num-traits",5739]57405741[[package]]5742name = "num-rational"5743version = "0.4.1"5744source = "registry+https://github.com/rust-lang/crates.io-index"5745checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5746dependencies = [5747 "autocfg",5748 "num-bigint",5749 "num-integer",5750 "num-traits",5751]57525753[[package]]5754name = "num-traits"5755version = "0.2.15"5756source = "registry+https://github.com/rust-lang/crates.io-index"5757checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5758dependencies = [5759 "autocfg",5760]57615762[[package]]5763name = "num_cpus"5764version = "1.15.0"5765source = "registry+https://github.com/rust-lang/crates.io-index"5766checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"5767dependencies = [5768 "hermit-abi 0.2.6",5769 "libc",5770]57715772[[package]]5773name = "num_enum"5774version = "0.5.11"5775source = "registry+https://github.com/rust-lang/crates.io-index"5776checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"5777dependencies = [5778 "num_enum_derive",5779]57805781[[package]]5782name = "num_enum_derive"5783version = "0.5.11"5784source = "registry+https://github.com/rust-lang/crates.io-index"5785checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"5786dependencies = [5787 "proc-macro-crate",5788 "proc-macro2",5789 "quote",5790 "syn 1.0.109",5791]57925793[[package]]5794name = "object"5795version = "0.29.0"5796source = "registry+https://github.com/rust-lang/crates.io-index"5797checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5798dependencies = [5799 "crc32fast",5800 "hashbrown 0.12.3",5801 "indexmap",5802 "memchr",5803]58045805[[package]]5806name = "object"5807version = "0.30.3"5808source = "registry+https://github.com/rust-lang/crates.io-index"5809checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"5810dependencies = [5811 "memchr",5812]58135814[[package]]5815name = "oid-registry"5816version = "0.4.0"5817source = "registry+https://github.com/rust-lang/crates.io-index"5818checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"5819dependencies = [5820 "asn1-rs 0.3.1",5821]58225823[[package]]5824name = "oid-registry"5825version = "0.6.1"5826source = "registry+https://github.com/rust-lang/crates.io-index"5827checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"5828dependencies = [5829 "asn1-rs 0.5.2",5830]58315832[[package]]5833name = "once_cell"5834version = "1.18.0"5835source = "registry+https://github.com/rust-lang/crates.io-index"5836checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"58375838[[package]]5839name = "opal-runtime"5840version = "0.9.42"5841dependencies = [5842 "app-promotion-rpc",5843 "cumulus-pallet-aura-ext",5844 "cumulus-pallet-dmp-queue",5845 "cumulus-pallet-parachain-system",5846 "cumulus-pallet-xcm",5847 "cumulus-pallet-xcmp-queue",5848 "cumulus-primitives-core",5849 "cumulus-primitives-timestamp",5850 "cumulus-primitives-utility",5851 "derivative",5852 "evm-coder",5853 "fp-evm",5854 "fp-rpc",5855 "fp-self-contained",5856 "frame-benchmarking",5857 "frame-executive",5858 "frame-support",5859 "frame-system",5860 "frame-system-benchmarking",5861 "frame-system-rpc-runtime-api",5862 "frame-try-runtime",5863 "hex-literal",5864 "impl-trait-for-tuples",5865 "log",5866 "num_enum",5867 "orml-tokens",5868 "orml-traits",5869 "orml-vesting",5870 "orml-xcm-support",5871 "orml-xtokens",5872 "pallet-app-promotion",5873 "pallet-aura",5874 "pallet-authorship",5875 "pallet-balances",5876 "pallet-balances-adapter",5877 "pallet-base-fee",5878 "pallet-collator-selection",5879 "pallet-common",5880 "pallet-configuration",5881 "pallet-ethereum",5882 "pallet-evm",5883 "pallet-evm-coder-substrate",5884 "pallet-evm-contract-helpers",5885 "pallet-evm-migration",5886 "pallet-evm-precompile-simple",5887 "pallet-evm-transaction-payment",5888 "pallet-foreign-assets",5889 "pallet-fungible",5890 "pallet-identity 4.0.0-dev",5891 "pallet-inflation",5892 "pallet-maintenance",5893 "pallet-nonfungible",5894 "pallet-preimage",5895 "pallet-refungible",5896 "pallet-session",5897 "pallet-state-trie-migration",5898 "pallet-structure",5899 "pallet-sudo",5900 "pallet-template-transaction-payment",5901 "pallet-test-utils",5902 "pallet-timestamp",5903 "pallet-transaction-payment",5904 "pallet-transaction-payment-rpc-runtime-api",5905 "pallet-treasury",5906 "pallet-unique",5907 "pallet-unique-scheduler-v2",5908 "pallet-xcm",5909 "parachain-info",5910 "parity-scale-codec",5911 "polkadot-parachain",5912 "precompile-utils-macro",5913 "scale-info",5914 "serde",5915 "smallvec",5916 "sp-api",5917 "sp-arithmetic",5918 "sp-block-builder",5919 "sp-consensus-aura",5920 "sp-core",5921 "sp-inherents",5922 "sp-io",5923 "sp-offchain",5924 "sp-runtime",5925 "sp-session",5926 "sp-std",5927 "sp-transaction-pool",5928 "sp-version",5929 "substrate-wasm-builder",5930 "up-common",5931 "up-data-structs",5932 "up-pov-estimate-rpc",5933 "up-rpc",5934 "up-sponsorship",5935 "xcm",5936 "xcm-builder",5937 "xcm-executor",5938]59395940[[package]]5941name = "opaque-debug"5942version = "0.2.3"5943source = "registry+https://github.com/rust-lang/crates.io-index"5944checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"59455946[[package]]5947name = "opaque-debug"5948version = "0.3.0"5949source = "registry+https://github.com/rust-lang/crates.io-index"5950checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"59515952[[package]]5953name = "openssl-probe"5954version = "0.1.5"5955source = "registry+https://github.com/rust-lang/crates.io-index"5956checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"59575958[[package]]5959name = "orchestra"5960version = "0.0.5"5961source = "registry+https://github.com/rust-lang/crates.io-index"5962checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"5963dependencies = [5964 "async-trait",5965 "dyn-clonable",5966 "futures",5967 "futures-timer",5968 "orchestra-proc-macro",5969 "pin-project",5970 "prioritized-metered-channel",5971 "thiserror",5972 "tracing",5973]59745975[[package]]5976name = "orchestra-proc-macro"5977version = "0.0.5"5978source = "registry+https://github.com/rust-lang/crates.io-index"5979checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"5980dependencies = [5981 "expander 0.0.6",5982 "itertools",5983 "petgraph",5984 "proc-macro-crate",5985 "proc-macro2",5986 "quote",5987 "syn 1.0.109",5988]59895990[[package]]5991name = "ordered-float"5992version = "1.1.1"5993source = "registry+https://github.com/rust-lang/crates.io-index"5994checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5995dependencies = [5996 "num-traits",5997]59985999[[package]]6000name = "orml-tokens"6001version = "0.4.1-dev"6002source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6003dependencies = [6004 "frame-support",6005 "frame-system",6006 "orml-traits",6007 "parity-scale-codec",6008 "scale-info",6009 "serde",6010 "sp-arithmetic",6011 "sp-runtime",6012 "sp-std",6013]60146015[[package]]6016name = "orml-traits"6017version = "0.4.1-dev"6018source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6019dependencies = [6020 "frame-support",6021 "impl-trait-for-tuples",6022 "num-traits",6023 "orml-utilities",6024 "parity-scale-codec",6025 "scale-info",6026 "serde",6027 "sp-core",6028 "sp-io",6029 "sp-runtime",6030 "sp-std",6031 "xcm",6032]60336034[[package]]6035name = "orml-utilities"6036version = "0.4.1-dev"6037source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6038dependencies = [6039 "frame-support",6040 "parity-scale-codec",6041 "scale-info",6042 "serde",6043 "sp-io",6044 "sp-runtime",6045 "sp-std",6046]60476048[[package]]6049name = "orml-vesting"6050version = "0.4.1-dev"6051source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6052dependencies = [6053 "frame-support",6054 "frame-system",6055 "parity-scale-codec",6056 "scale-info",6057 "serde",6058 "sp-io",6059 "sp-runtime",6060 "sp-std",6061]60626063[[package]]6064name = "orml-xcm-support"6065version = "0.4.1-dev"6066source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6067dependencies = [6068 "frame-support",6069 "orml-traits",6070 "parity-scale-codec",6071 "sp-runtime",6072 "sp-std",6073 "xcm",6074 "xcm-executor",6075]60766077[[package]]6078name = "orml-xtokens"6079version = "0.4.1-dev"6080source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6081dependencies = [6082 "cumulus-primitives-core",6083 "frame-support",6084 "frame-system",6085 "orml-traits",6086 "orml-xcm-support",6087 "pallet-xcm",6088 "parity-scale-codec",6089 "scale-info",6090 "serde",6091 "sp-io",6092 "sp-runtime",6093 "sp-std",6094 "xcm",6095 "xcm-executor",6096]60976098[[package]]6099name = "p256"6100version = "0.11.1"6101source = "registry+https://github.com/rust-lang/crates.io-index"6102checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6103dependencies = [6104 "ecdsa 0.14.8",6105 "elliptic-curve 0.12.3",6106 "sha2 0.10.6",6107]61086109[[package]]6110name = "p384"6111version = "0.11.2"6112source = "registry+https://github.com/rust-lang/crates.io-index"6113checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6114dependencies = [6115 "ecdsa 0.14.8",6116 "elliptic-curve 0.12.3",6117 "sha2 0.10.6",6118]61196120[[package]]6121name = "packed_simd_2"6122version = "0.3.8"6123source = "registry+https://github.com/rust-lang/crates.io-index"6124checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"6125dependencies = [6126 "cfg-if",6127 "libm 0.1.4",6128]61296130[[package]]6131name = "pallet-app-promotion"6132version = "0.2.0"6133dependencies = [6134 "frame-benchmarking",6135 "frame-support",6136 "frame-system",6137 "log",6138 "pallet-balances",6139 "pallet-common",6140 "pallet-configuration",6141 "pallet-evm",6142 "pallet-evm-contract-helpers",6143 "pallet-evm-migration",6144 "pallet-unique",6145 "parity-scale-codec",6146 "scale-info",6147 "sp-core",6148 "sp-runtime",6149 "sp-std",6150 "up-data-structs",6151]61526153[[package]]6154name = "pallet-aura"6155version = "4.0.0-dev"6156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6157dependencies = [6158 "frame-support",6159 "frame-system",6160 "pallet-timestamp",6161 "parity-scale-codec",6162 "scale-info",6163 "sp-application-crypto",6164 "sp-consensus-aura",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-authority-discovery"6171version = "4.0.0-dev"6172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6173dependencies = [6174 "frame-support",6175 "frame-system",6176 "pallet-session",6177 "parity-scale-codec",6178 "scale-info",6179 "sp-application-crypto",6180 "sp-authority-discovery",6181 "sp-runtime",6182 "sp-std",6183]61846185[[package]]6186name = "pallet-authorship"6187version = "4.0.0-dev"6188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6189dependencies = [6190 "frame-support",6191 "frame-system",6192 "impl-trait-for-tuples",6193 "parity-scale-codec",6194 "scale-info",6195 "sp-runtime",6196 "sp-std",6197]61986199[[package]]6200name = "pallet-babe"6201version = "4.0.0-dev"6202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6203dependencies = [6204 "frame-benchmarking",6205 "frame-support",6206 "frame-system",6207 "log",6208 "pallet-authorship",6209 "pallet-session",6210 "pallet-timestamp",6211 "parity-scale-codec",6212 "scale-info",6213 "sp-application-crypto",6214 "sp-consensus-babe",6215 "sp-core",6216 "sp-io",6217 "sp-runtime",6218 "sp-session",6219 "sp-staking",6220 "sp-std",6221]62226223[[package]]6224name = "pallet-bags-list"6225version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6227dependencies = [6228 "frame-benchmarking",6229 "frame-election-provider-support",6230 "frame-support",6231 "frame-system",6232 "log",6233 "pallet-balances",6234 "parity-scale-codec",6235 "scale-info",6236 "sp-core",6237 "sp-io",6238 "sp-runtime",6239 "sp-std",6240 "sp-tracing",6241]62426243[[package]]6244name = "pallet-balances"6245version = "4.0.0-dev"6246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6247dependencies = [6248 "frame-benchmarking",6249 "frame-support",6250 "frame-system",6251 "log",6252 "parity-scale-codec",6253 "scale-info",6254 "sp-runtime",6255 "sp-std",6256]62576258[[package]]6259name = "pallet-balances-adapter"6260version = "0.1.0"6261dependencies = [6262 "evm-coder",6263 "frame-support",6264 "frame-system",6265 "pallet-balances",6266 "pallet-common",6267 "pallet-evm",6268 "pallet-evm-coder-substrate",6269 "pallet-evm-transaction-payment",6270 "pallet-structure",6271 "parity-scale-codec",6272 "scale-info",6273 "sp-core",6274 "sp-runtime",6275 "sp-std",6276 "up-data-structs",6277]62786279[[package]]6280name = "pallet-base-fee"6281version = "1.0.0"6282source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"6283dependencies = [6284 "fp-evm",6285 "frame-support",6286 "frame-system",6287 "parity-scale-codec",6288 "scale-info",6289 "sp-core",6290 "sp-runtime",6291]62926293[[package]]6294name = "pallet-beefy"6295version = "4.0.0-dev"6296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6297dependencies = [6298 "frame-support",6299 "frame-system",6300 "pallet-authorship",6301 "pallet-session",6302 "parity-scale-codec",6303 "scale-info",6304 "serde",6305 "sp-consensus-beefy",6306 "sp-runtime",6307 "sp-session",6308 "sp-staking",6309 "sp-std",6310]63116312[[package]]6313name = "pallet-beefy-mmr"6314version = "4.0.0-dev"6315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6316dependencies = [6317 "array-bytes 4.2.0",6318 "binary-merkle-tree",6319 "frame-support",6320 "frame-system",6321 "log",6322 "pallet-beefy",6323 "pallet-mmr",6324 "pallet-session",6325 "parity-scale-codec",6326 "scale-info",6327 "serde",6328 "sp-api",6329 "sp-consensus-beefy",6330 "sp-core",6331 "sp-io",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-bounties"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6340dependencies = [6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "log",6345 "pallet-treasury",6346 "parity-scale-codec",6347 "scale-info",6348 "sp-core",6349 "sp-io",6350 "sp-runtime",6351 "sp-std",6352]63536354[[package]]6355name = "pallet-child-bounties"6356version = "4.0.0-dev"6357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6358dependencies = [6359 "frame-benchmarking",6360 "frame-support",6361 "frame-system",6362 "log",6363 "pallet-bounties",6364 "pallet-treasury",6365 "parity-scale-codec",6366 "scale-info",6367 "sp-core",6368 "sp-io",6369 "sp-runtime",6370 "sp-std",6371]63726373[[package]]6374name = "pallet-collator-selection"6375version = "4.0.0"6376dependencies = [6377 "frame-benchmarking",6378 "frame-support",6379 "frame-system",6380 "log",6381 "pallet-aura",6382 "pallet-authorship",6383 "pallet-balances",6384 "pallet-configuration",6385 "pallet-session",6386 "pallet-timestamp",6387 "parity-scale-codec",6388 "rand 0.8.5",6389 "scale-info",6390 "serde",6391 "sp-consensus-aura",6392 "sp-core",6393 "sp-io",6394 "sp-runtime",6395 "sp-staking",6396 "sp-std",6397 "sp-tracing",6398]63996400[[package]]6401name = "pallet-collective"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6404dependencies = [6405 "frame-benchmarking",6406 "frame-support",6407 "frame-system",6408 "log",6409 "parity-scale-codec",6410 "scale-info",6411 "sp-core",6412 "sp-io",6413 "sp-runtime",6414 "sp-std",6415]64166417[[package]]6418name = "pallet-common"6419version = "0.1.14"6420dependencies = [6421 "ethereum",6422 "evm-coder",6423 "frame-benchmarking",6424 "frame-support",6425 "frame-system",6426 "pallet-evm",6427 "pallet-evm-coder-substrate",6428 "parity-scale-codec",6429 "scale-info",6430 "sp-core",6431 "sp-runtime",6432 "sp-std",6433 "up-data-structs",6434 "up-pov-estimate-rpc",6435]64366437[[package]]6438name = "pallet-configuration"6439version = "0.1.3"6440dependencies = [6441 "fp-evm",6442 "frame-benchmarking",6443 "frame-support",6444 "frame-system",6445 "parity-scale-codec",6446 "scale-info",6447 "smallvec",6448 "sp-arithmetic",6449 "sp-core",6450 "sp-std",6451 "xcm",6452]64536454[[package]]6455name = "pallet-conviction-voting"6456version = "4.0.0-dev"6457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6458dependencies = [6459 "assert_matches",6460 "frame-benchmarking",6461 "frame-support",6462 "frame-system",6463 "parity-scale-codec",6464 "scale-info",6465 "serde",6466 "sp-io",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-democracy"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6475dependencies = [6476 "frame-benchmarking",6477 "frame-support",6478 "frame-system",6479 "log",6480 "parity-scale-codec",6481 "scale-info",6482 "serde",6483 "sp-core",6484 "sp-io",6485 "sp-runtime",6486 "sp-std",6487]64886489[[package]]6490name = "pallet-election-provider-multi-phase"6491version = "4.0.0-dev"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6493dependencies = [6494 "frame-benchmarking",6495 "frame-election-provider-support",6496 "frame-support",6497 "frame-system",6498 "log",6499 "pallet-election-provider-support-benchmarking",6500 "parity-scale-codec",6501 "rand 0.8.5",6502 "scale-info",6503 "sp-arithmetic",6504 "sp-core",6505 "sp-io",6506 "sp-npos-elections",6507 "sp-runtime",6508 "sp-std",6509 "strum",6510]65116512[[package]]6513name = "pallet-election-provider-support-benchmarking"6514version = "4.0.0-dev"6515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6516dependencies = [6517 "frame-benchmarking",6518 "frame-election-provider-support",6519 "frame-system",6520 "parity-scale-codec",6521 "sp-npos-elections",6522 "sp-runtime",6523]65246525[[package]]6526name = "pallet-elections-phragmen"6527version = "5.0.0-dev"6528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6529dependencies = [6530 "frame-benchmarking",6531 "frame-support",6532 "frame-system",6533 "log",6534 "parity-scale-codec",6535 "scale-info",6536 "sp-core",6537 "sp-io",6538 "sp-npos-elections",6539 "sp-runtime",6540 "sp-std",6541]65426543[[package]]6544name = "pallet-ethereum"6545version = "4.0.0-dev"6546source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"6547dependencies = [6548 "ethereum",6549 "ethereum-types",6550 "evm",6551 "fp-consensus",6552 "fp-ethereum",6553 "fp-evm",6554 "fp-rpc",6555 "fp-storage",6556 "frame-support",6557 "frame-system",6558 "pallet-evm",6559 "parity-scale-codec",6560 "scale-info",6561 "sp-io",6562 "sp-runtime",6563 "sp-std",6564]65656566[[package]]6567name = "pallet-evm"6568version = "6.0.0-dev"6569source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"6570dependencies = [6571 "environmental",6572 "evm",6573 "fp-account",6574 "fp-evm",6575 "frame-benchmarking",6576 "frame-support",6577 "frame-system",6578 "hex",6579 "impl-trait-for-tuples",6580 "log",6581 "parity-scale-codec",6582 "rlp",6583 "scale-info",6584 "serde",6585 "sp-core",6586 "sp-io",6587 "sp-runtime",6588 "sp-std",6589]65906591[[package]]6592name = "pallet-evm-coder-substrate"6593version = "0.1.3"6594dependencies = [6595 "evm-coder",6596 "evm-coder-substrate-procedural",6597 "evm-core",6598 "frame-benchmarking",6599 "frame-support",6600 "frame-system",6601 "pallet-evm",6602 "parity-scale-codec",6603 "scale-info",6604 "sp-core",6605 "sp-std",6606 "spez",6607 "up-data-structs",6608]66096610[[package]]6611name = "pallet-evm-contract-helpers"6612version = "0.3.0"6613dependencies = [6614 "evm-coder",6615 "frame-support",6616 "frame-system",6617 "pallet-common",6618 "pallet-evm",6619 "pallet-evm-coder-substrate",6620 "pallet-evm-transaction-payment",6621 "parity-scale-codec",6622 "scale-info",6623 "sp-core",6624 "sp-std",6625 "up-data-structs",6626 "up-sponsorship",6627]66286629[[package]]6630name = "pallet-evm-migration"6631version = "0.1.1"6632dependencies = [6633 "ethereum",6634 "frame-benchmarking",6635 "frame-support",6636 "frame-system",6637 "pallet-evm",6638 "parity-scale-codec",6639 "scale-info",6640 "sp-core",6641 "sp-io",6642 "sp-std",6643]66446645[[package]]6646name = "pallet-evm-precompile-simple"6647version = "2.0.0-dev"6648source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#4f7a610defd7623aa147d83c83cbc42f907ce8bb"6649dependencies = [6650 "fp-evm",6651 "ripemd",6652 "sp-io",6653]66546655[[package]]6656name = "pallet-evm-transaction-payment"6657version = "0.1.1"6658dependencies = [6659 "fp-evm",6660 "frame-support",6661 "frame-system",6662 "pallet-evm",6663 "parity-scale-codec",6664 "scale-info",6665 "sp-core",6666 "sp-runtime",6667 "sp-std",6668 "up-sponsorship",6669]66706671[[package]]6672name = "pallet-fast-unstake"6673version = "4.0.0-dev"6674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6675dependencies = [6676 "frame-benchmarking",6677 "frame-election-provider-support",6678 "frame-support",6679 "frame-system",6680 "log",6681 "parity-scale-codec",6682 "scale-info",6683 "sp-io",6684 "sp-runtime",6685 "sp-staking",6686 "sp-std",6687]66886689[[package]]6690name = "pallet-foreign-assets"6691version = "0.1.0"6692dependencies = [6693 "frame-benchmarking",6694 "frame-support",6695 "frame-system",6696 "log",6697 "orml-tokens",6698 "pallet-balances",6699 "pallet-common",6700 "pallet-fungible",6701 "parity-scale-codec",6702 "scale-info",6703 "serde",6704 "sp-runtime",6705 "sp-std",6706 "up-data-structs",6707 "xcm",6708 "xcm-executor",6709]67106711[[package]]6712name = "pallet-fungible"6713version = "0.1.11"6714dependencies = [6715 "evm-coder",6716 "frame-benchmarking",6717 "frame-support",6718 "frame-system",6719 "pallet-common",6720 "pallet-evm",6721 "pallet-evm-coder-substrate",6722 "pallet-structure",6723 "parity-scale-codec",6724 "scale-info",6725 "sp-core",6726 "sp-runtime",6727 "sp-std",6728 "up-data-structs",6729]67306731[[package]]6732name = "pallet-grandpa"6733version = "4.0.0-dev"6734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6735dependencies = [6736 "frame-benchmarking",6737 "frame-support",6738 "frame-system",6739 "log",6740 "pallet-authorship",6741 "pallet-session",6742 "parity-scale-codec",6743 "scale-info",6744 "sp-application-crypto",6745 "sp-consensus-grandpa",6746 "sp-core",6747 "sp-io",6748 "sp-runtime",6749 "sp-session",6750 "sp-staking",6751 "sp-std",6752]67536754[[package]]6755name = "pallet-identity"6756version = "4.0.0-dev"6757dependencies = [6758 "enumflags2",6759 "frame-benchmarking",6760 "frame-support",6761 "frame-system",6762 "pallet-balances",6763 "parity-scale-codec",6764 "scale-info",6765 "sp-core",6766 "sp-io",6767 "sp-runtime",6768 "sp-std",6769]67706771[[package]]6772name = "pallet-identity"6773version = "4.0.0-dev"6774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6775dependencies = [6776 "enumflags2",6777 "frame-benchmarking",6778 "frame-support",6779 "frame-system",6780 "parity-scale-codec",6781 "scale-info",6782 "sp-io",6783 "sp-runtime",6784 "sp-std",6785]67866787[[package]]6788name = "pallet-im-online"6789version = "4.0.0-dev"6790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6791dependencies = [6792 "frame-benchmarking",6793 "frame-support",6794 "frame-system",6795 "log",6796 "pallet-authorship",6797 "parity-scale-codec",6798 "scale-info",6799 "sp-application-crypto",6800 "sp-core",6801 "sp-io",6802 "sp-runtime",6803 "sp-staking",6804 "sp-std",6805]68066807[[package]]6808name = "pallet-indices"6809version = "4.0.0-dev"6810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6811dependencies = [6812 "frame-benchmarking",6813 "frame-support",6814 "frame-system",6815 "parity-scale-codec",6816 "scale-info",6817 "sp-core",6818 "sp-io",6819 "sp-keyring",6820 "sp-runtime",6821 "sp-std",6822]68236824[[package]]6825name = "pallet-inflation"6826version = "0.1.1"6827dependencies = [6828 "frame-benchmarking",6829 "frame-support",6830 "frame-system",6831 "pallet-balances",6832 "parity-scale-codec",6833 "scale-info",6834 "sp-core",6835 "sp-io",6836 "sp-runtime",6837 "sp-std",6838]68396840[[package]]6841name = "pallet-maintenance"6842version = "0.1.0"6843dependencies = [6844 "frame-benchmarking",6845 "frame-support",6846 "frame-system",6847 "parity-scale-codec",6848 "scale-info",6849 "sp-core",6850 "sp-std",6851]68526853[[package]]6854name = "pallet-membership"6855version = "4.0.0-dev"6856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6857dependencies = [6858 "frame-benchmarking",6859 "frame-support",6860 "frame-system",6861 "log",6862 "parity-scale-codec",6863 "scale-info",6864 "sp-core",6865 "sp-io",6866 "sp-runtime",6867 "sp-std",6868]68696870[[package]]6871name = "pallet-mmr"6872version = "4.0.0-dev"6873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6874dependencies = [6875 "frame-benchmarking",6876 "frame-support",6877 "frame-system",6878 "parity-scale-codec",6879 "scale-info",6880 "sp-core",6881 "sp-io",6882 "sp-mmr-primitives",6883 "sp-runtime",6884 "sp-std",6885]68866887[[package]]6888name = "pallet-multisig"6889version = "4.0.0-dev"6890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6891dependencies = [6892 "frame-benchmarking",6893 "frame-support",6894 "frame-system",6895 "log",6896 "parity-scale-codec",6897 "scale-info",6898 "sp-io",6899 "sp-runtime",6900 "sp-std",6901]69026903[[package]]6904name = "pallet-nis"6905version = "4.0.0-dev"6906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6907dependencies = [6908 "frame-benchmarking",6909 "frame-support",6910 "frame-system",6911 "parity-scale-codec",6912 "scale-info",6913 "sp-arithmetic",6914 "sp-core",6915 "sp-runtime",6916 "sp-std",6917]69186919[[package]]6920name = "pallet-nomination-pools"6921version = "1.0.0"6922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6923dependencies = [6924 "frame-support",6925 "frame-system",6926 "log",6927 "parity-scale-codec",6928 "scale-info",6929 "sp-core",6930 "sp-io",6931 "sp-runtime",6932 "sp-staking",6933 "sp-std",6934]69356936[[package]]6937name = "pallet-nomination-pools-benchmarking"6938version = "1.0.0"6939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6940dependencies = [6941 "frame-benchmarking",6942 "frame-election-provider-support",6943 "frame-support",6944 "frame-system",6945 "pallet-bags-list",6946 "pallet-nomination-pools",6947 "pallet-staking",6948 "parity-scale-codec",6949 "scale-info",6950 "sp-runtime",6951 "sp-runtime-interface",6952 "sp-staking",6953 "sp-std",6954]69556956[[package]]6957name = "pallet-nomination-pools-runtime-api"6958version = "1.0.0-dev"6959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6960dependencies = [6961 "pallet-nomination-pools",6962 "parity-scale-codec",6963 "sp-api",6964 "sp-std",6965]69666967[[package]]6968name = "pallet-nonfungible"6969version = "0.1.14"6970dependencies = [6971 "evm-coder",6972 "frame-benchmarking",6973 "frame-support",6974 "frame-system",6975 "pallet-common",6976 "pallet-evm",6977 "pallet-evm-coder-substrate",6978 "pallet-structure",6979 "parity-scale-codec",6980 "scale-info",6981 "sp-core",6982 "sp-runtime",6983 "sp-std",6984 "struct-versioning",6985 "up-data-structs",6986]69876988[[package]]6989name = "pallet-offences"6990version = "4.0.0-dev"6991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"6992dependencies = [6993 "frame-support",6994 "frame-system",6995 "log",6996 "pallet-balances",6997 "parity-scale-codec",6998 "scale-info",6999 "serde",7000 "sp-runtime",7001 "sp-staking",7002 "sp-std",7003]70047005[[package]]7006name = "pallet-offences-benchmarking"7007version = "4.0.0-dev"7008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7009dependencies = [7010 "frame-benchmarking",7011 "frame-election-provider-support",7012 "frame-support",7013 "frame-system",7014 "log",7015 "pallet-babe",7016 "pallet-balances",7017 "pallet-grandpa",7018 "pallet-im-online",7019 "pallet-offences",7020 "pallet-session",7021 "pallet-staking",7022 "parity-scale-codec",7023 "scale-info",7024 "sp-runtime",7025 "sp-staking",7026 "sp-std",7027]70287029[[package]]7030name = "pallet-preimage"7031version = "4.0.0-dev"7032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7033dependencies = [7034 "frame-benchmarking",7035 "frame-support",7036 "frame-system",7037 "log",7038 "parity-scale-codec",7039 "scale-info",7040 "sp-core",7041 "sp-io",7042 "sp-runtime",7043 "sp-std",7044]70457046[[package]]7047name = "pallet-proxy"7048version = "4.0.0-dev"7049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7050dependencies = [7051 "frame-benchmarking",7052 "frame-support",7053 "frame-system",7054 "parity-scale-codec",7055 "scale-info",7056 "sp-io",7057 "sp-runtime",7058 "sp-std",7059]70607061[[package]]7062name = "pallet-ranked-collective"7063version = "4.0.0-dev"7064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7065dependencies = [7066 "frame-benchmarking",7067 "frame-support",7068 "frame-system",7069 "log",7070 "parity-scale-codec",7071 "scale-info",7072 "sp-arithmetic",7073 "sp-core",7074 "sp-io",7075 "sp-runtime",7076 "sp-std",7077]70787079[[package]]7080name = "pallet-recovery"7081version = "4.0.0-dev"7082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7083dependencies = [7084 "frame-benchmarking",7085 "frame-support",7086 "frame-system",7087 "parity-scale-codec",7088 "scale-info",7089 "sp-io",7090 "sp-runtime",7091 "sp-std",7092]70937094[[package]]7095name = "pallet-referenda"7096version = "4.0.0-dev"7097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7098dependencies = [7099 "assert_matches",7100 "frame-benchmarking",7101 "frame-support",7102 "frame-system",7103 "log",7104 "parity-scale-codec",7105 "scale-info",7106 "serde",7107 "sp-arithmetic",7108 "sp-io",7109 "sp-runtime",7110 "sp-std",7111]71127113[[package]]7114name = "pallet-refungible"7115version = "0.2.13"7116dependencies = [7117 "evm-coder",7118 "frame-benchmarking",7119 "frame-support",7120 "frame-system",7121 "pallet-common",7122 "pallet-evm",7123 "pallet-evm-coder-substrate",7124 "pallet-structure",7125 "parity-scale-codec",7126 "scale-info",7127 "sp-core",7128 "sp-runtime",7129 "sp-std",7130 "up-data-structs",7131]71327133[[package]]7134name = "pallet-scheduler"7135version = "4.0.0-dev"7136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7137dependencies = [7138 "frame-benchmarking",7139 "frame-support",7140 "frame-system",7141 "log",7142 "parity-scale-codec",7143 "scale-info",7144 "sp-io",7145 "sp-runtime",7146 "sp-std",7147 "sp-weights",7148]71497150[[package]]7151name = "pallet-session"7152version = "4.0.0-dev"7153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7154dependencies = [7155 "frame-support",7156 "frame-system",7157 "impl-trait-for-tuples",7158 "log",7159 "pallet-timestamp",7160 "parity-scale-codec",7161 "scale-info",7162 "sp-core",7163 "sp-io",7164 "sp-runtime",7165 "sp-session",7166 "sp-staking",7167 "sp-std",7168 "sp-trie",7169]71707171[[package]]7172name = "pallet-session-benchmarking"7173version = "4.0.0-dev"7174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7175dependencies = [7176 "frame-benchmarking",7177 "frame-support",7178 "frame-system",7179 "pallet-session",7180 "pallet-staking",7181 "rand 0.8.5",7182 "sp-runtime",7183 "sp-session",7184 "sp-std",7185]71867187[[package]]7188name = "pallet-society"7189version = "4.0.0-dev"7190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7191dependencies = [7192 "frame-support",7193 "frame-system",7194 "parity-scale-codec",7195 "rand_chacha 0.2.2",7196 "scale-info",7197 "sp-runtime",7198 "sp-std",7199]72007201[[package]]7202name = "pallet-staking"7203version = "4.0.0-dev"7204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7205dependencies = [7206 "frame-benchmarking",7207 "frame-election-provider-support",7208 "frame-support",7209 "frame-system",7210 "log",7211 "pallet-authorship",7212 "pallet-session",7213 "parity-scale-codec",7214 "rand_chacha 0.2.2",7215 "scale-info",7216 "serde",7217 "sp-application-crypto",7218 "sp-io",7219 "sp-runtime",7220 "sp-staking",7221 "sp-std",7222]72237224[[package]]7225name = "pallet-staking-reward-curve"7226version = "4.0.0-dev"7227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7228dependencies = [7229 "proc-macro-crate",7230 "proc-macro2",7231 "quote",7232 "syn 2.0.18",7233]72347235[[package]]7236name = "pallet-staking-reward-fn"7237version = "4.0.0-dev"7238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7239dependencies = [7240 "log",7241 "sp-arithmetic",7242]72437244[[package]]7245name = "pallet-staking-runtime-api"7246version = "4.0.0-dev"7247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7248dependencies = [7249 "parity-scale-codec",7250 "sp-api",7251]72527253[[package]]7254name = "pallet-state-trie-migration"7255version = "4.0.0-dev"7256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7257dependencies = [7258 "frame-benchmarking",7259 "frame-support",7260 "frame-system",7261 "log",7262 "parity-scale-codec",7263 "scale-info",7264 "sp-core",7265 "sp-io",7266 "sp-runtime",7267 "sp-std",7268]72697270[[package]]7271name = "pallet-structure"7272version = "0.1.2"7273dependencies = [7274 "frame-benchmarking",7275 "frame-support",7276 "frame-system",7277 "log",7278 "pallet-common",7279 "pallet-evm",7280 "parity-scale-codec",7281 "scale-info",7282 "sp-std",7283 "up-data-structs",7284]72857286[[package]]7287name = "pallet-sudo"7288version = "4.0.0-dev"7289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7290dependencies = [7291 "frame-support",7292 "frame-system",7293 "parity-scale-codec",7294 "scale-info",7295 "sp-io",7296 "sp-runtime",7297 "sp-std",7298]72997300[[package]]7301name = "pallet-template-transaction-payment"7302version = "3.0.0"7303source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"7304dependencies = [7305 "frame-benchmarking",7306 "frame-support",7307 "frame-system",7308 "pallet-balances",7309 "pallet-transaction-payment",7310 "parity-scale-codec",7311 "scale-info",7312 "serde",7313 "sp-core",7314 "sp-io",7315 "sp-runtime",7316 "sp-std",7317 "up-sponsorship",7318]73197320[[package]]7321name = "pallet-test-utils"7322version = "0.1.0"7323dependencies = [7324 "frame-support",7325 "frame-system",7326 "pallet-unique-scheduler-v2",7327 "parity-scale-codec",7328 "scale-info",7329 "sp-std",7330]73317332[[package]]7333name = "pallet-timestamp"7334version = "4.0.0-dev"7335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7336dependencies = [7337 "frame-benchmarking",7338 "frame-support",7339 "frame-system",7340 "log",7341 "parity-scale-codec",7342 "scale-info",7343 "sp-inherents",7344 "sp-io",7345 "sp-runtime",7346 "sp-std",7347 "sp-timestamp",7348]73497350[[package]]7351name = "pallet-tips"7352version = "4.0.0-dev"7353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7354dependencies = [7355 "frame-benchmarking",7356 "frame-support",7357 "frame-system",7358 "log",7359 "pallet-treasury",7360 "parity-scale-codec",7361 "scale-info",7362 "serde",7363 "sp-core",7364 "sp-io",7365 "sp-runtime",7366 "sp-std",7367]73687369[[package]]7370name = "pallet-transaction-payment"7371version = "4.0.0-dev"7372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7373dependencies = [7374 "frame-support",7375 "frame-system",7376 "parity-scale-codec",7377 "scale-info",7378 "serde",7379 "sp-core",7380 "sp-io",7381 "sp-runtime",7382 "sp-std",7383]73847385[[package]]7386name = "pallet-transaction-payment-rpc"7387version = "4.0.0-dev"7388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7389dependencies = [7390 "jsonrpsee",7391 "pallet-transaction-payment-rpc-runtime-api",7392 "parity-scale-codec",7393 "sp-api",7394 "sp-blockchain",7395 "sp-core",7396 "sp-rpc",7397 "sp-runtime",7398 "sp-weights",7399]74007401[[package]]7402name = "pallet-transaction-payment-rpc-runtime-api"7403version = "4.0.0-dev"7404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7405dependencies = [7406 "pallet-transaction-payment",7407 "parity-scale-codec",7408 "sp-api",7409 "sp-runtime",7410 "sp-weights",7411]74127413[[package]]7414name = "pallet-treasury"7415version = "4.0.0-dev"7416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7417dependencies = [7418 "frame-benchmarking",7419 "frame-support",7420 "frame-system",7421 "impl-trait-for-tuples",7422 "pallet-balances",7423 "parity-scale-codec",7424 "scale-info",7425 "serde",7426 "sp-runtime",7427 "sp-std",7428]74297430[[package]]7431name = "pallet-unique"7432version = "0.2.1"7433dependencies = [7434 "ethereum",7435 "evm-coder",7436 "frame-benchmarking",7437 "frame-support",7438 "frame-system",7439 "pallet-balances-adapter",7440 "pallet-common",7441 "pallet-evm",7442 "pallet-evm-coder-substrate",7443 "pallet-nonfungible",7444 "pallet-refungible",7445 "parity-scale-codec",7446 "scale-info",7447 "sp-core",7448 "sp-io",7449 "sp-runtime",7450 "sp-std",7451 "up-data-structs",7452]74537454[[package]]7455name = "pallet-unique-scheduler-v2"7456version = "0.1.0"7457dependencies = [7458 "frame-benchmarking",7459 "frame-support",7460 "frame-system",7461 "log",7462 "pallet-preimage",7463 "parity-scale-codec",7464 "scale-info",7465 "sp-core",7466 "sp-io",7467 "sp-runtime",7468 "sp-std",7469 "substrate-test-utils",7470]74717472[[package]]7473name = "pallet-utility"7474version = "4.0.0-dev"7475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7476dependencies = [7477 "frame-benchmarking",7478 "frame-support",7479 "frame-system",7480 "parity-scale-codec",7481 "scale-info",7482 "sp-core",7483 "sp-io",7484 "sp-runtime",7485 "sp-std",7486]74877488[[package]]7489name = "pallet-vesting"7490version = "4.0.0-dev"7491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7492dependencies = [7493 "frame-benchmarking",7494 "frame-support",7495 "frame-system",7496 "log",7497 "parity-scale-codec",7498 "scale-info",7499 "sp-runtime",7500 "sp-std",7501]75027503[[package]]7504name = "pallet-whitelist"7505version = "4.0.0-dev"7506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"7507dependencies = [7508 "frame-benchmarking",7509 "frame-support",7510 "frame-system",7511 "parity-scale-codec",7512 "scale-info",7513 "sp-api",7514 "sp-runtime",7515 "sp-std",7516]75177518[[package]]7519name = "pallet-xcm"7520version = "0.9.42"7521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7522dependencies = [7523 "bounded-collections",7524 "frame-benchmarking",7525 "frame-support",7526 "frame-system",7527 "log",7528 "parity-scale-codec",7529 "scale-info",7530 "serde",7531 "sp-core",7532 "sp-io",7533 "sp-runtime",7534 "sp-std",7535 "xcm",7536 "xcm-executor",7537]75387539[[package]]7540name = "pallet-xcm-benchmarks"7541version = "0.9.42"7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7543dependencies = [7544 "frame-benchmarking",7545 "frame-support",7546 "frame-system",7547 "log",7548 "parity-scale-codec",7549 "scale-info",7550 "sp-io",7551 "sp-runtime",7552 "sp-std",7553 "xcm",7554 "xcm-builder",7555 "xcm-executor",7556]75577558[[package]]7559name = "parachain-info"7560version = "0.1.0"7561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"7562dependencies = [7563 "cumulus-primitives-core",7564 "frame-support",7565 "frame-system",7566 "parity-scale-codec",7567 "scale-info",7568]75697570[[package]]7571name = "parity-db"7572version = "0.4.8"7573source = "registry+https://github.com/rust-lang/crates.io-index"7574checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b"7575dependencies = [7576 "blake2",7577 "crc32fast",7578 "fs2",7579 "hex",7580 "libc",7581 "log",7582 "lz4",7583 "memmap2",7584 "parking_lot 0.12.1",7585 "rand 0.8.5",7586 "siphasher",7587 "snap",7588]75897590[[package]]7591name = "parity-scale-codec"7592version = "3.5.0"7593source = "registry+https://github.com/rust-lang/crates.io-index"7594checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"7595dependencies = [7596 "arrayvec 0.7.2",7597 "bitvec",7598 "byte-slice-cast",7599 "bytes",7600 "impl-trait-for-tuples",7601 "parity-scale-codec-derive",7602 "serde",7603]76047605[[package]]7606name = "parity-scale-codec-derive"7607version = "3.1.4"7608source = "registry+https://github.com/rust-lang/crates.io-index"7609checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7610dependencies = [7611 "proc-macro-crate",7612 "proc-macro2",7613 "quote",7614 "syn 1.0.109",7615]76167617[[package]]7618name = "parity-send-wrapper"7619version = "0.1.0"7620source = "registry+https://github.com/rust-lang/crates.io-index"7621checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"76227623[[package]]7624name = "parity-wasm"7625version = "0.45.0"7626source = "registry+https://github.com/rust-lang/crates.io-index"7627checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"76287629[[package]]7630name = "parking"7631version = "2.1.0"7632source = "registry+https://github.com/rust-lang/crates.io-index"7633checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"76347635[[package]]7636name = "parking_lot"7637version = "0.11.2"7638source = "registry+https://github.com/rust-lang/crates.io-index"7639checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7640dependencies = [7641 "instant",7642 "lock_api",7643 "parking_lot_core 0.8.6",7644]76457646[[package]]7647name = "parking_lot"7648version = "0.12.1"7649source = "registry+https://github.com/rust-lang/crates.io-index"7650checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7651dependencies = [7652 "lock_api",7653 "parking_lot_core 0.9.7",7654]76557656[[package]]7657name = "parking_lot_core"7658version = "0.8.6"7659source = "registry+https://github.com/rust-lang/crates.io-index"7660checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7661dependencies = [7662 "cfg-if",7663 "instant",7664 "libc",7665 "redox_syscall 0.2.16",7666 "smallvec",7667 "winapi",7668]76697670[[package]]7671name = "parking_lot_core"7672version = "0.9.7"7673source = "registry+https://github.com/rust-lang/crates.io-index"7674checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"7675dependencies = [7676 "cfg-if",7677 "libc",7678 "redox_syscall 0.2.16",7679 "smallvec",7680 "windows-sys 0.45.0",7681]76827683[[package]]7684name = "paste"7685version = "1.0.12"7686source = "registry+https://github.com/rust-lang/crates.io-index"7687checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"76887689[[package]]7690name = "pbkdf2"7691version = "0.8.0"7692source = "registry+https://github.com/rust-lang/crates.io-index"7693checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7694dependencies = [7695 "crypto-mac 0.11.1",7696]76977698[[package]]7699name = "pbkdf2"7700version = "0.11.0"7701source = "registry+https://github.com/rust-lang/crates.io-index"7702checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"7703dependencies = [7704 "digest 0.10.7",7705]77067707[[package]]7708name = "peeking_take_while"7709version = "0.1.2"7710source = "registry+https://github.com/rust-lang/crates.io-index"7711checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"77127713[[package]]7714name = "pem"7715version = "1.1.1"7716source = "registry+https://github.com/rust-lang/crates.io-index"7717checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"7718dependencies = [7719 "base64 0.13.1",7720]77217722[[package]]7723name = "pem-rfc7468"7724version = "0.6.0"7725source = "registry+https://github.com/rust-lang/crates.io-index"7726checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"7727dependencies = [7728 "base64ct",7729]77307731[[package]]7732name = "percent-encoding"7733version = "2.3.0"7734source = "registry+https://github.com/rust-lang/crates.io-index"7735checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"77367737[[package]]7738name = "pest"7739version = "2.6.0"7740source = "registry+https://github.com/rust-lang/crates.io-index"7741checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"7742dependencies = [7743 "thiserror",7744 "ucd-trie",7745]77467747[[package]]7748name = "pest_derive"7749version = "2.6.0"7750source = "registry+https://github.com/rust-lang/crates.io-index"7751checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"7752dependencies = [7753 "pest",7754 "pest_generator",7755]77567757[[package]]7758name = "pest_generator"7759version = "2.6.0"7760source = "registry+https://github.com/rust-lang/crates.io-index"7761checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"7762dependencies = [7763 "pest",7764 "pest_meta",7765 "proc-macro2",7766 "quote",7767 "syn 2.0.18",7768]77697770[[package]]7771name = "pest_meta"7772version = "2.6.0"7773source = "registry+https://github.com/rust-lang/crates.io-index"7774checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"7775dependencies = [7776 "once_cell",7777 "pest",7778 "sha2 0.10.6",7779]77807781[[package]]7782name = "petgraph"7783version = "0.6.3"7784source = "registry+https://github.com/rust-lang/crates.io-index"7785checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"7786dependencies = [7787 "fixedbitset",7788 "indexmap",7789]77907791[[package]]7792name = "pin-project"7793version = "1.1.0"7794source = "registry+https://github.com/rust-lang/crates.io-index"7795checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"7796dependencies = [7797 "pin-project-internal",7798]77997800[[package]]7801name = "pin-project-internal"7802version = "1.1.0"7803source = "registry+https://github.com/rust-lang/crates.io-index"7804checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"7805dependencies = [7806 "proc-macro2",7807 "quote",7808 "syn 2.0.18",7809]78107811[[package]]7812name = "pin-project-lite"7813version = "0.1.12"7814source = "registry+https://github.com/rust-lang/crates.io-index"7815checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"78167817[[package]]7818name = "pin-project-lite"7819version = "0.2.9"7820source = "registry+https://github.com/rust-lang/crates.io-index"7821checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"78227823[[package]]7824name = "pin-utils"7825version = "0.1.0"7826source = "registry+https://github.com/rust-lang/crates.io-index"7827checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"78287829[[package]]7830name = "pkcs8"7831version = "0.9.0"7832source = "registry+https://github.com/rust-lang/crates.io-index"7833checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7834dependencies = [7835 "der 0.6.1",7836 "spki 0.6.0",7837]78387839[[package]]7840name = "pkcs8"7841version = "0.10.2"7842source = "registry+https://github.com/rust-lang/crates.io-index"7843checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"7844dependencies = [7845 "der 0.7.6",7846 "spki 0.7.2",7847]78487849[[package]]7850name = "pkg-config"7851version = "0.3.27"7852source = "registry+https://github.com/rust-lang/crates.io-index"7853checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"78547855[[package]]7856name = "platforms"7857version = "2.0.0"7858source = "registry+https://github.com/rust-lang/crates.io-index"7859checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"78607861[[package]]7862name = "platforms"7863version = "3.0.2"7864source = "registry+https://github.com/rust-lang/crates.io-index"7865checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"78667867[[package]]7868name = "polkadot-approval-distribution"7869version = "0.9.42"7870source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7871dependencies = [7872 "futures",7873 "polkadot-node-jaeger",7874 "polkadot-node-metrics",7875 "polkadot-node-network-protocol",7876 "polkadot-node-primitives",7877 "polkadot-node-subsystem",7878 "polkadot-primitives",7879 "rand 0.8.5",7880 "tracing-gum",7881]78827883[[package]]7884name = "polkadot-availability-bitfield-distribution"7885version = "0.9.42"7886source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7887dependencies = [7888 "futures",7889 "polkadot-node-network-protocol",7890 "polkadot-node-subsystem",7891 "polkadot-node-subsystem-util",7892 "polkadot-primitives",7893 "rand 0.8.5",7894 "tracing-gum",7895]78967897[[package]]7898name = "polkadot-availability-distribution"7899version = "0.9.42"7900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7901dependencies = [7902 "derive_more",7903 "fatality",7904 "futures",7905 "lru 0.9.0",7906 "parity-scale-codec",7907 "polkadot-erasure-coding",7908 "polkadot-node-network-protocol",7909 "polkadot-node-primitives",7910 "polkadot-node-subsystem",7911 "polkadot-node-subsystem-util",7912 "polkadot-primitives",7913 "rand 0.8.5",7914 "sp-core",7915 "sp-keystore",7916 "thiserror",7917 "tracing-gum",7918]79197920[[package]]7921name = "polkadot-availability-recovery"7922version = "0.9.42"7923source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7924dependencies = [7925 "fatality",7926 "futures",7927 "lru 0.9.0",7928 "parity-scale-codec",7929 "polkadot-erasure-coding",7930 "polkadot-node-network-protocol",7931 "polkadot-node-primitives",7932 "polkadot-node-subsystem",7933 "polkadot-node-subsystem-util",7934 "polkadot-primitives",7935 "rand 0.8.5",7936 "sc-network",7937 "thiserror",7938 "tracing-gum",7939]79407941[[package]]7942name = "polkadot-cli"7943version = "0.9.42"7944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7945dependencies = [7946 "clap",7947 "frame-benchmarking-cli",7948 "futures",7949 "log",7950 "polkadot-client",7951 "polkadot-node-core-pvf-worker",7952 "polkadot-node-metrics",7953 "polkadot-performance-test",7954 "polkadot-service",7955 "sc-cli",7956 "sc-executor",7957 "sc-service",7958 "sc-storage-monitor",7959 "sc-sysinfo",7960 "sc-tracing",7961 "sp-core",7962 "sp-io",7963 "sp-keyring",7964 "sp-maybe-compressed-blob",7965 "substrate-build-script-utils",7966 "thiserror",7967 "try-runtime-cli",7968]79697970[[package]]7971name = "polkadot-client"7972version = "0.9.42"7973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7974dependencies = [7975 "async-trait",7976 "frame-benchmarking",7977 "frame-benchmarking-cli",7978 "frame-system",7979 "frame-system-rpc-runtime-api",7980 "futures",7981 "pallet-transaction-payment",7982 "pallet-transaction-payment-rpc-runtime-api",7983 "polkadot-core-primitives",7984 "polkadot-node-core-parachains-inherent",7985 "polkadot-primitives",7986 "polkadot-runtime",7987 "polkadot-runtime-common",7988 "sc-client-api",7989 "sc-consensus",7990 "sc-executor",7991 "sc-service",7992 "sp-api",7993 "sp-authority-discovery",7994 "sp-block-builder",7995 "sp-blockchain",7996 "sp-consensus",7997 "sp-consensus-babe",7998 "sp-consensus-beefy",7999 "sp-consensus-grandpa",8000 "sp-core",8001 "sp-inherents",8002 "sp-keyring",8003 "sp-mmr-primitives",8004 "sp-offchain",8005 "sp-runtime",8006 "sp-session",8007 "sp-storage",8008 "sp-timestamp",8009 "sp-transaction-pool",8010]80118012[[package]]8013name = "polkadot-collator-protocol"8014version = "0.9.42"8015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8016dependencies = [8017 "always-assert",8018 "bitvec",8019 "fatality",8020 "futures",8021 "futures-timer",8022 "polkadot-node-network-protocol",8023 "polkadot-node-primitives",8024 "polkadot-node-subsystem",8025 "polkadot-node-subsystem-util",8026 "polkadot-primitives",8027 "sp-core",8028 "sp-keystore",8029 "sp-runtime",8030 "thiserror",8031 "tracing-gum",8032]80338034[[package]]8035name = "polkadot-core-primitives"8036version = "0.9.42"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8038dependencies = [8039 "parity-scale-codec",8040 "scale-info",8041 "sp-core",8042 "sp-runtime",8043 "sp-std",8044]80458046[[package]]8047name = "polkadot-dispute-distribution"8048version = "0.9.42"8049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8050dependencies = [8051 "derive_more",8052 "fatality",8053 "futures",8054 "futures-timer",8055 "indexmap",8056 "lru 0.9.0",8057 "parity-scale-codec",8058 "polkadot-erasure-coding",8059 "polkadot-node-network-protocol",8060 "polkadot-node-primitives",8061 "polkadot-node-subsystem",8062 "polkadot-node-subsystem-util",8063 "polkadot-primitives",8064 "sc-network",8065 "sp-application-crypto",8066 "sp-keystore",8067 "thiserror",8068 "tracing-gum",8069]80708071[[package]]8072name = "polkadot-erasure-coding"8073version = "0.9.42"8074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8075dependencies = [8076 "parity-scale-codec",8077 "polkadot-node-primitives",8078 "polkadot-primitives",8079 "reed-solomon-novelpoly",8080 "sp-core",8081 "sp-trie",8082 "thiserror",8083]80848085[[package]]8086name = "polkadot-gossip-support"8087version = "0.9.42"8088source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8089dependencies = [8090 "futures",8091 "futures-timer",8092 "polkadot-node-network-protocol",8093 "polkadot-node-subsystem",8094 "polkadot-node-subsystem-util",8095 "polkadot-primitives",8096 "rand 0.8.5",8097 "rand_chacha 0.3.1",8098 "sc-network",8099 "sp-application-crypto",8100 "sp-core",8101 "sp-keystore",8102 "tracing-gum",8103]81048105[[package]]8106name = "polkadot-network-bridge"8107version = "0.9.42"8108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8109dependencies = [8110 "always-assert",8111 "async-trait",8112 "bytes",8113 "fatality",8114 "futures",8115 "parity-scale-codec",8116 "parking_lot 0.12.1",8117 "polkadot-node-metrics",8118 "polkadot-node-network-protocol",8119 "polkadot-node-subsystem",8120 "polkadot-overseer",8121 "polkadot-primitives",8122 "sc-network",8123 "sp-consensus",8124 "thiserror",8125 "tracing-gum",8126]81278128[[package]]8129name = "polkadot-node-collation-generation"8130version = "0.9.42"8131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8132dependencies = [8133 "futures",8134 "parity-scale-codec",8135 "polkadot-erasure-coding",8136 "polkadot-node-primitives",8137 "polkadot-node-subsystem",8138 "polkadot-node-subsystem-util",8139 "polkadot-primitives",8140 "sp-core",8141 "sp-maybe-compressed-blob",8142 "thiserror",8143 "tracing-gum",8144]81458146[[package]]8147name = "polkadot-node-core-approval-voting"8148version = "0.9.42"8149source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8150dependencies = [8151 "bitvec",8152 "derive_more",8153 "futures",8154 "futures-timer",8155 "kvdb",8156 "lru 0.9.0",8157 "merlin",8158 "parity-scale-codec",8159 "polkadot-node-jaeger",8160 "polkadot-node-primitives",8161 "polkadot-node-subsystem",8162 "polkadot-node-subsystem-util",8163 "polkadot-overseer",8164 "polkadot-primitives",8165 "sc-keystore",8166 "schnorrkel",8167 "sp-application-crypto",8168 "sp-consensus",8169 "sp-consensus-slots",8170 "sp-runtime",8171 "thiserror",8172 "tracing-gum",8173]81748175[[package]]8176name = "polkadot-node-core-av-store"8177version = "0.9.42"8178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8179dependencies = [8180 "bitvec",8181 "futures",8182 "futures-timer",8183 "kvdb",8184 "parity-scale-codec",8185 "polkadot-erasure-coding",8186 "polkadot-node-primitives",8187 "polkadot-node-subsystem",8188 "polkadot-node-subsystem-util",8189 "polkadot-overseer",8190 "polkadot-primitives",8191 "sp-consensus",8192 "thiserror",8193 "tracing-gum",8194]81958196[[package]]8197name = "polkadot-node-core-backing"8198version = "0.9.42"8199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8200dependencies = [8201 "bitvec",8202 "fatality",8203 "futures",8204 "polkadot-erasure-coding",8205 "polkadot-node-primitives",8206 "polkadot-node-subsystem",8207 "polkadot-node-subsystem-util",8208 "polkadot-primitives",8209 "polkadot-statement-table",8210 "sp-keystore",8211 "thiserror",8212 "tracing-gum",8213]82148215[[package]]8216name = "polkadot-node-core-bitfield-signing"8217version = "0.9.42"8218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8219dependencies = [8220 "futures",8221 "polkadot-node-subsystem",8222 "polkadot-node-subsystem-util",8223 "polkadot-primitives",8224 "sp-keystore",8225 "thiserror",8226 "tracing-gum",8227 "wasm-timer",8228]82298230[[package]]8231name = "polkadot-node-core-candidate-validation"8232version = "0.9.42"8233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8234dependencies = [8235 "async-trait",8236 "futures",8237 "futures-timer",8238 "parity-scale-codec",8239 "polkadot-node-core-pvf",8240 "polkadot-node-metrics",8241 "polkadot-node-primitives",8242 "polkadot-node-subsystem",8243 "polkadot-node-subsystem-util",8244 "polkadot-parachain",8245 "polkadot-primitives",8246 "sp-maybe-compressed-blob",8247 "tracing-gum",8248]82498250[[package]]8251name = "polkadot-node-core-chain-api"8252version = "0.9.42"8253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8254dependencies = [8255 "futures",8256 "polkadot-node-metrics",8257 "polkadot-node-subsystem",8258 "polkadot-primitives",8259 "sc-client-api",8260 "sc-consensus-babe",8261 "sp-blockchain",8262 "tracing-gum",8263]82648265[[package]]8266name = "polkadot-node-core-chain-selection"8267version = "0.9.42"8268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8269dependencies = [8270 "futures",8271 "futures-timer",8272 "kvdb",8273 "parity-scale-codec",8274 "polkadot-node-primitives",8275 "polkadot-node-subsystem",8276 "polkadot-node-subsystem-util",8277 "polkadot-primitives",8278 "thiserror",8279 "tracing-gum",8280]82818282[[package]]8283name = "polkadot-node-core-dispute-coordinator"8284version = "0.9.42"8285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8286dependencies = [8287 "fatality",8288 "futures",8289 "kvdb",8290 "lru 0.9.0",8291 "parity-scale-codec",8292 "polkadot-node-primitives",8293 "polkadot-node-subsystem",8294 "polkadot-node-subsystem-util",8295 "polkadot-primitives",8296 "sc-keystore",8297 "thiserror",8298 "tracing-gum",8299]83008301[[package]]8302name = "polkadot-node-core-parachains-inherent"8303version = "0.9.42"8304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8305dependencies = [8306 "async-trait",8307 "futures",8308 "futures-timer",8309 "polkadot-node-subsystem",8310 "polkadot-overseer",8311 "polkadot-primitives",8312 "sp-blockchain",8313 "sp-inherents",8314 "thiserror",8315 "tracing-gum",8316]83178318[[package]]8319name = "polkadot-node-core-provisioner"8320version = "0.9.42"8321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8322dependencies = [8323 "bitvec",8324 "fatality",8325 "futures",8326 "futures-timer",8327 "polkadot-node-primitives",8328 "polkadot-node-subsystem",8329 "polkadot-node-subsystem-util",8330 "polkadot-primitives",8331 "rand 0.8.5",8332 "thiserror",8333 "tracing-gum",8334]83358336[[package]]8337name = "polkadot-node-core-pvf"8338version = "0.9.42"8339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8340dependencies = [8341 "always-assert",8342 "futures",8343 "futures-timer",8344 "libc",8345 "parity-scale-codec",8346 "pin-project",8347 "polkadot-core-primitives",8348 "polkadot-node-metrics",8349 "polkadot-node-primitives",8350 "polkadot-parachain",8351 "polkadot-primitives",8352 "rand 0.8.5",8353 "slotmap",8354 "sp-core",8355 "sp-maybe-compressed-blob",8356 "sp-tracing",8357 "sp-wasm-interface",8358 "substrate-build-script-utils",8359 "tokio",8360 "tracing-gum",8361]83628363[[package]]8364name = "polkadot-node-core-pvf-checker"8365version = "0.9.42"8366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8367dependencies = [8368 "futures",8369 "polkadot-node-primitives",8370 "polkadot-node-subsystem",8371 "polkadot-node-subsystem-util",8372 "polkadot-overseer",8373 "polkadot-primitives",8374 "sp-keystore",8375 "thiserror",8376 "tracing-gum",8377]83788379[[package]]8380name = "polkadot-node-core-pvf-worker"8381version = "0.9.42"8382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8383dependencies = [8384 "assert_matches",8385 "cpu-time",8386 "futures",8387 "libc",8388 "parity-scale-codec",8389 "polkadot-node-core-pvf",8390 "polkadot-parachain",8391 "polkadot-primitives",8392 "rayon",8393 "sc-executor",8394 "sc-executor-common",8395 "sc-executor-wasmtime",8396 "sp-core",8397 "sp-externalities",8398 "sp-io",8399 "sp-maybe-compressed-blob",8400 "sp-tracing",8401 "substrate-build-script-utils",8402 "tempfile",8403 "tikv-jemalloc-ctl",8404 "tokio",8405 "tracing-gum",8406]84078408[[package]]8409name = "polkadot-node-core-runtime-api"8410version = "0.9.42"8411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8412dependencies = [8413 "futures",8414 "lru 0.9.0",8415 "polkadot-node-metrics",8416 "polkadot-node-subsystem",8417 "polkadot-node-subsystem-types",8418 "polkadot-primitives",8419 "sp-consensus-babe",8420 "tracing-gum",8421]84228423[[package]]8424name = "polkadot-node-jaeger"8425version = "0.9.42"8426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8427dependencies = [8428 "lazy_static",8429 "log",8430 "mick-jaeger",8431 "parity-scale-codec",8432 "parking_lot 0.12.1",8433 "polkadot-node-primitives",8434 "polkadot-primitives",8435 "sc-network",8436 "sp-core",8437 "thiserror",8438 "tokio",8439]84408441[[package]]8442name = "polkadot-node-metrics"8443version = "0.9.42"8444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8445dependencies = [8446 "bs58",8447 "futures",8448 "futures-timer",8449 "log",8450 "parity-scale-codec",8451 "polkadot-primitives",8452 "prioritized-metered-channel",8453 "sc-cli",8454 "sc-service",8455 "sc-tracing",8456 "substrate-prometheus-endpoint",8457 "tracing-gum",8458]84598460[[package]]8461name = "polkadot-node-network-protocol"8462version = "0.9.42"8463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8464dependencies = [8465 "async-trait",8466 "derive_more",8467 "fatality",8468 "futures",8469 "hex",8470 "parity-scale-codec",8471 "polkadot-node-jaeger",8472 "polkadot-node-primitives",8473 "polkadot-primitives",8474 "rand 0.8.5",8475 "sc-authority-discovery",8476 "sc-network",8477 "strum",8478 "thiserror",8479 "tracing-gum",8480]84818482[[package]]8483name = "polkadot-node-primitives"8484version = "0.9.42"8485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8486dependencies = [8487 "bounded-vec",8488 "futures",8489 "parity-scale-codec",8490 "polkadot-parachain",8491 "polkadot-primitives",8492 "schnorrkel",8493 "serde",8494 "sp-application-crypto",8495 "sp-consensus-babe",8496 "sp-core",8497 "sp-keystore",8498 "sp-maybe-compressed-blob",8499 "sp-runtime",8500 "thiserror",8501 "zstd 0.11.2+zstd.1.5.2",8502]85038504[[package]]8505name = "polkadot-node-subsystem"8506version = "0.9.42"8507source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8508dependencies = [8509 "polkadot-node-jaeger",8510 "polkadot-node-subsystem-types",8511 "polkadot-overseer",8512]85138514[[package]]8515name = "polkadot-node-subsystem-types"8516version = "0.9.42"8517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8518dependencies = [8519 "async-trait",8520 "derive_more",8521 "futures",8522 "orchestra",8523 "polkadot-node-jaeger",8524 "polkadot-node-network-protocol",8525 "polkadot-node-primitives",8526 "polkadot-primitives",8527 "polkadot-statement-table",8528 "sc-network",8529 "smallvec",8530 "sp-api",8531 "sp-authority-discovery",8532 "sp-consensus-babe",8533 "substrate-prometheus-endpoint",8534 "thiserror",8535]85368537[[package]]8538name = "polkadot-node-subsystem-util"8539version = "0.9.42"8540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8541dependencies = [8542 "async-trait",8543 "derive_more",8544 "fatality",8545 "futures",8546 "futures-channel",8547 "itertools",8548 "kvdb",8549 "lru 0.9.0",8550 "parity-db",8551 "parity-scale-codec",8552 "parking_lot 0.11.2",8553 "pin-project",8554 "polkadot-node-jaeger",8555 "polkadot-node-metrics",8556 "polkadot-node-network-protocol",8557 "polkadot-node-primitives",8558 "polkadot-node-subsystem",8559 "polkadot-overseer",8560 "polkadot-primitives",8561 "prioritized-metered-channel",8562 "rand 0.8.5",8563 "sp-application-crypto",8564 "sp-core",8565 "sp-keystore",8566 "thiserror",8567 "tracing-gum",8568]85698570[[package]]8571name = "polkadot-overseer"8572version = "0.9.42"8573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8574dependencies = [8575 "async-trait",8576 "futures",8577 "futures-timer",8578 "lru 0.9.0",8579 "orchestra",8580 "parking_lot 0.12.1",8581 "polkadot-node-metrics",8582 "polkadot-node-network-protocol",8583 "polkadot-node-primitives",8584 "polkadot-node-subsystem-types",8585 "polkadot-primitives",8586 "sc-client-api",8587 "sp-api",8588 "sp-core",8589 "tikv-jemalloc-ctl",8590 "tracing-gum",8591]85928593[[package]]8594name = "polkadot-parachain"8595version = "0.9.42"8596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8597dependencies = [8598 "bounded-collections",8599 "derive_more",8600 "frame-support",8601 "parity-scale-codec",8602 "polkadot-core-primitives",8603 "scale-info",8604 "serde",8605 "sp-core",8606 "sp-runtime",8607 "sp-std",8608]86098610[[package]]8611name = "polkadot-performance-test"8612version = "0.9.42"8613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8614dependencies = [8615 "env_logger 0.9.3",8616 "kusama-runtime",8617 "log",8618 "polkadot-erasure-coding",8619 "polkadot-node-core-pvf-worker",8620 "polkadot-node-primitives",8621 "polkadot-primitives",8622 "quote",8623 "sc-executor-common",8624 "sp-maybe-compressed-blob",8625 "thiserror",8626]86278628[[package]]8629name = "polkadot-primitives"8630version = "0.9.42"8631source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8632dependencies = [8633 "bitvec",8634 "hex-literal",8635 "parity-scale-codec",8636 "polkadot-core-primitives",8637 "polkadot-parachain",8638 "scale-info",8639 "serde",8640 "sp-api",8641 "sp-application-crypto",8642 "sp-arithmetic",8643 "sp-authority-discovery",8644 "sp-consensus-slots",8645 "sp-core",8646 "sp-inherents",8647 "sp-io",8648 "sp-keystore",8649 "sp-runtime",8650 "sp-staking",8651 "sp-std",8652]86538654[[package]]8655name = "polkadot-rpc"8656version = "0.9.42"8657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8658dependencies = [8659 "jsonrpsee",8660 "mmr-rpc",8661 "pallet-transaction-payment-rpc",8662 "polkadot-primitives",8663 "sc-chain-spec",8664 "sc-client-api",8665 "sc-consensus-babe",8666 "sc-consensus-babe-rpc",8667 "sc-consensus-beefy",8668 "sc-consensus-beefy-rpc",8669 "sc-consensus-epochs",8670 "sc-consensus-grandpa",8671 "sc-consensus-grandpa-rpc",8672 "sc-rpc",8673 "sc-sync-state-rpc",8674 "sc-transaction-pool-api",8675 "sp-api",8676 "sp-block-builder",8677 "sp-blockchain",8678 "sp-consensus",8679 "sp-consensus-babe",8680 "sp-keystore",8681 "sp-runtime",8682 "substrate-frame-rpc-system",8683 "substrate-state-trie-migration-rpc",8684]86858686[[package]]8687name = "polkadot-runtime"8688version = "0.9.42"8689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8690dependencies = [8691 "bitvec",8692 "frame-benchmarking",8693 "frame-election-provider-support",8694 "frame-executive",8695 "frame-support",8696 "frame-system",8697 "frame-system-benchmarking",8698 "frame-system-rpc-runtime-api",8699 "frame-try-runtime",8700 "hex-literal",8701 "log",8702 "pallet-authority-discovery",8703 "pallet-authorship",8704 "pallet-babe",8705 "pallet-bags-list",8706 "pallet-balances",8707 "pallet-bounties",8708 "pallet-child-bounties",8709 "pallet-collective",8710 "pallet-conviction-voting",8711 "pallet-democracy",8712 "pallet-election-provider-multi-phase",8713 "pallet-election-provider-support-benchmarking",8714 "pallet-elections-phragmen",8715 "pallet-fast-unstake",8716 "pallet-grandpa",8717 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",8718 "pallet-im-online",8719 "pallet-indices",8720 "pallet-membership",8721 "pallet-multisig",8722 "pallet-nomination-pools",8723 "pallet-nomination-pools-benchmarking",8724 "pallet-nomination-pools-runtime-api",8725 "pallet-offences",8726 "pallet-offences-benchmarking",8727 "pallet-preimage",8728 "pallet-proxy",8729 "pallet-referenda",8730 "pallet-scheduler",8731 "pallet-session",8732 "pallet-session-benchmarking",8733 "pallet-staking",8734 "pallet-staking-reward-curve",8735 "pallet-staking-runtime-api",8736 "pallet-timestamp",8737 "pallet-tips",8738 "pallet-transaction-payment",8739 "pallet-transaction-payment-rpc-runtime-api",8740 "pallet-treasury",8741 "pallet-utility",8742 "pallet-vesting",8743 "pallet-whitelist",8744 "pallet-xcm",8745 "parity-scale-codec",8746 "polkadot-primitives",8747 "polkadot-runtime-common",8748 "polkadot-runtime-constants",8749 "polkadot-runtime-parachains",8750 "rustc-hex",8751 "scale-info",8752 "serde",8753 "serde_derive",8754 "smallvec",8755 "sp-api",8756 "sp-arithmetic",8757 "sp-authority-discovery",8758 "sp-block-builder",8759 "sp-consensus-babe",8760 "sp-consensus-beefy",8761 "sp-core",8762 "sp-inherents",8763 "sp-io",8764 "sp-mmr-primitives",8765 "sp-npos-elections",8766 "sp-offchain",8767 "sp-runtime",8768 "sp-session",8769 "sp-staking",8770 "sp-std",8771 "sp-transaction-pool",8772 "sp-version",8773 "static_assertions",8774 "substrate-wasm-builder",8775 "xcm",8776 "xcm-builder",8777 "xcm-executor",8778]87798780[[package]]8781name = "polkadot-runtime-common"8782version = "0.9.42"8783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8784dependencies = [8785 "bitvec",8786 "frame-benchmarking",8787 "frame-election-provider-support",8788 "frame-support",8789 "frame-system",8790 "impl-trait-for-tuples",8791 "libsecp256k1",8792 "log",8793 "pallet-authorship",8794 "pallet-babe",8795 "pallet-balances",8796 "pallet-election-provider-multi-phase",8797 "pallet-fast-unstake",8798 "pallet-session",8799 "pallet-staking",8800 "pallet-staking-reward-fn",8801 "pallet-timestamp",8802 "pallet-transaction-payment",8803 "pallet-treasury",8804 "pallet-vesting",8805 "parity-scale-codec",8806 "polkadot-primitives",8807 "polkadot-runtime-parachains",8808 "rustc-hex",8809 "scale-info",8810 "serde",8811 "serde_derive",8812 "slot-range-helper",8813 "sp-api",8814 "sp-core",8815 "sp-inherents",8816 "sp-io",8817 "sp-npos-elections",8818 "sp-runtime",8819 "sp-session",8820 "sp-staking",8821 "sp-std",8822 "static_assertions",8823 "xcm",8824]88258826[[package]]8827name = "polkadot-runtime-constants"8828version = "0.9.42"8829source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8830dependencies = [8831 "frame-support",8832 "polkadot-primitives",8833 "polkadot-runtime-common",8834 "smallvec",8835 "sp-core",8836 "sp-runtime",8837 "sp-weights",8838]88398840[[package]]8841name = "polkadot-runtime-metrics"8842version = "0.9.42"8843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8844dependencies = [8845 "bs58",8846 "parity-scale-codec",8847 "polkadot-primitives",8848 "sp-std",8849 "sp-tracing",8850]88518852[[package]]8853name = "polkadot-runtime-parachains"8854version = "0.9.42"8855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8856dependencies = [8857 "bitflags",8858 "bitvec",8859 "derive_more",8860 "frame-benchmarking",8861 "frame-support",8862 "frame-system",8863 "log",8864 "pallet-authority-discovery",8865 "pallet-authorship",8866 "pallet-babe",8867 "pallet-balances",8868 "pallet-session",8869 "pallet-staking",8870 "pallet-timestamp",8871 "pallet-vesting",8872 "parity-scale-codec",8873 "polkadot-parachain",8874 "polkadot-primitives",8875 "polkadot-runtime-metrics",8876 "rand 0.8.5",8877 "rand_chacha 0.3.1",8878 "rustc-hex",8879 "scale-info",8880 "serde",8881 "sp-api",8882 "sp-application-crypto",8883 "sp-core",8884 "sp-inherents",8885 "sp-io",8886 "sp-keystore",8887 "sp-runtime",8888 "sp-session",8889 "sp-staking",8890 "sp-std",8891 "static_assertions",8892 "xcm",8893 "xcm-executor",8894]88958896[[package]]8897name = "polkadot-service"8898version = "0.9.42"8899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8900dependencies = [8901 "async-trait",8902 "frame-benchmarking-cli",8903 "frame-support",8904 "frame-system-rpc-runtime-api",8905 "futures",8906 "hex-literal",8907 "kusama-runtime",8908 "kvdb",8909 "kvdb-rocksdb",8910 "log",8911 "lru 0.9.0",8912 "mmr-gadget",8913 "pallet-babe",8914 "pallet-im-online",8915 "pallet-staking",8916 "pallet-transaction-payment-rpc-runtime-api",8917 "parity-db",8918 "polkadot-approval-distribution",8919 "polkadot-availability-bitfield-distribution",8920 "polkadot-availability-distribution",8921 "polkadot-availability-recovery",8922 "polkadot-client",8923 "polkadot-collator-protocol",8924 "polkadot-dispute-distribution",8925 "polkadot-gossip-support",8926 "polkadot-network-bridge",8927 "polkadot-node-collation-generation",8928 "polkadot-node-core-approval-voting",8929 "polkadot-node-core-av-store",8930 "polkadot-node-core-backing",8931 "polkadot-node-core-bitfield-signing",8932 "polkadot-node-core-candidate-validation",8933 "polkadot-node-core-chain-api",8934 "polkadot-node-core-chain-selection",8935 "polkadot-node-core-dispute-coordinator",8936 "polkadot-node-core-parachains-inherent",8937 "polkadot-node-core-provisioner",8938 "polkadot-node-core-pvf-checker",8939 "polkadot-node-core-runtime-api",8940 "polkadot-node-network-protocol",8941 "polkadot-node-primitives",8942 "polkadot-node-subsystem",8943 "polkadot-node-subsystem-types",8944 "polkadot-node-subsystem-util",8945 "polkadot-overseer",8946 "polkadot-parachain",8947 "polkadot-primitives",8948 "polkadot-rpc",8949 "polkadot-runtime",8950 "polkadot-runtime-constants",8951 "polkadot-runtime-parachains",8952 "polkadot-statement-distribution",8953 "rococo-runtime",8954 "sc-authority-discovery",8955 "sc-basic-authorship",8956 "sc-block-builder",8957 "sc-chain-spec",8958 "sc-client-api",8959 "sc-client-db",8960 "sc-consensus",8961 "sc-consensus-babe",8962 "sc-consensus-beefy",8963 "sc-consensus-grandpa",8964 "sc-consensus-slots",8965 "sc-executor",8966 "sc-keystore",8967 "sc-network",8968 "sc-network-common",8969 "sc-network-sync",8970 "sc-offchain",8971 "sc-service",8972 "sc-sync-state-rpc",8973 "sc-sysinfo",8974 "sc-telemetry",8975 "sc-transaction-pool",8976 "serde",8977 "serde_json",8978 "sp-api",8979 "sp-authority-discovery",8980 "sp-block-builder",8981 "sp-blockchain",8982 "sp-consensus",8983 "sp-consensus-babe",8984 "sp-consensus-beefy",8985 "sp-consensus-grandpa",8986 "sp-core",8987 "sp-inherents",8988 "sp-io",8989 "sp-keystore",8990 "sp-mmr-primitives",8991 "sp-offchain",8992 "sp-runtime",8993 "sp-session",8994 "sp-state-machine",8995 "sp-storage",8996 "sp-timestamp",8997 "sp-transaction-pool",8998 "sp-trie",8999 "substrate-prometheus-endpoint",9000 "thiserror",9001 "tracing-gum",9002 "westend-runtime",9003]90049005[[package]]9006name = "polkadot-statement-distribution"9007version = "0.9.42"9008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9009dependencies = [9010 "arrayvec 0.5.2",9011 "fatality",9012 "futures",9013 "indexmap",9014 "parity-scale-codec",9015 "polkadot-node-network-protocol",9016 "polkadot-node-primitives",9017 "polkadot-node-subsystem",9018 "polkadot-node-subsystem-util",9019 "polkadot-primitives",9020 "sp-keystore",9021 "sp-staking",9022 "thiserror",9023 "tracing-gum",9024]90259026[[package]]9027name = "polkadot-statement-table"9028version = "0.9.42"9029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9030dependencies = [9031 "parity-scale-codec",9032 "polkadot-primitives",9033 "sp-core",9034]90359036[[package]]9037name = "polling"9038version = "2.8.0"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9041dependencies = [9042 "autocfg",9043 "bitflags",9044 "cfg-if",9045 "concurrent-queue",9046 "libc",9047 "log",9048 "pin-project-lite 0.2.9",9049 "windows-sys 0.48.0",9050]90519052[[package]]9053name = "poly1305"9054version = "0.7.2"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9057dependencies = [9058 "cpufeatures",9059 "opaque-debug 0.3.0",9060 "universal-hash 0.4.1",9061]90629063[[package]]9064name = "polyval"9065version = "0.5.3"9066source = "registry+https://github.com/rust-lang/crates.io-index"9067checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9068dependencies = [9069 "cfg-if",9070 "cpufeatures",9071 "opaque-debug 0.3.0",9072 "universal-hash 0.4.1",9073]90749075[[package]]9076name = "polyval"9077version = "0.6.0"9078source = "registry+https://github.com/rust-lang/crates.io-index"9079checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"9080dependencies = [9081 "cfg-if",9082 "cpufeatures",9083 "opaque-debug 0.3.0",9084 "universal-hash 0.5.1",9085]90869087[[package]]9088name = "ppv-lite86"9089version = "0.2.17"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"90929093[[package]]9094name = "precompile-utils-macro"9095version = "0.1.0"9096dependencies = [9097 "num_enum",9098 "proc-macro2",9099 "quote",9100 "sha3 0.8.2",9101 "syn 1.0.109",9102]91039104[[package]]9105name = "predicates"9106version = "2.1.5"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9109dependencies = [9110 "difflib",9111 "float-cmp",9112 "itertools",9113 "normalize-line-endings",9114 "predicates-core",9115 "regex",9116]91179118[[package]]9119name = "predicates-core"9120version = "1.0.6"9121source = "registry+https://github.com/rust-lang/crates.io-index"9122checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"91239124[[package]]9125name = "predicates-tree"9126version = "1.0.9"9127source = "registry+https://github.com/rust-lang/crates.io-index"9128checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9129dependencies = [9130 "predicates-core",9131 "termtree",9132]91339134[[package]]9135name = "prettyplease"9136version = "0.1.25"9137source = "registry+https://github.com/rust-lang/crates.io-index"9138checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9139dependencies = [9140 "proc-macro2",9141 "syn 1.0.109",9142]91439144[[package]]9145name = "primitive-types"9146version = "0.12.1"9147source = "registry+https://github.com/rust-lang/crates.io-index"9148checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9149dependencies = [9150 "fixed-hash",9151 "impl-codec",9152 "impl-rlp",9153 "impl-serde",9154 "scale-info",9155 "uint",9156]91579158[[package]]9159name = "prioritized-metered-channel"9160version = "0.2.0"9161source = "registry+https://github.com/rust-lang/crates.io-index"9162checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9163dependencies = [9164 "coarsetime",9165 "crossbeam-queue",9166 "derive_more",9167 "futures",9168 "futures-timer",9169 "nanorand",9170 "thiserror",9171 "tracing",9172]91739174[[package]]9175name = "proc-macro-crate"9176version = "1.3.1"9177source = "registry+https://github.com/rust-lang/crates.io-index"9178checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9179dependencies = [9180 "once_cell",9181 "toml_edit",9182]91839184[[package]]9185name = "proc-macro-error"9186version = "1.0.4"9187source = "registry+https://github.com/rust-lang/crates.io-index"9188checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9189dependencies = [9190 "proc-macro-error-attr",9191 "proc-macro2",9192 "quote",9193 "syn 1.0.109",9194 "version_check",9195]91969197[[package]]9198name = "proc-macro-error-attr"9199version = "1.0.4"9200source = "registry+https://github.com/rust-lang/crates.io-index"9201checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9202dependencies = [9203 "proc-macro2",9204 "quote",9205 "version_check",9206]92079208[[package]]9209name = "proc-macro-warning"9210version = "0.3.1"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4"9213dependencies = [9214 "proc-macro2",9215 "quote",9216 "syn 2.0.18",9217]92189219[[package]]9220name = "proc-macro2"9221version = "1.0.59"9222source = "registry+https://github.com/rust-lang/crates.io-index"9223checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"9224dependencies = [9225 "unicode-ident",9226]92279228[[package]]9229name = "prometheus"9230version = "0.13.3"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9233dependencies = [9234 "cfg-if",9235 "fnv",9236 "lazy_static",9237 "memchr",9238 "parking_lot 0.12.1",9239 "thiserror",9240]92419242[[package]]9243name = "prometheus-client"9244version = "0.18.1"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"9247dependencies = [9248 "dtoa",9249 "itoa",9250 "parking_lot 0.12.1",9251 "prometheus-client-derive-text-encode",9252]92539254[[package]]9255name = "prometheus-client-derive-text-encode"9256version = "0.3.0"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"9259dependencies = [9260 "proc-macro2",9261 "quote",9262 "syn 1.0.109",9263]92649265[[package]]9266name = "prost"9267version = "0.11.9"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9270dependencies = [9271 "bytes",9272 "prost-derive",9273]92749275[[package]]9276name = "prost-build"9277version = "0.11.9"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"9280dependencies = [9281 "bytes",9282 "heck",9283 "itertools",9284 "lazy_static",9285 "log",9286 "multimap",9287 "petgraph",9288 "prettyplease",9289 "prost",9290 "prost-types",9291 "regex",9292 "syn 1.0.109",9293 "tempfile",9294 "which",9295]92969297[[package]]9298name = "prost-codec"9299version = "0.3.0"9300source = "registry+https://github.com/rust-lang/crates.io-index"9301checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"9302dependencies = [9303 "asynchronous-codec",9304 "bytes",9305 "prost",9306 "thiserror",9307 "unsigned-varint",9308]93099310[[package]]9311name = "prost-derive"9312version = "0.11.9"9313source = "registry+https://github.com/rust-lang/crates.io-index"9314checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"9315dependencies = [9316 "anyhow",9317 "itertools",9318 "proc-macro2",9319 "quote",9320 "syn 1.0.109",9321]93229323[[package]]9324name = "prost-types"9325version = "0.11.9"9326source = "registry+https://github.com/rust-lang/crates.io-index"9327checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"9328dependencies = [9329 "prost",9330]93319332[[package]]9333name = "psm"9334version = "0.1.21"9335source = "registry+https://github.com/rust-lang/crates.io-index"9336checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"9337dependencies = [9338 "cc",9339]93409341[[package]]9342name = "quartz-runtime"9343version = "0.9.42"9344dependencies = [9345 "app-promotion-rpc",9346 "cumulus-pallet-aura-ext",9347 "cumulus-pallet-dmp-queue",9348 "cumulus-pallet-parachain-system",9349 "cumulus-pallet-xcm",9350 "cumulus-pallet-xcmp-queue",9351 "cumulus-primitives-core",9352 "cumulus-primitives-timestamp",9353 "cumulus-primitives-utility",9354 "derivative",9355 "evm-coder",9356 "fp-evm",9357 "fp-rpc",9358 "fp-self-contained",9359 "frame-benchmarking",9360 "frame-executive",9361 "frame-support",9362 "frame-system",9363 "frame-system-benchmarking",9364 "frame-system-rpc-runtime-api",9365 "frame-try-runtime",9366 "hex-literal",9367 "impl-trait-for-tuples",9368 "log",9369 "num_enum",9370 "orml-tokens",9371 "orml-traits",9372 "orml-vesting",9373 "orml-xcm-support",9374 "orml-xtokens",9375 "pallet-app-promotion",9376 "pallet-aura",9377 "pallet-authorship",9378 "pallet-balances",9379 "pallet-balances-adapter",9380 "pallet-base-fee",9381 "pallet-collator-selection",9382 "pallet-common",9383 "pallet-configuration",9384 "pallet-ethereum",9385 "pallet-evm",9386 "pallet-evm-coder-substrate",9387 "pallet-evm-contract-helpers",9388 "pallet-evm-migration",9389 "pallet-evm-precompile-simple",9390 "pallet-evm-transaction-payment",9391 "pallet-foreign-assets",9392 "pallet-fungible",9393 "pallet-identity 4.0.0-dev",9394 "pallet-inflation",9395 "pallet-maintenance",9396 "pallet-nonfungible",9397 "pallet-preimage",9398 "pallet-refungible",9399 "pallet-session",9400 "pallet-state-trie-migration",9401 "pallet-structure",9402 "pallet-sudo",9403 "pallet-template-transaction-payment",9404 "pallet-test-utils",9405 "pallet-timestamp",9406 "pallet-transaction-payment",9407 "pallet-transaction-payment-rpc-runtime-api",9408 "pallet-treasury",9409 "pallet-unique",9410 "pallet-xcm",9411 "parachain-info",9412 "parity-scale-codec",9413 "polkadot-parachain",9414 "precompile-utils-macro",9415 "scale-info",9416 "serde",9417 "smallvec",9418 "sp-api",9419 "sp-arithmetic",9420 "sp-block-builder",9421 "sp-consensus-aura",9422 "sp-core",9423 "sp-inherents",9424 "sp-io",9425 "sp-offchain",9426 "sp-runtime",9427 "sp-session",9428 "sp-std",9429 "sp-transaction-pool",9430 "sp-version",9431 "substrate-wasm-builder",9432 "up-common",9433 "up-data-structs",9434 "up-pov-estimate-rpc",9435 "up-rpc",9436 "up-sponsorship",9437 "xcm",9438 "xcm-builder",9439 "xcm-executor",9440]94419442[[package]]9443name = "quick-error"9444version = "1.2.3"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"94479448[[package]]9449name = "quick-protobuf"9450version = "0.8.1"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"9453dependencies = [9454 "byteorder",9455]94569457[[package]]9458name = "quicksink"9459version = "0.1.2"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9462dependencies = [9463 "futures-core",9464 "futures-sink",9465 "pin-project-lite 0.1.12",9466]94679468[[package]]9469name = "quinn-proto"9470version = "0.9.3"9471source = "registry+https://github.com/rust-lang/crates.io-index"9472checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"9473dependencies = [9474 "bytes",9475 "rand 0.8.5",9476 "ring",9477 "rustc-hash",9478 "rustls 0.20.8",9479 "slab",9480 "thiserror",9481 "tinyvec",9482 "tracing",9483 "webpki 0.22.0",9484]94859486[[package]]9487name = "quote"9488version = "1.0.28"9489source = "registry+https://github.com/rust-lang/crates.io-index"9490checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"9491dependencies = [9492 "proc-macro2",9493]94949495[[package]]9496name = "radium"9497version = "0.7.0"9498source = "registry+https://github.com/rust-lang/crates.io-index"9499checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"95009501[[package]]9502name = "rand"9503version = "0.7.3"9504source = "registry+https://github.com/rust-lang/crates.io-index"9505checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9506dependencies = [9507 "getrandom 0.1.16",9508 "libc",9509 "rand_chacha 0.2.2",9510 "rand_core 0.5.1",9511 "rand_hc",9512]95139514[[package]]9515name = "rand"9516version = "0.8.5"9517source = "registry+https://github.com/rust-lang/crates.io-index"9518checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9519dependencies = [9520 "libc",9521 "rand_chacha 0.3.1",9522 "rand_core 0.6.4",9523]95249525[[package]]9526name = "rand_chacha"9527version = "0.2.2"9528source = "registry+https://github.com/rust-lang/crates.io-index"9529checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9530dependencies = [9531 "ppv-lite86",9532 "rand_core 0.5.1",9533]95349535[[package]]9536name = "rand_chacha"9537version = "0.3.1"9538source = "registry+https://github.com/rust-lang/crates.io-index"9539checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9540dependencies = [9541 "ppv-lite86",9542 "rand_core 0.6.4",9543]95449545[[package]]9546name = "rand_core"9547version = "0.5.1"9548source = "registry+https://github.com/rust-lang/crates.io-index"9549checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9550dependencies = [9551 "getrandom 0.1.16",9552]95539554[[package]]9555name = "rand_core"9556version = "0.6.4"9557source = "registry+https://github.com/rust-lang/crates.io-index"9558checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9559dependencies = [9560 "getrandom 0.2.9",9561]95629563[[package]]9564name = "rand_hc"9565version = "0.2.0"9566source = "registry+https://github.com/rust-lang/crates.io-index"9567checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9568dependencies = [9569 "rand_core 0.5.1",9570]95719572[[package]]9573name = "rand_pcg"9574version = "0.3.1"9575source = "registry+https://github.com/rust-lang/crates.io-index"9576checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9577dependencies = [9578 "rand_core 0.6.4",9579]95809581[[package]]9582name = "rawpointer"9583version = "0.2.1"9584source = "registry+https://github.com/rust-lang/crates.io-index"9585checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"95869587[[package]]9588name = "rayon"9589version = "1.7.0"9590source = "registry+https://github.com/rust-lang/crates.io-index"9591checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"9592dependencies = [9593 "either",9594 "rayon-core",9595]95969597[[package]]9598name = "rayon-core"9599version = "1.11.0"9600source = "registry+https://github.com/rust-lang/crates.io-index"9601checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"9602dependencies = [9603 "crossbeam-channel",9604 "crossbeam-deque",9605 "crossbeam-utils",9606 "num_cpus",9607]96089609[[package]]9610name = "rcgen"9611version = "0.9.3"9612source = "registry+https://github.com/rust-lang/crates.io-index"9613checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"9614dependencies = [9615 "pem",9616 "ring",9617 "time 0.3.21",9618 "x509-parser 0.13.2",9619 "yasna",9620]96219622[[package]]9623name = "rcgen"9624version = "0.10.0"9625source = "registry+https://github.com/rust-lang/crates.io-index"9626checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"9627dependencies = [9628 "pem",9629 "ring",9630 "time 0.3.21",9631 "yasna",9632]96339634[[package]]9635name = "redox_syscall"9636version = "0.2.16"9637source = "registry+https://github.com/rust-lang/crates.io-index"9638checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9639dependencies = [9640 "bitflags",9641]96429643[[package]]9644name = "redox_syscall"9645version = "0.3.5"9646source = "registry+https://github.com/rust-lang/crates.io-index"9647checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"9648dependencies = [9649 "bitflags",9650]96519652[[package]]9653name = "redox_users"9654version = "0.4.3"9655source = "registry+https://github.com/rust-lang/crates.io-index"9656checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9657dependencies = [9658 "getrandom 0.2.9",9659 "redox_syscall 0.2.16",9660 "thiserror",9661]96629663[[package]]9664name = "reed-solomon-novelpoly"9665version = "1.0.0"9666source = "registry+https://github.com/rust-lang/crates.io-index"9667checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9668dependencies = [9669 "derive_more",9670 "fs-err",9671 "itertools",9672 "static_init 0.5.2",9673 "thiserror",9674]96759676[[package]]9677name = "ref-cast"9678version = "1.0.16"9679source = "registry+https://github.com/rust-lang/crates.io-index"9680checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"9681dependencies = [9682 "ref-cast-impl",9683]96849685[[package]]9686name = "ref-cast-impl"9687version = "1.0.16"9688source = "registry+https://github.com/rust-lang/crates.io-index"9689checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"9690dependencies = [9691 "proc-macro2",9692 "quote",9693 "syn 2.0.18",9694]96959696[[package]]9697name = "regalloc2"9698version = "0.5.1"9699source = "registry+https://github.com/rust-lang/crates.io-index"9700checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"9701dependencies = [9702 "fxhash",9703 "log",9704 "slice-group-by",9705 "smallvec",9706]97079708[[package]]9709name = "regex"9710version = "1.8.4"9711source = "registry+https://github.com/rust-lang/crates.io-index"9712checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"9713dependencies = [9714 "aho-corasick 1.0.2",9715 "memchr",9716 "regex-syntax 0.7.2",9717]97189719[[package]]9720name = "regex-automata"9721version = "0.1.10"9722source = "registry+https://github.com/rust-lang/crates.io-index"9723checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9724dependencies = [9725 "regex-syntax 0.6.29",9726]97279728[[package]]9729name = "regex-syntax"9730version = "0.6.29"9731source = "registry+https://github.com/rust-lang/crates.io-index"9732checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"97339734[[package]]9735name = "regex-syntax"9736version = "0.7.2"9737source = "registry+https://github.com/rust-lang/crates.io-index"9738checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"97399740[[package]]9741name = "region"9742version = "3.0.0"9743source = "registry+https://github.com/rust-lang/crates.io-index"9744checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"9745dependencies = [9746 "bitflags",9747 "libc",9748 "mach",9749 "winapi",9750]97519752[[package]]9753name = "resolv-conf"9754version = "0.7.0"9755source = "registry+https://github.com/rust-lang/crates.io-index"9756checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9757dependencies = [9758 "hostname",9759 "quick-error",9760]97619762[[package]]9763name = "rfc6979"9764version = "0.3.1"9765source = "registry+https://github.com/rust-lang/crates.io-index"9766checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9767dependencies = [9768 "crypto-bigint 0.4.9",9769 "hmac 0.12.1",9770 "zeroize",9771]97729773[[package]]9774name = "rfc6979"9775version = "0.4.0"9776source = "registry+https://github.com/rust-lang/crates.io-index"9777checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"9778dependencies = [9779 "hmac 0.12.1",9780 "subtle",9781]97829783[[package]]9784name = "ring"9785version = "0.16.20"9786source = "registry+https://github.com/rust-lang/crates.io-index"9787checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9788dependencies = [9789 "cc",9790 "libc",9791 "once_cell",9792 "spin",9793 "untrusted",9794 "web-sys",9795 "winapi",9796]97979798[[package]]9799name = "ripemd"9800version = "0.1.3"9801source = "registry+https://github.com/rust-lang/crates.io-index"9802checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9803dependencies = [9804 "digest 0.10.7",9805]98069807[[package]]9808name = "rlp"9809version = "0.5.2"9810source = "registry+https://github.com/rust-lang/crates.io-index"9811checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9812dependencies = [9813 "bytes",9814 "rlp-derive",9815 "rustc-hex",9816]98179818[[package]]9819name = "rlp-derive"9820version = "0.1.0"9821source = "registry+https://github.com/rust-lang/crates.io-index"9822checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9823dependencies = [9824 "proc-macro2",9825 "quote",9826 "syn 1.0.109",9827]98289829[[package]]9830name = "rocksdb"9831version = "0.20.1"9832source = "registry+https://github.com/rust-lang/crates.io-index"9833checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"9834dependencies = [9835 "libc",9836 "librocksdb-sys",9837]98389839[[package]]9840name = "rococo-runtime"9841version = "0.9.42"9842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9843dependencies = [9844 "binary-merkle-tree",9845 "frame-benchmarking",9846 "frame-executive",9847 "frame-support",9848 "frame-system",9849 "frame-system-benchmarking",9850 "frame-system-rpc-runtime-api",9851 "frame-try-runtime",9852 "hex-literal",9853 "log",9854 "pallet-authority-discovery",9855 "pallet-authorship",9856 "pallet-babe",9857 "pallet-balances",9858 "pallet-beefy",9859 "pallet-beefy-mmr",9860 "pallet-bounties",9861 "pallet-child-bounties",9862 "pallet-collective",9863 "pallet-democracy",9864 "pallet-elections-phragmen",9865 "pallet-grandpa",9866 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",9867 "pallet-im-online",9868 "pallet-indices",9869 "pallet-membership",9870 "pallet-mmr",9871 "pallet-multisig",9872 "pallet-nis",9873 "pallet-offences",9874 "pallet-preimage",9875 "pallet-proxy",9876 "pallet-recovery",9877 "pallet-scheduler",9878 "pallet-session",9879 "pallet-society",9880 "pallet-staking",9881 "pallet-state-trie-migration",9882 "pallet-sudo",9883 "pallet-timestamp",9884 "pallet-tips",9885 "pallet-transaction-payment",9886 "pallet-transaction-payment-rpc-runtime-api",9887 "pallet-treasury",9888 "pallet-utility",9889 "pallet-vesting",9890 "pallet-xcm",9891 "pallet-xcm-benchmarks",9892 "parity-scale-codec",9893 "polkadot-parachain",9894 "polkadot-primitives",9895 "polkadot-runtime-common",9896 "polkadot-runtime-parachains",9897 "rococo-runtime-constants",9898 "scale-info",9899 "serde",9900 "serde_derive",9901 "smallvec",9902 "sp-api",9903 "sp-authority-discovery",9904 "sp-block-builder",9905 "sp-consensus-babe",9906 "sp-consensus-beefy",9907 "sp-core",9908 "sp-inherents",9909 "sp-io",9910 "sp-mmr-primitives",9911 "sp-offchain",9912 "sp-runtime",9913 "sp-session",9914 "sp-staking",9915 "sp-std",9916 "sp-transaction-pool",9917 "sp-version",9918 "static_assertions",9919 "substrate-wasm-builder",9920 "xcm",9921 "xcm-builder",9922 "xcm-executor",9923]99249925[[package]]9926name = "rococo-runtime-constants"9927version = "0.9.42"9928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9929dependencies = [9930 "frame-support",9931 "polkadot-primitives",9932 "polkadot-runtime-common",9933 "smallvec",9934 "sp-core",9935 "sp-runtime",9936 "sp-weights",9937]99389939[[package]]9940name = "rpassword"9941version = "7.2.0"9942source = "registry+https://github.com/rust-lang/crates.io-index"9943checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9944dependencies = [9945 "libc",9946 "rtoolbox",9947 "winapi",9948]99499950[[package]]9951name = "rtcp"9952version = "0.7.2"9953source = "registry+https://github.com/rust-lang/crates.io-index"9954checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"9955dependencies = [9956 "bytes",9957 "thiserror",9958 "webrtc-util",9959]99609961[[package]]9962name = "rtnetlink"9963version = "0.10.1"9964source = "registry+https://github.com/rust-lang/crates.io-index"9965checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9966dependencies = [9967 "futures",9968 "log",9969 "netlink-packet-route",9970 "netlink-proto",9971 "nix",9972 "thiserror",9973 "tokio",9974]99759976[[package]]9977name = "rtoolbox"9978version = "0.0.1"9979source = "registry+https://github.com/rust-lang/crates.io-index"9980checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9981dependencies = [9982 "libc",9983 "winapi",9984]99859986[[package]]9987name = "rtp"9988version = "0.6.8"9989source = "registry+https://github.com/rust-lang/crates.io-index"9990checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"9991dependencies = [9992 "async-trait",9993 "bytes",9994 "rand 0.8.5",9995 "serde",9996 "thiserror",9997 "webrtc-util",9998]999910000[[package]]10001name = "rustc-demangle"10002version = "0.1.23"10003source = "registry+https://github.com/rust-lang/crates.io-index"10004checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1000510006[[package]]10007name = "rustc-hash"10008version = "1.1.0"10009source = "registry+https://github.com/rust-lang/crates.io-index"10010checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1001110012[[package]]10013name = "rustc-hex"10014version = "2.1.0"10015source = "registry+https://github.com/rust-lang/crates.io-index"10016checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1001710018[[package]]10019name = "rustc_version"10020version = "0.4.0"10021source = "registry+https://github.com/rust-lang/crates.io-index"10022checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10023dependencies = [10024 "semver 1.0.17",10025]1002610027[[package]]10028name = "rusticata-macros"10029version = "4.1.0"10030source = "registry+https://github.com/rust-lang/crates.io-index"10031checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10032dependencies = [10033 "nom",10034]1003510036[[package]]10037name = "rustix"10038version = "0.36.14"10039source = "registry+https://github.com/rust-lang/crates.io-index"10040checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"10041dependencies = [10042 "bitflags",10043 "errno",10044 "io-lifetimes",10045 "libc",10046 "linux-raw-sys 0.1.4",10047 "windows-sys 0.45.0",10048]1004910050[[package]]10051name = "rustix"10052version = "0.37.19"10053source = "registry+https://github.com/rust-lang/crates.io-index"10054checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"10055dependencies = [10056 "bitflags",10057 "errno",10058 "io-lifetimes",10059 "libc",10060 "linux-raw-sys 0.3.8",10061 "windows-sys 0.48.0",10062]1006310064[[package]]10065name = "rustls"10066version = "0.19.1"10067source = "registry+https://github.com/rust-lang/crates.io-index"10068checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10069dependencies = [10070 "base64 0.13.1",10071 "log",10072 "ring",10073 "sct 0.6.1",10074 "webpki 0.21.4",10075]1007610077[[package]]10078name = "rustls"10079version = "0.20.8"10080source = "registry+https://github.com/rust-lang/crates.io-index"10081checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"10082dependencies = [10083 "log",10084 "ring",10085 "sct 0.7.0",10086 "webpki 0.22.0",10087]1008810089[[package]]10090name = "rustls-native-certs"10091version = "0.6.2"10092source = "registry+https://github.com/rust-lang/crates.io-index"10093checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"10094dependencies = [10095 "openssl-probe",10096 "rustls-pemfile",10097 "schannel",10098 "security-framework",10099]1010010101[[package]]10102name = "rustls-pemfile"10103version = "1.0.2"10104source = "registry+https://github.com/rust-lang/crates.io-index"10105checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"10106dependencies = [10107 "base64 0.21.2",10108]1010910110[[package]]10111name = "rustversion"10112version = "1.0.12"10113source = "registry+https://github.com/rust-lang/crates.io-index"10114checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"1011510116[[package]]10117name = "rw-stream-sink"10118version = "0.3.0"10119source = "registry+https://github.com/rust-lang/crates.io-index"10120checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10121dependencies = [10122 "futures",10123 "pin-project",10124 "static_assertions",10125]1012610127[[package]]10128name = "ryu"10129version = "1.0.13"10130source = "registry+https://github.com/rust-lang/crates.io-index"10131checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"1013210133[[package]]10134name = "safe_arch"10135version = "0.6.0"10136source = "registry+https://github.com/rust-lang/crates.io-index"10137checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"10138dependencies = [10139 "bytemuck",10140]1014110142[[package]]10143name = "same-file"10144version = "1.0.6"10145source = "registry+https://github.com/rust-lang/crates.io-index"10146checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10147dependencies = [10148 "winapi-util",10149]1015010151[[package]]10152name = "sc-allocator"10153version = "4.1.0-dev"10154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10155dependencies = [10156 "log",10157 "sp-core",10158 "sp-wasm-interface",10159 "thiserror",10160]1016110162[[package]]10163name = "sc-authority-discovery"10164version = "0.10.0-dev"10165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10166dependencies = [10167 "async-trait",10168 "futures",10169 "futures-timer",10170 "ip_network",10171 "libp2p",10172 "log",10173 "parity-scale-codec",10174 "prost",10175 "prost-build",10176 "rand 0.8.5",10177 "sc-client-api",10178 "sc-network",10179 "sc-network-common",10180 "sp-api",10181 "sp-authority-discovery",10182 "sp-blockchain",10183 "sp-core",10184 "sp-keystore",10185 "sp-runtime",10186 "substrate-prometheus-endpoint",10187 "thiserror",10188]1018910190[[package]]10191name = "sc-basic-authorship"10192version = "0.10.0-dev"10193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10194dependencies = [10195 "futures",10196 "futures-timer",10197 "log",10198 "parity-scale-codec",10199 "sc-block-builder",10200 "sc-client-api",10201 "sc-proposer-metrics",10202 "sc-telemetry",10203 "sc-transaction-pool-api",10204 "sp-api",10205 "sp-blockchain",10206 "sp-consensus",10207 "sp-core",10208 "sp-inherents",10209 "sp-runtime",10210 "substrate-prometheus-endpoint",10211]1021210213[[package]]10214name = "sc-block-builder"10215version = "0.10.0-dev"10216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10217dependencies = [10218 "parity-scale-codec",10219 "sc-client-api",10220 "sp-api",10221 "sp-block-builder",10222 "sp-blockchain",10223 "sp-core",10224 "sp-inherents",10225 "sp-runtime",10226]1022710228[[package]]10229name = "sc-chain-spec"10230version = "4.0.0-dev"10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10232dependencies = [10233 "memmap2",10234 "sc-chain-spec-derive",10235 "sc-client-api",10236 "sc-executor",10237 "sc-network",10238 "sc-telemetry",10239 "serde",10240 "serde_json",10241 "sp-blockchain",10242 "sp-core",10243 "sp-runtime",10244 "sp-state-machine",10245]1024610247[[package]]10248name = "sc-chain-spec-derive"10249version = "4.0.0-dev"10250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10251dependencies = [10252 "proc-macro-crate",10253 "proc-macro2",10254 "quote",10255 "syn 2.0.18",10256]1025710258[[package]]10259name = "sc-cli"10260version = "0.10.0-dev"10261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10262dependencies = [10263 "array-bytes 4.2.0",10264 "chrono",10265 "clap",10266 "fdlimit",10267 "futures",10268 "libp2p",10269 "log",10270 "names",10271 "parity-scale-codec",10272 "rand 0.8.5",10273 "regex",10274 "rpassword",10275 "sc-client-api",10276 "sc-client-db",10277 "sc-keystore",10278 "sc-network",10279 "sc-network-common",10280 "sc-service",10281 "sc-telemetry",10282 "sc-tracing",10283 "sc-utils",10284 "serde",10285 "serde_json",10286 "sp-blockchain",10287 "sp-core",10288 "sp-keyring",10289 "sp-keystore",10290 "sp-panic-handler",10291 "sp-runtime",10292 "sp-version",10293 "thiserror",10294 "tiny-bip39",10295 "tokio",10296]1029710298[[package]]10299name = "sc-client-api"10300version = "4.0.0-dev"10301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10302dependencies = [10303 "fnv",10304 "futures",10305 "log",10306 "parity-scale-codec",10307 "parking_lot 0.12.1",10308 "sc-executor",10309 "sc-transaction-pool-api",10310 "sc-utils",10311 "sp-api",10312 "sp-blockchain",10313 "sp-consensus",10314 "sp-core",10315 "sp-database",10316 "sp-externalities",10317 "sp-keystore",10318 "sp-runtime",10319 "sp-state-machine",10320 "sp-storage",10321 "substrate-prometheus-endpoint",10322]1032310324[[package]]10325name = "sc-client-db"10326version = "0.10.0-dev"10327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10328dependencies = [10329 "hash-db 0.16.0",10330 "kvdb",10331 "kvdb-memorydb",10332 "kvdb-rocksdb",10333 "linked-hash-map",10334 "log",10335 "parity-db",10336 "parity-scale-codec",10337 "parking_lot 0.12.1",10338 "sc-client-api",10339 "sc-state-db",10340 "schnellru",10341 "sp-arithmetic",10342 "sp-blockchain",10343 "sp-core",10344 "sp-database",10345 "sp-runtime",10346 "sp-state-machine",10347 "sp-trie",10348]1034910350[[package]]10351name = "sc-consensus"10352version = "0.10.0-dev"10353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10354dependencies = [10355 "async-trait",10356 "futures",10357 "futures-timer",10358 "libp2p",10359 "log",10360 "mockall",10361 "parking_lot 0.12.1",10362 "sc-client-api",10363 "sc-utils",10364 "serde",10365 "sp-api",10366 "sp-blockchain",10367 "sp-consensus",10368 "sp-core",10369 "sp-runtime",10370 "sp-state-machine",10371 "substrate-prometheus-endpoint",10372 "thiserror",10373]1037410375[[package]]10376name = "sc-consensus-aura"10377version = "0.10.0-dev"10378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10379dependencies = [10380 "async-trait",10381 "futures",10382 "log",10383 "parity-scale-codec",10384 "sc-block-builder",10385 "sc-client-api",10386 "sc-consensus",10387 "sc-consensus-slots",10388 "sc-telemetry",10389 "sp-api",10390 "sp-application-crypto",10391 "sp-block-builder",10392 "sp-blockchain",10393 "sp-consensus",10394 "sp-consensus-aura",10395 "sp-consensus-slots",10396 "sp-core",10397 "sp-inherents",10398 "sp-keystore",10399 "sp-runtime",10400 "substrate-prometheus-endpoint",10401 "thiserror",10402]1040310404[[package]]10405name = "sc-consensus-babe"10406version = "0.10.0-dev"10407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10408dependencies = [10409 "async-trait",10410 "fork-tree",10411 "futures",10412 "log",10413 "num-bigint",10414 "num-rational",10415 "num-traits",10416 "parity-scale-codec",10417 "parking_lot 0.12.1",10418 "sc-client-api",10419 "sc-consensus",10420 "sc-consensus-epochs",10421 "sc-consensus-slots",10422 "sc-keystore",10423 "sc-telemetry",10424 "scale-info",10425 "sp-api",10426 "sp-application-crypto",10427 "sp-block-builder",10428 "sp-blockchain",10429 "sp-consensus",10430 "sp-consensus-babe",10431 "sp-consensus-slots",10432 "sp-core",10433 "sp-inherents",10434 "sp-keystore",10435 "sp-runtime",10436 "substrate-prometheus-endpoint",10437 "thiserror",10438]1043910440[[package]]10441name = "sc-consensus-babe-rpc"10442version = "0.10.0-dev"10443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10444dependencies = [10445 "futures",10446 "jsonrpsee",10447 "sc-consensus-babe",10448 "sc-consensus-epochs",10449 "sc-rpc-api",10450 "serde",10451 "sp-api",10452 "sp-application-crypto",10453 "sp-blockchain",10454 "sp-consensus",10455 "sp-consensus-babe",10456 "sp-core",10457 "sp-keystore",10458 "sp-runtime",10459 "thiserror",10460]1046110462[[package]]10463name = "sc-consensus-beefy"10464version = "4.0.0-dev"10465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10466dependencies = [10467 "array-bytes 4.2.0",10468 "async-trait",10469 "fnv",10470 "futures",10471 "log",10472 "parity-scale-codec",10473 "parking_lot 0.12.1",10474 "sc-client-api",10475 "sc-consensus",10476 "sc-keystore",10477 "sc-network",10478 "sc-network-common",10479 "sc-network-gossip",10480 "sc-network-sync",10481 "sc-utils",10482 "sp-api",10483 "sp-application-crypto",10484 "sp-arithmetic",10485 "sp-blockchain",10486 "sp-consensus",10487 "sp-consensus-beefy",10488 "sp-core",10489 "sp-keystore",10490 "sp-mmr-primitives",10491 "sp-runtime",10492 "substrate-prometheus-endpoint",10493 "thiserror",10494 "wasm-timer",10495]1049610497[[package]]10498name = "sc-consensus-beefy-rpc"10499version = "4.0.0-dev"10500source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10501dependencies = [10502 "futures",10503 "jsonrpsee",10504 "log",10505 "parity-scale-codec",10506 "parking_lot 0.12.1",10507 "sc-consensus-beefy",10508 "sc-rpc",10509 "serde",10510 "sp-consensus-beefy",10511 "sp-core",10512 "sp-runtime",10513 "thiserror",10514]1051510516[[package]]10517name = "sc-consensus-epochs"10518version = "0.10.0-dev"10519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10520dependencies = [10521 "fork-tree",10522 "parity-scale-codec",10523 "sc-client-api",10524 "sc-consensus",10525 "sp-blockchain",10526 "sp-runtime",10527]1052810529[[package]]10530name = "sc-consensus-grandpa"10531version = "0.10.0-dev"10532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10533dependencies = [10534 "ahash 0.8.3",10535 "array-bytes 4.2.0",10536 "async-trait",10537 "dyn-clone",10538 "finality-grandpa",10539 "fork-tree",10540 "futures",10541 "futures-timer",10542 "log",10543 "parity-scale-codec",10544 "parking_lot 0.12.1",10545 "rand 0.8.5",10546 "sc-block-builder",10547 "sc-chain-spec",10548 "sc-client-api",10549 "sc-consensus",10550 "sc-network",10551 "sc-network-common",10552 "sc-network-gossip",10553 "sc-telemetry",10554 "sc-utils",10555 "serde_json",10556 "sp-api",10557 "sp-application-crypto",10558 "sp-arithmetic",10559 "sp-blockchain",10560 "sp-consensus",10561 "sp-consensus-grandpa",10562 "sp-core",10563 "sp-keystore",10564 "sp-runtime",10565 "substrate-prometheus-endpoint",10566 "thiserror",10567]1056810569[[package]]10570name = "sc-consensus-grandpa-rpc"10571version = "0.10.0-dev"10572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10573dependencies = [10574 "finality-grandpa",10575 "futures",10576 "jsonrpsee",10577 "log",10578 "parity-scale-codec",10579 "sc-client-api",10580 "sc-consensus-grandpa",10581 "sc-rpc",10582 "serde",10583 "sp-blockchain",10584 "sp-core",10585 "sp-runtime",10586 "thiserror",10587]1058810589[[package]]10590name = "sc-consensus-manual-seal"10591version = "0.10.0-dev"10592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10593dependencies = [10594 "assert_matches",10595 "async-trait",10596 "futures",10597 "jsonrpsee",10598 "log",10599 "parity-scale-codec",10600 "sc-client-api",10601 "sc-consensus",10602 "sc-consensus-aura",10603 "sc-consensus-babe",10604 "sc-consensus-epochs",10605 "sc-transaction-pool",10606 "sc-transaction-pool-api",10607 "serde",10608 "sp-api",10609 "sp-blockchain",10610 "sp-consensus",10611 "sp-consensus-aura",10612 "sp-consensus-babe",10613 "sp-consensus-slots",10614 "sp-core",10615 "sp-inherents",10616 "sp-keystore",10617 "sp-runtime",10618 "sp-timestamp",10619 "substrate-prometheus-endpoint",10620 "thiserror",10621]1062210623[[package]]10624name = "sc-consensus-slots"10625version = "0.10.0-dev"10626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10627dependencies = [10628 "async-trait",10629 "futures",10630 "futures-timer",10631 "log",10632 "parity-scale-codec",10633 "sc-client-api",10634 "sc-consensus",10635 "sc-telemetry",10636 "sp-arithmetic",10637 "sp-blockchain",10638 "sp-consensus",10639 "sp-consensus-slots",10640 "sp-core",10641 "sp-inherents",10642 "sp-runtime",10643 "sp-state-machine",10644]1064510646[[package]]10647name = "sc-executor"10648version = "0.10.0-dev"10649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10650dependencies = [10651 "lru 0.8.1",10652 "parity-scale-codec",10653 "parking_lot 0.12.1",10654 "sc-executor-common",10655 "sc-executor-wasmi",10656 "sc-executor-wasmtime",10657 "sp-api",10658 "sp-core",10659 "sp-externalities",10660 "sp-io",10661 "sp-panic-handler",10662 "sp-runtime-interface",10663 "sp-trie",10664 "sp-version",10665 "sp-wasm-interface",10666 "tracing",10667 "wasmi",10668]1066910670[[package]]10671name = "sc-executor-common"10672version = "0.10.0-dev"10673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10674dependencies = [10675 "sc-allocator",10676 "sp-maybe-compressed-blob",10677 "sp-wasm-interface",10678 "thiserror",10679 "wasm-instrument",10680 "wasmi",10681]1068210683[[package]]10684name = "sc-executor-wasmi"10685version = "0.10.0-dev"10686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10687dependencies = [10688 "log",10689 "sc-allocator",10690 "sc-executor-common",10691 "sp-runtime-interface",10692 "sp-wasm-interface",10693 "wasmi",10694]1069510696[[package]]10697name = "sc-executor-wasmtime"10698version = "0.10.0-dev"10699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10700dependencies = [10701 "anyhow",10702 "cfg-if",10703 "libc",10704 "log",10705 "once_cell",10706 "rustix 0.36.14",10707 "sc-allocator",10708 "sc-executor-common",10709 "sp-runtime-interface",10710 "sp-wasm-interface",10711 "wasmtime",10712]1071310714[[package]]10715name = "sc-informant"10716version = "0.10.0-dev"10717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10718dependencies = [10719 "ansi_term",10720 "futures",10721 "futures-timer",10722 "log",10723 "sc-client-api",10724 "sc-network",10725 "sc-network-common",10726 "sp-blockchain",10727 "sp-runtime",10728]1072910730[[package]]10731name = "sc-keystore"10732version = "4.0.0-dev"10733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10734dependencies = [10735 "array-bytes 4.2.0",10736 "async-trait",10737 "parking_lot 0.12.1",10738 "serde_json",10739 "sp-application-crypto",10740 "sp-core",10741 "sp-keystore",10742 "thiserror",10743]1074410745[[package]]10746name = "sc-network"10747version = "0.10.0-dev"10748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10749dependencies = [10750 "array-bytes 4.2.0",10751 "async-channel",10752 "async-trait",10753 "asynchronous-codec",10754 "bytes",10755 "either",10756 "fnv",10757 "futures",10758 "futures-timer",10759 "ip_network",10760 "libp2p",10761 "linked_hash_set",10762 "log",10763 "lru 0.8.1",10764 "mockall",10765 "parity-scale-codec",10766 "parking_lot 0.12.1",10767 "pin-project",10768 "rand 0.8.5",10769 "sc-block-builder",10770 "sc-client-api",10771 "sc-consensus",10772 "sc-network-common",10773 "sc-peerset",10774 "sc-utils",10775 "serde",10776 "serde_json",10777 "smallvec",10778 "snow",10779 "sp-arithmetic",10780 "sp-blockchain",10781 "sp-consensus",10782 "sp-core",10783 "sp-runtime",10784 "substrate-prometheus-endpoint",10785 "thiserror",10786 "unsigned-varint",10787 "zeroize",10788]1078910790[[package]]10791name = "sc-network-bitswap"10792version = "0.10.0-dev"10793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10794dependencies = [10795 "cid",10796 "futures",10797 "libp2p",10798 "log",10799 "prost",10800 "prost-build",10801 "sc-client-api",10802 "sc-network",10803 "sc-network-common",10804 "sp-blockchain",10805 "sp-runtime",10806 "thiserror",10807 "unsigned-varint",10808]1080910810[[package]]10811name = "sc-network-common"10812version = "0.10.0-dev"10813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10814dependencies = [10815 "array-bytes 4.2.0",10816 "async-trait",10817 "bitflags",10818 "bytes",10819 "futures",10820 "futures-timer",10821 "libp2p",10822 "parity-scale-codec",10823 "prost-build",10824 "sc-consensus",10825 "sc-peerset",10826 "sc-utils",10827 "serde",10828 "smallvec",10829 "sp-blockchain",10830 "sp-consensus",10831 "sp-consensus-grandpa",10832 "sp-runtime",10833 "substrate-prometheus-endpoint",10834 "thiserror",10835 "zeroize",10836]1083710838[[package]]10839name = "sc-network-gossip"10840version = "0.10.0-dev"10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10842dependencies = [10843 "ahash 0.8.3",10844 "futures",10845 "futures-timer",10846 "libp2p",10847 "log",10848 "lru 0.8.1",10849 "sc-network",10850 "sc-network-common",10851 "sc-peerset",10852 "sp-runtime",10853 "substrate-prometheus-endpoint",10854 "tracing",10855]1085610857[[package]]10858name = "sc-network-light"10859version = "0.10.0-dev"10860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10861dependencies = [10862 "array-bytes 4.2.0",10863 "futures",10864 "libp2p",10865 "log",10866 "parity-scale-codec",10867 "prost",10868 "prost-build",10869 "sc-client-api",10870 "sc-network",10871 "sc-network-common",10872 "sc-peerset",10873 "sp-blockchain",10874 "sp-core",10875 "sp-runtime",10876 "thiserror",10877]1087810879[[package]]10880name = "sc-network-sync"10881version = "0.10.0-dev"10882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10883dependencies = [10884 "array-bytes 4.2.0",10885 "async-trait",10886 "fork-tree",10887 "futures",10888 "futures-timer",10889 "libp2p",10890 "log",10891 "lru 0.8.1",10892 "mockall",10893 "parity-scale-codec",10894 "prost",10895 "prost-build",10896 "sc-client-api",10897 "sc-consensus",10898 "sc-network",10899 "sc-network-common",10900 "sc-peerset",10901 "sc-utils",10902 "smallvec",10903 "sp-arithmetic",10904 "sp-blockchain",10905 "sp-consensus",10906 "sp-consensus-grandpa",10907 "sp-core",10908 "sp-runtime",10909 "substrate-prometheus-endpoint",10910 "thiserror",10911]1091210913[[package]]10914name = "sc-network-transactions"10915version = "0.10.0-dev"10916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10917dependencies = [10918 "array-bytes 4.2.0",10919 "futures",10920 "libp2p",10921 "log",10922 "parity-scale-codec",10923 "pin-project",10924 "sc-network",10925 "sc-network-common",10926 "sc-peerset",10927 "sc-utils",10928 "sp-consensus",10929 "sp-runtime",10930 "substrate-prometheus-endpoint",10931]1093210933[[package]]10934name = "sc-offchain"10935version = "4.0.0-dev"10936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10937dependencies = [10938 "array-bytes 4.2.0",10939 "bytes",10940 "fnv",10941 "futures",10942 "futures-timer",10943 "hyper",10944 "hyper-rustls",10945 "libp2p",10946 "num_cpus",10947 "once_cell",10948 "parity-scale-codec",10949 "parking_lot 0.12.1",10950 "rand 0.8.5",10951 "sc-client-api",10952 "sc-network",10953 "sc-network-common",10954 "sc-peerset",10955 "sc-utils",10956 "sp-api",10957 "sp-core",10958 "sp-offchain",10959 "sp-runtime",10960 "threadpool",10961 "tracing",10962]1096310964[[package]]10965name = "sc-peerset"10966version = "4.0.0-dev"10967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10968dependencies = [10969 "futures",10970 "libp2p",10971 "log",10972 "sc-utils",10973 "serde_json",10974 "wasm-timer",10975]1097610977[[package]]10978name = "sc-proposer-metrics"10979version = "0.10.0-dev"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10981dependencies = [10982 "log",10983 "substrate-prometheus-endpoint",10984]1098510986[[package]]10987name = "sc-rpc"10988version = "4.0.0-dev"10989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"10990dependencies = [10991 "futures",10992 "jsonrpsee",10993 "log",10994 "parity-scale-codec",10995 "parking_lot 0.12.1",10996 "sc-block-builder",10997 "sc-chain-spec",10998 "sc-client-api",10999 "sc-rpc-api",11000 "sc-tracing",11001 "sc-transaction-pool-api",11002 "sc-utils",11003 "serde_json",11004 "sp-api",11005 "sp-blockchain",11006 "sp-core",11007 "sp-keystore",11008 "sp-offchain",11009 "sp-rpc",11010 "sp-runtime",11011 "sp-session",11012 "sp-version",11013 "tokio",11014]1101511016[[package]]11017name = "sc-rpc-api"11018version = "0.10.0-dev"11019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11020dependencies = [11021 "jsonrpsee",11022 "parity-scale-codec",11023 "sc-chain-spec",11024 "sc-transaction-pool-api",11025 "scale-info",11026 "serde",11027 "serde_json",11028 "sp-core",11029 "sp-rpc",11030 "sp-runtime",11031 "sp-version",11032 "thiserror",11033]1103411035[[package]]11036name = "sc-rpc-server"11037version = "4.0.0-dev"11038source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11039dependencies = [11040 "http",11041 "jsonrpsee",11042 "log",11043 "serde_json",11044 "substrate-prometheus-endpoint",11045 "tokio",11046 "tower",11047 "tower-http",11048]1104911050[[package]]11051name = "sc-rpc-spec-v2"11052version = "0.10.0-dev"11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11054dependencies = [11055 "array-bytes 4.2.0",11056 "futures",11057 "futures-util",11058 "hex",11059 "jsonrpsee",11060 "log",11061 "parity-scale-codec",11062 "parking_lot 0.12.1",11063 "sc-chain-spec",11064 "sc-client-api",11065 "sc-transaction-pool-api",11066 "serde",11067 "sp-api",11068 "sp-blockchain",11069 "sp-core",11070 "sp-runtime",11071 "sp-version",11072 "thiserror",11073 "tokio-stream",11074]1107511076[[package]]11077name = "sc-service"11078version = "0.10.0-dev"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11080dependencies = [11081 "async-trait",11082 "directories",11083 "exit-future",11084 "futures",11085 "futures-timer",11086 "jsonrpsee",11087 "log",11088 "parity-scale-codec",11089 "parking_lot 0.12.1",11090 "pin-project",11091 "rand 0.8.5",11092 "sc-block-builder",11093 "sc-chain-spec",11094 "sc-client-api",11095 "sc-client-db",11096 "sc-consensus",11097 "sc-executor",11098 "sc-informant",11099 "sc-keystore",11100 "sc-network",11101 "sc-network-bitswap",11102 "sc-network-common",11103 "sc-network-light",11104 "sc-network-sync",11105 "sc-network-transactions",11106 "sc-offchain",11107 "sc-rpc",11108 "sc-rpc-server",11109 "sc-rpc-spec-v2",11110 "sc-storage-monitor",11111 "sc-sysinfo",11112 "sc-telemetry",11113 "sc-tracing",11114 "sc-transaction-pool",11115 "sc-transaction-pool-api",11116 "sc-utils",11117 "serde",11118 "serde_json",11119 "sp-api",11120 "sp-blockchain",11121 "sp-consensus",11122 "sp-core",11123 "sp-externalities",11124 "sp-keystore",11125 "sp-runtime",11126 "sp-session",11127 "sp-state-machine",11128 "sp-storage",11129 "sp-transaction-pool",11130 "sp-transaction-storage-proof",11131 "sp-trie",11132 "sp-version",11133 "static_init 1.0.3",11134 "substrate-prometheus-endpoint",11135 "tempfile",11136 "thiserror",11137 "tokio",11138 "tracing",11139 "tracing-futures",11140]1114111142[[package]]11143name = "sc-state-db"11144version = "0.10.0-dev"11145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11146dependencies = [11147 "log",11148 "parity-scale-codec",11149 "parking_lot 0.12.1",11150 "sp-core",11151]1115211153[[package]]11154name = "sc-storage-monitor"11155version = "0.1.0"11156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11157dependencies = [11158 "clap",11159 "fs4",11160 "futures",11161 "log",11162 "sc-client-db",11163 "sc-utils",11164 "sp-core",11165 "thiserror",11166 "tokio",11167]1116811169[[package]]11170name = "sc-sync-state-rpc"11171version = "0.10.0-dev"11172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11173dependencies = [11174 "jsonrpsee",11175 "parity-scale-codec",11176 "sc-chain-spec",11177 "sc-client-api",11178 "sc-consensus-babe",11179 "sc-consensus-epochs",11180 "sc-consensus-grandpa",11181 "serde",11182 "serde_json",11183 "sp-blockchain",11184 "sp-runtime",11185 "thiserror",11186]1118711188[[package]]11189name = "sc-sysinfo"11190version = "6.0.0-dev"11191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11192dependencies = [11193 "futures",11194 "libc",11195 "log",11196 "rand 0.8.5",11197 "rand_pcg",11198 "regex",11199 "sc-telemetry",11200 "serde",11201 "serde_json",11202 "sp-core",11203 "sp-io",11204 "sp-std",11205]1120611207[[package]]11208name = "sc-telemetry"11209version = "4.0.0-dev"11210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11211dependencies = [11212 "chrono",11213 "futures",11214 "libp2p",11215 "log",11216 "parking_lot 0.12.1",11217 "pin-project",11218 "rand 0.8.5",11219 "sc-utils",11220 "serde",11221 "serde_json",11222 "thiserror",11223 "wasm-timer",11224]1122511226[[package]]11227name = "sc-tracing"11228version = "4.0.0-dev"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11230dependencies = [11231 "ansi_term",11232 "atty",11233 "chrono",11234 "lazy_static",11235 "libc",11236 "log",11237 "once_cell",11238 "parking_lot 0.12.1",11239 "regex",11240 "rustc-hash",11241 "sc-client-api",11242 "sc-rpc-server",11243 "sc-tracing-proc-macro",11244 "serde",11245 "sp-api",11246 "sp-blockchain",11247 "sp-core",11248 "sp-rpc",11249 "sp-runtime",11250 "sp-tracing",11251 "thiserror",11252 "tracing",11253 "tracing-log",11254 "tracing-subscriber",11255]1125611257[[package]]11258name = "sc-tracing-proc-macro"11259version = "4.0.0-dev"11260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11261dependencies = [11262 "proc-macro-crate",11263 "proc-macro2",11264 "quote",11265 "syn 2.0.18",11266]1126711268[[package]]11269name = "sc-transaction-pool"11270version = "4.0.0-dev"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11272dependencies = [11273 "async-trait",11274 "futures",11275 "futures-timer",11276 "linked-hash-map",11277 "log",11278 "num-traits",11279 "parity-scale-codec",11280 "parking_lot 0.12.1",11281 "sc-client-api",11282 "sc-transaction-pool-api",11283 "sc-utils",11284 "serde",11285 "sp-api",11286 "sp-blockchain",11287 "sp-core",11288 "sp-runtime",11289 "sp-tracing",11290 "sp-transaction-pool",11291 "substrate-prometheus-endpoint",11292 "thiserror",11293]1129411295[[package]]11296name = "sc-transaction-pool-api"11297version = "4.0.0-dev"11298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11299dependencies = [11300 "async-trait",11301 "futures",11302 "log",11303 "serde",11304 "sp-blockchain",11305 "sp-runtime",11306 "thiserror",11307]1130811309[[package]]11310name = "sc-utils"11311version = "4.0.0-dev"11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11313dependencies = [11314 "async-channel",11315 "futures",11316 "futures-timer",11317 "lazy_static",11318 "log",11319 "parking_lot 0.12.1",11320 "prometheus",11321 "sp-arithmetic",11322]1132311324[[package]]11325name = "scale-info"11326version = "2.7.0"11327source = "registry+https://github.com/rust-lang/crates.io-index"11328checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"11329dependencies = [11330 "bitvec",11331 "cfg-if",11332 "derive_more",11333 "parity-scale-codec",11334 "scale-info-derive",11335 "serde",11336]1133711338[[package]]11339name = "scale-info-derive"11340version = "2.6.0"11341source = "registry+https://github.com/rust-lang/crates.io-index"11342checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"11343dependencies = [11344 "proc-macro-crate",11345 "proc-macro2",11346 "quote",11347 "syn 1.0.109",11348]1134911350[[package]]11351name = "schannel"11352version = "0.1.21"11353source = "registry+https://github.com/rust-lang/crates.io-index"11354checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"11355dependencies = [11356 "windows-sys 0.42.0",11357]1135811359[[package]]11360name = "schnellru"11361version = "0.2.1"11362source = "registry+https://github.com/rust-lang/crates.io-index"11363checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"11364dependencies = [11365 "ahash 0.8.3",11366 "cfg-if",11367 "hashbrown 0.13.2",11368]1136911370[[package]]11371name = "schnorrkel"11372version = "0.9.1"11373source = "registry+https://github.com/rust-lang/crates.io-index"11374checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"11375dependencies = [11376 "arrayref",11377 "arrayvec 0.5.2",11378 "curve25519-dalek 2.1.3",11379 "getrandom 0.1.16",11380 "merlin",11381 "rand 0.7.3",11382 "rand_core 0.5.1",11383 "sha2 0.8.2",11384 "subtle",11385 "zeroize",11386]1138711388[[package]]11389name = "scopeguard"11390version = "1.1.0"11391source = "registry+https://github.com/rust-lang/crates.io-index"11392checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1139311394[[package]]11395name = "scratch"11396version = "1.0.5"11397source = "registry+https://github.com/rust-lang/crates.io-index"11398checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"1139911400[[package]]11401name = "sct"11402version = "0.6.1"11403source = "registry+https://github.com/rust-lang/crates.io-index"11404checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"11405dependencies = [11406 "ring",11407 "untrusted",11408]1140911410[[package]]11411name = "sct"11412version = "0.7.0"11413source = "registry+https://github.com/rust-lang/crates.io-index"11414checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"11415dependencies = [11416 "ring",11417 "untrusted",11418]1141911420[[package]]11421name = "sdp"11422version = "0.5.3"11423source = "registry+https://github.com/rust-lang/crates.io-index"11424checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"11425dependencies = [11426 "rand 0.8.5",11427 "substring",11428 "thiserror",11429 "url",11430]1143111432[[package]]11433name = "sec1"11434version = "0.3.0"11435source = "registry+https://github.com/rust-lang/crates.io-index"11436checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"11437dependencies = [11438 "base16ct 0.1.1",11439 "der 0.6.1",11440 "generic-array 0.14.7",11441 "pkcs8 0.9.0",11442 "subtle",11443 "zeroize",11444]1144511446[[package]]11447name = "sec1"11448version = "0.7.2"11449source = "registry+https://github.com/rust-lang/crates.io-index"11450checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"11451dependencies = [11452 "base16ct 0.2.0",11453 "der 0.7.6",11454 "generic-array 0.14.7",11455 "pkcs8 0.10.2",11456 "subtle",11457 "zeroize",11458]1145911460[[package]]11461name = "secp256k1"11462version = "0.24.3"11463source = "registry+https://github.com/rust-lang/crates.io-index"11464checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"11465dependencies = [11466 "secp256k1-sys",11467]1146811469[[package]]11470name = "secp256k1-sys"11471version = "0.6.1"11472source = "registry+https://github.com/rust-lang/crates.io-index"11473checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"11474dependencies = [11475 "cc",11476]1147711478[[package]]11479name = "secrecy"11480version = "0.8.0"11481source = "registry+https://github.com/rust-lang/crates.io-index"11482checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"11483dependencies = [11484 "zeroize",11485]1148611487[[package]]11488name = "security-framework"11489version = "2.9.1"11490source = "registry+https://github.com/rust-lang/crates.io-index"11491checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"11492dependencies = [11493 "bitflags",11494 "core-foundation",11495 "core-foundation-sys",11496 "libc",11497 "security-framework-sys",11498]1149911500[[package]]11501name = "security-framework-sys"11502version = "2.9.0"11503source = "registry+https://github.com/rust-lang/crates.io-index"11504checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"11505dependencies = [11506 "core-foundation-sys",11507 "libc",11508]1150911510[[package]]11511name = "semver"11512version = "0.6.0"11513source = "registry+https://github.com/rust-lang/crates.io-index"11514checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"11515dependencies = [11516 "semver-parser",11517]1151811519[[package]]11520name = "semver"11521version = "1.0.17"11522source = "registry+https://github.com/rust-lang/crates.io-index"11523checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"11524dependencies = [11525 "serde",11526]1152711528[[package]]11529name = "semver-parser"11530version = "0.7.0"11531source = "registry+https://github.com/rust-lang/crates.io-index"11532checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1153311534[[package]]11535name = "serde"11536version = "1.0.163"11537source = "registry+https://github.com/rust-lang/crates.io-index"11538checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"11539dependencies = [11540 "serde_derive",11541]1154211543[[package]]11544name = "serde_derive"11545version = "1.0.163"11546source = "registry+https://github.com/rust-lang/crates.io-index"11547checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"11548dependencies = [11549 "proc-macro2",11550 "quote",11551 "syn 2.0.18",11552]1155311554[[package]]11555name = "serde_json"11556version = "1.0.96"11557source = "registry+https://github.com/rust-lang/crates.io-index"11558checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"11559dependencies = [11560 "itoa",11561 "ryu",11562 "serde",11563]1156411565[[package]]11566name = "serde_spanned"11567version = "0.6.2"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"11570dependencies = [11571 "serde",11572]1157311574[[package]]11575name = "sha-1"11576version = "0.9.8"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11579dependencies = [11580 "block-buffer 0.9.0",11581 "cfg-if",11582 "cpufeatures",11583 "digest 0.9.0",11584 "opaque-debug 0.3.0",11585]1158611587[[package]]11588name = "sha1"11589version = "0.10.5"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11592dependencies = [11593 "cfg-if",11594 "cpufeatures",11595 "digest 0.10.7",11596]1159711598[[package]]11599name = "sha2"11600version = "0.8.2"11601source = "registry+https://github.com/rust-lang/crates.io-index"11602checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11603dependencies = [11604 "block-buffer 0.7.3",11605 "digest 0.8.1",11606 "fake-simd",11607 "opaque-debug 0.2.3",11608]1160911610[[package]]11611name = "sha2"11612version = "0.9.9"11613source = "registry+https://github.com/rust-lang/crates.io-index"11614checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11615dependencies = [11616 "block-buffer 0.9.0",11617 "cfg-if",11618 "cpufeatures",11619 "digest 0.9.0",11620 "opaque-debug 0.3.0",11621]1162211623[[package]]11624name = "sha2"11625version = "0.10.6"11626source = "registry+https://github.com/rust-lang/crates.io-index"11627checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11628dependencies = [11629 "cfg-if",11630 "cpufeatures",11631 "digest 0.10.7",11632]1163311634[[package]]11635name = "sha3"11636version = "0.8.2"11637source = "registry+https://github.com/rust-lang/crates.io-index"11638checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11639dependencies = [11640 "block-buffer 0.7.3",11641 "byte-tools",11642 "digest 0.8.1",11643 "keccak",11644 "opaque-debug 0.2.3",11645]1164611647[[package]]11648name = "sha3"11649version = "0.10.8"11650source = "registry+https://github.com/rust-lang/crates.io-index"11651checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"11652dependencies = [11653 "digest 0.10.7",11654 "keccak",11655]1165611657[[package]]11658name = "sha3-const"11659version = "0.1.1"11660source = "registry+https://github.com/rust-lang/crates.io-index"11661checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1166211663[[package]]11664name = "sharded-slab"11665version = "0.1.4"11666source = "registry+https://github.com/rust-lang/crates.io-index"11667checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11668dependencies = [11669 "lazy_static",11670]1167111672[[package]]11673name = "shlex"11674version = "1.1.0"11675source = "registry+https://github.com/rust-lang/crates.io-index"11676checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1167711678[[package]]11679name = "signal-hook-registry"11680version = "1.4.1"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"11683dependencies = [11684 "libc",11685]1168611687[[package]]11688name = "signature"11689version = "1.6.4"11690source = "registry+https://github.com/rust-lang/crates.io-index"11691checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11692dependencies = [11693 "digest 0.10.7",11694 "rand_core 0.6.4",11695]1169611697[[package]]11698name = "signature"11699version = "2.1.0"11700source = "registry+https://github.com/rust-lang/crates.io-index"11701checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"11702dependencies = [11703 "digest 0.10.7",11704 "rand_core 0.6.4",11705]1170611707[[package]]11708name = "simba"11709version = "0.8.1"11710source = "registry+https://github.com/rust-lang/crates.io-index"11711checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"11712dependencies = [11713 "approx",11714 "num-complex",11715 "num-traits",11716 "paste",11717 "wide",11718]1171911720[[package]]11721name = "siphasher"11722version = "0.3.10"11723source = "registry+https://github.com/rust-lang/crates.io-index"11724checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"1172511726[[package]]11727name = "slab"11728version = "0.4.8"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"11731dependencies = [11732 "autocfg",11733]1173411735[[package]]11736name = "slice-group-by"11737version = "0.3.1"11738source = "registry+https://github.com/rust-lang/crates.io-index"11739checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1174011741[[package]]11742name = "slot-range-helper"11743version = "0.9.42"11744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"11745dependencies = [11746 "enumn",11747 "parity-scale-codec",11748 "paste",11749 "sp-runtime",11750 "sp-std",11751]1175211753[[package]]11754name = "slotmap"11755version = "1.0.6"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11758dependencies = [11759 "version_check",11760]1176111762[[package]]11763name = "smallvec"11764version = "1.10.0"11765source = "registry+https://github.com/rust-lang/crates.io-index"11766checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1176711768[[package]]11769name = "snap"11770version = "1.1.0"11771source = "registry+https://github.com/rust-lang/crates.io-index"11772checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1177311774[[package]]11775name = "snow"11776version = "0.9.2"11777source = "registry+https://github.com/rust-lang/crates.io-index"11778checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"11779dependencies = [11780 "aes-gcm 0.9.4",11781 "blake2",11782 "chacha20poly1305",11783 "curve25519-dalek 4.0.0-rc.1",11784 "rand_core 0.6.4",11785 "ring",11786 "rustc_version",11787 "sha2 0.10.6",11788 "subtle",11789]1179011791[[package]]11792name = "socket2"11793version = "0.4.9"11794source = "registry+https://github.com/rust-lang/crates.io-index"11795checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"11796dependencies = [11797 "libc",11798 "winapi",11799]1180011801[[package]]11802name = "soketto"11803version = "0.7.1"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11806dependencies = [11807 "base64 0.13.1",11808 "bytes",11809 "flate2",11810 "futures",11811 "http",11812 "httparse",11813 "log",11814 "rand 0.8.5",11815 "sha-1",11816]1181711818[[package]]11819name = "sp-api"11820version = "4.0.0-dev"11821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11822dependencies = [11823 "hash-db 0.16.0",11824 "log",11825 "parity-scale-codec",11826 "scale-info",11827 "sp-api-proc-macro",11828 "sp-core",11829 "sp-metadata-ir",11830 "sp-runtime",11831 "sp-state-machine",11832 "sp-std",11833 "sp-trie",11834 "sp-version",11835 "thiserror",11836]1183711838[[package]]11839name = "sp-api-proc-macro"11840version = "4.0.0-dev"11841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11842dependencies = [11843 "Inflector",11844 "blake2",11845 "expander 1.0.0",11846 "proc-macro-crate",11847 "proc-macro2",11848 "quote",11849 "syn 2.0.18",11850]1185111852[[package]]11853name = "sp-application-crypto"11854version = "7.0.0"11855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11856dependencies = [11857 "parity-scale-codec",11858 "scale-info",11859 "serde",11860 "sp-core",11861 "sp-io",11862 "sp-std",11863]1186411865[[package]]11866name = "sp-arithmetic"11867version = "6.0.0"11868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11869dependencies = [11870 "integer-sqrt",11871 "num-traits",11872 "parity-scale-codec",11873 "scale-info",11874 "serde",11875 "sp-std",11876 "static_assertions",11877]1187811879[[package]]11880name = "sp-authority-discovery"11881version = "4.0.0-dev"11882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11883dependencies = [11884 "parity-scale-codec",11885 "scale-info",11886 "sp-api",11887 "sp-application-crypto",11888 "sp-runtime",11889 "sp-std",11890]1189111892[[package]]11893name = "sp-block-builder"11894version = "4.0.0-dev"11895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11896dependencies = [11897 "parity-scale-codec",11898 "sp-api",11899 "sp-inherents",11900 "sp-runtime",11901 "sp-std",11902]1190311904[[package]]11905name = "sp-blockchain"11906version = "4.0.0-dev"11907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11908dependencies = [11909 "futures",11910 "log",11911 "lru 0.8.1",11912 "parity-scale-codec",11913 "parking_lot 0.12.1",11914 "sp-api",11915 "sp-consensus",11916 "sp-database",11917 "sp-runtime",11918 "sp-state-machine",11919 "thiserror",11920]1192111922[[package]]11923name = "sp-consensus"11924version = "0.10.0-dev"11925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11926dependencies = [11927 "async-trait",11928 "futures",11929 "log",11930 "sp-core",11931 "sp-inherents",11932 "sp-runtime",11933 "sp-state-machine",11934 "thiserror",11935]1193611937[[package]]11938name = "sp-consensus-aura"11939version = "0.10.0-dev"11940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11941dependencies = [11942 "async-trait",11943 "parity-scale-codec",11944 "scale-info",11945 "sp-api",11946 "sp-application-crypto",11947 "sp-consensus",11948 "sp-consensus-slots",11949 "sp-inherents",11950 "sp-runtime",11951 "sp-std",11952 "sp-timestamp",11953]1195411955[[package]]11956name = "sp-consensus-babe"11957version = "0.10.0-dev"11958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11959dependencies = [11960 "async-trait",11961 "parity-scale-codec",11962 "scale-info",11963 "serde",11964 "sp-api",11965 "sp-application-crypto",11966 "sp-consensus",11967 "sp-consensus-slots",11968 "sp-core",11969 "sp-inherents",11970 "sp-keystore",11971 "sp-runtime",11972 "sp-std",11973 "sp-timestamp",11974]1197511976[[package]]11977name = "sp-consensus-beefy"11978version = "4.0.0-dev"11979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11980dependencies = [11981 "lazy_static",11982 "parity-scale-codec",11983 "scale-info",11984 "serde",11985 "sp-api",11986 "sp-application-crypto",11987 "sp-core",11988 "sp-io",11989 "sp-mmr-primitives",11990 "sp-runtime",11991 "sp-std",11992 "strum",11993]1199411995[[package]]11996name = "sp-consensus-grandpa"11997version = "4.0.0-dev"11998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"11999dependencies = [12000 "finality-grandpa",12001 "log",12002 "parity-scale-codec",12003 "scale-info",12004 "serde",12005 "sp-api",12006 "sp-application-crypto",12007 "sp-core",12008 "sp-keystore",12009 "sp-runtime",12010 "sp-std",12011]1201212013[[package]]12014name = "sp-consensus-slots"12015version = "0.10.0-dev"12016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12017dependencies = [12018 "parity-scale-codec",12019 "scale-info",12020 "serde",12021 "sp-std",12022 "sp-timestamp",12023]1202412025[[package]]12026name = "sp-core"12027version = "7.0.0"12028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12029dependencies = [12030 "array-bytes 4.2.0",12031 "bitflags",12032 "blake2",12033 "bounded-collections",12034 "bs58",12035 "dyn-clonable",12036 "ed25519-zebra",12037 "futures",12038 "hash-db 0.16.0",12039 "hash256-std-hasher",12040 "impl-serde",12041 "lazy_static",12042 "libsecp256k1",12043 "log",12044 "merlin",12045 "parity-scale-codec",12046 "parking_lot 0.12.1",12047 "paste",12048 "primitive-types",12049 "rand 0.8.5",12050 "regex",12051 "scale-info",12052 "schnorrkel",12053 "secp256k1",12054 "secrecy",12055 "serde",12056 "sp-core-hashing",12057 "sp-debug-derive",12058 "sp-externalities",12059 "sp-runtime-interface",12060 "sp-std",12061 "sp-storage",12062 "ss58-registry",12063 "substrate-bip39",12064 "thiserror",12065 "tiny-bip39",12066 "zeroize",12067]1206812069[[package]]12070name = "sp-core-hashing"12071version = "5.0.0"12072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12073dependencies = [12074 "blake2b_simd",12075 "byteorder",12076 "digest 0.10.7",12077 "sha2 0.10.6",12078 "sha3 0.10.8",12079 "sp-std",12080 "twox-hash",12081]1208212083[[package]]12084name = "sp-core-hashing-proc-macro"12085version = "5.0.0"12086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12087dependencies = [12088 "proc-macro2",12089 "quote",12090 "sp-core-hashing",12091 "syn 2.0.18",12092]1209312094[[package]]12095name = "sp-database"12096version = "4.0.0-dev"12097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12098dependencies = [12099 "kvdb",12100 "parking_lot 0.12.1",12101]1210212103[[package]]12104name = "sp-debug-derive"12105version = "5.0.0"12106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12107dependencies = [12108 "proc-macro2",12109 "quote",12110 "syn 2.0.18",12111]1211212113[[package]]12114name = "sp-externalities"12115version = "0.13.0"12116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12117dependencies = [12118 "environmental",12119 "parity-scale-codec",12120 "sp-std",12121 "sp-storage",12122]1212312124[[package]]12125name = "sp-inherents"12126version = "4.0.0-dev"12127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12128dependencies = [12129 "async-trait",12130 "impl-trait-for-tuples",12131 "parity-scale-codec",12132 "scale-info",12133 "sp-core",12134 "sp-runtime",12135 "sp-std",12136 "thiserror",12137]1213812139[[package]]12140name = "sp-io"12141version = "7.0.0"12142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12143dependencies = [12144 "bytes",12145 "ed25519",12146 "ed25519-dalek",12147 "futures",12148 "libsecp256k1",12149 "log",12150 "parity-scale-codec",12151 "rustversion",12152 "secp256k1",12153 "sp-core",12154 "sp-externalities",12155 "sp-keystore",12156 "sp-runtime-interface",12157 "sp-state-machine",12158 "sp-std",12159 "sp-tracing",12160 "sp-trie",12161 "tracing",12162 "tracing-core",12163]1216412165[[package]]12166name = "sp-keyring"12167version = "7.0.0"12168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12169dependencies = [12170 "lazy_static",12171 "sp-core",12172 "sp-runtime",12173 "strum",12174]1217512176[[package]]12177name = "sp-keystore"12178version = "0.13.0"12179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12180dependencies = [12181 "futures",12182 "parity-scale-codec",12183 "parking_lot 0.12.1",12184 "serde",12185 "sp-core",12186 "sp-externalities",12187 "thiserror",12188]1218912190[[package]]12191name = "sp-maybe-compressed-blob"12192version = "4.1.0-dev"12193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12194dependencies = [12195 "thiserror",12196 "zstd 0.12.3+zstd.1.5.2",12197]1219812199[[package]]12200name = "sp-metadata-ir"12201version = "0.1.0"12202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12203dependencies = [12204 "frame-metadata",12205 "parity-scale-codec",12206 "scale-info",12207 "sp-std",12208]1220912210[[package]]12211name = "sp-mmr-primitives"12212version = "4.0.0-dev"12213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12214dependencies = [12215 "ckb-merkle-mountain-range",12216 "log",12217 "parity-scale-codec",12218 "scale-info",12219 "serde",12220 "sp-api",12221 "sp-core",12222 "sp-debug-derive",12223 "sp-runtime",12224 "sp-std",12225 "thiserror",12226]1222712228[[package]]12229name = "sp-npos-elections"12230version = "4.0.0-dev"12231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12232dependencies = [12233 "parity-scale-codec",12234 "scale-info",12235 "serde",12236 "sp-arithmetic",12237 "sp-core",12238 "sp-runtime",12239 "sp-std",12240]1224112242[[package]]12243name = "sp-offchain"12244version = "4.0.0-dev"12245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12246dependencies = [12247 "sp-api",12248 "sp-core",12249 "sp-runtime",12250]1225112252[[package]]12253name = "sp-panic-handler"12254version = "5.0.0"12255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12256dependencies = [12257 "backtrace",12258 "lazy_static",12259 "regex",12260]1226112262[[package]]12263name = "sp-rpc"12264version = "6.0.0"12265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12266dependencies = [12267 "rustc-hash",12268 "serde",12269 "sp-core",12270]1227112272[[package]]12273name = "sp-runtime"12274version = "7.0.0"12275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12276dependencies = [12277 "either",12278 "hash256-std-hasher",12279 "impl-trait-for-tuples",12280 "log",12281 "parity-scale-codec",12282 "paste",12283 "rand 0.8.5",12284 "scale-info",12285 "serde",12286 "sp-application-crypto",12287 "sp-arithmetic",12288 "sp-core",12289 "sp-io",12290 "sp-std",12291 "sp-weights",12292]1229312294[[package]]12295name = "sp-runtime-interface"12296version = "7.0.0"12297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12298dependencies = [12299 "bytes",12300 "impl-trait-for-tuples",12301 "parity-scale-codec",12302 "primitive-types",12303 "sp-externalities",12304 "sp-runtime-interface-proc-macro",12305 "sp-std",12306 "sp-storage",12307 "sp-tracing",12308 "sp-wasm-interface",12309 "static_assertions",12310]1231112312[[package]]12313name = "sp-runtime-interface-proc-macro"12314version = "6.0.0"12315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12316dependencies = [12317 "Inflector",12318 "proc-macro-crate",12319 "proc-macro2",12320 "quote",12321 "syn 2.0.18",12322]1232312324[[package]]12325name = "sp-session"12326version = "4.0.0-dev"12327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12328dependencies = [12329 "parity-scale-codec",12330 "scale-info",12331 "sp-api",12332 "sp-core",12333 "sp-runtime",12334 "sp-staking",12335 "sp-std",12336]1233712338[[package]]12339name = "sp-staking"12340version = "4.0.0-dev"12341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12342dependencies = [12343 "parity-scale-codec",12344 "scale-info",12345 "serde",12346 "sp-core",12347 "sp-runtime",12348 "sp-std",12349]1235012351[[package]]12352name = "sp-state-machine"12353version = "0.13.0"12354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12355dependencies = [12356 "hash-db 0.16.0",12357 "log",12358 "parity-scale-codec",12359 "parking_lot 0.12.1",12360 "rand 0.8.5",12361 "smallvec",12362 "sp-core",12363 "sp-externalities",12364 "sp-panic-handler",12365 "sp-std",12366 "sp-trie",12367 "thiserror",12368 "tracing",12369]1237012371[[package]]12372name = "sp-std"12373version = "5.0.0"12374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"1237512376[[package]]12377name = "sp-storage"12378version = "7.0.0"12379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12380dependencies = [12381 "impl-serde",12382 "parity-scale-codec",12383 "ref-cast",12384 "serde",12385 "sp-debug-derive",12386 "sp-std",12387]1238812389[[package]]12390name = "sp-timestamp"12391version = "4.0.0-dev"12392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12393dependencies = [12394 "async-trait",12395 "futures-timer",12396 "log",12397 "parity-scale-codec",12398 "sp-inherents",12399 "sp-runtime",12400 "sp-std",12401 "thiserror",12402]1240312404[[package]]12405name = "sp-tracing"12406version = "6.0.0"12407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12408dependencies = [12409 "parity-scale-codec",12410 "sp-std",12411 "tracing",12412 "tracing-core",12413 "tracing-subscriber",12414]1241512416[[package]]12417name = "sp-transaction-pool"12418version = "4.0.0-dev"12419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12420dependencies = [12421 "sp-api",12422 "sp-runtime",12423]1242412425[[package]]12426name = "sp-transaction-storage-proof"12427version = "4.0.0-dev"12428source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12429dependencies = [12430 "async-trait",12431 "log",12432 "parity-scale-codec",12433 "scale-info",12434 "sp-core",12435 "sp-inherents",12436 "sp-runtime",12437 "sp-std",12438 "sp-trie",12439]1244012441[[package]]12442name = "sp-trie"12443version = "7.0.0"12444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12445dependencies = [12446 "ahash 0.8.3",12447 "hash-db 0.16.0",12448 "hashbrown 0.13.2",12449 "lazy_static",12450 "memory-db",12451 "nohash-hasher",12452 "parity-scale-codec",12453 "parking_lot 0.12.1",12454 "scale-info",12455 "schnellru",12456 "sp-core",12457 "sp-std",12458 "thiserror",12459 "tracing",12460 "trie-db 0.27.1",12461 "trie-root",12462]1246312464[[package]]12465name = "sp-version"12466version = "5.0.0"12467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12468dependencies = [12469 "impl-serde",12470 "parity-scale-codec",12471 "parity-wasm",12472 "scale-info",12473 "serde",12474 "sp-core-hashing-proc-macro",12475 "sp-runtime",12476 "sp-std",12477 "sp-version-proc-macro",12478 "thiserror",12479]1248012481[[package]]12482name = "sp-version-proc-macro"12483version = "4.0.0-dev"12484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12485dependencies = [12486 "parity-scale-codec",12487 "proc-macro2",12488 "quote",12489 "syn 2.0.18",12490]1249112492[[package]]12493name = "sp-wasm-interface"12494version = "7.0.0"12495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12496dependencies = [12497 "anyhow",12498 "impl-trait-for-tuples",12499 "log",12500 "parity-scale-codec",12501 "sp-std",12502 "wasmi",12503 "wasmtime",12504]1250512506[[package]]12507name = "sp-weights"12508version = "4.0.0"12509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12510dependencies = [12511 "parity-scale-codec",12512 "scale-info",12513 "serde",12514 "smallvec",12515 "sp-arithmetic",12516 "sp-core",12517 "sp-debug-derive",12518 "sp-std",12519]1252012521[[package]]12522name = "spez"12523version = "0.1.2"12524source = "registry+https://github.com/rust-lang/crates.io-index"12525checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"12526dependencies = [12527 "proc-macro2",12528 "quote",12529 "syn 2.0.18",12530]1253112532[[package]]12533name = "spin"12534version = "0.5.2"12535source = "registry+https://github.com/rust-lang/crates.io-index"12536checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1253712538[[package]]12539name = "spki"12540version = "0.6.0"12541source = "registry+https://github.com/rust-lang/crates.io-index"12542checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"12543dependencies = [12544 "base64ct",12545 "der 0.6.1",12546]1254712548[[package]]12549name = "spki"12550version = "0.7.2"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"12553dependencies = [12554 "base64ct",12555 "der 0.7.6",12556]1255712558[[package]]12559name = "ss58-registry"12560version = "1.40.0"12561source = "registry+https://github.com/rust-lang/crates.io-index"12562checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"12563dependencies = [12564 "Inflector",12565 "num-format",12566 "proc-macro2",12567 "quote",12568 "serde",12569 "serde_json",12570 "unicode-xid",12571]1257212573[[package]]12574name = "stable_deref_trait"12575version = "1.2.0"12576source = "registry+https://github.com/rust-lang/crates.io-index"12577checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1257812579[[package]]12580name = "static_assertions"12581version = "1.1.0"12582source = "registry+https://github.com/rust-lang/crates.io-index"12583checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1258412585[[package]]12586name = "static_init"12587version = "0.5.2"12588source = "registry+https://github.com/rust-lang/crates.io-index"12589checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12590dependencies = [12591 "cfg_aliases",12592 "libc",12593 "parking_lot 0.11.2",12594 "static_init_macro 0.5.0",12595]1259612597[[package]]12598name = "static_init"12599version = "1.0.3"12600source = "registry+https://github.com/rust-lang/crates.io-index"12601checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12602dependencies = [12603 "bitflags",12604 "cfg_aliases",12605 "libc",12606 "parking_lot 0.11.2",12607 "parking_lot_core 0.8.6",12608 "static_init_macro 1.0.2",12609 "winapi",12610]1261112612[[package]]12613name = "static_init_macro"12614version = "0.5.0"12615source = "registry+https://github.com/rust-lang/crates.io-index"12616checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12617dependencies = [12618 "cfg_aliases",12619 "memchr",12620 "proc-macro2",12621 "quote",12622 "syn 1.0.109",12623]1262412625[[package]]12626name = "static_init_macro"12627version = "1.0.2"12628source = "registry+https://github.com/rust-lang/crates.io-index"12629checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12630dependencies = [12631 "cfg_aliases",12632 "memchr",12633 "proc-macro2",12634 "quote",12635 "syn 1.0.109",12636]1263712638[[package]]12639name = "strsim"12640version = "0.10.0"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1264312644[[package]]12645name = "struct-versioning"12646version = "0.1.0"12647dependencies = [12648 "quote",12649 "syn 1.0.109",12650]1265112652[[package]]12653name = "strum"12654version = "0.24.1"12655source = "registry+https://github.com/rust-lang/crates.io-index"12656checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12657dependencies = [12658 "strum_macros",12659]1266012661[[package]]12662name = "strum_macros"12663version = "0.24.3"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12666dependencies = [12667 "heck",12668 "proc-macro2",12669 "quote",12670 "rustversion",12671 "syn 1.0.109",12672]1267312674[[package]]12675name = "stun"12676version = "0.4.4"12677source = "registry+https://github.com/rust-lang/crates.io-index"12678checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"12679dependencies = [12680 "base64 0.13.1",12681 "crc",12682 "lazy_static",12683 "md-5",12684 "rand 0.8.5",12685 "ring",12686 "subtle",12687 "thiserror",12688 "tokio",12689 "url",12690 "webrtc-util",12691]1269212693[[package]]12694name = "substrate-bip39"12695version = "0.4.4"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12698dependencies = [12699 "hmac 0.11.0",12700 "pbkdf2 0.8.0",12701 "schnorrkel",12702 "sha2 0.9.9",12703 "zeroize",12704]1270512706[[package]]12707name = "substrate-build-script-utils"12708version = "3.0.0"12709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12710dependencies = [12711 "platforms 2.0.0",12712]1271312714[[package]]12715name = "substrate-frame-rpc-system"12716version = "4.0.0-dev"12717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12718dependencies = [12719 "frame-system-rpc-runtime-api",12720 "futures",12721 "jsonrpsee",12722 "log",12723 "parity-scale-codec",12724 "sc-rpc-api",12725 "sc-transaction-pool-api",12726 "sp-api",12727 "sp-block-builder",12728 "sp-blockchain",12729 "sp-core",12730 "sp-runtime",12731]1273212733[[package]]12734name = "substrate-prometheus-endpoint"12735version = "0.10.0-dev"12736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12737dependencies = [12738 "hyper",12739 "log",12740 "prometheus",12741 "thiserror",12742 "tokio",12743]1274412745[[package]]12746name = "substrate-rpc-client"12747version = "0.10.0-dev"12748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12749dependencies = [12750 "async-trait",12751 "jsonrpsee",12752 "log",12753 "sc-rpc-api",12754 "serde",12755 "sp-runtime",12756]1275712758[[package]]12759name = "substrate-state-trie-migration-rpc"12760version = "4.0.0-dev"12761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12762dependencies = [12763 "jsonrpsee",12764 "log",12765 "parity-scale-codec",12766 "sc-client-api",12767 "sc-rpc-api",12768 "scale-info",12769 "serde",12770 "sp-core",12771 "sp-runtime",12772 "sp-state-machine",12773 "sp-trie",12774 "trie-db 0.27.1",12775]1277612777[[package]]12778name = "substrate-test-utils"12779version = "4.0.0-dev"12780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12781dependencies = [12782 "futures",12783 "substrate-test-utils-derive",12784 "tokio",12785]1278612787[[package]]12788name = "substrate-test-utils-derive"12789version = "0.10.0-dev"12790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12791dependencies = [12792 "proc-macro-crate",12793 "proc-macro2",12794 "quote",12795 "syn 2.0.18",12796]1279712798[[package]]12799name = "substrate-wasm-builder"12800version = "5.0.0-dev"12801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"12802dependencies = [12803 "ansi_term",12804 "build-helper",12805 "cargo_metadata",12806 "filetime",12807 "sp-maybe-compressed-blob",12808 "strum",12809 "tempfile",12810 "toml 0.7.4",12811 "walkdir",12812 "wasm-opt",12813]1281412815[[package]]12816name = "substring"12817version = "1.4.5"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"12820dependencies = [12821 "autocfg",12822]1282312824[[package]]12825name = "subtle"12826version = "2.4.1"12827source = "registry+https://github.com/rust-lang/crates.io-index"12828checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1282912830[[package]]12831name = "syn"12832version = "1.0.109"12833source = "registry+https://github.com/rust-lang/crates.io-index"12834checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"12835dependencies = [12836 "proc-macro2",12837 "quote",12838 "unicode-ident",12839]1284012841[[package]]12842name = "syn"12843version = "2.0.18"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"12846dependencies = [12847 "proc-macro2",12848 "quote",12849 "unicode-ident",12850]1285112852[[package]]12853name = "synstructure"12854version = "0.12.6"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12857dependencies = [12858 "proc-macro2",12859 "quote",12860 "syn 1.0.109",12861 "unicode-xid",12862]1286312864[[package]]12865name = "system-configuration"12866version = "0.5.1"12867source = "registry+https://github.com/rust-lang/crates.io-index"12868checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"12869dependencies = [12870 "bitflags",12871 "core-foundation",12872 "system-configuration-sys",12873]1287412875[[package]]12876name = "system-configuration-sys"12877version = "0.5.0"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12880dependencies = [12881 "core-foundation-sys",12882 "libc",12883]1288412885[[package]]12886name = "tap"12887version = "1.0.1"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1289012891[[package]]12892name = "target-lexicon"12893version = "0.12.7"12894source = "registry+https://github.com/rust-lang/crates.io-index"12895checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"1289612897[[package]]12898name = "tempfile"12899version = "3.5.0"12900source = "registry+https://github.com/rust-lang/crates.io-index"12901checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"12902dependencies = [12903 "cfg-if",12904 "fastrand",12905 "redox_syscall 0.3.5",12906 "rustix 0.37.19",12907 "windows-sys 0.45.0",12908]1290912910[[package]]12911name = "termcolor"12912version = "1.2.0"12913source = "registry+https://github.com/rust-lang/crates.io-index"12914checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12915dependencies = [12916 "winapi-util",12917]1291812919[[package]]12920name = "termtree"12921version = "0.4.1"12922source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1292412925[[package]]12926name = "tests"12927version = "0.1.1"12928dependencies = [12929 "evm-coder",12930 "frame-support",12931 "frame-system",12932 "pallet-balances",12933 "pallet-balances-adapter",12934 "pallet-common",12935 "pallet-ethereum",12936 "pallet-evm",12937 "pallet-evm-coder-substrate",12938 "pallet-fungible",12939 "pallet-nonfungible",12940 "pallet-refungible",12941 "pallet-structure",12942 "pallet-timestamp",12943 "pallet-transaction-payment",12944 "pallet-unique",12945 "pallet-xcm",12946 "parity-scale-codec",12947 "scale-info",12948 "sp-core",12949 "sp-io",12950 "sp-runtime",12951 "sp-std",12952 "up-data-structs",12953 "up-sponsorship",12954 "xcm",12955]1295612957[[package]]12958name = "thiserror"12959version = "1.0.40"12960source = "registry+https://github.com/rust-lang/crates.io-index"12961checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"12962dependencies = [12963 "thiserror-impl",12964]1296512966[[package]]12967name = "thiserror-impl"12968version = "1.0.40"12969source = "registry+https://github.com/rust-lang/crates.io-index"12970checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"12971dependencies = [12972 "proc-macro2",12973 "quote",12974 "syn 2.0.18",12975]1297612977[[package]]12978name = "thousands"12979version = "0.2.0"12980source = "registry+https://github.com/rust-lang/crates.io-index"12981checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1298212983[[package]]12984name = "thread_local"12985version = "1.1.7"12986source = "registry+https://github.com/rust-lang/crates.io-index"12987checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"12988dependencies = [12989 "cfg-if",12990 "once_cell",12991]1299212993[[package]]12994name = "threadpool"12995version = "1.8.1"12996source = "registry+https://github.com/rust-lang/crates.io-index"12997checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12998dependencies = [12999 "num_cpus",13000]1300113002[[package]]13003name = "thrift"13004version = "0.15.0"13005source = "registry+https://github.com/rust-lang/crates.io-index"13006checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"13007dependencies = [13008 "byteorder",13009 "integer-encoding",13010 "log",13011 "ordered-float",13012 "threadpool",13013]1301413015[[package]]13016name = "tikv-jemalloc-ctl"13017version = "0.5.0"13018source = "registry+https://github.com/rust-lang/crates.io-index"13019checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"13020dependencies = [13021 "libc",13022 "paste",13023 "tikv-jemalloc-sys",13024]1302513026[[package]]13027name = "tikv-jemalloc-sys"13028version = "0.5.3+5.3.0-patched"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"13031dependencies = [13032 "cc",13033 "libc",13034]1303513036[[package]]13037name = "time"13038version = "0.1.45"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"13041dependencies = [13042 "libc",13043 "wasi 0.10.0+wasi-snapshot-preview1",13044 "winapi",13045]1304613047[[package]]13048name = "time"13049version = "0.3.21"13050source = "registry+https://github.com/rust-lang/crates.io-index"13051checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"13052dependencies = [13053 "itoa",13054 "serde",13055 "time-core",13056 "time-macros",13057]1305813059[[package]]13060name = "time-core"13061version = "0.1.1"13062source = "registry+https://github.com/rust-lang/crates.io-index"13063checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"1306413065[[package]]13066name = "time-macros"13067version = "0.2.9"13068source = "registry+https://github.com/rust-lang/crates.io-index"13069checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"13070dependencies = [13071 "time-core",13072]1307313074[[package]]13075name = "tiny-bip39"13076version = "1.0.0"13077source = "registry+https://github.com/rust-lang/crates.io-index"13078checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"13079dependencies = [13080 "anyhow",13081 "hmac 0.12.1",13082 "once_cell",13083 "pbkdf2 0.11.0",13084 "rand 0.8.5",13085 "rustc-hash",13086 "sha2 0.10.6",13087 "thiserror",13088 "unicode-normalization",13089 "wasm-bindgen",13090 "zeroize",13091]1309213093[[package]]13094name = "tiny-keccak"13095version = "2.0.2"13096source = "registry+https://github.com/rust-lang/crates.io-index"13097checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"13098dependencies = [13099 "crunchy",13100]1310113102[[package]]13103name = "tinytemplate"13104version = "1.2.1"13105source = "registry+https://github.com/rust-lang/crates.io-index"13106checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"13107dependencies = [13108 "serde",13109 "serde_json",13110]1311113112[[package]]13113name = "tinyvec"13114version = "1.6.0"13115source = "registry+https://github.com/rust-lang/crates.io-index"13116checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"13117dependencies = [13118 "tinyvec_macros",13119]1312013121[[package]]13122name = "tinyvec_macros"13123version = "0.1.1"13124source = "registry+https://github.com/rust-lang/crates.io-index"13125checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1312613127[[package]]13128name = "tokio"13129version = "1.28.2"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"13132dependencies = [13133 "autocfg",13134 "bytes",13135 "libc",13136 "mio",13137 "num_cpus",13138 "parking_lot 0.12.1",13139 "pin-project-lite 0.2.9",13140 "signal-hook-registry",13141 "socket2",13142 "tokio-macros",13143 "windows-sys 0.48.0",13144]1314513146[[package]]13147name = "tokio-macros"13148version = "2.1.0"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"13151dependencies = [13152 "proc-macro2",13153 "quote",13154 "syn 2.0.18",13155]1315613157[[package]]13158name = "tokio-rustls"13159version = "0.23.4"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"13162dependencies = [13163 "rustls 0.20.8",13164 "tokio",13165 "webpki 0.22.0",13166]1316713168[[package]]13169name = "tokio-stream"13170version = "0.1.14"13171source = "registry+https://github.com/rust-lang/crates.io-index"13172checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"13173dependencies = [13174 "futures-core",13175 "pin-project-lite 0.2.9",13176 "tokio",13177 "tokio-util",13178]1317913180[[package]]13181name = "tokio-util"13182version = "0.7.8"13183source = "registry+https://github.com/rust-lang/crates.io-index"13184checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"13185dependencies = [13186 "bytes",13187 "futures-core",13188 "futures-io",13189 "futures-sink",13190 "pin-project-lite 0.2.9",13191 "tokio",13192 "tracing",13193]1319413195[[package]]13196name = "toml"13197version = "0.5.11"13198source = "registry+https://github.com/rust-lang/crates.io-index"13199checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"13200dependencies = [13201 "serde",13202]1320313204[[package]]13205name = "toml"13206version = "0.7.4"13207source = "registry+https://github.com/rust-lang/crates.io-index"13208checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"13209dependencies = [13210 "serde",13211 "serde_spanned",13212 "toml_datetime",13213 "toml_edit",13214]1321513216[[package]]13217name = "toml_datetime"13218version = "0.6.2"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"13221dependencies = [13222 "serde",13223]1322413225[[package]]13226name = "toml_edit"13227version = "0.19.10"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"13230dependencies = [13231 "indexmap",13232 "serde",13233 "serde_spanned",13234 "toml_datetime",13235 "winnow",13236]1323713238[[package]]13239name = "tower"13240version = "0.4.13"13241source = "registry+https://github.com/rust-lang/crates.io-index"13242checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"13243dependencies = [13244 "tower-layer",13245 "tower-service",13246 "tracing",13247]1324813249[[package]]13250name = "tower-http"13251version = "0.3.5"13252source = "registry+https://github.com/rust-lang/crates.io-index"13253checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"13254dependencies = [13255 "bitflags",13256 "bytes",13257 "futures-core",13258 "futures-util",13259 "http",13260 "http-body",13261 "http-range-header",13262 "pin-project-lite 0.2.9",13263 "tower-layer",13264 "tower-service",13265]1326613267[[package]]13268name = "tower-layer"13269version = "0.3.2"13270source = "registry+https://github.com/rust-lang/crates.io-index"13271checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1327213273[[package]]13274name = "tower-service"13275version = "0.3.2"13276source = "registry+https://github.com/rust-lang/crates.io-index"13277checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1327813279[[package]]13280name = "tracing"13281version = "0.1.37"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"13284dependencies = [13285 "cfg-if",13286 "log",13287 "pin-project-lite 0.2.9",13288 "tracing-attributes",13289 "tracing-core",13290]1329113292[[package]]13293name = "tracing-attributes"13294version = "0.1.24"13295source = "registry+https://github.com/rust-lang/crates.io-index"13296checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"13297dependencies = [13298 "proc-macro2",13299 "quote",13300 "syn 2.0.18",13301]1330213303[[package]]13304name = "tracing-core"13305version = "0.1.31"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"13308dependencies = [13309 "once_cell",13310 "valuable",13311]1331213313[[package]]13314name = "tracing-futures"13315version = "0.2.5"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"13318dependencies = [13319 "pin-project",13320 "tracing",13321]1332213323[[package]]13324name = "tracing-gum"13325version = "0.9.42"13326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13327dependencies = [13328 "polkadot-node-jaeger",13329 "polkadot-primitives",13330 "tracing",13331 "tracing-gum-proc-macro",13332]1333313334[[package]]13335name = "tracing-gum-proc-macro"13336version = "0.9.42"13337source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13338dependencies = [13339 "expander 2.0.0",13340 "proc-macro-crate",13341 "proc-macro2",13342 "quote",13343 "syn 2.0.18",13344]1334513346[[package]]13347name = "tracing-log"13348version = "0.1.3"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"13351dependencies = [13352 "lazy_static",13353 "log",13354 "tracing-core",13355]1335613357[[package]]13358name = "tracing-serde"13359version = "0.1.3"13360source = "registry+https://github.com/rust-lang/crates.io-index"13361checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13362dependencies = [13363 "serde",13364 "tracing-core",13365]1336613367[[package]]13368name = "tracing-subscriber"13369version = "0.2.25"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13372dependencies = [13373 "ansi_term",13374 "chrono",13375 "lazy_static",13376 "matchers",13377 "parking_lot 0.11.2",13378 "regex",13379 "serde",13380 "serde_json",13381 "sharded-slab",13382 "smallvec",13383 "thread_local",13384 "tracing",13385 "tracing-core",13386 "tracing-log",13387 "tracing-serde",13388]1338913390[[package]]13391name = "trie-db"13392version = "0.24.0"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13395dependencies = [13396 "hash-db 0.15.2",13397 "hashbrown 0.12.3",13398 "log",13399 "smallvec",13400]1340113402[[package]]13403name = "trie-db"13404version = "0.27.1"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"13407dependencies = [13408 "hash-db 0.16.0",13409 "hashbrown 0.13.2",13410 "log",13411 "rustc-hex",13412 "smallvec",13413]1341413415[[package]]13416name = "trie-root"13417version = "0.18.0"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"13420dependencies = [13421 "hash-db 0.16.0",13422]1342313424[[package]]13425name = "triehash"13426version = "0.8.4"13427source = "registry+https://github.com/rust-lang/crates.io-index"13428checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13429dependencies = [13430 "hash-db 0.15.2",13431 "rlp",13432]1343313434[[package]]13435name = "trust-dns-proto"13436version = "0.22.0"13437source = "registry+https://github.com/rust-lang/crates.io-index"13438checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"13439dependencies = [13440 "async-trait",13441 "cfg-if",13442 "data-encoding",13443 "enum-as-inner",13444 "futures-channel",13445 "futures-io",13446 "futures-util",13447 "idna 0.2.3",13448 "ipnet",13449 "lazy_static",13450 "rand 0.8.5",13451 "smallvec",13452 "socket2",13453 "thiserror",13454 "tinyvec",13455 "tokio",13456 "tracing",13457 "url",13458]1345913460[[package]]13461name = "trust-dns-resolver"13462version = "0.22.0"13463source = "registry+https://github.com/rust-lang/crates.io-index"13464checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"13465dependencies = [13466 "cfg-if",13467 "futures-util",13468 "ipconfig",13469 "lazy_static",13470 "lru-cache",13471 "parking_lot 0.12.1",13472 "resolv-conf",13473 "smallvec",13474 "thiserror",13475 "tokio",13476 "tracing",13477 "trust-dns-proto",13478]1347913480[[package]]13481name = "try-lock"13482version = "0.2.4"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1348513486[[package]]13487name = "try-runtime-cli"13488version = "0.10.0-dev"13489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"13490dependencies = [13491 "async-trait",13492 "clap",13493 "frame-remote-externalities",13494 "frame-try-runtime",13495 "hex",13496 "log",13497 "parity-scale-codec",13498 "sc-cli",13499 "sc-executor",13500 "sc-service",13501 "serde",13502 "serde_json",13503 "sp-api",13504 "sp-consensus-aura",13505 "sp-consensus-babe",13506 "sp-core",13507 "sp-debug-derive",13508 "sp-externalities",13509 "sp-inherents",13510 "sp-io",13511 "sp-keystore",13512 "sp-rpc",13513 "sp-runtime",13514 "sp-state-machine",13515 "sp-timestamp",13516 "sp-transaction-storage-proof",13517 "sp-version",13518 "sp-weights",13519 "substrate-rpc-client",13520 "zstd 0.12.3+zstd.1.5.2",13521]1352213523[[package]]13524name = "tt-call"13525version = "1.0.9"13526source = "registry+https://github.com/rust-lang/crates.io-index"13527checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1352813529[[package]]13530name = "turn"13531version = "0.6.1"13532source = "registry+https://github.com/rust-lang/crates.io-index"13533checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"13534dependencies = [13535 "async-trait",13536 "base64 0.13.1",13537 "futures",13538 "log",13539 "md-5",13540 "rand 0.8.5",13541 "ring",13542 "stun",13543 "thiserror",13544 "tokio",13545 "webrtc-util",13546]1354713548[[package]]13549name = "twox-hash"13550version = "1.6.3"13551source = "registry+https://github.com/rust-lang/crates.io-index"13552checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13553dependencies = [13554 "cfg-if",13555 "digest 0.10.7",13556 "rand 0.8.5",13557 "static_assertions",13558]1355913560[[package]]13561name = "typenum"13562version = "1.16.0"13563source = "registry+https://github.com/rust-lang/crates.io-index"13564checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1356513566[[package]]13567name = "uc-rpc"13568version = "0.1.4"13569dependencies = [13570 "anyhow",13571 "app-promotion-rpc",13572 "frame-benchmarking",13573 "hex-literal",13574 "jsonrpsee",13575 "opal-runtime",13576 "pallet-evm",13577 "parity-scale-codec",13578 "quartz-runtime",13579 "sc-client-api",13580 "sc-executor",13581 "sc-rpc-api",13582 "sc-service",13583 "sp-api",13584 "sp-blockchain",13585 "sp-core",13586 "sp-externalities",13587 "sp-keystore",13588 "sp-runtime",13589 "sp-state-machine",13590 "sp-trie",13591 "trie-db 0.24.0",13592 "unique-runtime",13593 "up-common",13594 "up-data-structs",13595 "up-pov-estimate-rpc",13596 "up-rpc",13597 "zstd 0.11.2+zstd.1.5.2",13598]1359913600[[package]]13601name = "ucd-trie"13602version = "0.1.5"13603source = "registry+https://github.com/rust-lang/crates.io-index"13604checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1360513606[[package]]13607name = "uint"13608version = "0.9.5"13609source = "registry+https://github.com/rust-lang/crates.io-index"13610checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"13611dependencies = [13612 "byteorder",13613 "crunchy",13614 "hex",13615 "static_assertions",13616]1361713618[[package]]13619name = "unicode-bidi"13620version = "0.3.13"13621source = "registry+https://github.com/rust-lang/crates.io-index"13622checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1362313624[[package]]13625name = "unicode-ident"13626version = "1.0.9"13627source = "registry+https://github.com/rust-lang/crates.io-index"13628checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"1362913630[[package]]13631name = "unicode-normalization"13632version = "0.1.22"13633source = "registry+https://github.com/rust-lang/crates.io-index"13634checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13635dependencies = [13636 "tinyvec",13637]1363813639[[package]]13640name = "unicode-width"13641version = "0.1.10"13642source = "registry+https://github.com/rust-lang/crates.io-index"13643checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1364413645[[package]]13646name = "unicode-xid"13647version = "0.2.4"13648source = "registry+https://github.com/rust-lang/crates.io-index"13649checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1365013651[[package]]13652name = "unique-node"13653version = "0.9.42"13654dependencies = [13655 "app-promotion-rpc",13656 "clap",13657 "cumulus-client-cli",13658 "cumulus-client-consensus-aura",13659 "cumulus-client-consensus-common",13660 "cumulus-client-network",13661 "cumulus-client-service",13662 "cumulus-primitives-core",13663 "cumulus-primitives-parachain-inherent",13664 "cumulus-relay-chain-inprocess-interface",13665 "cumulus-relay-chain-interface",13666 "cumulus-relay-chain-minimal-node",13667 "fc-consensus",13668 "fc-db",13669 "fc-mapping-sync",13670 "fc-rpc",13671 "fc-rpc-core",13672 "fp-rpc",13673 "frame-benchmarking",13674 "frame-benchmarking-cli",13675 "futures",13676 "log",13677 "opal-runtime",13678 "pallet-transaction-payment-rpc-runtime-api",13679 "parity-scale-codec",13680 "polkadot-cli",13681 "polkadot-primitives",13682 "polkadot-service",13683 "quartz-runtime",13684 "sc-basic-authorship",13685 "sc-chain-spec",13686 "sc-cli",13687 "sc-client-api",13688 "sc-consensus",13689 "sc-consensus-manual-seal",13690 "sc-executor",13691 "sc-network",13692 "sc-network-sync",13693 "sc-service",13694 "sc-sysinfo",13695 "sc-telemetry",13696 "sc-tracing",13697 "sc-transaction-pool",13698 "serde",13699 "serde_json",13700 "sp-api",13701 "sp-block-builder",13702 "sp-blockchain",13703 "sp-consensus-aura",13704 "sp-core",13705 "sp-io",13706 "sp-keystore",13707 "sp-offchain",13708 "sp-runtime",13709 "sp-session",13710 "sp-timestamp",13711 "sp-transaction-pool",13712 "substrate-build-script-utils",13713 "substrate-frame-rpc-system",13714 "substrate-prometheus-endpoint",13715 "tokio",13716 "try-runtime-cli",13717 "uc-rpc",13718 "unique-rpc",13719 "unique-runtime",13720 "up-common",13721 "up-data-structs",13722 "up-pov-estimate-rpc",13723 "up-rpc",13724]1372513726[[package]]13727name = "unique-rpc"13728version = "0.1.2"13729dependencies = [13730 "app-promotion-rpc",13731 "fc-db",13732 "fc-mapping-sync",13733 "fc-rpc",13734 "fc-rpc-core",13735 "fp-rpc",13736 "fp-storage",13737 "jsonrpsee",13738 "pallet-transaction-payment-rpc",13739 "sc-client-api",13740 "sc-consensus-grandpa",13741 "sc-network",13742 "sc-network-sync",13743 "sc-rpc",13744 "sc-rpc-api",13745 "sc-service",13746 "sc-transaction-pool",13747 "serde",13748 "sp-api",13749 "sp-block-builder",13750 "sp-blockchain",13751 "sp-runtime",13752 "substrate-frame-rpc-system",13753 "uc-rpc",13754 "up-common",13755 "up-data-structs",13756 "up-pov-estimate-rpc",13757 "up-rpc",13758]1375913760[[package]]13761name = "unique-runtime"13762version = "0.9.42"13763dependencies = [13764 "app-promotion-rpc",13765 "cumulus-pallet-aura-ext",13766 "cumulus-pallet-dmp-queue",13767 "cumulus-pallet-parachain-system",13768 "cumulus-pallet-xcm",13769 "cumulus-pallet-xcmp-queue",13770 "cumulus-primitives-core",13771 "cumulus-primitives-timestamp",13772 "cumulus-primitives-utility",13773 "derivative",13774 "evm-coder",13775 "fp-evm",13776 "fp-rpc",13777 "fp-self-contained",13778 "frame-benchmarking",13779 "frame-executive",13780 "frame-support",13781 "frame-system",13782 "frame-system-benchmarking",13783 "frame-system-rpc-runtime-api",13784 "frame-try-runtime",13785 "hex-literal",13786 "impl-trait-for-tuples",13787 "log",13788 "num_enum",13789 "orml-tokens",13790 "orml-traits",13791 "orml-vesting",13792 "orml-xcm-support",13793 "orml-xtokens",13794 "pallet-app-promotion",13795 "pallet-aura",13796 "pallet-authorship",13797 "pallet-balances",13798 "pallet-balances-adapter",13799 "pallet-base-fee",13800 "pallet-collator-selection",13801 "pallet-common",13802 "pallet-configuration",13803 "pallet-ethereum",13804 "pallet-evm",13805 "pallet-evm-coder-substrate",13806 "pallet-evm-contract-helpers",13807 "pallet-evm-migration",13808 "pallet-evm-precompile-simple",13809 "pallet-evm-transaction-payment",13810 "pallet-foreign-assets",13811 "pallet-fungible",13812 "pallet-identity 4.0.0-dev",13813 "pallet-inflation",13814 "pallet-maintenance",13815 "pallet-nonfungible",13816 "pallet-preimage",13817 "pallet-refungible",13818 "pallet-session",13819 "pallet-state-trie-migration",13820 "pallet-structure",13821 "pallet-sudo",13822 "pallet-template-transaction-payment",13823 "pallet-test-utils",13824 "pallet-timestamp",13825 "pallet-transaction-payment",13826 "pallet-transaction-payment-rpc-runtime-api",13827 "pallet-treasury",13828 "pallet-unique",13829 "pallet-xcm",13830 "parachain-info",13831 "parity-scale-codec",13832 "polkadot-parachain",13833 "precompile-utils-macro",13834 "scale-info",13835 "serde",13836 "smallvec",13837 "sp-api",13838 "sp-arithmetic",13839 "sp-block-builder",13840 "sp-consensus-aura",13841 "sp-core",13842 "sp-inherents",13843 "sp-io",13844 "sp-offchain",13845 "sp-runtime",13846 "sp-session",13847 "sp-std",13848 "sp-transaction-pool",13849 "sp-version",13850 "substrate-wasm-builder",13851 "up-common",13852 "up-data-structs",13853 "up-pov-estimate-rpc",13854 "up-rpc",13855 "up-sponsorship",13856 "xcm",13857 "xcm-builder",13858 "xcm-executor",13859]1386013861[[package]]13862name = "universal-hash"13863version = "0.4.1"13864source = "registry+https://github.com/rust-lang/crates.io-index"13865checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13866dependencies = [13867 "generic-array 0.14.7",13868 "subtle",13869]1387013871[[package]]13872name = "universal-hash"13873version = "0.5.1"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"13876dependencies = [13877 "crypto-common",13878 "subtle",13879]1388013881[[package]]13882name = "unsigned-varint"13883version = "0.7.1"13884source = "registry+https://github.com/rust-lang/crates.io-index"13885checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13886dependencies = [13887 "asynchronous-codec",13888 "bytes",13889 "futures-io",13890 "futures-util",13891]1389213893[[package]]13894name = "untrusted"13895version = "0.7.1"13896source = "registry+https://github.com/rust-lang/crates.io-index"13897checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1389813899[[package]]13900name = "up-common"13901version = "0.9.42"13902dependencies = [13903 "cumulus-primitives-core",13904 "fp-rpc",13905 "frame-support",13906 "pallet-evm",13907 "sp-consensus-aura",13908 "sp-core",13909 "sp-runtime",13910 "sp-std",13911]1391213913[[package]]13914name = "up-data-structs"13915version = "0.2.2"13916dependencies = [13917 "bondrewd",13918 "derivative",13919 "frame-support",13920 "pallet-evm",13921 "parity-scale-codec",13922 "scale-info",13923 "serde",13924 "sp-core",13925 "sp-runtime",13926 "sp-std",13927 "struct-versioning",13928]1392913930[[package]]13931name = "up-pov-estimate-rpc"13932version = "0.1.0"13933dependencies = [13934 "parity-scale-codec",13935 "scale-info",13936 "serde",13937 "sp-api",13938 "sp-core",13939 "sp-runtime",13940 "sp-std",13941]1394213943[[package]]13944name = "up-rpc"13945version = "0.1.3"13946dependencies = [13947 "pallet-common",13948 "pallet-evm",13949 "parity-scale-codec",13950 "sp-api",13951 "sp-core",13952 "sp-runtime",13953 "sp-std",13954 "up-data-structs",13955]1395613957[[package]]13958name = "up-sponsorship"13959version = "0.1.0"13960source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"13961dependencies = [13962 "impl-trait-for-tuples",13963]1396413965[[package]]13966name = "url"13967version = "2.4.0"13968source = "registry+https://github.com/rust-lang/crates.io-index"13969checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"13970dependencies = [13971 "form_urlencoded",13972 "idna 0.4.0",13973 "percent-encoding",13974]1397513976[[package]]13977name = "utf8parse"13978version = "0.2.1"13979source = "registry+https://github.com/rust-lang/crates.io-index"13980checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1398113982[[package]]13983name = "uuid"13984version = "1.3.3"13985source = "registry+https://github.com/rust-lang/crates.io-index"13986checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"13987dependencies = [13988 "getrandom 0.2.9",13989]1399013991[[package]]13992name = "valuable"13993version = "0.1.0"13994source = "registry+https://github.com/rust-lang/crates.io-index"13995checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1399613997[[package]]13998name = "vcpkg"13999version = "0.2.15"14000source = "registry+https://github.com/rust-lang/crates.io-index"14001checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1400214003[[package]]14004name = "version_check"14005version = "0.9.4"14006source = "registry+https://github.com/rust-lang/crates.io-index"14007checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1400814009[[package]]14010name = "void"14011version = "1.0.2"14012source = "registry+https://github.com/rust-lang/crates.io-index"14013checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1401414015[[package]]14016name = "waitgroup"14017version = "0.1.2"14018source = "registry+https://github.com/rust-lang/crates.io-index"14019checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"14020dependencies = [14021 "atomic-waker",14022]1402314024[[package]]14025name = "waker-fn"14026version = "1.1.0"14027source = "registry+https://github.com/rust-lang/crates.io-index"14028checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1402914030[[package]]14031name = "walkdir"14032version = "2.3.3"14033source = "registry+https://github.com/rust-lang/crates.io-index"14034checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"14035dependencies = [14036 "same-file",14037 "winapi-util",14038]1403914040[[package]]14041name = "want"14042version = "0.3.0"14043source = "registry+https://github.com/rust-lang/crates.io-index"14044checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"14045dependencies = [14046 "log",14047 "try-lock",14048]1404914050[[package]]14051name = "wasi"14052version = "0.9.0+wasi-snapshot-preview1"14053source = "registry+https://github.com/rust-lang/crates.io-index"14054checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1405514056[[package]]14057name = "wasi"14058version = "0.10.0+wasi-snapshot-preview1"14059source = "registry+https://github.com/rust-lang/crates.io-index"14060checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1406114062[[package]]14063name = "wasi"14064version = "0.11.0+wasi-snapshot-preview1"14065source = "registry+https://github.com/rust-lang/crates.io-index"14066checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1406714068[[package]]14069name = "wasm-bindgen"14070version = "0.2.86"14071source = "registry+https://github.com/rust-lang/crates.io-index"14072checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"14073dependencies = [14074 "cfg-if",14075 "wasm-bindgen-macro",14076]1407714078[[package]]14079name = "wasm-bindgen-backend"14080version = "0.2.86"14081source = "registry+https://github.com/rust-lang/crates.io-index"14082checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"14083dependencies = [14084 "bumpalo",14085 "log",14086 "once_cell",14087 "proc-macro2",14088 "quote",14089 "syn 2.0.18",14090 "wasm-bindgen-shared",14091]1409214093[[package]]14094name = "wasm-bindgen-futures"14095version = "0.4.36"14096source = "registry+https://github.com/rust-lang/crates.io-index"14097checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"14098dependencies = [14099 "cfg-if",14100 "js-sys",14101 "wasm-bindgen",14102 "web-sys",14103]1410414105[[package]]14106name = "wasm-bindgen-macro"14107version = "0.2.86"14108source = "registry+https://github.com/rust-lang/crates.io-index"14109checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"14110dependencies = [14111 "quote",14112 "wasm-bindgen-macro-support",14113]1411414115[[package]]14116name = "wasm-bindgen-macro-support"14117version = "0.2.86"14118source = "registry+https://github.com/rust-lang/crates.io-index"14119checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"14120dependencies = [14121 "proc-macro2",14122 "quote",14123 "syn 2.0.18",14124 "wasm-bindgen-backend",14125 "wasm-bindgen-shared",14126]1412714128[[package]]14129name = "wasm-bindgen-shared"14130version = "0.2.86"14131source = "registry+https://github.com/rust-lang/crates.io-index"14132checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"1413314134[[package]]14135name = "wasm-instrument"14136version = "0.3.0"14137source = "registry+https://github.com/rust-lang/crates.io-index"14138checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"14139dependencies = [14140 "parity-wasm",14141]1414214143[[package]]14144name = "wasm-opt"14145version = "0.111.0"14146source = "registry+https://github.com/rust-lang/crates.io-index"14147checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"14148dependencies = [14149 "anyhow",14150 "libc",14151 "strum",14152 "strum_macros",14153 "tempfile",14154 "thiserror",14155 "wasm-opt-cxx-sys",14156 "wasm-opt-sys",14157]1415814159[[package]]14160name = "wasm-opt-cxx-sys"14161version = "0.111.0"14162source = "registry+https://github.com/rust-lang/crates.io-index"14163checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"14164dependencies = [14165 "anyhow",14166 "cxx",14167 "cxx-build",14168 "wasm-opt-sys",14169]1417014171[[package]]14172name = "wasm-opt-sys"14173version = "0.111.0"14174source = "registry+https://github.com/rust-lang/crates.io-index"14175checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"14176dependencies = [14177 "anyhow",14178 "cc",14179 "cxx",14180 "cxx-build",14181 "regex",14182]1418314184[[package]]14185name = "wasm-timer"14186version = "0.2.5"14187source = "registry+https://github.com/rust-lang/crates.io-index"14188checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"14189dependencies = [14190 "futures",14191 "js-sys",14192 "parking_lot 0.11.2",14193 "pin-utils",14194 "wasm-bindgen",14195 "wasm-bindgen-futures",14196 "web-sys",14197]1419814199[[package]]14200name = "wasmi"14201version = "0.13.2"14202source = "registry+https://github.com/rust-lang/crates.io-index"14203checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"14204dependencies = [14205 "parity-wasm",14206 "wasmi-validation",14207 "wasmi_core",14208]1420914210[[package]]14211name = "wasmi-validation"14212version = "0.5.0"14213source = "registry+https://github.com/rust-lang/crates.io-index"14214checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"14215dependencies = [14216 "parity-wasm",14217]1421814219[[package]]14220name = "wasmi_core"14221version = "0.2.1"14222source = "registry+https://github.com/rust-lang/crates.io-index"14223checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"14224dependencies = [14225 "downcast-rs",14226 "libm 0.2.7",14227 "memory_units",14228 "num-rational",14229 "num-traits",14230 "region",14231]1423214233[[package]]14234name = "wasmparser"14235version = "0.100.0"14236source = "registry+https://github.com/rust-lang/crates.io-index"14237checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"14238dependencies = [14239 "indexmap",14240 "url",14241]1424214243[[package]]14244name = "wasmtime"14245version = "6.0.2"14246source = "registry+https://github.com/rust-lang/crates.io-index"14247checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"14248dependencies = [14249 "anyhow",14250 "bincode",14251 "cfg-if",14252 "indexmap",14253 "libc",14254 "log",14255 "object 0.29.0",14256 "once_cell",14257 "paste",14258 "psm",14259 "rayon",14260 "serde",14261 "target-lexicon",14262 "wasmparser",14263 "wasmtime-cache",14264 "wasmtime-cranelift",14265 "wasmtime-environ",14266 "wasmtime-jit",14267 "wasmtime-runtime",14268 "windows-sys 0.42.0",14269]1427014271[[package]]14272name = "wasmtime-asm-macros"14273version = "6.0.2"14274source = "registry+https://github.com/rust-lang/crates.io-index"14275checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"14276dependencies = [14277 "cfg-if",14278]1427914280[[package]]14281name = "wasmtime-cache"14282version = "6.0.2"14283source = "registry+https://github.com/rust-lang/crates.io-index"14284checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"14285dependencies = [14286 "anyhow",14287 "base64 0.13.1",14288 "bincode",14289 "directories-next",14290 "file-per-thread-logger",14291 "log",14292 "rustix 0.36.14",14293 "serde",14294 "sha2 0.10.6",14295 "toml 0.5.11",14296 "windows-sys 0.42.0",14297 "zstd 0.11.2+zstd.1.5.2",14298]1429914300[[package]]14301name = "wasmtime-cranelift"14302version = "6.0.2"14303source = "registry+https://github.com/rust-lang/crates.io-index"14304checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"14305dependencies = [14306 "anyhow",14307 "cranelift-codegen",14308 "cranelift-entity",14309 "cranelift-frontend",14310 "cranelift-native",14311 "cranelift-wasm",14312 "gimli 0.26.2",14313 "log",14314 "object 0.29.0",14315 "target-lexicon",14316 "thiserror",14317 "wasmparser",14318 "wasmtime-environ",14319]1432014321[[package]]14322name = "wasmtime-environ"14323version = "6.0.2"14324source = "registry+https://github.com/rust-lang/crates.io-index"14325checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"14326dependencies = [14327 "anyhow",14328 "cranelift-entity",14329 "gimli 0.26.2",14330 "indexmap",14331 "log",14332 "object 0.29.0",14333 "serde",14334 "target-lexicon",14335 "thiserror",14336 "wasmparser",14337 "wasmtime-types",14338]1433914340[[package]]14341name = "wasmtime-jit"14342version = "6.0.2"14343source = "registry+https://github.com/rust-lang/crates.io-index"14344checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"14345dependencies = [14346 "addr2line 0.17.0",14347 "anyhow",14348 "bincode",14349 "cfg-if",14350 "cpp_demangle",14351 "gimli 0.26.2",14352 "log",14353 "object 0.29.0",14354 "rustc-demangle",14355 "serde",14356 "target-lexicon",14357 "wasmtime-environ",14358 "wasmtime-jit-debug",14359 "wasmtime-jit-icache-coherence",14360 "wasmtime-runtime",14361 "windows-sys 0.42.0",14362]1436314364[[package]]14365name = "wasmtime-jit-debug"14366version = "6.0.2"14367source = "registry+https://github.com/rust-lang/crates.io-index"14368checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"14369dependencies = [14370 "object 0.29.0",14371 "once_cell",14372 "rustix 0.36.14",14373]1437414375[[package]]14376name = "wasmtime-jit-icache-coherence"14377version = "6.0.2"14378source = "registry+https://github.com/rust-lang/crates.io-index"14379checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"14380dependencies = [14381 "cfg-if",14382 "libc",14383 "windows-sys 0.42.0",14384]1438514386[[package]]14387name = "wasmtime-runtime"14388version = "6.0.2"14389source = "registry+https://github.com/rust-lang/crates.io-index"14390checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"14391dependencies = [14392 "anyhow",14393 "cc",14394 "cfg-if",14395 "indexmap",14396 "libc",14397 "log",14398 "mach",14399 "memfd",14400 "memoffset 0.6.5",14401 "paste",14402 "rand 0.8.5",14403 "rustix 0.36.14",14404 "wasmtime-asm-macros",14405 "wasmtime-environ",14406 "wasmtime-jit-debug",14407 "windows-sys 0.42.0",14408]1440914410[[package]]14411name = "wasmtime-types"14412version = "6.0.2"14413source = "registry+https://github.com/rust-lang/crates.io-index"14414checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"14415dependencies = [14416 "cranelift-entity",14417 "serde",14418 "thiserror",14419 "wasmparser",14420]1442114422[[package]]14423name = "web-sys"14424version = "0.3.63"14425source = "registry+https://github.com/rust-lang/crates.io-index"14426checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"14427dependencies = [14428 "js-sys",14429 "wasm-bindgen",14430]1443114432[[package]]14433name = "webpki"14434version = "0.21.4"14435source = "registry+https://github.com/rust-lang/crates.io-index"14436checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"14437dependencies = [14438 "ring",14439 "untrusted",14440]1444114442[[package]]14443name = "webpki"14444version = "0.22.0"14445source = "registry+https://github.com/rust-lang/crates.io-index"14446checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"14447dependencies = [14448 "ring",14449 "untrusted",14450]1445114452[[package]]14453name = "webpki-roots"14454version = "0.22.6"14455source = "registry+https://github.com/rust-lang/crates.io-index"14456checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"14457dependencies = [14458 "webpki 0.22.0",14459]1446014461[[package]]14462name = "webrtc"14463version = "0.6.0"14464source = "registry+https://github.com/rust-lang/crates.io-index"14465checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"14466dependencies = [14467 "arc-swap",14468 "async-trait",14469 "bytes",14470 "hex",14471 "interceptor",14472 "lazy_static",14473 "log",14474 "rand 0.8.5",14475 "rcgen 0.9.3",14476 "regex",14477 "ring",14478 "rtcp",14479 "rtp",14480 "rustls 0.19.1",14481 "sdp",14482 "serde",14483 "serde_json",14484 "sha2 0.10.6",14485 "stun",14486 "thiserror",14487 "time 0.3.21",14488 "tokio",14489 "turn",14490 "url",14491 "waitgroup",14492 "webrtc-data",14493 "webrtc-dtls",14494 "webrtc-ice",14495 "webrtc-mdns",14496 "webrtc-media",14497 "webrtc-sctp",14498 "webrtc-srtp",14499 "webrtc-util",14500]1450114502[[package]]14503name = "webrtc-data"14504version = "0.6.0"14505source = "registry+https://github.com/rust-lang/crates.io-index"14506checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"14507dependencies = [14508 "bytes",14509 "derive_builder",14510 "log",14511 "thiserror",14512 "tokio",14513 "webrtc-sctp",14514 "webrtc-util",14515]1451614517[[package]]14518name = "webrtc-dtls"14519version = "0.7.1"14520source = "registry+https://github.com/rust-lang/crates.io-index"14521checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05"14522dependencies = [14523 "aes 0.6.0",14524 "aes-gcm 0.10.2",14525 "async-trait",14526 "bincode",14527 "block-modes",14528 "byteorder",14529 "ccm",14530 "curve25519-dalek 3.2.0",14531 "der-parser 8.2.0",14532 "elliptic-curve 0.12.3",14533 "hkdf",14534 "hmac 0.12.1",14535 "log",14536 "oid-registry 0.6.1",14537 "p256",14538 "p384",14539 "rand 0.8.5",14540 "rand_core 0.6.4",14541 "rcgen 0.9.3",14542 "ring",14543 "rustls 0.19.1",14544 "sec1 0.3.0",14545 "serde",14546 "sha1",14547 "sha2 0.10.6",14548 "signature 1.6.4",14549 "subtle",14550 "thiserror",14551 "tokio",14552 "webpki 0.21.4",14553 "webrtc-util",14554 "x25519-dalek 2.0.0-pre.1",14555 "x509-parser 0.13.2",14556]1455714558[[package]]14559name = "webrtc-ice"14560version = "0.9.1"14561source = "registry+https://github.com/rust-lang/crates.io-index"14562checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"14563dependencies = [14564 "arc-swap",14565 "async-trait",14566 "crc",14567 "log",14568 "rand 0.8.5",14569 "serde",14570 "serde_json",14571 "stun",14572 "thiserror",14573 "tokio",14574 "turn",14575 "url",14576 "uuid",14577 "waitgroup",14578 "webrtc-mdns",14579 "webrtc-util",14580]1458114582[[package]]14583name = "webrtc-mdns"14584version = "0.5.2"14585source = "registry+https://github.com/rust-lang/crates.io-index"14586checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"14587dependencies = [14588 "log",14589 "socket2",14590 "thiserror",14591 "tokio",14592 "webrtc-util",14593]1459414595[[package]]14596name = "webrtc-media"14597version = "0.5.1"14598source = "registry+https://github.com/rust-lang/crates.io-index"14599checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"14600dependencies = [14601 "byteorder",14602 "bytes",14603 "rand 0.8.5",14604 "rtp",14605 "thiserror",14606]1460714608[[package]]14609name = "webrtc-sctp"14610version = "0.7.0"14611source = "registry+https://github.com/rust-lang/crates.io-index"14612checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"14613dependencies = [14614 "arc-swap",14615 "async-trait",14616 "bytes",14617 "crc",14618 "log",14619 "rand 0.8.5",14620 "thiserror",14621 "tokio",14622 "webrtc-util",14623]1462414625[[package]]14626name = "webrtc-srtp"14627version = "0.9.1"14628source = "registry+https://github.com/rust-lang/crates.io-index"14629checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"14630dependencies = [14631 "aead 0.4.3",14632 "aes 0.7.5",14633 "aes-gcm 0.9.4",14634 "async-trait",14635 "byteorder",14636 "bytes",14637 "ctr 0.8.0",14638 "hmac 0.11.0",14639 "log",14640 "rtcp",14641 "rtp",14642 "sha-1",14643 "subtle",14644 "thiserror",14645 "tokio",14646 "webrtc-util",14647]1464814649[[package]]14650name = "webrtc-util"14651version = "0.7.0"14652source = "registry+https://github.com/rust-lang/crates.io-index"14653checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"14654dependencies = [14655 "async-trait",14656 "bitflags",14657 "bytes",14658 "cc",14659 "ipnet",14660 "lazy_static",14661 "libc",14662 "log",14663 "nix",14664 "rand 0.8.5",14665 "thiserror",14666 "tokio",14667 "winapi",14668]1466914670[[package]]14671name = "westend-runtime"14672version = "0.9.42"14673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14674dependencies = [14675 "bitvec",14676 "frame-benchmarking",14677 "frame-election-provider-support",14678 "frame-executive",14679 "frame-support",14680 "frame-system",14681 "frame-system-benchmarking",14682 "frame-system-rpc-runtime-api",14683 "frame-try-runtime",14684 "hex-literal",14685 "log",14686 "pallet-authority-discovery",14687 "pallet-authorship",14688 "pallet-babe",14689 "pallet-bags-list",14690 "pallet-balances",14691 "pallet-collective",14692 "pallet-democracy",14693 "pallet-election-provider-multi-phase",14694 "pallet-election-provider-support-benchmarking",14695 "pallet-elections-phragmen",14696 "pallet-fast-unstake",14697 "pallet-grandpa",14698 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",14699 "pallet-im-online",14700 "pallet-indices",14701 "pallet-membership",14702 "pallet-multisig",14703 "pallet-nomination-pools",14704 "pallet-nomination-pools-benchmarking",14705 "pallet-nomination-pools-runtime-api",14706 "pallet-offences",14707 "pallet-offences-benchmarking",14708 "pallet-preimage",14709 "pallet-proxy",14710 "pallet-recovery",14711 "pallet-scheduler",14712 "pallet-session",14713 "pallet-session-benchmarking",14714 "pallet-society",14715 "pallet-staking",14716 "pallet-staking-reward-curve",14717 "pallet-staking-runtime-api",14718 "pallet-state-trie-migration",14719 "pallet-sudo",14720 "pallet-timestamp",14721 "pallet-transaction-payment",14722 "pallet-transaction-payment-rpc-runtime-api",14723 "pallet-treasury",14724 "pallet-utility",14725 "pallet-vesting",14726 "pallet-xcm",14727 "pallet-xcm-benchmarks",14728 "parity-scale-codec",14729 "polkadot-parachain",14730 "polkadot-primitives",14731 "polkadot-runtime-common",14732 "polkadot-runtime-parachains",14733 "rustc-hex",14734 "scale-info",14735 "serde",14736 "serde_derive",14737 "smallvec",14738 "sp-api",14739 "sp-authority-discovery",14740 "sp-block-builder",14741 "sp-consensus-babe",14742 "sp-consensus-beefy",14743 "sp-core",14744 "sp-inherents",14745 "sp-io",14746 "sp-mmr-primitives",14747 "sp-npos-elections",14748 "sp-offchain",14749 "sp-runtime",14750 "sp-session",14751 "sp-staking",14752 "sp-std",14753 "sp-transaction-pool",14754 "sp-version",14755 "substrate-wasm-builder",14756 "westend-runtime-constants",14757 "xcm",14758 "xcm-builder",14759 "xcm-executor",14760]1476114762[[package]]14763name = "westend-runtime-constants"14764version = "0.9.42"14765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14766dependencies = [14767 "frame-support",14768 "polkadot-primitives",14769 "polkadot-runtime-common",14770 "smallvec",14771 "sp-core",14772 "sp-runtime",14773 "sp-weights",14774]1477514776[[package]]14777name = "which"14778version = "4.4.0"14779source = "registry+https://github.com/rust-lang/crates.io-index"14780checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"14781dependencies = [14782 "either",14783 "libc",14784 "once_cell",14785]1478614787[[package]]14788name = "wide"14789version = "0.7.9"14790source = "registry+https://github.com/rust-lang/crates.io-index"14791checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65"14792dependencies = [14793 "bytemuck",14794 "safe_arch",14795]1479614797[[package]]14798name = "widestring"14799version = "0.5.1"14800source = "registry+https://github.com/rust-lang/crates.io-index"14801checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1480214803[[package]]14804name = "winapi"14805version = "0.3.9"14806source = "registry+https://github.com/rust-lang/crates.io-index"14807checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14808dependencies = [14809 "winapi-i686-pc-windows-gnu",14810 "winapi-x86_64-pc-windows-gnu",14811]1481214813[[package]]14814name = "winapi-i686-pc-windows-gnu"14815version = "0.4.0"14816source = "registry+https://github.com/rust-lang/crates.io-index"14817checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1481814819[[package]]14820name = "winapi-util"14821version = "0.1.5"14822source = "registry+https://github.com/rust-lang/crates.io-index"14823checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14824dependencies = [14825 "winapi",14826]1482714828[[package]]14829name = "winapi-x86_64-pc-windows-gnu"14830version = "0.4.0"14831source = "registry+https://github.com/rust-lang/crates.io-index"14832checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1483314834[[package]]14835name = "windows"14836version = "0.34.0"14837source = "registry+https://github.com/rust-lang/crates.io-index"14838checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14839dependencies = [14840 "windows_aarch64_msvc 0.34.0",14841 "windows_i686_gnu 0.34.0",14842 "windows_i686_msvc 0.34.0",14843 "windows_x86_64_gnu 0.34.0",14844 "windows_x86_64_msvc 0.34.0",14845]1484614847[[package]]14848name = "windows"14849version = "0.48.0"14850source = "registry+https://github.com/rust-lang/crates.io-index"14851checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"14852dependencies = [14853 "windows-targets 0.48.0",14854]1485514856[[package]]14857name = "windows-sys"14858version = "0.42.0"14859source = "registry+https://github.com/rust-lang/crates.io-index"14860checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14861dependencies = [14862 "windows_aarch64_gnullvm 0.42.2",14863 "windows_aarch64_msvc 0.42.2",14864 "windows_i686_gnu 0.42.2",14865 "windows_i686_msvc 0.42.2",14866 "windows_x86_64_gnu 0.42.2",14867 "windows_x86_64_gnullvm 0.42.2",14868 "windows_x86_64_msvc 0.42.2",14869]1487014871[[package]]14872name = "windows-sys"14873version = "0.45.0"14874source = "registry+https://github.com/rust-lang/crates.io-index"14875checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"14876dependencies = [14877 "windows-targets 0.42.2",14878]1487914880[[package]]14881name = "windows-sys"14882version = "0.48.0"14883source = "registry+https://github.com/rust-lang/crates.io-index"14884checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"14885dependencies = [14886 "windows-targets 0.48.0",14887]1488814889[[package]]14890name = "windows-targets"14891version = "0.42.2"14892source = "registry+https://github.com/rust-lang/crates.io-index"14893checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"14894dependencies = [14895 "windows_aarch64_gnullvm 0.42.2",14896 "windows_aarch64_msvc 0.42.2",14897 "windows_i686_gnu 0.42.2",14898 "windows_i686_msvc 0.42.2",14899 "windows_x86_64_gnu 0.42.2",14900 "windows_x86_64_gnullvm 0.42.2",14901 "windows_x86_64_msvc 0.42.2",14902]1490314904[[package]]14905name = "windows-targets"14906version = "0.48.0"14907source = "registry+https://github.com/rust-lang/crates.io-index"14908checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"14909dependencies = [14910 "windows_aarch64_gnullvm 0.48.0",14911 "windows_aarch64_msvc 0.48.0",14912 "windows_i686_gnu 0.48.0",14913 "windows_i686_msvc 0.48.0",14914 "windows_x86_64_gnu 0.48.0",14915 "windows_x86_64_gnullvm 0.48.0",14916 "windows_x86_64_msvc 0.48.0",14917]1491814919[[package]]14920name = "windows_aarch64_gnullvm"14921version = "0.42.2"14922source = "registry+https://github.com/rust-lang/crates.io-index"14923checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1492414925[[package]]14926name = "windows_aarch64_gnullvm"14927version = "0.48.0"14928source = "registry+https://github.com/rust-lang/crates.io-index"14929checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"1493014931[[package]]14932name = "windows_aarch64_msvc"14933version = "0.34.0"14934source = "registry+https://github.com/rust-lang/crates.io-index"14935checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1493614937[[package]]14938name = "windows_aarch64_msvc"14939version = "0.42.2"14940source = "registry+https://github.com/rust-lang/crates.io-index"14941checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1494214943[[package]]14944name = "windows_aarch64_msvc"14945version = "0.48.0"14946source = "registry+https://github.com/rust-lang/crates.io-index"14947checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"1494814949[[package]]14950name = "windows_i686_gnu"14951version = "0.34.0"14952source = "registry+https://github.com/rust-lang/crates.io-index"14953checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1495414955[[package]]14956name = "windows_i686_gnu"14957version = "0.42.2"14958source = "registry+https://github.com/rust-lang/crates.io-index"14959checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1496014961[[package]]14962name = "windows_i686_gnu"14963version = "0.48.0"14964source = "registry+https://github.com/rust-lang/crates.io-index"14965checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"1496614967[[package]]14968name = "windows_i686_msvc"14969version = "0.34.0"14970source = "registry+https://github.com/rust-lang/crates.io-index"14971checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1497214973[[package]]14974name = "windows_i686_msvc"14975version = "0.42.2"14976source = "registry+https://github.com/rust-lang/crates.io-index"14977checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1497814979[[package]]14980name = "windows_i686_msvc"14981version = "0.48.0"14982source = "registry+https://github.com/rust-lang/crates.io-index"14983checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"1498414985[[package]]14986name = "windows_x86_64_gnu"14987version = "0.34.0"14988source = "registry+https://github.com/rust-lang/crates.io-index"14989checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1499014991[[package]]14992name = "windows_x86_64_gnu"14993version = "0.42.2"14994source = "registry+https://github.com/rust-lang/crates.io-index"14995checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1499614997[[package]]14998name = "windows_x86_64_gnu"14999version = "0.48.0"15000source = "registry+https://github.com/rust-lang/crates.io-index"15001checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"1500215003[[package]]15004name = "windows_x86_64_gnullvm"15005version = "0.42.2"15006source = "registry+https://github.com/rust-lang/crates.io-index"15007checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1500815009[[package]]15010name = "windows_x86_64_gnullvm"15011version = "0.48.0"15012source = "registry+https://github.com/rust-lang/crates.io-index"15013checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"1501415015[[package]]15016name = "windows_x86_64_msvc"15017version = "0.34.0"15018source = "registry+https://github.com/rust-lang/crates.io-index"15019checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1502015021[[package]]15022name = "windows_x86_64_msvc"15023version = "0.42.2"15024source = "registry+https://github.com/rust-lang/crates.io-index"15025checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1502615027[[package]]15028name = "windows_x86_64_msvc"15029version = "0.48.0"15030source = "registry+https://github.com/rust-lang/crates.io-index"15031checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"1503215033[[package]]15034name = "winnow"15035version = "0.4.6"15036source = "registry+https://github.com/rust-lang/crates.io-index"15037checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"15038dependencies = [15039 "memchr",15040]1504115042[[package]]15043name = "winreg"15044version = "0.10.1"15045source = "registry+https://github.com/rust-lang/crates.io-index"15046checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"15047dependencies = [15048 "winapi",15049]1505015051[[package]]15052name = "wyz"15053version = "0.5.1"15054source = "registry+https://github.com/rust-lang/crates.io-index"15055checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"15056dependencies = [15057 "tap",15058]1505915060[[package]]15061name = "x25519-dalek"15062version = "1.1.1"15063source = "registry+https://github.com/rust-lang/crates.io-index"15064checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"15065dependencies = [15066 "curve25519-dalek 3.2.0",15067 "rand_core 0.5.1",15068 "zeroize",15069]1507015071[[package]]15072name = "x25519-dalek"15073version = "2.0.0-pre.1"15074source = "registry+https://github.com/rust-lang/crates.io-index"15075checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"15076dependencies = [15077 "curve25519-dalek 3.2.0",15078 "rand_core 0.6.4",15079 "zeroize",15080]1508115082[[package]]15083name = "x509-parser"15084version = "0.13.2"15085source = "registry+https://github.com/rust-lang/crates.io-index"15086checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"15087dependencies = [15088 "asn1-rs 0.3.1",15089 "base64 0.13.1",15090 "data-encoding",15091 "der-parser 7.0.0",15092 "lazy_static",15093 "nom",15094 "oid-registry 0.4.0",15095 "ring",15096 "rusticata-macros",15097 "thiserror",15098 "time 0.3.21",15099]1510015101[[package]]15102name = "x509-parser"15103version = "0.14.0"15104source = "registry+https://github.com/rust-lang/crates.io-index"15105checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"15106dependencies = [15107 "asn1-rs 0.5.2",15108 "base64 0.13.1",15109 "data-encoding",15110 "der-parser 8.2.0",15111 "lazy_static",15112 "nom",15113 "oid-registry 0.6.1",15114 "rusticata-macros",15115 "thiserror",15116 "time 0.3.21",15117]1511815119[[package]]15120name = "xcm"15121version = "0.9.42"15122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15123dependencies = [15124 "bounded-collections",15125 "derivative",15126 "impl-trait-for-tuples",15127 "log",15128 "parity-scale-codec",15129 "scale-info",15130 "serde",15131 "sp-weights",15132 "xcm-procedural",15133]1513415135[[package]]15136name = "xcm-builder"15137version = "0.9.42"15138source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15139dependencies = [15140 "frame-support",15141 "frame-system",15142 "impl-trait-for-tuples",15143 "log",15144 "pallet-transaction-payment",15145 "parity-scale-codec",15146 "polkadot-parachain",15147 "scale-info",15148 "sp-arithmetic",15149 "sp-io",15150 "sp-runtime",15151 "sp-std",15152 "xcm",15153 "xcm-executor",15154]1515515156[[package]]15157name = "xcm-executor"15158version = "0.9.42"15159source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15160dependencies = [15161 "environmental",15162 "frame-benchmarking",15163 "frame-support",15164 "impl-trait-for-tuples",15165 "log",15166 "parity-scale-codec",15167 "sp-arithmetic",15168 "sp-core",15169 "sp-io",15170 "sp-runtime",15171 "sp-std",15172 "sp-weights",15173 "xcm",15174]1517515176[[package]]15177name = "xcm-procedural"15178version = "0.9.42"15179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15180dependencies = [15181 "Inflector",15182 "proc-macro2",15183 "quote",15184 "syn 2.0.18",15185]1518615187[[package]]15188name = "yamux"15189version = "0.10.2"15190source = "registry+https://github.com/rust-lang/crates.io-index"15191checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"15192dependencies = [15193 "futures",15194 "log",15195 "nohash-hasher",15196 "parking_lot 0.12.1",15197 "rand 0.8.5",15198 "static_assertions",15199]1520015201[[package]]15202name = "yasna"15203version = "0.5.2"15204source = "registry+https://github.com/rust-lang/crates.io-index"15205checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"15206dependencies = [15207 "time 0.3.21",15208]1520915210[[package]]15211name = "zeroize"15212version = "1.6.0"15213source = "registry+https://github.com/rust-lang/crates.io-index"15214checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"15215dependencies = [15216 "zeroize_derive",15217]1521815219[[package]]15220name = "zeroize_derive"15221version = "1.4.2"15222source = "registry+https://github.com/rust-lang/crates.io-index"15223checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"15224dependencies = [15225 "proc-macro2",15226 "quote",15227 "syn 2.0.18",15228]1522915230[[package]]15231name = "zstd"15232version = "0.11.2+zstd.1.5.2"15233source = "registry+https://github.com/rust-lang/crates.io-index"15234checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"15235dependencies = [15236 "zstd-safe 5.0.2+zstd.1.5.2",15237]1523815239[[package]]15240name = "zstd"15241version = "0.12.3+zstd.1.5.2"15242source = "registry+https://github.com/rust-lang/crates.io-index"15243checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"15244dependencies = [15245 "zstd-safe 6.0.5+zstd.1.5.4",15246]1524715248[[package]]15249name = "zstd-safe"15250version = "5.0.2+zstd.1.5.2"15251source = "registry+https://github.com/rust-lang/crates.io-index"15252checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"15253dependencies = [15254 "libc",15255 "zstd-sys",15256]1525715258[[package]]15259name = "zstd-safe"15260version = "6.0.5+zstd.1.5.4"15261source = "registry+https://github.com/rust-lang/crates.io-index"15262checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"15263dependencies = [15264 "libc",15265 "zstd-sys",15266]1526715268[[package]]15269name = "zstd-sys"15270version = "2.0.8+zstd.1.5.5"15271source = "registry+https://github.com/rust-lang/crates.io-index"15272checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"15273dependencies = [15274 "cc",15275 "libc",15276 "pkg-config",15277]