# 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 = "pipe-gpt" version = "0.4.0" authors = ["Craig Mayhew"] include = [ "**/*.rs", "Cargo.toml", ] description = "A command line utility to pipe content to GPT" readme = "README.md" keywords = [ "cli", "gpt", "gpt4", "openai", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/craigmayhew/pipe-gpt" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.openai_api_rust] version = "0.1.9" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.11" [dependencies.termimad] version = "0.28" [dependencies.tokio] version = "1.35" features = ["full"]