Cargo Features

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

The all-formats feature is set by default whenever moosicbox_app_native_bundled is added without default-features = false somewhere in the dependency tree.

fail-on-warnings
tunnel

Enables tunnel of moosicbox_server

all-formats default = aac, flac, mp3, opus
aac all-formats

Encoders

Enables aac of moosicbox_server

flac all-formats

Enables flac of moosicbox_server

mp3 all-formats

Enables mp3 of moosicbox_server

opus all-formats

Enables opus of moosicbox_server