Cargo Features

[dependencies]
extern_executor = { version = "0.1.2", default-features = false, features = ["no_std", "std", "uv", "dart", "driver", "cbindgen"] }
default = std

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

no_std = spin, woke
std default = futures-task
uv = driver, pkg-config

Affects extern_executor::uv

dart = dart-sys, driver

Affects extern_executor::dart

driver dart? uv?

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.

cbindgen build implicit feature

Enables cbindgen ^0.14

cbindgen:

A tool for generating C bindings to Rust code

dart-sys dart?

Enables dart-sys ^2.0

futures-task std
pkg-config build uv?
spin no_std?

Enables spin ^0.5

woke no_std?