1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 3
|
4 |
|
5 | [[package]]
|
6 | name = "addr2line"
|
7 | version = "0.22.0"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
10 | dependencies = [
|
11 | "gimli",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler"
|
16 | version = "1.0.2"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
19 |
|
20 | [[package]]
|
21 | name = "ahash"
|
22 | version = "0.8.11"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
25 | dependencies = [
|
26 | "cfg-if",
|
27 | "once_cell",
|
28 | "version_check",
|
29 | "zerocopy",
|
30 | ]
|
31 |
|
32 | [[package]]
|
33 | name = "allocator-api2"
|
34 | version = "0.2.18"
|
35 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
37 |
|
38 | [[package]]
|
39 | name = "autocfg"
|
40 | version = "1.3.0"
|
41 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
42 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
43 |
|
44 | [[package]]
|
45 | name = "backtrace"
|
46 | version = "0.3.73"
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
48 | checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
49 | dependencies = [
|
50 | "addr2line",
|
51 | "cc",
|
52 | "cfg-if",
|
53 | "libc",
|
54 | "miniz_oxide",
|
55 | "object",
|
56 | "rustc-demangle",
|
57 | ]
|
58 |
|
59 | [[package]]
|
60 | name = "bitflags"
|
61 | version = "2.6.0"
|
62 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
63 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
64 |
|
65 | [[package]]
|
66 | name = "bytes"
|
67 | version = "1.6.1"
|
68 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
69 | checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
70 |
|
71 | [[package]]
|
72 | name = "cc"
|
73 | version = "1.1.6"
|
74 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
75 | checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
76 |
|
77 | [[package]]
|
78 | name = "cfg-if"
|
79 | version = "1.0.0"
|
80 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
81 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
82 |
|
83 | [[package]]
|
84 | name = "email_address"
|
85 | version = "0.2.9"
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
87 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
88 | dependencies = [
|
89 | "serde",
|
90 | ]
|
91 |
|
92 | [[package]]
|
93 | name = "encoding_rs"
|
94 | version = "0.8.34"
|
95 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
96 | checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
97 | dependencies = [
|
98 | "cfg-if",
|
99 | ]
|
100 |
|
101 | [[package]]
|
102 | name = "form_urlencoded"
|
103 | version = "1.2.1"
|
104 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
105 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
106 | dependencies = [
|
107 | "percent-encoding",
|
108 | ]
|
109 |
|
110 | [[package]]
|
111 | name = "futures"
|
112 | version = "0.3.30"
|
113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
114 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
115 | dependencies = [
|
116 | "futures-channel",
|
117 | "futures-core",
|
118 | "futures-executor",
|
119 | "futures-io",
|
120 | "futures-sink",
|
121 | "futures-task",
|
122 | "futures-util",
|
123 | ]
|
124 |
|
125 | [[package]]
|
126 | name = "futures-channel"
|
127 | version = "0.3.30"
|
128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
129 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
130 | dependencies = [
|
131 | "futures-core",
|
132 | "futures-sink",
|
133 | ]
|
134 |
|
135 | [[package]]
|
136 | name = "futures-core"
|
137 | version = "0.3.30"
|
138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
139 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
140 |
|
141 | [[package]]
|
142 | name = "futures-executor"
|
143 | version = "0.3.30"
|
144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
146 | dependencies = [
|
147 | "futures-core",
|
148 | "futures-task",
|
149 | "futures-util",
|
150 | ]
|
151 |
|
152 | [[package]]
|
153 | name = "futures-io"
|
154 | version = "0.3.30"
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
156 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
157 |
|
158 | [[package]]
|
159 | name = "futures-macro"
|
160 | version = "0.3.30"
|
161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
162 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
163 | dependencies = [
|
164 | "proc-macro2",
|
165 | "quote",
|
166 | "syn",
|
167 | ]
|
168 |
|
169 | [[package]]
|
170 | name = "futures-sink"
|
171 | version = "0.3.30"
|
172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
173 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
174 |
|
175 | [[package]]
|
176 | name = "futures-task"
|
177 | version = "0.3.30"
|
178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
179 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
180 |
|
181 | [[package]]
|
182 | name = "futures-util"
|
183 | version = "0.3.30"
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
185 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
186 | dependencies = [
|
187 | "futures-channel",
|
188 | "futures-core",
|
189 | "futures-io",
|
190 | "futures-macro",
|
191 | "futures-sink",
|
192 | "futures-task",
|
193 | "memchr",
|
194 | "pin-project-lite",
|
195 | "pin-utils",
|
196 | "slab",
|
197 | ]
|
198 |
|
199 | [[package]]
|
200 | name = "gimli"
|
201 | version = "0.29.0"
|
202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
203 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
204 |
|
205 | [[package]]
|
206 | name = "hashbrown"
|
207 | version = "0.14.5"
|
208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
209 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
210 | dependencies = [
|
211 | "ahash",
|
212 | "allocator-api2",
|
213 | ]
|
214 |
|
215 | [[package]]
|
216 | name = "hermit-abi"
|
217 | version = "0.3.9"
|
218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
219 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
220 |
|
221 | [[package]]
|
222 | name = "idna"
|
223 | version = "0.5.0"
|
224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
225 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
226 | dependencies = [
|
227 | "unicode-bidi",
|
228 | "unicode-normalization",
|
229 | ]
|
230 |
|
231 | [[package]]
|
232 | name = "lazy_static"
|
233 | version = "1.5.0"
|
234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
236 |
|
237 | [[package]]
|
238 | name = "libc"
|
239 | version = "0.2.155"
|
240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
241 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
242 |
|
243 | [[package]]
|
244 | name = "lock_api"
|
245 | version = "0.4.12"
|
246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
247 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
248 | dependencies = [
|
249 | "autocfg",
|
250 | "scopeguard",
|
251 | ]
|
252 |
|
253 | [[package]]
|
254 | name = "log"
|
255 | version = "0.4.22"
|
256 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
257 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
258 |
|
259 | [[package]]
|
260 | name = "mail-parser"
|
261 | version = "0.9.3"
|
262 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
263 | checksum = "ed5a1335c3a964788c90cb42ae04a34b5f2628e89566949ce3bd4ada695c0bcd"
|
264 | dependencies = [
|
265 | "encoding_rs",
|
266 | "serde",
|
267 | ]
|
268 |
|
269 | [[package]]
|
270 | name = "maitred"
|
271 | version = "0.1.0"
|
272 | dependencies = [
|
273 | "bytes",
|
274 | "email_address",
|
275 | "futures",
|
276 | "mail-parser",
|
277 | "md5",
|
278 | "smtp-proto",
|
279 | "thiserror",
|
280 | "tokio",
|
281 | "tokio-stream",
|
282 | "tokio-util",
|
283 | "tracing",
|
284 | "tracing-subscriber",
|
285 | "url",
|
286 | ]
|
287 |
|
288 | [[package]]
|
289 | name = "maitred-debug"
|
290 | version = "0.1.0"
|
291 | dependencies = [
|
292 | "futures",
|
293 | "maitred",
|
294 | "tokio",
|
295 | "tracing",
|
296 | "tracing-subscriber",
|
297 | ]
|
298 |
|
299 | [[package]]
|
300 | name = "md5"
|
301 | version = "0.7.0"
|
302 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
303 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
304 |
|
305 | [[package]]
|
306 | name = "memchr"
|
307 | version = "2.7.4"
|
308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
309 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
310 |
|
311 | [[package]]
|
312 | name = "miniz_oxide"
|
313 | version = "0.7.4"
|
314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
315 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
316 | dependencies = [
|
317 | "adler",
|
318 | ]
|
319 |
|
320 | [[package]]
|
321 | name = "mio"
|
322 | version = "1.0.1"
|
323 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
324 | checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
325 | dependencies = [
|
326 | "hermit-abi",
|
327 | "libc",
|
328 | "wasi",
|
329 | "windows-sys",
|
330 | ]
|
331 |
|
332 | [[package]]
|
333 | name = "nu-ansi-term"
|
334 | version = "0.46.0"
|
335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
336 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
337 | dependencies = [
|
338 | "overload",
|
339 | "winapi",
|
340 | ]
|
341 |
|
342 | [[package]]
|
343 | name = "object"
|
344 | version = "0.36.2"
|
345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
346 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
347 | dependencies = [
|
348 | "memchr",
|
349 | ]
|
350 |
|
351 | [[package]]
|
352 | name = "once_cell"
|
353 | version = "1.19.0"
|
354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
355 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
356 |
|
357 | [[package]]
|
358 | name = "overload"
|
359 | version = "0.1.1"
|
360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
361 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
362 |
|
363 | [[package]]
|
364 | name = "parking_lot"
|
365 | version = "0.12.3"
|
366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
367 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
368 | dependencies = [
|
369 | "lock_api",
|
370 | "parking_lot_core",
|
371 | ]
|
372 |
|
373 | [[package]]
|
374 | name = "parking_lot_core"
|
375 | version = "0.9.10"
|
376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
377 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
378 | dependencies = [
|
379 | "cfg-if",
|
380 | "libc",
|
381 | "redox_syscall",
|
382 | "smallvec",
|
383 | "windows-targets",
|
384 | ]
|
385 |
|
386 | [[package]]
|
387 | name = "percent-encoding"
|
388 | version = "2.3.1"
|
389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
390 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
391 |
|
392 | [[package]]
|
393 | name = "pin-project-lite"
|
394 | version = "0.2.14"
|
395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
396 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
397 |
|
398 | [[package]]
|
399 | name = "pin-utils"
|
400 | version = "0.1.0"
|
401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
402 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
403 |
|
404 | [[package]]
|
405 | name = "proc-macro2"
|
406 | version = "1.0.86"
|
407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
408 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
409 | dependencies = [
|
410 | "unicode-ident",
|
411 | ]
|
412 |
|
413 | [[package]]
|
414 | name = "quote"
|
415 | version = "1.0.36"
|
416 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
417 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
418 | dependencies = [
|
419 | "proc-macro2",
|
420 | ]
|
421 |
|
422 | [[package]]
|
423 | name = "redox_syscall"
|
424 | version = "0.5.3"
|
425 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
426 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
427 | dependencies = [
|
428 | "bitflags",
|
429 | ]
|
430 |
|
431 | [[package]]
|
432 | name = "rustc-demangle"
|
433 | version = "0.1.24"
|
434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
435 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
436 |
|
437 | [[package]]
|
438 | name = "scopeguard"
|
439 | version = "1.2.0"
|
440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
441 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
442 |
|
443 | [[package]]
|
444 | name = "serde"
|
445 | version = "1.0.204"
|
446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
447 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
448 | dependencies = [
|
449 | "serde_derive",
|
450 | ]
|
451 |
|
452 | [[package]]
|
453 | name = "serde_derive"
|
454 | version = "1.0.204"
|
455 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
456 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
457 | dependencies = [
|
458 | "proc-macro2",
|
459 | "quote",
|
460 | "syn",
|
461 | ]
|
462 |
|
463 | [[package]]
|
464 | name = "sharded-slab"
|
465 | version = "0.1.7"
|
466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
467 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
468 | dependencies = [
|
469 | "lazy_static",
|
470 | ]
|
471 |
|
472 | [[package]]
|
473 | name = "signal-hook-registry"
|
474 | version = "1.4.2"
|
475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
476 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
477 | dependencies = [
|
478 | "libc",
|
479 | ]
|
480 |
|
481 | [[package]]
|
482 | name = "slab"
|
483 | version = "0.4.9"
|
484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
485 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
486 | dependencies = [
|
487 | "autocfg",
|
488 | ]
|
489 |
|
490 | [[package]]
|
491 | name = "smallvec"
|
492 | version = "1.13.2"
|
493 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
494 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
495 |
|
496 | [[package]]
|
497 | name = "smtp-proto"
|
498 | version = "0.1.5"
|
499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
500 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
|
501 | dependencies = [
|
502 | "serde",
|
503 | ]
|
504 |
|
505 | [[package]]
|
506 | name = "socket2"
|
507 | version = "0.5.7"
|
508 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
509 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
510 | dependencies = [
|
511 | "libc",
|
512 | "windows-sys",
|
513 | ]
|
514 |
|
515 | [[package]]
|
516 | name = "syn"
|
517 | version = "2.0.72"
|
518 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
519 | checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
520 | dependencies = [
|
521 | "proc-macro2",
|
522 | "quote",
|
523 | "unicode-ident",
|
524 | ]
|
525 |
|
526 | [[package]]
|
527 | name = "thiserror"
|
528 | version = "1.0.63"
|
529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
530 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
531 | dependencies = [
|
532 | "thiserror-impl",
|
533 | ]
|
534 |
|
535 | [[package]]
|
536 | name = "thiserror-impl"
|
537 | version = "1.0.63"
|
538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
539 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
540 | dependencies = [
|
541 | "proc-macro2",
|
542 | "quote",
|
543 | "syn",
|
544 | ]
|
545 |
|
546 | [[package]]
|
547 | name = "thread_local"
|
548 | version = "1.1.8"
|
549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
550 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
551 | dependencies = [
|
552 | "cfg-if",
|
553 | "once_cell",
|
554 | ]
|
555 |
|
556 | [[package]]
|
557 | name = "tinyvec"
|
558 | version = "1.8.0"
|
559 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
560 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
561 | dependencies = [
|
562 | "tinyvec_macros",
|
563 | ]
|
564 |
|
565 | [[package]]
|
566 | name = "tinyvec_macros"
|
567 | version = "0.1.1"
|
568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
569 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
570 |
|
571 | [[package]]
|
572 | name = "tokio"
|
573 | version = "1.39.2"
|
574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
575 | checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
576 | dependencies = [
|
577 | "backtrace",
|
578 | "bytes",
|
579 | "libc",
|
580 | "mio",
|
581 | "parking_lot",
|
582 | "pin-project-lite",
|
583 | "signal-hook-registry",
|
584 | "socket2",
|
585 | "tokio-macros",
|
586 | "windows-sys",
|
587 | ]
|
588 |
|
589 | [[package]]
|
590 | name = "tokio-macros"
|
591 | version = "2.4.0"
|
592 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
593 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
594 | dependencies = [
|
595 | "proc-macro2",
|
596 | "quote",
|
597 | "syn",
|
598 | ]
|
599 |
|
600 | [[package]]
|
601 | name = "tokio-stream"
|
602 | version = "0.1.15"
|
603 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
604 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
605 | dependencies = [
|
606 | "futures-core",
|
607 | "pin-project-lite",
|
608 | "tokio",
|
609 | "tokio-util",
|
610 | ]
|
611 |
|
612 | [[package]]
|
613 | name = "tokio-util"
|
614 | version = "0.7.11"
|
615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
616 | checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
617 | dependencies = [
|
618 | "bytes",
|
619 | "futures-core",
|
620 | "futures-io",
|
621 | "futures-sink",
|
622 | "futures-util",
|
623 | "hashbrown",
|
624 | "pin-project-lite",
|
625 | "slab",
|
626 | "tokio",
|
627 | ]
|
628 |
|
629 | [[package]]
|
630 | name = "tracing"
|
631 | version = "0.1.40"
|
632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
634 | dependencies = [
|
635 | "log",
|
636 | "pin-project-lite",
|
637 | "tracing-attributes",
|
638 | "tracing-core",
|
639 | ]
|
640 |
|
641 | [[package]]
|
642 | name = "tracing-attributes"
|
643 | version = "0.1.27"
|
644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
645 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
646 | dependencies = [
|
647 | "proc-macro2",
|
648 | "quote",
|
649 | "syn",
|
650 | ]
|
651 |
|
652 | [[package]]
|
653 | name = "tracing-core"
|
654 | version = "0.1.32"
|
655 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
656 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
657 | dependencies = [
|
658 | "once_cell",
|
659 | "valuable",
|
660 | ]
|
661 |
|
662 | [[package]]
|
663 | name = "tracing-log"
|
664 | version = "0.2.0"
|
665 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
666 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
667 | dependencies = [
|
668 | "log",
|
669 | "once_cell",
|
670 | "tracing-core",
|
671 | ]
|
672 |
|
673 | [[package]]
|
674 | name = "tracing-subscriber"
|
675 | version = "0.3.18"
|
676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
677 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
678 | dependencies = [
|
679 | "nu-ansi-term",
|
680 | "sharded-slab",
|
681 | "smallvec",
|
682 | "thread_local",
|
683 | "tracing-core",
|
684 | "tracing-log",
|
685 | ]
|
686 |
|
687 | [[package]]
|
688 | name = "unicode-bidi"
|
689 | version = "0.3.15"
|
690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
691 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
692 |
|
693 | [[package]]
|
694 | name = "unicode-ident"
|
695 | version = "1.0.12"
|
696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
697 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
698 |
|
699 | [[package]]
|
700 | name = "unicode-normalization"
|
701 | version = "0.1.23"
|
702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
703 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
704 | dependencies = [
|
705 | "tinyvec",
|
706 | ]
|
707 |
|
708 | [[package]]
|
709 | name = "url"
|
710 | version = "2.5.2"
|
711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
712 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
713 | dependencies = [
|
714 | "form_urlencoded",
|
715 | "idna",
|
716 | "percent-encoding",
|
717 | ]
|
718 |
|
719 | [[package]]
|
720 | name = "valuable"
|
721 | version = "0.1.0"
|
722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
723 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
724 |
|
725 | [[package]]
|
726 | name = "version_check"
|
727 | version = "0.9.5"
|
728 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
729 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
730 |
|
731 | [[package]]
|
732 | name = "wasi"
|
733 | version = "0.11.0+wasi-snapshot-preview1"
|
734 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
735 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
736 |
|
737 | [[package]]
|
738 | name = "winapi"
|
739 | version = "0.3.9"
|
740 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
741 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
742 | dependencies = [
|
743 | "winapi-i686-pc-windows-gnu",
|
744 | "winapi-x86_64-pc-windows-gnu",
|
745 | ]
|
746 |
|
747 | [[package]]
|
748 | name = "winapi-i686-pc-windows-gnu"
|
749 | version = "0.4.0"
|
750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
751 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
752 |
|
753 | [[package]]
|
754 | name = "winapi-x86_64-pc-windows-gnu"
|
755 | version = "0.4.0"
|
756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
757 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
758 |
|
759 | [[package]]
|
760 | name = "windows-sys"
|
761 | version = "0.52.0"
|
762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
763 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
764 | dependencies = [
|
765 | "windows-targets",
|
766 | ]
|
767 |
|
768 | [[package]]
|
769 | name = "windows-targets"
|
770 | version = "0.52.6"
|
771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
772 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
773 | dependencies = [
|
774 | "windows_aarch64_gnullvm",
|
775 | "windows_aarch64_msvc",
|
776 | "windows_i686_gnu",
|
777 | "windows_i686_gnullvm",
|
778 | "windows_i686_msvc",
|
779 | "windows_x86_64_gnu",
|
780 | "windows_x86_64_gnullvm",
|
781 | "windows_x86_64_msvc",
|
782 | ]
|
783 |
|
784 | [[package]]
|
785 | name = "windows_aarch64_gnullvm"
|
786 | version = "0.52.6"
|
787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
788 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
789 |
|
790 | [[package]]
|
791 | name = "windows_aarch64_msvc"
|
792 | version = "0.52.6"
|
793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
794 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
795 |
|
796 | [[package]]
|
797 | name = "windows_i686_gnu"
|
798 | version = "0.52.6"
|
799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
800 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
801 |
|
802 | [[package]]
|
803 | name = "windows_i686_gnullvm"
|
804 | version = "0.52.6"
|
805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
806 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
807 |
|
808 | [[package]]
|
809 | name = "windows_i686_msvc"
|
810 | version = "0.52.6"
|
811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
812 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
813 |
|
814 | [[package]]
|
815 | name = "windows_x86_64_gnu"
|
816 | version = "0.52.6"
|
817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
818 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
819 |
|
820 | [[package]]
|
821 | name = "windows_x86_64_gnullvm"
|
822 | version = "0.52.6"
|
823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
824 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
825 |
|
826 | [[package]]
|
827 | name = "windows_x86_64_msvc"
|
828 | version = "0.52.6"
|
829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
830 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
831 |
|
832 | [[package]]
|
833 | name = "zerocopy"
|
834 | version = "0.7.35"
|
835 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
836 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
837 | dependencies = [
|
838 | "zerocopy-derive",
|
839 | ]
|
840 |
|
841 | [[package]]
|
842 | name = "zerocopy-derive"
|
843 | version = "0.7.35"
|
844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
845 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
846 | dependencies = [
|
847 | "proc-macro2",
|
848 | "quote",
|
849 | "syn",
|
850 | ]
|