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