A typst plugin for unit-aware calculations
typst
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "android_system_properties"
7version = "0.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10dependencies = [
11 "libc",
12]
13
14[[package]]
15name = "arrayvec"
16version = "0.7.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
19
20[[package]]
21name = "autocfg"
22version = "1.5.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25
26[[package]]
27name = "base64"
28version = "0.22.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
31
32[[package]]
33name = "basic-toml"
34version = "0.1.10"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
37dependencies = [
38 "serde",
39]
40
41[[package]]
42name = "bitflags"
43version = "2.10.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
46
47[[package]]
48name = "block-buffer"
49version = "0.10.4"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
52dependencies = [
53 "generic-array",
54]
55
56[[package]]
57name = "bumpalo"
58version = "3.19.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
61
62[[package]]
63name = "castaway"
64version = "0.2.4"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
67dependencies = [
68 "rustversion",
69]
70
71[[package]]
72name = "cc"
73version = "1.2.47"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07"
76dependencies = [
77 "find-msvc-tools",
78 "shlex",
79]
80
81[[package]]
82name = "cfg-if"
83version = "1.0.4"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
86
87[[package]]
88name = "chrono"
89version = "0.4.42"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
92dependencies = [
93 "iana-time-zone",
94 "num-traits",
95 "serde",
96 "windows-link",
97]
98
99[[package]]
100name = "codespan-reporting"
101version = "0.11.1"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
104dependencies = [
105 "termcolor",
106 "unicode-width",
107]
108
109[[package]]
110name = "compact_str"
111version = "0.8.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
114dependencies = [
115 "castaway",
116 "cfg-if",
117 "itoa",
118 "rustversion",
119 "ryu",
120 "serde",
121 "static_assertions",
122]
123
124[[package]]
125name = "core-foundation-sys"
126version = "0.8.7"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
129
130[[package]]
131name = "cpufeatures"
132version = "0.2.17"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
135dependencies = [
136 "libc",
137]
138
139[[package]]
140name = "crypto-common"
141version = "0.1.7"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
144dependencies = [
145 "generic-array",
146 "typenum",
147]
148
149[[package]]
150name = "darling"
151version = "0.20.11"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
154dependencies = [
155 "darling_core 0.20.11",
156 "darling_macro 0.20.11",
157]
158
159[[package]]
160name = "darling"
161version = "0.21.3"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
164dependencies = [
165 "darling_core 0.21.3",
166 "darling_macro 0.21.3",
167]
168
169[[package]]
170name = "darling_core"
171version = "0.20.11"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
174dependencies = [
175 "fnv",
176 "ident_case",
177 "proc-macro2",
178 "quote",
179 "strsim",
180 "syn",
181]
182
183[[package]]
184name = "darling_core"
185version = "0.21.3"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
188dependencies = [
189 "fnv",
190 "ident_case",
191 "proc-macro2",
192 "quote",
193 "strsim",
194 "syn",
195]
196
197[[package]]
198name = "darling_macro"
199version = "0.20.11"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
202dependencies = [
203 "darling_core 0.20.11",
204 "quote",
205 "syn",
206]
207
208[[package]]
209name = "darling_macro"
210version = "0.21.3"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
213dependencies = [
214 "darling_core 0.21.3",
215 "quote",
216 "syn",
217]
218
219[[package]]
220name = "deranged"
221version = "0.5.5"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
224dependencies = [
225 "powerfmt",
226 "serde_core",
227]
228
229[[package]]
230name = "digest"
231version = "0.10.7"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
234dependencies = [
235 "block-buffer",
236 "crypto-common",
237]
238
239[[package]]
240name = "dirs"
241version = "6.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
244dependencies = [
245 "dirs-sys",
246]
247
248[[package]]
249name = "dirs-sys"
250version = "0.5.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
253dependencies = [
254 "libc",
255 "option-ext",
256 "redox_users",
257 "windows-sys 0.61.2",
258]
259
260[[package]]
261name = "dyn-clone"
262version = "1.0.20"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
265
266[[package]]
267name = "either"
268version = "1.15.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
271
272[[package]]
273name = "equivalent"
274version = "1.0.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
277
278[[package]]
279name = "erased-serde"
280version = "0.4.9"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
283dependencies = [
284 "serde",
285 "serde_core",
286 "typeid",
287]
288
289[[package]]
290name = "find-msvc-tools"
291version = "0.1.5"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
294
295[[package]]
296name = "fnv"
297version = "1.0.7"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
300
301[[package]]
302name = "generic-array"
303version = "0.14.7"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
306dependencies = [
307 "typenum",
308 "version_check",
309]
310
311[[package]]
312name = "getrandom"
313version = "0.2.16"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
316dependencies = [
317 "cfg-if",
318 "libc",
319 "wasi",
320]
321
322[[package]]
323name = "hashbrown"
324version = "0.12.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
327
328[[package]]
329name = "hashbrown"
330version = "0.16.1"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
333
334[[package]]
335name = "heck"
336version = "0.4.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
339dependencies = [
340 "unicode-segmentation",
341]
342
343[[package]]
344name = "hex"
345version = "0.4.3"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
348
349[[package]]
350name = "humansize"
351version = "2.1.3"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
354dependencies = [
355 "libm",
356]
357
358[[package]]
359name = "iana-time-zone"
360version = "0.1.64"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
363dependencies = [
364 "android_system_properties",
365 "core-foundation-sys",
366 "iana-time-zone-haiku",
367 "js-sys",
368 "log",
369 "wasm-bindgen",
370 "windows-core",
371]
372
373[[package]]
374name = "iana-time-zone-haiku"
375version = "0.1.2"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
378dependencies = [
379 "cc",
380]
381
382[[package]]
383name = "ident_case"
384version = "1.0.1"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
387
388[[package]]
389name = "indexmap"
390version = "1.9.3"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
393dependencies = [
394 "autocfg",
395 "hashbrown 0.12.3",
396 "serde",
397]
398
399[[package]]
400name = "indexmap"
401version = "2.12.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
404dependencies = [
405 "equivalent",
406 "hashbrown 0.16.1",
407 "serde",
408 "serde_core",
409]
410
411[[package]]
412name = "itertools"
413version = "0.12.1"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
416dependencies = [
417 "either",
418]
419
420[[package]]
421name = "itoa"
422version = "1.0.15"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
425
426[[package]]
427name = "jiff"
428version = "0.1.29"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "c04ef77ae73f3cf50510712722f0c4e8b46f5aaa1bf5ffad2ae213e6495e78e5"
431dependencies = [
432 "jiff-tzdb-platform",
433 "js-sys",
434 "log",
435 "portable-atomic",
436 "portable-atomic-util",
437 "serde",
438 "wasm-bindgen",
439 "windows-sys 0.59.0",
440]
441
442[[package]]
443name = "jiff-tzdb"
444version = "0.1.4"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
447
448[[package]]
449name = "jiff-tzdb-platform"
450version = "0.1.3"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
453dependencies = [
454 "jiff-tzdb",
455]
456
457[[package]]
458name = "js-sys"
459version = "0.3.82"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
462dependencies = [
463 "once_cell",
464 "wasm-bindgen",
465]
466
467[[package]]
468name = "libc"
469version = "0.2.177"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
472
473[[package]]
474name = "libm"
475version = "0.2.15"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
478
479[[package]]
480name = "libredox"
481version = "0.1.10"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
484dependencies = [
485 "bitflags",
486 "libc",
487]
488
489[[package]]
490name = "log"
491version = "0.4.28"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
494
495[[package]]
496name = "memchr"
497version = "2.7.6"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
500
501[[package]]
502name = "mendeleev"
503version = "0.8.4"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "9f4cefcffb9afe2069e74baae496420299bf2a18a7d48b61cfc7482d7355db28"
506dependencies = [
507 "serde",
508]
509
510[[package]]
511name = "mime"
512version = "0.3.17"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
515
516[[package]]
517name = "mime_guess"
518version = "2.0.5"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
521dependencies = [
522 "mime",
523 "unicase",
524]
525
526[[package]]
527name = "minimal-lexical"
528version = "0.2.1"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
531
532[[package]]
533name = "nom"
534version = "7.1.3"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
537dependencies = [
538 "memchr",
539 "minimal-lexical",
540]
541
542[[package]]
543name = "num-bigint"
544version = "0.4.6"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
547dependencies = [
548 "num-integer",
549 "num-traits",
550]
551
552[[package]]
553name = "num-conv"
554version = "0.1.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
557
558[[package]]
559name = "num-format"
560version = "0.4.4"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
563dependencies = [
564 "arrayvec",
565 "itoa",
566]
567
568[[package]]
569name = "num-integer"
570version = "0.1.46"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
573dependencies = [
574 "num-traits",
575]
576
577[[package]]
578name = "num-rational"
579version = "0.4.2"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
582dependencies = [
583 "num-bigint",
584 "num-integer",
585 "num-traits",
586]
587
588[[package]]
589name = "num-traits"
590version = "0.2.19"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
593dependencies = [
594 "autocfg",
595]
596
597[[package]]
598name = "numbat"
599version = "1.16.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "5179fd3675cc6b9107c84a6838fdc94a6dfe769a259a9f51cc71f4ef67ffc1e7"
602dependencies = [
603 "codespan-reporting",
604 "compact_str",
605 "heck",
606 "indexmap 2.12.1",
607 "itertools",
608 "jiff",
609 "libc",
610 "mendeleev",
611 "num-format",
612 "num-integer",
613 "num-rational",
614 "num-traits",
615 "numbat-exchange-rates",
616 "plotly",
617 "pretty_dtoa",
618 "rand",
619 "rust-embed",
620 "strfmt",
621 "strsim",
622 "thiserror 1.0.69",
623 "unicode-ident",
624 "unicode-width",
625 "walkdir",
626]
627
628[[package]]
629name = "numbat-exchange-rates"
630version = "0.5.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "fd1e3c3e4f9f22d0d7cdcb413f01194f6506a302a9029d95deedcd1c25df7718"
633dependencies = [
634 "quick-xml",
635]
636
637[[package]]
638name = "numbat-typst"
639version = "0.1.0"
640dependencies = [
641 "numbat",
642 "typst-wasm-protocol",
643]
644
645[[package]]
646name = "once_cell"
647version = "1.21.3"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
650
651[[package]]
652name = "option-ext"
653version = "0.2.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
656
657[[package]]
658name = "percent-encoding"
659version = "2.3.2"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
662
663[[package]]
664name = "plotly"
665version = "0.10.0"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "4e1ffd11c8a6ef0b730b9d3e46ad2404f79905825cb20223fa0547434a2dff54"
668dependencies = [
669 "dyn-clone",
670 "erased-serde",
671 "once_cell",
672 "plotly_derive",
673 "rand",
674 "rinja",
675 "serde",
676 "serde_json",
677 "serde_repr",
678 "serde_with",
679]
680
681[[package]]
682name = "plotly_derive"
683version = "0.10.0"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "69e940d8d8db30c6f4cc37dab9aab61f4c9cc1e6efb6d18902ab88fa09c03560"
686dependencies = [
687 "darling 0.20.11",
688 "proc-macro2",
689 "quote",
690 "syn",
691]
692
693[[package]]
694name = "portable-atomic"
695version = "1.11.1"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
698
699[[package]]
700name = "portable-atomic-util"
701version = "0.2.4"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
704dependencies = [
705 "portable-atomic",
706]
707
708[[package]]
709name = "powerfmt"
710version = "0.2.0"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
713
714[[package]]
715name = "ppv-lite86"
716version = "0.2.21"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
719dependencies = [
720 "zerocopy",
721]
722
723[[package]]
724name = "pretty_dtoa"
725version = "0.3.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "a239bcdfda2c685fda1add3b4695c06225f50075e3cfb5b954e91545587edff2"
728dependencies = [
729 "ryu_floating_decimal",
730]
731
732[[package]]
733name = "proc-macro2"
734version = "1.0.103"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
737dependencies = [
738 "unicode-ident",
739]
740
741[[package]]
742name = "quick-xml"
743version = "0.31.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
746dependencies = [
747 "memchr",
748]
749
750[[package]]
751name = "quote"
752version = "1.0.42"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
755dependencies = [
756 "proc-macro2",
757]
758
759[[package]]
760name = "rand"
761version = "0.8.5"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
764dependencies = [
765 "libc",
766 "rand_chacha",
767 "rand_core",
768]
769
770[[package]]
771name = "rand_chacha"
772version = "0.3.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
775dependencies = [
776 "ppv-lite86",
777 "rand_core",
778]
779
780[[package]]
781name = "rand_core"
782version = "0.6.4"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
785dependencies = [
786 "getrandom",
787]
788
789[[package]]
790name = "redox_users"
791version = "0.5.2"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
794dependencies = [
795 "getrandom",
796 "libredox",
797 "thiserror 2.0.17",
798]
799
800[[package]]
801name = "ref-cast"
802version = "1.0.25"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
805dependencies = [
806 "ref-cast-impl",
807]
808
809[[package]]
810name = "ref-cast-impl"
811version = "1.0.25"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
814dependencies = [
815 "proc-macro2",
816 "quote",
817 "syn",
818]
819
820[[package]]
821name = "rinja"
822version = "0.3.5"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5"
825dependencies = [
826 "humansize",
827 "itoa",
828 "percent-encoding",
829 "rinja_derive",
830 "serde",
831 "serde_json",
832]
833
834[[package]]
835name = "rinja_derive"
836version = "0.3.5"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b"
839dependencies = [
840 "basic-toml",
841 "memchr",
842 "mime",
843 "mime_guess",
844 "proc-macro2",
845 "quote",
846 "rinja_parser",
847 "rustc-hash",
848 "serde",
849 "syn",
850]
851
852[[package]]
853name = "rinja_parser"
854version = "0.3.5"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610"
857dependencies = [
858 "memchr",
859 "nom",
860 "serde",
861]
862
863[[package]]
864name = "rust-embed"
865version = "8.9.0"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
868dependencies = [
869 "rust-embed-impl",
870 "rust-embed-utils",
871 "walkdir",
872]
873
874[[package]]
875name = "rust-embed-impl"
876version = "8.9.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
879dependencies = [
880 "proc-macro2",
881 "quote",
882 "rust-embed-utils",
883 "shellexpand",
884 "syn",
885 "walkdir",
886]
887
888[[package]]
889name = "rust-embed-utils"
890version = "8.9.0"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
893dependencies = [
894 "sha2",
895 "walkdir",
896]
897
898[[package]]
899name = "rustc-hash"
900version = "2.1.1"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
903
904[[package]]
905name = "rustversion"
906version = "1.0.22"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
909
910[[package]]
911name = "ryu"
912version = "1.0.20"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
915
916[[package]]
917name = "ryu_floating_decimal"
918version = "0.1.0"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "700de91d5fd6091442d00fdd9ee790af6d4f0f480562b0f5a1e8f59e90aafe73"
921
922[[package]]
923name = "same-file"
924version = "1.0.6"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
927dependencies = [
928 "winapi-util",
929]
930
931[[package]]
932name = "schemars"
933version = "0.9.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
936dependencies = [
937 "dyn-clone",
938 "ref-cast",
939 "serde",
940 "serde_json",
941]
942
943[[package]]
944name = "schemars"
945version = "1.1.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
948dependencies = [
949 "dyn-clone",
950 "ref-cast",
951 "serde",
952 "serde_json",
953]
954
955[[package]]
956name = "serde"
957version = "1.0.228"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
960dependencies = [
961 "serde_core",
962 "serde_derive",
963]
964
965[[package]]
966name = "serde_core"
967version = "1.0.228"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
970dependencies = [
971 "serde_derive",
972]
973
974[[package]]
975name = "serde_derive"
976version = "1.0.228"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
979dependencies = [
980 "proc-macro2",
981 "quote",
982 "syn",
983]
984
985[[package]]
986name = "serde_json"
987version = "1.0.145"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
990dependencies = [
991 "itoa",
992 "memchr",
993 "ryu",
994 "serde",
995 "serde_core",
996]
997
998[[package]]
999name = "serde_repr"
1000version = "0.1.20"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1003dependencies = [
1004 "proc-macro2",
1005 "quote",
1006 "syn",
1007]
1008
1009[[package]]
1010name = "serde_with"
1011version = "3.16.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1"
1014dependencies = [
1015 "base64",
1016 "chrono",
1017 "hex",
1018 "indexmap 1.9.3",
1019 "indexmap 2.12.1",
1020 "schemars 0.9.0",
1021 "schemars 1.1.0",
1022 "serde_core",
1023 "serde_json",
1024 "serde_with_macros",
1025 "time",
1026]
1027
1028[[package]]
1029name = "serde_with_macros"
1030version = "3.16.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b"
1033dependencies = [
1034 "darling 0.21.3",
1035 "proc-macro2",
1036 "quote",
1037 "syn",
1038]
1039
1040[[package]]
1041name = "sha2"
1042version = "0.10.9"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1045dependencies = [
1046 "cfg-if",
1047 "cpufeatures",
1048 "digest",
1049]
1050
1051[[package]]
1052name = "shellexpand"
1053version = "3.1.1"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
1056dependencies = [
1057 "dirs",
1058]
1059
1060[[package]]
1061name = "shlex"
1062version = "1.3.0"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1065
1066[[package]]
1067name = "static_assertions"
1068version = "1.1.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1071
1072[[package]]
1073name = "strfmt"
1074version = "0.2.5"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "29fdc163db75f7b5ffa3daf0c5a7136fb0d4b2f35523cd1769da05e034159feb"
1077
1078[[package]]
1079name = "strsim"
1080version = "0.11.1"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1083
1084[[package]]
1085name = "syn"
1086version = "2.0.111"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1089dependencies = [
1090 "proc-macro2",
1091 "quote",
1092 "unicode-ident",
1093]
1094
1095[[package]]
1096name = "termcolor"
1097version = "1.4.1"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1100dependencies = [
1101 "winapi-util",
1102]
1103
1104[[package]]
1105name = "thiserror"
1106version = "1.0.69"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1109dependencies = [
1110 "thiserror-impl 1.0.69",
1111]
1112
1113[[package]]
1114name = "thiserror"
1115version = "2.0.17"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1118dependencies = [
1119 "thiserror-impl 2.0.17",
1120]
1121
1122[[package]]
1123name = "thiserror-impl"
1124version = "1.0.69"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1127dependencies = [
1128 "proc-macro2",
1129 "quote",
1130 "syn",
1131]
1132
1133[[package]]
1134name = "thiserror-impl"
1135version = "2.0.17"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1138dependencies = [
1139 "proc-macro2",
1140 "quote",
1141 "syn",
1142]
1143
1144[[package]]
1145name = "time"
1146version = "0.3.44"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
1149dependencies = [
1150 "deranged",
1151 "itoa",
1152 "num-conv",
1153 "powerfmt",
1154 "serde",
1155 "time-core",
1156 "time-macros",
1157]
1158
1159[[package]]
1160name = "time-core"
1161version = "0.1.6"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
1164
1165[[package]]
1166name = "time-macros"
1167version = "0.2.24"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
1170dependencies = [
1171 "num-conv",
1172 "time-core",
1173]
1174
1175[[package]]
1176name = "typeid"
1177version = "1.0.3"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
1180
1181[[package]]
1182name = "typenum"
1183version = "1.19.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1186
1187[[package]]
1188name = "typst-wasm-macros"
1189version = "0.0.2"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "0df89cf4e273dca9ca1a971f86d5bc12f7ec79d008fbc11037dbc8f821196316"
1192dependencies = [
1193 "proc-macro2",
1194 "quote",
1195 "syn",
1196 "venial",
1197]
1198
1199[[package]]
1200name = "typst-wasm-protocol"
1201version = "0.0.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "1e74aabca9c7bb93eb529915add290b6cc11231f3fb36f2c6080007a658699df"
1204dependencies = [
1205 "typst-wasm-macros",
1206]
1207
1208[[package]]
1209name = "unicase"
1210version = "2.8.1"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
1213
1214[[package]]
1215name = "unicode-ident"
1216version = "1.0.22"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1219
1220[[package]]
1221name = "unicode-segmentation"
1222version = "1.12.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1225
1226[[package]]
1227name = "unicode-width"
1228version = "0.1.14"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1231
1232[[package]]
1233name = "venial"
1234version = "0.6.1"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "9a42528baceab6c7784446df2a10f4185078c39bf73dc614f154353f1a6b1229"
1237dependencies = [
1238 "proc-macro2",
1239 "quote",
1240]
1241
1242[[package]]
1243name = "version_check"
1244version = "0.9.5"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1247
1248[[package]]
1249name = "walkdir"
1250version = "2.5.0"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1253dependencies = [
1254 "same-file",
1255 "winapi-util",
1256]
1257
1258[[package]]
1259name = "wasi"
1260version = "0.11.1+wasi-snapshot-preview1"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1263
1264[[package]]
1265name = "wasm-bindgen"
1266version = "0.2.105"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
1269dependencies = [
1270 "cfg-if",
1271 "once_cell",
1272 "rustversion",
1273 "wasm-bindgen-macro",
1274 "wasm-bindgen-shared",
1275]
1276
1277[[package]]
1278name = "wasm-bindgen-macro"
1279version = "0.2.105"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
1282dependencies = [
1283 "quote",
1284 "wasm-bindgen-macro-support",
1285]
1286
1287[[package]]
1288name = "wasm-bindgen-macro-support"
1289version = "0.2.105"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
1292dependencies = [
1293 "bumpalo",
1294 "proc-macro2",
1295 "quote",
1296 "syn",
1297 "wasm-bindgen-shared",
1298]
1299
1300[[package]]
1301name = "wasm-bindgen-shared"
1302version = "0.2.105"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
1305dependencies = [
1306 "unicode-ident",
1307]
1308
1309[[package]]
1310name = "winapi-util"
1311version = "0.1.11"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1314dependencies = [
1315 "windows-sys 0.61.2",
1316]
1317
1318[[package]]
1319name = "windows-core"
1320version = "0.62.2"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1323dependencies = [
1324 "windows-implement",
1325 "windows-interface",
1326 "windows-link",
1327 "windows-result",
1328 "windows-strings",
1329]
1330
1331[[package]]
1332name = "windows-implement"
1333version = "0.60.2"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1336dependencies = [
1337 "proc-macro2",
1338 "quote",
1339 "syn",
1340]
1341
1342[[package]]
1343name = "windows-interface"
1344version = "0.59.3"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1347dependencies = [
1348 "proc-macro2",
1349 "quote",
1350 "syn",
1351]
1352
1353[[package]]
1354name = "windows-link"
1355version = "0.2.1"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1358
1359[[package]]
1360name = "windows-result"
1361version = "0.4.1"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1364dependencies = [
1365 "windows-link",
1366]
1367
1368[[package]]
1369name = "windows-strings"
1370version = "0.5.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1373dependencies = [
1374 "windows-link",
1375]
1376
1377[[package]]
1378name = "windows-sys"
1379version = "0.59.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1382dependencies = [
1383 "windows-targets",
1384]
1385
1386[[package]]
1387name = "windows-sys"
1388version = "0.61.2"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1391dependencies = [
1392 "windows-link",
1393]
1394
1395[[package]]
1396name = "windows-targets"
1397version = "0.52.6"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1400dependencies = [
1401 "windows_aarch64_gnullvm",
1402 "windows_aarch64_msvc",
1403 "windows_i686_gnu",
1404 "windows_i686_gnullvm",
1405 "windows_i686_msvc",
1406 "windows_x86_64_gnu",
1407 "windows_x86_64_gnullvm",
1408 "windows_x86_64_msvc",
1409]
1410
1411[[package]]
1412name = "windows_aarch64_gnullvm"
1413version = "0.52.6"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1416
1417[[package]]
1418name = "windows_aarch64_msvc"
1419version = "0.52.6"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1422
1423[[package]]
1424name = "windows_i686_gnu"
1425version = "0.52.6"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1428
1429[[package]]
1430name = "windows_i686_gnullvm"
1431version = "0.52.6"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1434
1435[[package]]
1436name = "windows_i686_msvc"
1437version = "0.52.6"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1440
1441[[package]]
1442name = "windows_x86_64_gnu"
1443version = "0.52.6"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1446
1447[[package]]
1448name = "windows_x86_64_gnullvm"
1449version = "0.52.6"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1452
1453[[package]]
1454name = "windows_x86_64_msvc"
1455version = "0.52.6"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1458
1459[[package]]
1460name = "zerocopy"
1461version = "0.8.30"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c"
1464dependencies = [
1465 "zerocopy-derive",
1466]
1467
1468[[package]]
1469name = "zerocopy-derive"
1470version = "0.8.30"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5"
1473dependencies = [
1474 "proc-macro2",
1475 "quote",
1476 "syn",
1477]