gemini-chat-api 0.1.5

Async Rust client for Google's internal Gemini Chat API
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 = "gemini-chat-api"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for Google's internal Gemini Chat API"
documentation = "https://docs.rs/gemini-chat-api"
readme = "README.md"
keywords = [
    "gemini",
    "google",
    "generative-ai",
    "llm",
    "chatbot",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/11philip22/gemini-chat-api-rs"

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

[[example]]
name = "basic_async"
path = "examples/basic_async.rs"

[[example]]
name = "chat"
path = "examples/chat.rs"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "cookies",
    "json",
    "rustls-tls",
    "multipart",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.url]
version = "2"

[dev-dependencies.tokio-test]
version = "0.4"