# DO NOT EDIT ! # This file was generated automatically from 'src/mako/Cargo.toml.mako' # DO NOT EDIT ! [package] name = "google-gmail1-cli" version = "1.0.2+20161206" authors = ["Sebastian Thiel "] description = "A complete library to interact with gmail (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gmail1-cli" homepage = "https://developers.google.com/gmail/api/" documentation = "http://byron.github.io/google-apis-rs/google_gmail1_cli" license = "MIT" keywords = ["gmail", "google", "cli"] [[bin]] name = "gmail1" [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-gmail1/nightly"] with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen","google-gmail1/with-serde-codegen"] [build-dependencies] serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-gmail1] path = "../gmail1" version = "1.0.2+20161206" optional = true default-features = false