chore(gen): regen all apis/clis for v1.0.4

This commit is contained in:
Sebastian Thiel
2017-02-04 13:41:05 +01:00
parent 6cad082b76
commit d18714e9b2
1050 changed files with 1159148 additions and 1161038 deletions

View File

@@ -4,31 +4,25 @@
[package]
name = "google-cloudmonitoring2_beta2"
version = "1.0.3+20161031"
version = "1.0.4+20161031"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Monitoring (protocol v2beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudmonitoring2_beta2"
homepage = "https://cloud.google.com/monitoring/v2beta2/"
documentation = "https://docs.rs/google-cloudmonitoring2_beta2/1.0.3+20161031"
documentation = "https://docs.rs/google-cloudmonitoring2_beta2/1.0.4+20161031"
license = "MIT"
keywords = ["cloudmonitoring", "google", "protocol", "web", "api"]
build = "src/build.rs"
[dependencies]
hyper = "^ 0.10"
mime = "^ 0.2.0"
serde = "^ 0.8"
serde_json = "^ 0.8"
yup-oauth2 = { version = "^ 1.0", optional = true, default-features = false }
serde_derive = { version = "^ 0.8", optional = true }
serde = "^ 0.9"
serde_json = "^ 0.9"
serde_derive = "^ 0.9"
yup-oauth2 = "^ 1.0"
url = "= 0.5"
[features]
default = ["with-serde-codegen"]
nightly = ["serde_derive","yup-oauth2/nightly"]
with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen"]
[build-dependencies]
serde_codegen = { version = "^ 0.8", optional = true }