]> git.r.bdr.sh - rbdr/olden-mail/blob - Cargo.lock
First approach
[rbdr/olden-mail] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "bitflags"
7 version = "2.8.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
10
11 [[package]]
12 name = "cc"
13 version = "1.2.10"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
16 dependencies = [
17 "shlex",
18 ]
19
20 [[package]]
21 name = "cfg-if"
22 version = "1.0.0"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
25
26 [[package]]
27 name = "core-foundation"
28 version = "0.9.4"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
31 dependencies = [
32 "core-foundation-sys",
33 "libc",
34 ]
35
36 [[package]]
37 name = "core-foundation-sys"
38 version = "0.8.7"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
41
42 [[package]]
43 name = "errno"
44 version = "0.3.10"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
47 dependencies = [
48 "libc",
49 "windows-sys",
50 ]
51
52 [[package]]
53 name = "fastrand"
54 version = "2.3.0"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
57
58 [[package]]
59 name = "foreign-types"
60 version = "0.3.2"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
63 dependencies = [
64 "foreign-types-shared",
65 ]
66
67 [[package]]
68 name = "foreign-types-shared"
69 version = "0.1.1"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
72
73 [[package]]
74 name = "getrandom"
75 version = "0.2.15"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
78 dependencies = [
79 "cfg-if",
80 "libc",
81 "wasi",
82 ]
83
84 [[package]]
85 name = "libc"
86 version = "0.2.169"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
89
90 [[package]]
91 name = "linux-raw-sys"
92 version = "0.4.15"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
95
96 [[package]]
97 name = "log"
98 version = "0.4.25"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
101
102 [[package]]
103 name = "native-tls"
104 version = "0.2.12"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
107 dependencies = [
108 "libc",
109 "log",
110 "openssl",
111 "openssl-probe",
112 "openssl-sys",
113 "schannel",
114 "security-framework",
115 "security-framework-sys",
116 "tempfile",
117 ]
118
119 [[package]]
120 name = "olden-mail"
121 version = "0.1.0"
122 dependencies = [
123 "native-tls",
124 ]
125
126 [[package]]
127 name = "once_cell"
128 version = "1.20.2"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
131
132 [[package]]
133 name = "openssl"
134 version = "0.10.68"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
137 dependencies = [
138 "bitflags",
139 "cfg-if",
140 "foreign-types",
141 "libc",
142 "once_cell",
143 "openssl-macros",
144 "openssl-sys",
145 ]
146
147 [[package]]
148 name = "openssl-macros"
149 version = "0.1.1"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
152 dependencies = [
153 "proc-macro2",
154 "quote",
155 "syn",
156 ]
157
158 [[package]]
159 name = "openssl-probe"
160 version = "0.1.6"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
163
164 [[package]]
165 name = "openssl-sys"
166 version = "0.9.104"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
169 dependencies = [
170 "cc",
171 "libc",
172 "pkg-config",
173 "vcpkg",
174 ]
175
176 [[package]]
177 name = "pkg-config"
178 version = "0.3.31"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
181
182 [[package]]
183 name = "proc-macro2"
184 version = "1.0.93"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
187 dependencies = [
188 "unicode-ident",
189 ]
190
191 [[package]]
192 name = "quote"
193 version = "1.0.38"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
196 dependencies = [
197 "proc-macro2",
198 ]
199
200 [[package]]
201 name = "rustix"
202 version = "0.38.44"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
205 dependencies = [
206 "bitflags",
207 "errno",
208 "libc",
209 "linux-raw-sys",
210 "windows-sys",
211 ]
212
213 [[package]]
214 name = "schannel"
215 version = "0.1.27"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
218 dependencies = [
219 "windows-sys",
220 ]
221
222 [[package]]
223 name = "security-framework"
224 version = "2.11.1"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
227 dependencies = [
228 "bitflags",
229 "core-foundation",
230 "core-foundation-sys",
231 "libc",
232 "security-framework-sys",
233 ]
234
235 [[package]]
236 name = "security-framework-sys"
237 version = "2.14.0"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
240 dependencies = [
241 "core-foundation-sys",
242 "libc",
243 ]
244
245 [[package]]
246 name = "shlex"
247 version = "1.3.0"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
250
251 [[package]]
252 name = "syn"
253 version = "2.0.96"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
256 dependencies = [
257 "proc-macro2",
258 "quote",
259 "unicode-ident",
260 ]
261
262 [[package]]
263 name = "tempfile"
264 version = "3.15.0"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
267 dependencies = [
268 "cfg-if",
269 "fastrand",
270 "getrandom",
271 "once_cell",
272 "rustix",
273 "windows-sys",
274 ]
275
276 [[package]]
277 name = "unicode-ident"
278 version = "1.0.15"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
281
282 [[package]]
283 name = "vcpkg"
284 version = "0.2.15"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
287
288 [[package]]
289 name = "wasi"
290 version = "0.11.0+wasi-snapshot-preview1"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
293
294 [[package]]
295 name = "windows-sys"
296 version = "0.59.0"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
299 dependencies = [
300 "windows-targets",
301 ]
302
303 [[package]]
304 name = "windows-targets"
305 version = "0.52.6"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
308 dependencies = [
309 "windows_aarch64_gnullvm",
310 "windows_aarch64_msvc",
311 "windows_i686_gnu",
312 "windows_i686_gnullvm",
313 "windows_i686_msvc",
314 "windows_x86_64_gnu",
315 "windows_x86_64_gnullvm",
316 "windows_x86_64_msvc",
317 ]
318
319 [[package]]
320 name = "windows_aarch64_gnullvm"
321 version = "0.52.6"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
324
325 [[package]]
326 name = "windows_aarch64_msvc"
327 version = "0.52.6"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
330
331 [[package]]
332 name = "windows_i686_gnu"
333 version = "0.52.6"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
336
337 [[package]]
338 name = "windows_i686_gnullvm"
339 version = "0.52.6"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
342
343 [[package]]
344 name = "windows_i686_msvc"
345 version = "0.52.6"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
348
349 [[package]]
350 name = "windows_x86_64_gnu"
351 version = "0.52.6"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
354
355 [[package]]
356 name = "windows_x86_64_gnullvm"
357 version = "0.52.6"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
360
361 [[package]]
362 name = "windows_x86_64_msvc"
363 version = "0.52.6"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"