Cargo Features
[dependencies]
pallet-statement = { version = "20.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverpallet-statement
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, log, scale-info, sp-api, sp-core, sp-io, sp-runtime, and sp-statement-store
- try-runtime
-
Enables try-runtime of frame-support, frame-system, and sp-runtime
pallet-statement has 3 features without comments.