snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+30 -29
View File
@@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
description = "The Alliance pallet provides a collective for standard-setting industry collaboration."
readme = "README.md"
documentation = "https://docs.rs/pezpallet-alliance"
[lints]
workspace = true
@@ -43,37 +44,37 @@ pezsp-crypto-hashing = { workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"pezframe-benchmarking?/std",
"pezframe-support/std",
"pezframe-system/std",
"log/std",
"pezpallet-balances/std",
"pezpallet-collective?/std",
"pezpallet-identity/std",
"scale-info/std",
"pezsp-core/std",
"pezsp-crypto-hashing?/std",
"pezsp-io/std",
"pezsp-runtime/std",
"codec/std",
"pezframe-benchmarking?/std",
"pezframe-support/std",
"pezframe-system/std",
"log/std",
"pezpallet-balances/std",
"pezpallet-collective?/std",
"pezpallet-identity/std",
"scale-info/std",
"pezsp-core/std",
"pezsp-crypto-hashing?/std",
"pezsp-io/std",
"pezsp-runtime/std",
]
runtime-benchmarks = [
"array-bytes",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-collective/runtime-benchmarks",
"pezpallet-identity/runtime-benchmarks",
"pezsp-crypto-hashing",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"array-bytes",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-collective/runtime-benchmarks",
"pezpallet-identity/runtime-benchmarks",
"pezsp-crypto-hashing",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-collective?/try-runtime",
"pezpallet-identity/try-runtime",
"pezsp-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-collective?/try-runtime",
"pezpallet-identity/try-runtime",
"pezsp-runtime/try-runtime",
]