# DO NOT EDIT ! # This file was generated automatically from 'src/mako/Cargo.toml.mako' # DO NOT EDIT ! [package] name = "google-appengine1_beta4-cli" version = "1.0.2+20161208" authors = ["Sebastian Thiel "] description = "A complete library to interact with appengine (protocol v1beta4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta4-cli" homepage = "https://cloud.google.com/appengine/docs/admin-api/" documentation = "http://byron.github.io/google-apis-rs/google_appengine1_beta4_cli" license = "MIT" keywords = ["appengine", "google", "cli"] [[bin]] name = "appengine1-beta4" [dependencies] hyper = "^ 0.9" 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 } strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" [features] default = ["with-serde-codegen"] nightly = ["serde_derive","yup-oauth2/nightly","google-appengine1_beta4/nightly"] with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen","google-appengine1_beta4/with-serde-codegen"] [build-dependencies] serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appengine1_beta4] path = "../appengine1_beta4" version = "1.0.2+20161208" optional = true default-features = false