Cargo Features
[dependencies]
arkworks-circuits = { version = "0.4.20", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverarkworks-circuits
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-std ^0.3.0, arkworks-gadgets, and arkworks-utils ^0.4.20
- parallel
-
Enables parallel of ark-crypto-primitives ^0.3.0, ark-ec ^0.3.0, ark-ff ^0.3.0, ark-groth16 ^0.3.0, ark-marlin, ark-poly ^0.3.0, ark-poly-commit ^0.3.0, ark-r1cs-std ^0.3.0, and ark-std ^0.3.0
arkworks-circuits has 3 features without comments.