[dependencies.futures-channel-preview]
default-features = false
version = "0.3.0-alpha.11"
[dependencies.futures-core-preview]
default-features = false
version = "0.3.0-alpha.11"
[dependencies.futures-util-preview]
default-features = false
version = "0.3.0-alpha.11"
[dependencies.lazy_static]
optional = true
version = "1.1.0"
[dependencies.num_cpus]
optional = true
version = "1.8.0"
[dependencies.pin-utils]
version = "0.1.0-alpha.4"
[features]
default = ["std"]
std = ["num_cpus", "futures-core-preview/std", "futures-util-preview/std", "futures-channel-preview/std", "lazy_static"]
[lib]
name = "futures_executor"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Executors for asynchronous tasks based on the futures-rs library.\n"
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.11/futures_executor"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-executor-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.0-alpha.11"