shed/futures_stats/Cargo.toml (17 lines of code) (raw):

# @generated by autocargo [package] name = "futures_stats" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" description = "Stats extension to futures crate" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [[bin]] name = "futures_stats_test" path = "test/main.rs" [dependencies] futures = { version = "0.3.13", features = ["async-await", "compat"] } futures_ext = { version = "0.1.0", path = "../futures_ext" } tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }