[package] name = "datastore_grpc" version = "0.5.2" authors = ["Jan Algermissen "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/tc1io/datastore_grpc" description = """ A gRPC client library for Datastore, generated automatically from the API definition files in Google APIs. """ keywords = ["datastore", "grpc", "gcp"] [lib] [dependencies] tonic = { version = "0.5.2", features = ["tls", "tls-roots"] } prost = "0.8" prost-types = "0.8" [build-dependencies] tonic-build = "0.5.2"