emerald-rs 0.25.6

Ethereum secure account management core libary
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]
name = "emerald-rs"
version = "0.25.6"
authors = ["Dmitry Ulanov <dulanov@gmail.com>", "Constantine Kryvomaz <kostiyantynk@gmail.com>", "Stewart Mackenzie <setori88@gmail.com>", "Wei Tang <hi@that.world>"]
description = "Ethereum secure account management core libary"
homepage = "https://etcdevteam.com"
documentation = "https://docs.rs/emerald-core"
readme = "README.md"
keywords = ["ethereum-classic", "blockchain", "ffi", "crypto-wallet", "cold-storage"]
categories = ["embedded", "external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/ETCDEVTeam/emerald-rs"

[lib]
name = "emerald_rs"
path = "src/lib.rs"
[dependencies.aes-ctr]
version = "0.1"

[dependencies.bitcoin]
version = "0.13.2"

[dependencies.byteorder]
version = "1.2"

[dependencies.chrono]
version = "0.4"

[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.emerald-rocksdb]
version = "0.10.3"
optional = true

[dependencies.ethabi]
version = "2.0.0"

[dependencies.futures]
version = "0.1"

[dependencies.glob]
version = "0.2"

[dependencies.hex]
version = "0.3"

[dependencies.hidapi]
version = "0.4"

[dependencies.hmac]
version = "0.6"

[dependencies.hyper]
version = "0.12"
optional = true

[dependencies.jsonrpc-core]
version = "8.0"

[dependencies.jsonrpc-http-server]
version = "8.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.num]
version = "0.2"

[dependencies.pbkdf2]
version = "0.2"

[dependencies.rand]
version = "0.3"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.9"
optional = true

[dependencies.scrypt]
version = "0.1"

[dependencies.secp256k1]
version = "0.9"
features = ["rand"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.7"

[dependencies.sha3]
version = "0.7"

[dependencies.time]
version = "0.1"

[dependencies.uuid]
version = "0.5"
features = ["serde", "v4"]
[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = ["http", "emerald-rocksdb"]
dev = ["clippy"]
fs-storage = []
http = ["hyper", "reqwest"]
[badges.appveyor]
repository = "ETCDEVTeam/emerald-rs"

[badges.travis-ci]
repository = "ETCDEVTeam/emerald-rs"