ultravin 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. ultravin-0.0.1/Cargo.lock +1229 -0
  2. ultravin-0.0.1/Cargo.toml +21 -0
  3. ultravin-0.0.1/LICENSE +21 -0
  4. ultravin-0.0.1/PKG-INFO +102 -0
  5. ultravin-0.0.1/README.md +88 -0
  6. ultravin-0.0.1/crates/ultravin-core/Cargo.toml +41 -0
  7. ultravin-0.0.1/crates/ultravin-core/benches/decode.rs +54 -0
  8. ultravin-0.0.1/crates/ultravin-core/benches/vins.txt +223 -0
  9. ultravin-0.0.1/crates/ultravin-core/build.rs +47 -0
  10. ultravin-0.0.1/crates/ultravin-core/data/vpic.rkyv +0 -0
  11. ultravin-0.0.1/crates/ultravin-core/examples/batch.rs +40 -0
  12. ultravin-0.0.1/crates/ultravin-core/examples/cold.rs +18 -0
  13. ultravin-0.0.1/crates/ultravin-core/src/checkdigit.rs +151 -0
  14. ultravin-0.0.1/crates/ultravin-core/src/conversion.rs +306 -0
  15. ultravin-0.0.1/crates/ultravin-core/src/db.rs +362 -0
  16. ultravin-0.0.1/crates/ultravin-core/src/decode.rs +845 -0
  17. ultravin-0.0.1/crates/ultravin-core/src/errors.rs +536 -0
  18. ultravin-0.0.1/crates/ultravin-core/src/lib.rs +485 -0
  19. ultravin-0.0.1/crates/ultravin-core/src/matcher.rs +93 -0
  20. ultravin-0.0.1/crates/ultravin-core/src/resolve.rs +33 -0
  21. ultravin-0.0.1/crates/ultravin-core/src/tables.rs +493 -0
  22. ultravin-0.0.1/crates/ultravin-core/src/wmi.rs +53 -0
  23. ultravin-0.0.1/crates/ultravin-core/src/year.rs +122 -0
  24. ultravin-0.0.1/crates/ultravin-core/tests/decode.rs +134 -0
  25. ultravin-0.0.1/crates/ultravin-py/Cargo.toml +21 -0
  26. ultravin-0.0.1/crates/ultravin-py/src/lib.rs +68 -0
  27. ultravin-0.0.1/pyproject.toml +97 -0
  28. ultravin-0.0.1/python/ultravin/__init__.py +9 -0
  29. ultravin-0.0.1/python/ultravin/_ultravin.pyi +17 -0
  30. ultravin-0.0.1/python/ultravin/cli.py +43 -0
  31. ultravin-0.0.1/python/ultravin/py.typed +0 -0
@@ -0,0 +1,1229 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anes"
22
+ version = "0.1.6"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
25
+
26
+ [[package]]
27
+ name = "anstream"
28
+ version = "1.0.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
31
+ dependencies = [
32
+ "anstyle",
33
+ "anstyle-parse",
34
+ "anstyle-query",
35
+ "anstyle-wincon",
36
+ "colorchoice",
37
+ "is_terminal_polyfill",
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle"
43
+ version = "1.0.14"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
46
+
47
+ [[package]]
48
+ name = "anstyle-parse"
49
+ version = "1.0.0"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
52
+ dependencies = [
53
+ "utf8parse",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "anstyle-query"
58
+ version = "1.1.5"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
61
+ dependencies = [
62
+ "windows-sys",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle-wincon"
67
+ version = "3.0.11"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
70
+ dependencies = [
71
+ "anstyle",
72
+ "once_cell_polyfill",
73
+ "windows-sys",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "arbitrary"
78
+ version = "1.4.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
81
+ dependencies = [
82
+ "derive_arbitrary",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "arrayref"
87
+ version = "0.3.9"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
90
+
91
+ [[package]]
92
+ name = "arrayvec"
93
+ version = "0.7.7"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
96
+
97
+ [[package]]
98
+ name = "autocfg"
99
+ version = "1.5.1"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
102
+
103
+ [[package]]
104
+ name = "blake3"
105
+ version = "1.8.5"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
108
+ dependencies = [
109
+ "arrayref",
110
+ "arrayvec",
111
+ "cc",
112
+ "cfg-if",
113
+ "constant_time_eq",
114
+ "cpufeatures 0.3.0",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "block-buffer"
119
+ version = "0.10.4"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
122
+ dependencies = [
123
+ "generic-array",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "bumpalo"
128
+ version = "3.20.3"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
131
+
132
+ [[package]]
133
+ name = "bytecheck"
134
+ version = "0.8.2"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b"
137
+ dependencies = [
138
+ "bytecheck_derive",
139
+ "ptr_meta",
140
+ "rancor",
141
+ "simdutf8",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "bytecheck_derive"
146
+ version = "0.8.2"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9"
149
+ dependencies = [
150
+ "proc-macro2",
151
+ "quote",
152
+ "syn",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "bytes"
157
+ version = "1.12.0"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
160
+
161
+ [[package]]
162
+ name = "cast"
163
+ version = "0.3.0"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
166
+
167
+ [[package]]
168
+ name = "cc"
169
+ version = "1.2.65"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
172
+ dependencies = [
173
+ "find-msvc-tools",
174
+ "shlex",
175
+ ]
176
+
177
+ [[package]]
178
+ name = "cfg-if"
179
+ version = "1.0.4"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
182
+
183
+ [[package]]
184
+ name = "ciborium"
185
+ version = "0.2.2"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
188
+ dependencies = [
189
+ "ciborium-io",
190
+ "ciborium-ll",
191
+ "serde",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "ciborium-io"
196
+ version = "0.2.2"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
199
+
200
+ [[package]]
201
+ name = "ciborium-ll"
202
+ version = "0.2.2"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
205
+ dependencies = [
206
+ "ciborium-io",
207
+ "half",
208
+ ]
209
+
210
+ [[package]]
211
+ name = "clap"
212
+ version = "4.6.1"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
215
+ dependencies = [
216
+ "clap_builder",
217
+ "clap_derive",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "clap_builder"
222
+ version = "4.6.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
225
+ dependencies = [
226
+ "anstream",
227
+ "anstyle",
228
+ "clap_lex",
229
+ "strsim",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "clap_derive"
234
+ version = "4.6.1"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
237
+ dependencies = [
238
+ "heck",
239
+ "proc-macro2",
240
+ "quote",
241
+ "syn",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "clap_lex"
246
+ version = "1.1.0"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
249
+
250
+ [[package]]
251
+ name = "colorchoice"
252
+ version = "1.0.5"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
255
+
256
+ [[package]]
257
+ name = "constant_time_eq"
258
+ version = "0.4.2"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
261
+
262
+ [[package]]
263
+ name = "cpufeatures"
264
+ version = "0.2.17"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
267
+ dependencies = [
268
+ "libc",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "cpufeatures"
273
+ version = "0.3.0"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
276
+ dependencies = [
277
+ "libc",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "crc32fast"
282
+ version = "1.5.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
285
+ dependencies = [
286
+ "cfg-if",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "criterion"
291
+ version = "0.5.1"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
294
+ dependencies = [
295
+ "anes",
296
+ "cast",
297
+ "ciborium",
298
+ "clap",
299
+ "criterion-plot",
300
+ "is-terminal",
301
+ "itertools",
302
+ "num-traits",
303
+ "once_cell",
304
+ "oorandom",
305
+ "regex",
306
+ "serde",
307
+ "serde_derive",
308
+ "serde_json",
309
+ "tinytemplate",
310
+ "walkdir",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "criterion-plot"
315
+ version = "0.5.0"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
318
+ dependencies = [
319
+ "cast",
320
+ "itertools",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "crossbeam-deque"
325
+ version = "0.8.6"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
328
+ dependencies = [
329
+ "crossbeam-epoch",
330
+ "crossbeam-utils",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "crossbeam-epoch"
335
+ version = "0.9.18"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
338
+ dependencies = [
339
+ "crossbeam-utils",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "crossbeam-utils"
344
+ version = "0.8.21"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
347
+
348
+ [[package]]
349
+ name = "crunchy"
350
+ version = "0.2.4"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
353
+
354
+ [[package]]
355
+ name = "crypto-common"
356
+ version = "0.1.7"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
359
+ dependencies = [
360
+ "generic-array",
361
+ "typenum",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "derive_arbitrary"
366
+ version = "1.4.2"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
369
+ dependencies = [
370
+ "proc-macro2",
371
+ "quote",
372
+ "syn",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "digest"
377
+ version = "0.10.7"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
380
+ dependencies = [
381
+ "block-buffer",
382
+ "crypto-common",
383
+ ]
384
+
385
+ [[package]]
386
+ name = "displaydoc"
387
+ version = "0.2.6"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
390
+ dependencies = [
391
+ "proc-macro2",
392
+ "quote",
393
+ "syn",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "either"
398
+ version = "1.16.0"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
401
+
402
+ [[package]]
403
+ name = "equivalent"
404
+ version = "1.0.2"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
407
+
408
+ [[package]]
409
+ name = "find-msvc-tools"
410
+ version = "0.1.9"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
413
+
414
+ [[package]]
415
+ name = "flate2"
416
+ version = "1.1.9"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
419
+ dependencies = [
420
+ "crc32fast",
421
+ "miniz_oxide",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "futures-core"
426
+ version = "0.3.32"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
429
+
430
+ [[package]]
431
+ name = "futures-task"
432
+ version = "0.3.32"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
435
+
436
+ [[package]]
437
+ name = "futures-util"
438
+ version = "0.3.32"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
441
+ dependencies = [
442
+ "futures-core",
443
+ "futures-task",
444
+ "pin-project-lite",
445
+ "slab",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "generic-array"
450
+ version = "0.14.7"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
453
+ dependencies = [
454
+ "typenum",
455
+ "version_check",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "half"
460
+ version = "2.7.1"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
463
+ dependencies = [
464
+ "cfg-if",
465
+ "crunchy",
466
+ "zerocopy",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "hashbrown"
471
+ version = "0.17.1"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
474
+
475
+ [[package]]
476
+ name = "heck"
477
+ version = "0.5.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
480
+
481
+ [[package]]
482
+ name = "hermit-abi"
483
+ version = "0.5.2"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
486
+
487
+ [[package]]
488
+ name = "indexmap"
489
+ version = "2.14.0"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
492
+ dependencies = [
493
+ "equivalent",
494
+ "hashbrown",
495
+ ]
496
+
497
+ [[package]]
498
+ name = "indoc"
499
+ version = "2.0.7"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
502
+ dependencies = [
503
+ "rustversion",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "is-terminal"
508
+ version = "0.4.17"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
511
+ dependencies = [
512
+ "hermit-abi",
513
+ "libc",
514
+ "windows-sys",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "is_terminal_polyfill"
519
+ version = "1.70.2"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
522
+
523
+ [[package]]
524
+ name = "itertools"
525
+ version = "0.10.5"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
528
+ dependencies = [
529
+ "either",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "itoa"
534
+ version = "1.0.18"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
537
+
538
+ [[package]]
539
+ name = "js-sys"
540
+ version = "0.3.103"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
543
+ dependencies = [
544
+ "cfg-if",
545
+ "futures-util",
546
+ "wasm-bindgen",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "libc"
551
+ version = "0.2.186"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
554
+
555
+ [[package]]
556
+ name = "log"
557
+ version = "0.4.33"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
560
+
561
+ [[package]]
562
+ name = "memchr"
563
+ version = "2.8.2"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
566
+
567
+ [[package]]
568
+ name = "memmap2"
569
+ version = "0.9.11"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
572
+ dependencies = [
573
+ "libc",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "memoffset"
578
+ version = "0.9.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
581
+ dependencies = [
582
+ "autocfg",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "miniz_oxide"
587
+ version = "0.8.9"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
590
+ dependencies = [
591
+ "adler2",
592
+ "simd-adler32",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "munge"
597
+ version = "0.4.7"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c"
600
+ dependencies = [
601
+ "munge_macro",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "munge_macro"
606
+ version = "0.4.7"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931"
609
+ dependencies = [
610
+ "proc-macro2",
611
+ "quote",
612
+ "syn",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "num-traits"
617
+ version = "0.2.19"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
620
+ dependencies = [
621
+ "autocfg",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "once_cell"
626
+ version = "1.21.4"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
629
+
630
+ [[package]]
631
+ name = "once_cell_polyfill"
632
+ version = "1.70.2"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
635
+
636
+ [[package]]
637
+ name = "oorandom"
638
+ version = "11.1.5"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
641
+
642
+ [[package]]
643
+ name = "pin-project-lite"
644
+ version = "0.2.17"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
647
+
648
+ [[package]]
649
+ name = "portable-atomic"
650
+ version = "1.13.1"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
653
+
654
+ [[package]]
655
+ name = "proc-macro2"
656
+ version = "1.0.106"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
659
+ dependencies = [
660
+ "unicode-ident",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "ptr_meta"
665
+ version = "0.3.1"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79"
668
+ dependencies = [
669
+ "ptr_meta_derive",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "ptr_meta_derive"
674
+ version = "0.3.1"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1"
677
+ dependencies = [
678
+ "proc-macro2",
679
+ "quote",
680
+ "syn",
681
+ ]
682
+
683
+ [[package]]
684
+ name = "pyo3"
685
+ version = "0.23.5"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
688
+ dependencies = [
689
+ "cfg-if",
690
+ "indoc",
691
+ "libc",
692
+ "memoffset",
693
+ "once_cell",
694
+ "portable-atomic",
695
+ "pyo3-build-config",
696
+ "pyo3-ffi",
697
+ "pyo3-macros",
698
+ "unindent",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "pyo3-build-config"
703
+ version = "0.23.5"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
706
+ dependencies = [
707
+ "once_cell",
708
+ "python3-dll-a",
709
+ "target-lexicon",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "pyo3-ffi"
714
+ version = "0.23.5"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
717
+ dependencies = [
718
+ "libc",
719
+ "pyo3-build-config",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "pyo3-macros"
724
+ version = "0.23.5"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
727
+ dependencies = [
728
+ "proc-macro2",
729
+ "pyo3-macros-backend",
730
+ "quote",
731
+ "syn",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "pyo3-macros-backend"
736
+ version = "0.23.5"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
739
+ dependencies = [
740
+ "heck",
741
+ "proc-macro2",
742
+ "pyo3-build-config",
743
+ "quote",
744
+ "syn",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "python3-dll-a"
749
+ version = "0.2.15"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b"
752
+ dependencies = [
753
+ "cc",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "quote"
758
+ version = "1.0.46"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
761
+ dependencies = [
762
+ "proc-macro2",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "rancor"
767
+ version = "0.1.1"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee"
770
+ dependencies = [
771
+ "ptr_meta",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "rayon"
776
+ version = "1.12.0"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
779
+ dependencies = [
780
+ "either",
781
+ "rayon-core",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "rayon-core"
786
+ version = "1.13.0"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
789
+ dependencies = [
790
+ "crossbeam-deque",
791
+ "crossbeam-utils",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "regex"
796
+ version = "1.12.4"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
799
+ dependencies = [
800
+ "aho-corasick",
801
+ "memchr",
802
+ "regex-automata",
803
+ "regex-syntax",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "regex-automata"
808
+ version = "0.4.14"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
811
+ dependencies = [
812
+ "aho-corasick",
813
+ "memchr",
814
+ "regex-syntax",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "regex-syntax"
819
+ version = "0.8.11"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
822
+
823
+ [[package]]
824
+ name = "rend"
825
+ version = "0.5.3"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6"
828
+ dependencies = [
829
+ "bytecheck",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "rkyv"
834
+ version = "0.8.16"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3"
837
+ dependencies = [
838
+ "bytecheck",
839
+ "bytes",
840
+ "hashbrown",
841
+ "indexmap",
842
+ "munge",
843
+ "ptr_meta",
844
+ "rancor",
845
+ "rend",
846
+ "rkyv_derive",
847
+ "tinyvec",
848
+ "uuid",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "rkyv_derive"
853
+ version = "0.8.16"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6"
856
+ dependencies = [
857
+ "proc-macro2",
858
+ "quote",
859
+ "syn",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "rustversion"
864
+ version = "1.0.22"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
867
+
868
+ [[package]]
869
+ name = "same-file"
870
+ version = "1.0.6"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
873
+ dependencies = [
874
+ "winapi-util",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "serde"
879
+ version = "1.0.228"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
882
+ dependencies = [
883
+ "serde_core",
884
+ "serde_derive",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "serde_core"
889
+ version = "1.0.228"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
892
+ dependencies = [
893
+ "serde_derive",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "serde_derive"
898
+ version = "1.0.228"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
901
+ dependencies = [
902
+ "proc-macro2",
903
+ "quote",
904
+ "syn",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "serde_json"
909
+ version = "1.0.150"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
912
+ dependencies = [
913
+ "indexmap",
914
+ "itoa",
915
+ "memchr",
916
+ "serde",
917
+ "serde_core",
918
+ "zmij",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "sha2"
923
+ version = "0.10.9"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
926
+ dependencies = [
927
+ "cfg-if",
928
+ "cpufeatures 0.2.17",
929
+ "digest",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "shlex"
934
+ version = "2.0.1"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
937
+
938
+ [[package]]
939
+ name = "simd-adler32"
940
+ version = "0.3.9"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
943
+
944
+ [[package]]
945
+ name = "simdutf8"
946
+ version = "0.1.5"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
949
+
950
+ [[package]]
951
+ name = "slab"
952
+ version = "0.4.12"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
955
+
956
+ [[package]]
957
+ name = "strsim"
958
+ version = "0.11.1"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
961
+
962
+ [[package]]
963
+ name = "syn"
964
+ version = "2.0.118"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
967
+ dependencies = [
968
+ "proc-macro2",
969
+ "quote",
970
+ "unicode-ident",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "target-lexicon"
975
+ version = "0.12.16"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
978
+
979
+ [[package]]
980
+ name = "thiserror"
981
+ version = "2.0.18"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
984
+ dependencies = [
985
+ "thiserror-impl",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "thiserror-impl"
990
+ version = "2.0.18"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
993
+ dependencies = [
994
+ "proc-macro2",
995
+ "quote",
996
+ "syn",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "tinytemplate"
1001
+ version = "1.2.1"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1004
+ dependencies = [
1005
+ "serde",
1006
+ "serde_json",
1007
+ ]
1008
+
1009
+ [[package]]
1010
+ name = "tinyvec"
1011
+ version = "1.11.0"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1014
+ dependencies = [
1015
+ "tinyvec_macros",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "tinyvec_macros"
1020
+ version = "0.1.1"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1023
+
1024
+ [[package]]
1025
+ name = "typenum"
1026
+ version = "1.20.1"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1029
+
1030
+ [[package]]
1031
+ name = "ultravin-build"
1032
+ version = "0.0.1"
1033
+ dependencies = [
1034
+ "blake3",
1035
+ "clap",
1036
+ "serde",
1037
+ "serde_json",
1038
+ "sha2",
1039
+ "ultravin-core",
1040
+ "zip",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "ultravin-core"
1045
+ version = "0.0.1"
1046
+ dependencies = [
1047
+ "blake3",
1048
+ "criterion",
1049
+ "memmap2",
1050
+ "rayon",
1051
+ "regex",
1052
+ "rkyv",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "ultravin-py"
1057
+ version = "0.0.1"
1058
+ dependencies = [
1059
+ "pyo3",
1060
+ "ultravin-core",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "unicode-ident"
1065
+ version = "1.0.24"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1068
+
1069
+ [[package]]
1070
+ name = "unindent"
1071
+ version = "0.2.4"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1074
+
1075
+ [[package]]
1076
+ name = "utf8parse"
1077
+ version = "0.2.2"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1080
+
1081
+ [[package]]
1082
+ name = "uuid"
1083
+ version = "1.23.4"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
1086
+ dependencies = [
1087
+ "js-sys",
1088
+ "wasm-bindgen",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "version_check"
1093
+ version = "0.9.5"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1096
+
1097
+ [[package]]
1098
+ name = "walkdir"
1099
+ version = "2.5.0"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1102
+ dependencies = [
1103
+ "same-file",
1104
+ "winapi-util",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "wasm-bindgen"
1109
+ version = "0.2.126"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1112
+ dependencies = [
1113
+ "cfg-if",
1114
+ "once_cell",
1115
+ "rustversion",
1116
+ "wasm-bindgen-macro",
1117
+ "wasm-bindgen-shared",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "wasm-bindgen-macro"
1122
+ version = "0.2.126"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1125
+ dependencies = [
1126
+ "quote",
1127
+ "wasm-bindgen-macro-support",
1128
+ ]
1129
+
1130
+ [[package]]
1131
+ name = "wasm-bindgen-macro-support"
1132
+ version = "0.2.126"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1135
+ dependencies = [
1136
+ "bumpalo",
1137
+ "proc-macro2",
1138
+ "quote",
1139
+ "syn",
1140
+ "wasm-bindgen-shared",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "wasm-bindgen-shared"
1145
+ version = "0.2.126"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1148
+ dependencies = [
1149
+ "unicode-ident",
1150
+ ]
1151
+
1152
+ [[package]]
1153
+ name = "winapi-util"
1154
+ version = "0.1.11"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1157
+ dependencies = [
1158
+ "windows-sys",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "windows-link"
1163
+ version = "0.2.1"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1166
+
1167
+ [[package]]
1168
+ name = "windows-sys"
1169
+ version = "0.61.2"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1172
+ dependencies = [
1173
+ "windows-link",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "zerocopy"
1178
+ version = "0.8.52"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
1181
+ dependencies = [
1182
+ "zerocopy-derive",
1183
+ ]
1184
+
1185
+ [[package]]
1186
+ name = "zerocopy-derive"
1187
+ version = "0.8.52"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
1190
+ dependencies = [
1191
+ "proc-macro2",
1192
+ "quote",
1193
+ "syn",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "zip"
1198
+ version = "2.4.2"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
1201
+ dependencies = [
1202
+ "arbitrary",
1203
+ "crc32fast",
1204
+ "crossbeam-utils",
1205
+ "displaydoc",
1206
+ "flate2",
1207
+ "indexmap",
1208
+ "memchr",
1209
+ "thiserror",
1210
+ "zopfli",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "zmij"
1215
+ version = "1.0.21"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1218
+
1219
+ [[package]]
1220
+ name = "zopfli"
1221
+ version = "0.8.3"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
1224
+ dependencies = [
1225
+ "bumpalo",
1226
+ "crc32fast",
1227
+ "log",
1228
+ "simd-adler32",
1229
+ ]