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