1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 3
|
4 |
|
5 | [[package]]
|
6 | name = "addr2line"
|
7 | version = "0.24.2"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
10 | dependencies = [
|
11 | "gimli",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler2"
|
16 | version = "2.0.0"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
19 |
|
20 | [[package]]
|
21 | name = "aes"
|
22 | version = "0.8.4"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
25 | dependencies = [
|
26 | "cfg-if",
|
27 | "cipher",
|
28 | "cpufeatures",
|
29 | ]
|
30 |
|
31 | [[package]]
|
32 | name = "ahash"
|
33 | version = "0.7.8"
|
34 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
35 | checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
36 | dependencies = [
|
37 | "getrandom",
|
38 | "once_cell",
|
39 | "version_check",
|
40 | ]
|
41 |
|
42 | [[package]]
|
43 | name = "ahash"
|
44 | version = "0.8.11"
|
45 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
46 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
47 | dependencies = [
|
48 | "cfg-if",
|
49 | "getrandom",
|
50 | "once_cell",
|
51 | "version_check",
|
52 | "zerocopy",
|
53 | ]
|
54 |
|
55 | [[package]]
|
56 | name = "aho-corasick"
|
57 | version = "0.7.20"
|
58 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
59 | checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
60 | dependencies = [
|
61 | "memchr",
|
62 | ]
|
63 |
|
64 | [[package]]
|
65 | name = "aho-corasick"
|
66 | version = "1.1.3"
|
67 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
68 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
69 | dependencies = [
|
70 | "memchr",
|
71 | ]
|
72 |
|
73 | [[package]]
|
74 | name = "allocator-api2"
|
75 | version = "0.2.18"
|
76 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
77 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
78 |
|
79 | [[package]]
|
80 | name = "android-tzdata"
|
81 | version = "0.1.1"
|
82 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
83 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
84 |
|
85 | [[package]]
|
86 | name = "android_system_properties"
|
87 | version = "0.1.5"
|
88 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
89 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
90 | dependencies = [
|
91 | "libc",
|
92 | ]
|
93 |
|
94 | [[package]]
|
95 | name = "ansi_term"
|
96 | version = "0.12.1"
|
97 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
98 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
99 | dependencies = [
|
100 | "winapi",
|
101 | ]
|
102 |
|
103 | [[package]]
|
104 | name = "anstream"
|
105 | version = "0.6.17"
|
106 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
107 | checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
108 | dependencies = [
|
109 | "anstyle",
|
110 | "anstyle-parse",
|
111 | "anstyle-query",
|
112 | "anstyle-wincon",
|
113 | "colorchoice",
|
114 | "is_terminal_polyfill",
|
115 | "utf8parse",
|
116 | ]
|
117 |
|
118 | [[package]]
|
119 | name = "anstyle"
|
120 | version = "1.0.9"
|
121 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
122 | checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
123 |
|
124 | [[package]]
|
125 | name = "anstyle-parse"
|
126 | version = "0.2.6"
|
127 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
128 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
129 | dependencies = [
|
130 | "utf8parse",
|
131 | ]
|
132 |
|
133 | [[package]]
|
134 | name = "anstyle-query"
|
135 | version = "1.1.2"
|
136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
137 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
138 | dependencies = [
|
139 | "windows-sys 0.59.0",
|
140 | ]
|
141 |
|
142 | [[package]]
|
143 | name = "anstyle-wincon"
|
144 | version = "3.0.6"
|
145 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
146 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
147 | dependencies = [
|
148 | "anstyle",
|
149 | "windows-sys 0.59.0",
|
150 | ]
|
151 |
|
152 | [[package]]
|
153 | name = "anyhow"
|
154 | version = "1.0.91"
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
156 | checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
157 |
|
158 | [[package]]
|
159 | name = "arbitrary"
|
160 | version = "1.3.2"
|
161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
162 | checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
163 | dependencies = [
|
164 | "derive_arbitrary",
|
165 | ]
|
166 |
|
167 | [[package]]
|
168 | name = "arrayvec"
|
169 | version = "0.7.6"
|
170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
171 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
172 |
|
173 | [[package]]
|
174 | name = "async-convert"
|
175 | version = "1.0.0"
|
176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
177 | checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
|
178 | dependencies = [
|
179 | "async-trait",
|
180 | ]
|
181 |
|
182 | [[package]]
|
183 | name = "async-trait"
|
184 | version = "0.1.83"
|
185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
186 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
187 | dependencies = [
|
188 | "proc-macro2",
|
189 | "quote",
|
190 | "syn 2.0.85",
|
191 | ]
|
192 |
|
193 | [[package]]
|
194 | name = "atoi"
|
195 | version = "2.0.0"
|
196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
197 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
198 | dependencies = [
|
199 | "num-traits",
|
200 | ]
|
201 |
|
202 | [[package]]
|
203 | name = "atom_syndication"
|
204 | version = "0.12.4"
|
205 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
206 | checksum = "2a3a5ed3201df5658d1aa45060c5a57dc9dba8a8ada20d696d67cb0c479ee043"
|
207 | dependencies = [
|
208 | "chrono",
|
209 | "derive_builder",
|
210 | "diligent-date-parser",
|
211 | "never",
|
212 | "quick-xml 0.36.2",
|
213 | ]
|
214 |
|
215 | [[package]]
|
216 | name = "atomic-waker"
|
217 | version = "1.1.2"
|
218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
219 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
220 |
|
221 | [[package]]
|
222 | name = "atty"
|
223 | version = "0.2.14"
|
224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
225 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
226 | dependencies = [
|
227 | "hermit-abi 0.1.19",
|
228 | "libc",
|
229 | "winapi",
|
230 | ]
|
231 |
|
232 | [[package]]
|
233 | name = "autocfg"
|
234 | version = "1.4.0"
|
235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
237 |
|
238 | [[package]]
|
239 | name = "aws-lc-rs"
|
240 | version = "1.10.0"
|
241 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
242 | checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
|
243 | dependencies = [
|
244 | "aws-lc-sys",
|
245 | "mirai-annotations",
|
246 | "paste",
|
247 | "zeroize",
|
248 | ]
|
249 |
|
250 | [[package]]
|
251 | name = "aws-lc-sys"
|
252 | version = "0.22.0"
|
253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
254 | checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
|
255 | dependencies = [
|
256 | "bindgen",
|
257 | "cc",
|
258 | "cmake",
|
259 | "dunce",
|
260 | "fs_extra",
|
261 | "libc",
|
262 | "paste",
|
263 | ]
|
264 |
|
265 | [[package]]
|
266 | name = "axum"
|
267 | version = "0.7.7"
|
268 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
269 | checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae"
|
270 | dependencies = [
|
271 | "async-trait",
|
272 | "axum-core",
|
273 | "axum-macros",
|
274 | "bytes",
|
275 | "futures-util",
|
276 | "http 1.1.0",
|
277 | "http-body 1.0.1",
|
278 | "http-body-util",
|
279 | "hyper 1.5.0",
|
280 | "hyper-util",
|
281 | "itoa",
|
282 | "matchit",
|
283 | "memchr",
|
284 | "mime",
|
285 | "percent-encoding",
|
286 | "pin-project-lite",
|
287 | "rustversion",
|
288 | "serde",
|
289 | "serde_json",
|
290 | "serde_path_to_error",
|
291 | "serde_urlencoded",
|
292 | "sync_wrapper 1.0.1",
|
293 | "tokio",
|
294 | "tower",
|
295 | "tower-layer",
|
296 | "tower-service",
|
297 | "tracing",
|
298 | ]
|
299 |
|
300 | [[package]]
|
301 | name = "axum-core"
|
302 | version = "0.4.5"
|
303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
304 | checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
305 | dependencies = [
|
306 | "async-trait",
|
307 | "bytes",
|
308 | "futures-util",
|
309 | "http 1.1.0",
|
310 | "http-body 1.0.1",
|
311 | "http-body-util",
|
312 | "mime",
|
313 | "pin-project-lite",
|
314 | "rustversion",
|
315 | "sync_wrapper 1.0.1",
|
316 | "tower-layer",
|
317 | "tower-service",
|
318 | "tracing",
|
319 | ]
|
320 |
|
321 | [[package]]
|
322 | name = "axum-extra"
|
323 | version = "0.9.4"
|
324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
325 | checksum = "73c3220b188aea709cf1b6c5f9b01c3bd936bb08bd2b5184a12b35ac8131b1f9"
|
326 | dependencies = [
|
327 | "axum",
|
328 | "axum-core",
|
329 | "bytes",
|
330 | "cookie",
|
331 | "futures-util",
|
332 | "headers",
|
333 | "http 1.1.0",
|
334 | "http-body 1.0.1",
|
335 | "http-body-util",
|
336 | "mime",
|
337 | "pin-project-lite",
|
338 | "serde",
|
339 | "serde_html_form",
|
340 | "tower",
|
341 | "tower-layer",
|
342 | "tower-service",
|
343 | "tracing",
|
344 | ]
|
345 |
|
346 | [[package]]
|
347 | name = "axum-macros"
|
348 | version = "0.4.2"
|
349 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
350 | checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
|
351 | dependencies = [
|
352 | "proc-macro2",
|
353 | "quote",
|
354 | "syn 2.0.85",
|
355 | ]
|
356 |
|
357 | [[package]]
|
358 | name = "ayllu"
|
359 | version = "0.2.1"
|
360 | dependencies = [
|
361 | "anyhow",
|
362 | "async-trait",
|
363 | "axum",
|
364 | "axum-extra",
|
365 | "ayllu_api",
|
366 | "ayllu_config",
|
367 | "ayllu_database",
|
368 | "ayllu_git",
|
369 | "ayllu_rpc",
|
370 | "bytes",
|
371 | "cc",
|
372 | "clap 4.5.20",
|
373 | "comrak",
|
374 | "env_logger 0.11.5",
|
375 | "file-mode",
|
376 | "futures",
|
377 | "git2",
|
378 | "globwalk",
|
379 | "headers",
|
380 | "httparse",
|
381 | "include_dir",
|
382 | "lazy_static",
|
383 | "libloading",
|
384 | "libsqlite3-sys",
|
385 | "lightningcss",
|
386 | "log",
|
387 | "mime",
|
388 | "mime_guess",
|
389 | "plotters",
|
390 | "rand",
|
391 | "rss",
|
392 | "serde",
|
393 | "serde_json",
|
394 | "sqlx",
|
395 | "sqlx-cli",
|
396 | "tabwriter",
|
397 | "tarpc",
|
398 | "tera",
|
399 | "thiserror",
|
400 | "time",
|
401 | "time-macros",
|
402 | "tokei",
|
403 | "tokio",
|
404 | "tokio-stream",
|
405 | "tokio-util",
|
406 | "toml 0.8.19",
|
407 | "tower",
|
408 | "tower-http",
|
409 | "tracing",
|
410 | "tracing-subscriber",
|
411 | "tree-sitter",
|
412 | "tree-sitter-highlight",
|
413 | "url",
|
414 | "webfinger-rs",
|
415 | ]
|
416 |
|
417 | [[package]]
|
418 | name = "ayllu-jobs"
|
419 | version = "0.1.0"
|
420 | dependencies = [
|
421 | "anyhow",
|
422 | "async-trait",
|
423 | "axum",
|
424 | "axum-extra",
|
425 | "ayllu_api",
|
426 | "ayllu_config",
|
427 | "ayllu_database",
|
428 | "ayllu_git",
|
429 | "ayllu_rpc",
|
430 | "bytes",
|
431 | "clap 4.5.20",
|
432 | "comrak",
|
433 | "env_logger 0.11.5",
|
434 | "file-mode",
|
435 | "futures",
|
436 | "git2",
|
437 | "globwalk",
|
438 | "headers",
|
439 | "httparse",
|
440 | "include_dir",
|
441 | "lazy_static",
|
442 | "libloading",
|
443 | "log",
|
444 | "mime",
|
445 | "mime_guess",
|
446 | "plotters",
|
447 | "rand",
|
448 | "rss",
|
449 | "serde",
|
450 | "serde_json",
|
451 | "sqlx",
|
452 | "tabwriter",
|
453 | "tarpc",
|
454 | "tera",
|
455 | "thiserror",
|
456 | "time",
|
457 | "time-macros",
|
458 | "timeutil",
|
459 | "tokei",
|
460 | "tokio",
|
461 | "tokio-stream",
|
462 | "tokio-util",
|
463 | "toml 0.8.19",
|
464 | "tower",
|
465 | "tower-http",
|
466 | "tracing",
|
467 | "tracing-subscriber",
|
468 | "tree-sitter",
|
469 | "tree-sitter-highlight",
|
470 | "url",
|
471 | "webfinger",
|
472 | ]
|
473 |
|
474 | [[package]]
|
475 | name = "ayllu-mail"
|
476 | version = "0.2.1"
|
477 | dependencies = [
|
478 | "async-trait",
|
479 | "axum",
|
480 | "ayllu_config",
|
481 | "ayllu_database",
|
482 | "clap 4.5.20",
|
483 | "clap_complete",
|
484 | "futures",
|
485 | "futures-util",
|
486 | "mail-parser",
|
487 | "maildir",
|
488 | "maitred",
|
489 | "serde",
|
490 | "thiserror",
|
491 | "tokio",
|
492 | "tracing",
|
493 | "tracing-subscriber",
|
494 | ]
|
495 |
|
496 | [[package]]
|
497 | name = "ayllu_api"
|
498 | version = "0.2.1"
|
499 | dependencies = [
|
500 | "serde",
|
501 | "tarpc",
|
502 | "thiserror",
|
503 | ]
|
504 |
|
505 | [[package]]
|
506 | name = "ayllu_config"
|
507 | version = "0.2.1"
|
508 | dependencies = [
|
509 | "clap 4.5.20",
|
510 | "log",
|
511 | "serde",
|
512 | "serde_json",
|
513 | "tempfile",
|
514 | "thiserror",
|
515 | "toml 0.8.19",
|
516 | "toml_edit",
|
517 | ]
|
518 |
|
519 | [[package]]
|
520 | name = "ayllu_database"
|
521 | version = "0.2.1"
|
522 | dependencies = [
|
523 | "async-trait",
|
524 | "futures",
|
525 | "serde",
|
526 | "sqlx",
|
527 | "time",
|
528 | "tracing",
|
529 | ]
|
530 |
|
531 | [[package]]
|
532 | name = "ayllu_git"
|
533 | version = "0.2.1"
|
534 | dependencies = [
|
535 | "git2",
|
536 | "rand",
|
537 | "serde",
|
538 | "tokio",
|
539 | "tracing",
|
540 | ]
|
541 |
|
542 | [[package]]
|
543 | name = "ayllu_rpc"
|
544 | version = "0.2.1"
|
545 | dependencies = [
|
546 | "async-trait",
|
547 | "futures",
|
548 | "tarpc",
|
549 | "tokio",
|
550 | "tokio-util",
|
551 | "tracing",
|
552 | ]
|
553 |
|
554 | [[package]]
|
555 | name = "ayllu_scheduler"
|
556 | version = "0.2.1"
|
557 | dependencies = [
|
558 | "tracing",
|
559 | ]
|
560 |
|
561 | [[package]]
|
562 | name = "backoff"
|
563 | version = "0.4.0"
|
564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
565 | checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
566 | dependencies = [
|
567 | "futures-core",
|
568 | "getrandom",
|
569 | "instant",
|
570 | "pin-project-lite",
|
571 | "rand",
|
572 | "tokio",
|
573 | ]
|
574 |
|
575 | [[package]]
|
576 | name = "backtrace"
|
577 | version = "0.3.74"
|
578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
579 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
580 | dependencies = [
|
581 | "addr2line",
|
582 | "cfg-if",
|
583 | "libc",
|
584 | "miniz_oxide",
|
585 | "object",
|
586 | "rustc-demangle",
|
587 | "windows-targets 0.52.6",
|
588 | ]
|
589 |
|
590 | [[package]]
|
591 | name = "base64"
|
592 | version = "0.21.7"
|
593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
594 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
595 |
|
596 | [[package]]
|
597 | name = "base64"
|
598 | version = "0.22.1"
|
599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
600 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
601 |
|
602 | [[package]]
|
603 | name = "base64-simd"
|
604 | version = "0.7.0"
|
605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
606 | checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
|
607 | dependencies = [
|
608 | "simd-abstraction",
|
609 | ]
|
610 |
|
611 | [[package]]
|
612 | name = "base64ct"
|
613 | version = "1.6.0"
|
614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
615 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
616 |
|
617 | [[package]]
|
618 | name = "bincode"
|
619 | version = "1.3.3"
|
620 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
621 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
622 | dependencies = [
|
623 | "serde",
|
624 | ]
|
625 |
|
626 | [[package]]
|
627 | name = "bindgen"
|
628 | version = "0.69.5"
|
629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
630 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
631 | dependencies = [
|
632 | "bitflags 2.6.0",
|
633 | "cexpr",
|
634 | "clang-sys",
|
635 | "itertools 0.12.1",
|
636 | "lazy_static",
|
637 | "lazycell",
|
638 | "log",
|
639 | "prettyplease",
|
640 | "proc-macro2",
|
641 | "quote",
|
642 | "regex",
|
643 | "rustc-hash",
|
644 | "shlex",
|
645 | "syn 2.0.85",
|
646 | "which",
|
647 | ]
|
648 |
|
649 | [[package]]
|
650 | name = "bit-set"
|
651 | version = "0.5.3"
|
652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
653 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
654 | dependencies = [
|
655 | "bit-vec",
|
656 | ]
|
657 |
|
658 | [[package]]
|
659 | name = "bit-vec"
|
660 | version = "0.6.3"
|
661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
662 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
663 |
|
664 | [[package]]
|
665 | name = "bitflags"
|
666 | version = "1.3.2"
|
667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
668 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
669 |
|
670 | [[package]]
|
671 | name = "bitflags"
|
672 | version = "2.6.0"
|
673 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
674 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
675 | dependencies = [
|
676 | "serde",
|
677 | ]
|
678 |
|
679 | [[package]]
|
680 | name = "bitvec"
|
681 | version = "1.0.1"
|
682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
683 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
684 | dependencies = [
|
685 | "funty",
|
686 | "radium",
|
687 | "tap",
|
688 | "wyz",
|
689 | ]
|
690 |
|
691 | [[package]]
|
692 | name = "block-buffer"
|
693 | version = "0.10.4"
|
694 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
695 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
696 | dependencies = [
|
697 | "generic-array",
|
698 | ]
|
699 |
|
700 | [[package]]
|
701 | name = "bstr"
|
702 | version = "1.10.0"
|
703 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
704 | checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
705 | dependencies = [
|
706 | "memchr",
|
707 | "serde",
|
708 | ]
|
709 |
|
710 | [[package]]
|
711 | name = "bumpalo"
|
712 | version = "3.16.0"
|
713 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
714 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
715 |
|
716 | [[package]]
|
717 | name = "bytecheck"
|
718 | version = "0.6.12"
|
719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
720 | checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
721 | dependencies = [
|
722 | "bytecheck_derive",
|
723 | "ptr_meta",
|
724 | "simdutf8",
|
725 | ]
|
726 |
|
727 | [[package]]
|
728 | name = "bytecheck_derive"
|
729 | version = "0.6.12"
|
730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
731 | checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
732 | dependencies = [
|
733 | "proc-macro2",
|
734 | "quote",
|
735 | "syn 1.0.109",
|
736 | ]
|
737 |
|
738 | [[package]]
|
739 | name = "bytemuck"
|
740 | version = "1.19.0"
|
741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
742 | checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
|
743 |
|
744 | [[package]]
|
745 | name = "byteorder"
|
746 | version = "1.5.0"
|
747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
748 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
749 |
|
750 | [[package]]
|
751 | name = "bytes"
|
752 | version = "1.8.0"
|
753 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
754 | checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
755 |
|
756 | [[package]]
|
757 | name = "bzip2"
|
758 | version = "0.4.4"
|
759 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
760 | checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
761 | dependencies = [
|
762 | "bzip2-sys",
|
763 | "libc",
|
764 | ]
|
765 |
|
766 | [[package]]
|
767 | name = "bzip2-sys"
|
768 | version = "0.1.11+1.0.8"
|
769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
770 | checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
771 | dependencies = [
|
772 | "cc",
|
773 | "libc",
|
774 | "pkg-config",
|
775 | ]
|
776 |
|
777 | [[package]]
|
778 | name = "camino"
|
779 | version = "1.1.9"
|
780 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
781 | checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
782 | dependencies = [
|
783 | "serde",
|
784 | ]
|
785 |
|
786 | [[package]]
|
787 | name = "cargo-platform"
|
788 | version = "0.1.8"
|
789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
790 | checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
|
791 | dependencies = [
|
792 | "serde",
|
793 | ]
|
794 |
|
795 | [[package]]
|
796 | name = "cargo_metadata"
|
797 | version = "0.18.1"
|
798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
799 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
800 | dependencies = [
|
801 | "camino",
|
802 | "cargo-platform",
|
803 | "semver",
|
804 | "serde",
|
805 | "serde_json",
|
806 | "thiserror",
|
807 | ]
|
808 |
|
809 | [[package]]
|
810 | name = "caseless"
|
811 | version = "0.2.1"
|
812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
813 | checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
|
814 | dependencies = [
|
815 | "regex",
|
816 | "unicode-normalization",
|
817 | ]
|
818 |
|
819 | [[package]]
|
820 | name = "cc"
|
821 | version = "1.1.31"
|
822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
823 | checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
824 | dependencies = [
|
825 | "jobserver",
|
826 | "libc",
|
827 | "shlex",
|
828 | ]
|
829 |
|
830 | [[package]]
|
831 | name = "cexpr"
|
832 | version = "0.6.0"
|
833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
834 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
835 | dependencies = [
|
836 | "nom",
|
837 | ]
|
838 |
|
839 | [[package]]
|
840 | name = "cfg-if"
|
841 | version = "1.0.0"
|
842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
843 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
844 |
|
845 | [[package]]
|
846 | name = "charset"
|
847 | version = "0.1.5"
|
848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
849 | checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
|
850 | dependencies = [
|
851 | "base64 0.22.1",
|
852 | "encoding_rs",
|
853 | ]
|
854 |
|
855 | [[package]]
|
856 | name = "chrono"
|
857 | version = "0.4.38"
|
858 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
859 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
860 | dependencies = [
|
861 | "android-tzdata",
|
862 | "iana-time-zone",
|
863 | "js-sys",
|
864 | "num-traits",
|
865 | "serde",
|
866 | "wasm-bindgen",
|
867 | "windows-targets 0.52.6",
|
868 | ]
|
869 |
|
870 | [[package]]
|
871 | name = "chrono-tz"
|
872 | version = "0.9.0"
|
873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
874 | checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
|
875 | dependencies = [
|
876 | "chrono",
|
877 | "chrono-tz-build",
|
878 | "phf 0.11.2",
|
879 | ]
|
880 |
|
881 | [[package]]
|
882 | name = "chrono-tz-build"
|
883 | version = "0.3.0"
|
884 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
885 | checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
|
886 | dependencies = [
|
887 | "parse-zoneinfo",
|
888 | "phf 0.11.2",
|
889 | "phf_codegen 0.11.2",
|
890 | ]
|
891 |
|
892 | [[package]]
|
893 | name = "cipher"
|
894 | version = "0.4.4"
|
895 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
896 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
897 | dependencies = [
|
898 | "crypto-common",
|
899 | "inout",
|
900 | ]
|
901 |
|
902 | [[package]]
|
903 | name = "clang-sys"
|
904 | version = "1.8.1"
|
905 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
906 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
907 | dependencies = [
|
908 | "glob",
|
909 | "libc",
|
910 | "libloading",
|
911 | ]
|
912 |
|
913 | [[package]]
|
914 | name = "clap"
|
915 | version = "2.34.0"
|
916 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
917 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
918 | dependencies = [
|
919 | "ansi_term",
|
920 | "atty",
|
921 | "bitflags 1.3.2",
|
922 | "strsim 0.8.0",
|
923 | "textwrap",
|
924 | "unicode-width",
|
925 | "vec_map",
|
926 | ]
|
927 |
|
928 | [[package]]
|
929 | name = "clap"
|
930 | version = "4.5.20"
|
931 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
932 | checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
933 | dependencies = [
|
934 | "clap_builder",
|
935 | "clap_derive",
|
936 | ]
|
937 |
|
938 | [[package]]
|
939 | name = "clap_builder"
|
940 | version = "4.5.20"
|
941 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
942 | checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
943 | dependencies = [
|
944 | "anstream",
|
945 | "anstyle",
|
946 | "clap_lex",
|
947 | "strsim 0.11.1",
|
948 | "terminal_size",
|
949 | ]
|
950 |
|
951 | [[package]]
|
952 | name = "clap_complete"
|
953 | version = "4.5.35"
|
954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
955 | checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb"
|
956 | dependencies = [
|
957 | "clap 4.5.20",
|
958 | ]
|
959 |
|
960 | [[package]]
|
961 | name = "clap_derive"
|
962 | version = "4.5.18"
|
963 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
964 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
965 | dependencies = [
|
966 | "heck",
|
967 | "proc-macro2",
|
968 | "quote",
|
969 | "syn 2.0.85",
|
970 | ]
|
971 |
|
972 | [[package]]
|
973 | name = "clap_lex"
|
974 | version = "0.7.2"
|
975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
976 | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
977 |
|
978 | [[package]]
|
979 | name = "clipboard-win"
|
980 | version = "4.5.0"
|
981 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
982 | checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
983 | dependencies = [
|
984 | "error-code",
|
985 | "str-buf",
|
986 | "winapi",
|
987 | ]
|
988 |
|
989 | [[package]]
|
990 | name = "cmake"
|
991 | version = "0.1.51"
|
992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
993 | checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
|
994 | dependencies = [
|
995 | "cc",
|
996 | ]
|
997 |
|
998 | [[package]]
|
999 | name = "color_quant"
|
1000 | version = "1.1.0"
|
1001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
1003 |
|
1004 | [[package]]
|
1005 | name = "colorchoice"
|
1006 | version = "1.0.3"
|
1007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1008 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
1009 |
|
1010 | [[package]]
|
1011 | name = "comrak"
|
1012 | version = "0.29.0"
|
1013 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1014 | checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637"
|
1015 | dependencies = [
|
1016 | "caseless",
|
1017 | "clap 4.5.20",
|
1018 | "derive_builder",
|
1019 | "entities",
|
1020 | "memchr",
|
1021 | "once_cell",
|
1022 | "regex",
|
1023 | "shell-words",
|
1024 | "slug",
|
1025 | "syntect",
|
1026 | "typed-arena",
|
1027 | "unicode_categories",
|
1028 | "xdg",
|
1029 | ]
|
1030 |
|
1031 | [[package]]
|
1032 | name = "concurrent-queue"
|
1033 | version = "2.5.0"
|
1034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1036 | dependencies = [
|
1037 | "crossbeam-utils",
|
1038 | ]
|
1039 |
|
1040 | [[package]]
|
1041 | name = "console"
|
1042 | version = "0.15.8"
|
1043 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
1045 | dependencies = [
|
1046 | "encode_unicode",
|
1047 | "lazy_static",
|
1048 | "libc",
|
1049 | "unicode-width",
|
1050 | "windows-sys 0.52.0",
|
1051 | ]
|
1052 |
|
1053 | [[package]]
|
1054 | name = "const-oid"
|
1055 | version = "0.9.6"
|
1056 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1057 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
1058 |
|
1059 | [[package]]
|
1060 | name = "const-str"
|
1061 | version = "0.3.2"
|
1062 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1063 | checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
|
1064 | dependencies = [
|
1065 | "const-str-proc-macro",
|
1066 | ]
|
1067 |
|
1068 | [[package]]
|
1069 | name = "const-str-proc-macro"
|
1070 | version = "0.3.2"
|
1071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1072 | checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
|
1073 | dependencies = [
|
1074 | "proc-macro2",
|
1075 | "quote",
|
1076 | "syn 1.0.109",
|
1077 | ]
|
1078 |
|
1079 | [[package]]
|
1080 | name = "constant_time_eq"
|
1081 | version = "0.3.1"
|
1082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
1084 |
|
1085 | [[package]]
|
1086 | name = "convert_case"
|
1087 | version = "0.6.0"
|
1088 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
1090 | dependencies = [
|
1091 | "unicode-segmentation",
|
1092 | ]
|
1093 |
|
1094 | [[package]]
|
1095 | name = "cookie"
|
1096 | version = "0.18.1"
|
1097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1098 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
1099 | dependencies = [
|
1100 | "percent-encoding",
|
1101 | "time",
|
1102 | "version_check",
|
1103 | ]
|
1104 |
|
1105 | [[package]]
|
1106 | name = "core-foundation"
|
1107 | version = "0.9.4"
|
1108 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
1110 | dependencies = [
|
1111 | "core-foundation-sys",
|
1112 | "libc",
|
1113 | ]
|
1114 |
|
1115 | [[package]]
|
1116 | name = "core-foundation-sys"
|
1117 | version = "0.8.7"
|
1118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1120 |
|
1121 | [[package]]
|
1122 | name = "core-graphics"
|
1123 | version = "0.23.2"
|
1124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1125 | checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
|
1126 | dependencies = [
|
1127 | "bitflags 1.3.2",
|
1128 | "core-foundation",
|
1129 | "core-graphics-types",
|
1130 | "foreign-types 0.5.0",
|
1131 | "libc",
|
1132 | ]
|
1133 |
|
1134 | [[package]]
|
1135 | name = "core-graphics-types"
|
1136 | version = "0.1.3"
|
1137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138 | checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
|
1139 | dependencies = [
|
1140 | "bitflags 1.3.2",
|
1141 | "core-foundation",
|
1142 | "libc",
|
1143 | ]
|
1144 |
|
1145 | [[package]]
|
1146 | name = "core-text"
|
1147 | version = "20.1.0"
|
1148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149 | checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
|
1150 | dependencies = [
|
1151 | "core-foundation",
|
1152 | "core-graphics",
|
1153 | "foreign-types 0.5.0",
|
1154 | "libc",
|
1155 | ]
|
1156 |
|
1157 | [[package]]
|
1158 | name = "cpufeatures"
|
1159 | version = "0.2.14"
|
1160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1161 | checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
1162 | dependencies = [
|
1163 | "libc",
|
1164 | ]
|
1165 |
|
1166 | [[package]]
|
1167 | name = "crc"
|
1168 | version = "3.2.1"
|
1169 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
1171 | dependencies = [
|
1172 | "crc-catalog",
|
1173 | ]
|
1174 |
|
1175 | [[package]]
|
1176 | name = "crc-catalog"
|
1177 | version = "2.4.0"
|
1178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1179 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
1180 |
|
1181 | [[package]]
|
1182 | name = "crc32fast"
|
1183 | version = "1.4.2"
|
1184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
1186 | dependencies = [
|
1187 | "cfg-if",
|
1188 | ]
|
1189 |
|
1190 | [[package]]
|
1191 | name = "crossbeam-channel"
|
1192 | version = "0.5.13"
|
1193 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1194 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
1195 | dependencies = [
|
1196 | "crossbeam-utils",
|
1197 | ]
|
1198 |
|
1199 | [[package]]
|
1200 | name = "crossbeam-deque"
|
1201 | version = "0.8.5"
|
1202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1203 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
1204 | dependencies = [
|
1205 | "crossbeam-epoch",
|
1206 | "crossbeam-utils",
|
1207 | ]
|
1208 |
|
1209 | [[package]]
|
1210 | name = "crossbeam-epoch"
|
1211 | version = "0.9.18"
|
1212 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1213 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
1214 | dependencies = [
|
1215 | "crossbeam-utils",
|
1216 | ]
|
1217 |
|
1218 | [[package]]
|
1219 | name = "crossbeam-queue"
|
1220 | version = "0.3.11"
|
1221 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1222 | checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
1223 | dependencies = [
|
1224 | "crossbeam-utils",
|
1225 | ]
|
1226 |
|
1227 | [[package]]
|
1228 | name = "crossbeam-utils"
|
1229 | version = "0.8.20"
|
1230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1231 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
1232 |
|
1233 | [[package]]
|
1234 | name = "crypto-common"
|
1235 | version = "0.1.6"
|
1236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1237 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1238 | dependencies = [
|
1239 | "generic-array",
|
1240 | "typenum",
|
1241 | ]
|
1242 |
|
1243 | [[package]]
|
1244 | name = "cssparser"
|
1245 | version = "0.33.0"
|
1246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247 | checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
|
1248 | dependencies = [
|
1249 | "cssparser-macros",
|
1250 | "dtoa-short",
|
1251 | "itoa",
|
1252 | "phf 0.11.2",
|
1253 | "smallvec",
|
1254 | ]
|
1255 |
|
1256 | [[package]]
|
1257 | name = "cssparser-color"
|
1258 | version = "0.1.0"
|
1259 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1260 | checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
|
1261 | dependencies = [
|
1262 | "cssparser",
|
1263 | ]
|
1264 |
|
1265 | [[package]]
|
1266 | name = "cssparser-macros"
|
1267 | version = "0.6.1"
|
1268 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
1270 | dependencies = [
|
1271 | "quote",
|
1272 | "syn 2.0.85",
|
1273 | ]
|
1274 |
|
1275 | [[package]]
|
1276 | name = "darling"
|
1277 | version = "0.20.10"
|
1278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
1280 | dependencies = [
|
1281 | "darling_core",
|
1282 | "darling_macro",
|
1283 | ]
|
1284 |
|
1285 | [[package]]
|
1286 | name = "darling_core"
|
1287 | version = "0.20.10"
|
1288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1289 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
1290 | dependencies = [
|
1291 | "fnv",
|
1292 | "ident_case",
|
1293 | "proc-macro2",
|
1294 | "quote",
|
1295 | "strsim 0.11.1",
|
1296 | "syn 2.0.85",
|
1297 | ]
|
1298 |
|
1299 | [[package]]
|
1300 | name = "darling_macro"
|
1301 | version = "0.20.10"
|
1302 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1303 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
1304 | dependencies = [
|
1305 | "darling_core",
|
1306 | "quote",
|
1307 | "syn 2.0.85",
|
1308 | ]
|
1309 |
|
1310 | [[package]]
|
1311 | name = "dashmap"
|
1312 | version = "4.0.2"
|
1313 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1314 | checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
1315 | dependencies = [
|
1316 | "cfg-if",
|
1317 | "num_cpus",
|
1318 | "serde",
|
1319 | ]
|
1320 |
|
1321 | [[package]]
|
1322 | name = "dashmap"
|
1323 | version = "5.5.3"
|
1324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1325 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
1326 | dependencies = [
|
1327 | "cfg-if",
|
1328 | "hashbrown 0.14.5",
|
1329 | "lock_api",
|
1330 | "once_cell",
|
1331 | "parking_lot_core 0.9.10",
|
1332 | ]
|
1333 |
|
1334 | [[package]]
|
1335 | name = "data-encoding"
|
1336 | version = "2.6.0"
|
1337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
1339 |
|
1340 | [[package]]
|
1341 | name = "data-url"
|
1342 | version = "0.1.1"
|
1343 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1344 | checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
1345 | dependencies = [
|
1346 | "matches",
|
1347 | ]
|
1348 |
|
1349 | [[package]]
|
1350 | name = "deflate64"
|
1351 | version = "0.1.9"
|
1352 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1353 | checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
1354 |
|
1355 | [[package]]
|
1356 | name = "der"
|
1357 | version = "0.7.9"
|
1358 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359 | checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
1360 | dependencies = [
|
1361 | "const-oid",
|
1362 | "pem-rfc7468",
|
1363 | "zeroize",
|
1364 | ]
|
1365 |
|
1366 | [[package]]
|
1367 | name = "deranged"
|
1368 | version = "0.3.11"
|
1369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
1371 | dependencies = [
|
1372 | "powerfmt",
|
1373 | "serde",
|
1374 | ]
|
1375 |
|
1376 | [[package]]
|
1377 | name = "derive_arbitrary"
|
1378 | version = "1.3.2"
|
1379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380 | checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
1381 | dependencies = [
|
1382 | "proc-macro2",
|
1383 | "quote",
|
1384 | "syn 2.0.85",
|
1385 | ]
|
1386 |
|
1387 | [[package]]
|
1388 | name = "derive_builder"
|
1389 | version = "0.20.2"
|
1390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1391 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
|
1392 | dependencies = [
|
1393 | "derive_builder_macro",
|
1394 | ]
|
1395 |
|
1396 | [[package]]
|
1397 | name = "derive_builder_core"
|
1398 | version = "0.20.2"
|
1399 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
1401 | dependencies = [
|
1402 | "darling",
|
1403 | "proc-macro2",
|
1404 | "quote",
|
1405 | "syn 2.0.85",
|
1406 | ]
|
1407 |
|
1408 | [[package]]
|
1409 | name = "derive_builder_macro"
|
1410 | version = "0.20.2"
|
1411 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1412 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
1413 | dependencies = [
|
1414 | "derive_builder_core",
|
1415 | "syn 2.0.85",
|
1416 | ]
|
1417 |
|
1418 | [[package]]
|
1419 | name = "deunicode"
|
1420 | version = "1.6.0"
|
1421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1422 | checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
1423 |
|
1424 | [[package]]
|
1425 | name = "digest"
|
1426 | version = "0.10.7"
|
1427 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1428 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1429 | dependencies = [
|
1430 | "block-buffer",
|
1431 | "const-oid",
|
1432 | "crypto-common",
|
1433 | "subtle",
|
1434 | ]
|
1435 |
|
1436 | [[package]]
|
1437 | name = "diligent-date-parser"
|
1438 | version = "0.1.4"
|
1439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1440 | checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
|
1441 | dependencies = [
|
1442 | "chrono",
|
1443 | ]
|
1444 |
|
1445 | [[package]]
|
1446 | name = "dirs"
|
1447 | version = "3.0.2"
|
1448 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1449 | checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
1450 | dependencies = [
|
1451 | "dirs-sys 0.3.7",
|
1452 | ]
|
1453 |
|
1454 | [[package]]
|
1455 | name = "dirs"
|
1456 | version = "5.0.1"
|
1457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
1459 | dependencies = [
|
1460 | "dirs-sys 0.4.1",
|
1461 | ]
|
1462 |
|
1463 | [[package]]
|
1464 | name = "dirs-next"
|
1465 | version = "2.0.0"
|
1466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1467 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
1468 | dependencies = [
|
1469 | "cfg-if",
|
1470 | "dirs-sys-next",
|
1471 | ]
|
1472 |
|
1473 | [[package]]
|
1474 | name = "dirs-sys"
|
1475 | version = "0.3.7"
|
1476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
1478 | dependencies = [
|
1479 | "libc",
|
1480 | "redox_users",
|
1481 | "winapi",
|
1482 | ]
|
1483 |
|
1484 | [[package]]
|
1485 | name = "dirs-sys"
|
1486 | version = "0.4.1"
|
1487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1488 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
1489 | dependencies = [
|
1490 | "libc",
|
1491 | "option-ext",
|
1492 | "redox_users",
|
1493 | "windows-sys 0.48.0",
|
1494 | ]
|
1495 |
|
1496 | [[package]]
|
1497 | name = "dirs-sys-next"
|
1498 | version = "0.1.2"
|
1499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1500 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
1501 | dependencies = [
|
1502 | "libc",
|
1503 | "redox_users",
|
1504 | "winapi",
|
1505 | ]
|
1506 |
|
1507 | [[package]]
|
1508 | name = "displaydoc"
|
1509 | version = "0.2.5"
|
1510 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1511 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
1512 | dependencies = [
|
1513 | "proc-macro2",
|
1514 | "quote",
|
1515 | "syn 2.0.85",
|
1516 | ]
|
1517 |
|
1518 | [[package]]
|
1519 | name = "dlib"
|
1520 | version = "0.5.2"
|
1521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522 | checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
|
1523 | dependencies = [
|
1524 | "libloading",
|
1525 | ]
|
1526 |
|
1527 | [[package]]
|
1528 | name = "document-features"
|
1529 | version = "0.2.10"
|
1530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1531 | checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0"
|
1532 | dependencies = [
|
1533 | "litrs",
|
1534 | ]
|
1535 |
|
1536 | [[package]]
|
1537 | name = "dotenvy"
|
1538 | version = "0.15.7"
|
1539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1540 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
1541 |
|
1542 | [[package]]
|
1543 | name = "dtoa"
|
1544 | version = "1.0.9"
|
1545 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1546 | checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
1547 |
|
1548 | [[package]]
|
1549 | name = "dtoa-short"
|
1550 | version = "0.3.5"
|
1551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1552 | checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
1553 | dependencies = [
|
1554 | "dtoa",
|
1555 | ]
|
1556 |
|
1557 | [[package]]
|
1558 | name = "dunce"
|
1559 | version = "1.0.5"
|
1560 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1561 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
1562 |
|
1563 | [[package]]
|
1564 | name = "dwrote"
|
1565 | version = "0.11.2"
|
1566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1567 | checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
|
1568 | dependencies = [
|
1569 | "lazy_static",
|
1570 | "libc",
|
1571 | "winapi",
|
1572 | "wio",
|
1573 | ]
|
1574 |
|
1575 | [[package]]
|
1576 | name = "educe"
|
1577 | version = "0.4.23"
|
1578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1579 | checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f"
|
1580 | dependencies = [
|
1581 | "enum-ordinalize",
|
1582 | "proc-macro2",
|
1583 | "quote",
|
1584 | "syn 1.0.109",
|
1585 | ]
|
1586 |
|
1587 | [[package]]
|
1588 | name = "either"
|
1589 | version = "1.13.0"
|
1590 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1591 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
1592 | dependencies = [
|
1593 | "serde",
|
1594 | ]
|
1595 |
|
1596 | [[package]]
|
1597 | name = "email_address"
|
1598 | version = "0.2.9"
|
1599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1600 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
1601 | dependencies = [
|
1602 | "serde",
|
1603 | ]
|
1604 |
|
1605 | [[package]]
|
1606 | name = "encode_unicode"
|
1607 | version = "0.3.6"
|
1608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1609 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
1610 |
|
1611 | [[package]]
|
1612 | name = "encoding_rs"
|
1613 | version = "0.8.35"
|
1614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1615 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1616 | dependencies = [
|
1617 | "cfg-if",
|
1618 | ]
|
1619 |
|
1620 | [[package]]
|
1621 | name = "encoding_rs_io"
|
1622 | version = "0.1.7"
|
1623 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1624 | checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
|
1625 | dependencies = [
|
1626 | "encoding_rs",
|
1627 | ]
|
1628 |
|
1629 | [[package]]
|
1630 | name = "endian-type"
|
1631 | version = "0.1.2"
|
1632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1633 | checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
1634 |
|
1635 | [[package]]
|
1636 | name = "entities"
|
1637 | version = "1.0.1"
|
1638 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1639 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
1640 |
|
1641 | [[package]]
|
1642 | name = "enum-as-inner"
|
1643 | version = "0.6.1"
|
1644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
1646 | dependencies = [
|
1647 | "heck",
|
1648 | "proc-macro2",
|
1649 | "quote",
|
1650 | "syn 2.0.85",
|
1651 | ]
|
1652 |
|
1653 | [[package]]
|
1654 | name = "enum-ordinalize"
|
1655 | version = "3.1.15"
|
1656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1657 | checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
|
1658 | dependencies = [
|
1659 | "num-bigint",
|
1660 | "num-traits",
|
1661 | "proc-macro2",
|
1662 | "quote",
|
1663 | "syn 2.0.85",
|
1664 | ]
|
1665 |
|
1666 | [[package]]
|
1667 | name = "env_filter"
|
1668 | version = "0.1.2"
|
1669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1670 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
1671 | dependencies = [
|
1672 | "log",
|
1673 | "regex",
|
1674 | ]
|
1675 |
|
1676 | [[package]]
|
1677 | name = "env_logger"
|
1678 | version = "0.8.4"
|
1679 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1680 | checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
1681 | dependencies = [
|
1682 | "atty",
|
1683 | "humantime",
|
1684 | "log",
|
1685 | "regex",
|
1686 | "termcolor",
|
1687 | ]
|
1688 |
|
1689 | [[package]]
|
1690 | name = "env_logger"
|
1691 | version = "0.11.5"
|
1692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1693 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
1694 | dependencies = [
|
1695 | "anstream",
|
1696 | "anstyle",
|
1697 | "env_filter",
|
1698 | "humantime",
|
1699 | "log",
|
1700 | ]
|
1701 |
|
1702 | [[package]]
|
1703 | name = "equivalent"
|
1704 | version = "1.0.1"
|
1705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
1707 |
|
1708 | [[package]]
|
1709 | name = "errno"
|
1710 | version = "0.3.9"
|
1711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
1713 | dependencies = [
|
1714 | "libc",
|
1715 | "windows-sys 0.52.0",
|
1716 | ]
|
1717 |
|
1718 | [[package]]
|
1719 | name = "error-code"
|
1720 | version = "2.3.1"
|
1721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722 | checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
1723 | dependencies = [
|
1724 | "libc",
|
1725 | "str-buf",
|
1726 | ]
|
1727 |
|
1728 | [[package]]
|
1729 | name = "etcetera"
|
1730 | version = "0.8.0"
|
1731 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
1733 | dependencies = [
|
1734 | "cfg-if",
|
1735 | "home",
|
1736 | "windows-sys 0.48.0",
|
1737 | ]
|
1738 |
|
1739 | [[package]]
|
1740 | name = "event-listener"
|
1741 | version = "5.3.1"
|
1742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1743 | checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
1744 | dependencies = [
|
1745 | "concurrent-queue",
|
1746 | "parking",
|
1747 | "pin-project-lite",
|
1748 | ]
|
1749 |
|
1750 | [[package]]
|
1751 | name = "fancy-regex"
|
1752 | version = "0.11.0"
|
1753 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1754 | checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
1755 | dependencies = [
|
1756 | "bit-set",
|
1757 | "regex",
|
1758 | ]
|
1759 |
|
1760 | [[package]]
|
1761 | name = "fastrand"
|
1762 | version = "2.1.1"
|
1763 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1764 | checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
1765 |
|
1766 | [[package]]
|
1767 | name = "fd-lock"
|
1768 | version = "3.0.13"
|
1769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1770 | checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
|
1771 | dependencies = [
|
1772 | "cfg-if",
|
1773 | "rustix",
|
1774 | "windows-sys 0.48.0",
|
1775 | ]
|
1776 |
|
1777 | [[package]]
|
1778 | name = "fdeflate"
|
1779 | version = "0.3.5"
|
1780 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1781 | checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab"
|
1782 | dependencies = [
|
1783 | "simd-adler32",
|
1784 | ]
|
1785 |
|
1786 | [[package]]
|
1787 | name = "file-mode"
|
1788 | version = "0.1.2"
|
1789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790 | checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c"
|
1791 | dependencies = [
|
1792 | "libc",
|
1793 | ]
|
1794 |
|
1795 | [[package]]
|
1796 | name = "filetime"
|
1797 | version = "0.2.25"
|
1798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1799 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
1800 | dependencies = [
|
1801 | "cfg-if",
|
1802 | "libc",
|
1803 | "libredox",
|
1804 | "windows-sys 0.59.0",
|
1805 | ]
|
1806 |
|
1807 | [[package]]
|
1808 | name = "flate2"
|
1809 | version = "1.0.34"
|
1810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1811 | checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
1812 | dependencies = [
|
1813 | "crc32fast",
|
1814 | "miniz_oxide",
|
1815 | ]
|
1816 |
|
1817 | [[package]]
|
1818 | name = "float-ord"
|
1819 | version = "0.3.2"
|
1820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1821 | checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
|
1822 |
|
1823 | [[package]]
|
1824 | name = "flume"
|
1825 | version = "0.11.1"
|
1826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1827 | checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
1828 | dependencies = [
|
1829 | "futures-core",
|
1830 | "futures-sink",
|
1831 | "spin 0.9.8",
|
1832 | ]
|
1833 |
|
1834 | [[package]]
|
1835 | name = "fnv"
|
1836 | version = "1.0.7"
|
1837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
1839 |
|
1840 | [[package]]
|
1841 | name = "font-kit"
|
1842 | version = "0.14.2"
|
1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 | checksum = "b64b34f4efd515f905952d91bc185039863705592c0c53ae6d979805dd154520"
|
1845 | dependencies = [
|
1846 | "bitflags 2.6.0",
|
1847 | "byteorder",
|
1848 | "core-foundation",
|
1849 | "core-graphics",
|
1850 | "core-text",
|
1851 | "dirs 5.0.1",
|
1852 | "dwrote",
|
1853 | "float-ord",
|
1854 | "freetype-sys",
|
1855 | "lazy_static",
|
1856 | "libc",
|
1857 | "log",
|
1858 | "pathfinder_geometry",
|
1859 | "pathfinder_simd",
|
1860 | "walkdir",
|
1861 | "winapi",
|
1862 | "yeslogic-fontconfig-sys",
|
1863 | ]
|
1864 |
|
1865 | [[package]]
|
1866 | name = "foreign-types"
|
1867 | version = "0.3.2"
|
1868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
1870 | dependencies = [
|
1871 | "foreign-types-shared 0.1.1",
|
1872 | ]
|
1873 |
|
1874 | [[package]]
|
1875 | name = "foreign-types"
|
1876 | version = "0.5.0"
|
1877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1878 | checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
1879 | dependencies = [
|
1880 | "foreign-types-macros",
|
1881 | "foreign-types-shared 0.3.1",
|
1882 | ]
|
1883 |
|
1884 | [[package]]
|
1885 | name = "foreign-types-macros"
|
1886 | version = "0.2.3"
|
1887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1888 | checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
1889 | dependencies = [
|
1890 | "proc-macro2",
|
1891 | "quote",
|
1892 | "syn 2.0.85",
|
1893 | ]
|
1894 |
|
1895 | [[package]]
|
1896 | name = "foreign-types-shared"
|
1897 | version = "0.1.1"
|
1898 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1899 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
1900 |
|
1901 | [[package]]
|
1902 | name = "foreign-types-shared"
|
1903 | version = "0.3.1"
|
1904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905 | checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
1906 |
|
1907 | [[package]]
|
1908 | name = "form_urlencoded"
|
1909 | version = "1.2.1"
|
1910 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
1912 | dependencies = [
|
1913 | "percent-encoding",
|
1914 | ]
|
1915 |
|
1916 | [[package]]
|
1917 | name = "freetype-sys"
|
1918 | version = "0.20.1"
|
1919 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1920 | checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
|
1921 | dependencies = [
|
1922 | "cc",
|
1923 | "libc",
|
1924 | "pkg-config",
|
1925 | ]
|
1926 |
|
1927 | [[package]]
|
1928 | name = "fs_extra"
|
1929 | version = "1.3.0"
|
1930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1931 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
1932 |
|
1933 | [[package]]
|
1934 | name = "funty"
|
1935 | version = "2.0.0"
|
1936 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1937 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
1938 |
|
1939 | [[package]]
|
1940 | name = "futures"
|
1941 | version = "0.3.31"
|
1942 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1943 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
1944 | dependencies = [
|
1945 | "futures-channel",
|
1946 | "futures-core",
|
1947 | "futures-executor",
|
1948 | "futures-io",
|
1949 | "futures-sink",
|
1950 | "futures-task",
|
1951 | "futures-util",
|
1952 | ]
|
1953 |
|
1954 | [[package]]
|
1955 | name = "futures-channel"
|
1956 | version = "0.3.31"
|
1957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1958 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
1959 | dependencies = [
|
1960 | "futures-core",
|
1961 | "futures-sink",
|
1962 | ]
|
1963 |
|
1964 | [[package]]
|
1965 | name = "futures-core"
|
1966 | version = "0.3.31"
|
1967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1968 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
1969 |
|
1970 | [[package]]
|
1971 | name = "futures-executor"
|
1972 | version = "0.3.31"
|
1973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1974 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
1975 | dependencies = [
|
1976 | "futures-core",
|
1977 | "futures-task",
|
1978 | "futures-util",
|
1979 | ]
|
1980 |
|
1981 | [[package]]
|
1982 | name = "futures-intrusive"
|
1983 | version = "0.5.0"
|
1984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1985 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
1986 | dependencies = [
|
1987 | "futures-core",
|
1988 | "lock_api",
|
1989 | "parking_lot 0.12.3",
|
1990 | ]
|
1991 |
|
1992 | [[package]]
|
1993 | name = "futures-io"
|
1994 | version = "0.3.31"
|
1995 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1996 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1997 |
|
1998 | [[package]]
|
1999 | name = "futures-macro"
|
2000 | version = "0.3.31"
|
2001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2002 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2003 | dependencies = [
|
2004 | "proc-macro2",
|
2005 | "quote",
|
2006 | "syn 2.0.85",
|
2007 | ]
|
2008 |
|
2009 | [[package]]
|
2010 | name = "futures-sink"
|
2011 | version = "0.3.31"
|
2012 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2013 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2014 |
|
2015 | [[package]]
|
2016 | name = "futures-task"
|
2017 | version = "0.3.31"
|
2018 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020 |
|
2021 | [[package]]
|
2022 | name = "futures-util"
|
2023 | version = "0.3.31"
|
2024 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2026 | dependencies = [
|
2027 | "futures-channel",
|
2028 | "futures-core",
|
2029 | "futures-io",
|
2030 | "futures-macro",
|
2031 | "futures-sink",
|
2032 | "futures-task",
|
2033 | "memchr",
|
2034 | "pin-project-lite",
|
2035 | "pin-utils",
|
2036 | "slab",
|
2037 | ]
|
2038 |
|
2039 | [[package]]
|
2040 | name = "fxhash"
|
2041 | version = "0.2.1"
|
2042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2043 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2044 | dependencies = [
|
2045 | "byteorder",
|
2046 | ]
|
2047 |
|
2048 | [[package]]
|
2049 | name = "generic-array"
|
2050 | version = "0.14.7"
|
2051 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2052 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2053 | dependencies = [
|
2054 | "typenum",
|
2055 | "version_check",
|
2056 | ]
|
2057 |
|
2058 | [[package]]
|
2059 | name = "gethostname"
|
2060 | version = "0.2.3"
|
2061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2062 | checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
2063 | dependencies = [
|
2064 | "libc",
|
2065 | "winapi",
|
2066 | ]
|
2067 |
|
2068 | [[package]]
|
2069 | name = "gethostname"
|
2070 | version = "0.4.3"
|
2071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2072 | checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
2073 | dependencies = [
|
2074 | "libc",
|
2075 | "windows-targets 0.48.5",
|
2076 | ]
|
2077 |
|
2078 | [[package]]
|
2079 | name = "getrandom"
|
2080 | version = "0.2.15"
|
2081 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2082 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2083 | dependencies = [
|
2084 | "cfg-if",
|
2085 | "libc",
|
2086 | "wasi",
|
2087 | ]
|
2088 |
|
2089 | [[package]]
|
2090 | name = "gif"
|
2091 | version = "0.12.0"
|
2092 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2093 | checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
2094 | dependencies = [
|
2095 | "color_quant",
|
2096 | "weezl",
|
2097 | ]
|
2098 |
|
2099 | [[package]]
|
2100 | name = "gimli"
|
2101 | version = "0.31.1"
|
2102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2103 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2104 |
|
2105 | [[package]]
|
2106 | name = "git2"
|
2107 | version = "0.19.0"
|
2108 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2109 | checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
2110 | dependencies = [
|
2111 | "bitflags 2.6.0",
|
2112 | "libc",
|
2113 | "libgit2-sys",
|
2114 | "log",
|
2115 | "openssl-probe",
|
2116 | "openssl-sys",
|
2117 | "url",
|
2118 | ]
|
2119 |
|
2120 | [[package]]
|
2121 | name = "glob"
|
2122 | version = "0.3.1"
|
2123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2124 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2125 |
|
2126 | [[package]]
|
2127 | name = "globset"
|
2128 | version = "0.4.15"
|
2129 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2130 | checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
2131 | dependencies = [
|
2132 | "aho-corasick 1.1.3",
|
2133 | "bstr",
|
2134 | "log",
|
2135 | "regex-automata 0.4.8",
|
2136 | "regex-syntax 0.8.5",
|
2137 | ]
|
2138 |
|
2139 | [[package]]
|
2140 | name = "globwalk"
|
2141 | version = "0.9.1"
|
2142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2143 | checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
2144 | dependencies = [
|
2145 | "bitflags 2.6.0",
|
2146 | "ignore",
|
2147 | "walkdir",
|
2148 | ]
|
2149 |
|
2150 | [[package]]
|
2151 | name = "grep-matcher"
|
2152 | version = "0.1.7"
|
2153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2154 | checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02"
|
2155 | dependencies = [
|
2156 | "memchr",
|
2157 | ]
|
2158 |
|
2159 | [[package]]
|
2160 | name = "grep-searcher"
|
2161 | version = "0.1.14"
|
2162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2163 | checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda"
|
2164 | dependencies = [
|
2165 | "bstr",
|
2166 | "encoding_rs",
|
2167 | "encoding_rs_io",
|
2168 | "grep-matcher",
|
2169 | "log",
|
2170 | "memchr",
|
2171 | "memmap2",
|
2172 | ]
|
2173 |
|
2174 | [[package]]
|
2175 | name = "h2"
|
2176 | version = "0.3.26"
|
2177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2178 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2179 | dependencies = [
|
2180 | "bytes",
|
2181 | "fnv",
|
2182 | "futures-core",
|
2183 | "futures-sink",
|
2184 | "futures-util",
|
2185 | "http 0.2.12",
|
2186 | "indexmap 2.6.0",
|
2187 | "slab",
|
2188 | "tokio",
|
2189 | "tokio-util",
|
2190 | "tracing",
|
2191 | ]
|
2192 |
|
2193 | [[package]]
|
2194 | name = "h2"
|
2195 | version = "0.4.6"
|
2196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2197 | checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2198 | dependencies = [
|
2199 | "atomic-waker",
|
2200 | "bytes",
|
2201 | "fnv",
|
2202 | "futures-core",
|
2203 | "futures-sink",
|
2204 | "http 1.1.0",
|
2205 | "indexmap 2.6.0",
|
2206 | "slab",
|
2207 | "tokio",
|
2208 | "tokio-util",
|
2209 | "tracing",
|
2210 | ]
|
2211 |
|
2212 | [[package]]
|
2213 | name = "hashbrown"
|
2214 | version = "0.12.3"
|
2215 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2216 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2217 | dependencies = [
|
2218 | "ahash 0.7.8",
|
2219 | ]
|
2220 |
|
2221 | [[package]]
|
2222 | name = "hashbrown"
|
2223 | version = "0.14.5"
|
2224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2225 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2226 | dependencies = [
|
2227 | "ahash 0.8.11",
|
2228 | "allocator-api2",
|
2229 | ]
|
2230 |
|
2231 | [[package]]
|
2232 | name = "hashbrown"
|
2233 | version = "0.15.0"
|
2234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2235 | checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2236 |
|
2237 | [[package]]
|
2238 | name = "hashlink"
|
2239 | version = "0.9.1"
|
2240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2241 | checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
2242 | dependencies = [
|
2243 | "hashbrown 0.14.5",
|
2244 | ]
|
2245 |
|
2246 | [[package]]
|
2247 | name = "headers"
|
2248 | version = "0.4.0"
|
2249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250 | checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
2251 | dependencies = [
|
2252 | "base64 0.21.7",
|
2253 | "bytes",
|
2254 | "headers-core",
|
2255 | "http 1.1.0",
|
2256 | "httpdate",
|
2257 | "mime",
|
2258 | "sha1",
|
2259 | ]
|
2260 |
|
2261 | [[package]]
|
2262 | name = "headers-core"
|
2263 | version = "0.3.0"
|
2264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2265 | checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
2266 | dependencies = [
|
2267 | "http 1.1.0",
|
2268 | ]
|
2269 |
|
2270 | [[package]]
|
2271 | name = "heck"
|
2272 | version = "0.5.0"
|
2273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2274 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2275 |
|
2276 | [[package]]
|
2277 | name = "hermit-abi"
|
2278 | version = "0.1.19"
|
2279 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2280 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2281 | dependencies = [
|
2282 | "libc",
|
2283 | ]
|
2284 |
|
2285 | [[package]]
|
2286 | name = "hermit-abi"
|
2287 | version = "0.3.9"
|
2288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2289 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2290 |
|
2291 | [[package]]
|
2292 | name = "hex"
|
2293 | version = "0.4.3"
|
2294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2295 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2296 |
|
2297 | [[package]]
|
2298 | name = "hickory-proto"
|
2299 | version = "0.24.1"
|
2300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2301 | checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
|
2302 | dependencies = [
|
2303 | "async-trait",
|
2304 | "cfg-if",
|
2305 | "data-encoding",
|
2306 | "enum-as-inner",
|
2307 | "futures-channel",
|
2308 | "futures-io",
|
2309 | "futures-util",
|
2310 | "idna 0.4.0",
|
2311 | "ipnet",
|
2312 | "once_cell",
|
2313 | "rand",
|
2314 | "ring 0.16.20",
|
2315 | "rustls 0.21.12",
|
2316 | "rustls-pemfile 1.0.4",
|
2317 | "thiserror",
|
2318 | "tinyvec",
|
2319 | "tokio",
|
2320 | "tokio-rustls 0.24.1",
|
2321 | "tracing",
|
2322 | "url",
|
2323 | ]
|
2324 |
|
2325 | [[package]]
|
2326 | name = "hickory-resolver"
|
2327 | version = "0.24.1"
|
2328 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2329 | checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
|
2330 | dependencies = [
|
2331 | "cfg-if",
|
2332 | "futures-util",
|
2333 | "hickory-proto",
|
2334 | "ipconfig",
|
2335 | "lru-cache",
|
2336 | "once_cell",
|
2337 | "parking_lot 0.12.3",
|
2338 | "rand",
|
2339 | "resolv-conf",
|
2340 | "rustls 0.21.12",
|
2341 | "smallvec",
|
2342 | "thiserror",
|
2343 | "tokio",
|
2344 | "tokio-rustls 0.24.1",
|
2345 | "tracing",
|
2346 | ]
|
2347 |
|
2348 | [[package]]
|
2349 | name = "hkdf"
|
2350 | version = "0.12.4"
|
2351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2352 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
2353 | dependencies = [
|
2354 | "hmac",
|
2355 | ]
|
2356 |
|
2357 | [[package]]
|
2358 | name = "hmac"
|
2359 | version = "0.12.1"
|
2360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2361 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2362 | dependencies = [
|
2363 | "digest",
|
2364 | ]
|
2365 |
|
2366 | [[package]]
|
2367 | name = "home"
|
2368 | version = "0.5.9"
|
2369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2370 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2371 | dependencies = [
|
2372 | "windows-sys 0.52.0",
|
2373 | ]
|
2374 |
|
2375 | [[package]]
|
2376 | name = "hostname"
|
2377 | version = "0.3.1"
|
2378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2379 | checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
2380 | dependencies = [
|
2381 | "libc",
|
2382 | "match_cfg",
|
2383 | "winapi",
|
2384 | ]
|
2385 |
|
2386 | [[package]]
|
2387 | name = "http"
|
2388 | version = "0.2.12"
|
2389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2391 | dependencies = [
|
2392 | "bytes",
|
2393 | "fnv",
|
2394 | "itoa",
|
2395 | ]
|
2396 |
|
2397 | [[package]]
|
2398 | name = "http"
|
2399 | version = "1.1.0"
|
2400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2401 | checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2402 | dependencies = [
|
2403 | "bytes",
|
2404 | "fnv",
|
2405 | "itoa",
|
2406 | ]
|
2407 |
|
2408 | [[package]]
|
2409 | name = "http-body"
|
2410 | version = "0.4.6"
|
2411 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2412 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2413 | dependencies = [
|
2414 | "bytes",
|
2415 | "http 0.2.12",
|
2416 | "pin-project-lite",
|
2417 | ]
|
2418 |
|
2419 | [[package]]
|
2420 | name = "http-body"
|
2421 | version = "1.0.1"
|
2422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2423 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2424 | dependencies = [
|
2425 | "bytes",
|
2426 | "http 1.1.0",
|
2427 | ]
|
2428 |
|
2429 | [[package]]
|
2430 | name = "http-body-util"
|
2431 | version = "0.1.2"
|
2432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2433 | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2434 | dependencies = [
|
2435 | "bytes",
|
2436 | "futures-util",
|
2437 | "http 1.1.0",
|
2438 | "http-body 1.0.1",
|
2439 | "pin-project-lite",
|
2440 | ]
|
2441 |
|
2442 | [[package]]
|
2443 | name = "httparse"
|
2444 | version = "1.9.5"
|
2445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2446 | checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2447 |
|
2448 | [[package]]
|
2449 | name = "httpdate"
|
2450 | version = "1.0.3"
|
2451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2452 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2453 |
|
2454 | [[package]]
|
2455 | name = "humansize"
|
2456 | version = "2.1.3"
|
2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2458 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
2459 | dependencies = [
|
2460 | "libm",
|
2461 | ]
|
2462 |
|
2463 | [[package]]
|
2464 | name = "humantime"
|
2465 | version = "2.1.0"
|
2466 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2467 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2468 |
|
2469 | [[package]]
|
2470 | name = "hyper"
|
2471 | version = "0.14.31"
|
2472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2473 | checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
2474 | dependencies = [
|
2475 | "bytes",
|
2476 | "futures-channel",
|
2477 | "futures-core",
|
2478 | "futures-util",
|
2479 | "h2 0.3.26",
|
2480 | "http 0.2.12",
|
2481 | "http-body 0.4.6",
|
2482 | "httparse",
|
2483 | "httpdate",
|
2484 | "itoa",
|
2485 | "pin-project-lite",
|
2486 | "socket2",
|
2487 | "tokio",
|
2488 | "tower-service",
|
2489 | "tracing",
|
2490 | "want",
|
2491 | ]
|
2492 |
|
2493 | [[package]]
|
2494 | name = "hyper"
|
2495 | version = "1.5.0"
|
2496 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2497 | checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
2498 | dependencies = [
|
2499 | "bytes",
|
2500 | "futures-channel",
|
2501 | "futures-util",
|
2502 | "h2 0.4.6",
|
2503 | "http 1.1.0",
|
2504 | "http-body 1.0.1",
|
2505 | "httparse",
|
2506 | "httpdate",
|
2507 | "itoa",
|
2508 | "pin-project-lite",
|
2509 | "smallvec",
|
2510 | "tokio",
|
2511 | "want",
|
2512 | ]
|
2513 |
|
2514 | [[package]]
|
2515 | name = "hyper-rustls"
|
2516 | version = "0.27.3"
|
2517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2518 | checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2519 | dependencies = [
|
2520 | "futures-util",
|
2521 | "http 1.1.0",
|
2522 | "hyper 1.5.0",
|
2523 | "hyper-util",
|
2524 | "rustls 0.23.15",
|
2525 | "rustls-pki-types",
|
2526 | "tokio",
|
2527 | "tokio-rustls 0.26.0",
|
2528 | "tower-service",
|
2529 | ]
|
2530 |
|
2531 | [[package]]
|
2532 | name = "hyper-tls"
|
2533 | version = "0.5.0"
|
2534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2535 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2536 | dependencies = [
|
2537 | "bytes",
|
2538 | "hyper 0.14.31",
|
2539 | "native-tls",
|
2540 | "tokio",
|
2541 | "tokio-native-tls",
|
2542 | ]
|
2543 |
|
2544 | [[package]]
|
2545 | name = "hyper-tls"
|
2546 | version = "0.6.0"
|
2547 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2548 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
2549 | dependencies = [
|
2550 | "bytes",
|
2551 | "http-body-util",
|
2552 | "hyper 1.5.0",
|
2553 | "hyper-util",
|
2554 | "native-tls",
|
2555 | "tokio",
|
2556 | "tokio-native-tls",
|
2557 | "tower-service",
|
2558 | ]
|
2559 |
|
2560 | [[package]]
|
2561 | name = "hyper-util"
|
2562 | version = "0.1.9"
|
2563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2564 | checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
|
2565 | dependencies = [
|
2566 | "bytes",
|
2567 | "futures-channel",
|
2568 | "futures-util",
|
2569 | "http 1.1.0",
|
2570 | "http-body 1.0.1",
|
2571 | "hyper 1.5.0",
|
2572 | "pin-project-lite",
|
2573 | "socket2",
|
2574 | "tokio",
|
2575 | "tower-service",
|
2576 | "tracing",
|
2577 | ]
|
2578 |
|
2579 | [[package]]
|
2580 | name = "iana-time-zone"
|
2581 | version = "0.1.61"
|
2582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2583 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2584 | dependencies = [
|
2585 | "android_system_properties",
|
2586 | "core-foundation-sys",
|
2587 | "iana-time-zone-haiku",
|
2588 | "js-sys",
|
2589 | "wasm-bindgen",
|
2590 | "windows-core",
|
2591 | ]
|
2592 |
|
2593 | [[package]]
|
2594 | name = "iana-time-zone-haiku"
|
2595 | version = "0.1.2"
|
2596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2597 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2598 | dependencies = [
|
2599 | "cc",
|
2600 | ]
|
2601 |
|
2602 | [[package]]
|
2603 | name = "ident_case"
|
2604 | version = "1.0.1"
|
2605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2606 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2607 |
|
2608 | [[package]]
|
2609 | name = "idna"
|
2610 | version = "0.4.0"
|
2611 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2612 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2613 | dependencies = [
|
2614 | "unicode-bidi",
|
2615 | "unicode-normalization",
|
2616 | ]
|
2617 |
|
2618 | [[package]]
|
2619 | name = "idna"
|
2620 | version = "0.5.0"
|
2621 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2622 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2623 | dependencies = [
|
2624 | "unicode-bidi",
|
2625 | "unicode-normalization",
|
2626 | ]
|
2627 |
|
2628 | [[package]]
|
2629 | name = "ignore"
|
2630 | version = "0.4.23"
|
2631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2632 | checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
2633 | dependencies = [
|
2634 | "crossbeam-deque",
|
2635 | "globset",
|
2636 | "log",
|
2637 | "memchr",
|
2638 | "regex-automata 0.4.8",
|
2639 | "same-file",
|
2640 | "walkdir",
|
2641 | "winapi-util",
|
2642 | ]
|
2643 |
|
2644 | [[package]]
|
2645 | name = "image"
|
2646 | version = "0.24.9"
|
2647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2648 | checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2649 | dependencies = [
|
2650 | "bytemuck",
|
2651 | "byteorder",
|
2652 | "color_quant",
|
2653 | "jpeg-decoder",
|
2654 | "num-traits",
|
2655 | "png",
|
2656 | ]
|
2657 |
|
2658 | [[package]]
|
2659 | name = "include_dir"
|
2660 | version = "0.7.4"
|
2661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2662 | checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
|
2663 | dependencies = [
|
2664 | "glob",
|
2665 | "include_dir_macros",
|
2666 | ]
|
2667 |
|
2668 | [[package]]
|
2669 | name = "include_dir_macros"
|
2670 | version = "0.7.4"
|
2671 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2672 | checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
|
2673 | dependencies = [
|
2674 | "proc-macro2",
|
2675 | "quote",
|
2676 | ]
|
2677 |
|
2678 | [[package]]
|
2679 | name = "indexmap"
|
2680 | version = "1.9.3"
|
2681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2682 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2683 | dependencies = [
|
2684 | "autocfg",
|
2685 | "hashbrown 0.12.3",
|
2686 | "serde",
|
2687 | ]
|
2688 |
|
2689 | [[package]]
|
2690 | name = "indexmap"
|
2691 | version = "2.6.0"
|
2692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2693 | checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2694 | dependencies = [
|
2695 | "equivalent",
|
2696 | "hashbrown 0.15.0",
|
2697 | "serde",
|
2698 | ]
|
2699 |
|
2700 | [[package]]
|
2701 | name = "inout"
|
2702 | version = "0.1.3"
|
2703 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2704 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2705 | dependencies = [
|
2706 | "generic-array",
|
2707 | ]
|
2708 |
|
2709 | [[package]]
|
2710 | name = "instant"
|
2711 | version = "0.1.13"
|
2712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2713 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2714 | dependencies = [
|
2715 | "cfg-if",
|
2716 | ]
|
2717 |
|
2718 | [[package]]
|
2719 | name = "ipconfig"
|
2720 | version = "0.3.2"
|
2721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2722 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2723 | dependencies = [
|
2724 | "socket2",
|
2725 | "widestring",
|
2726 | "windows-sys 0.48.0",
|
2727 | "winreg",
|
2728 | ]
|
2729 |
|
2730 | [[package]]
|
2731 | name = "ipnet"
|
2732 | version = "2.10.1"
|
2733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2734 | checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2735 |
|
2736 | [[package]]
|
2737 | name = "is_terminal_polyfill"
|
2738 | version = "1.70.1"
|
2739 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2740 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2741 |
|
2742 | [[package]]
|
2743 | name = "itertools"
|
2744 | version = "0.10.5"
|
2745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2746 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2747 | dependencies = [
|
2748 | "either",
|
2749 | ]
|
2750 |
|
2751 | [[package]]
|
2752 | name = "itertools"
|
2753 | version = "0.12.1"
|
2754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2755 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2756 | dependencies = [
|
2757 | "either",
|
2758 | ]
|
2759 |
|
2760 | [[package]]
|
2761 | name = "itoa"
|
2762 | version = "1.0.11"
|
2763 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2764 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2765 |
|
2766 | [[package]]
|
2767 | name = "jobserver"
|
2768 | version = "0.1.32"
|
2769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2770 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2771 | dependencies = [
|
2772 | "libc",
|
2773 | ]
|
2774 |
|
2775 | [[package]]
|
2776 | name = "jpeg-decoder"
|
2777 | version = "0.3.1"
|
2778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2779 | checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2780 |
|
2781 | [[package]]
|
2782 | name = "js-sys"
|
2783 | version = "0.3.72"
|
2784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2785 | checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2786 | dependencies = [
|
2787 | "wasm-bindgen",
|
2788 | ]
|
2789 |
|
2790 | [[package]]
|
2791 | name = "kinded"
|
2792 | version = "0.3.0"
|
2793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2794 | checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c"
|
2795 | dependencies = [
|
2796 | "kinded_macros",
|
2797 | ]
|
2798 |
|
2799 | [[package]]
|
2800 | name = "kinded_macros"
|
2801 | version = "0.3.0"
|
2802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2803 | checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d"
|
2804 | dependencies = [
|
2805 | "convert_case",
|
2806 | "proc-macro2",
|
2807 | "quote",
|
2808 | "syn 2.0.85",
|
2809 | ]
|
2810 |
|
2811 | [[package]]
|
2812 | name = "lazy_static"
|
2813 | version = "1.5.0"
|
2814 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2815 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2816 | dependencies = [
|
2817 | "spin 0.9.8",
|
2818 | ]
|
2819 |
|
2820 | [[package]]
|
2821 | name = "lazycell"
|
2822 | version = "1.3.0"
|
2823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2824 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2825 |
|
2826 | [[package]]
|
2827 | name = "libc"
|
2828 | version = "0.2.161"
|
2829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2830 | checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2831 |
|
2832 | [[package]]
|
2833 | name = "libgit2-sys"
|
2834 | version = "0.17.0+1.8.1"
|
2835 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2836 | checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
2837 | dependencies = [
|
2838 | "cc",
|
2839 | "libc",
|
2840 | "libssh2-sys",
|
2841 | "libz-sys",
|
2842 | "openssl-sys",
|
2843 | "pkg-config",
|
2844 | ]
|
2845 |
|
2846 | [[package]]
|
2847 | name = "libloading"
|
2848 | version = "0.8.5"
|
2849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2850 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
2851 | dependencies = [
|
2852 | "cfg-if",
|
2853 | "windows-targets 0.52.6",
|
2854 | ]
|
2855 |
|
2856 | [[package]]
|
2857 | name = "libm"
|
2858 | version = "0.2.8"
|
2859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2860 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2861 |
|
2862 | [[package]]
|
2863 | name = "libredox"
|
2864 | version = "0.1.3"
|
2865 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2866 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2867 | dependencies = [
|
2868 | "bitflags 2.6.0",
|
2869 | "libc",
|
2870 | "redox_syscall 0.5.7",
|
2871 | ]
|
2872 |
|
2873 | [[package]]
|
2874 | name = "libsqlite3-sys"
|
2875 | version = "0.30.1"
|
2876 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2877 | checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
2878 | dependencies = [
|
2879 | "cc",
|
2880 | "pkg-config",
|
2881 | "vcpkg",
|
2882 | ]
|
2883 |
|
2884 | [[package]]
|
2885 | name = "libssh2-sys"
|
2886 | version = "0.3.0"
|
2887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2888 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
2889 | dependencies = [
|
2890 | "cc",
|
2891 | "libc",
|
2892 | "libz-sys",
|
2893 | "openssl-sys",
|
2894 | "pkg-config",
|
2895 | "vcpkg",
|
2896 | ]
|
2897 |
|
2898 | [[package]]
|
2899 | name = "libz-sys"
|
2900 | version = "1.1.20"
|
2901 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2902 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
|
2903 | dependencies = [
|
2904 | "cc",
|
2905 | "libc",
|
2906 | "pkg-config",
|
2907 | "vcpkg",
|
2908 | ]
|
2909 |
|
2910 | [[package]]
|
2911 | name = "lightningcss"
|
2912 | version = "1.0.0-alpha.59"
|
2913 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2914 | checksum = "53e225b3fa0a8bd5562c8833b1a32afa88761c4e661d3177b8cdc4e13cbf078e"
|
2915 | dependencies = [
|
2916 | "ahash 0.8.11",
|
2917 | "bitflags 2.6.0",
|
2918 | "const-str",
|
2919 | "cssparser",
|
2920 | "cssparser-color",
|
2921 | "dashmap 5.5.3",
|
2922 | "data-encoding",
|
2923 | "getrandom",
|
2924 | "itertools 0.10.5",
|
2925 | "lazy_static",
|
2926 | "lightningcss-derive",
|
2927 | "parcel_selectors",
|
2928 | "parcel_sourcemap",
|
2929 | "paste",
|
2930 | "pathdiff",
|
2931 | "rayon",
|
2932 | "serde",
|
2933 | "smallvec",
|
2934 | ]
|
2935 |
|
2936 | [[package]]
|
2937 | name = "lightningcss-derive"
|
2938 | version = "1.0.0-alpha.43"
|
2939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2940 | checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
|
2941 | dependencies = [
|
2942 | "convert_case",
|
2943 | "proc-macro2",
|
2944 | "quote",
|
2945 | "syn 1.0.109",
|
2946 | ]
|
2947 |
|
2948 | [[package]]
|
2949 | name = "linked-hash-map"
|
2950 | version = "0.5.6"
|
2951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2952 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2953 |
|
2954 | [[package]]
|
2955 | name = "linux-raw-sys"
|
2956 | version = "0.4.14"
|
2957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2959 |
|
2960 | [[package]]
|
2961 | name = "litrs"
|
2962 | version = "0.4.1"
|
2963 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2964 | checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
2965 |
|
2966 | [[package]]
|
2967 | name = "lock_api"
|
2968 | version = "0.4.12"
|
2969 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2970 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2971 | dependencies = [
|
2972 | "autocfg",
|
2973 | "scopeguard",
|
2974 | ]
|
2975 |
|
2976 | [[package]]
|
2977 | name = "lockfree-object-pool"
|
2978 | version = "0.1.6"
|
2979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2980 | checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
2981 |
|
2982 | [[package]]
|
2983 | name = "log"
|
2984 | version = "0.4.22"
|
2985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2986 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2987 |
|
2988 | [[package]]
|
2989 | name = "lru-cache"
|
2990 | version = "0.1.2"
|
2991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2992 | checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2993 | dependencies = [
|
2994 | "linked-hash-map",
|
2995 | ]
|
2996 |
|
2997 | [[package]]
|
2998 | name = "lzma-rs"
|
2999 | version = "0.3.0"
|
3000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3001 | checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
3002 | dependencies = [
|
3003 | "byteorder",
|
3004 | "crc",
|
3005 | ]
|
3006 |
|
3007 | [[package]]
|
3008 | name = "mail-auth"
|
3009 | version = "0.5.0"
|
3010 | source = "git+https://github.com/stalwartlabs/mail-auth.git?branch=main#9cadc33fc096545f003399ca5169543539cd1434"
|
3011 | dependencies = [
|
3012 | "ahash 0.8.11",
|
3013 | "flate2",
|
3014 | "hickory-resolver",
|
3015 | "lru-cache",
|
3016 | "mail-builder",
|
3017 | "mail-parser",
|
3018 | "parking_lot 0.12.3",
|
3019 | "ring 0.17.8",
|
3020 | "rustls-pemfile 2.2.0",
|
3021 | "serde",
|
3022 | "serde_json",
|
3023 | "zip",
|
3024 | ]
|
3025 |
|
3026 | [[package]]
|
3027 | name = "mail-builder"
|
3028 | version = "0.3.2"
|
3029 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3030 | checksum = "25f5871d5270ed80f2ee750b95600c8d69b05f8653ad3be913b2ad2e924fefcb"
|
3031 | dependencies = [
|
3032 | "gethostname 0.4.3",
|
3033 | ]
|
3034 |
|
3035 | [[package]]
|
3036 | name = "mail-parser"
|
3037 | version = "0.9.4"
|
3038 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3039 | checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc"
|
3040 | dependencies = [
|
3041 | "encoding_rs",
|
3042 | "serde",
|
3043 | ]
|
3044 |
|
3045 | [[package]]
|
3046 | name = "maildir"
|
3047 | version = "0.6.4"
|
3048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3049 | checksum = "879a6ae6743ab8219fdee64a569094485bfe18434e82b78b27fac5cce09e1437"
|
3050 | dependencies = [
|
3051 | "gethostname 0.2.3",
|
3052 | "mailparse",
|
3053 | ]
|
3054 |
|
3055 | [[package]]
|
3056 | name = "mailparse"
|
3057 | version = "0.14.1"
|
3058 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3059 | checksum = "2d096594926cab442e054e047eb8c1402f7d5b2272573b97ba68aa40629f9757"
|
3060 | dependencies = [
|
3061 | "charset",
|
3062 | "data-encoding",
|
3063 | "quoted_printable",
|
3064 | ]
|
3065 |
|
3066 | [[package]]
|
3067 | name = "maitred"
|
3068 | version = "0.1.0"
|
3069 | source = "git+https://ayllu-forge.org/ayllu/maitred?branch=main#87fff6c5a73e751a916ea97ec7e689ebd7ec71e3"
|
3070 | dependencies = [
|
3071 | "async-trait",
|
3072 | "base64 0.22.1",
|
3073 | "bytes",
|
3074 | "crossbeam-deque",
|
3075 | "email_address",
|
3076 | "futures",
|
3077 | "mail-auth",
|
3078 | "mail-builder",
|
3079 | "mail-parser",
|
3080 | "maildir",
|
3081 | "md5",
|
3082 | "proxy-header",
|
3083 | "rustls 0.23.15",
|
3084 | "rustls-pemfile 2.2.0",
|
3085 | "smtp-proto",
|
3086 | "stringprep",
|
3087 | "thiserror",
|
3088 | "tokio",
|
3089 | "tokio-rustls 0.26.0",
|
3090 | "tokio-stream",
|
3091 | "tokio-util",
|
3092 | "tracing",
|
3093 | "url",
|
3094 | ]
|
3095 |
|
3096 | [[package]]
|
3097 | name = "match_cfg"
|
3098 | version = "0.1.0"
|
3099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3100 | checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
3101 |
|
3102 | [[package]]
|
3103 | name = "matchers"
|
3104 | version = "0.1.0"
|
3105 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3106 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
3107 | dependencies = [
|
3108 | "regex-automata 0.1.10",
|
3109 | ]
|
3110 |
|
3111 | [[package]]
|
3112 | name = "matches"
|
3113 | version = "0.1.10"
|
3114 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3115 | checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
3116 |
|
3117 | [[package]]
|
3118 | name = "matchit"
|
3119 | version = "0.7.3"
|
3120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3121 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
3122 |
|
3123 | [[package]]
|
3124 | name = "md-5"
|
3125 | version = "0.10.6"
|
3126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3127 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
3128 | dependencies = [
|
3129 | "cfg-if",
|
3130 | "digest",
|
3131 | ]
|
3132 |
|
3133 | [[package]]
|
3134 | name = "md5"
|
3135 | version = "0.7.0"
|
3136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3137 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
3138 |
|
3139 | [[package]]
|
3140 | name = "memchr"
|
3141 | version = "2.7.4"
|
3142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3143 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
3144 |
|
3145 | [[package]]
|
3146 | name = "memmap2"
|
3147 | version = "0.9.5"
|
3148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3149 | checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
3150 | dependencies = [
|
3151 | "libc",
|
3152 | ]
|
3153 |
|
3154 | [[package]]
|
3155 | name = "memoffset"
|
3156 | version = "0.6.5"
|
3157 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3158 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
3159 | dependencies = [
|
3160 | "autocfg",
|
3161 | ]
|
3162 |
|
3163 | [[package]]
|
3164 | name = "mime"
|
3165 | version = "0.3.17"
|
3166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3167 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
3168 |
|
3169 | [[package]]
|
3170 | name = "mime_guess"
|
3171 | version = "2.0.5"
|
3172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3173 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
3174 | dependencies = [
|
3175 | "mime",
|
3176 | "unicase",
|
3177 | ]
|
3178 |
|
3179 | [[package]]
|
3180 | name = "minimal-lexical"
|
3181 | version = "0.2.1"
|
3182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3183 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
3184 |
|
3185 | [[package]]
|
3186 | name = "miniz_oxide"
|
3187 | version = "0.8.0"
|
3188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3189 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
3190 | dependencies = [
|
3191 | "adler2",
|
3192 | "simd-adler32",
|
3193 | ]
|
3194 |
|
3195 | [[package]]
|
3196 | name = "mio"
|
3197 | version = "1.0.2"
|
3198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3199 | checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
3200 | dependencies = [
|
3201 | "hermit-abi 0.3.9",
|
3202 | "libc",
|
3203 | "wasi",
|
3204 | "windows-sys 0.52.0",
|
3205 | ]
|
3206 |
|
3207 | [[package]]
|
3208 | name = "mirai-annotations"
|
3209 | version = "1.12.0"
|
3210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3211 | checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
|
3212 |
|
3213 | [[package]]
|
3214 | name = "native-tls"
|
3215 | version = "0.2.12"
|
3216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3217 | checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
3218 | dependencies = [
|
3219 | "libc",
|
3220 | "log",
|
3221 | "openssl",
|
3222 | "openssl-probe",
|
3223 | "openssl-sys",
|
3224 | "schannel",
|
3225 | "security-framework",
|
3226 | "security-framework-sys",
|
3227 | "tempfile",
|
3228 | ]
|
3229 |
|
3230 | [[package]]
|
3231 | name = "never"
|
3232 | version = "0.1.0"
|
3233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3234 | checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
|
3235 |
|
3236 | [[package]]
|
3237 | name = "nibble_vec"
|
3238 | version = "0.1.0"
|
3239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3240 | checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
3241 | dependencies = [
|
3242 | "smallvec",
|
3243 | ]
|
3244 |
|
3245 | [[package]]
|
3246 | name = "nix"
|
3247 | version = "0.23.2"
|
3248 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3249 | checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
3250 | dependencies = [
|
3251 | "bitflags 1.3.2",
|
3252 | "cc",
|
3253 | "cfg-if",
|
3254 | "libc",
|
3255 | "memoffset",
|
3256 | ]
|
3257 |
|
3258 | [[package]]
|
3259 | name = "nom"
|
3260 | version = "7.1.3"
|
3261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3262 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
3263 | dependencies = [
|
3264 | "memchr",
|
3265 | "minimal-lexical",
|
3266 | ]
|
3267 |
|
3268 | [[package]]
|
3269 | name = "nu-ansi-term"
|
3270 | version = "0.46.0"
|
3271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3272 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
3273 | dependencies = [
|
3274 | "overload",
|
3275 | "winapi",
|
3276 | ]
|
3277 |
|
3278 | [[package]]
|
3279 | name = "num-bigint"
|
3280 | version = "0.4.6"
|
3281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3282 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
3283 | dependencies = [
|
3284 | "num-integer",
|
3285 | "num-traits",
|
3286 | ]
|
3287 |
|
3288 | [[package]]
|
3289 | name = "num-bigint-dig"
|
3290 | version = "0.8.4"
|
3291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3292 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
3293 | dependencies = [
|
3294 | "byteorder",
|
3295 | "lazy_static",
|
3296 | "libm",
|
3297 | "num-integer",
|
3298 | "num-iter",
|
3299 | "num-traits",
|
3300 | "rand",
|
3301 | "smallvec",
|
3302 | "zeroize",
|
3303 | ]
|
3304 |
|
3305 | [[package]]
|
3306 | name = "num-conv"
|
3307 | version = "0.1.0"
|
3308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3309 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
3310 |
|
3311 | [[package]]
|
3312 | name = "num-format"
|
3313 | version = "0.4.4"
|
3314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3315 | checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
3316 | dependencies = [
|
3317 | "arrayvec",
|
3318 | "itoa",
|
3319 | ]
|
3320 |
|
3321 | [[package]]
|
3322 | name = "num-integer"
|
3323 | version = "0.1.46"
|
3324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3325 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
3326 | dependencies = [
|
3327 | "num-traits",
|
3328 | ]
|
3329 |
|
3330 | [[package]]
|
3331 | name = "num-iter"
|
3332 | version = "0.1.45"
|
3333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
3335 | dependencies = [
|
3336 | "autocfg",
|
3337 | "num-integer",
|
3338 | "num-traits",
|
3339 | ]
|
3340 |
|
3341 | [[package]]
|
3342 | name = "num-traits"
|
3343 | version = "0.2.19"
|
3344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3345 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
3346 | dependencies = [
|
3347 | "autocfg",
|
3348 | "libm",
|
3349 | ]
|
3350 |
|
3351 | [[package]]
|
3352 | name = "num_cpus"
|
3353 | version = "1.16.0"
|
3354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3355 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
3356 | dependencies = [
|
3357 | "hermit-abi 0.3.9",
|
3358 | "libc",
|
3359 | ]
|
3360 |
|
3361 | [[package]]
|
3362 | name = "nutype"
|
3363 | version = "0.5.0"
|
3364 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3365 | checksum = "d8789358e2d6cdffb0cb170c7802ee7548beb8067ed643f3122fa36c335f3c64"
|
3366 | dependencies = [
|
3367 | "nutype_macros",
|
3368 | ]
|
3369 |
|
3370 | [[package]]
|
3371 | name = "nutype_macros"
|
3372 | version = "0.5.0"
|
3373 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3374 | checksum = "93a3e222ba1f06a03552910fe89a232a1661dcf8ad4c837531fb199828d0916b"
|
3375 | dependencies = [
|
3376 | "cfg-if",
|
3377 | "kinded",
|
3378 | "proc-macro2",
|
3379 | "quote",
|
3380 | "syn 2.0.85",
|
3381 | "urlencoding",
|
3382 | ]
|
3383 |
|
3384 | [[package]]
|
3385 | name = "object"
|
3386 | version = "0.36.5"
|
3387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3388 | checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
3389 | dependencies = [
|
3390 | "memchr",
|
3391 | ]
|
3392 |
|
3393 | [[package]]
|
3394 | name = "once_cell"
|
3395 | version = "1.20.2"
|
3396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3397 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
3398 |
|
3399 | [[package]]
|
3400 | name = "onig"
|
3401 | version = "6.4.0"
|
3402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3403 | checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
3404 | dependencies = [
|
3405 | "bitflags 1.3.2",
|
3406 | "libc",
|
3407 | "once_cell",
|
3408 | "onig_sys",
|
3409 | ]
|
3410 |
|
3411 | [[package]]
|
3412 | name = "onig_sys"
|
3413 | version = "69.8.1"
|
3414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3415 | checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
3416 | dependencies = [
|
3417 | "cc",
|
3418 | "pkg-config",
|
3419 | ]
|
3420 |
|
3421 | [[package]]
|
3422 | name = "openssl"
|
3423 | version = "0.10.68"
|
3424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3425 | checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
3426 | dependencies = [
|
3427 | "bitflags 2.6.0",
|
3428 | "cfg-if",
|
3429 | "foreign-types 0.3.2",
|
3430 | "libc",
|
3431 | "once_cell",
|
3432 | "openssl-macros",
|
3433 | "openssl-sys",
|
3434 | ]
|
3435 |
|
3436 | [[package]]
|
3437 | name = "openssl-macros"
|
3438 | version = "0.1.1"
|
3439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3440 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
3441 | dependencies = [
|
3442 | "proc-macro2",
|
3443 | "quote",
|
3444 | "syn 2.0.85",
|
3445 | ]
|
3446 |
|
3447 | [[package]]
|
3448 | name = "openssl-probe"
|
3449 | version = "0.1.5"
|
3450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3451 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
3452 |
|
3453 | [[package]]
|
3454 | name = "openssl-sys"
|
3455 | version = "0.9.104"
|
3456 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3457 | checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
3458 | dependencies = [
|
3459 | "cc",
|
3460 | "libc",
|
3461 | "pkg-config",
|
3462 | "vcpkg",
|
3463 | ]
|
3464 |
|
3465 | [[package]]
|
3466 | name = "opentelemetry"
|
3467 | version = "0.18.0"
|
3468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3469 | checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
|
3470 | dependencies = [
|
3471 | "opentelemetry_api",
|
3472 | "opentelemetry_sdk",
|
3473 | ]
|
3474 |
|
3475 | [[package]]
|
3476 | name = "opentelemetry_api"
|
3477 | version = "0.18.0"
|
3478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 | checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
|
3480 | dependencies = [
|
3481 | "futures-channel",
|
3482 | "futures-util",
|
3483 | "indexmap 1.9.3",
|
3484 | "js-sys",
|
3485 | "once_cell",
|
3486 | "pin-project-lite",
|
3487 | "thiserror",
|
3488 | ]
|
3489 |
|
3490 | [[package]]
|
3491 | name = "opentelemetry_sdk"
|
3492 | version = "0.18.0"
|
3493 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3494 | checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
|
3495 | dependencies = [
|
3496 | "async-trait",
|
3497 | "crossbeam-channel",
|
3498 | "futures-channel",
|
3499 | "futures-executor",
|
3500 | "futures-util",
|
3501 | "once_cell",
|
3502 | "opentelemetry_api",
|
3503 | "percent-encoding",
|
3504 | "rand",
|
3505 | "thiserror",
|
3506 | ]
|
3507 |
|
3508 | [[package]]
|
3509 | name = "option-ext"
|
3510 | version = "0.2.0"
|
3511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3512 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
3513 |
|
3514 | [[package]]
|
3515 | name = "outref"
|
3516 | version = "0.1.0"
|
3517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3518 | checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
|
3519 |
|
3520 | [[package]]
|
3521 | name = "overload"
|
3522 | version = "0.1.1"
|
3523 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3524 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
3525 |
|
3526 | [[package]]
|
3527 | name = "parcel_selectors"
|
3528 | version = "0.27.0"
|
3529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3530 | checksum = "1f4d26c18a8377a64728c04bf3b2e48ec43b0c77e687a18e03eb837d65e08a14"
|
3531 | dependencies = [
|
3532 | "bitflags 2.6.0",
|
3533 | "cssparser",
|
3534 | "fxhash",
|
3535 | "log",
|
3536 | "phf 0.10.1",
|
3537 | "phf_codegen 0.10.0",
|
3538 | "precomputed-hash",
|
3539 | "smallvec",
|
3540 | ]
|
3541 |
|
3542 | [[package]]
|
3543 | name = "parcel_sourcemap"
|
3544 | version = "2.1.1"
|
3545 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3546 | checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
|
3547 | dependencies = [
|
3548 | "base64-simd",
|
3549 | "data-url",
|
3550 | "rkyv",
|
3551 | "serde",
|
3552 | "serde_json",
|
3553 | "vlq",
|
3554 | ]
|
3555 |
|
3556 | [[package]]
|
3557 | name = "parking"
|
3558 | version = "2.2.1"
|
3559 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3560 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
3561 |
|
3562 | [[package]]
|
3563 | name = "parking_lot"
|
3564 | version = "0.11.2"
|
3565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3566 | checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
3567 | dependencies = [
|
3568 | "instant",
|
3569 | "lock_api",
|
3570 | "parking_lot_core 0.8.6",
|
3571 | ]
|
3572 |
|
3573 | [[package]]
|
3574 | name = "parking_lot"
|
3575 | version = "0.12.3"
|
3576 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3577 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
3578 | dependencies = [
|
3579 | "lock_api",
|
3580 | "parking_lot_core 0.9.10",
|
3581 | ]
|
3582 |
|
3583 | [[package]]
|
3584 | name = "parking_lot_core"
|
3585 | version = "0.8.6"
|
3586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3587 | checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
3588 | dependencies = [
|
3589 | "cfg-if",
|
3590 | "instant",
|
3591 | "libc",
|
3592 | "redox_syscall 0.2.16",
|
3593 | "smallvec",
|
3594 | "winapi",
|
3595 | ]
|
3596 |
|
3597 | [[package]]
|
3598 | name = "parking_lot_core"
|
3599 | version = "0.9.10"
|
3600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3601 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
3602 | dependencies = [
|
3603 | "cfg-if",
|
3604 | "libc",
|
3605 | "redox_syscall 0.5.7",
|
3606 | "smallvec",
|
3607 | "windows-targets 0.52.6",
|
3608 | ]
|
3609 |
|
3610 | [[package]]
|
3611 | name = "parse-zoneinfo"
|
3612 | version = "0.3.1"
|
3613 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3614 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
3615 | dependencies = [
|
3616 | "regex",
|
3617 | ]
|
3618 |
|
3619 | [[package]]
|
3620 | name = "paste"
|
3621 | version = "1.0.15"
|
3622 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3623 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
3624 |
|
3625 | [[package]]
|
3626 | name = "pathdiff"
|
3627 | version = "0.2.2"
|
3628 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3629 | checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
3630 |
|
3631 | [[package]]
|
3632 | name = "pathfinder_geometry"
|
3633 | version = "0.5.1"
|
3634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3635 | checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
|
3636 | dependencies = [
|
3637 | "log",
|
3638 | "pathfinder_simd",
|
3639 | ]
|
3640 |
|
3641 | [[package]]
|
3642 | name = "pathfinder_simd"
|
3643 | version = "0.5.4"
|
3644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3645 | checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
|
3646 | dependencies = [
|
3647 | "rustc_version",
|
3648 | ]
|
3649 |
|
3650 | [[package]]
|
3651 | name = "pbkdf2"
|
3652 | version = "0.12.2"
|
3653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3654 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
3655 | dependencies = [
|
3656 | "digest",
|
3657 | "hmac",
|
3658 | ]
|
3659 |
|
3660 | [[package]]
|
3661 | name = "pem-rfc7468"
|
3662 | version = "0.7.0"
|
3663 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3664 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
3665 | dependencies = [
|
3666 | "base64ct",
|
3667 | ]
|
3668 |
|
3669 | [[package]]
|
3670 | name = "percent-encoding"
|
3671 | version = "2.3.1"
|
3672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3673 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
3674 |
|
3675 | [[package]]
|
3676 | name = "pest"
|
3677 | version = "2.7.14"
|
3678 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3679 | checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
3680 | dependencies = [
|
3681 | "memchr",
|
3682 | "thiserror",
|
3683 | "ucd-trie",
|
3684 | ]
|
3685 |
|
3686 | [[package]]
|
3687 | name = "pest_derive"
|
3688 | version = "2.7.14"
|
3689 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3690 | checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
3691 | dependencies = [
|
3692 | "pest",
|
3693 | "pest_generator",
|
3694 | ]
|
3695 |
|
3696 | [[package]]
|
3697 | name = "pest_generator"
|
3698 | version = "2.7.14"
|
3699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3700 | checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
3701 | dependencies = [
|
3702 | "pest",
|
3703 | "pest_meta",
|
3704 | "proc-macro2",
|
3705 | "quote",
|
3706 | "syn 2.0.85",
|
3707 | ]
|
3708 |
|
3709 | [[package]]
|
3710 | name = "pest_meta"
|
3711 | version = "2.7.14"
|
3712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3713 | checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
3714 | dependencies = [
|
3715 | "once_cell",
|
3716 | "pest",
|
3717 | "sha2",
|
3718 | ]
|
3719 |
|
3720 | [[package]]
|
3721 | name = "phf"
|
3722 | version = "0.10.1"
|
3723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3724 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
3725 | dependencies = [
|
3726 | "phf_shared 0.10.0",
|
3727 | ]
|
3728 |
|
3729 | [[package]]
|
3730 | name = "phf"
|
3731 | version = "0.11.2"
|
3732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3733 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
3734 | dependencies = [
|
3735 | "phf_macros",
|
3736 | "phf_shared 0.11.2",
|
3737 | ]
|
3738 |
|
3739 | [[package]]
|
3740 | name = "phf_codegen"
|
3741 | version = "0.10.0"
|
3742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3743 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
3744 | dependencies = [
|
3745 | "phf_generator 0.10.0",
|
3746 | "phf_shared 0.10.0",
|
3747 | ]
|
3748 |
|
3749 | [[package]]
|
3750 | name = "phf_codegen"
|
3751 | version = "0.11.2"
|
3752 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3753 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
3754 | dependencies = [
|
3755 | "phf_generator 0.11.2",
|
3756 | "phf_shared 0.11.2",
|
3757 | ]
|
3758 |
|
3759 | [[package]]
|
3760 | name = "phf_generator"
|
3761 | version = "0.10.0"
|
3762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3763 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
3764 | dependencies = [
|
3765 | "phf_shared 0.10.0",
|
3766 | "rand",
|
3767 | ]
|
3768 |
|
3769 | [[package]]
|
3770 | name = "phf_generator"
|
3771 | version = "0.11.2"
|
3772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3773 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
3774 | dependencies = [
|
3775 | "phf_shared 0.11.2",
|
3776 | "rand",
|
3777 | ]
|
3778 |
|
3779 | [[package]]
|
3780 | name = "phf_macros"
|
3781 | version = "0.11.2"
|
3782 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3783 | checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
3784 | dependencies = [
|
3785 | "phf_generator 0.11.2",
|
3786 | "phf_shared 0.11.2",
|
3787 | "proc-macro2",
|
3788 | "quote",
|
3789 | "syn 2.0.85",
|
3790 | ]
|
3791 |
|
3792 | [[package]]
|
3793 | name = "phf_shared"
|
3794 | version = "0.10.0"
|
3795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3796 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
3797 | dependencies = [
|
3798 | "siphasher",
|
3799 | ]
|
3800 |
|
3801 | [[package]]
|
3802 | name = "phf_shared"
|
3803 | version = "0.11.2"
|
3804 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3805 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
3806 | dependencies = [
|
3807 | "siphasher",
|
3808 | ]
|
3809 |
|
3810 | [[package]]
|
3811 | name = "pin-project"
|
3812 | version = "1.1.7"
|
3813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3814 | checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
3815 | dependencies = [
|
3816 | "pin-project-internal",
|
3817 | ]
|
3818 |
|
3819 | [[package]]
|
3820 | name = "pin-project-internal"
|
3821 | version = "1.1.7"
|
3822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3823 | checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
3824 | dependencies = [
|
3825 | "proc-macro2",
|
3826 | "quote",
|
3827 | "syn 2.0.85",
|
3828 | ]
|
3829 |
|
3830 | [[package]]
|
3831 | name = "pin-project-lite"
|
3832 | version = "0.2.15"
|
3833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3834 | checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
3835 |
|
3836 | [[package]]
|
3837 | name = "pin-utils"
|
3838 | version = "0.1.0"
|
3839 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3840 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
3841 |
|
3842 | [[package]]
|
3843 | name = "pkcs1"
|
3844 | version = "0.7.5"
|
3845 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3846 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
3847 | dependencies = [
|
3848 | "der",
|
3849 | "pkcs8",
|
3850 | "spki",
|
3851 | ]
|
3852 |
|
3853 | [[package]]
|
3854 | name = "pkcs8"
|
3855 | version = "0.10.2"
|
3856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3857 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
3858 | dependencies = [
|
3859 | "der",
|
3860 | "spki",
|
3861 | ]
|
3862 |
|
3863 | [[package]]
|
3864 | name = "pkg-config"
|
3865 | version = "0.3.31"
|
3866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
3868 |
|
3869 | [[package]]
|
3870 | name = "plist"
|
3871 | version = "1.7.0"
|
3872 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3873 | checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
3874 | dependencies = [
|
3875 | "base64 0.22.1",
|
3876 | "indexmap 2.6.0",
|
3877 | "quick-xml 0.32.0",
|
3878 | "serde",
|
3879 | "time",
|
3880 | ]
|
3881 |
|
3882 | [[package]]
|
3883 | name = "plotters"
|
3884 | version = "0.3.7"
|
3885 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3886 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
3887 | dependencies = [
|
3888 | "chrono",
|
3889 | "font-kit",
|
3890 | "image",
|
3891 | "lazy_static",
|
3892 | "num-traits",
|
3893 | "pathfinder_geometry",
|
3894 | "plotters-backend",
|
3895 | "plotters-bitmap",
|
3896 | "plotters-svg",
|
3897 | "ttf-parser",
|
3898 | "wasm-bindgen",
|
3899 | "web-sys",
|
3900 | ]
|
3901 |
|
3902 | [[package]]
|
3903 | name = "plotters-backend"
|
3904 | version = "0.3.7"
|
3905 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3906 | checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
3907 |
|
3908 | [[package]]
|
3909 | name = "plotters-bitmap"
|
3910 | version = "0.3.7"
|
3911 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3912 | checksum = "72ce181e3f6bf82d6c1dc569103ca7b1bd964c60ba03d7e6cdfbb3e3eb7f7405"
|
3913 | dependencies = [
|
3914 | "gif",
|
3915 | "image",
|
3916 | "plotters-backend",
|
3917 | ]
|
3918 |
|
3919 | [[package]]
|
3920 | name = "plotters-svg"
|
3921 | version = "0.3.7"
|
3922 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3923 | checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
3924 | dependencies = [
|
3925 | "plotters-backend",
|
3926 | ]
|
3927 |
|
3928 | [[package]]
|
3929 | name = "png"
|
3930 | version = "0.17.14"
|
3931 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3932 | checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
|
3933 | dependencies = [
|
3934 | "bitflags 1.3.2",
|
3935 | "crc32fast",
|
3936 | "fdeflate",
|
3937 | "flate2",
|
3938 | "miniz_oxide",
|
3939 | ]
|
3940 |
|
3941 | [[package]]
|
3942 | name = "powerfmt"
|
3943 | version = "0.2.0"
|
3944 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3945 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3946 |
|
3947 | [[package]]
|
3948 | name = "ppv-lite86"
|
3949 | version = "0.2.20"
|
3950 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3951 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
3952 | dependencies = [
|
3953 | "zerocopy",
|
3954 | ]
|
3955 |
|
3956 | [[package]]
|
3957 | name = "precomputed-hash"
|
3958 | version = "0.1.1"
|
3959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3960 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
3961 |
|
3962 | [[package]]
|
3963 | name = "prettyplease"
|
3964 | version = "0.2.25"
|
3965 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3966 | checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
3967 | dependencies = [
|
3968 | "proc-macro2",
|
3969 | "syn 2.0.85",
|
3970 | ]
|
3971 |
|
3972 | [[package]]
|
3973 | name = "proc-macro2"
|
3974 | version = "1.0.89"
|
3975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3976 | checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
3977 | dependencies = [
|
3978 | "unicode-ident",
|
3979 | ]
|
3980 |
|
3981 | [[package]]
|
3982 | name = "promptly"
|
3983 | version = "0.3.1"
|
3984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3985 | checksum = "9acbc6c5a5b029fe58342f58445acb00ccfe24624e538894bc2f04ce112980ba"
|
3986 | dependencies = [
|
3987 | "rustyline",
|
3988 | ]
|
3989 |
|
3990 | [[package]]
|
3991 | name = "proxy-header"
|
3992 | version = "0.1.2"
|
3993 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3994 | checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065"
|
3995 |
|
3996 | [[package]]
|
3997 | name = "ptr_meta"
|
3998 | version = "0.1.4"
|
3999 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4000 | checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
4001 | dependencies = [
|
4002 | "ptr_meta_derive",
|
4003 | ]
|
4004 |
|
4005 | [[package]]
|
4006 | name = "ptr_meta_derive"
|
4007 | version = "0.1.4"
|
4008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4009 | checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
4010 | dependencies = [
|
4011 | "proc-macro2",
|
4012 | "quote",
|
4013 | "syn 1.0.109",
|
4014 | ]
|
4015 |
|
4016 | [[package]]
|
4017 | name = "quick-error"
|
4018 | version = "1.2.3"
|
4019 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4020 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
4021 |
|
4022 | [[package]]
|
4023 | name = "quick-xml"
|
4024 | version = "0.32.0"
|
4025 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4026 | checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
4027 | dependencies = [
|
4028 | "memchr",
|
4029 | ]
|
4030 |
|
4031 | [[package]]
|
4032 | name = "quick-xml"
|
4033 | version = "0.36.2"
|
4034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4035 | checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
|
4036 | dependencies = [
|
4037 | "encoding_rs",
|
4038 | "memchr",
|
4039 | ]
|
4040 |
|
4041 | [[package]]
|
4042 | name = "quipu"
|
4043 | version = "0.2.1"
|
4044 | dependencies = [
|
4045 | "ayllu_api",
|
4046 | "ayllu_config",
|
4047 | "ayllu_git",
|
4048 | "ayllu_rpc",
|
4049 | "clap 4.5.20",
|
4050 | "clap_complete",
|
4051 | "reqwest 0.12.8",
|
4052 | "serde",
|
4053 | "thiserror",
|
4054 | "tokio",
|
4055 | "tracing",
|
4056 | "tracing-subscriber",
|
4057 | "url",
|
4058 | "webfinger-rs",
|
4059 | ]
|
4060 |
|
4061 | [[package]]
|
4062 | name = "quote"
|
4063 | version = "1.0.37"
|
4064 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4065 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
4066 | dependencies = [
|
4067 | "proc-macro2",
|
4068 | ]
|
4069 |
|
4070 | [[package]]
|
4071 | name = "quoted_printable"
|
4072 | version = "0.5.1"
|
4073 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4074 | checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
|
4075 |
|
4076 | [[package]]
|
4077 | name = "radium"
|
4078 | version = "0.7.0"
|
4079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4080 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
4081 |
|
4082 | [[package]]
|
4083 | name = "radix_trie"
|
4084 | version = "0.2.1"
|
4085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4086 | checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
4087 | dependencies = [
|
4088 | "endian-type",
|
4089 | "nibble_vec",
|
4090 | ]
|
4091 |
|
4092 | [[package]]
|
4093 | name = "rand"
|
4094 | version = "0.8.5"
|
4095 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4096 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
4097 | dependencies = [
|
4098 | "libc",
|
4099 | "rand_chacha",
|
4100 | "rand_core",
|
4101 | ]
|
4102 |
|
4103 | [[package]]
|
4104 | name = "rand_chacha"
|
4105 | version = "0.3.1"
|
4106 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4107 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
4108 | dependencies = [
|
4109 | "ppv-lite86",
|
4110 | "rand_core",
|
4111 | ]
|
4112 |
|
4113 | [[package]]
|
4114 | name = "rand_core"
|
4115 | version = "0.6.4"
|
4116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4117 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
4118 | dependencies = [
|
4119 | "getrandom",
|
4120 | ]
|
4121 |
|
4122 | [[package]]
|
4123 | name = "rayon"
|
4124 | version = "1.10.0"
|
4125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4126 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
4127 | dependencies = [
|
4128 | "either",
|
4129 | "rayon-core",
|
4130 | ]
|
4131 |
|
4132 | [[package]]
|
4133 | name = "rayon-core"
|
4134 | version = "1.12.1"
|
4135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4136 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
4137 | dependencies = [
|
4138 | "crossbeam-deque",
|
4139 | "crossbeam-utils",
|
4140 | ]
|
4141 |
|
4142 | [[package]]
|
4143 | name = "redox_syscall"
|
4144 | version = "0.2.16"
|
4145 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4146 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
4147 | dependencies = [
|
4148 | "bitflags 1.3.2",
|
4149 | ]
|
4150 |
|
4151 | [[package]]
|
4152 | name = "redox_syscall"
|
4153 | version = "0.5.7"
|
4154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4155 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
4156 | dependencies = [
|
4157 | "bitflags 2.6.0",
|
4158 | ]
|
4159 |
|
4160 | [[package]]
|
4161 | name = "redox_users"
|
4162 | version = "0.4.6"
|
4163 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4164 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
4165 | dependencies = [
|
4166 | "getrandom",
|
4167 | "libredox",
|
4168 | "thiserror",
|
4169 | ]
|
4170 |
|
4171 | [[package]]
|
4172 | name = "regex"
|
4173 | version = "1.11.1"
|
4174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4175 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
4176 | dependencies = [
|
4177 | "aho-corasick 1.1.3",
|
4178 | "memchr",
|
4179 | "regex-automata 0.4.8",
|
4180 | "regex-syntax 0.8.5",
|
4181 | ]
|
4182 |
|
4183 | [[package]]
|
4184 | name = "regex-automata"
|
4185 | version = "0.1.10"
|
4186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4187 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
4188 | dependencies = [
|
4189 | "regex-syntax 0.6.29",
|
4190 | ]
|
4191 |
|
4192 | [[package]]
|
4193 | name = "regex-automata"
|
4194 | version = "0.4.8"
|
4195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4196 | checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
4197 | dependencies = [
|
4198 | "aho-corasick 1.1.3",
|
4199 | "memchr",
|
4200 | "regex-syntax 0.8.5",
|
4201 | ]
|
4202 |
|
4203 | [[package]]
|
4204 | name = "regex-syntax"
|
4205 | version = "0.6.29"
|
4206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4207 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
4208 |
|
4209 | [[package]]
|
4210 | name = "regex-syntax"
|
4211 | version = "0.8.5"
|
4212 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4213 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
4214 |
|
4215 | [[package]]
|
4216 | name = "rend"
|
4217 | version = "0.4.2"
|
4218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4219 | checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
4220 | dependencies = [
|
4221 | "bytecheck",
|
4222 | ]
|
4223 |
|
4224 | [[package]]
|
4225 | name = "reqwest"
|
4226 | version = "0.11.27"
|
4227 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4228 | checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
4229 | dependencies = [
|
4230 | "base64 0.21.7",
|
4231 | "bytes",
|
4232 | "encoding_rs",
|
4233 | "futures-core",
|
4234 | "futures-util",
|
4235 | "h2 0.3.26",
|
4236 | "http 0.2.12",
|
4237 | "http-body 0.4.6",
|
4238 | "hyper 0.14.31",
|
4239 | "hyper-tls 0.5.0",
|
4240 | "ipnet",
|
4241 | "js-sys",
|
4242 | "log",
|
4243 | "mime",
|
4244 | "native-tls",
|
4245 | "once_cell",
|
4246 | "percent-encoding",
|
4247 | "pin-project-lite",
|
4248 | "rustls-pemfile 1.0.4",
|
4249 | "serde",
|
4250 | "serde_json",
|
4251 | "serde_urlencoded",
|
4252 | "sync_wrapper 0.1.2",
|
4253 | "system-configuration 0.5.1",
|
4254 | "tokio",
|
4255 | "tokio-native-tls",
|
4256 | "tower-service",
|
4257 | "url",
|
4258 | "wasm-bindgen",
|
4259 | "wasm-bindgen-futures",
|
4260 | "web-sys",
|
4261 | "winreg",
|
4262 | ]
|
4263 |
|
4264 | [[package]]
|
4265 | name = "reqwest"
|
4266 | version = "0.12.8"
|
4267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4268 | checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
|
4269 | dependencies = [
|
4270 | "base64 0.22.1",
|
4271 | "bytes",
|
4272 | "encoding_rs",
|
4273 | "futures-core",
|
4274 | "futures-util",
|
4275 | "h2 0.4.6",
|
4276 | "http 1.1.0",
|
4277 | "http-body 1.0.1",
|
4278 | "http-body-util",
|
4279 | "hyper 1.5.0",
|
4280 | "hyper-rustls",
|
4281 | "hyper-tls 0.6.0",
|
4282 | "hyper-util",
|
4283 | "ipnet",
|
4284 | "js-sys",
|
4285 | "log",
|
4286 | "mime",
|
4287 | "native-tls",
|
4288 | "once_cell",
|
4289 | "percent-encoding",
|
4290 | "pin-project-lite",
|
4291 | "rustls-pemfile 2.2.0",
|
4292 | "serde",
|
4293 | "serde_json",
|
4294 | "serde_urlencoded",
|
4295 | "sync_wrapper 1.0.1",
|
4296 | "system-configuration 0.6.1",
|
4297 | "tokio",
|
4298 | "tokio-native-tls",
|
4299 | "tower-service",
|
4300 | "url",
|
4301 | "wasm-bindgen",
|
4302 | "wasm-bindgen-futures",
|
4303 | "web-sys",
|
4304 | "windows-registry",
|
4305 | ]
|
4306 |
|
4307 | [[package]]
|
4308 | name = "resolv-conf"
|
4309 | version = "0.7.0"
|
4310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4311 | checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
4312 | dependencies = [
|
4313 | "hostname",
|
4314 | "quick-error",
|
4315 | ]
|
4316 |
|
4317 | [[package]]
|
4318 | name = "ring"
|
4319 | version = "0.16.20"
|
4320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4321 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
4322 | dependencies = [
|
4323 | "cc",
|
4324 | "libc",
|
4325 | "once_cell",
|
4326 | "spin 0.5.2",
|
4327 | "untrusted 0.7.1",
|
4328 | "web-sys",
|
4329 | "winapi",
|
4330 | ]
|
4331 |
|
4332 | [[package]]
|
4333 | name = "ring"
|
4334 | version = "0.17.8"
|
4335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4336 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
4337 | dependencies = [
|
4338 | "cc",
|
4339 | "cfg-if",
|
4340 | "getrandom",
|
4341 | "libc",
|
4342 | "spin 0.9.8",
|
4343 | "untrusted 0.9.0",
|
4344 | "windows-sys 0.52.0",
|
4345 | ]
|
4346 |
|
4347 | [[package]]
|
4348 | name = "rkyv"
|
4349 | version = "0.7.45"
|
4350 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4351 | checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
|
4352 | dependencies = [
|
4353 | "bitvec",
|
4354 | "bytecheck",
|
4355 | "bytes",
|
4356 | "hashbrown 0.12.3",
|
4357 | "ptr_meta",
|
4358 | "rend",
|
4359 | "rkyv_derive",
|
4360 | "seahash",
|
4361 | "tinyvec",
|
4362 | "uuid",
|
4363 | ]
|
4364 |
|
4365 | [[package]]
|
4366 | name = "rkyv_derive"
|
4367 | version = "0.7.45"
|
4368 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4369 | checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
|
4370 | dependencies = [
|
4371 | "proc-macro2",
|
4372 | "quote",
|
4373 | "syn 1.0.109",
|
4374 | ]
|
4375 |
|
4376 | [[package]]
|
4377 | name = "rsa"
|
4378 | version = "0.9.6"
|
4379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4380 | checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
|
4381 | dependencies = [
|
4382 | "const-oid",
|
4383 | "digest",
|
4384 | "num-bigint-dig",
|
4385 | "num-integer",
|
4386 | "num-traits",
|
4387 | "pkcs1",
|
4388 | "pkcs8",
|
4389 | "rand_core",
|
4390 | "signature",
|
4391 | "spki",
|
4392 | "subtle",
|
4393 | "zeroize",
|
4394 | ]
|
4395 |
|
4396 | [[package]]
|
4397 | name = "rss"
|
4398 | version = "2.0.9"
|
4399 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4400 | checksum = "27e92048f840d98c6d6dd870af9101610ea9ff413f11f1bcebf4f4c31d96d957"
|
4401 | dependencies = [
|
4402 | "atom_syndication",
|
4403 | "derive_builder",
|
4404 | "never",
|
4405 | "quick-xml 0.36.2",
|
4406 | ]
|
4407 |
|
4408 | [[package]]
|
4409 | name = "rustc-demangle"
|
4410 | version = "0.1.24"
|
4411 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4412 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
4413 |
|
4414 | [[package]]
|
4415 | name = "rustc-hash"
|
4416 | version = "1.1.0"
|
4417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4418 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
4419 |
|
4420 | [[package]]
|
4421 | name = "rustc_version"
|
4422 | version = "0.4.1"
|
4423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4424 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
4425 | dependencies = [
|
4426 | "semver",
|
4427 | ]
|
4428 |
|
4429 | [[package]]
|
4430 | name = "rustix"
|
4431 | version = "0.38.37"
|
4432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4433 | checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
4434 | dependencies = [
|
4435 | "bitflags 2.6.0",
|
4436 | "errno",
|
4437 | "libc",
|
4438 | "linux-raw-sys",
|
4439 | "windows-sys 0.52.0",
|
4440 | ]
|
4441 |
|
4442 | [[package]]
|
4443 | name = "rustls"
|
4444 | version = "0.21.12"
|
4445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4446 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
4447 | dependencies = [
|
4448 | "log",
|
4449 | "ring 0.17.8",
|
4450 | "rustls-webpki 0.101.7",
|
4451 | "sct",
|
4452 | ]
|
4453 |
|
4454 | [[package]]
|
4455 | name = "rustls"
|
4456 | version = "0.23.15"
|
4457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4458 | checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
4459 | dependencies = [
|
4460 | "aws-lc-rs",
|
4461 | "log",
|
4462 | "once_cell",
|
4463 | "ring 0.17.8",
|
4464 | "rustls-pki-types",
|
4465 | "rustls-webpki 0.102.8",
|
4466 | "subtle",
|
4467 | "zeroize",
|
4468 | ]
|
4469 |
|
4470 | [[package]]
|
4471 | name = "rustls-pemfile"
|
4472 | version = "1.0.4"
|
4473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
4475 | dependencies = [
|
4476 | "base64 0.21.7",
|
4477 | ]
|
4478 |
|
4479 | [[package]]
|
4480 | name = "rustls-pemfile"
|
4481 | version = "2.2.0"
|
4482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4483 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
4484 | dependencies = [
|
4485 | "rustls-pki-types",
|
4486 | ]
|
4487 |
|
4488 | [[package]]
|
4489 | name = "rustls-pki-types"
|
4490 | version = "1.10.0"
|
4491 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4492 | checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
4493 |
|
4494 | [[package]]
|
4495 | name = "rustls-webpki"
|
4496 | version = "0.101.7"
|
4497 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4498 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
4499 | dependencies = [
|
4500 | "ring 0.17.8",
|
4501 | "untrusted 0.9.0",
|
4502 | ]
|
4503 |
|
4504 | [[package]]
|
4505 | name = "rustls-webpki"
|
4506 | version = "0.102.8"
|
4507 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4508 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
4509 | dependencies = [
|
4510 | "aws-lc-rs",
|
4511 | "ring 0.17.8",
|
4512 | "rustls-pki-types",
|
4513 | "untrusted 0.9.0",
|
4514 | ]
|
4515 |
|
4516 | [[package]]
|
4517 | name = "rustversion"
|
4518 | version = "1.0.18"
|
4519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4520 | checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
4521 |
|
4522 | [[package]]
|
4523 | name = "rustyline"
|
4524 | version = "9.1.2"
|
4525 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4526 | checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
|
4527 | dependencies = [
|
4528 | "bitflags 1.3.2",
|
4529 | "cfg-if",
|
4530 | "clipboard-win",
|
4531 | "dirs-next",
|
4532 | "fd-lock",
|
4533 | "libc",
|
4534 | "log",
|
4535 | "memchr",
|
4536 | "nix",
|
4537 | "radix_trie",
|
4538 | "scopeguard",
|
4539 | "smallvec",
|
4540 | "unicode-segmentation",
|
4541 | "unicode-width",
|
4542 | "utf8parse",
|
4543 | "winapi",
|
4544 | ]
|
4545 |
|
4546 | [[package]]
|
4547 | name = "ryu"
|
4548 | version = "1.0.18"
|
4549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4550 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
4551 |
|
4552 | [[package]]
|
4553 | name = "same-file"
|
4554 | version = "1.0.6"
|
4555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4556 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
4557 | dependencies = [
|
4558 | "winapi-util",
|
4559 | ]
|
4560 |
|
4561 | [[package]]
|
4562 | name = "schannel"
|
4563 | version = "0.1.26"
|
4564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4565 | checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
4566 | dependencies = [
|
4567 | "windows-sys 0.59.0",
|
4568 | ]
|
4569 |
|
4570 | [[package]]
|
4571 | name = "scopeguard"
|
4572 | version = "1.2.0"
|
4573 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4574 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
4575 |
|
4576 | [[package]]
|
4577 | name = "sct"
|
4578 | version = "0.7.1"
|
4579 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4580 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
4581 | dependencies = [
|
4582 | "ring 0.17.8",
|
4583 | "untrusted 0.9.0",
|
4584 | ]
|
4585 |
|
4586 | [[package]]
|
4587 | name = "seahash"
|
4588 | version = "4.1.0"
|
4589 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4590 | checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
4591 |
|
4592 | [[package]]
|
4593 | name = "security-framework"
|
4594 | version = "2.11.1"
|
4595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4596 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
4597 | dependencies = [
|
4598 | "bitflags 2.6.0",
|
4599 | "core-foundation",
|
4600 | "core-foundation-sys",
|
4601 | "libc",
|
4602 | "security-framework-sys",
|
4603 | ]
|
4604 |
|
4605 | [[package]]
|
4606 | name = "security-framework-sys"
|
4607 | version = "2.12.0"
|
4608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4609 | checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
4610 | dependencies = [
|
4611 | "core-foundation-sys",
|
4612 | "libc",
|
4613 | ]
|
4614 |
|
4615 | [[package]]
|
4616 | name = "semver"
|
4617 | version = "1.0.23"
|
4618 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4619 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
4620 | dependencies = [
|
4621 | "serde",
|
4622 | ]
|
4623 |
|
4624 | [[package]]
|
4625 | name = "serde"
|
4626 | version = "1.0.213"
|
4627 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4628 | checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
4629 | dependencies = [
|
4630 | "serde_derive",
|
4631 | ]
|
4632 |
|
4633 | [[package]]
|
4634 | name = "serde_derive"
|
4635 | version = "1.0.213"
|
4636 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4637 | checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
4638 | dependencies = [
|
4639 | "proc-macro2",
|
4640 | "quote",
|
4641 | "syn 2.0.85",
|
4642 | ]
|
4643 |
|
4644 | [[package]]
|
4645 | name = "serde_html_form"
|
4646 | version = "0.2.6"
|
4647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4648 | checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
|
4649 | dependencies = [
|
4650 | "form_urlencoded",
|
4651 | "indexmap 2.6.0",
|
4652 | "itoa",
|
4653 | "ryu",
|
4654 | "serde",
|
4655 | ]
|
4656 |
|
4657 | [[package]]
|
4658 | name = "serde_json"
|
4659 | version = "1.0.132"
|
4660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4661 | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
4662 | dependencies = [
|
4663 | "itoa",
|
4664 | "memchr",
|
4665 | "ryu",
|
4666 | "serde",
|
4667 | ]
|
4668 |
|
4669 | [[package]]
|
4670 | name = "serde_path_to_error"
|
4671 | version = "0.1.16"
|
4672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4673 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
4674 | dependencies = [
|
4675 | "itoa",
|
4676 | "serde",
|
4677 | ]
|
4678 |
|
4679 | [[package]]
|
4680 | name = "serde_spanned"
|
4681 | version = "0.6.8"
|
4682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4683 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
4684 | dependencies = [
|
4685 | "serde",
|
4686 | ]
|
4687 |
|
4688 | [[package]]
|
4689 | name = "serde_urlencoded"
|
4690 | version = "0.7.1"
|
4691 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4692 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
4693 | dependencies = [
|
4694 | "form_urlencoded",
|
4695 | "itoa",
|
4696 | "ryu",
|
4697 | "serde",
|
4698 | ]
|
4699 |
|
4700 | [[package]]
|
4701 | name = "serde_with"
|
4702 | version = "3.11.0"
|
4703 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4704 | checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
4705 | dependencies = [
|
4706 | "base64 0.22.1",
|
4707 | "chrono",
|
4708 | "hex",
|
4709 | "indexmap 1.9.3",
|
4710 | "indexmap 2.6.0",
|
4711 | "serde",
|
4712 | "serde_derive",
|
4713 | "serde_json",
|
4714 | "serde_with_macros",
|
4715 | "time",
|
4716 | ]
|
4717 |
|
4718 | [[package]]
|
4719 | name = "serde_with_macros"
|
4720 | version = "3.11.0"
|
4721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4722 | checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
4723 | dependencies = [
|
4724 | "darling",
|
4725 | "proc-macro2",
|
4726 | "quote",
|
4727 | "syn 2.0.85",
|
4728 | ]
|
4729 |
|
4730 | [[package]]
|
4731 | name = "sha1"
|
4732 | version = "0.10.6"
|
4733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4734 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
4735 | dependencies = [
|
4736 | "cfg-if",
|
4737 | "cpufeatures",
|
4738 | "digest",
|
4739 | ]
|
4740 |
|
4741 | [[package]]
|
4742 | name = "sha2"
|
4743 | version = "0.10.8"
|
4744 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4745 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
4746 | dependencies = [
|
4747 | "cfg-if",
|
4748 | "cpufeatures",
|
4749 | "digest",
|
4750 | ]
|
4751 |
|
4752 | [[package]]
|
4753 | name = "sharded-slab"
|
4754 | version = "0.1.7"
|
4755 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4756 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
4757 | dependencies = [
|
4758 | "lazy_static",
|
4759 | ]
|
4760 |
|
4761 | [[package]]
|
4762 | name = "shell-words"
|
4763 | version = "1.1.0"
|
4764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4765 | checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
4766 |
|
4767 | [[package]]
|
4768 | name = "shlex"
|
4769 | version = "1.3.0"
|
4770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4771 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
4772 |
|
4773 | [[package]]
|
4774 | name = "signal-hook-registry"
|
4775 | version = "1.4.2"
|
4776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4777 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
4778 | dependencies = [
|
4779 | "libc",
|
4780 | ]
|
4781 |
|
4782 | [[package]]
|
4783 | name = "signature"
|
4784 | version = "2.2.0"
|
4785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4786 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
4787 | dependencies = [
|
4788 | "digest",
|
4789 | "rand_core",
|
4790 | ]
|
4791 |
|
4792 | [[package]]
|
4793 | name = "simd-abstraction"
|
4794 | version = "0.7.1"
|
4795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4796 | checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
|
4797 | dependencies = [
|
4798 | "outref",
|
4799 | ]
|
4800 |
|
4801 | [[package]]
|
4802 | name = "simd-adler32"
|
4803 | version = "0.3.7"
|
4804 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4805 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
4806 |
|
4807 | [[package]]
|
4808 | name = "simdutf8"
|
4809 | version = "0.1.5"
|
4810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4811 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
4812 |
|
4813 | [[package]]
|
4814 | name = "siphasher"
|
4815 | version = "0.3.11"
|
4816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4817 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
4818 |
|
4819 | [[package]]
|
4820 | name = "slab"
|
4821 | version = "0.4.9"
|
4822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4823 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
4824 | dependencies = [
|
4825 | "autocfg",
|
4826 | ]
|
4827 |
|
4828 | [[package]]
|
4829 | name = "slug"
|
4830 | version = "0.1.6"
|
4831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4832 | checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
|
4833 | dependencies = [
|
4834 | "deunicode",
|
4835 | "wasm-bindgen",
|
4836 | ]
|
4837 |
|
4838 | [[package]]
|
4839 | name = "smallvec"
|
4840 | version = "1.13.2"
|
4841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4842 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
4843 | dependencies = [
|
4844 | "serde",
|
4845 | ]
|
4846 |
|
4847 | [[package]]
|
4848 | name = "smtp-proto"
|
4849 | version = "0.1.5"
|
4850 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4851 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
|
4852 | dependencies = [
|
4853 | "serde",
|
4854 | ]
|
4855 |
|
4856 | [[package]]
|
4857 | name = "socket2"
|
4858 | version = "0.5.7"
|
4859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4860 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
4861 | dependencies = [
|
4862 | "libc",
|
4863 | "windows-sys 0.52.0",
|
4864 | ]
|
4865 |
|
4866 | [[package]]
|
4867 | name = "spin"
|
4868 | version = "0.5.2"
|
4869 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4870 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
4871 |
|
4872 | [[package]]
|
4873 | name = "spin"
|
4874 | version = "0.9.8"
|
4875 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4876 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
4877 | dependencies = [
|
4878 | "lock_api",
|
4879 | ]
|
4880 |
|
4881 | [[package]]
|
4882 | name = "spki"
|
4883 | version = "0.7.3"
|
4884 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4885 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
4886 | dependencies = [
|
4887 | "base64ct",
|
4888 | "der",
|
4889 | ]
|
4890 |
|
4891 | [[package]]
|
4892 | name = "sqlformat"
|
4893 | version = "0.2.6"
|
4894 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4895 | checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
4896 | dependencies = [
|
4897 | "nom",
|
4898 | "unicode_categories",
|
4899 | ]
|
4900 |
|
4901 | [[package]]
|
4902 | name = "sqlx"
|
4903 | version = "0.8.2"
|
4904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4905 | checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
|
4906 | dependencies = [
|
4907 | "sqlx-core",
|
4908 | "sqlx-macros",
|
4909 | "sqlx-mysql",
|
4910 | "sqlx-postgres",
|
4911 | "sqlx-sqlite",
|
4912 | ]
|
4913 |
|
4914 | [[package]]
|
4915 | name = "sqlx-cli"
|
4916 | version = "0.8.2"
|
4917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4918 | checksum = "cf9619dcec86d94bab751591c4b0859260a26d70a7d114005521c92f47f922dc"
|
4919 | dependencies = [
|
4920 | "anyhow",
|
4921 | "async-trait",
|
4922 | "backoff",
|
4923 | "cargo_metadata",
|
4924 | "chrono",
|
4925 | "clap 4.5.20",
|
4926 | "clap_complete",
|
4927 | "console",
|
4928 | "dotenvy",
|
4929 | "filetime",
|
4930 | "futures",
|
4931 | "glob",
|
4932 | "promptly",
|
4933 | "serde",
|
4934 | "serde_json",
|
4935 | "sqlx",
|
4936 | "tokio",
|
4937 | "url",
|
4938 | ]
|
4939 |
|
4940 | [[package]]
|
4941 | name = "sqlx-core"
|
4942 | version = "0.8.2"
|
4943 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4944 | checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
|
4945 | dependencies = [
|
4946 | "atoi",
|
4947 | "byteorder",
|
4948 | "bytes",
|
4949 | "crc",
|
4950 | "crossbeam-queue",
|
4951 | "either",
|
4952 | "event-listener",
|
4953 | "futures-channel",
|
4954 | "futures-core",
|
4955 | "futures-intrusive",
|
4956 | "futures-io",
|
4957 | "futures-util",
|
4958 | "hashbrown 0.14.5",
|
4959 | "hashlink",
|
4960 | "hex",
|
4961 | "indexmap 2.6.0",
|
4962 | "log",
|
4963 | "memchr",
|
4964 | "native-tls",
|
4965 | "once_cell",
|
4966 | "paste",
|
4967 | "percent-encoding",
|
4968 | "rustls 0.23.15",
|
4969 | "rustls-pemfile 2.2.0",
|
4970 | "serde",
|
4971 | "serde_json",
|
4972 | "sha2",
|
4973 | "smallvec",
|
4974 | "sqlformat",
|
4975 | "thiserror",
|
4976 | "time",
|
4977 | "tokio",
|
4978 | "tokio-stream",
|
4979 | "tracing",
|
4980 | "url",
|
4981 | "webpki-roots",
|
4982 | ]
|
4983 |
|
4984 | [[package]]
|
4985 | name = "sqlx-macros"
|
4986 | version = "0.8.2"
|
4987 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4988 | checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
|
4989 | dependencies = [
|
4990 | "proc-macro2",
|
4991 | "quote",
|
4992 | "sqlx-core",
|
4993 | "sqlx-macros-core",
|
4994 | "syn 2.0.85",
|
4995 | ]
|
4996 |
|
4997 | [[package]]
|
4998 | name = "sqlx-macros-core"
|
4999 | version = "0.8.2"
|
5000 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5001 | checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
|
5002 | dependencies = [
|
5003 | "dotenvy",
|
5004 | "either",
|
5005 | "heck",
|
5006 | "hex",
|
5007 | "once_cell",
|
5008 | "proc-macro2",
|
5009 | "quote",
|
5010 | "serde",
|
5011 | "serde_json",
|
5012 | "sha2",
|
5013 | "sqlx-core",
|
5014 | "sqlx-mysql",
|
5015 | "sqlx-postgres",
|
5016 | "sqlx-sqlite",
|
5017 | "syn 2.0.85",
|
5018 | "tempfile",
|
5019 | "tokio",
|
5020 | "url",
|
5021 | ]
|
5022 |
|
5023 | [[package]]
|
5024 | name = "sqlx-mysql"
|
5025 | version = "0.8.2"
|
5026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5027 | checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
|
5028 | dependencies = [
|
5029 | "atoi",
|
5030 | "base64 0.22.1",
|
5031 | "bitflags 2.6.0",
|
5032 | "byteorder",
|
5033 | "bytes",
|
5034 | "crc",
|
5035 | "digest",
|
5036 | "dotenvy",
|
5037 | "either",
|
5038 | "futures-channel",
|
5039 | "futures-core",
|
5040 | "futures-io",
|
5041 | "futures-util",
|
5042 | "generic-array",
|
5043 | "hex",
|
5044 | "hkdf",
|
5045 | "hmac",
|
5046 | "itoa",
|
5047 | "log",
|
5048 | "md-5",
|
5049 | "memchr",
|
5050 | "once_cell",
|
5051 | "percent-encoding",
|
5052 | "rand",
|
5053 | "rsa",
|
5054 | "serde",
|
5055 | "sha1",
|
5056 | "sha2",
|
5057 | "smallvec",
|
5058 | "sqlx-core",
|
5059 | "stringprep",
|
5060 | "thiserror",
|
5061 | "time",
|
5062 | "tracing",
|
5063 | "whoami",
|
5064 | ]
|
5065 |
|
5066 | [[package]]
|
5067 | name = "sqlx-postgres"
|
5068 | version = "0.8.2"
|
5069 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5070 | checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
|
5071 | dependencies = [
|
5072 | "atoi",
|
5073 | "base64 0.22.1",
|
5074 | "bitflags 2.6.0",
|
5075 | "byteorder",
|
5076 | "crc",
|
5077 | "dotenvy",
|
5078 | "etcetera",
|
5079 | "futures-channel",
|
5080 | "futures-core",
|
5081 | "futures-io",
|
5082 | "futures-util",
|
5083 | "hex",
|
5084 | "hkdf",
|
5085 | "hmac",
|
5086 | "home",
|
5087 | "itoa",
|
5088 | "log",
|
5089 | "md-5",
|
5090 | "memchr",
|
5091 | "once_cell",
|
5092 | "rand",
|
5093 | "serde",
|
5094 | "serde_json",
|
5095 | "sha2",
|
5096 | "smallvec",
|
5097 | "sqlx-core",
|
5098 | "stringprep",
|
5099 | "thiserror",
|
5100 | "time",
|
5101 | "tracing",
|
5102 | "whoami",
|
5103 | ]
|
5104 |
|
5105 | [[package]]
|
5106 | name = "sqlx-sqlite"
|
5107 | version = "0.8.2"
|
5108 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5109 | checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
|
5110 | dependencies = [
|
5111 | "atoi",
|
5112 | "flume",
|
5113 | "futures-channel",
|
5114 | "futures-core",
|
5115 | "futures-executor",
|
5116 | "futures-intrusive",
|
5117 | "futures-util",
|
5118 | "libsqlite3-sys",
|
5119 | "log",
|
5120 | "percent-encoding",
|
5121 | "serde",
|
5122 | "serde_urlencoded",
|
5123 | "sqlx-core",
|
5124 | "time",
|
5125 | "tracing",
|
5126 | "url",
|
5127 | ]
|
5128 |
|
5129 | [[package]]
|
5130 | name = "static_assertions"
|
5131 | version = "1.1.0"
|
5132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5133 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
5134 |
|
5135 | [[package]]
|
5136 | name = "str-buf"
|
5137 | version = "1.0.6"
|
5138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5139 | checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
5140 |
|
5141 | [[package]]
|
5142 | name = "streaming-iterator"
|
5143 | version = "0.1.9"
|
5144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5145 | checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
|
5146 |
|
5147 | [[package]]
|
5148 | name = "stringprep"
|
5149 | version = "0.1.5"
|
5150 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5151 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
5152 | dependencies = [
|
5153 | "unicode-bidi",
|
5154 | "unicode-normalization",
|
5155 | "unicode-properties",
|
5156 | ]
|
5157 |
|
5158 | [[package]]
|
5159 | name = "strsim"
|
5160 | version = "0.8.0"
|
5161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5162 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
5163 |
|
5164 | [[package]]
|
5165 | name = "strsim"
|
5166 | version = "0.11.1"
|
5167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5168 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
5169 |
|
5170 | [[package]]
|
5171 | name = "subtle"
|
5172 | version = "2.6.1"
|
5173 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5174 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
5175 |
|
5176 | [[package]]
|
5177 | name = "syn"
|
5178 | version = "1.0.109"
|
5179 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5180 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
5181 | dependencies = [
|
5182 | "proc-macro2",
|
5183 | "quote",
|
5184 | "unicode-ident",
|
5185 | ]
|
5186 |
|
5187 | [[package]]
|
5188 | name = "syn"
|
5189 | version = "2.0.85"
|
5190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5191 | checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
5192 | dependencies = [
|
5193 | "proc-macro2",
|
5194 | "quote",
|
5195 | "unicode-ident",
|
5196 | ]
|
5197 |
|
5198 | [[package]]
|
5199 | name = "sync_wrapper"
|
5200 | version = "0.1.2"
|
5201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5202 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
5203 |
|
5204 | [[package]]
|
5205 | name = "sync_wrapper"
|
5206 | version = "1.0.1"
|
5207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5208 | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
5209 | dependencies = [
|
5210 | "futures-core",
|
5211 | ]
|
5212 |
|
5213 | [[package]]
|
5214 | name = "syntect"
|
5215 | version = "5.2.0"
|
5216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5217 | checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
|
5218 | dependencies = [
|
5219 | "bincode",
|
5220 | "bitflags 1.3.2",
|
5221 | "fancy-regex",
|
5222 | "flate2",
|
5223 | "fnv",
|
5224 | "once_cell",
|
5225 | "onig",
|
5226 | "plist",
|
5227 | "regex-syntax 0.8.5",
|
5228 | "serde",
|
5229 | "serde_derive",
|
5230 | "serde_json",
|
5231 | "thiserror",
|
5232 | "walkdir",
|
5233 | "yaml-rust",
|
5234 | ]
|
5235 |
|
5236 | [[package]]
|
5237 | name = "system-configuration"
|
5238 | version = "0.5.1"
|
5239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5240 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
5241 | dependencies = [
|
5242 | "bitflags 1.3.2",
|
5243 | "core-foundation",
|
5244 | "system-configuration-sys 0.5.0",
|
5245 | ]
|
5246 |
|
5247 | [[package]]
|
5248 | name = "system-configuration"
|
5249 | version = "0.6.1"
|
5250 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5251 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
5252 | dependencies = [
|
5253 | "bitflags 2.6.0",
|
5254 | "core-foundation",
|
5255 | "system-configuration-sys 0.6.0",
|
5256 | ]
|
5257 |
|
5258 | [[package]]
|
5259 | name = "system-configuration-sys"
|
5260 | version = "0.5.0"
|
5261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5262 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
5263 | dependencies = [
|
5264 | "core-foundation-sys",
|
5265 | "libc",
|
5266 | ]
|
5267 |
|
5268 | [[package]]
|
5269 | name = "system-configuration-sys"
|
5270 | version = "0.6.0"
|
5271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5272 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
5273 | dependencies = [
|
5274 | "core-foundation-sys",
|
5275 | "libc",
|
5276 | ]
|
5277 |
|
5278 | [[package]]
|
5279 | name = "tabwriter"
|
5280 | version = "1.4.0"
|
5281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5282 | checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6"
|
5283 | dependencies = [
|
5284 | "unicode-width",
|
5285 | ]
|
5286 |
|
5287 | [[package]]
|
5288 | name = "tap"
|
5289 | version = "1.0.1"
|
5290 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5291 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
5292 |
|
5293 | [[package]]
|
5294 | name = "tarpc"
|
5295 | version = "0.34.0"
|
5296 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5297 | checksum = "93a1870169fb9490fb3b37df7f50782986475c33cb90955f9f9b9ae659124200"
|
5298 | dependencies = [
|
5299 | "anyhow",
|
5300 | "fnv",
|
5301 | "futures",
|
5302 | "humantime",
|
5303 | "opentelemetry",
|
5304 | "pin-project",
|
5305 | "rand",
|
5306 | "serde",
|
5307 | "static_assertions",
|
5308 | "tarpc-plugins",
|
5309 | "thiserror",
|
5310 | "tokio",
|
5311 | "tokio-serde",
|
5312 | "tokio-util",
|
5313 | "tracing",
|
5314 | "tracing-opentelemetry",
|
5315 | ]
|
5316 |
|
5317 | [[package]]
|
5318 | name = "tarpc-plugins"
|
5319 | version = "0.13.1"
|
5320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5321 | checksum = "ad8302bea2fb8a2b01b025d23414b0b4ed32a783b95e5d818c3320a8bc4baada"
|
5322 | dependencies = [
|
5323 | "proc-macro2",
|
5324 | "quote",
|
5325 | "syn 1.0.109",
|
5326 | ]
|
5327 |
|
5328 | [[package]]
|
5329 | name = "tempfile"
|
5330 | version = "3.13.0"
|
5331 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5332 | checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
5333 | dependencies = [
|
5334 | "cfg-if",
|
5335 | "fastrand",
|
5336 | "once_cell",
|
5337 | "rustix",
|
5338 | "windows-sys 0.59.0",
|
5339 | ]
|
5340 |
|
5341 | [[package]]
|
5342 | name = "tera"
|
5343 | version = "1.20.0"
|
5344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5345 | checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
|
5346 | dependencies = [
|
5347 | "chrono",
|
5348 | "chrono-tz",
|
5349 | "globwalk",
|
5350 | "humansize",
|
5351 | "lazy_static",
|
5352 | "percent-encoding",
|
5353 | "pest",
|
5354 | "pest_derive",
|
5355 | "rand",
|
5356 | "regex",
|
5357 | "serde",
|
5358 | "serde_json",
|
5359 | "slug",
|
5360 | "unic-segment",
|
5361 | ]
|
5362 |
|
5363 | [[package]]
|
5364 | name = "term_size"
|
5365 | version = "0.3.2"
|
5366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5367 | checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
5368 | dependencies = [
|
5369 | "libc",
|
5370 | "winapi",
|
5371 | ]
|
5372 |
|
5373 | [[package]]
|
5374 | name = "termcolor"
|
5375 | version = "1.4.1"
|
5376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5377 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
5378 | dependencies = [
|
5379 | "winapi-util",
|
5380 | ]
|
5381 |
|
5382 | [[package]]
|
5383 | name = "terminal_size"
|
5384 | version = "0.4.0"
|
5385 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5386 | checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
5387 | dependencies = [
|
5388 | "rustix",
|
5389 | "windows-sys 0.59.0",
|
5390 | ]
|
5391 |
|
5392 | [[package]]
|
5393 | name = "textwrap"
|
5394 | version = "0.11.0"
|
5395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5396 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
5397 | dependencies = [
|
5398 | "unicode-width",
|
5399 | ]
|
5400 |
|
5401 | [[package]]
|
5402 | name = "thiserror"
|
5403 | version = "1.0.65"
|
5404 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5405 | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
5406 | dependencies = [
|
5407 | "thiserror-impl",
|
5408 | ]
|
5409 |
|
5410 | [[package]]
|
5411 | name = "thiserror-impl"
|
5412 | version = "1.0.65"
|
5413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5414 | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
5415 | dependencies = [
|
5416 | "proc-macro2",
|
5417 | "quote",
|
5418 | "syn 2.0.85",
|
5419 | ]
|
5420 |
|
5421 | [[package]]
|
5422 | name = "thread_local"
|
5423 | version = "1.1.8"
|
5424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5425 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
5426 | dependencies = [
|
5427 | "cfg-if",
|
5428 | "once_cell",
|
5429 | ]
|
5430 |
|
5431 | [[package]]
|
5432 | name = "time"
|
5433 | version = "0.3.36"
|
5434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5435 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
5436 | dependencies = [
|
5437 | "deranged",
|
5438 | "itoa",
|
5439 | "num-conv",
|
5440 | "powerfmt",
|
5441 | "serde",
|
5442 | "time-core",
|
5443 | "time-macros",
|
5444 | ]
|
5445 |
|
5446 | [[package]]
|
5447 | name = "time-core"
|
5448 | version = "0.1.2"
|
5449 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5450 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
5451 |
|
5452 | [[package]]
|
5453 | name = "time-macros"
|
5454 | version = "0.2.18"
|
5455 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5456 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
5457 | dependencies = [
|
5458 | "num-conv",
|
5459 | "time-core",
|
5460 | ]
|
5461 |
|
5462 | [[package]]
|
5463 | name = "timeutil"
|
5464 | version = "0.1.0"
|
5465 |
|
5466 | [[package]]
|
5467 | name = "tinyvec"
|
5468 | version = "1.8.0"
|
5469 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5470 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
5471 | dependencies = [
|
5472 | "tinyvec_macros",
|
5473 | ]
|
5474 |
|
5475 | [[package]]
|
5476 | name = "tinyvec_macros"
|
5477 | version = "0.1.1"
|
5478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5479 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
5480 |
|
5481 | [[package]]
|
5482 | name = "tokei"
|
5483 | version = "12.1.2"
|
5484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5485 | checksum = "a41f915e075a8a98ad64a5f7be6b7cc1710fc835c5f07e4a3efcaeb013291c00"
|
5486 | dependencies = [
|
5487 | "aho-corasick 0.7.20",
|
5488 | "clap 2.34.0",
|
5489 | "crossbeam-channel",
|
5490 | "dashmap 4.0.2",
|
5491 | "dirs 3.0.2",
|
5492 | "encoding_rs_io",
|
5493 | "env_logger 0.8.4",
|
5494 | "grep-searcher",
|
5495 | "ignore",
|
5496 | "log",
|
5497 | "num-format",
|
5498 | "once_cell",
|
5499 | "parking_lot 0.11.2",
|
5500 | "rayon",
|
5501 | "regex",
|
5502 | "serde",
|
5503 | "serde_json",
|
5504 | "tera",
|
5505 | "term_size",
|
5506 | "toml 0.5.11",
|
5507 | ]
|
5508 |
|
5509 | [[package]]
|
5510 | name = "tokio"
|
5511 | version = "1.41.0"
|
5512 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5513 | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
5514 | dependencies = [
|
5515 | "backtrace",
|
5516 | "bytes",
|
5517 | "libc",
|
5518 | "mio",
|
5519 | "parking_lot 0.12.3",
|
5520 | "pin-project-lite",
|
5521 | "signal-hook-registry",
|
5522 | "socket2",
|
5523 | "tokio-macros",
|
5524 | "windows-sys 0.52.0",
|
5525 | ]
|
5526 |
|
5527 | [[package]]
|
5528 | name = "tokio-macros"
|
5529 | version = "2.4.0"
|
5530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5531 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
5532 | dependencies = [
|
5533 | "proc-macro2",
|
5534 | "quote",
|
5535 | "syn 2.0.85",
|
5536 | ]
|
5537 |
|
5538 | [[package]]
|
5539 | name = "tokio-native-tls"
|
5540 | version = "0.3.1"
|
5541 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5542 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
5543 | dependencies = [
|
5544 | "native-tls",
|
5545 | "tokio",
|
5546 | ]
|
5547 |
|
5548 | [[package]]
|
5549 | name = "tokio-rustls"
|
5550 | version = "0.24.1"
|
5551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5552 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
5553 | dependencies = [
|
5554 | "rustls 0.21.12",
|
5555 | "tokio",
|
5556 | ]
|
5557 |
|
5558 | [[package]]
|
5559 | name = "tokio-rustls"
|
5560 | version = "0.26.0"
|
5561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5562 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
5563 | dependencies = [
|
5564 | "rustls 0.23.15",
|
5565 | "rustls-pki-types",
|
5566 | "tokio",
|
5567 | ]
|
5568 |
|
5569 | [[package]]
|
5570 | name = "tokio-serde"
|
5571 | version = "0.8.0"
|
5572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5573 | checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
|
5574 | dependencies = [
|
5575 | "bincode",
|
5576 | "bytes",
|
5577 | "educe",
|
5578 | "futures-core",
|
5579 | "futures-sink",
|
5580 | "pin-project",
|
5581 | "serde",
|
5582 | "serde_json",
|
5583 | ]
|
5584 |
|
5585 | [[package]]
|
5586 | name = "tokio-stream"
|
5587 | version = "0.1.16"
|
5588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5589 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
5590 | dependencies = [
|
5591 | "futures-core",
|
5592 | "pin-project-lite",
|
5593 | "tokio",
|
5594 | "tokio-util",
|
5595 | ]
|
5596 |
|
5597 | [[package]]
|
5598 | name = "tokio-util"
|
5599 | version = "0.7.12"
|
5600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5601 | checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
5602 | dependencies = [
|
5603 | "bytes",
|
5604 | "futures-core",
|
5605 | "futures-io",
|
5606 | "futures-sink",
|
5607 | "futures-util",
|
5608 | "hashbrown 0.14.5",
|
5609 | "pin-project-lite",
|
5610 | "slab",
|
5611 | "tokio",
|
5612 | ]
|
5613 |
|
5614 | [[package]]
|
5615 | name = "toml"
|
5616 | version = "0.5.11"
|
5617 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5618 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
5619 | dependencies = [
|
5620 | "serde",
|
5621 | ]
|
5622 |
|
5623 | [[package]]
|
5624 | name = "toml"
|
5625 | version = "0.8.19"
|
5626 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5627 | checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
5628 | dependencies = [
|
5629 | "serde",
|
5630 | "serde_spanned",
|
5631 | "toml_datetime",
|
5632 | "toml_edit",
|
5633 | ]
|
5634 |
|
5635 | [[package]]
|
5636 | name = "toml_datetime"
|
5637 | version = "0.6.8"
|
5638 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5639 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
5640 | dependencies = [
|
5641 | "serde",
|
5642 | ]
|
5643 |
|
5644 | [[package]]
|
5645 | name = "toml_edit"
|
5646 | version = "0.22.22"
|
5647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5648 | checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
5649 | dependencies = [
|
5650 | "indexmap 2.6.0",
|
5651 | "serde",
|
5652 | "serde_spanned",
|
5653 | "toml_datetime",
|
5654 | "winnow",
|
5655 | ]
|
5656 |
|
5657 | [[package]]
|
5658 | name = "tower"
|
5659 | version = "0.5.1"
|
5660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5661 | checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
|
5662 | dependencies = [
|
5663 | "futures-core",
|
5664 | "futures-util",
|
5665 | "pin-project-lite",
|
5666 | "sync_wrapper 0.1.2",
|
5667 | "tokio",
|
5668 | "tower-layer",
|
5669 | "tower-service",
|
5670 | "tracing",
|
5671 | ]
|
5672 |
|
5673 | [[package]]
|
5674 | name = "tower-http"
|
5675 | version = "0.6.1"
|
5676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5677 | checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
|
5678 | dependencies = [
|
5679 | "bitflags 2.6.0",
|
5680 | "bytes",
|
5681 | "http 1.1.0",
|
5682 | "http-body 1.0.1",
|
5683 | "pin-project-lite",
|
5684 | "tower-layer",
|
5685 | "tower-service",
|
5686 | "tracing",
|
5687 | ]
|
5688 |
|
5689 | [[package]]
|
5690 | name = "tower-layer"
|
5691 | version = "0.3.3"
|
5692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5693 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
5694 |
|
5695 | [[package]]
|
5696 | name = "tower-service"
|
5697 | version = "0.3.3"
|
5698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5699 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
5700 |
|
5701 | [[package]]
|
5702 | name = "tracing"
|
5703 | version = "0.1.40"
|
5704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5705 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
5706 | dependencies = [
|
5707 | "log",
|
5708 | "pin-project-lite",
|
5709 | "tracing-attributes",
|
5710 | "tracing-core",
|
5711 | ]
|
5712 |
|
5713 | [[package]]
|
5714 | name = "tracing-attributes"
|
5715 | version = "0.1.27"
|
5716 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5717 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
5718 | dependencies = [
|
5719 | "proc-macro2",
|
5720 | "quote",
|
5721 | "syn 2.0.85",
|
5722 | ]
|
5723 |
|
5724 | [[package]]
|
5725 | name = "tracing-core"
|
5726 | version = "0.1.32"
|
5727 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5728 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
5729 | dependencies = [
|
5730 | "once_cell",
|
5731 | "valuable",
|
5732 | ]
|
5733 |
|
5734 | [[package]]
|
5735 | name = "tracing-log"
|
5736 | version = "0.2.0"
|
5737 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5738 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
5739 | dependencies = [
|
5740 | "log",
|
5741 | "once_cell",
|
5742 | "tracing-core",
|
5743 | ]
|
5744 |
|
5745 | [[package]]
|
5746 | name = "tracing-opentelemetry"
|
5747 | version = "0.18.0"
|
5748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5749 | checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
|
5750 | dependencies = [
|
5751 | "once_cell",
|
5752 | "opentelemetry",
|
5753 | "tracing",
|
5754 | "tracing-core",
|
5755 | "tracing-subscriber",
|
5756 | ]
|
5757 |
|
5758 | [[package]]
|
5759 | name = "tracing-subscriber"
|
5760 | version = "0.3.18"
|
5761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5762 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
5763 | dependencies = [
|
5764 | "matchers",
|
5765 | "nu-ansi-term",
|
5766 | "once_cell",
|
5767 | "regex",
|
5768 | "sharded-slab",
|
5769 | "smallvec",
|
5770 | "thread_local",
|
5771 | "tracing",
|
5772 | "tracing-core",
|
5773 | "tracing-log",
|
5774 | ]
|
5775 |
|
5776 | [[package]]
|
5777 | name = "tree-sitter"
|
5778 | version = "0.24.3"
|
5779 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5780 | checksum = "f9871f16d6cf5c4757dcf30d5d2172a2df6987c510c017bbb7abfb7f9aa24d06"
|
5781 | dependencies = [
|
5782 | "cc",
|
5783 | "regex",
|
5784 | "regex-syntax 0.8.5",
|
5785 | "streaming-iterator",
|
5786 | "tree-sitter-language",
|
5787 | ]
|
5788 |
|
5789 | [[package]]
|
5790 | name = "tree-sitter-highlight"
|
5791 | version = "0.24.3"
|
5792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5793 | checksum = "48859aa39513716018d81904220960f415dbb72e071234a721304d20bf245e4c"
|
5794 | dependencies = [
|
5795 | "lazy_static",
|
5796 | "regex",
|
5797 | "streaming-iterator",
|
5798 | "thiserror",
|
5799 | "tree-sitter",
|
5800 | ]
|
5801 |
|
5802 | [[package]]
|
5803 | name = "tree-sitter-language"
|
5804 | version = "0.1.2"
|
5805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5806 | checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600"
|
5807 |
|
5808 | [[package]]
|
5809 | name = "try-lock"
|
5810 | version = "0.2.5"
|
5811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5812 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
5813 |
|
5814 | [[package]]
|
5815 | name = "ttf-parser"
|
5816 | version = "0.20.0"
|
5817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5818 | checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
5819 |
|
5820 | [[package]]
|
5821 | name = "typed-arena"
|
5822 | version = "2.0.2"
|
5823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5824 | checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
5825 |
|
5826 | [[package]]
|
5827 | name = "typenum"
|
5828 | version = "1.17.0"
|
5829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5830 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
5831 |
|
5832 | [[package]]
|
5833 | name = "ucd-trie"
|
5834 | version = "0.1.7"
|
5835 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5836 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
5837 |
|
5838 | [[package]]
|
5839 | name = "unic-char-property"
|
5840 | version = "0.9.0"
|
5841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5842 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
5843 | dependencies = [
|
5844 | "unic-char-range",
|
5845 | ]
|
5846 |
|
5847 | [[package]]
|
5848 | name = "unic-char-range"
|
5849 | version = "0.9.0"
|
5850 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5851 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
5852 |
|
5853 | [[package]]
|
5854 | name = "unic-common"
|
5855 | version = "0.9.0"
|
5856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5857 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
5858 |
|
5859 | [[package]]
|
5860 | name = "unic-segment"
|
5861 | version = "0.9.0"
|
5862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5863 | checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
5864 | dependencies = [
|
5865 | "unic-ucd-segment",
|
5866 | ]
|
5867 |
|
5868 | [[package]]
|
5869 | name = "unic-ucd-segment"
|
5870 | version = "0.9.0"
|
5871 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5872 | checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
5873 | dependencies = [
|
5874 | "unic-char-property",
|
5875 | "unic-char-range",
|
5876 | "unic-ucd-version",
|
5877 | ]
|
5878 |
|
5879 | [[package]]
|
5880 | name = "unic-ucd-version"
|
5881 | version = "0.9.0"
|
5882 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5883 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
5884 | dependencies = [
|
5885 | "unic-common",
|
5886 | ]
|
5887 |
|
5888 | [[package]]
|
5889 | name = "unicase"
|
5890 | version = "2.8.0"
|
5891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5892 | checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
5893 |
|
5894 | [[package]]
|
5895 | name = "unicode-bidi"
|
5896 | version = "0.3.17"
|
5897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5898 | checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
5899 |
|
5900 | [[package]]
|
5901 | name = "unicode-ident"
|
5902 | version = "1.0.13"
|
5903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5904 | checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
5905 |
|
5906 | [[package]]
|
5907 | name = "unicode-normalization"
|
5908 | version = "0.1.24"
|
5909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5910 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
5911 | dependencies = [
|
5912 | "tinyvec",
|
5913 | ]
|
5914 |
|
5915 | [[package]]
|
5916 | name = "unicode-properties"
|
5917 | version = "0.1.3"
|
5918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5919 | checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
5920 |
|
5921 | [[package]]
|
5922 | name = "unicode-segmentation"
|
5923 | version = "1.12.0"
|
5924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5925 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
5926 |
|
5927 | [[package]]
|
5928 | name = "unicode-width"
|
5929 | version = "0.1.14"
|
5930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5931 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
5932 |
|
5933 | [[package]]
|
5934 | name = "unicode_categories"
|
5935 | version = "0.1.1"
|
5936 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5937 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
5938 |
|
5939 | [[package]]
|
5940 | name = "untrusted"
|
5941 | version = "0.7.1"
|
5942 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5943 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
5944 |
|
5945 | [[package]]
|
5946 | name = "untrusted"
|
5947 | version = "0.9.0"
|
5948 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5949 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
5950 |
|
5951 | [[package]]
|
5952 | name = "url"
|
5953 | version = "2.5.2"
|
5954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5955 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
5956 | dependencies = [
|
5957 | "form_urlencoded",
|
5958 | "idna 0.5.0",
|
5959 | "percent-encoding",
|
5960 | "serde",
|
5961 | ]
|
5962 |
|
5963 | [[package]]
|
5964 | name = "urlencoding"
|
5965 | version = "2.1.3"
|
5966 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5967 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
5968 |
|
5969 | [[package]]
|
5970 | name = "utf8parse"
|
5971 | version = "0.2.2"
|
5972 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5973 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
5974 |
|
5975 | [[package]]
|
5976 | name = "uuid"
|
5977 | version = "1.11.0"
|
5978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5979 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
5980 |
|
5981 | [[package]]
|
5982 | name = "valuable"
|
5983 | version = "0.1.0"
|
5984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5985 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
5986 |
|
5987 | [[package]]
|
5988 | name = "vcpkg"
|
5989 | version = "0.2.15"
|
5990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5991 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
5992 |
|
5993 | [[package]]
|
5994 | name = "vec_map"
|
5995 | version = "0.8.2"
|
5996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5997 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
5998 |
|
5999 | [[package]]
|
6000 | name = "version_check"
|
6001 | version = "0.9.5"
|
6002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
6003 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
6004 |
|
6005 | [[package]]
|
6006 | name = "vlq"
|
6007 | version = "0.5.1"
|
6008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
6009 | checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
|
6010 |
|
6011 | [[package]]
|
6012 | name = "walkdir"
|
6013 | version = "2.5.0"
|
6014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
6015 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
6016 | dependencies = [
|
6017 | "same-file",
|
6018 | "winapi-util",
|
6019 | ]
|
6020 |
|
6021 | [[package]]
|
6022 | name = "want"
|
6023 | version = "0.3.1"
|
6024 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
6025 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
6026 | dependencies = [
|
6027 | "try-lock",
|
6028 | ]
|
6029 |
|
6030 | [[package]]
|
6031 | name = "wasi"
|
6032 | version = "0.11.0+wasi-snapshot-preview1"
|
6033 | source |