cclog-cli 0.12.0

A conventional changelog for the rest of us
# 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"
rust-version = "1.88.0"
name = "cclog-cli"
version = "0.12.0"
authors = [
    "Christoph Burgdorf <christoph.burgdorf@bvsn.org>",
    "Sebastian Mandrean <sebastian.mandrean@gmail.com>",
]
build = false
exclude = ["docs/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A conventional changelog for the rest of us"
readme = false
keywords = [
    "git",
    "log",
    "changelog",
    "parser",
    "parse",
]
license = "MIT"
repository = "https://github.com/mandrean/cclog"
resolver = "2"

[features]
color = ["ansi_term"]
debug = []
default = ["color"]
unstable = []

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

[dependencies.ansi_term]
version = "0.12"
optional = true

[dependencies.cclog]
version = "0.12.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.semver]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]