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 whenever arkworks-native-gadgets is added without default-features = false somewhere in the dependency tree.

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.