codio 0.1.1

Production-ready commit message generator using local Ollama LLM
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 = "codio"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-ready commit message generator using local Ollama LLM"
homepage = "https://github.com/REPLACE_ME/REPLACE_ME"
documentation = "https://docs.rs/codio"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "cli",
    "ollama",
    "conventional-commits",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/REPLACE_ME/REPLACE_ME"
resolver = "2"

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

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

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

[dependencies.indicatif]
version = "0.17"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1.3"

[dependencies.tempfile]
version = "3.13"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
]