dev-ci 0.9.0

CI workflow generator and GitHub Action for the dev-* verification suite. Generates calibrated CI pipelines and runs the suite end-to-end on pull requests.
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.85"
name = "dev-ci"
version = "0.9.0"
authors = ["James Gober <me@jamesgober.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CI workflow generator and GitHub Action for the dev-* verification suite. Generates calibrated CI pipelines and runs the suite end-to-end on pull requests."
homepage = "https://github.com/jamesgober/dev-ci"
documentation = "https://docs.rs/dev-ci"
readme = "README.md"
keywords = [
    "ci",
    "github-actions",
    "workflow",
    "verification",
    "ai-tools",
]
categories = [
    "development-tools",
    "development-tools::testing",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/jamesgober/dev-ci"

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

[features]
default = []

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

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "full_suite"
path = "examples/full_suite.rs"

[[example]]
name = "path_deps"
path = "examples/path_deps.rs"

[[example]]
name = "write_to_disk"
path = "examples/write_to_disk.rs"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dev-report]
version = "0.9"

[dev-dependencies]

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