Cargo Features

[dependencies]
polywrap_plugin = { version = "0.1.11", default-features = false, features = ["implementor"] }
default = implementor

The implementor feature is set by default whenever polywrap_plugin is added without default-features = false somewhere in the dependency tree.

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.

polywrap_plugin_implementor implementor