[package]
name = "stack_epic_wallet_impls"
version = "3.4.0"
authors = ["Epic Developers <epiccash@brickabode.com>"]
description = "Concrete types derived from libwallet traits"
license = "Apache-2.0"
repository = "https://github.com/EpicCash/epic-wallet"
exclude = ["**/*.epic", "**/*.epic2"]
edition = "2018"
[dependencies]
blake2-rfc = "0.2"
failure = "0.1"
failure_derive = "0.1"
futures = "0.1"
rand = "0.5"
semver = "0.9"
serde = "1"
serde_derive = "1"
serde_json = "1"
log = "0.4"
ring = "^0.16"
tokio = "= 0.1.11"
tokio-core = "0.1"
tokio-retry = "0.1"
uuid = { version = "0.7", features = ["serde", "v4"] }
chrono = { version = "0.4.4", features = ["serde"] }
bitvec = "1"
emoji = "0.2.1"
sqlite = "0.30.3"
libsqlite3-sys = { version = ">=0.8.0, <0.13.0", optional = true, features = ["bundled"] }
http = "0.1.5"
hyper-timeout = "0.2"
hyper-rustls = "0.17.1"
rustls = "0.16.0"
byteorder = "1"
hyper = "0.12"
tokio-tcp = "0.1"
tokio-io = "0.1"
ed25519-dalek = "=1.0.0-pre.1"
data-encoding = "2"
regex = "1.3"
timer = "0.2"
sysinfo = "0.9"
parking_lot = "0.6"
tungstenite = {version=">=0.0.0", features = ["native-tls"] }
epic_wallet_util = { package = "stack_epic_wallet_util", path = "../util", version = "3.4.0" }
epic_wallet_config = { package = "stack_epic_wallet_config", path = "../config", version = "3.4.0" }
epic_wallet_libwallet = { package = "stack_epic_wallet_libwallet", path = "../libwallet", version = "3.4.0" }