gemini-ai 0.1.12

A Rust based Gemini AI API, enabling access to advanced natural language processing and multimodal models.
Documentation
[package]
name = "gemini-ai"
version = "0.1.12"
edition = "2021"
authors = ["hariprasath"]
license = "MIT"
repository = "https://github.com/HashiramaSenjuhari/gemini-ai"
documentation = "https://docs.rs/gemini-ai"
homepage = "https://gemini.ai"
description = "A Rust based Gemini AI API, enabling access to advanced natural language processing and multimodal models."


keywords = ["gemini", "AI", "multimodal"]


[dependencies]
base64 = "0.22.1"
dotenv = "0.15.0"
http-scrap = "0.1.1129"
native-tls = "0.2.12"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"