[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "2"
[features]
test-utils = []
[lib]
name = "cmd_proc"
path = "src/lib.rs"
[lints.clippy]
multiple_crate_versions = "deny"
must_use_candidate = "deny"
uninlined_format_args = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[package]
authors = ["Markus Schirp <mbj@schirp-dso.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Process command builder with capture support"
edition = "2024"
keywords = ["command", "process", "shell", "exec"]
license = "MIT"
name = "cmd-proc"
readme = "README.md"
repository = "https://github.com/mbj/mrs/tree/main/cmd-proc"
rust-version = "1.92"
version = "0.1.0"