# 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 = "google-generative-ai-rs" version = "0.3.2" authors = ["Mick Clarke "] description = "An unofficial rust-based client library to interact with the Google Gemini generative AI API" readme = "README.md" keywords = [ "google", "generative", "ai", "gemini", "client", ] license = "MIT" repository = "https://github.com/avastmick/google-generative-ai-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [dependencies.bytecount] version = "0.6.7" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.gcp_auth] version = "0.12" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.reqwest-streams] version = "0.5.1" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35" features = ["full"] [features] beta = []