sapling/futures-ext/Cargo.toml
Lukas Piatkowski 3671069d7f autocargo: convert common/rust/cxx/string bindgen lib and its dependents
Reviewed By: markbt

Differential Revision: D18003755

fbshipit-source-id: ecacfa04d524769371aae2f1771a5e29cc430b46
2019-11-07 07:26:09 -08:00

30 lines
731 B
TOML

# @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>>