Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: 58a1b175f6ca597a2637fa2d5ec961adb2ed234d
Timestamp: Thu, 23 May 2024 15:02:00 +0000 (11 months ago)

+82 -1871 +/-2 browse
disable ayllu component crates until they are actively used
1diff --git a/Cargo.lock b/Cargo.lock
2index aea4172..57224f0 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5 @@ -3,15 +3,6 @@
6 version = 3
7
8 [[package]]
9- name = "abnf-core"
10- version = "0.6.0"
11- source = "registry+https://github.com/rust-lang/crates.io-index"
12- checksum = "ec182d1f071b906a9f59269c89af101515a5cbe58f723eb6717e7fe7445c0dea"
13- dependencies = [
14- "nom",
15- ]
16-
17- [[package]]
18 name = "addr2line"
19 version = "0.21.0"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 @@ -43,10 +34,9 @@ version = "0.8.11"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
24 dependencies = [
25- "cfg-if 1.0.0",
26+ "cfg-if",
27 "getrandom",
28 "once_cell",
29- "serde",
30 "version_check",
31 "zerocopy",
32 ]
33 @@ -96,7 +86,7 @@ version = "0.12.1"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
36 dependencies = [
37- "winapi 0.3.9",
38+ "winapi",
39 ]
40
41 [[package]]
42 @@ -155,209 +145,11 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
43
44 [[package]]
45 name = "arrayvec"
46- version = "0.5.2"
47- source = "registry+https://github.com/rust-lang/crates.io-index"
48- checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
49-
50- [[package]]
51- name = "arrayvec"
52 version = "0.7.4"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
55
56 [[package]]
57- name = "ascii-canvas"
58- version = "3.0.0"
59- source = "registry+https://github.com/rust-lang/crates.io-index"
60- checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
61- dependencies = [
62- "term",
63- ]
64-
65- [[package]]
66- name = "async-channel"
67- version = "1.9.0"
68- source = "registry+https://github.com/rust-lang/crates.io-index"
69- checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
70- dependencies = [
71- "concurrent-queue",
72- "event-listener 2.5.3",
73- "futures-core",
74- ]
75-
76- [[package]]
77- name = "async-channel"
78- version = "2.2.0"
79- source = "registry+https://github.com/rust-lang/crates.io-index"
80- checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
81- dependencies = [
82- "concurrent-queue",
83- "event-listener 5.2.0",
84- "event-listener-strategy 0.5.0",
85- "futures-core",
86- "pin-project-lite",
87- ]
88-
89- [[package]]
90- name = "async-executor"
91- version = "1.8.0"
92- source = "registry+https://github.com/rust-lang/crates.io-index"
93- checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
94- dependencies = [
95- "async-lock 3.3.0",
96- "async-task",
97- "concurrent-queue",
98- "fastrand 2.0.1",
99- "futures-lite 2.2.0",
100- "slab",
101- ]
102-
103- [[package]]
104- name = "async-fs"
105- version = "1.6.0"
106- source = "registry+https://github.com/rust-lang/crates.io-index"
107- checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
108- dependencies = [
109- "async-lock 2.8.0",
110- "autocfg",
111- "blocking",
112- "futures-lite 1.13.0",
113- ]
114-
115- [[package]]
116- name = "async-io"
117- version = "1.13.0"
118- source = "registry+https://github.com/rust-lang/crates.io-index"
119- checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
120- dependencies = [
121- "async-lock 2.8.0",
122- "autocfg",
123- "cfg-if 1.0.0",
124- "concurrent-queue",
125- "futures-lite 1.13.0",
126- "log",
127- "parking",
128- "polling 2.8.0",
129- "rustix 0.37.27",
130- "slab",
131- "socket2 0.4.10",
132- "waker-fn",
133- ]
134-
135- [[package]]
136- name = "async-io"
137- version = "2.3.2"
138- source = "registry+https://github.com/rust-lang/crates.io-index"
139- checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
140- dependencies = [
141- "async-lock 3.3.0",
142- "cfg-if 1.0.0",
143- "concurrent-queue",
144- "futures-io",
145- "futures-lite 2.2.0",
146- "parking",
147- "polling 3.5.0",
148- "rustix 0.38.31",
149- "slab",
150- "tracing",
151- "windows-sys 0.52.0",
152- ]
153-
154- [[package]]
155- name = "async-lock"
156- version = "2.8.0"
157- source = "registry+https://github.com/rust-lang/crates.io-index"
158- checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
159- dependencies = [
160- "event-listener 2.5.3",
161- ]
162-
163- [[package]]
164- name = "async-lock"
165- version = "3.3.0"
166- source = "registry+https://github.com/rust-lang/crates.io-index"
167- checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
168- dependencies = [
169- "event-listener 4.0.3",
170- "event-listener-strategy 0.4.0",
171- "pin-project-lite",
172- ]
173-
174- [[package]]
175- name = "async-net"
176- version = "1.8.0"
177- source = "registry+https://github.com/rust-lang/crates.io-index"
178- checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
179- dependencies = [
180- "async-io 1.13.0",
181- "blocking",
182- "futures-lite 1.13.0",
183- ]
184-
185- [[package]]
186- name = "async-process"
187- version = "1.8.1"
188- source = "registry+https://github.com/rust-lang/crates.io-index"
189- checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
190- dependencies = [
191- "async-io 1.13.0",
192- "async-lock 2.8.0",
193- "async-signal",
194- "blocking",
195- "cfg-if 1.0.0",
196- "event-listener 3.1.0",
197- "futures-lite 1.13.0",
198- "rustix 0.38.31",
199- "windows-sys 0.48.0",
200- ]
201-
202- [[package]]
203- name = "async-signal"
204- version = "0.2.5"
205- source = "registry+https://github.com/rust-lang/crates.io-index"
206- checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
207- dependencies = [
208- "async-io 2.3.2",
209- "async-lock 2.8.0",
210- "atomic-waker",
211- "cfg-if 1.0.0",
212- "futures-core",
213- "futures-io",
214- "rustix 0.38.31",
215- "signal-hook-registry",
216- "slab",
217- "windows-sys 0.48.0",
218- ]
219-
220- [[package]]
221- name = "async-stream"
222- version = "0.3.5"
223- source = "registry+https://github.com/rust-lang/crates.io-index"
224- checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
225- dependencies = [
226- "async-stream-impl",
227- "futures-core",
228- "pin-project-lite",
229- ]
230-
231- [[package]]
232- name = "async-stream-impl"
233- version = "0.3.5"
234- source = "registry+https://github.com/rust-lang/crates.io-index"
235- checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
236- dependencies = [
237- "proc-macro2",
238- "quote",
239- "syn 2.0.52",
240- ]
241-
242- [[package]]
243- name = "async-task"
244- version = "4.7.0"
245- source = "registry+https://github.com/rust-lang/crates.io-index"
246- checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
247-
248- [[package]]
249 name = "async-trait"
250 version = "0.1.77"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 @@ -391,12 +183,6 @@ dependencies = [
253 ]
254
255 [[package]]
256- name = "atomic-waker"
257- version = "1.1.2"
258- source = "registry+https://github.com/rust-lang/crates.io-index"
259- checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
260-
261- [[package]]
262 name = "atty"
263 version = "0.2.14"
264 source = "registry+https://github.com/rust-lang/crates.io-index"
265 @@ -404,7 +190,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
266 dependencies = [
267 "hermit-abi 0.1.19",
268 "libc",
269- "winapi 0.3.9",
270+ "winapi",
271 ]
272
273 [[package]]
274 @@ -530,7 +316,7 @@ dependencies = [
275 "httparse",
276 "include_dir",
277 "lazy_static",
278- "libloading 0.8.3",
279+ "libloading",
280 "libsqlite3-sys",
281 "lightningcss",
282 "log",
283 @@ -564,73 +350,6 @@ dependencies = [
284 ]
285
286 [[package]]
287- name = "ayllu-build"
288- version = "0.2.1"
289- dependencies = [
290- "anyhow",
291- "async-trait",
292- "ayllu_api",
293- "ayllu_config",
294- "ayllu_database",
295- "ayllu_git",
296- "ayllu_rpc",
297- "clap 4.5.3",
298- "clap_complete",
299- "nickel-lang-core",
300- "petgraph",
301- "rand",
302- "serde",
303- "serde_json",
304- "sqlx",
305- "sysinfo",
306- "tokio",
307- "tracing",
308- "tracing-subscriber",
309- ]
310-
311- [[package]]
312- name = "ayllu-mail"
313- version = "0.2.1"
314- dependencies = [
315- "anyhow",
316- "ayllu_api",
317- "ayllu_config",
318- "ayllu_rpc",
319- "clap 4.5.3",
320- "clap_complete",
321- "futures",
322- "mailpot",
323- "melib 0.8.4",
324- "serde",
325- "tokio",
326- "tracing",
327- "tracing-subscriber",
328- ]
329-
330- [[package]]
331- name = "ayllu-xmpp"
332- version = "0.2.1"
333- dependencies = [
334- "anyhow",
335- "async-trait",
336- "ayllu_api",
337- "ayllu_config",
338- "ayllu_database",
339- "ayllu_rpc",
340- "clap 4.5.3",
341- "futures",
342- "rand",
343- "serde",
344- "sqlx",
345- "time",
346- "tokio",
347- "tokio-xmpp",
348- "tracing",
349- "tracing-subscriber",
350- "xmpp",
351- ]
352-
353- [[package]]
354 name = "ayllu_api"
355 version = "0.2.1"
356 dependencies = [
357 @@ -697,7 +416,7 @@ checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
358 dependencies = [
359 "addr2line",
360 "cc",
361- "cfg-if 1.0.0",
362+ "cfg-if",
363 "libc",
364 "miniz_oxide",
365 "object",
366 @@ -706,12 +425,6 @@ dependencies = [
367
368 [[package]]
369 name = "base64"
370- version = "0.13.1"
371- source = "registry+https://github.com/rust-lang/crates.io-index"
372- checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
373-
374- [[package]]
375- name = "base64"
376 version = "0.21.7"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
379 @@ -738,12 +451,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
381
382 [[package]]
383- name = "beef"
384- version = "0.5.2"
385- source = "registry+https://github.com/rust-lang/crates.io-index"
386- checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
387-
388- [[package]]
389 name = "bincode"
390 version = "1.3.3"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 @@ -795,15 +502,6 @@ dependencies = [
393 ]
394
395 [[package]]
396- name = "blake2"
397- version = "0.10.6"
398- source = "registry+https://github.com/rust-lang/crates.io-index"
399- checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
400- dependencies = [
401- "digest",
402- ]
403-
404- [[package]]
405 name = "block-buffer"
406 version = "0.10.4"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 @@ -813,22 +511,6 @@ dependencies = [
409 ]
410
411 [[package]]
412- name = "blocking"
413- version = "1.5.1"
414- source = "registry+https://github.com/rust-lang/crates.io-index"
415- checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
416- dependencies = [
417- "async-channel 2.2.0",
418- "async-lock 3.3.0",
419- "async-task",
420- "fastrand 2.0.1",
421- "futures-io",
422- "futures-lite 2.2.0",
423- "piper",
424- "tracing",
425- ]
426-
427- [[package]]
428 name = "bstr"
429 version = "1.9.1"
430 source = "registry+https://github.com/rust-lang/crates.io-index"
431 @@ -867,12 +549,6 @@ dependencies = [
432 ]
433
434 [[package]]
435- name = "bytecount"
436- version = "0.6.7"
437- source = "registry+https://github.com/rust-lang/crates.io-index"
438- checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
439-
440- [[package]]
441 name = "bytemuck"
442 version = "1.15.0"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 @@ -902,12 +578,6 @@ dependencies = [
445
446 [[package]]
447 name = "cfg-if"
448- version = "0.1.10"
449- source = "registry+https://github.com/rust-lang/crates.io-index"
450- checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
451-
452- [[package]]
453- name = "cfg-if"
454 version = "1.0.0"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
457 @@ -922,7 +592,6 @@ dependencies = [
458 "iana-time-zone",
459 "js-sys",
460 "num-traits",
461- "serde",
462 "wasm-bindgen",
463 "windows-targets 0.52.4",
464 ]
465 @@ -1015,25 +684,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
467
468 [[package]]
469- name = "codespan"
470- version = "0.11.1"
471- source = "registry+https://github.com/rust-lang/crates.io-index"
472- checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
473- dependencies = [
474- "codespan-reporting",
475- ]
476-
477- [[package]]
478- name = "codespan-reporting"
479- version = "0.11.1"
480- source = "registry+https://github.com/rust-lang/crates.io-index"
481- checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
482- dependencies = [
483- "termcolor",
484- "unicode-width",
485- ]
486-
487- [[package]]
488 name = "color_quant"
489 version = "1.1.0"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 @@ -1065,15 +715,6 @@ dependencies = [
492 ]
493
494 [[package]]
495- name = "concurrent-queue"
496- version = "2.4.0"
497- source = "registry+https://github.com/rust-lang/crates.io-index"
498- checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
499- dependencies = [
500- "crossbeam-utils",
501- ]
502-
503- [[package]]
504 name = "const-cstr"
505 version = "0.3.0"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 @@ -1198,7 +839,7 @@ version = "1.4.0"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
509 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
510 dependencies = [
511- "cfg-if 1.0.0",
512+ "cfg-if",
513 ]
514
515 [[package]]
516 @@ -1245,12 +886,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
518
519 [[package]]
520- name = "crunchy"
521- version = "0.2.2"
522- source = "registry+https://github.com/rust-lang/crates.io-index"
523- checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
524-
525- [[package]]
526 name = "crypto-common"
527 version = "0.1.6"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 @@ -1333,7 +968,7 @@ version = "4.0.2"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
532 dependencies = [
533- "cfg-if 1.0.0",
534+ "cfg-if",
535 "num_cpus",
536 "serde",
537 ]
538 @@ -1344,7 +979,7 @@ version = "5.5.3"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
541 dependencies = [
542- "cfg-if 1.0.0",
543+ "cfg-if",
544 "hashbrown 0.14.3",
545 "lock_api",
546 "once_cell",
547 @@ -1424,12 +1059,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94"
549
550 [[package]]
551- name = "diff"
552- version = "0.1.13"
553- source = "registry+https://github.com/rust-lang/crates.io-index"
554- checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
555-
556- [[package]]
557 name = "digest"
558 version = "0.10.7"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 @@ -1465,7 +1094,7 @@ version = "2.0.0"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
563 dependencies = [
564- "cfg-if 1.0.0",
565+ "cfg-if",
566 "dirs-sys-next",
567 ]
568
569 @@ -1477,7 +1106,7 @@ checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
570 dependencies = [
571 "libc",
572 "redox_users",
573- "winapi 0.3.9",
574+ "winapi",
575 ]
576
577 [[package]]
578 @@ -1488,7 +1117,7 @@ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
579 dependencies = [
580 "libc",
581 "redox_users",
582- "winapi 0.3.9",
583+ "winapi",
584 ]
585
586 [[package]]
587 @@ -1497,7 +1126,7 @@ version = "0.5.2"
588 source = "registry+https://github.com/rust-lang/crates.io-index"
589 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
590 dependencies = [
591- "libloading 0.8.3",
592+ "libloading",
593 ]
594
595 [[package]]
596 @@ -1529,7 +1158,7 @@ checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
597 dependencies = [
598 "lazy_static",
599 "libc",
600- "winapi 0.3.9",
601+ "winapi",
602 "wio",
603 ]
604
605 @@ -1555,119 +1184,34 @@ dependencies = [
606 ]
607
608 [[package]]
609- name = "ena"
610- version = "0.14.2"
611+ name = "encoding_rs"
612+ version = "0.8.33"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614- checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
615+ checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
616 dependencies = [
617- "log",
618+ "cfg-if",
619 ]
620
621 [[package]]
622- name = "encoding"
623- version = "0.2.33"
624+ name = "encoding_rs_io"
625+ version = "0.1.7"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627- checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
628+ checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
629 dependencies = [
630- "encoding-index-japanese",
631- "encoding-index-korean",
632- "encoding-index-simpchinese",
633- "encoding-index-singlebyte",
634- "encoding-index-tradchinese",
635+ "encoding_rs",
636 ]
637
638 [[package]]
639- name = "encoding-index-japanese"
640- version = "1.20141219.5"
641+ name = "entities"
642+ version = "1.0.1"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644- checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
645- dependencies = [
646- "encoding_index_tests",
647- ]
648+ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
649
650 [[package]]
651- name = "encoding-index-korean"
652- version = "1.20141219.5"
653+ name = "enum-ordinalize"
654+ version = "3.1.15"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
656- checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
657- dependencies = [
658- "encoding_index_tests",
659- ]
660-
661- [[package]]
662- name = "encoding-index-simpchinese"
663- version = "1.20141219.5"
664- source = "registry+https://github.com/rust-lang/crates.io-index"
665- checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
666- dependencies = [
667- "encoding_index_tests",
668- ]
669-
670- [[package]]
671- name = "encoding-index-singlebyte"
672- version = "1.20141219.5"
673- source = "registry+https://github.com/rust-lang/crates.io-index"
674- checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
675- dependencies = [
676- "encoding_index_tests",
677- ]
678-
679- [[package]]
680- name = "encoding-index-tradchinese"
681- version = "1.20141219.5"
682- source = "registry+https://github.com/rust-lang/crates.io-index"
683- checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
684- dependencies = [
685- "encoding_index_tests",
686- ]
687-
688- [[package]]
689- name = "encoding_index_tests"
690- version = "0.1.4"
691- source = "registry+https://github.com/rust-lang/crates.io-index"
692- checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
693-
694- [[package]]
695- name = "encoding_rs"
696- version = "0.8.33"
697- source = "registry+https://github.com/rust-lang/crates.io-index"
698- checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
699- dependencies = [
700- "cfg-if 1.0.0",
701- ]
702-
703- [[package]]
704- name = "encoding_rs_io"
705- version = "0.1.7"
706- source = "registry+https://github.com/rust-lang/crates.io-index"
707- checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
708- dependencies = [
709- "encoding_rs",
710- ]
711-
712- [[package]]
713- name = "entities"
714- version = "1.0.1"
715- source = "registry+https://github.com/rust-lang/crates.io-index"
716- checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
717-
718- [[package]]
719- name = "enum-as-inner"
720- version = "0.5.1"
721- source = "registry+https://github.com/rust-lang/crates.io-index"
722- checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
723- dependencies = [
724- "heck 0.4.1",
725- "proc-macro2",
726- "quote",
727- "syn 1.0.109",
728- ]
729-
730- [[package]]
731- name = "enum-ordinalize"
732- version = "3.1.15"
733- source = "registry+https://github.com/rust-lang/crates.io-index"
734- checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
735+ checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
736 dependencies = [
737 "num-bigint",
738 "num-traits",
739 @@ -1724,7 +1268,7 @@ version = "0.8.0"
740 source = "registry+https://github.com/rust-lang/crates.io-index"
741 checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
742 dependencies = [
743- "cfg-if 1.0.0",
744+ "cfg-if",
745 "home",
746 "windows-sys 0.48.0",
747 ]
748 @@ -1736,71 +1280,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
749 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
750
751 [[package]]
752- name = "event-listener"
753- version = "3.1.0"
754- source = "registry+https://github.com/rust-lang/crates.io-index"
755- checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
756- dependencies = [
757- "concurrent-queue",
758- "parking",
759- "pin-project-lite",
760- ]
761-
762- [[package]]
763- name = "event-listener"
764- version = "4.0.3"
765- source = "registry+https://github.com/rust-lang/crates.io-index"
766- checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
767- dependencies = [
768- "concurrent-queue",
769- "parking",
770- "pin-project-lite",
771- ]
772-
773- [[package]]
774- name = "event-listener"
775- version = "5.2.0"
776- source = "registry+https://github.com/rust-lang/crates.io-index"
777- checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
778- dependencies = [
779- "concurrent-queue",
780- "parking",
781- "pin-project-lite",
782- ]
783-
784- [[package]]
785- name = "event-listener-strategy"
786- version = "0.4.0"
787- source = "registry+https://github.com/rust-lang/crates.io-index"
788- checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
789- dependencies = [
790- "event-listener 4.0.3",
791- "pin-project-lite",
792- ]
793-
794- [[package]]
795- name = "event-listener-strategy"
796- version = "0.5.0"
797- source = "registry+https://github.com/rust-lang/crates.io-index"
798- checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
799- dependencies = [
800- "event-listener 5.2.0",
801- "pin-project-lite",
802- ]
803-
804- [[package]]
805- name = "fallible-iterator"
806- version = "0.3.0"
807- source = "registry+https://github.com/rust-lang/crates.io-index"
808- checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
809-
810- [[package]]
811- name = "fallible-streaming-iterator"
812- version = "0.1.9"
813- source = "registry+https://github.com/rust-lang/crates.io-index"
814- checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
815-
816- [[package]]
817 name = "fancy-regex"
818 version = "0.11.0"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 @@ -1812,15 +1291,6 @@ dependencies = [
821
822 [[package]]
823 name = "fastrand"
824- version = "1.9.0"
825- source = "registry+https://github.com/rust-lang/crates.io-index"
826- checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
827- dependencies = [
828- "instant",
829- ]
830-
831- [[package]]
832- name = "fastrand"
833 version = "2.0.1"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
836 @@ -1844,30 +1314,12 @@ dependencies = [
837 ]
838
839 [[package]]
840- name = "filetime"
841- version = "0.2.23"
842- source = "registry+https://github.com/rust-lang/crates.io-index"
843- checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
844- dependencies = [
845- "cfg-if 1.0.0",
846- "libc",
847- "redox_syscall 0.4.1",
848- "windows-sys 0.52.0",
849- ]
850-
851- [[package]]
852 name = "finl_unicode"
853 version = "1.2.0"
854 source = "registry+https://github.com/rust-lang/crates.io-index"
855 checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
856
857 [[package]]
858- name = "fixedbitset"
859- version = "0.4.2"
860- source = "registry+https://github.com/rust-lang/crates.io-index"
861- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
862-
863- [[package]]
864 name = "flate2"
865 version = "1.0.28"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 @@ -1921,7 +1373,7 @@ dependencies = [
868 "pathfinder_geometry",
869 "pathfinder_simd",
870 "walkdir",
871- "winapi 0.3.9",
872+ "winapi",
873 "yeslogic-fontconfig-sys",
874 ]
875
876 @@ -1950,16 +1402,6 @@ dependencies = [
877 ]
878
879 [[package]]
880- name = "fraction"
881- version = "0.13.1"
882- source = "registry+https://github.com/rust-lang/crates.io-index"
883- checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
884- dependencies = [
885- "lazy_static",
886- "num",
887- ]
888-
889- [[package]]
890 name = "freetype"
891 version = "0.7.1"
892 source = "registry+https://github.com/rust-lang/crates.io-index"
893 @@ -1981,41 +1423,6 @@ dependencies = [
894 ]
895
896 [[package]]
897- name = "fsevent"
898- version = "0.4.0"
899- source = "registry+https://github.com/rust-lang/crates.io-index"
900- checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
901- dependencies = [
902- "bitflags 1.3.2",
903- "fsevent-sys",
904- ]
905-
906- [[package]]
907- name = "fsevent-sys"
908- version = "2.0.1"
909- source = "registry+https://github.com/rust-lang/crates.io-index"
910- checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
911- dependencies = [
912- "libc",
913- ]
914-
915- [[package]]
916- name = "fuchsia-zircon"
917- version = "0.3.3"
918- source = "registry+https://github.com/rust-lang/crates.io-index"
919- checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
920- dependencies = [
921- "bitflags 1.3.2",
922- "fuchsia-zircon-sys",
923- ]
924-
925- [[package]]
926- name = "fuchsia-zircon-sys"
927- version = "0.3.3"
928- source = "registry+https://github.com/rust-lang/crates.io-index"
929- checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
930-
931- [[package]]
932 name = "funty"
933 version = "2.0.0"
934 source = "registry+https://github.com/rust-lang/crates.io-index"
935 @@ -2081,34 +1488,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
936 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
937
938 [[package]]
939- name = "futures-lite"
940- version = "1.13.0"
941- source = "registry+https://github.com/rust-lang/crates.io-index"
942- checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
943- dependencies = [
944- "fastrand 1.9.0",
945- "futures-core",
946- "futures-io",
947- "memchr",
948- "parking",
949- "pin-project-lite",
950- "waker-fn",
951- ]
952-
953- [[package]]
954- name = "futures-lite"
955- version = "2.2.0"
956- source = "registry+https://github.com/rust-lang/crates.io-index"
957- checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
958- dependencies = [
959- "fastrand 2.0.1",
960- "futures-core",
961- "futures-io",
962- "parking",
963- "pin-project-lite",
964- ]
965-
966- [[package]]
967 name = "futures-macro"
968 version = "0.3.30"
969 source = "registry+https://github.com/rust-lang/crates.io-index"
970 @@ -2174,11 +1553,9 @@ version = "0.2.12"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
973 dependencies = [
974- "cfg-if 1.0.0",
975- "js-sys",
976+ "cfg-if",
977 "libc",
978 "wasi",
979- "wasm-bindgen",
980 ]
981
982 [[package]]
983 @@ -2420,17 +1797,6 @@ dependencies = [
984 ]
985
986 [[package]]
987- name = "hostname"
988- version = "0.3.1"
989- source = "registry+https://github.com/rust-lang/crates.io-index"
990- checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
991- dependencies = [
992- "libc",
993- "match_cfg",
994- "winapi 0.3.9",
995- ]
996-
997- [[package]]
998 name = "http"
999 version = "0.2.12"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 @@ -2530,7 +1896,7 @@ dependencies = [
1002 "httpdate",
1003 "itoa",
1004 "pin-project-lite",
1005- "socket2 0.5.6",
1006+ "socket2",
1007 "tokio",
1008 "tower-service",
1009 "tracing",
1010 @@ -2600,7 +1966,7 @@ dependencies = [
1011 "http-body 1.0.0",
1012 "hyper 1.2.0",
1013 "pin-project-lite",
1014- "socket2 0.5.6",
1015+ "socket2",
1016 "tokio",
1017 "tower",
1018 "tower-service",
1019 @@ -2638,27 +2004,6 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1020
1021 [[package]]
1022 name = "idna"
1023- version = "0.2.3"
1024- source = "registry+https://github.com/rust-lang/crates.io-index"
1025- checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
1026- dependencies = [
1027- "matches",
1028- "unicode-bidi",
1029- "unicode-normalization",
1030- ]
1031-
1032- [[package]]
1033- name = "idna"
1034- version = "0.4.0"
1035- source = "registry+https://github.com/rust-lang/crates.io-index"
1036- checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1037- dependencies = [
1038- "unicode-bidi",
1039- "unicode-normalization",
1040- ]
1041-
1042- [[package]]
1043- name = "idna"
1044 version = "0.5.0"
1045 source = "registry+https://github.com/rust-lang/crates.io-index"
1046 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1047 @@ -2698,32 +2043,6 @@ dependencies = [
1048 ]
1049
1050 [[package]]
1051- name = "imap-codec"
1052- version = "1.0.0"
1053- source = "registry+https://github.com/rust-lang/crates.io-index"
1054- checksum = "e6222d4417bbb3448ed620046448c3ca2b947aa349a3c1ba0ca90ebf2af56831"
1055- dependencies = [
1056- "abnf-core",
1057- "base64 0.21.7",
1058- "chrono",
1059- "imap-types",
1060- "log",
1061- "nom",
1062- "thiserror",
1063- ]
1064-
1065- [[package]]
1066- name = "imap-types"
1067- version = "1.0.0"
1068- source = "registry+https://github.com/rust-lang/crates.io-index"
1069- checksum = "8a799ec6e315b75b5e5d72b0b1403f8c05c625b98b860bbdf19a5a4e189ae061"
1070- dependencies = [
1071- "base64 0.21.7",
1072- "chrono",
1073- "thiserror",
1074- ]
1075-
1076- [[package]]
1077 name = "include_dir"
1078 version = "0.7.3"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 @@ -2751,7 +2070,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1081 dependencies = [
1082 "autocfg",
1083 "hashbrown 0.12.3",
1084- "serde",
1085 ]
1086
1087 [[package]]
1088 @@ -2765,70 +2083,12 @@ dependencies = [
1089 ]
1090
1091 [[package]]
1092- name = "indoc"
1093- version = "2.0.4"
1094- source = "registry+https://github.com/rust-lang/crates.io-index"
1095- checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
1096-
1097- [[package]]
1098- name = "inotify"
1099- version = "0.7.1"
1100- source = "registry+https://github.com/rust-lang/crates.io-index"
1101- checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
1102- dependencies = [
1103- "bitflags 1.3.2",
1104- "inotify-sys",
1105- "libc",
1106- ]
1107-
1108- [[package]]
1109- name = "inotify-sys"
1110- version = "0.1.5"
1111- source = "registry+https://github.com/rust-lang/crates.io-index"
1112- checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1113- dependencies = [
1114- "libc",
1115- ]
1116-
1117- [[package]]
1118 name = "instant"
1119 version = "0.1.12"
1120 source = "registry+https://github.com/rust-lang/crates.io-index"
1121 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1122 dependencies = [
1123- "cfg-if 1.0.0",
1124- ]
1125-
1126- [[package]]
1127- name = "io-lifetimes"
1128- version = "1.0.11"
1129- source = "registry+https://github.com/rust-lang/crates.io-index"
1130- checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1131- dependencies = [
1132- "hermit-abi 0.3.9",
1133- "libc",
1134- "windows-sys 0.48.0",
1135- ]
1136-
1137- [[package]]
1138- name = "iovec"
1139- version = "0.1.4"
1140- source = "registry+https://github.com/rust-lang/crates.io-index"
1141- checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1142- dependencies = [
1143- "libc",
1144- ]
1145-
1146- [[package]]
1147- name = "ipconfig"
1148- version = "0.3.2"
1149- source = "registry+https://github.com/rust-lang/crates.io-index"
1150- checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1151- dependencies = [
1152- "socket2 0.5.6",
1153- "widestring",
1154- "windows-sys 0.48.0",
1155- "winreg 0.50.0",
1156+ "cfg-if",
1157 ]
1158
1159 [[package]]
1160 @@ -2849,15 +2109,6 @@ dependencies = [
1161 ]
1162
1163 [[package]]
1164- name = "iso8601"
1165- version = "0.6.1"
1166- source = "registry+https://github.com/rust-lang/crates.io-index"
1167- checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153"
1168- dependencies = [
1169- "nom",
1170- ]
1171-
1172- [[package]]
1173 name = "itertools"
1174 version = "0.10.5"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 @@ -2868,15 +2119,6 @@ dependencies = [
1177
1178 [[package]]
1179 name = "itertools"
1180- version = "0.11.0"
1181- source = "registry+https://github.com/rust-lang/crates.io-index"
1182- checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1183- dependencies = [
1184- "either",
1185- ]
1186-
1187- [[package]]
1188- name = "itertools"
1189 version = "0.12.1"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1192 @@ -2891,17 +2133,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1193 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1194
1195 [[package]]
1196- name = "jid"
1197- version = "0.10.0"
1198- source = "registry+https://github.com/rust-lang/crates.io-index"
1199- checksum = "b4a52cacd869b804660986b10aa2076c3a4b6da644c7198f9fd0b613f4a7b249"
1200- dependencies = [
1201- "memchr",
1202- "minidom",
1203- "stringprep",
1204- ]
1205-
1206- [[package]]
1207 name = "jobserver"
1208 version = "0.1.28"
1209 source = "registry+https://github.com/rust-lang/crates.io-index"
1210 @@ -2926,84 +2157,6 @@ dependencies = [
1211 ]
1212
1213 [[package]]
1214- name = "jsonschema"
1215- version = "0.17.1"
1216- source = "registry+https://github.com/rust-lang/crates.io-index"
1217- checksum = "2a071f4f7efc9a9118dfb627a0a94ef247986e1ab8606a4c806ae2b3aa3b6978"
1218- dependencies = [
1219- "ahash 0.8.11",
1220- "anyhow",
1221- "base64 0.21.7",
1222- "bytecount",
1223- "fancy-regex",
1224- "fraction",
1225- "getrandom",
1226- "iso8601",
1227- "itoa",
1228- "memchr",
1229- "num-cmp",
1230- "once_cell",
1231- "parking_lot 0.12.1",
1232- "percent-encoding",
1233- "regex",
1234- "serde",
1235- "serde_json",
1236- "time",
1237- "url",
1238- "uuid",
1239- ]
1240-
1241- [[package]]
1242- name = "keccak"
1243- version = "0.1.5"
1244- source = "registry+https://github.com/rust-lang/crates.io-index"
1245- checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
1246- dependencies = [
1247- "cpufeatures",
1248- ]
1249-
1250- [[package]]
1251- name = "kernel32-sys"
1252- version = "0.2.2"
1253- source = "registry+https://github.com/rust-lang/crates.io-index"
1254- checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1255- dependencies = [
1256- "winapi 0.2.8",
1257- "winapi-build",
1258- ]
1259-
1260- [[package]]
1261- name = "lalrpop"
1262- version = "0.19.12"
1263- source = "registry+https://github.com/rust-lang/crates.io-index"
1264- checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
1265- dependencies = [
1266- "ascii-canvas",
1267- "bit-set",
1268- "diff",
1269- "ena",
1270- "is-terminal",
1271- "itertools 0.10.5",
1272- "lalrpop-util",
1273- "petgraph",
1274- "regex",
1275- "regex-syntax 0.6.29",
1276- "string_cache",
1277- "term",
1278- "tiny-keccak",
1279- "unicode-xid",
1280- ]
1281-
1282- [[package]]
1283- name = "lalrpop-util"
1284- version = "0.19.12"
1285- source = "registry+https://github.com/rust-lang/crates.io-index"
1286- checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
1287- dependencies = [
1288- "regex",
1289- ]
1290-
1291- [[package]]
1292 name = "lazy_static"
1293 version = "1.4.0"
1294 source = "registry+https://github.com/rust-lang/crates.io-index"
1295 @@ -3013,12 +2166,6 @@ dependencies = [
1296 ]
1297
1298 [[package]]
1299- name = "lazycell"
1300- version = "1.3.0"
1301- source = "registry+https://github.com/rust-lang/crates.io-index"
1302- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1303-
1304- [[package]]
1305 name = "libc"
1306 version = "0.2.153"
1307 source = "registry+https://github.com/rust-lang/crates.io-index"
1308 @@ -3040,21 +2187,11 @@ dependencies = [
1309
1310 [[package]]
1311 name = "libloading"
1312- version = "0.7.4"
1313- source = "registry+https://github.com/rust-lang/crates.io-index"
1314- checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1315- dependencies = [
1316- "cfg-if 1.0.0",
1317- "winapi 0.3.9",
1318- ]
1319-
1320- [[package]]
1321- name = "libloading"
1322 version = "0.8.3"
1323 source = "registry+https://github.com/rust-lang/crates.io-index"
1324 checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
1325 dependencies = [
1326- "cfg-if 1.0.0",
1327+ "cfg-if",
1328 "windows-targets 0.52.4",
1329 ]
1330
1331 @@ -3154,12 +2291,6 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1332
1333 [[package]]
1334 name = "linux-raw-sys"
1335- version = "0.3.8"
1336- source = "registry+https://github.com/rust-lang/crates.io-index"
1337- checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1338-
1339- [[package]]
1340- name = "linux-raw-sys"
1341 version = "0.4.13"
1342 source = "registry+https://github.com/rust-lang/crates.io-index"
1343 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1344 @@ -3181,125 +2312,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1345 checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1346
1347 [[package]]
1348- name = "logos"
1349- version = "0.12.1"
1350- source = "registry+https://github.com/rust-lang/crates.io-index"
1351- checksum = "bf8b031682c67a8e3d5446840f9573eb7fe26efe7ec8d195c9ac4c0647c502f1"
1352- dependencies = [
1353- "logos-derive",
1354- ]
1355-
1356- [[package]]
1357- name = "logos-derive"
1358- version = "0.12.1"
1359- source = "registry+https://github.com/rust-lang/crates.io-index"
1360- checksum = "a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c"
1361- dependencies = [
1362- "beef",
1363- "fnv",
1364- "proc-macro2",
1365- "quote",
1366- "regex-syntax 0.6.29",
1367- "syn 1.0.109",
1368- ]
1369-
1370- [[package]]
1371- name = "lru-cache"
1372- version = "0.1.2"
1373- source = "registry+https://github.com/rust-lang/crates.io-index"
1374- checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1375- dependencies = [
1376- "linked-hash-map",
1377- ]
1378-
1379- [[package]]
1380- name = "mailpot"
1381- version = "0.1.1"
1382- source = "git+https://ayllu-forge.org/forks/mailpot?branch=ayllu-dev#974437e763b0e128effe6d317979a93058dcefe3"
1383- dependencies = [
1384- "anyhow",
1385- "chrono",
1386- "jsonschema",
1387- "log",
1388- "melib 0.8.5-rc.3",
1389- "minijinja",
1390- "percent-encoding",
1391- "rusqlite",
1392- "serde",
1393- "serde_json",
1394- "thiserror",
1395- "toml 0.5.11",
1396- "xdg",
1397- ]
1398-
1399- [[package]]
1400- name = "malachite"
1401- version = "0.4.5"
1402- source = "registry+https://github.com/rust-lang/crates.io-index"
1403- checksum = "53ff327de42075f680ba15c5cb3c417687eb7241ce2063a91d0186ce5c5e77ee"
1404- dependencies = [
1405- "malachite-base",
1406- "malachite-float",
1407- "malachite-nz",
1408- "malachite-q",
1409- ]
1410-
1411- [[package]]
1412- name = "malachite-base"
1413- version = "0.4.5"
1414- source = "registry+https://github.com/rust-lang/crates.io-index"
1415- checksum = "e960ee0e7e1b8eec9229f5b20d6b191762574225144ea638eb961d065c97b55d"
1416- dependencies = [
1417- "hashbrown 0.14.3",
1418- "itertools 0.11.0",
1419- "libm",
1420- "ryu",
1421- ]
1422-
1423- [[package]]
1424- name = "malachite-float"
1425- version = "0.4.5"
1426- source = "registry+https://github.com/rust-lang/crates.io-index"
1427- checksum = "dd21e0e005798917fb37c87ef9b0787e3ad490b378df987b78dfa44669b895fe"
1428- dependencies = [
1429- "itertools 0.11.0",
1430- "malachite-base",
1431- "malachite-nz",
1432- "malachite-q",
1433- "serde",
1434- ]
1435-
1436- [[package]]
1437- name = "malachite-nz"
1438- version = "0.4.5"
1439- source = "registry+https://github.com/rust-lang/crates.io-index"
1440- checksum = "770aaf1a4d59a82ed3d8644eb66aff7492a6dd7476def275a922d04d77ca8e57"
1441- dependencies = [
1442- "itertools 0.11.0",
1443- "libm",
1444- "malachite-base",
1445- "serde",
1446- ]
1447-
1448- [[package]]
1449- name = "malachite-q"
1450- version = "0.4.5"
1451- source = "registry+https://github.com/rust-lang/crates.io-index"
1452- checksum = "33a9dfca114f6b582595990ccfc287cace633aa95f890ade5b1fc099b7175d3b"
1453- dependencies = [
1454- "itertools 0.11.0",
1455- "malachite-base",
1456- "malachite-nz",
1457- "serde",
1458- ]
1459-
1460- [[package]]
1461- name = "match_cfg"
1462- version = "0.1.0"
1463- source = "registry+https://github.com/rust-lang/crates.io-index"
1464- checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1465-
1466- [[package]]
1467 name = "matchers"
1468 version = "0.1.0"
1469 source = "registry+https://github.com/rust-lang/crates.io-index"
1470 @@ -3310,95 +2322,24 @@ dependencies = [
1471
1472 [[package]]
1473 name = "matches"
1474- version = "0.1.10"
1475- source = "registry+https://github.com/rust-lang/crates.io-index"
1476- checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1477-
1478- [[package]]
1479- name = "matchit"
1480- version = "0.7.3"
1481- source = "registry+https://github.com/rust-lang/crates.io-index"
1482- checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1483-
1484- [[package]]
1485- name = "md-5"
1486- version = "0.10.6"
1487- source = "registry+https://github.com/rust-lang/crates.io-index"
1488- checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1489- dependencies = [
1490- "cfg-if 1.0.0",
1491- "digest",
1492- ]
1493-
1494- [[package]]
1495- name = "melib"
1496- version = "0.8.4"
1497- source = "registry+https://github.com/rust-lang/crates.io-index"
1498- checksum = "19fcadbfc88bf288df9ae60c85ea37d499e0011205f9231c61fb9917732255ee"
1499- dependencies = [
1500- "async-stream",
1501- "base64 0.13.1",
1502- "bitflags 2.4.2",
1503- "data-encoding",
1504- "encoding",
1505- "encoding_rs",
1506- "flate2",
1507- "futures",
1508- "imap-codec",
1509- "indexmap 1.9.3",
1510- "libc",
1511- "libloading 0.7.4",
1512- "log",
1513- "native-tls",
1514- "nix",
1515- "nom",
1516- "notify",
1517- "polling 2.8.0",
1518- "regex",
1519- "serde",
1520- "serde_derive",
1521- "serde_json",
1522- "serde_path_to_error",
1523- "smallvec",
1524- "smol",
1525- "socket2 0.4.10",
1526- "uuid",
1527- "xdg",
1528- ]
1529+ version = "0.1.10"
1530+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531+ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1532+
1533+ [[package]]
1534+ name = "matchit"
1535+ version = "0.7.3"
1536+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1538
1539 [[package]]
1540- name = "melib"
1541- version = "0.8.5-rc.3"
1542- source = "git+https://git.meli-email.org/meli/meli.git?rev=64e60cb#64e60cb0ee79841ab40e3dba94ac27150a264c5c"
1543+ name = "md-5"
1544+ version = "0.10.6"
1545+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1547 dependencies = [
1548- "async-stream",
1549- "base64 0.13.1",
1550- "bitflags 2.4.2",
1551- "data-encoding",
1552- "encoding",
1553- "encoding_rs",
1554- "flate2",
1555- "futures",
1556- "indexmap 1.9.3",
1557- "libc",
1558- "libloading 0.7.4",
1559- "log",
1560- "native-tls",
1561- "nix",
1562- "nom",
1563- "notify",
1564- "polling 2.8.0",
1565- "regex",
1566- "serde",
1567- "serde_derive",
1568- "serde_json",
1569- "serde_path_to_error",
1570- "smallvec",
1571- "smol",
1572- "socket2 0.4.10",
1573- "unicode-segmentation",
1574- "uuid",
1575- "xdg",
1576+ "cfg-if",
1577+ "digest",
1578 ]
1579
1580 [[package]]
1581 @@ -3417,21 +2358,6 @@ dependencies = [
1582 ]
1583
1584 [[package]]
1585- name = "memo-map"
1586- version = "0.3.2"
1587- source = "registry+https://github.com/rust-lang/crates.io-index"
1588- checksum = "374c335b2df19e62d4cb323103473cbc6510980253119180de862d89184f6a83"
1589-
1590- [[package]]
1591- name = "memoffset"
1592- version = "0.6.5"
1593- source = "registry+https://github.com/rust-lang/crates.io-index"
1594- checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1595- dependencies = [
1596- "autocfg",
1597- ]
1598-
1599- [[package]]
1600 name = "mime"
1601 version = "0.3.17"
1602 source = "registry+https://github.com/rust-lang/crates.io-index"
1603 @@ -3448,26 +2374,6 @@ dependencies = [
1604 ]
1605
1606 [[package]]
1607- name = "minidom"
1608- version = "0.15.2"
1609- source = "registry+https://github.com/rust-lang/crates.io-index"
1610- checksum = "f45614075738ce1b77a1768912a60c0227525971b03e09122a05b8a34a2a6278"
1611- dependencies = [
1612- "rxml",
1613- ]
1614-
1615- [[package]]
1616- name = "minijinja"
1617- version = "0.31.1"
1618- source = "registry+https://github.com/rust-lang/crates.io-index"
1619- checksum = "0b1dbc390e4447b2500c4071d7bc2a808cf07e925bae6b92db8a3c3eae773c58"
1620- dependencies = [
1621- "memo-map",
1622- "self_cell 0.10.3",
1623- "serde",
1624- ]
1625-
1626- [[package]]
1627 name = "minimal-lexical"
1628 version = "0.2.1"
1629 source = "registry+https://github.com/rust-lang/crates.io-index"
1630 @@ -3485,25 +2391,6 @@ dependencies = [
1631
1632 [[package]]
1633 name = "mio"
1634- version = "0.6.23"
1635- source = "registry+https://github.com/rust-lang/crates.io-index"
1636- checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1637- dependencies = [
1638- "cfg-if 0.1.10",
1639- "fuchsia-zircon",
1640- "fuchsia-zircon-sys",
1641- "iovec",
1642- "kernel32-sys",
1643- "libc",
1644- "log",
1645- "miow",
1646- "net2",
1647- "slab",
1648- "winapi 0.2.8",
1649- ]
1650-
1651- [[package]]
1652- name = "mio"
1653 version = "0.8.11"
1654 source = "registry+https://github.com/rust-lang/crates.io-index"
1655 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1656 @@ -3514,30 +2401,6 @@ dependencies = [
1657 ]
1658
1659 [[package]]
1660- name = "mio-extras"
1661- version = "2.0.6"
1662- source = "registry+https://github.com/rust-lang/crates.io-index"
1663- checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1664- dependencies = [
1665- "lazycell",
1666- "log",
1667- "mio 0.6.23",
1668- "slab",
1669- ]
1670-
1671- [[package]]
1672- name = "miow"
1673- version = "0.2.2"
1674- source = "registry+https://github.com/rust-lang/crates.io-index"
1675- checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1676- dependencies = [
1677- "kernel32-sys",
1678- "net2",
1679- "winapi 0.2.8",
1680- "ws2_32-sys",
1681- ]
1682-
1683- [[package]]
1684 name = "native-tls"
1685 version = "0.2.11"
1686 source = "registry+https://github.com/rust-lang/crates.io-index"
1687 @@ -3556,76 +2419,12 @@ dependencies = [
1688 ]
1689
1690 [[package]]
1691- name = "net2"
1692- version = "0.2.39"
1693- source = "registry+https://github.com/rust-lang/crates.io-index"
1694- checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
1695- dependencies = [
1696- "cfg-if 0.1.10",
1697- "libc",
1698- "winapi 0.3.9",
1699- ]
1700-
1701- [[package]]
1702 name = "never"
1703 version = "0.1.0"
1704 source = "registry+https://github.com/rust-lang/crates.io-index"
1705 checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1706
1707 [[package]]
1708- name = "new_debug_unreachable"
1709- version = "1.0.6"
1710- source = "registry+https://github.com/rust-lang/crates.io-index"
1711- checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1712-
1713- [[package]]
1714- name = "nickel-lang-core"
1715- version = "0.3.0"
1716- source = "registry+https://github.com/rust-lang/crates.io-index"
1717- checksum = "a8d6ea81c8987f350a457b7572f2af8499d63ccfdf6dda0d4d7ee4755ec3ff59"
1718- dependencies = [
1719- "clap 4.5.3",
1720- "codespan",
1721- "codespan-reporting",
1722- "indexmap 1.9.3",
1723- "indoc",
1724- "lalrpop",
1725- "lalrpop-util",
1726- "logos",
1727- "malachite",
1728- "malachite-q",
1729- "md-5",
1730- "once_cell",
1731- "pretty",
1732- "regex",
1733- "serde",
1734- "serde-wasm-bindgen",
1735- "serde_json",
1736- "serde_yaml",
1737- "sha-1",
1738- "sha2",
1739- "simple-counter",
1740- "strip-ansi-escapes",
1741- "strsim 0.10.0",
1742- "toml 0.7.8",
1743- "typed-arena",
1744- "unicode-segmentation",
1745- "void",
1746- ]
1747-
1748- [[package]]
1749- name = "nix"
1750- version = "0.24.3"
1751- source = "registry+https://github.com/rust-lang/crates.io-index"
1752- checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
1753- dependencies = [
1754- "bitflags 1.3.2",
1755- "cfg-if 1.0.0",
1756- "libc",
1757- "memoffset",
1758- ]
1759-
1760- [[package]]
1761 name = "nom"
1762 version = "7.1.3"
1763 source = "registry+https://github.com/rust-lang/crates.io-index"
1764 @@ -3636,54 +2435,13 @@ dependencies = [
1765 ]
1766
1767 [[package]]
1768- name = "notify"
1769- version = "4.0.17"
1770- source = "registry+https://github.com/rust-lang/crates.io-index"
1771- checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
1772- dependencies = [
1773- "bitflags 1.3.2",
1774- "filetime",
1775- "fsevent",
1776- "fsevent-sys",
1777- "inotify",
1778- "libc",
1779- "mio 0.6.23",
1780- "mio-extras",
1781- "walkdir",
1782- "winapi 0.3.9",
1783- ]
1784-
1785- [[package]]
1786- name = "ntapi"
1787- version = "0.4.1"
1788- source = "registry+https://github.com/rust-lang/crates.io-index"
1789- checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
1790- dependencies = [
1791- "winapi 0.3.9",
1792- ]
1793-
1794- [[package]]
1795 name = "nu-ansi-term"
1796 version = "0.46.0"
1797 source = "registry+https://github.com/rust-lang/crates.io-index"
1798 checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1799 dependencies = [
1800 "overload",
1801- "winapi 0.3.9",
1802- ]
1803-
1804- [[package]]
1805- name = "num"
1806- version = "0.4.1"
1807- source = "registry+https://github.com/rust-lang/crates.io-index"
1808- checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
1809- dependencies = [
1810- "num-bigint",
1811- "num-complex",
1812- "num-integer",
1813- "num-iter",
1814- "num-rational",
1815- "num-traits",
1816+ "winapi",
1817 ]
1818
1819 [[package]]
1820 @@ -3715,21 +2473,6 @@ dependencies = [
1821 ]
1822
1823 [[package]]
1824- name = "num-cmp"
1825- version = "0.1.0"
1826- source = "registry+https://github.com/rust-lang/crates.io-index"
1827- checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
1828-
1829- [[package]]
1830- name = "num-complex"
1831- version = "0.4.5"
1832- source = "registry+https://github.com/rust-lang/crates.io-index"
1833- checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
1834- dependencies = [
1835- "num-traits",
1836- ]
1837-
1838- [[package]]
1839 name = "num-conv"
1840 version = "0.1.0"
1841 source = "registry+https://github.com/rust-lang/crates.io-index"
1842 @@ -3741,7 +2484,7 @@ version = "0.4.4"
1843 source = "registry+https://github.com/rust-lang/crates.io-index"
1844 checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
1845 dependencies = [
1846- "arrayvec 0.7.4",
1847+ "arrayvec",
1848 "itoa",
1849 ]
1850
1851 @@ -3766,18 +2509,6 @@ dependencies = [
1852 ]
1853
1854 [[package]]
1855- name = "num-rational"
1856- version = "0.4.1"
1857- source = "registry+https://github.com/rust-lang/crates.io-index"
1858- checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1859- dependencies = [
1860- "autocfg",
1861- "num-bigint",
1862- "num-integer",
1863- "num-traits",
1864- ]
1865-
1866- [[package]]
1867 name = "num-traits"
1868 version = "0.2.18"
1869 source = "registry+https://github.com/rust-lang/crates.io-index"
1870 @@ -3841,7 +2572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1871 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1872 dependencies = [
1873 "bitflags 2.4.2",
1874- "cfg-if 1.0.0",
1875+ "cfg-if",
1876 "foreign-types",
1877 "libc",
1878 "once_cell",
1879 @@ -3964,12 +2695,6 @@ dependencies = [
1880 ]
1881
1882 [[package]]
1883- name = "parking"
1884- version = "2.2.0"
1885- source = "registry+https://github.com/rust-lang/crates.io-index"
1886- checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1887-
1888- [[package]]
1889 name = "parking_lot"
1890 version = "0.11.2"
1891 source = "registry+https://github.com/rust-lang/crates.io-index"
1892 @@ -3996,12 +2721,12 @@ version = "0.8.6"
1893 source = "registry+https://github.com/rust-lang/crates.io-index"
1894 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1895 dependencies = [
1896- "cfg-if 1.0.0",
1897+ "cfg-if",
1898 "instant",
1899 "libc",
1900 "redox_syscall 0.2.16",
1901 "smallvec",
1902- "winapi 0.3.9",
1903+ "winapi",
1904 ]
1905
1906 [[package]]
1907 @@ -4010,7 +2735,7 @@ version = "0.9.9"
1908 source = "registry+https://github.com/rust-lang/crates.io-index"
1909 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1910 dependencies = [
1911- "cfg-if 1.0.0",
1912+ "cfg-if",
1913 "libc",
1914 "redox_syscall 0.4.1",
1915 "smallvec",
1916 @@ -4058,15 +2783,6 @@ dependencies = [
1917 ]
1918
1919 [[package]]
1920- name = "pbkdf2"
1921- version = "0.12.2"
1922- source = "registry+https://github.com/rust-lang/crates.io-index"
1923- checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1924- dependencies = [
1925- "digest",
1926- ]
1927-
1928- [[package]]
1929 name = "pem-rfc7468"
1930 version = "0.7.0"
1931 source = "registry+https://github.com/rust-lang/crates.io-index"
1932 @@ -4127,16 +2843,6 @@ dependencies = [
1933 ]
1934
1935 [[package]]
1936- name = "petgraph"
1937- version = "0.6.4"
1938- source = "registry+https://github.com/rust-lang/crates.io-index"
1939- checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
1940- dependencies = [
1941- "fixedbitset",
1942- "indexmap 2.2.5",
1943- ]
1944-
1945- [[package]]
1946 name = "phf"
1947 version = "0.10.1"
1948 source = "registry+https://github.com/rust-lang/crates.io-index"
1949 @@ -4259,17 +2965,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1950 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1951
1952 [[package]]
1953- name = "piper"
1954- version = "0.2.1"
1955- source = "registry+https://github.com/rust-lang/crates.io-index"
1956- checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
1957- dependencies = [
1958- "atomic-waker",
1959- "fastrand 2.0.1",
1960- "futures-io",
1961- ]
1962-
1963- [[package]]
1964 name = "pkcs1"
1965 version = "0.7.5"
1966 source = "registry+https://github.com/rust-lang/crates.io-index"
1967 @@ -4370,36 +3065,6 @@ dependencies = [
1968 ]
1969
1970 [[package]]
1971- name = "polling"
1972- version = "2.8.0"
1973- source = "registry+https://github.com/rust-lang/crates.io-index"
1974- checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1975- dependencies = [
1976- "autocfg",
1977- "bitflags 1.3.2",
1978- "cfg-if 1.0.0",
1979- "concurrent-queue",
1980- "libc",
1981- "log",
1982- "pin-project-lite",
1983- "windows-sys 0.48.0",
1984- ]
1985-
1986- [[package]]
1987- name = "polling"
1988- version = "3.5.0"
1989- source = "registry+https://github.com/rust-lang/crates.io-index"
1990- checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
1991- dependencies = [
1992- "cfg-if 1.0.0",
1993- "concurrent-queue",
1994- "pin-project-lite",
1995- "rustix 0.38.31",
1996- "tracing",
1997- "windows-sys 0.52.0",
1998- ]
1999-
2000- [[package]]
2001 name = "powerfmt"
2002 version = "0.2.0"
2003 source = "registry+https://github.com/rust-lang/crates.io-index"
2004 @@ -4418,18 +3083,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2005 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2006
2007 [[package]]
2008- name = "pretty"
2009- version = "0.11.3"
2010- source = "registry+https://github.com/rust-lang/crates.io-index"
2011- checksum = "83f3aa1e3ca87d3b124db7461265ac176b40c277f37e503eaa29c9c75c037846"
2012- dependencies = [
2013- "arrayvec 0.5.2",
2014- "log",
2015- "typed-arena",
2016- "unicode-segmentation",
2017- ]
2018-
2019- [[package]]
2020 name = "proc-macro2"
2021 version = "1.0.79"
2022 source = "registry+https://github.com/rust-lang/crates.io-index"
2023 @@ -4459,12 +3112,6 @@ dependencies = [
2024 ]
2025
2026 [[package]]
2027- name = "quick-error"
2028- version = "1.2.3"
2029- source = "registry+https://github.com/rust-lang/crates.io-index"
2030- checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2031-
2032- [[package]]
2033 name = "quick-xml"
2034 version = "0.30.0"
2035 source = "registry+https://github.com/rust-lang/crates.io-index"
2036 @@ -4681,12 +3328,10 @@ dependencies = [
2037 "system-configuration",
2038 "tokio",
2039 "tokio-native-tls",
2040- "tokio-util",
2041 "tower-service",
2042 "url",
2043 "wasm-bindgen",
2044 "wasm-bindgen-futures",
2045- "wasm-streams",
2046 "web-sys",
2047 "winreg 0.50.0",
2048 ]
2049 @@ -4734,23 +3379,13 @@ dependencies = [
2050 ]
2051
2052 [[package]]
2053- name = "resolv-conf"
2054- version = "0.7.0"
2055- source = "registry+https://github.com/rust-lang/crates.io-index"
2056- checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2057- dependencies = [
2058- "hostname",
2059- "quick-error",
2060- ]
2061-
2062- [[package]]
2063 name = "ring"
2064 version = "0.17.8"
2065 source = "registry+https://github.com/rust-lang/crates.io-index"
2066 checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2067 dependencies = [
2068 "cc",
2069- "cfg-if 1.0.0",
2070+ "cfg-if",
2071 "getrandom",
2072 "libc",
2073 "spin 0.9.8",
2074 @@ -4820,22 +3455,6 @@ dependencies = [
2075 ]
2076
2077 [[package]]
2078- name = "rusqlite"
2079- version = "0.30.0"
2080- source = "registry+https://github.com/rust-lang/crates.io-index"
2081- checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
2082- dependencies = [
2083- "bitflags 2.4.2",
2084- "chrono",
2085- "fallible-iterator",
2086- "fallible-streaming-iterator",
2087- "hashlink",
2088- "libsqlite3-sys",
2089- "serde_json",
2090- "smallvec",
2091- ]
2092-
2093- [[package]]
2094 name = "rustc-demangle"
2095 version = "0.1.23"
2096 source = "registry+https://github.com/rust-lang/crates.io-index"
2097 @@ -4852,20 +3471,6 @@ dependencies = [
2098
2099 [[package]]
2100 name = "rustix"
2101- version = "0.37.27"
2102- source = "registry+https://github.com/rust-lang/crates.io-index"
2103- checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2104- dependencies = [
2105- "bitflags 1.3.2",
2106- "errno",
2107- "io-lifetimes",
2108- "libc",
2109- "linux-raw-sys 0.3.8",
2110- "windows-sys 0.48.0",
2111- ]
2112-
2113- [[package]]
2114- name = "rustix"
2115 version = "0.38.31"
2116 source = "registry+https://github.com/rust-lang/crates.io-index"
2117 checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2118 @@ -4873,7 +3478,7 @@ dependencies = [
2119 "bitflags 2.4.2",
2120 "errno",
2121 "libc",
2122- "linux-raw-sys 0.4.13",
2123+ "linux-raw-sys",
2124 "windows-sys 0.52.0",
2125 ]
2126
2127 @@ -4920,33 +3525,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2128 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2129 dependencies = [
2130 "ring",
2131- "untrusted",
2132- ]
2133-
2134- [[package]]
2135- name = "rustversion"
2136- version = "1.0.14"
2137- source = "registry+https://github.com/rust-lang/crates.io-index"
2138- checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2139-
2140- [[package]]
2141- name = "rxml"
2142- version = "0.9.1"
2143- source = "registry+https://github.com/rust-lang/crates.io-index"
2144- checksum = "a98f186c7a2f3abbffb802984b7f1dfd65dac8be1aafdaabbca4137f53f0dff7"
2145- dependencies = [
2146- "bytes",
2147- "pin-project-lite",
2148- "rxml_validation",
2149- "smartstring",
2150- "tokio",
2151+ "untrusted",
2152 ]
2153
2154 [[package]]
2155- name = "rxml_validation"
2156- version = "0.9.1"
2157+ name = "rustversion"
2158+ version = "1.0.14"
2159 source = "registry+https://github.com/rust-lang/crates.io-index"
2160- checksum = "22a197350ece202f19a166d1ad6d9d6de145e1d2a8ef47db299abe164dbd7530"
2161+ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2162
2163 [[package]]
2164 name = "ryu"
2165 @@ -4970,20 +3556,6 @@ dependencies = [
2166 ]
2167
2168 [[package]]
2169- name = "sasl"
2170- version = "0.5.1"
2171- source = "registry+https://github.com/rust-lang/crates.io-index"
2172- checksum = "27a9f72398d92896188b100e5224a4f190c9abe5273b98cb1b5a61505be3143e"
2173- dependencies = [
2174- "base64 0.21.7",
2175- "getrandom",
2176- "hmac",
2177- "pbkdf2",
2178- "sha-1",
2179- "sha2",
2180- ]
2181-
2182- [[package]]
2183 name = "schannel"
2184 version = "0.1.23"
2185 source = "registry+https://github.com/rust-lang/crates.io-index"
2186 @@ -5038,21 +3610,6 @@ dependencies = [
2187 ]
2188
2189 [[package]]
2190- name = "self_cell"
2191- version = "0.10.3"
2192- source = "registry+https://github.com/rust-lang/crates.io-index"
2193- checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
2194- dependencies = [
2195- "self_cell 1.0.3",
2196- ]
2197-
2198- [[package]]
2199- name = "self_cell"
2200- version = "1.0.3"
2201- source = "registry+https://github.com/rust-lang/crates.io-index"
2202- checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
2203-
2204- [[package]]
2205 name = "semver"
2206 version = "1.0.22"
2207 source = "registry+https://github.com/rust-lang/crates.io-index"
2208 @@ -5068,17 +3625,6 @@ dependencies = [
2209 ]
2210
2211 [[package]]
2212- name = "serde-wasm-bindgen"
2213- version = "0.5.0"
2214- source = "registry+https://github.com/rust-lang/crates.io-index"
2215- checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
2216- dependencies = [
2217- "js-sys",
2218- "serde",
2219- "wasm-bindgen",
2220- ]
2221-
2222- [[package]]
2223 name = "serde_derive"
2224 version = "1.0.197"
2225 source = "registry+https://github.com/rust-lang/crates.io-index"
2226 @@ -5132,68 +3678,28 @@ dependencies = [
2227 ]
2228
2229 [[package]]
2230- name = "serde_yaml"
2231- version = "0.9.32"
2232- source = "registry+https://github.com/rust-lang/crates.io-index"
2233- checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
2234- dependencies = [
2235- "indexmap 2.2.5",
2236- "itoa",
2237- "ryu",
2238- "serde",
2239- "unsafe-libyaml",
2240- ]
2241-
2242- [[package]]
2243- name = "sha-1"
2244- version = "0.10.1"
2245- source = "registry+https://github.com/rust-lang/crates.io-index"
2246- checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2247- dependencies = [
2248- "cfg-if 1.0.0",
2249- "cpufeatures",
2250- "digest",
2251- ]
2252-
2253- [[package]]
2254 name = "sha1"
2255 version = "0.10.6"
2256 source = "registry+https://github.com/rust-lang/crates.io-index"
2257 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2258 dependencies = [
2259- "cfg-if 1.0.0",
2260+ "cfg-if",
2261 "cpufeatures",
2262 "digest",
2263 ]
2264
2265 [[package]]
2266- name = "sha1_smol"
2267- version = "1.0.0"
2268- source = "registry+https://github.com/rust-lang/crates.io-index"
2269- checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2270-
2271- [[package]]
2272 name = "sha2"
2273 version = "0.10.8"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2276 dependencies = [
2277- "cfg-if 1.0.0",
2278+ "cfg-if",
2279 "cpufeatures",
2280 "digest",
2281 ]
2282
2283 [[package]]
2284- name = "sha3"
2285- version = "0.10.8"
2286- source = "registry+https://github.com/rust-lang/crates.io-index"
2287- checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
2288- dependencies = [
2289- "digest",
2290- "keccak",
2291- ]
2292-
2293- [[package]]
2294 name = "sharded-slab"
2295 version = "0.1.7"
2296 source = "registry+https://github.com/rust-lang/crates.io-index"
2297 @@ -5249,12 +3755,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2298 checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2299
2300 [[package]]
2301- name = "simple-counter"
2302- version = "0.1.0"
2303- source = "registry+https://github.com/rust-lang/crates.io-index"
2304- checksum = "4bb57743b52ea059937169c0061d70298fe2df1d2c988b44caae79dd979d9b49"
2305-
2306- [[package]]
2307 name = "siphasher"
2308 version = "0.3.11"
2309 source = "registry+https://github.com/rust-lang/crates.io-index"
2310 @@ -5284,47 +3784,6 @@ name = "smallvec"
2311 version = "1.13.1"
2312 source = "registry+https://github.com/rust-lang/crates.io-index"
2313 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2314- dependencies = [
2315- "serde",
2316- ]
2317-
2318- [[package]]
2319- name = "smartstring"
2320- version = "1.0.1"
2321- source = "registry+https://github.com/rust-lang/crates.io-index"
2322- checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
2323- dependencies = [
2324- "autocfg",
2325- "static_assertions",
2326- "version_check",
2327- ]
2328-
2329- [[package]]
2330- name = "smol"
2331- version = "1.3.0"
2332- source = "registry+https://github.com/rust-lang/crates.io-index"
2333- checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
2334- dependencies = [
2335- "async-channel 1.9.0",
2336- "async-executor",
2337- "async-fs",
2338- "async-io 1.13.0",
2339- "async-lock 2.8.0",
2340- "async-net",
2341- "async-process",
2342- "blocking",
2343- "futures-lite 1.13.0",
2344- ]
2345-
2346- [[package]]
2347- name = "socket2"
2348- version = "0.4.10"
2349- source = "registry+https://github.com/rust-lang/crates.io-index"
2350- checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2351- dependencies = [
2352- "libc",
2353- "winapi 0.3.9",
2354- ]
2355
2356 [[package]]
2357 name = "socket2"
2358 @@ -5398,7 +3857,7 @@ dependencies = [
2359 "crc",
2360 "crossbeam-queue",
2361 "either",
2362- "event-listener 2.5.3",
2363+ "event-listener",
2364 "futures-channel",
2365 "futures-core",
2366 "futures-intrusive",
2367 @@ -5580,19 +4039,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2368 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2369
2370 [[package]]
2371- name = "string_cache"
2372- version = "0.8.7"
2373- source = "registry+https://github.com/rust-lang/crates.io-index"
2374- checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2375- dependencies = [
2376- "new_debug_unreachable",
2377- "once_cell",
2378- "parking_lot 0.12.1",
2379- "phf_shared 0.10.0",
2380- "precomputed-hash",
2381- ]
2382-
2383- [[package]]
2384 name = "stringprep"
2385 version = "0.1.4"
2386 source = "registry+https://github.com/rust-lang/crates.io-index"
2387 @@ -5604,15 +4050,6 @@ dependencies = [
2388 ]
2389
2390 [[package]]
2391- name = "strip-ansi-escapes"
2392- version = "0.2.0"
2393- source = "registry+https://github.com/rust-lang/crates.io-index"
2394- checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
2395- dependencies = [
2396- "vte",
2397- ]
2398-
2399- [[package]]
2400 name = "strsim"
2401 version = "0.8.0"
2402 source = "registry+https://github.com/rust-lang/crates.io-index"
2403 @@ -5688,21 +4125,6 @@ dependencies = [
2404 ]
2405
2406 [[package]]
2407- name = "sysinfo"
2408- version = "0.29.11"
2409- source = "registry+https://github.com/rust-lang/crates.io-index"
2410- checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
2411- dependencies = [
2412- "cfg-if 1.0.0",
2413- "core-foundation-sys",
2414- "libc",
2415- "ntapi",
2416- "once_cell",
2417- "rayon",
2418- "winapi 0.3.9",
2419- ]
2420-
2421- [[package]]
2422 name = "system-configuration"
2423 version = "0.5.1"
2424 source = "registry+https://github.com/rust-lang/crates.io-index"
2425 @@ -5779,9 +4201,9 @@ version = "3.10.1"
2426 source = "registry+https://github.com/rust-lang/crates.io-index"
2427 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2428 dependencies = [
2429- "cfg-if 1.0.0",
2430- "fastrand 2.0.1",
2431- "rustix 0.38.31",
2432+ "cfg-if",
2433+ "fastrand",
2434+ "rustix",
2435 "windows-sys 0.52.0",
2436 ]
2437
2438 @@ -5808,24 +4230,13 @@ dependencies = [
2439 ]
2440
2441 [[package]]
2442- name = "term"
2443- version = "0.7.0"
2444- source = "registry+https://github.com/rust-lang/crates.io-index"
2445- checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
2446- dependencies = [
2447- "dirs-next",
2448- "rustversion",
2449- "winapi 0.3.9",
2450- ]
2451-
2452- [[package]]
2453 name = "term_size"
2454 version = "0.3.2"
2455 source = "registry+https://github.com/rust-lang/crates.io-index"
2456 checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2457 dependencies = [
2458 "libc",
2459- "winapi 0.3.9",
2460+ "winapi",
2461 ]
2462
2463 [[package]]
2464 @@ -5843,7 +4254,7 @@ version = "0.3.0"
2465 source = "registry+https://github.com/rust-lang/crates.io-index"
2466 checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2467 dependencies = [
2468- "rustix 0.38.31",
2469+ "rustix",
2470 "windows-sys 0.48.0",
2471 ]
2472
2473 @@ -5882,7 +4293,7 @@ version = "1.1.8"
2474 source = "registry+https://github.com/rust-lang/crates.io-index"
2475 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2476 dependencies = [
2477- "cfg-if 1.0.0",
2478+ "cfg-if",
2479 "once_cell",
2480 ]
2481
2482 @@ -5918,15 +4329,6 @@ dependencies = [
2483 ]
2484
2485 [[package]]
2486- name = "tiny-keccak"
2487- version = "2.0.2"
2488- source = "registry+https://github.com/rust-lang/crates.io-index"
2489- checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2490- dependencies = [
2491- "crunchy",
2492- ]
2493-
2494- [[package]]
2495 name = "tinyvec"
2496 version = "1.6.0"
2497 source = "registry+https://github.com/rust-lang/crates.io-index"
2498 @@ -5978,12 +4380,12 @@ dependencies = [
2499 "backtrace",
2500 "bytes",
2501 "libc",
2502- "mio 0.8.11",
2503+ "mio",
2504 "num_cpus",
2505 "parking_lot 0.12.1",
2506 "pin-project-lite",
2507 "signal-hook-registry",
2508- "socket2 0.5.6",
2509+ "socket2",
2510 "tokio-macros",
2511 "windows-sys 0.48.0",
2512 ]
2513 @@ -6053,31 +4455,6 @@ dependencies = [
2514 ]
2515
2516 [[package]]
2517- name = "tokio-xmpp"
2518- version = "3.5.0"
2519- source = "registry+https://github.com/rust-lang/crates.io-index"
2520- checksum = "d5f8badad7d8859131f2eccd1447c5f3cca6171429fe172acfed4acb1f2f62c3"
2521- dependencies = [
2522- "bytes",
2523- "futures",
2524- "idna 0.4.0",
2525- "log",
2526- "minidom",
2527- "native-tls",
2528- "rand",
2529- "rustc_version",
2530- "rxml",
2531- "sasl",
2532- "tokio",
2533- "tokio-native-tls",
2534- "tokio-stream",
2535- "tokio-util",
2536- "trust-dns-proto",
2537- "trust-dns-resolver",
2538- "xmpp-parsers",
2539- ]
2540-
2541- [[package]]
2542 name = "toml"
2543 version = "0.5.11"
2544 source = "registry+https://github.com/rust-lang/crates.io-index"
2545 @@ -6262,51 +4639,6 @@ dependencies = [
2546 ]
2547
2548 [[package]]
2549- name = "trust-dns-proto"
2550- version = "0.22.0"
2551- source = "registry+https://github.com/rust-lang/crates.io-index"
2552- checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
2553- dependencies = [
2554- "async-trait",
2555- "cfg-if 1.0.0",
2556- "data-encoding",
2557- "enum-as-inner",
2558- "futures-channel",
2559- "futures-io",
2560- "futures-util",
2561- "idna 0.2.3",
2562- "ipnet",
2563- "lazy_static",
2564- "rand",
2565- "smallvec",
2566- "thiserror",
2567- "tinyvec",
2568- "tokio",
2569- "tracing",
2570- "url",
2571- ]
2572-
2573- [[package]]
2574- name = "trust-dns-resolver"
2575- version = "0.22.0"
2576- source = "registry+https://github.com/rust-lang/crates.io-index"
2577- checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
2578- dependencies = [
2579- "cfg-if 1.0.0",
2580- "futures-util",
2581- "ipconfig",
2582- "lazy_static",
2583- "lru-cache",
2584- "parking_lot 0.12.1",
2585- "resolv-conf",
2586- "smallvec",
2587- "thiserror",
2588- "tokio",
2589- "tracing",
2590- "trust-dns-proto",
2591- ]
2592-
2593- [[package]]
2594 name = "try-lock"
2595 version = "0.2.5"
2596 source = "registry+https://github.com/rust-lang/crates.io-index"
2597 @@ -6429,24 +4761,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2598 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2599
2600 [[package]]
2601- name = "unicode-xid"
2602- version = "0.2.4"
2603- source = "registry+https://github.com/rust-lang/crates.io-index"
2604- checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2605-
2606- [[package]]
2607 name = "unicode_categories"
2608 version = "0.1.1"
2609 source = "registry+https://github.com/rust-lang/crates.io-index"
2610 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2611
2612 [[package]]
2613- name = "unsafe-libyaml"
2614- version = "0.2.10"
2615- source = "registry+https://github.com/rust-lang/crates.io-index"
2616- checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
2617-
2618- [[package]]
2619 name = "untrusted"
2620 version = "0.9.0"
2621 source = "registry+https://github.com/rust-lang/crates.io-index"
2622 @@ -6459,7 +4779,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2623 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2624 dependencies = [
2625 "form_urlencoded",
2626- "idna 0.5.0",
2627+ "idna",
2628 "percent-encoding",
2629 "serde",
2630 ]
2631 @@ -6481,11 +4801,6 @@ name = "uuid"
2632 version = "1.7.0"
2633 source = "registry+https://github.com/rust-lang/crates.io-index"
2634 checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
2635- dependencies = [
2636- "getrandom",
2637- "serde",
2638- "sha1_smol",
2639- ]
2640
2641 [[package]]
2642 name = "valuable"
2643 @@ -6518,38 +4833,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2644 checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
2645
2646 [[package]]
2647- name = "void"
2648- version = "1.0.2"
2649- source = "registry+https://github.com/rust-lang/crates.io-index"
2650- checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2651-
2652- [[package]]
2653- name = "vte"
2654- version = "0.11.1"
2655- source = "registry+https://github.com/rust-lang/crates.io-index"
2656- checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
2657- dependencies = [
2658- "utf8parse",
2659- "vte_generate_state_changes",
2660- ]
2661-
2662- [[package]]
2663- name = "vte_generate_state_changes"
2664- version = "0.1.1"
2665- source = "registry+https://github.com/rust-lang/crates.io-index"
2666- checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2667- dependencies = [
2668- "proc-macro2",
2669- "quote",
2670- ]
2671-
2672- [[package]]
2673- name = "waker-fn"
2674- version = "1.1.1"
2675- source = "registry+https://github.com/rust-lang/crates.io-index"
2676- checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2677-
2678- [[package]]
2679 name = "walkdir"
2680 version = "2.5.0"
2681 source = "registry+https://github.com/rust-lang/crates.io-index"
2682 @@ -6586,7 +4869,7 @@ version = "0.2.92"
2683 source = "registry+https://github.com/rust-lang/crates.io-index"
2684 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2685 dependencies = [
2686- "cfg-if 1.0.0",
2687+ "cfg-if",
2688 "wasm-bindgen-macro",
2689 ]
2690
2691 @@ -6611,7 +4894,7 @@ version = "0.4.42"
2692 source = "registry+https://github.com/rust-lang/crates.io-index"
2693 checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2694 dependencies = [
2695- "cfg-if 1.0.0",
2696+ "cfg-if",
2697 "js-sys",
2698 "wasm-bindgen",
2699 "web-sys",
2700 @@ -6647,19 +4930,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2701 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2702
2703 [[package]]
2704- name = "wasm-streams"
2705- version = "0.4.0"
2706- source = "registry+https://github.com/rust-lang/crates.io-index"
2707- checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2708- dependencies = [
2709- "futures-util",
2710- "js-sys",
2711- "wasm-bindgen",
2712- "wasm-bindgen-futures",
2713- "web-sys",
2714- ]
2715-
2716- [[package]]
2717 name = "web-sys"
2718 version = "0.3.69"
2719 source = "registry+https://github.com/rust-lang/crates.io-index"
2720 @@ -6702,18 +4972,6 @@ dependencies = [
2721 ]
2722
2723 [[package]]
2724- name = "widestring"
2725- version = "1.0.2"
2726- source = "registry+https://github.com/rust-lang/crates.io-index"
2727- checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2728-
2729- [[package]]
2730- name = "winapi"
2731- version = "0.2.8"
2732- source = "registry+https://github.com/rust-lang/crates.io-index"
2733- checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2734-
2735- [[package]]
2736 name = "winapi"
2737 version = "0.3.9"
2738 source = "registry+https://github.com/rust-lang/crates.io-index"
2739 @@ -6724,12 +4982,6 @@ dependencies = [
2740 ]
2741
2742 [[package]]
2743- name = "winapi-build"
2744- version = "0.1.1"
2745- source = "registry+https://github.com/rust-lang/crates.io-index"
2746- checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2747-
2748- [[package]]
2749 name = "winapi-i686-pc-windows-gnu"
2750 version = "0.4.0"
2751 source = "registry+https://github.com/rust-lang/crates.io-index"
2752 @@ -6741,7 +4993,7 @@ version = "0.1.6"
2753 source = "registry+https://github.com/rust-lang/crates.io-index"
2754 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2755 dependencies = [
2756- "winapi 0.3.9",
2757+ "winapi",
2758 ]
2759
2760 [[package]]
2761 @@ -6906,7 +5158,7 @@ version = "0.50.0"
2762 source = "registry+https://github.com/rust-lang/crates.io-index"
2763 checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2764 dependencies = [
2765- "cfg-if 1.0.0",
2766+ "cfg-if",
2767 "windows-sys 0.48.0",
2768 ]
2769
2770 @@ -6916,7 +5168,7 @@ version = "0.52.0"
2771 source = "registry+https://github.com/rust-lang/crates.io-index"
2772 checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
2773 dependencies = [
2774- "cfg-if 1.0.0",
2775+ "cfg-if",
2776 "windows-sys 0.48.0",
2777 ]
2778
2779 @@ -6926,17 +5178,7 @@ version = "0.2.2"
2780 source = "registry+https://github.com/rust-lang/crates.io-index"
2781 checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
2782 dependencies = [
2783- "winapi 0.3.9",
2784- ]
2785-
2786- [[package]]
2787- name = "ws2_32-sys"
2788- version = "0.2.1"
2789- source = "registry+https://github.com/rust-lang/crates.io-index"
2790- checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2791- dependencies = [
2792- "winapi 0.2.8",
2793- "winapi-build",
2794+ "winapi",
2795 ]
2796
2797 [[package]]
2798 @@ -6955,37 +5197,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2799 checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2800
2801 [[package]]
2802- name = "xmpp"
2803- version = "0.5.0"
2804- source = "git+https://ayllu-forge.org/forks/xmpp-rs?branch=ayllu#3df636d178234f7b15bcc9a7c92ad33221fcf324"
2805- dependencies = [
2806- "futures",
2807- "log",
2808- "reqwest 0.11.26",
2809- "tokio",
2810- "tokio-util",
2811- "tokio-xmpp",
2812- ]
2813-
2814- [[package]]
2815- name = "xmpp-parsers"
2816- version = "0.20.0"
2817- source = "registry+https://github.com/rust-lang/crates.io-index"
2818- checksum = "c0905d294e6e7f7668f4b3ca9c4a6343fd85355d21c44d2f1c8b1c027394048e"
2819- dependencies = [
2820- "base64 0.21.7",
2821- "blake2",
2822- "chrono",
2823- "digest",
2824- "jid",
2825- "minidom",
2826- "rustc_version",
2827- "sha1",
2828- "sha2",
2829- "sha3",
2830- ]
2831-
2832- [[package]]
2833 name = "yaml-rust"
2834 version = "0.4.5"
2835 source = "registry+https://github.com/rust-lang/crates.io-index"
2836 diff --git a/Cargo.toml b/Cargo.toml
2837index 1dc3f8f..d17ca56 100644
2838--- a/Cargo.toml
2839+++ b/Cargo.toml
2840 @@ -8,8 +8,8 @@ members = [
2841 "crates/scheduler",
2842 "crates/database",
2843 "ayllu",
2844- "ayllu-build",
2845- "ayllu-mail",
2846- "ayllu-xmpp",
2847+ # "ayllu-build",
2848+ # "ayllu-mail",
2849+ # "ayllu-xmpp",
2850 "quipu"
2851 ]