pirate-librustzcash/zcash_primitives/Cargo.toml

25 lines
558 B
TOML
Raw Normal View History

[package]
name = "zcash_primitives"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
[dependencies]
byteorder = "1"
ff = { path = "../ff" }
2018-10-11 22:16:48 +00:00
hex = "0.3"
2018-08-23 22:35:39 +00:00
lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.4"
2018-08-23 22:35:39 +00:00
sapling-crypto = { path = "../sapling-crypto" }
2018-12-03 12:54:11 +00:00
sha2 = "0.8"
2018-08-23 22:37:23 +00:00
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
2018-10-19 20:50:49 +00:00
[dependencies.chacha20-poly1305-aead]
git = "https://github.com/gtank/chacha20-poly1305-aead"
rev = "aefc71f95e8bc43f2070e3c5b08130d9c86bbf4f"