# 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 = "chatgpt_rust" version = "0.4.2" authors = ["zhulg "] description = "A tool for chatting using the ChatGPT API " readme = "README.md" keywords = [ "cli", "ChatGPT", "OpenAI", "gpt-3", "chatbot", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zhulg/ChatGPT_CLI_Rust" [dependencies.clap] version = "4.0.18" [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.3" [dependencies.dotenv] version = "0.15.0" [dependencies.encoding_rs] version = "0.8.32" [dependencies.indicatif] version = "0.17.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rustyline] version = "11.0.0" [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3.15" [dependencies.text2art] version = "1.0.1" [dependencies.tokio] version = "1.26.0" features = [ "full", "signal", ]