Cargo Features

[dependencies]
logfusion = { version = "0.1.0", default-features = false, features = ["tracing", "callback"] }
default = callback, tracing

These default features are set whenever logfusion is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing and tracing-subscriber

tracing:

Core tracing (optional via features)

callback default

Optional FFI callback support - NOT enabled by default