Cargo Features

[dependencies]
nodi = { version = "1.0.1", default-features = false, features = ["hybrid-sleep", "midir", "midir-jack", "midir-winrt"] }
default = hybrid-sleep

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

hybrid-sleep default
midir midir-jack? midir-winrt?

Enables midir

midir-jack

Enables jack of midir

midir-winrt

Enables winrt of midir

Nodi has 5 features without comments.