Cargo Features
[dependencies]
warm_channels = { version = "0.1.2", default-features = false, features = ["grpc", "tls", "metrics", "unix"] }
- default = grpc, metrics, tls, unix
-
These default features are set whenever
warm_channels
is added without
somewhere in the dependency tree.default-features = false - grpc default
-
Enables tonic ^0.12, tonic-health ^0.12, and tonic_prometheus_layer
Affects
warm_channels::grpc
… - tls default
-
Enables tokio-rustls
Affects
warm_channels::tls
… - metrics default
-
Enables lazy_static and prometheus ^0.13
Affects
grpc::GRPCChannel
… - unix default