Cargo Features

[dependencies]
hlbc-cli = { version = "0.7.0", default-features = false, features = ["graph", "watch"] }
default = graph, watch

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

graph default

Generate a callgraph

Enables graph of hlbc

Core functionnality

watch default = notify, notify-debouncer-mini

Watch for file changes

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.

notify watch

Enables notify ^6

File system watching

notify-debouncer-mini watch

Enables notify-debouncer-mini ^0.4