Cargo Features
[dependencies]
dotter = { version = "0.13.3", default-features = false, features = ["scripting", "watch"] }
- default = scripting, watch
-
These default features are set whenever
dotter
is added without
somewhere in the dependency tree.default-features = false - scripting default
-
Enables script_helper of handlebars 5.*
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.