causalor 0.3.2__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 (52) hide show
  1. causalor-0.3.2/Cargo.lock +3135 -0
  2. causalor-0.3.2/Cargo.toml +15 -0
  3. causalor-0.3.2/LICENSE +16 -0
  4. causalor-0.3.2/PKG-INFO +107 -0
  5. causalor-0.3.2/README.md +88 -0
  6. causalor-0.3.2/crates/causalor/Cargo.toml +27 -0
  7. causalor-0.3.2/crates/causalor/LICENSE +16 -0
  8. causalor-0.3.2/crates/causalor/benches/simulation_modes.rs +125 -0
  9. causalor-0.3.2/crates/causalor/examples/election_simple.rs +81 -0
  10. causalor-0.3.2/crates/causalor/examples/live_election_observer.rs +285 -0
  11. causalor-0.3.2/crates/causalor/examples/polymarket_arb.rs +292 -0
  12. causalor-0.3.2/crates/causalor/src/approximation/mod.rs +65 -0
  13. causalor-0.3.2/crates/causalor/src/approximation/polytope.rs +160 -0
  14. causalor-0.3.2/crates/causalor/src/computability/mod.rs +157 -0
  15. causalor-0.3.2/crates/causalor/src/dominance/mod.rs +425 -0
  16. causalor-0.3.2/crates/causalor/src/dynamics/collapse.rs +54 -0
  17. causalor-0.3.2/crates/causalor/src/dynamics/evolution.rs +161 -0
  18. causalor-0.3.2/crates/causalor/src/dynamics/mod.rs +2 -0
  19. causalor-0.3.2/crates/causalor/src/enforcement/mod.rs +43 -0
  20. causalor-0.3.2/crates/causalor/src/geometry/mod.rs +170 -0
  21. causalor-0.3.2/crates/causalor/src/information/critical_decisions.rs +58 -0
  22. causalor-0.3.2/crates/causalor/src/information/mod.rs +1 -0
  23. causalor-0.3.2/crates/causalor/src/lib.rs +576 -0
  24. causalor-0.3.2/crates/causalor/src/multiagent/mod.rs +398 -0
  25. causalor-0.3.2/crates/causalor/src/observer/mod.rs +225 -0
  26. causalor-0.3.2/crates/causalor/src/observer/types.rs +129 -0
  27. causalor-0.3.2/crates/causalor/src/pareto/mod.rs +341 -0
  28. causalor-0.3.2/crates/causalor/src/reachability/core.rs +293 -0
  29. causalor-0.3.2/crates/causalor/src/reachability/irreversibility.rs +236 -0
  30. causalor-0.3.2/crates/causalor/src/reachability/mod.rs +3 -0
  31. causalor-0.3.2/crates/causalor/src/temporal/mod.rs +236 -0
  32. causalor-0.3.2/crates/causalor/src/types.rs +173 -0
  33. causalor-0.3.2/crates/causalor/src/vibe/compiler.rs +429 -0
  34. causalor-0.3.2/crates/causalor/src/vibe/mod.rs +5 -0
  35. causalor-0.3.2/crates/causalor/src/vibe/schema.rs +331 -0
  36. causalor-0.3.2/crates/causalor/tests/common/mod.rs +44 -0
  37. causalor-0.3.2/crates/causalor/tests/simulation_invariants.rs +70 -0
  38. causalor-0.3.2/crates/causalor/tests/thm_01_02_foundations.rs +99 -0
  39. causalor-0.3.2/crates/causalor/tests/thm_03_07_dynamics.rs +80 -0
  40. causalor-0.3.2/crates/causalor/tests/thm_08_13_geometry.rs +102 -0
  41. causalor-0.3.2/crates/causalor/tests/thm_14_fragility.rs +67 -0
  42. causalor-0.3.2/crates/causalor/tests/thm_15_16_multiagent.rs +163 -0
  43. causalor-0.3.2/crates/causalor/tests/thm_20_survival.rs +152 -0
  44. causalor-0.3.2/crates/causalor/tests/thm_21_22_approximation.rs +196 -0
  45. causalor-0.3.2/crates/causalor/tests/thm_24_temporal.rs +176 -0
  46. causalor-0.3.2/crates/causalor/tests/thm_25_28_composition.rs +411 -0
  47. causalor-0.3.2/crates/causalor/tests/vibe_compiler.rs +359 -0
  48. causalor-0.3.2/crates/causalor-python/Cargo.toml +21 -0
  49. causalor-0.3.2/crates/causalor-python/LICENSE +16 -0
  50. causalor-0.3.2/crates/causalor-python/README.md +88 -0
  51. causalor-0.3.2/crates/causalor-python/src/lib.rs +171 -0
  52. causalor-0.3.2/pyproject.toml +30 -0
@@ -0,0 +1,3135 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "alloc-no-stdlib"
22
+ version = "2.0.4"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
25
+
26
+ [[package]]
27
+ name = "alloc-stdlib"
28
+ version = "0.2.2"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
31
+ dependencies = [
32
+ "alloc-no-stdlib",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "android_system_properties"
37
+ version = "0.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
+ dependencies = [
41
+ "libc",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anes"
46
+ version = "0.1.6"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
49
+
50
+ [[package]]
51
+ name = "anstream"
52
+ version = "1.0.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
55
+ dependencies = [
56
+ "anstyle",
57
+ "anstyle-parse",
58
+ "anstyle-query",
59
+ "anstyle-wincon",
60
+ "colorchoice",
61
+ "is_terminal_polyfill",
62
+ "utf8parse",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle"
67
+ version = "1.0.14"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
70
+
71
+ [[package]]
72
+ name = "anstyle-parse"
73
+ version = "1.0.0"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
76
+ dependencies = [
77
+ "utf8parse",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "anstyle-query"
82
+ version = "1.1.5"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
85
+ dependencies = [
86
+ "windows-sys 0.61.2",
87
+ ]
88
+
89
+ [[package]]
90
+ name = "anstyle-wincon"
91
+ version = "3.0.11"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
94
+ dependencies = [
95
+ "anstyle",
96
+ "once_cell_polyfill",
97
+ "windows-sys 0.61.2",
98
+ ]
99
+
100
+ [[package]]
101
+ name = "anyhow"
102
+ version = "1.0.102"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
105
+
106
+ [[package]]
107
+ name = "async-compression"
108
+ version = "0.4.41"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1"
111
+ dependencies = [
112
+ "compression-codecs",
113
+ "compression-core",
114
+ "pin-project-lite",
115
+ "tokio",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "async-trait"
120
+ version = "0.1.89"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
123
+ dependencies = [
124
+ "proc-macro2",
125
+ "quote",
126
+ "syn",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "atomic-waker"
131
+ version = "1.1.2"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
134
+
135
+ [[package]]
136
+ name = "autocfg"
137
+ version = "1.5.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
140
+
141
+ [[package]]
142
+ name = "axum"
143
+ version = "0.7.9"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
146
+ dependencies = [
147
+ "async-trait",
148
+ "axum-core",
149
+ "axum-macros",
150
+ "bytes",
151
+ "futures-util",
152
+ "http 1.4.0",
153
+ "http-body 1.0.1",
154
+ "http-body-util",
155
+ "hyper 1.8.1",
156
+ "hyper-util",
157
+ "itoa",
158
+ "matchit",
159
+ "memchr",
160
+ "mime",
161
+ "percent-encoding",
162
+ "pin-project-lite",
163
+ "rustversion",
164
+ "serde",
165
+ "serde_json",
166
+ "serde_path_to_error",
167
+ "serde_urlencoded",
168
+ "sync_wrapper 1.0.2",
169
+ "tokio",
170
+ "tower 0.5.3",
171
+ "tower-layer",
172
+ "tower-service",
173
+ "tracing",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "axum-core"
178
+ version = "0.4.5"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
181
+ dependencies = [
182
+ "async-trait",
183
+ "bytes",
184
+ "futures-util",
185
+ "http 1.4.0",
186
+ "http-body 1.0.1",
187
+ "http-body-util",
188
+ "mime",
189
+ "pin-project-lite",
190
+ "rustversion",
191
+ "sync_wrapper 1.0.2",
192
+ "tower-layer",
193
+ "tower-service",
194
+ "tracing",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "axum-macros"
199
+ version = "0.4.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
202
+ dependencies = [
203
+ "proc-macro2",
204
+ "quote",
205
+ "syn",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "base64"
210
+ version = "0.21.7"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
213
+
214
+ [[package]]
215
+ name = "bitflags"
216
+ version = "1.3.2"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
219
+
220
+ [[package]]
221
+ name = "bitflags"
222
+ version = "2.11.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
225
+
226
+ [[package]]
227
+ name = "brotli"
228
+ version = "8.0.2"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
231
+ dependencies = [
232
+ "alloc-no-stdlib",
233
+ "alloc-stdlib",
234
+ "brotli-decompressor",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "brotli-decompressor"
239
+ version = "5.0.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
242
+ dependencies = [
243
+ "alloc-no-stdlib",
244
+ "alloc-stdlib",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "bumpalo"
249
+ version = "3.20.2"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
252
+
253
+ [[package]]
254
+ name = "byteorder"
255
+ version = "1.5.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
258
+
259
+ [[package]]
260
+ name = "bytes"
261
+ version = "1.11.1"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
264
+
265
+ [[package]]
266
+ name = "cast"
267
+ version = "0.3.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
270
+
271
+ [[package]]
272
+ name = "causalor"
273
+ version = "0.3.2"
274
+ dependencies = [
275
+ "async-trait",
276
+ "chrono",
277
+ "criterion",
278
+ "serde",
279
+ "serde_json",
280
+ "thiserror",
281
+ "tokio",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "causalor-api"
286
+ version = "0.3.2"
287
+ dependencies = [
288
+ "axum",
289
+ "causalor",
290
+ "futures-util",
291
+ "governor",
292
+ "serde",
293
+ "serde_json",
294
+ "tokio",
295
+ "tower 0.4.13",
296
+ "tower-http",
297
+ "tracing",
298
+ "tracing-subscriber",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "causalor-cli"
303
+ version = "0.3.2"
304
+ dependencies = [
305
+ "causalor",
306
+ "clap",
307
+ "serde_json",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "causalor-python"
312
+ version = "0.3.2"
313
+ dependencies = [
314
+ "causalor",
315
+ "pyo3",
316
+ "reqwest",
317
+ "serde",
318
+ "serde_json",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "causalor-wasm"
323
+ version = "0.3.2"
324
+ dependencies = [
325
+ "causalor",
326
+ "js-sys",
327
+ "serde",
328
+ "serde-wasm-bindgen",
329
+ "serde_json",
330
+ "wasm-bindgen",
331
+ "wasm-bindgen-futures",
332
+ "web-sys",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "cc"
337
+ version = "1.2.57"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
340
+ dependencies = [
341
+ "find-msvc-tools",
342
+ "jobserver",
343
+ "libc",
344
+ "shlex",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "cfg-if"
349
+ version = "1.0.4"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
352
+
353
+ [[package]]
354
+ name = "chrono"
355
+ version = "0.4.44"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
358
+ dependencies = [
359
+ "iana-time-zone",
360
+ "js-sys",
361
+ "num-traits",
362
+ "serde",
363
+ "wasm-bindgen",
364
+ "windows-link",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "ciborium"
369
+ version = "0.2.2"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
372
+ dependencies = [
373
+ "ciborium-io",
374
+ "ciborium-ll",
375
+ "serde",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "ciborium-io"
380
+ version = "0.2.2"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
383
+
384
+ [[package]]
385
+ name = "ciborium-ll"
386
+ version = "0.2.2"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
389
+ dependencies = [
390
+ "ciborium-io",
391
+ "half",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "clap"
396
+ version = "4.6.0"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
399
+ dependencies = [
400
+ "clap_builder",
401
+ "clap_derive",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "clap_builder"
406
+ version = "4.6.0"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
409
+ dependencies = [
410
+ "anstream",
411
+ "anstyle",
412
+ "clap_lex",
413
+ "strsim",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "clap_derive"
418
+ version = "4.6.0"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
421
+ dependencies = [
422
+ "heck",
423
+ "proc-macro2",
424
+ "quote",
425
+ "syn",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "clap_lex"
430
+ version = "1.1.0"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
433
+
434
+ [[package]]
435
+ name = "colorchoice"
436
+ version = "1.0.5"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
439
+
440
+ [[package]]
441
+ name = "compression-codecs"
442
+ version = "0.4.37"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
445
+ dependencies = [
446
+ "brotli",
447
+ "compression-core",
448
+ "flate2",
449
+ "memchr",
450
+ "zstd",
451
+ "zstd-safe",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "compression-core"
456
+ version = "0.4.31"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
459
+
460
+ [[package]]
461
+ name = "core-foundation"
462
+ version = "0.9.4"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
465
+ dependencies = [
466
+ "core-foundation-sys",
467
+ "libc",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "core-foundation"
472
+ version = "0.10.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
475
+ dependencies = [
476
+ "core-foundation-sys",
477
+ "libc",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "core-foundation-sys"
482
+ version = "0.8.7"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
485
+
486
+ [[package]]
487
+ name = "crc32fast"
488
+ version = "1.5.0"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
491
+ dependencies = [
492
+ "cfg-if",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "criterion"
497
+ version = "0.5.1"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
500
+ dependencies = [
501
+ "anes",
502
+ "cast",
503
+ "ciborium",
504
+ "clap",
505
+ "criterion-plot",
506
+ "is-terminal",
507
+ "itertools",
508
+ "num-traits",
509
+ "once_cell",
510
+ "oorandom",
511
+ "plotters",
512
+ "rayon",
513
+ "regex",
514
+ "serde",
515
+ "serde_derive",
516
+ "serde_json",
517
+ "tinytemplate",
518
+ "walkdir",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "criterion-plot"
523
+ version = "0.5.0"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
526
+ dependencies = [
527
+ "cast",
528
+ "itertools",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "crossbeam-deque"
533
+ version = "0.8.6"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
536
+ dependencies = [
537
+ "crossbeam-epoch",
538
+ "crossbeam-utils",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "crossbeam-epoch"
543
+ version = "0.9.18"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
546
+ dependencies = [
547
+ "crossbeam-utils",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "crossbeam-utils"
552
+ version = "0.8.21"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
555
+
556
+ [[package]]
557
+ name = "crunchy"
558
+ version = "0.2.4"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
561
+
562
+ [[package]]
563
+ name = "dashmap"
564
+ version = "5.5.3"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
567
+ dependencies = [
568
+ "cfg-if",
569
+ "hashbrown 0.14.5",
570
+ "lock_api",
571
+ "once_cell",
572
+ "parking_lot_core",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "displaydoc"
577
+ version = "0.2.5"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
580
+ dependencies = [
581
+ "proc-macro2",
582
+ "quote",
583
+ "syn",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "either"
588
+ version = "1.15.0"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
591
+
592
+ [[package]]
593
+ name = "encoding_rs"
594
+ version = "0.8.35"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
597
+ dependencies = [
598
+ "cfg-if",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "equivalent"
603
+ version = "1.0.2"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
606
+
607
+ [[package]]
608
+ name = "errno"
609
+ version = "0.3.14"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
612
+ dependencies = [
613
+ "libc",
614
+ "windows-sys 0.61.2",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "fastrand"
619
+ version = "2.3.0"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
622
+
623
+ [[package]]
624
+ name = "find-msvc-tools"
625
+ version = "0.1.9"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
628
+
629
+ [[package]]
630
+ name = "flate2"
631
+ version = "1.1.9"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
634
+ dependencies = [
635
+ "crc32fast",
636
+ "miniz_oxide",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "fnv"
641
+ version = "1.0.7"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
644
+
645
+ [[package]]
646
+ name = "foldhash"
647
+ version = "0.1.5"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
650
+
651
+ [[package]]
652
+ name = "foreign-types"
653
+ version = "0.3.2"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
656
+ dependencies = [
657
+ "foreign-types-shared",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "foreign-types-shared"
662
+ version = "0.1.1"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
665
+
666
+ [[package]]
667
+ name = "form_urlencoded"
668
+ version = "1.2.2"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
671
+ dependencies = [
672
+ "percent-encoding",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "futures"
677
+ version = "0.3.32"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
680
+ dependencies = [
681
+ "futures-channel",
682
+ "futures-core",
683
+ "futures-executor",
684
+ "futures-io",
685
+ "futures-sink",
686
+ "futures-task",
687
+ "futures-util",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "futures-channel"
692
+ version = "0.3.32"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
695
+ dependencies = [
696
+ "futures-core",
697
+ "futures-sink",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "futures-core"
702
+ version = "0.3.32"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
705
+
706
+ [[package]]
707
+ name = "futures-executor"
708
+ version = "0.3.32"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
711
+ dependencies = [
712
+ "futures-core",
713
+ "futures-task",
714
+ "futures-util",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "futures-io"
719
+ version = "0.3.32"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
722
+
723
+ [[package]]
724
+ name = "futures-macro"
725
+ version = "0.3.32"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
728
+ dependencies = [
729
+ "proc-macro2",
730
+ "quote",
731
+ "syn",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "futures-sink"
736
+ version = "0.3.32"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
739
+
740
+ [[package]]
741
+ name = "futures-task"
742
+ version = "0.3.32"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
745
+
746
+ [[package]]
747
+ name = "futures-timer"
748
+ version = "3.0.3"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
751
+
752
+ [[package]]
753
+ name = "futures-util"
754
+ version = "0.3.32"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
757
+ dependencies = [
758
+ "futures-channel",
759
+ "futures-core",
760
+ "futures-io",
761
+ "futures-macro",
762
+ "futures-sink",
763
+ "futures-task",
764
+ "memchr",
765
+ "pin-project-lite",
766
+ "slab",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "getrandom"
771
+ version = "0.2.17"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
774
+ dependencies = [
775
+ "cfg-if",
776
+ "libc",
777
+ "wasi",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "getrandom"
782
+ version = "0.3.4"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
785
+ dependencies = [
786
+ "cfg-if",
787
+ "libc",
788
+ "r-efi 5.3.0",
789
+ "wasip2",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "getrandom"
794
+ version = "0.4.2"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
797
+ dependencies = [
798
+ "cfg-if",
799
+ "libc",
800
+ "r-efi 6.0.0",
801
+ "wasip2",
802
+ "wasip3",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "governor"
807
+ version = "0.6.3"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
810
+ dependencies = [
811
+ "cfg-if",
812
+ "dashmap",
813
+ "futures",
814
+ "futures-timer",
815
+ "no-std-compat",
816
+ "nonzero_ext",
817
+ "parking_lot",
818
+ "portable-atomic",
819
+ "quanta",
820
+ "rand",
821
+ "smallvec",
822
+ "spinning_top",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "h2"
827
+ version = "0.3.27"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
830
+ dependencies = [
831
+ "bytes",
832
+ "fnv",
833
+ "futures-core",
834
+ "futures-sink",
835
+ "futures-util",
836
+ "http 0.2.12",
837
+ "indexmap 2.13.0",
838
+ "slab",
839
+ "tokio",
840
+ "tokio-util",
841
+ "tracing",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "half"
846
+ version = "2.7.1"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
849
+ dependencies = [
850
+ "cfg-if",
851
+ "crunchy",
852
+ "zerocopy",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "hashbrown"
857
+ version = "0.12.3"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
860
+
861
+ [[package]]
862
+ name = "hashbrown"
863
+ version = "0.14.5"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
866
+
867
+ [[package]]
868
+ name = "hashbrown"
869
+ version = "0.15.5"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
872
+ dependencies = [
873
+ "foldhash",
874
+ ]
875
+
876
+ [[package]]
877
+ name = "hashbrown"
878
+ version = "0.16.1"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
881
+
882
+ [[package]]
883
+ name = "hdrhistogram"
884
+ version = "7.5.4"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
887
+ dependencies = [
888
+ "byteorder",
889
+ "num-traits",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "heck"
894
+ version = "0.5.0"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
897
+
898
+ [[package]]
899
+ name = "hermit-abi"
900
+ version = "0.5.2"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
903
+
904
+ [[package]]
905
+ name = "http"
906
+ version = "0.2.12"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
909
+ dependencies = [
910
+ "bytes",
911
+ "fnv",
912
+ "itoa",
913
+ ]
914
+
915
+ [[package]]
916
+ name = "http"
917
+ version = "1.4.0"
918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
919
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
920
+ dependencies = [
921
+ "bytes",
922
+ "itoa",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "http-body"
927
+ version = "0.4.6"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
930
+ dependencies = [
931
+ "bytes",
932
+ "http 0.2.12",
933
+ "pin-project-lite",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "http-body"
938
+ version = "1.0.1"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
941
+ dependencies = [
942
+ "bytes",
943
+ "http 1.4.0",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "http-body-util"
948
+ version = "0.1.3"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
951
+ dependencies = [
952
+ "bytes",
953
+ "futures-core",
954
+ "http 1.4.0",
955
+ "http-body 1.0.1",
956
+ "pin-project-lite",
957
+ ]
958
+
959
+ [[package]]
960
+ name = "http-range-header"
961
+ version = "0.4.2"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
964
+
965
+ [[package]]
966
+ name = "httparse"
967
+ version = "1.10.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
970
+
971
+ [[package]]
972
+ name = "httpdate"
973
+ version = "1.0.3"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
976
+
977
+ [[package]]
978
+ name = "hyper"
979
+ version = "0.14.32"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
982
+ dependencies = [
983
+ "bytes",
984
+ "futures-channel",
985
+ "futures-core",
986
+ "futures-util",
987
+ "h2",
988
+ "http 0.2.12",
989
+ "http-body 0.4.6",
990
+ "httparse",
991
+ "httpdate",
992
+ "itoa",
993
+ "pin-project-lite",
994
+ "socket2 0.5.10",
995
+ "tokio",
996
+ "tower-service",
997
+ "tracing",
998
+ "want",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "hyper"
1003
+ version = "1.8.1"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1006
+ dependencies = [
1007
+ "atomic-waker",
1008
+ "bytes",
1009
+ "futures-channel",
1010
+ "futures-core",
1011
+ "http 1.4.0",
1012
+ "http-body 1.0.1",
1013
+ "httparse",
1014
+ "httpdate",
1015
+ "itoa",
1016
+ "pin-project-lite",
1017
+ "pin-utils",
1018
+ "smallvec",
1019
+ "tokio",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "hyper-tls"
1024
+ version = "0.5.0"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1027
+ dependencies = [
1028
+ "bytes",
1029
+ "hyper 0.14.32",
1030
+ "native-tls",
1031
+ "tokio",
1032
+ "tokio-native-tls",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "hyper-util"
1037
+ version = "0.1.20"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1040
+ dependencies = [
1041
+ "bytes",
1042
+ "http 1.4.0",
1043
+ "http-body 1.0.1",
1044
+ "hyper 1.8.1",
1045
+ "pin-project-lite",
1046
+ "tokio",
1047
+ "tower-service",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "iana-time-zone"
1052
+ version = "0.1.65"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1055
+ dependencies = [
1056
+ "android_system_properties",
1057
+ "core-foundation-sys",
1058
+ "iana-time-zone-haiku",
1059
+ "js-sys",
1060
+ "log",
1061
+ "wasm-bindgen",
1062
+ "windows-core",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "iana-time-zone-haiku"
1067
+ version = "0.1.2"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1070
+ dependencies = [
1071
+ "cc",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "icu_collections"
1076
+ version = "2.1.1"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1079
+ dependencies = [
1080
+ "displaydoc",
1081
+ "potential_utf",
1082
+ "yoke",
1083
+ "zerofrom",
1084
+ "zerovec",
1085
+ ]
1086
+
1087
+ [[package]]
1088
+ name = "icu_locale_core"
1089
+ version = "2.1.1"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1092
+ dependencies = [
1093
+ "displaydoc",
1094
+ "litemap",
1095
+ "tinystr",
1096
+ "writeable",
1097
+ "zerovec",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "icu_normalizer"
1102
+ version = "2.1.1"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1105
+ dependencies = [
1106
+ "icu_collections",
1107
+ "icu_normalizer_data",
1108
+ "icu_properties",
1109
+ "icu_provider",
1110
+ "smallvec",
1111
+ "zerovec",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "icu_normalizer_data"
1116
+ version = "2.1.1"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1119
+
1120
+ [[package]]
1121
+ name = "icu_properties"
1122
+ version = "2.1.2"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1125
+ dependencies = [
1126
+ "icu_collections",
1127
+ "icu_locale_core",
1128
+ "icu_properties_data",
1129
+ "icu_provider",
1130
+ "zerotrie",
1131
+ "zerovec",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "icu_properties_data"
1136
+ version = "2.1.2"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1139
+
1140
+ [[package]]
1141
+ name = "icu_provider"
1142
+ version = "2.1.1"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1145
+ dependencies = [
1146
+ "displaydoc",
1147
+ "icu_locale_core",
1148
+ "writeable",
1149
+ "yoke",
1150
+ "zerofrom",
1151
+ "zerotrie",
1152
+ "zerovec",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "id-arena"
1157
+ version = "2.3.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1160
+
1161
+ [[package]]
1162
+ name = "idna"
1163
+ version = "1.1.0"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1166
+ dependencies = [
1167
+ "idna_adapter",
1168
+ "smallvec",
1169
+ "utf8_iter",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "idna_adapter"
1174
+ version = "1.2.1"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1177
+ dependencies = [
1178
+ "icu_normalizer",
1179
+ "icu_properties",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "indexmap"
1184
+ version = "1.9.3"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1187
+ dependencies = [
1188
+ "autocfg",
1189
+ "hashbrown 0.12.3",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "indexmap"
1194
+ version = "2.13.0"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1197
+ dependencies = [
1198
+ "equivalent",
1199
+ "hashbrown 0.16.1",
1200
+ "serde",
1201
+ "serde_core",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "indoc"
1206
+ version = "2.0.7"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1209
+ dependencies = [
1210
+ "rustversion",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "ipnet"
1215
+ version = "2.12.0"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1218
+
1219
+ [[package]]
1220
+ name = "iri-string"
1221
+ version = "0.7.10"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1224
+ dependencies = [
1225
+ "memchr",
1226
+ "serde",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "is-terminal"
1231
+ version = "0.4.17"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1234
+ dependencies = [
1235
+ "hermit-abi",
1236
+ "libc",
1237
+ "windows-sys 0.61.2",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "is_terminal_polyfill"
1242
+ version = "1.70.2"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1245
+
1246
+ [[package]]
1247
+ name = "itertools"
1248
+ version = "0.10.5"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1251
+ dependencies = [
1252
+ "either",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "itoa"
1257
+ version = "1.0.18"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1260
+
1261
+ [[package]]
1262
+ name = "jobserver"
1263
+ version = "0.1.34"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1266
+ dependencies = [
1267
+ "getrandom 0.3.4",
1268
+ "libc",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "js-sys"
1273
+ version = "0.3.91"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1276
+ dependencies = [
1277
+ "once_cell",
1278
+ "wasm-bindgen",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "lazy_static"
1283
+ version = "1.5.0"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1286
+
1287
+ [[package]]
1288
+ name = "leb128fmt"
1289
+ version = "0.1.0"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1292
+
1293
+ [[package]]
1294
+ name = "libc"
1295
+ version = "0.2.183"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1298
+
1299
+ [[package]]
1300
+ name = "linux-raw-sys"
1301
+ version = "0.12.1"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1304
+
1305
+ [[package]]
1306
+ name = "litemap"
1307
+ version = "0.8.1"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1310
+
1311
+ [[package]]
1312
+ name = "lock_api"
1313
+ version = "0.4.14"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1316
+ dependencies = [
1317
+ "scopeguard",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "log"
1322
+ version = "0.4.29"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1325
+
1326
+ [[package]]
1327
+ name = "matchers"
1328
+ version = "0.2.0"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1331
+ dependencies = [
1332
+ "regex-automata",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "matchit"
1337
+ version = "0.7.3"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1340
+
1341
+ [[package]]
1342
+ name = "memchr"
1343
+ version = "2.8.0"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1346
+
1347
+ [[package]]
1348
+ name = "memoffset"
1349
+ version = "0.9.1"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1352
+ dependencies = [
1353
+ "autocfg",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "mime"
1358
+ version = "0.3.17"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1361
+
1362
+ [[package]]
1363
+ name = "mime_guess"
1364
+ version = "2.0.5"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1367
+ dependencies = [
1368
+ "mime",
1369
+ "unicase",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "miniz_oxide"
1374
+ version = "0.8.9"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1377
+ dependencies = [
1378
+ "adler2",
1379
+ "simd-adler32",
1380
+ ]
1381
+
1382
+ [[package]]
1383
+ name = "mio"
1384
+ version = "1.1.1"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1387
+ dependencies = [
1388
+ "libc",
1389
+ "wasi",
1390
+ "windows-sys 0.61.2",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "native-tls"
1395
+ version = "0.2.18"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1398
+ dependencies = [
1399
+ "libc",
1400
+ "log",
1401
+ "openssl",
1402
+ "openssl-probe",
1403
+ "openssl-sys",
1404
+ "schannel",
1405
+ "security-framework",
1406
+ "security-framework-sys",
1407
+ "tempfile",
1408
+ ]
1409
+
1410
+ [[package]]
1411
+ name = "no-std-compat"
1412
+ version = "0.4.1"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
1415
+
1416
+ [[package]]
1417
+ name = "nonzero_ext"
1418
+ version = "0.3.0"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
1421
+
1422
+ [[package]]
1423
+ name = "nu-ansi-term"
1424
+ version = "0.50.3"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1427
+ dependencies = [
1428
+ "windows-sys 0.61.2",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "num-traits"
1433
+ version = "0.2.19"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1436
+ dependencies = [
1437
+ "autocfg",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "once_cell"
1442
+ version = "1.21.4"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1445
+
1446
+ [[package]]
1447
+ name = "once_cell_polyfill"
1448
+ version = "1.70.2"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1451
+
1452
+ [[package]]
1453
+ name = "oorandom"
1454
+ version = "11.1.5"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1457
+
1458
+ [[package]]
1459
+ name = "openssl"
1460
+ version = "0.10.76"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
1463
+ dependencies = [
1464
+ "bitflags 2.11.0",
1465
+ "cfg-if",
1466
+ "foreign-types",
1467
+ "libc",
1468
+ "once_cell",
1469
+ "openssl-macros",
1470
+ "openssl-sys",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "openssl-macros"
1475
+ version = "0.1.1"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1478
+ dependencies = [
1479
+ "proc-macro2",
1480
+ "quote",
1481
+ "syn",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "openssl-probe"
1486
+ version = "0.2.1"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1489
+
1490
+ [[package]]
1491
+ name = "openssl-sys"
1492
+ version = "0.9.112"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
1495
+ dependencies = [
1496
+ "cc",
1497
+ "libc",
1498
+ "pkg-config",
1499
+ "vcpkg",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "parking_lot"
1504
+ version = "0.12.5"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1507
+ dependencies = [
1508
+ "lock_api",
1509
+ "parking_lot_core",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "parking_lot_core"
1514
+ version = "0.9.12"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1517
+ dependencies = [
1518
+ "cfg-if",
1519
+ "libc",
1520
+ "redox_syscall",
1521
+ "smallvec",
1522
+ "windows-link",
1523
+ ]
1524
+
1525
+ [[package]]
1526
+ name = "percent-encoding"
1527
+ version = "2.3.2"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1530
+
1531
+ [[package]]
1532
+ name = "pin-project"
1533
+ version = "1.1.11"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1536
+ dependencies = [
1537
+ "pin-project-internal",
1538
+ ]
1539
+
1540
+ [[package]]
1541
+ name = "pin-project-internal"
1542
+ version = "1.1.11"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1545
+ dependencies = [
1546
+ "proc-macro2",
1547
+ "quote",
1548
+ "syn",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "pin-project-lite"
1553
+ version = "0.2.17"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1556
+
1557
+ [[package]]
1558
+ name = "pin-utils"
1559
+ version = "0.1.0"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1562
+
1563
+ [[package]]
1564
+ name = "pkg-config"
1565
+ version = "0.3.32"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1568
+
1569
+ [[package]]
1570
+ name = "plotters"
1571
+ version = "0.3.7"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1574
+ dependencies = [
1575
+ "num-traits",
1576
+ "plotters-backend",
1577
+ "plotters-svg",
1578
+ "wasm-bindgen",
1579
+ "web-sys",
1580
+ ]
1581
+
1582
+ [[package]]
1583
+ name = "plotters-backend"
1584
+ version = "0.3.7"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1587
+
1588
+ [[package]]
1589
+ name = "plotters-svg"
1590
+ version = "0.3.7"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1593
+ dependencies = [
1594
+ "plotters-backend",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "portable-atomic"
1599
+ version = "1.13.1"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1602
+
1603
+ [[package]]
1604
+ name = "potential_utf"
1605
+ version = "0.1.4"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1608
+ dependencies = [
1609
+ "zerovec",
1610
+ ]
1611
+
1612
+ [[package]]
1613
+ name = "ppv-lite86"
1614
+ version = "0.2.21"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1617
+ dependencies = [
1618
+ "zerocopy",
1619
+ ]
1620
+
1621
+ [[package]]
1622
+ name = "prettyplease"
1623
+ version = "0.2.37"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1626
+ dependencies = [
1627
+ "proc-macro2",
1628
+ "syn",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "proc-macro2"
1633
+ version = "1.0.106"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1636
+ dependencies = [
1637
+ "unicode-ident",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "pyo3"
1642
+ version = "0.23.5"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
1645
+ dependencies = [
1646
+ "cfg-if",
1647
+ "indoc",
1648
+ "libc",
1649
+ "memoffset",
1650
+ "once_cell",
1651
+ "portable-atomic",
1652
+ "pyo3-build-config",
1653
+ "pyo3-ffi",
1654
+ "pyo3-macros",
1655
+ "serde",
1656
+ "unindent",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "pyo3-build-config"
1661
+ version = "0.23.5"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
1664
+ dependencies = [
1665
+ "once_cell",
1666
+ "target-lexicon",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "pyo3-ffi"
1671
+ version = "0.23.5"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
1674
+ dependencies = [
1675
+ "libc",
1676
+ "pyo3-build-config",
1677
+ ]
1678
+
1679
+ [[package]]
1680
+ name = "pyo3-macros"
1681
+ version = "0.23.5"
1682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1683
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
1684
+ dependencies = [
1685
+ "proc-macro2",
1686
+ "pyo3-macros-backend",
1687
+ "quote",
1688
+ "syn",
1689
+ ]
1690
+
1691
+ [[package]]
1692
+ name = "pyo3-macros-backend"
1693
+ version = "0.23.5"
1694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1695
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
1696
+ dependencies = [
1697
+ "heck",
1698
+ "proc-macro2",
1699
+ "pyo3-build-config",
1700
+ "quote",
1701
+ "syn",
1702
+ ]
1703
+
1704
+ [[package]]
1705
+ name = "quanta"
1706
+ version = "0.12.6"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
1709
+ dependencies = [
1710
+ "crossbeam-utils",
1711
+ "libc",
1712
+ "once_cell",
1713
+ "raw-cpuid",
1714
+ "wasi",
1715
+ "web-sys",
1716
+ "winapi",
1717
+ ]
1718
+
1719
+ [[package]]
1720
+ name = "quote"
1721
+ version = "1.0.45"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1724
+ dependencies = [
1725
+ "proc-macro2",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "r-efi"
1730
+ version = "5.3.0"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1733
+
1734
+ [[package]]
1735
+ name = "r-efi"
1736
+ version = "6.0.0"
1737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1738
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1739
+
1740
+ [[package]]
1741
+ name = "rand"
1742
+ version = "0.8.5"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1745
+ dependencies = [
1746
+ "libc",
1747
+ "rand_chacha",
1748
+ "rand_core",
1749
+ ]
1750
+
1751
+ [[package]]
1752
+ name = "rand_chacha"
1753
+ version = "0.3.1"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1756
+ dependencies = [
1757
+ "ppv-lite86",
1758
+ "rand_core",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "rand_core"
1763
+ version = "0.6.4"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1766
+ dependencies = [
1767
+ "getrandom 0.2.17",
1768
+ ]
1769
+
1770
+ [[package]]
1771
+ name = "raw-cpuid"
1772
+ version = "11.6.0"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
1775
+ dependencies = [
1776
+ "bitflags 2.11.0",
1777
+ ]
1778
+
1779
+ [[package]]
1780
+ name = "rayon"
1781
+ version = "1.11.0"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1784
+ dependencies = [
1785
+ "either",
1786
+ "rayon-core",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "rayon-core"
1791
+ version = "1.13.0"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1794
+ dependencies = [
1795
+ "crossbeam-deque",
1796
+ "crossbeam-utils",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "redox_syscall"
1801
+ version = "0.5.18"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1804
+ dependencies = [
1805
+ "bitflags 2.11.0",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "regex"
1810
+ version = "1.12.3"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1813
+ dependencies = [
1814
+ "aho-corasick",
1815
+ "memchr",
1816
+ "regex-automata",
1817
+ "regex-syntax",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "regex-automata"
1822
+ version = "0.4.14"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1825
+ dependencies = [
1826
+ "aho-corasick",
1827
+ "memchr",
1828
+ "regex-syntax",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "regex-syntax"
1833
+ version = "0.8.10"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1836
+
1837
+ [[package]]
1838
+ name = "reqwest"
1839
+ version = "0.11.27"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
1842
+ dependencies = [
1843
+ "base64",
1844
+ "bytes",
1845
+ "encoding_rs",
1846
+ "futures-core",
1847
+ "futures-util",
1848
+ "h2",
1849
+ "http 0.2.12",
1850
+ "http-body 0.4.6",
1851
+ "hyper 0.14.32",
1852
+ "hyper-tls",
1853
+ "ipnet",
1854
+ "js-sys",
1855
+ "log",
1856
+ "mime",
1857
+ "native-tls",
1858
+ "once_cell",
1859
+ "percent-encoding",
1860
+ "pin-project-lite",
1861
+ "rustls-pemfile",
1862
+ "serde",
1863
+ "serde_json",
1864
+ "serde_urlencoded",
1865
+ "sync_wrapper 0.1.2",
1866
+ "system-configuration",
1867
+ "tokio",
1868
+ "tokio-native-tls",
1869
+ "tower-service",
1870
+ "url",
1871
+ "wasm-bindgen",
1872
+ "wasm-bindgen-futures",
1873
+ "web-sys",
1874
+ "winreg",
1875
+ ]
1876
+
1877
+ [[package]]
1878
+ name = "rustix"
1879
+ version = "1.1.4"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1882
+ dependencies = [
1883
+ "bitflags 2.11.0",
1884
+ "errno",
1885
+ "libc",
1886
+ "linux-raw-sys",
1887
+ "windows-sys 0.61.2",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "rustls-pemfile"
1892
+ version = "1.0.4"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1895
+ dependencies = [
1896
+ "base64",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "rustversion"
1901
+ version = "1.0.22"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1904
+
1905
+ [[package]]
1906
+ name = "ryu"
1907
+ version = "1.0.23"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1910
+
1911
+ [[package]]
1912
+ name = "same-file"
1913
+ version = "1.0.6"
1914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1916
+ dependencies = [
1917
+ "winapi-util",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "schannel"
1922
+ version = "0.1.29"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1925
+ dependencies = [
1926
+ "windows-sys 0.61.2",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "scopeguard"
1931
+ version = "1.2.0"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1934
+
1935
+ [[package]]
1936
+ name = "security-framework"
1937
+ version = "3.7.0"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1940
+ dependencies = [
1941
+ "bitflags 2.11.0",
1942
+ "core-foundation 0.10.1",
1943
+ "core-foundation-sys",
1944
+ "libc",
1945
+ "security-framework-sys",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "security-framework-sys"
1950
+ version = "2.17.0"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1953
+ dependencies = [
1954
+ "core-foundation-sys",
1955
+ "libc",
1956
+ ]
1957
+
1958
+ [[package]]
1959
+ name = "semver"
1960
+ version = "1.0.27"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1963
+
1964
+ [[package]]
1965
+ name = "serde"
1966
+ version = "1.0.228"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1969
+ dependencies = [
1970
+ "serde_core",
1971
+ "serde_derive",
1972
+ ]
1973
+
1974
+ [[package]]
1975
+ name = "serde-wasm-bindgen"
1976
+ version = "0.6.5"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
1979
+ dependencies = [
1980
+ "js-sys",
1981
+ "serde",
1982
+ "wasm-bindgen",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "serde_core"
1987
+ version = "1.0.228"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1990
+ dependencies = [
1991
+ "serde_derive",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "serde_derive"
1996
+ version = "1.0.228"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1999
+ dependencies = [
2000
+ "proc-macro2",
2001
+ "quote",
2002
+ "syn",
2003
+ ]
2004
+
2005
+ [[package]]
2006
+ name = "serde_json"
2007
+ version = "1.0.149"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2010
+ dependencies = [
2011
+ "itoa",
2012
+ "memchr",
2013
+ "serde",
2014
+ "serde_core",
2015
+ "zmij",
2016
+ ]
2017
+
2018
+ [[package]]
2019
+ name = "serde_path_to_error"
2020
+ version = "0.1.20"
2021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2022
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2023
+ dependencies = [
2024
+ "itoa",
2025
+ "serde",
2026
+ "serde_core",
2027
+ ]
2028
+
2029
+ [[package]]
2030
+ name = "serde_urlencoded"
2031
+ version = "0.7.1"
2032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2033
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2034
+ dependencies = [
2035
+ "form_urlencoded",
2036
+ "itoa",
2037
+ "ryu",
2038
+ "serde",
2039
+ ]
2040
+
2041
+ [[package]]
2042
+ name = "sharded-slab"
2043
+ version = "0.1.7"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2046
+ dependencies = [
2047
+ "lazy_static",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "shlex"
2052
+ version = "1.3.0"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2055
+
2056
+ [[package]]
2057
+ name = "signal-hook-registry"
2058
+ version = "1.4.8"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2061
+ dependencies = [
2062
+ "errno",
2063
+ "libc",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "simd-adler32"
2068
+ version = "0.3.8"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2071
+
2072
+ [[package]]
2073
+ name = "slab"
2074
+ version = "0.4.12"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2077
+
2078
+ [[package]]
2079
+ name = "smallvec"
2080
+ version = "1.15.1"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2083
+
2084
+ [[package]]
2085
+ name = "socket2"
2086
+ version = "0.5.10"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2089
+ dependencies = [
2090
+ "libc",
2091
+ "windows-sys 0.52.0",
2092
+ ]
2093
+
2094
+ [[package]]
2095
+ name = "socket2"
2096
+ version = "0.6.3"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2099
+ dependencies = [
2100
+ "libc",
2101
+ "windows-sys 0.61.2",
2102
+ ]
2103
+
2104
+ [[package]]
2105
+ name = "spinning_top"
2106
+ version = "0.3.0"
2107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2108
+ checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
2109
+ dependencies = [
2110
+ "lock_api",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "stable_deref_trait"
2115
+ version = "1.2.1"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2118
+
2119
+ [[package]]
2120
+ name = "strsim"
2121
+ version = "0.11.1"
2122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2123
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2124
+
2125
+ [[package]]
2126
+ name = "syn"
2127
+ version = "2.0.117"
2128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2129
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2130
+ dependencies = [
2131
+ "proc-macro2",
2132
+ "quote",
2133
+ "unicode-ident",
2134
+ ]
2135
+
2136
+ [[package]]
2137
+ name = "sync_wrapper"
2138
+ version = "0.1.2"
2139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2140
+ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2141
+
2142
+ [[package]]
2143
+ name = "sync_wrapper"
2144
+ version = "1.0.2"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2147
+
2148
+ [[package]]
2149
+ name = "synstructure"
2150
+ version = "0.13.2"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2153
+ dependencies = [
2154
+ "proc-macro2",
2155
+ "quote",
2156
+ "syn",
2157
+ ]
2158
+
2159
+ [[package]]
2160
+ name = "system-configuration"
2161
+ version = "0.5.1"
2162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2163
+ checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2164
+ dependencies = [
2165
+ "bitflags 1.3.2",
2166
+ "core-foundation 0.9.4",
2167
+ "system-configuration-sys",
2168
+ ]
2169
+
2170
+ [[package]]
2171
+ name = "system-configuration-sys"
2172
+ version = "0.5.0"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2175
+ dependencies = [
2176
+ "core-foundation-sys",
2177
+ "libc",
2178
+ ]
2179
+
2180
+ [[package]]
2181
+ name = "target-lexicon"
2182
+ version = "0.12.16"
2183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2184
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2185
+
2186
+ [[package]]
2187
+ name = "tempfile"
2188
+ version = "3.27.0"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2191
+ dependencies = [
2192
+ "fastrand",
2193
+ "getrandom 0.4.2",
2194
+ "once_cell",
2195
+ "rustix",
2196
+ "windows-sys 0.61.2",
2197
+ ]
2198
+
2199
+ [[package]]
2200
+ name = "thiserror"
2201
+ version = "2.0.18"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2204
+ dependencies = [
2205
+ "thiserror-impl",
2206
+ ]
2207
+
2208
+ [[package]]
2209
+ name = "thiserror-impl"
2210
+ version = "2.0.18"
2211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2212
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2213
+ dependencies = [
2214
+ "proc-macro2",
2215
+ "quote",
2216
+ "syn",
2217
+ ]
2218
+
2219
+ [[package]]
2220
+ name = "thread_local"
2221
+ version = "1.1.9"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2224
+ dependencies = [
2225
+ "cfg-if",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "tinystr"
2230
+ version = "0.8.2"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2233
+ dependencies = [
2234
+ "displaydoc",
2235
+ "zerovec",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "tinytemplate"
2240
+ version = "1.2.1"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2243
+ dependencies = [
2244
+ "serde",
2245
+ "serde_json",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "tokio"
2250
+ version = "1.50.0"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2253
+ dependencies = [
2254
+ "bytes",
2255
+ "libc",
2256
+ "mio",
2257
+ "parking_lot",
2258
+ "pin-project-lite",
2259
+ "signal-hook-registry",
2260
+ "socket2 0.6.3",
2261
+ "tokio-macros",
2262
+ "windows-sys 0.61.2",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "tokio-macros"
2267
+ version = "2.6.1"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
2270
+ dependencies = [
2271
+ "proc-macro2",
2272
+ "quote",
2273
+ "syn",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "tokio-native-tls"
2278
+ version = "0.3.1"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2281
+ dependencies = [
2282
+ "native-tls",
2283
+ "tokio",
2284
+ ]
2285
+
2286
+ [[package]]
2287
+ name = "tokio-util"
2288
+ version = "0.7.18"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2291
+ dependencies = [
2292
+ "bytes",
2293
+ "futures-core",
2294
+ "futures-sink",
2295
+ "pin-project-lite",
2296
+ "tokio",
2297
+ ]
2298
+
2299
+ [[package]]
2300
+ name = "tower"
2301
+ version = "0.4.13"
2302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2303
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2304
+ dependencies = [
2305
+ "futures-core",
2306
+ "futures-util",
2307
+ "hdrhistogram",
2308
+ "indexmap 1.9.3",
2309
+ "pin-project",
2310
+ "pin-project-lite",
2311
+ "rand",
2312
+ "slab",
2313
+ "tokio",
2314
+ "tokio-util",
2315
+ "tower-layer",
2316
+ "tower-service",
2317
+ "tracing",
2318
+ ]
2319
+
2320
+ [[package]]
2321
+ name = "tower"
2322
+ version = "0.5.3"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2325
+ dependencies = [
2326
+ "futures-core",
2327
+ "futures-util",
2328
+ "pin-project-lite",
2329
+ "sync_wrapper 1.0.2",
2330
+ "tokio",
2331
+ "tower-layer",
2332
+ "tower-service",
2333
+ "tracing",
2334
+ ]
2335
+
2336
+ [[package]]
2337
+ name = "tower-http"
2338
+ version = "0.5.2"
2339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2340
+ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2341
+ dependencies = [
2342
+ "async-compression",
2343
+ "base64",
2344
+ "bitflags 2.11.0",
2345
+ "bytes",
2346
+ "futures-core",
2347
+ "futures-util",
2348
+ "http 1.4.0",
2349
+ "http-body 1.0.1",
2350
+ "http-body-util",
2351
+ "http-range-header",
2352
+ "httpdate",
2353
+ "iri-string",
2354
+ "mime",
2355
+ "mime_guess",
2356
+ "percent-encoding",
2357
+ "pin-project-lite",
2358
+ "tokio",
2359
+ "tokio-util",
2360
+ "tower 0.4.13",
2361
+ "tower-layer",
2362
+ "tower-service",
2363
+ "tracing",
2364
+ "uuid",
2365
+ ]
2366
+
2367
+ [[package]]
2368
+ name = "tower-layer"
2369
+ version = "0.3.3"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2372
+
2373
+ [[package]]
2374
+ name = "tower-service"
2375
+ version = "0.3.3"
2376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2378
+
2379
+ [[package]]
2380
+ name = "tracing"
2381
+ version = "0.1.44"
2382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2384
+ dependencies = [
2385
+ "log",
2386
+ "pin-project-lite",
2387
+ "tracing-attributes",
2388
+ "tracing-core",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "tracing-attributes"
2393
+ version = "0.1.31"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2396
+ dependencies = [
2397
+ "proc-macro2",
2398
+ "quote",
2399
+ "syn",
2400
+ ]
2401
+
2402
+ [[package]]
2403
+ name = "tracing-core"
2404
+ version = "0.1.36"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2407
+ dependencies = [
2408
+ "once_cell",
2409
+ "valuable",
2410
+ ]
2411
+
2412
+ [[package]]
2413
+ name = "tracing-log"
2414
+ version = "0.2.0"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2417
+ dependencies = [
2418
+ "log",
2419
+ "once_cell",
2420
+ "tracing-core",
2421
+ ]
2422
+
2423
+ [[package]]
2424
+ name = "tracing-subscriber"
2425
+ version = "0.3.23"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2428
+ dependencies = [
2429
+ "matchers",
2430
+ "nu-ansi-term",
2431
+ "once_cell",
2432
+ "regex-automata",
2433
+ "sharded-slab",
2434
+ "smallvec",
2435
+ "thread_local",
2436
+ "tracing",
2437
+ "tracing-core",
2438
+ "tracing-log",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "try-lock"
2443
+ version = "0.2.5"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2446
+
2447
+ [[package]]
2448
+ name = "unicase"
2449
+ version = "2.9.0"
2450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2451
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2452
+
2453
+ [[package]]
2454
+ name = "unicode-ident"
2455
+ version = "1.0.24"
2456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2457
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2458
+
2459
+ [[package]]
2460
+ name = "unicode-xid"
2461
+ version = "0.2.6"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2464
+
2465
+ [[package]]
2466
+ name = "unindent"
2467
+ version = "0.2.4"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2470
+
2471
+ [[package]]
2472
+ name = "url"
2473
+ version = "2.5.8"
2474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2476
+ dependencies = [
2477
+ "form_urlencoded",
2478
+ "idna",
2479
+ "percent-encoding",
2480
+ "serde",
2481
+ ]
2482
+
2483
+ [[package]]
2484
+ name = "utf8_iter"
2485
+ version = "1.0.4"
2486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2487
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2488
+
2489
+ [[package]]
2490
+ name = "utf8parse"
2491
+ version = "0.2.2"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2494
+
2495
+ [[package]]
2496
+ name = "uuid"
2497
+ version = "1.22.0"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
2500
+ dependencies = [
2501
+ "getrandom 0.4.2",
2502
+ "js-sys",
2503
+ "wasm-bindgen",
2504
+ ]
2505
+
2506
+ [[package]]
2507
+ name = "valuable"
2508
+ version = "0.1.1"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2511
+
2512
+ [[package]]
2513
+ name = "vcpkg"
2514
+ version = "0.2.15"
2515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2516
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2517
+
2518
+ [[package]]
2519
+ name = "walkdir"
2520
+ version = "2.5.0"
2521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2522
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2523
+ dependencies = [
2524
+ "same-file",
2525
+ "winapi-util",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "want"
2530
+ version = "0.3.1"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2533
+ dependencies = [
2534
+ "try-lock",
2535
+ ]
2536
+
2537
+ [[package]]
2538
+ name = "wasi"
2539
+ version = "0.11.1+wasi-snapshot-preview1"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2542
+
2543
+ [[package]]
2544
+ name = "wasip2"
2545
+ version = "1.0.2+wasi-0.2.9"
2546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2547
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2548
+ dependencies = [
2549
+ "wit-bindgen",
2550
+ ]
2551
+
2552
+ [[package]]
2553
+ name = "wasip3"
2554
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2556
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2557
+ dependencies = [
2558
+ "wit-bindgen",
2559
+ ]
2560
+
2561
+ [[package]]
2562
+ name = "wasm-bindgen"
2563
+ version = "0.2.114"
2564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2565
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
2566
+ dependencies = [
2567
+ "cfg-if",
2568
+ "once_cell",
2569
+ "rustversion",
2570
+ "wasm-bindgen-macro",
2571
+ "wasm-bindgen-shared",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "wasm-bindgen-futures"
2576
+ version = "0.4.64"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
2579
+ dependencies = [
2580
+ "cfg-if",
2581
+ "futures-util",
2582
+ "js-sys",
2583
+ "once_cell",
2584
+ "wasm-bindgen",
2585
+ "web-sys",
2586
+ ]
2587
+
2588
+ [[package]]
2589
+ name = "wasm-bindgen-macro"
2590
+ version = "0.2.114"
2591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2592
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
2593
+ dependencies = [
2594
+ "quote",
2595
+ "wasm-bindgen-macro-support",
2596
+ ]
2597
+
2598
+ [[package]]
2599
+ name = "wasm-bindgen-macro-support"
2600
+ version = "0.2.114"
2601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2602
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
2603
+ dependencies = [
2604
+ "bumpalo",
2605
+ "proc-macro2",
2606
+ "quote",
2607
+ "syn",
2608
+ "wasm-bindgen-shared",
2609
+ ]
2610
+
2611
+ [[package]]
2612
+ name = "wasm-bindgen-shared"
2613
+ version = "0.2.114"
2614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2615
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
2616
+ dependencies = [
2617
+ "unicode-ident",
2618
+ ]
2619
+
2620
+ [[package]]
2621
+ name = "wasm-encoder"
2622
+ version = "0.244.0"
2623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2624
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2625
+ dependencies = [
2626
+ "leb128fmt",
2627
+ "wasmparser",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "wasm-metadata"
2632
+ version = "0.244.0"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2635
+ dependencies = [
2636
+ "anyhow",
2637
+ "indexmap 2.13.0",
2638
+ "wasm-encoder",
2639
+ "wasmparser",
2640
+ ]
2641
+
2642
+ [[package]]
2643
+ name = "wasmparser"
2644
+ version = "0.244.0"
2645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2646
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2647
+ dependencies = [
2648
+ "bitflags 2.11.0",
2649
+ "hashbrown 0.15.5",
2650
+ "indexmap 2.13.0",
2651
+ "semver",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "web-sys"
2656
+ version = "0.3.91"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
2659
+ dependencies = [
2660
+ "js-sys",
2661
+ "wasm-bindgen",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "winapi"
2666
+ version = "0.3.9"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2669
+ dependencies = [
2670
+ "winapi-i686-pc-windows-gnu",
2671
+ "winapi-x86_64-pc-windows-gnu",
2672
+ ]
2673
+
2674
+ [[package]]
2675
+ name = "winapi-i686-pc-windows-gnu"
2676
+ version = "0.4.0"
2677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2678
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2679
+
2680
+ [[package]]
2681
+ name = "winapi-util"
2682
+ version = "0.1.11"
2683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2684
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2685
+ dependencies = [
2686
+ "windows-sys 0.61.2",
2687
+ ]
2688
+
2689
+ [[package]]
2690
+ name = "winapi-x86_64-pc-windows-gnu"
2691
+ version = "0.4.0"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2694
+
2695
+ [[package]]
2696
+ name = "windows-core"
2697
+ version = "0.62.2"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2700
+ dependencies = [
2701
+ "windows-implement",
2702
+ "windows-interface",
2703
+ "windows-link",
2704
+ "windows-result",
2705
+ "windows-strings",
2706
+ ]
2707
+
2708
+ [[package]]
2709
+ name = "windows-implement"
2710
+ version = "0.60.2"
2711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2712
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2713
+ dependencies = [
2714
+ "proc-macro2",
2715
+ "quote",
2716
+ "syn",
2717
+ ]
2718
+
2719
+ [[package]]
2720
+ name = "windows-interface"
2721
+ version = "0.59.3"
2722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2723
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2724
+ dependencies = [
2725
+ "proc-macro2",
2726
+ "quote",
2727
+ "syn",
2728
+ ]
2729
+
2730
+ [[package]]
2731
+ name = "windows-link"
2732
+ version = "0.2.1"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2735
+
2736
+ [[package]]
2737
+ name = "windows-result"
2738
+ version = "0.4.1"
2739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2740
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2741
+ dependencies = [
2742
+ "windows-link",
2743
+ ]
2744
+
2745
+ [[package]]
2746
+ name = "windows-strings"
2747
+ version = "0.5.1"
2748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2749
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2750
+ dependencies = [
2751
+ "windows-link",
2752
+ ]
2753
+
2754
+ [[package]]
2755
+ name = "windows-sys"
2756
+ version = "0.48.0"
2757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2758
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2759
+ dependencies = [
2760
+ "windows-targets 0.48.5",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "windows-sys"
2765
+ version = "0.52.0"
2766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2767
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2768
+ dependencies = [
2769
+ "windows-targets 0.52.6",
2770
+ ]
2771
+
2772
+ [[package]]
2773
+ name = "windows-sys"
2774
+ version = "0.61.2"
2775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2776
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2777
+ dependencies = [
2778
+ "windows-link",
2779
+ ]
2780
+
2781
+ [[package]]
2782
+ name = "windows-targets"
2783
+ version = "0.48.5"
2784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2785
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2786
+ dependencies = [
2787
+ "windows_aarch64_gnullvm 0.48.5",
2788
+ "windows_aarch64_msvc 0.48.5",
2789
+ "windows_i686_gnu 0.48.5",
2790
+ "windows_i686_msvc 0.48.5",
2791
+ "windows_x86_64_gnu 0.48.5",
2792
+ "windows_x86_64_gnullvm 0.48.5",
2793
+ "windows_x86_64_msvc 0.48.5",
2794
+ ]
2795
+
2796
+ [[package]]
2797
+ name = "windows-targets"
2798
+ version = "0.52.6"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2801
+ dependencies = [
2802
+ "windows_aarch64_gnullvm 0.52.6",
2803
+ "windows_aarch64_msvc 0.52.6",
2804
+ "windows_i686_gnu 0.52.6",
2805
+ "windows_i686_gnullvm",
2806
+ "windows_i686_msvc 0.52.6",
2807
+ "windows_x86_64_gnu 0.52.6",
2808
+ "windows_x86_64_gnullvm 0.52.6",
2809
+ "windows_x86_64_msvc 0.52.6",
2810
+ ]
2811
+
2812
+ [[package]]
2813
+ name = "windows_aarch64_gnullvm"
2814
+ version = "0.48.5"
2815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2817
+
2818
+ [[package]]
2819
+ name = "windows_aarch64_gnullvm"
2820
+ version = "0.52.6"
2821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2822
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2823
+
2824
+ [[package]]
2825
+ name = "windows_aarch64_msvc"
2826
+ version = "0.48.5"
2827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2828
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2829
+
2830
+ [[package]]
2831
+ name = "windows_aarch64_msvc"
2832
+ version = "0.52.6"
2833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2834
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2835
+
2836
+ [[package]]
2837
+ name = "windows_i686_gnu"
2838
+ version = "0.48.5"
2839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2840
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2841
+
2842
+ [[package]]
2843
+ name = "windows_i686_gnu"
2844
+ version = "0.52.6"
2845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2847
+
2848
+ [[package]]
2849
+ name = "windows_i686_gnullvm"
2850
+ version = "0.52.6"
2851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2852
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2853
+
2854
+ [[package]]
2855
+ name = "windows_i686_msvc"
2856
+ version = "0.48.5"
2857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2858
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2859
+
2860
+ [[package]]
2861
+ name = "windows_i686_msvc"
2862
+ version = "0.52.6"
2863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2864
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2865
+
2866
+ [[package]]
2867
+ name = "windows_x86_64_gnu"
2868
+ version = "0.48.5"
2869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2870
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2871
+
2872
+ [[package]]
2873
+ name = "windows_x86_64_gnu"
2874
+ version = "0.52.6"
2875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2876
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2877
+
2878
+ [[package]]
2879
+ name = "windows_x86_64_gnullvm"
2880
+ version = "0.48.5"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2883
+
2884
+ [[package]]
2885
+ name = "windows_x86_64_gnullvm"
2886
+ version = "0.52.6"
2887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2889
+
2890
+ [[package]]
2891
+ name = "windows_x86_64_msvc"
2892
+ version = "0.48.5"
2893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2894
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2895
+
2896
+ [[package]]
2897
+ name = "windows_x86_64_msvc"
2898
+ version = "0.52.6"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2901
+
2902
+ [[package]]
2903
+ name = "winreg"
2904
+ version = "0.50.0"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2907
+ dependencies = [
2908
+ "cfg-if",
2909
+ "windows-sys 0.48.0",
2910
+ ]
2911
+
2912
+ [[package]]
2913
+ name = "wit-bindgen"
2914
+ version = "0.51.0"
2915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2916
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2917
+ dependencies = [
2918
+ "wit-bindgen-rust-macro",
2919
+ ]
2920
+
2921
+ [[package]]
2922
+ name = "wit-bindgen-core"
2923
+ version = "0.51.0"
2924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2925
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2926
+ dependencies = [
2927
+ "anyhow",
2928
+ "heck",
2929
+ "wit-parser",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "wit-bindgen-rust"
2934
+ version = "0.51.0"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2937
+ dependencies = [
2938
+ "anyhow",
2939
+ "heck",
2940
+ "indexmap 2.13.0",
2941
+ "prettyplease",
2942
+ "syn",
2943
+ "wasm-metadata",
2944
+ "wit-bindgen-core",
2945
+ "wit-component",
2946
+ ]
2947
+
2948
+ [[package]]
2949
+ name = "wit-bindgen-rust-macro"
2950
+ version = "0.51.0"
2951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2952
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2953
+ dependencies = [
2954
+ "anyhow",
2955
+ "prettyplease",
2956
+ "proc-macro2",
2957
+ "quote",
2958
+ "syn",
2959
+ "wit-bindgen-core",
2960
+ "wit-bindgen-rust",
2961
+ ]
2962
+
2963
+ [[package]]
2964
+ name = "wit-component"
2965
+ version = "0.244.0"
2966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2967
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2968
+ dependencies = [
2969
+ "anyhow",
2970
+ "bitflags 2.11.0",
2971
+ "indexmap 2.13.0",
2972
+ "log",
2973
+ "serde",
2974
+ "serde_derive",
2975
+ "serde_json",
2976
+ "wasm-encoder",
2977
+ "wasm-metadata",
2978
+ "wasmparser",
2979
+ "wit-parser",
2980
+ ]
2981
+
2982
+ [[package]]
2983
+ name = "wit-parser"
2984
+ version = "0.244.0"
2985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2986
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2987
+ dependencies = [
2988
+ "anyhow",
2989
+ "id-arena",
2990
+ "indexmap 2.13.0",
2991
+ "log",
2992
+ "semver",
2993
+ "serde",
2994
+ "serde_derive",
2995
+ "serde_json",
2996
+ "unicode-xid",
2997
+ "wasmparser",
2998
+ ]
2999
+
3000
+ [[package]]
3001
+ name = "writeable"
3002
+ version = "0.6.2"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3005
+
3006
+ [[package]]
3007
+ name = "yoke"
3008
+ version = "0.8.1"
3009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3010
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3011
+ dependencies = [
3012
+ "stable_deref_trait",
3013
+ "yoke-derive",
3014
+ "zerofrom",
3015
+ ]
3016
+
3017
+ [[package]]
3018
+ name = "yoke-derive"
3019
+ version = "0.8.1"
3020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3021
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3022
+ dependencies = [
3023
+ "proc-macro2",
3024
+ "quote",
3025
+ "syn",
3026
+ "synstructure",
3027
+ ]
3028
+
3029
+ [[package]]
3030
+ name = "zerocopy"
3031
+ version = "0.8.47"
3032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3033
+ checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
3034
+ dependencies = [
3035
+ "zerocopy-derive",
3036
+ ]
3037
+
3038
+ [[package]]
3039
+ name = "zerocopy-derive"
3040
+ version = "0.8.47"
3041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3042
+ checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
3043
+ dependencies = [
3044
+ "proc-macro2",
3045
+ "quote",
3046
+ "syn",
3047
+ ]
3048
+
3049
+ [[package]]
3050
+ name = "zerofrom"
3051
+ version = "0.1.6"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3054
+ dependencies = [
3055
+ "zerofrom-derive",
3056
+ ]
3057
+
3058
+ [[package]]
3059
+ name = "zerofrom-derive"
3060
+ version = "0.1.6"
3061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3062
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3063
+ dependencies = [
3064
+ "proc-macro2",
3065
+ "quote",
3066
+ "syn",
3067
+ "synstructure",
3068
+ ]
3069
+
3070
+ [[package]]
3071
+ name = "zerotrie"
3072
+ version = "0.2.3"
3073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3074
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3075
+ dependencies = [
3076
+ "displaydoc",
3077
+ "yoke",
3078
+ "zerofrom",
3079
+ ]
3080
+
3081
+ [[package]]
3082
+ name = "zerovec"
3083
+ version = "0.11.5"
3084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3085
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3086
+ dependencies = [
3087
+ "yoke",
3088
+ "zerofrom",
3089
+ "zerovec-derive",
3090
+ ]
3091
+
3092
+ [[package]]
3093
+ name = "zerovec-derive"
3094
+ version = "0.11.2"
3095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3096
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3097
+ dependencies = [
3098
+ "proc-macro2",
3099
+ "quote",
3100
+ "syn",
3101
+ ]
3102
+
3103
+ [[package]]
3104
+ name = "zmij"
3105
+ version = "1.0.21"
3106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3108
+
3109
+ [[package]]
3110
+ name = "zstd"
3111
+ version = "0.13.3"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3114
+ dependencies = [
3115
+ "zstd-safe",
3116
+ ]
3117
+
3118
+ [[package]]
3119
+ name = "zstd-safe"
3120
+ version = "7.2.4"
3121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3122
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3123
+ dependencies = [
3124
+ "zstd-sys",
3125
+ ]
3126
+
3127
+ [[package]]
3128
+ name = "zstd-sys"
3129
+ version = "2.0.16+zstd.1.5.7"
3130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3131
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3132
+ dependencies = [
3133
+ "cc",
3134
+ "pkg-config",
3135
+ ]