Cargo Features

[dependencies]
channel = { version = "0.2.1", default-features = false, features = ["metrics"] }
default = metrics

The metrics feature is set by default whenever channel is added without default-features = false somewhere in the dependency tree.

metrics default

Affects channel::new, channel::new_time_series, utils::metrics_utils