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

global_filter
common_schema default

tracing-etw has 3 features without comments.