git-intelligence-message 2.0.0

An advanced Git commit message generation utility with AI assistance
# 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-intelligence-message"
version = "2.0.0"
authors = ["Sheldon.Wei<sheldon.sh.hb@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An advanced Git commit message generation utility with AI assistance"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "ai",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/davelet/git-intelligence-message"

[[bin]]
name = "gim"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dirs]
version = "5.0"

[dependencies.gim-config]
version = "1.0.0"

[dependencies.indoc]
version = "2.0.6"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"
features = ["preserve_order"]

[dependencies.validator]
version = "0.16"
features = ["derive"]

[target."cfg(windows)"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"