Cargo Features
[dependencies]
fp-consensus = { version = "1.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverfp-consensus
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec ^2.0.0, ethereum ^0.7.1, rlp ^0.5, sha3 ^0.8, sp-core ^3.0.0, sp-runtime ^3.0.0, and sp-std ^3.0.0
fp-consensus has 2 features without comments.