Files
tarpc/plugins/Cargo.toml
2018-10-16 22:19:16 -07:00

25 lines
696 B
TOML

[package]
name = "tarpc-plugins"
version = "0.5.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
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."
[badges]
travis-ci = { repository = "google/tarpc" }
[dependencies]
itertools = "0.7"
syn = { version = "0.15", features = ["full", "extra-traits"] }
quote = "0.6"
proc-macro2 = "0.4"
[lib]
proc-macro = true