Files
revive/Cargo.lock
T
2025-04-04 12:47:49 +02:00

12659 lines
311 KiB
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[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.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli 0.31.1",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[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.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom 0.2.15",
"once_cell",
"version_check",
"zerocopy 0.7.35",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
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-core"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d8bcce99ad10fe02640cfaec1c6bc809b837c783c1d52906aa5af66e2a196f6"
dependencies = [
"alloy-dyn-abi",
"alloy-json-abi",
"alloy-primitives",
"alloy-rlp",
"alloy-sol-types",
]
[[package]]
name = "alloy-dyn-abi"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb8e762aefd39a397ff485bc86df673465c4ad3ec8819cc60833a8a3ba5cdc87"
dependencies = [
"alloy-json-abi",
"alloy-primitives",
"alloy-sol-type-parser",
"alloy-sol-types",
"const-hex",
"itoa",
"serde",
"serde_json",
"winnow",
]
[[package]]
name = "alloy-eip2124"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "675264c957689f0fd75f5993a73123c2cc3b5c235a38f5b9037fe6c826bfb2c0"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"crc",
"thiserror 2.0.12",
]
[[package]]
name = "alloy-eip2930"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"serde",
]
[[package]]
name = "alloy-eip7702"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b15b13d38b366d01e818fe8e710d4d702ef7499eacd44926a06171dd9585d0c"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"serde",
"thiserror 2.0.12",
]
[[package]]
name = "alloy-eips"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5591581ca2ab0b3e7226a4047f9a1bfcf431da1d0cce3752fda609fea3c27e37"
dependencies = [
"alloy-eip2124",
"alloy-eip2930",
"alloy-eip7702",
"alloy-primitives",
"alloy-rlp",
"alloy-serde",
"auto_impl",
"c-kzg",
"derive_more 1.0.0",
"once_cell",
"serde",
]
[[package]]
name = "alloy-genesis"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cded3a2d4bd7173f696458c5d4c98c18a628dfcc9f194385e80a486e412e2e0"
dependencies = [
"alloy-eips",
"alloy-primitives",
"alloy-serde",
"alloy-trie",
"serde",
]
[[package]]
name = "alloy-json-abi"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6beff64ad0aa6ad1019a3db26fef565aefeb011736150ab73ed3366c3cfd1b"
dependencies = [
"alloy-primitives",
"alloy-sol-type-parser",
"serde",
"serde_json",
]
[[package]]
name = "alloy-primitives"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e"
dependencies = [
"alloy-rlp",
"bytes",
"cfg-if",
"const-hex",
"derive_more 2.0.1",
"foldhash",
"hashbrown 0.15.2",
"indexmap 2.8.0",
"itoa",
"k256",
"keccak-asm",
"paste",
"proptest",
"rand 0.8.5",
"ruint",
"rustc-hash 2.1.1",
"serde",
"sha3",
"tiny-keccak",
]
[[package]]
name = "alloy-rlp"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6c1d995bff8d011f7cd6c81820d51825e6e06d6db73914c1630ecf544d83d6"
dependencies = [
"alloy-rlp-derive",
"arrayvec",
"bytes",
]
[[package]]
name = "alloy-rlp-derive"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a40e1ef334153322fd878d07e86af7a529bcb86b2439525920a88eba87bcf943"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "alloy-serde"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8732058f5ca28c1d53d241e8504620b997ef670315d7c8afab856b3e3b80d945"
dependencies = [
"alloy-primitives",
"serde",
"serde_json",
]
[[package]]
name = "alloy-sol-macro"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2"
dependencies = [
"alloy-sol-macro-expander",
"alloy-sol-macro-input",
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "alloy-sol-macro-expander"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26"
dependencies = [
"alloy-sol-macro-input",
"const-hex",
"heck 0.5.0",
"indexmap 2.8.0",
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 2.0.100",
"syn-solidity",
"tiny-keccak",
]
[[package]]
name = "alloy-sol-macro-input"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3d30f0d3f9ba3b7686f3ff1de9ee312647aac705604417a2f40c604f409a9e"
dependencies = [
"const-hex",
"dunce",
"heck 0.5.0",
"macro-string",
"proc-macro2",
"quote",
"syn 2.0.100",
"syn-solidity",
]
[[package]]
name = "alloy-sol-type-parser"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d162f8524adfdfb0e4bd0505c734c985f3e2474eb022af32eef0d52a4f3935c"
dependencies = [
"serde",
"winnow",
]
[[package]]
name = "alloy-sol-types"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab"
dependencies = [
"alloy-json-abi",
"alloy-primitives",
"alloy-sol-macro",
"const-hex",
"serde",
]
[[package]]
name = "alloy-trie"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a94854e420f07e962f7807485856cde359ab99ab6413883e15235ad996e8b"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"arrayvec",
"derive_more 1.0.0",
"nybbles",
"serde",
"smallvec",
"tracing",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstream"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anstyle-parse"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
dependencies = [
"anstyle",
"once_cell",
"windows-sys 0.59.0",
]
[[package]]
name = "anyhow"
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[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.100",
]
[[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-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-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-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-secret-scalar"
version = "0.0.2"
source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e"
dependencies = [
"ark-ec",
"ark-ff 0.4.2",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"ark-transcript 0.0.2 (git+https://github.com/davxy/ring-vrf?branch=locked)",
"digest 0.10.7",
"getrandom_or_panic",
"zeroize",
]
[[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-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-transcript"
version = "0.0.2"
source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e"
dependencies = [
"ark-ff 0.4.2",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"digest 0.10.7",
"rand_core 0.6.4",
"sha3",
]
[[package]]
name = "ark-transcript"
version = "0.0.2"
source = "git+https://github.com/w3f/ark-transcript?rev=288e49d#288e49ddba6f8f8e67be6822715afe36b11c4e65"
dependencies = [
"ark-ff 0.4.2",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"digest 0.10.7",
"rand_core 0.6.4",
"sha3",
]
[[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.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "assert_cmd"
version = "2.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
dependencies = [
"anstyle",
"bstr",
"doc-comment",
"libc",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
[[package]]
name = "assert_fs"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674"
dependencies = [
"anstyle",
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
]
[[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 = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-pallet-parachain-system",
"cumulus-pallet-xcmp-queue",
"cumulus-primitives-core",
"frame-support",
"frame-system",
"pallet-asset-conversion",
"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",
"xcm-runtime-apis",
]
[[package]]
name = "assets-common"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"impl-trait-for-tuples",
"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",
"tracing",
]
[[package]]
name = "async-trait"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "auto_impl"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line 0.24.2",
"cfg-if",
"libc",
"miniz_oxide",
"object 0.36.7",
"rustc-demangle",
"windows-targets 0.52.6",
]
[[package]]
name = "bandersnatch_vrfs"
version = "0.0.4"
source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e"
dependencies = [
"ark-bls12-381",
"ark-ec",
"ark-ed-on-bls12-381-bandersnatch",
"ark-ff 0.4.2",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"dleq_vrf",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"ring",
"sha2 0.10.8",
"sp-ark-bls12-381",
"sp-ark-ed-on-bls12-381-bandersnatch",
"zeroize",
]
[[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.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
[[package]]
name = "binary-merkle-tree"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"hash-db",
"log",
"parity-scale-codec",
]
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bip32"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69"
dependencies = [
"bs58",
"hmac 0.12.1",
"k256",
"rand_core 0.6.4",
"ripemd",
"secp256k1 0.27.0",
"sha2 0.10.8",
"subtle",
"zeroize",
]
[[package]]
name = "bip39"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387"
dependencies = [
"bitcoin_hashes 0.13.0",
"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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
dependencies = [
"bitcoin-io",
"hex-conservative 0.2.1",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[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 = "blake2b_simd"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake3"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389a099b34312839e16420d499a9cad9650541715937ffbdd40d36f49e77eeb3"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
[[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 = "blst"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c79a94619fade3c0b887670333513a67ac28a6a7e653eb260bf0d4103db38d"
dependencies = [
"cc",
"glob",
"threadpool",
"zeroize",
]
[[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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-runtime",
"finality-grandpa",
"frame-support",
"parity-scale-codec",
"scale-info",
"serde",
"sp-consensus-grandpa",
"sp-core",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-messages"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-header-chain",
"bp-runtime",
"frame-support",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-io",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-parachains"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-polkadot"
version = "0.5.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-header-chain",
"bp-polkadot-core",
"bp-runtime",
"frame-support",
"sp-api",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-polkadot-core"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-messages",
"bp-runtime",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-relayers"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "bp-runtime"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"trie-db",
]
[[package]]
name = "bp-test-utils"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
]
[[package]]
name = "bp-xcm-bridge-hub"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-messages",
"bp-runtime",
"frame-support",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-io",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
]
[[package]]
name = "bp-xcm-bridge-hub-router"
version = "0.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
"staging-xcm",
]
[[package]]
name = "bridge-hub-common"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"pallet-message-queue",
"parity-scale-codec",
"scale-info",
"snowbridge-core",
"sp-core",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "bridge-hub-test-utils"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"asset-test-utils",
"bp-header-chain",
"bp-messages",
"bp-parachains",
"bp-polkadot-core",
"bp-relayers",
"bp-runtime",
"bp-test-utils",
"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-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "bridge-runtime-common"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"sp-weights",
"staging-xcm",
"tuplex",
]
[[package]]
name = "bs58"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
dependencies = [
"sha2 0.10.8",
"tinyvec",
]
[[package]]
name = "bstr"
version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
dependencies = [
"memchr",
"regex-automata 0.4.9",
"serde",
]
[[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.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
[[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.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
dependencies = [
"serde",
]
[[package]]
name = "c-kzg"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928"
dependencies = [
"blst",
"cc",
"glob",
"hex",
"libc",
"once_cell",
"serde",
]
[[package]]
name = "camino"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
dependencies = [
"serde",
]
[[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.26",
"serde",
"serde_json",
"thiserror 1.0.69",
]
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
version = "1.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
dependencies = [
"jobserver",
"libc",
"shlex",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "ciborium"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half",
]
[[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.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "clap_lex"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "codespan-reporting"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
dependencies = [
"serde",
"termcolor",
"unicode-width",
]
[[package]]
name = "colorchoice"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "common"
version = "0.1.0"
source = "git+https://github.com/davxy/ring-proof?branch=locked#a24b371b8d51725ac2ce195aa3369b31df6c9873"
dependencies = [
"ark-ec",
"ark-ff 0.4.2",
"ark-poly",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"fflonk",
"getrandom_or_panic",
]
[[package]]
name = "common-path"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
[[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.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c"
dependencies = [
"cfg-if",
"cpufeatures",
"hex",
"proptest",
"serde",
]
[[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.15",
"once_cell",
"tiny-keccak",
]
[[package]]
name = "const_format"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[package]]
name = "constcat"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08"
[[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.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
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 = "crc"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
[[package]]
name = "criterion"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
"clap",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools 0.10.5",
]
[[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-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crunchy"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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-parachains",
"scale-info",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-state-machine",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"sp-version",
"staging-xcm",
"staging-xcm-builder",
"trie-db",
]
[[package]]
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "cumulus-pallet-session-benchmarking"
version = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"sp-runtime",
]
[[package]]
name = "cumulus-pallet-solo-to-para"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-pallet-parachain-system",
"frame-support",
"frame-system",
"pallet-sudo",
"parity-scale-codec",
"polkadot-primitives",
"scale-info",
"sp-runtime",
]
[[package]]
name = "cumulus-pallet-weight-reclaim"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-storage-weight-reclaim",
"derive-where",
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
"sp-trie",
]
[[package]]
name = "cumulus-pallet-xcm"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.1"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-api",
"sp-consensus-aura",
]
[[package]]
name = "cumulus-primitives-core"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"scale-info",
"sp-api",
"sp-runtime",
"sp-trie",
"staging-xcm",
]
[[package]]
name = "cumulus-primitives-parachain-inherent"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
]
[[package]]
name = "cumulus-primitives-storage-weight-reclaim"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"cumulus-primitives-proof-size-hostfunction",
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "cumulus-primitives-timestamp"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"sp-inherents",
"sp-timestamp",
]
[[package]]
name = "cumulus-primitives-utility"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
"polkadot-primitives",
"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.100",
]
[[package]]
name = "cxx"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b4ab2681454aacfe7ce296ebc6df86791009f237f8020b0c752e8b245ba7c1d"
dependencies = [
"cc",
"cxxbridge-cmd",
"cxxbridge-flags",
"cxxbridge-macro",
"foldhash",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e431f7ba795550f2b11c32509b3b35927d899f0ad13a1d1e030a317a08facbe"
dependencies = [
"cc",
"codespan-reporting",
"proc-macro2",
"quote",
"scratch",
"syn 2.0.100",
]
[[package]]
name = "cxxbridge-cmd"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cbc41933767955d04c2a90151806029b93df5fd8b682ba22a967433347480a9"
dependencies = [
"clap",
"codespan-reporting",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9133547634329a5b76e5f58d1e53c16d627699bbcd421b9007796311165f9667"
[[package]]
name = "cxxbridge-macro"
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e89d77ad5fd6066a3d42d94de3f72a2f23f95006da808177624429b5183596"
dependencies = [
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.100",
]
[[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.100",
]
[[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.100",
]
[[package]]
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"zeroize",
]
[[package]]
name = "deranged"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058"
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.100",
]
[[package]]
name = "derive-where"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "derive_more"
version = "0.99.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version 0.4.1",
"syn 2.0.100",
]
[[package]]
name = "derive_more"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
dependencies = [
"derive_more-impl 1.0.0",
]
[[package]]
name = "derive_more"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
dependencies = [
"derive_more-impl 2.0.1",
]
[[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.100",
"unicode-xid",
]
[[package]]
name = "derive_more-impl"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
"unicode-xid",
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[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"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
[[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.100",
]
[[package]]
name = "dleq_vrf"
version = "0.0.2"
source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e"
dependencies = [
"ark-ec",
"ark-ff 0.4.2",
"ark-scale",
"ark-secret-scalar",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"ark-transcript 0.0.2 (git+https://github.com/davxy/ring-vrf?branch=locked)",
"arrayvec",
"zeroize",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[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.100",
"termcolor",
"toml 0.8.20",
"walkdir",
]
[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "downloader"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac1e888d6830712d565b2f3a974be3200be9296bc1b03db8251a4cbf18a4a34"
dependencies = [
"futures",
"rand 0.8.5",
"reqwest",
"thiserror 1.0.69",
"tokio",
]
[[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.100",
]
[[package]]
name = "dyn-clone"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
[[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.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519",
"serde",
"sha2 0.10.8",
"subtle",
"zeroize",
]
[[package]]
name = "ed25519-zebra"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"
dependencies = [
"curve25519-dalek",
"ed25519",
"hashbrown 0.14.5",
"hex",
"rand_core 0.6.4",
"sha2 0.10.8",
"zeroize",
]
[[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 = "enumflags2"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.100",
]
[[package]]
name = "env_filter"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
dependencies = [
"log",
]
[[package]]
name = "env_home"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
[[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 = "env_logger"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
dependencies = [
"env_filter",
"log",
]
[[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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "ethabi-decode"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773"
dependencies = [
"ethereum-types",
"tiny-keccak",
]
[[package]]
name = "ethbloom"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b"
dependencies = [
"crunchy",
"fixed-hash",
"impl-codec 0.7.1",
"impl-rlp",
"impl-serde",
"scale-info",
"tiny-keccak",
]
[[package]]
name = "ethereum-types"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3"
dependencies = [
"ethbloom",
"fixed-hash",
"impl-codec 0.7.1",
"impl-rlp",
"impl-serde",
"primitive-types 0.13.1",
"scale-info",
"uint 0.10.0",
]
[[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.100",
]
[[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",
"auto_impl",
"bytes",
]
[[package]]
name = "fastrlp"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
dependencies = [
"arrayvec",
"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 = "fflonk"
version = "0.1.0"
source = "git+https://github.com/w3f/fflonk?rev=1e854f3#1e854f35e9a65d08b11a86291405cdc95baa0a35"
dependencies = [
"ark-ec",
"ark-ff 0.4.2",
"ark-poly",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"merlin",
]
[[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 0.10.2",
"log",
]
[[package]]
name = "filetime"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",
"libredox",
"windows-sys 0.59.0",
]
[[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 = "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 = "flate2"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[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 = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "frame-benchmarking"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"static_assertions",
]
[[package]]
name = "frame-benchmarking-pallet-pov"
version = "18.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "frame-election-provider-solution-type"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "frame-election-provider-support"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-election-provider-solution-type",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-arithmetic",
"sp-core",
"sp-npos-elections",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "frame-executive"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"aquamarine",
"frame-support",
"frame-system",
"frame-try-runtime",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[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",
]
[[package]]
name = "frame-metadata"
version = "20.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df"
dependencies = [
"cfg-if",
"parity-scale-codec",
"scale-info",
"serde",
]
[[package]]
name = "frame-metadata-hash-extension"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"array-bytes",
"const-hex",
"docify",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "frame-support"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"aquamarine",
"array-bytes",
"binary-merkle-tree",
"bitflags 1.3.2",
"docify",
"environmental",
"frame-metadata 20.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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-genesis-builder",
"sp-inherents",
"sp-io",
"sp-metadata-ir",
"sp-runtime",
"sp-staking",
"sp-state-machine",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"sp-weights",
"static_assertions",
"tt-call",
]
[[package]]
name = "frame-support-procedural"
version = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"syn 2.0.100",
]
[[package]]
name = "frame-support-procedural-tools"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "frame-support-procedural-tools-derive"
version = "11.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "frame-system"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cfg-if",
"docify",
"frame-support",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-version",
"sp-weights",
]
[[package]]
name = "frame-system-benchmarking"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "frame-system-rpc-runtime-api"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"parity-scale-codec",
"sp-api",
]
[[package]]
name = "frame-try-runtime"
version = "0.34.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[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-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
]
[[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.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
dependencies = [
"fallible-iterator 0.3.0",
"stable_deref_trait",
]
[[package]]
name = "git2"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
dependencies = [
"bitflags 2.9.0",
"libc",
"libgit2-sys",
"log",
"url",
]
[[package]]
name = "glob"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "globset"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
]
[[package]]
name = "globwalk"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
dependencies = [
"bitflags 2.9.0",
"ignore",
"walkdir",
]
[[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 = "half"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
dependencies = [
"cfg-if",
"crunchy",
]
[[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"
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"foldhash",
"serde",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
dependencies = [
"serde",
]
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
dependencies = [
"arrayvec",
]
[[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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http",
]
[[package]]
name = "http-body-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-core",
"http",
"http-body",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "humantime"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
[[package]]
name = "hyper"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
"http-body",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
"http-body",
"hyper",
"libc",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
[[package]]
name = "iced-x86"
version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c447cff8c7f384a7d4f741cfcff32f75f3ad02b406432e8d6c878d56b1edf6b"
dependencies = [
"lazy_static",
]
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
]
[[package]]
name = "ignore"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
"regex-automata 0.4.9",
"same-file",
"walkdir",
"winapi-util",
]
[[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-num-traits"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c"
dependencies = [
"integer-sqrt",
"num-traits",
"uint 0.10.0",
]
[[package]]
name = "impl-rlp"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90"
dependencies = [
"rlp 0.6.1",
]
[[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.100",
]
[[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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
dependencies = [
"equivalent",
"hashbrown 0.15.2",
"serde",
]
[[package]]
name = "indexmap-nostd"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
[[package]]
name = "inkwell"
version = "0.5.0"
source = "git+https://github.com/TheDan64/inkwell.git?rev=7b410298b6a93450adaa90b1841d5805a3038f12#7b410298b6a93450adaa90b1841d5805a3038f12"
dependencies = [
"either",
"inkwell_internals",
"libc",
"llvm-sys",
"once_cell",
"serde",
"thiserror 1.0.69",
]
[[package]]
name = "inkwell_internals"
version = "0.10.0"
source = "git+https://github.com/TheDan64/inkwell.git?rev=7b410298b6a93450adaa90b1841d5805a3038f12#7b410298b6a93450adaa90b1841d5805a3038f12"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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 = "ipnet"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "is-terminal"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi 0.5.0",
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[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.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jobserver"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
dependencies = [
"getrandom 0.3.2",
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[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.8",
]
[[package]]
name = "keccak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
"cpufeatures",
]
[[package]]
name = "keccak-asm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6"
dependencies = [
"digest 0.10.7",
"sha3-asm",
]
[[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.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libgit2-sys"
version = "0.18.1+1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libm"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
[[package]]
name = "libmimalloc-sys"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b20daca3a4ac14dbdc753c5e90fc7b490a48a9131daed3c9a9ced7b2defd37b"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.9.0",
"libc",
"redox_syscall",
]
[[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 = "libz-sys"
version = "1.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
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.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
[[package]]
name = "litemap"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
[[package]]
name = "lld-sys"
version = "0.1.0-dev.12"
dependencies = [
"cc",
"libc",
"revive-build-utils",
]
[[package]]
name = "llvm-sys"
version = "181.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d320f9d2723c97d4b78f9190a61ed25cc7cfbe456668c08e6e7dd8e50ceb8500"
dependencies = [
"anyhow",
"cc",
"lazy_static",
"libc",
"regex-lite",
"semver 1.0.26",
]
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "macro-string"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.100",
]
[[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.100",
]
[[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.100",
]
[[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.100",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
[[package]]
name = "matrixmultiply"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a"
dependencies = [
"autocfg",
"rawpointer",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memfd"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
"rustix 0.38.44",
]
[[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 = "mimalloc"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03cb1f88093fe50061ca1195d336ffec131347c7b833db31f9ab62a2d1b7925f"
dependencies = [
"libmimalloc-sys",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
dependencies = [
"adler2",
]
[[package]]
name = "mio"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
[[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 = "native-tls"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[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.100",
]
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec",
"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-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"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.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi 0.3.9",
"libc",
]
[[package]]
name = "nybbles"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8983bb634df7248924ee0c4c3a749609b5abcb082c28fffe3254b3eb3602b307"
dependencies = [
"alloy-rlp",
"const-hex",
"proptest",
"serde",
"smallvec",
]
[[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.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "oorandom"
version = "11.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openssl"
version = "0.10.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
dependencies = [
"bitflags 2.9.0",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "openssl-probe"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-sys"
version = "0.9.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pallet-alliance"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-collective",
"pallet-identity",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-asset-conversion"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-asset-conversion",
"pallet-transaction-payment",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-asset-rate"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-asset-rewards"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-asset-tx-payment"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "29.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"pallet-assets",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-assets-holder"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-assets",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-atomic-swap"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-aura"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-babe"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-bags-list"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-balances"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-beefy"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-beefy-mmr"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-bridge-messages"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-header-chain",
"bp-messages",
"bp-runtime",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
]
[[package]]
name = "pallet-bridge-parachains"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-bridge-relayers"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-broker"
version = "0.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-collective"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"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.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-contracts"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"staging-xcm",
"staging-xcm-builder",
"wasm-instrument",
"wasmi",
]
[[package]]
name = "pallet-contracts-mock-network"
version = "3.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"pallet-assets",
"pallet-balances",
"pallet-contracts",
"pallet-contracts-proc-macro",
"pallet-contracts-uapi",
"pallet-message-queue",
"pallet-timestamp",
"pallet-xcm",
"parity-scale-codec",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-runtime-parachains",
"scale-info",
"sp-api",
"sp-core",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
"xcm-simulator",
]
[[package]]
name = "pallet-contracts-proc-macro"
version = "18.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "pallet-contracts-uapi"
version = "5.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bitflags 1.3.2",
"parity-scale-codec",
"paste",
"scale-info",
]
[[package]]
name = "pallet-conviction-voting"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "12.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-democracy"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-election-provider-multi-block"
version = "0.9.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"rand 0.8.5",
"scale-info",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-npos-elections",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-election-provider-multi-phase"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-system",
"parity-scale-codec",
"sp-npos-elections",
"sp-runtime",
]
[[package]]
name = "pallet-elections-phragmen"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-npos-elections",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-fast-unstake"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-glutton"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-identity"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"enumflags2",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-im-online"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-indices"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-insecure-randomness-collective-flip"
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
"safe-mix",
"scale-info",
]
[[package]]
name = "pallet-lottery"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-membership"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "31.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cfg-if",
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-mixnet"
version = "0.4.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
"serde",
"sp-application-crypto",
"sp-mixnet",
]
[[package]]
name = "pallet-mmr"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
"sp-mmr-primitives",
]
[[package]]
name = "pallet-multisig"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-nft-fractionalization"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-assets",
"pallet-nfts",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-nfts"
version = "22.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"sp-api",
]
[[package]]
name = "pallet-nis"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-arithmetic",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-node-authorization"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-nomination-pools"
version = "25.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "pallet-nomination-pools-benchmarking"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-staking",
]
[[package]]
name = "pallet-nomination-pools-runtime-api"
version = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"pallet-nomination-pools",
"parity-scale-codec",
"sp-api",
]
[[package]]
name = "pallet-offences"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-offences-benchmarking"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
]
[[package]]
name = "pallet-paged-list"
version = "0.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-metadata-ir",
"sp-runtime",
]
[[package]]
name = "pallet-parameters"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"paste",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-preimage"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-proxy"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-ranked-collective"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-referenda"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"alloy-core",
"derive_more 0.99.19",
"environmental",
"ethabi-decode",
"ethereum-types",
"frame-benchmarking",
"frame-support",
"frame-system",
"hex",
"hex-literal",
"impl-trait-for-tuples",
"log",
"pallet-revive-fixtures",
"pallet-revive-proc-macro",
"pallet-revive-uapi",
"pallet-transaction-payment",
"parity-scale-codec",
"paste",
"polkavm 0.21.0",
"polkavm-common 0.21.0",
"rlp 0.6.1",
"scale-info",
"serde",
"sp-api",
"sp-arithmetic",
"sp-consensus-aura",
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
"sp-io",
"sp-runtime",
"staging-xcm",
"staging-xcm-builder",
"subxt-signer",
]
[[package]]
name = "pallet-revive-fixtures"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"anyhow",
"polkavm-linker 0.21.0",
"sp-core",
"sp-io",
"toml 0.8.20",
]
[[package]]
name = "pallet-revive-mock-network"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"pallet-assets",
"pallet-balances",
"pallet-message-queue",
"pallet-revive",
"pallet-revive-uapi",
"pallet-timestamp",
"pallet-xcm",
"parity-scale-codec",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-runtime-parachains",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
"xcm-simulator",
]
[[package]]
name = "pallet-revive-proc-macro"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "pallet-revive-uapi"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bitflags 1.3.2",
"pallet-revive-proc-macro",
"parity-scale-codec",
"paste",
"polkavm-derive 0.21.0",
"scale-info",
]
[[package]]
name = "pallet-root-offences"
version = "25.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"pallet-staking",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-root-testing"
version = "4.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-safe-mode"
version = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"pallet-ranked-collective",
"parity-scale-codec",
"polkadot-sdk-frame",
"scale-info",
]
[[package]]
name = "pallet-scheduler"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-session"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"sp-state-machine",
"sp-trie",
]
[[package]]
name = "pallet-session-benchmarking"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "3.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-society"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"rand 0.8.5",
"rand_chacha 0.3.1",
"scale-info",
"serde",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "pallet-staking-ah-client"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"pallet-session",
"pallet-staking",
"pallet-staking-rc-client",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-parachains",
"scale-info",
"sp-core",
"sp-runtime",
"sp-staking",
"staging-xcm",
]
[[package]]
name = "pallet-staking-rc-client"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
"sp-staking",
"staging-xcm",
]
[[package]]
name = "pallet-staking-reward-fn"
version = "19.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"sp-arithmetic",
]
[[package]]
name = "pallet-staking-runtime-api"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-staking",
]
[[package]]
name = "pallet-state-trie-migration"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-statement"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-timestamp"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-timestamp",
]
[[package]]
name = "pallet-tips"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
"sp-api",
"sp-runtime",
"sp-weights",
]
[[package]]
name = "pallet-transaction-storage"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
]
[[package]]
name = "pallet-tx-pause"
version = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-utility"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
]
[[package]]
name = "pallet-verify-signature"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-weights",
]
[[package]]
name = "pallet-vesting"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "pallet-whitelist"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-runtime",
]
[[package]]
name = "pallet-xcm"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bounded-collections",
"frame-benchmarking",
"frame-support",
"frame-system",
"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 = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"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.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "pallet-xcm-bridge-hub-router"
version = "0.5.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bp-xcm-bridge-hub-router",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
]
[[package]]
name = "parachains-common"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"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 = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"parachains-common",
"parity-scale-codec",
"polkadot-parachain-primitives",
"sp-consensus-aura",
"sp-core",
"sp-io",
"sp-runtime",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-executor",
"substrate-wasm-builder",
"xcm-runtime-apis",
]
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d"
dependencies = [
"arrayvec",
"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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "parity-wasm"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
[[package]]
name = "parking_lot"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
]
[[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 = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[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 = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pest"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
dependencies = [
"memchr",
"thiserror 2.0.12",
"ucd-trie",
]
[[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 = "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 = "plotters"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
[[package]]
name = "plotters-svg"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
dependencies = [
"plotters-backend",
]
[[package]]
name = "polkadot-ckb-merkle-mountain-range"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947"
dependencies = [
"cfg-if",
"itertools 0.10.5",
]
[[package]]
name = "polkadot-core-primitives"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "polkadot-parachain-primitives"
version = "6.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bounded-collections",
"derive_more 0.99.19",
"parity-scale-codec",
"polkadot-core-primitives",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
"sp-weights",
]
[[package]]
name = "polkadot-primitives"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"thiserror 1.0.69",
]
[[package]]
name = "polkadot-runtime-common"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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",
"polkadot-runtime-parachains",
"rustc-hex",
"scale-info",
"serde",
"serde_derive",
"slot-range-helper",
"sp-api",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-npos-elections",
"sp-runtime",
"sp-session",
"sp-staking",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
"static_assertions",
]
[[package]]
name = "polkadot-runtime-metrics"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bs58",
"frame-benchmarking",
"parity-scale-codec",
"polkadot-primitives",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "polkadot-runtime-parachains"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bitflags 1.3.2",
"bitvec",
"derive_more 0.99.19",
"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",
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"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",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "polkadot-sdk"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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-weight-reclaim",
"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-solution-type",
"frame-election-provider-support",
"frame-executive",
"frame-metadata-hash-extension",
"frame-support",
"frame-support-procedural",
"frame-support-procedural-tools-derive",
"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-rewards",
"pallet-asset-tx-payment",
"pallet-assets",
"pallet-assets-freezer",
"pallet-assets-holder",
"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-block",
"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-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-ah-client",
"pallet-staking-rc-client",
"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-verify-signature",
"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",
"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 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-crypto-hashing-proc-macro",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"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 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-session",
"sp-staking",
"sp-state-machine",
"sp-statement-store",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-timestamp",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-transaction-pool",
"sp-transaction-storage-proof",
"sp-trie",
"sp-version",
"sp-version-proc-macro",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"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"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775"
dependencies = [
"sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "polkadot-sdk-frame"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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-genesis-builder",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-transaction-pool",
"sp-version",
]
[[package]]
name = "polkavm"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d"
dependencies = [
"libc",
"log",
"polkavm-assembler 0.18.0",
"polkavm-common 0.18.0",
"polkavm-linux-raw 0.18.0",
]
[[package]]
name = "polkavm"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfd34e2f74206fff33482ae1718e275f11365ef8c4de7f0e69217f8845303867"
dependencies = [
"libc",
"log",
"polkavm-assembler 0.21.0",
"polkavm-common 0.21.0",
"polkavm-linux-raw 0.21.0",
]
[[package]]
name = "polkavm-assembler"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f"
dependencies = [
"log",
]
[[package]]
name = "polkavm-assembler"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f512bc80cb10439391a7c13a9eb2d37cf66b7305e7df0a06d662eff4f5b07625"
dependencies = [
"log",
]
[[package]]
name = "polkavm-common"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102"
dependencies = [
"log",
"polkavm-assembler 0.18.0",
]
[[package]]
name = "polkavm-common"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c16b809cfd398f861261c045a8745e6c78b71ea7e0d3ef6f7cc553eb27bc17e"
dependencies = [
"blake3",
"log",
"polkavm-assembler 0.21.0",
]
[[package]]
name = "polkavm-derive"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e"
dependencies = [
"polkavm-derive-impl-macro 0.18.0",
]
[[package]]
name = "polkavm-derive"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47239245f87329541932c0d7fec750a66a75b13aa87dfe4fbfd637bab86ad387"
dependencies = [
"polkavm-derive-impl-macro 0.21.0",
]
[[package]]
name = "polkavm-derive-impl"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7"
dependencies = [
"polkavm-common 0.18.0",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "polkavm-derive-impl"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24fd6c6215450c3e57511df5c38a82eb4bde208de15ee15046ac33852f3c3eaa"
dependencies = [
"polkavm-common 0.21.0",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "polkavm-derive-impl-macro"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b"
dependencies = [
"polkavm-derive-impl 0.18.1",
"syn 2.0.100",
]
[[package]]
name = "polkavm-derive-impl-macro"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca"
dependencies = [
"polkavm-derive-impl 0.21.0",
"syn 2.0.100",
]
[[package]]
name = "polkavm-disassembler"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6de96c15f2c149d3c0680438e8d25b1c0e0bf25c69f4fa37a890ca2401d158a7"
dependencies = [
"clap",
"iced-x86",
"polkavm 0.21.0",
"polkavm-common 0.21.0",
"polkavm-linker 0.21.0",
]
[[package]]
name = "polkavm-linker"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3"
dependencies = [
"dirs",
"gimli 0.31.1",
"hashbrown 0.14.5",
"log",
"object 0.36.7",
"polkavm-common 0.18.0",
"regalloc2 0.9.3",
"rustc-demangle",
]
[[package]]
name = "polkavm-linker"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4"
dependencies = [
"dirs",
"gimli 0.31.1",
"hashbrown 0.14.5",
"log",
"object 0.36.7",
"polkavm-common 0.21.0",
"regalloc2 0.9.3",
"rustc-demangle",
]
[[package]]
name = "polkavm-linux-raw"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde"
[[package]]
name = "polkavm-linux-raw"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3"
[[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 = "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 0.8.24",
]
[[package]]
name = "predicates"
version = "3.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
dependencies = [
"anstyle",
"difflib",
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
[[package]]
name = "predicates-tree"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
dependencies = [
"predicates-core",
"termtree",
]
[[package]]
name = "prettyplease"
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
dependencies = [
"proc-macro2",
"syn 2.0.100",
]
[[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",
"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-num-traits",
"impl-rlp",
"impl-serde",
"scale-info",
"uint 0.10.0",
]
[[package]]
name = "proc-macro-crate"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
dependencies = [
"toml_edit",
]
[[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.100",
]
[[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.100",
]
[[package]]
name = "proc-macro2"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
"unicode-ident",
]
[[package]]
name = "proptest"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
dependencies = [
"bit-set",
"bit-vec",
"bitflags 2.9.0",
"lazy_static",
"num-traits",
"rand 0.8.5",
"rand_chacha 0.3.1",
"rand_xorshift",
"regex-syntax 0.8.5",
"rusty-fork",
"tempfile",
"unarray",
]
[[package]]
name = "psm"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
dependencies = [
"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.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
"proc-macro2",
]
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
[[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",
"serde",
]
[[package]]
name = "rand"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
"zerocopy 0.8.24",
]
[[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.3",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.15",
]
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.2",
]
[[package]]
name = "rand_xorshift"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
dependencies = [
"rand_core 0.6.4",
]
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
dependencies = [
"bitflags 2.9.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.15",
"libredox",
"thiserror 1.0.69",
]
[[package]]
name = "ref-cast"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-lite"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
dependencies = [
"base64 0.22.1",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-body-util",
"hyper",
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tokio-native-tls",
"tower",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-registry",
]
[[package]]
name = "revive-benchmarks"
version = "0.1.0-dev.12"
dependencies = [
"alloy-primitives",
"criterion",
"hex",
"revive-differential",
"revive-integration",
"revive-runner",
]
[[package]]
name = "revive-build-utils"
version = "0.1.0-dev.12"
[[package]]
name = "revive-builtins"
version = "0.1.0-dev.12"
dependencies = [
"revive-build-utils",
]
[[package]]
name = "revive-common"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"serde",
"serde_json",
"serde_stacker",
]
[[package]]
name = "revive-differential"
version = "0.1.0-dev.12"
dependencies = [
"alloy-genesis",
"alloy-primitives",
"alloy-serde",
"hex",
"serde",
"serde_json",
"tempfile",
]
[[package]]
name = "revive-integration"
version = "0.1.0-dev.12"
dependencies = [
"alloy-primitives",
"alloy-sol-types",
"hex",
"rayon",
"revive-llvm-context",
"revive-runner",
"revive-solidity",
"serde",
"serde_json",
"sha1",
]
[[package]]
name = "revive-linker"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"libc",
"lld-sys",
"polkavm-linker 0.21.0",
"revive-builtins",
"tempfile",
]
[[package]]
name = "revive-llvm-builder"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"assert_cmd",
"assert_fs",
"clap",
"downloader",
"env_logger 0.11.8",
"flate2",
"fs_extra",
"log",
"num_cpus",
"path-slash",
"regex",
"serde",
"tar",
"toml 0.8.20",
"which",
]
[[package]]
name = "revive-llvm-context"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"hex",
"inkwell",
"itertools 0.14.0",
"libc",
"num",
"polkavm-common 0.21.0",
"polkavm-disassembler",
"revive-common",
"revive-linker",
"revive-runtime-api",
"revive-solc-json-interface",
"revive-stdlib",
"semver 1.0.26",
"serde",
"sha3",
]
[[package]]
name = "revive-runner"
version = "0.1.0-dev.12"
dependencies = [
"alloy-primitives",
"hex",
"parity-scale-codec",
"polkadot-sdk 0.1.0",
"revive-differential",
"revive-llvm-context",
"revive-solidity",
"scale-info",
"serde",
"serde_json",
]
[[package]]
name = "revive-runtime-api"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"inkwell",
"revive-build-utils",
"revive-common",
]
[[package]]
name = "revive-solc-json-interface"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"rayon",
"revive-common",
"semver 1.0.26",
"serde",
"serde_json",
]
[[package]]
name = "revive-solidity"
version = "0.1.0-dev.12"
dependencies = [
"anyhow",
"clap",
"git2",
"hex",
"inkwell",
"libc",
"mimalloc",
"num",
"once_cell",
"path-slash",
"rayon",
"regex",
"revive-common",
"revive-llvm-context",
"revive-solc-json-interface",
"semver 1.0.26",
"serde",
"serde_json",
"sha3",
"thiserror 2.0.12",
"which",
]
[[package]]
name = "revive-stdlib"
version = "0.1.0-dev.12"
dependencies = [
"inkwell",
"revive-build-utils",
]
[[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.1.0"
source = "git+https://github.com/davxy/ring-proof?branch=locked#a24b371b8d51725ac2ce195aa3369b31df6c9873"
dependencies = [
"ark-ec",
"ark-ff 0.4.2",
"ark-poly",
"ark-serialize 0.4.2",
"ark-std 0.4.0",
"ark-transcript 0.0.2 (git+https://github.com/w3f/ark-transcript?rev=288e49d)",
"arrayvec",
"blake2",
"common",
"fflonk",
]
[[package]]
name = "ripemd"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
dependencies = [
"digest 0.10.7",
]
[[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 = "rlp"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24e92bb2a83198bb76d661a71df9f7076b8c420b8696e4d3d97d50d94479e3"
dependencies = [
"bytes",
"rustc-hex",
]
[[package]]
name = "rococo-runtime-constants"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
"sp-core",
"sp-runtime",
"sp-weights",
"staging-xcm",
"staging-xcm-builder",
]
[[package]]
name = "ruint"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef"
dependencies = [
"alloy-rlp",
"ark-ff 0.3.0",
"ark-ff 0.4.2",
"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.0",
"rlp 0.5.2",
"ruint-macro",
"serde",
"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.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[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.26",
]
[[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 = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.9.3",
"windows-sys 0.59.0",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
[[package]]
name = "rustversion"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[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 = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"sp-core",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"thiserror 1.0.69",
]
[[package]]
name = "sc-executor"
version = "0.32.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"parking_lot",
"sc-executor-common",
"sc-executor-polkavm",
"sc-executor-wasmtime",
"schnellru",
"sp-api",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"sp-version",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"tracing",
]
[[package]]
name = "sc-executor-common"
version = "0.29.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"polkavm 0.18.0",
"sc-allocator",
"sp-maybe-compressed-blob",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"thiserror 1.0.69",
"wasm-instrument",
]
[[package]]
name = "sc-executor-polkavm"
version = "0.29.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"polkavm 0.18.0",
"sc-executor-common",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sc-executor-wasmtime"
version = "0.29.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"anyhow",
"cfg-if",
"libc",
"log",
"parking_lot",
"rustix 0.36.17",
"sc-allocator",
"sc-executor-common",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"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.100",
]
[[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.100",
]
[[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.100",
]
[[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-value"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e"
dependencies = [
"derive_more 1.0.0",
"either",
"parity-scale-codec",
"scale-bits",
"scale-decode",
"scale-encode",
"scale-info",
"scale-type-resolver",
]
[[package]]
name = "schannel"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "schnellru"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649"
dependencies = [
"ahash",
"cfg-if",
"hashbrown 0.13.2",
]
[[package]]
name = "schnorrkel"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0"
dependencies = [
"aead",
"arrayref",
"arrayvec",
"curve25519-dalek",
"getrandom_or_panic",
"merlin",
"rand_core 0.6.4",
"serde_bytes",
"sha2 0.10.8",
"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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
[[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.8",
]
[[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.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
dependencies = [
"secp256k1-sys 0.8.1",
]
[[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.0",
"rand 0.8.5",
"secp256k1-sys 0.10.1",
]
[[package]]
name = "secp256k1-sys"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
dependencies = [
"cc",
]
[[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 = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
"bitflags 2.9.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
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.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
dependencies = [
"serde",
]
[[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.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
"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.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "serde_json"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
[[package]]
name = "serde_stacker"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69c8defe6c780725cce4ec6ad3bd91e321baf6fa4e255df1f31e345d507ef01a"
dependencies = [
"serde",
"stacker",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
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 = "sha3-asm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46"
dependencies = [
"cc",
"cfg-if",
]
[[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 = "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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa"
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 = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[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 = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"enumn",
"parity-scale-codec",
"paste",
"sp-runtime",
]
[[package]]
name = "smallvec"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
[[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.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"byte-slice-cast",
"frame-support",
"hex",
"parity-scale-codec",
"rlp 0.6.1",
"scale-info",
"serde",
"snowbridge-ethereum",
"snowbridge-milagro-bls",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"ssz_rs",
"ssz_rs_derive",
]
[[package]]
name = "snowbridge-core"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
]
[[package]]
name = "snowbridge-ethereum"
version = "0.3.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"ethabi-decode",
"ethbloom",
"ethereum-types",
"hex-literal",
"parity-bytes",
"parity-scale-codec",
"rlp 0.6.1",
"scale-info",
"serde",
"serde-big-array",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[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.3.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "snowbridge-outbound-queue-runtime-api"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"parity-scale-codec",
"snowbridge-core",
"snowbridge-outbound-queue-merkle-tree",
"sp-api",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "snowbridge-pallet-ethereum-client"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"static_assertions",
]
[[package]]
name = "snowbridge-pallet-ethereum-client-fixtures"
version = "0.9.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"hex-literal",
"snowbridge-beacon-primitives",
"snowbridge-core",
"sp-core",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "snowbridge-pallet-inbound-queue"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"alloy-core",
"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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "snowbridge-pallet-inbound-queue-fixtures"
version = "0.10.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"hex-literal",
"snowbridge-beacon-primitives",
"snowbridge-core",
"sp-core",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "snowbridge-pallet-outbound-queue"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "snowbridge-pallet-system"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"snowbridge-core",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "snowbridge-router-primitives"
version = "0.9.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"hex-literal",
"log",
"parity-scale-codec",
"scale-info",
"snowbridge-core",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "snowbridge-runtime-common"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"log",
"parity-scale-codec",
"snowbridge-core",
"sp-arithmetic",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "snowbridge-runtime-test-common"
version = "0.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.2.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"snowbridge-core",
"sp-api",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
]
[[package]]
name = "socket2"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "sp-api"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"hash-db",
"log",
"parity-scale-codec",
"scale-info",
"sp-api-proc-macro",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-metadata-ir",
"sp-runtime",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-state-machine",
"sp-trie",
"sp-version",
"thiserror 1.0.69",
]
[[package]]
name = "sp-api-proc-macro"
version = "15.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"Inflector",
"blake2",
"expander",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-application-crypto"
version = "30.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-io",
]
[[package]]
name = "sp-arithmetic"
version = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"docify",
"integer-sqrt",
"num-traits",
"parity-scale-codec",
"scale-info",
"serde",
"static_assertions",
]
[[package]]
name = "sp-ark-bls12-381"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate?rev=caa2eed#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
"ark-bls12-381-ext",
"sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-ark-ed-on-bls12-381-bandersnatch"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate?rev=caa2eed#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
"ark-ed-on-bls12-381-bandersnatch-ext",
"sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-authority-discovery"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-application-crypto",
"sp-runtime",
]
[[package]]
name = "sp-block-builder"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-api",
"sp-inherents",
"sp-runtime",
]
[[package]]
name = "sp-consensus-aura"
version = "0.32.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.32.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-io",
"sp-keystore",
"sp-mmr-primitives",
"sp-runtime",
"sp-weights",
"strum 0.26.3",
]
[[package]]
name = "sp-consensus-grandpa"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.32.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sp-consensus-slots"
version = "0.32.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-timestamp",
]
[[package]]
name = "sp-core"
version = "28.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"array-bytes",
"bandersnatch_vrfs",
"bitflags 1.3.2",
"blake2",
"bounded-collections",
"bs58",
"dyn-clonable",
"ed25519-zebra",
"futures",
"hash-db",
"hash256-std-hasher",
"impl-serde",
"itertools 0.11.0",
"k256",
"libsecp256k1",
"log",
"merlin",
"parity-bip39",
"parity-scale-codec",
"parking_lot",
"paste",
"primitive-types 0.13.1",
"rand 0.8.5",
"scale-info",
"schnorrkel",
"secp256k1 0.28.2",
"secrecy 0.8.0",
"serde",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"ss58-registry",
"substrate-bip39",
"thiserror 1.0.69",
"tracing",
"w3f-bls",
"zeroize",
]
[[package]]
name = "sp-core-hashing"
version = "15.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sp-crypto-ec-utils"
version = "0.10.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sp-crypto-ec-utils"
version = "0.10.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
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 24.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[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.8",
"sha3",
"twox-hash",
]
[[package]]
name = "sp-crypto-hashing"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"blake2b_simd",
"byteorder",
"digest 0.10.7",
"sha2 0.10.8",
"sha3",
"twox-hash",
]
[[package]]
name = "sp-crypto-hashing-proc-macro"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"quote",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"syn 2.0.100",
]
[[package]]
name = "sp-debug-derive"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-debug-derive"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-externalities"
version = "0.25.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"environmental",
"parity-scale-codec",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sp-externalities"
version = "0.25.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"environmental",
"parity-scale-codec",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-genesis-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde_json",
"sp-api",
"sp-runtime",
]
[[package]]
name = "sp-inherents"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"async-trait",
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"thiserror 1.0.69",
]
[[package]]
name = "sp-io"
version = "30.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bytes",
"docify",
"ed25519-dalek",
"libsecp256k1",
"log",
"parity-scale-codec",
"polkavm-derive 0.18.0",
"rustversion",
"secp256k1 0.28.2",
"sp-core",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-keystore",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-state-machine",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"tracing",
"tracing-core",
]
[[package]]
name = "sp-keyring"
version = "31.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-core",
"sp-runtime",
"strum 0.26.3",
]
[[package]]
name = "sp-keystore"
version = "0.34.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"parking_lot",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sp-maybe-compressed-blob"
version = "11.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"thiserror 1.0.69",
"zstd 0.12.4",
]
[[package]]
name = "sp-metadata-ir"
version = "0.6.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-metadata 20.0.0",
"parity-scale-codec",
"scale-info",
]
[[package]]
name = "sp-mixnet"
version = "0.4.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-application-crypto",
]
[[package]]
name = "sp-mmr-primitives"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"log",
"parity-scale-codec",
"polkadot-ckb-merkle-mountain-range",
"scale-info",
"serde",
"sp-api",
"sp-core",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime",
"thiserror 1.0.69",
]
[[package]]
name = "sp-npos-elections"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-arithmetic",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sp-offchain"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-api",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sp-panic-handler"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"backtrace",
"regex",
]
[[package]]
name = "sp-runtime"
version = "31.0.1"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"binary-merkle-tree",
"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 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-trie",
"sp-weights",
"tracing",
"tuplex",
]
[[package]]
name = "sp-runtime-interface"
version = "24.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec",
"polkavm-derive 0.18.0",
"primitive-types 0.13.1",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface"
version = "24.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec",
"polkavm-derive 0.18.0",
"primitive-types 0.13.1",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "17.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"Inflector",
"expander",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "17.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"Inflector",
"expander",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-session"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-core",
"sp-keystore",
"sp-runtime",
"sp-staking",
]
[[package]]
name = "sp-staking"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sp-state-machine"
version = "0.35.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"hash-db",
"log",
"parity-scale-codec",
"parking_lot",
"rand 0.8.5",
"smallvec",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-panic-handler",
"sp-trie",
"thiserror 1.0.69",
"tracing",
"trie-db",
]
[[package]]
name = "sp-statement-store"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"aes-gcm",
"curve25519-dalek",
"ed25519-dalek",
"hkdf",
"parity-scale-codec",
"rand 0.8.5",
"scale-info",
"sha2 0.10.8",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-runtime",
"sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"thiserror 1.0.69",
"x25519-dalek",
]
[[package]]
name = "sp-std"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
[[package]]
name = "sp-std"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
[[package]]
name = "sp-storage"
version = "19.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"impl-serde",
"parity-scale-codec",
"ref-cast",
"serde",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[package]]
name = "sp-storage"
version = "19.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"impl-serde",
"parity-scale-codec",
"ref-cast",
"serde",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-timestamp"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"async-trait",
"parity-scale-codec",
"sp-inherents",
"sp-runtime",
"thiserror 1.0.69",
]
[[package]]
name = "sp-tracing"
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "sp-tracing"
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"parity-scale-codec",
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "sp-transaction-pool"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"sp-api",
"sp-runtime",
]
[[package]]
name = "sp-transaction-storage-proof"
version = "26.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"async-trait",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-trie",
]
[[package]]
name = "sp-trie"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"ahash",
"hash-db",
"memory-db",
"nohash-hasher",
"parity-scale-codec",
"parking_lot",
"rand 0.8.5",
"scale-info",
"schnellru",
"sp-core",
"sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"thiserror 1.0.69",
"tracing",
"trie-db",
"trie-root",
]
[[package]]
name = "sp-version"
version = "29.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"impl-serde",
"parity-scale-codec",
"parity-wasm",
"scale-info",
"serde",
"sp-crypto-hashing-proc-macro",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"sp-version-proc-macro",
"thiserror 1.0.69",
]
[[package]]
name = "sp-version-proc-macro"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"parity-scale-codec",
"proc-macro-warning",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sp-wasm-interface"
version = "20.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"anyhow",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"wasmtime",
]
[[package]]
name = "sp-wasm-interface"
version = "20.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9601363f6a8b88510cb38782dd77f08778da5fb7"
dependencies = [
"anyhow",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
]
[[package]]
name = "sp-weights"
version = "27.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"bounded-collections",
"parity-scale-codec",
"scale-info",
"serde",
"smallvec",
"sp-arithmetic",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stacker"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601f9201feb9b09c00266478bf459952b9ef9a6b94edb2f21eba14ab681a60a9"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"windows-sys 0.59.0",
]
[[package]]
name = "staging-parachain-info"
version = "0.7.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-runtime",
]
[[package]]
name = "staging-xcm"
version = "7.0.1"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"array-bytes",
"bounded-collections",
"derive-where",
"environmental",
"frame-support",
"hex-literal",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-runtime",
"sp-weights",
"xcm-procedural",
]
[[package]]
name = "staging-xcm-builder"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"environmental",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"pallet-asset-conversion",
"pallet-transaction-payment",
"parity-scale-codec",
"polkadot-parachain-primitives",
"scale-info",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-runtime",
"sp-weights",
"staging-xcm",
"staging-xcm-executor",
"tracing",
]
[[package]]
name = "staging-xcm-executor"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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.100",
]
[[package]]
name = "substrate-bip39"
version = "0.4.7"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"hmac 0.12.1",
"pbkdf2",
"schnorrkel",
"sha2 0.10.8",
"zeroize",
]
[[package]]
name = "substrate-wasm-builder"
version = "17.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"build-helper",
"cargo_metadata",
"console",
"filetime",
"jobserver",
"parity-wasm",
"polkavm-linker 0.18.0",
"shlex",
"sp-maybe-compressed-blob",
"strum 0.26.3",
"tempfile",
"toml 0.8.20",
"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-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",
"keccak-hash",
"parity-scale-codec",
"polkadot-sdk 0.7.0",
"primitive-types 0.13.1",
"scale-bits",
"scale-decode",
"scale-encode",
"scale-info",
"scale-value",
"serde",
"serde_json",
"subxt-metadata",
"tracing",
]
[[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 0.7.0",
"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",
"bip32",
"bip39",
"cfg-if",
"crypto_secretbox",
"hex",
"hmac 0.12.1",
"keccak-hash",
"parity-scale-codec",
"pbkdf2",
"polkadot-sdk 0.7.0",
"regex",
"schnorrkel",
"scrypt",
"secp256k1 0.30.0",
"secrecy 0.10.3",
"serde",
"serde_json",
"sha2 0.10.8",
"subxt-core",
"zeroize",
]
[[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.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn-solidity"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4560533fbd6914b94a8fb5cc803ed6801c3455668db3b810702c57612bac9412"
dependencies = [
"paste",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "sync_wrapper"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
"futures-core",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tar"
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
dependencies = [
"filetime",
"libc",
"xattr",
]
[[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.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [
"fastrand",
"getrandom 0.3.2",
"once_cell",
"rustix 1.0.5",
"windows-sys 0.59.0",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "termtree"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
[[package]]
name = "testnet-parachains-constants"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
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 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.12",
]
[[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.100",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "time"
version = "0.3.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
[[package]]
name = "time-macros"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
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.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tinyvec"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
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.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"windows-sys 0.52.0",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"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.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
dependencies = [
"indexmap 2.8.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "tower"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper",
"tokio",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
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.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"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 = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[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.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[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.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[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 = "url"
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[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 = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024"
dependencies = [
"ark-bls12-377",
"ark-bls12-381",
"ark-ec",
"ark-ff 0.4.2",
"ark-serialize 0.4.2",
"ark-serialize-derive",
"arrayref",
"constcat",
"digest 0.10.7",
"rand 0.8.5",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"sha2 0.10.8",
"sha3",
"thiserror 1.0.69",
"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 = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi"
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
[[package]]
name = "wasm-bindgen"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn 2.0.100",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
dependencies = [
"cfg-if",
"js-sys",
"once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
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 1.0.69",
"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",
"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",
"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.8",
"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 1.0.69",
"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 1.0.69",
"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 1.0.69",
"wasmparser",
]
[[package]]
name = "web-sys"
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "westend-runtime-constants"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
"sp-core",
"sp-runtime",
"sp-weights",
"staging-xcm",
"staging-xcm-builder",
]
[[package]]
name = "which"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
dependencies = [
"either",
"env_home",
"rustix 0.38.44",
"winsafe",
]
[[package]]
name = "wide"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22"
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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
[[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-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]]
name = "windows-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.53.0",
]
[[package]]
name = "windows-result"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
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-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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
dependencies = [
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winnow"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
dependencies = [
"memchr",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wit-bindgen-rt"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags 2.9.0",
]
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[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 = "xattr"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
dependencies = [
"libc",
"rustix 1.0.5",
]
[[package]]
name = "xcm-procedural"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"Inflector",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "xcm-runtime-apis"
version = "0.1.1"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-weights",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "xcm-simulator"
version = "7.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"paste",
"polkadot-core-primitives",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-runtime-parachains",
"scale-info",
"sp-io",
"sp-runtime",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
]
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
"synstructure",
]
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
dependencies = [
"zerocopy-derive 0.8.24",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.100",
"synstructure",
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[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.15+zstd.1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
dependencies = [
"cc",
"pkg-config",
]