2017-03-17 17:07:23 +00: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"
|
2018-04-12 03:51:30 +00:00
|
|
|
pairing = "0.14.1"
|
2018-04-13 00:38:25 +00:00
|
|
|
lazy_static = "1"
|
2018-04-17 20:16:14 +00:00
|
|
|
bellman = "0.1"
|
2018-05-08 22:58:43 +00:00
|
|
|
byteorder = "1"
|
|
|
|
rand = "0.4"
|
2018-04-10 00:28:42 +00:00
|
|
|
|
|
|
|
[dependencies.sapling-crypto]
|
|
|
|
git = "https://github.com/zcash-hackworks/sapling-crypto"
|
2018-05-07 23:52:44 +00:00
|
|
|
rev = "7beeb52730e24724ee10ea2458ecf7776cb59c58"
|
2018-04-12 21:35:20 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
panic = 'abort'
|