[package] name = "zebra-keys" version = "0.1.0" license = "GPL-3.0" authors = ["Zcash Foundation "] [dependencies] rand = "0.4" rustc-hex = "2" lazy_static = "1.3" base58 = "0.1" eth-secp256k1 = "0.5.7" zebra-crypto = { path = "../crypto" } zebra-primitives = { path = "../primitives" }