Cargo Features
maud has no features set by default.
[dependencies]
maud = { version = "0.26.0", features = ["actix-web", "axum", "rocket", "tide", "warp"] }
- actix-web = actix-web-dep, futures-util
-
Web framework integrations
- axum = axum-core, http
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.
- rocket implicit feature
-
Enables rocket
rocket:
Web framework with a focus on usability, security, extensibility, and speed
- futures-util actix-web?
- actix-web-dep actix-web?
-
Enables actix-web
- tide implicit feature
-
Enables tide
tide:
A minimal and pragmatic Rust web application framework built for rapid development
- axum-core axum?
- http axum?
- warp implicit feature
-
Enables warp
warp:
serve the web at warp speeds