Cargo Features

[dependencies]
askama_web = { version = "0.13.0", default-features = false, features = ["derive", "actix-web-4", "axum-0.7", "axum-0.8", "axum-core-0.4", "axum-core-0.5", "poem-3", "rocket-0.5", "salvo-0.76", "salvo-0.77", "salvo_core-0.76", "salvo_core-0.77", "trillium-0.2", "viz-0.10", "viz-core-0.10", "warp-0.3", "eprintln", "log-0.4", "tracing-0.1"] }
default = derive

The derive feature is set by default whenever askama_web is added without default-features = false somewhere in the dependency tree.

derive default

Enables askama_web_derive

Affects implementation::noop

actix-web-4

Enables actix-web

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 and http

Affects implementation::axum_core_0_4

axum-core-0.5 axum-0.8?

Enables axum-core and http

Affects implementation::axum_core_0_5

poem-3

Enables http and poem

Affects implementation::poem_3

rocket-0.5

Enables rocket

Affects implementation::rocket_0_5

salvo-0.76 = salvo_core-0.76
salvo-0.77 = salvo_core-0.77
salvo_core-0.76 salvo-0.76?

Enables http and salvo_core ^0.76.0

Affects implementation::salvo_core_0_76

salvo_core-0.77 salvo-0.77?

Enables http and salvo_core

Affects implementation::salvo_core_0_77

trillium-0.2

Enables trillium

Affects implementation::trillium_0_2

viz-0.10 = viz-core-0.10
viz-core-0.10 viz-0.10?

Enables http, http-body-util, and viz-core

Affects implementation::viz_core_0_10

warp-0.3

Enables http ^0.2.0 and warp

Affects implementation::warp_0_3

eprintln
log-0.4

Enables log

tracing-0.1

Enables tracing