commit-wizard 0.0.2

A lightweight CLI assistant for Conventional Commits, semantic versioning, and changelog automation.
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 = "commit-wizard"
version = "0.0.2"
authors = ["KiTech Software <oss@kitechsoftware.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight CLI assistant for Conventional Commits, semantic versioning, and changelog automation."
homepage = "https://commit-wizard.kitechsoftware.com"
documentation = "https://docs.rs/commit-wizard"
readme = false
keywords = [
    "cli",
    "conventional-commits",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kitechsoftware/commit-wizard"
resolver = "2"

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

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

[dependencies.assert_cmd]
version = "2"

[dependencies.assert_matches]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

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

[dependencies.cliai]
version = "0.2.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.git2]
version = "0.20.2"

[dependencies.predicates]
version = "3"

[dependencies.regex]
version = "1.11.1"

[dependencies.scriba]
version = "0.5"
features = ["full"]

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.tabled]
version = "0.20.0"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.16"

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

[dependencies.toml]
version = "0.9.2"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.17"
features = [
    "fmt",
    "env-filter",
]