# 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 = "google-apigateway1" version = "6.0.0+20240529" authors = ["Sebastian Thiel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A complete library to interact with apigateway (protocol v1)" homepage = "https://cloud.google.com/api-gateway/docs" documentation = "https://docs.rs/google-apigateway1/6.0.0+20240529" readme = "README.md" keywords = [ "apigateway", "google", "protocol", "web", "api", ] license = "MIT" repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/apigateway1" [lib] name = "google_apigateway1" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.google-apis-common] version = "7" [dependencies.hyper] version = "1" [dependencies.hyper-rustls] version = "0.27" default-features = false [dependencies.hyper-util] version = "0.1" [dependencies.mime] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.tokio] version = "1" [dependencies.url] version = "2" [dependencies.utoipa] version = "4" optional = true [dependencies.yup-oauth2] version = "11" optional = true [features] default = ["yup-oauth2"] utoipa = ["dep:utoipa"] yup-oauth2 = [ "dep:yup-oauth2", "google-apis-common/yup-oauth2", ]