# 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 = "ruskgpt" version = "0.0.3" authors = ["255doesnotexist "] description = "Yet another async AskGPT CLI client powered by Rust." readme = "README.md" keywords = [ "async", "cli", "gpt", "chatgpt", "askgpt", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-2.0" repository = "https://github.com/255doesnotexist/ruskgpt/" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.6" [dependencies.dirs-next] version = "2.0.0" [dependencies.flexi_logger] version = "0.28.1" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.which] version = "6.0.1"