# 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.60" name = "bellman" version = "0.14.0" authors = [ "Sean Bowe ", "Jack Grigg ", ] description = "zk-SNARK library" homepage = "https://github.com/zkcrypto/bellman" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/zkcrypto/bellman" resolver = "2" [[test]] name = "mimc" path = "tests/mimc.rs" required-features = ["groth16"] [[bench]] name = "batch" harness = false [[bench]] name = "slow" harness = false [dependencies.bitvec] version = "1" [dependencies.blake2s_simd] version = "1" [dependencies.byteorder] version = "1" [dependencies.crossbeam-channel] version = "0.5.1" optional = true [dependencies.ff] version = "0.13" [dependencies.group] version = "0.13" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.num_cpus] version = "1" optional = true [dependencies.pairing] version = "0.23" optional = true [dependencies.rand_core] version = "0.6" [dependencies.rayon] version = "1.5.1" optional = true [dependencies.subtle] version = "2.2.1" [dev-dependencies.bls12_381] version = "0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.sha2] version = "0.10" [features] default = [ "groth16", "multicore", ] groth16 = ["pairing"] multicore = [ "crossbeam-channel", "lazy_static", "log", "num_cpus", "rayon", "rand_core/getrandom", ] [badges.maintenance] status = "actively-developed"