# 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 = "palm_api" version = "0.2.2" authors = ["Aayush Borkar "] build = false description = "Client library for Google's large language model PaLM API" readme = "README.md" keywords = [ "google", "generate-ai", "palm", "api", "llm", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/aayushborkar14/palm_api" [lib] doctest = false [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.102" [features] default = ["reqwest/default"] rustls-tls = ["reqwest/rustls-tls"] [badges.maintenance] status = "actively-developed"