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