Cargo Features
[dependencies]
ark-linear-sumcheck = { version = "0.4.0", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverark-linear-sumcheck
is added without
somewhere in the dependency tree.default-features = false - std default parallel?
-
Enables std of ark-ff ^0.4.0, ark-poly ^0.4.0, ark-serialize ^0.4.0, ark-std ^0.4.0, and blake2 ^0.9
- parallel = rayon, std
-
Enables parallel of ark-ff ^0.4.0, ark-poly ^0.4.0, and ark-std ^0.4.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.