[package] name = "google_types" version = "0.1.0" authors = ["Raphael Taylor-Davies "] description = "Standard Protobuf definitions - extracted into separate crate to workaround https://github.com/hyperium/tonic/issues/521" edition = "2018" [dependencies] # In alphabetical order bytes = { version = "1.0", features = ["serde"] } chrono = "0.4" prost = "0.7" serde = { version = "1.0", features = ["derive"] } [build-dependencies] # In alphabetical order prost-build = "0.7"