Cargo Features

Brillig has no features set by default.

[dependencies]
brillig = { version = "1.0.0-beta.6", features = ["bn254", "bls12_381", "arb"] }
bn254

Enables bn254 of acir_field

bls12_381

Enables bls12_381 of acir_field

arb = proptest, proptest-derive

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?
proptest arb?