komitto 0.1.3

AI-powered Conventional Commit Message Generator for Git
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 = "komitto"
version = "0.1.3"
authors = ["jalever <jalever@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered Conventional Commit Message Generator for Git"
homepage = "https://github.com/tsukuricase/komitto"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "ai",
    "openai",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tsukuricase/komitto"

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

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

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

[dependencies.indicatif]
version = "0.17"

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

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

[dependencies.serde_json]
version = "1.0"