keeline 0.1.4

Metadata-driven CLI for validating, rendering, and releasing Debian-based runtime container images.
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.94"
name = "keeline"
version = "0.1.4"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metadata-driven CLI for validating, rendering, and releasing Debian-based runtime container images."
homepage = "https://github.com/lvillis/keeline"
documentation = "https://docs.rs/keeline"
readme = "README.md"
keywords = [
    "docker",
    "ghcr",
    "oci",
    "images",
    "containers",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/lvillis/keeline"

[package.metadata.release]
push = true
publish = true
verify = true
sign-commit = true
sign-tag = true
allow-branch = ["main"]
tag-prefix = ""
tag-name = "{{prefix}}{{version}}"
tag-message = "chore: release {{crate_name}} version {{version}}"
pre-release-commit-message = "chore: release {{crate_name}} version {{version}}"
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]

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

[[bin]]
name = "keeline"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"
features = ["std"]
default-features = false

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.regex]
version = "1.12.3"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false

[dependencies.toml]
version = "1.1.0"
features = [
    "parse",
    "serde",
    "std",
]
default-features = false

[dependencies.walkdir]
version = "2.5.0"
default-features = false

[profile.dev.package."*"]
opt-level = 1

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"