[package] name = "tarpc-trace" version = "0.3.0" authors = ["tikue "] 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.7" [dependencies.serde] version = "1.0" optional = true features = ["derive"]