Cargo Features

[dependencies]
pezpallet-statement = { version = "10.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pezpallet-statement is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, log, pezframe-support, pezframe-system, pezpallet-balances, pezsp-api, pezsp-core, pezsp-io, pezsp-runtime, pezsp-statement-store, and scale-info

try-runtime

Enables try-runtime of pezframe-support, pezframe-system, pezpallet-balances, and pezsp-runtime

runtime-benchmarks

Enables runtime-benchmarks of pezframe-support, pezframe-system, pezpallet-balances, pezsp-api, pezsp-io, pezsp-runtime, and pezsp-statement-store

pezpallet-statement has 4 features without comments.