Cargo Features
[dependencies]
pezpallet-statement = { version = "10.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default wheneverpezpallet-statementis added withoutsomewhere in the dependency tree.default-features = false - 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.