commitor 0.1.0

Automatically generate conventional commit messages based on git diff 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 = "commitor"
version = "0.1.0"
authors = ["Simon Dickson <683945+simonhdickson@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically generate conventional commit messages based on git diff using AI"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "conventional",
    "ai",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/simonhdickson/commitor"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.colored]
version = "2.0"

[dependencies.git2]
version = "0.18"

[dependencies.regex]
version = "1.10"

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

[dependencies.rig-core]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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