]> git.r.bdr.sh - rbdr/olden-mail/blame_incremental - Cargo.lock
Configure linker for aarch64 cross-compile
[rbdr/olden-mail] / Cargo.lock
... / ...
CommitLineData
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anstream"
16version = "0.6.18"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "1.0.10"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
34
35[[package]]
36name = "anstyle-parse"
37version = "0.2.6"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-query"
46version = "1.1.2"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
49dependencies = [
50 "windows-sys",
51]
52
53[[package]]
54name = "anstyle-wincon"
55version = "3.0.7"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
58dependencies = [
59 "anstyle",
60 "once_cell",
61 "windows-sys",
62]
63
64[[package]]
65name = "bitflags"
66version = "2.8.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
69
70[[package]]
71name = "cc"
72version = "1.2.10"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
75dependencies = [
76 "shlex",
77]
78
79[[package]]
80name = "cfg-if"
81version = "1.0.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
84
85[[package]]
86name = "cfg_aliases"
87version = "0.2.1"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
90
91[[package]]
92name = "colorchoice"
93version = "1.0.3"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
96
97[[package]]
98name = "core-foundation"
99version = "0.9.4"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
102dependencies = [
103 "core-foundation-sys",
104 "libc",
105]
106
107[[package]]
108name = "core-foundation-sys"
109version = "0.8.7"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
112
113[[package]]
114name = "ctrlc"
115version = "3.4.5"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
118dependencies = [
119 "nix",
120 "windows-sys",
121]
122
123[[package]]
124name = "env_filter"
125version = "0.1.3"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
128dependencies = [
129 "log",
130 "regex",
131]
132
133[[package]]
134name = "env_logger"
135version = "0.11.6"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
138dependencies = [
139 "anstream",
140 "anstyle",
141 "env_filter",
142 "humantime",
143 "log",
144]
145
146[[package]]
147name = "errno"
148version = "0.3.10"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
151dependencies = [
152 "libc",
153 "windows-sys",
154]
155
156[[package]]
157name = "fastrand"
158version = "2.3.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
161
162[[package]]
163name = "foreign-types"
164version = "0.3.2"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
167dependencies = [
168 "foreign-types-shared",
169]
170
171[[package]]
172name = "foreign-types-shared"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
176
177[[package]]
178name = "getrandom"
179version = "0.2.15"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
182dependencies = [
183 "cfg-if",
184 "libc",
185 "wasi",
186]
187
188[[package]]
189name = "humantime"
190version = "2.1.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
193
194[[package]]
195name = "is_terminal_polyfill"
196version = "1.70.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
199
200[[package]]
201name = "libc"
202version = "0.2.169"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
205
206[[package]]
207name = "linux-raw-sys"
208version = "0.4.15"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
211
212[[package]]
213name = "log"
214version = "0.4.25"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
217
218[[package]]
219name = "memchr"
220version = "2.7.4"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
223
224[[package]]
225name = "native-tls"
226version = "0.2.12"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
229dependencies = [
230 "libc",
231 "log",
232 "openssl",
233 "openssl-probe",
234 "openssl-sys",
235 "schannel",
236 "security-framework",
237 "security-framework-sys",
238 "tempfile",
239]
240
241[[package]]
242name = "nix"
243version = "0.29.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
246dependencies = [
247 "bitflags",
248 "cfg-if",
249 "cfg_aliases",
250 "libc",
251]
252
253[[package]]
254name = "olden-mail"
255version = "1.0.0"
256dependencies = [
257 "ctrlc",
258 "env_logger",
259 "log",
260 "native-tls",
261 "thiserror",
262]
263
264[[package]]
265name = "once_cell"
266version = "1.20.2"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
269
270[[package]]
271name = "openssl"
272version = "0.10.68"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
275dependencies = [
276 "bitflags",
277 "cfg-if",
278 "foreign-types",
279 "libc",
280 "once_cell",
281 "openssl-macros",
282 "openssl-sys",
283]
284
285[[package]]
286name = "openssl-macros"
287version = "0.1.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
290dependencies = [
291 "proc-macro2",
292 "quote",
293 "syn",
294]
295
296[[package]]
297name = "openssl-probe"
298version = "0.1.6"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
301
302[[package]]
303name = "openssl-src"
304version = "300.4.1+3.4.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
307dependencies = [
308 "cc",
309]
310
311[[package]]
312name = "openssl-sys"
313version = "0.9.104"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
316dependencies = [
317 "cc",
318 "libc",
319 "openssl-src",
320 "pkg-config",
321 "vcpkg",
322]
323
324[[package]]
325name = "pkg-config"
326version = "0.3.31"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
329
330[[package]]
331name = "proc-macro2"
332version = "1.0.93"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
335dependencies = [
336 "unicode-ident",
337]
338
339[[package]]
340name = "quote"
341version = "1.0.38"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
344dependencies = [
345 "proc-macro2",
346]
347
348[[package]]
349name = "regex"
350version = "1.11.1"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
353dependencies = [
354 "aho-corasick",
355 "memchr",
356 "regex-automata",
357 "regex-syntax",
358]
359
360[[package]]
361name = "regex-automata"
362version = "0.4.9"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
365dependencies = [
366 "aho-corasick",
367 "memchr",
368 "regex-syntax",
369]
370
371[[package]]
372name = "regex-syntax"
373version = "0.8.5"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
376
377[[package]]
378name = "rustix"
379version = "0.38.44"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
382dependencies = [
383 "bitflags",
384 "errno",
385 "libc",
386 "linux-raw-sys",
387 "windows-sys",
388]
389
390[[package]]
391name = "schannel"
392version = "0.1.27"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
395dependencies = [
396 "windows-sys",
397]
398
399[[package]]
400name = "security-framework"
401version = "2.11.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
404dependencies = [
405 "bitflags",
406 "core-foundation",
407 "core-foundation-sys",
408 "libc",
409 "security-framework-sys",
410]
411
412[[package]]
413name = "security-framework-sys"
414version = "2.14.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
417dependencies = [
418 "core-foundation-sys",
419 "libc",
420]
421
422[[package]]
423name = "shlex"
424version = "1.3.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
427
428[[package]]
429name = "syn"
430version = "2.0.96"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
433dependencies = [
434 "proc-macro2",
435 "quote",
436 "unicode-ident",
437]
438
439[[package]]
440name = "tempfile"
441version = "3.15.0"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
444dependencies = [
445 "cfg-if",
446 "fastrand",
447 "getrandom",
448 "once_cell",
449 "rustix",
450 "windows-sys",
451]
452
453[[package]]
454name = "thiserror"
455version = "2.0.11"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
458dependencies = [
459 "thiserror-impl",
460]
461
462[[package]]
463name = "thiserror-impl"
464version = "2.0.11"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
467dependencies = [
468 "proc-macro2",
469 "quote",
470 "syn",
471]
472
473[[package]]
474name = "unicode-ident"
475version = "1.0.15"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
478
479[[package]]
480name = "utf8parse"
481version = "0.2.2"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
484
485[[package]]
486name = "vcpkg"
487version = "0.2.15"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
490
491[[package]]
492name = "wasi"
493version = "0.11.0+wasi-snapshot-preview1"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
496
497[[package]]
498name = "windows-sys"
499version = "0.59.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
502dependencies = [
503 "windows-targets",
504]
505
506[[package]]
507name = "windows-targets"
508version = "0.52.6"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
511dependencies = [
512 "windows_aarch64_gnullvm",
513 "windows_aarch64_msvc",
514 "windows_i686_gnu",
515 "windows_i686_gnullvm",
516 "windows_i686_msvc",
517 "windows_x86_64_gnu",
518 "windows_x86_64_gnullvm",
519 "windows_x86_64_msvc",
520]
521
522[[package]]
523name = "windows_aarch64_gnullvm"
524version = "0.52.6"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
527
528[[package]]
529name = "windows_aarch64_msvc"
530version = "0.52.6"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
533
534[[package]]
535name = "windows_i686_gnu"
536version = "0.52.6"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
539
540[[package]]
541name = "windows_i686_gnullvm"
542version = "0.52.6"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
545
546[[package]]
547name = "windows_i686_msvc"
548version = "0.52.6"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
551
552[[package]]
553name = "windows_x86_64_gnu"
554version = "0.52.6"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
557
558[[package]]
559name = "windows_x86_64_gnullvm"
560version = "0.52.6"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
563
564[[package]]
565name = "windows_x86_64_msvc"
566version = "0.52.6"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"