[package] name = "gportal_rs" description = "A rust library for interacting with the gportal gRPC" version = "0.2.0" authors = ["cainthebest"] edition = "2021" license = "GPL-3.0-or-later" [dependencies] bytes = "1.4.0" pbjson = "0.5.1" pbjson-types = "0.5.1" prost = "0.11.8" serde = "1.0.159" tonic = { version = "0.8.3", features = ["gzip"] } [profile.release] opt-level = 3 lto = true [features] 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 = [] 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", ]