• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9
10[[package]]
11name = "aho-corasick"
12version = "1.1.3"
13source = "registry+https://github.com/rust-lang/crates.io-index"
14dependencies = [
15 "memchr",
16]
17
18[[package]]
19name = "anstyle"
20version = "1.0.10"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22
23[[package]]
24name = "anyhow"
25version = "1.0.93"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27
28[[package]]
29name = "base64"
30version = "0.13.1"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32
33[[package]]
34name = "bitflags"
35version = "1.3.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37
38[[package]]
39name = "bitflags"
40version = "2.6.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42
43[[package]]
44name = "bstr"
45version = "1.11.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47dependencies = [
48 "memchr",
49 "serde",
50]
51
52[[package]]
53name = "bytemuck"
54version = "1.19.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56dependencies = [
57 "bytemuck_derive",
58]
59
60[[package]]
61name = "bytemuck_derive"
62version = "1.8.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64dependencies = [
65 "proc-macro2",
66 "quote",
67 "syn",
68]
69
70[[package]]
71name = "byteorder"
72version = "1.5.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74
75[[package]]
76name = "bytes"
77version = "1.8.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79
80[[package]]
81name = "cc"
82version = "1.2.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84dependencies = [
85 "shlex",
86]
87
88[[package]]
89name = "cfg-if"
90version = "1.0.0"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92
93[[package]]
94name = "chromium"
95version = "0.1.0"
96dependencies = [
97 "anyhow",
98 "base64",
99 "bitflags 2.6.0",
100 "bstr",
101 "bytemuck",
102 "bytes",
103 "cfg-if",
104 "cxx",
105 "cxxbridge-cmd",
106 "fend-core",
107 "font-types",
108 "hex",
109 "hex-literal",
110 "itertools",
111 "lazy_static",
112 "libc",
113 "log",
114 "nom",
115 "png",
116 "proc-macro2",
117 "prost",
118 "qr_code",
119 "quote",
120 "rand",
121 "rand_pcg",
122 "read-fonts",
123 "regex",
124 "rstest",
125 "rstest_reuse",
126 "rustc-demangle-capi",
127 "rustversion",
128 "serde",
129 "serde_json",
130 "serde_json_lenient",
131 "skrifa",
132 "small_ctor",
133 "static_assertions",
134 "strum",
135 "strum_macros",
136 "syn",
137 "tinyvec",
138 "unicode-linebreak",
139 "wycheproof",
140 "zerocopy",
141]
142
143[[package]]
144name = "clap"
145version = "4.5.21"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147dependencies = [
148 "clap_builder",
149]
150
151[[package]]
152name = "clap_builder"
153version = "4.5.21"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155dependencies = [
156 "anstyle",
157 "clap_lex",
158 "strsim",
159]
160
161[[package]]
162name = "clap_lex"
163version = "0.7.3"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165
166[[package]]
167name = "codespan-reporting"
168version = "0.11.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170dependencies = [
171 "termcolor",
172 "unicode-width",
173]
174
175[[package]]
176name = "crc32fast"
177version = "1.4.2"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179dependencies = [
180 "cfg-if",
181]
182
183[[package]]
184name = "cxx"
185version = "1.0.130"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187dependencies = [
188 "cc",
189 "cxxbridge-flags",
190 "cxxbridge-macro",
191 "link-cplusplus",
192]
193
194[[package]]
195name = "cxxbridge-cmd"
196version = "1.0.131"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198dependencies = [
199 "clap",
200 "codespan-reporting",
201 "proc-macro2",
202 "quote",
203 "syn",
204]
205
206[[package]]
207name = "cxxbridge-flags"
208version = "1.0.130"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210
211[[package]]
212name = "cxxbridge-macro"
213version = "1.0.130"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215dependencies = [
216 "proc-macro2",
217 "quote",
218 "rustversion",
219 "syn",
220]
221
222[[package]]
223name = "either"
224version = "1.13.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226
227[[package]]
228name = "fdeflate"
229version = "0.3.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231dependencies = [
232 "simd-adler32",
233]
234
235[[package]]
236name = "fend-core"
237version = "1.5.5"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239
240[[package]]
241name = "flate2"
242version = "1.0.35"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244dependencies = [
245 "crc32fast",
246 "miniz_oxide",
247]
248
249[[package]]
250name = "font-types"
251version = "0.7.3"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253dependencies = [
254 "bytemuck",
255]
256
257[[package]]
258name = "getrandom"
259version = "0.2.15"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261dependencies = [
262 "cfg-if",
263 "libc",
264 "wasi",
265]
266
267[[package]]
268name = "glob"
269version = "0.3.1"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271
272[[package]]
273name = "heck"
274version = "0.4.1"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276
277[[package]]
278name = "hex"
279version = "0.4.3"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281
282[[package]]
283name = "hex-literal"
284version = "0.4.1"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286
287[[package]]
288name = "itertools"
289version = "0.11.0"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291dependencies = [
292 "either",
293]
294
295[[package]]
296name = "itoa"
297version = "1.0.14"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299
300[[package]]
301name = "lazy_static"
302version = "1.5.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304
305[[package]]
306name = "libc"
307version = "0.2.164"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309
310[[package]]
311name = "link-cplusplus"
312version = "1.0.9"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314dependencies = [
315 "cc",
316]
317
318[[package]]
319name = "log"
320version = "0.4.22"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322
323[[package]]
324name = "memchr"
325version = "2.7.4"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327
328[[package]]
329name = "minimal-lexical"
330version = "0.2.1"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332
333[[package]]
334name = "miniz_oxide"
335version = "0.8.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337dependencies = [
338 "adler2",
339 "simd-adler32",
340]
341
342[[package]]
343name = "nom"
344version = "7.1.3"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346dependencies = [
347 "memchr",
348 "minimal-lexical",
349]
350
351[[package]]
352name = "png"
353version = "0.17.14"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355dependencies = [
356 "bitflags 1.3.2",
357 "crc32fast",
358 "fdeflate",
359 "flate2",
360 "miniz_oxide",
361]
362
363[[package]]
364name = "ppv-lite86"
365version = "0.2.20"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367dependencies = [
368 "zerocopy",
369]
370
371[[package]]
372name = "proc-macro2"
373version = "1.0.89"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375dependencies = [
376 "unicode-ident",
377]
378
379[[package]]
380name = "prost"
381version = "0.13.3"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383dependencies = [
384 "bytes",
385 "prost-derive",
386]
387
388[[package]]
389name = "prost-derive"
390version = "0.13.3"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392dependencies = [
393 "anyhow",
394 "itertools",
395 "proc-macro2",
396 "quote",
397 "syn",
398]
399
400[[package]]
401name = "qr_code"
402version = "2.0.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404
405[[package]]
406name = "quote"
407version = "1.0.37"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409dependencies = [
410 "proc-macro2",
411]
412
413[[package]]
414name = "rand"
415version = "0.8.5"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417dependencies = [
418 "libc",
419 "rand_chacha",
420 "rand_core",
421]
422
423[[package]]
424name = "rand_chacha"
425version = "0.3.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427dependencies = [
428 "ppv-lite86",
429 "rand_core",
430]
431
432[[package]]
433name = "rand_core"
434version = "0.6.4"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436dependencies = [
437 "getrandom",
438]
439
440[[package]]
441name = "rand_pcg"
442version = "0.3.1"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444dependencies = [
445 "rand_core",
446]
447
448[[package]]
449name = "read-fonts"
450version = "0.23.2"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452dependencies = [
453 "bytemuck",
454 "font-types",
455]
456
457[[package]]
458name = "regex"
459version = "1.11.1"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461dependencies = [
462 "aho-corasick",
463 "memchr",
464 "regex-automata",
465 "regex-syntax",
466]
467
468[[package]]
469name = "regex-automata"
470version = "0.4.9"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472dependencies = [
473 "aho-corasick",
474 "memchr",
475 "regex-syntax",
476]
477
478[[package]]
479name = "regex-syntax"
480version = "0.8.5"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482
483[[package]]
484name = "relative-path"
485version = "1.9.3"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487
488[[package]]
489name = "rstest"
490version = "0.22.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492dependencies = [
493 "rstest_macros",
494 "rustc_version",
495]
496
497[[package]]
498name = "rstest_macros"
499version = "0.22.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501dependencies = [
502 "cfg-if",
503 "glob",
504 "proc-macro2",
505 "quote",
506 "regex",
507 "relative-path",
508 "rustc_version",
509 "syn",
510 "unicode-ident",
511]
512
513[[package]]
514name = "rstest_reuse"
515version = "0.7.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517dependencies = [
518 "quote",
519 "rand",
520 "syn",
521]
522
523[[package]]
524name = "rustc-demangle"
525version = "0.1.24"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527
528[[package]]
529name = "rustc-demangle-capi"
530version = "0.1.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532dependencies = [
533 "rustc-demangle",
534]
535
536[[package]]
537name = "rustc_version"
538version = "0.4.1"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540dependencies = [
541 "semver",
542]
543
544[[package]]
545name = "rustversion"
546version = "1.0.18"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548
549[[package]]
550name = "ryu"
551version = "1.0.18"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553
554[[package]]
555name = "semver"
556version = "1.0.23"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558
559[[package]]
560name = "serde"
561version = "1.0.215"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563dependencies = [
564 "serde_derive",
565]
566
567[[package]]
568name = "serde_derive"
569version = "1.0.215"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571dependencies = [
572 "proc-macro2",
573 "quote",
574 "syn",
575]
576
577[[package]]
578name = "serde_json"
579version = "1.0.133"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581dependencies = [
582 "itoa",
583 "memchr",
584 "ryu",
585 "serde",
586]
587
588[[package]]
589name = "serde_json_lenient"
590version = "0.2.3"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592dependencies = [
593 "itoa",
594 "memchr",
595 "ryu",
596 "serde",
597]
598
599[[package]]
600name = "shlex"
601version = "1.3.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603
604[[package]]
605name = "simd-adler32"
606version = "0.3.7"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608
609[[package]]
610name = "skrifa"
611version = "0.24.1"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613dependencies = [
614 "bytemuck",
615 "read-fonts",
616]
617
618[[package]]
619name = "small_ctor"
620version = "0.1.2"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622
623[[package]]
624name = "static_assertions"
625version = "1.1.0"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627
628[[package]]
629name = "strsim"
630version = "0.11.1"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632
633[[package]]
634name = "strum"
635version = "0.25.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637
638[[package]]
639name = "strum_macros"
640version = "0.25.3"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642dependencies = [
643 "heck",
644 "proc-macro2",
645 "quote",
646 "rustversion",
647 "syn",
648]
649
650[[package]]
651name = "syn"
652version = "2.0.87"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654dependencies = [
655 "proc-macro2",
656 "quote",
657 "unicode-ident",
658]
659
660[[package]]
661name = "termcolor"
662version = "1.4.1"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664dependencies = [
665 "winapi-util",
666]
667
668[[package]]
669name = "tinyvec"
670version = "1.8.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672
673[[package]]
674name = "unicode-ident"
675version = "1.0.13"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677
678[[package]]
679name = "unicode-linebreak"
680version = "0.1.5"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682
683[[package]]
684name = "unicode-width"
685version = "0.1.14"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687
688[[package]]
689name = "wasi"
690version = "0.11.0+wasi-snapshot-preview1"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692
693[[package]]
694name = "winapi-util"
695version = "0.1.9"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697dependencies = [
698 "windows-sys",
699]
700
701[[package]]
702name = "windows-sys"
703version = "0.52.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705dependencies = [
706 "windows-targets",
707]
708
709[[package]]
710name = "windows-targets"
711version = "0.52.6"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713dependencies = [
714 "windows_aarch64_gnullvm",
715 "windows_aarch64_msvc",
716 "windows_i686_gnu",
717 "windows_i686_gnullvm",
718 "windows_i686_msvc",
719 "windows_x86_64_gnu",
720 "windows_x86_64_gnullvm",
721 "windows_x86_64_msvc",
722]
723
724[[package]]
725name = "windows_aarch64_gnullvm"
726version = "0.52.6"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728
729[[package]]
730name = "windows_aarch64_msvc"
731version = "0.52.6"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733
734[[package]]
735name = "windows_i686_gnu"
736version = "0.52.6"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738
739[[package]]
740name = "windows_i686_gnullvm"
741version = "0.52.6"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743
744[[package]]
745name = "windows_i686_msvc"
746version = "0.52.6"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748
749[[package]]
750name = "windows_x86_64_gnu"
751version = "0.52.6"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753
754[[package]]
755name = "windows_x86_64_gnullvm"
756version = "0.52.6"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758
759[[package]]
760name = "windows_x86_64_msvc"
761version = "0.52.6"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763
764[[package]]
765name = "wycheproof"
766version = "0.4.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768dependencies = [
769 "base64",
770 "hex",
771 "serde",
772 "serde_json",
773]
774
775[[package]]
776name = "zerocopy"
777version = "0.7.35"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779dependencies = [
780 "byteorder",
781 "zerocopy-derive",
782]
783
784[[package]]
785name = "zerocopy-derive"
786version = "0.7.35"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788dependencies = [
789 "proc-macro2",
790 "quote",
791 "syn",
792]
793