# 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.66" name = "acvm_stdlib" version = "0.27.0" authors = ["The Noir Team "] description = "The ACVM standard library." license = "MIT" repository = "https://github.com/noir-lang/acvm/" [dependencies.acir] version = "0.27.0" default-features = false [features] bls12_381 = ["acir/bls12_381"] bn254 = ["acir/bn254"] default = ["bn254"] testing = ["bn254"]