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