pirate-librustzcash/Cargo.toml
2018-04-17 14:16:14 -06:00

24 lines
443 B
TOML

[package]
name = "librustzcash"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
[lib]
name = "rustzcash"
path = "src/rustzcash.rs"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2"
pairing = "0.14.1"
lazy_static = "1"
bellman = "0.1"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "e554b473dd10885d232f42237c13282f5b6fee43"
[profile.release]
lto = true
panic = 'abort'