Cargo Features

[dependencies]
midnote = { version = "0.11.1", default-features = false, features = ["jack", "winrt"] }
default = nodi

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

jack

Enables jack of nodi ^0.15.2

winrt

Enables winrt of nodi ^0.15.2

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.

nodi default jack? winrt?

Enables nodi ^0.15.2