Cargo Features
[dependencies]
pallet-dotchip = { version = "1.0.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpallet-dotchip
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec ^2.0.0, frame-support ^3.0.0, frame-system ^3.0.0, and pallet-balances ^3.0.0
pallet-dotchip has 2 features without comments.