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 alloc feature is set by default whenever hypertext is added without default-features = false somewhere in the dependency tree.

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