Cargo Features

[dependencies]
currawong = { version = "0.5.2", default-features = false, features = ["midi", "web"] }
default = midi

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

midi default = midir, midly, nix

Enables midi of currawong_core

Affects currawong::midi

web

Enables wasm-bindgen of cpal, web of currawong_core

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.

midly midi
midir midi

Enables midir ^0.9

nix midi