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

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

Enables wmidi of 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.

lv2-state full?
lv2-sys full?
lv2-time full?
lv2-worker full?
lv2-atom full? plugin
lv2-core full? minimal_plugin?
lv2-units full? plugin
lv2-urid full? plugin
urid full? minimal_plugin?
lv2-midi full? plugin wmidi?