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
somewhere in the dependency tree.default-features = false - 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.