# 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 = "gpt4" version = "0.1.3" authors = ["Johannes Naylor "] description = "a cli to interact with the openai gpt4 api" homepage = "https://github.com/jonaylor89/gpt4-cli" documentation = "https://github.com/jonaylor89/gpt4-cli" readme = "README.md" license = "MIT" repository = "https://github.com/jonaylor89/gpt4-cli" [[bin]] name = "gpt4" test = false bench = false [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.1" features = [ "derive", "cargo", ] [dependencies.config] version = "0.13.4" [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.termimad] version = "0.26.1" [dependencies.tokio] version = "1.35.1" features = ["full"]