23d52f2f98
chain-spec-tool: - CLI utility for chain spec manipulation and validation - Used for mainnet chain spec generation and verification usdt-bridge: - Custodial bridge for wUSDT token operations - Handles USDT wrapping/unwrapping between external chains and Asset Hub - Configuration in bridge_config.json
12237 lines
286 KiB
TOML
12237 lines
286 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "Inflector"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
dependencies = [
|
|
"gimli 0.27.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.25.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
|
dependencies = [
|
|
"gimli 0.32.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler2"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
|
|
[[package]]
|
|
name = "aead"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-gcm"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
dependencies = [
|
|
"aead",
|
|
"aes",
|
|
"cipher",
|
|
"ctr",
|
|
"ghash",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"getrandom 0.3.4",
|
|
"once_cell",
|
|
"version_check",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "allocator-api2"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
[[package]]
|
|
name = "alloy-primitives"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0628ec0ba5b98b3370bb6be17b12f23bfce8ee4ad83823325a20546d9b03b78"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"bytes",
|
|
"cfg-if",
|
|
"const-hex",
|
|
"derive_more 0.99.20",
|
|
"hex-literal",
|
|
"itoa",
|
|
"proptest",
|
|
"rand 0.8.5",
|
|
"ruint",
|
|
"serde",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rlp"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a98ad1696a2e17f010ae8e43e9f2a1e930ed176a8e3ff77acfeff6dfb07b42c"
|
|
dependencies = [
|
|
"const-hex",
|
|
"dunce",
|
|
"heck 0.4.1",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
"syn-solidity",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-types"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98d7107bed88e8f09f0ddcc3335622d87bfb6821f3e0c7473329fb1cfad5e015"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-sol-macro",
|
|
"const-hex",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_system_properties"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstream"
|
|
version = "0.6.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-query",
|
|
"anstyle-wincon",
|
|
"colorchoice",
|
|
"is_terminal_polyfill",
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
version = "3.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
dependencies = [
|
|
"anstyle",
|
|
"once_cell_polyfill",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.100"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aquamarine"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"
|
|
dependencies = [
|
|
"include_dir",
|
|
"itertools 0.10.5",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ar_archive_writer"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
|
|
dependencies = [
|
|
"object 0.32.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-377"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-377-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55"
|
|
dependencies = [
|
|
"ark-bls12-377",
|
|
"ark-ec",
|
|
"ark-models-ext",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-381"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-381-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c"
|
|
dependencies = [
|
|
"ark-bls12-381",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-models-ext",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bw6-761"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700"
|
|
dependencies = [
|
|
"ark-bls12-377",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bw6-761-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2"
|
|
dependencies = [
|
|
"ark-bw6-761",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-models-ext",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ec"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
|
|
dependencies = [
|
|
"ark-ff 0.4.2",
|
|
"ark-poly",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
"hashbrown 0.13.2",
|
|
"itertools 0.10.5",
|
|
"num-traits",
|
|
"rayon",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-377"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6"
|
|
dependencies = [
|
|
"ark-bls12-377",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-377-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ed-on-bls12-377",
|
|
"ark-ff 0.4.2",
|
|
"ark-models-ext",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-381-bandersnatch"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c"
|
|
dependencies = [
|
|
"ark-bls12-381",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-381-bandersnatch-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ed-on-bls12-381-bandersnatch",
|
|
"ark-ff 0.4.2",
|
|
"ark-models-ext",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
|
|
dependencies = [
|
|
"ark-ff-asm 0.3.0",
|
|
"ark-ff-macros 0.3.0",
|
|
"ark-serialize 0.3.0",
|
|
"ark-std 0.3.0",
|
|
"derivative",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"rustc_version 0.3.3",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
|
dependencies = [
|
|
"ark-ff-asm 0.4.2",
|
|
"ark-ff-macros 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
"digest 0.10.7",
|
|
"itertools 0.10.5",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"rustc_version 0.4.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70"
|
|
dependencies = [
|
|
"ark-ff-asm 0.5.0",
|
|
"ark-ff-macros 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"arrayvec 0.7.6",
|
|
"digest 0.10.7",
|
|
"educe",
|
|
"itertools 0.13.0",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-asm"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-asm"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-asm"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-macros"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-macros"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-macros"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-models-ext"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-poly"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
|
|
dependencies = [
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
"hashbrown 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-scale"
|
|
version = "0.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179"
|
|
dependencies = [
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
|
|
dependencies = [
|
|
"ark-std 0.3.0",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
|
dependencies = [
|
|
"ark-serialize-derive",
|
|
"ark-std 0.4.0",
|
|
"digest 0.10.7",
|
|
"num-bigint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7"
|
|
dependencies = [
|
|
"ark-std 0.5.0",
|
|
"arrayvec 0.7.6",
|
|
"digest 0.10.7",
|
|
"num-bigint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize-derive"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "array-bytes"
|
|
version = "6.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
dependencies = [
|
|
"nodrop",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
[[package]]
|
|
name = "assert_matches"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
[[package]]
|
|
name = "asset-test-utils"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0324df9ce91a9840632e865dd3272bd20162023856f1b189b7ae58afa5c6b61"
|
|
dependencies = [
|
|
"cumulus-pallet-parachain-system",
|
|
"cumulus-pallet-xcmp-queue",
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-assets",
|
|
"pallet-balances",
|
|
"pallet-collator-selection",
|
|
"pallet-session",
|
|
"pallet-timestamp",
|
|
"pallet-xcm",
|
|
"pallet-xcm-bridge-hub-router",
|
|
"parachains-common",
|
|
"parachains-runtimes-test-utils",
|
|
"parity-scale-codec",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-parachain-info",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"substrate-wasm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assets-common"
|
|
version = "0.18.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c540587f89a03003946b14decef4fcadb083edc4e62f968de245b82e5402e923"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-asset-conversion",
|
|
"pallet-assets",
|
|
"pallet-xcm",
|
|
"parachains-common",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"substrate-wasm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener-strategy",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
version = "1.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
|
dependencies = [
|
|
"async-task",
|
|
"concurrent-queue",
|
|
"fastrand",
|
|
"futures-lite",
|
|
"pin-project-lite",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-fs"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
|
|
dependencies = [
|
|
"async-lock",
|
|
"blocking",
|
|
"futures-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"futures-io",
|
|
"futures-lite",
|
|
"parking",
|
|
"polling",
|
|
"rustix 1.1.3",
|
|
"slab",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-lock"
|
|
version = "3.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
|
|
dependencies = [
|
|
"event-listener",
|
|
"event-listener-strategy",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-net"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
|
|
dependencies = [
|
|
"async-io",
|
|
"blocking",
|
|
"futures-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-io",
|
|
"async-lock",
|
|
"async-signal",
|
|
"async-task",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener",
|
|
"futures-lite",
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-signal"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
|
|
dependencies = [
|
|
"async-io",
|
|
"async-lock",
|
|
"atomic-waker",
|
|
"cfg-if",
|
|
"futures-core",
|
|
"futures-io",
|
|
"rustix 1.1.3",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.89"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-take"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
[[package]]
|
|
name = "auto_impl"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.76"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
|
dependencies = [
|
|
"addr2line 0.25.1",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object 0.37.3",
|
|
"rustc-demangle",
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base16ct"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
[[package]]
|
|
name = "base58"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.21.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
[[package]]
|
|
name = "base64ct"
|
|
version = "1.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
|
|
[[package]]
|
|
name = "binary-merkle-tree"
|
|
version = "15.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "336bf780dd7526a9a4bc1521720b25c1994dc132cccd59553431923fa4d1a693"
|
|
dependencies = [
|
|
"hash-db",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bip39"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
|
|
dependencies = [
|
|
"bitcoin_hashes 0.14.1",
|
|
"serde",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
dependencies = [
|
|
"bit-vec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
|
|
[[package]]
|
|
name = "bitcoin-internals"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
|
|
|
|
[[package]]
|
|
name = "bitcoin-io"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953"
|
|
|
|
[[package]]
|
|
name = "bitcoin_hashes"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
|
|
dependencies = [
|
|
"bitcoin-internals",
|
|
"hex-conservative 0.1.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitcoin_hashes"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b"
|
|
dependencies = [
|
|
"bitcoin-io",
|
|
"hex-conservative 0.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"serde",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2-rfc"
|
|
version = "0.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
dependencies = [
|
|
"arrayvec 0.4.12",
|
|
"constant_time_eq 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2b_simd"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"constant_time_eq 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-task",
|
|
"futures-io",
|
|
"futures-lite",
|
|
"piper",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bounded-collections"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-header-chain"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "890df97cea17ee61ff982466bb9e90cb6b1462adb45380999019388d05e4b92d"
|
|
dependencies = [
|
|
"bp-runtime",
|
|
"finality-grandpa",
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-consensus-grandpa",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-messages"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7efabf94339950b914ba87249497f1a0e35a73849934d164fecae4b275928cf6"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-parachains"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9011e5c12c15caf3c4129a98f4f4916ea9165db8daf6ed85867c3106075f40df"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-polkadot-core",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-polkadot"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa6277dd4333917ecfbcc35e9332a9f11682e0a506e76b617c336224660fce33"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-polkadot-core",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"sp-api",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-polkadot-core"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "345cf472bac11ef79d403e4846a666b7d22a13cd16d9c85b62cd6b5e16c4a042"
|
|
dependencies = [
|
|
"bp-messages",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"parity-util-mem",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-relayers"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9465ad727e466d67d64244a1aa7bb19933a297913fdde34b8e9bda0a341bdeb"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-parachains",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-utility",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-runtime"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "746d9464f912b278f8a5e2400f10541f95da7fc6c7d688a2788b9a46296146ee"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"hash-db",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-state-machine",
|
|
"sp-std",
|
|
"sp-trie",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-test-utils"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92e659078b54c0b6bd79896738212a305842ad37168976363233516754337826"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-parachains",
|
|
"bp-polkadot-core",
|
|
"bp-runtime",
|
|
"ed25519-dalek",
|
|
"finality-grandpa",
|
|
"parity-scale-codec",
|
|
"sp-application-crypto",
|
|
"sp-consensus-grandpa",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-xcm-bridge-hub"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0873c54562b3d492541cbc8a7974c6854a5157d07880a2a71f8ba888a69e17e9"
|
|
dependencies = [
|
|
"bp-messages",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bp-xcm-bridge-hub-router"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9284820ca704f5c065563cad77d2e3d069a23cc9cb3a29db9c0de8dd3b173a87"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bridge-hub-common"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c31b53c53d627e2da38f8910807944bf3121e154b5c0ac9e122995af9dfb13ed"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"pallet-message-queue",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"snowbridge-core",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bridge-hub-test-utils"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de0b3aa5fd8481a06ca16e47fd3d2d9c6abe76b27d922ec8980a853f242173b3"
|
|
dependencies = [
|
|
"asset-test-utils",
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-parachains",
|
|
"bp-polkadot-core",
|
|
"bp-relayers",
|
|
"bp-runtime",
|
|
"bp-test-utils",
|
|
"bp-xcm-bridge-hub",
|
|
"bridge-runtime-common",
|
|
"cumulus-pallet-parachain-system",
|
|
"cumulus-pallet-xcmp-queue",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-balances",
|
|
"pallet-bridge-grandpa",
|
|
"pallet-bridge-messages",
|
|
"pallet-bridge-parachains",
|
|
"pallet-bridge-relayers",
|
|
"pallet-timestamp",
|
|
"pallet-utility",
|
|
"pallet-xcm",
|
|
"pallet-xcm-bridge-hub",
|
|
"parachains-common",
|
|
"parachains-runtimes-test-utils",
|
|
"parity-scale-codec",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-keyring",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bridge-runtime-common"
|
|
version = "0.18.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "789eb7841c8791991317ec4b6e56c119e5e1c2e480ad293b8502736fd7f64b2e"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-parachains",
|
|
"bp-polkadot-core",
|
|
"bp-relayers",
|
|
"bp-runtime",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-bridge-grandpa",
|
|
"pallet-bridge-messages",
|
|
"pallet-bridge-parachains",
|
|
"pallet-bridge-relayers",
|
|
"pallet-transaction-payment",
|
|
"pallet-utility",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"sp-trie",
|
|
"staging-xcm",
|
|
"tuplex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build-helper"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"
|
|
dependencies = [
|
|
"semver 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
|
|
[[package]]
|
|
name = "byte-slice-cast"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-platform"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.15.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
|
|
dependencies = [
|
|
"find-msvc-tools",
|
|
"jobserver",
|
|
"libc",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cesu8"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
[[package]]
|
|
name = "cfg-expr"
|
|
version = "0.15.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
[[package]]
|
|
name = "chacha20"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
|
dependencies = [
|
|
"iana-time-zone",
|
|
"js-sys",
|
|
"num-traits",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"inout",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "4.5.54"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
version = "4.5.54"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"clap_lex",
|
|
"strsim",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "4.5.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
|
[[package]]
|
|
name = "codespan-reporting"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
|
|
dependencies = [
|
|
"serde",
|
|
"termcolor",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "colorchoice"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "4.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
dependencies = [
|
|
"bytes",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "common-path"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"unicode-width",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-hex"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"proptest",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
dependencies = [
|
|
"const-random-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random-macro"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"once_cell",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_format"
|
|
version = "0.2.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
|
|
dependencies = [
|
|
"const_format_proc_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_format_proc_macros"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
[[package]]
|
|
name = "cpp_demangle"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"cranelift-bforest",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-entity",
|
|
"cranelift-isle",
|
|
"gimli 0.27.3",
|
|
"hashbrown 0.13.2",
|
|
"log",
|
|
"regalloc2 0.6.1",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"
|
|
dependencies = [
|
|
"cranelift-codegen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-isle"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"
|
|
|
|
[[package]]
|
|
name = "cranelift-native"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"libc",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-wasm"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"itertools 0.10.5",
|
|
"log",
|
|
"smallvec",
|
|
"wasmparser",
|
|
"wasmtime-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
[[package]]
|
|
name = "crypto-bigint"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
dependencies = [
|
|
"generic-array",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
dependencies = [
|
|
"generic-array",
|
|
"rand_core 0.6.4",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
dependencies = [
|
|
"generic-array",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto_secretbox"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
|
|
dependencies = [
|
|
"aead",
|
|
"cipher",
|
|
"generic-array",
|
|
"poly1305",
|
|
"salsa20",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-aura-ext"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cbe2735fc7cf2b6521eab00cb1a1ab025abc1575cc36887b36dc8c5cb1c9434"
|
|
dependencies = [
|
|
"cumulus-pallet-parachain-system",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-aura",
|
|
"pallet-timestamp",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-consensus-aura",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-dmp-queue"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97263a8e758d201ebe81db7cea7b278b4fb869c11442f77acef70138ac1a252f"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-parachain-system"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab4255169e8fb9da8ef21630a381067483b2ffb9a3af23357ea150ee7fbdd517"
|
|
dependencies = [
|
|
"bytes",
|
|
"cumulus-pallet-parachain-system-proc-macro",
|
|
"cumulus-primitives-core",
|
|
"cumulus-primitives-parachain-inherent",
|
|
"cumulus-primitives-proof-size-hostfunction",
|
|
"environmental",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-message-queue",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-runtime-common",
|
|
"polkadot-runtime-parachains",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-state-machine",
|
|
"sp-std",
|
|
"sp-trie",
|
|
"sp-version",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-parachain-system-proc-macro"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-session-benchmarking"
|
|
version = "19.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18168570689417abfb514ac8812fca7e6429764d01942750e395d7d8ce0716ef"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-solo-to-para"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f42c74548c8cab75da6f2479a953f044b582cfce98479862344a24df7bbd215"
|
|
dependencies = [
|
|
"cumulus-pallet-parachain-system",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-sudo",
|
|
"parity-scale-codec",
|
|
"polkadot-primitives 16.0.0",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-xcm"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e49231f6cd8274438b078305dc8ce44c54c0d3f4a28e902589bcbaa53d954608"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-pallet-xcmp-queue"
|
|
version = "0.17.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4f4b7dec3206640120013d2ce6b476cbac8be9b93335f66b40255711db81301"
|
|
dependencies = [
|
|
"bounded-collections",
|
|
"bp-xcm-bridge-hub-router",
|
|
"cumulus-primitives-core",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-message-queue",
|
|
"parity-scale-codec",
|
|
"polkadot-runtime-common",
|
|
"polkadot-runtime-parachains",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-ping"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f47128f797359951723e2d106a80e592d007bb7446c299958cdbafb1489ddbf0"
|
|
dependencies = [
|
|
"cumulus-pallet-xcm",
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-aura"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11e7825bcf3cc6c962a5b9b9f47e02dc381109e521d0bc00cad785c65da18471"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"polkadot-primitives 15.0.0",
|
|
"sp-api",
|
|
"sp-consensus-aura",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-core"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c6b5221a4a3097f2ebef66c84c1e6d7a0b8ec7e63f2bd5ae04c1e6d3fc7514e"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
"sp-trie",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-parachain-inherent"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "842a694901e04a62d88995418dec35c22f7dba2b34d32d2b8de37d6b92f973ff"
|
|
dependencies = [
|
|
"async-trait",
|
|
"cumulus-primitives-core",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-proof-size-hostfunction"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "421f03af054aac7c89e87a49e47964886e53a8d7395990eab27b6f201d42524f"
|
|
dependencies = [
|
|
"sp-externalities",
|
|
"sp-runtime-interface",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-storage-weight-reclaim"
|
|
version = "8.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fc49dfec0ba3438afad73787736cc0dba88d15b5855881f12a4d8b812a72927"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"cumulus-primitives-proof-size-hostfunction",
|
|
"docify",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-timestamp"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33cffb8f010f39ac36b31d38994b8f9d9256d9b5e495d96b4ec59d3e30852d53"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"sp-inherents",
|
|
"sp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-primitives-utility"
|
|
version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f8ac1b7ed4431370526ed12df9435d73fa2fcb2a5b5c2df8a16f243865f1f40"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"log",
|
|
"pallet-asset-conversion",
|
|
"parity-scale-codec",
|
|
"polkadot-runtime-common",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cumulus-test-relay-sproof-builder"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e570e41c3f05a8143ebff967bbb0c7dcaaa6f0bebd8639b9418b8005b13eda03"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"parity-scale-codec",
|
|
"polkadot-primitives 16.0.0",
|
|
"sp-runtime",
|
|
"sp-state-machine",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "4.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"curve25519-dalek-derive",
|
|
"digest 0.10.7",
|
|
"fiat-crypto",
|
|
"rustc_version 0.4.1",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek-derive"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx"
|
|
version = "1.0.194"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e"
|
|
dependencies = [
|
|
"cc",
|
|
"cxx-build",
|
|
"cxxbridge-cmd",
|
|
"cxxbridge-flags",
|
|
"cxxbridge-macro",
|
|
"foldhash 0.2.0",
|
|
"link-cplusplus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx-build"
|
|
version = "1.0.194"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e"
|
|
dependencies = [
|
|
"cc",
|
|
"codespan-reporting",
|
|
"indexmap 2.13.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"scratch",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-cmd"
|
|
version = "1.0.194"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328"
|
|
dependencies = [
|
|
"clap",
|
|
"codespan-reporting",
|
|
"indexmap 2.13.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.194"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a"
|
|
|
|
[[package]]
|
|
name = "cxxbridge-macro"
|
|
version = "1.0.194"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
dependencies = [
|
|
"const-oid",
|
|
"pem-rfc7468",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
|
dependencies = [
|
|
"powerfmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-syn-parse"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-where"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
|
|
dependencies = [
|
|
"convert_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustc_version 0.4.1",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
|
dependencies = [
|
|
"derive_more-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more-impl"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
dependencies = [
|
|
"block-buffer 0.10.4",
|
|
"const-oid",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "directories-next"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"dirs-sys-next",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys-next"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "displaydoc"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "docify"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a772b62b1837c8f060432ddcc10b17aae1453ef17617a99bc07789252d2a5896"
|
|
dependencies = [
|
|
"docify_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "docify_macros"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60e6be249b0a462a14784a99b19bf35a667bb5e09de611738bb7362fa4c95ff7"
|
|
dependencies = [
|
|
"common-path",
|
|
"derive-syn-parse",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"syn 2.0.114",
|
|
"termcolor",
|
|
"toml 0.8.23",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
|
|
[[package]]
|
|
name = "dunce"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
[[package]]
|
|
name = "dyn-clonable"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805"
|
|
dependencies = [
|
|
"dyn-clonable-impl",
|
|
"dyn-clone",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dyn-clonable-impl"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dyn-clone"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
|
[[package]]
|
|
name = "ecdsa"
|
|
version = "0.16.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
dependencies = [
|
|
"der",
|
|
"digest 0.10.7",
|
|
"elliptic-curve",
|
|
"rfc6979",
|
|
"serdect",
|
|
"signature",
|
|
"spki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519"
|
|
version = "2.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
dependencies = [
|
|
"pkcs8",
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"serde",
|
|
"sha2 0.10.9",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-zebra"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0017d969298eec91e3db7a2985a8cab4df6341d86e6f3a6f5878b13fb7846bc9"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"hashbrown 0.15.5",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"sha2 0.10.9",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
|
[[package]]
|
|
name = "elliptic-curve"
|
|
version = "0.13.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
dependencies = [
|
|
"base16ct",
|
|
"crypto-bigint",
|
|
"digest 0.10.7",
|
|
"ff",
|
|
"generic-array",
|
|
"group",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"sec1",
|
|
"serdect",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
|
|
dependencies = [
|
|
"enum-ordinalize-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize-derive"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2"
|
|
version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
|
dependencies = [
|
|
"enumflags2_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2_derive"
|
|
version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumn"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
dependencies = [
|
|
"humantime",
|
|
"is-terminal",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "environmental"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethabi-decode"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09d398648d65820a727d6a81e58b962f874473396a047e4c30bafe3240953417"
|
|
dependencies = [
|
|
"ethereum-types",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethbloom"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"
|
|
dependencies = [
|
|
"crunchy",
|
|
"fixed-hash",
|
|
"impl-codec 0.6.0",
|
|
"impl-rlp",
|
|
"impl-serde 0.4.0",
|
|
"scale-info",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethereum-types"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"
|
|
dependencies = [
|
|
"ethbloom",
|
|
"fixed-hash",
|
|
"impl-codec 0.6.0",
|
|
"impl-rlp",
|
|
"impl-serde 0.4.0",
|
|
"primitive-types 0.12.2",
|
|
"scale-info",
|
|
"uint 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "5.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener-strategy"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
dependencies = [
|
|
"event-listener",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expander"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2"
|
|
dependencies = [
|
|
"blake2",
|
|
"file-guard",
|
|
"fs-err",
|
|
"prettyplease",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
[[package]]
|
|
name = "fastrlp"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"auto_impl",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrlp"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"auto_impl",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ff"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fiat-crypto"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
|
[[package]]
|
|
name = "file-guard"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "file-per-thread-logger"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
|
|
dependencies = [
|
|
"env_logger",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"libredox",
|
|
]
|
|
|
|
[[package]]
|
|
name = "finality-grandpa"
|
|
version = "0.16.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "find-msvc-tools"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
|
|
|
[[package]]
|
|
name = "fixed-hash"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
|
dependencies = [
|
|
"byteorder",
|
|
"rand 0.8.5",
|
|
"rustc-hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-benchmarking"
|
|
version = "38.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a0f983d69640f90a0ce87f107cff07f6f8f7f5ef9334ffb6f37a9c6e224ca1d"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-support-procedural",
|
|
"frame-system",
|
|
"linregress",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-runtime-interface",
|
|
"sp-storage",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-benchmarking-pallet-pov"
|
|
version = "28.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ffde6f573a63eeb1ccb7d2667c5741a11ce93bc30f33712e5326b9d8a811c29"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-decode"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094"
|
|
dependencies = [
|
|
"frame-metadata 17.0.0",
|
|
"parity-scale-codec",
|
|
"scale-decode",
|
|
"scale-info",
|
|
"scale-type-resolver",
|
|
"sp-crypto-hashing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-election-provider-solution-type"
|
|
version = "14.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc435a406e04540f00979782c45db0534440873ae526e07a290c286cfcb99b09"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-election-provider-support"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c36f5116192c63d39f1b4556fa30ac7db5a6a52575fa241b045f7dfa82ecc2be"
|
|
dependencies = [
|
|
"frame-election-provider-solution-type",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-npos-elections",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-executive"
|
|
version = "38.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e305d8c5cf9f884795d3c57c899be86e3a476e5b5f914fa0ffefb5afd9cba5c5"
|
|
dependencies = [
|
|
"aquamarine",
|
|
"frame-support",
|
|
"frame-system",
|
|
"frame-try-runtime",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-metadata"
|
|
version = "16.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-metadata"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-metadata-hash-extension"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56ac71dbd97039c49fdd69f416a4dd5d8da3652fdcafc3738b45772ad79eb4ec"
|
|
dependencies = [
|
|
"array-bytes",
|
|
"docify",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-support"
|
|
version = "38.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7dd8b9f161a8289e3b9fe6c1068519358dbff2270d38097a923d3d1b4459dca"
|
|
dependencies = [
|
|
"aquamarine",
|
|
"array-bytes",
|
|
"bitflags 1.3.2",
|
|
"docify",
|
|
"environmental",
|
|
"frame-metadata 16.0.0",
|
|
"frame-support-procedural",
|
|
"impl-trait-for-tuples",
|
|
"k256",
|
|
"log",
|
|
"macro_magic",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"sp-api",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-crypto-hashing-proc-macro",
|
|
"sp-debug-derive",
|
|
"sp-genesis-builder",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-metadata-ir",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
"sp-state-machine",
|
|
"sp-std",
|
|
"sp-tracing",
|
|
"sp-weights",
|
|
"static_assertions",
|
|
"tt-call",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-support-procedural"
|
|
version = "30.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8da784d943f2a945be923ab081a7c0837355b38045c50945d7ec1a138e2f3c52"
|
|
dependencies = [
|
|
"Inflector",
|
|
"cfg-expr",
|
|
"derive-syn-parse",
|
|
"docify",
|
|
"expander",
|
|
"frame-support-procedural-tools",
|
|
"itertools 0.11.0",
|
|
"macro_magic",
|
|
"proc-macro-warning",
|
|
"proc-macro2",
|
|
"quote",
|
|
"sp-crypto-hashing",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-support-procedural-tools"
|
|
version = "13.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81a088fd6fda5f53ff0c17fc7551ce8bd0ead14ba742228443c8196296a7369b"
|
|
dependencies = [
|
|
"frame-support-procedural-tools-derive",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-support-procedural-tools-derive"
|
|
version = "12.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-system"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3c7fa02f8c305496d2ae52edaecdb9d165f11afa965e05686d7d7dd1ce93611"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"docify",
|
|
"frame-support",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"sp-version",
|
|
"sp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-system-benchmarking"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9693b2a736beb076e673520e1e8dee4fc128b8d35b020ef3e8a4b1b5ad63d9f2"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-system-rpc-runtime-api"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "475c4f8604ba7e4f05cd2c881ba71105093e638b9591ec71a8db14a64b3b4ec3"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-try-runtime"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83c811a5a1f5429c7fb5ebbf6cf9502d8f9b673fd395c12cf46c44a30a7daf0e"
|
|
dependencies = [
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-err"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "funty"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
|
dependencies = [
|
|
"fastrand",
|
|
"futures-core",
|
|
"futures-io",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
|
|
[[package]]
|
|
name = "futures-timer"
|
|
version = "3.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fxhash"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"r-efi",
|
|
"wasip2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom_or_panic"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9"
|
|
dependencies = [
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ghash"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
|
dependencies = [
|
|
"opaque-debug",
|
|
"polyval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.27.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
dependencies = [
|
|
"fallible-iterator 0.2.0",
|
|
"indexmap 1.9.3",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.28.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
dependencies = [
|
|
"fallible-iterator 0.3.0",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
|
|
|
[[package]]
|
|
name = "group"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
dependencies = [
|
|
"ff",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hash-db"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"
|
|
|
|
[[package]]
|
|
name = "hash256-std-hasher"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
dependencies = [
|
|
"ahash 0.7.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"allocator-api2",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.15.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
[[package]]
|
|
name = "hex-conservative"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20"
|
|
|
|
[[package]]
|
|
name = "hex-conservative"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-literal"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
|
|
|
[[package]]
|
|
name = "hkdf"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
dependencies = [
|
|
"hmac 0.12.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
dependencies = [
|
|
"crypto-mac",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac-drbg"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
|
dependencies = [
|
|
"digest 0.9.0",
|
|
"generic-array",
|
|
"hmac 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
dependencies = [
|
|
"bytes",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.64"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"log",
|
|
"wasm-bindgen",
|
|
"windows-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone-haiku"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_collections"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"potential_utf",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locale_core"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"litemap",
|
|
"tinystr",
|
|
"writeable",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_normalizer_data",
|
|
"icu_properties",
|
|
"icu_provider",
|
|
"smallvec",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer_data"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
|
|
[[package]]
|
|
name = "icu_properties"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_locale_core",
|
|
"icu_properties_data",
|
|
"icu_provider",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_properties_data"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
|
|
[[package]]
|
|
name = "icu_provider"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_locale_core",
|
|
"writeable",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
dependencies = [
|
|
"idna_adapter",
|
|
"smallvec",
|
|
"utf8_iter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna_adapter"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
dependencies = [
|
|
"icu_normalizer",
|
|
"icu_properties",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-codec"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-codec"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-rlp"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
|
|
dependencies = [
|
|
"rlp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-serde"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-serde"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "impl-trait-for-tuples"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "include_dir"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
|
|
dependencies = [
|
|
"include_dir_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "include_dir_macros"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.12.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.16.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap-nostd"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
|
|
|
|
[[package]]
|
|
name = "inout"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "integer-sqrt"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
dependencies = [
|
|
"hermit-abi 0.3.9",
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-terminal"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
|
dependencies = [
|
|
"hermit-abi 0.5.2",
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_terminal_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
dependencies = [
|
|
"cesu8",
|
|
"cfg-if",
|
|
"combine",
|
|
"jni-sys",
|
|
"log",
|
|
"thiserror",
|
|
"walkdir",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.85"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
dependencies = [
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e281ae70cc3b98dac15fced3366a880949e65fc66e345ce857a5682d152f3e62"
|
|
dependencies = [
|
|
"jsonrpsee-client-transport",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
"jsonrpsee-ws-client",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-client-transport"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"futures-util",
|
|
"http",
|
|
"jsonrpsee-core",
|
|
"pin-project",
|
|
"rustls",
|
|
"rustls-pki-types",
|
|
"rustls-platform-verifier",
|
|
"soketto",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-rustls",
|
|
"tokio-util",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-core"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "348ee569eaed52926b5e740aae20863762b16596476e943c9e415a6479021622"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"jsonrpsee-types",
|
|
"pin-project",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-types"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0f05e0028e55b15dbd2107163b3c744cd3bb4474f193f95d9708acbf5677e44"
|
|
dependencies = [
|
|
"http",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-ws-client"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78fc744f17e7926d57f478cf9ca6e1ee5d8332bf0514860b1a3cdf1742e614cc"
|
|
dependencies = [
|
|
"http",
|
|
"jsonrpsee-client-transport",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "k256"
|
|
version = "0.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"once_cell",
|
|
"serdect",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keccak"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keccak-hash"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264"
|
|
dependencies = [
|
|
"primitive-types 0.13.1",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.180"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"libc",
|
|
"redox_syscall 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139"
|
|
dependencies = [
|
|
"arrayref",
|
|
"base64 0.22.1",
|
|
"digest 0.9.0",
|
|
"hmac-drbg",
|
|
"libsecp256k1-core",
|
|
"libsecp256k1-gen-ecmult",
|
|
"libsecp256k1-gen-genmult",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"sha2 0.9.9",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-core"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
|
|
dependencies = [
|
|
"crunchy",
|
|
"digest 0.9.0",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-gen-ecmult"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
|
|
dependencies = [
|
|
"libsecp256k1-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-gen-genmult"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
|
|
dependencies = [
|
|
"libsecp256k1-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link-cplusplus"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linregress"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7"
|
|
dependencies = [
|
|
"nalgebra",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
[[package]]
|
|
name = "litemap"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
|
|
dependencies = [
|
|
"hashbrown 0.12.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
dependencies = [
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mach"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macro_magic"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d"
|
|
dependencies = [
|
|
"macro_magic_core",
|
|
"macro_magic_macros",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macro_magic_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150"
|
|
dependencies = [
|
|
"const-random",
|
|
"derive-syn-parse",
|
|
"macro_magic_core_macros",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macro_magic_core_macros"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macro_magic_macros"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869"
|
|
dependencies = [
|
|
"macro_magic_core",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matrixmultiply"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
dependencies = [
|
|
"autocfg",
|
|
"rawpointer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
|
|
[[package]]
|
|
name = "memfd"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
|
|
dependencies = [
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memory-db"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
|
|
dependencies = [
|
|
"hash-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "merlin"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
|
|
dependencies = [
|
|
"byteorder",
|
|
"keccak",
|
|
"rand_core 0.6.4",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
dependencies = [
|
|
"adler2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
dependencies = [
|
|
"libc",
|
|
"wasi",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multi-stash"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"
|
|
|
|
[[package]]
|
|
name = "nalgebra"
|
|
version = "0.33.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
|
|
dependencies = [
|
|
"approx",
|
|
"matrixmultiply",
|
|
"num-complex",
|
|
"num-rational",
|
|
"num-traits",
|
|
"simba",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
[[package]]
|
|
name = "nohash-hasher"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.50.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-conv"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-format"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
dependencies = [
|
|
"autocfg",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
dependencies = [
|
|
"hermit-abi 0.5.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.30.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"hashbrown 0.13.2",
|
|
"indexmap 1.9.3",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.32.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.36.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.37.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
[[package]]
|
|
name = "once_cell_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
|
[[package]]
|
|
name = "pallet-alliance"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59378a648a0aa279a4b10650366c3389cd0a1239b1876f74bfecd268eecb086b"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-collective",
|
|
"pallet-identity",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-crypto-hashing",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-asset-conversion"
|
|
version = "20.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33f0078659ae95efe6a1bf138ab5250bc41ab98f22ff3651d0208684f08ae797"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-asset-conversion-ops"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3edbeda834bcd6660f311d4eead3dabdf6d385b7308ac75b0fae941a960e6c3a"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-asset-conversion",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-asset-conversion-tx-payment"
|
|
version = "20.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ab66c4c22ac0f20e620a954ce7ba050118d6d8011e2d02df599309502064e98"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-asset-conversion",
|
|
"pallet-transaction-payment",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-asset-rate"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71b2149aa741bc39466bbcc92d9d0ab6e9adcf39d2790443a735ad573b3191e7"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-asset-tx-payment"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "406a486466d15acc48c99420191f96f1af018f3381fde829c467aba489030f18"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-transaction-payment",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-assets"
|
|
version = "40.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f45f4eb6027fc34c4650e0ed6a7e57ed3335cc364be74b4531f714237676bcee"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-assets-freezer"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "127adc2250b89416b940850ce2175dab10a9297b503b1fcb05dc555bd9bd3207"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-assets",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-atomic-swap"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15906a685adeabe6027e49c814a34066222dd6136187a8a79c213d0d739b6634"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-aura"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b31da6e794d655d1f9c4da6557a57399538d75905a7862a2ed3f7e5fb711d7e4"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-timestamp",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-consensus-aura",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-authority-discovery"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffb0208f0538d58dcb78ce1ff5e6e8641c5f37b23b20b05587e51da30ab13541"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-authority-discovery",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-authorship"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "625d47577cabbe1318ccec5d612e2379002d1b6af1ab6edcef3243c66ec246df"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-babe"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ee096c0def13832475b340d00121025e0225de29604d44bc6dfcaa294c995b4"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"pallet-session",
|
|
"pallet-timestamp",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-consensus-babe",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bags-list"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fd23a6f94ba9c1e57c8a7f8a41327d132903a79c55c0c83f36cbae19946cf10"
|
|
dependencies = [
|
|
"aquamarine",
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-balances"
|
|
version = "39.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcb1f72d7048fbd11e884b4693f7d438b8202340ff252e2a402e04c638fe2d02"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-beefy"
|
|
version = "39.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "014d177a3aba19ac144fc6b2b5eb94930b9874734b91fd014902b6706288bb5f"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-consensus-beefy",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-beefy-mmr"
|
|
version = "39.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c64f536e7f04cf3a0a17fdf20870ddb3d63a7690419c40f75cfd2f72b6e6d22"
|
|
dependencies = [
|
|
"array-bytes",
|
|
"binary-merkle-tree",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-beefy",
|
|
"pallet-mmr",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-consensus-beefy",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-state-machine",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bounties"
|
|
version = "37.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59f3d032f78624b12238a31b6e80ab3e112381a7bc222df152650e33bb2ce190"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-treasury",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bridge-grandpa"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d825fbed9fb68bc5d344311653dc0f69caeabe647365abf79a539310b2245f6"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-runtime",
|
|
"bp-test-utils",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-consensus-grandpa",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bridge-messages"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1decdc9fb885e46eb17f850aa14f8cf39e17f31574aa6a5fa1a9e603cc526a2"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-runtime",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bridge-parachains"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41450a8d214f20eaff57aeca8e647b20c0df7d66871ee2262609b90824bd4cca"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-parachains",
|
|
"bp-polkadot-core",
|
|
"bp-runtime",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-bridge-grandpa",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-bridge-relayers"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fe3be7077b7ddee7178b1b12e9171435da73778d093788e10b1bdfad1e10962"
|
|
dependencies = [
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-relayers",
|
|
"bp-runtime",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-bridge-grandpa",
|
|
"pallet-bridge-messages",
|
|
"pallet-bridge-parachains",
|
|
"pallet-transaction-payment",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-broker"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "018b477d7d464c451b1d09a4ce9e792c3c65b15fd764b23da38ff9980e786065"
|
|
dependencies = [
|
|
"bitvec",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-child-bounties"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7f3bc38ae6584b5f57e4de3e49e5184bfc0f20692829530ae1465ffe04e09e7"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-bounties",
|
|
"pallet-treasury",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-collator-selection"
|
|
version = "19.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "658798d70c9054165169f6a6a96cfa9d6a5e7d24a524bc19825bf17fcbc5cc5a"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"pallet-balances",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-collective"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e149f1aefd444c9a1da6ec5a94bc8a7671d7a33078f85dd19ae5b06e3438e60"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-collective-content"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38a6a5cbe781d9c711be74855ba32ef138f3779d6c54240c08e6d1b4bbba4d1d"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-contracts"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5df77077745d891c822b4275f273f336077a97e69e62a30134776aa721c96fee"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"environmental",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-balances",
|
|
"pallet-contracts-proc-macro",
|
|
"pallet-contracts-uapi",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde",
|
|
"smallvec",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"wasm-instrument",
|
|
"wasmi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-contracts-mock-network"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "309666537ed001c61a99f59fa7b98680f4a6e4e361ed3bc64f7b0237da3e3e06"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-assets",
|
|
"pallet-balances",
|
|
"pallet-contracts",
|
|
"pallet-contracts-proc-macro",
|
|
"pallet-contracts-uapi",
|
|
"pallet-insecure-randomness-collective-flip",
|
|
"pallet-message-queue",
|
|
"pallet-proxy",
|
|
"pallet-timestamp",
|
|
"pallet-utility",
|
|
"pallet-xcm",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-parachains",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"xcm-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-contracts-proc-macro"
|
|
version = "23.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e35aaa3d7f1dba4ea7b74d7015e6068b753d1f7f63b39a4ce6377de1bc51b476"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-contracts-uapi"
|
|
version = "12.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d3e13d72cda1a30083a1c080acc56fc5f286d09c89d9d91e8e4942a230c58c8"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-conviction-voting"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "999c242491b74395b8c5409ef644e782fe426d87ae36ad92240ffbf21ff0a76e"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-core-fellowship"
|
|
version = "22.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93052dd8d5910e1b939441541cec416e629b2c0ab92680124c2e5a137e12c285"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-ranked-collective",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-delegated-staking"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8502ef7c76f4c0613b4f6bd70413caba7068eeed6fc5fd2ac84fd61afc07d559"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-democracy"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6d1dc655f50b7c65bb2fb14086608ba11af02ef2936546f7a67db980ec1f133"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-dev-mode"
|
|
version = "20.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1d8050c09c5e003d502c1addc7fdfbde21a854bd57787e94447078032710c8"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-election-provider-multi-phase"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62f9ad5ae0c13ba3727183dadf1825b6b7b0b0598ed5c366f8697e13fd540f7d"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-election-provider-support-benchmarking",
|
|
"parity-scale-codec",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-npos-elections",
|
|
"sp-runtime",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-election-provider-support-benchmarking"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4111d0d27545c260c9dd0d6fc504961db59c1ec4b42e1bcdc28ebd478895c22"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"sp-npos-elections",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-elections-phragmen"
|
|
version = "39.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "705c66d6c231340c6d085a0df0319a6ce42a150f248171e88e389ab1e3ce20f5"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-npos-elections",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-fast-unstake"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0ee60e8ef10b3936f2700bd61fa45dcc190c61124becc63bed787addcfa0d20"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-glutton"
|
|
version = "24.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1c79ab340890f6ab088a638c350ac1173a1b2a79c18004787523032025582b4"
|
|
dependencies = [
|
|
"blake2",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-grandpa"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d3a570a4aac3173ea46b600408183ca2bcfdaadc077f802f11e6055963e2449"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-consensus-grandpa",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-identity"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3a4288548de9a755e39fcb82ffb9024b6bb1ba0f582464a44423038dd7a892e"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-im-online"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6fd95270cf029d16cb40fe6bd9f8ab9c78cd966666dccbca4d8bfec35c5bba5"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-application-crypto",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-indices"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5e4b97de630427a39d50c01c9e81ab8f029a00e56321823958b39b438f7b940"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-keyring",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-insecure-randomness-collective-flip"
|
|
version = "26.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dce7ad80675d78bd38a7a66ecbbf2d218dd32955e97f8e301d0afe6c87b0f251"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"safe-mix",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-lottery"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae0920ee53cf7b0665cfb6d275759ae0537dc3850ec78da5f118d814c99d3562"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-membership"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1868b5dca4bbfd1f4a222cbb80735a5197020712a71577b496bbb7e19aaa5394"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-message-queue"
|
|
version = "41.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "983f7d1be18e9a089a3e23670918f5085705b4403acd3fdde31878d57b76a1a8"
|
|
dependencies = [
|
|
"environmental",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-migrations"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d71ca18ee57a70239465ba30dc7f038c393c09699d7b1cb4bc8ab0a95b3243"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-mixnet"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf3fa2b7f759a47f698a403ab40c54bc8935e2969387947224cbdb4e2bc8a28a"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-io",
|
|
"sp-mixnet",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-mmr"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6932dfb85f77a57c2d1fdc28a7b3a59ffe23efd8d5bb02dc3039d91347e4a3b"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-mmr-primitives",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-multisig"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e5099c9a4442efcc1568d88ca1d22d624e81ab96358f99f616c67fbd82532d2"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nft-fractionalization"
|
|
version = "21.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "168792cf95a32fa3baf9b874efec82a45124da0a79cee1ae3c98a823e6841959"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-assets",
|
|
"pallet-nfts",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nfts"
|
|
version = "32.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59e2aad461a0849d7f0471576eeb1fe3151795bcf2ec9e15eca5cca5b9d743b2"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nfts-runtime-api"
|
|
version = "24.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7a1f50c217e19dc50ff586a71eb5915df6a05bc0b25564ea20674c8cd182c1f"
|
|
dependencies = [
|
|
"pallet-nfts",
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nis"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ac349e119880b7df1a7c4c36d919b33a498d0e9548af3c237365c654ae0c73d"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-node-authorization"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39ec3133be9e767b8feafbb26edd805824faa59956da008d2dc7fcf4b4720e56"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nomination-pools"
|
|
version = "35.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04f3b3eb893cd3da58c86db519d8d5f2f1c014ff08942b087cb475e789cd45cf"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
"sp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nomination-pools-benchmarking"
|
|
version = "36.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38d2eaca0349bcda923343226b8b64d25a80b67e0a1ebaaa5b0ab1e1b3b225bc"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-bags-list",
|
|
"pallet-delegated-staking",
|
|
"pallet-nomination-pools",
|
|
"pallet-staking",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-runtime-interface",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-nomination-pools-runtime-api"
|
|
version = "33.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03eea431eba0658ca763a078bd849e0622c37c85eddd011b8e886460b50c0827"
|
|
dependencies = [
|
|
"pallet-nomination-pools",
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-offences"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c4379cf853465696c1c5c03e7e8ce80aeaca0a6139d698abe9ecb3223fd732a"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-offences-benchmarking"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69aa1b24cdffc3fa8c89cdea32c83f1bf9c1c82a87fa00e57ae4be8e85f5e24f"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-babe",
|
|
"pallet-balances",
|
|
"pallet-grandpa",
|
|
"pallet-im-online",
|
|
"pallet-offences",
|
|
"pallet-session",
|
|
"pallet-staking",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-paged-list"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8e099fb116068836b17ca4232dc52f762b69dc8cd4e33f509372d958de278b0"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-metadata-ir",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-parameters"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9aba424d55e17b2a2bec766a41586eab878137704d4803c04bebd6a4743db7b"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-preimage"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "407828bc48c6193ac076fdf909b2fadcaaecd65f42b0b0a04afe22fe8e563834"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-proxy"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d39df395f0dbcf07dafe842916adea3266a87ce36ed87b5132184b6bcd746393"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-ranked-collective"
|
|
version = "38.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15a640e732164203eb5298823cc8c29cfc563763c43c9114e76153b3166b8b9d"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-recovery"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "406a116aa6d05f88f3c10d79ff89cf577323680a48abd8e5550efb47317e67fa"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-referenda"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3008c20531d1730c9b457ae77ecf0e3c9b07aaf8c4f5d798d61ef6f0b9e2d4b"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-arithmetic",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-remark"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3e8cae0e20888065ec73dda417325c6ecabf797f4002329484b59c25ecc34d4"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-revive"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be02c94dcbadd206a910a244ec19b493aac793eed95e23d37d6699547234569f"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"environmental",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-balances",
|
|
"pallet-revive-fixtures",
|
|
"pallet-revive-proc-macro",
|
|
"pallet-revive-uapi",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"polkavm 0.10.0",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-revive-fixtures"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a38c27f1531f36e5327f3084eb24cf1c9dd46b372e030c0169e843ce363105e"
|
|
dependencies = [
|
|
"anyhow",
|
|
"frame-system",
|
|
"parity-wasm",
|
|
"polkavm-linker 0.10.0",
|
|
"sp-runtime",
|
|
"tempfile",
|
|
"toml 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-revive-mock-network"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60e74591d44dbd78db02c8593f5caa75bd61bcc4d63999302150223fb969ae37"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-assets",
|
|
"pallet-balances",
|
|
"pallet-message-queue",
|
|
"pallet-proxy",
|
|
"pallet-revive",
|
|
"pallet-revive-proc-macro",
|
|
"pallet-revive-uapi",
|
|
"pallet-timestamp",
|
|
"pallet-utility",
|
|
"pallet-xcm",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-parachains",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"xcm-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-revive-proc-macro"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8aee42afa416be6324cf6650c137da9742f27dc7be3c7ed39ad9748baf3b9ae"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-revive-uapi"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecb4686c8415619cc13e43fadef146ffff46424d9b4d037fe4c069de52708aac"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"polkavm-derive 0.10.0",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-root-offences"
|
|
version = "35.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b35774b830928daaeeca7196cead7c56eeed952a6616ad6dc5ec068d8c85c81a"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-session",
|
|
"pallet-staking",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-root-testing"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be95e7c320ac1d381715364cd721e67ab3152ab727f8e4defd3a92e41ebbc880"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-safe-mode"
|
|
version = "19.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d3e67dd4644c168cedbf257ac3dd2527aad81acf4a0d413112197094e549f76"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-balances",
|
|
"pallet-proxy",
|
|
"pallet-utility",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-salary"
|
|
version = "23.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3af2d92b1fef1c379c0692113b505c108c186e09c25c72b38e879b6e0f172ebe"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-ranked-collective",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-scheduler"
|
|
version = "39.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ae668abe6b400280a7f6f3e5ad89a84be7e82f963a7456de80589467693d3f2"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-scored-pool"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f84b48bb4702712c902f43931c4077d3a1cb6773c8d8c290d4a6251f6bc2a5c"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-session"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8474b62b6b7622f891e83d922a589e2ad5be5471f5ca47d45831a797dba0b3f4"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-timestamp",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
"sp-state-machine",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-session-benchmarking"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8aadce7df0fee981721983795919642648b846dab5ab9096f82c2cea781007d0"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-session",
|
|
"pallet-staking",
|
|
"parity-scale-codec",
|
|
"rand 0.8.5",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-skip-feeless-payment"
|
|
version = "13.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8c2cb0dae13d2c2d2e76373f337d408468f571459df1900cbd7458f21cf6c01"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-society"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1dc69fea8a8de343e71691f009d5fece6ae302ed82b7bb357882b2ea6454143"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"rand_chacha 0.3.1",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-staking"
|
|
version = "38.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8efdbfe23385add01c734e6ddd7967e11a04fad0da7e4e42e6ae2501d1e12016"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-authorship",
|
|
"pallet-session",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-application-crypto",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-staking-reward-fn"
|
|
version = "22.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b982dbfe9fbc548dc7f9a3078214989ed58cabf521a8313ae1767d6b4b53b9b"
|
|
dependencies = [
|
|
"log",
|
|
"sp-arithmetic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-staking-runtime-api"
|
|
version = "24.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7298559ef3a6b2f5dfbe9a3b8f3d22f2ff9b073c97f4c4853d2b316d973e72d"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-state-trie-migration"
|
|
version = "40.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138c15b4200b9dc4c3e031def6a865a235cdc76ff91ee96fba19ca1787c9dda6"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-statement"
|
|
version = "20.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e03e147efa900e75cd106337f36da3d7dcd185bd9e5f5c3df474c08c3c37d16"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-statement-store",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-sudo"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1574fe2aed3d52db4a389b77b53d8c9758257b121e3e7bbe24c4904e11681e0e"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-timestamp"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9ba9b71bbfd33ae672f23ba7efaeed2755fdac37b8f946cb7474fc37841b7e1"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-storage",
|
|
"sp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-tips"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa1d4371a70c309ba11624933f8f5262fe4edad0149c556361d31f26190da936"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-treasury",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-transaction-payment"
|
|
version = "38.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6cdb86580c72b58145f9cddba21a0c1814742ca56abc9caac3c1ac72f6bde649"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-transaction-payment-rpc-runtime-api"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49fdf5ab71e9dbcadcf7139736b6ea6bac8ec4a83985d46cbd130e1eec770e41"
|
|
dependencies = [
|
|
"pallet-transaction-payment",
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-transaction-storage"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8c337a972a6a796c0a0acc6c03b5e02901c43ad721ce79eb87b45717d75c93b"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-transaction-storage-proof",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-treasury"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98bfdd3bb9b58fb010bcd419ff5bf940817a8e404cdbf7886a53ac730f5dda2b"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-tx-pause"
|
|
version = "19.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cee153f5be5efc84ebd53aa581e5361cde17dc3669ef80d8ad327f4041d89ebe"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-balances",
|
|
"pallet-proxy",
|
|
"pallet-utility",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-uniques"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2b13cdaedf2d5bd913a5f6e637cb52b5973d8ed4b8d45e56d921bc4d627006f"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-utility"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fdcade6efc0b66fc7fc4138964802c02d0ffb7380d894e26b9dd5073727d2b3"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-vesting"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "807df2ef13ab6bf940879352c3013bfa00b670458b4c125c2f60e5753f68e3d5"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-whitelist"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ef17df925290865cf37096dd0cb76f787df11805bba01b1d0ca3e106d06280b"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-xcm"
|
|
version = "17.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a2311fda8b3a533b4a8600f5171f7946bec57074fea10f9bb2384c4084a08c3"
|
|
dependencies = [
|
|
"bounded-collections",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"hex-literal",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"tracing",
|
|
"xcm-runtime-apis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-xcm-benchmarks"
|
|
version = "17.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05bfc67610a37d0bd98487b82edfbf9629d3a9699b52d5758e9d64cf78b3b7ae"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-xcm-bridge-hub"
|
|
version = "0.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bdb76fff08633830063a4cb36664f0cf2f926ac0da02ee439d4f521763e26b7"
|
|
dependencies = [
|
|
"bp-messages",
|
|
"bp-runtime",
|
|
"bp-xcm-bridge-hub",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-bridge-messages",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pallet-xcm-bridge-hub-router"
|
|
version = "0.15.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fabf1fdcf451ac79995f11cb9b6a0761924c57bb79442c2d91b3bbefe4dfa081"
|
|
dependencies = [
|
|
"bp-xcm-bridge-hub-router",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parachains-common"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9460a69f409be27c62161d8b4d36ffc32735d09a4f9097f9c789db0cca7196c"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"cumulus-primitives-utility",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-asset-tx-payment",
|
|
"pallet-assets",
|
|
"pallet-authorship",
|
|
"pallet-balances",
|
|
"pallet-collator-selection",
|
|
"pallet-message-queue",
|
|
"pallet-xcm",
|
|
"parity-scale-codec",
|
|
"polkadot-primitives 16.0.0",
|
|
"scale-info",
|
|
"sp-consensus-aura",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"staging-parachain-info",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
"substrate-wasm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parachains-runtimes-test-utils"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "287d2db0a2d19466caa579a69f021bfdc6fa352f382c8395dade58d1d0c6adfe"
|
|
dependencies = [
|
|
"cumulus-pallet-parachain-system",
|
|
"cumulus-pallet-xcmp-queue",
|
|
"cumulus-primitives-core",
|
|
"cumulus-primitives-parachain-inherent",
|
|
"cumulus-test-relay-sproof-builder",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-balances",
|
|
"pallet-collator-selection",
|
|
"pallet-session",
|
|
"pallet-timestamp",
|
|
"pallet-xcm",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"sp-consensus-aura",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-tracing",
|
|
"staging-parachain-info",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
"substrate-wasm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-bip39"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9"
|
|
dependencies = [
|
|
"bitcoin_hashes 0.13.0",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-bytes"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67"
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"bitvec",
|
|
"byte-slice-cast",
|
|
"bytes",
|
|
"const_format",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec-derive",
|
|
"rustversion",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec-derive"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-util-mem"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"ethereum-types",
|
|
"hashbrown 0.12.3",
|
|
"impl-trait-for-tuples",
|
|
"lru 0.8.1",
|
|
"parity-util-mem-derive",
|
|
"parking_lot",
|
|
"primitive-types 0.12.2",
|
|
"smallvec",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-util-mem-derive"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 1.0.109",
|
|
"synstructure 0.12.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-wasm"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall 0.5.18",
|
|
"smallvec",
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "password-hash"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
dependencies = [
|
|
"base64ct",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"hmac 0.12.1",
|
|
"password-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem-rfc7468"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
dependencies = [
|
|
"base64ct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7"
|
|
dependencies = [
|
|
"memchr",
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "piper"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"fastrand",
|
|
"futures-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkcs8"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
dependencies = [
|
|
"der",
|
|
"spki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
|
[[package]]
|
|
name = "polkadot-ckb-merkle-mountain-range"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"itertools 0.10.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-core-primitives"
|
|
version = "15.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2900d3b857e34c480101618a950c3a4fbcddc8c0d50573d48553376185908b8"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-parachain-primitives"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52b5648a2e8ce1f9a0f8c41c38def670cefd91932cd793468e1a5b0b0b4e4af1"
|
|
dependencies = [
|
|
"bounded-collections",
|
|
"derive_more 0.99.20",
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-primitives"
|
|
version = "15.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b57bc055fa389372ec5fc0001b99aeffd50f3fd379280ce572d935189bb58dd8"
|
|
dependencies = [
|
|
"bitvec",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-authority-discovery",
|
|
"sp-consensus-slots",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-staking 34.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-primitives"
|
|
version = "16.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bb20b75d33212150242d39890d7ededab55f1084160c337f15d0eb8ca8c3ad4"
|
|
dependencies = [
|
|
"bitvec",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-authority-discovery",
|
|
"sp-consensus-slots",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-runtime-common"
|
|
version = "17.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aaafdb12ef0cc23912bd71cdd636f62831be0c359d55d310bb30b72e72ac7ee"
|
|
dependencies = [
|
|
"bitvec",
|
|
"frame-benchmarking",
|
|
"frame-election-provider-support",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"libsecp256k1",
|
|
"log",
|
|
"pallet-asset-rate",
|
|
"pallet-authorship",
|
|
"pallet-balances",
|
|
"pallet-broker",
|
|
"pallet-election-provider-multi-phase",
|
|
"pallet-fast-unstake",
|
|
"pallet-identity",
|
|
"pallet-session",
|
|
"pallet-staking",
|
|
"pallet-staking-reward-fn",
|
|
"pallet-timestamp",
|
|
"pallet-transaction-payment",
|
|
"pallet-treasury",
|
|
"pallet-vesting",
|
|
"parity-scale-codec",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-parachains",
|
|
"rustc-hex",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_derive",
|
|
"slot-range-helper",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-npos-elections",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-runtime-metrics"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c306f1ace7644a24de860479f92cf8d6467393bb0c9b0777c57e2d42c9d452a"
|
|
dependencies = [
|
|
"bs58",
|
|
"frame-benchmarking",
|
|
"parity-scale-codec",
|
|
"polkadot-primitives 16.0.0",
|
|
"sp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-runtime-parachains"
|
|
version = "17.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d4cdf181c2419b35c2cbde813da2d8ee777b69b4a6fa346b962d144e3521976"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"bitvec",
|
|
"derive_more 0.99.20",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-authority-discovery",
|
|
"pallet-authorship",
|
|
"pallet-babe",
|
|
"pallet-balances",
|
|
"pallet-broker",
|
|
"pallet-message-queue",
|
|
"pallet-mmr",
|
|
"pallet-session",
|
|
"pallet-staking",
|
|
"pallet-timestamp",
|
|
"pallet-vesting",
|
|
"parity-scale-codec",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-metrics",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-sdk"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775"
|
|
dependencies = [
|
|
"asset-test-utils",
|
|
"assets-common",
|
|
"binary-merkle-tree",
|
|
"bp-header-chain",
|
|
"bp-messages",
|
|
"bp-parachains",
|
|
"bp-polkadot",
|
|
"bp-polkadot-core",
|
|
"bp-relayers",
|
|
"bp-runtime",
|
|
"bp-test-utils",
|
|
"bp-xcm-bridge-hub",
|
|
"bp-xcm-bridge-hub-router",
|
|
"bridge-hub-common",
|
|
"bridge-hub-test-utils",
|
|
"bridge-runtime-common",
|
|
"cumulus-pallet-aura-ext",
|
|
"cumulus-pallet-dmp-queue",
|
|
"cumulus-pallet-parachain-system",
|
|
"cumulus-pallet-parachain-system-proc-macro",
|
|
"cumulus-pallet-session-benchmarking",
|
|
"cumulus-pallet-solo-to-para",
|
|
"cumulus-pallet-xcm",
|
|
"cumulus-pallet-xcmp-queue",
|
|
"cumulus-ping",
|
|
"cumulus-primitives-aura",
|
|
"cumulus-primitives-core",
|
|
"cumulus-primitives-parachain-inherent",
|
|
"cumulus-primitives-proof-size-hostfunction",
|
|
"cumulus-primitives-storage-weight-reclaim",
|
|
"cumulus-primitives-timestamp",
|
|
"cumulus-primitives-utility",
|
|
"cumulus-test-relay-sproof-builder",
|
|
"frame-benchmarking",
|
|
"frame-benchmarking-pallet-pov",
|
|
"frame-election-provider-support",
|
|
"frame-executive",
|
|
"frame-metadata-hash-extension",
|
|
"frame-support",
|
|
"frame-support-procedural",
|
|
"frame-system",
|
|
"frame-system-benchmarking",
|
|
"frame-system-rpc-runtime-api",
|
|
"frame-try-runtime",
|
|
"pallet-alliance",
|
|
"pallet-asset-conversion",
|
|
"pallet-asset-conversion-ops",
|
|
"pallet-asset-conversion-tx-payment",
|
|
"pallet-asset-rate",
|
|
"pallet-asset-tx-payment",
|
|
"pallet-assets",
|
|
"pallet-assets-freezer",
|
|
"pallet-atomic-swap",
|
|
"pallet-aura",
|
|
"pallet-authority-discovery",
|
|
"pallet-authorship",
|
|
"pallet-babe",
|
|
"pallet-bags-list",
|
|
"pallet-balances",
|
|
"pallet-beefy",
|
|
"pallet-beefy-mmr",
|
|
"pallet-bounties",
|
|
"pallet-bridge-grandpa",
|
|
"pallet-bridge-messages",
|
|
"pallet-bridge-parachains",
|
|
"pallet-bridge-relayers",
|
|
"pallet-broker",
|
|
"pallet-child-bounties",
|
|
"pallet-collator-selection",
|
|
"pallet-collective",
|
|
"pallet-collective-content",
|
|
"pallet-contracts",
|
|
"pallet-contracts-mock-network",
|
|
"pallet-conviction-voting",
|
|
"pallet-core-fellowship",
|
|
"pallet-delegated-staking",
|
|
"pallet-democracy",
|
|
"pallet-dev-mode",
|
|
"pallet-election-provider-multi-phase",
|
|
"pallet-election-provider-support-benchmarking",
|
|
"pallet-elections-phragmen",
|
|
"pallet-fast-unstake",
|
|
"pallet-glutton",
|
|
"pallet-grandpa",
|
|
"pallet-identity",
|
|
"pallet-im-online",
|
|
"pallet-indices",
|
|
"pallet-insecure-randomness-collective-flip",
|
|
"pallet-lottery",
|
|
"pallet-membership",
|
|
"pallet-message-queue",
|
|
"pallet-migrations",
|
|
"pallet-mixnet",
|
|
"pallet-mmr",
|
|
"pallet-multisig",
|
|
"pallet-nft-fractionalization",
|
|
"pallet-nfts",
|
|
"pallet-nfts-runtime-api",
|
|
"pallet-nis",
|
|
"pallet-node-authorization",
|
|
"pallet-nomination-pools",
|
|
"pallet-nomination-pools-benchmarking",
|
|
"pallet-nomination-pools-runtime-api",
|
|
"pallet-offences",
|
|
"pallet-offences-benchmarking",
|
|
"pallet-paged-list",
|
|
"pallet-parameters",
|
|
"pallet-preimage",
|
|
"pallet-proxy",
|
|
"pallet-ranked-collective",
|
|
"pallet-recovery",
|
|
"pallet-referenda",
|
|
"pallet-remark",
|
|
"pallet-revive",
|
|
"pallet-revive-fixtures",
|
|
"pallet-revive-mock-network",
|
|
"pallet-root-offences",
|
|
"pallet-root-testing",
|
|
"pallet-safe-mode",
|
|
"pallet-salary",
|
|
"pallet-scheduler",
|
|
"pallet-scored-pool",
|
|
"pallet-session",
|
|
"pallet-session-benchmarking",
|
|
"pallet-skip-feeless-payment",
|
|
"pallet-society",
|
|
"pallet-staking",
|
|
"pallet-staking-reward-fn",
|
|
"pallet-staking-runtime-api",
|
|
"pallet-state-trie-migration",
|
|
"pallet-statement",
|
|
"pallet-sudo",
|
|
"pallet-timestamp",
|
|
"pallet-tips",
|
|
"pallet-transaction-payment",
|
|
"pallet-transaction-payment-rpc-runtime-api",
|
|
"pallet-transaction-storage",
|
|
"pallet-treasury",
|
|
"pallet-tx-pause",
|
|
"pallet-uniques",
|
|
"pallet-utility",
|
|
"pallet-vesting",
|
|
"pallet-whitelist",
|
|
"pallet-xcm",
|
|
"pallet-xcm-benchmarks",
|
|
"pallet-xcm-bridge-hub",
|
|
"pallet-xcm-bridge-hub-router",
|
|
"parachains-common",
|
|
"parachains-runtimes-test-utils",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-common",
|
|
"polkadot-runtime-metrics",
|
|
"polkadot-runtime-parachains",
|
|
"polkadot-sdk-frame",
|
|
"sc-executor",
|
|
"slot-range-helper",
|
|
"snowbridge-beacon-primitives",
|
|
"snowbridge-core",
|
|
"snowbridge-ethereum",
|
|
"snowbridge-outbound-queue-merkle-tree",
|
|
"snowbridge-outbound-queue-runtime-api",
|
|
"snowbridge-pallet-ethereum-client",
|
|
"snowbridge-pallet-ethereum-client-fixtures",
|
|
"snowbridge-pallet-inbound-queue",
|
|
"snowbridge-pallet-inbound-queue-fixtures",
|
|
"snowbridge-pallet-outbound-queue",
|
|
"snowbridge-pallet-system",
|
|
"snowbridge-router-primitives",
|
|
"snowbridge-runtime-common",
|
|
"snowbridge-runtime-test-common",
|
|
"snowbridge-system-runtime-api",
|
|
"sp-api",
|
|
"sp-api-proc-macro",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-authority-discovery",
|
|
"sp-block-builder",
|
|
"sp-consensus-aura",
|
|
"sp-consensus-babe",
|
|
"sp-consensus-beefy",
|
|
"sp-consensus-grandpa",
|
|
"sp-consensus-pow",
|
|
"sp-consensus-slots",
|
|
"sp-core",
|
|
"sp-core-hashing",
|
|
"sp-crypto-ec-utils",
|
|
"sp-crypto-hashing",
|
|
"sp-debug-derive",
|
|
"sp-externalities",
|
|
"sp-genesis-builder",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-keyring",
|
|
"sp-keystore",
|
|
"sp-metadata-ir",
|
|
"sp-mixnet",
|
|
"sp-mmr-primitives",
|
|
"sp-npos-elections",
|
|
"sp-offchain",
|
|
"sp-runtime",
|
|
"sp-runtime-interface",
|
|
"sp-session",
|
|
"sp-staking 36.0.0",
|
|
"sp-state-machine",
|
|
"sp-statement-store",
|
|
"sp-std",
|
|
"sp-storage",
|
|
"sp-timestamp",
|
|
"sp-tracing",
|
|
"sp-transaction-pool",
|
|
"sp-transaction-storage-proof",
|
|
"sp-trie",
|
|
"sp-version",
|
|
"sp-wasm-interface",
|
|
"sp-weights",
|
|
"staging-parachain-info",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
"substrate-bip39",
|
|
"testnet-parachains-constants",
|
|
"xcm-runtime-apis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-sdk-frame"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbdeb15ce08142082461afe1a62c15f7ce10a731d91b203ad6a8dc8d2e4a6a54"
|
|
dependencies = [
|
|
"docify",
|
|
"frame-benchmarking",
|
|
"frame-executive",
|
|
"frame-support",
|
|
"frame-system",
|
|
"frame-system-benchmarking",
|
|
"frame-system-rpc-runtime-api",
|
|
"frame-try-runtime",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-arithmetic",
|
|
"sp-block-builder",
|
|
"sp-consensus-aura",
|
|
"sp-consensus-grandpa",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-io",
|
|
"sp-offchain",
|
|
"sp-runtime",
|
|
"sp-session",
|
|
"sp-storage",
|
|
"sp-transaction-pool",
|
|
"sp-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"polkavm-assembler 0.9.0",
|
|
"polkavm-common 0.9.0",
|
|
"polkavm-linux-raw 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7ec0c5935f2eff23cfc4653002f4f8d12b37f87a720e0631282d188c32089d6"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"polkavm-assembler 0.10.0",
|
|
"polkavm-common 0.10.0",
|
|
"polkavm-linux-raw 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-assembler"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-assembler"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8e4fd5a43100bf1afe9727b8130d01f966f5cfc9144d5604b21e795c2bcd80e"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-common"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-common"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0097b48bc0bedf9f3f537ce8f37e8f1202d8d83f9b621bdb21ff2c59b9097c50"
|
|
dependencies = [
|
|
"log",
|
|
"polkavm-assembler 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606"
|
|
dependencies = [
|
|
"polkavm-derive-impl-macro 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dcc701385c08c31bdb0569f0c51a290c580d892fa77f1dd88a7352a62679ecf"
|
|
dependencies = [
|
|
"polkavm-derive-impl-macro 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c"
|
|
dependencies = [
|
|
"polkavm-common 0.9.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7855353a5a783dd5d09e3b915474bddf66575f5a3cf45dec8d1c5e051ba320dc"
|
|
dependencies = [
|
|
"polkavm-common 0.10.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl-macro"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429"
|
|
dependencies = [
|
|
"polkavm-derive-impl 0.9.0",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl-macro"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9324fe036de37c17829af233b46ef6b5562d4a0c09bb7fdb9f8378856dee30cf"
|
|
dependencies = [
|
|
"polkavm-derive-impl 0.10.0",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linker"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39"
|
|
dependencies = [
|
|
"gimli 0.28.1",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"object 0.32.2",
|
|
"polkavm-common 0.9.0",
|
|
"regalloc2 0.9.3",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linker"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d704edfe7bdcc876784f19436d53d515b65eb07bc9a0fae77085d552c2dbbb5"
|
|
dependencies = [
|
|
"gimli 0.28.1",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"object 0.36.7",
|
|
"polkavm-common 0.10.0",
|
|
"regalloc2 0.9.3",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linux-raw"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120"
|
|
|
|
[[package]]
|
|
name = "polkavm-linux-raw"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26e45fa59c7e1bb12ef5289080601e9ec9b31435f6e32800a5c90c132453d126"
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "3.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"hermit-abi 0.5.2",
|
|
"pin-project-lite",
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "poly1305"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polyval"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "potential_utf"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
dependencies = [
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "primitive-types"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
|
|
dependencies = [
|
|
"fixed-hash",
|
|
"impl-codec 0.6.0",
|
|
"impl-rlp",
|
|
"impl-serde 0.4.0",
|
|
"scale-info",
|
|
"uint 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "primitive-types"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5"
|
|
dependencies = [
|
|
"fixed-hash",
|
|
"impl-codec 0.7.1",
|
|
"impl-serde 0.5.0",
|
|
"scale-info",
|
|
"uint 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
dependencies = [
|
|
"toml_edit 0.23.10+spec-1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr2"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error2"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
dependencies = [
|
|
"proc-macro-error-attr2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-warning"
|
|
version = "1.84.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proptest"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
|
dependencies = [
|
|
"bit-set",
|
|
"bit-vec",
|
|
"bitflags 2.10.0",
|
|
"num-traits",
|
|
"rand 0.9.2",
|
|
"rand_chacha 0.9.0",
|
|
"rand_xorshift",
|
|
"regex-syntax",
|
|
"rusty-fork",
|
|
"tempfile",
|
|
"unarray",
|
|
]
|
|
|
|
[[package]]
|
|
name = "psm"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
|
|
dependencies = [
|
|
"ar_archive_writer",
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "r-efi"
|
|
version = "5.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
dependencies = [
|
|
"rand_chacha 0.9.0",
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
dependencies = [
|
|
"rand_core 0.9.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rawpointer"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.5.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
dependencies = [
|
|
"getrandom 0.2.17",
|
|
"libredox",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
dependencies = [
|
|
"ref-cast-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast-impl"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc2"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"
|
|
dependencies = [
|
|
"fxhash",
|
|
"log",
|
|
"slice-group-by",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc2"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
|
|
dependencies = [
|
|
"hashbrown 0.13.2",
|
|
"log",
|
|
"rustc-hash 1.1.0",
|
|
"slice-group-by",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-automata",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
|
|
[[package]]
|
|
name = "rfc6979"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
dependencies = [
|
|
"hmac 0.12.1",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.17.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"getrandom 0.2.17",
|
|
"libc",
|
|
"untrusted",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rlp"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
|
|
dependencies = [
|
|
"bytes",
|
|
"rustc-hex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rococo-runtime-constants"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1ec6683a2e52fe3be2eaf942a80619abd99eb36e973c5ab4489a2f3b100db5c"
|
|
dependencies = [
|
|
"frame-support",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-common",
|
|
"smallvec",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint"
|
|
version = "1.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"ark-ff 0.3.0",
|
|
"ark-ff 0.4.2",
|
|
"ark-ff 0.5.0",
|
|
"bytes",
|
|
"fastrlp 0.3.1",
|
|
"fastrlp 0.4.0",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"primitive-types 0.12.2",
|
|
"proptest",
|
|
"rand 0.8.5",
|
|
"rand 0.9.2",
|
|
"rlp",
|
|
"ruint-macro",
|
|
"serde_core",
|
|
"valuable",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint-macro"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
[[package]]
|
|
name = "rustc-hex"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
dependencies = [
|
|
"semver 1.0.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.36.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"errno",
|
|
"io-lifetimes",
|
|
"libc",
|
|
"linux-raw-sys 0.1.4",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.11.0",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.23.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"rustls-webpki",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pki-types",
|
|
"schannel",
|
|
"security-framework",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pki-types"
|
|
version = "1.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
dependencies = [
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-platform-verifier"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
|
|
dependencies = [
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"jni",
|
|
"log",
|
|
"once_cell",
|
|
"rustls",
|
|
"rustls-native-certs",
|
|
"rustls-platform-verifier-android",
|
|
"rustls-webpki",
|
|
"security-framework",
|
|
"security-framework-sys",
|
|
"webpki-root-certs 0.26.11",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-platform-verifier-android"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.103.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
dependencies = [
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
|
[[package]]
|
|
name = "rusty-fork"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
|
dependencies = [
|
|
"fnv",
|
|
"quick-error",
|
|
"tempfile",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruzstd"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b"
|
|
dependencies = [
|
|
"byteorder",
|
|
"derive_more 0.99.20",
|
|
]
|
|
|
|
[[package]]
|
|
name = "safe-mix"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
|
|
dependencies = [
|
|
"rustc_version 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "safe_arch"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
|
|
dependencies = [
|
|
"bytemuck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "salsa20"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sc-allocator"
|
|
version = "29.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b975ee3a95eaacb611e7b415737a7fa2db4d8ad7b880cc1b97371b04e95c7903"
|
|
dependencies = [
|
|
"log",
|
|
"sp-core",
|
|
"sp-wasm-interface",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sc-executor"
|
|
version = "0.40.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f0cc0a3728fd033589183460c5a49b2e7545d09dc89a098216ef9e9aadcd9dc"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"sc-executor-common",
|
|
"sc-executor-polkavm",
|
|
"sc-executor-wasmtime",
|
|
"schnellru",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
"sp-io",
|
|
"sp-panic-handler",
|
|
"sp-runtime-interface",
|
|
"sp-trie",
|
|
"sp-version",
|
|
"sp-wasm-interface",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sc-executor-common"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c3b703a33dcb7cddf19176fdf12294b9a6408125836b0f4afee3e6969e7f190"
|
|
dependencies = [
|
|
"polkavm 0.9.3",
|
|
"sc-allocator",
|
|
"sp-maybe-compressed-blob",
|
|
"sp-wasm-interface",
|
|
"thiserror",
|
|
"wasm-instrument",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sc-executor-polkavm"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26fe58d9cacfab73e5595fa84b80f7bd03efebe54a0574daaeb221a1d1f7ab80"
|
|
dependencies = [
|
|
"log",
|
|
"polkavm 0.9.3",
|
|
"sc-executor-common",
|
|
"sp-wasm-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sc-executor-wasmtime"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cd498f2f77ec1f861c30804f5bfd796d4afcc8ce44ea1f11bfbe2847551d161"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"libc",
|
|
"log",
|
|
"parking_lot",
|
|
"rustix 0.36.17",
|
|
"sc-allocator",
|
|
"sc-executor-common",
|
|
"sp-runtime-interface",
|
|
"sp-wasm-interface",
|
|
"wasmtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-bits"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"scale-type-resolver",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-decode"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0"
|
|
dependencies = [
|
|
"derive_more 1.0.0",
|
|
"parity-scale-codec",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode-derive",
|
|
"scale-type-resolver",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-decode-derive"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-encode"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db"
|
|
dependencies = [
|
|
"derive_more 1.0.0",
|
|
"parity-scale-codec",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-encode-derive",
|
|
"scale-type-resolver",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-encode-derive"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-info"
|
|
version = "2.11.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b"
|
|
dependencies = [
|
|
"bitvec",
|
|
"cfg-if",
|
|
"derive_more 1.0.0",
|
|
"parity-scale-codec",
|
|
"scale-info-derive",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-info-derive"
|
|
version = "2.11.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-type-resolver"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb"
|
|
dependencies = [
|
|
"scale-info",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-typegen"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"scale-info",
|
|
"syn 2.0.114",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-value"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e"
|
|
dependencies = [
|
|
"base58",
|
|
"blake2",
|
|
"derive_more 1.0.0",
|
|
"either",
|
|
"parity-scale-codec",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-type-resolver",
|
|
"serde",
|
|
"yap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schnellru"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"cfg-if",
|
|
"hashbrown 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schnorrkel"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e9fcb6c2e176e86ec703e22560d99d65a5ee9056ae45a08e13e84ebf796296f"
|
|
dependencies = [
|
|
"aead",
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"curve25519-dalek",
|
|
"getrandom_or_panic",
|
|
"merlin",
|
|
"rand_core 0.6.4",
|
|
"serde_bytes",
|
|
"sha2 0.10.9",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
name = "scratch"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
|
|
|
|
[[package]]
|
|
name = "scrypt"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
dependencies = [
|
|
"password-hash",
|
|
"pbkdf2",
|
|
"salsa20",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sec1"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
dependencies = [
|
|
"base16ct",
|
|
"der",
|
|
"generic-array",
|
|
"pkcs8",
|
|
"serdect",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10"
|
|
dependencies = [
|
|
"secp256k1-sys 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
|
|
dependencies = [
|
|
"bitcoin_hashes 0.14.1",
|
|
"rand 0.8.5",
|
|
"secp256k1-sys 0.10.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1-sys"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1-sys"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secrecy"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
dependencies = [
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secrecy"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
|
|
dependencies = [
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "3.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
|
|
dependencies = [
|
|
"pest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
dependencies = [
|
|
"serde_core",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-big-array"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd31f59f6fe2b0c055371bb2f16d7f0aa7d8881676c04a55b1596d1a17cd10a4"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_core"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
dependencies = [
|
|
"itoa",
|
|
"memchr",
|
|
"serde",
|
|
"serde_core",
|
|
"zmij",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serdect"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
|
|
dependencies = [
|
|
"base16ct",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.9.0",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha3"
|
|
version = "0.10.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
dependencies = [
|
|
"errno",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simba"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
|
|
dependencies = [
|
|
"approx",
|
|
"num-complex",
|
|
"num-traits",
|
|
"paste",
|
|
"wide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simple-mermaid"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18"
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
|
|
[[package]]
|
|
name = "slice-group-by"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
|
|
|
[[package]]
|
|
name = "slot-range-helper"
|
|
version = "15.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e34f1146a457a5c554dedeae6c7273aa54c3b031f3e9eb0abd037b5511e2ce9"
|
|
dependencies = [
|
|
"enumn",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
|
[[package]]
|
|
name = "smol"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-executor",
|
|
"async-fs",
|
|
"async-io",
|
|
"async-lock",
|
|
"async-net",
|
|
"async-process",
|
|
"blocking",
|
|
"futures-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smoldot"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"async-lock",
|
|
"atomic-take",
|
|
"base64 0.22.1",
|
|
"bip39",
|
|
"blake2-rfc",
|
|
"bs58",
|
|
"chacha20",
|
|
"crossbeam-queue",
|
|
"derive_more 0.99.20",
|
|
"ed25519-zebra",
|
|
"either",
|
|
"event-listener",
|
|
"fnv",
|
|
"futures-lite",
|
|
"futures-util",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"hmac 0.12.1",
|
|
"itertools 0.13.0",
|
|
"libm",
|
|
"libsecp256k1",
|
|
"merlin",
|
|
"nom",
|
|
"num-bigint",
|
|
"num-rational",
|
|
"num-traits",
|
|
"pbkdf2",
|
|
"pin-project",
|
|
"poly1305",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"ruzstd",
|
|
"schnorrkel",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"siphasher",
|
|
"slab",
|
|
"smallvec",
|
|
"soketto",
|
|
"twox-hash",
|
|
"wasmi",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smoldot-light"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-lock",
|
|
"base64 0.22.1",
|
|
"blake2-rfc",
|
|
"bs58",
|
|
"derive_more 0.99.20",
|
|
"either",
|
|
"event-listener",
|
|
"fnv",
|
|
"futures-channel",
|
|
"futures-lite",
|
|
"futures-util",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"itertools 0.13.0",
|
|
"log",
|
|
"lru 0.12.5",
|
|
"parking_lot",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"serde",
|
|
"serde_json",
|
|
"siphasher",
|
|
"slab",
|
|
"smol",
|
|
"smoldot",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-amcl"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-beacon-primitives"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25492622eb3e9e8f4e1c8abdfc4253b71735ea2dd8f571c5054292849b1a31cd"
|
|
dependencies = [
|
|
"byte-slice-cast",
|
|
"frame-support",
|
|
"hex",
|
|
"parity-scale-codec",
|
|
"rlp",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-ethereum",
|
|
"snowbridge-milagro-bls",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"ssz_rs",
|
|
"ssz_rs_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-core"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6be61e4db95d1e253a1d5e722953b2d2f6605e5f9761f0a919e5d3fbdbff9da9"
|
|
dependencies = [
|
|
"ethabi-decode",
|
|
"frame-support",
|
|
"frame-system",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-beacon-primitives",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-ethereum"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc3d6d549c57df27cf89ec852f932fa4008eea877a6911a87e03e8002104eabd"
|
|
dependencies = [
|
|
"ethabi-decode",
|
|
"ethbloom",
|
|
"ethereum-types",
|
|
"hex-literal",
|
|
"parity-bytes",
|
|
"parity-scale-codec",
|
|
"rlp",
|
|
"scale-info",
|
|
"serde",
|
|
"serde-big-array",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-milagro-bls"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "026aa8638f690a53e3f7676024b9e913b1cab0111d1b7b92669d40a188f9d7e6"
|
|
dependencies = [
|
|
"hex",
|
|
"lazy_static",
|
|
"parity-scale-codec",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"snowbridge-amcl",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-outbound-queue-merkle-tree"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74c6a9b65fa61711b704f0c6afb3663c6288288e8822ddae5cc1146fe3ad9ce8"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-outbound-queue-runtime-api"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38d27b8d9cb8022637a5ce4f52692520fa75874f393e04ef5cd75bd8795087f6"
|
|
dependencies = [
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"snowbridge-core",
|
|
"snowbridge-outbound-queue-merkle-tree",
|
|
"sp-api",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-ethereum-client"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65826ed8585a614c0818e5e8da5a57bb0da36ba3e540e193672ac66d2f131d6c"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-timestamp",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-beacon-primitives",
|
|
"snowbridge-core",
|
|
"snowbridge-ethereum",
|
|
"snowbridge-pallet-ethereum-client-fixtures",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-ethereum-client-fixtures"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3984b98465af1d862d4e87ba783e1731f2a3f851b148d6cb98d526cebd351185"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"snowbridge-beacon-primitives",
|
|
"snowbridge-core",
|
|
"sp-core",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-inbound-queue"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82a21efb385a4ec84476b1eb3d850905d77a395e5e477047752981daaadcdca7"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-sol-types",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"pallet-balances",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-beacon-primitives",
|
|
"snowbridge-core",
|
|
"snowbridge-pallet-inbound-queue-fixtures",
|
|
"snowbridge-router-primitives",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-inbound-queue-fixtures"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f251e579b3d3d93cf833c8e503122808742dee33e7ea53b0f292a76c024d66"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"snowbridge-beacon-primitives",
|
|
"snowbridge-core",
|
|
"sp-core",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-outbound-queue"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7d49478041b6512c710d0d4655675d146fe00a8e0c1624e5d8a1d6c161d490f"
|
|
dependencies = [
|
|
"bridge-hub-common",
|
|
"ethabi-decode",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-core",
|
|
"snowbridge-outbound-queue-merkle-tree",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-pallet-system"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "674db59b3c8013382e5c07243ad9439b64d81d2e8b3c4f08d752b55aa5de697e"
|
|
dependencies = [
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"frame-system",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"snowbridge-core",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-router-primitives"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aefe74eafeac92e1d9e46b7bb76ec297f6182b4a023f7e7eb7eb8be193f93bef"
|
|
dependencies = [
|
|
"frame-support",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"snowbridge-core",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-runtime-common"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6093f0e73d6cfdd2eea8712155d1d75b5063fc9b1d854d2665b097b4bb29570d"
|
|
dependencies = [
|
|
"frame-support",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"snowbridge-core",
|
|
"sp-arithmetic",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-runtime-test-common"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "893480d6cde2489051c65efb5d27fa87efe047b3b61216d8e27bb2f0509b7faf"
|
|
dependencies = [
|
|
"cumulus-pallet-parachain-system",
|
|
"frame-support",
|
|
"frame-system",
|
|
"pallet-balances",
|
|
"pallet-collator-selection",
|
|
"pallet-message-queue",
|
|
"pallet-session",
|
|
"pallet-timestamp",
|
|
"pallet-utility",
|
|
"pallet-xcm",
|
|
"parachains-runtimes-test-utils",
|
|
"parity-scale-codec",
|
|
"snowbridge-core",
|
|
"snowbridge-pallet-ethereum-client",
|
|
"snowbridge-pallet-ethereum-client-fixtures",
|
|
"snowbridge-pallet-outbound-queue",
|
|
"snowbridge-pallet-system",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-keyring",
|
|
"sp-runtime",
|
|
"staging-parachain-info",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snowbridge-system-runtime-api"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68b8b83b3db781c49844312a23965073e4d93341739a35eafe526c53b578d3b7"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"snowbridge-core",
|
|
"sp-api",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "soketto"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"futures",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-api"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbce492e0482134128b7729ea36f5ef1a9f9b4de2d48ff8dde7b5e464e28ce75"
|
|
dependencies = [
|
|
"docify",
|
|
"hash-db",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api-proc-macro",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
"sp-metadata-ir",
|
|
"sp-runtime",
|
|
"sp-runtime-interface",
|
|
"sp-state-machine",
|
|
"sp-trie",
|
|
"sp-version",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-api-proc-macro"
|
|
version = "20.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e3ec5a1a14307e21d2356e73e01573b6c82330a7e30eaceed59a90161b0c2d2"
|
|
dependencies = [
|
|
"Inflector",
|
|
"blake2",
|
|
"expander",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-application-crypto"
|
|
version = "38.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8133012faa5f75b2f0b1619d9f720c1424ac477152c143e5f7dbde2fe1a958"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-arithmetic"
|
|
version = "26.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9971b30935cea3858664965039dabd80f67aca74cc6cc6dd42ff1ab14547bc53"
|
|
dependencies = [
|
|
"docify",
|
|
"integer-sqrt",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-authority-discovery"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "519c33af0e25ba2dd2eb3790dc404d634b6e4ce0801bcc8fa3574e07c365e734"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-block-builder"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74738809461e3d4bd707b5b94e0e0c064a623a74a6a8fe5c98514417a02858dd"
|
|
dependencies = [
|
|
"sp-api",
|
|
"sp-inherents",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-aura"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a8faaa05bbcb9c41f0cc535c4c1315abf6df472b53eae018678d1b4d811ac47"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-consensus-slots",
|
|
"sp-inherents",
|
|
"sp-runtime",
|
|
"sp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-babe"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36ee95e17ee8dcd14db7d584b899a426565ca9abe5a266ab82277977fc547f86"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-consensus-slots",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-runtime",
|
|
"sp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-beefy"
|
|
version = "22.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1d97e8cd75d85d15cda6f1923cf3834e848f80d5a6de1cf4edbbc5f0ad607eb"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-core",
|
|
"sp-crypto-hashing",
|
|
"sp-io",
|
|
"sp-keystore",
|
|
"sp-mmr-primitives",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-grandpa"
|
|
version = "21.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "587b791efe6c5f18e09dbbaf1ece0ee7b5fe51602c233e7151a3676b0de0260b"
|
|
dependencies = [
|
|
"finality-grandpa",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-core",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-pow"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fa6b7d199a1c16cea1b74ee7cee174bf08f2120ab66a87bee7b12353100b47c"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-consensus-slots"
|
|
version = "0.40.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbafb7ed44f51c22fa277fb39b33dc601fa426133a8e2b53f3f46b10f07fba43"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-core"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c961a5e33fb2962fa775c044ceba43df9c6f917e2c35d63bfe23738468fa76a7"
|
|
dependencies = [
|
|
"array-bytes",
|
|
"bitflags 1.3.2",
|
|
"blake2",
|
|
"bounded-collections",
|
|
"bs58",
|
|
"dyn-clonable",
|
|
"ed25519-zebra",
|
|
"futures",
|
|
"hash-db",
|
|
"hash256-std-hasher",
|
|
"impl-serde 0.4.0",
|
|
"itertools 0.11.0",
|
|
"k256",
|
|
"libsecp256k1",
|
|
"log",
|
|
"merlin",
|
|
"parity-bip39",
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"paste",
|
|
"primitive-types 0.12.2",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"schnorrkel",
|
|
"secp256k1 0.28.2",
|
|
"secrecy 0.8.0",
|
|
"serde",
|
|
"sp-crypto-hashing",
|
|
"sp-debug-derive",
|
|
"sp-externalities",
|
|
"sp-runtime-interface",
|
|
"sp-std",
|
|
"sp-storage",
|
|
"ss58-registry",
|
|
"substrate-bip39",
|
|
"thiserror",
|
|
"tracing",
|
|
"w3f-bls",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-core-hashing"
|
|
version = "16.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f812cb2dff962eb378c507612a50f1c59f52d92eb97b710f35be3c2346a3cd7"
|
|
dependencies = [
|
|
"sp-crypto-hashing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-crypto-ec-utils"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2acb24f8a607a48a87f0ee4c090fc5d577eee49ff39ced6a3c491e06eca03c37"
|
|
dependencies = [
|
|
"ark-bls12-377",
|
|
"ark-bls12-377-ext",
|
|
"ark-bls12-381",
|
|
"ark-bls12-381-ext",
|
|
"ark-bw6-761",
|
|
"ark-bw6-761-ext",
|
|
"ark-ec",
|
|
"ark-ed-on-bls12-377",
|
|
"ark-ed-on-bls12-377-ext",
|
|
"ark-ed-on-bls12-381-bandersnatch",
|
|
"ark-ed-on-bls12-381-bandersnatch-ext",
|
|
"ark-scale",
|
|
"sp-runtime-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-crypto-hashing"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb"
|
|
dependencies = [
|
|
"blake2b_simd",
|
|
"byteorder",
|
|
"digest 0.10.7",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"twox-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-crypto-hashing-proc-macro"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b"
|
|
dependencies = [
|
|
"quote",
|
|
"sp-crypto-hashing",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-debug-derive"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-externalities"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a904407d61cb94228c71b55a9d3708e9d6558991f9e83bd42bd91df37a159d30"
|
|
dependencies = [
|
|
"environmental",
|
|
"parity-scale-codec",
|
|
"sp-storage",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-genesis-builder"
|
|
version = "0.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a646ed222fd86d5680faa4a8967980eb32f644cae6c8523e1c689a6deda3e8"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde_json",
|
|
"sp-api",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-inherents"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afffbddc380d99a90c459ba1554bbbc01d62e892de9f1485af6940b89c4c0d57"
|
|
dependencies = [
|
|
"async-trait",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-io"
|
|
version = "38.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61e20e9d9fe236466c1e38add64b591237c58540a07408407869d52d0e79fd18"
|
|
dependencies = [
|
|
"bytes",
|
|
"docify",
|
|
"ed25519-dalek",
|
|
"libsecp256k1",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"polkavm-derive 0.9.1",
|
|
"rustversion",
|
|
"secp256k1 0.28.2",
|
|
"sp-core",
|
|
"sp-crypto-hashing",
|
|
"sp-externalities",
|
|
"sp-keystore",
|
|
"sp-runtime-interface",
|
|
"sp-state-machine",
|
|
"sp-tracing",
|
|
"sp-trie",
|
|
"tracing",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-keyring"
|
|
version = "39.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c0e20624277f578b27f44ecfbe2ebc2e908488511ee2c900c5281599f700ab3"
|
|
dependencies = [
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-keystore"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0248b4d784cb4a01472276928977121fa39d977a5bb24793b6b15e64b046df42"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-maybe-compressed-blob"
|
|
version = "11.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d96bd622e9c93d874f70f8df15ba1512fb95d8339aa5629157a826ec65a0c568"
|
|
dependencies = [
|
|
"thiserror",
|
|
"zstd 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-metadata-ir"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869"
|
|
dependencies = [
|
|
"frame-metadata 16.0.0",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-mixnet"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b0b017dd54823b6e62f9f7171a1df350972e5c6d0bf17e0c2f78680b5c31942"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-mmr-primitives"
|
|
version = "34.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a12dd76e368f1e48144a84b4735218b712f84b3f976970e2f25a29b30440e10"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"polkadot-ckb-merkle-mountain-range",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-debug-derive",
|
|
"sp-runtime",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-npos-elections"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af922f112c7c1ed199eabe14f12a82ceb75e1adf0804870eccfbcf3399492847"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-offchain"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d9de237d72ecffd07f90826eef18360208b16d8de939d54e61591fac0fcbf99"
|
|
dependencies = [
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-panic-handler"
|
|
version = "13.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8b52e69a577cbfdea62bfaf16f59eb884422ce98f78b5cd8d9bf668776bced1"
|
|
dependencies = [
|
|
"backtrace",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-runtime"
|
|
version = "39.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1e00503b83cf48fffe48746b91b9b832d6785d4e2eeb0941558371eac6baac6"
|
|
dependencies = [
|
|
"docify",
|
|
"either",
|
|
"hash256-std-hasher",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde",
|
|
"simple-mermaid",
|
|
"sp-application-crypto",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-std",
|
|
"sp-weights",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-runtime-interface"
|
|
version = "28.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "985eb981f40c689c6a0012c937b68ed58dabb4341d06f2dfe4dfd5ed72fa4017"
|
|
dependencies = [
|
|
"bytes",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"polkavm-derive 0.9.1",
|
|
"primitive-types 0.12.2",
|
|
"sp-externalities",
|
|
"sp-runtime-interface-proc-macro",
|
|
"sp-std",
|
|
"sp-storage",
|
|
"sp-tracing",
|
|
"sp-wasm-interface",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-runtime-interface-proc-macro"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294"
|
|
dependencies = [
|
|
"Inflector",
|
|
"expander",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-session"
|
|
version = "36.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00a3a307fedc423fb8cd2a7726a3bbb99014f1b4b52f26153993e2aae3338fe6"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-core",
|
|
"sp-keystore",
|
|
"sp-runtime",
|
|
"sp-staking 36.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-staking"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "143a764cacbab58347d8b2fd4c8909031fb0888d7b02a0ec9fa44f81f780d732"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-staking"
|
|
version = "36.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a73eedb4b85f4cd420d31764827546aa22f82ce1646d0fd258993d051de7a90"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-state-machine"
|
|
version = "0.43.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "930104d6ae882626e8880d9b1578da9300655d337a3ffb45e130c608b6c89660"
|
|
dependencies = [
|
|
"hash-db",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
"sp-panic-handler",
|
|
"sp-trie",
|
|
"thiserror",
|
|
"tracing",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-statement-store"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c219bc34ef4d1f9835f3ed881f965643c32034fcc030eb33b759dadbc802c1c2"
|
|
dependencies = [
|
|
"aes-gcm",
|
|
"curve25519-dalek",
|
|
"ed25519-dalek",
|
|
"hkdf",
|
|
"parity-scale-codec",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"sha2 0.10.9",
|
|
"sp-api",
|
|
"sp-application-crypto",
|
|
"sp-core",
|
|
"sp-crypto-hashing",
|
|
"sp-externalities",
|
|
"sp-runtime",
|
|
"sp-runtime-interface",
|
|
"thiserror",
|
|
"x25519-dalek",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-std"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834"
|
|
|
|
[[package]]
|
|
name = "sp-storage"
|
|
version = "21.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8"
|
|
dependencies = [
|
|
"impl-serde 0.4.0",
|
|
"parity-scale-codec",
|
|
"ref-cast",
|
|
"serde",
|
|
"sp-debug-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-timestamp"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72a1cb4df653d62ccc0dbce1db45d1c9443ec60247ee9576962d24da4c9c6f07"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"sp-inherents",
|
|
"sp-runtime",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-tracing"
|
|
version = "17.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6147a5b8c98b9ed4bf99dc033fab97a468b4645515460974c8784daeb7c35433"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-transaction-pool"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc4bf251059485a7dd38fe4afeda8792983511cc47f342ff4695e2dcae6b5247"
|
|
dependencies = [
|
|
"sp-api",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-transaction-storage-proof"
|
|
version = "34.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c765c2e9817d95f13d42a9f2295c60723464669765c6e5acbacebd2f54932f67"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-core",
|
|
"sp-inherents",
|
|
"sp-runtime",
|
|
"sp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-trie"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6282aef9f4b6ecd95a67a45bcdb67a71f4a4155c09a53c10add4ffe823db18cd"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"hash-db",
|
|
"lazy_static",
|
|
"memory-db",
|
|
"nohash-hasher",
|
|
"parity-scale-codec",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"schnellru",
|
|
"sp-core",
|
|
"sp-externalities",
|
|
"thiserror",
|
|
"tracing",
|
|
"trie-db",
|
|
"trie-root",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-version"
|
|
version = "37.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d521a405707b5be561367cd3d442ff67588993de24062ce3adefcf8437ee9fe1"
|
|
dependencies = [
|
|
"impl-serde 0.4.0",
|
|
"parity-scale-codec",
|
|
"parity-wasm",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-crypto-hashing-proc-macro",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"sp-version-proc-macro",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-version-proc-macro"
|
|
version = "14.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-wasm-interface"
|
|
version = "21.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b066baa6d57951600b14ffe1243f54c47f9c23dd89c262e17ca00ae8dca58be9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"wasmtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-weights"
|
|
version = "31.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "515aa194eabac059041df2dbee75b059b99981213ec680e9de85b45b6988346a"
|
|
dependencies = [
|
|
"bounded-collections",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"smallvec",
|
|
"sp-arithmetic",
|
|
"sp-debug-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
[[package]]
|
|
name = "spki"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
dependencies = [
|
|
"base64ct",
|
|
"der",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ss58-registry"
|
|
version = "1.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8"
|
|
dependencies = [
|
|
"Inflector",
|
|
"num-format",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ssz_rs"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "057291e5631f280978fa9c8009390663ca4613359fc1318e36a8c24c392f6d1f"
|
|
dependencies = [
|
|
"bitvec",
|
|
"num-bigint",
|
|
"sha2 0.9.9",
|
|
"ssz_rs_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ssz_rs_derive"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f07d54c4d01a1713eb363b55ba51595da15f6f1211435b71466460da022aa140"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
|
|
[[package]]
|
|
name = "staging-parachain-info"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d28266dfddbfff721d70ad2f873380845b569adfab32f257cf97d9cedd894b68"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "staging-xcm"
|
|
version = "14.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3f66daa99c90c4b1443696ce42f38aa9d47954ae6270301be42f049a1bf0ba5"
|
|
dependencies = [
|
|
"array-bytes",
|
|
"bounded-collections",
|
|
"derivative",
|
|
"environmental",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"xcm-procedural",
|
|
]
|
|
|
|
[[package]]
|
|
name = "staging-xcm-builder"
|
|
version = "17.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6036361f3435769cbb3e2423d186cf32cc4aaa88ab2781606c0b67a6bb20a89"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"pallet-asset-conversion",
|
|
"pallet-transaction-payment",
|
|
"parity-scale-codec",
|
|
"polkadot-parachain-primitives",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "staging-xcm-executor"
|
|
version = "17.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "11c8c6a857591de393d29f74403ac956a6fec5e9acc6af0c13e9d3476a8ddebd"
|
|
dependencies = [
|
|
"environmental",
|
|
"frame-benchmarking",
|
|
"frame-support",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-arithmetic",
|
|
"sp-core",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"staging-xcm",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "string-interner"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"hashbrown 0.14.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.26.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
dependencies = [
|
|
"strum_macros 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.24.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustversion",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-bip39"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a"
|
|
dependencies = [
|
|
"hmac 0.12.1",
|
|
"pbkdf2",
|
|
"schnorrkel",
|
|
"sha2 0.10.9",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-wasm-builder"
|
|
version = "24.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eccd97d503bdd5d14be243fefccc4b712f8740aab2baba3dfd0140e2d08f765"
|
|
dependencies = [
|
|
"build-helper",
|
|
"cargo_metadata",
|
|
"console",
|
|
"filetime",
|
|
"jobserver",
|
|
"parity-wasm",
|
|
"polkavm-linker 0.9.2",
|
|
"sp-maybe-compressed-blob",
|
|
"strum 0.26.3",
|
|
"tempfile",
|
|
"toml 0.8.23",
|
|
"walkdir",
|
|
"wasm-opt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
[[package]]
|
|
name = "subxt"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433"
|
|
dependencies = [
|
|
"async-trait",
|
|
"derive-where",
|
|
"either",
|
|
"frame-metadata 17.0.0",
|
|
"futures",
|
|
"hex",
|
|
"impl-serde 0.5.0",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"polkadot-sdk",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-value",
|
|
"serde",
|
|
"serde_json",
|
|
"subxt-core",
|
|
"subxt-lightclient",
|
|
"subxt-macro",
|
|
"subxt-metadata",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
"url",
|
|
"wasm-bindgen-futures",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-codegen"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"parity-scale-codec",
|
|
"proc-macro2",
|
|
"quote",
|
|
"scale-info",
|
|
"scale-typegen",
|
|
"subxt-metadata",
|
|
"syn 2.0.114",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-core"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59"
|
|
dependencies = [
|
|
"base58",
|
|
"blake2",
|
|
"derive-where",
|
|
"frame-decode",
|
|
"frame-metadata 17.0.0",
|
|
"hashbrown 0.14.5",
|
|
"hex",
|
|
"impl-serde 0.5.0",
|
|
"keccak-hash",
|
|
"parity-scale-codec",
|
|
"polkadot-sdk",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-value",
|
|
"serde",
|
|
"serde_json",
|
|
"subxt-metadata",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-lightclient"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-util",
|
|
"serde",
|
|
"serde_json",
|
|
"smoldot-light",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-macro"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05"
|
|
dependencies = [
|
|
"darling",
|
|
"parity-scale-codec",
|
|
"proc-macro-error2",
|
|
"quote",
|
|
"scale-typegen",
|
|
"subxt-codegen",
|
|
"subxt-utils-fetchmetadata",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-metadata"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2"
|
|
dependencies = [
|
|
"frame-decode",
|
|
"frame-metadata 17.0.0",
|
|
"hashbrown 0.14.5",
|
|
"parity-scale-codec",
|
|
"polkadot-sdk",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-signer"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bip39",
|
|
"cfg-if",
|
|
"crypto_secretbox",
|
|
"hex",
|
|
"hmac 0.12.1",
|
|
"parity-scale-codec",
|
|
"pbkdf2",
|
|
"polkadot-sdk",
|
|
"regex",
|
|
"schnorrkel",
|
|
"scrypt",
|
|
"secp256k1 0.30.0",
|
|
"secrecy 0.10.3",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"subxt-core",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subxt-utils-fetchmetadata"
|
|
version = "0.38.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d"
|
|
dependencies = [
|
|
"hex",
|
|
"parity-scale-codec",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn-solidity"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86b837ef12ab88835251726eb12237655e61ec8dc8a280085d1961cdc3dfd047"
|
|
dependencies = [
|
|
"paste",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
|
dependencies = [
|
|
"fastrand",
|
|
"getrandom 0.3.4",
|
|
"once_cell",
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testnet-parachains-constants"
|
|
version = "10.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94bceae6f7c89d47daff6c7e05f712551a01379f61b07d494661941144878589"
|
|
dependencies = [
|
|
"cumulus-primitives-core",
|
|
"frame-support",
|
|
"polkadot-core-primitives",
|
|
"rococo-runtime-constants",
|
|
"smallvec",
|
|
"sp-runtime",
|
|
"staging-xcm",
|
|
"westend-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"num-conv",
|
|
"powerfmt",
|
|
"serde_core",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
|
|
dependencies = [
|
|
"num-conv",
|
|
"time-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-keccak"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinystr"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.49.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
|
dependencies = [
|
|
"bytes",
|
|
"libc",
|
|
"mio",
|
|
"parking_lot",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"socket2",
|
|
"tokio-macros",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
dependencies = [
|
|
"rustls",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime 0.6.11",
|
|
"toml_edit 0.22.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.7.5+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.22.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime 0.6.11",
|
|
"toml_write",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.23.10+spec-1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
|
dependencies = [
|
|
"indexmap 2.13.0",
|
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
"toml_parser",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_parser"
|
|
version = "1.0.6+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
|
|
dependencies = [
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_write"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
dependencies = [
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
dependencies = [
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"regex-automata",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"time",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trie-db"
|
|
version = "0.29.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f"
|
|
dependencies = [
|
|
"hash-db",
|
|
"log",
|
|
"rustc-hex",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trie-root"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"
|
|
dependencies = [
|
|
"hash-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tt-call"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
|
|
|
|
[[package]]
|
|
name = "tuplex"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa"
|
|
|
|
[[package]]
|
|
name = "twox-hash"
|
|
version = "1.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"digest 0.10.7",
|
|
"rand 0.8.5",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crunchy",
|
|
"hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crunchy",
|
|
"hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unarray"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
[[package]]
|
|
name = "universal-hash"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "usdt-bridge"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bip39",
|
|
"chrono",
|
|
"clap",
|
|
"futures",
|
|
"hex",
|
|
"serde",
|
|
"serde_json",
|
|
"sp-core",
|
|
"sp-keyring",
|
|
"subxt",
|
|
"subxt-signer",
|
|
"thiserror",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf8_iter"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
[[package]]
|
|
name = "utf8parse"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
[[package]]
|
|
name = "w3f-bls"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32"
|
|
dependencies = [
|
|
"ark-bls12-377",
|
|
"ark-bls12-381",
|
|
"ark-ec",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-serialize-derive",
|
|
"arrayref",
|
|
"digest 0.10.7",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wait-timeout"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
[[package]]
|
|
name = "wasip2"
|
|
version = "1.0.2+wasi-0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
dependencies = [
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
"rustversion",
|
|
"wasm-bindgen-macro",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"js-sys",
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.108"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-instrument"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc"
|
|
dependencies = [
|
|
"parity-wasm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-opt"
|
|
version = "0.116.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c"
|
|
dependencies = [
|
|
"anyhow",
|
|
"libc",
|
|
"strum 0.24.1",
|
|
"strum_macros 0.24.3",
|
|
"tempfile",
|
|
"thiserror",
|
|
"wasm-opt-cxx-sys",
|
|
"wasm-opt-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-opt-cxx-sys"
|
|
version = "0.116.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cxx",
|
|
"cxx-build",
|
|
"wasm-opt-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-opt-sys"
|
|
version = "0.116.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cc",
|
|
"cxx",
|
|
"cxx-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"multi-stash",
|
|
"num-derive",
|
|
"num-traits",
|
|
"smallvec",
|
|
"spin",
|
|
"wasmi_collections",
|
|
"wasmi_core",
|
|
"wasmparser-nostd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi_collections"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"hashbrown 0.14.5",
|
|
"string-interner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi_core"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41"
|
|
dependencies = [
|
|
"downcast-rs",
|
|
"libm",
|
|
"num-traits",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.102.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"
|
|
dependencies = [
|
|
"indexmap 1.9.3",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser-nostd"
|
|
version = "0.100.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa"
|
|
dependencies = [
|
|
"indexmap-nostd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bincode",
|
|
"cfg-if",
|
|
"indexmap 1.9.3",
|
|
"libc",
|
|
"log",
|
|
"object 0.30.4",
|
|
"once_cell",
|
|
"paste",
|
|
"psm",
|
|
"rayon",
|
|
"serde",
|
|
"target-lexicon",
|
|
"wasmparser",
|
|
"wasmtime-cache",
|
|
"wasmtime-cranelift",
|
|
"wasmtime-environ",
|
|
"wasmtime-jit",
|
|
"wasmtime-runtime",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-asm-macros"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-cache"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"bincode",
|
|
"directories-next",
|
|
"file-per-thread-logger",
|
|
"log",
|
|
"rustix 0.36.17",
|
|
"serde",
|
|
"sha2 0.10.9",
|
|
"toml 0.5.11",
|
|
"windows-sys 0.45.0",
|
|
"zstd 0.11.2+zstd.1.5.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-cranelift"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-codegen",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"cranelift-native",
|
|
"cranelift-wasm",
|
|
"gimli 0.27.3",
|
|
"log",
|
|
"object 0.30.4",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmparser",
|
|
"wasmtime-cranelift-shared",
|
|
"wasmtime-environ",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-cranelift-shared"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-codegen",
|
|
"cranelift-native",
|
|
"gimli 0.27.3",
|
|
"object 0.30.4",
|
|
"target-lexicon",
|
|
"wasmtime-environ",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-environ"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-entity",
|
|
"gimli 0.27.3",
|
|
"indexmap 1.9.3",
|
|
"log",
|
|
"object 0.30.4",
|
|
"serde",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmparser",
|
|
"wasmtime-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-jit"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"
|
|
dependencies = [
|
|
"addr2line 0.19.0",
|
|
"anyhow",
|
|
"bincode",
|
|
"cfg-if",
|
|
"cpp_demangle",
|
|
"gimli 0.27.3",
|
|
"log",
|
|
"object 0.30.4",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"target-lexicon",
|
|
"wasmtime-environ",
|
|
"wasmtime-jit-debug",
|
|
"wasmtime-jit-icache-coherence",
|
|
"wasmtime-runtime",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-jit-debug"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"
|
|
dependencies = [
|
|
"object 0.30.4",
|
|
"once_cell",
|
|
"rustix 0.36.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-jit-icache-coherence"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-runtime"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cc",
|
|
"cfg-if",
|
|
"indexmap 1.9.3",
|
|
"libc",
|
|
"log",
|
|
"mach",
|
|
"memfd",
|
|
"memoffset",
|
|
"paste",
|
|
"rand 0.8.5",
|
|
"rustix 0.36.17",
|
|
"wasmtime-asm-macros",
|
|
"wasmtime-environ",
|
|
"wasmtime-jit-debug",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-types"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
"serde",
|
|
"thiserror",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.85"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-time"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-root-certs"
|
|
version = "0.26.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e"
|
|
dependencies = [
|
|
"webpki-root-certs 1.0.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-root-certs"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc"
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "westend-runtime-constants"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06861bf945aadac59f4be23b44c85573029520ea9bd3d6c9ab21c8b306e81cdc"
|
|
dependencies = [
|
|
"frame-support",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-common",
|
|
"smallvec",
|
|
"sp-core",
|
|
"sp-runtime",
|
|
"sp-weights",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wide"
|
|
version = "0.7.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"safe_arch",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.62.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
dependencies = [
|
|
"windows-implement",
|
|
"windows-interface",
|
|
"windows-link",
|
|
"windows-result",
|
|
"windows-strings",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.59.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-link"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-strings"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
dependencies = [
|
|
"windows-targets 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.59.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
dependencies = [
|
|
"windows-targets 0.53.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.61.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
"windows_aarch64_msvc 0.42.2",
|
|
"windows_i686_gnu 0.42.2",
|
|
"windows_i686_msvc 0.42.2",
|
|
"windows_x86_64_gnu 0.42.2",
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
"windows_x86_64_msvc 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
"windows_aarch64_msvc 0.48.5",
|
|
"windows_i686_gnu 0.48.5",
|
|
"windows_i686_msvc 0.48.5",
|
|
"windows_x86_64_gnu 0.48.5",
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
"windows_x86_64_msvc 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
"windows_aarch64_msvc 0.52.6",
|
|
"windows_i686_gnu 0.52.6",
|
|
"windows_i686_gnullvm 0.52.6",
|
|
"windows_i686_msvc 0.52.6",
|
|
"windows_x86_64_gnu 0.52.6",
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
"windows_x86_64_msvc 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.53.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
dependencies = [
|
|
"windows-link",
|
|
"windows_aarch64_gnullvm 0.53.1",
|
|
"windows_aarch64_msvc 0.53.1",
|
|
"windows_i686_gnu 0.53.1",
|
|
"windows_i686_gnullvm 0.53.1",
|
|
"windows_i686_msvc 0.53.1",
|
|
"windows_x86_64_gnu 0.53.1",
|
|
"windows_x86_64_gnullvm 0.53.1",
|
|
"windows_x86_64_msvc 0.53.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen"
|
|
version = "0.51.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
|
|
[[package]]
|
|
name = "writeable"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
dependencies = [
|
|
"tap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x25519-dalek"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-procedural"
|
|
version = "10.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87fb4f14094d65c500a59bcf540cf42b99ee82c706edd6226a92e769ad60563e"
|
|
dependencies = [
|
|
"Inflector",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-runtime-apis"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9820d596ca59a981951d2d01924ba0d45b0ab5671fd24dacf68415dbe1fe1053"
|
|
dependencies = [
|
|
"frame-support",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"sp-api",
|
|
"sp-weights",
|
|
"staging-xcm",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-simulator"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058e21bfc3e1180bbd83cad3690d0e63f34f43ab309e338afe988160aa776fcf"
|
|
dependencies = [
|
|
"frame-support",
|
|
"frame-system",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"polkadot-core-primitives",
|
|
"polkadot-parachain-primitives",
|
|
"polkadot-primitives 16.0.0",
|
|
"polkadot-runtime-parachains",
|
|
"scale-info",
|
|
"sp-io",
|
|
"sp-runtime",
|
|
"sp-std",
|
|
"staging-xcm",
|
|
"staging-xcm-builder",
|
|
"staging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf"
|
|
|
|
[[package]]
|
|
name = "yoke"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
dependencies = [
|
|
"stable_deref_trait",
|
|
"yoke-derive",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
"synstructure 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.8.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
|
|
dependencies = [
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.8.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
dependencies = [
|
|
"zerofrom-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerofrom-derive"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
"synstructure 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerotrie"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"yoke",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
dependencies = [
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec-derive"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.114",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zmij"
|
|
version = "1.0.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.11.2+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
dependencies = [
|
|
"zstd-safe 5.0.2+zstd.1.5.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
|
|
dependencies = [
|
|
"zstd-safe 6.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
version = "5.0.2+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
version = "6.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "2.0.16+zstd.1.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|