Cargo Features
[dependencies]
askama_web = { version = "0.15.1", default-features = false, features = ["derive", "actix-web-4", "axum-0.7", "axum-0.8", "axum-core-0.4", "axum-core-0.5", "cot-0.3", "cot-0.4", "cot-0.5", "poem-3", "rocket-0.5", "trillium-0.2", "warp-0.3", "warp-0.4", "eprintln", "log-0.4", "tracing-0.1"] }
- default = derive
-
The
derivefeature is set by default wheneveraskama_webis added withoutsomewhere in the dependency tree.default-features = false - derive default
-
Enables askama_web_derive
Affects
implementation::noop… - actix-web-4
-
Affects
implementation::actix_web_4… - axum-0.7 = axum-core-0.4
- axum-0.8 = axum-core-0.5
- axum-core-0.4 axum-0.7?
-
Enables axum-core ^0.4.0, bytes, and http
Affects
implementation::axum_core_0_4… - axum-core-0.5 axum-0.8?
-
Enables axum-core, bytes, and http
Affects
implementation::axum_core_0_5… - cot-0.3
-
Enables cot ^0.3.0
Affects
implementation::cot_0_3… - cot-0.4
-
Enables cot ^0.4.0
Affects
implementation::cot_0_4… - cot-0.5
-
Enables cot
Affects
implementation::cot_0_5… - poem-3
-
Affects
implementation::poem_3… - rocket-0.5
-
Enables rocket
Affects
implementation::rocket_0_5… - trillium-0.2
-
Enables trillium
Affects
implementation::trillium_0_2… - warp-0.3
-
Enables bytes, http ^0.2.0, and warp ^0.3.3
Affects
implementation::warp_0_3… - warp-0.4
-
Affects
implementation::warp_0_4… - eprintln
- log-0.4
-
Enables log
- tracing-0.1
-
Enables tracing