tokio-process 0.2.2

An implementation of an asynchronous process management backed futures.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tokio-process"
version = "0.2.2"
authors = ["Alex Crichton <alex@alexcrichton.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.mio]
version = "0.6.5"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-reactor]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.4"
default-features = false

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.tokio]
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.tokio-signal]
version = "0.2"
[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.travis-ci]
repository = "alexcrichton/tokio-process"