stack_test_epic_servers 3.0.3

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
[package]
name = "stack_test_epic_servers"
version = "3.0.3"
authors = ["Epic Foundation <mimblewimble@lists.launchpad.net>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/epic"
workspace = ".."
edition = "2018"

[dependencies]
hyper = "0.12"
hyper-rustls = "0.14"
fs2 = "0.4"
futures = "0.1"
http = "0.1"
itertools = "0.7"
lmdb-zero = "0.4.4"
rand = "0.6"
serde = "1"
log = "0.4"
serde_derive = "1"
serde_json = "1"
chrono = "0.4.4"
tokio =  "0.1.11"
bigint = "4.4.1"
clokwerk = "0.2.1"
trust-dns-resolver = "0.11.1"
walkdir = "2.2.9"

stack_test_epic_api = { path = "../api", version = "3.0.3" }
stack_test_epic_chain = { path = "../chain", version = "3.0.3" }
stack_test_epic_core = { path = "../core", version = "3.0.3" }
stack_test_epic_keychain = { path = "../keychain", version = "3.0.3" }
stack_test_epic_p2p = { path = "../p2p", version = "3.0.3" }
stack_test_epic_pool = { path = "../pool", version = "3.0.3" }
stack_test_epic_store = { path = "../store", version = "3.0.3" }
stack_test_epic_util = { path = "../util", version = "3.0.3" }