Cargo Features
[dependencies]
majordome = { version = "1.0.23", default-features = false, features = ["actix", "axum"] }
- default = actix
-
The
actix
feature is set by default whenevermajordome
is added without
somewhere in the dependency tree.default-features = false - actix default = actix-web, apistos, apistos-schemars
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 implicit feature
-
Enables axum
axum:
Web framework that focuses on ergonomics and modularity
Affects
compat::axum
… - apistos-schemars actix
- apistos actix
-
Enables apistos ^0.2
- actix-web actix