Cargo Features

[dependencies]
sp-consensus-vrf = { version = "0.25.0", default-features = false, features = ["std"] }
default = std

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

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.