# 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 = "gportal_rs" version = "0.2.0" authors = ["cainthebest"] description = "A rust library for interacting with the gportal gRPC" readme = "README.md" license = "GPL-3.0-or-later" [profile.release] opt-level = 3 lto = true [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] version = "0.8.3" features = ["gzip"] [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 = []