# 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.0.0" authors = [ "Finley Thomalla ", "Danny Tatom ", ] build = 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" [profile.release] opt-level = "z" codegen-units = 1 [lib] name = "koji" path = "src/lib/lib.rs" [[bin]] name = "koji" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete_command] version = "0.6.1" features = ["nushell"] [dependencies.cocogitto] version = "6.1" default-features = false [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] version = "1.0" features = ["derive"] [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"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]