# 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-googleapis" version = "0.16.0" authors = ["yoshidan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform rust client." readme = "README.md" keywords = [ "gcp", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/googleapis" [lib] name = "google_cloud_googleapis" path = "src/lib.rs" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tonic] version = "0.12" features = [ "transport", "prost", "codegen", "gzip", ] default-features = false [build-dependencies.prost-build] version = "0.13" optional = true [build-dependencies.tonic-build] version = "0.12" optional = true [features] artifact-registry = [] bigquery = [] bytes = [] generate = [ "dep:tonic-build", "dep:prost-build", ] kms = [] pubsub = [] spanner = [] storage = []