Files
tarpc/trace/Cargo.toml
2019-03-26 21:13:41 -07:00

22 lines
544 B
TOML

[package]
name = "tarpc-trace"
version = "0.2.0"
authors = ["tikue <tikue@google.com>"]
edition = '2018'
license = "MIT"
documentation = "https://docs.rs/tarpc-trace"
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 = "foundations for tracing in tarpc"
[dependencies]
rand = "0.6"
[dependencies.serde]
version = "1.0"
optional = true
features = ["derive"]