Cargo Features

[dependencies]
embedded-executor = { version = "0.6.1", default-features = false, features = ["std", "alloc"] }
default = alloc

The alloc feature is set by default whenever embedded-executor is added without default-features = false somewhere in the dependency tree.

std

Enables std of alloc-facade, futures, and generational-arena

Affects embedded-executor::alloc_executor

alloc default = generational-arena

Enables alloc of alloc-facade

Affects embedded-executor::alloc_executor

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.

generational-arena alloc std?