Cargo Features

[dependencies]
moosicbox_paging = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "openapi"] }
default = openapi

The openapi feature is set by default whenever moosicbox_paging is added without default-features = false somewhere in the dependency tree.

fail-on-warnings
openapi default

Enables utoipa

API Dependencies