[package] name = "halo2" version = "0.1.0-beta.2" authors = [ "Jack Grigg ", ] edition = "2018" description = "[BETA] Fast zero-knowledge proof-carrying data implementation with no trusted setup" license-file = "../COPYING" repository = "https://github.com/zcash/halo2" documentation = "https://docs.rs/halo2" readme = "../README.md" categories = ["cryptography"] keywords = ["halo", "proofs", "recursive", "zkp", "zkSNARKs"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] [dependencies] halo2_proofs = { version = "0.1.0-beta.2", path = "../halo2_proofs" }