async-process 1.0.1

Async interface for working with processes
Documentation
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.event-listener]
version = "2.4.0"

[dependencies.futures-lite]
version = "1.11.0"

[dependencies.once_cell]
version = "1.4.1"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "os"]
description = "Async interface for working with processes"
documentation = "https://docs.rs/async-process"
edition = "2018"
homepage = "https://github.com/stjepang/async-process"
keywords = ["process", "spawn", "command", "subprocess", "child"]
license = "Apache-2.0 OR MIT"
name = "async-process"
readme = "README.md"
repository = "https://github.com/stjepang/async-process"
version = "1.0.1"
[target."cfg(unix)".dependencies.async-io]
version = "1.0.0"

[target."cfg(unix)".dependencies.signal-hook]
default-features = false
version = "0.1.16"
[target."cfg(windows)".dependencies.blocking]
version = "1.0.0"

[target."cfg(windows)".dependencies.winapi]
default-features = false
features = ["winbase", "winnt"]
version = "0.3.9"