# 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-cloud-ai" version = "0.3.0" authors = ["Vasyl Shponarskyi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A gRPC-based crate designed to interact with Google Cloud AI API" homepage = "https://github.com/vasyl-sw14/google-cloud-ai" readme = "README.md" keywords = [ "ai", "gcp", "google", "cloud", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/vasyl-sw14/google-cloud-ai" [lib] name = "google_cloud_ai" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.12.3" features = ["tls"]