# @autocargo from //common/rust/futures-ext:futures-ext # Signature<<1af28a850646c58a19088bcaf1e9c865c9c9053e>> [package] name = "futures-ext" edition = "2018" version = "0.0.1" authors = ['Facebook'] license = "GPLv2+" include = ["src/**/*.rs"] [dependencies] cloned = { path = "../cloned" } bytes = { version="*", features=["serde"] } failure = "*" futures = "0.1" maplit = "*" tokio = "0.1" tokio-io = "0.1" tokio-threadpool = "0.1" [dev-dependencies] async-unit = { path = "../async-unit" } cloned = { path = "../cloned" } lock_ext = { path = "../lock_ext" } netstring = { path = "../netstring" } assert_matches = "*" quickcheck = "0.9" pretty_assertions = "*" # @end of Signature<<1af28a850646c58a19088bcaf1e9c865c9c9053e>>