orchard/Cargo.toml

26 lines
533 B
TOML

[package]
name = "pollard"
version = "0.0.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",
]
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" ]
[dev-dependencies]
criterion = "0.3"
[lib]
bench = false