Cargo Features
maud-live-view has no features set by default.
[dependencies]
maud-live-view = { version = "0.24.3", features = ["actix-web", "axum", "rocket", "tide"] }
- 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 >=0.3, <0.5
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?
-
Enables axum-core ^0.2
- http axum?
-
Enables http ^0.2