Cargo Features
provekit_acir has no features set by default.
[dependencies]
provekit_acir = { version = "1.0.0-beta.11-alpha.2", features = ["bn254", "bls12_381", "arb"] }
- bn254
-
Enables bn254 of acir_field =1.0.0-beta.11
- bls12_381
-
Enables bls12_381 of acir_field =1.0.0-beta.11
- arb = proptest, proptest-derive
-
Enables arb of brillig =1.0.0-beta.11
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.
- proptest-derive arb?
-
Enables proptest-derive ^0.6.0
- proptest arb?