Cargo Features

[dependencies]
arkworks-r1cs-gadgets = { version = "1.2.0", default-features = false, features = ["std", "parallel"] }
default = std

The std feature is set by default whenever arkworks-r1cs-gadgets is added without default-features = false somewhere in the dependency tree.

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, and arkworks-native-gadgets

parallel

Enables parallel of ark-crypto-primitives ^0.3.0, ark-ff ^0.3.0, ark-r1cs-std ^0.3.0, ark-std ^0.3.0, and arkworks-native-gadgets

arkworks-r1cs-gadgets has 3 features without comments.