Cargo Features
Maud has no features set by default.
[dependencies]
maud = { version = "0.25.0", 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.
- rocket implicit feature
-
Enables default (private-cookies) of rocket >=0.3, <0.5
- futures-util actix-web?
- actix-web-dep actix-web?
-
Enables actix-web
- tide implicit feature
- axum-core axum?
-
Enables axum-core ^0.3
- http axum?
-
Enables http ^0.2