tokio-hglib 0.2.0

Tokio-based async client library for Mercurial command server
Documentation
[package]
name = "tokio-hglib"
version = "0.2.0"
authors = ["Yuya Nishihara <yuya@tcha.org>"]
description = "Tokio-based async client library for Mercurial command server"
readme = "README.md"
documentation = "https://docs.rs/tokio-hglib/"
repository = "https://bitbucket.org/yuja/tokio-hglib/"
license = "MIT"

include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "examples/**/*.rs",
    "src/**/*.rs",
    "tests/**/*.rs",
]

[dependencies]
bytes = "0.4"
futures = "0.1"
tokio = "0.1"
tokio-codec = "0.1"
tokio-io = "0.1"
tokio-process = "0.2"

[target.'cfg(unix)'.dependencies]
tokio-uds = "0.2"

[dev-dependencies]
tokio-fs = "0.1"