subprocess 0.1.18

Execution of child processes and pipelines, inspired by Python's subprocess module, with Rust-specific extensions.
Documentation
[dependencies.libc]
version = "0.2.43"
[dev-dependencies.tempdir]
version = "0.3.7"

[lib]
name = "subprocess"
path = "src/lib.rs"

[package]
authors = ["Hrvoje Nikšić <hniksic@gmail.com>"]
description = "Execution of child processes and pipelines, inspired by Python's subprocess\nmodule, with Rust-specific extensions.\n"
documentation = "https://docs.rs/subprocess/"
keywords = ["execute", "process", "command", "redirect", "pipe"]
license = "Apache-2.0/MIT"
name = "subprocess"
readme = "README.md"
repository = "https://github.com/hniksic/rust-subprocess"
version = "0.1.18"
[target."cfg(windows)".dependencies.crossbeam-utils]
version = "0.5"

[target."cfg(windows)".dependencies.winapi]
features = ["std", "handleapi", "namedpipeapi", "processenv", "synchapi", "winerror", "processthreadsapi", "winbase"]
version = "0.3.6"