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-commentanalyzer1_alpha1"
version = "1.0.10+20190616"
version = "1.0.11+20190616"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Comment Analyzer (protocol v1alpha1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/commentanalyzer1_alpha1"
homepage = "https://github.com/conversationai/perspectiveapi/blob/master/README.md"
documentation = "https://docs.rs/google-commentanalyzer1_alpha1/1.0.10+20190616"
documentation = "https://docs.rs/google-commentanalyzer1_alpha1/1.0.11+20190616"
license = "MIT"
keywords = ["commentanalyzer", "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"]