# 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-longrunning" version = "0.20.1" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform longrunning library." readme = "README.md" keywords = [ "gcp", "longrunning", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/longrunning" [lib] name = "google_cloud_longrunning" path = "src/lib.rs" [dependencies.google-cloud-gax] version = "0.19.1" [dependencies.google-cloud-googleapis] version = "0.15.0" [dependencies.prost] version = "0.13" [dependencies.tonic] version = "0.12" features = [ "tls", "prost", ]