Cargo Features
[dependencies]
dotter = { version = "0.13.4", default-features = false, features = ["scripting", "watch"] }
- default = scripting, watch
-
These default features are set whenever
dotteris added withoutsomewhere in the dependency tree.default-features = false - scripting default
-
Enables script_helper of handlebars
Affects
config::Helpers,config::Configuration.helpers… - watch default = watchexec, watchexec-events, watchexec-filterer-tagged
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.