2016-06-20 00:10:34 +02:00
|
|
|
[package]
|
2019-08-12 18:55:11 +02:00
|
|
|
description = "Parity Ethereum Keys Generator"
|
2016-06-20 00:10:34 +02:00
|
|
|
name = "ethkey"
|
2017-12-01 09:40:07 +01:00
|
|
|
version = "0.3.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-06-20 00:10:34 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2017-12-01 09:40:07 +01:00
|
|
|
edit-distance = "2.0"
|
2021-03-12 10:12:42 +01:00
|
|
|
parity-crypto = { version = "0.6.2", features = ["publickey"] }
|
|
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", rev = "9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4" }
|
|
|
|
ethereum-types = "0.9.2"
|
2018-01-17 11:45:29 +01:00
|
|
|
lazy_static = "1.0"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2021-01-13 18:03:12 +01:00
|
|
|
memzero = { path = "../../../crates/util/memzero" }
|
2019-09-12 18:43:53 +02:00
|
|
|
parity-wordlist = "1.3"
|
2018-06-25 14:20:44 +02:00
|
|
|
quick-error = "1.2.2"
|
2021-03-12 10:12:42 +01:00
|
|
|
rand = "0.7.3"
|
2017-12-01 09:40:07 +01:00
|
|
|
rustc-hex = "1.0"
|
2018-06-22 15:09:15 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-05-31 13:53:09 +02:00
|
|
|
tiny-keccak = "1.4"
|