# 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" version = "0.46.0" authors = ["The Noir Team "] description = "ACIR is the IR that the VM processes, it is analogous to LLVM IR" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/noir-lang/noir/" [[bench]] name = "serialization" harness = false [dependencies.acir_field] version = "0.46.0" default-features = false [dependencies.base64] version = "0.21.2" [dependencies.bincode] version = "1.3.3" [dependencies.brillig] version = "0.46.0" default-features = false [dependencies.flate2] version = "1.0.24" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.thiserror] version = "1.0.21" [dev-dependencies.criterion] version = "0.5.0" [dev-dependencies.fxhash] version = "0.2.1" [dev-dependencies.pprof] version = "0.13" features = [ "flamegraph", "criterion", ] [dev-dependencies.serde-generate] version = "0.25.1" [dev-dependencies.serde-reflection] version = "0.3.6" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.strum] version = "0.24" [dev-dependencies.strum_macros] version = "0.24" [features] bls12_381 = [ "acir_field/bls12_381", "brillig/bls12_381", ] bn254 = [ "acir_field/bn254", "brillig/bn254", ] default = ["bn254"]