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 whenever puppet is added without default-features = false somewhere in the dependency tree.

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.

tokio helper-methods