dam-rs 0.6.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.
@@ -0,0 +1,887 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "action-bus"
7
+ version = "0.6.0"
8
+ dependencies = [
9
+ "parking_lot",
10
+ ]
11
+
12
+ [[package]]
13
+ name = "array-init"
14
+ version = "2.1.0"
15
+ source = "registry+https://github.com/rust-lang/crates.io-index"
16
+ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
17
+
18
+ [[package]]
19
+ name = "autocfg"
20
+ version = "1.5.0"
21
+ source = "registry+https://github.com/rust-lang/crates.io-index"
22
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
23
+
24
+ [[package]]
25
+ name = "bimap"
26
+ version = "0.6.3"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
29
+
30
+ [[package]]
31
+ name = "binrw"
32
+ version = "0.12.1"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "0c1faf7031c34c71da53eec4e070cf90c3b825729e21ca3aab51b20da4a1d1d9"
35
+ dependencies = [
36
+ "array-init",
37
+ "binrw_derive",
38
+ "bytemuck",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "binrw_derive"
43
+ version = "0.12.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "1c5eb3446e2f5ea7fa9a6f2cb594648c73bf2dbc60eccf3b2fa41834e5449150"
46
+ dependencies = [
47
+ "either",
48
+ "owo-colors",
49
+ "proc-macro2",
50
+ "quote",
51
+ "syn 1.0.109",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "bitflags"
56
+ version = "2.11.0"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
59
+
60
+ [[package]]
61
+ name = "bytemuck"
62
+ version = "1.25.0"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
65
+
66
+ [[package]]
67
+ name = "byteorder"
68
+ version = "1.5.0"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
71
+
72
+ [[package]]
73
+ name = "byteorder-lite"
74
+ version = "0.1.0"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
77
+
78
+ [[package]]
79
+ name = "cc"
80
+ version = "1.2.60"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
83
+ dependencies = [
84
+ "find-msvc-tools",
85
+ "jobserver",
86
+ "libc",
87
+ "shlex",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "cfg-if"
92
+ version = "1.0.4"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
95
+
96
+ [[package]]
97
+ name = "crc32fast"
98
+ version = "1.5.0"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
101
+ dependencies = [
102
+ "cfg-if",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "crossbeam"
107
+ version = "0.8.4"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
110
+ dependencies = [
111
+ "crossbeam-channel",
112
+ "crossbeam-deque",
113
+ "crossbeam-epoch",
114
+ "crossbeam-queue",
115
+ "crossbeam-utils",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "crossbeam-channel"
120
+ version = "0.5.15"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
123
+ dependencies = [
124
+ "crossbeam-utils",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "crossbeam-deque"
129
+ version = "0.8.6"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
132
+ dependencies = [
133
+ "crossbeam-epoch",
134
+ "crossbeam-utils",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "crossbeam-epoch"
139
+ version = "0.9.18"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
142
+ dependencies = [
143
+ "crossbeam-utils",
144
+ ]
145
+
146
+ [[package]]
147
+ name = "crossbeam-queue"
148
+ version = "0.3.12"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
151
+ dependencies = [
152
+ "crossbeam-utils",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "crossbeam-utils"
157
+ version = "0.8.21"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
160
+
161
+ [[package]]
162
+ name = "dam-py"
163
+ version = "0.6.0"
164
+ dependencies = [
165
+ "action-bus",
166
+ "image-writer",
167
+ "log",
168
+ "mcap-writer",
169
+ "metric-bus",
170
+ "observation-bus",
171
+ "parking_lot",
172
+ "pyo3",
173
+ "risk-controller",
174
+ "serde_json",
175
+ "serializer-bus",
176
+ "watchdog",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "darling"
181
+ version = "0.21.3"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
184
+ dependencies = [
185
+ "darling_core",
186
+ "darling_macro",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "darling_core"
191
+ version = "0.21.3"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
194
+ dependencies = [
195
+ "fnv",
196
+ "ident_case",
197
+ "proc-macro2",
198
+ "quote",
199
+ "syn 2.0.117",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "darling_macro"
204
+ version = "0.21.3"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
207
+ dependencies = [
208
+ "darling_core",
209
+ "quote",
210
+ "syn 2.0.117",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "decision-aggregator"
215
+ version = "0.6.0"
216
+ dependencies = [
217
+ "parking_lot",
218
+ "serde",
219
+ "serde_json",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "either"
224
+ version = "1.15.0"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
227
+
228
+ [[package]]
229
+ name = "enumset"
230
+ version = "1.1.10"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634"
233
+ dependencies = [
234
+ "enumset_derive",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "enumset_derive"
239
+ version = "0.14.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce"
242
+ dependencies = [
243
+ "darling",
244
+ "proc-macro2",
245
+ "quote",
246
+ "syn 2.0.117",
247
+ ]
248
+
249
+ [[package]]
250
+ name = "find-msvc-tools"
251
+ version = "0.1.9"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
254
+
255
+ [[package]]
256
+ name = "fnv"
257
+ version = "1.0.7"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
260
+
261
+ [[package]]
262
+ name = "getrandom"
263
+ version = "0.3.4"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
266
+ dependencies = [
267
+ "cfg-if",
268
+ "libc",
269
+ "r-efi",
270
+ "wasip2",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "heck"
275
+ version = "0.5.0"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
278
+
279
+ [[package]]
280
+ name = "hermit-abi"
281
+ version = "0.5.2"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
284
+
285
+ [[package]]
286
+ name = "ident_case"
287
+ version = "1.0.1"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
290
+
291
+ [[package]]
292
+ name = "image"
293
+ version = "0.25.10"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
296
+ dependencies = [
297
+ "bytemuck",
298
+ "byteorder-lite",
299
+ "moxcms",
300
+ "num-traits",
301
+ "zune-core",
302
+ "zune-jpeg",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "image-writer"
307
+ version = "0.6.0"
308
+ dependencies = [
309
+ "image",
310
+ "log",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "indoc"
315
+ version = "2.0.7"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
318
+ dependencies = [
319
+ "rustversion",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "itoa"
324
+ version = "1.0.18"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
327
+
328
+ [[package]]
329
+ name = "jobserver"
330
+ version = "0.1.34"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
333
+ dependencies = [
334
+ "getrandom",
335
+ "libc",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "libc"
340
+ version = "0.2.184"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
343
+
344
+ [[package]]
345
+ name = "lock_api"
346
+ version = "0.4.14"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
349
+ dependencies = [
350
+ "scopeguard",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "log"
355
+ version = "0.4.29"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
358
+
359
+ [[package]]
360
+ name = "loopback"
361
+ version = "0.6.0"
362
+ dependencies = [
363
+ "parking_lot",
364
+ "serde",
365
+ "serde_json",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "lz4"
370
+ version = "1.28.1"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
373
+ dependencies = [
374
+ "lz4-sys",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "lz4-sys"
379
+ version = "1.11.1+lz4-1.10.0"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
382
+ dependencies = [
383
+ "cc",
384
+ "libc",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "mcap"
389
+ version = "0.24.0"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "43908ab970f3a880b02834055a1e04221a3056f442a65ae9111f63e550e7daa5"
392
+ dependencies = [
393
+ "bimap",
394
+ "binrw",
395
+ "byteorder",
396
+ "crc32fast",
397
+ "enumset",
398
+ "log",
399
+ "lz4",
400
+ "num_cpus",
401
+ "paste",
402
+ "static_assertions",
403
+ "thiserror",
404
+ "zstd",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "mcap-writer"
409
+ version = "0.6.0"
410
+ dependencies = [
411
+ "crossbeam",
412
+ "image-writer",
413
+ "log",
414
+ "mcap",
415
+ "rmp-serde",
416
+ "serde",
417
+ "serde_bytes",
418
+ "serde_json",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "memchr"
423
+ version = "2.8.0"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
426
+
427
+ [[package]]
428
+ name = "memoffset"
429
+ version = "0.9.1"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
432
+ dependencies = [
433
+ "autocfg",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "metric-bus"
438
+ version = "0.6.0"
439
+ dependencies = [
440
+ "parking_lot",
441
+ ]
442
+
443
+ [[package]]
444
+ name = "moxcms"
445
+ version = "0.8.1"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
448
+ dependencies = [
449
+ "num-traits",
450
+ "pxfm",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "num-traits"
455
+ version = "0.2.19"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
458
+ dependencies = [
459
+ "autocfg",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "num_cpus"
464
+ version = "1.17.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
467
+ dependencies = [
468
+ "hermit-abi",
469
+ "libc",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "observation-bus"
474
+ version = "0.6.0"
475
+ dependencies = [
476
+ "parking_lot",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "once_cell"
481
+ version = "1.21.4"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
484
+
485
+ [[package]]
486
+ name = "owo-colors"
487
+ version = "3.5.0"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
490
+
491
+ [[package]]
492
+ name = "parking_lot"
493
+ version = "0.12.5"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
496
+ dependencies = [
497
+ "lock_api",
498
+ "parking_lot_core",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "parking_lot_core"
503
+ version = "0.9.12"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
506
+ dependencies = [
507
+ "cfg-if",
508
+ "libc",
509
+ "redox_syscall",
510
+ "smallvec",
511
+ "windows-link",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "paste"
516
+ version = "1.0.15"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
519
+
520
+ [[package]]
521
+ name = "pkg-config"
522
+ version = "0.3.33"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
525
+
526
+ [[package]]
527
+ name = "portable-atomic"
528
+ version = "1.13.1"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
531
+
532
+ [[package]]
533
+ name = "proc-macro2"
534
+ version = "1.0.106"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
537
+ dependencies = [
538
+ "unicode-ident",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "pxfm"
543
+ version = "0.1.28"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d"
546
+
547
+ [[package]]
548
+ name = "pyo3"
549
+ version = "0.22.6"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
552
+ dependencies = [
553
+ "cfg-if",
554
+ "indoc",
555
+ "libc",
556
+ "memoffset",
557
+ "once_cell",
558
+ "portable-atomic",
559
+ "pyo3-build-config",
560
+ "pyo3-ffi",
561
+ "pyo3-macros",
562
+ "unindent",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "pyo3-build-config"
567
+ version = "0.22.6"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
570
+ dependencies = [
571
+ "once_cell",
572
+ "target-lexicon",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "pyo3-ffi"
577
+ version = "0.22.6"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
580
+ dependencies = [
581
+ "libc",
582
+ "pyo3-build-config",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "pyo3-macros"
587
+ version = "0.22.6"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
590
+ dependencies = [
591
+ "proc-macro2",
592
+ "pyo3-macros-backend",
593
+ "quote",
594
+ "syn 2.0.117",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "pyo3-macros-backend"
599
+ version = "0.22.6"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
602
+ dependencies = [
603
+ "heck",
604
+ "proc-macro2",
605
+ "pyo3-build-config",
606
+ "quote",
607
+ "syn 2.0.117",
608
+ ]
609
+
610
+ [[package]]
611
+ name = "quote"
612
+ version = "1.0.45"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
615
+ dependencies = [
616
+ "proc-macro2",
617
+ ]
618
+
619
+ [[package]]
620
+ name = "r-efi"
621
+ version = "5.3.0"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
624
+
625
+ [[package]]
626
+ name = "redox_syscall"
627
+ version = "0.5.18"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
630
+ dependencies = [
631
+ "bitflags",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "risk-controller"
636
+ version = "0.6.0"
637
+ dependencies = [
638
+ "parking_lot",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "rmp"
643
+ version = "0.8.15"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
646
+ dependencies = [
647
+ "num-traits",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "rmp-serde"
652
+ version = "1.3.1"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
655
+ dependencies = [
656
+ "rmp",
657
+ "serde",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "rustversion"
662
+ version = "1.0.22"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
665
+
666
+ [[package]]
667
+ name = "scopeguard"
668
+ version = "1.2.0"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
671
+
672
+ [[package]]
673
+ name = "serde"
674
+ version = "1.0.228"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
677
+ dependencies = [
678
+ "serde_core",
679
+ "serde_derive",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "serde_bytes"
684
+ version = "0.11.19"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
687
+ dependencies = [
688
+ "serde",
689
+ "serde_core",
690
+ ]
691
+
692
+ [[package]]
693
+ name = "serde_core"
694
+ version = "1.0.228"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
697
+ dependencies = [
698
+ "serde_derive",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "serde_derive"
703
+ version = "1.0.228"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
706
+ dependencies = [
707
+ "proc-macro2",
708
+ "quote",
709
+ "syn 2.0.117",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "serde_json"
714
+ version = "1.0.149"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
717
+ dependencies = [
718
+ "itoa",
719
+ "memchr",
720
+ "serde",
721
+ "serde_core",
722
+ "zmij",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "serializer-bus"
727
+ version = "0.6.0"
728
+ dependencies = [
729
+ "log",
730
+ "serde",
731
+ "serde_json",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "shlex"
736
+ version = "1.3.0"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
739
+
740
+ [[package]]
741
+ name = "smallvec"
742
+ version = "1.15.1"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
745
+
746
+ [[package]]
747
+ name = "static_assertions"
748
+ version = "1.1.0"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
751
+
752
+ [[package]]
753
+ name = "syn"
754
+ version = "1.0.109"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
757
+ dependencies = [
758
+ "proc-macro2",
759
+ "quote",
760
+ "unicode-ident",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "syn"
765
+ version = "2.0.117"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
768
+ dependencies = [
769
+ "proc-macro2",
770
+ "quote",
771
+ "unicode-ident",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "target-lexicon"
776
+ version = "0.12.16"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
779
+
780
+ [[package]]
781
+ name = "thiserror"
782
+ version = "1.0.69"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
785
+ dependencies = [
786
+ "thiserror-impl",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "thiserror-impl"
791
+ version = "1.0.69"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
794
+ dependencies = [
795
+ "proc-macro2",
796
+ "quote",
797
+ "syn 2.0.117",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "unicode-ident"
802
+ version = "1.0.24"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
805
+
806
+ [[package]]
807
+ name = "unindent"
808
+ version = "0.2.4"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
811
+
812
+ [[package]]
813
+ name = "wasip2"
814
+ version = "1.0.2+wasi-0.2.9"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
817
+ dependencies = [
818
+ "wit-bindgen",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "watchdog"
823
+ version = "0.6.0"
824
+ dependencies = [
825
+ "parking_lot",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "windows-link"
830
+ version = "0.2.1"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
833
+
834
+ [[package]]
835
+ name = "wit-bindgen"
836
+ version = "0.51.0"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
839
+
840
+ [[package]]
841
+ name = "zmij"
842
+ version = "1.0.21"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
845
+
846
+ [[package]]
847
+ name = "zstd"
848
+ version = "0.13.3"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
851
+ dependencies = [
852
+ "zstd-safe",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "zstd-safe"
857
+ version = "7.2.4"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
860
+ dependencies = [
861
+ "zstd-sys",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "zstd-sys"
866
+ version = "2.0.16+zstd.1.5.7"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
869
+ dependencies = [
870
+ "cc",
871
+ "pkg-config",
872
+ ]
873
+
874
+ [[package]]
875
+ name = "zune-core"
876
+ version = "0.5.1"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
879
+
880
+ [[package]]
881
+ name = "zune-jpeg"
882
+ version = "0.5.15"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
885
+ dependencies = [
886
+ "zune-core",
887
+ ]