@@ -56,6 +56,7 @@ spawn-ready = ["futures-util", "tokio/sync", "tokio/rt", "util", "tracing"]
5656steer = []
5757timeout = [" pin-project-lite" , " tokio/time" ]
5858util = [" futures-core" , " futures-util" , " pin-project-lite" , " sync_wrapper" ]
59+ tokio-stream = [] # TODO: Remove this feature at the next breaking release.
5960
6061[dependencies ]
6162tower-layer = { version = " 0.3.3" , path = " ../tower-layer" }
@@ -67,7 +68,6 @@ hdrhistogram = { workspace = true, optional = true }
6768indexmap = { workspace = true , optional = true }
6869slab = { workspace = true , optional = true }
6970tokio = { workspace = true , features = [" sync" ], optional = true }
70- tokio-stream = { workspace = true , optional = true }
7171tokio-util = { workspace = true , optional = true }
7272tracing = { workspace = true , features = [" std" ], optional = true }
7373pin-project-lite = { workspace = true , optional = true }
@@ -84,7 +84,6 @@ tower-test = { version = "0.4", path = "../tower-test" }
8484tracing = { workspace = true , features = [" std" ] }
8585tracing-subscriber = { workspace = true , features = [" fmt" , " ansi" ] }
8686http = { workspace = true }
87- lazy_static = { workspace = true }
8887rand = { workspace = true , features = [" small_rng" ] }
8988quickcheck = { workspace = true }
9089
0 commit comments