# 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 = "gcm-ai" version = "0.1.7" authors = ["OLoKo64 "] description = "GCM-AI is a command-line tool that generates commit messages based on the diff of staged changes using OpenAI." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/OLoKo64/gcm-ai" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.2.0" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.once_cell] version = "1.17.1" [dependencies.owo-colors] version = "3.5.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "process", ]