comlexr 1.5.0

Dynamically build Command objects with conditional expressions
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 = "2021"
rust-version = "1.60"
name = "comlexr"
version = "1.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamically build Command objects with conditional expressions"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/wunker-bunker/comlexr"

[package.metadata.release]
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
search = 'comlexr = "\d+.\d+.\d+"'
replace = 'comlexr = "{{version}}"'

[package.metadata."docs.rs"]
all-features = true

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

[[test]]
name = "cmd"
path = "tests/cmd.rs"

[[test]]
name = "pipe"
path = "tests/pipe.rs"

[dependencies.comlexr_macro]
version = "=1.5.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.rstest]
version = "0.25"

[dev-dependencies.rusty-hook]
version = "0.11"

[dev-dependencies.tempfile]
version = "3.20"

[lints.clippy]
correctness = "deny"
nursery = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"

[lints.rust]
unsafe_code = "forbid"