Cargo Features
[dependencies]
htmxtools = { version = "0.1.2", default-features = false, features = ["auto-vary", "axum"] }
- default = axum
-
The
axum
feature is set by default wheneverhtmxtools
is added without
somewhere in the dependency tree.default-features = false - auto-vary = axum
-
Enables futures-core, tokio, tower-layer, and tower-service
Affects
htmxtools::auto_vary
… - axum default auto-vary?
-
Enables axum-core and axum-extra