# 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 = "ai-commit-cli" version = "0.4.0" authors = ["liblaf "] description = "A CLI that writes your git commit messages for you with AI" readme = "README.md" license = "MIT" repository = "https://github.com/liblaf/ai-commit-cli" [dependencies.anyhow] version = "1.0.75" [dependencies.async-openai] version = "0.17.1" [dependencies.async-trait] version = "0.1.74" [dependencies.clap] version = "4.4.8" features = [ "cargo", "derive", "env", ] [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.clap_complete] version = "4.4.4" [dependencies.colored] version = "2.0.4" [dependencies.inquire] version = "0.6.2" [dependencies.regex] version = "1.10.2" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"