Cargo Features

[dependencies]
acir_field = { version = "0.45.0", default-features = false, features = ["bn254", "bls12_381"] }
default = bn254

The bn254 feature is set by default whenever acir_field is added without default-features = false somewhere in the dependency tree.

bn254 default

Enables ark-bn254 and ark-ff

bls12_381

Enables ark-bls12-381 and ark-ff

acir_field has 3 features without comments.