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 wheneverhypertext
is added without
somewhere in the dependency tree.default-features = false - alloc default actix? axum? poem?
-
Enables html-escape, itoa, and ryu
- axum = alloc
- actix = alloc
-
Enables actix-web
- poem = alloc
-
Enables poem
hypertext has 5 features without comments.