2016-06-20 00:10:34 +02:00
|
|
|
[package]
|
|
|
|
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
|
|
|
byteorder = "1.0"
|
|
|
|
edit-distance = "2.0"
|
2018-05-05 11:02:33 +02:00
|
|
|
ethcore-crypto = { path = "../ethcore/crypto" }
|
2017-03-29 15:17:27 +02:00
|
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
|
2018-04-02 13:12:52 +02:00
|
|
|
ethereum-types = "0.3"
|
2018-01-17 11:45:29 +01:00
|
|
|
lazy_static = "1.0"
|
2017-12-01 09:40:07 +01:00
|
|
|
log = "0.3"
|
2018-04-11 13:57:12 +02:00
|
|
|
mem = { path = "../util/mem" }
|
2017-12-01 09:40:07 +01:00
|
|
|
parity-wordlist = "1.2"
|
2018-05-05 11:02:33 +02:00
|
|
|
quick-error = "1.2"
|
2018-02-09 09:32:06 +01:00
|
|
|
rand = "0.4"
|
2017-12-01 09:40:07 +01:00
|
|
|
rustc-hex = "1.0"
|
|
|
|
tiny-keccak = "1.3"
|