chunkstore 0.1.0__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 (38) hide show
  1. chunkstore-0.1.0/Cargo.lock +855 -0
  2. chunkstore-0.1.0/Cargo.toml +37 -0
  3. chunkstore-0.1.0/PKG-INFO +425 -0
  4. chunkstore-0.1.0/README.md +391 -0
  5. chunkstore-0.1.0/core/Cargo.toml +41 -0
  6. chunkstore-0.1.0/core/README.md +391 -0
  7. chunkstore-0.1.0/core/benches/chunking.rs +80 -0
  8. chunkstore-0.1.0/core/benches/dedup.rs +86 -0
  9. chunkstore-0.1.0/core/examples/workload_analysis.rs +133 -0
  10. chunkstore-0.1.0/core/include/chunkstore.h +66 -0
  11. chunkstore-0.1.0/core/src/chunker/cdc.rs +176 -0
  12. chunkstore-0.1.0/core/src/chunker/fixed.rs +57 -0
  13. chunkstore-0.1.0/core/src/chunker/mod.rs +54 -0
  14. chunkstore-0.1.0/core/src/error.rs +39 -0
  15. chunkstore-0.1.0/core/src/ffi/mod.rs +9 -0
  16. chunkstore-0.1.0/core/src/ffi/store_ffi.rs +396 -0
  17. chunkstore-0.1.0/core/src/ffi/types.rs +50 -0
  18. chunkstore-0.1.0/core/src/hasher.rs +65 -0
  19. chunkstore-0.1.0/core/src/lib.rs +15 -0
  20. chunkstore-0.1.0/core/src/store/fs_backend.rs +147 -0
  21. chunkstore-0.1.0/core/src/store/manifest.rs +48 -0
  22. chunkstore-0.1.0/core/src/store/mod.rs +425 -0
  23. chunkstore-0.1.0/core/src/store/persistence.rs +160 -0
  24. chunkstore-0.1.0/core/src/store/refcount.rs +52 -0
  25. chunkstore-0.1.0/core/src/store/stats.rs +48 -0
  26. chunkstore-0.1.0/core/tests/common/mod.rs +75 -0
  27. chunkstore-0.1.0/core/tests/integration.rs +38 -0
  28. chunkstore-0.1.0/core/tests/scenarios.rs +132 -0
  29. chunkstore-0.1.0/pyproject.toml +51 -0
  30. chunkstore-0.1.0/python/Cargo.toml +22 -0
  31. chunkstore-0.1.0/python/README.md +18 -0
  32. chunkstore-0.1.0/python/src/lib.rs +227 -0
  33. chunkstore-0.1.0/python/tests/test_cross_lang.py +77 -0
  34. chunkstore-0.1.0/python/tests/test_scenarios.py +110 -0
  35. chunkstore-0.1.0/python_src/chunkstore/__init__.py +17 -0
  36. chunkstore-0.1.0/python_src/chunkstore/backend.py +84 -0
  37. chunkstore-0.1.0/python_src/chunkstore/client.py +27 -0
  38. chunkstore-0.1.0/python_src/chunkstore/store.py +47 -0
@@ -0,0 +1,855 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anes"
16
+ version = "0.1.6"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.14"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
25
+
26
+ [[package]]
27
+ name = "autocfg"
28
+ version = "1.5.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
31
+
32
+ [[package]]
33
+ name = "bitflags"
34
+ version = "2.13.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
37
+
38
+ [[package]]
39
+ name = "block-buffer"
40
+ version = "0.10.4"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
43
+ dependencies = [
44
+ "generic-array",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "bumpalo"
49
+ version = "3.20.3"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
52
+
53
+ [[package]]
54
+ name = "cast"
55
+ version = "0.3.0"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
58
+
59
+ [[package]]
60
+ name = "cfg-if"
61
+ version = "1.0.4"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
64
+
65
+ [[package]]
66
+ name = "chunkstore-core"
67
+ version = "0.1.0"
68
+ dependencies = [
69
+ "criterion",
70
+ "fastcdc",
71
+ "serde",
72
+ "serde_json",
73
+ "sha2",
74
+ "tempfile",
75
+ "thiserror",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "chunkstore-py"
80
+ version = "0.1.0"
81
+ dependencies = [
82
+ "chunkstore-core",
83
+ "pyo3",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "ciborium"
88
+ version = "0.2.2"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
91
+ dependencies = [
92
+ "ciborium-io",
93
+ "ciborium-ll",
94
+ "serde",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "ciborium-io"
99
+ version = "0.2.2"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
102
+
103
+ [[package]]
104
+ name = "ciborium-ll"
105
+ version = "0.2.2"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
108
+ dependencies = [
109
+ "ciborium-io",
110
+ "half",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "clap"
115
+ version = "4.6.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
118
+ dependencies = [
119
+ "clap_builder",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "clap_builder"
124
+ version = "4.6.0"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
127
+ dependencies = [
128
+ "anstyle",
129
+ "clap_lex",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "clap_lex"
134
+ version = "1.1.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
137
+
138
+ [[package]]
139
+ name = "cpufeatures"
140
+ version = "0.2.17"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
143
+ dependencies = [
144
+ "libc",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "criterion"
149
+ version = "0.5.1"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
152
+ dependencies = [
153
+ "anes",
154
+ "cast",
155
+ "ciborium",
156
+ "clap",
157
+ "criterion-plot",
158
+ "is-terminal",
159
+ "itertools",
160
+ "num-traits",
161
+ "once_cell",
162
+ "oorandom",
163
+ "plotters",
164
+ "rayon",
165
+ "regex",
166
+ "serde",
167
+ "serde_derive",
168
+ "serde_json",
169
+ "tinytemplate",
170
+ "walkdir",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "criterion-plot"
175
+ version = "0.5.0"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
178
+ dependencies = [
179
+ "cast",
180
+ "itertools",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "crossbeam-deque"
185
+ version = "0.8.6"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
188
+ dependencies = [
189
+ "crossbeam-epoch",
190
+ "crossbeam-utils",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "crossbeam-epoch"
195
+ version = "0.9.18"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
198
+ dependencies = [
199
+ "crossbeam-utils",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "crossbeam-utils"
204
+ version = "0.8.21"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
207
+
208
+ [[package]]
209
+ name = "crunchy"
210
+ version = "0.2.4"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
213
+
214
+ [[package]]
215
+ name = "crypto-common"
216
+ version = "0.1.7"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
219
+ dependencies = [
220
+ "generic-array",
221
+ "typenum",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "digest"
226
+ version = "0.10.7"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
229
+ dependencies = [
230
+ "block-buffer",
231
+ "crypto-common",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "either"
236
+ version = "1.16.0"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
239
+
240
+ [[package]]
241
+ name = "errno"
242
+ version = "0.3.14"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
245
+ dependencies = [
246
+ "libc",
247
+ "windows-sys",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "fastcdc"
252
+ version = "4.0.1"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "77af40d8a8dadb92dc178569a5f5edb5f3056e98255c2de48ab5d59a52892e0c"
255
+
256
+ [[package]]
257
+ name = "fastrand"
258
+ version = "2.4.1"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
261
+
262
+ [[package]]
263
+ name = "futures-core"
264
+ version = "0.3.32"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
267
+
268
+ [[package]]
269
+ name = "futures-task"
270
+ version = "0.3.32"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
273
+
274
+ [[package]]
275
+ name = "futures-util"
276
+ version = "0.3.32"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
279
+ dependencies = [
280
+ "futures-core",
281
+ "futures-task",
282
+ "pin-project-lite",
283
+ "slab",
284
+ ]
285
+
286
+ [[package]]
287
+ name = "generic-array"
288
+ version = "0.14.7"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
291
+ dependencies = [
292
+ "typenum",
293
+ "version_check",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "getrandom"
298
+ version = "0.4.3"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
301
+ dependencies = [
302
+ "cfg-if",
303
+ "libc",
304
+ "r-efi",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "half"
309
+ version = "2.7.1"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
312
+ dependencies = [
313
+ "cfg-if",
314
+ "crunchy",
315
+ "zerocopy",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "heck"
320
+ version = "0.5.0"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
323
+
324
+ [[package]]
325
+ name = "hermit-abi"
326
+ version = "0.5.2"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
329
+
330
+ [[package]]
331
+ name = "is-terminal"
332
+ version = "0.4.17"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
335
+ dependencies = [
336
+ "hermit-abi",
337
+ "libc",
338
+ "windows-sys",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "itertools"
343
+ version = "0.10.5"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
346
+ dependencies = [
347
+ "either",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "itoa"
352
+ version = "1.0.18"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
355
+
356
+ [[package]]
357
+ name = "js-sys"
358
+ version = "0.3.102"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
361
+ dependencies = [
362
+ "cfg-if",
363
+ "futures-util",
364
+ "wasm-bindgen",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "libc"
369
+ version = "0.2.186"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
372
+
373
+ [[package]]
374
+ name = "linux-raw-sys"
375
+ version = "0.12.1"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
378
+
379
+ [[package]]
380
+ name = "memchr"
381
+ version = "2.8.2"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
384
+
385
+ [[package]]
386
+ name = "num-traits"
387
+ version = "0.2.19"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
390
+ dependencies = [
391
+ "autocfg",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "once_cell"
396
+ version = "1.21.4"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
399
+
400
+ [[package]]
401
+ name = "oorandom"
402
+ version = "11.1.5"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
405
+
406
+ [[package]]
407
+ name = "pin-project-lite"
408
+ version = "0.2.17"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
411
+
412
+ [[package]]
413
+ name = "plotters"
414
+ version = "0.3.7"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
417
+ dependencies = [
418
+ "num-traits",
419
+ "plotters-backend",
420
+ "plotters-svg",
421
+ "wasm-bindgen",
422
+ "web-sys",
423
+ ]
424
+
425
+ [[package]]
426
+ name = "plotters-backend"
427
+ version = "0.3.7"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
430
+
431
+ [[package]]
432
+ name = "plotters-svg"
433
+ version = "0.3.7"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
436
+ dependencies = [
437
+ "plotters-backend",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "portable-atomic"
442
+ version = "1.13.1"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
445
+
446
+ [[package]]
447
+ name = "proc-macro2"
448
+ version = "1.0.106"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
451
+ dependencies = [
452
+ "unicode-ident",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "pyo3"
457
+ version = "0.29.0"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
460
+ dependencies = [
461
+ "libc",
462
+ "once_cell",
463
+ "portable-atomic",
464
+ "pyo3-build-config",
465
+ "pyo3-ffi",
466
+ "pyo3-macros",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "pyo3-build-config"
471
+ version = "0.29.0"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
474
+ dependencies = [
475
+ "target-lexicon",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "pyo3-ffi"
480
+ version = "0.29.0"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
483
+ dependencies = [
484
+ "libc",
485
+ "pyo3-build-config",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "pyo3-macros"
490
+ version = "0.29.0"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
493
+ dependencies = [
494
+ "proc-macro2",
495
+ "pyo3-macros-backend",
496
+ "quote",
497
+ "syn",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "pyo3-macros-backend"
502
+ version = "0.29.0"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
505
+ dependencies = [
506
+ "heck",
507
+ "proc-macro2",
508
+ "quote",
509
+ "syn",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "quote"
514
+ version = "1.0.46"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
517
+ dependencies = [
518
+ "proc-macro2",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "r-efi"
523
+ version = "6.0.0"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
526
+
527
+ [[package]]
528
+ name = "rayon"
529
+ version = "1.12.0"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
532
+ dependencies = [
533
+ "either",
534
+ "rayon-core",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "rayon-core"
539
+ version = "1.13.0"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
542
+ dependencies = [
543
+ "crossbeam-deque",
544
+ "crossbeam-utils",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "regex"
549
+ version = "1.12.4"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
552
+ dependencies = [
553
+ "aho-corasick",
554
+ "memchr",
555
+ "regex-automata",
556
+ "regex-syntax",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "regex-automata"
561
+ version = "0.4.14"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
564
+ dependencies = [
565
+ "aho-corasick",
566
+ "memchr",
567
+ "regex-syntax",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "regex-syntax"
572
+ version = "0.8.11"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
575
+
576
+ [[package]]
577
+ name = "rustix"
578
+ version = "1.1.4"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
581
+ dependencies = [
582
+ "bitflags",
583
+ "errno",
584
+ "libc",
585
+ "linux-raw-sys",
586
+ "windows-sys",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "rustversion"
591
+ version = "1.0.22"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
594
+
595
+ [[package]]
596
+ name = "same-file"
597
+ version = "1.0.6"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
600
+ dependencies = [
601
+ "winapi-util",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "serde"
606
+ version = "1.0.228"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
609
+ dependencies = [
610
+ "serde_core",
611
+ "serde_derive",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "serde_core"
616
+ version = "1.0.228"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
619
+ dependencies = [
620
+ "serde_derive",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "serde_derive"
625
+ version = "1.0.228"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
628
+ dependencies = [
629
+ "proc-macro2",
630
+ "quote",
631
+ "syn",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "serde_json"
636
+ version = "1.0.150"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
639
+ dependencies = [
640
+ "itoa",
641
+ "memchr",
642
+ "serde",
643
+ "serde_core",
644
+ "zmij",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "sha2"
649
+ version = "0.10.9"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
652
+ dependencies = [
653
+ "cfg-if",
654
+ "cpufeatures",
655
+ "digest",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "slab"
660
+ version = "0.4.12"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
663
+
664
+ [[package]]
665
+ name = "syn"
666
+ version = "2.0.118"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
669
+ dependencies = [
670
+ "proc-macro2",
671
+ "quote",
672
+ "unicode-ident",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "target-lexicon"
677
+ version = "0.13.5"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
680
+
681
+ [[package]]
682
+ name = "tempfile"
683
+ version = "3.27.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
686
+ dependencies = [
687
+ "fastrand",
688
+ "getrandom",
689
+ "once_cell",
690
+ "rustix",
691
+ "windows-sys",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "thiserror"
696
+ version = "1.0.69"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
699
+ dependencies = [
700
+ "thiserror-impl",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "thiserror-impl"
705
+ version = "1.0.69"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
708
+ dependencies = [
709
+ "proc-macro2",
710
+ "quote",
711
+ "syn",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "tinytemplate"
716
+ version = "1.2.1"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
719
+ dependencies = [
720
+ "serde",
721
+ "serde_json",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "typenum"
726
+ version = "1.20.1"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
729
+
730
+ [[package]]
731
+ name = "unicode-ident"
732
+ version = "1.0.24"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
735
+
736
+ [[package]]
737
+ name = "version_check"
738
+ version = "0.9.5"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
741
+
742
+ [[package]]
743
+ name = "walkdir"
744
+ version = "2.5.0"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
747
+ dependencies = [
748
+ "same-file",
749
+ "winapi-util",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "wasm-bindgen"
754
+ version = "0.2.125"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
757
+ dependencies = [
758
+ "cfg-if",
759
+ "once_cell",
760
+ "rustversion",
761
+ "wasm-bindgen-macro",
762
+ "wasm-bindgen-shared",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "wasm-bindgen-macro"
767
+ version = "0.2.125"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
770
+ dependencies = [
771
+ "quote",
772
+ "wasm-bindgen-macro-support",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "wasm-bindgen-macro-support"
777
+ version = "0.2.125"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
780
+ dependencies = [
781
+ "bumpalo",
782
+ "proc-macro2",
783
+ "quote",
784
+ "syn",
785
+ "wasm-bindgen-shared",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "wasm-bindgen-shared"
790
+ version = "0.2.125"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
793
+ dependencies = [
794
+ "unicode-ident",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "web-sys"
799
+ version = "0.3.102"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
802
+ dependencies = [
803
+ "js-sys",
804
+ "wasm-bindgen",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "winapi-util"
809
+ version = "0.1.11"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
812
+ dependencies = [
813
+ "windows-sys",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "windows-link"
818
+ version = "0.2.1"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
821
+
822
+ [[package]]
823
+ name = "windows-sys"
824
+ version = "0.61.2"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
827
+ dependencies = [
828
+ "windows-link",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "zerocopy"
833
+ version = "0.8.52"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
836
+ dependencies = [
837
+ "zerocopy-derive",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "zerocopy-derive"
842
+ version = "0.8.52"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
845
+ dependencies = [
846
+ "proc-macro2",
847
+ "quote",
848
+ "syn",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "zmij"
853
+ version = "1.0.21"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"