Cargo Features

tokio-executor has no features set by default.

[dependencies]
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking", "current-thread", "threadpool", "tracing"] }
blocking = lazy_static, tokio-sync

Affects tokio-executor::blocking

current-thread = crossbeam-channel

Affects tokio-executor::current_thread

threadpool = crossbeam-deque, crossbeam-queue, crossbeam-utils, futures-core-preview, lazy_static, num_cpus, slab, tokio-sync

Affects tokio-executor::threadpool

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

tokio-sync blocking? threadpool?
tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust

crossbeam-channel current-thread?

Enables crossbeam-channel ^0.3.8

current-thread dependencies

crossbeam-deque threadpool?

Enables crossbeam-deque ^0.7.0

threadpool dependencies

crossbeam-queue threadpool?

Enables crossbeam-queue ^0.1.0

crossbeam-utils threadpool?

Enables crossbeam-utils ^0.6.4

futures-core-preview threadpool?
num_cpus threadpool?
lazy_static blocking? threadpool?
slab threadpool?