# 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 = "rust-console-chat-gpt" version = "1.0.1" authors = ["Stefan"] description = "Rust CLI for OpenAI Chat API" homepage = "https://github.com/amidabuddha/rust-console-chat-gpt" readme = "README.md" keywords = [ "cli", "chat", "gpt", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/amidabuddha/rust-console-chat-gpt" [dependencies.chrono] version = "0.4.26" [dependencies.clearscreen] version = "2.0.1" [dependencies.colored] version = "2.0.4" [dependencies.dialoguer] version = "0.10.4" [dependencies.futures] version = "0.3" [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spinners] version = "4.1.0" [dependencies.syntect] version = "5.1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.6"