[package]
name = "google-cloud-derive"
version = "0.2.1"
description = "Derive macros for the `google-cloud` library"
authors = ["Nicolas Polomack <nicolas@polomack.eu>"]
edition = "2018"
categories = ["web-programming", "network-programming", "asynchronous"]
keywords = ["grpc", "futures", "async", "google", "cloud"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/google-apis-rs/google-cloud-rs"
documentation = "https://docs.rs/google-cloud-derive"
[badges]
maintenance = { status = "actively-developed" }
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies]
syn = { version = "1.0.17", features = ["full", "extra-traits"] }
quote = "1.0.3"
darling = "0.10.2"
[dev-dependencies]
trybuild = "1.0.25"
google-cloud = { path = "../google-cloud", features = ["derive"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]