# @generated by autocargo from //common/rust/shed/futures_ext:futures_ext [package] name = "fb_futures_ext" version = "0.2.0" authors = ["Facebook "] edition = "2021" description = "future crate extensions" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [lib] name = "futures_ext" [dependencies] anyhow = "1.0.75" futures = { version = "0.3.28", features = ["async-await", "compat"] } pin-project = "0.4.30" shared_error = { version = "0.1.0", path = "../shared_error" } thiserror = "1.0.49" tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] assert_matches = "1.5" async-stream = "0.3"