# 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 = "terminal_chat" version = "0.2.0" authors = ["Ituski <2018.itsuki@gmail.com>"] description = "A terminal chat tool using openAI." homepage = "https://github.com/0Itsuki0/terminal-chat" readme = "README.md" keywords = [ "cli", "chat", "openAIai", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/0Itsuki0/terminal-chat" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.182" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.termimad] version = "0.23.2" [dependencies.tokio] version = "1.29.1" features = ["full"]