Files
tarpc/plugins/Cargo.toml
Artem Vorotnikov 5aa4a2cef6 tokio 0.2.0-alpha.2
2019-08-19 23:13:06 -07:00

33 lines
853 B
TOML

[package]
name = "tarpc-plugins"
version = "0.5.1"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
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 = "0.15", features = ["full"] }
quote = "0.6"
proc-macro2 = "0.4"
[lib]
proc-macro = true
[dev-dependencies]
futures-preview = { version = "0.3.0-alpha.18" }
serde = { version = "1.0", features = ["derive"] }
tarpc = { path = "../tarpc" }