gemini_crate 0.1.0

A robust Rust client library for Google's Gemini AI API with built-in error handling, retry logic, and comprehensive model support
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.backon]
features = ["tokio-sleep"]
version = "1.6"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
features = ["json"]
version = "0.12.26"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dev-dependencies.mockito]
version = "1.7.1"

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

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

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

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

[package]
authors = ["gemini_crate contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A robust Rust client library for Google's Gemini AI API with built-in error handling, retry logic, and comprehensive model support"
documentation = "https://docs.rs/gemini_crate"
edition = "2021"
exclude = [".env", ".zed/", "target/", "examples/test_data/"]
homepage = "https://github.com/micro-tech/gemini_crate"
keywords = ["gemini", "ai", "google", "api", "client"]
license = "MIT OR Apache-2.0"
name = "gemini_crate"
readme = "README.md"
repository = "https://github.com/micro-tech/gemini_crate"
rust-version = "1.70"
version = "0.1.0"