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 whenevermoosicbox_paging
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- openapi default
-
Enables utoipa
API Dependencies