Cargo Features
[dependencies]
sp-consensus-vrf = { version = "0.25.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversp-consensus-vrf
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, scale-info, schnorrkel ^0.9.1, sp-core ^20.0.0, sp-runtime ^23.0.0, and sp-std ^7.0.0
sp-consensus-vrf has 2 features without comments.