google-taskqueue1_beta2 0.1.14+20141111

A complete library to interact with taskqueue (protocol v1beta2)
[build-dependencies.serde_codegen]
optional = true
version = "^ 0.7.14"

[dependencies]
hyper = "^ 0.9"
mime = "^ 0.2.0"
serde = "^ 0.7.5"
serde_json = "^ 0.7.0"
url = "= 0.5"

[dependencies.serde_macros]
optional = true
version = "^ 0.7.5"

[dependencies.yup-oauth2]
default-features = false
optional = true
version = "^ 0.6.0"

[features]
default = ["with-serde-codegen"]
nightly = ["serde_macros", "yup-oauth2/nightly"]
with-serde-codegen = ["serde_codegen", "yup-oauth2/with-serde-codegen"]

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
build = "src/build.rs"
description = "A complete library to interact with taskqueue (protocol v1beta2)"
documentation = "http://byron.github.io/google-apis-rs/google_taskqueue1_beta2"
homepage = "https://developers.google.com/appengine/docs/python/taskqueue/rest"
keywords = ["taskqueue", "google", "protocol", "web", "api"]
license = "MIT"
name = "google-taskqueue1_beta2"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2"
version = "0.1.14+20141111"