gmsg 0.1.3

AI-powered commit message generator with a TUI editor
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 = "gmsg"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered commit message generator with a TUI editor"
homepage = "https://olorikendrick.github.io/gmsg/"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "git",
    "commits",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/olorikendrick/gmsg"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arboard]
version = "3.6.1"

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.git2]
version = "0.20.4"

[dependencies.http]
version = "1.4.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-textarea]
version = "0.9.1"

[dependencies.rig]
version = "0.36.0"

[dependencies.serde]
version = "1.0.228"

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

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.assert_cmd]
version = "1"

[dev-dependencies.rstest]
version = "0.26.1"

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