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_modifiedfeature is set by default wheneverhttp_cache_tags_actixis added withoutsomewhere in the dependency tree.default-features = false - 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.