[package] name = "googleapis-tonic-google-rpc-context" version = "0.8.0" authors = ["bouzuya "] description = "A Google APIs client library generated by tonic-build" edition = "2021" keywords = ["api", "gcloud", "gcp", "google", "tonic"] license = "MIT OR Apache-2.0" repository = "https://github.com/bouzuya/googleapis-tonic" [dependencies] prost = "0.13.3" prost-types = "0.13.3" tonic = { version = "0.12.3", default-features = false, features = [ "codegen", "prost", ] } [lints.clippy] doc_lazy_continuation = "allow" large_enum_variant = "allow" module_inception = "allow" non_minimal_cfg = "allow" [lints.rust] unused_imports = "allow" [features] default = ["hash-map", "vec-u8"] btree-map = [] bytes = [] hash-map = [] vec-u8 = []