[dependencies.once_cell]
version = "1.0.1"
[dependencies.os_pipe]
version = "0.9.0"
[dependencies.shared_child]
version = "0.3.4"
[dev-dependencies.tempdir]
version = "0.3.7"
[package]
authors = ["oconnor663@gmail.com"]
description = "a library for running child processes"
documentation = "https://docs.rs/duct"
edition = "2018"
keywords = ["process", "subprocess", "command", "child", "pipe"]
license = "MIT"
name = "duct"
readme = "README.md"
repository = "https://github.com/oconnor663/duct.rs"
version = "0.13.5"
[target."cfg(unix)".dependencies.libc]
version = "0.2.43"