librustzcash/zcash_primitives/Cargo.toml

23 lines
403 B
TOML

[package]
name = "zcash_primitives"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
[dependencies]
aes = "0.2"
blake2b_simd = "0.5"
byteorder = "1"
crypto_api_chachapoly = "0.1"
ff = { path = "../ff" }
fpe = "0.1"
hex = "0.3"
lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_os = "0.2"
sapling-crypto = { path = "../sapling-crypto" }
sha2 = "0.8"