Files
pezkuwi-sdk/bizinikiwi/pezframe/staking-async/runtimes/rc/constants/Cargo.toml
T
pezkuwichain 479010094e fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +03:00

54 lines
1.3 KiB
TOML

[package]
name = "pezpallet-staking-async-rc-runtime-constants"
version = "7.0.0"
description = "Constants used throughout the Staking Async RC network."
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation.workspace = true
[package.metadata.pezkuwi-sdk]
exclude-from-umbrella = true
[lints]
workspace = true
[dependencies]
smallvec = { workspace = true, default-features = true }
pezframe-support = { workspace = true }
pezkuwi-primitives = { workspace = true }
pezkuwi-runtime-common = { workspace = true }
pezsp-core = { workspace = true }
pezsp-runtime = { workspace = true }
pezsp-weights = { workspace = true }
xcm = { workspace = true }
xcm-builder = { workspace = true }
[features]
default = [ "std" ]
std = [
"pezframe-support/std",
"pezkuwi-primitives/std",
"pezkuwi-runtime-common/std",
"pezsp-core/std",
"pezsp-runtime/std",
"pezsp-weights/std",
"xcm-builder/std",
"xcm/std",
]
# Set timing constants (e.g. session period) to faster versions to speed up testing.
fast-runtime = []
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
]