Cargo Features
[dependencies]
hypertext = { version = "0.5.2", default-features = false, features = ["alloc", "axum", "actix"] }
- 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?
-
Enables html-escape, itoa, and ryu
- axum = alloc
- actix = alloc
-
Enables actix-web
hypertext has 4 features without comments.