# 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 = "gpterm" version = "0.1.11" authors = ["Frikk Herding "] description = "A tool to use chat-GPT from the comfort of your terminal" homepage = "https://github.com/frikksol/gpterm" readme = "README.md" keywords = [ "cli", "chat-gpt", "ai", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/frikksol/gpterm" [dependencies.chatgpt_rs] version = "1.1.7" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.envconfig] version = "0.10.0" [dependencies.loading] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.termimad] version = "0.23" [dependencies.tokio] version = "1" features = ["full"]