Cargo Features

[dependencies]
open_dmx = { version = "1.1.1", default-features = false, features = ["thread_priority"] }
default = thread_priority

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

thread_priority default

Enables thread-priority ^0.15

Open-DMX has 2 features without comments.