# 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 = "pgpt" version = "0.2.0" authors = ["Ammar Ahmed "] description = "A CLI to ask ChatGPT anything with pretty markdown rendering (Pretty GPT)" readme = "README.md" keywords = [ "cli", "gpt", "ai", "chatgpt", "markdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ammar-ahmed22/pgpt" [[bin]] name = "pgpt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.getrandom] version = "0.2.15" [dependencies.indicatif] version = "0.17.8" [dependencies.orion] version = "0.17.6" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.4" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.termimad] version = "0.29.2" [dependencies.whoami] version = "1.5.1"