librustzcash/components/zcash_note_encryption/Cargo.toml

26 lines
582 B
TOML
Raw Normal View History

2021-03-19 13:56:20 -07:00
[package]
name = "zcash_note_encryption"
description = "TBD"
version = "0.0.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
2021-04-08 09:12:47 -07:00
"Kris Nuttycombe <kris@electriccoin.co>"
2021-03-19 13:56:20 -07:00
]
homepage = "https://github.com/zcash/librustzcash"
repository = "https://github.com/zcash/librustzcash"
license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
blake2b_simd = "0.5"
byteorder = "1"
crypto_api_chachapoly = "0.4"
ff = "0.10"
group = "0.10"
2021-01-26 14:48:11 -08:00
rand_core = "0.6"
subtle = "2.2.3"
[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.7"