[package] name = "datadiver-proto" version = "0.1.3" edition = "2021" authors = ["Rodrigo de Alvarenga Mattos "] description = "DataDiver Platform Protocol Buffers Library" homepage = "https://datadiver.cloud/community" documentation = "https://docs.datadiver.cloud/community/libs/proto" repository = "https://github.com/datadiver-cloud/proto/" readme = "README.md" license-file = "LICENSE" [dependencies] prost = "0.11.9" tonic = "0.9.2" prost-types = "0.11.9" [build-dependencies] tonic-build = "0.9.2"