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