# 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_client_rust" version = "0.1.4" authors = ["Jerjes Aguirre "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for interacting with Google's Gemini API. Tailored only for a single type of query at this point" readme = "README.md" keywords = [ "gemini", "google", "api", "rust", ] categories = [ "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/Jerjes0/gemini_client_rust" [lib] name = "gemini_client_rust" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.gloo-net] version = "0.4" [dependencies.gloo-utils] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.64" features = ["console"]