Cargo Features
Handbar has no features set by default.
[dependencies]
handbar = { version = "0.0.5", features = ["dir_source", "script_helper", "no_logging", "rust-embed"] }
- dir_source = walkdir
- script_helper = rhai
-
Affects
error::ScriptError
… - no_logging
-
Affects
macros::logging
…
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
-
Enables rust-embed ^6.3.0