[dependencies.futures-channel-preview]
default-features = false
version = "0.2.2"
[dependencies.futures-core-preview]
default-features = false
version = "0.2.2"
[dependencies.futures-util-preview]
default-features = false
version = "0.2.2"
[dependencies.lazy_static]
optional = true
version = "1.0"
[dependencies.num_cpus]
optional = true
version = "1.0"
[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.
"""
documentation = "https://docs.rs/futures-core"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
license = "MIT/Apache-2.0"
name = "futures-executor-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.2.2"