Cargo Features

[dependencies]
fp-consensus = { version = "1.0.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever fp-consensus is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec ^2.0.0, ethereum ^0.7.1, rlp, 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.