Cargo Features

[dependencies]
audio_thread_priority = { version = "0.32.0", default-features = false, features = ["terminal-logging", "with_dbus"] }
default = with_dbus

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

terminal-logging = simple_logger
with_dbus default = dbus

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.

simple_logger terminal-logging?

Enables simple_logger ^0.4

dbus linux with_dbus

Enables dbus ^0.6.4