Files
google-apis-rs/gen/cloudlatencytest2-cli/Cargo.toml
Sebastian Thiel 7fe6e698ba chore(gen): update code to latest version
required before publishing
2016-12-24 15:52:23 +01:00

43 lines
1.3 KiB
TOML

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