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