krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.3.0: Cargo.lock · raw

  1# This file is automatically @generated by Cargo.
  2# It is not intended for manual editing.
  3version = 4
  4
  5[[package]]
  6name = "adler2"
  7version = "2.0.1"
  8source = "registry+https://github.com/rust-lang/crates.io-index"
  9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
 10
 11[[package]]
 12name = "android_system_properties"
 13version = "0.1.6"
 14source = "registry+https://github.com/rust-lang/crates.io-index"
 15checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
 16dependencies = [
 17 "libc",
 18]
 19
 20[[package]]
 21name = "anstream"
 22version = "1.0.0"
 23source = "registry+https://github.com/rust-lang/crates.io-index"
 24checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
 25dependencies = [
 26 "anstyle",
 27 "anstyle-parse",
 28 "anstyle-query",
 29 "anstyle-wincon",
 30 "colorchoice",
 31 "is_terminal_polyfill",
 32 "utf8parse",
 33]
 34
 35[[package]]
 36name = "anstyle"
 37version = "1.0.14"
 38source = "registry+https://github.com/rust-lang/crates.io-index"
 39checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
 40
 41[[package]]
 42name = "anstyle-parse"
 43version = "1.0.0"
 44source = "registry+https://github.com/rust-lang/crates.io-index"
 45checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
 46dependencies = [
 47 "utf8parse",
 48]
 49
 50[[package]]
 51name = "anstyle-query"
 52version = "1.1.5"
 53source = "registry+https://github.com/rust-lang/crates.io-index"
 54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
 55dependencies = [
 56 "windows-sys",
 57]
 58
 59[[package]]
 60name = "anstyle-wincon"
 61version = "3.0.11"
 62source = "registry+https://github.com/rust-lang/crates.io-index"
 63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
 64dependencies = [
 65 "anstyle",
 66 "once_cell_polyfill",
 67 "windows-sys",
 68]
 69
 70[[package]]
 71name = "anyhow"
 72version = "1.0.104"
 73source = "registry+https://github.com/rust-lang/crates.io-index"
 74checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
 75
 76[[package]]
 77name = "arrayref"
 78version = "0.3.9"
 79source = "registry+https://github.com/rust-lang/crates.io-index"
 80checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
 81
 82[[package]]
 83name = "arrayvec"
 84version = "0.7.8"
 85source = "registry+https://github.com/rust-lang/crates.io-index"
 86checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
 87
 88[[package]]
 89name = "autocfg"
 90version = "1.5.1"
 91source = "registry+https://github.com/rust-lang/crates.io-index"
 92checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
 93
 94[[package]]
 95name = "base64"
 96version = "0.22.1"
 97source = "registry+https://github.com/rust-lang/crates.io-index"
 98checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 99
100[[package]]
101name = "bincode"
102version = "1.3.3"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
105dependencies = [
106 "serde",
107]
108
109[[package]]
110name = "bitflags"
111version = "2.13.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
114
115[[package]]
116name = "blake3"
117version = "1.8.6"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "76ae7bad254120e9e4c63bafc385310756f90c484eac0e36b8317cf09cb92a77"
120dependencies = [
121 "arrayref",
122 "arrayvec",
123 "cc",
124 "cfg-if",
125 "constant_time_eq",
126 "cpufeatures",
127]
128
129[[package]]
130name = "bumpalo"
131version = "3.20.3"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
134
135[[package]]
136name = "camino"
137version = "1.2.5"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d"
140dependencies = [
141 "serde_core",
142]
143
144[[package]]
145name = "cc"
146version = "1.4.2"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
149dependencies = [
150 "find-msvc-tools",
151 "shlex",
152]
153
154[[package]]
155name = "cfg-if"
156version = "1.0.4"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
159
160[[package]]
161name = "chrono"
162version = "0.4.45"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
165dependencies = [
166 "iana-time-zone",
167 "js-sys",
168 "num-traits",
169 "serde",
170 "wasm-bindgen",
171 "windows-link",
172]
173
174[[package]]
175name = "clap"
176version = "4.6.6"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
179dependencies = [
180 "clap_builder",
181 "clap_derive",
182]
183
184[[package]]
185name = "clap_builder"
186version = "4.6.6"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
189dependencies = [
190 "anstream",
191 "anstyle",
192 "clap_lex",
193 "strsim",
194]
195
196[[package]]
197name = "clap_derive"
198version = "4.6.4"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
201dependencies = [
202 "heck",
203 "proc-macro2",
204 "quote",
205 "syn 3.0.3",
206]
207
208[[package]]
209name = "clap_lex"
210version = "1.1.0"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
213
214[[package]]
215name = "colorchoice"
216version = "1.0.5"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
219
220[[package]]
221name = "console"
222version = "0.16.4"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c"
225dependencies = [
226 "encode_unicode",
227 "libc",
228 "windows-sys",
229]
230
231[[package]]
232name = "constant_time_eq"
233version = "0.4.2"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
236
237[[package]]
238name = "core-foundation-sys"
239version = "0.8.7"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
242
243[[package]]
244name = "cpufeatures"
245version = "0.3.0"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
248dependencies = [
249 "libc",
250]
251
252[[package]]
253name = "crc32fast"
254version = "1.5.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
257dependencies = [
258 "cfg-if",
259]
260
261[[package]]
262name = "deranged"
263version = "0.5.8"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
266
267[[package]]
268name = "encode_unicode"
269version = "1.0.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
272
273[[package]]
274name = "equivalent"
275version = "1.0.2"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
278
279[[package]]
280name = "errno"
281version = "0.3.14"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
284dependencies = [
285 "libc",
286 "windows-sys",
287]
288
289[[package]]
290name = "fastrand"
291version = "2.5.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
294
295[[package]]
296name = "find-msvc-tools"
297version = "0.1.10"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
300
301[[package]]
302name = "flate2"
303version = "1.1.9"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
306dependencies = [
307 "crc32fast",
308 "miniz_oxide",
309]
310
311[[package]]
312name = "fnv"
313version = "1.0.7"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
316
317[[package]]
318name = "futures-core"
319version = "0.3.33"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
322
323[[package]]
324name = "futures-task"
325version = "0.3.33"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
328
329[[package]]
330name = "futures-util"
331version = "0.3.33"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
334dependencies = [
335 "futures-core",
336 "futures-task",
337 "pin-project-lite",
338 "slab",
339]
340
341[[package]]
342name = "getrandom"
343version = "0.4.3"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
346dependencies = [
347 "cfg-if",
348 "libc",
349 "r-efi",
350]
351
352[[package]]
353name = "hashbrown"
354version = "0.17.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
357
358[[package]]
359name = "heck"
360version = "0.5.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
363
364[[package]]
365name = "iana-time-zone"
366version = "0.1.65"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
369dependencies = [
370 "android_system_properties",
371 "core-foundation-sys",
372 "iana-time-zone-haiku",
373 "js-sys",
374 "log",
375 "wasm-bindgen",
376 "windows-core",
377]
378
379[[package]]
380name = "iana-time-zone-haiku"
381version = "0.1.2"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
384dependencies = [
385 "cc",
386]
387
388[[package]]
389name = "indexmap"
390version = "2.14.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
393dependencies = [
394 "equivalent",
395 "hashbrown",
396]
397
398[[package]]
399name = "insta"
400version = "1.48.0"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82"
403dependencies = [
404 "console",
405 "once_cell",
406 "serde",
407 "similar",
408 "tempfile",
409]
410
411[[package]]
412name = "is_terminal_polyfill"
413version = "1.70.2"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
416
417[[package]]
418name = "itoa"
419version = "1.0.18"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
422
423[[package]]
424name = "js-sys"
425version = "0.3.104"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
428dependencies = [
429 "cfg-if",
430 "futures-util",
431 "wasm-bindgen",
432]
433
434[[package]]
435name = "libc"
436version = "0.2.189"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
439
440[[package]]
441name = "linked-hash-map"
442version = "0.5.6"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
445
446[[package]]
447name = "linux-raw-sys"
448version = "0.12.1"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
451
452[[package]]
453name = "log"
454version = "0.4.33"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
457
458[[package]]
459name = "memchr"
460version = "2.8.3"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
463
464[[package]]
465name = "memo-map"
466version = "0.3.3"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
469
470[[package]]
471name = "minijinja"
472version = "2.23.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "42d74234349a775546a83af0f0c0c0e3a73227dee4950a542cda81a47240b3e6"
475dependencies = [
476 "memo-map",
477 "serde",
478]
479
480[[package]]
481name = "miniz_oxide"
482version = "0.8.9"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
485dependencies = [
486 "adler2",
487 "simd-adler32",
488]
489
490[[package]]
491name = "num-conv"
492version = "0.2.2"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
495
496[[package]]
497name = "num-traits"
498version = "0.2.19"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
501dependencies = [
502 "autocfg",
503]
504
505[[package]]
506name = "once_cell"
507version = "1.21.4"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
510
511[[package]]
512name = "once_cell_polyfill"
513version = "1.70.2"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
516
517[[package]]
518name = "onig"
519version = "6.5.3"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
522dependencies = [
523 "bitflags",
524 "libc",
525 "once_cell",
526 "onig_sys",
527]
528
529[[package]]
530name = "onig_sys"
531version = "69.9.3"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
534dependencies = [
535 "cc",
536 "pkg-config",
537]
538
539[[package]]
540name = "org-ssg"
541version = "0.3.0"
542dependencies = [
543 "anyhow",
544 "blake3",
545 "camino",
546 "chrono",
547 "clap",
548 "insta",
549 "minijinja",
550 "serde",
551 "serde_json",
552 "syntect",
553 "thiserror",
554 "walkdir",
555]
556
557[[package]]
558name = "pin-project-lite"
559version = "0.2.17"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
562
563[[package]]
564name = "pkg-config"
565version = "0.3.33"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
568
569[[package]]
570name = "plist"
571version = "1.10.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
574dependencies = [
575 "base64",
576 "indexmap",
577 "quick-xml",
578 "serde",
579 "time",
580]
581
582[[package]]
583name = "powerfmt"
584version = "0.2.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
587
588[[package]]
589name = "proc-macro2"
590version = "1.0.107"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
593dependencies = [
594 "unicode-ident",
595]
596
597[[package]]
598name = "quick-xml"
599version = "0.41.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
602dependencies = [
603 "memchr",
604]
605
606[[package]]
607name = "quote"
608version = "1.0.47"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
611dependencies = [
612 "proc-macro2",
613]
614
615[[package]]
616name = "r-efi"
617version = "6.0.0"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
620
621[[package]]
622name = "regex-syntax"
623version = "0.8.11"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
626
627[[package]]
628name = "rustix"
629version = "1.1.4"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
632dependencies = [
633 "bitflags",
634 "errno",
635 "libc",
636 "linux-raw-sys",
637 "windows-sys",
638]
639
640[[package]]
641name = "rustversion"
642version = "1.0.23"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
645
646[[package]]
647name = "same-file"
648version = "1.0.6"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
651dependencies = [
652 "winapi-util",
653]
654
655[[package]]
656name = "serde"
657version = "1.0.229"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
660dependencies = [
661 "serde_core",
662 "serde_derive",
663]
664
665[[package]]
666name = "serde_core"
667version = "1.0.229"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
670dependencies = [
671 "serde_derive",
672]
673
674[[package]]
675name = "serde_derive"
676version = "1.0.229"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
679dependencies = [
680 "proc-macro2",
681 "quote",
682 "syn 3.0.3",
683]
684
685[[package]]
686name = "serde_json"
687version = "1.0.151"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
690dependencies = [
691 "itoa",
692 "memchr",
693 "serde",
694 "serde_core",
695 "zmij",
696]
697
698[[package]]
699name = "shlex"
700version = "2.0.1"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
703
704[[package]]
705name = "simd-adler32"
706version = "0.3.10"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
709
710[[package]]
711name = "similar"
712version = "2.7.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
715
716[[package]]
717name = "slab"
718version = "0.4.12"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
721
722[[package]]
723name = "strsim"
724version = "0.11.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
727
728[[package]]
729name = "syn"
730version = "2.0.119"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
733dependencies = [
734 "proc-macro2",
735 "quote",
736 "unicode-ident",
737]
738
739[[package]]
740name = "syn"
741version = "3.0.3"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
744dependencies = [
745 "proc-macro2",
746 "quote",
747 "unicode-ident",
748]
749
750[[package]]
751name = "syntect"
752version = "5.3.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
755dependencies = [
756 "bincode",
757 "flate2",
758 "fnv",
759 "once_cell",
760 "onig",
761 "plist",
762 "regex-syntax",
763 "serde",
764 "serde_derive",
765 "serde_json",
766 "thiserror",
767 "walkdir",
768 "yaml-rust",
769]
770
771[[package]]
772name = "tempfile"
773version = "3.27.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
776dependencies = [
777 "fastrand",
778 "getrandom",
779 "once_cell",
780 "rustix",
781 "windows-sys",
782]
783
784[[package]]
785name = "thiserror"
786version = "2.0.20"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
789dependencies = [
790 "thiserror-impl",
791]
792
793[[package]]
794name = "thiserror-impl"
795version = "2.0.20"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
798dependencies = [
799 "proc-macro2",
800 "quote",
801 "syn 3.0.3",
802]
803
804[[package]]
805name = "time"
806version = "0.3.55"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
809dependencies = [
810 "deranged",
811 "num-conv",
812 "powerfmt",
813 "serde_core",
814 "time-core",
815 "time-macros",
816]
817
818[[package]]
819name = "time-core"
820version = "0.1.9"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
823
824[[package]]
825name = "time-macros"
826version = "0.2.32"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
829dependencies = [
830 "num-conv",
831 "time-core",
832]
833
834[[package]]
835name = "unicode-ident"
836version = "1.0.24"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
839
840[[package]]
841name = "utf8parse"
842version = "0.2.2"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
845
846[[package]]
847name = "walkdir"
848version = "2.5.0"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
851dependencies = [
852 "same-file",
853 "winapi-util",
854]
855
856[[package]]
857name = "wasm-bindgen"
858version = "0.2.127"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
861dependencies = [
862 "cfg-if",
863 "once_cell",
864 "rustversion",
865 "wasm-bindgen-macro",
866 "wasm-bindgen-shared",
867]
868
869[[package]]
870name = "wasm-bindgen-macro"
871version = "0.2.127"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
874dependencies = [
875 "quote",
876 "wasm-bindgen-macro-support",
877]
878
879[[package]]
880name = "wasm-bindgen-macro-support"
881version = "0.2.127"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
884dependencies = [
885 "bumpalo",
886 "proc-macro2",
887 "quote",
888 "syn 2.0.119",
889 "wasm-bindgen-shared",
890]
891
892[[package]]
893name = "wasm-bindgen-shared"
894version = "0.2.127"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
897dependencies = [
898 "unicode-ident",
899]
900
901[[package]]
902name = "winapi-util"
903version = "0.1.11"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
906dependencies = [
907 "windows-sys",
908]
909
910[[package]]
911name = "windows-core"
912version = "0.62.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
915dependencies = [
916 "windows-implement",
917 "windows-interface",
918 "windows-link",
919 "windows-result",
920 "windows-strings",
921]
922
923[[package]]
924name = "windows-implement"
925version = "0.60.2"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
928dependencies = [
929 "proc-macro2",
930 "quote",
931 "syn 2.0.119",
932]
933
934[[package]]
935name = "windows-interface"
936version = "0.59.3"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
939dependencies = [
940 "proc-macro2",
941 "quote",
942 "syn 2.0.119",
943]
944
945[[package]]
946name = "windows-link"
947version = "0.2.1"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
950
951[[package]]
952name = "windows-result"
953version = "0.4.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
956dependencies = [
957 "windows-link",
958]
959
960[[package]]
961name = "windows-strings"
962version = "0.5.1"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
965dependencies = [
966 "windows-link",
967]
968
969[[package]]
970name = "windows-sys"
971version = "0.61.2"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
974dependencies = [
975 "windows-link",
976]
977
978[[package]]
979name = "yaml-rust"
980version = "0.4.5"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
983dependencies = [
984 "linked-hash-map",
985]
986
987[[package]]
988name = "zmij"
989version = "1.0.23"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"