Cargo Features

[dependencies]
uzers = { version = "0.12.0", default-features = false, features = ["cache", "logging", "test-integration", "mock"] }
default = cache, logging, mock

These default features are set whenever uzers is added without default-features = false somewhere in the dependency tree.

cache default

Affects uzers::cache

logging default = log
test-integration
mock default

Affects uzers::mock

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.

log logging