koji 3.3.0

An interactive CLI for creating conventional commits.
Documentation
[[bin]]
name = "koji"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0"

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

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

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

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

[dependencies.conventional_commit_parser]
version = "0.9"

[dependencies.dirs]
version = "6.0"

[dependencies.emojis]
version = "0.8"

[dependencies.git2]
version = "0.20"

[dependencies.indexmap]
version = "2.10"

[dependencies.inquire]
version = "0.9"

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

[dependencies.xdg]
version = "3.0"

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

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

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

[features]
vendored-openssl = ["git2/vendored-openssl"]

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

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

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

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

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

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