| name = "futures-executor" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/rust-lang/futures-rs" |
| homepage = "https://rust-lang.github.io/futures-rs" |
| Executors for asynchronous tasks based on the futures-rs library. |
| std = ["futures-core/std", "futures-task/std", "futures-util/std"] |
| thread-pool = ["std", "num_cpus"] |
| futures-core = { path = "../futures-core", version = "0.3.26", default-features = false } |
| futures-task = { path = "../futures-task", version = "0.3.26", default-features = false } |
| futures-util = { path = "../futures-util", version = "0.3.26", default-features = false } |
| num_cpus = { version = "1.8.0", optional = true } |
| futures = { path = "../futures", features = ["thread-pool"] } |
| [package.metadata.docs.rs] |
| rustdoc-args = ["--cfg", "docsrs"] |