cpex-pii-filter 0.2.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 (31) hide show
  1. cpex_pii_filter-0.2.0/Cargo.lock +2380 -0
  2. cpex_pii_filter-0.2.0/Cargo.toml +28 -0
  3. cpex_pii_filter-0.2.0/PKG-INFO +214 -0
  4. cpex_pii_filter-0.2.0/README.md +199 -0
  5. cpex_pii_filter-0.2.0/cpex_pii_filter/__init__.py +17 -0
  6. cpex_pii_filter-0.2.0/cpex_pii_filter/__init__.pyi +10 -0
  7. cpex_pii_filter-0.2.0/cpex_pii_filter/pii_filter.py +36 -0
  8. cpex_pii_filter-0.2.0/cpex_pii_filter/pii_filter_rust/__init__.pyi +111 -0
  9. cpex_pii_filter-0.2.0/cpex_pii_filter/plugin-manifest.yaml +30 -0
  10. cpex_pii_filter-0.2.0/crates/framework_bridge/Cargo.toml +15 -0
  11. cpex_pii_filter-0.2.0/crates/framework_bridge/src/lib.rs +29 -0
  12. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/Cargo.toml +38 -0
  13. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/Makefile +140 -0
  14. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/README.md +199 -0
  15. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/benches/pii_filter.rs +319 -0
  16. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/benchmarks/compare_pii_filter.py +65 -0
  17. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/deny.toml +27 -0
  18. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/bin/stub_gen.rs +94 -0
  19. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/config.rs +385 -0
  20. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/detector.rs +1543 -0
  21. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/lib.rs +56 -0
  22. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/masking.rs +359 -0
  23. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/patterns.rs +465 -0
  24. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/src/plugin.rs +434 -0
  25. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/tests/conftest.py +9 -0
  26. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/tests/mcpgateway_mock/__init__.py +1 -0
  27. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/tests/mcpgateway_mock/plugins/__init__.py +1 -0
  28. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/tests/mcpgateway_mock/plugins/framework.py +104 -0
  29. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/tests/test_plugin.py +372 -0
  30. cpex_pii_filter-0.2.0/plugins/rust/python-package/pii_filter/uv.lock +127 -0
  31. cpex_pii_filter-0.2.0/pyproject.toml +36 -0
@@ -0,0 +1,2380 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
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 = "alloca"
16
+ version = "0.4.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
19
+ dependencies = [
20
+ "cc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "android_system_properties"
25
+ version = "0.1.5"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
28
+ dependencies = [
29
+ "libc",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "anes"
34
+ version = "0.1.6"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "anyhow"
46
+ version = "1.0.102"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
49
+
50
+ [[package]]
51
+ name = "arc-swap"
52
+ version = "1.9.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
55
+ dependencies = [
56
+ "rustversion",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "async-trait"
61
+ version = "0.1.89"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
64
+ dependencies = [
65
+ "proc-macro2",
66
+ "quote",
67
+ "syn",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "autocfg"
72
+ version = "1.5.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
75
+
76
+ [[package]]
77
+ name = "bitflags"
78
+ version = "2.11.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
81
+
82
+ [[package]]
83
+ name = "block-buffer"
84
+ version = "0.10.4"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
87
+ dependencies = [
88
+ "generic-array",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "bumpalo"
93
+ version = "3.20.2"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
96
+
97
+ [[package]]
98
+ name = "bytes"
99
+ version = "1.11.1"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
102
+
103
+ [[package]]
104
+ name = "cast"
105
+ version = "0.3.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
108
+
109
+ [[package]]
110
+ name = "cc"
111
+ version = "1.2.58"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
114
+ dependencies = [
115
+ "find-msvc-tools",
116
+ "shlex",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "cfg-if"
121
+ version = "1.0.4"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
124
+
125
+ [[package]]
126
+ name = "chrono"
127
+ version = "0.4.44"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
130
+ dependencies = [
131
+ "iana-time-zone",
132
+ "js-sys",
133
+ "num-traits",
134
+ "wasm-bindgen",
135
+ "windows-link",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "ciborium"
140
+ version = "0.2.2"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
143
+ dependencies = [
144
+ "ciborium-io",
145
+ "ciborium-ll",
146
+ "serde",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "ciborium-io"
151
+ version = "0.2.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
154
+
155
+ [[package]]
156
+ name = "ciborium-ll"
157
+ version = "0.2.2"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
160
+ dependencies = [
161
+ "ciborium-io",
162
+ "half",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "clap"
167
+ version = "4.6.0"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
170
+ dependencies = [
171
+ "clap_builder",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "clap_builder"
176
+ version = "4.6.0"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
179
+ dependencies = [
180
+ "anstyle",
181
+ "clap_lex",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "clap_lex"
186
+ version = "1.1.0"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
189
+
190
+ [[package]]
191
+ name = "combine"
192
+ version = "4.6.7"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
195
+ dependencies = [
196
+ "bytes",
197
+ "futures-core",
198
+ "memchr",
199
+ "pin-project-lite",
200
+ "tokio",
201
+ "tokio-util",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "core-foundation-sys"
206
+ version = "0.8.7"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
209
+
210
+ [[package]]
211
+ name = "cpex_framework_bridge"
212
+ version = "0.1.0"
213
+ dependencies = [
214
+ "pyo3",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "cpufeatures"
219
+ version = "0.2.17"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
222
+ dependencies = [
223
+ "libc",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "criterion"
228
+ version = "0.8.2"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
231
+ dependencies = [
232
+ "alloca",
233
+ "anes",
234
+ "cast",
235
+ "ciborium",
236
+ "clap",
237
+ "criterion-plot",
238
+ "itertools 0.13.0",
239
+ "num-traits",
240
+ "oorandom",
241
+ "page_size",
242
+ "plotters",
243
+ "rayon",
244
+ "regex",
245
+ "serde",
246
+ "serde_json",
247
+ "tinytemplate",
248
+ "walkdir",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "criterion-plot"
253
+ version = "0.8.2"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
256
+ dependencies = [
257
+ "cast",
258
+ "itertools 0.13.0",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "crossbeam-deque"
263
+ version = "0.8.6"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
266
+ dependencies = [
267
+ "crossbeam-epoch",
268
+ "crossbeam-utils",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "crossbeam-epoch"
273
+ version = "0.9.18"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
276
+ dependencies = [
277
+ "crossbeam-utils",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "crossbeam-utils"
282
+ version = "0.8.21"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
285
+
286
+ [[package]]
287
+ name = "crunchy"
288
+ version = "0.2.4"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
291
+
292
+ [[package]]
293
+ name = "crypto-common"
294
+ version = "0.1.7"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
297
+ dependencies = [
298
+ "generic-array",
299
+ "typenum",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "deranged"
304
+ version = "0.5.8"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
307
+ dependencies = [
308
+ "powerfmt",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "digest"
313
+ version = "0.10.7"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
316
+ dependencies = [
317
+ "block-buffer",
318
+ "crypto-common",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "displaydoc"
323
+ version = "0.2.5"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
326
+ dependencies = [
327
+ "proc-macro2",
328
+ "quote",
329
+ "syn",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "either"
334
+ version = "1.15.0"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
337
+
338
+ [[package]]
339
+ name = "equivalent"
340
+ version = "1.0.2"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
343
+
344
+ [[package]]
345
+ name = "errno"
346
+ version = "0.3.14"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
349
+ dependencies = [
350
+ "libc",
351
+ "windows-sys 0.52.0",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "find-msvc-tools"
356
+ version = "0.1.9"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
359
+
360
+ [[package]]
361
+ name = "foldhash"
362
+ version = "0.1.5"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
365
+
366
+ [[package]]
367
+ name = "form_urlencoded"
368
+ version = "1.2.2"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
371
+ dependencies = [
372
+ "percent-encoding",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "futures-channel"
377
+ version = "0.3.32"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
380
+ dependencies = [
381
+ "futures-core",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "futures-core"
386
+ version = "0.3.32"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
389
+
390
+ [[package]]
391
+ name = "futures-macro"
392
+ version = "0.3.32"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
395
+ dependencies = [
396
+ "proc-macro2",
397
+ "quote",
398
+ "syn",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "futures-sink"
403
+ version = "0.3.32"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
406
+
407
+ [[package]]
408
+ name = "futures-task"
409
+ version = "0.3.32"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
412
+
413
+ [[package]]
414
+ name = "futures-util"
415
+ version = "0.3.32"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
418
+ dependencies = [
419
+ "futures-core",
420
+ "futures-macro",
421
+ "futures-sink",
422
+ "futures-task",
423
+ "pin-project-lite",
424
+ "slab",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "generic-array"
429
+ version = "0.14.7"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
432
+ dependencies = [
433
+ "typenum",
434
+ "version_check",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "getopts"
439
+ version = "0.2.24"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
442
+ dependencies = [
443
+ "unicode-width",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "getrandom"
448
+ version = "0.2.17"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
451
+ dependencies = [
452
+ "cfg-if",
453
+ "libc",
454
+ "wasi",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "getrandom"
459
+ version = "0.4.2"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
462
+ dependencies = [
463
+ "cfg-if",
464
+ "libc",
465
+ "r-efi",
466
+ "wasip2",
467
+ "wasip3",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "half"
472
+ version = "2.7.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
475
+ dependencies = [
476
+ "cfg-if",
477
+ "crunchy",
478
+ "zerocopy",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "hashbrown"
483
+ version = "0.15.5"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
486
+ dependencies = [
487
+ "foldhash",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "hashbrown"
492
+ version = "0.16.1"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
495
+
496
+ [[package]]
497
+ name = "heck"
498
+ version = "0.5.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
501
+
502
+ [[package]]
503
+ name = "iana-time-zone"
504
+ version = "0.1.65"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
507
+ dependencies = [
508
+ "android_system_properties",
509
+ "core-foundation-sys",
510
+ "iana-time-zone-haiku",
511
+ "js-sys",
512
+ "log",
513
+ "wasm-bindgen",
514
+ "windows-core",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "iana-time-zone-haiku"
519
+ version = "0.1.2"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
522
+ dependencies = [
523
+ "cc",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "icu_collections"
528
+ version = "2.1.1"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
531
+ dependencies = [
532
+ "displaydoc",
533
+ "potential_utf",
534
+ "yoke",
535
+ "zerofrom",
536
+ "zerovec",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "icu_locale_core"
541
+ version = "2.1.1"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
544
+ dependencies = [
545
+ "displaydoc",
546
+ "litemap",
547
+ "tinystr",
548
+ "writeable",
549
+ "zerovec",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "icu_normalizer"
554
+ version = "2.1.1"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
557
+ dependencies = [
558
+ "icu_collections",
559
+ "icu_normalizer_data",
560
+ "icu_properties",
561
+ "icu_provider",
562
+ "smallvec",
563
+ "zerovec",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "icu_normalizer_data"
568
+ version = "2.1.1"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
571
+
572
+ [[package]]
573
+ name = "icu_properties"
574
+ version = "2.1.2"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
577
+ dependencies = [
578
+ "icu_collections",
579
+ "icu_locale_core",
580
+ "icu_properties_data",
581
+ "icu_provider",
582
+ "zerotrie",
583
+ "zerovec",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "icu_properties_data"
588
+ version = "2.1.2"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
591
+
592
+ [[package]]
593
+ name = "icu_provider"
594
+ version = "2.1.1"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
597
+ dependencies = [
598
+ "displaydoc",
599
+ "icu_locale_core",
600
+ "writeable",
601
+ "yoke",
602
+ "zerofrom",
603
+ "zerotrie",
604
+ "zerovec",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "id-arena"
609
+ version = "2.3.0"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
612
+
613
+ [[package]]
614
+ name = "idna"
615
+ version = "1.1.0"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
618
+ dependencies = [
619
+ "idna_adapter",
620
+ "smallvec",
621
+ "utf8_iter",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "idna_adapter"
626
+ version = "1.2.1"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
629
+ dependencies = [
630
+ "icu_normalizer",
631
+ "icu_properties",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "indexmap"
636
+ version = "2.13.0"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
639
+ dependencies = [
640
+ "equivalent",
641
+ "hashbrown 0.16.1",
642
+ "serde",
643
+ "serde_core",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "inventory"
648
+ version = "0.3.24"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
651
+ dependencies = [
652
+ "rustversion",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "is-macro"
657
+ version = "0.3.7"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
660
+ dependencies = [
661
+ "heck",
662
+ "proc-macro2",
663
+ "quote",
664
+ "syn",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "itertools"
669
+ version = "0.11.0"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
672
+ dependencies = [
673
+ "either",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "itertools"
678
+ version = "0.13.0"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
681
+ dependencies = [
682
+ "either",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "itertools"
687
+ version = "0.14.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
690
+ dependencies = [
691
+ "either",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "itoa"
696
+ version = "1.0.18"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
699
+
700
+ [[package]]
701
+ name = "js-sys"
702
+ version = "0.3.94"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
705
+ dependencies = [
706
+ "once_cell",
707
+ "wasm-bindgen",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "lalrpop-util"
712
+ version = "0.20.2"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
715
+
716
+ [[package]]
717
+ name = "leb128fmt"
718
+ version = "0.1.0"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
721
+
722
+ [[package]]
723
+ name = "libc"
724
+ version = "0.2.184"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
727
+
728
+ [[package]]
729
+ name = "litemap"
730
+ version = "0.8.1"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
733
+
734
+ [[package]]
735
+ name = "lock_api"
736
+ version = "0.4.14"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
739
+ dependencies = [
740
+ "scopeguard",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "log"
745
+ version = "0.4.29"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
748
+
749
+ [[package]]
750
+ name = "maplit"
751
+ version = "1.0.2"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
754
+
755
+ [[package]]
756
+ name = "matrixmultiply"
757
+ version = "0.3.10"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
760
+ dependencies = [
761
+ "autocfg",
762
+ "rawpointer",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "memchr"
767
+ version = "2.8.0"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
770
+
771
+ [[package]]
772
+ name = "mio"
773
+ version = "1.2.0"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
776
+ dependencies = [
777
+ "libc",
778
+ "wasi",
779
+ "windows-sys 0.61.2",
780
+ ]
781
+
782
+ [[package]]
783
+ name = "ndarray"
784
+ version = "0.17.2"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
787
+ dependencies = [
788
+ "matrixmultiply",
789
+ "num-complex",
790
+ "num-integer",
791
+ "num-traits",
792
+ "portable-atomic",
793
+ "portable-atomic-util",
794
+ "rawpointer",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "num-bigint"
799
+ version = "0.4.6"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
802
+ dependencies = [
803
+ "num-integer",
804
+ "num-traits",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "num-complex"
809
+ version = "0.4.6"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
812
+ dependencies = [
813
+ "num-traits",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "num-conv"
818
+ version = "0.2.1"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
821
+
822
+ [[package]]
823
+ name = "num-integer"
824
+ version = "0.1.46"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
827
+ dependencies = [
828
+ "num-traits",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "num-traits"
833
+ version = "0.2.19"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
836
+ dependencies = [
837
+ "autocfg",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "numpy"
842
+ version = "0.28.0"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
845
+ dependencies = [
846
+ "libc",
847
+ "ndarray",
848
+ "num-complex",
849
+ "num-integer",
850
+ "num-traits",
851
+ "pyo3",
852
+ "pyo3-build-config",
853
+ "rustc-hash 2.1.2",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "once_cell"
858
+ version = "1.21.4"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
861
+
862
+ [[package]]
863
+ name = "oorandom"
864
+ version = "11.1.5"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
867
+
868
+ [[package]]
869
+ name = "ordered-float"
870
+ version = "5.3.0"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
873
+ dependencies = [
874
+ "num-traits",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "page_size"
879
+ version = "0.6.0"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
882
+ dependencies = [
883
+ "libc",
884
+ "winapi",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "parking_lot"
889
+ version = "0.12.5"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
892
+ dependencies = [
893
+ "lock_api",
894
+ "parking_lot_core",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "parking_lot_core"
899
+ version = "0.9.12"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
902
+ dependencies = [
903
+ "cfg-if",
904
+ "libc",
905
+ "redox_syscall",
906
+ "smallvec",
907
+ "windows-link",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "percent-encoding"
912
+ version = "2.3.2"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
915
+
916
+ [[package]]
917
+ name = "phf"
918
+ version = "0.11.3"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
921
+ dependencies = [
922
+ "phf_shared",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "phf_codegen"
927
+ version = "0.11.3"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
930
+ dependencies = [
931
+ "phf_generator",
932
+ "phf_shared",
933
+ ]
934
+
935
+ [[package]]
936
+ name = "phf_generator"
937
+ version = "0.11.3"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
940
+ dependencies = [
941
+ "phf_shared",
942
+ "rand",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "phf_shared"
947
+ version = "0.11.3"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
950
+ dependencies = [
951
+ "siphasher",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "pii_filter"
956
+ version = "0.2.0"
957
+ dependencies = [
958
+ "cpex_framework_bridge",
959
+ "criterion",
960
+ "log",
961
+ "once_cell",
962
+ "pyo3",
963
+ "pyo3-log",
964
+ "pyo3-stub-gen",
965
+ "regex",
966
+ "serde",
967
+ "serde_json",
968
+ "sha2",
969
+ "thiserror",
970
+ "uuid",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "pin-project-lite"
975
+ version = "0.2.17"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
978
+
979
+ [[package]]
980
+ name = "plotters"
981
+ version = "0.3.7"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
984
+ dependencies = [
985
+ "num-traits",
986
+ "plotters-backend",
987
+ "plotters-svg",
988
+ "wasm-bindgen",
989
+ "web-sys",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "plotters-backend"
994
+ version = "0.3.7"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
997
+
998
+ [[package]]
999
+ name = "plotters-svg"
1000
+ version = "0.3.7"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1003
+ dependencies = [
1004
+ "plotters-backend",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "portable-atomic"
1009
+ version = "1.13.1"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1012
+
1013
+ [[package]]
1014
+ name = "portable-atomic-util"
1015
+ version = "0.2.6"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
1018
+ dependencies = [
1019
+ "portable-atomic",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "potential_utf"
1024
+ version = "0.1.4"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1027
+ dependencies = [
1028
+ "zerovec",
1029
+ ]
1030
+
1031
+ [[package]]
1032
+ name = "powerfmt"
1033
+ version = "0.2.0"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1036
+
1037
+ [[package]]
1038
+ name = "ppv-lite86"
1039
+ version = "0.2.21"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1042
+ dependencies = [
1043
+ "zerocopy",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "prettyplease"
1048
+ version = "0.2.37"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1051
+ dependencies = [
1052
+ "proc-macro2",
1053
+ "syn",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "proc-macro2"
1058
+ version = "1.0.106"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1061
+ dependencies = [
1062
+ "unicode-ident",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "pyo3"
1067
+ version = "0.28.2"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
1070
+ dependencies = [
1071
+ "libc",
1072
+ "once_cell",
1073
+ "portable-atomic",
1074
+ "pyo3-build-config",
1075
+ "pyo3-ffi",
1076
+ "pyo3-macros",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "pyo3-async-runtimes"
1081
+ version = "0.28.0"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178"
1084
+ dependencies = [
1085
+ "futures-channel",
1086
+ "futures-util",
1087
+ "once_cell",
1088
+ "pin-project-lite",
1089
+ "pyo3",
1090
+ "tokio",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "pyo3-build-config"
1095
+ version = "0.28.2"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
1098
+ dependencies = [
1099
+ "target-lexicon",
1100
+ ]
1101
+
1102
+ [[package]]
1103
+ name = "pyo3-ffi"
1104
+ version = "0.28.2"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
1107
+ dependencies = [
1108
+ "libc",
1109
+ "pyo3-build-config",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "pyo3-log"
1114
+ version = "0.13.3"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "26c2ec80932c5c3b2d4fbc578c9b56b2d4502098587edb8bef5b6bfcad43682e"
1117
+ dependencies = [
1118
+ "arc-swap",
1119
+ "log",
1120
+ "pyo3",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "pyo3-macros"
1125
+ version = "0.28.2"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
1128
+ dependencies = [
1129
+ "proc-macro2",
1130
+ "pyo3-macros-backend",
1131
+ "quote",
1132
+ "syn",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "pyo3-macros-backend"
1137
+ version = "0.28.2"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
1140
+ dependencies = [
1141
+ "heck",
1142
+ "proc-macro2",
1143
+ "pyo3-build-config",
1144
+ "quote",
1145
+ "syn",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "pyo3-stub-gen"
1150
+ version = "0.20.0"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "83e2b9e475ac67c249ef794033ac3cf25a3216fbe5fe4b80cd82ab5a84d88485"
1153
+ dependencies = [
1154
+ "anyhow",
1155
+ "chrono",
1156
+ "either",
1157
+ "indexmap",
1158
+ "inventory",
1159
+ "itertools 0.14.0",
1160
+ "log",
1161
+ "maplit",
1162
+ "num-complex",
1163
+ "numpy",
1164
+ "ordered-float",
1165
+ "pyo3",
1166
+ "pyo3-stub-gen-derive",
1167
+ "rustpython-parser",
1168
+ "serde",
1169
+ "serde_json",
1170
+ "time",
1171
+ "toml",
1172
+ ]
1173
+
1174
+ [[package]]
1175
+ name = "pyo3-stub-gen-derive"
1176
+ version = "0.20.0"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "11633044267957aeda9569863a3a57b3aa2aeebc7144439423c1ddde3d00d887"
1179
+ dependencies = [
1180
+ "heck",
1181
+ "indexmap",
1182
+ "proc-macro2",
1183
+ "quote",
1184
+ "rustpython-parser",
1185
+ "syn",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "quote"
1190
+ version = "1.0.45"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1193
+ dependencies = [
1194
+ "proc-macro2",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "r-efi"
1199
+ version = "6.0.0"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1202
+
1203
+ [[package]]
1204
+ name = "rand"
1205
+ version = "0.8.5"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1208
+ dependencies = [
1209
+ "libc",
1210
+ "rand_chacha",
1211
+ "rand_core",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "rand_chacha"
1216
+ version = "0.3.1"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1219
+ dependencies = [
1220
+ "ppv-lite86",
1221
+ "rand_core",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "rand_core"
1226
+ version = "0.6.4"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1229
+ dependencies = [
1230
+ "getrandom 0.2.17",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "rate_limiter"
1235
+ version = "0.0.3"
1236
+ dependencies = [
1237
+ "cpex_framework_bridge",
1238
+ "criterion",
1239
+ "log",
1240
+ "parking_lot",
1241
+ "pyo3",
1242
+ "pyo3-async-runtimes",
1243
+ "pyo3-log",
1244
+ "pyo3-stub-gen",
1245
+ "redis",
1246
+ "thiserror",
1247
+ "tokio",
1248
+ ]
1249
+
1250
+ [[package]]
1251
+ name = "rawpointer"
1252
+ version = "0.2.1"
1253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1254
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1255
+
1256
+ [[package]]
1257
+ name = "rayon"
1258
+ version = "1.11.0"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1261
+ dependencies = [
1262
+ "either",
1263
+ "rayon-core",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "rayon-core"
1268
+ version = "1.13.0"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1271
+ dependencies = [
1272
+ "crossbeam-deque",
1273
+ "crossbeam-utils",
1274
+ ]
1275
+
1276
+ [[package]]
1277
+ name = "redis"
1278
+ version = "0.27.6"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc"
1281
+ dependencies = [
1282
+ "arc-swap",
1283
+ "async-trait",
1284
+ "bytes",
1285
+ "combine",
1286
+ "futures-util",
1287
+ "itertools 0.13.0",
1288
+ "itoa",
1289
+ "num-bigint",
1290
+ "percent-encoding",
1291
+ "pin-project-lite",
1292
+ "ryu",
1293
+ "sha1_smol",
1294
+ "socket2 0.5.10",
1295
+ "tokio",
1296
+ "tokio-util",
1297
+ "url",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "redox_syscall"
1302
+ version = "0.5.18"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1305
+ dependencies = [
1306
+ "bitflags",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "regex"
1311
+ version = "1.12.3"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1314
+ dependencies = [
1315
+ "aho-corasick",
1316
+ "memchr",
1317
+ "regex-automata",
1318
+ "regex-syntax",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "regex-automata"
1323
+ version = "0.4.14"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1326
+ dependencies = [
1327
+ "aho-corasick",
1328
+ "memchr",
1329
+ "regex-syntax",
1330
+ ]
1331
+
1332
+ [[package]]
1333
+ name = "regex-syntax"
1334
+ version = "0.8.10"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1337
+
1338
+ [[package]]
1339
+ name = "rustc-hash"
1340
+ version = "1.1.0"
1341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1343
+
1344
+ [[package]]
1345
+ name = "rustc-hash"
1346
+ version = "2.1.2"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1349
+
1350
+ [[package]]
1351
+ name = "rustpython-ast"
1352
+ version = "0.4.0"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
1355
+ dependencies = [
1356
+ "is-macro",
1357
+ "num-bigint",
1358
+ "rustpython-parser-core",
1359
+ "static_assertions",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "rustpython-parser"
1364
+ version = "0.4.0"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
1367
+ dependencies = [
1368
+ "anyhow",
1369
+ "is-macro",
1370
+ "itertools 0.11.0",
1371
+ "lalrpop-util",
1372
+ "log",
1373
+ "num-bigint",
1374
+ "num-traits",
1375
+ "phf",
1376
+ "phf_codegen",
1377
+ "rustc-hash 1.1.0",
1378
+ "rustpython-ast",
1379
+ "rustpython-parser-core",
1380
+ "tiny-keccak",
1381
+ "unic-emoji-char",
1382
+ "unic-ucd-ident",
1383
+ "unicode_names2",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "rustpython-parser-core"
1388
+ version = "0.4.0"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
1391
+ dependencies = [
1392
+ "is-macro",
1393
+ "memchr",
1394
+ "rustpython-parser-vendored",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "rustpython-parser-vendored"
1399
+ version = "0.4.0"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
1402
+ dependencies = [
1403
+ "memchr",
1404
+ "once_cell",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "rustversion"
1409
+ version = "1.0.22"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1412
+
1413
+ [[package]]
1414
+ name = "ryu"
1415
+ version = "1.0.23"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1418
+
1419
+ [[package]]
1420
+ name = "same-file"
1421
+ version = "1.0.6"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1424
+ dependencies = [
1425
+ "winapi-util",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "scopeguard"
1430
+ version = "1.2.0"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1433
+
1434
+ [[package]]
1435
+ name = "semver"
1436
+ version = "1.0.27"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1439
+
1440
+ [[package]]
1441
+ name = "serde"
1442
+ version = "1.0.228"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1445
+ dependencies = [
1446
+ "serde_core",
1447
+ "serde_derive",
1448
+ ]
1449
+
1450
+ [[package]]
1451
+ name = "serde_core"
1452
+ version = "1.0.228"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1455
+ dependencies = [
1456
+ "serde_derive",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "serde_derive"
1461
+ version = "1.0.228"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1464
+ dependencies = [
1465
+ "proc-macro2",
1466
+ "quote",
1467
+ "syn",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "serde_json"
1472
+ version = "1.0.149"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1475
+ dependencies = [
1476
+ "itoa",
1477
+ "memchr",
1478
+ "serde",
1479
+ "serde_core",
1480
+ "zmij",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "serde_spanned"
1485
+ version = "1.1.1"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1488
+ dependencies = [
1489
+ "serde_core",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "sha1_smol"
1494
+ version = "1.0.1"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1497
+
1498
+ [[package]]
1499
+ name = "sha2"
1500
+ version = "0.10.9"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1503
+ dependencies = [
1504
+ "cfg-if",
1505
+ "cpufeatures",
1506
+ "digest",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "shlex"
1511
+ version = "1.3.0"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1514
+
1515
+ [[package]]
1516
+ name = "signal-hook-registry"
1517
+ version = "1.4.8"
1518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1519
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1520
+ dependencies = [
1521
+ "errno",
1522
+ "libc",
1523
+ ]
1524
+
1525
+ [[package]]
1526
+ name = "siphasher"
1527
+ version = "1.0.2"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
1530
+
1531
+ [[package]]
1532
+ name = "slab"
1533
+ version = "0.4.12"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1536
+
1537
+ [[package]]
1538
+ name = "smallvec"
1539
+ version = "1.15.1"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1542
+
1543
+ [[package]]
1544
+ name = "socket2"
1545
+ version = "0.5.10"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1548
+ dependencies = [
1549
+ "libc",
1550
+ "windows-sys 0.52.0",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "socket2"
1555
+ version = "0.6.3"
1556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1557
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1558
+ dependencies = [
1559
+ "libc",
1560
+ "windows-sys 0.61.2",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "stable_deref_trait"
1565
+ version = "1.2.1"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1568
+
1569
+ [[package]]
1570
+ name = "static_assertions"
1571
+ version = "1.1.0"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1574
+
1575
+ [[package]]
1576
+ name = "syn"
1577
+ version = "2.0.117"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1580
+ dependencies = [
1581
+ "proc-macro2",
1582
+ "quote",
1583
+ "unicode-ident",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "synstructure"
1588
+ version = "0.13.2"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1591
+ dependencies = [
1592
+ "proc-macro2",
1593
+ "quote",
1594
+ "syn",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "target-lexicon"
1599
+ version = "0.13.5"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1602
+
1603
+ [[package]]
1604
+ name = "thiserror"
1605
+ version = "2.0.18"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1608
+ dependencies = [
1609
+ "thiserror-impl",
1610
+ ]
1611
+
1612
+ [[package]]
1613
+ name = "thiserror-impl"
1614
+ version = "2.0.18"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1617
+ dependencies = [
1618
+ "proc-macro2",
1619
+ "quote",
1620
+ "syn",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "time"
1625
+ version = "0.3.47"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1628
+ dependencies = [
1629
+ "deranged",
1630
+ "num-conv",
1631
+ "powerfmt",
1632
+ "serde_core",
1633
+ "time-core",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "time-core"
1638
+ version = "0.1.8"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1641
+
1642
+ [[package]]
1643
+ name = "tiny-keccak"
1644
+ version = "2.0.2"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1647
+ dependencies = [
1648
+ "crunchy",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "tinystr"
1653
+ version = "0.8.2"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1656
+ dependencies = [
1657
+ "displaydoc",
1658
+ "zerovec",
1659
+ ]
1660
+
1661
+ [[package]]
1662
+ name = "tinytemplate"
1663
+ version = "1.2.1"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1666
+ dependencies = [
1667
+ "serde",
1668
+ "serde_json",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "tokio"
1673
+ version = "1.50.0"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1676
+ dependencies = [
1677
+ "bytes",
1678
+ "libc",
1679
+ "mio",
1680
+ "parking_lot",
1681
+ "pin-project-lite",
1682
+ "signal-hook-registry",
1683
+ "socket2 0.6.3",
1684
+ "tokio-macros",
1685
+ "windows-sys 0.61.2",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "tokio-macros"
1690
+ version = "2.6.1"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1693
+ dependencies = [
1694
+ "proc-macro2",
1695
+ "quote",
1696
+ "syn",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "tokio-util"
1701
+ version = "0.7.18"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1704
+ dependencies = [
1705
+ "bytes",
1706
+ "futures-core",
1707
+ "futures-sink",
1708
+ "pin-project-lite",
1709
+ "tokio",
1710
+ ]
1711
+
1712
+ [[package]]
1713
+ name = "toml"
1714
+ version = "1.1.1+spec-1.1.0"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "994b95d9e7bae62b34bab0e2a4510b801fa466066a6a8b2b57361fa1eba068ee"
1717
+ dependencies = [
1718
+ "indexmap",
1719
+ "serde_core",
1720
+ "serde_spanned",
1721
+ "toml_datetime",
1722
+ "toml_parser",
1723
+ "toml_writer",
1724
+ "winnow",
1725
+ ]
1726
+
1727
+ [[package]]
1728
+ name = "toml_datetime"
1729
+ version = "1.1.1+spec-1.1.0"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1732
+ dependencies = [
1733
+ "serde_core",
1734
+ ]
1735
+
1736
+ [[package]]
1737
+ name = "toml_parser"
1738
+ version = "1.1.1+spec-1.1.0"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "39ca317ebc49f06bd748bfba29533eac9485569dc9bf80b849024b025e814fb9"
1741
+ dependencies = [
1742
+ "winnow",
1743
+ ]
1744
+
1745
+ [[package]]
1746
+ name = "toml_writer"
1747
+ version = "1.1.1+spec-1.1.0"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
1750
+
1751
+ [[package]]
1752
+ name = "typenum"
1753
+ version = "1.19.0"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1756
+
1757
+ [[package]]
1758
+ name = "unic-char-property"
1759
+ version = "0.9.0"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
1762
+ dependencies = [
1763
+ "unic-char-range",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "unic-char-range"
1768
+ version = "0.9.0"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
1771
+
1772
+ [[package]]
1773
+ name = "unic-common"
1774
+ version = "0.9.0"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
1777
+
1778
+ [[package]]
1779
+ name = "unic-emoji-char"
1780
+ version = "0.9.0"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
1783
+ dependencies = [
1784
+ "unic-char-property",
1785
+ "unic-char-range",
1786
+ "unic-ucd-version",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "unic-ucd-ident"
1791
+ version = "0.9.0"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
1794
+ dependencies = [
1795
+ "unic-char-property",
1796
+ "unic-char-range",
1797
+ "unic-ucd-version",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "unic-ucd-version"
1802
+ version = "0.9.0"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
1805
+ dependencies = [
1806
+ "unic-common",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "unicode-ident"
1811
+ version = "1.0.24"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1814
+
1815
+ [[package]]
1816
+ name = "unicode-width"
1817
+ version = "0.2.2"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1820
+
1821
+ [[package]]
1822
+ name = "unicode-xid"
1823
+ version = "0.2.6"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1826
+
1827
+ [[package]]
1828
+ name = "unicode_names2"
1829
+ version = "1.3.0"
1830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1831
+ checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
1832
+ dependencies = [
1833
+ "phf",
1834
+ "unicode_names2_generator",
1835
+ ]
1836
+
1837
+ [[package]]
1838
+ name = "unicode_names2_generator"
1839
+ version = "1.3.0"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
1842
+ dependencies = [
1843
+ "getopts",
1844
+ "log",
1845
+ "phf_codegen",
1846
+ "rand",
1847
+ ]
1848
+
1849
+ [[package]]
1850
+ name = "url"
1851
+ version = "2.5.8"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1854
+ dependencies = [
1855
+ "form_urlencoded",
1856
+ "idna",
1857
+ "percent-encoding",
1858
+ "serde",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "utf8_iter"
1863
+ version = "1.0.4"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1866
+
1867
+ [[package]]
1868
+ name = "uuid"
1869
+ version = "1.23.0"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
1872
+ dependencies = [
1873
+ "getrandom 0.4.2",
1874
+ "js-sys",
1875
+ "wasm-bindgen",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "version_check"
1880
+ version = "0.9.5"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1883
+
1884
+ [[package]]
1885
+ name = "walkdir"
1886
+ version = "2.5.0"
1887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1888
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1889
+ dependencies = [
1890
+ "same-file",
1891
+ "winapi-util",
1892
+ ]
1893
+
1894
+ [[package]]
1895
+ name = "wasi"
1896
+ version = "0.11.1+wasi-snapshot-preview1"
1897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1898
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1899
+
1900
+ [[package]]
1901
+ name = "wasip2"
1902
+ version = "1.0.2+wasi-0.2.9"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1905
+ dependencies = [
1906
+ "wit-bindgen",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "wasip3"
1911
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1914
+ dependencies = [
1915
+ "wit-bindgen",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "wasm-bindgen"
1920
+ version = "0.2.117"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1923
+ dependencies = [
1924
+ "cfg-if",
1925
+ "once_cell",
1926
+ "rustversion",
1927
+ "wasm-bindgen-macro",
1928
+ "wasm-bindgen-shared",
1929
+ ]
1930
+
1931
+ [[package]]
1932
+ name = "wasm-bindgen-macro"
1933
+ version = "0.2.117"
1934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1935
+ checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1936
+ dependencies = [
1937
+ "quote",
1938
+ "wasm-bindgen-macro-support",
1939
+ ]
1940
+
1941
+ [[package]]
1942
+ name = "wasm-bindgen-macro-support"
1943
+ version = "0.2.117"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1946
+ dependencies = [
1947
+ "bumpalo",
1948
+ "proc-macro2",
1949
+ "quote",
1950
+ "syn",
1951
+ "wasm-bindgen-shared",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "wasm-bindgen-shared"
1956
+ version = "0.2.117"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1959
+ dependencies = [
1960
+ "unicode-ident",
1961
+ ]
1962
+
1963
+ [[package]]
1964
+ name = "wasm-encoder"
1965
+ version = "0.244.0"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1968
+ dependencies = [
1969
+ "leb128fmt",
1970
+ "wasmparser",
1971
+ ]
1972
+
1973
+ [[package]]
1974
+ name = "wasm-metadata"
1975
+ version = "0.244.0"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1978
+ dependencies = [
1979
+ "anyhow",
1980
+ "indexmap",
1981
+ "wasm-encoder",
1982
+ "wasmparser",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "wasmparser"
1987
+ version = "0.244.0"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1990
+ dependencies = [
1991
+ "bitflags",
1992
+ "hashbrown 0.15.5",
1993
+ "indexmap",
1994
+ "semver",
1995
+ ]
1996
+
1997
+ [[package]]
1998
+ name = "web-sys"
1999
+ version = "0.3.94"
2000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2001
+ checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
2002
+ dependencies = [
2003
+ "js-sys",
2004
+ "wasm-bindgen",
2005
+ ]
2006
+
2007
+ [[package]]
2008
+ name = "winapi"
2009
+ version = "0.3.9"
2010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2012
+ dependencies = [
2013
+ "winapi-i686-pc-windows-gnu",
2014
+ "winapi-x86_64-pc-windows-gnu",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "winapi-i686-pc-windows-gnu"
2019
+ version = "0.4.0"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2022
+
2023
+ [[package]]
2024
+ name = "winapi-util"
2025
+ version = "0.1.11"
2026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2027
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2028
+ dependencies = [
2029
+ "windows-sys 0.61.2",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "winapi-x86_64-pc-windows-gnu"
2034
+ version = "0.4.0"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2037
+
2038
+ [[package]]
2039
+ name = "windows-core"
2040
+ version = "0.62.2"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2043
+ dependencies = [
2044
+ "windows-implement",
2045
+ "windows-interface",
2046
+ "windows-link",
2047
+ "windows-result",
2048
+ "windows-strings",
2049
+ ]
2050
+
2051
+ [[package]]
2052
+ name = "windows-implement"
2053
+ version = "0.60.2"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2056
+ dependencies = [
2057
+ "proc-macro2",
2058
+ "quote",
2059
+ "syn",
2060
+ ]
2061
+
2062
+ [[package]]
2063
+ name = "windows-interface"
2064
+ version = "0.59.3"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2067
+ dependencies = [
2068
+ "proc-macro2",
2069
+ "quote",
2070
+ "syn",
2071
+ ]
2072
+
2073
+ [[package]]
2074
+ name = "windows-link"
2075
+ version = "0.2.1"
2076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2078
+
2079
+ [[package]]
2080
+ name = "windows-result"
2081
+ version = "0.4.1"
2082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2083
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2084
+ dependencies = [
2085
+ "windows-link",
2086
+ ]
2087
+
2088
+ [[package]]
2089
+ name = "windows-strings"
2090
+ version = "0.5.1"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2093
+ dependencies = [
2094
+ "windows-link",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "windows-sys"
2099
+ version = "0.52.0"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2102
+ dependencies = [
2103
+ "windows-targets",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "windows-sys"
2108
+ version = "0.61.2"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2111
+ dependencies = [
2112
+ "windows-link",
2113
+ ]
2114
+
2115
+ [[package]]
2116
+ name = "windows-targets"
2117
+ version = "0.52.6"
2118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2120
+ dependencies = [
2121
+ "windows_aarch64_gnullvm",
2122
+ "windows_aarch64_msvc",
2123
+ "windows_i686_gnu",
2124
+ "windows_i686_gnullvm",
2125
+ "windows_i686_msvc",
2126
+ "windows_x86_64_gnu",
2127
+ "windows_x86_64_gnullvm",
2128
+ "windows_x86_64_msvc",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "windows_aarch64_gnullvm"
2133
+ version = "0.52.6"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2136
+
2137
+ [[package]]
2138
+ name = "windows_aarch64_msvc"
2139
+ version = "0.52.6"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2142
+
2143
+ [[package]]
2144
+ name = "windows_i686_gnu"
2145
+ version = "0.52.6"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2148
+
2149
+ [[package]]
2150
+ name = "windows_i686_gnullvm"
2151
+ version = "0.52.6"
2152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2153
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2154
+
2155
+ [[package]]
2156
+ name = "windows_i686_msvc"
2157
+ version = "0.52.6"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2160
+
2161
+ [[package]]
2162
+ name = "windows_x86_64_gnu"
2163
+ version = "0.52.6"
2164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2165
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2166
+
2167
+ [[package]]
2168
+ name = "windows_x86_64_gnullvm"
2169
+ version = "0.52.6"
2170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2171
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2172
+
2173
+ [[package]]
2174
+ name = "windows_x86_64_msvc"
2175
+ version = "0.52.6"
2176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2177
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2178
+
2179
+ [[package]]
2180
+ name = "winnow"
2181
+ version = "1.0.1"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
2184
+
2185
+ [[package]]
2186
+ name = "wit-bindgen"
2187
+ version = "0.51.0"
2188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2189
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2190
+ dependencies = [
2191
+ "wit-bindgen-rust-macro",
2192
+ ]
2193
+
2194
+ [[package]]
2195
+ name = "wit-bindgen-core"
2196
+ version = "0.51.0"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2199
+ dependencies = [
2200
+ "anyhow",
2201
+ "heck",
2202
+ "wit-parser",
2203
+ ]
2204
+
2205
+ [[package]]
2206
+ name = "wit-bindgen-rust"
2207
+ version = "0.51.0"
2208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2209
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2210
+ dependencies = [
2211
+ "anyhow",
2212
+ "heck",
2213
+ "indexmap",
2214
+ "prettyplease",
2215
+ "syn",
2216
+ "wasm-metadata",
2217
+ "wit-bindgen-core",
2218
+ "wit-component",
2219
+ ]
2220
+
2221
+ [[package]]
2222
+ name = "wit-bindgen-rust-macro"
2223
+ version = "0.51.0"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2226
+ dependencies = [
2227
+ "anyhow",
2228
+ "prettyplease",
2229
+ "proc-macro2",
2230
+ "quote",
2231
+ "syn",
2232
+ "wit-bindgen-core",
2233
+ "wit-bindgen-rust",
2234
+ ]
2235
+
2236
+ [[package]]
2237
+ name = "wit-component"
2238
+ version = "0.244.0"
2239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2240
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2241
+ dependencies = [
2242
+ "anyhow",
2243
+ "bitflags",
2244
+ "indexmap",
2245
+ "log",
2246
+ "serde",
2247
+ "serde_derive",
2248
+ "serde_json",
2249
+ "wasm-encoder",
2250
+ "wasm-metadata",
2251
+ "wasmparser",
2252
+ "wit-parser",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "wit-parser"
2257
+ version = "0.244.0"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2260
+ dependencies = [
2261
+ "anyhow",
2262
+ "id-arena",
2263
+ "indexmap",
2264
+ "log",
2265
+ "semver",
2266
+ "serde",
2267
+ "serde_derive",
2268
+ "serde_json",
2269
+ "unicode-xid",
2270
+ "wasmparser",
2271
+ ]
2272
+
2273
+ [[package]]
2274
+ name = "writeable"
2275
+ version = "0.6.2"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2278
+
2279
+ [[package]]
2280
+ name = "yoke"
2281
+ version = "0.8.1"
2282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2284
+ dependencies = [
2285
+ "stable_deref_trait",
2286
+ "yoke-derive",
2287
+ "zerofrom",
2288
+ ]
2289
+
2290
+ [[package]]
2291
+ name = "yoke-derive"
2292
+ version = "0.8.1"
2293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2294
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2295
+ dependencies = [
2296
+ "proc-macro2",
2297
+ "quote",
2298
+ "syn",
2299
+ "synstructure",
2300
+ ]
2301
+
2302
+ [[package]]
2303
+ name = "zerocopy"
2304
+ version = "0.8.48"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2307
+ dependencies = [
2308
+ "zerocopy-derive",
2309
+ ]
2310
+
2311
+ [[package]]
2312
+ name = "zerocopy-derive"
2313
+ version = "0.8.48"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2316
+ dependencies = [
2317
+ "proc-macro2",
2318
+ "quote",
2319
+ "syn",
2320
+ ]
2321
+
2322
+ [[package]]
2323
+ name = "zerofrom"
2324
+ version = "0.1.6"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2327
+ dependencies = [
2328
+ "zerofrom-derive",
2329
+ ]
2330
+
2331
+ [[package]]
2332
+ name = "zerofrom-derive"
2333
+ version = "0.1.6"
2334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2335
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2336
+ dependencies = [
2337
+ "proc-macro2",
2338
+ "quote",
2339
+ "syn",
2340
+ "synstructure",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "zerotrie"
2345
+ version = "0.2.3"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2348
+ dependencies = [
2349
+ "displaydoc",
2350
+ "yoke",
2351
+ "zerofrom",
2352
+ ]
2353
+
2354
+ [[package]]
2355
+ name = "zerovec"
2356
+ version = "0.11.5"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2359
+ dependencies = [
2360
+ "yoke",
2361
+ "zerofrom",
2362
+ "zerovec-derive",
2363
+ ]
2364
+
2365
+ [[package]]
2366
+ name = "zerovec-derive"
2367
+ version = "0.11.2"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2370
+ dependencies = [
2371
+ "proc-macro2",
2372
+ "quote",
2373
+ "syn",
2374
+ ]
2375
+
2376
+ [[package]]
2377
+ name = "zmij"
2378
+ version = "1.0.21"
2379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2380
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"