github-actions-maintainer 0.6.2

General-purpose GitHub Actions maintenance toolkit with secure workflow pinning
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.97.1"
name = "github-actions-maintainer"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General-purpose GitHub Actions maintenance toolkit with secure workflow pinning"
homepage = "https://github.com/ThreatFlux/github-actions-maintainer"
readme = "README.md"
keywords = [
    "github-actions",
    "security",
    "pinning",
    "automation",
    "supply-chain",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ThreatFlux/github-actions-maintainer"

[features]
default = []

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

[[bin]]
name = "github-actions-maintainer"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "4.6.5"
features = [
    "derive",
    "env",
]

[dependencies.regex]
version = "1.13.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.semver]
version = "1.0.28"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.toml_edit]
version = "0.25.13"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.mockito]
version = "1.7.2"

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

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true