Cargo Features

[dependencies]
dotter = { version = "0.13.1", default-features = false, features = ["scripting", "watch"] }
default = scripting, watch

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

scripting default

Enables script_helper of handlebars 4.*

Affects config::Helpers, config::Configuration.helpers

watch default = watchexec

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.

watchexec watch