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-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 ~0.2.5 and optional static-files

static-files-03

Enables static-files

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