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

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.

watchexec watch

Enables watchexec ^3

watchexec-events watch

Enables watchexec-events ^2.0.1

watchexec-filterer-tagged watch

Enables watchexec-filterer-tagged ^1.0.0