tokio-process 0.2.5

An implementation of an asynchronous process management backed futures.
Documentation
[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]
default-features = false
features = ["rt-full"]
version = "0.1"

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["asynchronous"]
description = """
An implementation of an asynchronous process management backed futures.
"""
documentation = "https://docs.rs/tokio-process/0.2.5/tokio_process"
edition = "2018"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"
name = "tokio-process"
repository = "https://github.com/tokio-rs/tokio"
version = "0.2.5"

[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]
features = ["handleapi", "winerror", "minwindef", "processthreadsapi", "synchapi", "threadpoollegacyapiset", "winbase", "winnt"]
version = "0.3"