# 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 = "augre" version = "0.1.0" authors = ["Aaron Roney "] description = "An LLM-powered (CodeLlama or OpenAI) local diff code review tool." homepage = "https://github.com/twitchax/augre" readme = "README.md" keywords = [ "cli", "review", "llm", "gpt", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/twitchax/augre" [dependencies.anyhow] version = "1.0.75" [dependencies.chatgpt_rs] version = "1.2.3" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.config] version = "0.13.3" [dependencies.dialoguer] version = "0.10.4" [dependencies.serde] version = "1.0.188" [dependencies.termimad] version = "0.25.2" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url] version = "2.4.1" [dependencies.yansi] version = "0.5.1"