Cargo Features

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

Enables html-escape, itoa, and ryu

axum = alloc

Enables axum-core and http

actix = alloc

Enables actix-web

hypertext has 4 features without comments.