Cargo Features
[dependencies]
swagger-ui-dist = { version = "5.18.3-preview", default-features = false, features = ["with-axum-07", "with-axum-08"] }
- default = axum-08, axum-core-05
-
These default features are set whenever
swagger-ui-dist
is added without
somewhere in the dependency tree.default-features = false - with-axum-07 = axum-07, axum-core-04
- with-axum-08 = axum-08, axum-core-05
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.
- axum-07 with-axum-07?
-
Enables axum ^0.7
- axum-08 default with-axum-08?
-
Enables axum
- axum-core-04 with-axum-07?
-
Enables axum-core ^0.4
- axum-core-05 default with-axum-08?
-
Enables axum-core