Cargo Features
[dependencies]
arkworks-setups = { version = "1.2.2", default-features = false, features = ["std", "aead", "r1cs", "plonk", "parallel", "trace"] }
- default = r1cs, std
-
These default features are set whenever
arkworks-setups
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-crypto-primitives ^0.3.0, ark-ec ^0.3.0, ark-ff ^0.3.0, ark-groth16 ^0.3.0, ark-r1cs-std ^0.3.0, ark-relations ^0.3.0, ark-serialize ^0.3.0, ark-std ^0.3.0, arkworks-native-gadgets, arkworks-r1cs-circuits, arkworks-r1cs-gadgets, arkworks-utils, and parity-scale-codec
- aead = crypto_box
-
Affects
arkworks-setups::aead
… - r1cs default
-
Affects
arkworks-setups::r1cs
… - plonk
-
Affects
arkworks-setups::plonk
… - parallel
-
Enables parallel of ark-crypto-primitives ^0.3.0, ark-ec ^0.3.0, ark-ff ^0.3.0, ark-groth16 ^0.3.0, ark-r1cs-std ^0.3.0, ark-std ^0.3.0, arkworks-native-gadgets, arkworks-r1cs-circuits, and arkworks-r1cs-gadgets
- trace = tracing, tracing-subscriber
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.
- crypto_box aead?
-
Enables crypto_box ^0.7.1
- tracing trace?
- tracing-subscriber trace?
-
Enables tracing-subscriber ^0.2