Lines Matching +full:rust +full:- +full:executor
9 # issue against the rust-lang/cargo repository. If you're
15 name = "futures-executor"
18 description = "Executors for asynchronous tasks based on the futures-rs library.\n"
19 homepage = "https://rust-lang.github.io/futures-rs"
20 documentation = "https://docs.rs/futures-executor/0.3"
21 license = "MIT OR Apache-2.0"
22 repository = "https://github.com/rust-lang/futures-rs"
24 all-features = true
25 rustdoc-args = ["--cfg", "docsrs"]
26 [dependencies.futures-core]
28 default-features = false
30 [dependencies.futures-task]
32 default-features = false
34 [dependencies.futures-util]
36 default-features = false
42 [dev-dependencies]
46 std = ["futures-core/std", "futures-task/std", "futures-util/std"]
47 thread-pool = ["std", "num_cpus"]