Cargo Features
[dependencies]
actix-web-static-files = { version = "4.0.1", default-features = false, features = ["change-detection"] }
- default = change-detection
-
The
change-detection
feature is set by default wheneveractix-web-static-files
is added without
somewhere in the dependency tree.default-features = false - change-detection default
-
Enables change-detection of static-files
actix-web-static-files has 2 features without comments.