Cargo Features

zip_static_handler has no features set by default.

[dependencies]
zip_static_handler = { version = "0.8.3", features = ["hyper", "axum", "actix", "rocket", "xitca", "min_http11"] }
hyper

Enables http-body-util and hyper

Affects zip_static_handler::hyper

axum

Enables axum-core and http

Affects zip_static_handler::axum

actix

Enables actix-web

Affects zip_static_handler::actix

rocket

Enables rocket

Affects zip_static_handler::rocket

xitca

Enables xitca-web

Affects zip_static_handler::xitca

min_http11

Enables min_http11_parser and tokio

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.

min_http11_parser min_http11?

Affects zip_static_handler::min_http11