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.119",
]
[[]]
= "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.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
[[]]
= "pin-project-lite"
= "0.2.17"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
[[]]
= "pipecrab"
= "0.7.0"
= [
"pipecrab-core",
"pipecrab-runtime",
]
[[]]
= "pipecrab-core"
= "0.7.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3b20a207898d96356c468ecaac3438a39477b39471623ddf1d5b5bebb0843527"
[[]]
= "pipecrab-runtime"
= "0.7.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "069434ce965f1db9e805200aa156050528e67e1d068dec48f9e5379fbc5106d4"
= [
"async-trait",
"futures",
"pipecrab-core",
]
[[]]
= "proc-macro2"
= "1.0.107"
= "registry+https://github.com/rust-lang/crates.io-index"
= "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.47"
= "registry+https://github.com/rust-lang/crates.io-index"
= "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
= [
"proc-macro2",
]
[[]]
= "slab"
= "0.4.12"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
[[]]
= "syn"
= "2.0.119"
= "registry+https://github.com/rust-lang/crates.io-index"
= "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
= [
"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"