# 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 = "commitaura" version = "1.0.5" authors = ["Alex Figueroa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Intelligent Git commit assistant with README integration" readme = "README.md" license = "MIT" repository = "https://github.com/alexfigueroa-solutions/commitaura" [[bin]] name = "commitaura" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.11.0" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.markdown] version = "0.3" [dependencies.openai_api_rust] version = "0.1.8" [dependencies.pulldown-cmark] version = "0.12.1" [dependencies.thiserror] version = "1.0" [dependencies.tiktoken-rs] version = "0.5.9" [dev-dependencies.tempfile] version = "3.2"