koji 3.4.0

An interactive CLI for creating conventional commits.
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 = "koji"
version = "3.4.0"
authors = [
    "Finley Thomalla <finley@thomalla.ch>",
    "Danny Tatom <its.danny@hey.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive CLI for creating conventional commits."
documentation = "https://docs.rs/koji"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cococonscious/koji"

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete_command]
version = "0.6"
features = ["nushell"]

[dependencies.cocogitto]
version = "6.5"
default-features = false

[dependencies.config]
version = "0.15"
features = ["toml"]

[dependencies.conventional_commit_parser]
version = "0.9"

[dependencies.dirs]
version = "6.0"

[dependencies.emojis]
version = "0.8"

[dependencies.gix]
version = "0.80.0"

[dependencies.indexmap]
version = "2.10"

[dependencies.inquire]
version = "0.9"

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

[dependencies.xdg]
version = "3.0"

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

[dev-dependencies.git2]
version = "0.20.3"

[dev-dependencies.predicates]
version = "3.1.2"

[dev-dependencies.tempfile]
version = "3.12.0"

[target."cfg(not(windows))".dev-dependencies.rexpect]
version = "0.6.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]

[profile.release]
opt-level = "z"
codegen-units = 1