[package] name = "orchard" version = "0.0.0" authors = [ "Sean Bowe ", "Jack Grigg ", ] edition = "2018" description = "Sapling on stilts!" license = "TGPPL" repository = "https://github.com/zcash/orchard" documentation = "https://docs.rs/orchard" readme = "README.md" # We can't publish to crates.io under TGPPL yet. publish = false [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html" ] [dependencies] group = "0.9" halo2 = { git = "https://github.com/zcash/halo2.git", branch = "main" } nonempty = "0.6" [dev-dependencies] criterion = "0.3" [lib] bench = false