Cargo Features
[dependencies]
polywrap_plugin = { version = "0.1.11", default-features = false, features = ["implementor"] }
- default = implementor
-
The
implementor
feature is set by default wheneverpolywrap_plugin
is added without
somewhere in the dependency tree.default-features = false - implementor default = polywrap_plugin_implementor
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.