Cargo Features
[dependencies]
puppet = { version = "0.4.0", default-features = false, features = ["helper-methods", "custom-executor"] }
- default = helper-methods
-
The
helper-methods
feature is set by default wheneverpuppet
is added without
somewhere in the dependency tree.default-features = false - helper-methods default = tokio
-
Enables custom-executor and helper-methods of puppet-derive
- custom-executor
-
Enables custom-executor of puppet-derive
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.