ethkey 0.3.1

Ethereum keys management supporting keystores, signing and verification
Documentation
[package]
name = "ethkey"
version = "0.3.1"
description = "Ethereum keys management supporting keystores, signing and verification"
authors = ["Golem Factory <contact@golem.network>"]
homepage = "https://github.com/golemfactory/golem-unlimited/tree/ethkey/ethkey"
repository = "https://github.com/golemfactory/golem-unlimited"
documentation = "https://docs.rs/crate/ethkey"
license = "GPL-3.0"
edition = "2018"

[dependencies]
env_logger = "0.5"
ethsign = "0.7"
log = "0.4"
parity-crypto = "0.3"
rand = "0.6"
rustc-hex = "2.0"
secp256k1 = { version = "0.15" }
serde_json = "1.0"
thiserror = "1.0"
uuid = { version = "0.7", features = ["v4"] }

[dev-dependencies]
tempfile = "3.0"