Cargo Features
[dependencies]
moosicbox_app_native_bundled = { version = "0.1.1", default-features = false, features = ["fail-on-warnings", "tunnel", "all-formats", "all-os-formats", "aac", "flac", "mp3", "opus"] }
- default = all-formats
-
The
all-formats
feature is set by default whenevermoosicbox_app_native_bundled
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- tunnel
-
Enables tunnel of moosicbox_server
- all-formats default = all-os-formats, mp3
- all-os-formats all-formats = aac, flac, opus
- aac all-os-formats?
-
Encoders
Enables aac of moosicbox_server
- flac all-os-formats?
-
Enables flac of moosicbox_server
- mp3 all-formats
-
Enables mp3 of moosicbox_server
- opus all-os-formats?
-
Enables opus of moosicbox_server