[badges.travis-ci]
repository = "google/tarpc"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dev-dependencies.assert-type-eq]
version = "0.1.0"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[features]
serde1 = []
[lib]
name = "tarpc_plugins"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "Proc macros for tarpc."
documentation = "https://docs.rs/tarpc-plugins"
edition = "2021"
homepage = "https://github.com/google/tarpc"
keywords = ["rpc", "network", "server", "api", "microservices"]
license = "MIT"
name = "tarpc-plugins"
readme = "README.md"
repository = "https://github.com/google/tarpc"
rust-version = "1.65.0"
version = "0.14.0"
[[test]]
name = "server"
path = "tests/server.rs"
[[test]]
name = "service"
path = "tests/service.rs"