gems 0.1.6

💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)
Documentation
# 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.1.6"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
build = false
exclude = ["/examples"]
autolib = false
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"

[features]
cli = [
    "clap",
    "ratatui",
    "tui-input",
    "crossterm",
    "strum",
    "strum_macros",
]

[lib]
name = "gems"
path = "src/lib.rs"

[[bin]]
name = "gems"
path = "src/main.rs"

[[test]]
name = "chat"
path = "tests/chat.rs"

[[test]]
name = "embed"
path = "tests/embed.rs"

[[test]]
name = "imagen"
path = "tests/imagen.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.base64]
version = "0.22.0"

[dependencies.clap]
version = "4.5.1"
features = ["derive"]
optional = true

[dependencies.crossterm]
version = "=0.28.1"
optional = true

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.ratatui]
version = "0.29.0"
features = ["crossterm"]
optional = true

[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.strum]
version = "0.27.1"
features = ["derive"]
optional = true

[dependencies.strum_macros]
version = "0.27.1"
optional = true

[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[dependencies.tui-input]
version = "0.11.1"
optional = true

[dev-dependencies.bump2version]
version = "0.1.6"

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
strip = "symbols"