[package]
edition = "2024"
rust-version = "1.85.0"
name = "tarpc-plugins"
version = "0.15.0"
authors = [
"Adam Wright <adam.austin.wright@gmail.com>",
"Tim Kuehn <timothy.j.kuehn@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"
[badges.travis-ci]
repository = "google/tarpc"
[features]
serde1 = []
[lib]
name = "tarpc_plugins"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "server"
path = "tests/server.rs"
[[test]]
name = "service"
path = "tests/service.rs"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "3.0"
features = [
"full",
"extra-traits",
]
[dev-dependencies.assert-type-eq]
version = "0.1"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]