[package] description = "Parity Ethereum Keys Generator" name = "ethkey" version = "0.3.0" authors = ["Parity Technologies "] [dependencies] edit-distance = "2.0" parity-crypto = "0.3.0" eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", rev = "ccc06e7480148b723eb44ac56cf4d20eec380b6f" } ethereum-types = "0.4" lazy_static = "1.0" log = "0.4" memzero = { path = "../../../crates/util/memzero" } parity-wordlist = "1.3" quick-error = "1.2.2" rand = "0.4" rustc-hex = "1.0" serde = "1.0" serde_derive = "1.0" tiny-keccak = "1.4"