2016-06-20 00:10:34 +02:00
|
|
|
[package]
|
|
|
|
name = "ethkey"
|
|
|
|
version = "0.2.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-06-20 00:10:34 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "0.3.14"
|
2016-08-10 17:57:40 +02:00
|
|
|
lazy_static = "0.2"
|
2017-08-07 10:06:02 +02:00
|
|
|
tiny-keccak = "1.3"
|
2017-03-29 15:17:27 +02:00
|
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
|
2017-07-06 11:26:14 +02:00
|
|
|
rustc-hex = "1.0"
|
2017-05-24 12:31:33 +02:00
|
|
|
ethcore-bigint = { path = "../util/bigint" }
|
2017-02-05 16:17:03 +01:00
|
|
|
rust-crypto = "0.2"
|
|
|
|
byteorder = "1.0"
|