1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 4
[[]]
= "async-trait"
= "0.1.91"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
= [
"proc-macro2",
"quote",
"syn 3.0.3",
]
[[]]
= "futures"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
= [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[]]
= "futures-channel"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
= [
"futures-core",
"futures-sink",
]
[[]]
= "futures-core"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
[[]]
= "futures-executor"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
= [
"futures-core",
"futures-task",
"futures-util",
]
[[]]
= "futures-io"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
[[]]
= "futures-macro"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
= [
"proc-macro2",
"quote",
"syn 2.0.117",
]
[[]]
= "futures-sink"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
[[]]
= "futures-task"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
[[]]
= "futures-util"
= "0.3.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
= [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"slab",
]
[[]]
= "memchr"
= "2.8.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
[[]]
= "pin-project-lite"
= "0.2.17"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
[[]]
= "pipecrab"
= "0.6.0"
= [
"pipecrab-core",
"pipecrab-runtime",
]
[[]]
= "pipecrab-core"
= "0.6.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d0e1cf145785088c6bf2f4d5b4508c97e09436f91c0ff2122e5fdf2109c469a4"
[[]]
= "pipecrab-runtime"
= "0.6.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d71041fcc47f0034a2df9a44d2a20c0a287b0e2d9856b315e0d4429bd5ac721f"
= [
"async-trait",
"futures",
"pipecrab-core",
]
[[]]
= "proc-macro2"
= "1.0.106"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.45"
= "registry+https://github.com/rust-lang/crates.io-index"
= "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
= [
"proc-macro2",
]
[[]]
= "slab"
= "0.4.12"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
[[]]
= "syn"
= "2.0.117"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "syn"
= "3.0.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "unicode-ident"
= "1.0.24"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"