git-cmt 0.1.0

A CLI tool for generating consistent commit messages using the Conventional Commits standard
# 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 = "git-cmt"
version = "0.1.0"
authors = ["Alexander Dernild <alex@dernild.dk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for generating consistent commit messages using the Conventional Commits standard"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "conventional-commits",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/adernild/comet"

[[bin]]
name = "git-cmt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.git2]
version = "0.20.4"

[dependencies.inquire]
version = "0.9.4"
features = ["editor"]

[dependencies.regex]
version = "1.12.3"

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

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.26.0"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.toml]
version = "1.0.3"

[profile.dist]
lto = "thin"
inherits = "release"