@@ -98,16 +98,6 @@ name = "tower-client"
98
98
path = " src/tower/client.rs"
99
99
required-features = [" tower" ]
100
100
101
- [[bin ]]
102
- name = " timeout-server"
103
- path = " src/timeout/server.rs"
104
- required-features = [" timeout" ]
105
-
106
- [[bin ]]
107
- name = " timeout-client"
108
- path = " src/timeout/client.rs"
109
- required-features = [" timeout" ]
110
-
111
101
[[bin ]]
112
102
name = " multiplex-server"
113
103
path = " src/multiplex/server.rs"
@@ -278,13 +268,12 @@ compression = ["tonic/gzip"]
278
268
tls = [" tonic/tls" ]
279
269
tls-rustls = [" dep:http" , " dep:hyper" , " dep:hyper-util" , " dep:hyper-rustls" , " dep:tower" , " tower-http/util" , " tower-http/add-extension" , " dep:rustls-pki-types" , " dep:tokio-rustls" , " dep:pin-project" , " dep:http-body-util" ]
280
270
dynamic-load-balance = [" dep:tower" ]
281
- timeout = [" tokio/time" , " dep:tower" , " tower?/timeout" ]
282
271
tls-client-auth = [" tonic/tls" ]
283
272
types = [" dep:tonic-types" ]
284
273
h2c = [" dep:hyper" , " dep:tower" , " dep:http" , " dep:hyper-util" ]
285
274
cancellation = [" dep:tokio-util" ]
286
275
287
- full = [" gcp" , " routeguide" , " reflection" , " autoreload" , " health" , " grpc-web" , " tracing" , " uds" , " streaming" , " mock" , " tower" , " json-codec" , " compression" , " tls" , " tls-rustls" , " dynamic-load-balance" , " timeout " , " tls-client-auth" , " types" , " cancellation" , " h2c" ]
276
+ full = [" gcp" , " routeguide" , " reflection" , " autoreload" , " health" , " grpc-web" , " tracing" , " uds" , " streaming" , " mock" , " tower" , " json-codec" , " compression" , " tls" , " tls-rustls" , " dynamic-load-balance" , " tls-client-auth" , " types" , " cancellation" , " h2c" ]
288
277
default = [" full" ]
289
278
290
279
[dependencies ]
0 commit comments