stack_test_epic_pool 3.0.3

Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
[package]
name = "stack_test_epic_pool"
version = "3.0.3"
authors = ["Epic Foundation <mimblewimble@lists.launchpad.net>"]
description = "Chain implementation for epic, a 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]
blake2-rfc = "0.2"
rand = "0.6"
serde = "1"
serde_derive = "1"
log = "0.4"
chrono = "0.4.4"
failure = "0.1"
failure_derive = "0.1"

stack_test_epic_core = { path = "../core", version = "3.0.3" }
stack_test_epic_keychain = { path = "../keychain", version = "3.0.3" }
stack_test_epic_store = { path = "../store", version = "3.0.3" }
stack_test_epic_util = { path = "../util", version = "3.0.3" }

[dev-dependencies]
stack_test_epic_chain = { path = "../chain", version = "3.0.2" }