Cargo Features
[dependencies]
uzers = { version = "0.12.1", default-features = false, features = ["cache", "logging", "test-integration", "mock"] }
- default = cache, logging, mock
-
These default features are set whenever
uzers
is added without
somewhere in the dependency tree.default-features = false - 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.