Cargo Features

[dependencies]
hypertext = { version = "0.5.0", default-features = false, features = ["alloc", "axum"] }
default = alloc

The alloc feature is set by default whenever hypertext is added without default-features = false somewhere in the dependency tree.

alloc default axum?

Enables html-escape, itoa, and ryu

axum = alloc

Enables axum-core and http

hypertext has 3 features without comments.