Cargo Features
[dependencies]
ark-models-ext = { version = "0.4.1", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverark-models-ext
is added without
somewhere in the dependency tree.default-features = false - std default parallel?
-
Enables std of ark-ff ^0.4.2, ark-serialize ^0.4.2, and ark-std ^0.4.0
- parallel = std
-
Enables parallel of ark-std ^0.4.0
ark-models-ext has 3 features without comments.