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
somewhere in the dependency tree.default-features = false - graph default
-
Generate a callgraph
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