Cargo Features
[dependencies]
tracing-etw = { version = "0.2.1", default-features = false, features = ["global_filter", "common_schema"] }
- default = common_schema
-
The
common_schema
feature is set by default whenevertracing-etw
is added without
somewhere in the dependency tree.default-features = false - global_filter
- common_schema default
tracing-etw has 3 features without comments.