Files
tarpc/tarpc/Cargo.toml
2016-02-14 21:04:52 -08:00

22 lines
617 B
TOML

[package]
name = "tarpc"
version = "0.2.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT"
documentation = "https://google.github.io/tarpc"
homepage = "https://github.com/google/tarpc"
repository = "https://github.com/google/tarpc"
keywords = ["rpc", "protocol", "remote", "procedure", "serialize"]
readme = "../README.md"
description = "An RPC framework for Rust with a focus on ease of use."
[dependencies]
bincode = "^0.4.0"
log = "^0.3.5"
scoped-pool = "^0.1.4"
serde = "^0.6.13"
[dev-dependencies]
lazy_static = "^0.1.15"
env_logger = "^0.3.2"