[package] name = "google-cloud-longrunning" version = "0.21.0" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/longrunning" keywords = ["gcp","longrunning","googleapis","google-cloud-rust"] license = "MIT" readme = "README.md" description = "Google Cloud Platform longrunning library." [dependencies] google-cloud-googleapis = { version = "0.16.0", path = "../../googleapis" } google-cloud-gax = { version = "0.19.2", path = "../gax" } tonic = { version = "0.12", default-features = false } prost = "0.13"