Cargo Features
htmxology has no features set by default.
[dependencies]
htmxology = { version = "0.4.0", features = ["full", "auto-reload", "interfaces", "ws", "derive", "templating", "examples"] }
- full = auto-reload, derive, interfaces, templating, 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, regex, and serde_urlencoded
- templating full?
-
Enables askama
- examples
-
Enables tracing-subscriber, anyhow and askama, macros of axum and full of tokio
tokio:
enable everything