[package] name = "on-prem-protocol" version = "0.2.3" authors = ["David Rauschenbach "] license = "Apache-2.0" homepage = "https://on-prem.net" keywords = ["grpc"] categories = ["api-bindings"] repository = "https://gitlab.com/on-prem-net/protocol" edition = "2021" build = "build.rs" description = "A gRPC client for the On Prem control plane." [lib] doctest = false [build-dependencies] anyhow = "1.0.86" pbjson-build = "0.7.0" prost-build = "0.13.1" tonic-build = "^0.12" [dependencies] pbjson = "0.7.0" pbjson-types = "0.7.0" prost = "0.13.1" serde = "1.0.202" tonic = "0.12.0" [dev-dependencies] serde_json = "1.0.127"