Cargo Features
[dependencies]
hypertext = { version = "0.12.1", default-features = false, features = ["alloc", "actix-web", "alpine", "axum", "htmx", "hyperscript", "mathml", "ntex", "poem", "rocket", "salvo", "tide", "warp"] }
- default = alloc
-
The
allocfeature is set by default wheneverhypertextis added withoutsomewhere in the dependency tree.default-features = false - alloc default actix-web? axum? ntex? poem? rocket? salvo? tide? warp?
-
Enables html-escape, itoa, and ryu
- actix-web = alloc
-
Enables actix-web
- alpine
-
Affects
attributes::AlpineJsAttributes… - axum = alloc
-
Enables axum-core
- htmx
-
Affects
attributes::HtmxAttributes… - hyperscript
-
Affects
attributes::HyperscriptAttributes… - mathml
- ntex = alloc
-
Enables ntex ^2
- poem = alloc
-
Enables poem
- rocket = alloc
-
Enables rocket
- salvo = alloc
-
Enables salvo_core ^0.81
- tide = alloc
-
Enables tide
- warp = alloc
-
Enables warp