Cargo Features
[dependencies]
arkworks-r1cs-circuits = { version = "1.2.0", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverarkworks-r1cs-circuits
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-ff ^0.3.0, ark-r1cs-std ^0.3.0, ark-relations ^0.3.0, ark-std ^0.3.0, arkworks-native-gadgets, and arkworks-r1cs-gadgets
- parallel
-
Enables parallel of ark-ff ^0.3.0, ark-r1cs-std ^0.3.0, and ark-std ^0.3.0
arkworks-r1cs-circuits has 3 features without comments.