[dependencies.nix]
features = ["fs", "process", "signal"]
version = "0.29"
[lib]
crate-type = ["lib"]
name = "creche"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = """
A replacement for std::process::Command and related types in the standard library. Runs single processes, and pipelines of processes, with configuration of file descriptors and environment for each child process.
"""
edition = "2021"
keywords = ["pipe", "child", "command", "scripting", "process"]
license = "MIT OR Apache-2.0"
name = "creche"
readme = "README.md"
repository = "https://github.com/catnapper321/creche"
version = "0.2.1"