bd2d665c4e
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates) - Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features - Regenerate umbrella crate with proper feature propagation - Format all TOML files with taplo This resolves check-umbrella and check-zepter CI failures.
28806 lines
618 KiB
TOML
28806 lines
618 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.25.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
|
dependencies = [
|
|
"gimli 0.32.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler2"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
[[package]]
|
|
name = "aead"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher 0.4.4",
|
|
"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 0.4.4",
|
|
"ctr",
|
|
"ghash",
|
|
"subtle 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
dependencies = [
|
|
"getrandom 0.2.16",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"getrandom 0.3.4",
|
|
"once_cell",
|
|
"version_check",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "allocator-api2"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
[[package]]
|
|
name = "alloy-consensus"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3dcd2b4e208ce5477de90ccdcbd4bde2c8fb06af49a443974e92bb8f2c5e93f"
|
|
dependencies = [
|
|
"alloy-eips",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"alloy-trie",
|
|
"alloy-tx-macros",
|
|
"auto_impl",
|
|
"borsh",
|
|
"c-kzg",
|
|
"derive_more 2.1.1",
|
|
"either",
|
|
"k256",
|
|
"once_cell",
|
|
"rand 0.8.5",
|
|
"secp256k1 0.30.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_with",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-core"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d4087016b0896051dd3d03e0bedda2f4d4d1689af8addc8450288c63a9e5f68"
|
|
dependencies = [
|
|
"alloy-dyn-abi",
|
|
"alloy-json-abi",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-sol-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-dyn-abi"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "369f5707b958927176265e8a58627fc6195e5dfa5c55689396e68b241b3a72e6"
|
|
dependencies = [
|
|
"alloy-json-abi",
|
|
"alloy-primitives",
|
|
"alloy-sol-type-parser",
|
|
"alloy-sol-types",
|
|
"itoa",
|
|
"serde",
|
|
"serde_json",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip2124"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"crc",
|
|
"serde",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip2930"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"borsh",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eip7702"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"borsh",
|
|
"k256",
|
|
"serde",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-eips"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6847d641141b92a1557094aa6c236cbe49c06fb24144d4a21fe6acb970c15888"
|
|
dependencies = [
|
|
"alloy-eip2124",
|
|
"alloy-eip2930",
|
|
"alloy-eip7702",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"alloy-serde",
|
|
"auto_impl",
|
|
"borsh",
|
|
"c-kzg",
|
|
"derive_more 2.1.1",
|
|
"either",
|
|
"serde",
|
|
"serde_with",
|
|
"sha2 0.10.9",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-json-abi"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84e3cf01219c966f95a460c95f1d4c30e12f6c18150c21a30b768af2a2a29142"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-sol-type-parser",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-primitives"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6a0fb18dd5fb43ec5f0f6a20be1ce0287c79825827de5744afaa6c957737c33"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"bytes",
|
|
"cfg-if",
|
|
"const-hex",
|
|
"derive_more 2.1.1",
|
|
"foldhash 0.2.0",
|
|
"hashbrown 0.16.1",
|
|
"indexmap 2.12.1",
|
|
"itoa",
|
|
"k256",
|
|
"keccak-asm",
|
|
"paste",
|
|
"proptest",
|
|
"rand 0.9.2",
|
|
"rapidhash",
|
|
"ruint",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"sha3",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rlp"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4"
|
|
dependencies = [
|
|
"alloy-rlp-derive",
|
|
"arrayvec 0.7.6",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-rlp-derive"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-serde"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "067b718d2e6ac1bb889341fcc7a250cfa49bcd3ba4f23923f1c1eb1f2b10cb7c"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09eb18ce0df92b4277291bbaa0ed70545d78b02948df756bbd3d6214bf39a218"
|
|
dependencies = [
|
|
"alloy-sol-macro-expander",
|
|
"alloy-sol-macro-input",
|
|
"proc-macro-error2",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro-expander"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95d9fa2daf21f59aa546d549943f10b5cce1ae59986774019fbedae834ffe01b"
|
|
dependencies = [
|
|
"alloy-sol-macro-input",
|
|
"const-hex",
|
|
"heck 0.5.0",
|
|
"indexmap 2.12.1",
|
|
"proc-macro-error2",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"syn-solidity",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-macro-input"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9396007fe69c26ee118a19f4dee1f5d1d6be186ea75b3881adf16d87f8444686"
|
|
dependencies = [
|
|
"const-hex",
|
|
"dunce",
|
|
"heck 0.5.0",
|
|
"macro-string",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"syn-solidity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-type-parser"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af67a0b0dcebe14244fc92002cd8d96ecbf65db4639d479f5fcd5805755a4c27"
|
|
dependencies = [
|
|
"serde",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-sol-types"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09aeea64f09a7483bdcd4193634c7e5cf9fd7775ee767585270cd8ce2d69dc95"
|
|
dependencies = [
|
|
"alloy-json-abi",
|
|
"alloy-primitives",
|
|
"alloy-sol-macro",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-trie"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b77b56af09ead281337d06b1d036c88e2dc8a2e45da512a532476dbee94912b"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"arrayvec 0.7.6",
|
|
"derive_more 2.1.1",
|
|
"nybbles",
|
|
"serde",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alloy-tx-macros"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04950a13cc4209d8e9b78f306e87782466bad8538c94324702d061ff03e211c9"
|
|
dependencies = [
|
|
"darling 0.21.3",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "always-assert"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"
|
|
|
|
[[package]]
|
|
name = "android_system_properties"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anes"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
[[package]]
|
|
name = "anstream"
|
|
version = "0.6.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-query",
|
|
"anstyle-wincon",
|
|
"colorchoice",
|
|
"is_terminal_polyfill",
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
version = "3.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
dependencies = [
|
|
"anstyle",
|
|
"once_cell_polyfill",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.100"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aquamarine"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"
|
|
dependencies = [
|
|
"include_dir",
|
|
"itertools 0.10.5",
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arbitrary"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
|
dependencies = [
|
|
"derive_arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-377"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f"
|
|
dependencies = [
|
|
"ark-ec 0.4.2",
|
|
"ark-ff 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-377"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfedac3173d12820a5e0d6cd4de31b49719a74f4a41dc09b6652d0276a3b2cd4"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-377-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e47f3bb6e4ef3c0edb795769fc11469767ce807ed1ccdc979ab101aea2dbf4b5"
|
|
dependencies = [
|
|
"ark-bls12-377 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-models-ext",
|
|
"ark-std 0.5.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 0.4.2",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-381"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bls12-381-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f1dbb23366825700828d373d5fc9c07b7f92253ffed47ab455003b7590d786d"
|
|
dependencies = [
|
|
"ark-bls12-381 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-models-ext",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bn254"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-r1cs-std",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bw6-761"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1cc9cae367e0c3c0b52e3ef13371122752654f45d0212ec7306fb0c1c012cd98"
|
|
dependencies = [
|
|
"ark-bls12-377 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-bw6-761-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6e1216f968e21c72fdaba53dbc9e547a8a60cc87b1dc74ac589727e906f9297"
|
|
dependencies = [
|
|
"ark-bw6-761",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-models-ext",
|
|
"ark-std 0.5.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 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
"hashbrown 0.13.2",
|
|
"itertools 0.10.5",
|
|
"num-traits",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ec"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"educe",
|
|
"fnv",
|
|
"hashbrown 0.15.5",
|
|
"itertools 0.13.0",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rayon",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-377"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebbf817b2db27d2787009b2ff76304a5b90b4b01bb16aa8351701fd40f5f37b2"
|
|
dependencies = [
|
|
"ark-bls12-377 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-377-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05093aa26f017411708e1271047852cc5f58686336f1f1a56fb2df747c3e173a"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ed-on-bls12-377",
|
|
"ark-ff 0.5.0",
|
|
"ark-models-ext",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-381-bandersnatch"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1786b2e3832f6f0f7c8d62d5d5a282f6952a1ab99981c54cd52b6ac1d8f02df5"
|
|
dependencies = [
|
|
"ark-bls12-381 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ed-on-bls12-381-bandersnatch-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e6dce0c47def6f25cf01022acded4f32732f577187dfcd1268510093ef16ea6"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ed-on-bls12-381-bandersnatch",
|
|
"ark-ff 0.5.0",
|
|
"ark-models-ext",
|
|
"ark-std 0.5.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6"
|
|
dependencies = [
|
|
"ark-ff-asm 0.3.0",
|
|
"ark-ff-macros 0.3.0",
|
|
"ark-serialize 0.3.0",
|
|
"ark-std 0.3.0",
|
|
"derivative",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"rustc_version 0.3.3",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
|
dependencies = [
|
|
"ark-ff-asm 0.4.2",
|
|
"ark-ff-macros 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"derivative",
|
|
"digest 0.10.7",
|
|
"itertools 0.10.5",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"rustc_version 0.4.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70"
|
|
dependencies = [
|
|
"ark-ff-asm 0.5.0",
|
|
"ark-ff-macros 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"arrayvec 0.7.6",
|
|
"digest 0.10.7",
|
|
"educe",
|
|
"itertools 0.13.0",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"paste",
|
|
"rayon",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-asm"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44"
|
|
dependencies = [
|
|
"quote 1.0.42",
|
|
"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 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-asm"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60"
|
|
dependencies = [
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.42",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-ff-macros"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-models-ext"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff772c552d00e9c092eab0608632342c553abbf6bca984008b55100a9a78a3a6"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.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-poly"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"educe",
|
|
"fnv",
|
|
"hashbrown 0.15.5",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-r1cs-std"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "941551ef1df4c7a401de7068758db6503598e6f01850bdb2cfdb614a1f9dbea1"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-relations",
|
|
"ark-std 0.5.0",
|
|
"educe",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-relations"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec46ddc93e7af44bcab5230937635b06fb5744464dd6a7e7b083e80ebd274384"
|
|
dependencies = [
|
|
"ark-ff 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"tracing",
|
|
"tracing-subscriber 0.2.25",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-scale"
|
|
version = "0.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "985c81a9c7b23a72f62b7b20686d5326d2a9956806f37de9ee35cb1238faf0c0"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671"
|
|
dependencies = [
|
|
"ark-std 0.3.0",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
|
dependencies = [
|
|
"ark-serialize-derive 0.4.2",
|
|
"ark-std 0.4.0",
|
|
"digest 0.10.7",
|
|
"num-bigint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7"
|
|
dependencies = [
|
|
"ark-serialize-derive 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"arrayvec 0.7.6",
|
|
"digest 0.10.7",
|
|
"num-bigint",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize-derive"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-serialize-derive"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-std"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-transcript"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47c1c928edb9d8ff24cb5dcb7651d3a98494fff3099eee95c2404cd813a9139f"
|
|
dependencies = [
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"digest 0.10.7",
|
|
"rand_core 0.6.4",
|
|
"sha3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ark-vrf"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d63e9780640021b74d02b32895d8cec1b4abe8e5547b560a6bda6b14b78c6da"
|
|
dependencies = [
|
|
"ark-bls12-381 0.5.0",
|
|
"ark-ec 0.5.0",
|
|
"ark-ed-on-bls12-381-bandersnatch",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"digest 0.10.7",
|
|
"rand_chacha 0.3.1",
|
|
"rayon",
|
|
"sha2 0.10.9",
|
|
"w3f-ring-proof",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "array-bytes"
|
|
version = "6.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "array-bytes"
|
|
version = "9.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927"
|
|
dependencies = [
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
dependencies = [
|
|
"nodrop",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
|
|
dependencies = [
|
|
"asn1-rs-derive",
|
|
"asn1-rs-impl",
|
|
"displaydoc",
|
|
"nom 7.1.3",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
"thiserror 2.0.17",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs-derive"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"synstructure 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asn1-rs-impl"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assert_cmd"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85"
|
|
dependencies = [
|
|
"anstyle",
|
|
"bstr",
|
|
"libc",
|
|
"predicates",
|
|
"predicates-core",
|
|
"predicates-tree",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assert_matches"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
[[package]]
|
|
name = "asset-hub-pezkuwichain-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-pezkuwichain-runtime",
|
|
"emulated-integration-tests-common",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezkuwichain-emulated-chain",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-hub-pezkuwichain-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"asset-test-pezutils",
|
|
"emulated-integration-tests-common",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezkuwichain-system-emulated-network",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-hub-pezkuwichain-runtime"
|
|
version = "0.11.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezbp-asset-hub-zagros",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-conversion-ops",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-assets",
|
|
"pezpallet-assets-freezer",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-bounties",
|
|
"pezpallet-child-bounties",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-election-provider-multi-block",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nft-fractionalization",
|
|
"pezpallet-nfts",
|
|
"pezpallet-nis",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-pez-treasury",
|
|
"pezpallet-presale",
|
|
"pezpallet-proxy",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-runtime-api",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-token-wrapper",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-uniques",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezsp-weights",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-hub-zagros-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"zagros-emulated-chain",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-hub-zagros-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"asset-test-pezutils",
|
|
"emulated-integration-tests-common",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-common",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-treasury",
|
|
"pezpallet-xcm",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-system-emulated-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-hub-zagros-runtime"
|
|
version = "0.15.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"asset-test-pezutils",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezbp-asset-hub-zagros",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-ah-ops",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-conversion-ops",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-assets",
|
|
"pezpallet-assets-freezer",
|
|
"pezpallet-assets-precompiles",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-election-provider-multi-block",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-indices",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nft-fractionalization",
|
|
"pezpallet-nfts",
|
|
"pezpallet-nfts-runtime-api",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-referenda",
|
|
"pezpallet-revive",
|
|
"pezpallet-revive-fixtures",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-runtime-api",
|
|
"pezpallet-state-trie-migration",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-uniques",
|
|
"pezpallet-utility",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezpallet-xcm-precompiles",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-system-frontend",
|
|
"pezsnowbridge-runtime-common",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asset-test-pezutils"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-attributes"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
dependencies = [
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener 2.5.3",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener-strategy",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
version = "1.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
|
dependencies = [
|
|
"async-task",
|
|
"concurrent-queue",
|
|
"fastrand 2.3.0",
|
|
"futures-lite 2.6.1",
|
|
"pin-project-lite",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-fs"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
|
|
dependencies = [
|
|
"async-lock",
|
|
"blocking",
|
|
"futures-lite 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-global-executor"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
|
dependencies = [
|
|
"async-channel 2.5.0",
|
|
"async-executor",
|
|
"async-io",
|
|
"async-lock",
|
|
"blocking",
|
|
"futures-lite 2.6.1",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"futures-io",
|
|
"futures-lite 2.6.1",
|
|
"parking",
|
|
"polling 3.11.0",
|
|
"rustix 1.1.3",
|
|
"slab",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-lock"
|
|
version = "3.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
|
|
dependencies = [
|
|
"event-listener 5.4.1",
|
|
"event-listener-strategy",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-net"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
|
|
dependencies = [
|
|
"async-io",
|
|
"blocking",
|
|
"futures-lite 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
|
|
dependencies = [
|
|
"async-channel 2.5.0",
|
|
"async-io",
|
|
"async-lock",
|
|
"async-signal",
|
|
"async-task",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener 5.4.1",
|
|
"futures-lite 2.6.1",
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-signal"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
|
|
dependencies = [
|
|
"async-io",
|
|
"async-lock",
|
|
"atomic-waker",
|
|
"cfg-if",
|
|
"futures-core",
|
|
"futures-io",
|
|
"rustix 1.1.3",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-std"
|
|
version = "1.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
|
|
dependencies = [
|
|
"async-attributes",
|
|
"async-channel 1.9.0",
|
|
"async-global-executor",
|
|
"async-io",
|
|
"async-lock",
|
|
"crossbeam-utils",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-lite 2.6.1",
|
|
"gloo-timers 0.3.0",
|
|
"kv-log-macro",
|
|
"log",
|
|
"memchr",
|
|
"once_cell",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
dependencies = [
|
|
"async-stream-impl",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream-impl"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.89"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asynchronous-codec"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asynchronous-codec"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atoi"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-take"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
[[package]]
|
|
name = "attohttpc"
|
|
version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"http 1.4.0",
|
|
"log",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aurora-engine-modexp"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "518bc5745a6264b5fd7b09dffb9667e400ee9e2bbe18555fac75e1fe9afa0df9"
|
|
dependencies = [
|
|
"hex",
|
|
"num",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auto_impl"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
[[package]]
|
|
name = "average"
|
|
version = "0.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a237a6822e1c3c98e700b6db5b293eb341b7524dcb8d227941245702b7431dc"
|
|
dependencies = [
|
|
"easy-cast",
|
|
"float-ord",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "az"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
|
|
|
|
[[package]]
|
|
name = "backoff"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
dependencies = [
|
|
"getrandom 0.2.16",
|
|
"instant",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.76"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object 0.37.3",
|
|
"rustc-demangle",
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base-x"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
[[package]]
|
|
name = "base16ct"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
[[package]]
|
|
name = "base256emoji"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
|
|
dependencies = [
|
|
"const-str",
|
|
"match-lookup",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base58"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.21.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
[[package]]
|
|
name = "base64ct"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.72.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"itertools 0.13.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"regex",
|
|
"rustc-hash 2.1.1",
|
|
"shlex",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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.9",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bip39"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
|
|
dependencies = [
|
|
"bitcoin_hashes",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"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-io"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953"
|
|
|
|
[[package]]
|
|
name = "bitcoin_hashes"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b"
|
|
dependencies = [
|
|
"bitcoin-io",
|
|
"hex-conservative",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[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 = "bizinikiwi-bip39"
|
|
version = "0.4.7"
|
|
dependencies = [
|
|
"bip39",
|
|
"hmac 0.12.1",
|
|
"pbkdf2",
|
|
"rustc-hex",
|
|
"schnorrkel 0.11.5",
|
|
"sha2 0.10.9",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-bn"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2db2e548eb69564b147e3e42301cf63d2375eb9b05f50cc99db14fc2dde6cdf"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crunchy",
|
|
"lazy_static",
|
|
"rand 0.8.5",
|
|
"rustc-hex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-build-script-utils"
|
|
version = "11.0.0"
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-cli-test-utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"bizinikiwi-rpc-client",
|
|
"futures",
|
|
"nix 0.29.0",
|
|
"pez-node-primitives",
|
|
"pezsc-cli",
|
|
"pezsc-service",
|
|
"pezsp-rpc",
|
|
"pezstaging-node-cli",
|
|
"regex",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-frame-rpc-support"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsc-rpc-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-storage",
|
|
"scale-info",
|
|
"serde",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-frame-rpc-system"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"docify",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezsc-rpc-api",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-prometheus-endpoint"
|
|
version = "0.17.0"
|
|
dependencies = [
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"log",
|
|
"prometheus",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-relay-helper"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-std",
|
|
"async-trait",
|
|
"clap",
|
|
"futures",
|
|
"hex",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"pez-equivocation-detector",
|
|
"pez-finality-relay",
|
|
"pez-messages-relay",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-teyrchains",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-grandpa",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
"rbtag",
|
|
"relay-bizinikiwi-client",
|
|
"relay-utils",
|
|
"scale-info",
|
|
"strum 0.26.3",
|
|
"teyrchains-relay",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-rpc-client"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"jsonrpsee",
|
|
"log",
|
|
"pezsc-rpc-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-state-trie-migration-rpc"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-rpc-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
"serde",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-test-client"
|
|
version = "2.0.1"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-trait",
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-executor",
|
|
"pezsc-service",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-test-runtime"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bizinikiwi-wasm-builder",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-utility",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-debug-derive",
|
|
"pezsp-externalities",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pretty_assertions",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-test-runtime-client"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-client",
|
|
"bizinikiwi-test-runtime",
|
|
"futures",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-test-runtime-transaction-pool"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-runtime",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-test-utils"
|
|
version = "4.0.0-dev"
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-txtesttool"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"average",
|
|
"chrono",
|
|
"clap",
|
|
"clap_derive",
|
|
"ctrlc",
|
|
"futures",
|
|
"futures-util",
|
|
"hex",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-core",
|
|
"pezkuwi-subxt-rpcs",
|
|
"pezkuwi-subxt-signer",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"termplot",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bizinikiwi-wasm-builder"
|
|
version = "17.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"build-helper",
|
|
"cargo_metadata",
|
|
"console",
|
|
"filetime",
|
|
"frame-metadata",
|
|
"jobserver",
|
|
"merkleized-metadata",
|
|
"parity-scale-codec",
|
|
"parity-wasm",
|
|
"pezsc-executor",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"polkavm-linker 0.26.0",
|
|
"shlex",
|
|
"strum 0.26.3",
|
|
"tempfile",
|
|
"toml 0.8.23",
|
|
"walkdir",
|
|
"wasm-opt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
|
|
dependencies = [
|
|
"byte-tools",
|
|
"crypto-mac 0.7.0",
|
|
"digest 0.8.1",
|
|
"opaque-debug 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2-rfc"
|
|
version = "0.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
dependencies = [
|
|
"arrayvec 0.4.12",
|
|
"constant_time_eq 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2b_simd"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"constant_time_eq 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2s_simd"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"constant_time_eq 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"cc",
|
|
"cfg-if",
|
|
"constant_time_eq 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block2"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
|
|
dependencies = [
|
|
"objc2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
|
dependencies = [
|
|
"async-channel 2.5.0",
|
|
"async-task",
|
|
"futures-io",
|
|
"futures-lite 2.6.1",
|
|
"piper",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blst"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45"
|
|
dependencies = [
|
|
"cc",
|
|
"glob",
|
|
"threadpool",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"cfg_aliases 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bounded-collections"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bounded-collections"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dee8eddd066a8825ec5570528e6880471210fd5d88cb6abbe1cfdd51ca249c33"
|
|
dependencies = [
|
|
"jam-codec",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"schemars 1.1.0",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bounded-vec"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"
|
|
dependencies = [
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
dependencies = [
|
|
"sha2 0.10.9",
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "1.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
dependencies = [
|
|
"memchr",
|
|
"regex-automata",
|
|
"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.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byte-slice-cast"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
|
|
|
|
[[package]]
|
|
name = "byte-tools"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bzip2-sys"
|
|
version = "0.1.13+1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "c-kzg"
|
|
version = "2.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e00bf4b112b07b505472dbefd19e37e53307e2bfed5a79e0cc161d58ccd0e687"
|
|
dependencies = [
|
|
"blst",
|
|
"cc",
|
|
"glob",
|
|
"hex",
|
|
"libc",
|
|
"once_cell",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "c2-chacha"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80"
|
|
dependencies = [
|
|
"cipher 0.2.5",
|
|
"ppv-lite86",
|
|
]
|
|
|
|
[[package]]
|
|
name = "camino"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo-platform"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.15.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
|
dependencies = [
|
|
"camino",
|
|
"cargo-platform",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
[[package]]
|
|
name = "castaway"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
|
|
dependencies = [
|
|
"find-msvc-tools",
|
|
"jobserver",
|
|
"libc",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cesu8"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
dependencies = [
|
|
"nom 7.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-expr"
|
|
version = "0.15.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
[[package]]
|
|
name = "cfg_aliases"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
[[package]]
|
|
name = "cfg_aliases"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
[[package]]
|
|
name = "chacha"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
|
|
dependencies = [
|
|
"byteorder",
|
|
"keystream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chacha20"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher 0.4.4",
|
|
"cpufeatures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chacha20poly1305"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
|
dependencies = [
|
|
"aead",
|
|
"chacha20",
|
|
"cipher 0.4.4",
|
|
"poly1305",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
dependencies = [
|
|
"iana-time-zone",
|
|
"js-sys",
|
|
"num-traits",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
"windows-link",
|
|
]
|
|
|
|
[[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 = "cid"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143"
|
|
dependencies = [
|
|
"core2",
|
|
"multibase",
|
|
"multihash 0.17.0",
|
|
"serde",
|
|
"unsigned-varint 0.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cid"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
|
|
dependencies = [
|
|
"core2",
|
|
"multibase",
|
|
"multihash 0.19.3",
|
|
"unsigned-varint 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[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 = "clang-sys"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "4.5.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
version = "4.5.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"clap_lex",
|
|
"strsim",
|
|
"terminal_size",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_complete"
|
|
version = "4.5.62"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "004eef6b14ce34759aa7de4aea3217e368f463f46a3ed3764ca4b5a4404003b4"
|
|
dependencies = [
|
|
"clap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "4.5.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|
|
|
[[package]]
|
|
name = "cmd_lib"
|
|
version = "1.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1af0f9b65935ff457da75535a6b6ff117ac858f03f71191188b3b696f90aec5a"
|
|
dependencies = [
|
|
"cmd_lib_macros",
|
|
"env_logger 0.10.2",
|
|
"faccess",
|
|
"lazy_static",
|
|
"log",
|
|
"os_pipe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmd_lib_macros"
|
|
version = "1.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e69eee115667ccda8b9ed7010bcf13356ad45269fc92aa78534890b42809a64"
|
|
dependencies = [
|
|
"proc-macro-error2",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coarsetime"
|
|
version = "0.1.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4"
|
|
dependencies = [
|
|
"libc",
|
|
"wasix",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cobs"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
|
|
dependencies = [
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "codespan-reporting"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
|
|
dependencies = [
|
|
"serde",
|
|
"termcolor",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collectives-zagros-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"collectives-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collectives-zagros-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"collectives-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezframe-support",
|
|
"pezkuwi-runtime-common",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"zagros-runtime-constants",
|
|
"zagros-system-emulated-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "collectives-zagros-runtime"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-alliance",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-collective",
|
|
"pezpallet-collective-content",
|
|
"pezpallet-core-fellowship",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-ranked-collective",
|
|
"pezpallet-referenda",
|
|
"pezpallet-salary",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-state-trie-migration",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color-eyre"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d"
|
|
dependencies = [
|
|
"backtrace",
|
|
"eyre",
|
|
"indenter",
|
|
"once_cell",
|
|
"owo-colors",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color-print"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4"
|
|
dependencies = [
|
|
"color-print-proc-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color-print-proc-macro"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22"
|
|
dependencies = [
|
|
"nom 7.1.3",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "colorchoice"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
[[package]]
|
|
name = "colored"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "4.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
dependencies = [
|
|
"bytes",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "comfy-table"
|
|
version = "7.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "common-path"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"unicode-width",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-crypto"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c06f1eb05f06cf2e380fdded278fbf056a38974299d77960555a311dcf91a52"
|
|
dependencies = [
|
|
"keccak-const",
|
|
"sha2-const-stable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-hex"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"proptest",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
dependencies = [
|
|
"const-random-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random-macro"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
dependencies = [
|
|
"getrandom 0.2.16",
|
|
"once_cell",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-str"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
|
|
|
|
[[package]]
|
|
name = "const_format"
|
|
version = "0.2.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
|
|
dependencies = [
|
|
"const_format_proc_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_format_proc_macros"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"unicode-xid 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
[[package]]
|
|
name = "core2"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-pezkuwichain-emulated-chain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"coretime-pezkuwichain-runtime",
|
|
"emulated-integration-tests-common",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-pezkuwichain-integration-tests"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-support",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezkuwichain-system-emulated-network",
|
|
"pezpallet-broker",
|
|
"pezpallet-message-queue",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-pezkuwichain-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-broker",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-proxy",
|
|
"pezpallet-session",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-zagros-emulated-chain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"coretime-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-zagros-integration-tests"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-support",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezpallet-broker",
|
|
"pezpallet-message-queue",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"zagros-runtime-constants",
|
|
"zagros-system-emulated-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coretime-zagros-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-broker",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-proxy",
|
|
"pezpallet-session",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpp_demangle"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpu-time"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-assembler-x64"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b27381757f9295b67e558f4c64a83bfe7c6e82daad1ba4f8a948482c5de56ee9"
|
|
dependencies = [
|
|
"cranelift-assembler-x64-meta",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-assembler-x64-meta"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e2ef32a4dbf1b380632a889995156080ecc0f1e07ac8eaa3f6325e4bd14ad8a"
|
|
dependencies = [
|
|
"cranelift-srcgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b71c01a8007dd54330c8d73edeb82a8fc1a7143884af2f319e97340e290939b"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bitset"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19fef6b39515a0ecfbb9954ab3d2d6740a459a11bef3d0536ef48460e6f6deb5"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2060d8c75772e5208a9d3b766d9eb975bfc18ac459b75a0a2b2a72769a2f6da6"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"cranelift-assembler-x64",
|
|
"cranelift-bforest",
|
|
"cranelift-bitset",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-control",
|
|
"cranelift-entity",
|
|
"cranelift-isle",
|
|
"gimli 0.32.3",
|
|
"hashbrown 0.15.5",
|
|
"log",
|
|
"pulley-interpreter",
|
|
"regalloc2 0.13.3",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"wasmtime-internal-math",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "887e3ab41a8a75cb6b68c5fc686158b6083f1ad49cf52f2da7538fba17ff0be6"
|
|
dependencies = [
|
|
"cranelift-assembler-x64-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-srcgen",
|
|
"heck 0.5.0",
|
|
"pulley-interpreter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85b187cbec77058579b47e8f75b1ce430b0d110df9c38d0fee2f8bd9801fd673"
|
|
|
|
[[package]]
|
|
name = "cranelift-control"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b421ad1fefa33a1bb278d761d8ad7d49e17b7089f652fc2a1536435c75ff8def"
|
|
dependencies = [
|
|
"arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46e3a650a696c3f4c93bb869e7d219ba3abf6e247164aaf7f12dc918a1d52772"
|
|
dependencies = [
|
|
"cranelift-bitset",
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38d48f516c004656a85747f6f8ccf6e23d8ec0a0a6dcf75ec85d6f2fa7e12c91"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-isle"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ce7761455ec4977010db897e9ad925200f08e435b9fa17575bd269ba174f33b"
|
|
|
|
[[package]]
|
|
name = "cranelift-native"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42be1df38c4db6e19ba19d5ab8e65950c2865da0ad9e972a99ef224f1f77b8af"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"libc",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-srcgen"
|
|
version = "0.124.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fee765d14f3f91dcba44c0e4b0eaece5f89024539b620af15a6aeec485b1170"
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
|
|
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.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
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",
|
|
"futures",
|
|
"is-terminal",
|
|
"itertools 0.10.5",
|
|
"num-traits",
|
|
"once_cell",
|
|
"oorandom",
|
|
"plotters",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tinytemplate",
|
|
"tokio",
|
|
"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 = "critical-section"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
[[package]]
|
|
name = "crypto-bigint"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
"rand_core 0.6.4",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
"rand_core 0.6.4",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
dependencies = [
|
|
"generic-array 0.12.4",
|
|
"subtle 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
"subtle 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto_secretbox"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
|
|
dependencies = [
|
|
"aead",
|
|
"cipher 0.4.4",
|
|
"generic-array 0.14.7",
|
|
"poly1305",
|
|
"salsa20",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
dependencies = [
|
|
"cipher 0.4.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790"
|
|
dependencies = [
|
|
"dispatch2",
|
|
"nix 0.30.1",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl"
|
|
version = "0.4.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
|
|
dependencies = [
|
|
"curl-sys",
|
|
"libc",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"socket2 0.6.1",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl-sys"
|
|
version = "0.4.84+curl-8.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libnghttp2-sys",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[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",
|
|
"serde",
|
|
"subtle 2.6.1",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek-ng"
|
|
version = "4.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
|
|
dependencies = [
|
|
"byteorder",
|
|
"digest 0.9.0",
|
|
"rand_core 0.6.4",
|
|
"subtle-ng",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx"
|
|
version = "1.0.192"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbda285ba6e5866529faf76352bdf73801d9b44a6308d7cd58ca2379f378e994"
|
|
dependencies = [
|
|
"cc",
|
|
"cxx-build",
|
|
"cxxbridge-cmd",
|
|
"cxxbridge-flags",
|
|
"cxxbridge-macro",
|
|
"foldhash 0.2.0",
|
|
"link-cplusplus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx-build"
|
|
version = "1.0.192"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af9efde466c5d532d57efd92f861da3bdb7f61e369128ce8b4c3fe0c9de4fa4d"
|
|
dependencies = [
|
|
"cc",
|
|
"codespan-reporting",
|
|
"indexmap 2.12.1",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"scratch",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-cmd"
|
|
version = "1.0.192"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3efb93799095bccd4f763ca07997dc39a69e5e61ab52d2c407d4988d21ce144d"
|
|
dependencies = [
|
|
"clap",
|
|
"codespan-reporting",
|
|
"indexmap 2.12.1",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.192"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3092010228026e143b32a4463ed9fa8f86dca266af4bf5f3b2a26e113dbe4e45"
|
|
|
|
[[package]]
|
|
name = "cxxbridge-macro"
|
|
version = "1.0.192"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31d72ebfcd351ae404fb00ff378dfc9571827a00722c9e735c9181aec320ba0a"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
dependencies = [
|
|
"darling_core 0.20.11",
|
|
"darling_macro 0.20.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
|
dependencies = [
|
|
"darling_core 0.21.3",
|
|
"darling_macro 0.21.3",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"strsim",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"serde",
|
|
"strsim",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.20.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
dependencies = [
|
|
"darling_core 0.20.11",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
|
dependencies = [
|
|
"darling_core 0.21.3",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dashmap"
|
|
version = "5.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"hashbrown 0.14.5",
|
|
"lock_api",
|
|
"once_cell",
|
|
"parking_lot_core 0.9.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
|
|
|
[[package]]
|
|
name = "data-encoding-macro"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
|
|
dependencies = [
|
|
"data-encoding",
|
|
"data-encoding-macro-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding-macro-internal"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
|
|
dependencies = [
|
|
"data-encoding",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debugid"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
dependencies = [
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
dependencies = [
|
|
"const-oid",
|
|
"pem-rfc7468",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der-parser"
|
|
version = "10.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"displaydoc",
|
|
"nom 7.1.3",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
|
dependencies = [
|
|
"powerfmt",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-where"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_arbitrary"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
|
|
dependencies = [
|
|
"convert_case 0.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"rustc_version 0.4.1",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
dependencies = [
|
|
"derive_more-impl 2.1.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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more-impl"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
dependencies = [
|
|
"convert_case 0.10.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"rustc_version 0.4.1",
|
|
"syn 2.0.111",
|
|
"unicode-xid 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
[[package]]
|
|
name = "difflib"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
dependencies = [
|
|
"generic-array 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "directories"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
|
dependencies = [
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[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 = "dispatch2"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"block2",
|
|
"libc",
|
|
"objc2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "displaydoc"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dissimilar"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921"
|
|
|
|
[[package]]
|
|
name = "dlmalloc"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6738d2e996274e499bc7b0d693c858b7720b9cd2543a0643a3087e6cb0a4fa16"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"regex",
|
|
"syn 2.0.111",
|
|
"termcolor",
|
|
"toml 0.8.23",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dotenvy"
|
|
version = "0.15.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
[[package]]
|
|
name = "downcast"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
|
|
[[package]]
|
|
name = "drawille"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845"
|
|
dependencies = [
|
|
"colored",
|
|
"fnv",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dtoa"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dyn-clone"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
|
[[package]]
|
|
name = "easy-cast"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23f40539c229fc2e4674bdecdf24bfcc2cb83631ca911c78a035fa9f2381c32b"
|
|
dependencies = [
|
|
"libm",
|
|
]
|
|
|
|
[[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",
|
|
"serde",
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"sha2 0.10.9",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-zebra"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0017d969298eec91e3db7a2985a8cab4df6341d86e6f3a6f5878b13fb7846bc9"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"hashbrown 0.15.5",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"sha2 0.10.9",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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 0.14.7",
|
|
"group",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"sec1",
|
|
"serdect",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
|
|
|
|
[[package]]
|
|
name = "emulated-integration-tests-common"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezbp-messages",
|
|
"pezbp-xcm-bridge-hub",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-bridge-hub",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"xcm-pez-emulator",
|
|
"xcm-pez-simulator",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-as-inner"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-display"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24"
|
|
dependencies = [
|
|
"enum-display-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-display-macro"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94"
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
|
|
dependencies = [
|
|
"enum-ordinalize-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize-derive"
|
|
version = "4.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2"
|
|
version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
|
dependencies = [
|
|
"enumflags2_derive",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2_derive"
|
|
version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumn"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_filter"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
|
|
dependencies = [
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
dependencies = [
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[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 = [
|
|
"anstream",
|
|
"anstyle",
|
|
"env_filter",
|
|
"jiff",
|
|
"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 = "erased-serde"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
"typeid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "etcetera"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"home",
|
|
"windows-sys 0.48.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 = "event-listener"
|
|
version = "2.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "5.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener-strategy"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
dependencies = [
|
|
"event-listener 5.4.1",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "exit-future"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
|
|
dependencies = [
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expander"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2"
|
|
dependencies = [
|
|
"blake2 0.10.6",
|
|
"file-guard",
|
|
"fs-err",
|
|
"prettyplease",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "eyre"
|
|
version = "0.6.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
|
dependencies = [
|
|
"indenter",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "faccess"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
|
[[package]]
|
|
name = "fancy-regex"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
|
|
dependencies = [
|
|
"bit-set",
|
|
"regex-automata",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
[[package]]
|
|
name = "fastrlp"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"auto_impl",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrlp"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"auto_impl",
|
|
"bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fatality"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019"
|
|
dependencies = [
|
|
"fatality-proc-macro",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fatality-proc-macro"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303"
|
|
dependencies = [
|
|
"expander",
|
|
"indexmap 2.12.1",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fdlimit"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"
|
|
dependencies = [
|
|
"libc",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "femme"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc04871e5ae3aa2952d552dae6b291b3099723bf779a8054281c1366a54613ef"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[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 = "filetime"
|
|
version = "0.2.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"libredox",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[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 0.12.5",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "find-msvc-tools"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
|
|
|
[[package]]
|
|
name = "findshlibs"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
|
|
dependencies = [
|
|
"cc",
|
|
"lazy_static",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "finito"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95"
|
|
dependencies = [
|
|
"futures-timer",
|
|
"pin-project",
|
|
]
|
|
|
|
[[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 = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "float-ord"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
|
|
|
|
[[package]]
|
|
name = "flume"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
[[package]]
|
|
name = "foldhash"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
|
[[package]]
|
|
name = "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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "forwarded-header-value"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
|
|
dependencies = [
|
|
"nonempty",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fraction"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"num",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fragile"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
|
|
|
|
[[package]]
|
|
name = "frame-decode"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fb3bfa2988ef40247e0e0eecfb171a01ad6f4e399485503aad4c413a5f236f3"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"parity-scale-codec",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-info-legacy",
|
|
"scale-type-resolver",
|
|
"serde_yaml",
|
|
"sp-crypto-hashing",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-election-solution-type-fuzzer"
|
|
version = "2.0.0-alpha.5"
|
|
dependencies = [
|
|
"honggfuzz",
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-solution-type",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezsp-arithmetic",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-metadata"
|
|
version = "23.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ba5be0edbdb824843a0f9c6f0906ecfc66c5316218d74457003218b24909ed0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "frame-storage-access-test-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-err"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs2"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs4"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7"
|
|
dependencies = [
|
|
"rustix 0.38.44",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[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-bounded"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e"
|
|
dependencies = [
|
|
"futures-timer",
|
|
"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-intrusive"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
dependencies = [
|
|
"futures-core",
|
|
"lock_api",
|
|
"parking_lot 0.12.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
dependencies = [
|
|
"fastrand 1.9.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
"memchr",
|
|
"parking",
|
|
"pin-project-lite",
|
|
"waker-fn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
|
dependencies = [
|
|
"fastrand 2.3.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-rustls"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb"
|
|
dependencies = [
|
|
"futures-io",
|
|
"rustls 0.23.35",
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[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"
|
|
dependencies = [
|
|
"gloo-timers 0.2.6",
|
|
"send_wrapper 0.4.0",
|
|
]
|
|
|
|
[[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 = "fxprof-processed-profile"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"debugid",
|
|
"fxhash",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[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 = "gethostname"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"r-efi",
|
|
"wasip2",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[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 0.3.1",
|
|
"polyval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap 2.12.1",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
version = "0.20.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
|
|
[[package]]
|
|
name = "glob-match"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d"
|
|
|
|
[[package]]
|
|
name = "gloo-net"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"gloo-utils",
|
|
"http 1.4.0",
|
|
"js-sys",
|
|
"pin-project",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-timers"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-timers"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-utils"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
|
|
dependencies = [
|
|
"js-sys",
|
|
"serde",
|
|
"serde_json",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutton-zagros-runtime"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezpallet-aura",
|
|
"pezpallet-glutton",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gmp-mpfr-sys"
|
|
version = "1.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60f8970a75c006bb2f8ae79c6768a116dd215fa8346a87aed99bf9d82ca43394"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "governance-zagros-integration-tests"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-zagros-runtime",
|
|
"collectives-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-utility",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"zagros-runtime",
|
|
"zagros-system-emulated-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "governor"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"dashmap",
|
|
"futures",
|
|
"futures-timer",
|
|
"no-std-compat",
|
|
"nonzero_ext",
|
|
"parking_lot 0.12.5",
|
|
"portable-atomic",
|
|
"quanta",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"spinning_top",
|
|
]
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"http 1.4.0",
|
|
"indexmap 2.12.1",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "2.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crunchy",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "handlebars"
|
|
version = "5.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
|
|
dependencies = [
|
|
"log",
|
|
"pest",
|
|
"pest_derive",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hash-db"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"
|
|
|
|
[[package]]
|
|
name = "hash256-std-hasher"
|
|
version = "0.15.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
dependencies = [
|
|
"ahash 0.7.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"allocator-api2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.15.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash 0.1.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"equivalent",
|
|
"foldhash 0.2.0",
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashlink"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashlink"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
dependencies = [
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[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.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-conservative"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-literal"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
|
|
|
[[package]]
|
|
name = "hickory-proto"
|
|
version = "0.25.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
|
|
dependencies = [
|
|
"async-trait",
|
|
"cfg-if",
|
|
"data-encoding",
|
|
"enum-as-inner",
|
|
"futures-channel",
|
|
"futures-io",
|
|
"futures-util",
|
|
"idna",
|
|
"ipnet",
|
|
"once_cell",
|
|
"rand 0.9.2",
|
|
"ring",
|
|
"socket2 0.5.10",
|
|
"thiserror 2.0.17",
|
|
"tinyvec",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hickory-resolver"
|
|
version = "0.25.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"hickory-proto",
|
|
"ipconfig",
|
|
"moka",
|
|
"once_cell",
|
|
"parking_lot 0.12.5",
|
|
"rand 0.9.2",
|
|
"resolv-conf",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[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 0.8.0",
|
|
"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 0.14.7",
|
|
"hmac 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "honggfuzz"
|
|
version = "0.5.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e8319f3cc8fe416e7aa1ab95dcc04fd49f35397a47d0b2f0f225f6dba346a07"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"lazy_static",
|
|
"memmap2 0.9.9",
|
|
"rustc_version 0.4.1",
|
|
"semver 1.0.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
dependencies = [
|
|
"bytes",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
dependencies = [
|
|
"bytes",
|
|
"http 0.2.12",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
dependencies = [
|
|
"bytes",
|
|
"http 1.4.0",
|
|
]
|
|
|
|
[[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 1.4.0",
|
|
"http-body 1.0.1",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-range-header"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
|
|
[[package]]
|
|
name = "humantime-serde"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
|
|
dependencies = [
|
|
"humantime",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"socket2 0.5.10",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"h2",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"smallvec",
|
|
"tokio",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
dependencies = [
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"hyper 0.14.32",
|
|
"log",
|
|
"rustls 0.21.12",
|
|
"rustls-native-certs 0.6.3",
|
|
"tokio",
|
|
"tokio-rustls 0.24.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.27.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
dependencies = [
|
|
"http 1.4.0",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"log",
|
|
"rustls 0.23.35",
|
|
"rustls-native-certs 0.8.2",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tower-service",
|
|
"webpki-roots 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-timeout"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
dependencies = [
|
|
"hyper 0.14.32",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tokio-io-timeout",
|
|
]
|
|
|
|
[[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 1.8.1",
|
|
"hyper-util",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-util"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"hyper 1.8.1",
|
|
"ipnet",
|
|
"libc",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"socket2 0.6.1",
|
|
"system-configuration",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"windows-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.64"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"log",
|
|
"wasm-bindgen",
|
|
"windows-core 0.62.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone-haiku"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_collections"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"potential_utf",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_locale_core"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"litemap",
|
|
"tinystr",
|
|
"writeable",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_normalizer_data",
|
|
"icu_properties",
|
|
"icu_provider",
|
|
"smallvec",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_normalizer_data"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
|
|
[[package]]
|
|
name = "icu_properties"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
dependencies = [
|
|
"icu_collections",
|
|
"icu_locale_core",
|
|
"icu_properties_data",
|
|
"icu_provider",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "icu_properties_data"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
|
|
[[package]]
|
|
name = "icu_provider"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"icu_locale_core",
|
|
"writeable",
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerotrie",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
dependencies = [
|
|
"idna_adapter",
|
|
"smallvec",
|
|
"utf8_iter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna_adapter"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
dependencies = [
|
|
"icu_normalizer",
|
|
"icu_properties",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-addrs"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-watch"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38"
|
|
dependencies = [
|
|
"async-io",
|
|
"core-foundation 0.9.4",
|
|
"fnv",
|
|
"futures",
|
|
"if-addrs",
|
|
"ipnet",
|
|
"log",
|
|
"netlink-packet-core",
|
|
"netlink-packet-route",
|
|
"netlink-proto",
|
|
"netlink-sys",
|
|
"rtnetlink",
|
|
"system-configuration",
|
|
"tokio",
|
|
"windows 0.53.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "igd-next"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97"
|
|
dependencies = [
|
|
"async-trait",
|
|
"attohttpc",
|
|
"bytes",
|
|
"futures",
|
|
"http 1.4.0",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"log",
|
|
"rand 0.9.2",
|
|
"tokio",
|
|
"url",
|
|
"xmltree",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indenter"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
|
|
|
|
[[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.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.16.1",
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap-nostd"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
|
|
|
|
[[package]]
|
|
name = "indicatif"
|
|
version = "0.17.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
|
|
dependencies = [
|
|
"console",
|
|
"number_prefix",
|
|
"portable-atomic",
|
|
"unicode-width",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inout"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
dependencies = [
|
|
"generic-array 0.14.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[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 = "ip_network"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
|
|
|
|
[[package]]
|
|
name = "ipconfig"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
dependencies = [
|
|
"socket2 0.5.10",
|
|
"widestring",
|
|
"windows-sys 0.48.0",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
[[package]]
|
|
name = "iri-string"
|
|
version = "0.7.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
|
|
dependencies = [
|
|
"memchr",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-terminal"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_executable"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
|
|
dependencies = [
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_terminal_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
|
[[package]]
|
|
name = "isahc"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"castaway",
|
|
"crossbeam-utils",
|
|
"curl",
|
|
"curl-sys",
|
|
"encoding_rs",
|
|
"event-listener 2.5.3",
|
|
"futures-lite 1.13.0",
|
|
"http 0.2.12",
|
|
"log",
|
|
"mime",
|
|
"once_cell",
|
|
"polling 2.8.0",
|
|
"slab",
|
|
"sluice",
|
|
"tracing",
|
|
"tracing-futures",
|
|
"url",
|
|
"waker-fn",
|
|
]
|
|
|
|
[[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.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "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.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
|
|
|
|
[[package]]
|
|
name = "ittapi"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ittapi-sys",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ittapi-sys"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jam-codec"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb948eace373d99de60501a02fb17125d30ac632570de20dccc74370cdd611b9"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"bitvec",
|
|
"byte-slice-cast",
|
|
"const_format",
|
|
"impl-trait-for-tuples",
|
|
"jam-codec-derive",
|
|
"rustversion",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jam-codec-derive"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "319af585c4c8a6b5552a52b7787a1ab3e4d59df7614190b1f85b9b842488789d"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jiff"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
|
|
dependencies = [
|
|
"jiff-static",
|
|
"log",
|
|
"portable-atomic",
|
|
"portable-atomic-util",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jiff-static"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
dependencies = [
|
|
"cesu8",
|
|
"cfg-if",
|
|
"combine",
|
|
"jni-sys",
|
|
"log",
|
|
"thiserror 1.0.69",
|
|
"walkdir",
|
|
"windows-sys 0.45.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
|
dependencies = [
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "json-patch"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonpath-rust"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06cc127b7c3d270be504572364f9569761a180b981919dd0d87693a7f5fb7829"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_derive",
|
|
"regex",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonpath_lib"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
|
|
dependencies = [
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e281ae70cc3b98dac15fced3366a880949e65fc66e345ce857a5682d152f3e62"
|
|
dependencies = [
|
|
"jsonrpsee-client-transport",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-http-client",
|
|
"jsonrpsee-proc-macros",
|
|
"jsonrpsee-server",
|
|
"jsonrpsee-types",
|
|
"jsonrpsee-wasm-client",
|
|
"jsonrpsee-ws-client",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-client-transport"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"gloo-net",
|
|
"http 1.4.0",
|
|
"jsonrpsee-core",
|
|
"pin-project",
|
|
"rustls 0.23.35",
|
|
"rustls-pki-types",
|
|
"rustls-platform-verifier",
|
|
"soketto",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tokio-util",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-core"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "348ee569eaed52926b5e740aae20863762b16596476e943c9e415a6479021622"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bytes",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"jsonrpsee-types",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"rustc-hash 2.1.1",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-http-client"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f50c389d6e6a52eb7c3548a6600c90cf74d9b71cb5912209833f00a5479e9a01"
|
|
dependencies = [
|
|
"async-trait",
|
|
"base64 0.22.1",
|
|
"http-body 1.0.1",
|
|
"hyper 1.8.1",
|
|
"hyper-rustls 0.27.7",
|
|
"hyper-util",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
"rustls 0.23.35",
|
|
"rustls-platform-verifier",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tower 0.4.13",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-proc-macros"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7398cddf5013cca4702862a2692b66c48a3bd6cf6ec681a47453c93d63cf8de5"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-server"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21429bcdda37dcf2d43b68621b994adede0e28061f816b038b0f18c70c143d51"
|
|
dependencies = [
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
"pin-project",
|
|
"route-recognizer",
|
|
"serde",
|
|
"serde_json",
|
|
"soketto",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"tower 0.4.13",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-types"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0f05e0028e55b15dbd2107163b3c744cd3bb4474f193f95d9708acbf5677e44"
|
|
dependencies = [
|
|
"http 1.4.0",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-wasm-client"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9d745e4f543fc10fc0e2b11aa1f3be506b1e475d412167e7191a65ecd239f1c"
|
|
dependencies = [
|
|
"jsonrpsee-client-transport",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpsee-ws-client"
|
|
version = "0.24.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78fc744f17e7926d57f478cf9ca6e1ee5d8332bf0514860b1a3cdf1742e614cc"
|
|
dependencies = [
|
|
"http 1.4.0",
|
|
"jsonrpsee-client-transport",
|
|
"jsonrpsee-core",
|
|
"jsonrpsee-types",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "k256"
|
|
version = "0.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"once_cell",
|
|
"serdect",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "k8s-openapi"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bytes",
|
|
"chrono",
|
|
"serde",
|
|
"serde-value",
|
|
"serde_json",
|
|
]
|
|
|
|
[[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-const"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57d8d8ce877200136358e0bbff3a77965875db3af755a11e1fa6b1b3e2df13ea"
|
|
|
|
[[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 = "keccak-hasher"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19ea4653859ca2266a86419d3f592d3f22e7a854b482f99180d2498507902048"
|
|
dependencies = [
|
|
"hash-db",
|
|
"hash256-std-hasher",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keystream"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
|
|
|
|
[[package]]
|
|
name = "kube"
|
|
version = "0.87.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3499c8d60c763246c7a213f51caac1e9033f46026904cb89bc8951ae8601f26e"
|
|
dependencies = [
|
|
"k8s-openapi",
|
|
"kube-client",
|
|
"kube-core",
|
|
"kube-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kube-client"
|
|
version = "0.87.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bytes",
|
|
"chrono",
|
|
"either",
|
|
"futures",
|
|
"home",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"hyper 0.14.32",
|
|
"hyper-rustls 0.24.2",
|
|
"hyper-timeout",
|
|
"jsonpath-rust",
|
|
"k8s-openapi",
|
|
"kube-core",
|
|
"pem",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"rustls 0.21.12",
|
|
"rustls-pemfile",
|
|
"secrecy",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-tungstenite 0.20.1",
|
|
"tokio-util",
|
|
"tower 0.4.13",
|
|
"tower-http 0.4.4",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kube-core"
|
|
version = "0.87.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5bba93d054786eba7994d03ce522f368ef7d48c88a1826faa28478d85fb63ae"
|
|
dependencies = [
|
|
"chrono",
|
|
"form_urlencoded",
|
|
"http 0.2.12",
|
|
"json-patch",
|
|
"k8s-openapi",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kube-runtime"
|
|
version = "0.87.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d8893eb18fbf6bb6c80ef6ee7dd11ec32b1dc3c034c988ac1b3a84d46a230ae"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"async-trait",
|
|
"backoff",
|
|
"derivative",
|
|
"futures",
|
|
"hashbrown 0.14.5",
|
|
"json-patch",
|
|
"k8s-openapi",
|
|
"kube-client",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kv-log-macro"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvdb"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvdb-memorydb"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"
|
|
dependencies = [
|
|
"kvdb",
|
|
"parking_lot 0.12.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvdb-rocksdb"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "739ac938a308a9a8b6772fd1d840fd9c0078f9c74fe294feaf32faae727102cc"
|
|
dependencies = [
|
|
"kvdb",
|
|
"num_cpus",
|
|
"parking_lot 0.12.5",
|
|
"regex",
|
|
"rocksdb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvdb-shared-tests"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64d3b4e3e80c369f1b5364b6acdeba9b8a02285e91a5570f7c0404b7f9024541"
|
|
dependencies = [
|
|
"kvdb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "landlock"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"libc",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
dependencies = [
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "leb128fmt"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.178"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
|
|
|
[[package]]
|
|
name = "libflate"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18"
|
|
dependencies = [
|
|
"adler32",
|
|
"crc32fast",
|
|
"libflate_lz77",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libflate_lz77"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
|
|
dependencies = [
|
|
"rle-decode-fast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libfuzzer-sys"
|
|
version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
version = "0.18.3+1.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
|
|
|
[[package]]
|
|
name = "libnghttp2-sys"
|
|
version = "0.1.11+1.64.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.56.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce71348bf5838e46449ae240631117b487073d5f347c06d434caddcb91dceb5a"
|
|
dependencies = [
|
|
"bytes",
|
|
"either",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.16",
|
|
"libp2p-allow-block-list",
|
|
"libp2p-connection-limits",
|
|
"libp2p-core",
|
|
"libp2p-dns",
|
|
"libp2p-identify",
|
|
"libp2p-identity",
|
|
"libp2p-kad",
|
|
"libp2p-mdns",
|
|
"libp2p-metrics",
|
|
"libp2p-noise",
|
|
"libp2p-ping",
|
|
"libp2p-quic",
|
|
"libp2p-request-response",
|
|
"libp2p-swarm",
|
|
"libp2p-tcp",
|
|
"libp2p-upnp",
|
|
"libp2p-websocket",
|
|
"libp2p-yamux",
|
|
"multiaddr 0.18.2",
|
|
"pin-project",
|
|
"rw-stream-sink",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-allow-block-list"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d16ccf824ee859ca83df301e1c0205270206223fd4b1f2e512a693e1912a8f4a"
|
|
dependencies = [
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-connection-limits"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a18b8b607cf3bfa2f8c57db9c7d8569a315d5cc0a282e6bfd5ebfc0a9840b2a0"
|
|
dependencies = [
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.43.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "249128cd37a2199aff30a7675dffa51caf073b51aa612d2f544b19932b9aebca"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"libp2p-identity",
|
|
"multiaddr 0.18.2",
|
|
"multihash 0.19.3",
|
|
"multistream-select",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"quick-protobuf",
|
|
"rand 0.8.5",
|
|
"rw-stream-sink",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"unsigned-varint 0.8.0",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b770c1c8476736ca98c578cba4b505104ff8e842c2876b528925f9766379f9a"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"hickory-resolver",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"parking_lot 0.12.5",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-identify"
|
|
version = "0.47.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ab792a8b68fdef443a62155b01970c81c3aadab5e659621b063ef252a8e65e8"
|
|
dependencies = [
|
|
"asynchronous-codec 0.7.0",
|
|
"either",
|
|
"futures",
|
|
"futures-bounded",
|
|
"futures-timer",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
"quick-protobuf",
|
|
"quick-protobuf-codec",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-identity"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3"
|
|
dependencies = [
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"hkdf",
|
|
"multihash 0.19.3",
|
|
"quick-protobuf",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.9",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-kad"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13d3fd632a5872ec804d37e7413ceea20588f69d027a0fa3c46f82574f4dee60"
|
|
dependencies = [
|
|
"asynchronous-codec 0.7.0",
|
|
"bytes",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-bounded",
|
|
"futures-timer",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
"quick-protobuf",
|
|
"quick-protobuf-codec",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.9",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"uint 0.10.0",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mdns"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c66872d0f1ffcded2788683f76931be1c52e27f343edb93bc6d0bcd8887be443"
|
|
dependencies = [
|
|
"futures",
|
|
"hickory-proto",
|
|
"if-watch",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"socket2 0.5.10",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "805a555148522cb3414493a5153451910cb1a146c53ffbf4385708349baf62b7"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core",
|
|
"libp2p-identify",
|
|
"libp2p-identity",
|
|
"libp2p-kad",
|
|
"libp2p-ping",
|
|
"libp2p-swarm",
|
|
"pin-project",
|
|
"prometheus-client",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.46.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc73eacbe6462a0eb92a6527cac6e63f02026e5407f8831bde8293f19217bfbf"
|
|
dependencies = [
|
|
"asynchronous-codec 0.7.0",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"multiaddr 0.18.2",
|
|
"multihash 0.19.3",
|
|
"quick-protobuf",
|
|
"rand 0.8.5",
|
|
"snow",
|
|
"static_assertions",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.47.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74bb7fcdfd9fead4144a3859da0b49576f171a8c8c7c0bfc7c541921d25e60d3"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
"rand 0.8.5",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-quic"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8dc448b2de9f4745784e3751fe8bc6c473d01b8317edd5ababcb0dec803d843f"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-tls",
|
|
"quinn",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rustls 0.23.35",
|
|
"socket2 0.5.10",
|
|
"thiserror 2.0.17",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-request-response"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9f1cca83488b90102abac7b67d5c36fc65bc02ed47620228af7ed002e6a1478"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"futures-bounded",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.47.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6aa762e5215919a34e31c35d4b18bf2e18566ecab7f8a3d39535f4a3068f8b62"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"libp2p-swarm-derive",
|
|
"lru 0.12.5",
|
|
"multistream-select",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"tokio",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.35.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd297cf53f0cb3dee4d2620bb319ae47ef27c702684309f682bdb7e55a18ae9c"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65b4e030c52c46c8d01559b2b8ca9b7c4185f10576016853129ca1fe5cd1a644"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch",
|
|
"libc",
|
|
"libp2p-core",
|
|
"socket2 0.5.10",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tls"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96ff65a82e35375cbc31ebb99cacbbf28cb6c4fefe26bf13756ddcf708d40080"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"rcgen",
|
|
"ring",
|
|
"rustls 0.23.35",
|
|
"rustls-webpki 0.103.8",
|
|
"thiserror 2.0.17",
|
|
"x509-parser",
|
|
"yasna",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-upnp"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4757e65fe69399c1a243bbb90ec1ae5a2114b907467bf09f3575e899815bb8d3"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"igd-next",
|
|
"libp2p-core",
|
|
"libp2p-swarm",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.45.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "520e29066a48674c007bc11defe5dce49908c24cafd8fad2f5e1a6a8726ced53"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core",
|
|
"libp2p-identity",
|
|
"parking_lot 0.12.5",
|
|
"pin-project-lite",
|
|
"rw-stream-sink",
|
|
"soketto",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"url",
|
|
"webpki-roots 0.26.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.47.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f15df094914eb4af272acf9adaa9e287baa269943f32ea348ba29cfb9bfc60d8"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"libp2p-core",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"yamux 0.12.1",
|
|
"yamux 0.13.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"libc",
|
|
"redox_syscall 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librocksdb-sys"
|
|
version = "0.17.3+10.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9"
|
|
dependencies = [
|
|
"bindgen",
|
|
"bzip2-sys",
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
]
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[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 = "libsqlite3-sys"
|
|
version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link-cplusplus"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
[[package]]
|
|
name = "linked_hash_set"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "984fb35d06508d1e69fc91050cceba9c0b748f983e6739fa2c7a9237154c52c8"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[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.4.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
[[package]]
|
|
name = "lioness"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"
|
|
dependencies = [
|
|
"arrayref",
|
|
"blake2 0.8.1",
|
|
"chacha",
|
|
"keystream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lite-json"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd0e787ffe1153141a0f6f6d759fdf1cc34b1226e088444523812fd412a5cca2"
|
|
dependencies = [
|
|
"lite-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lite-parser"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3d5f9dc37c52d889a21fd701983d02bb6a84f852c5140a6c80ef4557f7dc29e"
|
|
dependencies = [
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "litemap"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
|
|
[[package]]
|
|
name = "litep2p"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d903b21d57fae0e8d184c6ea0107fb5303fcab7cd2acaf5d2d9beb2807194b4a"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bs58",
|
|
"bytes",
|
|
"cid 0.11.1",
|
|
"ed25519-dalek",
|
|
"enum-display",
|
|
"futures",
|
|
"futures-timer",
|
|
"hickory-resolver",
|
|
"indexmap 2.12.1",
|
|
"libc",
|
|
"mockall",
|
|
"multiaddr 0.17.1",
|
|
"multihash 0.17.0",
|
|
"network-interface",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"prost 0.13.5",
|
|
"prost-build 0.14.1",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"serde",
|
|
"sha2 0.10.9",
|
|
"simple-dns",
|
|
"smallvec",
|
|
"snow",
|
|
"socket2 0.5.10",
|
|
"thiserror 2.0.17",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-tungstenite 0.27.0",
|
|
"tokio-util",
|
|
"tracing",
|
|
"uint 0.10.0",
|
|
"unsigned-varint 0.8.0",
|
|
"url",
|
|
"x25519-dalek",
|
|
"x509-parser",
|
|
"yamux 0.13.8",
|
|
"yasna",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
dependencies = [
|
|
"scopeguard",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
dependencies = [
|
|
"serde_core",
|
|
"value-bag",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
|
|
dependencies = [
|
|
"hashbrown 0.12.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
dependencies = [
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru-slab"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
|
[[package]]
|
|
name = "lz4"
|
|
version = "1.28.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
|
|
dependencies = [
|
|
"lz4-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz4-sys"
|
|
version = "1.11.1+lz4-1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mach2"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
|
|
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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "maplit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
[[package]]
|
|
name = "match-lookup"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matrixmultiply"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
dependencies = [
|
|
"autocfg",
|
|
"rawpointer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "md-5"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
|
|
[[package]]
|
|
name = "memfd"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
|
|
dependencies = [
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memory-db"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e300c54e3239a86f9c61cc63ab0f03862eb40b1c6e065dc6fd6ceaeff6da93d"
|
|
dependencies = [
|
|
"foldhash 0.1.5",
|
|
"hash-db",
|
|
"hashbrown 0.15.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "merkleized-metadata"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3e3e3f549d27d2dc054372f320ddf68045a833fab490563ff70d4cf1b9d91ea"
|
|
dependencies = [
|
|
"array-bytes 9.3.0",
|
|
"blake3",
|
|
"frame-metadata",
|
|
"parity-scale-codec",
|
|
"scale-decode",
|
|
"scale-info",
|
|
]
|
|
|
|
[[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 = "mime"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
dependencies = [
|
|
"adler2",
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
dependencies = [
|
|
"libc",
|
|
"wasi",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mixnet"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"bitflags 1.3.2",
|
|
"blake2 0.10.6",
|
|
"c2-chacha",
|
|
"curve25519-dalek",
|
|
"either",
|
|
"hashlink 0.8.4",
|
|
"lioness",
|
|
"log",
|
|
"parking_lot 0.12.5",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_distr",
|
|
"subtle 2.6.1",
|
|
"thiserror 1.0.69",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mockall"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"downcast",
|
|
"fragile",
|
|
"mockall_derive",
|
|
"predicates",
|
|
"predicates-tree",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mockall_derive"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "moka"
|
|
version = "0.12.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
"equivalent",
|
|
"parking_lot 0.12.5",
|
|
"portable-atomic",
|
|
"smallvec",
|
|
"tagptr",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multi-stash"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"
|
|
|
|
[[package]]
|
|
name = "multiaddr"
|
|
version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
|
|
dependencies = [
|
|
"arrayref",
|
|
"byteorder",
|
|
"data-encoding",
|
|
"log",
|
|
"multibase",
|
|
"multihash 0.17.0",
|
|
"percent-encoding",
|
|
"serde",
|
|
"static_assertions",
|
|
"unsigned-varint 0.7.2",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multiaddr"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961"
|
|
dependencies = [
|
|
"arrayref",
|
|
"byteorder",
|
|
"data-encoding",
|
|
"libp2p-identity",
|
|
"multibase",
|
|
"multihash 0.19.3",
|
|
"percent-encoding",
|
|
"serde",
|
|
"static_assertions",
|
|
"unsigned-varint 0.8.0",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multibase"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
|
|
dependencies = [
|
|
"base-x",
|
|
"base256emoji",
|
|
"data-encoding",
|
|
"data-encoding-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multihash"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
|
|
dependencies = [
|
|
"blake2b_simd",
|
|
"blake2s_simd",
|
|
"blake3",
|
|
"core2",
|
|
"digest 0.10.7",
|
|
"multihash-derive",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"unsigned-varint 0.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multihash"
|
|
version = "0.19.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
|
|
dependencies = [
|
|
"core2",
|
|
"unsigned-varint 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multihash-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
|
|
dependencies = [
|
|
"proc-macro-crate 1.1.3",
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
"synstructure 0.12.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
|
|
|
[[package]]
|
|
name = "multistream-select"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log",
|
|
"pin-project",
|
|
"smallvec",
|
|
"unsigned-varint 0.7.2",
|
|
]
|
|
|
|
[[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 = "names"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
|
|
dependencies = [
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nanorand"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
[[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 2.11.1",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-packet-core"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"netlink-packet-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-packet-route"
|
|
version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 1.3.2",
|
|
"byteorder",
|
|
"libc",
|
|
"netlink-packet-core",
|
|
"netlink-packet-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-packet-utils"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byteorder",
|
|
"paste",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-proto"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log",
|
|
"netlink-packet-core",
|
|
"netlink-sys",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-sys"
|
|
version = "0.8.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"libc",
|
|
"log",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "network-interface"
|
|
version = "2.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e79101e6efcffacab279462884a7eebf65ea5f4ac2cc727b60c715a9aa04722"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"thiserror 2.0.17",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.27.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"cfg-if",
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"cfg-if",
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "no-std-compat"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
|
[[package]]
|
|
name = "node-runtime-pez-generate-bags"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"pez-generate-bags",
|
|
"pez-kitchensink-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
[[package]]
|
|
name = "nohash-hasher"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "8.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nonempty"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
|
|
|
|
[[package]]
|
|
name = "nonzero_ext"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c70f219e21142367c70c0b30c6a9e3a14d55b4d12a204d897fbec83a0363f081"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.50.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
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-bigint-dig"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libm",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"zeroize",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-format"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-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.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
|
|
dependencies = [
|
|
"num_enum_derive",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_threads"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "number_prefix"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
[[package]]
|
|
name = "nybbles"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"cfg-if",
|
|
"proptest",
|
|
"ruint",
|
|
"serde",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc2"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
|
|
dependencies = [
|
|
"objc2-encode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc2-encode"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.36.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.37.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.12.1",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oid-registry"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.21.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
dependencies = [
|
|
"critical-section",
|
|
"portable-atomic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell_polyfill"
|
|
version = "1.70.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
|
[[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.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
[[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.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
|
|
dependencies = [
|
|
"bitflags 2.10.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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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.111"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
|
|
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 = "orchestra"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19051f0b0512402f5d52d6776999f55996f01887396278aeeccbbdfbc83eef2d"
|
|
dependencies = [
|
|
"async-trait",
|
|
"dyn-clonable",
|
|
"futures",
|
|
"futures-timer",
|
|
"orchestra-proc-macro",
|
|
"pin-project",
|
|
"prioritized-metered-channel",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "orchestra-proc-macro"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f"
|
|
dependencies = [
|
|
"expander",
|
|
"indexmap 2.12.1",
|
|
"itertools 0.11.0",
|
|
"petgraph 0.6.5",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "2.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "os_pipe"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owo-colors"
|
|
version = "4.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
|
|
|
|
[[package]]
|
|
name = "p256"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
|
dependencies = [
|
|
"ecdsa",
|
|
"elliptic-curve",
|
|
"primeorder",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-bytes"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67"
|
|
|
|
[[package]]
|
|
name = "parity-db"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "592a28a24b09c9dc20ac8afaa6839abc417c720afe42c12e1e4a9d6aa2508d2e"
|
|
dependencies = [
|
|
"blake2 0.10.6",
|
|
"crc32fast",
|
|
"fs2",
|
|
"hex",
|
|
"libc",
|
|
"log",
|
|
"lz4",
|
|
"memmap2 0.5.10",
|
|
"parking_lot 0.12.5",
|
|
"rand 0.8.5",
|
|
"siphasher 0.3.11",
|
|
"snap",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"bitvec",
|
|
"byte-slice-cast",
|
|
"bytes",
|
|
"const_format",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec-derive",
|
|
"rustversion",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-scale-codec-derive"
|
|
version = "3.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-wasm"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core 0.8.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core 0.9.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall 0.2.16",
|
|
"smallvec",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall 0.5.18",
|
|
"smallvec",
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "partial_sort"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"hmac 0.12.1",
|
|
"password-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem"
|
|
version = "3.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pem-rfc7468"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
dependencies = [
|
|
"base64ct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-pezkuwichain-emulated-chain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"people-pezkuwichain-runtime",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-pezkuwichain-integration-tests"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"emulated-integration-tests-common",
|
|
"pezframe-support",
|
|
"pezkuwichain-system-emulated-network",
|
|
"pezpallet-balances",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-pezkuwichain-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"enumflags2",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezpallet-assets",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-collective",
|
|
"pezpallet-democracy",
|
|
"pezpallet-elections-phragmen",
|
|
"pezpallet-identity",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nfts",
|
|
"pezpallet-perwerde",
|
|
"pezpallet-pez-rewards",
|
|
"pezpallet-proxy",
|
|
"pezpallet-recovery",
|
|
"pezpallet-referral",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-skip-feeless-payment",
|
|
"pezpallet-society",
|
|
"pezpallet-staking-score",
|
|
"pezpallet-tiki",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-trust",
|
|
"pezpallet-utility",
|
|
"pezpallet-vesting",
|
|
"pezpallet-welati",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-zagros-emulated-chain"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"people-zagros-runtime",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-zagros-integration-tests"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezpallet-balances",
|
|
"pezpallet-identity",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-xcm",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"zagros-runtime",
|
|
"zagros-system-emulated-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "people-zagros-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"enumflags2",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-identity",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-multisig",
|
|
"pezpallet-proxy",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-statement-store",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
|
|
dependencies = [
|
|
"memchr",
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_derive"
|
|
version = "2.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_generator"
|
|
version = "2.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_meta",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_meta"
|
|
version = "2.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
|
|
dependencies = [
|
|
"pest",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
dependencies = [
|
|
"fixedbitset 0.4.2",
|
|
"indexmap 2.12.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
dependencies = [
|
|
"fixedbitset 0.5.7",
|
|
"indexmap 2.12.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-assets-common"
|
|
version = "0.7.1"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pez-ethereum-standards",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-revive",
|
|
"pezpallet-revive-uapi",
|
|
"pezpallet-xcm",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"teyrchains-common",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-binary-merkle-tree"
|
|
version = "14.0.1"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"hash-db",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-chain-spec-guide-runtime"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"cmd_lib",
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsc-chain-spec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-equivocation-detector"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures",
|
|
"num-traits",
|
|
"pez-finality-relay",
|
|
"pezbp-header-pez-chain",
|
|
"relay-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-erasure-coding-fuzzer"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"honggfuzz",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-ethereum-standards"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"alloy-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-finality-relay"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"backoff",
|
|
"futures",
|
|
"num-traits",
|
|
"parking_lot 0.12.5",
|
|
"pezbp-header-pez-chain",
|
|
"relay-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-fork-tree"
|
|
version = "12.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-generate-bags"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"num-format",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-staking",
|
|
"pezsp-staking",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-kitchensink-runtime"
|
|
version = "3.0.0-dev"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bizinikiwi-wasm-builder",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-node-primitives",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-sdk",
|
|
"pezpallet-example-mbm",
|
|
"pezpallet-example-tasks",
|
|
"pezsp-debug-derive",
|
|
"pezsp-runtime",
|
|
"primitive-types 0.13.1",
|
|
"rand 0.8.5",
|
|
"rand_pcg",
|
|
"scale-info",
|
|
"serde_json",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-messages-relay"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures",
|
|
"hex",
|
|
"num-traits",
|
|
"parking_lot 0.12.5",
|
|
"pez-finality-relay",
|
|
"pezbp-messages",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"relay-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-minimal-template-node"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"docify",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"pez-minimal-template-runtime",
|
|
"pezkuwi-sdk",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-minimal-template-runtime"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezkuwi-sdk",
|
|
"pezpallet-minimal-template",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-node-bench"
|
|
version = "0.9.0-dev"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-trait",
|
|
"clap",
|
|
"derive_more 0.99.20",
|
|
"fs_extra",
|
|
"futures",
|
|
"hash-db",
|
|
"kvdb",
|
|
"kvdb-rocksdb",
|
|
"log",
|
|
"parity-db",
|
|
"pez-kitchensink-runtime",
|
|
"pez-node-primitives",
|
|
"pez-node-testing",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-client-api",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-node-primitives"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-node-rpc"
|
|
version = "3.0.0-dev"
|
|
dependencies = [
|
|
"bizinikiwi-frame-rpc-system",
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"jsonrpsee",
|
|
"pez-node-primitives",
|
|
"pezmmr-rpc",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-babe-rpc",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-beefy-rpc",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-grandpa-rpc",
|
|
"pezsc-mixnet",
|
|
"pezsc-rpc",
|
|
"pezsc-sync-state-rpc",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-node-template-release"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"flate2",
|
|
"fs_extra",
|
|
"glob",
|
|
"itertools 0.11.0",
|
|
"tar",
|
|
"tempfile",
|
|
"toml_edit 0.19.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-node-testing"
|
|
version = "3.0.0-dev"
|
|
dependencies = [
|
|
"bizinikiwi-test-client",
|
|
"fs_extra",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-kitchensink-runtime",
|
|
"pez-node-primitives",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-revive",
|
|
"pezpallet-skip-feeless-payment",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-executor",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezstaging-node-cli",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-penpal-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pez-penpal-runtime",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-penpal-runtime"
|
|
version = "0.14.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-tx-payment",
|
|
"pezpallet-assets",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-revive",
|
|
"pezpallet-session",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
"serde_json",
|
|
"smallvec",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-remote-ext-tests-bags-list"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list-remote-tests",
|
|
"pezsp-core",
|
|
"pezsp-tracing",
|
|
"tokio",
|
|
"zagros-runtime",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-revive-dev-node"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"docify",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"pez-revive-dev-runtime",
|
|
"pezkuwi-sdk",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-revive-dev-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"parity-scale-codec",
|
|
"pezkuwi-sdk",
|
|
"pezsp-debug-derive",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-slot-range-helper"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"enumn",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-solochain-template-node"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-build-script-utils",
|
|
"bizinikiwi-frame-rpc-system",
|
|
"clap",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"pez-solochain-template-runtime",
|
|
"pezframe-benchmarking-cli",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-system",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-executor",
|
|
"pezsc-network",
|
|
"pezsc-offchain",
|
|
"pezsc-service",
|
|
"pezsc-telemetry",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-solochain-template-runtime"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezpallet-aura",
|
|
"pezpallet-balances",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-sudo",
|
|
"pezpallet-template",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-subkey"
|
|
version = "9.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"pezsc-cli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-template-zombienet-tests"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"env_logger 0.11.8",
|
|
"pezkuwi-zombienet-sdk",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-tracing-gum"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"coarsetime",
|
|
"pez-tracing-gum-proc-macro",
|
|
"pezkuwi-primitives",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pez-tracing-gum-proc-macro"
|
|
version = "5.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"expander",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-asset-hub-pezkuwichain"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-bridge-hub-pezcumulus",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"testnet-teyrchains-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-asset-hub-zagros"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-bridge-hub-pezcumulus",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"testnet-teyrchains-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-beefy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pez-binary-merkle-tree",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-mmr",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-bridge-hub-pezcumulus"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-bridge-hub-pezkuwichain"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-bridge-hub-pezcumulus",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-xcm-bridge-hub",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-bridge-hub-zagros"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-bridge-hub-pezcumulus",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-xcm-bridge-hub",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-header-pez-chain"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"finality-grandpa",
|
|
"hex",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-messages"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"hex",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-pezkuwi-bulletin"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-pezkuwi-core"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"hex",
|
|
"parity-scale-codec",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-pezkuwichain"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-relayers"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-teyrchains",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-utility",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-runtime"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"hash-db",
|
|
"hex-literal",
|
|
"impl-trait-for-tuples",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-std",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-test-utils"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"ed25519-dalek",
|
|
"finality-grandpa",
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezbp-teyrchains",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-teyrchains"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-xcm-bridge-hub"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-xcm-bridge-hub-router"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbp-zagros"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-common"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezpallet-message-queue",
|
|
"pezsnowbridge-core",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-pezkuwichain-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezbp-messages",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-pezkuwichain-runtime",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-pezkuwichain-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"asset-hub-pezkuwichain-runtime",
|
|
"emulated-integration-tests-common",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezframe-support",
|
|
"pezkuwichain-system-emulated-network",
|
|
"pezkuwichain-zagros-system-emulated-network",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-xcm",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-inbound-queue-fixtures",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-pezkuwichain-runtime"
|
|
version = "0.5.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezbp-asset-hub-zagros",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-bulletin",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-teyrchains",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezbp-zagros",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-test-utils",
|
|
"pezbridge-runtime-common",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-outbound-queue-runtime-api",
|
|
"pezsnowbridge-pezpallet-ethereum-client",
|
|
"pezsnowbridge-pezpallet-inbound-queue",
|
|
"pezsnowbridge-pezpallet-inbound-queue-fixtures",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsnowbridge-runtime-test-common",
|
|
"pezsnowbridge-system-runtime-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-test-utils"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezbp-teyrchains",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-bridge-hub",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-zagros-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezbp-messages",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-zagros-runtime",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-zagros-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"asset-hub-zagros-runtime",
|
|
"emulated-integration-tests-common",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-asset-hub-zagros",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-zagros-runtime",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezframe-support",
|
|
"pezkuwichain-zagros-system-emulated-network",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-xcm",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-inbound-queue",
|
|
"pezsnowbridge-pezpallet-inbound-queue-fixtures",
|
|
"pezsnowbridge-pezpallet-inbound-queue-v2",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsnowbridge-pezpallet-outbound-queue-v2",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsnowbridge-pezpallet-system-v2",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-hub-zagros-runtime"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezbp-asset-hub-zagros",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-pezkuwichain",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-teyrchains",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-test-utils",
|
|
"pezbridge-runtime-common",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-multisig",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-outbound-queue-runtime-api",
|
|
"pezsnowbridge-outbound-queue-v2-runtime-api",
|
|
"pezsnowbridge-pezpallet-ethereum-client",
|
|
"pezsnowbridge-pezpallet-inbound-queue",
|
|
"pezsnowbridge-pezpallet-inbound-queue-fixtures",
|
|
"pezsnowbridge-pezpallet-inbound-queue-v2",
|
|
"pezsnowbridge-pezpallet-inbound-queue-v2-fixtures",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsnowbridge-pezpallet-outbound-queue-v2",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsnowbridge-pezpallet-system-v2",
|
|
"pezsnowbridge-runtime-test-common",
|
|
"pezsnowbridge-system-runtime-api",
|
|
"pezsnowbridge-system-v2-runtime-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezbridge-runtime-common"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezbp-teyrchains",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-utility",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-trie",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"static_assertions",
|
|
"tracing",
|
|
"tuplex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-bootnodes"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"futures",
|
|
"hex",
|
|
"ip_network",
|
|
"log",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezsc-network",
|
|
"pezsc-service",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-runtime",
|
|
"prost 0.12.6",
|
|
"prost-build 0.13.5",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-cli"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"parity-scale-codec",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-service",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-collator"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-network",
|
|
"pezcumulus-primitives-core",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-consensus-aura"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezcumulus-client-collator",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-consensus-proposer",
|
|
"pezcumulus-client-teyrchain-inherent",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-network-types",
|
|
"pezsc-telemetry",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"rstest",
|
|
"schnellru",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-consensus-common"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"dyn-clone",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-client-pov-recovery",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-streams",
|
|
"pezcumulus-test-client",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-network",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"schnellru",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-consensus-proposer"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-block-builder",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-consensus-relay-chain"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"parking_lot 0.12.5",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezsc-consensus",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-network"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-version",
|
|
"rstest",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-pov-recovery"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-streams",
|
|
"pezcumulus-test-client",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"rand 0.8.5",
|
|
"rstest",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-service"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"futures",
|
|
"pezcumulus-client-cli",
|
|
"pezcumulus-client-collator",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-network",
|
|
"pezcumulus-client-pov-recovery",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-relay-chain-inprocess-interface",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-minimal-node",
|
|
"pezcumulus-relay-chain-streams",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-transactions",
|
|
"pezsc-rpc",
|
|
"pezsc-service",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-trie",
|
|
"prometheus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-client-teyrchain-inherent"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-network-types",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-aura-ext"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-aura",
|
|
"pezpallet-timestamp",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"rstest",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-dmp-queue"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-session-benchmarking"
|
|
version = "9.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-session",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-solo-to-para"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-sudo",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-teyrchain-system"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"bytes",
|
|
"environmental",
|
|
"futures",
|
|
"hashbrown 0.15.5",
|
|
"hex-literal",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system-proc-macro",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-test-client",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-message-queue",
|
|
"pezsc-consensus",
|
|
"pezsp-api",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-externalities",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"rand 0.8.5",
|
|
"rstest",
|
|
"scale-info",
|
|
"trie-db",
|
|
"trie-standardmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-teyrchain-system-proc-macro"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-weight-reclaim"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"derive-where",
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-primitives-storage-weight-reclaim",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-xcm"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pezpallet-xcmp-queue"
|
|
version = "0.7.1"
|
|
dependencies = [
|
|
"approx",
|
|
"bounded-collections 0.3.2",
|
|
"parity-scale-codec",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-ping"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-pov-validator"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"parity-scale-codec",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-executor",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-maybe-compressed-blob",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-aura"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"pezsp-api",
|
|
"pezsp-consensus-aura",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-core"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-proof-size-hostfunction"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-storage-weight-reclaim"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-test-runtime",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-teyrchain-inherent"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-timestamp"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"pezcumulus-primitives-core",
|
|
"pezsp-inherents",
|
|
"pezsp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-primitives-utility"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezkuwi-runtime-common",
|
|
"pezpallet-asset-conversion",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-relay-chain-inprocess-interface"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"pezcumulus-client-bootnodes",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-service",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"prioritized-metered-channel",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-relay-chain-interface"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"jsonrpsee-core",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezkuwi-overseer",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-state-machine",
|
|
"pezsp-version",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-relay-chain-minimal-node"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"pezcumulus-client-bootnodes",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-rpc-interface",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-network-bridge",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-service",
|
|
"pezsc-authority-discovery",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-service",
|
|
"pezsc-tracing",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-runtime",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-relay-chain-rpc-interface"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezkuwi-overseer",
|
|
"pezsc-client-api",
|
|
"pezsc-rpc-api",
|
|
"pezsc-service",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"pezsp-version",
|
|
"portpicker",
|
|
"prometheus",
|
|
"schnellru",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-relay-chain-streams"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"futures",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-primitives",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-test-client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-client",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezcumulus-test-runtime",
|
|
"pezcumulus-test-service",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-transaction-payment",
|
|
"pezsc-block-builder",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-test-relay-sproof-builder"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezkuwi-primitives",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-test-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-glutton",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-session",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-test-service"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-test-client",
|
|
"clap",
|
|
"criterion",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezcumulus-client-cli",
|
|
"pezcumulus-client-collator",
|
|
"pezcumulus-client-consensus-aura",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-consensus-proposer",
|
|
"pezcumulus-client-pov-recovery",
|
|
"pezcumulus-client-service",
|
|
"pezcumulus-client-teyrchain-inherent",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-inprocess-interface",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-minimal-node",
|
|
"pezcumulus-test-client",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezcumulus-test-runtime",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-service",
|
|
"pezkuwi-test-service",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsc-network",
|
|
"pezsc-service",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"prometheus",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-zombienet-sdk-helpers"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-sdk",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezcumulus-zombienet-sdk-tests"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"env_logger 0.11.8",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-zombienet-sdk-helpers",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-orchestrator",
|
|
"pezkuwi-zombienet-sdk",
|
|
"pezsc-statement-store",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-statement-store",
|
|
"rstest",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-benchmarking"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"linregress",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezframe-support",
|
|
"pezframe-support-procedural",
|
|
"pezframe-system",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"rusty-fork",
|
|
"scale-info",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-benchmarking-cli"
|
|
version = "32.0.1"
|
|
dependencies = [
|
|
"Inflector",
|
|
"array-bytes 6.2.3",
|
|
"chrono",
|
|
"clap",
|
|
"comfy-table",
|
|
"env_filter",
|
|
"gethostname",
|
|
"handlebars",
|
|
"itertools 0.11.0",
|
|
"linked-hash-map",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-client-teyrchain-inherent",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-signer",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsc-runtime-utilities",
|
|
"pezsc-service",
|
|
"pezsc-sysinfo",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-database",
|
|
"pezsp-externalities",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"pezsp-timestamp",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pezsp-wasm-interface",
|
|
"rand 0.8.5",
|
|
"rand_pcg",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"thousands",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-benchmarking-pezpallet-pov"
|
|
version = "18.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-election-provider-solution-type"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-arithmetic",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"scale-info",
|
|
"syn 2.0.111",
|
|
"trybuild",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-election-provider-support"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-solution-type",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-executive"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"aquamarine",
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-try-runtime",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-metadata"
|
|
version = "23.0.1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-metadata-hash-extension"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"const-hex",
|
|
"docify",
|
|
"frame-metadata",
|
|
"log",
|
|
"merkleized-metadata",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-omni-bencher"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"clap",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-test-runtime",
|
|
"pezframe-benchmarking-cli",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"tempfile",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-remote-externalities"
|
|
version = "0.35.0"
|
|
dependencies = [
|
|
"bizinikiwi-rpc-client",
|
|
"futures",
|
|
"indicatif",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"serde",
|
|
"spinners",
|
|
"tokio",
|
|
"tokio-retry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"aquamarine",
|
|
"array-bytes 6.2.3",
|
|
"bitflags 1.3.2",
|
|
"docify",
|
|
"environmental",
|
|
"frame-metadata",
|
|
"impl-trait-for-tuples",
|
|
"k256",
|
|
"log",
|
|
"macro_magic",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pez-binary-merkle-tree",
|
|
"pezframe-support-procedural",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-crypto-hashing-proc-macro",
|
|
"pezsp-debug-derive",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-state-machine",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-weights",
|
|
"pretty_assertions",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"tt-call",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-procedural"
|
|
version = "23.0.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"cfg-expr",
|
|
"derive-syn-parse",
|
|
"docify",
|
|
"expander",
|
|
"itertools 0.11.0",
|
|
"macro_magic",
|
|
"pezframe-support-procedural-tools",
|
|
"pezsp-crypto-hashing",
|
|
"pretty_assertions",
|
|
"proc-macro-warning",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"regex",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-procedural-tools"
|
|
version = "10.0.1"
|
|
dependencies = [
|
|
"pezframe-support-procedural-tools-derive",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-procedural-tools-derive"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-test"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-support-test-pezpallet",
|
|
"pezframe-system",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-version",
|
|
"pretty_assertions",
|
|
"rustversion",
|
|
"scale-info",
|
|
"serde",
|
|
"static_assertions",
|
|
"trybuild",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-test-compile-pass"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-test-pezpallet"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-support-test-stg-pezframe-crate"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-system"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"criterion",
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-system-benchmarking"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-system-rpc-runtime-api"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezframe-try-runtime"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi"
|
|
version = "6.0.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"bizinikiwi-build-script-utils",
|
|
"bizinikiwi-rpc-client",
|
|
"color-eyre",
|
|
"nix 0.29.0",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-node-core-pvf-execute-worker",
|
|
"pezkuwi-node-core-pvf-prepare-worker",
|
|
"pezkuwi-overseer",
|
|
"tempfile",
|
|
"tikv-jemallocator",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-approval-distribution"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"futures",
|
|
"futures-timer",
|
|
"itertools 0.11.0",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-core",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"schnorrkel 0.11.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-availability-bitfield-distribution"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bitvec",
|
|
"futures",
|
|
"futures-timer",
|
|
"maplit",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-primitives",
|
|
"pezsp-application-crypto",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-availability-distribution"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-network",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rstest",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-availability-recovery"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-network",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rstest",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-ckb-merkle-mountain-range"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f628a53e241eca70045218a61204fe993286b10ad216ab47a1e85c4fb1b46b7f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"itertools 0.10.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-cli"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-build-script-utils",
|
|
"clap",
|
|
"futures",
|
|
"log",
|
|
"pezframe-benchmarking-cli",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-service",
|
|
"pezsc-cli",
|
|
"pezsc-network-types",
|
|
"pezsc-service",
|
|
"pezsc-storage-monitor",
|
|
"pezsc-sysinfo",
|
|
"pezsc-tracing",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pyroscope",
|
|
"pyroscope_pprofrs",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-collator-protocol"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bitvec",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"itertools 0.11.0",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rstest",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-core-primitives"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-dispute-distribution"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"indexmap 2.12.1",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsp-application-crypto",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-erasure-coding"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"criterion",
|
|
"parity-scale-codec",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-core",
|
|
"pezsp-trie",
|
|
"quickcheck",
|
|
"reed-solomon-novelpoly",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-gossip-support"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-primitives",
|
|
"pezsc-network",
|
|
"pezsp-application-crypto",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"quickcheck",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-network-bridge"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"always-assert",
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bytes",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-primitives",
|
|
"pezsc-network",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-collation-generation"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"rstest",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-approval-voting"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bitvec",
|
|
"derive_more 0.99.20",
|
|
"futures",
|
|
"futures-timer",
|
|
"itertools 0.11.0",
|
|
"kvdb-memorydb",
|
|
"merlin",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"schnellru",
|
|
"schnorrkel 0.11.5",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-approval-voting-parallel"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"futures",
|
|
"itertools 0.11.0",
|
|
"kvdb-memorydb",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-approval-distribution",
|
|
"pezkuwi-node-core-approval-voting",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rand_core 0.6.4",
|
|
"schnorrkel 0.11.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-av-store"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bitvec",
|
|
"futures",
|
|
"futures-timer",
|
|
"kvdb-memorydb",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-tracing",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-backing"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bitvec",
|
|
"fatality",
|
|
"futures",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-statement-table",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-bitfield-signing"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-primitives",
|
|
"pezsp-keystore",
|
|
"thiserror 1.0.69",
|
|
"wasm-timer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-candidate-validation"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-maybe-compressed-blob",
|
|
"rstest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-chain-api"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"maplit",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-babe",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-chain-selection"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"futures",
|
|
"futures-timer",
|
|
"kvdb-memorydb",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-core",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-dispute-coordinator"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"kvdb-memorydb",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-prospective-teyrchains"
|
|
version = "6.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"fatality",
|
|
"futures",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-primitives",
|
|
"pezsp-core",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rstest",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-provisioner"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-consensus-slots",
|
|
"pezsp-application-crypto",
|
|
"pezsp-keystore",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-pvf"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"always-assert",
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"criterion",
|
|
"futures",
|
|
"futures-timer",
|
|
"is_executable",
|
|
"libc",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-node-core-pvf-execute-worker",
|
|
"pezkuwi-node-core-pvf-prepare-worker",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-sysinfo",
|
|
"pezsc-tracing",
|
|
"pezsp-core",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pin-project",
|
|
"procfs",
|
|
"rand 0.8.5",
|
|
"rusty-fork",
|
|
"slotmap",
|
|
"strum 0.26.3",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-pvf-checker"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-pvf-common"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"cpu-time",
|
|
"futures",
|
|
"landlock",
|
|
"libc",
|
|
"nix 0.29.0",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-tracing",
|
|
"seccompiler",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-pvf-execute-worker"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpu-time",
|
|
"libc",
|
|
"nix 0.29.0",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-maybe-compressed-blob",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-pvf-prepare-worker"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"criterion",
|
|
"libc",
|
|
"nix 0.29.0",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-primitives",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezstaging-tracking-allocator",
|
|
"tikv-jemalloc-ctl",
|
|
"tikv-jemallocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-runtime-api"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-api",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"schnellru",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-core-teyrchains-inherent"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"futures-timer",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-primitives",
|
|
"pezsp-blockchain",
|
|
"pezsp-inherents",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-metrics"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bs58",
|
|
"futures",
|
|
"futures-timer",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-util",
|
|
"parity-scale-codec",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-test-service",
|
|
"pezsc-cli",
|
|
"pezsc-service",
|
|
"pezsc-tracing",
|
|
"pezsp-keyring",
|
|
"prioritized-metered-channel",
|
|
"prometheus-parse",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-network-protocol"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bitvec",
|
|
"derive_more 0.99.20",
|
|
"fatality",
|
|
"futures",
|
|
"hex",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-authority-discovery",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsp-runtime",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"strum 0.26.3",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-subsystem"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-overseer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-subsystem-test-helpers"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"parking_lot 0.12.5",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-client-api",
|
|
"pezsc-keystore",
|
|
"pezsc-utils",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-subsystem-types"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"derive_more 0.99.20",
|
|
"fatality",
|
|
"futures",
|
|
"orchestra",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-statement-table",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-runtime",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-node-subsystem-util"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"fatality",
|
|
"futures",
|
|
"itertools 0.11.0",
|
|
"kvdb",
|
|
"kvdb-shared-tests",
|
|
"parity-db",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"prioritized-metered-channel",
|
|
"rand 0.8.5",
|
|
"schnellru",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-omni-node"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"bizinikiwi-build-script-utils",
|
|
"color-eyre",
|
|
"pezkuwi-omni-node-lib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-omni-node-lib"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"async-trait",
|
|
"bizinikiwi-frame-rpc-system",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"clap",
|
|
"color-print",
|
|
"docify",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"log",
|
|
"nix 0.29.0",
|
|
"parity-scale-codec",
|
|
"pezcumulus-client-bootnodes",
|
|
"pezcumulus-client-cli",
|
|
"pezcumulus-client-collator",
|
|
"pezcumulus-client-consensus-aura",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-consensus-proposer",
|
|
"pezcumulus-client-consensus-relay-chain",
|
|
"pezcumulus-client-service",
|
|
"pezcumulus-client-teyrchain-inherent",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-test-runtime",
|
|
"pezframe-benchmarking",
|
|
"pezframe-benchmarking-cli",
|
|
"pezframe-support",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-subxt-metadata",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-manual-seal",
|
|
"pezsc-executor",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsc-network-statement",
|
|
"pezsc-network-sync",
|
|
"pezsc-offchain",
|
|
"pezsc-rpc",
|
|
"pezsc-runtime-utilities",
|
|
"pezsc-service",
|
|
"pezsc-statement-store",
|
|
"pezsc-storage-monitor",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keystore",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-statement-store",
|
|
"pezsp-storage",
|
|
"pezsp-timestamp",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezsp-weights",
|
|
"pezstaging-chain-spec-builder",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"teyrchains-common",
|
|
"tokio",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-overseer"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"femme",
|
|
"futures",
|
|
"futures-timer",
|
|
"orchestra",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem-test-helpers",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-primitives-test-helpers",
|
|
"pezsc-client-api",
|
|
"pezsp-core",
|
|
"prioritized-metered-channel",
|
|
"tikv-jemalloc-ctl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-pez-node-primitives"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"bounded-vec",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-keystore",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-keystore",
|
|
"pezsp-maybe-compressed-blob",
|
|
"schnorrkel 0.11.5",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"zstd 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-primitives"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"bounded-collections 0.3.2",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-primitives-test-helpers"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"parity-scale-codec",
|
|
"pezkuwi-primitives",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-rpc"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-frame-rpc-system",
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"jsonrpsee",
|
|
"pezkuwi-primitives",
|
|
"pezmmr-rpc",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-babe-rpc",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-beefy-rpc",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-grandpa-rpc",
|
|
"pezsc-rpc",
|
|
"pezsc-sync-state-rpc",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-runtime-common"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"hex-literal",
|
|
"impl-trait-for-tuples",
|
|
"libsecp256k1",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-slot-range-helper",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-support-test",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-primitives-test-helpers",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-broker",
|
|
"pezpallet-election-provider-multi-phase",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-identity",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-fn",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-treasury",
|
|
"pezpallet-vesting",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"rustc-hex",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-runtime-metrics"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bs58",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezkuwi-primitives",
|
|
"pezsp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-runtime-teyrchains"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bitflags 1.3.2",
|
|
"bitvec",
|
|
"hex-literal",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-support-test",
|
|
"pezframe-system",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-primitives-test-helpers",
|
|
"pezkuwi-runtime-metrics",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-broker",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-mmr",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-timestamp",
|
|
"pezsc-keystore",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rstest",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"static_assertions",
|
|
"thousands",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-sdk"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"bizinikiwi-bip39",
|
|
"bizinikiwi-build-script-utils",
|
|
"bizinikiwi-frame-rpc-support",
|
|
"bizinikiwi-frame-rpc-system",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-rpc-client",
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"bizinikiwi-txtesttool",
|
|
"bizinikiwi-wasm-builder",
|
|
"pez-assets-common",
|
|
"pez-binary-merkle-tree",
|
|
"pez-ethereum-standards",
|
|
"pez-fork-tree",
|
|
"pez-generate-bags",
|
|
"pez-slot-range-helper",
|
|
"pez-subkey",
|
|
"pez-tracing-gum",
|
|
"pez-tracing-gum-proc-macro",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezbp-teyrchains",
|
|
"pezbp-xcm-bridge-hub",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezbridge-hub-common",
|
|
"pezbridge-hub-test-utils",
|
|
"pezbridge-runtime-common",
|
|
"pezcumulus-client-bootnodes",
|
|
"pezcumulus-client-cli",
|
|
"pezcumulus-client-collator",
|
|
"pezcumulus-client-consensus-aura",
|
|
"pezcumulus-client-consensus-common",
|
|
"pezcumulus-client-consensus-proposer",
|
|
"pezcumulus-client-consensus-relay-chain",
|
|
"pezcumulus-client-network",
|
|
"pezcumulus-client-pov-recovery",
|
|
"pezcumulus-client-service",
|
|
"pezcumulus-client-teyrchain-inherent",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-dmp-queue",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-solo-to-para",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-teyrchain-system-proc-macro",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-ping",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-primitives-storage-weight-reclaim",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-primitives-timestamp",
|
|
"pezcumulus-primitives-utility",
|
|
"pezcumulus-relay-chain-inprocess-interface",
|
|
"pezcumulus-relay-chain-interface",
|
|
"pezcumulus-relay-chain-minimal-node",
|
|
"pezcumulus-relay-chain-rpc-interface",
|
|
"pezcumulus-relay-chain-streams",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezframe",
|
|
"pezframe-benchmarking",
|
|
"pezframe-benchmarking-cli",
|
|
"pezframe-benchmarking-pezpallet-pov",
|
|
"pezframe-election-provider-solution-type",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-support-procedural",
|
|
"pezframe-support-procedural-tools",
|
|
"pezframe-support-procedural-tools-derive",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-approval-distribution",
|
|
"pezkuwi-availability-bitfield-distribution",
|
|
"pezkuwi-availability-distribution",
|
|
"pezkuwi-availability-recovery",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-collator-protocol",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-dispute-distribution",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-gossip-support",
|
|
"pezkuwi-network-bridge",
|
|
"pezkuwi-node-collation-generation",
|
|
"pezkuwi-node-core-approval-voting",
|
|
"pezkuwi-node-core-approval-voting-parallel",
|
|
"pezkuwi-node-core-av-store",
|
|
"pezkuwi-node-core-backing",
|
|
"pezkuwi-node-core-bitfield-signing",
|
|
"pezkuwi-node-core-candidate-validation",
|
|
"pezkuwi-node-core-chain-api",
|
|
"pezkuwi-node-core-chain-selection",
|
|
"pezkuwi-node-core-dispute-coordinator",
|
|
"pezkuwi-node-core-prospective-teyrchains",
|
|
"pezkuwi-node-core-provisioner",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-core-pvf-checker",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-node-core-pvf-execute-worker",
|
|
"pezkuwi-node-core-pvf-prepare-worker",
|
|
"pezkuwi-node-core-runtime-api",
|
|
"pezkuwi-node-core-teyrchains-inherent",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-omni-node-lib",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-primitives-test-helpers",
|
|
"pezkuwi-rpc",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-metrics",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-service",
|
|
"pezkuwi-statement-distribution",
|
|
"pezkuwi-statement-table",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-codegen",
|
|
"pezkuwi-subxt-core",
|
|
"pezkuwi-subxt-lightclient",
|
|
"pezkuwi-subxt-macro",
|
|
"pezkuwi-subxt-metadata",
|
|
"pezkuwi-subxt-rpcs",
|
|
"pezkuwi-subxt-signer",
|
|
"pezkuwi-subxt-utils-fetchmetadata",
|
|
"pezkuwi-subxt-utils-stripmetadata",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-orchestrator",
|
|
"pezkuwi-zombienet-prom-metrics-parser",
|
|
"pezkuwi-zombienet-provider",
|
|
"pezkuwi-zombienet-sdk",
|
|
"pezkuwi-zombienet-support",
|
|
"pezmmr-gadget",
|
|
"pezmmr-rpc",
|
|
"pezpallet-alliance",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-conversion-ops",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-asset-tx-payment",
|
|
"pezpallet-assets",
|
|
"pezpallet-assets-freezer",
|
|
"pezpallet-assets-holder",
|
|
"pezpallet-assets-precompiles",
|
|
"pezpallet-atomic-swap",
|
|
"pezpallet-aura",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-beefy",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-bounties",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-relayers",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-broker",
|
|
"pezpallet-child-bounties",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-collective",
|
|
"pezpallet-collective-content",
|
|
"pezpallet-contracts",
|
|
"pezpallet-contracts-fixtures",
|
|
"pezpallet-contracts-mock-network",
|
|
"pezpallet-contracts-proc-macro",
|
|
"pezpallet-contracts-uapi",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-core-fellowship",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-democracy",
|
|
"pezpallet-derivatives",
|
|
"pezpallet-dummy-dim",
|
|
"pezpallet-election-provider-multi-block",
|
|
"pezpallet-election-provider-multi-phase",
|
|
"pezpallet-election-provider-support-benchmarking",
|
|
"pezpallet-elections-phragmen",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-glutton",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-identity",
|
|
"pezpallet-im-online",
|
|
"pezpallet-indices",
|
|
"pezpallet-insecure-randomness-collective-flip",
|
|
"pezpallet-lottery",
|
|
"pezpallet-membership",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-meta-tx",
|
|
"pezpallet-migrations",
|
|
"pezpallet-minimal-template",
|
|
"pezpallet-mixnet",
|
|
"pezpallet-mmr",
|
|
"pezpallet-multi-asset-bounties",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nft-fractionalization",
|
|
"pezpallet-nfts",
|
|
"pezpallet-nfts-runtime-api",
|
|
"pezpallet-nis",
|
|
"pezpallet-node-authorization",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-benchmarking",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-offences",
|
|
"pezpallet-offences-benchmarking",
|
|
"pezpallet-oracle",
|
|
"pezpallet-oracle-runtime-api",
|
|
"pezpallet-origin-restriction",
|
|
"pezpallet-paged-list",
|
|
"pezpallet-parameters",
|
|
"pezpallet-people",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-ranked-collective",
|
|
"pezpallet-recovery",
|
|
"pezpallet-referenda",
|
|
"pezpallet-remark",
|
|
"pezpallet-revive",
|
|
"pezpallet-revive-proc-macro",
|
|
"pezpallet-revive-uapi",
|
|
"pezpallet-root-offences",
|
|
"pezpallet-root-testing",
|
|
"pezpallet-safe-mode",
|
|
"pezpallet-salary",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-scored-pool",
|
|
"pezpallet-session",
|
|
"pezpallet-session-benchmarking",
|
|
"pezpallet-skip-feeless-payment",
|
|
"pezpallet-society",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async",
|
|
"pezpallet-staking-async-ah-client",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-async-reward-fn",
|
|
"pezpallet-staking-async-runtime-api",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-staking-reward-fn",
|
|
"pezpallet-staking-runtime-api",
|
|
"pezpallet-state-trie-migration",
|
|
"pezpallet-statement",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-tips",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-transaction-storage",
|
|
"pezpallet-treasury",
|
|
"pezpallet-tx-pause",
|
|
"pezpallet-uniques",
|
|
"pezpallet-utility",
|
|
"pezpallet-verify-signature",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezpallet-xcm-precompiles",
|
|
"pezsc-allocator",
|
|
"pezsc-authority-discovery",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-chain-spec-derive",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-babe-rpc",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-beefy-rpc",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-grandpa-rpc",
|
|
"pezsc-consensus-manual-seal",
|
|
"pezsc-consensus-pow",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-polkavm",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsc-informant",
|
|
"pezsc-keystore",
|
|
"pezsc-mixnet",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-gossip",
|
|
"pezsc-network-light",
|
|
"pezsc-network-statement",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-transactions",
|
|
"pezsc-network-types",
|
|
"pezsc-offchain",
|
|
"pezsc-proposer-metrics",
|
|
"pezsc-rpc",
|
|
"pezsc-rpc-api",
|
|
"pezsc-rpc-server",
|
|
"pezsc-rpc-spec-v2",
|
|
"pezsc-runtime-utilities",
|
|
"pezsc-service",
|
|
"pezsc-state-db",
|
|
"pezsc-statement-store",
|
|
"pezsc-storage-monitor",
|
|
"pezsc-sync-state-rpc",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-tracing-proc-macro",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-api-proc-macro",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-consensus-pow",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-core-hashing",
|
|
"pezsp-core-hashing-proc-macro",
|
|
"pezsp-crypto-ec-utils",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-crypto-hashing-proc-macro",
|
|
"pezsp-database",
|
|
"pezsp-debug-derive",
|
|
"pezsp-externalities",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-mixnet",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-panic-handler",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-runtime-interface-proc-macro",
|
|
"pezsp-session",
|
|
"pezsp-ss58-registry 1.52.0",
|
|
"pezsp-staking",
|
|
"pezsp-state-machine",
|
|
"pezsp-statement-store",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-transaction-storage-proof",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pezsp-version-proc-macro",
|
|
"pezsp-wasm-interface",
|
|
"pezsp-weights",
|
|
"pezstaging-chain-spec-builder",
|
|
"pezstaging-node-inspect",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-tracking-allocator",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"xcm-pez-emulator",
|
|
"xcm-pez-procedural",
|
|
"xcm-pez-simulator",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-sdk-docs"
|
|
version = "0.0.2"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"bizinikiwi-wasm-builder",
|
|
"cmd_lib",
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-chain-spec-guide-runtime",
|
|
"pez-kitchensink-runtime",
|
|
"pez-minimal-template-runtime",
|
|
"pez-solochain-template-runtime",
|
|
"pez-subkey",
|
|
"pezcumulus-client-service",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezframe",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-omni-node-lib",
|
|
"pezkuwi-sdk",
|
|
"pezkuwi-sdk-docs-first-runtime",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-asset-tx-payment",
|
|
"pezpallet-assets",
|
|
"pezpallet-aura",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-collective",
|
|
"pezpallet-contracts",
|
|
"pezpallet-default-config-example",
|
|
"pezpallet-democracy",
|
|
"pezpallet-example-authorization-tx-extension",
|
|
"pezpallet-example-offchain-worker",
|
|
"pezpallet-example-single-block-migrations",
|
|
"pezpallet-examples",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-nfts",
|
|
"pezpallet-preimage",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-skip-feeless-payment",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-uniques",
|
|
"pezpallet-xcm",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-manual-seal",
|
|
"pezsc-consensus-pow",
|
|
"pezsc-executor",
|
|
"pezsc-network",
|
|
"pezsc-rpc",
|
|
"pezsc-rpc-api",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"pezsp-weights",
|
|
"pezstaging-chain-spec-builder",
|
|
"pezstaging-node-cli",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde_json",
|
|
"simple-mermaid",
|
|
"tokio",
|
|
"xcm-pez-docs",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-sdk-docs-first-pezpallet"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-sdk-docs-first-runtime"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-sdk-docs-first-pezpallet",
|
|
"pezpallet-balances",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-transaction-pool",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-service"
|
|
version = "7.0.1"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"is_executable",
|
|
"kvdb",
|
|
"kvdb-rocksdb",
|
|
"log",
|
|
"parity-db",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-tracing-gum",
|
|
"pezframe-benchmarking",
|
|
"pezframe-benchmarking-cli",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-approval-distribution",
|
|
"pezkuwi-availability-bitfield-distribution",
|
|
"pezkuwi-availability-distribution",
|
|
"pezkuwi-availability-recovery",
|
|
"pezkuwi-collator-protocol",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-dispute-distribution",
|
|
"pezkuwi-gossip-support",
|
|
"pezkuwi-network-bridge",
|
|
"pezkuwi-node-collation-generation",
|
|
"pezkuwi-node-core-approval-voting",
|
|
"pezkuwi-node-core-approval-voting-parallel",
|
|
"pezkuwi-node-core-av-store",
|
|
"pezkuwi-node-core-backing",
|
|
"pezkuwi-node-core-bitfield-signing",
|
|
"pezkuwi-node-core-candidate-validation",
|
|
"pezkuwi-node-core-chain-api",
|
|
"pezkuwi-node-core-chain-selection",
|
|
"pezkuwi-node-core-dispute-coordinator",
|
|
"pezkuwi-node-core-prospective-teyrchains",
|
|
"pezkuwi-node-core-provisioner",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-core-pvf-checker",
|
|
"pezkuwi-node-core-runtime-api",
|
|
"pezkuwi-node-core-teyrchains-inherent",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-rpc",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-statement-distribution",
|
|
"pezkuwichain-runtime",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezmmr-gadget",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezsc-authority-discovery",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-executor",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsc-network-sync",
|
|
"pezsc-offchain",
|
|
"pezsc-service",
|
|
"pezsc-sync-state-rpc",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-statement-distribution"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-channel 1.9.0",
|
|
"bitvec",
|
|
"fatality",
|
|
"futures",
|
|
"futures-timer",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsp-application-crypto",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
"rand_chacha 0.3.1",
|
|
"rstest",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-statement-table"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-primitives",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subsystem-bench"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bincode",
|
|
"bitvec",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"clap",
|
|
"color-eyre",
|
|
"colored",
|
|
"futures",
|
|
"hex",
|
|
"itertools 0.11.0",
|
|
"kvdb-memorydb",
|
|
"orchestra",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-approval-distribution",
|
|
"pezkuwi-availability-bitfield-distribution",
|
|
"pezkuwi-availability-distribution",
|
|
"pezkuwi-availability-recovery",
|
|
"pezkuwi-dispute-distribution",
|
|
"pezkuwi-node-core-approval-voting",
|
|
"pezkuwi-node-core-approval-voting-parallel",
|
|
"pezkuwi-node-core-av-store",
|
|
"pezkuwi-node-core-dispute-coordinator",
|
|
"pezkuwi-node-metrics",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-test-helpers",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-primitives-test-helpers",
|
|
"pezkuwi-statement-distribution",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsc-service",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"prometheus",
|
|
"pyroscope",
|
|
"pyroscope_pprofrs",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_distr",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"sha1",
|
|
"strum 0.26.3",
|
|
"tikv-jemallocator",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bitvec",
|
|
"derive-where",
|
|
"either",
|
|
"frame-metadata",
|
|
"futures",
|
|
"hex",
|
|
"http-body 1.0.1",
|
|
"hyper 1.8.1",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-core",
|
|
"pezkuwi-subxt-lightclient",
|
|
"pezkuwi-subxt-macro",
|
|
"pezkuwi-subxt-metadata",
|
|
"pezkuwi-subxt-rpcs",
|
|
"pezkuwi-subxt-signer",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-value",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tower 0.4.13",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"url",
|
|
"wasm-bindgen-futures",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-codegen"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"getrandom 0.2.16",
|
|
"heck 0.5.0",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-metadata",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"scale-info",
|
|
"scale-typegen",
|
|
"syn 2.0.111",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-core"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"base58",
|
|
"bitvec",
|
|
"blake2 0.10.6",
|
|
"derive-where",
|
|
"frame-decode",
|
|
"frame-metadata",
|
|
"hashbrown 0.15.5",
|
|
"hex",
|
|
"impl-serde",
|
|
"keccak-hash",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-macro",
|
|
"pezkuwi-subxt-metadata",
|
|
"pezkuwi-subxt-signer",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keyring",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-info",
|
|
"scale-value",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-lightclient"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"getrandom 0.2.16",
|
|
"js-sys",
|
|
"pin-project",
|
|
"send_wrapper 0.6.0",
|
|
"serde",
|
|
"serde_json",
|
|
"smoldot",
|
|
"smoldot-light",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-macro"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"darling 0.20.11",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-codegen",
|
|
"pezkuwi-subxt-metadata",
|
|
"pezkuwi-subxt-utils-fetchmetadata",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsp-io",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-state-machine",
|
|
"proc-macro-error2",
|
|
"quote 1.0.42",
|
|
"scale-typegen",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-metadata"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"criterion",
|
|
"frame-decode",
|
|
"frame-metadata",
|
|
"hashbrown 0.15.5",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-codegen",
|
|
"pezkuwi-subxt-utils-stripmetadata",
|
|
"pezsp-crypto-hashing",
|
|
"scale-info",
|
|
"scale-info-legacy",
|
|
"scale-type-resolver",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-rpcs"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"derive-where",
|
|
"finito",
|
|
"frame-metadata",
|
|
"futures",
|
|
"getrandom 0.2.16",
|
|
"hex",
|
|
"http-body 1.0.1",
|
|
"hyper 1.8.1",
|
|
"impl-serde",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezkuwi-subxt-core",
|
|
"pezkuwi-subxt-lightclient",
|
|
"primitive-types 0.13.1",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tower 0.4.13",
|
|
"tracing",
|
|
"url",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-signer"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bip32",
|
|
"bip39",
|
|
"cfg-if",
|
|
"crypto_secretbox",
|
|
"getrandom 0.2.16",
|
|
"hex",
|
|
"hex-literal",
|
|
"hmac 0.12.1",
|
|
"keccak-hash",
|
|
"parity-scale-codec",
|
|
"pbkdf2",
|
|
"pezkuwi-subxt-core",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keyring",
|
|
"proptest",
|
|
"regex",
|
|
"schnorrkel 0.11.5",
|
|
"scrypt",
|
|
"secp256k1 0.28.2",
|
|
"secrecy",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"thiserror 1.0.69",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-utils-fetchmetadata"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"hex",
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-subxt-utils-stripmetadata"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"either",
|
|
"frame-metadata",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-test-client"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-client",
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-test-runtime",
|
|
"pezkuwi-test-service",
|
|
"pezsc-block-builder",
|
|
"pezsc-consensus",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-timestamp",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-test-malus"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-build-script-utils",
|
|
"clap",
|
|
"color-eyre",
|
|
"futures",
|
|
"pez-tracing-gum",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-core-pvf-common",
|
|
"pezkuwi-node-core-pvf-execute-worker",
|
|
"pezkuwi-node-core-pvf-prepare-worker",
|
|
"pezkuwi-node-network-protocol",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-node-subsystem-test-helpers",
|
|
"pezkuwi-node-subsystem-types",
|
|
"pezkuwi-node-subsystem-util",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezsp-core",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-test-runtime"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-indices",
|
|
"pezpallet-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-vesting",
|
|
"pezpallet-xcm",
|
|
"pezsp-api",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"peztest-runtime-constants",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-test-service"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-client",
|
|
"futures",
|
|
"pezframe-system",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-overseer",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-service",
|
|
"pezkuwi-test-runtime",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-staking",
|
|
"pezpallet-transaction-payment",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-network",
|
|
"pezsc-service",
|
|
"pezsc-tracing",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"peztest-runtime-constants",
|
|
"rand 0.8.5",
|
|
"serde_json",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-teyrchain-bin"
|
|
version = "4.0.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"asset-hub-pezkuwichain-runtime",
|
|
"asset-hub-zagros-runtime",
|
|
"bizinikiwi-build-script-utils",
|
|
"collectives-zagros-runtime",
|
|
"color-eyre",
|
|
"coretime-pezkuwichain-runtime",
|
|
"coretime-zagros-runtime",
|
|
"glutton-zagros-runtime",
|
|
"hex-literal",
|
|
"log",
|
|
"people-pezkuwichain-runtime",
|
|
"people-zagros-runtime",
|
|
"pez-penpal-runtime",
|
|
"pezbridge-hub-pezkuwichain-runtime",
|
|
"pezbridge-hub-zagros-runtime",
|
|
"pezcumulus-client-consensus-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezkuwi-omni-node-lib",
|
|
"pezkuwichain-teyrchain-runtime",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-service",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-keyring",
|
|
"pezstaging-xcm",
|
|
"serde",
|
|
"serde_json",
|
|
"teyrchains-common",
|
|
"yet-another-teyrchain-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-teyrchain-primitives"
|
|
version = "6.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bounded-collections 0.3.2",
|
|
"derive_more 0.99.20",
|
|
"parity-scale-codec",
|
|
"pezkuwi-core-primitives",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-voter-bags"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"pez-generate-bags",
|
|
"zagros-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-configuration"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"lazy_static",
|
|
"multiaddr 0.18.2",
|
|
"pezkuwi-zombienet-support",
|
|
"regex",
|
|
"reqwest",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"toml 0.8.23",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-orchestrator"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"erased-serde",
|
|
"fancy-regex",
|
|
"futures",
|
|
"glob-match",
|
|
"hex",
|
|
"lazy_static",
|
|
"libp2p",
|
|
"libsecp256k1",
|
|
"multiaddr 0.18.2",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-signer",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-prom-metrics-parser",
|
|
"pezkuwi-zombienet-provider",
|
|
"pezkuwi-zombienet-support",
|
|
"pezsc-chain-spec",
|
|
"pezsp-core",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"reqwest",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"toml 0.8.23",
|
|
"tracing",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-prom-metrics-parser"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_derive",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-provider"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"erased-serde",
|
|
"flate2",
|
|
"futures",
|
|
"hex",
|
|
"k8s-openapi",
|
|
"kube",
|
|
"nix 0.29.0",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-support",
|
|
"regex",
|
|
"reqwest",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"sha2 0.10.9",
|
|
"tar",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
"url",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-sdk"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"k8s-openapi",
|
|
"kube",
|
|
"lazy_static",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-signer",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-orchestrator",
|
|
"pezkuwi-zombienet-provider",
|
|
"pezkuwi-zombienet-support",
|
|
"serde_json",
|
|
"tokio",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-sdk-tests"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"asset-hub-zagros-runtime",
|
|
"bizinikiwi-build-script-utils",
|
|
"env_logger 0.11.8",
|
|
"ethabi-decode",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-zombienet-sdk-helpers",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-zombienet-orchestrator",
|
|
"pezkuwi-zombienet-sdk",
|
|
"pezpallet-revive",
|
|
"pezsc-executor",
|
|
"pezsc-runtime-utilities",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwi-zombienet-support"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"lazy_static",
|
|
"nix 0.29.0",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"reqwest",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezkuwi-primitives",
|
|
"pezkuwichain-runtime",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-runtime"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-binary-merkle-tree",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-beefy",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-collective",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-election-provider-support-benchmarking",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-indices",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-mmr",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-benchmarking",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-offences",
|
|
"pezpallet-offences-benchmarking",
|
|
"pezpallet-parameters",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-referenda",
|
|
"pezpallet-root-testing",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-session-benchmarking",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-runtime-api",
|
|
"pezpallet-state-trie-migration",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-validator-pool",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tokio",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-runtime-constants"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"pezframe-support",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-system-emulated-network"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-pezkuwichain-emulated-chain",
|
|
"coretime-pezkuwichain-emulated-chain",
|
|
"emulated-integration-tests-common",
|
|
"people-pezkuwichain-emulated-chain",
|
|
"pez-penpal-emulated-chain",
|
|
"pezbridge-hub-pezkuwichain-emulated-chain",
|
|
"pezkuwichain-emulated-chain",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-teyrchain-runtime"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-ping",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-aura",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-xcm",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde_json",
|
|
"teyrchains-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezkuwichain-zagros-system-emulated-network"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-pezkuwichain-emulated-chain",
|
|
"asset-hub-zagros-emulated-chain",
|
|
"emulated-integration-tests-common",
|
|
"pez-penpal-emulated-chain",
|
|
"pezbridge-hub-pezkuwichain-emulated-chain",
|
|
"pezbridge-hub-zagros-emulated-chain",
|
|
"pezkuwichain-emulated-chain",
|
|
"zagros-emulated-chain",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezmmr-gadget"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-offchain",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezmmr-rpc"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-ah-ops"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-utility",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-ahm-test"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-election-provider-multi-block",
|
|
"pezpallet-offences",
|
|
"pezpallet-root-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async",
|
|
"pezpallet-staking-async-ah-client",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-alliance"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-collective",
|
|
"pezpallet-identity",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-conversion"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-conversion-ops"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-conversion-tx-payment"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-transaction-payment",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-rate"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-rewards"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-assets-freezer",
|
|
"pezpallet-balances",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-asset-tx-payment"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-transaction-payment",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-assets"
|
|
version = "29.1.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-assets-freezer"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-assets-holder"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-assets-precompiles"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pez-ethereum-standards",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-revive",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-atomic-swap"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-aura"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-timestamp",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-authority-discovery"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezsp-application-crypto",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-authorship"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-babe"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bags-list"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"aquamarine",
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bags-list-fuzzer"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"honggfuzz",
|
|
"pezframe-election-provider-support",
|
|
"pezpallet-bags-list",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bags-list-remote-tests"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"log",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-staking",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-balances"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-beefy"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-beefy-mmr"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-binary-merkle-tree",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-beefy",
|
|
"pezpallet-mmr",
|
|
"pezpallet-session",
|
|
"pezsp-api",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-state-machine",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bounties"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-treasury",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bridge-beefy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-beefy",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-ckb-merkle-mountain-range",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-mmr",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bridge-grandpa"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bridge-messages"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bridge-relayers"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-relayers",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezbp-teyrchains",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-bridge-teyrchains",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-utility",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-bridge-teyrchains"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezbp-test-utils",
|
|
"pezbp-teyrchains",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bridge-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-broker"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pretty_assertions",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-child-bounties"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-bounties",
|
|
"pezpallet-treasury",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-collator-selection"
|
|
version = "9.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-collective"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-collective-content"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-contracts"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"environmental",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-contracts-proc-macro",
|
|
"pezpallet-contracts-uapi",
|
|
"pezpallet-insecure-randomness-collective-flip",
|
|
"pezpallet-proxy",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-utility",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"rand_pcg",
|
|
"scale-info",
|
|
"serde",
|
|
"smallvec",
|
|
"wasm-instrument",
|
|
"wasmi 0.32.3",
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-contracts-fixtures"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"parity-wasm",
|
|
"pezframe-system",
|
|
"pezsp-runtime",
|
|
"tempfile",
|
|
"toml 0.8.23",
|
|
"twox-hash 1.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-contracts-mock-network"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-contracts",
|
|
"pezpallet-contracts-fixtures",
|
|
"pezpallet-contracts-uapi",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-xcm",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-contracts-proc-macro"
|
|
version = "18.0.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-contracts-uapi"
|
|
version = "5.0.0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-conviction-voting"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-core-fellowship"
|
|
version = "12.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-ranked-collective",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-default-config-example"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-delegated-staking"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-democracy"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-preimage",
|
|
"pezpallet-scheduler",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-derivatives"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-dev-mode"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-dummy-dim"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-people",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"verifiable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-election-provider-e2e-test"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-election-provider-multi-phase",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-election-provider-multi-block"
|
|
version = "0.9.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-election-provider-multi-phase"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"hex",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"strum 0.26.3",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-election-provider-support-benchmarking"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-system",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-elections-phragmen"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-authorization-tx-extension"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-verify-signature",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-basic"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-kitchensink"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-mbm"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-migrations",
|
|
"pezsp-io",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-offchain-worker"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"lite-json",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-pezframe-crate"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-single-block-migrations"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-split"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-tasks"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-example-view-functions"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-runtime",
|
|
"pretty_assertions",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-examples"
|
|
version = "4.0.0-dev"
|
|
dependencies = [
|
|
"pezpallet-default-config-example",
|
|
"pezpallet-dev-mode",
|
|
"pezpallet-example-authorization-tx-extension",
|
|
"pezpallet-example-basic",
|
|
"pezpallet-example-kitchensink",
|
|
"pezpallet-example-offchain-worker",
|
|
"pezpallet-example-pezframe-crate",
|
|
"pezpallet-example-single-block-migrations",
|
|
"pezpallet-example-split",
|
|
"pezpallet-example-tasks",
|
|
"pezpallet-example-view-functions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-fast-unstake"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-glutton"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"blake2 0.10.6",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-grandpa"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"finality-grandpa",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-identity"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-identity-kyc"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-im-online"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-indices"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-insecure-randomness-collective-flip"
|
|
version = "16.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"safe-mix",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-lottery"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-membership"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-message-queue"
|
|
version = "31.0.0"
|
|
dependencies = [
|
|
"environmental",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-weights",
|
|
"rand 0.8.5",
|
|
"rand_distr",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-meta-tx"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-verify-signature",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-migrations"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-benchmarking",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pretty_assertions",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-minimal-template"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-mixnet"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-application-crypto",
|
|
"pezsp-mixnet",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-mmr"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"itertools 0.11.0",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-multi-asset-bounties"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-preimage",
|
|
"pezpallet-utility",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-multisig"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nft-fractionalization"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-nfts",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nfts"
|
|
version = "22.0.0"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nfts-runtime-api"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nis"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-node-authorization"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nomination-pools"
|
|
version = "25.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nomination-pools-benchmarking"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nomination-pools-fuzzer"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"honggfuzz",
|
|
"log",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-nomination-pools",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nomination-pools-runtime-api"
|
|
version = "23.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezpallet-nomination-pools",
|
|
"pezsp-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-nomination-pools-test-delegate-stake"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-offences"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-offences-benchmarking"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-babe",
|
|
"pezpallet-balances",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-im-online",
|
|
"pezpallet-offences",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-oracle"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-application-crypto",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-oracle-runtime-api"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-origin-restriction"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-transaction-payment",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-paged-list"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-metadata-ir",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-paged-list-fuzzer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"honggfuzz",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-paged-list",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-parameters"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-people"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"verifiable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-perwerde"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-collective",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-pez-rewards"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-nfts",
|
|
"pezpallet-pez-treasury",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-trust",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-pez-treasury"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-scheduler",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-preimage"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-presale"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-proxy"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-utility",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-ranked-collective"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-recovery"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-referenda"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-preimage",
|
|
"pezpallet-scheduler",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-referral"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-nfts",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-remark"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-revive"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-core",
|
|
"alloy-trie",
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"bizinikiwi-bn",
|
|
"derive_more 0.99.20",
|
|
"environmental",
|
|
"ethereum-types",
|
|
"hex-literal",
|
|
"humantime-serde",
|
|
"impl-trait-for-tuples",
|
|
"k256",
|
|
"log",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pez-ethereum-standards",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-subxt-signer",
|
|
"pezpallet-balances",
|
|
"pezpallet-proxy",
|
|
"pezpallet-revive-fixtures",
|
|
"pezpallet-revive-proc-macro",
|
|
"pezpallet-revive-uapi",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-utility",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"polkavm 0.29.1",
|
|
"polkavm-common 0.29.0",
|
|
"pretty_assertions",
|
|
"proptest",
|
|
"rand 0.8.5",
|
|
"rand_pcg",
|
|
"revm",
|
|
"ripemd",
|
|
"rlp 0.6.1",
|
|
"scale-info",
|
|
"secp256k1 0.28.2",
|
|
"serde",
|
|
"serde_json",
|
|
"test-case",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-revive-eth-rpc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"clap",
|
|
"env_logger 0.11.8",
|
|
"futures",
|
|
"git2",
|
|
"hex",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-revive-dev-node",
|
|
"pez-revive-dev-runtime",
|
|
"pezkuwi-subxt",
|
|
"pezkuwi-subxt-signer",
|
|
"pezpallet-revive",
|
|
"pezpallet-revive-fixtures",
|
|
"pezsc-cli",
|
|
"pezsc-rpc",
|
|
"pezsc-rpc-api",
|
|
"pezsc-service",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezsp-weights",
|
|
"pretty_assertions",
|
|
"rlp 0.6.1",
|
|
"serde",
|
|
"serde_json",
|
|
"sqlx",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-revive-fixtures"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"anyhow",
|
|
"cargo_metadata",
|
|
"hex",
|
|
"pezpallet-revive-uapi",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"polkavm-linker 0.30.0",
|
|
"serde_json",
|
|
"toml 0.8.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-revive-proc-macro"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-revive-uapi"
|
|
version = "0.44.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"bitflags 1.3.2",
|
|
"const-crypto",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezpallet-revive-proc-macro",
|
|
"polkavm-derive 0.29.0",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-root-offences"
|
|
version = "25.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-root-testing"
|
|
version = "4.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-safe-mode"
|
|
version = "9.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-proxy",
|
|
"pezpallet-utility",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-salary"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-ranked-collective",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-sassafras"
|
|
version = "0.3.5-dev"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-consensus-sassafras",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-scheduler"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-preimage",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-scored-pool"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-session"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-session-benchmarking"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-skip-feeless-payment"
|
|
version = "3.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-society"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-arithmetic",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"rand_chacha 0.3.1",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-staking-reward-curve",
|
|
"pezpallet-timestamp",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"rand_chacha 0.3.1",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"env_logger 0.11.8",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-ah-client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-authorship",
|
|
"pezpallet-session",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-preset-store"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-staking-async-ah-client",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-rc-client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-rc-runtime"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"approx",
|
|
"bitvec",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-binary-merkle-tree",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-beefy",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-election-provider-multi-phase",
|
|
"pezpallet-election-provider-support-benchmarking",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-identity",
|
|
"pezpallet-indices",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-mmr",
|
|
"pezpallet-multisig",
|
|
"pezpallet-offences",
|
|
"pezpallet-offences-benchmarking",
|
|
"pezpallet-parameters",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-recovery",
|
|
"pezpallet-referenda",
|
|
"pezpallet-root-offences",
|
|
"pezpallet-root-testing",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-session-benchmarking",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async-ah-client",
|
|
"pezpallet-staking-async-preset-store",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-async-rc-runtime-constants",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"smallvec",
|
|
"tiny-keccak",
|
|
"tokio",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-rc-runtime-constants"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"pezframe-support",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-reward-fn"
|
|
version = "19.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"pezsp-arithmetic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-runtime-api"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-staking",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-async-teyrchain-runtime"
|
|
version = "0.15.0"
|
|
dependencies = [
|
|
"asset-test-pezutils",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezbp-asset-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-pezkuwichain",
|
|
"pezbp-bridge-hub-zagros",
|
|
"pezcumulus-pezpallet-aura-ext",
|
|
"pezcumulus-pezpallet-session-benchmarking",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-weight-reclaim",
|
|
"pezcumulus-pezpallet-xcm",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-aura",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-asset-conversion-ops",
|
|
"pezpallet-asset-conversion-tx-payment",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-asset-rewards",
|
|
"pezpallet-assets",
|
|
"pezpallet-assets-freezer",
|
|
"pezpallet-aura",
|
|
"pezpallet-authorship",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-bags-list-remote-tests",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-election-provider-multi-block",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-migrations",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nft-fractionalization",
|
|
"pezpallet-nfts",
|
|
"pezpallet-nfts-runtime-api",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-referenda",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-staking-async",
|
|
"pezpallet-staking-async-preset-store",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-async-runtime-api",
|
|
"pezpallet-state-trie-migration",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-uniques",
|
|
"pezpallet-utility",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezsp-api",
|
|
"pezsp-arithmetic",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
"serde_json",
|
|
"testnet-teyrchains-constants",
|
|
"teyrchains-common",
|
|
"teyrchains-runtimes-test-utils",
|
|
"tokio",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-reward-curve"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"pezsp-runtime",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-reward-fn"
|
|
version = "19.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"pezsp-arithmetic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-runtime-api"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-staking",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-staking-score"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-staking",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-state-trie-migration"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
"serde",
|
|
"thousands",
|
|
"tokio",
|
|
"zstd 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-statement"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-sudo"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-template"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-teyrchain-template"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-tiki"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-identity",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-nfts",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-timestamp"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-storage",
|
|
"pezsp-timestamp",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-tips"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-treasury",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-storage",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-token-wrapper"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-transaction-payment"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-transaction-payment-rpc"
|
|
version = "30.0.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-transaction-payment-rpc-runtime-api"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezpallet-transaction-payment",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-transaction-storage"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-transaction-storage-proof",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-treasury"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-utility",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-trust"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-perwerde",
|
|
"pezpallet-referral",
|
|
"pezpallet-staking-score",
|
|
"pezpallet-tiki",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-tx-pause"
|
|
version = "9.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-proxy",
|
|
"pezpallet-utility",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-uniques"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-utility"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-collective",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-validator-pool"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-verify-signature"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-vesting"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-welati"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-collective",
|
|
"pezpallet-democracy",
|
|
"pezpallet-elections-phragmen",
|
|
"pezpallet-identity",
|
|
"pezpallet-identity-kyc",
|
|
"pezpallet-nfts",
|
|
"pezpallet-referral",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-staking-score",
|
|
"pezpallet-tiki",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-trust",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-whitelist"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-preimage",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-xcm"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"bounded-collections 0.3.2",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-xcm-benchmarks"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-xcm-bridge-hub"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-runtime",
|
|
"pezbp-xcm-bridge-hub",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-bridge-messages",
|
|
"pezpallet-xcm-bridge-hub-router",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-xcm-bridge-hub-router"
|
|
version = "0.5.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-xcm-bridge-hub-router",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezpallet-xcm-precompiles"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-revive",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-xcm",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-allocator"
|
|
version = "23.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"pezsp-core",
|
|
"pezsp-wasm-interface",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-authority-discovery"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"futures-timer",
|
|
"hex",
|
|
"ip_network",
|
|
"linked_hash_set",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsc-service",
|
|
"pezsp-api",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"prost 0.12.6",
|
|
"prost-build 0.13.5",
|
|
"quickcheck",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-basic-authorship"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-proposer-metrics",
|
|
"pezsc-telemetry",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-block-builder"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-chain-spec"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bizinikiwi-test-runtime",
|
|
"clap",
|
|
"docify",
|
|
"memmap2 0.9.9",
|
|
"parity-scale-codec",
|
|
"pezsc-chain-spec-derive",
|
|
"pezsc-client-api",
|
|
"pezsc-executor",
|
|
"pezsc-network",
|
|
"pezsc-telemetry",
|
|
"pezsp-application-crypto",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pretty_assertions",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-chain-spec-derive"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-cli"
|
|
version = "0.36.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bip39",
|
|
"chrono",
|
|
"clap",
|
|
"fdlimit",
|
|
"futures",
|
|
"futures-timer",
|
|
"itertools 0.11.0",
|
|
"libp2p-identity",
|
|
"log",
|
|
"names",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-keystore",
|
|
"pezsc-mixnet",
|
|
"pezsc-network",
|
|
"pezsc-service",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-utils",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-panic-handler",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"rpassword",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-client-api"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime",
|
|
"fnv",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-executor",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-database",
|
|
"pezsp-externalities",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"pezsp-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-client-db"
|
|
version = "0.35.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"criterion",
|
|
"hash-db",
|
|
"kvdb",
|
|
"kvdb-memorydb",
|
|
"kvdb-rocksdb",
|
|
"linked-hash-map",
|
|
"log",
|
|
"parity-db",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-kitchensink-runtime",
|
|
"pezsc-client-api",
|
|
"pezsc-state-db",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-database",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"rand 0.8.5",
|
|
"schnellru",
|
|
"sysinfo",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"log",
|
|
"mockall",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-client-api",
|
|
"pezsc-network-types",
|
|
"pezsc-utils",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-test-primitives",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-aura"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-fork-tree",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsc-network-test",
|
|
"pezsc-telemetry",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-babe"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"num-bigint",
|
|
"num-rational",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-fork-tree",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-network-test",
|
|
"pezsc-telemetry",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-inherents",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-babe-rpc"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-rpc-api",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-beefy"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-network-gossip",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-test",
|
|
"pezsc-network-types",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"wasm-timer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-beefy-rpc"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-rpc",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-epochs"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pez-fork-tree",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsp-blockchain",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-grandpa"
|
|
version = "0.19.0"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"dyn-clone",
|
|
"finality-grandpa",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pez-fork-tree",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-gossip",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-test",
|
|
"pezsc-network-types",
|
|
"pezsc-telemetry",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-grandpa-rpc"
|
|
version = "0.19.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"finality-grandpa",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-rpc",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-manual-seal"
|
|
version = "0.35.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bizinikiwi-test-runtime-transaction-pool",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-pow"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsp-api",
|
|
"pezsp-block-builder",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-pow",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-consensus-slots"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-telemetry",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-executor"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"bizinikiwi-test-runtime",
|
|
"criterion",
|
|
"num_cpus",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"paste",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-polkavm",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsc-runtime-test",
|
|
"pezsc-tracing",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-externalities",
|
|
"pezsp-io",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-panic-handler",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pezsp-wasm-interface",
|
|
"schnellru",
|
|
"tempfile",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-executor-common"
|
|
version = "0.29.0"
|
|
dependencies = [
|
|
"pezsc-allocator",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-wasm-interface",
|
|
"polkavm 0.26.0",
|
|
"thiserror 1.0.69",
|
|
"wasm-instrument",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-executor-polkavm"
|
|
version = "0.29.0"
|
|
dependencies = [
|
|
"log",
|
|
"pezsc-executor-common",
|
|
"pezsp-wasm-interface",
|
|
"polkavm 0.26.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-executor-wasmtime"
|
|
version = "0.29.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_metadata",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"paste",
|
|
"pezsc-allocator",
|
|
"pezsc-executor-common",
|
|
"pezsc-runtime-test",
|
|
"pezsp-io",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-wasm-interface",
|
|
"rustix 1.1.3",
|
|
"tempfile",
|
|
"wasmtime",
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-informant"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"console",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-sync",
|
|
"pezsp-blockchain",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-keystore"
|
|
version = "25.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-mixnet"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"arrayvec 0.7.6",
|
|
"blake2 0.10.6",
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"mixnet",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-mixnet",
|
|
"pezsp-runtime",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"asynchronous-codec 0.6.2",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bytes",
|
|
"cid 0.9.0",
|
|
"criterion",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"ip_network",
|
|
"libp2p",
|
|
"linked_hash_set",
|
|
"litep2p",
|
|
"log",
|
|
"mockall",
|
|
"multistream-select",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"partial_sort",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-network-common",
|
|
"pezsc-network-types",
|
|
"pezsc-utils",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pin-project",
|
|
"prost 0.12.6",
|
|
"prost-build 0.13.5",
|
|
"rand 0.8.5",
|
|
"schnellru",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
"unsigned-varint 0.7.2",
|
|
"void",
|
|
"wasm-timer",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-common"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"parity-scale-codec",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-gossip"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-types",
|
|
"pezsp-runtime",
|
|
"quickcheck",
|
|
"schnellru",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-light"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-client-api",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"prost 0.12.6",
|
|
"prost-build 0.13.5",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-statement"
|
|
version = "0.16.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-types",
|
|
"pezsp-consensus",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-sync"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"log",
|
|
"mockall",
|
|
"parity-scale-codec",
|
|
"pez-fork-tree",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-types",
|
|
"pezsc-utils",
|
|
"pezsp-arithmetic",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-test-primitives",
|
|
"pezsp-tracing",
|
|
"prost 0.12.6",
|
|
"prost-build 0.13.5",
|
|
"quickcheck",
|
|
"schnellru",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-test"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"async-trait",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"futures-timer",
|
|
"libp2p",
|
|
"log",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-light",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-types",
|
|
"pezsc-service",
|
|
"pezsc-utils",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-transactions"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-types",
|
|
"pezsc-utils",
|
|
"pezsp-consensus",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-network-types"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"bs58",
|
|
"bytes",
|
|
"ed25519-dalek",
|
|
"libp2p-identity",
|
|
"libp2p-kad",
|
|
"litep2p",
|
|
"log",
|
|
"multiaddr 0.18.2",
|
|
"multihash 0.19.3",
|
|
"quickcheck",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_with",
|
|
"thiserror 1.0.69",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-offchain"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bytes",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-rustls 0.27.7",
|
|
"hyper-util",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-network",
|
|
"pezsc-network-types",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-keystore",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"rand 0.8.5",
|
|
"rustls 0.23.35",
|
|
"threadpool",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-proposer-metrics"
|
|
version = "0.17.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-rpc"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bizinikiwi-test-runtime-client",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-mixnet",
|
|
"pezsc-network",
|
|
"pezsc-rpc-api",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-keystore",
|
|
"pezsp-offchain",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-statement-store",
|
|
"pezsp-version",
|
|
"pretty_assertions",
|
|
"serde_json",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-rpc-api"
|
|
version = "0.33.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezsc-chain-spec",
|
|
"pezsc-mixnet",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-core",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-rpc-server"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"dyn-clone",
|
|
"forwarded-header-value",
|
|
"futures",
|
|
"governor",
|
|
"http 1.4.0",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"ip_network",
|
|
"jsonrpsee",
|
|
"log",
|
|
"pezsc-rpc-api",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"tower 0.4.13",
|
|
"tower-http 0.5.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-rpc-spec-v2"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bizinikiwi-test-runtime-transaction-pool",
|
|
"futures",
|
|
"futures-util",
|
|
"hex",
|
|
"itertools 0.11.0",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-rpc",
|
|
"pezsc-service",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-version",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"schnellru",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-runtime-test"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-runtime-utilities"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-proof-size-hostfunction",
|
|
"pezcumulus-test-runtime",
|
|
"pezkuwi-subxt",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-state-machine",
|
|
"pezsp-version",
|
|
"pezsp-wasm-interface",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-service"
|
|
version = "0.35.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"directories",
|
|
"exit-future",
|
|
"futures",
|
|
"futures-timer",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-executor",
|
|
"pezsc-informant",
|
|
"pezsc-keystore",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-light",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-transactions",
|
|
"pezsc-network-types",
|
|
"pezsc-rpc",
|
|
"pezsc-rpc-server",
|
|
"pezsc-rpc-spec-v2",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-transaction-storage-proof",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"schnellru",
|
|
"serde",
|
|
"serde_json",
|
|
"static_init",
|
|
"tempfile",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-service-test"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"async-channel 1.9.0",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"fdlimit",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-executor",
|
|
"pezsc-network",
|
|
"pezsc-network-sync",
|
|
"pezsc-service",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"tempfile",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-state-db"
|
|
version = "0.30.0"
|
|
dependencies = [
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-statement-store"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"criterion",
|
|
"log",
|
|
"parity-db",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-client-api",
|
|
"pezsc-keystore",
|
|
"pezsc-network-statement",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"pezsp-tracing",
|
|
"tempfile",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-storage-monitor"
|
|
version = "0.16.0"
|
|
dependencies = [
|
|
"clap",
|
|
"fs4",
|
|
"log",
|
|
"pezsp-core",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-sync-state-rpc"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"jsonrpsee",
|
|
"parity-scale-codec",
|
|
"pezsc-chain-spec",
|
|
"pezsc-client-api",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsp-blockchain",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-sysinfo"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"derive_more 0.99.20",
|
|
"futures",
|
|
"libc",
|
|
"log",
|
|
"pezsc-telemetry",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"rand 0.8.5",
|
|
"rand_pcg",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-telemetry"
|
|
version = "15.0.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"futures",
|
|
"libp2p",
|
|
"log",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-utils",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"wasm-timer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-tracing"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"console",
|
|
"criterion",
|
|
"is-terminal",
|
|
"libc",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsc-client-api",
|
|
"pezsc-tracing-proc-macro",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"regex",
|
|
"rustc-hash 1.1.0",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"tracing-log",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-tracing-proc-macro"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-transaction-pool"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"assert_matches",
|
|
"async-trait",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-test-runtime",
|
|
"bizinikiwi-test-runtime-client",
|
|
"bizinikiwi-test-runtime-transaction-pool",
|
|
"bizinikiwi-txtesttool",
|
|
"chrono",
|
|
"criterion",
|
|
"env_logger 0.11.8",
|
|
"futures",
|
|
"futures-timer",
|
|
"indexmap 2.12.1",
|
|
"itertools 0.11.0",
|
|
"linked-hash-map",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezcumulus-zombienet-sdk-helpers",
|
|
"pezkuwi-zombienet-configuration",
|
|
"pezkuwi-zombienet-sdk",
|
|
"pezsc-block-builder",
|
|
"pezsc-client-api",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"rstest",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-transaction-pool-api"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"indexmap 2.12.1",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsc-utils"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-arithmetic",
|
|
"prometheus",
|
|
"tokio-test",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-beacon-primitives"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"byte-slice-cast",
|
|
"hex",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsnowbridge-ethereum",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"rlp 0.6.1",
|
|
"scale-info",
|
|
"serde",
|
|
"snowbridge-milagro-bls",
|
|
"ssz_rs",
|
|
"ssz_rs_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-core"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-relayers",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-ethereum"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"alloy-consensus",
|
|
"alloy-core",
|
|
"alloy-primitives",
|
|
"alloy-rlp",
|
|
"ethabi-decode",
|
|
"ethbloom",
|
|
"ethereum-types",
|
|
"hex-literal",
|
|
"parity-bytes",
|
|
"parity-scale-codec",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"rlp 0.6.1",
|
|
"scale-info",
|
|
"serde",
|
|
"serde-big-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-inbound-queue-primitives"
|
|
version = "0.9.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pez-assets-common",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-test-utils",
|
|
"pezsnowbridge-verification-primitives",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-merkle-tree"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"hex",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-outbound-queue-primitives"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"ethabi-decode",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-verification-primitives",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-outbound-queue-runtime-api"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-outbound-queue-v2-runtime-api"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-ethereum-client"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-timestamp",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-ethereum",
|
|
"pezsnowbridge-pezpallet-ethereum-client-fixtures",
|
|
"pezsnowbridge-verification-primitives",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"static_assertions",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-ethereum-client-fixtures"
|
|
version = "0.9.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-verification-primitives",
|
|
"pezsp-core",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-inbound-queue"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-ethereum-client",
|
|
"pezsnowbridge-pezpallet-inbound-queue-fixtures",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-inbound-queue-fixtures"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsp-core",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-inbound-queue-v2"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-relayers",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-inbound-queue-v2-fixtures",
|
|
"pezsnowbridge-test-utils",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-inbound-queue-v2-fixtures"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-inbound-queue-primitives",
|
|
"pezsp-core",
|
|
"pezsp-std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-outbound-queue"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"ethabi-decode",
|
|
"parity-scale-codec",
|
|
"pezbridge-hub-common",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-message-queue",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-outbound-queue-v2"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"alloy-core",
|
|
"ethabi-decode",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezbp-relayers",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-message-queue",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-merkle-tree",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-test-utils",
|
|
"pezsnowbridge-verification-primitives",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-system"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"hex",
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-system-frontend"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-balances",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-test-utils",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-pezpallet-system-v2"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsnowbridge-test-utils",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-runtime-common"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-xcm",
|
|
"pezsp-arithmetic",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-runtime-test-common"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-utility",
|
|
"pezpallet-xcm",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-pezpallet-ethereum-client",
|
|
"pezsnowbridge-pezpallet-ethereum-client-fixtures",
|
|
"pezsnowbridge-pezpallet-outbound-queue",
|
|
"pezsnowbridge-pezpallet-system",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-runtimes-test-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-system-runtime-api"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsnowbridge-core",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-system-v2-runtime-api"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsnowbridge-core",
|
|
"pezsp-api",
|
|
"pezsp-std",
|
|
"pezstaging-xcm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-test-utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezbp-relayers",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-asset-conversion",
|
|
"pezsnowbridge-core",
|
|
"pezsnowbridge-outbound-queue-primitives",
|
|
"pezsp-core",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsnowbridge-verification-primitives"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsnowbridge-beacon-primitives",
|
|
"pezsp-core",
|
|
"pezsp-std",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-api"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
"hash-db",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-api-proc-macro",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"scale-info",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-api-proc-macro"
|
|
version = "15.0.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"assert_matches",
|
|
"blake2 0.10.6",
|
|
"expander",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-api-test"
|
|
version = "2.0.1"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"criterion",
|
|
"futures",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsc-block-builder",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-metadata-ir",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-version",
|
|
"rustversion",
|
|
"scale-info",
|
|
"static_assertions",
|
|
"trybuild",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-application-crypto"
|
|
version = "30.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-application-crypto-test"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-test-runtime-client",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-arithmetic"
|
|
version = "23.0.0"
|
|
dependencies = [
|
|
"criterion",
|
|
"docify",
|
|
"integer-sqrt",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"pezsp-crypto-hashing",
|
|
"primitive-types 0.13.1",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-arithmetic-fuzzer"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"fraction",
|
|
"honggfuzz",
|
|
"num-bigint",
|
|
"pezsp-arithmetic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-authority-discovery"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-block-builder"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"pezsp-api",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-blockchain"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-api",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-database",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"log",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-aura"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-babe"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-timestamp",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-beefy"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-keystore",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
"serde",
|
|
"strum 0.26.3",
|
|
"w3f-bls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-grandpa"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"finality-grandpa",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-pow"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-sassafras"
|
|
version = "0.3.4-dev"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-consensus-slots",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-consensus-slots"
|
|
version = "0.32.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-timestamp",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-core"
|
|
version = "28.0.0"
|
|
dependencies = [
|
|
"ark-vrf",
|
|
"array-bytes 6.2.3",
|
|
"bip39",
|
|
"bitflags 1.3.2",
|
|
"bizinikiwi-bip39",
|
|
"blake2 0.10.6",
|
|
"bounded-collections 0.3.2",
|
|
"bs58",
|
|
"criterion",
|
|
"dyn-clone",
|
|
"ed25519-zebra",
|
|
"futures",
|
|
"hash-db",
|
|
"hash256-std-hasher",
|
|
"impl-serde",
|
|
"itertools 0.11.0",
|
|
"k256",
|
|
"libsecp256k1",
|
|
"log",
|
|
"merlin",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"paste",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-debug-derive",
|
|
"pezsp-externalities",
|
|
"pezsp-ss58-registry 1.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"primitive-types 0.13.1",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"scale-info",
|
|
"schnorrkel 0.11.5",
|
|
"secp256k1 0.28.2",
|
|
"secrecy",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"w3f-bls",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-core-fuzz"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libfuzzer-sys",
|
|
"pezsp-core",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-core-hashing"
|
|
version = "15.0.0"
|
|
dependencies = [
|
|
"pezsp-crypto-hashing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-core-hashing-proc-macro"
|
|
version = "15.0.0"
|
|
dependencies = [
|
|
"pezsp-crypto-hashing-proc-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-crypto-ec-utils"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"ark-bls12-377 0.5.0",
|
|
"ark-bls12-377-ext",
|
|
"ark-bls12-381 0.5.0",
|
|
"ark-bls12-381-ext",
|
|
"ark-bw6-761",
|
|
"ark-bw6-761-ext",
|
|
"ark-ec 0.5.0",
|
|
"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",
|
|
"pezsp-runtime-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-crypto-hashing"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"blake2b_simd",
|
|
"byteorder",
|
|
"criterion",
|
|
"digest 0.10.7",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"twox-hash 1.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-crypto-hashing-proc-macro"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"pezsp-crypto-hashing",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-database"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"kvdb",
|
|
"parking_lot 0.12.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-debug-derive"
|
|
version = "14.0.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-externalities"
|
|
version = "0.25.0"
|
|
dependencies = [
|
|
"environmental",
|
|
"parity-scale-codec",
|
|
"pezsp-storage",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-genesis-builder"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-inherents"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-io"
|
|
version = "30.0.0"
|
|
dependencies = [
|
|
"bytes",
|
|
"docify",
|
|
"ed25519-dalek",
|
|
"libsecp256k1",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-externalities",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"polkavm-derive 0.26.0",
|
|
"rustversion",
|
|
"secp256k1 0.28.2",
|
|
"tracing",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-keyring"
|
|
version = "31.0.0"
|
|
dependencies = [
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"strum 0.26.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-keystore"
|
|
version = "0.34.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-maybe-compressed-blob"
|
|
version = "11.0.0"
|
|
dependencies = [
|
|
"thiserror 1.0.69",
|
|
"zstd 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-metadata-ir"
|
|
version = "0.6.0"
|
|
dependencies = [
|
|
"frame-metadata",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-mixnet"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-mmr-primitives"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezkuwi-ckb-merkle-mountain-range",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-debug-derive",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-npos-elections"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-npos-elections-fuzzer"
|
|
version = "2.0.0-alpha.5"
|
|
dependencies = [
|
|
"clap",
|
|
"honggfuzz",
|
|
"pezsp-npos-elections",
|
|
"pezsp-runtime",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-offchain"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-panic-handler"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"backtrace",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-rpc"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"pezsp-core",
|
|
"rustc-hash 1.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime"
|
|
version = "31.0.1"
|
|
dependencies = [
|
|
"bytes",
|
|
"docify",
|
|
"either",
|
|
"hash256-std-hasher",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pez-binary-merkle-tree",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-state-machine",
|
|
"pezsp-std",
|
|
"pezsp-tracing",
|
|
"pezsp-trie",
|
|
"pezsp-weights",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"simple-mermaid",
|
|
"tracing",
|
|
"tuplex",
|
|
"zstd 0.12.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime-interface"
|
|
version = "24.0.0"
|
|
dependencies = [
|
|
"bytes",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezsp-externalities",
|
|
"pezsp-runtime-interface-proc-macro",
|
|
"pezsp-std",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-wasm-interface",
|
|
"polkavm-derive 0.26.0",
|
|
"rustversion",
|
|
"static_assertions",
|
|
"trybuild",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime-interface-proc-macro"
|
|
version = "17.0.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"expander",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime-interface-test"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"pezsp-runtime-interface-test-wasm",
|
|
"pezsp-runtime-interface-test-wasm-deprecated",
|
|
"pezsp-state-machine",
|
|
"tracing",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime-interface-test-wasm"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"bytes",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-runtime-interface-test-wasm-deprecated"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime-interface",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-session"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-core",
|
|
"pezsp-keystore",
|
|
"pezsp-runtime",
|
|
"pezsp-staking",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-ss58-registry"
|
|
version = "1.52.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"num-format",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"serde",
|
|
"serde_json",
|
|
"unicode-xid 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-ss58-registry"
|
|
version = "1.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bf18f939625b28ef71ad9eb5bcfe34aaa30ab6fd38740c49b9ea1a9f36b4671"
|
|
dependencies = [
|
|
"Inflector",
|
|
"num-format",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"serde",
|
|
"serde_json",
|
|
"unicode-xid 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-staking"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-state-machine"
|
|
version = "0.35.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"array-bytes 6.2.3",
|
|
"assert_matches",
|
|
"hash-db",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"pezsp-panic-handler",
|
|
"pezsp-trie",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"trie-db",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-statement-store"
|
|
version = "10.0.0"
|
|
dependencies = [
|
|
"aes-gcm",
|
|
"curve25519-dalek",
|
|
"ed25519-dalek",
|
|
"hkdf",
|
|
"parity-scale-codec",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-externalities",
|
|
"pezsp-runtime",
|
|
"pezsp-runtime-interface",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"sha2 0.10.9",
|
|
"thiserror 1.0.69",
|
|
"x25519-dalek",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-std"
|
|
version = "14.0.0"
|
|
|
|
[[package]]
|
|
name = "pezsp-storage"
|
|
version = "19.0.0"
|
|
dependencies = [
|
|
"impl-serde",
|
|
"parity-scale-codec",
|
|
"pezsp-debug-derive",
|
|
"ref-cast",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-test-primitives"
|
|
version = "2.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-application-crypto",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-timestamp"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-tracing"
|
|
version = "16.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"regex",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-transaction-pool"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"pezsp-api",
|
|
"pezsp-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-transaction-storage-proof"
|
|
version = "26.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"parity-scale-codec",
|
|
"pezsp-core",
|
|
"pezsp-inherents",
|
|
"pezsp-runtime",
|
|
"pezsp-trie",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-trie"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"array-bytes 6.2.3",
|
|
"criterion",
|
|
"foldhash 0.1.5",
|
|
"hash-db",
|
|
"hashbrown 0.15.5",
|
|
"memory-db",
|
|
"nohash-hasher",
|
|
"parity-scale-codec",
|
|
"parking_lot 0.12.5",
|
|
"pezsp-core",
|
|
"pezsp-externalities",
|
|
"rand 0.8.5",
|
|
"scale-info",
|
|
"schnellru",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
"trie-bench",
|
|
"trie-db",
|
|
"trie-root",
|
|
"trie-standardmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-version"
|
|
version = "29.0.0"
|
|
dependencies = [
|
|
"impl-serde",
|
|
"parity-scale-codec",
|
|
"parity-wasm",
|
|
"pezsp-crypto-hashing-proc-macro",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-version-proc-macro",
|
|
"scale-info",
|
|
"serde",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-version-proc-macro"
|
|
version = "13.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezsp-version",
|
|
"proc-macro-warning",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-wasm-interface"
|
|
version = "20.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"impl-trait-for-tuples",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"wasmtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezsp-weights"
|
|
version = "27.0.0"
|
|
dependencies = [
|
|
"bounded-collections 0.3.2",
|
|
"parity-scale-codec",
|
|
"pezsp-arithmetic",
|
|
"pezsp-debug-derive",
|
|
"scale-info",
|
|
"schemars 1.1.0",
|
|
"serde",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-chain-spec-builder"
|
|
version = "1.6.1"
|
|
dependencies = [
|
|
"clap",
|
|
"cmd_lib",
|
|
"docify",
|
|
"pezsc-chain-spec",
|
|
"pezsp-tracing",
|
|
"pretty_assertions",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-node-cli"
|
|
version = "3.0.0-dev"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"assert_cmd",
|
|
"bizinikiwi-build-script-utils",
|
|
"bizinikiwi-cli-test-utils",
|
|
"bizinikiwi-frame-rpc-support",
|
|
"bizinikiwi-frame-rpc-system",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"bizinikiwi-rpc-client",
|
|
"bizinikiwi-state-trie-migration-rpc",
|
|
"bizinikiwi-wasm-builder",
|
|
"clap",
|
|
"clap_complete",
|
|
"criterion",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"nix 0.29.0",
|
|
"parity-scale-codec",
|
|
"pez-fork-tree",
|
|
"pez-generate-bags",
|
|
"pez-kitchensink-runtime",
|
|
"pez-node-primitives",
|
|
"pez-node-rpc",
|
|
"pez-node-testing",
|
|
"pez-subkey",
|
|
"pez-tracing-gum",
|
|
"pezframe-benchmarking-cli",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support-procedural-tools",
|
|
"pezkuwi-subxt-signer",
|
|
"pezmmr-gadget",
|
|
"pezmmr-rpc",
|
|
"pezpallet-transaction-payment-rpc",
|
|
"pezsc-allocator",
|
|
"pezsc-authority-discovery",
|
|
"pezsc-basic-authorship",
|
|
"pezsc-block-builder",
|
|
"pezsc-chain-spec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-client-db",
|
|
"pezsc-consensus",
|
|
"pezsc-consensus-aura",
|
|
"pezsc-consensus-babe",
|
|
"pezsc-consensus-babe-rpc",
|
|
"pezsc-consensus-beefy",
|
|
"pezsc-consensus-beefy-rpc",
|
|
"pezsc-consensus-epochs",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsc-consensus-grandpa-rpc",
|
|
"pezsc-consensus-manual-seal",
|
|
"pezsc-consensus-pow",
|
|
"pezsc-consensus-slots",
|
|
"pezsc-executor",
|
|
"pezsc-executor-common",
|
|
"pezsc-executor-polkavm",
|
|
"pezsc-executor-wasmtime",
|
|
"pezsc-informant",
|
|
"pezsc-keystore",
|
|
"pezsc-mixnet",
|
|
"pezsc-network",
|
|
"pezsc-network-common",
|
|
"pezsc-network-gossip",
|
|
"pezsc-network-light",
|
|
"pezsc-network-statement",
|
|
"pezsc-network-sync",
|
|
"pezsc-network-transactions",
|
|
"pezsc-network-types",
|
|
"pezsc-offchain",
|
|
"pezsc-proposer-metrics",
|
|
"pezsc-rpc",
|
|
"pezsc-rpc-api",
|
|
"pezsc-rpc-server",
|
|
"pezsc-rpc-spec-v2",
|
|
"pezsc-service",
|
|
"pezsc-service-test",
|
|
"pezsc-state-db",
|
|
"pezsc-statement-store",
|
|
"pezsc-storage-monitor",
|
|
"pezsc-sync-state-rpc",
|
|
"pezsc-sysinfo",
|
|
"pezsc-telemetry",
|
|
"pezsc-tracing",
|
|
"pezsc-transaction-pool",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsc-utils",
|
|
"pezsp-api",
|
|
"pezsp-blockchain",
|
|
"pezsp-consensus",
|
|
"pezsp-core",
|
|
"pezsp-core-hashing",
|
|
"pezsp-core-hashing-proc-macro",
|
|
"pezsp-database",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-keystore",
|
|
"pezsp-maybe-compressed-blob",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-panic-handler",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"pezsp-timestamp",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-storage-proof",
|
|
"pezstaging-chain-spec-builder",
|
|
"pezstaging-node-inspect",
|
|
"pezstaging-tracking-allocator",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"regex",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_json",
|
|
"soketto",
|
|
"tempfile",
|
|
"tokio",
|
|
"tokio-util",
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-node-inspect"
|
|
version = "0.12.0"
|
|
dependencies = [
|
|
"clap",
|
|
"parity-scale-codec",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-service",
|
|
"pezsp-blockchain",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-statement-store",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-teyrchain-info"
|
|
version = "0.7.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-tracking-allocator"
|
|
version = "2.0.0"
|
|
|
|
[[package]]
|
|
name = "pezstaging-xcm"
|
|
version = "7.0.1"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"bounded-collections 0.3.2",
|
|
"derive-where",
|
|
"environmental",
|
|
"hex-literal",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"scale-info",
|
|
"schemars 1.1.0",
|
|
"serde",
|
|
"tracing",
|
|
"xcm-pez-procedural",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-xcm-builder"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"environmental",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-test-runtime",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-conversion",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezpallet-salary",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-xcm",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"primitive-types 0.13.1",
|
|
"scale-info",
|
|
"tracing",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pezstaging-xcm-executor"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"environmental",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking",
|
|
"pezframe-support",
|
|
"pezsp-arithmetic",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "peztest-runtime-constants"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"pezframe-support",
|
|
"pezkuwi-primitives",
|
|
"pezsp-runtime",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
dependencies = [
|
|
"phf_macros",
|
|
"phf_shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
dependencies = [
|
|
"phf_shared",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
dependencies = [
|
|
"siphasher 1.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "picosimd"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af35c838647fef3d6d052e27006ef88ea162336eee33063c50a63f163c18cdeb"
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "piper"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"fastrand 2.3.0",
|
|
"futures-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkcs1"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
dependencies = [
|
|
"der",
|
|
"pkcs8",
|
|
"spki",
|
|
]
|
|
|
|
[[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 = "polkavm"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa028f713d0613f0f08b8b3367402cb859218854f6b96fcbe39a501862894d6f"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"polkavm-assembler 0.26.0",
|
|
"polkavm-common 0.26.0",
|
|
"polkavm-linux-raw 0.26.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm"
|
|
version = "0.29.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63c8211d36125b6cc451b3cbc46b8ee27fefb54521b67f43c8630bd1afbd44d4"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"polkavm-assembler 0.29.0",
|
|
"polkavm-common 0.29.0",
|
|
"polkavm-linux-raw 0.29.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-assembler"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4859a29e1f4ad64610c4bc2bfc40bb9a535068a034933a5b56b5e7a0febf105a"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-assembler"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "914aacebfbc22da7772f5ecb6f79b39901dc4061121598bd4383a590a7506ebb"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-common"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49a5794b695626ba70d29e66e3f4f4835767452a6723f3a0bc20884b07088fe8"
|
|
dependencies = [
|
|
"log",
|
|
"polkavm-assembler 0.26.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-common"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f634b46a6a47a5de381f56d1d8cced9f8640d063b2b1a44b0da6dbef91bbd400"
|
|
dependencies = [
|
|
"blake3",
|
|
"log",
|
|
"polkavm-assembler 0.29.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-common"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed1b408db93d4f49f5c651a7844682b9d7a561827b4dc6202c10356076c055c9"
|
|
dependencies = [
|
|
"picosimd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95282a203ae1f6828a04ff334145c3f6dc718bba6d3959805d273358b45eab93"
|
|
dependencies = [
|
|
"polkavm-derive-impl-macro 0.26.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37ba6256c003853b6adb5dc8394e0e1882a9545ee3bec4e4ce533e7e4f488825"
|
|
dependencies = [
|
|
"polkavm-derive-impl-macro 0.29.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6069dc7995cde6e612b868a02ce48b54397c6d2582bd1b97b63aabbe962cd779"
|
|
dependencies = [
|
|
"polkavm-common 0.26.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90751404f08622c8a671695605cfc1bd83ec091339bd3258a37acc7a931c8741"
|
|
dependencies = [
|
|
"polkavm-common 0.29.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl-macro"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91"
|
|
dependencies = [
|
|
"polkavm-derive-impl 0.26.0",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-derive-impl-macro"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10e463de593b485c8685d42737aae81c24005dba967deaaaccbb6f3e936d8596"
|
|
dependencies = [
|
|
"polkavm-derive-impl 0.29.0",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linker"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "beb896023e5bd89bba40311797d8d42490fa4a1fd5256c74820753c5722d1e67"
|
|
dependencies = [
|
|
"dirs",
|
|
"gimli 0.31.1",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"object 0.36.7",
|
|
"polkavm-common 0.26.0",
|
|
"regalloc2 0.9.3",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linker"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6739125c4f8f44b4282b6531d765d599f20514e9b608737c6c3544594d08f995"
|
|
dependencies = [
|
|
"dirs",
|
|
"gimli 0.31.1",
|
|
"hashbrown 0.14.5",
|
|
"log",
|
|
"object 0.36.7",
|
|
"polkavm-common 0.30.0",
|
|
"regalloc2 0.9.3",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkavm-linux-raw"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28919f542476f4158cc71e6c072b1051f38f4b514253594ac3ad80e3c0211fc8"
|
|
|
|
[[package]]
|
|
name = "polkavm-linux-raw"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "751fbbcf86635834dd9a700039c74ce8c7871b317acc84582d9667dad2ed9848"
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"libc",
|
|
"log",
|
|
"pin-project-lite",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "3.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"concurrent-queue",
|
|
"hermit-abi",
|
|
"pin-project-lite",
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "poly1305"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
"opaque-debug 0.3.1",
|
|
"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 0.3.1",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "portable-atomic"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
|
|
|
|
[[package]]
|
|
name = "portable-atomic-util"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
dependencies = [
|
|
"portable-atomic",
|
|
]
|
|
|
|
[[package]]
|
|
name = "portpicker"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
|
|
dependencies = [
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "postcard"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
|
|
dependencies = [
|
|
"cobs",
|
|
"embedded-io 0.4.0",
|
|
"embedded-io 0.6.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "potential_utf"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
dependencies = [
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "pprof2"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8961ed0a916b512e565f8070eb0dfa05773dd140160b45ac9a5ad339b557adeb"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cfg-if",
|
|
"findshlibs",
|
|
"libc",
|
|
"log",
|
|
"nix 0.27.1",
|
|
"once_cell",
|
|
"parking_lot 0.12.5",
|
|
"smallvec",
|
|
"symbolic-demangle",
|
|
"tempfile",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[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 = "pretty_assertions"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
|
dependencies = [
|
|
"diff",
|
|
"yansi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "primeorder"
|
|
version = "0.13.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
|
dependencies = [
|
|
"elliptic-curve",
|
|
]
|
|
|
|
[[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 = "prioritized-metered-channel"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad"
|
|
dependencies = [
|
|
"coarsetime",
|
|
"crossbeam-queue",
|
|
"derive_more 0.99.20",
|
|
"futures",
|
|
"futures-timer",
|
|
"nanorand",
|
|
"thiserror 1.0.69",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
|
dependencies = [
|
|
"thiserror 1.0.69",
|
|
"toml 0.5.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
dependencies = [
|
|
"toml_edit 0.23.10+spec-1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-warning"
|
|
version = "1.84.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "0.4.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
dependencies = [
|
|
"unicode-xid 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.103"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "procfs"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"chrono",
|
|
"flate2",
|
|
"hex",
|
|
"lazy_static",
|
|
"procfs-core",
|
|
"rustix 0.38.44",
|
|
]
|
|
|
|
[[package]]
|
|
name = "procfs-core"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"chrono",
|
|
"hex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus"
|
|
version = "0.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fnv",
|
|
"lazy_static",
|
|
"memchr",
|
|
"parking_lot 0.12.5",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client"
|
|
version = "0.23.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"parking_lot 0.12.5",
|
|
"prometheus-client-derive-encode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client-derive-encode"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-parse"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "811031bea65e5a401fb2e1f37d802cca6601e204ac463809a3189352d13b78a5"
|
|
dependencies = [
|
|
"chrono",
|
|
"itertools 0.12.1",
|
|
"once_cell",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proptest"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
|
dependencies = [
|
|
"bit-set",
|
|
"bit-vec",
|
|
"bitflags 2.10.0",
|
|
"num-traits",
|
|
"rand 0.9.2",
|
|
"rand_chacha 0.9.0",
|
|
"rand_xorshift",
|
|
"regex-syntax",
|
|
"rusty-fork",
|
|
"tempfile",
|
|
"unarray",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.11.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.12.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.13.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.14.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"multimap",
|
|
"once_cell",
|
|
"petgraph 0.7.1",
|
|
"prettyplease",
|
|
"prost 0.13.5",
|
|
"prost-types 0.13.5",
|
|
"regex",
|
|
"syn 2.0.111",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"multimap",
|
|
"once_cell",
|
|
"petgraph 0.7.1",
|
|
"prettyplease",
|
|
"prost 0.14.1",
|
|
"prost-types 0.14.1",
|
|
"regex",
|
|
"syn 2.0.111",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.10.5",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.12.1",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.14.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools 0.14.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.13.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
|
|
dependencies = [
|
|
"prost 0.13.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
|
|
dependencies = [
|
|
"prost 0.14.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulley-interpreter"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5c8a4c6db43cd896bcc33f316c2f449a89fbec962717e9097d88c9c82547ec0"
|
|
dependencies = [
|
|
"cranelift-bitset",
|
|
"log",
|
|
"pulley-macros",
|
|
"wasmtime-internal-math",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulley-macros"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "573407df6287098f3e9ded7873a768156bc97c6939d077924d70416cb529bab6"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pyroscope"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3a5f63b0d2727095db59045e6a0ef3259b28b90d481ae88f0e3d866d0234ce8"
|
|
dependencies = [
|
|
"libc",
|
|
"libflate",
|
|
"log",
|
|
"names",
|
|
"prost 0.11.9",
|
|
"reqwest",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pyroscope_pprofrs"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50da7a8950c542357de489aa9ee628f46322b1beaac1f4fa3313bcdebe85b4ea"
|
|
dependencies = [
|
|
"log",
|
|
"pprof2",
|
|
"pyroscope",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quanta"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
"libc",
|
|
"once_cell",
|
|
"raw-cpuid",
|
|
"wasi",
|
|
"web-sys",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quick-protobuf"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-protobuf-codec"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15a0580ab32b169745d7a39db2ba969226ca16738931be152a3209b409de2474"
|
|
dependencies = [
|
|
"asynchronous-codec 0.7.0",
|
|
"bytes",
|
|
"quick-protobuf",
|
|
"thiserror 1.0.69",
|
|
"unsigned-varint 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick_cache"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5253a3a0d56548d5b0be25414171dc780cc6870727746d05bd2bde352eee96c5"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"hashbrown 0.13.2",
|
|
"parking_lot 0.12.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quickcheck"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
dependencies = [
|
|
"env_logger 0.8.4",
|
|
"log",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
dependencies = [
|
|
"bytes",
|
|
"cfg_aliases 0.2.1",
|
|
"futures-io",
|
|
"pin-project-lite",
|
|
"quinn-proto",
|
|
"quinn-udp",
|
|
"rustc-hash 2.1.1",
|
|
"rustls 0.23.35",
|
|
"socket2 0.6.1",
|
|
"thiserror 2.0.17",
|
|
"tokio",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-proto"
|
|
version = "0.11.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
dependencies = [
|
|
"bytes",
|
|
"getrandom 0.3.4",
|
|
"lru-slab",
|
|
"rand 0.9.2",
|
|
"ring",
|
|
"rustc-hash 2.1.1",
|
|
"rustls 0.23.35",
|
|
"rustls-pki-types",
|
|
"slab",
|
|
"thiserror 2.0.17",
|
|
"tinyvec",
|
|
"tracing",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-udp"
|
|
version = "0.5.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
dependencies = [
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
"once_cell",
|
|
"socket2 0.6.1",
|
|
"tracing",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
]
|
|
|
|
[[package]]
|
|
name = "r-efi"
|
|
version = "5.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
dependencies = [
|
|
"rand_chacha 0.9.0",
|
|
"rand_core 0.9.3",
|
|
"serde",
|
|
]
|
|
|
|
[[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.16",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_distr"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
|
|
dependencies = [
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
dependencies = [
|
|
"rand_core 0.9.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rapidhash"
|
|
version = "4.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2988730ee014541157f48ce4dcc603940e00915edc3c7f9a8d78092256bb2493"
|
|
dependencies = [
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raw-cpuid"
|
|
version = "11.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rawpointer"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rbtag"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72c64936fcc0b811890a9d90020f3df5cec9c604efde88af7db6a35d365132a3"
|
|
dependencies = [
|
|
"rbtag_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rbtag_derive"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b75511b710ccca8adbb211e04763bd8c78fed585b0ec188a20ed9b0dd95567c4"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
"quote 0.6.13",
|
|
"syn 0.15.44",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rcgen"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
|
|
dependencies = [
|
|
"pem",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"time",
|
|
"yasna",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.5.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
dependencies = [
|
|
"getrandom 0.2.16",
|
|
"libredox",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reed-solomon-novelpoly"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab"
|
|
dependencies = [
|
|
"derive_more 0.99.20",
|
|
"fs-err",
|
|
"static_init",
|
|
"thiserror 1.0.69",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
dependencies = [
|
|
"ref-cast-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref-cast-impl"
|
|
version = "1.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 = "regalloc2"
|
|
version = "0.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e249c660440317032a71ddac302f25f1d5dff387667bcc3978d1f77aa31ac34"
|
|
dependencies = [
|
|
"allocator-api2",
|
|
"bumpalo",
|
|
"hashbrown 0.15.5",
|
|
"log",
|
|
"rustc-hash 2.1.1",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-automata",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
|
|
[[package]]
|
|
name = "relative-path"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
|
|
|
[[package]]
|
|
name = "relay-bizinikiwi-client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"pez-finality-relay",
|
|
"pezbp-header-pez-chain",
|
|
"pezbp-messages",
|
|
"pezbp-pezkuwi-core",
|
|
"pezbp-runtime",
|
|
"pezframe-support",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-utility",
|
|
"pezsc-chain-spec",
|
|
"pezsc-rpc-api",
|
|
"pezsc-transaction-pool-api",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-rpc",
|
|
"pezsp-runtime",
|
|
"pezsp-std",
|
|
"pezsp-trie",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"quick_cache",
|
|
"rand 0.8.5",
|
|
"relay-utils",
|
|
"scale-info",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "relay-utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-std",
|
|
"async-trait",
|
|
"backoff",
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"futures",
|
|
"isahc",
|
|
"jsonpath_lib",
|
|
"num-traits",
|
|
"parking_lot 0.12.5",
|
|
"pezbp-runtime",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"serde_json",
|
|
"sysinfo",
|
|
"thiserror 1.0.69",
|
|
"time",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.12.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"hyper 1.8.1",
|
|
"hyper-rustls 0.27.7",
|
|
"hyper-tls",
|
|
"hyper-util",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"native-tls",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"quinn",
|
|
"rustls 0.23.35",
|
|
"rustls-pki-types",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"sync_wrapper",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tokio-rustls 0.26.4",
|
|
"tower 0.5.2",
|
|
"tower-http 0.6.8",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"webpki-roots 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "resolv-conf"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
|
|
|
|
[[package]]
|
|
name = "revm"
|
|
version = "27.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e6bf82101a1ad8a2b637363a37aef27f88b4efc8a6e24c72bf5f64923dc5532"
|
|
dependencies = [
|
|
"revm-bytecode",
|
|
"revm-context",
|
|
"revm-context-interface",
|
|
"revm-database",
|
|
"revm-database-interface",
|
|
"revm-handler",
|
|
"revm-inspector",
|
|
"revm-interpreter",
|
|
"revm-precompile",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-bytecode"
|
|
version = "6.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66c52031b73cae95d84cd1b07725808b5fd1500da3e5e24574a3b2dc13d9f16d"
|
|
dependencies = [
|
|
"bitvec",
|
|
"phf",
|
|
"revm-primitives",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-context"
|
|
version = "8.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cd508416a35a4d8a9feaf5ccd06ac6d6661cd31ee2dc0252f9f7316455d71f9"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"derive-where",
|
|
"revm-bytecode",
|
|
"revm-context-interface",
|
|
"revm-database-interface",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-context-interface"
|
|
version = "9.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc90302642d21c8f93e0876e201f3c5f7913c4fcb66fb465b0fd7b707dfe1c79"
|
|
dependencies = [
|
|
"alloy-eip2930",
|
|
"alloy-eip7702",
|
|
"auto_impl",
|
|
"either",
|
|
"revm-database-interface",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-database"
|
|
version = "7.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39a276ed142b4718dcf64bc9624f474373ed82ef20611025045c3fb23edbef9c"
|
|
dependencies = [
|
|
"alloy-eips",
|
|
"revm-bytecode",
|
|
"revm-database-interface",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-database-interface"
|
|
version = "7.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c523c77e74eeedbac5d6f7c092e3851dbe9c7fec6f418b85992bd79229db361"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"either",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-handler"
|
|
version = "8.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1529c8050e663be64010e80ec92bf480315d21b1f2dbf65540028653a621b27d"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"derive-where",
|
|
"revm-bytecode",
|
|
"revm-context",
|
|
"revm-context-interface",
|
|
"revm-database-interface",
|
|
"revm-interpreter",
|
|
"revm-precompile",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-inspector"
|
|
version = "8.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f78db140e332489094ef314eaeb0bd1849d6d01172c113ab0eb6ea8ab9372926"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"either",
|
|
"revm-context",
|
|
"revm-database-interface",
|
|
"revm-handler",
|
|
"revm-interpreter",
|
|
"revm-primitives",
|
|
"revm-state",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-interpreter"
|
|
version = "24.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff9d7d9d71e8a33740b277b602165b6e3d25fff091ba3d7b5a8d373bf55f28a7"
|
|
dependencies = [
|
|
"revm-bytecode",
|
|
"revm-context-interface",
|
|
"revm-primitives",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-precompile"
|
|
version = "25.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cee3f336b83621294b4cfe84d817e3eef6f3d0fce00951973364cc7f860424d"
|
|
dependencies = [
|
|
"ark-bls12-381 0.5.0",
|
|
"ark-bn254",
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"arrayref",
|
|
"aurora-engine-modexp",
|
|
"c-kzg",
|
|
"cfg-if",
|
|
"k256",
|
|
"libsecp256k1",
|
|
"once_cell",
|
|
"p256",
|
|
"revm-primitives",
|
|
"ripemd",
|
|
"rug",
|
|
"secp256k1 0.31.1",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-primitives"
|
|
version = "20.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aa29d9da06fe03b249b6419b33968ecdf92ad6428e2f012dc57bcd619b5d94e"
|
|
dependencies = [
|
|
"alloy-primitives",
|
|
"num_enum",
|
|
"once_cell",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "revm-state"
|
|
version = "7.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f64fbacb86008394aaebd3454f9643b7d5a782bd251135e17c5b33da592d84d"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"revm-bytecode",
|
|
"revm-primitives",
|
|
"serde",
|
|
]
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.17.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"getrandom 0.2.16",
|
|
"libc",
|
|
"untrusted",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[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 = "rle-decode-fast"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
|
|
|
[[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 = "rocksdb"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f"
|
|
dependencies = [
|
|
"libc",
|
|
"librocksdb-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "route-recognizer"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
|
|
|
|
[[package]]
|
|
name = "rpassword"
|
|
version = "7.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
|
|
dependencies = [
|
|
"libc",
|
|
"rtoolbox",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rsa"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
|
|
dependencies = [
|
|
"const-oid",
|
|
"digest 0.10.7",
|
|
"num-bigint-dig",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pkcs1",
|
|
"pkcs8",
|
|
"rand_core 0.6.4",
|
|
"signature",
|
|
"spki",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rstest"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"rstest_macros",
|
|
"rustc_version 0.4.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rstest_macros"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"glob",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"regex",
|
|
"relative-path",
|
|
"rustc_version 0.4.1",
|
|
"syn 2.0.111",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rtnetlink"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"netlink-packet-core",
|
|
"netlink-packet-route",
|
|
"netlink-packet-utils",
|
|
"netlink-proto",
|
|
"netlink-sys",
|
|
"nix 0.26.4",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rtoolbox"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rug"
|
|
version = "1.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58ad2e973fe3c3214251a840a621812a4f40468da814b1a3d6947d433c2af11f"
|
|
dependencies = [
|
|
"az",
|
|
"gmp-mpfr-sys",
|
|
"libc",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278"
|
|
dependencies = [
|
|
"alloy-rlp",
|
|
"ark-ff 0.3.0",
|
|
"ark-ff 0.4.2",
|
|
"ark-ff 0.5.0",
|
|
"bytes",
|
|
"fastrlp 0.3.1",
|
|
"fastrlp 0.4.0",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"parity-scale-codec",
|
|
"primitive-types 0.12.2",
|
|
"proptest",
|
|
"rand 0.8.5",
|
|
"rand 0.9.2",
|
|
"rlp 0.5.2",
|
|
"ruint-macro",
|
|
"serde_core",
|
|
"valuable",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruint-macro"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18"
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
[[package]]
|
|
name = "rustc-hex"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
dependencies = [
|
|
"semver 1.0.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusticata-macros"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
dependencies = [
|
|
"nom 7.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.38.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.4.15",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys 0.11.0",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.21.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
dependencies = [
|
|
"log",
|
|
"ring",
|
|
"rustls-webpki 0.101.7",
|
|
"sct",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.23.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"rustls-webpki 0.103.8",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pemfile",
|
|
"schannel",
|
|
"security-framework 2.11.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pki-types",
|
|
"schannel",
|
|
"security-framework 3.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pki-types"
|
|
version = "1.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
|
|
dependencies = [
|
|
"web-time",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-platform-verifier"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
|
|
dependencies = [
|
|
"core-foundation 0.10.1",
|
|
"core-foundation-sys",
|
|
"jni",
|
|
"log",
|
|
"once_cell",
|
|
"rustls 0.23.35",
|
|
"rustls-native-certs 0.8.2",
|
|
"rustls-platform-verifier-android",
|
|
"rustls-webpki 0.103.8",
|
|
"security-framework 3.5.1",
|
|
"security-framework-sys",
|
|
"webpki-root-certs 0.26.11",
|
|
"windows-sys 0.59.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-platform-verifier-android"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.101.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
version = "0.103.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
|
dependencies = [
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
|
[[package]]
|
|
name = "rusty-fork"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
|
dependencies = [
|
|
"fnv",
|
|
"quick-error",
|
|
"tempfile",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ruzstd"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01"
|
|
|
|
[[package]]
|
|
name = "rw-stream-sink"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1"
|
|
dependencies = [
|
|
"futures",
|
|
"pin-project",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea"
|
|
|
|
[[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 0.4.4",
|
|
]
|
|
|
|
[[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 = "scale-bits"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"scale-type-resolver",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-decode"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-decode-derive",
|
|
"scale-type-resolver",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-decode-derive"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65cb245f7fdb489e7ba43a616cbd34427fe3ba6fe0edc1d0d250085e6c84f3ec"
|
|
dependencies = [
|
|
"darling 0.20.11",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-encode"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2a976d73564a59e482b74fd5d95f7518b79ca8c8ca5865398a4d629dd15ee50"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"primitive-types 0.13.1",
|
|
"scale-bits",
|
|
"scale-encode-derive",
|
|
"scale-type-resolver",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-encode-derive"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17020f2d59baabf2ddcdc20a4e567f8210baf089b8a8d4785f5fd5e716f92038"
|
|
dependencies = [
|
|
"darling 0.20.11",
|
|
"proc-macro-crate 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 3.4.0",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-info-legacy"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4afb76e1b2cb589b97278e2f1e2e290c9b7c51d6ac69afab9e1d7d1e136a9276"
|
|
dependencies = [
|
|
"hashbrown 0.16.1",
|
|
"scale-type-resolver",
|
|
"serde",
|
|
"smallstr",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
"yap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-type-resolver"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb"
|
|
dependencies = [
|
|
"scale-info",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-typegen"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "642d2f13f3fc9a34ea2c1e36142984eba78cd2405a61632492f8b52993e98879"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"scale-info",
|
|
"syn 2.0.111",
|
|
"thiserror 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scale-value"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "884aab179aba344c67ddcd1d7dd8e3f8fee202f2e570d97ec34ec8688442a5b3"
|
|
dependencies = [
|
|
"base58",
|
|
"blake2 0.10.6",
|
|
"either",
|
|
"parity-scale-codec",
|
|
"scale-bits",
|
|
"scale-decode",
|
|
"scale-encode",
|
|
"scale-type-resolver",
|
|
"serde",
|
|
"thiserror 2.0.17",
|
|
"yap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
|
|
dependencies = [
|
|
"dyn-clone",
|
|
"ref-cast",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
|
|
dependencies = [
|
|
"dyn-clone",
|
|
"ref-cast",
|
|
"schemars_derive",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schemars_derive"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"serde_derive_internals",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schnellru"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"cfg-if",
|
|
"hashbrown 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schnorrkel"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"curve25519-dalek-ng",
|
|
"merlin",
|
|
"rand_core 0.6.4",
|
|
"serde_bytes",
|
|
"sha2 0.9.9",
|
|
"subtle-ng",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schnorrkel"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e9fcb6c2e176e86ec703e22560d99d65a5ee9056ae45a08e13e84ebf796296f"
|
|
dependencies = [
|
|
"aead",
|
|
"arrayref",
|
|
"arrayvec 0.7.6",
|
|
"cfg-if",
|
|
"curve25519-dalek",
|
|
"getrandom_or_panic",
|
|
"merlin",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"serde_bytes",
|
|
"sha2 0.10.9",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
name = "scratch"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
|
|
|
|
[[package]]
|
|
name = "scrypt"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
dependencies = [
|
|
"password-hash",
|
|
"pbkdf2",
|
|
"salsa20",
|
|
"sha2 0.10.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sec1"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
dependencies = [
|
|
"base16ct",
|
|
"der",
|
|
"generic-array 0.14.7",
|
|
"pkcs8",
|
|
"serdect",
|
|
"subtle 2.6.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "seccompiler"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
|
dependencies = [
|
|
"secp256k1-sys 0.8.2",
|
|
]
|
|
|
|
[[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",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
|
|
dependencies = [
|
|
"bitcoin_hashes",
|
|
"rand 0.8.5",
|
|
"secp256k1-sys 0.10.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1"
|
|
version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2"
|
|
dependencies = [
|
|
"bitcoin_hashes",
|
|
"rand 0.9.2",
|
|
"secp256k1-sys 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secp256k1-sys"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4473013577ec77b4ee3668179ef1186df3146e2cf2d927bd200974c6fe60fd99"
|
|
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 = "secp256k1-sys"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "secrecy"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
dependencies = [
|
|
"serde",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "2.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"core-foundation 0.9.4",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "3.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"core-foundation 0.10.1",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2"
|
|
dependencies = [
|
|
"pest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "send_wrapper"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
|
|
|
|
[[package]]
|
|
name = "send_wrapper"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
dependencies = [
|
|
"serde_core",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-big-array"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd31f59f6fe2b0c055371bb2f16d7f0aa7d8881676c04a55b1596d1a17cd10a4"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-value"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
dependencies = [
|
|
"ordered-float",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_core"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive_internals"
|
|
version = "0.29.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_fmt"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e497af288b3b95d067a23a4f749f2861121ffcb2f6d8379310dcda040c345ed"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.147"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"itoa",
|
|
"memchr",
|
|
"serde",
|
|
"serde_core",
|
|
"zmij",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[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 = "serde_with"
|
|
version = "3.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"chrono",
|
|
"hex",
|
|
"indexmap 1.9.3",
|
|
"indexmap 2.12.1",
|
|
"schemars 0.9.0",
|
|
"schemars 1.1.0",
|
|
"serde_core",
|
|
"serde_json",
|
|
"serde_with_macros",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_with_macros"
|
|
version = "3.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
|
|
dependencies = [
|
|
"darling 0.21.3",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.9.34+deprecated"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
"unsafe-libyaml",
|
|
]
|
|
|
|
[[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 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.10.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2-const-stable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9"
|
|
|
|
[[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 = "signal-hook-registry"
|
|
version = "1.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
dependencies = [
|
|
"digest 0.10.7",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simba"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
|
|
dependencies = [
|
|
"approx",
|
|
"num-complex",
|
|
"num-traits",
|
|
"paste",
|
|
"wide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd-adler32"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
|
|
[[package]]
|
|
name = "simple-dns"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8cba3b4c122239e3b4473674cb7c79ad2693f008f0746bfe2fc3fe1ffcd936a"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simple-mermaid"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18"
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
|
|
[[package]]
|
|
name = "slice-group-by"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
|
|
|
[[package]]
|
|
name = "slotmap"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sluice"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
|
|
dependencies = [
|
|
"async-channel 1.9.0",
|
|
"futures-core",
|
|
"futures-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallstr"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "862077b1e764f04c251fe82a2ef562fd78d7cadaeb072ca7c2bcaf7217b1ff3b"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smol"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
|
|
dependencies = [
|
|
"async-channel 2.5.0",
|
|
"async-executor",
|
|
"async-fs",
|
|
"async-io",
|
|
"async-lock",
|
|
"async-net",
|
|
"async-process",
|
|
"blocking",
|
|
"futures-lite 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smoldot"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "724ab10d6485cccb4bab080ce436c0b361295274aec7847d7ba84ab1a79a5132"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"async-lock",
|
|
"atomic-take",
|
|
"base64 0.22.1",
|
|
"bip39",
|
|
"blake2-rfc",
|
|
"bs58",
|
|
"chacha20",
|
|
"crossbeam-queue",
|
|
"derive_more 2.1.1",
|
|
"ed25519-zebra",
|
|
"either",
|
|
"event-listener 5.4.1",
|
|
"fnv",
|
|
"futures-lite 2.6.1",
|
|
"futures-util",
|
|
"hashbrown 0.15.5",
|
|
"hex",
|
|
"hmac 0.12.1",
|
|
"itertools 0.14.0",
|
|
"libm",
|
|
"libsecp256k1",
|
|
"merlin",
|
|
"nom 8.0.0",
|
|
"num-bigint",
|
|
"num-rational",
|
|
"num-traits",
|
|
"pbkdf2",
|
|
"pin-project",
|
|
"poly1305",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"ruzstd",
|
|
"schnorrkel 0.11.5",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"siphasher 1.0.1",
|
|
"slab",
|
|
"smallvec",
|
|
"soketto",
|
|
"twox-hash 2.1.2",
|
|
"wasmi 0.40.0",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smoldot-light"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8b4d4971f06f2471f4e57a662dbe8047fa0cc020957764a6211f3fad371f7bd"
|
|
dependencies = [
|
|
"async-channel 2.5.0",
|
|
"async-lock",
|
|
"base64 0.22.1",
|
|
"blake2-rfc",
|
|
"bs58",
|
|
"derive_more 2.1.1",
|
|
"either",
|
|
"event-listener 5.4.1",
|
|
"fnv",
|
|
"futures-channel",
|
|
"futures-lite 2.6.1",
|
|
"futures-util",
|
|
"hashbrown 0.15.5",
|
|
"hex",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"lru 0.12.5",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"serde",
|
|
"serde_json",
|
|
"siphasher 1.0.1",
|
|
"slab",
|
|
"smol",
|
|
"smoldot",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "snap"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
|
|
[[package]]
|
|
name = "snow"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85"
|
|
dependencies = [
|
|
"aes-gcm",
|
|
"blake2 0.10.6",
|
|
"chacha20poly1305",
|
|
"curve25519-dalek",
|
|
"rand_core 0.6.4",
|
|
"ring",
|
|
"rustc_version 0.4.1",
|
|
"sha2 0.10.9",
|
|
"subtle 2.6.1",
|
|
]
|
|
|
|
[[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-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 = "socket2"
|
|
version = "0.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "soketto"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"futures",
|
|
"http 1.4.0",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sp-crypto-hashing"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb"
|
|
dependencies = [
|
|
"blake2b_simd",
|
|
"byteorder",
|
|
"digest 0.10.7",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"twox-hash 1.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spinners"
|
|
version = "4.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"maplit",
|
|
"strum 0.24.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spinning_top"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spki"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
dependencies = [
|
|
"base64ct",
|
|
"der",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
|
|
dependencies = [
|
|
"sqlx-core",
|
|
"sqlx-macros",
|
|
"sqlx-mysql",
|
|
"sqlx-postgres",
|
|
"sqlx-sqlite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-core"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"crc",
|
|
"crossbeam-queue",
|
|
"either",
|
|
"event-listener 5.4.1",
|
|
"futures-core",
|
|
"futures-intrusive",
|
|
"futures-io",
|
|
"futures-util",
|
|
"hashbrown 0.15.5",
|
|
"hashlink 0.10.0",
|
|
"indexmap 2.12.1",
|
|
"log",
|
|
"memchr",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"smallvec",
|
|
"thiserror 2.0.17",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-macros"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"sqlx-core",
|
|
"sqlx-macros-core",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-macros-core"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
|
|
dependencies = [
|
|
"dotenvy",
|
|
"either",
|
|
"heck 0.5.0",
|
|
"hex",
|
|
"once_cell",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"sqlx-core",
|
|
"sqlx-mysql",
|
|
"sqlx-postgres",
|
|
"sqlx-sqlite",
|
|
"syn 2.0.111",
|
|
"tokio",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-mysql"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
|
|
dependencies = [
|
|
"atoi",
|
|
"base64 0.22.1",
|
|
"bitflags 2.10.0",
|
|
"byteorder",
|
|
"bytes",
|
|
"crc",
|
|
"digest 0.10.7",
|
|
"dotenvy",
|
|
"either",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-util",
|
|
"generic-array 0.14.7",
|
|
"hex",
|
|
"hkdf",
|
|
"hmac 0.12.1",
|
|
"itoa",
|
|
"log",
|
|
"md-5",
|
|
"memchr",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"rand 0.8.5",
|
|
"rsa",
|
|
"serde",
|
|
"sha1",
|
|
"sha2 0.10.9",
|
|
"smallvec",
|
|
"sqlx-core",
|
|
"stringprep",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"whoami",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-postgres"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
|
|
dependencies = [
|
|
"atoi",
|
|
"base64 0.22.1",
|
|
"bitflags 2.10.0",
|
|
"byteorder",
|
|
"crc",
|
|
"dotenvy",
|
|
"etcetera",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"hex",
|
|
"hkdf",
|
|
"hmac 0.12.1",
|
|
"home",
|
|
"itoa",
|
|
"log",
|
|
"md-5",
|
|
"memchr",
|
|
"once_cell",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2 0.10.9",
|
|
"smallvec",
|
|
"sqlx-core",
|
|
"stringprep",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"whoami",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlx-sqlite"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
|
|
dependencies = [
|
|
"atoi",
|
|
"flume",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-intrusive",
|
|
"futures-util",
|
|
"libsqlite3-sys",
|
|
"log",
|
|
"percent-encoding",
|
|
"serde",
|
|
"serde_urlencoded",
|
|
"sqlx-core",
|
|
"thiserror 2.0.17",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ssz_rs"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "057291e5631f280978fa9c8009390663ca4613359fc1318e36a8c24c392f6d1f"
|
|
dependencies = [
|
|
"bitvec",
|
|
"hex",
|
|
"num-bigint",
|
|
"serde",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "static_init"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bae1df58c5fea7502e8e352ec26b5579f6178e1fdb311e088580c980dee25ed"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"cfg_aliases 0.2.1",
|
|
"libc",
|
|
"parking_lot 0.12.5",
|
|
"parking_lot_core 0.9.12",
|
|
"static_init_macro",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_init_macro"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f"
|
|
dependencies = [
|
|
"cfg_aliases 0.1.1",
|
|
"memchr",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[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 = "stringprep"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
dependencies = [
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
"unicode-properties",
|
|
]
|
|
|
|
[[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"
|
|
dependencies = [
|
|
"strum_macros 0.24.3",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"rustversion",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
[[package]]
|
|
name = "subtle-ng"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
|
|
|
|
[[package]]
|
|
name = "sval"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "502b8906c4736190684646827fbab1e954357dfe541013bbd7994d033d53a1ca"
|
|
|
|
[[package]]
|
|
name = "sval_buffer"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4b854348b15b6c441bdd27ce9053569b016a0723eab2d015b1fd8e6abe4f708"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_ref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_dynamic"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0bd9e8b74410ddad37c6962587c5f9801a2caadba9e11f3f916ee3f31ae4a1f"
|
|
dependencies = [
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_fmt"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fe17b8deb33a9441280b4266c2d257e166bafbaea6e66b4b34ca139c91766d9"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_json"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "854addb048a5bafb1f496c98e0ab5b9b581c3843f03ca07c034ae110d3b7c623"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_nested"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96cf068f482108ff44ae8013477cb047a1665d5f1a635ad7cf79582c1845dce9"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_buffer",
|
|
"sval_ref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_ref"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed02126365ffe5ab8faa0abd9be54fbe68d03d607cd623725b0a71541f8aaa6f"
|
|
dependencies = [
|
|
"sval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sval_serde"
|
|
version = "2.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a263383c6aa2076c4ef6011d3bae1b356edf6ea2613e3d8e8ebaa7b57dd707d5"
|
|
dependencies = [
|
|
"serde_core",
|
|
"sval",
|
|
"sval_nested",
|
|
]
|
|
|
|
[[package]]
|
|
name = "symbolic-common"
|
|
version = "12.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3d8046c5674ab857104bc4559d505f4809b8060d57806e45d49737c97afeb60"
|
|
dependencies = [
|
|
"debugid",
|
|
"memmap2 0.9.9",
|
|
"stable_deref_trait",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "symbolic-demangle"
|
|
version = "12.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1accb6e5c4b0f682de907623912e616b44be1c9e725775155546669dbff720ec"
|
|
dependencies = [
|
|
"cpp_demangle",
|
|
"rustc-demangle",
|
|
"symbolic-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.15.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
"quote 0.6.13",
|
|
"unicode-xid 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.111"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn-solidity"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f92d01b5de07eaf324f7fca61cc6bd3d82bbc1de5b6c963e6fe79e86f36580d"
|
|
dependencies = [
|
|
"paste",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 1.0.109",
|
|
"unicode-xid 0.2.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sysinfo"
|
|
version = "0.30.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"ntapi",
|
|
"once_cell",
|
|
"rayon",
|
|
"windows 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"core-foundation 0.9.4",
|
|
"system-configuration-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration-sys"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tagptr"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
|
[[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.13.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
|
|
[[package]]
|
|
name = "target-triple"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
|
dependencies = [
|
|
"fastrand 2.3.0",
|
|
"getrandom 0.3.4",
|
|
"once_cell",
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
|
dependencies = [
|
|
"rustix 1.1.3",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termplot"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a71a52e300301c16267a50aca0ad95361a31222061091b80ee8988d1aad87618"
|
|
dependencies = [
|
|
"drawille",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termtree"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
|
|
[[package]]
|
|
name = "test-case"
|
|
version = "3.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
|
|
dependencies = [
|
|
"test-case-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-case-core"
|
|
version = "3.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-case-macros"
|
|
version = "3.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"test-case-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-log"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4"
|
|
dependencies = [
|
|
"env_logger 0.11.8",
|
|
"test-log-macros",
|
|
"tracing-subscriber 0.3.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-log-macros"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-teyrchain-adder"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"dlmalloc",
|
|
"parity-scale-codec",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-io",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-teyrchain-adder-collator"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-service",
|
|
"pezkuwi-test-service",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-cli",
|
|
"pezsc-service",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"test-teyrchain-adder",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-teyrchain-halt"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-teyrchain-undying"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"dlmalloc",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-io",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test-teyrchain-undying-collator"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"futures",
|
|
"futures-timer",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezkuwi-cli",
|
|
"pezkuwi-erasure-coding",
|
|
"pezkuwi-node-core-pvf",
|
|
"pezkuwi-node-subsystem",
|
|
"pezkuwi-pez-node-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-service",
|
|
"pezkuwi-test-service",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsc-cli",
|
|
"pezsc-client-api",
|
|
"pezsc-service",
|
|
"pezsp-core",
|
|
"pezsp-keyring",
|
|
"test-teyrchain-undying",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testnet-teyrchains-constants"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"pezcumulus-primitives-core",
|
|
"pezframe-support",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwichain-runtime-constants",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"smallvec",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchain-template"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"docify",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchain-template-node"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-prometheus-endpoint",
|
|
"clap",
|
|
"color-print",
|
|
"docify",
|
|
"futures",
|
|
"jsonrpsee",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezframe-benchmarking-cli",
|
|
"pezkuwi-sdk",
|
|
"pezsp-runtime",
|
|
"serde",
|
|
"teyrchain-template-runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchain-template-runtime"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"docify",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-sdk",
|
|
"pezpallet-teyrchain-template",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde_json",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchains-common"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-utility",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezpallet-asset-tx-payment",
|
|
"pezpallet-assets",
|
|
"pezpallet-authorship",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-treasury",
|
|
"pezpallet-xcm",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchains-relay"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures",
|
|
"pezbp-pezkuwi-core",
|
|
"pezsp-core",
|
|
"relay-bizinikiwi-client",
|
|
"relay-utils",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teyrchains-runtimes-test-utils"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-pezpallet-xcmp-queue",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-collator-selection",
|
|
"pezpallet-session",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-xcm",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-teyrchain-info",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"xcm-runtime-pezapis",
|
|
]
|
|
|
|
[[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.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
dependencies = [
|
|
"thiserror-impl 2.0.17",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "2.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thousands"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "threadpool"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
dependencies = [
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-ctl"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c"
|
|
dependencies = [
|
|
"libc",
|
|
"paste",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-sys"
|
|
version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"libc",
|
|
"num-conv",
|
|
"num_threads",
|
|
"powerfmt",
|
|
"serde",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
dependencies = [
|
|
"num-conv",
|
|
"time-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-keccak"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinystr"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"zerovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "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.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
|
dependencies = [
|
|
"bytes",
|
|
"libc",
|
|
"mio",
|
|
"parking_lot 0.12.5",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"socket2 0.6.1",
|
|
"tokio-macros",
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io-timeout"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76"
|
|
dependencies = [
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 = "tokio-retry"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
dependencies = [
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
dependencies = [
|
|
"rustls 0.21.12",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
dependencies = [
|
|
"rustls 0.23.35",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-test"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
|
dependencies = [
|
|
"async-stream",
|
|
"bytes",
|
|
"futures-core",
|
|
"tokio",
|
|
"tokio-stream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"tokio",
|
|
"tungstenite 0.20.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"tokio",
|
|
"tungstenite 0.26.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"rustls 0.23.35",
|
|
"rustls-native-certs 0.8.2",
|
|
"rustls-pki-types",
|
|
"tokio",
|
|
"tokio-rustls 0.26.4",
|
|
"tungstenite 0.27.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"slab",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned 0.6.9",
|
|
"toml_datetime 0.6.11",
|
|
"toml_edit 0.22.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.9.10+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"serde_core",
|
|
"serde_spanned 1.0.4",
|
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
"toml_parser",
|
|
"toml_writer",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.7.5+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
|
dependencies = [
|
|
"serde_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"toml_datetime 0.6.11",
|
|
"winnow 0.5.40",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.22.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"serde",
|
|
"serde_spanned 0.6.9",
|
|
"toml_datetime 0.6.11",
|
|
"toml_write",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.23.10+spec-1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
|
dependencies = [
|
|
"indexmap 2.12.1",
|
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
"toml_parser",
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_parser"
|
|
version = "1.0.6+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
|
|
dependencies = [
|
|
"winnow 0.7.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_write"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
|
|
[[package]]
|
|
name = "toml_writer"
|
|
version = "1.0.6+spec-1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"pin-project",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[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-http"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"bitflags 2.10.0",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http-body 0.4.6",
|
|
"http-range-header",
|
|
"mime",
|
|
"pin-project-lite",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"bytes",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"http-body-util",
|
|
"pin-project-lite",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"bytes",
|
|
"futures-util",
|
|
"http 1.4.0",
|
|
"http-body 1.0.1",
|
|
"iri-string",
|
|
"pin-project-lite",
|
|
"tower 0.5.2",
|
|
"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.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
dependencies = [
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
dependencies = [
|
|
"pin-project",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
dependencies = [
|
|
"ahash 0.7.8",
|
|
"log",
|
|
"lru 0.7.8",
|
|
"once_cell",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
dependencies = [
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
dependencies = [
|
|
"chrono",
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"parking_lot 0.12.5",
|
|
"regex-automata",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"time",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trie-bench"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "972be214c558b1a5550d34c8c7e55a284f6439cefc51226d6ffbfc152de5cc58"
|
|
dependencies = [
|
|
"criterion",
|
|
"hash-db",
|
|
"keccak-hasher",
|
|
"memory-db",
|
|
"parity-scale-codec",
|
|
"trie-db",
|
|
"trie-root",
|
|
"trie-standardmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trie-db"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c0670ab45a6b7002c7df369fee950a27cf29ae0474343fd3a15aa15f691e7a6"
|
|
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 = "trie-standardmap"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "684aafb332fae6f83d7fe10b3fbfdbe39a1b3234c4e2a618f030815838519516"
|
|
dependencies = [
|
|
"hash-db",
|
|
"keccak-hasher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
[[package]]
|
|
name = "trybuild"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335"
|
|
dependencies = [
|
|
"dissimilar",
|
|
"glob",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"target-triple",
|
|
"termcolor",
|
|
"toml 0.9.10+spec-1.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tt-call"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes",
|
|
"data-encoding",
|
|
"http 0.2.12",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha1",
|
|
"thiserror 1.0.69",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
|
|
dependencies = [
|
|
"bytes",
|
|
"data-encoding",
|
|
"http 1.4.0",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.9.2",
|
|
"sha1",
|
|
"thiserror 2.0.17",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
|
|
dependencies = [
|
|
"bytes",
|
|
"data-encoding",
|
|
"http 1.4.0",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.9.2",
|
|
"rustls 0.23.35",
|
|
"rustls-pki-types",
|
|
"sha1",
|
|
"thiserror 2.0.17",
|
|
"url",
|
|
"utf-8",
|
|
]
|
|
|
|
[[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 = "twox-hash"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
|
|
|
|
[[package]]
|
|
name = "typeid"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crunchy",
|
|
"hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crunchy",
|
|
"hex",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unarray"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-properties"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
[[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 2.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unsafe-libyaml"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
[[package]]
|
|
name = "unsigned-varint"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
|
|
dependencies = [
|
|
"asynchronous-codec 0.6.2",
|
|
"bytes",
|
|
"futures-io",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unsigned-varint"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
|
dependencies = [
|
|
"bytes",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
[[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 = "uuid"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
|
dependencies = [
|
|
"getrandom 0.3.4",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
[[package]]
|
|
name = "value-bag"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
|
dependencies = [
|
|
"value-bag-serde1",
|
|
"value-bag-sval2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "value-bag-serde1"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
|
|
dependencies = [
|
|
"erased-serde",
|
|
"serde_core",
|
|
"serde_fmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "value-bag-sval2"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
|
|
dependencies = [
|
|
"sval",
|
|
"sval_buffer",
|
|
"sval_dynamic",
|
|
"sval_fmt",
|
|
"sval_json",
|
|
"sval_ref",
|
|
"sval_serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "verifiable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "225eaa083192400abfe78838e3089c539a361e0dd9b6884f61b5c6237676ec01"
|
|
dependencies = [
|
|
"ark-scale",
|
|
"ark-serialize 0.5.0",
|
|
"ark-vrf",
|
|
"bounded-collections 0.1.9",
|
|
"derive-where",
|
|
"parity-scale-codec",
|
|
"scale-info",
|
|
"schnorrkel 0.10.2",
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
[[package]]
|
|
name = "w3f-bls"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32"
|
|
dependencies = [
|
|
"ark-bls12-377 0.4.0",
|
|
"ark-bls12-381 0.4.0",
|
|
"ark-ec 0.4.2",
|
|
"ark-ff 0.4.2",
|
|
"ark-serialize 0.4.2",
|
|
"ark-serialize-derive 0.4.2",
|
|
"arrayref",
|
|
"digest 0.10.7",
|
|
"rand 0.8.5",
|
|
"rand_chacha 0.3.1",
|
|
"rand_core 0.6.4",
|
|
"sha2 0.10.9",
|
|
"sha3",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "w3f-pcs"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbe7a8d5c914b69392ab3b267f679a2e546fe29afaddce47981772ac71bd02e1"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"merlin",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "w3f-plonk-common"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aca389e494fe08c5c108b512e2328309036ee1c0bc7bdfdb743fef54d448c8c"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"getrandom_or_panic",
|
|
"rand_core 0.6.4",
|
|
"rayon",
|
|
"w3f-pcs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "w3f-ring-proof"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a639379402ad51504575dbd258740383291ac8147d3b15859bdf1ea48c677de"
|
|
dependencies = [
|
|
"ark-ec 0.5.0",
|
|
"ark-ff 0.5.0",
|
|
"ark-poly 0.5.0",
|
|
"ark-serialize 0.5.0",
|
|
"ark-std 0.5.0",
|
|
"ark-transcript",
|
|
"rayon",
|
|
"w3f-pcs",
|
|
"w3f-plonk-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wait-timeout"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "waker-fn"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
|
|
|
[[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.1+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
[[package]]
|
|
name = "wasip2"
|
|
version = "1.0.1+wasi-0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
dependencies = [
|
|
"wit-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasite"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
[[package]]
|
|
name = "wasix"
|
|
version = "0.12.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"
|
|
dependencies = [
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_json",
|
|
"wasm-bindgen-macro",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"once_cell",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
|
dependencies = [
|
|
"quote 1.0.42",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.239.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be00faa2b4950c76fe618c409d2c3ea5a3c9422013e079482d78544bb2d184c"
|
|
dependencies = [
|
|
"leb128fmt",
|
|
"wasmparser 0.239.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.243.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c55db9c896d70bd9fa535ce83cd4e1f2ec3726b0edd2142079f594fc3be1cb35"
|
|
dependencies = [
|
|
"leb128fmt",
|
|
"wasmparser 0.243.0",
|
|
]
|
|
|
|
[[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 = "wasm-timer"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
dependencies = [
|
|
"futures",
|
|
"js-sys",
|
|
"parking_lot 0.11.2",
|
|
"pin-utils",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"multi-stash",
|
|
"num-derive",
|
|
"num-traits",
|
|
"smallvec",
|
|
"spin",
|
|
"wasmi_collections 0.32.3",
|
|
"wasmi_core 0.32.3",
|
|
"wasmparser-nostd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063"
|
|
dependencies = [
|
|
"arrayvec 0.7.6",
|
|
"multi-stash",
|
|
"smallvec",
|
|
"spin",
|
|
"wasmi_collections 0.40.0",
|
|
"wasmi_core 0.40.0",
|
|
"wasmi_ir",
|
|
"wasmparser 0.221.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi_collections"
|
|
version = "0.32.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4"
|
|
dependencies = [
|
|
"ahash 0.8.12",
|
|
"hashbrown 0.14.5",
|
|
"string-interner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi_collections"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562"
|
|
|
|
[[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 = "wasmi_core"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33"
|
|
dependencies = [
|
|
"downcast-rs",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmi_ir"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a"
|
|
dependencies = [
|
|
"wasmi_core 0.40.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.221.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.239.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.12.1",
|
|
"semver 1.0.27",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.243.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d"
|
|
dependencies = [
|
|
"bitflags 2.10.0",
|
|
"indexmap 2.12.1",
|
|
"semver 1.0.27",
|
|
]
|
|
|
|
[[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 = "wasmprinter"
|
|
version = "0.239.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3981f3d51f39f24f5fc90f93049a90f08dbbca8deba602cd46bb8ca67a94718"
|
|
dependencies = [
|
|
"anyhow",
|
|
"termcolor",
|
|
"wasmparser 0.239.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efcab4481a639a8f3413aa011f733db105ecccc1326a51a6f5c7d09c99314f85"
|
|
dependencies = [
|
|
"addr2line",
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitflags 2.10.0",
|
|
"bumpalo",
|
|
"cc",
|
|
"cfg-if",
|
|
"fxprof-processed-profile",
|
|
"gimli 0.32.3",
|
|
"hashbrown 0.15.5",
|
|
"indexmap 2.12.1",
|
|
"ittapi",
|
|
"libc",
|
|
"log",
|
|
"mach2",
|
|
"memfd",
|
|
"object 0.37.3",
|
|
"once_cell",
|
|
"postcard",
|
|
"pulley-interpreter",
|
|
"rayon",
|
|
"rustix 1.1.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"wasmparser 0.239.0",
|
|
"wasmtime-environ",
|
|
"wasmtime-internal-asm-macros",
|
|
"wasmtime-internal-cache",
|
|
"wasmtime-internal-cranelift",
|
|
"wasmtime-internal-fiber",
|
|
"wasmtime-internal-jit-debug",
|
|
"wasmtime-internal-jit-icache-coherence",
|
|
"wasmtime-internal-math",
|
|
"wasmtime-internal-slab",
|
|
"wasmtime-internal-unwinder",
|
|
"wasmtime-internal-versioned-export-macros",
|
|
"wasmtime-internal-winch",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-environ"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb5f8069e3d2a235a8d273e58fc3b2088c730477fe8d5364495d4bf20ddbc45d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cpp_demangle",
|
|
"cranelift-bitset",
|
|
"cranelift-entity",
|
|
"gimli 0.32.3",
|
|
"indexmap 2.12.1",
|
|
"log",
|
|
"object 0.37.3",
|
|
"postcard",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"serde_derive",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"wasm-encoder 0.239.0",
|
|
"wasmparser 0.239.0",
|
|
"wasmprinter",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-asm-macros"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5bdb85a6f168e68d3062fe38c784b2735924cb49733c3ce3e2c9679566c8894"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-cache"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fca4dc44ca075a2a22e733e661413d1be5352053c11dbc01042c01a5d7d70037"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64 0.22.1",
|
|
"directories-next",
|
|
"log",
|
|
"postcard",
|
|
"rustix 1.1.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"sha2 0.10.9",
|
|
"toml 0.8.23",
|
|
"windows-sys 0.60.2",
|
|
"zstd 0.13.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-cranelift"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4440d46baa6b12a40ba6beb1476ed023cee02e8fb45629d2666b9a852398c04b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"cranelift-codegen",
|
|
"cranelift-control",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"cranelift-native",
|
|
"gimli 0.32.3",
|
|
"itertools 0.14.0",
|
|
"log",
|
|
"object 0.37.3",
|
|
"pulley-interpreter",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"thiserror 2.0.17",
|
|
"wasmparser 0.239.0",
|
|
"wasmtime-environ",
|
|
"wasmtime-internal-math",
|
|
"wasmtime-internal-unwinder",
|
|
"wasmtime-internal-versioned-export-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-fiber"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8d776059b7f5674f2823b9d283616acfcd7e45b862bfad7c257485621099dea"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cc",
|
|
"cfg-if",
|
|
"libc",
|
|
"rustix 1.1.3",
|
|
"wasmtime-internal-asm-macros",
|
|
"wasmtime-internal-versioned-export-macros",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-jit-debug"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f189b670fe4e668015cace8a1df1faae03ed9f6b2b638a504204336b4b34de2"
|
|
dependencies = [
|
|
"cc",
|
|
"object 0.37.3",
|
|
"rustix 1.1.3",
|
|
"wasmtime-internal-versioned-export-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-jit-icache-coherence"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f138fe8652acc4cf8d5de15952a6b6c4bdef10479d33199cc6d50c3fbe778cdd"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"libc",
|
|
"windows-sys 0.60.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-math"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f9a2bff5db67f19f3d2f7b6ed4b4f67def9917111b824595eb84ef8e43c008e"
|
|
dependencies = [
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-slab"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eafd48d67f1aae5a188c4842bee9de2c9f0e7a07626136e54223a0eb63bd4bca"
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-unwinder"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73cb01a1d8cd95583ac06cb82fc2ad465e893c3ed7d9765f750dfd9d2483a411"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"cranelift-codegen",
|
|
"log",
|
|
"object 0.37.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-versioned-export-macros"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d46615cb9e10960b72cc6f4b2220062523c06d25fff33a4e61d525a4f73ee8c6"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmtime-internal-winch"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6cd3b2c652e93a8b3d6499f3299e46cb58db076a4477ddef594be9089f4cac38"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-codegen",
|
|
"gimli 0.32.3",
|
|
"log",
|
|
"object 0.37.3",
|
|
"target-lexicon",
|
|
"wasmparser 0.239.0",
|
|
"wasmtime-environ",
|
|
"wasmtime-internal-cranelift",
|
|
"winch-codegen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "243.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df21d01c2d91e46cb7a221d79e58a2d210ea02020d57c092e79255cc2999ca7f"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"leb128fmt",
|
|
"memchr",
|
|
"unicode-width",
|
|
"wasm-encoder 0.243.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wat"
|
|
version = "1.243.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "226a9a91cd80a50449312fef0c75c23478fcecfcc4092bdebe1dc8e760ef521b"
|
|
dependencies = [
|
|
"wast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-time"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-root-certs"
|
|
version = "0.26.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e"
|
|
dependencies = [
|
|
"webpki-root-certs 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-root-certs"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.26.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
dependencies = [
|
|
"webpki-roots 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
|
|
dependencies = [
|
|
"rustls-pki-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "whoami"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
|
|
dependencies = [
|
|
"libredox",
|
|
"wasite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wide"
|
|
version = "0.7.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"safe_arch",
|
|
]
|
|
|
|
[[package]]
|
|
name = "widestring"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
dependencies = [
|
|
"windows-sys 0.61.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "winch-codegen"
|
|
version = "37.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ece82b2b1513521f0bf419a61b4a6151bc99ee2906f3d51a75faf92c38c9b041"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cranelift-assembler-x64",
|
|
"cranelift-codegen",
|
|
"gimli 0.32.3",
|
|
"regalloc2 0.13.3",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"thiserror 2.0.17",
|
|
"wasmparser 0.239.0",
|
|
"wasmtime-environ",
|
|
"wasmtime-internal-cranelift",
|
|
"wasmtime-internal-math",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
dependencies = [
|
|
"windows-core 0.52.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.53.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538"
|
|
dependencies = [
|
|
"windows-core 0.53.0",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.53.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd"
|
|
dependencies = [
|
|
"windows-result 0.1.2",
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.62.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
dependencies = [
|
|
"windows-implement",
|
|
"windows-interface",
|
|
"windows-link",
|
|
"windows-result 0.4.1",
|
|
"windows-strings",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.59.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-link"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
[[package]]
|
|
name = "windows-registry"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
dependencies = [
|
|
"windows-link",
|
|
"windows-result 0.4.1",
|
|
"windows-strings",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-strings"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.45.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
dependencies = [
|
|
"windows-targets 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.59.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
dependencies = [
|
|
"windows-targets 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.60.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
dependencies = [
|
|
"windows-targets 0.53.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.61.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
dependencies = [
|
|
"windows-link",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
"windows_aarch64_msvc 0.42.2",
|
|
"windows_i686_gnu 0.42.2",
|
|
"windows_i686_msvc 0.42.2",
|
|
"windows_x86_64_gnu 0.42.2",
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
"windows_x86_64_msvc 0.42.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
"windows_aarch64_msvc 0.48.5",
|
|
"windows_i686_gnu 0.48.5",
|
|
"windows_i686_msvc 0.48.5",
|
|
"windows_x86_64_gnu 0.48.5",
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
"windows_x86_64_msvc 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
"windows_aarch64_msvc 0.52.6",
|
|
"windows_i686_gnu 0.52.6",
|
|
"windows_i686_gnullvm 0.52.6",
|
|
"windows_i686_msvc 0.52.6",
|
|
"windows_x86_64_gnu 0.52.6",
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
"windows_x86_64_msvc 0.52.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.53.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
dependencies = [
|
|
"windows-link",
|
|
"windows_aarch64_gnullvm 0.53.1",
|
|
"windows_aarch64_msvc 0.53.1",
|
|
"windows_i686_gnu 0.53.1",
|
|
"windows_i686_gnullvm 0.53.1",
|
|
"windows_i686_msvc 0.53.1",
|
|
"windows_x86_64_gnu 0.53.1",
|
|
"windows_x86_64_gnullvm 0.53.1",
|
|
"windows_x86_64_msvc 0.53.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.53.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.5.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.50.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wit-bindgen"
|
|
version = "0.46.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
|
|
[[package]]
|
|
name = "writeable"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
dependencies = [
|
|
"tap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x25519-dalek"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"rand_core 0.6.4",
|
|
"serde",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x509-parser"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"data-encoding",
|
|
"der-parser",
|
|
"lazy_static",
|
|
"nom 7.1.3",
|
|
"oid-registry",
|
|
"rusticata-macros",
|
|
"thiserror 2.0.17",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xattr"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
|
|
dependencies = [
|
|
"libc",
|
|
"rustix 1.1.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-docs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"docify",
|
|
"parity-scale-codec",
|
|
"pezframe",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-xcm",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"simple-mermaid",
|
|
"test-log",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-emulator"
|
|
version = "0.5.0"
|
|
dependencies = [
|
|
"array-bytes 6.2.3",
|
|
"impl-trait-for-tuples",
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezcumulus-primitives-core",
|
|
"pezcumulus-primitives-teyrchain-inherent",
|
|
"pezcumulus-test-relay-sproof-builder",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-aura",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-timestamp",
|
|
"pezsp-arithmetic",
|
|
"pezsp-consensus-aura",
|
|
"pezsp-core",
|
|
"pezsp-crypto-hashing",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
"teyrchains-common",
|
|
"tracing",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-executor-integration-tests"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-test-client",
|
|
"pezkuwi-test-runtime",
|
|
"pezkuwi-test-service",
|
|
"pezpallet-sudo",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-xcm",
|
|
"pezsp-consensus",
|
|
"pezsp-keyring",
|
|
"pezsp-runtime",
|
|
"pezsp-state-machine",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-procedural"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"pezframe-support",
|
|
"pezstaging-xcm",
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"trybuild",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-simulator"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"paste",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-simulator-example"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-uniques",
|
|
"pezpallet-xcm",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezsp-tracing",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-pez-simulator-fuzzer"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"honggfuzz",
|
|
"parity-scale-codec",
|
|
"pezframe-executive",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-core-primitives",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-balances",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-xcm",
|
|
"pezsp-core",
|
|
"pezsp-io",
|
|
"pezsp-runtime",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"xcm-pez-simulator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcm-runtime-pezapis"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"hex-literal",
|
|
"parity-scale-codec",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezpallet-assets",
|
|
"pezpallet-balances",
|
|
"pezsp-api",
|
|
"pezsp-io",
|
|
"pezsp-tracing",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.8.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
|
|
|
|
[[package]]
|
|
name = "xmltree"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
|
|
dependencies = [
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yamux"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yamux"
|
|
version = "0.13.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot 0.12.5",
|
|
"pin-project",
|
|
"rand 0.9.2",
|
|
"static_assertions",
|
|
"web-time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yansi"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
[[package]]
|
|
name = "yap"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f"
|
|
|
|
[[package]]
|
|
name = "yasna"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
dependencies = [
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yet-another-teyrchain-runtime"
|
|
version = "0.6.1"
|
|
dependencies = [
|
|
"bizinikiwi-wasm-builder",
|
|
"parity-scale-codec",
|
|
"pezcumulus-pezpallet-teyrchain-system",
|
|
"pezkuwi-sdk",
|
|
"pezsp-runtime",
|
|
"scale-info",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
dependencies = [
|
|
"stable_deref_trait",
|
|
"yoke-derive",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yoke-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"synstructure 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zagros-emulated-chain"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"emulated-integration-tests-common",
|
|
"pezkuwi-primitives",
|
|
"pezpallet-staking",
|
|
"pezsc-consensus-grandpa",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"teyrchains-common",
|
|
"zagros-runtime",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zagros-runtime"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"approx",
|
|
"bitvec",
|
|
"bizinikiwi-wasm-builder",
|
|
"hex-literal",
|
|
"log",
|
|
"parity-scale-codec",
|
|
"pez-binary-merkle-tree",
|
|
"pezframe-benchmarking",
|
|
"pezframe-election-provider-support",
|
|
"pezframe-executive",
|
|
"pezframe-metadata-hash-extension",
|
|
"pezframe-remote-externalities",
|
|
"pezframe-support",
|
|
"pezframe-system",
|
|
"pezframe-system-benchmarking",
|
|
"pezframe-system-rpc-runtime-api",
|
|
"pezframe-try-runtime",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezkuwi-runtime-teyrchains",
|
|
"pezkuwi-teyrchain-primitives",
|
|
"pezpallet-asset-rate",
|
|
"pezpallet-authority-discovery",
|
|
"pezpallet-authorship",
|
|
"pezpallet-babe",
|
|
"pezpallet-bags-list",
|
|
"pezpallet-balances",
|
|
"pezpallet-beefy",
|
|
"pezpallet-beefy-mmr",
|
|
"pezpallet-conviction-voting",
|
|
"pezpallet-delegated-staking",
|
|
"pezpallet-election-provider-multi-phase",
|
|
"pezpallet-election-provider-support-benchmarking",
|
|
"pezpallet-fast-unstake",
|
|
"pezpallet-grandpa",
|
|
"pezpallet-identity",
|
|
"pezpallet-indices",
|
|
"pezpallet-message-queue",
|
|
"pezpallet-meta-tx",
|
|
"pezpallet-migrations",
|
|
"pezpallet-mmr",
|
|
"pezpallet-multisig",
|
|
"pezpallet-nomination-pools",
|
|
"pezpallet-nomination-pools-benchmarking",
|
|
"pezpallet-nomination-pools-runtime-api",
|
|
"pezpallet-offences",
|
|
"pezpallet-offences-benchmarking",
|
|
"pezpallet-parameters",
|
|
"pezpallet-preimage",
|
|
"pezpallet-proxy",
|
|
"pezpallet-recovery",
|
|
"pezpallet-referenda",
|
|
"pezpallet-root-offences",
|
|
"pezpallet-root-testing",
|
|
"pezpallet-scheduler",
|
|
"pezpallet-session",
|
|
"pezpallet-session-benchmarking",
|
|
"pezpallet-staking",
|
|
"pezpallet-staking-async-ah-client",
|
|
"pezpallet-staking-async-rc-client",
|
|
"pezpallet-staking-runtime-api",
|
|
"pezpallet-sudo",
|
|
"pezpallet-timestamp",
|
|
"pezpallet-transaction-payment",
|
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
|
"pezpallet-treasury",
|
|
"pezpallet-utility",
|
|
"pezpallet-verify-signature",
|
|
"pezpallet-vesting",
|
|
"pezpallet-whitelist",
|
|
"pezpallet-xcm",
|
|
"pezpallet-xcm-benchmarks",
|
|
"pezsp-api",
|
|
"pezsp-application-crypto",
|
|
"pezsp-arithmetic",
|
|
"pezsp-authority-discovery",
|
|
"pezsp-block-builder",
|
|
"pezsp-consensus-babe",
|
|
"pezsp-consensus-beefy",
|
|
"pezsp-consensus-grandpa",
|
|
"pezsp-core",
|
|
"pezsp-genesis-builder",
|
|
"pezsp-inherents",
|
|
"pezsp-io",
|
|
"pezsp-keyring",
|
|
"pezsp-mmr-primitives",
|
|
"pezsp-npos-elections",
|
|
"pezsp-offchain",
|
|
"pezsp-runtime",
|
|
"pezsp-session",
|
|
"pezsp-staking",
|
|
"pezsp-storage",
|
|
"pezsp-tracing",
|
|
"pezsp-transaction-pool",
|
|
"pezsp-version",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"pezstaging-xcm-executor",
|
|
"scale-info",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tokio",
|
|
"xcm-runtime-pezapis",
|
|
"zagros-runtime-constants",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zagros-runtime-constants"
|
|
version = "7.0.0"
|
|
dependencies = [
|
|
"pezframe-support",
|
|
"pezkuwi-primitives",
|
|
"pezkuwi-runtime-common",
|
|
"pezsp-core",
|
|
"pezsp-runtime",
|
|
"pezsp-weights",
|
|
"pezstaging-xcm",
|
|
"pezstaging-xcm-builder",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zagros-system-emulated-network"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"asset-hub-zagros-emulated-chain",
|
|
"collectives-zagros-emulated-chain",
|
|
"coretime-zagros-emulated-chain",
|
|
"emulated-integration-tests-common",
|
|
"people-zagros-emulated-chain",
|
|
"pez-penpal-emulated-chain",
|
|
"pezbridge-hub-zagros-emulated-chain",
|
|
"zagros-emulated-chain",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.8.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
|
|
dependencies = [
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.8.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
"synstructure 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
dependencies = [
|
|
"serde",
|
|
"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 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerotrie"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
dependencies = [
|
|
"displaydoc",
|
|
"yoke",
|
|
"zerofrom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
dependencies = [
|
|
"yoke",
|
|
"zerofrom",
|
|
"zerovec-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerovec-derive"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
dependencies = [
|
|
"proc-macro2 1.0.103",
|
|
"quote 1.0.42",
|
|
"syn 2.0.111",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zmij"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e404bcd8afdaf006e529269d3e85a743f9480c3cef60034d77860d02964f3ba"
|
|
|
|
[[package]]
|
|
name = "zombienet-backchannel"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"futures-util",
|
|
"parity-scale-codec",
|
|
"pez-tracing-gum",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror 1.0.69",
|
|
"tokio",
|
|
"tokio-tungstenite 0.26.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"
|
|
version = "0.13.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
dependencies = [
|
|
"zstd-safe 7.2.4",
|
|
]
|
|
|
|
[[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-safe"
|
|
version = "7.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
|
dependencies = [
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "2.0.16+zstd.1.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|