Cargo Features

[dependencies]
cbsk_run = { version = "1.1.0", default-features = false, features = ["async_pool", "run"] }
default = async_pool, run

These default features are set whenever cbsk_run is added without default-features = false somewhere in the dependency tree.

async_pool default

Enables log, macro, once_cell and tokio_full of cbsk_base, vec of cbsk_mut_data

Affects cbsk_run::async_pool

run default

Enables anyhow, log and tokio_full of cbsk_base

Affects cbsk_run::run

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.

cbsk_base async_pool run
cbsk_mut_data async_pool