Cargo Features

webdav-handler has no features set by default.

[dependencies]
webdav-handler = { version = "0.2.0", features = ["all", "actix-compat", "warp-compat"] }
all = actix-compat, warp-compat
actix-compat all? = actix-web

Affects webdav-handler::actix

warp-compat all? = hyper, warp

Affects webdav-handler::warp

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.

hyper warp-compat?

Enables hyper ^0.14.0

warp warp-compat?
actix-web actix-compat?