Cargo Features
[dependencies]
tonic-health = { version = "0.12.3", default-features = false, features = ["transport"] }
- default = transport
-
The
transport
feature is set by default whenevertonic-health
is added without
somewhere in the dependency tree.default-features = false - transport default
tonic-health has 2 features without comments.