# 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 = "gem-rs" version = "0.1.1" authors = ["Ali Aish "] description = "A Rust library that serves as a wrapper around the Gemini API, providing support for streaming" homepage = "https://github.com/0xhades/gem-rs" documentation = "https://docs.rs/gem-rs" readme = "README.md" keywords = [ "gemini", "api", "wrapper", "ai", "google", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xhades/gem-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.7" features = [ "json", "stream", "multipart", ] [dependencies.reqwest-streams] version = "0.7.0" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha256] version = "1.5.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies] [build-dependencies] [features] [badges.maintenance] status = "actively-developed"