# 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 = "openai-cli" version = "0.3.7" authors = ["LevitatingBusinessMan"] description = "CLI for the OpenAI API" homepage = "https://github.com/LevitatingBusinessMan/openai-cli" readme = "README.md" keywords = [ "openai", "gpt", "api", "cli", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/LevitatingBusinessMan/openai-cli" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.8" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.0" [dependencies.inquire] version = "0.6.2" [dependencies.openai-rust] version = "1.5" [dependencies.reedline] version = "0.26" [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]