# 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 = "chatgpt-cli" version = "0.4.1" authors = ["Juan Gonzalez"] description = "Talk with ChatGPT from your terminal" readme = "README.md" keywords = [ "chatgpt", "gpt-3", "ai", "cli", "chatbot", ] license = "MIT" repository = "https://github.com/juanrgon/chatgpt-cli" [[bin]] name = "chatgpt" path = "src/main.rs" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.rustix] version = "0.36.8" features = ["process"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.sys-info] version = "0.9"