Cargo Features
[dependencies]
simple-log = { version = "2.1.1", default-features = false, features = ["log_inner", "target"] }
- 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
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.