Cargo Features
[dependencies]
winter-verifier = { version = "0.10.3", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverwinter-verifier
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of winter-air, winter-crypto, winter-fri, winter-math, and winter-utils
winter-verifier has 2 features without comments.