# 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" name = "gnark-bn254-verifier" version = "1.0.2" authors = ["Aditya Bisht"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rust gnark verifier for BN254 curve" readme = "README.md" keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "gnark", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/Bisht13/gnark-bn254-verifier" [lib] name = "gnark_bn254_verifier" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.2" [dependencies.ark-groth16] version = "0.4.0" [dependencies.ark-serialize] version = "0.4.2" [dependencies.ark-snark] version = "0.4.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8"