Cargo Features
[dependencies]
background-jobs-core = { version = "0.19.0", default-features = false, features = ["completion-logging", "error-logging"] }
- default = error-logging
-
The
error-logging
feature is set by default wheneverbackground-jobs-core
is added without
somewhere in the dependency tree.default-features = false - completion-logging
- error-logging default
background-jobs-core has 3 features without comments.