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 whenever actix-web-static-files is added without default-features = false somewhere in the dependency tree.

change-detection default

Enables change-detection of static-files

actix-web-static-files has 2 features without comments.