# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.1" name = "acir_field" version = "0.46.0" authors = ["The Noir Team "] description = "The field implementation being used by ACIR." license = "MIT OR Apache-2.0" repository = "https://github.com/noir-lang/noir/" [dependencies.ark-bls12-381] version = "^0.4.0" features = ["curve"] optional = true default-features = false [dependencies.ark-bn254] version = "^0.4.0" features = ["curve"] optional = true default-features = false [dependencies.ark-ff] version = "^0.4.0" optional = true default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.hex] version = "0.4.2" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.136" features = ["derive"] [features] bls12_381 = [ "dep:ark-bls12-381", "dep:ark-ff", ] bn254 = [ "dep:ark-bn254", "dep:ark-ff", ] default = ["bn254"]