1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 4
|
4 |
|
5 | [[package]]
|
6 | name = "addr2line"
|
7 | version = "0.22.0"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
10 | dependencies = [
|
11 | "gimli",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler"
|
16 | version = "1.0.2"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
19 |
|
20 | [[package]]
|
21 | name = "adler2"
|
22 | version = "2.0.0"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
25 |
|
26 | [[package]]
|
27 | name = "aes"
|
28 | version = "0.8.4"
|
29 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
30 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
31 | dependencies = [
|
32 | "cfg-if",
|
33 | "cipher",
|
34 | "cpufeatures",
|
35 | ]
|
36 |
|
37 | [[package]]
|
38 | name = "ahash"
|
39 | version = "0.8.11"
|
40 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
41 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
42 | dependencies = [
|
43 | "cfg-if",
|
44 | "getrandom",
|
45 | "once_cell",
|
46 | "version_check",
|
47 | "zerocopy",
|
48 | ]
|
49 |
|
50 | [[package]]
|
51 | name = "aho-corasick"
|
52 | version = "1.1.3"
|
53 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
54 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
55 | dependencies = [
|
56 | "memchr",
|
57 | ]
|
58 |
|
59 | [[package]]
|
60 | name = "allocator-api2"
|
61 | version = "0.2.21"
|
62 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
63 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
64 |
|
65 | [[package]]
|
66 | name = "anstream"
|
67 | version = "0.6.15"
|
68 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
69 | checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
70 | dependencies = [
|
71 | "anstyle",
|
72 | "anstyle-parse",
|
73 | "anstyle-query",
|
74 | "anstyle-wincon",
|
75 | "colorchoice",
|
76 | "is_terminal_polyfill",
|
77 | "utf8parse",
|
78 | ]
|
79 |
|
80 | [[package]]
|
81 | name = "anstyle"
|
82 | version = "1.0.8"
|
83 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
84 | checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
85 |
|
86 | [[package]]
|
87 | name = "anstyle-parse"
|
88 | version = "0.2.5"
|
89 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
90 | checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
91 | dependencies = [
|
92 | "utf8parse",
|
93 | ]
|
94 |
|
95 | [[package]]
|
96 | name = "anstyle-query"
|
97 | version = "1.1.1"
|
98 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
99 | checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
100 | dependencies = [
|
101 | "windows-sys 0.52.0",
|
102 | ]
|
103 |
|
104 | [[package]]
|
105 | name = "anstyle-wincon"
|
106 | version = "3.0.4"
|
107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
108 | checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
109 | dependencies = [
|
110 | "anstyle",
|
111 | "windows-sys 0.52.0",
|
112 | ]
|
113 |
|
114 | [[package]]
|
115 | name = "arbitrary"
|
116 | version = "1.3.2"
|
117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
118 | checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
119 | dependencies = [
|
120 | "derive_arbitrary",
|
121 | ]
|
122 |
|
123 | [[package]]
|
124 | name = "async-trait"
|
125 | version = "0.1.83"
|
126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
127 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
128 | dependencies = [
|
129 | "proc-macro2",
|
130 | "quote",
|
131 | "syn",
|
132 | ]
|
133 |
|
134 | [[package]]
|
135 | name = "autocfg"
|
136 | version = "1.3.0"
|
137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
138 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
139 |
|
140 | [[package]]
|
141 | name = "aws-lc-rs"
|
142 | version = "1.9.0"
|
143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
144 | checksum = "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070"
|
145 | dependencies = [
|
146 | "aws-lc-sys",
|
147 | "mirai-annotations",
|
148 | "paste",
|
149 | "zeroize",
|
150 | ]
|
151 |
|
152 | [[package]]
|
153 | name = "aws-lc-sys"
|
154 | version = "0.21.1"
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
156 | checksum = "234314bd569802ec87011d653d6815c6d7b9ffb969e9fee5b8b20ef860e8dce9"
|
157 | dependencies = [
|
158 | "bindgen",
|
159 | "cc",
|
160 | "cmake",
|
161 | "dunce",
|
162 | "fs_extra",
|
163 | "libc",
|
164 | "paste",
|
165 | ]
|
166 |
|
167 | [[package]]
|
168 | name = "backtrace"
|
169 | version = "0.3.73"
|
170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
171 | checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
172 | dependencies = [
|
173 | "addr2line",
|
174 | "cc",
|
175 | "cfg-if",
|
176 | "libc",
|
177 | "miniz_oxide 0.7.4",
|
178 | "object",
|
179 | "rustc-demangle",
|
180 | ]
|
181 |
|
182 | [[package]]
|
183 | name = "base64"
|
184 | version = "0.21.7"
|
185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
186 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
187 |
|
188 | [[package]]
|
189 | name = "base64"
|
190 | version = "0.22.1"
|
191 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
192 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
193 |
|
194 | [[package]]
|
195 | name = "base64ct"
|
196 | version = "1.6.0"
|
197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
198 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
199 |
|
200 | [[package]]
|
201 | name = "bindgen"
|
202 | version = "0.69.4"
|
203 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
204 | checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
205 | dependencies = [
|
206 | "bitflags",
|
207 | "cexpr",
|
208 | "clang-sys",
|
209 | "itertools",
|
210 | "lazy_static",
|
211 | "lazycell",
|
212 | "log",
|
213 | "prettyplease",
|
214 | "proc-macro2",
|
215 | "quote",
|
216 | "regex",
|
217 | "rustc-hash",
|
218 | "shlex",
|
219 | "syn",
|
220 | "which",
|
221 | ]
|
222 |
|
223 | [[package]]
|
224 | name = "bitflags"
|
225 | version = "2.6.0"
|
226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
227 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
228 |
|
229 | [[package]]
|
230 | name = "block-buffer"
|
231 | version = "0.10.4"
|
232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
233 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
234 | dependencies = [
|
235 | "generic-array",
|
236 | ]
|
237 |
|
238 | [[package]]
|
239 | name = "bumpalo"
|
240 | version = "3.16.0"
|
241 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
242 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
243 |
|
244 | [[package]]
|
245 | name = "byteorder"
|
246 | version = "1.5.0"
|
247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
248 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
249 |
|
250 | [[package]]
|
251 | name = "bytes"
|
252 | version = "1.8.0"
|
253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
254 | checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
255 |
|
256 | [[package]]
|
257 | name = "bzip2"
|
258 | version = "0.4.4"
|
259 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
260 | checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
261 | dependencies = [
|
262 | "bzip2-sys",
|
263 | "libc",
|
264 | ]
|
265 |
|
266 | [[package]]
|
267 | name = "bzip2-sys"
|
268 | version = "0.1.11+1.0.8"
|
269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 | checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
271 | dependencies = [
|
272 | "cc",
|
273 | "libc",
|
274 | "pkg-config",
|
275 | ]
|
276 |
|
277 | [[package]]
|
278 | name = "cc"
|
279 | version = "1.2.5"
|
280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
281 | checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
|
282 | dependencies = [
|
283 | "jobserver",
|
284 | "libc",
|
285 | "shlex",
|
286 | ]
|
287 |
|
288 | [[package]]
|
289 | name = "cexpr"
|
290 | version = "0.6.0"
|
291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
292 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
293 | dependencies = [
|
294 | "nom",
|
295 | ]
|
296 |
|
297 | [[package]]
|
298 | name = "cfg-if"
|
299 | version = "1.0.0"
|
300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
301 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
302 |
|
303 | [[package]]
|
304 | name = "charset"
|
305 | version = "0.1.5"
|
306 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
307 | checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
|
308 | dependencies = [
|
309 | "base64 0.22.1",
|
310 | "encoding_rs",
|
311 | ]
|
312 |
|
313 | [[package]]
|
314 | name = "chumsky"
|
315 | version = "0.9.3"
|
316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
317 | checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
|
318 | dependencies = [
|
319 | "hashbrown",
|
320 | "stacker",
|
321 | ]
|
322 |
|
323 | [[package]]
|
324 | name = "cipher"
|
325 | version = "0.4.4"
|
326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
327 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
328 | dependencies = [
|
329 | "crypto-common",
|
330 | "inout",
|
331 | ]
|
332 |
|
333 | [[package]]
|
334 | name = "clang-sys"
|
335 | version = "1.8.1"
|
336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
337 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
338 | dependencies = [
|
339 | "glob",
|
340 | "libc",
|
341 | "libloading",
|
342 | ]
|
343 |
|
344 | [[package]]
|
345 | name = "clap"
|
346 | version = "4.5.20"
|
347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
348 | checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
349 | dependencies = [
|
350 | "clap_builder",
|
351 | "clap_derive",
|
352 | ]
|
353 |
|
354 | [[package]]
|
355 | name = "clap_builder"
|
356 | version = "4.5.20"
|
357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
358 | checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
359 | dependencies = [
|
360 | "anstream",
|
361 | "anstyle",
|
362 | "clap_lex",
|
363 | "strsim",
|
364 | ]
|
365 |
|
366 | [[package]]
|
367 | name = "clap_derive"
|
368 | version = "4.5.18"
|
369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
370 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
371 | dependencies = [
|
372 | "heck 0.5.0",
|
373 | "proc-macro2",
|
374 | "quote",
|
375 | "syn",
|
376 | ]
|
377 |
|
378 | [[package]]
|
379 | name = "clap_lex"
|
380 | version = "0.7.2"
|
381 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
382 | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
383 |
|
384 | [[package]]
|
385 | name = "cmake"
|
386 | version = "0.1.51"
|
387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
388 | checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
|
389 | dependencies = [
|
390 | "cc",
|
391 | ]
|
392 |
|
393 | [[package]]
|
394 | name = "colorchoice"
|
395 | version = "1.0.2"
|
396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
397 | checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
398 |
|
399 | [[package]]
|
400 | name = "const-oid"
|
401 | version = "0.9.6"
|
402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
403 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
404 |
|
405 | [[package]]
|
406 | name = "constant_time_eq"
|
407 | version = "0.3.1"
|
408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
409 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
410 |
|
411 | [[package]]
|
412 | name = "cpufeatures"
|
413 | version = "0.2.13"
|
414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
415 | checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
|
416 | dependencies = [
|
417 | "libc",
|
418 | ]
|
419 |
|
420 | [[package]]
|
421 | name = "crc"
|
422 | version = "3.2.1"
|
423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
424 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
425 | dependencies = [
|
426 | "crc-catalog",
|
427 | ]
|
428 |
|
429 | [[package]]
|
430 | name = "crc-catalog"
|
431 | version = "2.4.0"
|
432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
433 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
434 |
|
435 | [[package]]
|
436 | name = "crc32fast"
|
437 | version = "1.4.2"
|
438 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
439 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
440 | dependencies = [
|
441 | "cfg-if",
|
442 | ]
|
443 |
|
444 | [[package]]
|
445 | name = "crossbeam-deque"
|
446 | version = "0.8.5"
|
447 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
448 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
449 | dependencies = [
|
450 | "crossbeam-epoch",
|
451 | "crossbeam-utils",
|
452 | ]
|
453 |
|
454 | [[package]]
|
455 | name = "crossbeam-epoch"
|
456 | version = "0.9.18"
|
457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
458 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
459 | dependencies = [
|
460 | "crossbeam-utils",
|
461 | ]
|
462 |
|
463 | [[package]]
|
464 | name = "crossbeam-utils"
|
465 | version = "0.8.20"
|
466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
467 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
468 |
|
469 | [[package]]
|
470 | name = "crypto-common"
|
471 | version = "0.1.6"
|
472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
473 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
474 | dependencies = [
|
475 | "generic-array",
|
476 | "typenum",
|
477 | ]
|
478 |
|
479 | [[package]]
|
480 | name = "curve25519-dalek"
|
481 | version = "4.1.3"
|
482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
483 | checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
484 | dependencies = [
|
485 | "cfg-if",
|
486 | "cpufeatures",
|
487 | "curve25519-dalek-derive",
|
488 | "digest",
|
489 | "fiat-crypto",
|
490 | "rustc_version",
|
491 | "subtle",
|
492 | "zeroize",
|
493 | ]
|
494 |
|
495 | [[package]]
|
496 | name = "curve25519-dalek-derive"
|
497 | version = "0.1.1"
|
498 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
499 | checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
500 | dependencies = [
|
501 | "proc-macro2",
|
502 | "quote",
|
503 | "syn",
|
504 | ]
|
505 |
|
506 | [[package]]
|
507 | name = "data-encoding"
|
508 | version = "2.6.0"
|
509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
510 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
511 |
|
512 | [[package]]
|
513 | name = "deflate64"
|
514 | version = "0.1.9"
|
515 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
516 | checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
517 |
|
518 | [[package]]
|
519 | name = "der"
|
520 | version = "0.7.9"
|
521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
522 | checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
523 | dependencies = [
|
524 | "const-oid",
|
525 | "pem-rfc7468",
|
526 | "zeroize",
|
527 | ]
|
528 |
|
529 | [[package]]
|
530 | name = "deranged"
|
531 | version = "0.3.11"
|
532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
533 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
534 | dependencies = [
|
535 | "powerfmt",
|
536 | ]
|
537 |
|
538 | [[package]]
|
539 | name = "derive_arbitrary"
|
540 | version = "1.3.2"
|
541 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
542 | checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
543 | dependencies = [
|
544 | "proc-macro2",
|
545 | "quote",
|
546 | "syn",
|
547 | ]
|
548 |
|
549 | [[package]]
|
550 | name = "digest"
|
551 | version = "0.10.7"
|
552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
553 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
554 | dependencies = [
|
555 | "block-buffer",
|
556 | "const-oid",
|
557 | "crypto-common",
|
558 | "subtle",
|
559 | ]
|
560 |
|
561 | [[package]]
|
562 | name = "displaydoc"
|
563 | version = "0.2.5"
|
564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
565 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
566 | dependencies = [
|
567 | "proc-macro2",
|
568 | "quote",
|
569 | "syn",
|
570 | ]
|
571 |
|
572 | [[package]]
|
573 | name = "dunce"
|
574 | version = "1.0.5"
|
575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
576 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
577 |
|
578 | [[package]]
|
579 | name = "ed25519"
|
580 | version = "2.2.3"
|
581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
582 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
583 | dependencies = [
|
584 | "pkcs8",
|
585 | "signature",
|
586 | ]
|
587 |
|
588 | [[package]]
|
589 | name = "ed25519-dalek"
|
590 | version = "2.1.1"
|
591 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
592 | checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
593 | dependencies = [
|
594 | "curve25519-dalek",
|
595 | "ed25519",
|
596 | "serde",
|
597 | "sha2",
|
598 | "subtle",
|
599 | "zeroize",
|
600 | ]
|
601 |
|
602 | [[package]]
|
603 | name = "either"
|
604 | version = "1.13.0"
|
605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
606 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
607 |
|
608 | [[package]]
|
609 | name = "email-encoding"
|
610 | version = "0.3.1"
|
611 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
612 | checksum = "ea3d894bbbab314476b265f9b2d46bf24b123a36dd0e96b06a1b49545b9d9dcc"
|
613 | dependencies = [
|
614 | "base64 0.22.1",
|
615 | "memchr",
|
616 | ]
|
617 |
|
618 | [[package]]
|
619 | name = "email_address"
|
620 | version = "0.2.9"
|
621 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
622 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
623 | dependencies = [
|
624 | "serde",
|
625 | ]
|
626 |
|
627 | [[package]]
|
628 | name = "encoding_rs"
|
629 | version = "0.8.34"
|
630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
631 | checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
632 | dependencies = [
|
633 | "cfg-if",
|
634 | ]
|
635 |
|
636 | [[package]]
|
637 | name = "enum-as-inner"
|
638 | version = "0.6.0"
|
639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
640 | checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
|
641 | dependencies = [
|
642 | "heck 0.4.1",
|
643 | "proc-macro2",
|
644 | "quote",
|
645 | "syn",
|
646 | ]
|
647 |
|
648 | [[package]]
|
649 | name = "equivalent"
|
650 | version = "1.0.1"
|
651 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
652 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
653 |
|
654 | [[package]]
|
655 | name = "errno"
|
656 | version = "0.3.9"
|
657 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
658 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
659 | dependencies = [
|
660 | "libc",
|
661 | "windows-sys 0.52.0",
|
662 | ]
|
663 |
|
664 | [[package]]
|
665 | name = "fastrand"
|
666 | version = "2.3.0"
|
667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
668 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
669 |
|
670 | [[package]]
|
671 | name = "fiat-crypto"
|
672 | version = "0.2.9"
|
673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
674 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
675 |
|
676 | [[package]]
|
677 | name = "flate2"
|
678 | version = "1.0.33"
|
679 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
680 | checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
|
681 | dependencies = [
|
682 | "crc32fast",
|
683 | "miniz_oxide 0.8.0",
|
684 | ]
|
685 |
|
686 | [[package]]
|
687 | name = "form_urlencoded"
|
688 | version = "1.2.1"
|
689 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
690 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
691 | dependencies = [
|
692 | "percent-encoding",
|
693 | ]
|
694 |
|
695 | [[package]]
|
696 | name = "fs_extra"
|
697 | version = "1.3.0"
|
698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
699 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
700 |
|
701 | [[package]]
|
702 | name = "futures"
|
703 | version = "0.3.31"
|
704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
705 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
706 | dependencies = [
|
707 | "futures-channel",
|
708 | "futures-core",
|
709 | "futures-executor",
|
710 | "futures-io",
|
711 | "futures-sink",
|
712 | "futures-task",
|
713 | "futures-util",
|
714 | ]
|
715 |
|
716 | [[package]]
|
717 | name = "futures-channel"
|
718 | version = "0.3.31"
|
719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
720 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
721 | dependencies = [
|
722 | "futures-core",
|
723 | "futures-sink",
|
724 | ]
|
725 |
|
726 | [[package]]
|
727 | name = "futures-core"
|
728 | version = "0.3.31"
|
729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
730 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
731 |
|
732 | [[package]]
|
733 | name = "futures-executor"
|
734 | version = "0.3.31"
|
735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
736 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
737 | dependencies = [
|
738 | "futures-core",
|
739 | "futures-task",
|
740 | "futures-util",
|
741 | ]
|
742 |
|
743 | [[package]]
|
744 | name = "futures-io"
|
745 | version = "0.3.31"
|
746 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
747 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
748 |
|
749 | [[package]]
|
750 | name = "futures-macro"
|
751 | version = "0.3.31"
|
752 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
753 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
754 | dependencies = [
|
755 | "proc-macro2",
|
756 | "quote",
|
757 | "syn",
|
758 | ]
|
759 |
|
760 | [[package]]
|
761 | name = "futures-sink"
|
762 | version = "0.3.31"
|
763 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
764 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
765 |
|
766 | [[package]]
|
767 | name = "futures-task"
|
768 | version = "0.3.31"
|
769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
770 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
771 |
|
772 | [[package]]
|
773 | name = "futures-util"
|
774 | version = "0.3.31"
|
775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
776 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
777 | dependencies = [
|
778 | "futures-channel",
|
779 | "futures-core",
|
780 | "futures-io",
|
781 | "futures-macro",
|
782 | "futures-sink",
|
783 | "futures-task",
|
784 | "memchr",
|
785 | "pin-project-lite",
|
786 | "pin-utils",
|
787 | "slab",
|
788 | ]
|
789 |
|
790 | [[package]]
|
791 | name = "generic-array"
|
792 | version = "0.14.7"
|
793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
794 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
795 | dependencies = [
|
796 | "typenum",
|
797 | "version_check",
|
798 | ]
|
799 |
|
800 | [[package]]
|
801 | name = "gethostname"
|
802 | version = "0.2.3"
|
803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
804 | checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
805 | dependencies = [
|
806 | "libc",
|
807 | "winapi",
|
808 | ]
|
809 |
|
810 | [[package]]
|
811 | name = "gethostname"
|
812 | version = "0.4.3"
|
813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
814 | checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
815 | dependencies = [
|
816 | "libc",
|
817 | "windows-targets 0.48.5",
|
818 | ]
|
819 |
|
820 | [[package]]
|
821 | name = "getrandom"
|
822 | version = "0.2.15"
|
823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
824 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
825 | dependencies = [
|
826 | "cfg-if",
|
827 | "libc",
|
828 | "wasi",
|
829 | ]
|
830 |
|
831 | [[package]]
|
832 | name = "gimli"
|
833 | version = "0.29.0"
|
834 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
835 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
836 |
|
837 | [[package]]
|
838 | name = "glob"
|
839 | version = "0.3.1"
|
840 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
841 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
842 |
|
843 | [[package]]
|
844 | name = "hashbrown"
|
845 | version = "0.14.5"
|
846 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
847 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
848 | dependencies = [
|
849 | "ahash",
|
850 | "allocator-api2",
|
851 | ]
|
852 |
|
853 | [[package]]
|
854 | name = "heck"
|
855 | version = "0.4.1"
|
856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
857 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
858 |
|
859 | [[package]]
|
860 | name = "heck"
|
861 | version = "0.5.0"
|
862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
863 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
864 |
|
865 | [[package]]
|
866 | name = "hermit-abi"
|
867 | version = "0.3.9"
|
868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
869 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
870 |
|
871 | [[package]]
|
872 | name = "hickory-proto"
|
873 | version = "0.24.1"
|
874 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
875 | checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
|
876 | dependencies = [
|
877 | "async-trait",
|
878 | "cfg-if",
|
879 | "data-encoding",
|
880 | "enum-as-inner",
|
881 | "futures-channel",
|
882 | "futures-io",
|
883 | "futures-util",
|
884 | "idna 0.4.0",
|
885 | "ipnet",
|
886 | "once_cell",
|
887 | "rand",
|
888 | "ring 0.16.20",
|
889 | "rustls 0.21.12",
|
890 | "rustls-pemfile 1.0.4",
|
891 | "thiserror",
|
892 | "tinyvec",
|
893 | "tokio",
|
894 | "tokio-rustls 0.24.1",
|
895 | "tracing",
|
896 | "url",
|
897 | ]
|
898 |
|
899 | [[package]]
|
900 | name = "hickory-resolver"
|
901 | version = "0.24.2"
|
902 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
903 | checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4"
|
904 | dependencies = [
|
905 | "cfg-if",
|
906 | "futures-util",
|
907 | "hickory-proto",
|
908 | "ipconfig",
|
909 | "lru-cache",
|
910 | "once_cell",
|
911 | "parking_lot",
|
912 | "rand",
|
913 | "resolv-conf",
|
914 | "rustls 0.21.12",
|
915 | "smallvec",
|
916 | "thiserror",
|
917 | "tokio",
|
918 | "tokio-rustls 0.24.1",
|
919 | "tracing",
|
920 | ]
|
921 |
|
922 | [[package]]
|
923 | name = "hmac"
|
924 | version = "0.12.1"
|
925 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
926 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
927 | dependencies = [
|
928 | "digest",
|
929 | ]
|
930 |
|
931 | [[package]]
|
932 | name = "home"
|
933 | version = "0.5.9"
|
934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
935 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
936 | dependencies = [
|
937 | "windows-sys 0.52.0",
|
938 | ]
|
939 |
|
940 | [[package]]
|
941 | name = "hostname"
|
942 | version = "0.3.1"
|
943 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
944 | checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
945 | dependencies = [
|
946 | "libc",
|
947 | "match_cfg",
|
948 | "winapi",
|
949 | ]
|
950 |
|
951 | [[package]]
|
952 | name = "hostname"
|
953 | version = "0.4.0"
|
954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
955 | checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
|
956 | dependencies = [
|
957 | "cfg-if",
|
958 | "libc",
|
959 | "windows",
|
960 | ]
|
961 |
|
962 | [[package]]
|
963 | name = "httpdate"
|
964 | version = "1.0.3"
|
965 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
966 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
967 |
|
968 | [[package]]
|
969 | name = "icu_collections"
|
970 | version = "1.5.0"
|
971 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
972 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
973 | dependencies = [
|
974 | "displaydoc",
|
975 | "yoke",
|
976 | "zerofrom",
|
977 | "zerovec",
|
978 | ]
|
979 |
|
980 | [[package]]
|
981 | name = "icu_locid"
|
982 | version = "1.5.0"
|
983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
984 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
985 | dependencies = [
|
986 | "displaydoc",
|
987 | "litemap",
|
988 | "tinystr",
|
989 | "writeable",
|
990 | "zerovec",
|
991 | ]
|
992 |
|
993 | [[package]]
|
994 | name = "icu_locid_transform"
|
995 | version = "1.5.0"
|
996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
997 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
998 | dependencies = [
|
999 | "displaydoc",
|
1000 | "icu_locid",
|
1001 | "icu_locid_transform_data",
|
1002 | "icu_provider",
|
1003 | "tinystr",
|
1004 | "zerovec",
|
1005 | ]
|
1006 |
|
1007 | [[package]]
|
1008 | name = "icu_locid_transform_data"
|
1009 | version = "1.5.0"
|
1010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
1012 |
|
1013 | [[package]]
|
1014 | name = "icu_normalizer"
|
1015 | version = "1.5.0"
|
1016 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
1018 | dependencies = [
|
1019 | "displaydoc",
|
1020 | "icu_collections",
|
1021 | "icu_normalizer_data",
|
1022 | "icu_properties",
|
1023 | "icu_provider",
|
1024 | "smallvec",
|
1025 | "utf16_iter",
|
1026 | "utf8_iter",
|
1027 | "write16",
|
1028 | "zerovec",
|
1029 | ]
|
1030 |
|
1031 | [[package]]
|
1032 | name = "icu_normalizer_data"
|
1033 | version = "1.5.0"
|
1034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035 | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
1036 |
|
1037 | [[package]]
|
1038 | name = "icu_properties"
|
1039 | version = "1.5.1"
|
1040 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1041 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
1042 | dependencies = [
|
1043 | "displaydoc",
|
1044 | "icu_collections",
|
1045 | "icu_locid_transform",
|
1046 | "icu_properties_data",
|
1047 | "icu_provider",
|
1048 | "tinystr",
|
1049 | "zerovec",
|
1050 | ]
|
1051 |
|
1052 | [[package]]
|
1053 | name = "icu_properties_data"
|
1054 | version = "1.5.0"
|
1055 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056 | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
1057 |
|
1058 | [[package]]
|
1059 | name = "icu_provider"
|
1060 | version = "1.5.0"
|
1061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1062 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
1063 | dependencies = [
|
1064 | "displaydoc",
|
1065 | "icu_locid",
|
1066 | "icu_provider_macros",
|
1067 | "stable_deref_trait",
|
1068 | "tinystr",
|
1069 | "writeable",
|
1070 | "yoke",
|
1071 | "zerofrom",
|
1072 | "zerovec",
|
1073 | ]
|
1074 |
|
1075 | [[package]]
|
1076 | name = "icu_provider_macros"
|
1077 | version = "1.5.0"
|
1078 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
1080 | dependencies = [
|
1081 | "proc-macro2",
|
1082 | "quote",
|
1083 | "syn",
|
1084 | ]
|
1085 |
|
1086 | [[package]]
|
1087 | name = "idna"
|
1088 | version = "0.4.0"
|
1089 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
1091 | dependencies = [
|
1092 | "unicode-bidi",
|
1093 | "unicode-normalization",
|
1094 | ]
|
1095 |
|
1096 | [[package]]
|
1097 | name = "idna"
|
1098 | version = "0.5.0"
|
1099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1100 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
1101 | dependencies = [
|
1102 | "unicode-bidi",
|
1103 | "unicode-normalization",
|
1104 | ]
|
1105 |
|
1106 | [[package]]
|
1107 | name = "idna"
|
1108 | version = "1.0.3"
|
1109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
1111 | dependencies = [
|
1112 | "idna_adapter",
|
1113 | "smallvec",
|
1114 | "utf8_iter",
|
1115 | ]
|
1116 |
|
1117 | [[package]]
|
1118 | name = "idna_adapter"
|
1119 | version = "1.2.0"
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
1122 | dependencies = [
|
1123 | "icu_normalizer",
|
1124 | "icu_properties",
|
1125 | ]
|
1126 |
|
1127 | [[package]]
|
1128 | name = "indexmap"
|
1129 | version = "2.5.0"
|
1130 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1131 | checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
1132 | dependencies = [
|
1133 | "equivalent",
|
1134 | "hashbrown",
|
1135 | ]
|
1136 |
|
1137 | [[package]]
|
1138 | name = "inout"
|
1139 | version = "0.1.3"
|
1140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
1142 | dependencies = [
|
1143 | "generic-array",
|
1144 | ]
|
1145 |
|
1146 | [[package]]
|
1147 | name = "ipconfig"
|
1148 | version = "0.3.2"
|
1149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1150 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
1151 | dependencies = [
|
1152 | "socket2",
|
1153 | "widestring",
|
1154 | "windows-sys 0.48.0",
|
1155 | "winreg",
|
1156 | ]
|
1157 |
|
1158 | [[package]]
|
1159 | name = "ipnet"
|
1160 | version = "2.9.0"
|
1161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
1163 |
|
1164 | [[package]]
|
1165 | name = "is_terminal_polyfill"
|
1166 | version = "1.70.1"
|
1167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
1169 |
|
1170 | [[package]]
|
1171 | name = "itertools"
|
1172 | version = "0.12.1"
|
1173 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
1175 | dependencies = [
|
1176 | "either",
|
1177 | ]
|
1178 |
|
1179 | [[package]]
|
1180 | name = "itoa"
|
1181 | version = "1.0.11"
|
1182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1183 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
1184 |
|
1185 | [[package]]
|
1186 | name = "jobserver"
|
1187 | version = "0.1.32"
|
1188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1189 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
1190 | dependencies = [
|
1191 | "libc",
|
1192 | ]
|
1193 |
|
1194 | [[package]]
|
1195 | name = "js-sys"
|
1196 | version = "0.3.70"
|
1197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1198 | checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
1199 | dependencies = [
|
1200 | "wasm-bindgen",
|
1201 | ]
|
1202 |
|
1203 | [[package]]
|
1204 | name = "lazy_static"
|
1205 | version = "1.5.0"
|
1206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1207 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
1208 | dependencies = [
|
1209 | "spin 0.9.8",
|
1210 | ]
|
1211 |
|
1212 | [[package]]
|
1213 | name = "lazycell"
|
1214 | version = "1.3.0"
|
1215 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1216 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
1217 |
|
1218 | [[package]]
|
1219 | name = "lettre"
|
1220 | version = "0.11.11"
|
1221 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1222 | checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5"
|
1223 | dependencies = [
|
1224 | "async-trait",
|
1225 | "base64 0.22.1",
|
1226 | "chumsky",
|
1227 | "ed25519-dalek",
|
1228 | "email-encoding",
|
1229 | "email_address",
|
1230 | "fastrand",
|
1231 | "futures-io",
|
1232 | "futures-util",
|
1233 | "hostname 0.4.0",
|
1234 | "httpdate",
|
1235 | "idna 1.0.3",
|
1236 | "mime",
|
1237 | "nom",
|
1238 | "percent-encoding",
|
1239 | "quoted_printable",
|
1240 | "rsa",
|
1241 | "rustls 0.23.15",
|
1242 | "rustls-pemfile 2.2.0",
|
1243 | "rustls-pki-types",
|
1244 | "sha2",
|
1245 | "socket2",
|
1246 | "tokio",
|
1247 | "tokio-rustls 0.26.0",
|
1248 | "url",
|
1249 | "webpki-roots",
|
1250 | ]
|
1251 |
|
1252 | [[package]]
|
1253 | name = "libc"
|
1254 | version = "0.2.155"
|
1255 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1256 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
1257 |
|
1258 | [[package]]
|
1259 | name = "libloading"
|
1260 | version = "0.8.5"
|
1261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
1263 | dependencies = [
|
1264 | "cfg-if",
|
1265 | "windows-targets 0.52.6",
|
1266 | ]
|
1267 |
|
1268 | [[package]]
|
1269 | name = "libm"
|
1270 | version = "0.2.11"
|
1271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1272 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
1273 |
|
1274 | [[package]]
|
1275 | name = "linked-hash-map"
|
1276 | version = "0.5.6"
|
1277 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
1279 |
|
1280 | [[package]]
|
1281 | name = "linux-raw-sys"
|
1282 | version = "0.4.14"
|
1283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1284 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
1285 |
|
1286 | [[package]]
|
1287 | name = "litemap"
|
1288 | version = "0.7.4"
|
1289 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1290 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
1291 |
|
1292 | [[package]]
|
1293 | name = "lock_api"
|
1294 | version = "0.4.12"
|
1295 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1296 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
1297 | dependencies = [
|
1298 | "autocfg",
|
1299 | "scopeguard",
|
1300 | ]
|
1301 |
|
1302 | [[package]]
|
1303 | name = "lockfree-object-pool"
|
1304 | version = "0.1.6"
|
1305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 | checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
1307 |
|
1308 | [[package]]
|
1309 | name = "log"
|
1310 | version = "0.4.22"
|
1311 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
1313 |
|
1314 | [[package]]
|
1315 | name = "lru-cache"
|
1316 | version = "0.1.2"
|
1317 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1318 | checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
1319 | dependencies = [
|
1320 | "linked-hash-map",
|
1321 | ]
|
1322 |
|
1323 | [[package]]
|
1324 | name = "lzma-rs"
|
1325 | version = "0.3.0"
|
1326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1327 | checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
1328 | dependencies = [
|
1329 | "byteorder",
|
1330 | "crc",
|
1331 | ]
|
1332 |
|
1333 | [[package]]
|
1334 | name = "mail-auth"
|
1335 | version = "0.5.1"
|
1336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1337 | checksum = "01e36ed6613c4c43f2d3e4ff3af1888b3612c74d56fe0eac2cf25706f6a85a6b"
|
1338 | dependencies = [
|
1339 | "ahash",
|
1340 | "flate2",
|
1341 | "hickory-resolver",
|
1342 | "lru-cache",
|
1343 | "mail-builder",
|
1344 | "mail-parser",
|
1345 | "parking_lot",
|
1346 | "quick-xml",
|
1347 | "ring 0.17.8",
|
1348 | "rustls-pemfile 2.2.0",
|
1349 | "serde",
|
1350 | "serde_json",
|
1351 | "zip",
|
1352 | ]
|
1353 |
|
1354 | [[package]]
|
1355 | name = "mail-builder"
|
1356 | version = "0.3.2"
|
1357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1358 | checksum = "25f5871d5270ed80f2ee750b95600c8d69b05f8653ad3be913b2ad2e924fefcb"
|
1359 | dependencies = [
|
1360 | "gethostname 0.4.3",
|
1361 | ]
|
1362 |
|
1363 | [[package]]
|
1364 | name = "mail-parser"
|
1365 | version = "0.9.4"
|
1366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1367 | checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc"
|
1368 | dependencies = [
|
1369 | "encoding_rs",
|
1370 | "serde",
|
1371 | ]
|
1372 |
|
1373 | [[package]]
|
1374 | name = "maildir"
|
1375 | version = "0.6.4"
|
1376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1377 | checksum = "879a6ae6743ab8219fdee64a569094485bfe18434e82b78b27fac5cce09e1437"
|
1378 | dependencies = [
|
1379 | "gethostname 0.2.3",
|
1380 | "mailparse",
|
1381 | ]
|
1382 |
|
1383 | [[package]]
|
1384 | name = "mailparse"
|
1385 | version = "0.14.1"
|
1386 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1387 | checksum = "2d096594926cab442e054e047eb8c1402f7d5b2272573b97ba68aa40629f9757"
|
1388 | dependencies = [
|
1389 | "charset",
|
1390 | "data-encoding",
|
1391 | "quoted_printable",
|
1392 | ]
|
1393 |
|
1394 | [[package]]
|
1395 | name = "maitred"
|
1396 | version = "0.1.0"
|
1397 | dependencies = [
|
1398 | "async-trait",
|
1399 | "base64 0.22.1",
|
1400 | "bytes",
|
1401 | "crossbeam-deque",
|
1402 | "email_address",
|
1403 | "futures",
|
1404 | "hickory-resolver",
|
1405 | "lettre",
|
1406 | "mail-auth",
|
1407 | "mail-builder",
|
1408 | "mail-parser",
|
1409 | "maildir",
|
1410 | "md5",
|
1411 | "port_check",
|
1412 | "proxy-header",
|
1413 | "rustls 0.23.15",
|
1414 | "rustls-pemfile 2.2.0",
|
1415 | "smtp-proto",
|
1416 | "stringprep",
|
1417 | "thiserror",
|
1418 | "tokio",
|
1419 | "tokio-rustls 0.26.0",
|
1420 | "tokio-stream",
|
1421 | "tokio-util",
|
1422 | "tracing",
|
1423 | "tracing-subscriber",
|
1424 | "url",
|
1425 | ]
|
1426 |
|
1427 | [[package]]
|
1428 | name = "maitred-debug"
|
1429 | version = "0.1.0"
|
1430 | dependencies = [
|
1431 | "async-trait",
|
1432 | "clap",
|
1433 | "futures",
|
1434 | "maildir",
|
1435 | "maitred",
|
1436 | "serde",
|
1437 | "tokio",
|
1438 | "toml",
|
1439 | "tracing",
|
1440 | "tracing-subscriber",
|
1441 | ]
|
1442 |
|
1443 | [[package]]
|
1444 | name = "match_cfg"
|
1445 | version = "0.1.0"
|
1446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1447 | checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
1448 |
|
1449 | [[package]]
|
1450 | name = "md5"
|
1451 | version = "0.7.0"
|
1452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1453 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
1454 |
|
1455 | [[package]]
|
1456 | name = "memchr"
|
1457 | version = "2.7.4"
|
1458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
1460 |
|
1461 | [[package]]
|
1462 | name = "mime"
|
1463 | version = "0.3.17"
|
1464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
1466 |
|
1467 | [[package]]
|
1468 | name = "minimal-lexical"
|
1469 | version = "0.2.1"
|
1470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
1472 |
|
1473 | [[package]]
|
1474 | name = "miniz_oxide"
|
1475 | version = "0.7.4"
|
1476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
1478 | dependencies = [
|
1479 | "adler",
|
1480 | ]
|
1481 |
|
1482 | [[package]]
|
1483 | name = "miniz_oxide"
|
1484 | version = "0.8.0"
|
1485 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1486 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
1487 | dependencies = [
|
1488 | "adler2",
|
1489 | ]
|
1490 |
|
1491 | [[package]]
|
1492 | name = "mio"
|
1493 | version = "1.0.1"
|
1494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1495 | checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
1496 | dependencies = [
|
1497 | "hermit-abi",
|
1498 | "libc",
|
1499 | "wasi",
|
1500 | "windows-sys 0.52.0",
|
1501 | ]
|
1502 |
|
1503 | [[package]]
|
1504 | name = "mirai-annotations"
|
1505 | version = "1.12.0"
|
1506 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507 | checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
|
1508 |
|
1509 | [[package]]
|
1510 | name = "nom"
|
1511 | version = "7.1.3"
|
1512 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1513 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
1514 | dependencies = [
|
1515 | "memchr",
|
1516 | "minimal-lexical",
|
1517 | ]
|
1518 |
|
1519 | [[package]]
|
1520 | name = "nu-ansi-term"
|
1521 | version = "0.46.0"
|
1522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1523 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
1524 | dependencies = [
|
1525 | "overload",
|
1526 | "winapi",
|
1527 | ]
|
1528 |
|
1529 | [[package]]
|
1530 | name = "num-bigint-dig"
|
1531 | version = "0.8.4"
|
1532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1533 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
1534 | dependencies = [
|
1535 | "byteorder",
|
1536 | "lazy_static",
|
1537 | "libm",
|
1538 | "num-integer",
|
1539 | "num-iter",
|
1540 | "num-traits",
|
1541 | "rand",
|
1542 | "smallvec",
|
1543 | "zeroize",
|
1544 | ]
|
1545 |
|
1546 | [[package]]
|
1547 | name = "num-conv"
|
1548 | version = "0.1.0"
|
1549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1550 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
1551 |
|
1552 | [[package]]
|
1553 | name = "num-integer"
|
1554 | version = "0.1.46"
|
1555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
1557 | dependencies = [
|
1558 | "num-traits",
|
1559 | ]
|
1560 |
|
1561 | [[package]]
|
1562 | name = "num-iter"
|
1563 | version = "0.1.45"
|
1564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1565 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
1566 | dependencies = [
|
1567 | "autocfg",
|
1568 | "num-integer",
|
1569 | "num-traits",
|
1570 | ]
|
1571 |
|
1572 | [[package]]
|
1573 | name = "num-traits"
|
1574 | version = "0.2.19"
|
1575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1576 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
1577 | dependencies = [
|
1578 | "autocfg",
|
1579 | "libm",
|
1580 | ]
|
1581 |
|
1582 | [[package]]
|
1583 | name = "object"
|
1584 | version = "0.36.2"
|
1585 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1586 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
1587 | dependencies = [
|
1588 | "memchr",
|
1589 | ]
|
1590 |
|
1591 | [[package]]
|
1592 | name = "once_cell"
|
1593 | version = "1.19.0"
|
1594 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1595 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1596 |
|
1597 | [[package]]
|
1598 | name = "overload"
|
1599 | version = "0.1.1"
|
1600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1602 |
|
1603 | [[package]]
|
1604 | name = "parking_lot"
|
1605 | version = "0.12.3"
|
1606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
1608 | dependencies = [
|
1609 | "lock_api",
|
1610 | "parking_lot_core",
|
1611 | ]
|
1612 |
|
1613 | [[package]]
|
1614 | name = "parking_lot_core"
|
1615 | version = "0.9.10"
|
1616 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1617 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
1618 | dependencies = [
|
1619 | "cfg-if",
|
1620 | "libc",
|
1621 | "redox_syscall",
|
1622 | "smallvec",
|
1623 | "windows-targets 0.52.6",
|
1624 | ]
|
1625 |
|
1626 | [[package]]
|
1627 | name = "paste"
|
1628 | version = "1.0.15"
|
1629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1630 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
1631 |
|
1632 | [[package]]
|
1633 | name = "pbkdf2"
|
1634 | version = "0.12.2"
|
1635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1636 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
1637 | dependencies = [
|
1638 | "digest",
|
1639 | "hmac",
|
1640 | ]
|
1641 |
|
1642 | [[package]]
|
1643 | name = "pem-rfc7468"
|
1644 | version = "0.7.0"
|
1645 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
1647 | dependencies = [
|
1648 | "base64ct",
|
1649 | ]
|
1650 |
|
1651 | [[package]]
|
1652 | name = "percent-encoding"
|
1653 | version = "2.3.1"
|
1654 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1655 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1656 |
|
1657 | [[package]]
|
1658 | name = "pin-project-lite"
|
1659 | version = "0.2.14"
|
1660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
1662 |
|
1663 | [[package]]
|
1664 | name = "pin-utils"
|
1665 | version = "0.1.0"
|
1666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1667 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1668 |
|
1669 | [[package]]
|
1670 | name = "pkcs1"
|
1671 | version = "0.7.5"
|
1672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1673 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
1674 | dependencies = [
|
1675 | "der",
|
1676 | "pkcs8",
|
1677 | "spki",
|
1678 | ]
|
1679 |
|
1680 | [[package]]
|
1681 | name = "pkcs8"
|
1682 | version = "0.10.2"
|
1683 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1684 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
1685 | dependencies = [
|
1686 | "der",
|
1687 | "spki",
|
1688 | ]
|
1689 |
|
1690 | [[package]]
|
1691 | name = "pkg-config"
|
1692 | version = "0.3.30"
|
1693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1694 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
1695 |
|
1696 | [[package]]
|
1697 | name = "port_check"
|
1698 | version = "0.2.1"
|
1699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700 | checksum = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed"
|
1701 |
|
1702 | [[package]]
|
1703 | name = "powerfmt"
|
1704 | version = "0.2.0"
|
1705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
1707 |
|
1708 | [[package]]
|
1709 | name = "ppv-lite86"
|
1710 | version = "0.2.20"
|
1711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
1713 | dependencies = [
|
1714 | "zerocopy",
|
1715 | ]
|
1716 |
|
1717 | [[package]]
|
1718 | name = "prettyplease"
|
1719 | version = "0.2.22"
|
1720 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1721 | checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
|
1722 | dependencies = [
|
1723 | "proc-macro2",
|
1724 | "syn",
|
1725 | ]
|
1726 |
|
1727 | [[package]]
|
1728 | name = "proc-macro2"
|
1729 | version = "1.0.86"
|
1730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1731 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
1732 | dependencies = [
|
1733 | "unicode-ident",
|
1734 | ]
|
1735 |
|
1736 | [[package]]
|
1737 | name = "proxy-header"
|
1738 | version = "0.1.2"
|
1739 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1740 | checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065"
|
1741 |
|
1742 | [[package]]
|
1743 | name = "psm"
|
1744 | version = "0.1.24"
|
1745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1746 | checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
|
1747 | dependencies = [
|
1748 | "cc",
|
1749 | ]
|
1750 |
|
1751 | [[package]]
|
1752 | name = "quick-error"
|
1753 | version = "1.2.3"
|
1754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1755 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
1756 |
|
1757 | [[package]]
|
1758 | name = "quick-xml"
|
1759 | version = "0.37.1"
|
1760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1761 | checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03"
|
1762 | dependencies = [
|
1763 | "memchr",
|
1764 | ]
|
1765 |
|
1766 | [[package]]
|
1767 | name = "quote"
|
1768 | version = "1.0.36"
|
1769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1770 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
1771 | dependencies = [
|
1772 | "proc-macro2",
|
1773 | ]
|
1774 |
|
1775 | [[package]]
|
1776 | name = "quoted_printable"
|
1777 | version = "0.5.1"
|
1778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1779 | checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
|
1780 |
|
1781 | [[package]]
|
1782 | name = "rand"
|
1783 | version = "0.8.5"
|
1784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1785 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1786 | dependencies = [
|
1787 | "libc",
|
1788 | "rand_chacha",
|
1789 | "rand_core",
|
1790 | ]
|
1791 |
|
1792 | [[package]]
|
1793 | name = "rand_chacha"
|
1794 | version = "0.3.1"
|
1795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1796 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1797 | dependencies = [
|
1798 | "ppv-lite86",
|
1799 | "rand_core",
|
1800 | ]
|
1801 |
|
1802 | [[package]]
|
1803 | name = "rand_core"
|
1804 | version = "0.6.4"
|
1805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1806 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1807 | dependencies = [
|
1808 | "getrandom",
|
1809 | ]
|
1810 |
|
1811 | [[package]]
|
1812 | name = "redox_syscall"
|
1813 | version = "0.5.3"
|
1814 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1815 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
1816 | dependencies = [
|
1817 | "bitflags",
|
1818 | ]
|
1819 |
|
1820 | [[package]]
|
1821 | name = "regex"
|
1822 | version = "1.10.6"
|
1823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1824 | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
1825 | dependencies = [
|
1826 | "aho-corasick",
|
1827 | "memchr",
|
1828 | "regex-automata",
|
1829 | "regex-syntax",
|
1830 | ]
|
1831 |
|
1832 | [[package]]
|
1833 | name = "regex-automata"
|
1834 | version = "0.4.7"
|
1835 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1836 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
1837 | dependencies = [
|
1838 | "aho-corasick",
|
1839 | "memchr",
|
1840 | "regex-syntax",
|
1841 | ]
|
1842 |
|
1843 | [[package]]
|
1844 | name = "regex-syntax"
|
1845 | version = "0.8.4"
|
1846 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1847 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
1848 |
|
1849 | [[package]]
|
1850 | name = "resolv-conf"
|
1851 | version = "0.7.0"
|
1852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 | checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
1854 | dependencies = [
|
1855 | "hostname 0.3.1",
|
1856 | "quick-error",
|
1857 | ]
|
1858 |
|
1859 | [[package]]
|
1860 | name = "ring"
|
1861 | version = "0.16.20"
|
1862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1863 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
1864 | dependencies = [
|
1865 | "cc",
|
1866 | "libc",
|
1867 | "once_cell",
|
1868 | "spin 0.5.2",
|
1869 | "untrusted 0.7.1",
|
1870 | "web-sys",
|
1871 | "winapi",
|
1872 | ]
|
1873 |
|
1874 | [[package]]
|
1875 | name = "ring"
|
1876 | version = "0.17.8"
|
1877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1878 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
1879 | dependencies = [
|
1880 | "cc",
|
1881 | "cfg-if",
|
1882 | "getrandom",
|
1883 | "libc",
|
1884 | "spin 0.9.8",
|
1885 | "untrusted 0.9.0",
|
1886 | "windows-sys 0.52.0",
|
1887 | ]
|
1888 |
|
1889 | [[package]]
|
1890 | name = "rsa"
|
1891 | version = "0.9.7"
|
1892 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1893 | checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
|
1894 | dependencies = [
|
1895 | "const-oid",
|
1896 | "digest",
|
1897 | "num-bigint-dig",
|
1898 | "num-integer",
|
1899 | "num-traits",
|
1900 | "pkcs1",
|
1901 | "pkcs8",
|
1902 | "rand_core",
|
1903 | "signature",
|
1904 | "spki",
|
1905 | "subtle",
|
1906 | "zeroize",
|
1907 | ]
|
1908 |
|
1909 | [[package]]
|
1910 | name = "rustc-demangle"
|
1911 | version = "0.1.24"
|
1912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1913 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
1914 |
|
1915 | [[package]]
|
1916 | name = "rustc-hash"
|
1917 | version = "1.1.0"
|
1918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1919 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1920 |
|
1921 | [[package]]
|
1922 | name = "rustc_version"
|
1923 | version = "0.4.1"
|
1924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1925 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
1926 | dependencies = [
|
1927 | "semver",
|
1928 | ]
|
1929 |
|
1930 | [[package]]
|
1931 | name = "rustix"
|
1932 | version = "0.38.34"
|
1933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1934 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
1935 | dependencies = [
|
1936 | "bitflags",
|
1937 | "errno",
|
1938 | "libc",
|
1939 | "linux-raw-sys",
|
1940 | "windows-sys 0.52.0",
|
1941 | ]
|
1942 |
|
1943 | [[package]]
|
1944 | name = "rustls"
|
1945 | version = "0.21.12"
|
1946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
1948 | dependencies = [
|
1949 | "log",
|
1950 | "ring 0.17.8",
|
1951 | "rustls-webpki 0.101.7",
|
1952 | "sct",
|
1953 | ]
|
1954 |
|
1955 | [[package]]
|
1956 | name = "rustls"
|
1957 | version = "0.23.15"
|
1958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959 | checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
1960 | dependencies = [
|
1961 | "aws-lc-rs",
|
1962 | "log",
|
1963 | "once_cell",
|
1964 | "ring 0.17.8",
|
1965 | "rustls-pki-types",
|
1966 | "rustls-webpki 0.102.8",
|
1967 | "subtle",
|
1968 | "zeroize",
|
1969 | ]
|
1970 |
|
1971 | [[package]]
|
1972 | name = "rustls-pemfile"
|
1973 | version = "1.0.4"
|
1974 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1975 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
1976 | dependencies = [
|
1977 | "base64 0.21.7",
|
1978 | ]
|
1979 |
|
1980 | [[package]]
|
1981 | name = "rustls-pemfile"
|
1982 | version = "2.2.0"
|
1983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1984 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
1985 | dependencies = [
|
1986 | "rustls-pki-types",
|
1987 | ]
|
1988 |
|
1989 | [[package]]
|
1990 | name = "rustls-pki-types"
|
1991 | version = "1.10.0"
|
1992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1993 | checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
1994 |
|
1995 | [[package]]
|
1996 | name = "rustls-webpki"
|
1997 | version = "0.101.7"
|
1998 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1999 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2000 | dependencies = [
|
2001 | "ring 0.17.8",
|
2002 | "untrusted 0.9.0",
|
2003 | ]
|
2004 |
|
2005 | [[package]]
|
2006 | name = "rustls-webpki"
|
2007 | version = "0.102.8"
|
2008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2009 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2010 | dependencies = [
|
2011 | "aws-lc-rs",
|
2012 | "ring 0.17.8",
|
2013 | "rustls-pki-types",
|
2014 | "untrusted 0.9.0",
|
2015 | ]
|
2016 |
|
2017 | [[package]]
|
2018 | name = "ryu"
|
2019 | version = "1.0.18"
|
2020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022 |
|
2023 | [[package]]
|
2024 | name = "scopeguard"
|
2025 | version = "1.2.0"
|
2026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2027 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2028 |
|
2029 | [[package]]
|
2030 | name = "sct"
|
2031 | version = "0.7.1"
|
2032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2033 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2034 | dependencies = [
|
2035 | "ring 0.17.8",
|
2036 | "untrusted 0.9.0",
|
2037 | ]
|
2038 |
|
2039 | [[package]]
|
2040 | name = "semver"
|
2041 | version = "1.0.24"
|
2042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2043 | checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
2044 |
|
2045 | [[package]]
|
2046 | name = "serde"
|
2047 | version = "1.0.213"
|
2048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2049 | checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
2050 | dependencies = [
|
2051 | "serde_derive",
|
2052 | ]
|
2053 |
|
2054 | [[package]]
|
2055 | name = "serde_derive"
|
2056 | version = "1.0.213"
|
2057 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2058 | checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
2059 | dependencies = [
|
2060 | "proc-macro2",
|
2061 | "quote",
|
2062 | "syn",
|
2063 | ]
|
2064 |
|
2065 | [[package]]
|
2066 | name = "serde_json"
|
2067 | version = "1.0.127"
|
2068 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2069 | checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
|
2070 | dependencies = [
|
2071 | "itoa",
|
2072 | "memchr",
|
2073 | "ryu",
|
2074 | "serde",
|
2075 | ]
|
2076 |
|
2077 | [[package]]
|
2078 | name = "serde_spanned"
|
2079 | version = "0.6.7"
|
2080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2081 | checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2082 | dependencies = [
|
2083 | "serde",
|
2084 | ]
|
2085 |
|
2086 | [[package]]
|
2087 | name = "sha1"
|
2088 | version = "0.10.6"
|
2089 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2090 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2091 | dependencies = [
|
2092 | "cfg-if",
|
2093 | "cpufeatures",
|
2094 | "digest",
|
2095 | ]
|
2096 |
|
2097 | [[package]]
|
2098 | name = "sha2"
|
2099 | version = "0.10.8"
|
2100 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2101 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2102 | dependencies = [
|
2103 | "cfg-if",
|
2104 | "cpufeatures",
|
2105 | "digest",
|
2106 | ]
|
2107 |
|
2108 | [[package]]
|
2109 | name = "sharded-slab"
|
2110 | version = "0.1.7"
|
2111 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2112 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2113 | dependencies = [
|
2114 | "lazy_static",
|
2115 | ]
|
2116 |
|
2117 | [[package]]
|
2118 | name = "shlex"
|
2119 | version = "1.3.0"
|
2120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2121 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2122 |
|
2123 | [[package]]
|
2124 | name = "signal-hook-registry"
|
2125 | version = "1.4.2"
|
2126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2127 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2128 | dependencies = [
|
2129 | "libc",
|
2130 | ]
|
2131 |
|
2132 | [[package]]
|
2133 | name = "signature"
|
2134 | version = "2.2.0"
|
2135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2136 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
2137 | dependencies = [
|
2138 | "digest",
|
2139 | "rand_core",
|
2140 | ]
|
2141 |
|
2142 | [[package]]
|
2143 | name = "simd-adler32"
|
2144 | version = "0.3.7"
|
2145 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2146 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2147 |
|
2148 | [[package]]
|
2149 | name = "slab"
|
2150 | version = "0.4.9"
|
2151 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2152 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2153 | dependencies = [
|
2154 | "autocfg",
|
2155 | ]
|
2156 |
|
2157 | [[package]]
|
2158 | name = "smallvec"
|
2159 | version = "1.13.2"
|
2160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2161 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2162 |
|
2163 | [[package]]
|
2164 | name = "smtp-proto"
|
2165 | version = "0.1.5"
|
2166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2167 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
|
2168 | dependencies = [
|
2169 | "serde",
|
2170 | ]
|
2171 |
|
2172 | [[package]]
|
2173 | name = "socket2"
|
2174 | version = "0.5.7"
|
2175 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2176 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2177 | dependencies = [
|
2178 | "libc",
|
2179 | "windows-sys 0.52.0",
|
2180 | ]
|
2181 |
|
2182 | [[package]]
|
2183 | name = "spin"
|
2184 | version = "0.5.2"
|
2185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2187 |
|
2188 | [[package]]
|
2189 | name = "spin"
|
2190 | version = "0.9.8"
|
2191 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2192 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2193 |
|
2194 | [[package]]
|
2195 | name = "spki"
|
2196 | version = "0.7.3"
|
2197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2198 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
2199 | dependencies = [
|
2200 | "base64ct",
|
2201 | "der",
|
2202 | ]
|
2203 |
|
2204 | [[package]]
|
2205 | name = "stable_deref_trait"
|
2206 | version = "1.2.0"
|
2207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2208 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2209 |
|
2210 | [[package]]
|
2211 | name = "stacker"
|
2212 | version = "0.1.15"
|
2213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2214 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
2215 | dependencies = [
|
2216 | "cc",
|
2217 | "cfg-if",
|
2218 | "libc",
|
2219 | "psm",
|
2220 | "winapi",
|
2221 | ]
|
2222 |
|
2223 | [[package]]
|
2224 | name = "stringprep"
|
2225 | version = "0.1.5"
|
2226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2227 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
2228 | dependencies = [
|
2229 | "unicode-bidi",
|
2230 | "unicode-normalization",
|
2231 | "unicode-properties",
|
2232 | ]
|
2233 |
|
2234 | [[package]]
|
2235 | name = "strsim"
|
2236 | version = "0.11.1"
|
2237 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2238 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2239 |
|
2240 | [[package]]
|
2241 | name = "subtle"
|
2242 | version = "2.6.1"
|
2243 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2244 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2245 |
|
2246 | [[package]]
|
2247 | name = "syn"
|
2248 | version = "2.0.85"
|
2249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250 | checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2251 | dependencies = [
|
2252 | "proc-macro2",
|
2253 | "quote",
|
2254 | "unicode-ident",
|
2255 | ]
|
2256 |
|
2257 | [[package]]
|
2258 | name = "synstructure"
|
2259 | version = "0.13.1"
|
2260 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2261 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2262 | dependencies = [
|
2263 | "proc-macro2",
|
2264 | "quote",
|
2265 | "syn",
|
2266 | ]
|
2267 |
|
2268 | [[package]]
|
2269 | name = "thiserror"
|
2270 | version = "1.0.65"
|
2271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2272 | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
2273 | dependencies = [
|
2274 | "thiserror-impl",
|
2275 | ]
|
2276 |
|
2277 | [[package]]
|
2278 | name = "thiserror-impl"
|
2279 | version = "1.0.65"
|
2280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2281 | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
2282 | dependencies = [
|
2283 | "proc-macro2",
|
2284 | "quote",
|
2285 | "syn",
|
2286 | ]
|
2287 |
|
2288 | [[package]]
|
2289 | name = "thread_local"
|
2290 | version = "1.1.8"
|
2291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2292 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2293 | dependencies = [
|
2294 | "cfg-if",
|
2295 | "once_cell",
|
2296 | ]
|
2297 |
|
2298 | [[package]]
|
2299 | name = "time"
|
2300 | version = "0.3.36"
|
2301 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2302 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2303 | dependencies = [
|
2304 | "deranged",
|
2305 | "num-conv",
|
2306 | "powerfmt",
|
2307 | "serde",
|
2308 | "time-core",
|
2309 | ]
|
2310 |
|
2311 | [[package]]
|
2312 | name = "time-core"
|
2313 | version = "0.1.2"
|
2314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2316 |
|
2317 | [[package]]
|
2318 | name = "tinystr"
|
2319 | version = "0.7.6"
|
2320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2321 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2322 | dependencies = [
|
2323 | "displaydoc",
|
2324 | "zerovec",
|
2325 | ]
|
2326 |
|
2327 | [[package]]
|
2328 | name = "tinyvec"
|
2329 | version = "1.8.0"
|
2330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2331 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2332 | dependencies = [
|
2333 | "tinyvec_macros",
|
2334 | ]
|
2335 |
|
2336 | [[package]]
|
2337 | name = "tinyvec_macros"
|
2338 | version = "0.1.1"
|
2339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2340 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2341 |
|
2342 | [[package]]
|
2343 | name = "tokio"
|
2344 | version = "1.41.0"
|
2345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2346 | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
2347 | dependencies = [
|
2348 | "backtrace",
|
2349 | "bytes",
|
2350 | "libc",
|
2351 | "mio",
|
2352 | "parking_lot",
|
2353 | "pin-project-lite",
|
2354 | "signal-hook-registry",
|
2355 | "socket2",
|
2356 | "tokio-macros",
|
2357 | "windows-sys 0.52.0",
|
2358 | ]
|
2359 |
|
2360 | [[package]]
|
2361 | name = "tokio-macros"
|
2362 | version = "2.4.0"
|
2363 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2364 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2365 | dependencies = [
|
2366 | "proc-macro2",
|
2367 | "quote",
|
2368 | "syn",
|
2369 | ]
|
2370 |
|
2371 | [[package]]
|
2372 | name = "tokio-rustls"
|
2373 | version = "0.24.1"
|
2374 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2375 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2376 | dependencies = [
|
2377 | "rustls 0.21.12",
|
2378 | "tokio",
|
2379 | ]
|
2380 |
|
2381 | [[package]]
|
2382 | name = "tokio-rustls"
|
2383 | version = "0.26.0"
|
2384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2385 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2386 | dependencies = [
|
2387 | "rustls 0.23.15",
|
2388 | "rustls-pki-types",
|
2389 | "tokio",
|
2390 | ]
|
2391 |
|
2392 | [[package]]
|
2393 | name = "tokio-stream"
|
2394 | version = "0.1.16"
|
2395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
2397 | dependencies = [
|
2398 | "futures-core",
|
2399 | "pin-project-lite",
|
2400 | "tokio",
|
2401 | "tokio-util",
|
2402 | ]
|
2403 |
|
2404 | [[package]]
|
2405 | name = "tokio-util"
|
2406 | version = "0.7.12"
|
2407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2408 | checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2409 | dependencies = [
|
2410 | "bytes",
|
2411 | "futures-core",
|
2412 | "futures-io",
|
2413 | "futures-sink",
|
2414 | "futures-util",
|
2415 | "hashbrown",
|
2416 | "pin-project-lite",
|
2417 | "slab",
|
2418 | "tokio",
|
2419 | ]
|
2420 |
|
2421 | [[package]]
|
2422 | name = "toml"
|
2423 | version = "0.8.19"
|
2424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2425 | checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2426 | dependencies = [
|
2427 | "serde",
|
2428 | "serde_spanned",
|
2429 | "toml_datetime",
|
2430 | "toml_edit",
|
2431 | ]
|
2432 |
|
2433 | [[package]]
|
2434 | name = "toml_datetime"
|
2435 | version = "0.6.8"
|
2436 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2437 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2438 | dependencies = [
|
2439 | "serde",
|
2440 | ]
|
2441 |
|
2442 | [[package]]
|
2443 | name = "toml_edit"
|
2444 | version = "0.22.20"
|
2445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2446 | checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
2447 | dependencies = [
|
2448 | "indexmap",
|
2449 | "serde",
|
2450 | "serde_spanned",
|
2451 | "toml_datetime",
|
2452 | "winnow",
|
2453 | ]
|
2454 |
|
2455 | [[package]]
|
2456 | name = "tracing"
|
2457 | version = "0.1.40"
|
2458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2459 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2460 | dependencies = [
|
2461 | "log",
|
2462 | "pin-project-lite",
|
2463 | "tracing-attributes",
|
2464 | "tracing-core",
|
2465 | ]
|
2466 |
|
2467 | [[package]]
|
2468 | name = "tracing-attributes"
|
2469 | version = "0.1.27"
|
2470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2471 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2472 | dependencies = [
|
2473 | "proc-macro2",
|
2474 | "quote",
|
2475 | "syn",
|
2476 | ]
|
2477 |
|
2478 | [[package]]
|
2479 | name = "tracing-core"
|
2480 | version = "0.1.32"
|
2481 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2482 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2483 | dependencies = [
|
2484 | "once_cell",
|
2485 | "valuable",
|
2486 | ]
|
2487 |
|
2488 | [[package]]
|
2489 | name = "tracing-log"
|
2490 | version = "0.2.0"
|
2491 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2492 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2493 | dependencies = [
|
2494 | "log",
|
2495 | "once_cell",
|
2496 | "tracing-core",
|
2497 | ]
|
2498 |
|
2499 | [[package]]
|
2500 | name = "tracing-subscriber"
|
2501 | version = "0.3.18"
|
2502 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2503 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2504 | dependencies = [
|
2505 | "nu-ansi-term",
|
2506 | "sharded-slab",
|
2507 | "smallvec",
|
2508 | "thread_local",
|
2509 | "tracing-core",
|
2510 | "tracing-log",
|
2511 | ]
|
2512 |
|
2513 | [[package]]
|
2514 | name = "typenum"
|
2515 | version = "1.17.0"
|
2516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2517 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2518 |
|
2519 | [[package]]
|
2520 | name = "unicode-bidi"
|
2521 | version = "0.3.15"
|
2522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2523 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2524 |
|
2525 | [[package]]
|
2526 | name = "unicode-ident"
|
2527 | version = "1.0.12"
|
2528 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2529 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2530 |
|
2531 | [[package]]
|
2532 | name = "unicode-normalization"
|
2533 | version = "0.1.23"
|
2534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2535 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2536 | dependencies = [
|
2537 | "tinyvec",
|
2538 | ]
|
2539 |
|
2540 | [[package]]
|
2541 | name = "unicode-properties"
|
2542 | version = "0.1.2"
|
2543 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2544 | checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
|
2545 |
|
2546 | [[package]]
|
2547 | name = "untrusted"
|
2548 | version = "0.7.1"
|
2549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2550 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2551 |
|
2552 | [[package]]
|
2553 | name = "untrusted"
|
2554 | version = "0.9.0"
|
2555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2556 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2557 |
|
2558 | [[package]]
|
2559 | name = "url"
|
2560 | version = "2.5.2"
|
2561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2562 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2563 | dependencies = [
|
2564 | "form_urlencoded",
|
2565 | "idna 0.5.0",
|
2566 | "percent-encoding",
|
2567 | ]
|
2568 |
|
2569 | [[package]]
|
2570 | name = "utf16_iter"
|
2571 | version = "1.0.5"
|
2572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
2574 |
|
2575 | [[package]]
|
2576 | name = "utf8_iter"
|
2577 | version = "1.0.4"
|
2578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2579 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
2580 |
|
2581 | [[package]]
|
2582 | name = "utf8parse"
|
2583 | version = "0.2.2"
|
2584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2585 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2586 |
|
2587 | [[package]]
|
2588 | name = "valuable"
|
2589 | version = "0.1.0"
|
2590 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2591 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2592 |
|
2593 | [[package]]
|
2594 | name = "version_check"
|
2595 | version = "0.9.5"
|
2596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2597 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2598 |
|
2599 | [[package]]
|
2600 | name = "wasi"
|
2601 | version = "0.11.0+wasi-snapshot-preview1"
|
2602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2603 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2604 |
|
2605 | [[package]]
|
2606 | name = "wasm-bindgen"
|
2607 | version = "0.2.93"
|
2608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2609 | checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2610 | dependencies = [
|
2611 | "cfg-if",
|
2612 | "once_cell",
|
2613 | "wasm-bindgen-macro",
|
2614 | ]
|
2615 |
|
2616 | [[package]]
|
2617 | name = "wasm-bindgen-backend"
|
2618 | version = "0.2.93"
|
2619 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2620 | checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2621 | dependencies = [
|
2622 | "bumpalo",
|
2623 | "log",
|
2624 | "once_cell",
|
2625 | "proc-macro2",
|
2626 | "quote",
|
2627 | "syn",
|
2628 | "wasm-bindgen-shared",
|
2629 | ]
|
2630 |
|
2631 | [[package]]
|
2632 | name = "wasm-bindgen-macro"
|
2633 | version = "0.2.93"
|
2634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2635 | checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2636 | dependencies = [
|
2637 | "quote",
|
2638 | "wasm-bindgen-macro-support",
|
2639 | ]
|
2640 |
|
2641 | [[package]]
|
2642 | name = "wasm-bindgen-macro-support"
|
2643 | version = "0.2.93"
|
2644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2645 | checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2646 | dependencies = [
|
2647 | "proc-macro2",
|
2648 | "quote",
|
2649 | "syn",
|
2650 | "wasm-bindgen-backend",
|
2651 | "wasm-bindgen-shared",
|
2652 | ]
|
2653 |
|
2654 | [[package]]
|
2655 | name = "wasm-bindgen-shared"
|
2656 | version = "0.2.93"
|
2657 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2658 | checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2659 |
|
2660 | [[package]]
|
2661 | name = "web-sys"
|
2662 | version = "0.3.70"
|
2663 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2664 | checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2665 | dependencies = [
|
2666 | "js-sys",
|
2667 | "wasm-bindgen",
|
2668 | ]
|
2669 |
|
2670 | [[package]]
|
2671 | name = "webpki-roots"
|
2672 | version = "0.26.7"
|
2673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2674 | checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
2675 | dependencies = [
|
2676 | "rustls-pki-types",
|
2677 | ]
|
2678 |
|
2679 | [[package]]
|
2680 | name = "which"
|
2681 | version = "4.4.2"
|
2682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2683 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2684 | dependencies = [
|
2685 | "either",
|
2686 | "home",
|
2687 | "once_cell",
|
2688 | "rustix",
|
2689 | ]
|
2690 |
|
2691 | [[package]]
|
2692 | name = "widestring"
|
2693 | version = "1.1.0"
|
2694 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2695 | checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
2696 |
|
2697 | [[package]]
|
2698 | name = "winapi"
|
2699 | version = "0.3.9"
|
2700 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2701 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2702 | dependencies = [
|
2703 | "winapi-i686-pc-windows-gnu",
|
2704 | "winapi-x86_64-pc-windows-gnu",
|
2705 | ]
|
2706 |
|
2707 | [[package]]
|
2708 | name = "winapi-i686-pc-windows-gnu"
|
2709 | version = "0.4.0"
|
2710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2711 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2712 |
|
2713 | [[package]]
|
2714 | name = "winapi-x86_64-pc-windows-gnu"
|
2715 | version = "0.4.0"
|
2716 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2717 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2718 |
|
2719 | [[package]]
|
2720 | name = "windows"
|
2721 | version = "0.52.0"
|
2722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2723 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2724 | dependencies = [
|
2725 | "windows-core",
|
2726 | "windows-targets 0.52.6",
|
2727 | ]
|
2728 |
|
2729 | [[package]]
|
2730 | name = "windows-core"
|
2731 | version = "0.52.0"
|
2732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2733 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2734 | dependencies = [
|
2735 | "windows-targets 0.52.6",
|
2736 | ]
|
2737 |
|
2738 | [[package]]
|
2739 | name = "windows-sys"
|
2740 | version = "0.48.0"
|
2741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2742 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2743 | dependencies = [
|
2744 | "windows-targets 0.48.5",
|
2745 | ]
|
2746 |
|
2747 | [[package]]
|
2748 | name = "windows-sys"
|
2749 | version = "0.52.0"
|
2750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2751 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2752 | dependencies = [
|
2753 | "windows-targets 0.52.6",
|
2754 | ]
|
2755 |
|
2756 | [[package]]
|
2757 | name = "windows-targets"
|
2758 | version = "0.48.5"
|
2759 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2760 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2761 | dependencies = [
|
2762 | "windows_aarch64_gnullvm 0.48.5",
|
2763 | "windows_aarch64_msvc 0.48.5",
|
2764 | "windows_i686_gnu 0.48.5",
|
2765 | "windows_i686_msvc 0.48.5",
|
2766 | "windows_x86_64_gnu 0.48.5",
|
2767 | "windows_x86_64_gnullvm 0.48.5",
|
2768 | "windows_x86_64_msvc 0.48.5",
|
2769 | ]
|
2770 |
|
2771 | [[package]]
|
2772 | name = "windows-targets"
|
2773 | version = "0.52.6"
|
2774 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2775 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2776 | dependencies = [
|
2777 | "windows_aarch64_gnullvm 0.52.6",
|
2778 | "windows_aarch64_msvc 0.52.6",
|
2779 | "windows_i686_gnu 0.52.6",
|
2780 | "windows_i686_gnullvm",
|
2781 | "windows_i686_msvc 0.52.6",
|
2782 | "windows_x86_64_gnu 0.52.6",
|
2783 | "windows_x86_64_gnullvm 0.52.6",
|
2784 | "windows_x86_64_msvc 0.52.6",
|
2785 | ]
|
2786 |
|
2787 | [[package]]
|
2788 | name = "windows_aarch64_gnullvm"
|
2789 | version = "0.48.5"
|
2790 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2791 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2792 |
|
2793 | [[package]]
|
2794 | name = "windows_aarch64_gnullvm"
|
2795 | version = "0.52.6"
|
2796 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2797 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2798 |
|
2799 | [[package]]
|
2800 | name = "windows_aarch64_msvc"
|
2801 | version = "0.48.5"
|
2802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2803 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2804 |
|
2805 | [[package]]
|
2806 | name = "windows_aarch64_msvc"
|
2807 | version = "0.52.6"
|
2808 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2809 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2810 |
|
2811 | [[package]]
|
2812 | name = "windows_i686_gnu"
|
2813 | version = "0.48.5"
|
2814 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2815 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2816 |
|
2817 | [[package]]
|
2818 | name = "windows_i686_gnu"
|
2819 | version = "0.52.6"
|
2820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2821 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2822 |
|
2823 | [[package]]
|
2824 | name = "windows_i686_gnullvm"
|
2825 | version = "0.52.6"
|
2826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2827 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2828 |
|
2829 | [[package]]
|
2830 | name = "windows_i686_msvc"
|
2831 | version = "0.48.5"
|
2832 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2833 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2834 |
|
2835 | [[package]]
|
2836 | name = "windows_i686_msvc"
|
2837 | version = "0.52.6"
|
2838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2840 |
|
2841 | [[package]]
|
2842 | name = "windows_x86_64_gnu"
|
2843 | version = "0.48.5"
|
2844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2845 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2846 |
|
2847 | [[package]]
|
2848 | name = "windows_x86_64_gnu"
|
2849 | version = "0.52.6"
|
2850 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2852 |
|
2853 | [[package]]
|
2854 | name = "windows_x86_64_gnullvm"
|
2855 | version = "0.48.5"
|
2856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2857 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2858 |
|
2859 | [[package]]
|
2860 | name = "windows_x86_64_gnullvm"
|
2861 | version = "0.52.6"
|
2862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2863 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2864 |
|
2865 | [[package]]
|
2866 | name = "windows_x86_64_msvc"
|
2867 | version = "0.48.5"
|
2868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2869 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2870 |
|
2871 | [[package]]
|
2872 | name = "windows_x86_64_msvc"
|
2873 | version = "0.52.6"
|
2874 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2875 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2876 |
|
2877 | [[package]]
|
2878 | name = "winnow"
|
2879 | version = "0.6.18"
|
2880 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2881 | checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2882 | dependencies = [
|
2883 | "memchr",
|
2884 | ]
|
2885 |
|
2886 | [[package]]
|
2887 | name = "winreg"
|
2888 | version = "0.50.0"
|
2889 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2890 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2891 | dependencies = [
|
2892 | "cfg-if",
|
2893 | "windows-sys 0.48.0",
|
2894 | ]
|
2895 |
|
2896 | [[package]]
|
2897 | name = "write16"
|
2898 | version = "1.0.0"
|
2899 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2900 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
2901 |
|
2902 | [[package]]
|
2903 | name = "writeable"
|
2904 | version = "0.5.5"
|
2905 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2906 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2907 |
|
2908 | [[package]]
|
2909 | name = "yoke"
|
2910 | version = "0.7.5"
|
2911 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2912 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2913 | dependencies = [
|
2914 | "serde",
|
2915 | "stable_deref_trait",
|
2916 | "yoke-derive",
|
2917 | "zerofrom",
|
2918 | ]
|
2919 |
|
2920 | [[package]]
|
2921 | name = "yoke-derive"
|
2922 | version = "0.7.5"
|
2923 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2924 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2925 | dependencies = [
|
2926 | "proc-macro2",
|
2927 | "quote",
|
2928 | "syn",
|
2929 | "synstructure",
|
2930 | ]
|
2931 |
|
2932 | [[package]]
|
2933 | name = "zerocopy"
|
2934 | version = "0.7.35"
|
2935 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2936 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2937 | dependencies = [
|
2938 | "byteorder",
|
2939 | "zerocopy-derive",
|
2940 | ]
|
2941 |
|
2942 | [[package]]
|
2943 | name = "zerocopy-derive"
|
2944 | version = "0.7.35"
|
2945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2946 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2947 | dependencies = [
|
2948 | "proc-macro2",
|
2949 | "quote",
|
2950 | "syn",
|
2951 | ]
|
2952 |
|
2953 | [[package]]
|
2954 | name = "zerofrom"
|
2955 | version = "0.1.5"
|
2956 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2957 | checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2958 | dependencies = [
|
2959 | "zerofrom-derive",
|
2960 | ]
|
2961 |
|
2962 | [[package]]
|
2963 | name = "zerofrom-derive"
|
2964 | version = "0.1.5"
|
2965 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2966 | checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2967 | dependencies = [
|
2968 | "proc-macro2",
|
2969 | "quote",
|
2970 | "syn",
|
2971 | "synstructure",
|
2972 | ]
|
2973 |
|
2974 | [[package]]
|
2975 | name = "zeroize"
|
2976 | version = "1.8.1"
|
2977 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2978 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2979 | dependencies = [
|
2980 | "zeroize_derive",
|
2981 | ]
|
2982 |
|
2983 | [[package]]
|
2984 | name = "zeroize_derive"
|
2985 | version = "1.4.2"
|
2986 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2987 | checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2988 | dependencies = [
|
2989 | "proc-macro2",
|
2990 | "quote",
|
2991 | "syn",
|
2992 | ]
|
2993 |
|
2994 | [[package]]
|
2995 | name = "zerovec"
|
2996 | version = "0.10.4"
|
2997 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2998 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
2999 | dependencies = [
|
3000 | "yoke",
|
3001 | "zerofrom",
|
3002 | "zerovec-derive",
|
3003 | ]
|
3004 |
|
3005 | [[package]]
|
3006 | name = "zerovec-derive"
|
3007 | version = "0.10.3"
|
3008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3009 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
3010 | dependencies = [
|
3011 | "proc-macro2",
|
3012 | "quote",
|
3013 | "syn",
|
3014 | ]
|
3015 |
|
3016 | [[package]]
|
3017 | name = "zip"
|
3018 | version = "2.2.0"
|
3019 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3020 | checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
|
3021 | dependencies = [
|
3022 | "aes",
|
3023 | "arbitrary",
|
3024 | "bzip2",
|
3025 | "constant_time_eq",
|
3026 | "crc32fast",
|
3027 | "crossbeam-utils",
|
3028 | "deflate64",
|
3029 | "displaydoc",
|
3030 | "flate2",
|
3031 | "hmac",
|
3032 | "indexmap",
|
3033 | "lzma-rs",
|
3034 | "memchr",
|
3035 | "pbkdf2",
|
3036 | "rand",
|
3037 | "sha1",
|
3038 | "thiserror",
|
3039 | "time",
|
3040 | "zeroize",
|
3041 | "zopfli",
|
3042 | "zstd",
|
3043 | ]
|
3044 |
|
3045 | [[package]]
|
3046 | name = "zopfli"
|
3047 | version = "0.8.1"
|
3048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3049 | checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
3050 | dependencies = [
|
3051 | "bumpalo",
|
3052 | "crc32fast",
|
3053 | "lockfree-object-pool",
|
3054 | "log",
|
3055 | "once_cell",
|
3056 | "simd-adler32",
|
3057 | ]
|
3058 |
|
3059 | [[package]]
|
3060 | name = "zstd"
|
3061 | version = "0.13.2"
|
3062 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3063 | checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
3064 | dependencies = [
|
3065 | "zstd-safe",
|
3066 | ]
|
3067 |
|
3068 | [[package]]
|
3069 | name = "zstd-safe"
|
3070 | version = "7.2.1"
|
3071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3072 | checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
3073 | dependencies = [
|
3074 | "zstd-sys",
|
3075 | ]
|
3076 |
|
3077 | [[package]]
|
3078 | name = "zstd-sys"
|
3079 | version = "2.0.13+zstd.1.5.6"
|
3080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3081 | checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
3082 | dependencies = [
|
3083 | "cc",
|
3084 | "pkg-config",
|
3085 | ]
|