grin_servers 1.0.2

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
[package]
name = "grin_servers"
version = "1.0.2"
authors = ["Grin Developers <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/grin"
keywords = [ "crypto", "grin", "mimblewimble" ]
workspace = ".."
edition = "2018"

[dependencies]
hyper = "0.12"
fs2 = "0.4"
futures = "0.1"
http = "0.1"
hyper-staticfile = "0.3"
itertools = "0.7"
lmdb-zero = "0.4.4"
rand = "0.5"
serde = "1"
log = "0.4"
serde_derive = "1"
serde_json = "1"
chrono = "0.4.4"
bufstream = "~0.1"
jsonrpc-core = "~8.0"

grin_api = { path = "../api", version = "1.0.2" }
grin_chain = { path = "../chain", version = "1.0.2" }
grin_core = { path = "../core", version = "1.0.2" }
grin_keychain = { path = "../keychain", version = "1.0.2" }
grin_p2p = { path = "../p2p", version = "1.0.2" }
grin_pool = { path = "../pool", version = "1.0.2" }
grin_store = { path = "../store", version = "1.0.2" }
grin_util = { path = "../util", version = "1.0.2" }
grin_wallet = { path = "../wallet", version = "1.0.2" }

[dev-dependencies]
blake2-rfc = "0.2"