Cargo Features

[dependencies]
egui_tracing = { version = "0.2.6", default-features = false, features = ["egui-default", "log", "wasmbind", "reexport"] }
default = egui-default, log

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

egui-default default

Enables egui

log default = tracing-log

Enables tracing-log of tracing-subscriber

wasmbind

Enables wasmbind of chrono

reexport

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.

tracing-log log