# 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 = "spawn-zk-snarks" version = "0.1.5" authors = ["nzengi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero-knowledge proof library with EVM compatibility" documentation = "https://docs.rs/spawn-zk-snarks" readme = "README.md" keywords = [ "zk-snarks", "ethereum", "cryptography", "zero-knowledge", "groth16", ] categories = [ "cryptography", "mathematics", ] license = "MIT" repository = "https://github.com/nzengi/spawn-zk-snarks" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "spawn_zk_snarks" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "zkp_benchmarks" path = "benches/zkp_benchmarks.rs" harness = false [dependencies.ark-bn254] version = "0.4" [dependencies.ark-ec] version = "0.4" [dependencies.ark-ff] version = "0.4" [dependencies.ark-groth16] version = "0.4" [dependencies.ark-relations] version = "0.4" [dependencies.ark-serialize] version = "0.4" [dependencies.ark-snark] version = "0.4" [dependencies.ark-std] version = "0.4" [dependencies.ethabi] version = "18.0" [dependencies.hex] version = "0.4" [dependencies.primitive-types] version = "0.12" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4"