gportal_rs 0.2.0

A rust library for interacting with the gportal gRPC
Documentation
[dependencies.bytes]
version = "1.4.0"

[dependencies.pbjson]
version = "0.5.1"

[dependencies.pbjson-types]
version = "0.5.1"

[dependencies.prost]
version = "0.11.8"

[dependencies.serde]
version = "1.0.159"

[dependencies.tonic]
features = ["gzip"]
version = "0.8.3"

[features]
default = ["gpcloud-api-admin-v1", "gpcloud-api-auth-v1", "gpcloud-api-cloud-v1", "gpcloud-api-gateway-v1", "gpcloud-api-metadata-v1", "gpcloud-api-network-v1", "gpcloud-api-payment-v1", "gpcloud-type-v1", "gpcloud-v1", "google-rpc"]
google-rpc = []
gpcloud-api-admin-v1 = []
gpcloud-api-auth-v1 = []
gpcloud-api-cloud-v1 = []
gpcloud-api-gateway-v1 = []
gpcloud-api-metadata-v1 = []
gpcloud-api-network-v1 = []
gpcloud-api-payment-v1 = []
gpcloud-type-v1 = []
gpcloud-v1 = []

[package]
authors = ["cainthebest"]
description = "A rust library for interacting with the gportal gRPC"
edition = "2021"
license = "GPL-3.0-or-later"
name = "gportal_rs"
readme = "README.md"
version = "0.2.0"
[profile.release]
lto = true
opt-level = 3