Cargo Features
[dependencies]
moosicbox_aconverter = { 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_aconverter
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- aac default
-
Enables aac of moosicbox_files
- flac default
-
Enables flac of moosicbox_files
- mp3 default
-
Enables mp3 of moosicbox_files
- opus default
-
Enables opus of moosicbox_files
moosicbox_aconverter has 6 features without comments.