• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ab_glyph"
7version = "0.2.28"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "79faae4620f45232f599d9bc7b290f88247a0834162c4495ab2f02d60004adfb"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.8"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
20
21[[package]]
22name = "adler"
23version = "1.0.2"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
26
27[[package]]
28name = "adler2"
29version = "2.0.0"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
32
33[[package]]
34name = "aho-corasick"
35version = "1.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "android-tzdata"
44version = "0.1.1"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
47
48[[package]]
49name = "android_system_properties"
50version = "0.1.5"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
53dependencies = [
54 "libc",
55]
56
57[[package]]
58name = "anes"
59version = "0.1.6"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
62
63[[package]]
64name = "anstyle"
65version = "1.0.8"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
68
69[[package]]
70name = "autocfg"
71version = "1.3.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
74
75[[package]]
76name = "bitflags"
77version = "1.3.2"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
80
81[[package]]
82name = "bitflags"
83version = "2.6.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
86
87[[package]]
88name = "bumpalo"
89version = "3.16.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
92
93[[package]]
94name = "bytemuck"
95version = "1.18.0"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
98
99[[package]]
100name = "byteorder"
101version = "1.5.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
104
105[[package]]
106name = "cast"
107version = "0.3.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
110
111[[package]]
112name = "cc"
113version = "1.1.18"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
116dependencies = [
117 "shlex",
118]
119
120[[package]]
121name = "cfg-if"
122version = "1.0.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
125
126[[package]]
127name = "chrono"
128version = "0.4.38"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
131dependencies = [
132 "android-tzdata",
133 "iana-time-zone",
134 "js-sys",
135 "num-traits",
136 "wasm-bindgen",
137 "windows-targets 0.52.6",
138]
139
140[[package]]
141name = "ciborium"
142version = "0.2.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
145dependencies = [
146 "ciborium-io",
147 "ciborium-ll",
148 "serde",
149]
150
151[[package]]
152name = "ciborium-io"
153version = "0.2.2"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
156
157[[package]]
158name = "ciborium-ll"
159version = "0.2.2"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
162dependencies = [
163 "ciborium-io",
164 "half",
165]
166
167[[package]]
168name = "clap"
169version = "4.5.17"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
172dependencies = [
173 "clap_builder",
174]
175
176[[package]]
177name = "clap_builder"
178version = "4.5.17"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
181dependencies = [
182 "anstyle",
183 "clap_lex",
184]
185
186[[package]]
187name = "clap_lex"
188version = "0.7.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
191
192[[package]]
193name = "color_quant"
194version = "1.1.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
197
198[[package]]
199name = "console_error_panic_hook"
200version = "0.1.7"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
203dependencies = [
204 "cfg-if",
205 "wasm-bindgen",
206]
207
208[[package]]
209name = "core-foundation"
210version = "0.9.4"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
213dependencies = [
214 "core-foundation-sys",
215 "libc",
216]
217
218[[package]]
219name = "core-foundation-sys"
220version = "0.8.7"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
223
224[[package]]
225name = "core-graphics"
226version = "0.23.2"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
229dependencies = [
230 "bitflags 1.3.2",
231 "core-foundation",
232 "core-graphics-types",
233 "foreign-types",
234 "libc",
235]
236
237[[package]]
238name = "core-graphics-types"
239version = "0.1.3"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
242dependencies = [
243 "bitflags 1.3.2",
244 "core-foundation",
245 "libc",
246]
247
248[[package]]
249name = "core-text"
250version = "20.1.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
253dependencies = [
254 "core-foundation",
255 "core-graphics",
256 "foreign-types",
257 "libc",
258]
259
260[[package]]
261name = "crc32fast"
262version = "1.4.2"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
265dependencies = [
266 "cfg-if",
267]
268
269[[package]]
270name = "criterion"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
274dependencies = [
275 "anes",
276 "cast",
277 "ciborium",
278 "clap",
279 "criterion-plot",
280 "is-terminal",
281 "itertools",
282 "num-traits",
283 "once_cell",
284 "oorandom",
285 "plotters 0.3.6",
286 "rayon",
287 "regex",
288 "serde",
289 "serde_derive",
290 "serde_json",
291 "tinytemplate",
292 "walkdir",
293]
294
295[[package]]
296name = "criterion-plot"
297version = "0.5.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
300dependencies = [
301 "cast",
302 "itertools",
303]
304
305[[package]]
306name = "crossbeam-deque"
307version = "0.8.5"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
310dependencies = [
311 "crossbeam-epoch",
312 "crossbeam-utils",
313]
314
315[[package]]
316name = "crossbeam-epoch"
317version = "0.9.18"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
320dependencies = [
321 "crossbeam-utils",
322]
323
324[[package]]
325name = "crossbeam-utils"
326version = "0.8.20"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
329
330[[package]]
331name = "crunchy"
332version = "0.2.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
335
336[[package]]
337name = "dirs"
338version = "5.0.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
341dependencies = [
342 "dirs-sys",
343]
344
345[[package]]
346name = "dirs-sys"
347version = "0.4.1"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
350dependencies = [
351 "libc",
352 "option-ext",
353 "redox_users",
354 "windows-sys 0.48.0",
355]
356
357[[package]]
358name = "dlib"
359version = "0.5.2"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
362dependencies = [
363 "libloading",
364]
365
366[[package]]
367name = "dwrote"
368version = "0.11.1"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
371dependencies = [
372 "lazy_static",
373 "libc",
374 "winapi",
375 "wio",
376]
377
378[[package]]
379name = "either"
380version = "1.13.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
383
384[[package]]
385name = "fdeflate"
386version = "0.3.4"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
389dependencies = [
390 "simd-adler32",
391]
392
393[[package]]
394name = "flate2"
395version = "1.0.33"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
398dependencies = [
399 "crc32fast",
400 "miniz_oxide 0.8.0",
401]
402
403[[package]]
404name = "float-ord"
405version = "0.3.2"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
408
409[[package]]
410name = "font-kit"
411version = "0.14.2"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "b64b34f4efd515f905952d91bc185039863705592c0c53ae6d979805dd154520"
414dependencies = [
415 "bitflags 2.6.0",
416 "byteorder",
417 "core-foundation",
418 "core-graphics",
419 "core-text",
420 "dirs",
421 "dwrote",
422 "float-ord",
423 "freetype-sys",
424 "lazy_static",
425 "libc",
426 "log",
427 "pathfinder_geometry",
428 "pathfinder_simd",
429 "walkdir",
430 "winapi",
431 "yeslogic-fontconfig-sys",
432]
433
434[[package]]
435name = "foreign-types"
436version = "0.5.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
439dependencies = [
440 "foreign-types-macros",
441 "foreign-types-shared",
442]
443
444[[package]]
445name = "foreign-types-macros"
446version = "0.2.3"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
449dependencies = [
450 "proc-macro2",
451 "quote",
452 "syn",
453]
454
455[[package]]
456name = "foreign-types-shared"
457version = "0.3.1"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
460
461[[package]]
462name = "freetype-sys"
463version = "0.20.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
466dependencies = [
467 "cc",
468 "libc",
469 "pkg-config",
470]
471
472[[package]]
473name = "getrandom"
474version = "0.2.15"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
477dependencies = [
478 "cfg-if",
479 "libc",
480 "wasi",
481]
482
483[[package]]
484name = "gif"
485version = "0.12.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
488dependencies = [
489 "color_quant",
490 "weezl",
491]
492
493[[package]]
494name = "half"
495version = "2.4.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
498dependencies = [
499 "cfg-if",
500 "crunchy",
501]
502
503[[package]]
504name = "hermit-abi"
505version = "0.4.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
508
509[[package]]
510name = "iana-time-zone"
511version = "0.1.60"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
514dependencies = [
515 "android_system_properties",
516 "core-foundation-sys",
517 "iana-time-zone-haiku",
518 "js-sys",
519 "wasm-bindgen",
520 "windows-core",
521]
522
523[[package]]
524name = "iana-time-zone-haiku"
525version = "0.1.2"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
528dependencies = [
529 "cc",
530]
531
532[[package]]
533name = "image"
534version = "0.24.9"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
537dependencies = [
538 "bytemuck",
539 "byteorder",
540 "color_quant",
541 "jpeg-decoder",
542 "num-traits",
543 "png",
544]
545
546[[package]]
547name = "is-terminal"
548version = "0.4.13"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
551dependencies = [
552 "hermit-abi",
553 "libc",
554 "windows-sys 0.52.0",
555]
556
557[[package]]
558name = "itertools"
559version = "0.10.5"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
562dependencies = [
563 "either",
564]
565
566[[package]]
567name = "itoa"
568version = "1.0.11"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
571
572[[package]]
573name = "jpeg-decoder"
574version = "0.3.1"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
577
578[[package]]
579name = "js-sys"
580version = "0.3.70"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
583dependencies = [
584 "wasm-bindgen",
585]
586
587[[package]]
588name = "lazy_static"
589version = "1.5.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
592
593[[package]]
594name = "libc"
595version = "0.2.158"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
598
599[[package]]
600name = "libloading"
601version = "0.8.5"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
604dependencies = [
605 "cfg-if",
606 "windows-targets 0.52.6",
607]
608
609[[package]]
610name = "libm"
611version = "0.2.8"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
614
615[[package]]
616name = "libredox"
617version = "0.1.3"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
620dependencies = [
621 "bitflags 2.6.0",
622 "libc",
623]
624
625[[package]]
626name = "log"
627version = "0.4.22"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
630
631[[package]]
632name = "memchr"
633version = "2.7.4"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
636
637[[package]]
638name = "minicov"
639version = "0.3.5"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "5c71e683cd655513b99affab7d317deb690528255a0d5f717f1024093c12b169"
642dependencies = [
643 "cc",
644 "walkdir",
645]
646
647[[package]]
648name = "miniz_oxide"
649version = "0.7.4"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
652dependencies = [
653 "adler",
654 "simd-adler32",
655]
656
657[[package]]
658name = "miniz_oxide"
659version = "0.8.0"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
662dependencies = [
663 "adler2",
664]
665
666[[package]]
667name = "num-traits"
668version = "0.2.19"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
671dependencies = [
672 "autocfg",
673 "libm",
674]
675
676[[package]]
677name = "once_cell"
678version = "1.19.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
681
682[[package]]
683name = "oorandom"
684version = "11.1.4"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
687
688[[package]]
689name = "option-ext"
690version = "0.2.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
693
694[[package]]
695name = "owned_ttf_parser"
696version = "0.24.0"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "490d3a563d3122bf7c911a59b0add9389e5ec0f5f0c3ac6b91ff235a0e6a7f90"
699dependencies = [
700 "ttf-parser 0.24.1",
701]
702
703[[package]]
704name = "pathfinder_geometry"
705version = "0.5.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
708dependencies = [
709 "log",
710 "pathfinder_simd",
711]
712
713[[package]]
714name = "pathfinder_simd"
715version = "0.5.4"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
718dependencies = [
719 "rustc_version",
720]
721
722[[package]]
723name = "pkg-config"
724version = "0.3.30"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
727
728[[package]]
729name = "plotters"
730version = "0.3.6"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
733dependencies = [
734 "num-traits",
735 "plotters-backend",
736 "plotters-svg",
737 "wasm-bindgen",
738 "web-sys",
739]
740
741[[package]]
742name = "plotters"
743version = "0.3.7"
744dependencies = [
745 "ab_glyph",
746 "chrono",
747 "criterion",
748 "font-kit",
749 "image",
750 "itertools",
751 "lazy_static",
752 "num-traits",
753 "once_cell",
754 "pathfinder_geometry",
755 "plotters-backend",
756 "plotters-bitmap",
757 "plotters-svg",
758 "rand",
759 "rand_distr",
760 "rand_xorshift",
761 "rayon",
762 "serde",
763 "serde_derive",
764 "serde_json",
765 "ttf-parser 0.20.0",
766 "wasm-bindgen",
767 "wasm-bindgen-test",
768 "web-sys",
769]
770
771[[package]]
772name = "plotters-backend"
773version = "0.3.6"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
776
777[[package]]
778name = "plotters-bitmap"
779version = "0.3.7"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "72ce181e3f6bf82d6c1dc569103ca7b1bd964c60ba03d7e6cdfbb3e3eb7f7405"
782dependencies = [
783 "gif",
784 "image",
785 "plotters-backend",
786]
787
788[[package]]
789name = "plotters-svg"
790version = "0.3.6"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
793dependencies = [
794 "image",
795 "plotters-backend",
796]
797
798[[package]]
799name = "png"
800version = "0.17.13"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
803dependencies = [
804 "bitflags 1.3.2",
805 "crc32fast",
806 "fdeflate",
807 "flate2",
808 "miniz_oxide 0.7.4",
809]
810
811[[package]]
812name = "ppv-lite86"
813version = "0.2.20"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
816dependencies = [
817 "zerocopy",
818]
819
820[[package]]
821name = "proc-macro2"
822version = "1.0.86"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
825dependencies = [
826 "unicode-ident",
827]
828
829[[package]]
830name = "quote"
831version = "1.0.37"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
834dependencies = [
835 "proc-macro2",
836]
837
838[[package]]
839name = "rand"
840version = "0.8.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
843dependencies = [
844 "libc",
845 "rand_chacha",
846 "rand_core",
847]
848
849[[package]]
850name = "rand_chacha"
851version = "0.3.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
854dependencies = [
855 "ppv-lite86",
856 "rand_core",
857]
858
859[[package]]
860name = "rand_core"
861version = "0.6.4"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
864dependencies = [
865 "getrandom",
866]
867
868[[package]]
869name = "rand_distr"
870version = "0.4.3"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
873dependencies = [
874 "num-traits",
875 "rand",
876]
877
878[[package]]
879name = "rand_xorshift"
880version = "0.3.0"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
883dependencies = [
884 "rand_core",
885]
886
887[[package]]
888name = "rayon"
889version = "1.10.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
892dependencies = [
893 "either",
894 "rayon-core",
895]
896
897[[package]]
898name = "rayon-core"
899version = "1.12.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
902dependencies = [
903 "crossbeam-deque",
904 "crossbeam-utils",
905]
906
907[[package]]
908name = "redox_users"
909version = "0.4.6"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
912dependencies = [
913 "getrandom",
914 "libredox",
915 "thiserror",
916]
917
918[[package]]
919name = "regex"
920version = "1.10.6"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
923dependencies = [
924 "aho-corasick",
925 "memchr",
926 "regex-automata",
927 "regex-syntax",
928]
929
930[[package]]
931name = "regex-automata"
932version = "0.4.7"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
935dependencies = [
936 "aho-corasick",
937 "memchr",
938 "regex-syntax",
939]
940
941[[package]]
942name = "regex-syntax"
943version = "0.8.4"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
946
947[[package]]
948name = "rustc_version"
949version = "0.4.1"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
952dependencies = [
953 "semver",
954]
955
956[[package]]
957name = "ryu"
958version = "1.0.18"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
961
962[[package]]
963name = "same-file"
964version = "1.0.6"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
967dependencies = [
968 "winapi-util",
969]
970
971[[package]]
972name = "scoped-tls"
973version = "1.0.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
976
977[[package]]
978name = "semver"
979version = "1.0.23"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
982
983[[package]]
984name = "serde"
985version = "1.0.210"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
988dependencies = [
989 "serde_derive",
990]
991
992[[package]]
993name = "serde_derive"
994version = "1.0.210"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
997dependencies = [
998 "proc-macro2",
999 "quote",
1000 "syn",
1001]
1002
1003[[package]]
1004name = "serde_json"
1005version = "1.0.128"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
1008dependencies = [
1009 "itoa",
1010 "memchr",
1011 "ryu",
1012 "serde",
1013]
1014
1015[[package]]
1016name = "shlex"
1017version = "1.3.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1020
1021[[package]]
1022name = "simd-adler32"
1023version = "0.3.7"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1026
1027[[package]]
1028name = "syn"
1029version = "2.0.77"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
1032dependencies = [
1033 "proc-macro2",
1034 "quote",
1035 "unicode-ident",
1036]
1037
1038[[package]]
1039name = "thiserror"
1040version = "1.0.63"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
1043dependencies = [
1044 "thiserror-impl",
1045]
1046
1047[[package]]
1048name = "thiserror-impl"
1049version = "1.0.63"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
1052dependencies = [
1053 "proc-macro2",
1054 "quote",
1055 "syn",
1056]
1057
1058[[package]]
1059name = "tinytemplate"
1060version = "1.2.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1063dependencies = [
1064 "serde",
1065 "serde_json",
1066]
1067
1068[[package]]
1069name = "ttf-parser"
1070version = "0.20.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
1073
1074[[package]]
1075name = "ttf-parser"
1076version = "0.24.1"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
1079
1080[[package]]
1081name = "unicode-ident"
1082version = "1.0.12"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1085
1086[[package]]
1087name = "walkdir"
1088version = "2.5.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1091dependencies = [
1092 "same-file",
1093 "winapi-util",
1094]
1095
1096[[package]]
1097name = "wasi"
1098version = "0.11.0+wasi-snapshot-preview1"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1101
1102[[package]]
1103name = "wasm-bindgen"
1104version = "0.2.93"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
1107dependencies = [
1108 "cfg-if",
1109 "once_cell",
1110 "wasm-bindgen-macro",
1111]
1112
1113[[package]]
1114name = "wasm-bindgen-backend"
1115version = "0.2.93"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
1118dependencies = [
1119 "bumpalo",
1120 "log",
1121 "once_cell",
1122 "proc-macro2",
1123 "quote",
1124 "syn",
1125 "wasm-bindgen-shared",
1126]
1127
1128[[package]]
1129name = "wasm-bindgen-futures"
1130version = "0.4.43"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
1133dependencies = [
1134 "cfg-if",
1135 "js-sys",
1136 "wasm-bindgen",
1137 "web-sys",
1138]
1139
1140[[package]]
1141name = "wasm-bindgen-macro"
1142version = "0.2.93"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
1145dependencies = [
1146 "quote",
1147 "wasm-bindgen-macro-support",
1148]
1149
1150[[package]]
1151name = "wasm-bindgen-macro-support"
1152version = "0.2.93"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
1155dependencies = [
1156 "proc-macro2",
1157 "quote",
1158 "syn",
1159 "wasm-bindgen-backend",
1160 "wasm-bindgen-shared",
1161]
1162
1163[[package]]
1164name = "wasm-bindgen-shared"
1165version = "0.2.93"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
1168
1169[[package]]
1170name = "wasm-bindgen-test"
1171version = "0.3.43"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "68497a05fb21143a08a7d24fc81763384a3072ee43c44e86aad1744d6adef9d9"
1174dependencies = [
1175 "console_error_panic_hook",
1176 "js-sys",
1177 "minicov",
1178 "scoped-tls",
1179 "wasm-bindgen",
1180 "wasm-bindgen-futures",
1181 "wasm-bindgen-test-macro",
1182]
1183
1184[[package]]
1185name = "wasm-bindgen-test-macro"
1186version = "0.3.43"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "4b8220be1fa9e4c889b30fd207d4906657e7e90b12e0e6b0c8b8d8709f5de021"
1189dependencies = [
1190 "proc-macro2",
1191 "quote",
1192 "syn",
1193]
1194
1195[[package]]
1196name = "web-sys"
1197version = "0.3.70"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
1200dependencies = [
1201 "js-sys",
1202 "wasm-bindgen",
1203]
1204
1205[[package]]
1206name = "weezl"
1207version = "0.1.8"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
1210
1211[[package]]
1212name = "winapi"
1213version = "0.3.9"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1216dependencies = [
1217 "winapi-i686-pc-windows-gnu",
1218 "winapi-x86_64-pc-windows-gnu",
1219]
1220
1221[[package]]
1222name = "winapi-i686-pc-windows-gnu"
1223version = "0.4.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1226
1227[[package]]
1228name = "winapi-util"
1229version = "0.1.9"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1232dependencies = [
1233 "windows-sys 0.59.0",
1234]
1235
1236[[package]]
1237name = "winapi-x86_64-pc-windows-gnu"
1238version = "0.4.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1241
1242[[package]]
1243name = "windows-core"
1244version = "0.52.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1247dependencies = [
1248 "windows-targets 0.52.6",
1249]
1250
1251[[package]]
1252name = "windows-sys"
1253version = "0.48.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1256dependencies = [
1257 "windows-targets 0.48.5",
1258]
1259
1260[[package]]
1261name = "windows-sys"
1262version = "0.52.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1265dependencies = [
1266 "windows-targets 0.52.6",
1267]
1268
1269[[package]]
1270name = "windows-sys"
1271version = "0.59.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1274dependencies = [
1275 "windows-targets 0.52.6",
1276]
1277
1278[[package]]
1279name = "windows-targets"
1280version = "0.48.5"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1283dependencies = [
1284 "windows_aarch64_gnullvm 0.48.5",
1285 "windows_aarch64_msvc 0.48.5",
1286 "windows_i686_gnu 0.48.5",
1287 "windows_i686_msvc 0.48.5",
1288 "windows_x86_64_gnu 0.48.5",
1289 "windows_x86_64_gnullvm 0.48.5",
1290 "windows_x86_64_msvc 0.48.5",
1291]
1292
1293[[package]]
1294name = "windows-targets"
1295version = "0.52.6"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1298dependencies = [
1299 "windows_aarch64_gnullvm 0.52.6",
1300 "windows_aarch64_msvc 0.52.6",
1301 "windows_i686_gnu 0.52.6",
1302 "windows_i686_gnullvm",
1303 "windows_i686_msvc 0.52.6",
1304 "windows_x86_64_gnu 0.52.6",
1305 "windows_x86_64_gnullvm 0.52.6",
1306 "windows_x86_64_msvc 0.52.6",
1307]
1308
1309[[package]]
1310name = "windows_aarch64_gnullvm"
1311version = "0.48.5"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1314
1315[[package]]
1316name = "windows_aarch64_gnullvm"
1317version = "0.52.6"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1320
1321[[package]]
1322name = "windows_aarch64_msvc"
1323version = "0.48.5"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1326
1327[[package]]
1328name = "windows_aarch64_msvc"
1329version = "0.52.6"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1332
1333[[package]]
1334name = "windows_i686_gnu"
1335version = "0.48.5"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1338
1339[[package]]
1340name = "windows_i686_gnu"
1341version = "0.52.6"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1344
1345[[package]]
1346name = "windows_i686_gnullvm"
1347version = "0.52.6"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1350
1351[[package]]
1352name = "windows_i686_msvc"
1353version = "0.48.5"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1356
1357[[package]]
1358name = "windows_i686_msvc"
1359version = "0.52.6"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1362
1363[[package]]
1364name = "windows_x86_64_gnu"
1365version = "0.48.5"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1368
1369[[package]]
1370name = "windows_x86_64_gnu"
1371version = "0.52.6"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1374
1375[[package]]
1376name = "windows_x86_64_gnullvm"
1377version = "0.48.5"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1380
1381[[package]]
1382name = "windows_x86_64_gnullvm"
1383version = "0.52.6"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1386
1387[[package]]
1388name = "windows_x86_64_msvc"
1389version = "0.48.5"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1392
1393[[package]]
1394name = "windows_x86_64_msvc"
1395version = "0.52.6"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1398
1399[[package]]
1400name = "wio"
1401version = "0.2.2"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
1404dependencies = [
1405 "winapi",
1406]
1407
1408[[package]]
1409name = "yeslogic-fontconfig-sys"
1410version = "6.0.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
1413dependencies = [
1414 "dlib",
1415 "once_cell",
1416 "pkg-config",
1417]
1418
1419[[package]]
1420name = "zerocopy"
1421version = "0.7.35"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1424dependencies = [
1425 "byteorder",
1426 "zerocopy-derive",
1427]
1428
1429[[package]]
1430name = "zerocopy-derive"
1431version = "0.7.35"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1434dependencies = [
1435 "proc-macro2",
1436 "quote",
1437 "syn",
1438]
1439