Regenerate all code

Related to #239
This commit is contained in:
Sebastian Thiel
2019-09-09 08:31:59 +02:00
parent bcc72e4fc1
commit 11db47ca2a
1565 changed files with 10716 additions and 9543 deletions

View File

@@ -4,12 +4,12 @@
[package]
name = "google-cloudtasks2_beta2"
version = "1.0.10+20190618"
version = "1.0.11+20190618"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Tasks (protocol v2beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtasks2_beta2"
homepage = "https://cloud.google.com/tasks/"
documentation = "https://docs.rs/google-cloudtasks2_beta2/1.0.10+20190618"
documentation = "https://docs.rs/google-cloudtasks2_beta2/1.0.11+20190618"
license = "MIT"
keywords = ["cloudtasks", "google", "protocol", "web", "api"]
autobins = false
@@ -24,9 +24,12 @@ mime = "^ 0.2.0"
serde = "^ 1.0"
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 1.0"
yup-oauth2 = { version = "^ 1.0", default-features = false }
url = "= 1.7"
[features]
default = ["openssl"]
openssl = ["yup-oauth2/default"]
rustls = ["yup-oauth2/no-openssl"]