@@ -13,18 +13,18 @@ rust-version = "1.59"
13
13
14
14
[features ]
15
15
default = []
16
- arbitrary = [" quickcheck" ]
17
- destination = [" http-types" , " meta" , " net" , " prost-types" , " tonic/codegen" ]
16
+ arbitrary = [" dep: quickcheck" ]
17
+ destination = [" http-types" , " meta" , " net" , " dep: prost-types" , " tonic/codegen" ]
18
18
grpc-route = [" http-route" ]
19
19
http-route = [" http-types" ]
20
- http-types = [" http" , " thiserror" ]
21
- identity = [" prost-types" , " tonic/codegen" ]
20
+ http-types = [" dep: http" , " dep: thiserror" ]
21
+ identity = [" dep: prost-types" , " tonic/codegen" ]
22
22
inbound = [
23
23
" grpc-route" ,
24
24
" http-route" ,
25
25
" meta" ,
26
26
" net" ,
27
- " prost-types" ,
27
+ " dep: prost-types" ,
28
28
" tonic/codegen" ,
29
29
]
30
30
outbound = [
@@ -34,14 +34,14 @@ outbound = [
34
34
" meta" ,
35
35
" net" ,
36
36
" opaque-route" ,
37
- " prost-types" ,
37
+ " dep: prost-types" ,
38
38
" tls-route" ,
39
39
" tonic/codegen" ,
40
40
]
41
41
meta = []
42
- net = [" ipnet" , " thiserror" ]
42
+ net = [" dep: ipnet" , " dep: thiserror" ]
43
43
opaque-route = []
44
- tap = [" h2" , " http-types" , " net" , " prost-types" , " tonic/codegen" ]
44
+ tap = [" dep: h2" , " http-types" , " net" , " dep: prost-types" , " tonic/codegen" ]
45
45
tls-route = []
46
46
47
47
[package .metadata .docs .rs ]
0 commit comments