mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
@@ -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"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user