Cargo Features
zip_static_handler has no features set by default.
[dependencies]
zip_static_handler = { version = "0.20.1", features = ["full", "hyper", "axum", "actix", "rocket", "xitca", "salvo", "min_http11"] }
- full = actix, axum, hyper, min_http11, rocket, salvo, xitca
- hyper full?
-
Enables http-body-util and hyper
Affects
zip_static_handler::hyper… - axum full?
-
Affects
zip_static_handler::axum… - actix full?
-
Enables actix-web
Affects
zip_static_handler::actix… - rocket full?
-
Enables rocket
Affects
zip_static_handler::rocket… - xitca full?
-
Enables xitca-http ^0.7
Affects
zip_static_handler::xitca… - salvo full?
-
Enables salvo
Affects
zip_static_handler::salvo… - min_http11 full?
-
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…