[package]
edition = "2018"
name = "tarpc-plugins"
version = "0.6.1"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
description = "Proc macros for tarpc."
homepage = "https://github.com/google/tarpc"
documentation = "https://docs.rs/tarpc-plugins"
readme = "../README.md"
keywords = ["rpc", "network", "server", "api", "microservices"]
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/google/tarpc"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.15"
features = ["full"]
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
[features]
serde1 = []
[badges.travis-ci]
repository = "google/tarpc"