# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "on-prem-protocol" version = "0.2.3" authors = ["David Rauschenbach "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A gRPC client for the On Prem control plane." homepage = "https://on-prem.net" readme = "README.md" keywords = ["grpc"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitlab.com/on-prem-net/protocol" [lib] name = "on_prem_protocol" path = "src/lib.rs" doctest = false [dependencies.pbjson] version = "0.7.0" [dependencies.pbjson-types] version = "0.7.0" [dependencies.prost] version = "0.13.1" [dependencies.serde] version = "1.0.202" [dependencies.tonic] version = "0.12.0" [dev-dependencies.serde_json] version = "1.0.127" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.pbjson-build] version = "0.7.0" [build-dependencies.prost-build] version = "0.13.1" [build-dependencies.tonic-build] version = "^0.12"