Cargo Features
[dependencies]
simple-log = { version = "2.3.0", default-features = false, features = ["log_inner", "target", "println"] }
- default = log_inner
-
The
log_inner
feature is set by default wheneversimple-log
is added without
somewhere in the dependency tree.default-features = false - log_inner default = log4rs, once_cell
- target = simple-log-derive
- println
-
Affects
simple-log::SIMPLE_LOG_INSTANCE
…
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.