cmt 0.5.13

CLI tool that generates commit messages using AI
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"
name = "cmt"
version = "0.5.13"
authors = ["Clifton King <cliftonk@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool that generates commit messages using AI"
homepage = "https://github.com/clifton/cmt"
documentation = "https://github.com/clifton/cmt#readme"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "openai",
    "claude",
    "gpt",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/clifton/cmt"

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

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

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

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

[dependencies.arboard]
version = "3.6.1"

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "std",
]

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

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

[dependencies.handlebars]
version = "6.3.1"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "default-tls",
]
default-features = false

[dependencies.rstructor]
version = "0.2"
features = [
    "openai",
    "anthropic",
    "gemini",
]

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[dependencies.toml]
version = "0.9.8"

[dev-dependencies.serial_test]
version = "3.2.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

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