Cargo Features

rust_html has no features set by default.

[dependencies]
rust_html = { version = "1.1.5", features = ["axum"] }
axum = axum-core, http

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

axum-core axum?

Enables axum-core ^0.4

http axum?