mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-29 15:49:52 +01:00
22 lines
630 B
TOML
22 lines
630 B
TOML
[package]
|
|
name = "tarpc-plugins"
|
|
version = "0.2.0"
|
|
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
|
|
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
|