shed/stats/Cargo.toml (19 lines of code) (raw):

# @generated by autocargo [package] name = "stats" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" description = "Stats library" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [dependencies] fbinit = { version = "0.1.0", path = "../fbinit" } futures = { version = "0.3.13", features = ["async-await", "compat"] } lazy_static = "1.0" perthread = { version = "0.1.0", path = "../perthread" } stats_traits = { version = "0.1.0", path = "traits" } tokio_shim = { version = "0.1.0", path = "../tokio_shim" } [dev-dependencies] tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }