# 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 = "awful_aj" version = "0.1.3" authors = ["Thomas Gentry "] description = "A CLI for interacting with OpenAI compatible APIs" homepage = "https://github.com/graves/awful_aj" readme = "README.md" keywords = [ "openai", "gpt3", "cli", "api", ] license = "MIT" repository = "https://github.com/graves/awful_aj.git" [[bin]] name = "aj" path = "src/main.rs" [dependencies.async-openai] version = "0.14.3" [dependencies.clap] version = "4.4.6" features = [ "derive", "color", ] [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.futures] version = "0.3.28" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tempfile] version = "3.8.0" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.httpmock] version = "0.6.8"