koji 3.0.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.4"

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

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

[dependencies.conventional_commit_parser]
version = "0.9"

[dependencies.dirs]
version = "5.0"

[dependencies.emojis]
version = "0.6"

[dependencies.git2]
version = "0.18"

[dependencies.indexmap]
version = "2.1"

[dependencies.inquire]
version = "0.7.5"

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.rusty-hook]
version = "0.11"

[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
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.0.0"

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