Cargo Features
[dependencies]
lv2 = { version = "0.6.0", default-features = false, features = ["full", "minimal_plugin", "plugin", "wmidi"] }
- default = plugin
-
The
plugin
feature is set by default wheneverlv2
is added without
somewhere in the dependency tree.default-features = false - full = lv2-atom, lv2-core, lv2-midi, lv2-state, lv2-sys, lv2-time, lv2-units, lv2-urid, lv2-worker, urid
- minimal_plugin plugin = lv2-core, urid
- plugin default = lv2-atom, lv2-midi, lv2-units, lv2-urid, minimal_plugin, wmidi
- wmidi plugin = lv2-midi
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.