Cargo Features
[dependencies]
bbox-frontend = { version = "0.6.1", default-features = false, features = ["all", "map-server", "qwc2", "redoc", "swaggerui", "proj"] }
- default all? = maplibre, openlayers, proj, redoc
-
These default features are set whenever
bbox-frontend
is added without
somewhere in the dependency tree.default-features = false - all = default, qwc2, swaggerui
- map-server qwc2?
-
Enables inventory of bbox-map-server
- qwc2 all? = map-server
- redoc default
- swaggerui all?
- openlayers maplibre proj default
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.