convco 0.6.4

Conventional commit tools
# 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"
rust-version = "1.87"
name = "convco"
version = "0.6.4"
authors = ["Hannes De Valkeneer <hannes@de-valkeneer.be>"]
build = "build.rs"
include = [
    "build.rs",
    "src/*",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conventional commit tools"
homepage = "https://convco.github.io"
readme = "README.md"
keywords = [
    "conventional",
    "commit",
    "changelog",
    "semantic",
    "versioning",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/convco/convco.git"

[package.metadata.deb]
depends = ""
extended-description = "Conventional commit tools. Create a changelog. Check if commits follow the convention. Calculate the next version based on the conventional commits."
assets = [
    [
    "bin/convco",
    "/usr/local/bin/",
    "755",
],
    [
    "target/completions/convco.bash",
    "/usr/share/bash-completion/completions/",
    "644",
],
    [
    "target/completions/_convco",
    "/usr/share/zsh/vendor-completions/",
    "644",
],
    [
    "target/completions/convco.fish",
    "/usr/share/fish/completions/",
    "644",
],
]

[features]
completions = ["dep:clap_complete"]
default = ["zlib-ng-compat"]
zlib-ng-compat = ["git2/zlib-ng-compat"]

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

[dependencies.anyhow]
version = "1.0.102"
features = ["backtrace"]

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6.5"
optional = true

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]

[dependencies.git2]
version = "0.21.0"
default-features = false

[dependencies.handlebars]
version = "6.4.1"

[dependencies.jiff]
version = "0.2.24"
features = ["serde"]

[dependencies.regex]
version = "1.12.3"

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.strsim]
version = "0.11.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5.0"

[build-dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[build-dependencies.clap_complete]
version = "4.6.5"

[build-dependencies.semver]
version = "1.0.28"

[profile.release]
strip = true