mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-06 19:45:25 +01:00
22 lines
617 B
TOML
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"
|