# 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-androidpublisher2" version = "6.0.0+20200331" authors = ["Sebastian Thiel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A complete library to interact with Android Publisher (protocol v2)" homepage = "https://developers.google.com/android-publisher" documentation = "https://docs.rs/google-androidpublisher2/6.0.0+20200331" readme = "README.md" keywords = [ "androidpublisher", "google", "protocol", "web", "api", ] license = "MIT" repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/androidpublisher2" [lib] name = "google_androidpublisher2" 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", ]