# 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 = "gems" version = "0.0.9" authors = ["Mahmoud Harmouch "] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)" documentation = "https://docs.rs/gems" readme = "README.md" keywords = [ "client", "google", "gemini", "ai", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/wiseaidev/gems" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [lib] name = "gems" path = "src/lib.rs" [[bin]] name = "gems" path = "src/main.rs" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.1" features = ["derive"] optional = true [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.12.9" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.bump2version] version = "0.1.2" [features] cli = ["clap"]