Cargo Features

[dependencies]
single_executor = { version = "0.4.1", default-features = false, features = ["std", "nightly"] }
default = std

The std feature is set by default whenever single_executor is added without default-features = false somewhere in the dependency tree.

std default

Enables std of concurrency_traits and simple_futures

Affects single_executor::AsyncExecutorStd

nightly

Enables nightly of concurrency_traits