# 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 = "rustgpt" version = "0.1.2" authors = ["Makis Christou "] description = "Yet another command-line chat GPT frontend written in Rust." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.ctrlc] version = "3.1.9" [dependencies.directories] version = "5.0.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.28" [dependencies.reedline] version = "0.18.0" [dependencies.reqwest] version = "0.11.12" features = [ "rustls-tls", "stream", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "5.0.0" [dependencies.tokio] version = "1" features = ["full"]