nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android-tzdata"
31version = "0.1.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
45name = "anes"
46version = "0.1.6"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
49
50[[package]]
51name = "ansi_term"
52version = "0.12.1"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
55dependencies = [
56 "winapi",
57]
58
59[[package]]
60name = "anstream"
61version = "0.6.19"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
64dependencies = [
65 "anstyle",
66 "anstyle-parse",
67 "anstyle-query",
68 "anstyle-wincon",
69 "colorchoice",
70 "is_terminal_polyfill",
71 "utf8parse",
72]
73
74[[package]]
75name = "anstyle"
76version = "1.0.11"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
79
80[[package]]
81name = "anstyle-parse"
82version = "0.2.7"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
85dependencies = [
86 "utf8parse",
87]
88
89[[package]]
90name = "anstyle-query"
91version = "1.1.3"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
94dependencies = [
95 "windows-sys 0.59.0",
96]
97
98[[package]]
99name = "anstyle-wincon"
100version = "3.0.9"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
103dependencies = [
104 "anstyle",
105 "once_cell_polyfill",
106 "windows-sys 0.59.0",
107]
108
109[[package]]
110name = "anyhow"
111version = "1.0.98"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
114
115[[package]]
116name = "arrayvec"
117version = "0.7.6"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
120
121[[package]]
122name = "ascii_plist_derive"
123version = "0.1.0"
124dependencies = [
125 "proc-macro2",
126 "quote",
127 "syn 2.0.104",
128]
129
130[[package]]
131name = "async-trait"
132version = "0.1.88"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
135dependencies = [
136 "proc-macro2",
137 "quote",
138 "syn 2.0.104",
139]
140
141[[package]]
142name = "auto_impl"
143version = "0.5.0"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
146dependencies = [
147 "proc-macro-error",
148 "proc-macro2",
149 "quote",
150 "syn 1.0.109",
151]
152
153[[package]]
154name = "autocfg"
155version = "1.5.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
158
159[[package]]
160name = "backtrace"
161version = "0.3.75"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
164dependencies = [
165 "addr2line",
166 "cfg-if",
167 "libc",
168 "miniz_oxide",
169 "object",
170 "rustc-demangle",
171 "windows-targets 0.52.6",
172]
173
174[[package]]
175name = "base64"
176version = "0.22.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
179
180[[package]]
181name = "bincode"
182version = "1.3.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
185dependencies = [
186 "serde",
187]
188
189[[package]]
190name = "bindgen"
191version = "0.70.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
194dependencies = [
195 "bitflags 2.9.1",
196 "cexpr",
197 "clang-sys",
198 "itertools 0.13.0",
199 "log",
200 "prettyplease",
201 "proc-macro2",
202 "quote",
203 "regex",
204 "rustc-hash",
205 "shlex",
206 "syn 2.0.104",
207]
208
209[[package]]
210name = "bitflags"
211version = "1.3.2"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
214
215[[package]]
216name = "bitflags"
217version = "2.9.1"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
220
221[[package]]
222name = "bumpalo"
223version = "3.19.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
226
227[[package]]
228name = "bytemuck"
229version = "1.23.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
232dependencies = [
233 "bytemuck_derive",
234]
235
236[[package]]
237name = "bytemuck_derive"
238version = "1.10.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "441473f2b4b0459a68628c744bc61d23e730fb00128b841d30fa4bb3972257e4"
241dependencies = [
242 "proc-macro2",
243 "quote",
244 "syn 2.0.104",
245]
246
247[[package]]
248name = "bytes"
249version = "1.10.1"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
252
253[[package]]
254name = "camino"
255version = "1.1.10"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
258dependencies = [
259 "serde",
260]
261
262[[package]]
263name = "cargo-platform"
264version = "0.1.9"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
267dependencies = [
268 "serde",
269]
270
271[[package]]
272name = "cargo_metadata"
273version = "0.19.2"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
276dependencies = [
277 "camino",
278 "cargo-platform",
279 "semver",
280 "serde",
281 "serde_json",
282 "thiserror 2.0.12",
283]
284
285[[package]]
286name = "cast"
287version = "0.3.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
290
291[[package]]
292name = "cc"
293version = "1.2.30"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
296dependencies = [
297 "shlex",
298]
299
300[[package]]
301name = "cexpr"
302version = "0.6.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
305dependencies = [
306 "nom",
307]
308
309[[package]]
310name = "cfg-if"
311version = "1.0.1"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
314
315[[package]]
316name = "chrono"
317version = "0.4.41"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
320dependencies = [
321 "android-tzdata",
322 "iana-time-zone",
323 "js-sys",
324 "num-traits",
325 "serde",
326 "wasm-bindgen",
327 "windows-link",
328]
329
330[[package]]
331name = "ciborium"
332version = "0.2.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
335dependencies = [
336 "ciborium-io",
337 "ciborium-ll",
338 "serde",
339]
340
341[[package]]
342name = "ciborium-io"
343version = "0.2.2"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
346
347[[package]]
348name = "ciborium-ll"
349version = "0.2.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
352dependencies = [
353 "ciborium-io",
354 "half",
355]
356
357[[package]]
358name = "clang-sys"
359version = "1.8.1"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
362dependencies = [
363 "glob",
364 "libc",
365 "libloading",
366]
367
368[[package]]
369name = "clap"
370version = "4.5.42"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882"
373dependencies = [
374 "clap_builder",
375 "clap_derive",
376]
377
378[[package]]
379name = "clap_builder"
380version = "4.5.42"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966"
383dependencies = [
384 "anstream",
385 "anstyle",
386 "clap_lex",
387 "strsim",
388]
389
390[[package]]
391name = "clap_derive"
392version = "4.5.41"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
395dependencies = [
396 "heck 0.5.0",
397 "proc-macro2",
398 "quote",
399 "syn 2.0.104",
400]
401
402[[package]]
403name = "clap_lex"
404version = "0.7.5"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
407
408[[package]]
409name = "close_already"
410version = "0.3.5"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "750e1d95751350d95c23de2567c1c0810bb2107a3a9f36bb120fcf819c91ea2e"
413dependencies = [
414 "mutually_exclusive_features",
415 "threadpool",
416]
417
418[[package]]
419name = "cmake"
420version = "0.1.54"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
423dependencies = [
424 "cc",
425]
426
427[[package]]
428name = "colorchoice"
429version = "1.0.4"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
432
433[[package]]
434name = "core-foundation-sys"
435version = "0.8.7"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
438
439[[package]]
440name = "crc32fast"
441version = "1.5.0"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
444dependencies = [
445 "cfg-if",
446]
447
448[[package]]
449name = "criterion"
450version = "0.5.1"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
453dependencies = [
454 "anes",
455 "cast",
456 "ciborium",
457 "clap",
458 "criterion-plot",
459 "is-terminal",
460 "itertools 0.10.5",
461 "num-traits",
462 "once_cell",
463 "oorandom",
464 "plotters",
465 "rayon",
466 "regex",
467 "serde",
468 "serde_derive",
469 "serde_json",
470 "tinytemplate",
471 "walkdir",
472]
473
474[[package]]
475name = "criterion-plot"
476version = "0.5.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
479dependencies = [
480 "cast",
481 "itertools 0.10.5",
482]
483
484[[package]]
485name = "crossbeam-channel"
486version = "0.5.15"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
489dependencies = [
490 "crossbeam-utils",
491]
492
493[[package]]
494name = "crossbeam-deque"
495version = "0.8.6"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
498dependencies = [
499 "crossbeam-epoch",
500 "crossbeam-utils",
501]
502
503[[package]]
504name = "crossbeam-epoch"
505version = "0.9.18"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
508dependencies = [
509 "crossbeam-utils",
510]
511
512[[package]]
513name = "crossbeam-utils"
514version = "0.8.21"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
517
518[[package]]
519name = "crunchy"
520version = "0.2.4"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
523
524[[package]]
525name = "darling"
526version = "0.20.11"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
529dependencies = [
530 "darling_core",
531 "darling_macro",
532]
533
534[[package]]
535name = "darling_core"
536version = "0.20.11"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
539dependencies = [
540 "fnv",
541 "ident_case",
542 "proc-macro2",
543 "quote",
544 "strsim",
545 "syn 2.0.104",
546]
547
548[[package]]
549name = "darling_macro"
550version = "0.20.11"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
553dependencies = [
554 "darling_core",
555 "quote",
556 "syn 2.0.104",
557]
558
559[[package]]
560name = "dashmap"
561version = "4.0.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
564dependencies = [
565 "cfg-if",
566 "num_cpus",
567]
568
569[[package]]
570name = "deranged"
571version = "0.4.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
574dependencies = [
575 "powerfmt",
576]
577
578[[package]]
579name = "derive_builder"
580version = "0.20.2"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
583dependencies = [
584 "derive_builder_macro",
585]
586
587[[package]]
588name = "derive_builder_core"
589version = "0.20.2"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
592dependencies = [
593 "darling",
594 "proc-macro2",
595 "quote",
596 "syn 2.0.104",
597]
598
599[[package]]
600name = "derive_builder_macro"
601version = "0.20.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
604dependencies = [
605 "derive_builder_core",
606 "syn 2.0.104",
607]
608
609[[package]]
610name = "diff"
611version = "0.1.13"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
614
615[[package]]
616name = "displaydoc"
617version = "0.2.5"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
620dependencies = [
621 "proc-macro2",
622 "quote",
623 "syn 2.0.104",
624]
625
626[[package]]
627name = "either"
628version = "1.15.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
631
632[[package]]
633name = "env_filter"
634version = "0.1.3"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
637dependencies = [
638 "log",
639 "regex",
640]
641
642[[package]]
643name = "env_logger"
644version = "0.11.8"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
647dependencies = [
648 "anstream",
649 "anstyle",
650 "env_filter",
651 "jiff",
652 "log",
653]
654
655[[package]]
656name = "equivalent"
657version = "1.0.2"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
660
661[[package]]
662name = "errno"
663version = "0.3.13"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
666dependencies = [
667 "libc",
668 "windows-sys 0.60.2",
669]
670
671[[package]]
672name = "euclid"
673version = "0.22.11"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
676dependencies = [
677 "num-traits",
678]
679
680[[package]]
681name = "fastrand"
682version = "2.3.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
685
686[[package]]
687name = "fea-lsp"
688version = "0.1.0"
689dependencies = [
690 "anyhow",
691 "env_logger",
692 "fea-rs",
693 "lspower",
694 "serde_json",
695 "tokio",
696]
697
698[[package]]
699name = "fea-rs"
700version = "0.20.1"
701dependencies = [
702 "ansi_term",
703 "chrono",
704 "clap",
705 "criterion",
706 "diff",
707 "env_logger",
708 "fontdrasil",
709 "indexmap",
710 "log",
711 "norad",
712 "ordered-float",
713 "rayon",
714 "serde",
715 "serde_json",
716 "smol_str",
717 "thiserror 1.0.69",
718 "write-fonts",
719]
720
721[[package]]
722name = "filetime"
723version = "0.2.25"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
726dependencies = [
727 "cfg-if",
728 "libc",
729 "libredox",
730 "windows-sys 0.59.0",
731]
732
733[[package]]
734name = "flate2"
735version = "1.1.2"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
738dependencies = [
739 "crc32fast",
740 "miniz_oxide",
741]
742
743[[package]]
744name = "fnv"
745version = "1.0.7"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
748
749[[package]]
750name = "font-types"
751version = "0.9.0"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7"
754dependencies = [
755 "bytemuck",
756 "serde",
757]
758
759[[package]]
760name = "fontbe"
761version = "0.2.1"
762dependencies = [
763 "bincode",
764 "chrono",
765 "diff",
766 "env_logger",
767 "fea-rs",
768 "fontdrasil",
769 "fontir",
770 "icu_properties",
771 "indexmap",
772 "kurbo",
773 "log",
774 "more-asserts",
775 "ordered-float",
776 "otl-normalizer",
777 "parking_lot",
778 "pretty_assertions",
779 "rstest",
780 "serde",
781 "smol_str",
782 "temp-env",
783 "tempfile",
784 "thiserror 1.0.69",
785 "tinystr",
786 "write-fonts",
787]
788
789[[package]]
790name = "fontc"
791version = "0.3.0"
792dependencies = [
793 "bincode",
794 "bitflags 2.9.1",
795 "chrono",
796 "clap",
797 "crossbeam-channel",
798 "diff",
799 "env_logger",
800 "filetime",
801 "fontbe",
802 "fontdrasil",
803 "fontir",
804 "fontra2fontir",
805 "glyphs2fontir",
806 "indexmap",
807 "kurbo",
808 "log",
809 "ordered-float",
810 "pretty_assertions",
811 "rayon",
812 "regex",
813 "rstest",
814 "serde",
815 "serde_yaml",
816 "skrifa",
817 "tempfile",
818 "thiserror 1.0.69",
819 "ufo2fontir",
820 "vergen-gitcl",
821 "write-fonts",
822]
823
824[[package]]
825name = "fontc_crater"
826version = "0.2.0"
827dependencies = [
828 "chrono",
829 "clap",
830 "env_logger",
831 "fontc",
832 "google-fonts-sources",
833 "log",
834 "maud",
835 "rayon",
836 "serde",
837 "serde_json",
838 "serde_yaml",
839 "tempfile",
840 "thiserror 1.0.69",
841 "tidier",
842 "write-fonts",
843]
844
845[[package]]
846name = "fontdrasil"
847version = "0.2.1"
848dependencies = [
849 "diff",
850 "ordered-float",
851 "serde",
852 "smol_str",
853 "tempfile",
854 "write-fonts",
855]
856
857[[package]]
858name = "fontir"
859version = "0.2.1"
860dependencies = [
861 "bincode",
862 "bitflags 2.9.1",
863 "chrono",
864 "diff",
865 "env_logger",
866 "filetime",
867 "fontdrasil",
868 "indexmap",
869 "kurbo",
870 "log",
871 "ordered-float",
872 "parking_lot",
873 "pretty_assertions",
874 "serde",
875 "serde_yaml",
876 "smol_str",
877 "tempfile",
878 "thiserror 1.0.69",
879 "write-fonts",
880]
881
882[[package]]
883name = "fontra2fontir"
884version = "0.2.1"
885dependencies = [
886 "diff",
887 "env_logger",
888 "fontdrasil",
889 "fontir",
890 "indexmap",
891 "kurbo",
892 "log",
893 "ordered-float",
894 "pretty_assertions",
895 "serde",
896 "serde_json",
897 "tempfile",
898 "thiserror 1.0.69",
899 "write-fonts",
900]
901
902[[package]]
903name = "form_urlencoded"
904version = "1.2.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
907dependencies = [
908 "percent-encoding",
909]
910
911[[package]]
912name = "futures"
913version = "0.3.31"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
916dependencies = [
917 "futures-channel",
918 "futures-core",
919 "futures-executor",
920 "futures-io",
921 "futures-sink",
922 "futures-task",
923 "futures-util",
924]
925
926[[package]]
927name = "futures-channel"
928version = "0.3.31"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
931dependencies = [
932 "futures-core",
933 "futures-sink",
934]
935
936[[package]]
937name = "futures-core"
938version = "0.3.31"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
941
942[[package]]
943name = "futures-executor"
944version = "0.3.31"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
947dependencies = [
948 "futures-core",
949 "futures-task",
950 "futures-util",
951]
952
953[[package]]
954name = "futures-io"
955version = "0.3.31"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
958
959[[package]]
960name = "futures-macro"
961version = "0.3.31"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
964dependencies = [
965 "proc-macro2",
966 "quote",
967 "syn 2.0.104",
968]
969
970[[package]]
971name = "futures-sink"
972version = "0.3.31"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
975
976[[package]]
977name = "futures-task"
978version = "0.3.31"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
981
982[[package]]
983name = "futures-timer"
984version = "3.0.3"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
987
988[[package]]
989name = "futures-util"
990version = "0.3.31"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
993dependencies = [
994 "futures-channel",
995 "futures-core",
996 "futures-io",
997 "futures-macro",
998 "futures-sink",
999 "futures-task",
1000 "memchr",
1001 "pin-project-lite",
1002 "pin-utils",
1003 "slab",
1004]
1005
1006[[package]]
1007name = "getrandom"
1008version = "0.2.16"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1011dependencies = [
1012 "cfg-if",
1013 "libc",
1014 "wasi 0.11.1+wasi-snapshot-preview1",
1015]
1016
1017[[package]]
1018name = "getrandom"
1019version = "0.3.3"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1022dependencies = [
1023 "cfg-if",
1024 "libc",
1025 "r-efi",
1026 "wasi 0.14.2+wasi-0.2.4",
1027]
1028
1029[[package]]
1030name = "gimli"
1031version = "0.31.1"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1034
1035[[package]]
1036name = "glob"
1037version = "0.3.2"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1040
1041[[package]]
1042name = "glyphs-reader"
1043version = "0.2.1"
1044dependencies = [
1045 "ascii_plist_derive",
1046 "bincode",
1047 "chrono",
1048 "env_logger",
1049 "fontdrasil",
1050 "icu_properties",
1051 "indexmap",
1052 "kurbo",
1053 "log",
1054 "ordered-float",
1055 "pretty_assertions",
1056 "quick-xml 0.37.5",
1057 "regex",
1058 "rstest",
1059 "serde",
1060 "smol_str",
1061 "thiserror 1.0.69",
1062]
1063
1064[[package]]
1065name = "glyphs2fontir"
1066version = "0.2.1"
1067dependencies = [
1068 "chrono",
1069 "diff",
1070 "env_logger",
1071 "fontdrasil",
1072 "fontir",
1073 "glyphs-reader",
1074 "indexmap",
1075 "kurbo",
1076 "log",
1077 "ordered-float",
1078 "pretty_assertions",
1079 "smol_str",
1080 "tempfile",
1081 "thiserror 1.0.69",
1082 "write-fonts",
1083]
1084
1085[[package]]
1086name = "google-fonts-sources"
1087version = "0.9.1"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "721a015d2e6701e8d6ac7e4bc1e8ce7a6a70595f70cb2126a385c27109303d5d"
1090dependencies = [
1091 "clap",
1092 "env_logger",
1093 "font-types",
1094 "log",
1095 "rayon",
1096 "serde",
1097 "serde_json",
1098 "serde_yaml",
1099 "tempfile",
1100 "thiserror 2.0.12",
1101 "ureq",
1102]
1103
1104[[package]]
1105name = "half"
1106version = "2.6.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
1109dependencies = [
1110 "cfg-if",
1111 "crunchy",
1112]
1113
1114[[package]]
1115name = "hashbrown"
1116version = "0.15.4"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1119
1120[[package]]
1121name = "heck"
1122version = "0.3.3"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1125dependencies = [
1126 "unicode-segmentation",
1127]
1128
1129[[package]]
1130name = "heck"
1131version = "0.5.0"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1134
1135[[package]]
1136name = "hermit-abi"
1137version = "0.5.2"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1140
1141[[package]]
1142name = "http"
1143version = "1.3.1"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1146dependencies = [
1147 "bytes",
1148 "fnv",
1149 "itoa",
1150]
1151
1152[[package]]
1153name = "httparse"
1154version = "1.10.1"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1157
1158[[package]]
1159name = "iana-time-zone"
1160version = "0.1.63"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1163dependencies = [
1164 "android_system_properties",
1165 "core-foundation-sys",
1166 "iana-time-zone-haiku",
1167 "js-sys",
1168 "log",
1169 "wasm-bindgen",
1170 "windows-core",
1171]
1172
1173[[package]]
1174name = "iana-time-zone-haiku"
1175version = "0.1.2"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1178dependencies = [
1179 "cc",
1180]
1181
1182[[package]]
1183name = "icu_collections"
1184version = "2.0.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1187dependencies = [
1188 "displaydoc",
1189 "potential_utf",
1190 "yoke",
1191 "zerofrom",
1192 "zerovec",
1193]
1194
1195[[package]]
1196name = "icu_locale_core"
1197version = "2.0.0"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1200dependencies = [
1201 "displaydoc",
1202 "litemap",
1203 "tinystr",
1204 "writeable",
1205 "zerovec",
1206]
1207
1208[[package]]
1209name = "icu_normalizer"
1210version = "2.0.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1213dependencies = [
1214 "displaydoc",
1215 "icu_collections",
1216 "icu_normalizer_data",
1217 "icu_properties",
1218 "icu_provider",
1219 "smallvec",
1220 "zerovec",
1221]
1222
1223[[package]]
1224name = "icu_normalizer_data"
1225version = "2.0.0"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1228
1229[[package]]
1230name = "icu_properties"
1231version = "2.0.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1234dependencies = [
1235 "displaydoc",
1236 "icu_collections",
1237 "icu_locale_core",
1238 "icu_properties_data",
1239 "icu_provider",
1240 "potential_utf",
1241 "zerotrie",
1242 "zerovec",
1243]
1244
1245[[package]]
1246name = "icu_properties_data"
1247version = "2.0.1"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1250
1251[[package]]
1252name = "icu_provider"
1253version = "2.0.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1256dependencies = [
1257 "displaydoc",
1258 "icu_locale_core",
1259 "stable_deref_trait",
1260 "tinystr",
1261 "writeable",
1262 "yoke",
1263 "zerofrom",
1264 "zerotrie",
1265 "zerovec",
1266]
1267
1268[[package]]
1269name = "ident_case"
1270version = "1.0.1"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1273
1274[[package]]
1275name = "idna"
1276version = "1.0.3"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1279dependencies = [
1280 "idna_adapter",
1281 "smallvec",
1282 "utf8_iter",
1283]
1284
1285[[package]]
1286name = "idna_adapter"
1287version = "1.2.1"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1290dependencies = [
1291 "icu_normalizer",
1292 "icu_properties",
1293]
1294
1295[[package]]
1296name = "indexmap"
1297version = "2.10.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1300dependencies = [
1301 "equivalent",
1302 "hashbrown",
1303 "serde",
1304]
1305
1306[[package]]
1307name = "io-uring"
1308version = "0.7.9"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
1311dependencies = [
1312 "bitflags 2.9.1",
1313 "cfg-if",
1314 "libc",
1315]
1316
1317[[package]]
1318name = "is-terminal"
1319version = "0.4.16"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
1322dependencies = [
1323 "hermit-abi",
1324 "libc",
1325 "windows-sys 0.59.0",
1326]
1327
1328[[package]]
1329name = "is_terminal_polyfill"
1330version = "1.70.1"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1333
1334[[package]]
1335name = "itertools"
1336version = "0.10.5"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1339dependencies = [
1340 "either",
1341]
1342
1343[[package]]
1344name = "itertools"
1345version = "0.13.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1348dependencies = [
1349 "either",
1350]
1351
1352[[package]]
1353name = "itoa"
1354version = "1.0.15"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1357
1358[[package]]
1359name = "jiff"
1360version = "0.2.15"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
1363dependencies = [
1364 "jiff-static",
1365 "log",
1366 "portable-atomic",
1367 "portable-atomic-util",
1368 "serde",
1369]
1370
1371[[package]]
1372name = "jiff-static"
1373version = "0.2.15"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
1376dependencies = [
1377 "proc-macro2",
1378 "quote",
1379 "syn 2.0.104",
1380]
1381
1382[[package]]
1383name = "js-sys"
1384version = "0.3.77"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1387dependencies = [
1388 "once_cell",
1389 "wasm-bindgen",
1390]
1391
1392[[package]]
1393name = "kurbo"
1394version = "0.11.3"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
1397dependencies = [
1398 "arrayvec",
1399 "euclid",
1400 "serde",
1401 "smallvec",
1402]
1403
1404[[package]]
1405name = "libc"
1406version = "0.2.174"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1409
1410[[package]]
1411name = "libloading"
1412version = "0.8.8"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1415dependencies = [
1416 "cfg-if",
1417 "windows-targets 0.53.3",
1418]
1419
1420[[package]]
1421name = "libredox"
1422version = "0.1.9"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1425dependencies = [
1426 "bitflags 2.9.1",
1427 "libc",
1428 "redox_syscall",
1429]
1430
1431[[package]]
1432name = "linux-raw-sys"
1433version = "0.9.4"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1436
1437[[package]]
1438name = "litemap"
1439version = "0.8.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1442
1443[[package]]
1444name = "lock_api"
1445version = "0.4.13"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1448dependencies = [
1449 "autocfg",
1450 "scopeguard",
1451]
1452
1453[[package]]
1454name = "log"
1455version = "0.4.27"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1458
1459[[package]]
1460name = "lsp-types"
1461version = "0.91.1"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "2368312c59425dd133cb9a327afee65be0a633a8ce471d248e2202a48f8f68ae"
1464dependencies = [
1465 "bitflags 1.3.2",
1466 "serde",
1467 "serde_json",
1468 "serde_repr",
1469 "url",
1470]
1471
1472[[package]]
1473name = "lspower"
1474version = "1.5.0"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "cc2242d4cb4071c7b9ae53001c8c658402b55bb8c3669a70d3ce9565f1144b30"
1477dependencies = [
1478 "anyhow",
1479 "async-trait",
1480 "auto_impl",
1481 "bytes",
1482 "dashmap",
1483 "futures",
1484 "httparse",
1485 "log",
1486 "lsp-types",
1487 "lspower-macros",
1488 "serde",
1489 "serde_json",
1490 "thiserror 1.0.69",
1491 "tokio",
1492 "tokio-util",
1493 "tower-service",
1494 "twoway",
1495]
1496
1497[[package]]
1498name = "lspower-macros"
1499version = "0.2.1"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "ca1d48da0e4a6100b4afd52fae99f36d47964a209624021280ad9ffdd410e83d"
1502dependencies = [
1503 "heck 0.3.3",
1504 "proc-macro2",
1505 "quote",
1506 "syn 1.0.109",
1507]
1508
1509[[package]]
1510name = "maud"
1511version = "0.27.0"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e"
1514dependencies = [
1515 "itoa",
1516 "maud_macros",
1517]
1518
1519[[package]]
1520name = "maud_macros"
1521version = "0.27.0"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca"
1524dependencies = [
1525 "proc-macro2",
1526 "proc-macro2-diagnostics",
1527 "quote",
1528 "syn 2.0.104",
1529]
1530
1531[[package]]
1532name = "memchr"
1533version = "2.7.5"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1536
1537[[package]]
1538name = "minimal-lexical"
1539version = "0.2.1"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1542
1543[[package]]
1544name = "miniz_oxide"
1545version = "0.8.9"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1548dependencies = [
1549 "adler2",
1550]
1551
1552[[package]]
1553name = "mio"
1554version = "1.0.4"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1557dependencies = [
1558 "libc",
1559 "wasi 0.11.1+wasi-snapshot-preview1",
1560 "windows-sys 0.59.0",
1561]
1562
1563[[package]]
1564name = "more-asserts"
1565version = "0.3.1"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e"
1568
1569[[package]]
1570name = "mutually_exclusive_features"
1571version = "0.1.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "e94e1e6445d314f972ff7395df2de295fe51b71821694f0b0e1e79c4f12c8577"
1574
1575[[package]]
1576name = "nom"
1577version = "7.1.3"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1580dependencies = [
1581 "memchr",
1582 "minimal-lexical",
1583]
1584
1585[[package]]
1586name = "norad"
1587version = "0.16.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "e914290e267484b1d18e8d9c7bcee24433c264ae42c12240add5c710a4bf042c"
1590dependencies = [
1591 "base64",
1592 "close_already",
1593 "indexmap",
1594 "plist",
1595 "quick-xml 0.37.5",
1596 "serde",
1597 "serde_derive",
1598 "serde_repr",
1599 "thiserror 2.0.12",
1600]
1601
1602[[package]]
1603name = "num-conv"
1604version = "0.1.0"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1607
1608[[package]]
1609name = "num-traits"
1610version = "0.2.19"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1613dependencies = [
1614 "autocfg",
1615]
1616
1617[[package]]
1618name = "num_cpus"
1619version = "1.17.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1622dependencies = [
1623 "hermit-abi",
1624 "libc",
1625]
1626
1627[[package]]
1628name = "num_threads"
1629version = "0.1.7"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1632dependencies = [
1633 "libc",
1634]
1635
1636[[package]]
1637name = "object"
1638version = "0.36.7"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1641dependencies = [
1642 "memchr",
1643]
1644
1645[[package]]
1646name = "once_cell"
1647version = "1.21.3"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1650
1651[[package]]
1652name = "once_cell_polyfill"
1653version = "1.70.1"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1656
1657[[package]]
1658name = "oorandom"
1659version = "11.1.5"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1662
1663[[package]]
1664name = "ordered-float"
1665version = "4.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1668dependencies = [
1669 "num-traits",
1670 "rand",
1671 "serde",
1672]
1673
1674[[package]]
1675name = "otl-normalizer"
1676version = "0.0.1"
1677dependencies = [
1678 "clap",
1679 "fea-rs",
1680 "fontdrasil",
1681 "indexmap",
1682 "smol_str",
1683 "thiserror 1.0.69",
1684 "write-fonts",
1685]
1686
1687[[package]]
1688name = "parking_lot"
1689version = "0.12.4"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1692dependencies = [
1693 "lock_api",
1694 "parking_lot_core",
1695]
1696
1697[[package]]
1698name = "parking_lot_core"
1699version = "0.9.11"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1702dependencies = [
1703 "cfg-if",
1704 "libc",
1705 "redox_syscall",
1706 "smallvec",
1707 "windows-targets 0.52.6",
1708]
1709
1710[[package]]
1711name = "percent-encoding"
1712version = "2.3.1"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1715
1716[[package]]
1717name = "pin-project-lite"
1718version = "0.2.16"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1721
1722[[package]]
1723name = "pin-utils"
1724version = "0.1.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1727
1728[[package]]
1729name = "plist"
1730version = "1.7.4"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
1733dependencies = [
1734 "base64",
1735 "indexmap",
1736 "quick-xml 0.38.0",
1737 "serde",
1738 "time",
1739]
1740
1741[[package]]
1742name = "plotters"
1743version = "0.3.7"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1746dependencies = [
1747 "num-traits",
1748 "plotters-backend",
1749 "plotters-svg",
1750 "wasm-bindgen",
1751 "web-sys",
1752]
1753
1754[[package]]
1755name = "plotters-backend"
1756version = "0.3.7"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1759
1760[[package]]
1761name = "plotters-svg"
1762version = "0.3.7"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1765dependencies = [
1766 "plotters-backend",
1767]
1768
1769[[package]]
1770name = "portable-atomic"
1771version = "1.11.1"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1774
1775[[package]]
1776name = "portable-atomic-util"
1777version = "0.2.4"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1780dependencies = [
1781 "portable-atomic",
1782]
1783
1784[[package]]
1785name = "potential_utf"
1786version = "0.1.2"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1789dependencies = [
1790 "zerovec",
1791]
1792
1793[[package]]
1794name = "powerfmt"
1795version = "0.2.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1798
1799[[package]]
1800name = "pretty_assertions"
1801version = "1.4.1"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
1804dependencies = [
1805 "diff",
1806 "yansi",
1807]
1808
1809[[package]]
1810name = "prettyplease"
1811version = "0.2.36"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
1814dependencies = [
1815 "proc-macro2",
1816 "syn 2.0.104",
1817]
1818
1819[[package]]
1820name = "proc-macro-error"
1821version = "1.0.4"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1824dependencies = [
1825 "proc-macro-error-attr",
1826 "proc-macro2",
1827 "quote",
1828 "syn 1.0.109",
1829 "version_check",
1830]
1831
1832[[package]]
1833name = "proc-macro-error-attr"
1834version = "1.0.4"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1837dependencies = [
1838 "proc-macro2",
1839 "quote",
1840 "version_check",
1841]
1842
1843[[package]]
1844name = "proc-macro2"
1845version = "1.0.95"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1848dependencies = [
1849 "unicode-ident",
1850]
1851
1852[[package]]
1853name = "proc-macro2-diagnostics"
1854version = "0.10.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1857dependencies = [
1858 "proc-macro2",
1859 "quote",
1860 "syn 2.0.104",
1861 "version_check",
1862]
1863
1864[[package]]
1865name = "quick-xml"
1866version = "0.37.5"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
1869dependencies = [
1870 "memchr",
1871 "serde",
1872]
1873
1874[[package]]
1875name = "quick-xml"
1876version = "0.38.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b"
1879dependencies = [
1880 "memchr",
1881]
1882
1883[[package]]
1884name = "quote"
1885version = "1.0.40"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1888dependencies = [
1889 "proc-macro2",
1890]
1891
1892[[package]]
1893name = "r-efi"
1894version = "5.3.0"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1897
1898[[package]]
1899name = "rand"
1900version = "0.8.5"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1903dependencies = [
1904 "rand_core",
1905 "serde",
1906]
1907
1908[[package]]
1909name = "rand_core"
1910version = "0.6.4"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1913dependencies = [
1914 "serde",
1915]
1916
1917[[package]]
1918name = "rayon"
1919version = "1.10.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1922dependencies = [
1923 "either",
1924 "rayon-core",
1925]
1926
1927[[package]]
1928name = "rayon-core"
1929version = "1.12.1"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1932dependencies = [
1933 "crossbeam-deque",
1934 "crossbeam-utils",
1935]
1936
1937[[package]]
1938name = "read-fonts"
1939version = "0.29.3"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d"
1942dependencies = [
1943 "bytemuck",
1944 "font-types",
1945 "serde",
1946]
1947
1948[[package]]
1949name = "redox_syscall"
1950version = "0.5.17"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
1953dependencies = [
1954 "bitflags 2.9.1",
1955]
1956
1957[[package]]
1958name = "regex"
1959version = "1.11.1"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1962dependencies = [
1963 "aho-corasick",
1964 "memchr",
1965 "regex-automata",
1966 "regex-syntax",
1967]
1968
1969[[package]]
1970name = "regex-automata"
1971version = "0.4.9"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1974dependencies = [
1975 "aho-corasick",
1976 "memchr",
1977 "regex-syntax",
1978]
1979
1980[[package]]
1981name = "regex-syntax"
1982version = "0.8.5"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1985
1986[[package]]
1987name = "relative-path"
1988version = "1.9.3"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
1991
1992[[package]]
1993name = "ring"
1994version = "0.17.14"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1997dependencies = [
1998 "cc",
1999 "cfg-if",
2000 "getrandom 0.2.16",
2001 "libc",
2002 "untrusted",
2003 "windows-sys 0.52.0",
2004]
2005
2006[[package]]
2007name = "rstest"
2008version = "0.18.2"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
2011dependencies = [
2012 "futures",
2013 "futures-timer",
2014 "rstest_macros",
2015 "rustc_version",
2016]
2017
2018[[package]]
2019name = "rstest_macros"
2020version = "0.18.2"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
2023dependencies = [
2024 "cfg-if",
2025 "glob",
2026 "proc-macro2",
2027 "quote",
2028 "regex",
2029 "relative-path",
2030 "rustc_version",
2031 "syn 2.0.104",
2032 "unicode-ident",
2033]
2034
2035[[package]]
2036name = "rustc-demangle"
2037version = "0.1.26"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2040
2041[[package]]
2042name = "rustc-hash"
2043version = "1.1.0"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2046
2047[[package]]
2048name = "rustc_version"
2049version = "0.4.1"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2052dependencies = [
2053 "semver",
2054]
2055
2056[[package]]
2057name = "rustix"
2058version = "1.0.8"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2061dependencies = [
2062 "bitflags 2.9.1",
2063 "errno",
2064 "libc",
2065 "linux-raw-sys",
2066 "windows-sys 0.60.2",
2067]
2068
2069[[package]]
2070name = "rustls"
2071version = "0.23.31"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
2074dependencies = [
2075 "log",
2076 "once_cell",
2077 "ring",
2078 "rustls-pki-types",
2079 "rustls-webpki",
2080 "subtle",
2081 "zeroize",
2082]
2083
2084[[package]]
2085name = "rustls-pemfile"
2086version = "2.2.0"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2089dependencies = [
2090 "rustls-pki-types",
2091]
2092
2093[[package]]
2094name = "rustls-pki-types"
2095version = "1.12.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2098dependencies = [
2099 "zeroize",
2100]
2101
2102[[package]]
2103name = "rustls-webpki"
2104version = "0.103.4"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2107dependencies = [
2108 "ring",
2109 "rustls-pki-types",
2110 "untrusted",
2111]
2112
2113[[package]]
2114name = "rustversion"
2115version = "1.0.21"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2118
2119[[package]]
2120name = "ryu"
2121version = "1.0.20"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2124
2125[[package]]
2126name = "same-file"
2127version = "1.0.6"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2130dependencies = [
2131 "winapi-util",
2132]
2133
2134[[package]]
2135name = "scopeguard"
2136version = "1.2.0"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2139
2140[[package]]
2141name = "semver"
2142version = "1.0.26"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2145dependencies = [
2146 "serde",
2147]
2148
2149[[package]]
2150name = "serde"
2151version = "1.0.219"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2154dependencies = [
2155 "serde_derive",
2156]
2157
2158[[package]]
2159name = "serde_derive"
2160version = "1.0.219"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2163dependencies = [
2164 "proc-macro2",
2165 "quote",
2166 "syn 2.0.104",
2167]
2168
2169[[package]]
2170name = "serde_json"
2171version = "1.0.142"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
2174dependencies = [
2175 "itoa",
2176 "memchr",
2177 "ryu",
2178 "serde",
2179]
2180
2181[[package]]
2182name = "serde_repr"
2183version = "0.1.20"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2186dependencies = [
2187 "proc-macro2",
2188 "quote",
2189 "syn 2.0.104",
2190]
2191
2192[[package]]
2193name = "serde_yaml"
2194version = "0.9.34+deprecated"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2197dependencies = [
2198 "indexmap",
2199 "itoa",
2200 "ryu",
2201 "serde",
2202 "unsafe-libyaml",
2203]
2204
2205[[package]]
2206name = "shlex"
2207version = "1.3.0"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2210
2211[[package]]
2212name = "skrifa"
2213version = "0.31.3"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607"
2216dependencies = [
2217 "bytemuck",
2218 "read-fonts",
2219]
2220
2221[[package]]
2222name = "slab"
2223version = "0.4.10"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2226
2227[[package]]
2228name = "smallvec"
2229version = "1.15.1"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2232dependencies = [
2233 "serde",
2234]
2235
2236[[package]]
2237name = "smol_str"
2238version = "0.2.2"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2241dependencies = [
2242 "serde",
2243]
2244
2245[[package]]
2246name = "socket2"
2247version = "0.6.0"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2250dependencies = [
2251 "libc",
2252 "windows-sys 0.59.0",
2253]
2254
2255[[package]]
2256name = "stable_deref_trait"
2257version = "1.2.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2260
2261[[package]]
2262name = "strsim"
2263version = "0.11.1"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2266
2267[[package]]
2268name = "subtle"
2269version = "2.6.1"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2272
2273[[package]]
2274name = "syn"
2275version = "1.0.109"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2278dependencies = [
2279 "proc-macro2",
2280 "quote",
2281 "unicode-ident",
2282]
2283
2284[[package]]
2285name = "syn"
2286version = "2.0.104"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2289dependencies = [
2290 "proc-macro2",
2291 "quote",
2292 "unicode-ident",
2293]
2294
2295[[package]]
2296name = "synstructure"
2297version = "0.13.2"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2300dependencies = [
2301 "proc-macro2",
2302 "quote",
2303 "syn 2.0.104",
2304]
2305
2306[[package]]
2307name = "temp-env"
2308version = "0.3.6"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050"
2311dependencies = [
2312 "parking_lot",
2313]
2314
2315[[package]]
2316name = "tempfile"
2317version = "3.20.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2320dependencies = [
2321 "fastrand",
2322 "getrandom 0.3.3",
2323 "once_cell",
2324 "rustix",
2325 "windows-sys 0.59.0",
2326]
2327
2328[[package]]
2329name = "thiserror"
2330version = "1.0.69"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2333dependencies = [
2334 "thiserror-impl 1.0.69",
2335]
2336
2337[[package]]
2338name = "thiserror"
2339version = "2.0.12"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2342dependencies = [
2343 "thiserror-impl 2.0.12",
2344]
2345
2346[[package]]
2347name = "thiserror-impl"
2348version = "1.0.69"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2351dependencies = [
2352 "proc-macro2",
2353 "quote",
2354 "syn 2.0.104",
2355]
2356
2357[[package]]
2358name = "thiserror-impl"
2359version = "2.0.12"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2362dependencies = [
2363 "proc-macro2",
2364 "quote",
2365 "syn 2.0.104",
2366]
2367
2368[[package]]
2369name = "threadpool"
2370version = "1.8.1"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2373dependencies = [
2374 "num_cpus",
2375]
2376
2377[[package]]
2378name = "tidier"
2379version = "0.5.3"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "a2614ebaafedfd01ea44541a834f413f597f5fa44cb04e190a926cd38b2a60c4"
2382dependencies = [
2383 "errno",
2384 "memchr",
2385 "tidy-sys",
2386]
2387
2388[[package]]
2389name = "tidy-sys"
2390version = "0.8.2"
2391source = "git+https://github.com/cmyr/tidy-sys.git?branch=cmake-hotfix#405e80dc01df771940cb9795228fa08ce426d5a5"
2392dependencies = [
2393 "bindgen",
2394 "cmake",
2395]
2396
2397[[package]]
2398name = "time"
2399version = "0.3.41"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2402dependencies = [
2403 "deranged",
2404 "itoa",
2405 "libc",
2406 "num-conv",
2407 "num_threads",
2408 "powerfmt",
2409 "serde",
2410 "time-core",
2411 "time-macros",
2412]
2413
2414[[package]]
2415name = "time-core"
2416version = "0.1.4"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2419
2420[[package]]
2421name = "time-macros"
2422version = "0.2.22"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2425dependencies = [
2426 "num-conv",
2427 "time-core",
2428]
2429
2430[[package]]
2431name = "tinystr"
2432version = "0.8.1"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2435dependencies = [
2436 "displaydoc",
2437 "serde",
2438 "zerovec",
2439]
2440
2441[[package]]
2442name = "tinytemplate"
2443version = "1.2.1"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2446dependencies = [
2447 "serde",
2448 "serde_json",
2449]
2450
2451[[package]]
2452name = "tokio"
2453version = "1.47.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
2456dependencies = [
2457 "backtrace",
2458 "bytes",
2459 "io-uring",
2460 "libc",
2461 "mio",
2462 "pin-project-lite",
2463 "slab",
2464 "socket2",
2465 "tokio-macros",
2466 "windows-sys 0.59.0",
2467]
2468
2469[[package]]
2470name = "tokio-macros"
2471version = "2.5.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2474dependencies = [
2475 "proc-macro2",
2476 "quote",
2477 "syn 2.0.104",
2478]
2479
2480[[package]]
2481name = "tokio-util"
2482version = "0.6.10"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2485dependencies = [
2486 "bytes",
2487 "futures-core",
2488 "futures-sink",
2489 "log",
2490 "pin-project-lite",
2491 "tokio",
2492]
2493
2494[[package]]
2495name = "tower-service"
2496version = "0.3.3"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2499
2500[[package]]
2501name = "twoway"
2502version = "0.2.2"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
2505dependencies = [
2506 "memchr",
2507 "unchecked-index",
2508]
2509
2510[[package]]
2511name = "ufo2fontir"
2512version = "0.2.1"
2513dependencies = [
2514 "chrono",
2515 "diff",
2516 "env_logger",
2517 "fontdrasil",
2518 "fontir",
2519 "indexmap",
2520 "kurbo",
2521 "log",
2522 "norad",
2523 "ordered-float",
2524 "plist",
2525 "pretty_assertions",
2526 "rstest",
2527 "serde",
2528 "serde_yaml",
2529 "tempfile",
2530 "thiserror 1.0.69",
2531 "write-fonts",
2532]
2533
2534[[package]]
2535name = "unchecked-index"
2536version = "0.2.2"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
2539
2540[[package]]
2541name = "unicode-ident"
2542version = "1.0.18"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2545
2546[[package]]
2547name = "unicode-segmentation"
2548version = "1.12.0"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2551
2552[[package]]
2553name = "unsafe-libyaml"
2554version = "0.2.11"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2557
2558[[package]]
2559name = "untrusted"
2560version = "0.9.0"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2563
2564[[package]]
2565name = "ureq"
2566version = "3.0.12"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "9f0fde9bc91026e381155f8c67cb354bcd35260b2f4a29bcc84639f762760c39"
2569dependencies = [
2570 "base64",
2571 "flate2",
2572 "log",
2573 "percent-encoding",
2574 "rustls",
2575 "rustls-pemfile",
2576 "rustls-pki-types",
2577 "ureq-proto",
2578 "utf-8",
2579 "webpki-roots 0.26.11",
2580]
2581
2582[[package]]
2583name = "ureq-proto"
2584version = "0.4.2"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "59db78ad1923f2b1be62b6da81fe80b173605ca0d57f85da2e005382adf693f7"
2587dependencies = [
2588 "base64",
2589 "http",
2590 "httparse",
2591 "log",
2592]
2593
2594[[package]]
2595name = "url"
2596version = "2.5.4"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2599dependencies = [
2600 "form_urlencoded",
2601 "idna",
2602 "percent-encoding",
2603 "serde",
2604]
2605
2606[[package]]
2607name = "utf-8"
2608version = "0.7.6"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2611
2612[[package]]
2613name = "utf8_iter"
2614version = "1.0.4"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2617
2618[[package]]
2619name = "utf8parse"
2620version = "0.2.2"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2623
2624[[package]]
2625name = "vergen"
2626version = "9.0.6"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777"
2629dependencies = [
2630 "anyhow",
2631 "cargo_metadata",
2632 "derive_builder",
2633 "regex",
2634 "rustc_version",
2635 "rustversion",
2636 "time",
2637 "vergen-lib",
2638]
2639
2640[[package]]
2641name = "vergen-gitcl"
2642version = "1.0.8"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
2645dependencies = [
2646 "anyhow",
2647 "derive_builder",
2648 "rustversion",
2649 "time",
2650 "vergen",
2651 "vergen-lib",
2652]
2653
2654[[package]]
2655name = "vergen-lib"
2656version = "0.1.6"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
2659dependencies = [
2660 "anyhow",
2661 "derive_builder",
2662 "rustversion",
2663]
2664
2665[[package]]
2666name = "version_check"
2667version = "0.9.5"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2670
2671[[package]]
2672name = "walkdir"
2673version = "2.5.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2676dependencies = [
2677 "same-file",
2678 "winapi-util",
2679]
2680
2681[[package]]
2682name = "wasi"
2683version = "0.11.1+wasi-snapshot-preview1"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2686
2687[[package]]
2688name = "wasi"
2689version = "0.14.2+wasi-0.2.4"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2692dependencies = [
2693 "wit-bindgen-rt",
2694]
2695
2696[[package]]
2697name = "wasm-bindgen"
2698version = "0.2.100"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2701dependencies = [
2702 "cfg-if",
2703 "once_cell",
2704 "rustversion",
2705 "wasm-bindgen-macro",
2706]
2707
2708[[package]]
2709name = "wasm-bindgen-backend"
2710version = "0.2.100"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2713dependencies = [
2714 "bumpalo",
2715 "log",
2716 "proc-macro2",
2717 "quote",
2718 "syn 2.0.104",
2719 "wasm-bindgen-shared",
2720]
2721
2722[[package]]
2723name = "wasm-bindgen-macro"
2724version = "0.2.100"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2727dependencies = [
2728 "quote",
2729 "wasm-bindgen-macro-support",
2730]
2731
2732[[package]]
2733name = "wasm-bindgen-macro-support"
2734version = "0.2.100"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2737dependencies = [
2738 "proc-macro2",
2739 "quote",
2740 "syn 2.0.104",
2741 "wasm-bindgen-backend",
2742 "wasm-bindgen-shared",
2743]
2744
2745[[package]]
2746name = "wasm-bindgen-shared"
2747version = "0.2.100"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2750dependencies = [
2751 "unicode-ident",
2752]
2753
2754[[package]]
2755name = "web-sys"
2756version = "0.3.77"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2759dependencies = [
2760 "js-sys",
2761 "wasm-bindgen",
2762]
2763
2764[[package]]
2765name = "webpki-roots"
2766version = "0.26.11"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2769dependencies = [
2770 "webpki-roots 1.0.2",
2771]
2772
2773[[package]]
2774name = "webpki-roots"
2775version = "1.0.2"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
2778dependencies = [
2779 "rustls-pki-types",
2780]
2781
2782[[package]]
2783name = "winapi"
2784version = "0.3.9"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2787dependencies = [
2788 "winapi-i686-pc-windows-gnu",
2789 "winapi-x86_64-pc-windows-gnu",
2790]
2791
2792[[package]]
2793name = "winapi-i686-pc-windows-gnu"
2794version = "0.4.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2797
2798[[package]]
2799name = "winapi-util"
2800version = "0.1.9"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2803dependencies = [
2804 "windows-sys 0.59.0",
2805]
2806
2807[[package]]
2808name = "winapi-x86_64-pc-windows-gnu"
2809version = "0.4.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2812
2813[[package]]
2814name = "windows-core"
2815version = "0.61.2"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2818dependencies = [
2819 "windows-implement",
2820 "windows-interface",
2821 "windows-link",
2822 "windows-result",
2823 "windows-strings",
2824]
2825
2826[[package]]
2827name = "windows-implement"
2828version = "0.60.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2831dependencies = [
2832 "proc-macro2",
2833 "quote",
2834 "syn 2.0.104",
2835]
2836
2837[[package]]
2838name = "windows-interface"
2839version = "0.59.1"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
2842dependencies = [
2843 "proc-macro2",
2844 "quote",
2845 "syn 2.0.104",
2846]
2847
2848[[package]]
2849name = "windows-link"
2850version = "0.1.3"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2853
2854[[package]]
2855name = "windows-result"
2856version = "0.3.4"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2859dependencies = [
2860 "windows-link",
2861]
2862
2863[[package]]
2864name = "windows-strings"
2865version = "0.4.2"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2868dependencies = [
2869 "windows-link",
2870]
2871
2872[[package]]
2873name = "windows-sys"
2874version = "0.52.0"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2877dependencies = [
2878 "windows-targets 0.52.6",
2879]
2880
2881[[package]]
2882name = "windows-sys"
2883version = "0.59.0"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2886dependencies = [
2887 "windows-targets 0.52.6",
2888]
2889
2890[[package]]
2891name = "windows-sys"
2892version = "0.60.2"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2895dependencies = [
2896 "windows-targets 0.53.3",
2897]
2898
2899[[package]]
2900name = "windows-targets"
2901version = "0.52.6"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2904dependencies = [
2905 "windows_aarch64_gnullvm 0.52.6",
2906 "windows_aarch64_msvc 0.52.6",
2907 "windows_i686_gnu 0.52.6",
2908 "windows_i686_gnullvm 0.52.6",
2909 "windows_i686_msvc 0.52.6",
2910 "windows_x86_64_gnu 0.52.6",
2911 "windows_x86_64_gnullvm 0.52.6",
2912 "windows_x86_64_msvc 0.52.6",
2913]
2914
2915[[package]]
2916name = "windows-targets"
2917version = "0.53.3"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
2920dependencies = [
2921 "windows-link",
2922 "windows_aarch64_gnullvm 0.53.0",
2923 "windows_aarch64_msvc 0.53.0",
2924 "windows_i686_gnu 0.53.0",
2925 "windows_i686_gnullvm 0.53.0",
2926 "windows_i686_msvc 0.53.0",
2927 "windows_x86_64_gnu 0.53.0",
2928 "windows_x86_64_gnullvm 0.53.0",
2929 "windows_x86_64_msvc 0.53.0",
2930]
2931
2932[[package]]
2933name = "windows_aarch64_gnullvm"
2934version = "0.52.6"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2937
2938[[package]]
2939name = "windows_aarch64_gnullvm"
2940version = "0.53.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2943
2944[[package]]
2945name = "windows_aarch64_msvc"
2946version = "0.52.6"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2949
2950[[package]]
2951name = "windows_aarch64_msvc"
2952version = "0.53.0"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2955
2956[[package]]
2957name = "windows_i686_gnu"
2958version = "0.52.6"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2961
2962[[package]]
2963name = "windows_i686_gnu"
2964version = "0.53.0"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2967
2968[[package]]
2969name = "windows_i686_gnullvm"
2970version = "0.52.6"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2973
2974[[package]]
2975name = "windows_i686_gnullvm"
2976version = "0.53.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2979
2980[[package]]
2981name = "windows_i686_msvc"
2982version = "0.52.6"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2985
2986[[package]]
2987name = "windows_i686_msvc"
2988version = "0.53.0"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2991
2992[[package]]
2993name = "windows_x86_64_gnu"
2994version = "0.52.6"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2997
2998[[package]]
2999name = "windows_x86_64_gnu"
3000version = "0.53.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3003
3004[[package]]
3005name = "windows_x86_64_gnullvm"
3006version = "0.52.6"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3009
3010[[package]]
3011name = "windows_x86_64_gnullvm"
3012version = "0.53.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3015
3016[[package]]
3017name = "windows_x86_64_msvc"
3018version = "0.52.6"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3021
3022[[package]]
3023name = "windows_x86_64_msvc"
3024version = "0.53.0"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3027
3028[[package]]
3029name = "wit-bindgen-rt"
3030version = "0.39.0"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3033dependencies = [
3034 "bitflags 2.9.1",
3035]
3036
3037[[package]]
3038name = "write-fonts"
3039version = "0.38.2"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "60491c1d7e5873e721607fa05fd9b9fc66b0f0179b2b5f0f26a2022aafdcc61e"
3042dependencies = [
3043 "font-types",
3044 "indexmap",
3045 "kurbo",
3046 "log",
3047 "read-fonts",
3048 "serde",
3049]
3050
3051[[package]]
3052name = "writeable"
3053version = "0.6.1"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3056
3057[[package]]
3058name = "yansi"
3059version = "1.0.1"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3062
3063[[package]]
3064name = "yoke"
3065version = "0.8.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3068dependencies = [
3069 "serde",
3070 "stable_deref_trait",
3071 "yoke-derive",
3072 "zerofrom",
3073]
3074
3075[[package]]
3076name = "yoke-derive"
3077version = "0.8.0"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3080dependencies = [
3081 "proc-macro2",
3082 "quote",
3083 "syn 2.0.104",
3084 "synstructure",
3085]
3086
3087[[package]]
3088name = "zerofrom"
3089version = "0.1.6"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3092dependencies = [
3093 "zerofrom-derive",
3094]
3095
3096[[package]]
3097name = "zerofrom-derive"
3098version = "0.1.6"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3101dependencies = [
3102 "proc-macro2",
3103 "quote",
3104 "syn 2.0.104",
3105 "synstructure",
3106]
3107
3108[[package]]
3109name = "zeroize"
3110version = "1.8.1"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3113
3114[[package]]
3115name = "zerotrie"
3116version = "0.2.2"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3119dependencies = [
3120 "displaydoc",
3121 "yoke",
3122 "zerofrom",
3123]
3124
3125[[package]]
3126name = "zerovec"
3127version = "0.11.2"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3130dependencies = [
3131 "yoke",
3132 "zerofrom",
3133 "zerovec-derive",
3134]
3135
3136[[package]]
3137name = "zerovec-derive"
3138version = "0.11.1"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3141dependencies = [
3142 "proc-macro2",
3143 "quote",
3144 "syn 2.0.104",
3145]