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