# 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" rust-version = "1.72" name = "gptee" version = "0.3.10" authors = ["Roger Zurawicki "] description = "output from a language model using standard input as the prompt" homepage = "https://github.com/zurawiki/gptee" readme = "README.md" keywords = [ "openai", "ai", "gpt", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/zurawiki/gptee" [[bin]] name = "gptee" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-openai] version = "0.14.0" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.tiktoken-rs] version = "0.5.3" features = ["async-openai"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]