reproto-server 0.1.1

ReProto Repository Server
Documentation
[package]
name = "reproto-server"
version = "0.1.1"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/reproto/reproto"
homepage = "https://github.com/reproto/reproto"
documentation = "https://docs.rs/reproto-server"
description = """
ReProto Repository Server
"""

[features]
# Enable to emit very detailed tracing, potentially performance sensitive.
tracing = []

[dependencies]
reproto-repository = {path = "../repository", version = "0.1"}
reproto-core = {path = "../core", version = "0.1"}
futures = "0.1"
futures-cpupool = "0.1"
hyper = "0.11"
pretty_env_logger = "0.1"
log = "0.3"
error-chain = "0.10"
tempfile = "2.1"
flate2 = "0.2"
clap = "2.24"