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_logger is added without default-features = false somewhere in the dependency tree.

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