git-commit-helper-cli 0.9.3

A CLI tool to help generate standardized git commit messages
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 = "git-commit-helper-cli"
version = "0.9.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to help generate standardized git commit messages"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "git-commit-helper"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.config]
version = "0.13"

[dependencies.copilot-client]
version = "0.1.0"

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "5.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.textwrap]
version = "0.16"

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

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