Cargo Features
htmxology has no features set by default.
[dependencies]
htmxology = { version = "0.1.0", features = ["full", "auto-reload", "interfaces", "ws", "derive", "examples", "askama_axum"] }
- full = auto-reload, derive, interfaces, ws
- auto-reload full?
-
Enables listenfd, net of tokio
Affects
server::auto_reload
,server::NewWithAutoReloadError
… - interfaces full?
-
Enables netdev
- ws full?
- derive full?
-
Enables htmxology-macros and urlencoding
- examples
-
Enables tracing-subscriber, anyhow and askama, macros of axum and full of tokio
tokio:
enable everything
Features from optional dependencies
- askama_axum implicit feature
-
Enables askama_axum
askama_axum:
Axum integration for Askama templates