Files
librustzcash/zcash_primitives/Cargo.toml
2022-03-03 19:34:21 -05:00

23 lines
471 B
TOML

[package]
name = "zcash_primitives"
version = "0.0.0"
authors = [
"The Hush Developers",
"Jack Grigg <jack@z.cash>",
]
[dependencies]
byteorder = "1"
crypto_api_chachapoly = "0.1"
ff = { path = "../ff" }
hex = "0.3"
lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
sha2 = "0.8"
[dependencies.blake2-rfc]
git = "https://git.hush.is/hush/blake2-rfc"
rev = "ba06a506baa297d37959d5e13e90008bba12ec60"