[package] name = "tarpc-plugins" version = "0.8.0" authors = ["Adam Wright ", "Tim Kuehn "] edition = "2018" license = "MIT" documentation = "https://docs.rs/tarpc-plugins" homepage = "https://github.com/google/tarpc" repository = "https://github.com/google/tarpc" keywords = ["rpc", "network", "server", "api", "microservices"] categories = ["asynchronous", "network-programming"] readme = "../README.md" description = "Proc macros for tarpc." [features] serde1 = [] [badges] travis-ci = { repository = "google/tarpc" } [dependencies] syn = { version = "1.0.11", features = ["full"] } quote = "1.0.2" proc-macro2 = "1.0.6" [lib] proc-macro = true [dev-dependencies] futures = "0.3" serde = { version = "1.0", features = ["derive"] } tarpc = { path = "../tarpc" } assert-type-eq = "0.1.0"