fb_stats 0.2.0

Stats library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]