[package] name = "pollard" version = "0.0.0" authors = [ "Sean Bowe ", ] edition = "2018" description = "Sapling on stilts!" license = "TGPPL" repository = "https://github.com/zcash/pollard" documentation = "https://docs.rs/pollard" 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" ]