cmd-proc 0.2.0

Process command builder with capture support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93"
name = "cmd-proc"
version = "0.2.0"
authors = ["Markus Schirp <mbj@schirp-dso.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process command builder with capture support"
readme = "README.md"
keywords = [
    "command",
    "process",
    "shell",
    "exec",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/mbj/mrs/tree/main/cmd-proc"

[features]
test-utils = []

[lib]
name = "cmd_proc"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

[lints.clippy]
multiple_crate_versions = "deny"
must_use_candidate = "deny"
uninlined_format_args = "deny"

[lints.clippy.all]
level = "deny"
priority = -1