[package] name = "tarpc-plugins" version = "0.2.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://docs.rs/tarpc" homepage = "https://github.com/google/tarpc" repository = "https://github.com/google/tarpc" keywords = ["rpc", "network", "server", "api", "tls"] categories = ["asynchronous", "network-programming"] readme = "../../README.md" description = "Plugins for tarpc, an RPC framework for Rust with a focus on ease of use." [badges] travis-ci = { repository = "google/tarpc" } [dependencies] itertools = "0.6" [lib] plugin = true