# 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 = "acvm" version = "0.46.0" authors = ["The Noir Team "] description = "The virtual machine that processes ACIR given a backend/proof system." license = "MIT OR Apache-2.0" repository = "https://github.com/noir-lang/noir/" [dependencies.acir] version = "0.46.0" default-features = false [dependencies.acvm_blackbox_solver] version = "0.46.0" default-features = false [dependencies.brillig_vm] version = "0.46.0" default-features = false [dependencies.indexmap] version = "1.7.0" [dependencies.num-bigint] version = "0.4" [dependencies.thiserror] version = "1.0.21" [dependencies.tracing] version = "0.1.40" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rand] version = "0.8.5" [features] bls12_381 = [ "acir/bls12_381", "brillig_vm/bls12_381", "acvm_blackbox_solver/bls12_381", ] bn254 = [ "acir/bn254", "brillig_vm/bn254", "acvm_blackbox_solver/bn254", ] default = ["bn254"]