duct 0.13.7

a library for running child processes
Documentation
[dependencies.once_cell]
version = "1.0.1"

[dependencies.os_pipe]
version = "1.0.0"

[dependencies.shared_child]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3.3.0"

[package]
authors = ["oconnor663@gmail.com"]
description = "a library for running child processes"
documentation = "https://docs.rs/duct"
edition = "2021"
keywords = ["process", "subprocess", "command", "child", "pipe"]
license = "MIT"
name = "duct"
readme = "README.md"
repository = "https://github.com/oconnor663/duct.rs"
version = "0.13.7"
[target."cfg(unix)".dependencies.libc]
version = "0.2.43"