command-ext 0.1.2

Extension traits for std::process::Command
Documentation
[dependencies.log]
optional = true
version = "0.4.20"

[dependencies.thiserror]
version = "1.0.48"

[dependencies.tracing]
features = ["log"]
optional = true
version = "0.1.40"

[dependencies.typed-builder]
version = "0.18.0"
[dev-dependencies.anyhow]
version = "1.0.75"

[dev-dependencies.env_logger]
version = "0.10.1"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.14"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[features]
check = []
default = ["tracing", "check", "log", "print"]
log = ["dep:log"]
print = []
tracing = ["dep:tracing"]

[package]
authors = ["Rowan Hart <rowanbhart@gmail.com>"]
description = "Extension traits for std::process::Command"
edition = "2021"
license = "Apache-2.0"
name = "command-ext"
publish = true
readme = "README.md"
repository = "https://github.com/novafacing/command-ext"
version = "0.1.2"