Cargo Features

[dependencies]
cargo-scaffold = { version = "0.12.0", default-features = false, features = ["helpers"] }
default = helpers

The helpers feature is set by default whenever cargo-scaffold is added without default-features = false somewhere in the dependency tree.

helpers default = handlebars_misc_helpers

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.

handlebars_misc_helpers helpers