• 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 = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "atty"
22version = "0.2.14"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
25dependencies = [
26 "hermit-abi",
27 "libc",
28 "winapi",
29]
30
31[[package]]
32name = "autocfg"
33version = "1.1.0"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
36
37[[package]]
38name = "bitflags"
39version = "1.3.2"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
42
43[[package]]
44name = "bstr"
45version = "0.2.17"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
48dependencies = [
49 "lazy_static",
50 "memchr",
51 "regex-automata",
52 "serde",
53]
54
55[[package]]
56name = "bumpalo"
57version = "3.11.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
60
61[[package]]
62name = "bytemuck"
63version = "1.12.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
66
67[[package]]
68name = "byteorder"
69version = "1.4.3"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
72
73[[package]]
74name = "cast"
75version = "0.3.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
78
79[[package]]
80name = "cc"
81version = "1.0.73"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
84
85[[package]]
86name = "cfg-if"
87version = "1.0.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
90
91[[package]]
92name = "chrono"
93version = "0.4.22"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
96dependencies = [
97 "iana-time-zone",
98 "js-sys",
99 "num-integer",
100 "num-traits",
101 "time",
102 "wasm-bindgen",
103 "winapi",
104]
105
106[[package]]
107name = "clap"
108version = "2.34.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
111dependencies = [
112 "bitflags",
113 "textwrap",
114 "unicode-width",
115]
116
117[[package]]
118name = "cmake"
119version = "0.1.48"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
122dependencies = [
123 "cc",
124]
125
126[[package]]
127name = "color_quant"
128version = "1.1.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
131
132[[package]]
133name = "console_error_panic_hook"
134version = "0.1.7"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
137dependencies = [
138 "cfg-if",
139 "wasm-bindgen",
140]
141
142[[package]]
143name = "const-cstr"
144version = "0.3.0"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
147
148[[package]]
149name = "core-foundation"
150version = "0.9.3"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
153dependencies = [
154 "core-foundation-sys",
155 "libc",
156]
157
158[[package]]
159name = "core-foundation-sys"
160version = "0.8.3"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
163
164[[package]]
165name = "core-graphics"
166version = "0.22.3"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
169dependencies = [
170 "bitflags",
171 "core-foundation",
172 "core-graphics-types",
173 "foreign-types",
174 "libc",
175]
176
177[[package]]
178name = "core-graphics-types"
179version = "0.1.1"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
182dependencies = [
183 "bitflags",
184 "core-foundation",
185 "foreign-types",
186 "libc",
187]
188
189[[package]]
190name = "core-text"
191version = "19.2.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
194dependencies = [
195 "core-foundation",
196 "core-graphics",
197 "foreign-types",
198 "libc",
199]
200
201[[package]]
202name = "crc32fast"
203version = "1.3.2"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
206dependencies = [
207 "cfg-if",
208]
209
210[[package]]
211name = "criterion"
212version = "0.3.6"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
215dependencies = [
216 "atty",
217 "cast",
218 "clap",
219 "criterion-plot",
220 "csv",
221 "itertools",
222 "lazy_static",
223 "num-traits",
224 "oorandom",
225 "plotters 0.3.3",
226 "rayon",
227 "regex",
228 "serde",
229 "serde_cbor",
230 "serde_derive",
231 "serde_json",
232 "tinytemplate",
233 "walkdir",
234]
235
236[[package]]
237name = "criterion-plot"
238version = "0.4.5"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
241dependencies = [
242 "cast",
243 "itertools",
244]
245
246[[package]]
247name = "crossbeam-channel"
248version = "0.5.6"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
251dependencies = [
252 "cfg-if",
253 "crossbeam-utils",
254]
255
256[[package]]
257name = "crossbeam-deque"
258version = "0.8.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
261dependencies = [
262 "cfg-if",
263 "crossbeam-epoch",
264 "crossbeam-utils",
265]
266
267[[package]]
268name = "crossbeam-epoch"
269version = "0.9.10"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
272dependencies = [
273 "autocfg",
274 "cfg-if",
275 "crossbeam-utils",
276 "memoffset",
277 "once_cell",
278 "scopeguard",
279]
280
281[[package]]
282name = "crossbeam-utils"
283version = "0.8.11"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
286dependencies = [
287 "cfg-if",
288 "once_cell",
289]
290
291[[package]]
292name = "csv"
293version = "1.1.6"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
296dependencies = [
297 "bstr",
298 "csv-core",
299 "itoa 0.4.8",
300 "ryu",
301 "serde",
302]
303
304[[package]]
305name = "csv-core"
306version = "0.1.10"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
309dependencies = [
310 "memchr",
311]
312
313[[package]]
314name = "dirs-next"
315version = "2.0.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
318dependencies = [
319 "cfg-if",
320 "dirs-sys-next",
321]
322
323[[package]]
324name = "dirs-sys-next"
325version = "0.1.2"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
328dependencies = [
329 "libc",
330 "redox_users",
331 "winapi",
332]
333
334[[package]]
335name = "dlib"
336version = "0.5.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
339dependencies = [
340 "libloading",
341]
342
343[[package]]
344name = "dwrote"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
348dependencies = [
349 "lazy_static",
350 "libc",
351 "winapi",
352 "wio",
353]
354
355[[package]]
356name = "either"
357version = "1.8.0"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
360
361[[package]]
362name = "flate2"
363version = "1.0.24"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
366dependencies = [
367 "crc32fast",
368 "miniz_oxide",
369]
370
371[[package]]
372name = "float-ord"
373version = "0.2.0"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
376
377[[package]]
378name = "font-kit"
379version = "0.11.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "21fe28504d371085fae9ac7a3450f0b289ab71e07c8e57baa3fb68b9e57d6ce5"
382dependencies = [
383 "bitflags",
384 "byteorder",
385 "core-foundation",
386 "core-graphics",
387 "core-text",
388 "dirs-next",
389 "dwrote",
390 "float-ord",
391 "freetype",
392 "lazy_static",
393 "libc",
394 "log",
395 "pathfinder_geometry",
396 "pathfinder_simd",
397 "walkdir",
398 "winapi",
399 "yeslogic-fontconfig-sys",
400]
401
402[[package]]
403name = "foreign-types"
404version = "0.3.2"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
407dependencies = [
408 "foreign-types-shared",
409]
410
411[[package]]
412name = "foreign-types-shared"
413version = "0.1.1"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
416
417[[package]]
418name = "freetype"
419version = "0.7.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
422dependencies = [
423 "freetype-sys",
424 "libc",
425]
426
427[[package]]
428name = "freetype-sys"
429version = "0.13.1"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
432dependencies = [
433 "cmake",
434 "libc",
435 "pkg-config",
436]
437
438[[package]]
439name = "getrandom"
440version = "0.2.7"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
443dependencies = [
444 "cfg-if",
445 "libc",
446 "wasi 0.11.0+wasi-snapshot-preview1",
447]
448
449[[package]]
450name = "gif"
451version = "0.11.4"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
454dependencies = [
455 "color_quant",
456 "weezl",
457]
458
459[[package]]
460name = "half"
461version = "1.8.2"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
464
465[[package]]
466name = "hermit-abi"
467version = "0.1.19"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
470dependencies = [
471 "libc",
472]
473
474[[package]]
475name = "iana-time-zone"
476version = "0.1.47"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7"
479dependencies = [
480 "android_system_properties",
481 "core-foundation-sys",
482 "js-sys",
483 "once_cell",
484 "wasm-bindgen",
485 "winapi",
486]
487
488[[package]]
489name = "image"
490version = "0.24.3"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
493dependencies = [
494 "bytemuck",
495 "byteorder",
496 "color_quant",
497 "jpeg-decoder",
498 "num-rational",
499 "num-traits",
500 "png",
501]
502
503[[package]]
504name = "itertools"
505version = "0.10.3"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
508dependencies = [
509 "either",
510]
511
512[[package]]
513name = "itoa"
514version = "0.4.8"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
517
518[[package]]
519name = "itoa"
520version = "1.0.3"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
523
524[[package]]
525name = "jpeg-decoder"
526version = "0.2.6"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
529
530[[package]]
531name = "js-sys"
532version = "0.3.59"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
535dependencies = [
536 "wasm-bindgen",
537]
538
539[[package]]
540name = "lazy_static"
541version = "1.4.0"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
544
545[[package]]
546name = "libc"
547version = "0.2.132"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
550
551[[package]]
552name = "libloading"
553version = "0.7.3"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
556dependencies = [
557 "cfg-if",
558 "winapi",
559]
560
561[[package]]
562name = "libm"
563version = "0.2.5"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"
566
567[[package]]
568name = "log"
569version = "0.4.17"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
572dependencies = [
573 "cfg-if",
574]
575
576[[package]]
577name = "memchr"
578version = "2.5.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
581
582[[package]]
583name = "memoffset"
584version = "0.6.5"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
587dependencies = [
588 "autocfg",
589]
590
591[[package]]
592name = "miniz_oxide"
593version = "0.5.4"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
596dependencies = [
597 "adler",
598]
599
600[[package]]
601name = "num-integer"
602version = "0.1.45"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
605dependencies = [
606 "autocfg",
607 "num-traits",
608]
609
610[[package]]
611name = "num-rational"
612version = "0.4.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
615dependencies = [
616 "autocfg",
617 "num-integer",
618 "num-traits",
619]
620
621[[package]]
622name = "num-traits"
623version = "0.2.15"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
626dependencies = [
627 "autocfg",
628 "libm",
629]
630
631[[package]]
632name = "num_cpus"
633version = "1.13.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
636dependencies = [
637 "hermit-abi",
638 "libc",
639]
640
641[[package]]
642name = "once_cell"
643version = "1.14.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
646
647[[package]]
648name = "oorandom"
649version = "11.1.3"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
652
653[[package]]
654name = "pathfinder_geometry"
655version = "0.5.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
658dependencies = [
659 "log",
660 "pathfinder_simd",
661]
662
663[[package]]
664name = "pathfinder_simd"
665version = "0.5.1"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
668dependencies = [
669 "rustc_version",
670]
671
672[[package]]
673name = "pest"
674version = "2.3.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
677dependencies = [
678 "thiserror",
679 "ucd-trie",
680]
681
682[[package]]
683name = "pkg-config"
684version = "0.3.25"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
687
688[[package]]
689name = "plotters"
690version = "0.3.3"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "716b4eeb6c4a1d3ecc956f75b43ec2e8e8ba80026413e70a3f41fd3313d3492b"
693dependencies = [
694 "num-traits",
695 "plotters-backend",
696 "plotters-svg",
697 "wasm-bindgen",
698 "web-sys",
699]
700
701[[package]]
702name = "plotters"
703version = "0.3.4"
704dependencies = [
705 "chrono",
706 "criterion",
707 "font-kit",
708 "image",
709 "itertools",
710 "lazy_static",
711 "num-traits",
712 "pathfinder_geometry",
713 "plotters-backend",
714 "plotters-bitmap",
715 "plotters-svg",
716 "rand",
717 "rand_distr",
718 "rand_xorshift",
719 "rayon",
720 "serde",
721 "serde_derive",
722 "serde_json",
723 "ttf-parser",
724 "wasm-bindgen",
725 "wasm-bindgen-test",
726 "web-sys",
727]
728
729[[package]]
730name = "plotters-backend"
731version = "0.3.4"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
734
735[[package]]
736name = "plotters-bitmap"
737version = "0.3.2"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "0c4a1f21490a6cf4a84c272ad20bd7844ed99a3178187a4c5ab7f2051295beef"
740dependencies = [
741 "gif",
742 "image",
743 "plotters-backend",
744]
745
746[[package]]
747name = "plotters-svg"
748version = "0.3.3"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
751dependencies = [
752 "image",
753 "plotters-backend",
754]
755
756[[package]]
757name = "png"
758version = "0.17.6"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
761dependencies = [
762 "bitflags",
763 "crc32fast",
764 "flate2",
765 "miniz_oxide",
766]
767
768[[package]]
769name = "ppv-lite86"
770version = "0.2.16"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
773
774[[package]]
775name = "proc-macro2"
776version = "1.0.43"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
779dependencies = [
780 "unicode-ident",
781]
782
783[[package]]
784name = "quote"
785version = "1.0.21"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
788dependencies = [
789 "proc-macro2",
790]
791
792[[package]]
793name = "rand"
794version = "0.8.5"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
797dependencies = [
798 "libc",
799 "rand_chacha",
800 "rand_core",
801]
802
803[[package]]
804name = "rand_chacha"
805version = "0.3.1"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
808dependencies = [
809 "ppv-lite86",
810 "rand_core",
811]
812
813[[package]]
814name = "rand_core"
815version = "0.6.3"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
818dependencies = [
819 "getrandom",
820]
821
822[[package]]
823name = "rand_distr"
824version = "0.4.3"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
827dependencies = [
828 "num-traits",
829 "rand",
830]
831
832[[package]]
833name = "rand_xorshift"
834version = "0.3.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
837dependencies = [
838 "rand_core",
839]
840
841[[package]]
842name = "rayon"
843version = "1.5.3"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
846dependencies = [
847 "autocfg",
848 "crossbeam-deque",
849 "either",
850 "rayon-core",
851]
852
853[[package]]
854name = "rayon-core"
855version = "1.9.3"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
858dependencies = [
859 "crossbeam-channel",
860 "crossbeam-deque",
861 "crossbeam-utils",
862 "num_cpus",
863]
864
865[[package]]
866name = "redox_syscall"
867version = "0.2.16"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
870dependencies = [
871 "bitflags",
872]
873
874[[package]]
875name = "redox_users"
876version = "0.4.3"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
879dependencies = [
880 "getrandom",
881 "redox_syscall",
882 "thiserror",
883]
884
885[[package]]
886name = "regex"
887version = "1.6.0"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
890dependencies = [
891 "regex-syntax",
892]
893
894[[package]]
895name = "regex-automata"
896version = "0.1.10"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
899
900[[package]]
901name = "regex-syntax"
902version = "0.6.27"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
905
906[[package]]
907name = "rustc_version"
908version = "0.3.3"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
911dependencies = [
912 "semver",
913]
914
915[[package]]
916name = "ryu"
917version = "1.0.11"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
920
921[[package]]
922name = "same-file"
923version = "1.0.6"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
926dependencies = [
927 "winapi-util",
928]
929
930[[package]]
931name = "scoped-tls"
932version = "1.0.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
935
936[[package]]
937name = "scopeguard"
938version = "1.1.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
941
942[[package]]
943name = "semver"
944version = "0.11.0"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
947dependencies = [
948 "semver-parser",
949]
950
951[[package]]
952name = "semver-parser"
953version = "0.10.2"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
956dependencies = [
957 "pest",
958]
959
960[[package]]
961name = "serde"
962version = "1.0.144"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
965
966[[package]]
967name = "serde_cbor"
968version = "0.11.2"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
971dependencies = [
972 "half",
973 "serde",
974]
975
976[[package]]
977name = "serde_derive"
978version = "1.0.144"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
981dependencies = [
982 "proc-macro2",
983 "quote",
984 "syn",
985]
986
987[[package]]
988name = "serde_json"
989version = "1.0.85"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
992dependencies = [
993 "itoa 1.0.3",
994 "ryu",
995 "serde",
996]
997
998[[package]]
999name = "syn"
1000version = "1.0.99"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
1003dependencies = [
1004 "proc-macro2",
1005 "quote",
1006 "unicode-ident",
1007]
1008
1009[[package]]
1010name = "textwrap"
1011version = "0.11.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1014dependencies = [
1015 "unicode-width",
1016]
1017
1018[[package]]
1019name = "thiserror"
1020version = "1.0.34"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
1023dependencies = [
1024 "thiserror-impl",
1025]
1026
1027[[package]]
1028name = "thiserror-impl"
1029version = "1.0.34"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
1032dependencies = [
1033 "proc-macro2",
1034 "quote",
1035 "syn",
1036]
1037
1038[[package]]
1039name = "time"
1040version = "0.1.44"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1043dependencies = [
1044 "libc",
1045 "wasi 0.10.0+wasi-snapshot-preview1",
1046 "winapi",
1047]
1048
1049[[package]]
1050name = "tinytemplate"
1051version = "1.2.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1054dependencies = [
1055 "serde",
1056 "serde_json",
1057]
1058
1059[[package]]
1060name = "ttf-parser"
1061version = "0.15.2"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
1064
1065[[package]]
1066name = "ucd-trie"
1067version = "0.1.5"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
1070
1071[[package]]
1072name = "unicode-ident"
1073version = "1.0.3"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
1076
1077[[package]]
1078name = "unicode-width"
1079version = "0.1.9"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1082
1083[[package]]
1084name = "walkdir"
1085version = "2.3.2"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
1088dependencies = [
1089 "same-file",
1090 "winapi",
1091 "winapi-util",
1092]
1093
1094[[package]]
1095name = "wasi"
1096version = "0.10.0+wasi-snapshot-preview1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1099
1100[[package]]
1101name = "wasi"
1102version = "0.11.0+wasi-snapshot-preview1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1105
1106[[package]]
1107name = "wasm-bindgen"
1108version = "0.2.82"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
1111dependencies = [
1112 "cfg-if",
1113 "wasm-bindgen-macro",
1114]
1115
1116[[package]]
1117name = "wasm-bindgen-backend"
1118version = "0.2.82"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
1121dependencies = [
1122 "bumpalo",
1123 "log",
1124 "once_cell",
1125 "proc-macro2",
1126 "quote",
1127 "syn",
1128 "wasm-bindgen-shared",
1129]
1130
1131[[package]]
1132name = "wasm-bindgen-futures"
1133version = "0.4.32"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
1136dependencies = [
1137 "cfg-if",
1138 "js-sys",
1139 "wasm-bindgen",
1140 "web-sys",
1141]
1142
1143[[package]]
1144name = "wasm-bindgen-macro"
1145version = "0.2.82"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
1148dependencies = [
1149 "quote",
1150 "wasm-bindgen-macro-support",
1151]
1152
1153[[package]]
1154name = "wasm-bindgen-macro-support"
1155version = "0.2.82"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
1158dependencies = [
1159 "proc-macro2",
1160 "quote",
1161 "syn",
1162 "wasm-bindgen-backend",
1163 "wasm-bindgen-shared",
1164]
1165
1166[[package]]
1167name = "wasm-bindgen-shared"
1168version = "0.2.82"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
1171
1172[[package]]
1173name = "wasm-bindgen-test"
1174version = "0.3.32"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "513df541345bb9fcc07417775f3d51bbb677daf307d8035c0afafd87dc2e6599"
1177dependencies = [
1178 "console_error_panic_hook",
1179 "js-sys",
1180 "scoped-tls",
1181 "wasm-bindgen",
1182 "wasm-bindgen-futures",
1183 "wasm-bindgen-test-macro",
1184]
1185
1186[[package]]
1187name = "wasm-bindgen-test-macro"
1188version = "0.3.32"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "6150d36a03e90a3cf6c12650be10626a9902d70c5270fd47d7a47e5389a10d56"
1191dependencies = [
1192 "proc-macro2",
1193 "quote",
1194]
1195
1196[[package]]
1197name = "web-sys"
1198version = "0.3.59"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
1201dependencies = [
1202 "js-sys",
1203 "wasm-bindgen",
1204]
1205
1206[[package]]
1207name = "weezl"
1208version = "0.1.7"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
1211
1212[[package]]
1213name = "winapi"
1214version = "0.3.9"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1217dependencies = [
1218 "winapi-i686-pc-windows-gnu",
1219 "winapi-x86_64-pc-windows-gnu",
1220]
1221
1222[[package]]
1223name = "winapi-i686-pc-windows-gnu"
1224version = "0.4.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1227
1228[[package]]
1229name = "winapi-util"
1230version = "0.1.5"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1233dependencies = [
1234 "winapi",
1235]
1236
1237[[package]]
1238name = "winapi-x86_64-pc-windows-gnu"
1239version = "0.4.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1242
1243[[package]]
1244name = "wio"
1245version = "0.2.2"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
1248dependencies = [
1249 "winapi",
1250]
1251
1252[[package]]
1253name = "yeslogic-fontconfig-sys"
1254version = "3.2.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
1257dependencies = [
1258 "const-cstr",
1259 "dlib",
1260 "once_cell",
1261 "pkg-config",
1262]
1263