# 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 = "commitgpt" version = "2.0.0" authors = ["DaniƩl Kerkmann "] include = [ "**/*.rs", "Cargo.lock", "Cargo.toml", "LICENSE", "README.md", ] description = "A CLI tool to generate commit messages using OpenAI's ChatGPT based on staged changes in a Git repository." documentation = "https://docs.rs/commitgpt" readme = "README.md" keywords = [ "commit-message", "openai", "chatgpt", "git", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "EUPL-1.2" repository = "https://gitlab.com/kerkmann/commitgpt" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.config_reader] version = "0.13" package = "config" [dependencies.dialoguer] version = "0.10" [dependencies.indicatif] version = "0.17" features = ["tokio"] [dependencies.openai] version = "1.0.0-alpha.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_valid] version = "0.16.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.27" features = ["full"]