juckx 0.2.3

Rust CLI tool to automate git commit message generation using Gemini AI
[[bin]]
name = "juckx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.15"

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

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

[package]
authors = ["devil <europedreadlydevil@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Rust CLI tool to automate git commit message generation using Gemini AI"
documentation = "https://docs.rs/juckx"
edition = "2021"
homepage = "https://github.com/morphqdd/juckx"
keywords = ["git", "cli", "automation", "ai", "gemini"]
license = "MIT"
name = "juckx"
readme = "README.md"
repository = "https://github.com/morphqdd/juckx"
version = "0.2.3"