Files
google-apis-rs/gen/discovery1-cli/Cargo.toml
Sebastian Thiel b0a41c4e78 fix(api): first big step towards syntex
Even though there is a bug that caues {} to be used in stead of
(),
when exanding macros, which causes syntax errors that we have to
workaround, it's not a real issue.

What's happening additionally is missing hyper macros, which
now have to be expanded manually. Shouldn't be a problem,
pretty-printing when compiling is made for just that ;).

No, it's sad that `include!()` works so badly, it makes
using serde so difficult ... it's no fun i must say.

Just for stable ... I am not sure if it is worth it."
2015-06-18 22:51:17 +02:00

37 lines
972 B
TOML

# DO NOT EDIT !
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
# DO NOT EDIT !
[package]
name = "google-discovery1-cli"
version = "0.2.0+00000000"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with discovery (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/discovery1-cli"
homepage = "https://developers.google.com/discovery/"
documentation = "http://byron.github.io/google-apis-rs/google_discovery1_cli"
license = "MIT"
keywords = ["discovery", "google", "cli"]
[[bin]]
name = "discovery1"
[dependencies]
hyper = ">= 0.5.0"
mime = "*"
serde = ">= 0.3.0"
serde_macros = "*"
strsim = "*"
yup-hyper-mock = ">=1.0.0"
clap = ">= 0.9.1"
# to adapt to hyper changes ...
[dependencies.yup-oauth2]
version = "*"
git = "https://github.com/Byron/yup-oauth2"
rev = "598f5ed496077e9edca36ff95e2ab352c5b22d0f"
[dependencies.google-discovery1]
path = "../discovery1"