congen 0.2.0

congen helps you build configuration systems that support partial updates from structured changes and CLI input
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"
name = "congen"
version = "0.2.0"
authors = ["Burkhard Mittelbach <burkhard@mittelbach-online.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "congen helps you build configuration systems that support partial updates from structured changes and CLI input"
readme = "README.md"
keywords = [
    "clap",
    "config",
    "derive",
    "env",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Wasabi375/congen"

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

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
search = "Unreleased"
replace = "{{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
search = '\.\.\.HEAD'
replace = "...{{tag_name}}"
exactly = 1

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
search = "ReleaseDate"
replace = "{{date}}"

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
search = "<!-- next-header -->"
replace = """
<!-- next-header -->

## [Unreleased] - ReleaseDate"""
exactly = 1

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
search = "<!-- next-url -->"
replace = """
<!-- next-url -->
[Unreleased]: https://github.com/wasabi375/nonmaxunsigned/compare/{{tag_name}}...HEAD"""
exactly = 1

[features]
clap = ["dep:clap"]
default = ["clap"]

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

[dependencies.clap]
version = "4.5"
features = [
    "string",
    "derive",
]
optional = true

[dependencies.congen-derive]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0"