Cargo Features
[dependencies]
ark-pallas = { version = "0.5.0", default-features = false, features = ["std", "curve", "scalar_field", "base_field", "r1cs"] }
- default = curve
-
The
curve
feature is set by default wheneverark-pallas
is added without
somewhere in the dependency tree.default-features = false - std
- curve default = base_field, scalar_field
- scalar_field curve
-
Affects
fields::fr
… - base_field curve r1cs?
-
Affects
fields::fq
… - r1cs = ark-r1cs-std, base_field
-
Affects
ark-pallas::constraints
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.