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"
|
2019-02-06 17:53:34 +01:00
|
|
|
parity-crypto = "0.3.0"
|
2019-11-11 21:57:38 +01:00
|
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", rev = "ccc06e7480148b723eb44ac56cf4d20eec380b6f" }
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2018-01-17 11:45:29 +01:00
|
|
|
lazy_static = "1.0"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2018-12-28 10:33:49 +01:00
|
|
|
memzero = { path = "../../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"
|
2018-02-09 09:32:06 +01:00
|
|
|
rand = "0.4"
|
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"
|