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