Cargo Features

[dependencies]
aide-de-camp = { version = "0.2.0", default-features = false, features = ["runner"] }
default = runner

The runner feature is set by default whenever aide-de-camp is added without default-features = false somewhere in the dependency tree.

runner default = rand

Enables rt of tokio

tokio:

Includes basic task execution capabilities

Affects aide-de-camp::runner

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.

rand runner