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