[package]
name = "tokio-process"
version = "0.2.4"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Petkov <ivanppetkov@gmail.com>"]
description = "An implementation of an asynchronous process management backed futures.\n"
homepage = "https://github.com/alexcrichton/tokio-process"
documentation = "https://docs.rs/tokio-process"
categories = ["asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/tokio-process"
[dependencies.futures]
version = "0.1.11"
[dependencies.tokio-io]
version = "0.1"
[dependencies.tokio-reactor]
version = "0.1"
[dev-dependencies.failure]
version = "0.1"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.tokio]
version = "0.1"
features = ["rt-full"]
default-features = false
[target."cfg(unix)".dependencies.crossbeam-queue]
version = "0.1.2"
[target."cfg(unix)".dependencies.lazy_static]
version = "1.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.log]
version = "0.4"
[target."cfg(unix)".dependencies.mio]
version = "0.6.5"
[target."cfg(unix)".dependencies.tokio-signal]
version = "0.2.5"
[target."cfg(windows)".dependencies.mio-named-pipes]
version = "0.1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["handleapi", "winerror", "minwindef", "processthreadsapi", "synchapi", "threadpoollegacyapiset", "winbase", "winnt"]
[badges.appveyor]
repository = "alexcrichton/tokio-process"
[badges.codecov]
repository = "alexcrichton/tokio-process"
[badges.travis-ci]
repository = "alexcrichton/tokio-process"