# 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 = "groth16" version = "0.1.0" authors = [ "Sean Bowe ", "Jack Grigg ", ] description = "Groth16 prover and verifier for Bellman" homepage = "https://github.com/zkcrypto/bellman" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zkcrypto/bellman" [[bench]] name = "batch" harness = false [dependencies.bellman] version = "0.14" [dependencies.byteorder] version = "1" [dependencies.ff] version = "0.13" [dependencies.group] version = "0.13" [dependencies.pairing] version = "0.23" [dependencies.rand_core] version = "0.6" [dev-dependencies.bls12_381] version = "0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.subtle] version = "2.2.1"