Cargo Features
[dependencies]
substrate-state-machine = { version = "1.15.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversubstrate-state-machine
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec
crates.io
and std of frame-support ^37.0.0 and hash-db
frame-support:
substrate
and std of ismp, pallet-ismp, primitive-types ^0.12.1, scale-info, serde, sp-consensus-aura, sp-consensus-babe, sp-runtime, and sp-trie
ismp:
polytope labs