Cargo Features
Handlebars has no features set by default.
[dependencies]
handlebars = { version = "6.2.0", features = ["dir_source", "script_helper", "no_logging", "string_helpers", "rust-embed"] }
- dir_source = walkdir
-
Affects
registry::DirectorySourceOptions
… - script_helper = rhai
-
Affects
error::ScriptError
… - no_logging
-
Affects
macros::logging
… - string_helpers = heck
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.
- walkdir dir_source?
- rhai script_helper?
- rust-embed implicit feature
- heck string_helpers?