dev-ci 0.9.2

Calibrated GitHub Actions workflow generator for Rust crates. Library API + CLI binary. Byte-deterministic YAML output. Part of the dev-* verification collection.
Documentation
[package]
name = "dev-ci"
version = "0.9.2"
edition = "2021"
rust-version = "1.85"
readme = "README.md"
license = "Apache-2.0"

authors = [
    "James Gober <me@jamesgober.com>"
]

description = "Calibrated GitHub Actions workflow generator for Rust crates. Library API + CLI binary. Byte-deterministic YAML output. Part of the dev-* verification collection."

keywords = [
    "ci",
    "github-actions",
    "workflow",
    "generator",
    "rust"
]

categories = [
    "development-tools",
    "development-tools::testing",
    "command-line-utilities"
]

documentation = "https://docs.rs/dev-ci"
repository = "https://github.com/jamesgober/dev-ci"
homepage = "https://github.com/jamesgober/dev-ci"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[bin]]
name = "dev-ci"
path = "src/bin/dev_ci.rs"

[dependencies]
dev-report = { version = "0.9", path = "../dev-report" }
clap = { version = "4", features = ["derive"] }

[dev-dependencies]

[features]
default = []

[profile.release]
opt-level = 3
lto = "thin"