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-cloudbilling1"
version = "1.0.3+20151222"
version = "1.0.4+20151222"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with cloudbilling (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudbilling1"
homepage = "https://cloud.google.com/billing/"
documentation = "https://docs.rs/google-cloudbilling1/1.0.3+20151222"
documentation = "https://docs.rs/google-cloudbilling1/1.0.4+20151222"
license = "MIT"
keywords = ["cloudbilling", "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 }