mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-29 23:55:59 +01:00
22 lines
544 B
TOML
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"]
|