Cargo Features
[dependencies]
log4rs_test_utils = { version = "0.2.3", default-features = false, features = ["log_testing", "test_logging"] }
- default = log_testing, test_logging
-
These default features are set whenever
log4rs_test_utils
is added without
somewhere in the dependency tree.default-features = false - log_testing default = lazy_static
-
Affects
log4rs_test_utils::log_testing
… - test_logging default
-
Affects
log4rs_test_utils::test_logging
…
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.