librustzcash/Cargo.toml

22 lines
409 B
TOML
Raw Normal View History

2017-03-17 10:07:23 -07:00
[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"
2018-04-09 17:28:42 -07:00
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "e554b473dd10885d232f42237c13282f5b6fee43"
[profile.release]
lto = true
panic = 'abort'