# 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-ai" version = "0.1.1672" authors = ["hariprasath"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust based Gemini AI API, enabling access to advanced natural language processing and multimodal models." homepage = "https://crates.io/crates/gemini-ai" documentation = "https://docs.rs/gemini-ai" readme = "README.md" keywords = [ "gemini", "AI", "rag", "bard", "openai", ] license = "MIT" repository = "https://github.com/HashiramaSenjuhari/gemini-ai" [lib] name = "gemini_ai" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.csv] version = "1.3.1" [dependencies.dotenv] version = "0.15.0" [dependencies.http-scrap] version = "0.1.1129" [dependencies.native-tls] version = "0.2.12" [dependencies.regex] version = "1.11.1" [dependencies.rusty-scrap] version = "0.1.9" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133"