Lines Matching +full:rust +full:- +full:executor
2 name = "futures-test"
5 rust-version = "1.45"
6 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/futures-rs"
8 homepage = "https://rust-lang.github.io/futures-rs"
10 Common utilities for testing components built off futures-rs.
14 futures-core = { version = "0.3.26", path = "../futures-core", default-features = false }
15 futures-task = { version = "0.3.26", path = "../futures-task", default-features = false }
16 futures-io = { version = "0.3.26", path = "../futures-io", default-features = false }
17 futures-util = { version = "0.3.26", path = "../futures-util", default-features = false }
18 futures-executor = { version = "0.3.26", path = "../futures-executor", default-features = false }
19 futures-sink = { version = "0.3.26", path = "../futures-sink", default-features = false }
20 futures-macro = { version = "=0.3.26", path = "../futures-macro", default-features = false }
21 pin-utils = { version = "0.1.0", default-features = false }
22 pin-project = "1.0.11"
24 [dev-dependencies]
25 futures = { path = "../futures", default-features = false, features = ["std", "executor"] }
29 std = ["futures-core/std", "futures-task/std", "futures-io/std", "futures-util/std", "futures-util/…
32 all-features = true