Cargo Features

[dependencies]
tonic-health = { version = "0.11.0", default-features = false, features = ["transport"] }
default = transport

The transport feature is set by default whenever tonic-health is added without default-features = false somewhere in the dependency tree.

transport default

tonic-health has 2 features without comments.