# 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-backend-barretenberg" version = "0.12.0" authors = ["The Noir Team "] description = "An ACVM backend which allows proving/verifying ACIR circuits against Aztec Lab's Barretenberg library." readme = "README.md" license = "MIT OR Apache-2.0" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.acvm] version = "0.23.0" features = ["bn254"] [dependencies.base64] version = "0.21.2" [dependencies.const_format] version = "0.2.30" [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "~1.0.1" [dependencies.reqwest] version = "0.11.16" features = [ "rustls-tls", "blocking", ] default-features = false [dependencies.tar] version = "~0.4.15" [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0.21" [build-dependencies.build-target] version = "0.4.0"