[package] name = "rpcperf_workload" version = "2.0.0" authors = ["Brian Martin "] license = "Apache-2.0" description = "rpc-perf workload generation" homepage = "https://github.com/twitter/rpc-perf" repository = "https://github.com/twitter/rpc-perf" readme = "README.md" [dependencies] log = "0.3.5" mpmc = "0.1.2" pad = "0.1.4" rand = "0.3.14" ratelimit = "0.2.4" rpcperf_request = { path = "../request", version = "1.1.0" } shuteye = "0.1.1" time = "0.1.34"