Cargo Features

[dependencies]
hypertext = { version = "0.6.2", default-features = false, features = ["alloc", "axum", "actix", "poem"] }
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? axum? poem?

Enables html-escape, itoa, and ryu

axum = alloc

Enables axum-core and http

actix = alloc

Enables actix-web

poem = alloc

Enables poem

hypertext has 5 features without comments.