Cargo Features

[dependencies]
moosicbox_remote_library = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "aac", "flac", "mp3", "opus"] }
default = aac, flac, mp3, opus

These default features are set whenever moosicbox_remote_library is added without default-features = false somewhere in the dependency tree.

fail-on-warnings
aac default

Enables aac of moosicbox_core

flac default

Enables flac of moosicbox_core

mp3 default

Enables mp3 of moosicbox_core

opus default

Enables opus of moosicbox_core

moosicbox_remote_library has 6 features without comments.