Cargo Features
[dependencies]
f3l = { version = "0.3.0", default-features = false, features = ["all", "core", "filter", "segmentation", "features", "surface"] }
- default = all
-
The
all
feature is set by default wheneverf3l
is added without
somewhere in the dependency tree.default-features = false - all default = core, features, filter, segmentation, surface
- core all = f3l_core, f3l_glam, f3l_search_tree
- filter all = f3l_core, f3l_filter, f3l_glam, f3l_search_tree
- segmentation all = f3l_core, f3l_glam, f3l_search_tree, f3l_segmentation
- features all = f3l_core, f3l_features, f3l_glam, f3l_search_tree
- surface all = f3l_core, f3l_glam, f3l_search_tree, f3l_segmentation, f3l_surface
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.