# 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 = "rgpt" version = "0.3.0" authors = ["linuxtechtips"] description = "A simple and fast shell client for ChatGPT" readme = "README.md" keywords = [ "chat", "gpt", "chatgpt", "chatbot", "ai", ] license = "MIT" repository = "https://github.com/linux-techtips/rgpt" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = "s" lto = "thin" debug = false overflow-checks = false incremental = true strip = true [[bin]] name = "rgpt" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossterm] version = "0.26.0" features = ["event-stream"] [dependencies.dirs] version = "4.0.0" [dependencies.futures-util] version = "0.3.26" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = [ "json", "stream", ] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.rusty-hook] version = "0.11.2" optional = false [build-dependencies.clippy] version = "0.0.302" optional = true [build-dependencies.rustfmt] version = "0.10.0" optional = true