diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 9116710fc..78f47c4e2 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -249,15 +249,15 @@ path = "src/codec_buffers/client.rs" [features] gcp = ["dep:prost-types", "tonic/tls-ring"] -routeguide = ["dep:async-stream", "tokio-stream", "dep:rand", "dep:serde", "dep:serde_json"] +routeguide = ["dep:async-stream", "dep:tokio-stream", "dep:rand", "dep:serde", "dep:serde_json"] reflection = ["dep:tonic-reflection"] -autoreload = ["tokio-stream/net", "dep:listenfd"] +autoreload = ["dep:tokio-stream", "tokio-stream?/net", "dep:listenfd"] health = ["dep:tonic-health"] grpc-web = ["dep:tonic-web", "dep:bytes", "dep:http", "dep:hyper", "dep:hyper-util", "dep:tracing-subscriber", "dep:tower", "dep:tower-http", "tower-http?/cors"] tracing = ["dep:tracing", "dep:tracing-subscriber"] -uds = ["tokio-stream/net", "dep:tower", "dep:hyper", "dep:hyper-util"] -streaming = ["tokio-stream", "dep:h2"] -mock = ["tokio-stream", "dep:tower", "dep:hyper-util"] +uds = ["dep:tokio-stream", "tokio-stream?/net", "dep:tower", "dep:hyper", "dep:hyper-util"] +streaming = ["dep:tokio-stream", "dep:h2"] +mock = ["dep:tokio-stream", "dep:tower", "dep:hyper-util"] tower = ["dep:tower", "dep:http"] json-codec = ["dep:serde", "dep:serde_json", "dep:bytes"] compression = ["tonic/gzip"]