Cargo Features
[dependencies]
firo_logger = { version = "1.1.2", default-features = false, features = ["colors", "json", "async", "syslog", "log"] }
- default = async, colors, json
-
These default features are set whenever
firo_loggeris added withoutsomewhere in the dependency tree.default-features = false - colors default
- json default = serde_json
- async default = crossbeam-channel
- syslog
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.
- serde_json json
- crossbeam-channel async
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
Affects
firo_logger::log_integration…