yact 2.3.3

Yet Another Commit Transformer: a tool for formatting staged files with minimal disturbance to developer workflow.
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 = "yact"
version = "2.3.3"
authors = ["Nelson Penn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet Another Commit Transformer: a tool for formatting staged files with minimal disturbance to developer workflow."
documentation = "https://docs.rs/yact"
readme = "README.md"
keywords = [
    "git",
    "libgit2",
    "formatter",
    "pre-commit",
    "hook",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/NelsonAPenn/yact"

[features]
cli = ["clap"]
default = ["cli"]

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

[[bin]]
name = "yact"
path = "src/bin/yact.rs"

[dependencies.clap]
version = "4.5.16"
features = [
    "derive",
    "cargo",
]
optional = true

[dependencies.git2]
version = "0.20.4"
default-features = false

[dependencies.glob]
version = "0.3.1"

[dependencies.semver]
version = "1.0.24"
features = ["serde"]

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

[dependencies.toml]
version = "0.8.19"

[dev-dependencies.uuid]
version = "1.10.0"
features = ["v4"]

[profile.release]
lto = true
strip = true