gemini-client-api 6.2.0

Library to use Google Gemini API's all tools(code, search, function calling) even with streaming. Automatic context management!
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 = "2024"
name = "gemini-client-api"
version = "6.2.0"
authors = ["Suryansh Dey suryanshdey@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to use Google Gemini API's all tools(code, search, function calling) even with streaming. Automatic context management!"
readme = "README.md"
keywords = [
    "Gemini",
    "SDK",
    "client",
    "API",
    "AI",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Suryansh-Dey/llms-client"

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1"

[dependencies.derive-new]
version = "0.7.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.gemini-proc-macros]
version = "0.2.0"

[dependencies.getset]
version = "0.1.5"

[dependencies.mime]
version = "0.3.17"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
]