[package] name = "acvm_stdlib" description = "The ACVM standard library." version = "0.27.0" authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] acir.workspace = true [features] default = ["bn254"] bn254 = ["acir/bn254"] bls12_381 = ["acir/bls12_381"] testing = ["bn254"]