# 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_blackbox_solver" version = "0.46.0" authors = ["The Noir Team "] description = "A solver for the blackbox functions found in ACIR and Brillig" license = "MIT OR Apache-2.0" repository = "https://github.com/noir-lang/noir/" [dependencies.acir] version = "0.46.0" default-features = false [dependencies.blake2] version = "0.10.6" [dependencies.blake3] version = "1.5.0" [dependencies.k256] version = "0.11.0" features = [ "ecdsa", "ecdsa-core", "sha256", "digest", "arithmetic", ] [dependencies.keccak] version = "0.1.4" [dependencies.libaes] version = "0.7.0" [dependencies.num-bigint] version = "0.4" [dependencies.p256] version = "0.11.0" features = [ "ecdsa", "ecdsa-core", "sha256", "digest", "arithmetic", ] [dependencies.sha2] version = "0.10.6" features = ["compress"] [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0.21" [features] bls12_381 = ["acir/bls12_381"] bn254 = ["acir/bn254"] default = ["bn254"]