# 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 = "gcp-vertex-ai-generative-language" version = "0.1.2" publish = true description = "An async client library for GCP Vertex AI Generative models - Language" readme = "README.md" keywords = [ "gcp", "google-cloud", "generative-ai", "vertex-ai", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/ssoudan/gcp-vertex-ai-generative-ai" [package.metadata.cargo-machete] ignored = [ "prost", "prost-types", ] [lib] doctest = false [dependencies.prost] version = "0.12.1" [dependencies.prost-types] version = "0.12.1" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" [dependencies.tonic] version = "0.10" features = ["tls"] [dev-dependencies.insta] version = "1.31.0" features = ["json"] [dev-dependencies.tokio-test] version = "0.4.3" [build-dependencies.prost-build] version = "0.12.1" [build-dependencies.tonic-build] version = "0.10" features = ["prost"] [features] default = [] unstable = []