[package] name = "zcash_note_encryption" description = "TBD" version = "0.0.0" authors = [ "Jack Grigg ", "Kris Nuttycombe " ] 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.8" group = "0.8" rand_core = "0.5.1" [dev-dependencies] zcash_primitives = { version = "0.5", path = "../../zcash_primitives" } jubjub = "0.5.1"