Cargo Features

[dependencies]
mecomp-daemon = { version = "0.1.1", default-features = false, features = ["cli", "dynamic_updates", "analysis"] }
default = analysis, cli, dynamic_updates

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

cli default

features needed for the CLI (binary crate)

Enables clap

dynamic_updates default

Enables notify and notify-debouncer-full

Affects mecomp-daemon::dynamic_updates

analysis default = mecomp-analysis

Enables analysis of mecomp-storage

Affects services::radio

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.

mecomp-analysis analysis