Cargo Features

[dependencies]
askama-derive-axum = { version = "0.1.2", default-features = false, features = ["tracing"] }
default = tracing

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

tracing default

Enables tracing

Askama-derive-axum has 2 features without comments.