Cargo Features

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

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

fail-on-warnings
aac flac mp3 opus default
openapi default

Enables utoipa

tantivy default

Enables tantivy

moosicbox_core has 5 features without comments.