# 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 = "techlead" version = "0.2.0" authors = ["Arend-Jan Oosterveld "] description = "Techlead CLI is a command-line interface that enables developers to chat with an AI assistant powered by the OpenAI GPT language model, designed specifically to help with your Rust project." readme = "README.md" keywords = [ "openai", "chatgpt", "gpt", "api", "client", ] categories = [ "api-bindings", "text-processing", "cli", ] license = "Apache-2.0" repository = "https://github.com/Arend-Jan/chat-gpt-lib-rs" [dependencies.anyhow] version = "1.0" [dependencies.chat-gpt-lib-rs] version = "0.3.0" [dependencies.console] version = "0.15" [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.10" [dependencies.ignore] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.keyring] version = "2.0" [dependencies.tokio] version = "1.33"