ethkey 0.2.5

Ethereum keys management supporting keystores, signing and verification
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.error-chain]
version = "0.12"

[dependencies.ethsign]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.parity-crypto]
version = "0.3"

[dependencies.rand]
version = "0.6"

[dependencies.rustc-hex]
version = "2.0"

[dependencies.secp256k1]
version = "0.12"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.tempfile]
version = "3.0"