[package]
edition = "2021"
name = "fb_stats"
version = "0.2.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
description = "Stats library"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/facebookexperimental/rust-shed/"
[lib]
name = "stats"
[dependencies.fb_stats_traits]
version = "0.2.0"
[dependencies.fbinit]
version = "0.2"
[dependencies.futures]
version = "0.3.28"
features = [
"async-await",
"compat",
]
[dependencies.once_cell]
version = "1.12"
[dependencies.perthread]
version = "0.1.0"
[dependencies.tokio]
version = "1.29.1"
features = [
"full",
"test-util",
"tracing",
]
[dependencies.tokio-stream]
version = "0.1.14"
features = [
"fs",
"io-util",
"net",
"signal",
"sync",
"time",
]