Cargo Features

[dependencies]
http_cache_tags_actix = { version = "0.1.0-alpha.5", default-features = false, features = ["full", "config_file", "last_modified", "etag", "redis"] }
default = last_modified

The last_modified feature is set by default whenever http_cache_tags_actix is added without default-features = false somewhere in the dependency tree.

full = config_file, etag, last_modified, redis
config_file full?

Enables config_file of http_cache_tags_core

last_modified default full? = chrono

Enables last_modified of http_cache_tags_core

etag full?

Enables etag of http_cache_tags_core

redis full?

Enables redis of http_cache_tags_core

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.

chrono last_modified