Cargo Features

[dependencies]
cadeau-sys = { version = "0.2.1", default-features = false, features = ["xmf", "dlopen"] }
default = xmf

The xmf feature is set by default whenever cadeau-sys is added without default-features = false somewhere in the dependency tree.

xmf default

Affects cadeau-sys::xmf

dlopen

Use manual library loading at runtime by providing a path to the dynamic library file.