# 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 = "aicommits-rs" version = "0.3.0" authors = ["Mohsen Zainalpour "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "A CLI that writes your git commit messages for you with AI" homepage = "https://github.com/EtaCassiopeia/aicommits-rs" readme = "README.md" keywords = [ "cli", "openai", "git", "commit", "ai", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/EtaCassiopeia/aicommits-rs" [[bin]] name = "aicommits-rs" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.dialoguer] version = "0.10.3" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.155" [dependencies.serde_json] version = "1.0.94" [dependencies.spinners-rs] version = "2.3.0" [dependencies.surf] version = "2.3.2" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1.26.0" features = ["full"]