# 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 = "heygpt" version = "0.4.0" authors = ["Eric Fu"] description = "A simple CLI tool that uses ChatGPT API to respond to messages" readme = "README.md" license = "MIT" repository = "https://github.com/fuyufjh/heygpt" [[bin]] name = "heygpt" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.1" features = [ "derive", "env", ] [dependencies.clap-serde-derive] version = "0.2" [dependencies.console] version = "0.15" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.reqwest-eventsource] version = "0.4" [dependencies.rustyline] version = "11.0" features = ["with-file-history"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spinners] version = "4.1" [dependencies.tokio] version = "1.26" features = ["macros"] [dependencies.toml] version = "0.7"