[package]
name = "committy"
version = "1.1.13"
authors = ["Arnaud (Martient) Leherpeur <arnaud.leherpeur@taultek.com>"]
edition = "2021"
description = "🚀 Generate clear, concise, and structured commit messages effortlessly"
repository = "https://github.com/martient/committy"
license-file = "LICENSE"
include = ["/src", "LICENSE"]
[dependencies]
structopt = "0.3"
inquire = "0.7.5"
git2 = "0.19.0"
thiserror = "1.0.64"
anyhow = "1.0"
sentry = "0.34.0"
chrono = "0.4.38"
semver = "1.0.23"
regex = "1.11.0"
log = "0.4.22"
env_logger = "0.11.5"
openssl = { version = "0.10.68", features = ["vendored"] }
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
tempfile = "3.13.0"