Cargo Features
[dependencies]
actix-web-static-files = { version = "4.1.1", default-features = false, features = ["change-detection", "static-files-03"] }
- default = change-detection
-
The
change-detectionfeature is set by default wheneveractix-web-static-filesis added withoutsomewhere in the dependency tree.default-features = false - change-detection default
-
Enables change-detection of static-files ~0.2.5 and optional static-files
- static-files-03
-
Enables static-files
actix-web-static-files has 3 features without comments.