# 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 = "acm-cli" version = "0.3.2" authors = ["Khoa Duong "] description = "A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages." homepage = "https://github.com/dnanhkhoa/acm" readme = "README.md" keywords = [ "git", "commit", "ai", "llm", "gpt", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/dnanhkhoa/acm" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "acm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["cargo"] [dependencies.confy] version = "0.6.1" [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.6.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.spinoff] version = "0.8.0" features = ["dots"] default-features = false [dependencies.ureq] version = "2.9.7" features = ["json"] [dependencies.which] version = "6.0.1"