maggraph 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. maggraph-0.2.0/Cargo.lock +2100 -0
  2. maggraph-0.2.0/Cargo.toml +34 -0
  3. maggraph-0.2.0/PKG-INFO +247 -0
  4. maggraph-0.2.0/README.md +210 -0
  5. maggraph-0.2.0/maggraph/Cargo.toml +50 -0
  6. maggraph-0.2.0/maggraph/__init__.py +31 -0
  7. maggraph-0.2.0/maggraph/__init__.pyi +205 -0
  8. maggraph-0.2.0/maggraph/benches/traversal.rs +34 -0
  9. maggraph-0.2.0/maggraph/py.typed +0 -0
  10. maggraph-0.2.0/maggraph/src/agent/mod.rs +653 -0
  11. maggraph-0.2.0/maggraph/src/config/mod.rs +348 -0
  12. maggraph-0.2.0/maggraph/src/config/schema.rs +87 -0
  13. maggraph-0.2.0/maggraph/src/error.rs +96 -0
  14. maggraph-0.2.0/maggraph/src/graph.rs +532 -0
  15. maggraph-0.2.0/maggraph/src/index.rs +680 -0
  16. maggraph-0.2.0/maggraph/src/lakehouse/cache.rs +137 -0
  17. maggraph-0.2.0/maggraph/src/lakehouse/content.rs +89 -0
  18. maggraph-0.2.0/maggraph/src/lakehouse/mod.rs +385 -0
  19. maggraph-0.2.0/maggraph/src/lakehouse/resolver.rs +377 -0
  20. maggraph-0.2.0/maggraph/src/lakehouse/uri.rs +147 -0
  21. maggraph-0.2.0/maggraph/src/lib.rs +48 -0
  22. maggraph-0.2.0/maggraph/src/memory.rs +66 -0
  23. maggraph-0.2.0/maggraph/src/node/frontmatter.rs +99 -0
  24. maggraph-0.2.0/maggraph/src/node/mod.rs +247 -0
  25. maggraph-0.2.0/maggraph/src/python/mod.rs +883 -0
  26. maggraph-0.2.0/maggraph/src/query.rs +233 -0
  27. maggraph-0.2.0/maggraph/src/recall.rs +73 -0
  28. maggraph-0.2.0/maggraph/src/security.rs +200 -0
  29. maggraph-0.2.0/maggraph/src/sync/engine.rs +311 -0
  30. maggraph-0.2.0/maggraph/src/sync/lock.rs +164 -0
  31. maggraph-0.2.0/maggraph/src/sync/mod.rs +9 -0
  32. maggraph-0.2.0/maggraph/src/sync/policy.rs +97 -0
  33. maggraph-0.2.0/maggraph/src/sync/repo.rs +593 -0
  34. maggraph-0.2.0/maggraph/src/ui/api.rs +347 -0
  35. maggraph-0.2.0/maggraph/src/ui/assets/app.js +122 -0
  36. maggraph-0.2.0/maggraph/src/ui/assets/index.html +52 -0
  37. maggraph-0.2.0/maggraph/src/ui/assets/style.css +243 -0
  38. maggraph-0.2.0/maggraph/src/ui/mod.rs +233 -0
  39. maggraph-0.2.0/maggraph/src/wikilink.rs +149 -0
  40. maggraph-0.2.0/pyproject.toml +62 -0
@@ -0,0 +1,2100 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "android_system_properties"
16
+ version = "0.1.5"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
+ dependencies = [
20
+ "libc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anstream"
25
+ version = "1.0.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
28
+ dependencies = [
29
+ "anstyle",
30
+ "anstyle-parse",
31
+ "anstyle-query",
32
+ "anstyle-wincon",
33
+ "colorchoice",
34
+ "is_terminal_polyfill",
35
+ "utf8parse",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "anstyle-parse"
46
+ version = "1.0.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
49
+ dependencies = [
50
+ "utf8parse",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-query"
55
+ version = "1.1.5"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58
+ dependencies = [
59
+ "windows-sys",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle-wincon"
64
+ version = "3.0.11"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67
+ dependencies = [
68
+ "anstyle",
69
+ "once_cell_polyfill",
70
+ "windows-sys",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anyhow"
75
+ version = "1.0.102"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
78
+
79
+ [[package]]
80
+ name = "assert_cmd"
81
+ version = "2.2.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6"
84
+ dependencies = [
85
+ "anstyle",
86
+ "bstr",
87
+ "libc",
88
+ "predicates",
89
+ "predicates-core",
90
+ "predicates-tree",
91
+ "wait-timeout",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "atomic-waker"
96
+ version = "1.1.2"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
99
+
100
+ [[package]]
101
+ name = "autocfg"
102
+ version = "1.5.1"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
105
+
106
+ [[package]]
107
+ name = "axum"
108
+ version = "0.8.9"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
111
+ dependencies = [
112
+ "axum-core",
113
+ "axum-macros",
114
+ "bytes",
115
+ "form_urlencoded",
116
+ "futures-util",
117
+ "http",
118
+ "http-body",
119
+ "http-body-util",
120
+ "hyper",
121
+ "hyper-util",
122
+ "itoa",
123
+ "matchit",
124
+ "memchr",
125
+ "mime",
126
+ "percent-encoding",
127
+ "pin-project-lite",
128
+ "serde_core",
129
+ "serde_json",
130
+ "serde_path_to_error",
131
+ "serde_urlencoded",
132
+ "sync_wrapper",
133
+ "tokio",
134
+ "tower",
135
+ "tower-layer",
136
+ "tower-service",
137
+ "tracing",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "axum-core"
142
+ version = "0.5.6"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
145
+ dependencies = [
146
+ "bytes",
147
+ "futures-core",
148
+ "http",
149
+ "http-body",
150
+ "http-body-util",
151
+ "mime",
152
+ "pin-project-lite",
153
+ "sync_wrapper",
154
+ "tower-layer",
155
+ "tower-service",
156
+ "tracing",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "axum-macros"
161
+ version = "0.5.1"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca"
164
+ dependencies = [
165
+ "proc-macro2",
166
+ "quote",
167
+ "syn",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "base64"
172
+ version = "0.22.1"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
175
+
176
+ [[package]]
177
+ name = "bitflags"
178
+ version = "2.12.1"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a"
181
+
182
+ [[package]]
183
+ name = "bstr"
184
+ version = "1.12.1"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
187
+ dependencies = [
188
+ "memchr",
189
+ "regex-automata",
190
+ "serde",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "bumpalo"
195
+ version = "3.20.3"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
198
+
199
+ [[package]]
200
+ name = "bytes"
201
+ version = "1.11.1"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
204
+
205
+ [[package]]
206
+ name = "cc"
207
+ version = "1.2.63"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
210
+ dependencies = [
211
+ "find-msvc-tools",
212
+ "jobserver",
213
+ "libc",
214
+ "shlex",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "cfg-if"
219
+ version = "1.0.4"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
222
+
223
+ [[package]]
224
+ name = "chrono"
225
+ version = "0.4.44"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
228
+ dependencies = [
229
+ "iana-time-zone",
230
+ "num-traits",
231
+ "serde",
232
+ "windows-link",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "clap"
237
+ version = "4.6.1"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
240
+ dependencies = [
241
+ "clap_builder",
242
+ "clap_derive",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "clap_builder"
247
+ version = "4.6.0"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
250
+ dependencies = [
251
+ "anstream",
252
+ "anstyle",
253
+ "clap_lex",
254
+ "strsim",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "clap_complete"
259
+ version = "4.6.5"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
262
+ dependencies = [
263
+ "clap",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "clap_derive"
268
+ version = "4.6.1"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
271
+ dependencies = [
272
+ "heck",
273
+ "proc-macro2",
274
+ "quote",
275
+ "syn",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "clap_lex"
280
+ version = "1.1.0"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
283
+
284
+ [[package]]
285
+ name = "colorchoice"
286
+ version = "1.0.5"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
289
+
290
+ [[package]]
291
+ name = "core-foundation-sys"
292
+ version = "0.8.7"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
295
+
296
+ [[package]]
297
+ name = "difflib"
298
+ version = "0.4.0"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
301
+
302
+ [[package]]
303
+ name = "displaydoc"
304
+ version = "0.2.6"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
307
+ dependencies = [
308
+ "proc-macro2",
309
+ "quote",
310
+ "syn",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "equivalent"
315
+ version = "1.0.2"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
318
+
319
+ [[package]]
320
+ name = "errno"
321
+ version = "0.3.14"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
324
+ dependencies = [
325
+ "libc",
326
+ "windows-sys",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "fastrand"
331
+ version = "2.4.1"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
334
+
335
+ [[package]]
336
+ name = "find-msvc-tools"
337
+ version = "0.1.9"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
340
+
341
+ [[package]]
342
+ name = "float-cmp"
343
+ version = "0.10.0"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
346
+ dependencies = [
347
+ "num-traits",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "foldhash"
352
+ version = "0.1.5"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
355
+
356
+ [[package]]
357
+ name = "form_urlencoded"
358
+ version = "1.2.2"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
361
+ dependencies = [
362
+ "percent-encoding",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "futures"
367
+ version = "0.3.32"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
370
+ dependencies = [
371
+ "futures-channel",
372
+ "futures-core",
373
+ "futures-executor",
374
+ "futures-io",
375
+ "futures-sink",
376
+ "futures-task",
377
+ "futures-util",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "futures-channel"
382
+ version = "0.3.32"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
385
+ dependencies = [
386
+ "futures-core",
387
+ "futures-sink",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "futures-core"
392
+ version = "0.3.32"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
395
+
396
+ [[package]]
397
+ name = "futures-executor"
398
+ version = "0.3.32"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
401
+ dependencies = [
402
+ "futures-core",
403
+ "futures-task",
404
+ "futures-util",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "futures-io"
409
+ version = "0.3.32"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
412
+
413
+ [[package]]
414
+ name = "futures-macro"
415
+ version = "0.3.32"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
418
+ dependencies = [
419
+ "proc-macro2",
420
+ "quote",
421
+ "syn",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "futures-sink"
426
+ version = "0.3.32"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
429
+
430
+ [[package]]
431
+ name = "futures-task"
432
+ version = "0.3.32"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
435
+
436
+ [[package]]
437
+ name = "futures-util"
438
+ version = "0.3.32"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
441
+ dependencies = [
442
+ "futures-channel",
443
+ "futures-core",
444
+ "futures-io",
445
+ "futures-macro",
446
+ "futures-sink",
447
+ "futures-task",
448
+ "memchr",
449
+ "pin-project-lite",
450
+ "slab",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "getrandom"
455
+ version = "0.3.4"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
458
+ dependencies = [
459
+ "cfg-if",
460
+ "libc",
461
+ "r-efi 5.3.0",
462
+ "wasip2",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "getrandom"
467
+ version = "0.4.2"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
470
+ dependencies = [
471
+ "cfg-if",
472
+ "libc",
473
+ "r-efi 6.0.0",
474
+ "wasip2",
475
+ "wasip3",
476
+ ]
477
+
478
+ [[package]]
479
+ name = "git2"
480
+ version = "0.19.0"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
483
+ dependencies = [
484
+ "bitflags",
485
+ "libc",
486
+ "libgit2-sys",
487
+ "log",
488
+ "url",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "hashbrown"
493
+ version = "0.15.5"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
496
+ dependencies = [
497
+ "foldhash",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "hashbrown"
502
+ version = "0.17.1"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
505
+
506
+ [[package]]
507
+ name = "heck"
508
+ version = "0.5.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
511
+
512
+ [[package]]
513
+ name = "http"
514
+ version = "1.4.1"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
517
+ dependencies = [
518
+ "bytes",
519
+ "itoa",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "http-body"
524
+ version = "1.0.1"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
527
+ dependencies = [
528
+ "bytes",
529
+ "http",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "http-body-util"
534
+ version = "0.1.3"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
537
+ dependencies = [
538
+ "bytes",
539
+ "futures-core",
540
+ "http",
541
+ "http-body",
542
+ "pin-project-lite",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "httparse"
547
+ version = "1.10.1"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
550
+
551
+ [[package]]
552
+ name = "httpdate"
553
+ version = "1.0.3"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
556
+
557
+ [[package]]
558
+ name = "hyper"
559
+ version = "1.10.1"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
562
+ dependencies = [
563
+ "atomic-waker",
564
+ "bytes",
565
+ "futures-channel",
566
+ "futures-core",
567
+ "http",
568
+ "http-body",
569
+ "httparse",
570
+ "httpdate",
571
+ "itoa",
572
+ "pin-project-lite",
573
+ "smallvec",
574
+ "tokio",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "hyper-util"
579
+ version = "0.1.20"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
582
+ dependencies = [
583
+ "bytes",
584
+ "http",
585
+ "http-body",
586
+ "hyper",
587
+ "pin-project-lite",
588
+ "tokio",
589
+ "tower-service",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "iana-time-zone"
594
+ version = "0.1.65"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
597
+ dependencies = [
598
+ "android_system_properties",
599
+ "core-foundation-sys",
600
+ "iana-time-zone-haiku",
601
+ "js-sys",
602
+ "log",
603
+ "wasm-bindgen",
604
+ "windows-core",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "iana-time-zone-haiku"
609
+ version = "0.1.2"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
612
+ dependencies = [
613
+ "cc",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "icu_collections"
618
+ version = "2.2.0"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
621
+ dependencies = [
622
+ "displaydoc",
623
+ "potential_utf",
624
+ "utf8_iter",
625
+ "yoke",
626
+ "zerofrom",
627
+ "zerovec",
628
+ ]
629
+
630
+ [[package]]
631
+ name = "icu_locale_core"
632
+ version = "2.2.0"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
635
+ dependencies = [
636
+ "displaydoc",
637
+ "litemap",
638
+ "tinystr",
639
+ "writeable",
640
+ "zerovec",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "icu_normalizer"
645
+ version = "2.2.0"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
648
+ dependencies = [
649
+ "icu_collections",
650
+ "icu_normalizer_data",
651
+ "icu_properties",
652
+ "icu_provider",
653
+ "smallvec",
654
+ "zerovec",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "icu_normalizer_data"
659
+ version = "2.2.0"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
662
+
663
+ [[package]]
664
+ name = "icu_properties"
665
+ version = "2.2.0"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
668
+ dependencies = [
669
+ "icu_collections",
670
+ "icu_locale_core",
671
+ "icu_properties_data",
672
+ "icu_provider",
673
+ "zerotrie",
674
+ "zerovec",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "icu_properties_data"
679
+ version = "2.2.0"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
682
+
683
+ [[package]]
684
+ name = "icu_provider"
685
+ version = "2.2.0"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
688
+ dependencies = [
689
+ "displaydoc",
690
+ "icu_locale_core",
691
+ "writeable",
692
+ "yoke",
693
+ "zerofrom",
694
+ "zerotrie",
695
+ "zerovec",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "id-arena"
700
+ version = "2.3.0"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
703
+
704
+ [[package]]
705
+ name = "idna"
706
+ version = "1.1.0"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
709
+ dependencies = [
710
+ "idna_adapter",
711
+ "smallvec",
712
+ "utf8_iter",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "idna_adapter"
717
+ version = "1.2.2"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
720
+ dependencies = [
721
+ "icu_normalizer",
722
+ "icu_properties",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "indexmap"
727
+ version = "2.14.0"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
730
+ dependencies = [
731
+ "equivalent",
732
+ "hashbrown 0.17.1",
733
+ "serde",
734
+ "serde_core",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "indoc"
739
+ version = "2.0.7"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
742
+ dependencies = [
743
+ "rustversion",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "is_terminal_polyfill"
748
+ version = "1.70.2"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
751
+
752
+ [[package]]
753
+ name = "itoa"
754
+ version = "1.0.18"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
757
+
758
+ [[package]]
759
+ name = "jobserver"
760
+ version = "0.1.34"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
763
+ dependencies = [
764
+ "getrandom 0.3.4",
765
+ "libc",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "js-sys"
770
+ version = "0.3.99"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
773
+ dependencies = [
774
+ "cfg-if",
775
+ "futures-util",
776
+ "once_cell",
777
+ "wasm-bindgen",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "lazy_static"
782
+ version = "1.5.0"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
785
+
786
+ [[package]]
787
+ name = "leb128fmt"
788
+ version = "0.1.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
791
+
792
+ [[package]]
793
+ name = "libc"
794
+ version = "0.2.186"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
797
+
798
+ [[package]]
799
+ name = "libgit2-sys"
800
+ version = "0.17.0+1.8.1"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
803
+ dependencies = [
804
+ "cc",
805
+ "libc",
806
+ "libz-sys",
807
+ "pkg-config",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "libz-sys"
812
+ version = "1.1.29"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9"
815
+ dependencies = [
816
+ "cc",
817
+ "libc",
818
+ "pkg-config",
819
+ "vcpkg",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "linux-raw-sys"
824
+ version = "0.12.1"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
827
+
828
+ [[package]]
829
+ name = "litemap"
830
+ version = "0.8.2"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
833
+
834
+ [[package]]
835
+ name = "log"
836
+ version = "0.4.31"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f"
839
+
840
+ [[package]]
841
+ name = "maggraph"
842
+ version = "0.2.0"
843
+ dependencies = [
844
+ "axum",
845
+ "chrono",
846
+ "git2",
847
+ "pyo3",
848
+ "pyo3-async-runtimes",
849
+ "serde",
850
+ "serde_json",
851
+ "serde_yaml",
852
+ "tempfile",
853
+ "thiserror",
854
+ "tokio",
855
+ "toml",
856
+ "tower",
857
+ "tower-http",
858
+ "tracing",
859
+ "uuid",
860
+ "walkdir",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "maggraph-cli"
865
+ version = "0.2.0"
866
+ dependencies = [
867
+ "assert_cmd",
868
+ "axum",
869
+ "clap",
870
+ "clap_complete",
871
+ "maggraph",
872
+ "predicates",
873
+ "serde_json",
874
+ "tempfile",
875
+ "thiserror",
876
+ "tokio",
877
+ "tower",
878
+ "tracing",
879
+ "tracing-subscriber",
880
+ "ureq",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "matchers"
885
+ version = "0.2.0"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
888
+ dependencies = [
889
+ "regex-automata",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "matchit"
894
+ version = "0.8.4"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
897
+
898
+ [[package]]
899
+ name = "memchr"
900
+ version = "2.8.1"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
903
+
904
+ [[package]]
905
+ name = "memoffset"
906
+ version = "0.9.1"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
909
+ dependencies = [
910
+ "autocfg",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "mime"
915
+ version = "0.3.17"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
918
+
919
+ [[package]]
920
+ name = "mio"
921
+ version = "1.2.1"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
924
+ dependencies = [
925
+ "libc",
926
+ "wasi",
927
+ "windows-sys",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "normalize-line-endings"
932
+ version = "0.3.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
935
+
936
+ [[package]]
937
+ name = "nu-ansi-term"
938
+ version = "0.50.3"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
941
+ dependencies = [
942
+ "windows-sys",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "num-traits"
947
+ version = "0.2.19"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
950
+ dependencies = [
951
+ "autocfg",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "once_cell"
956
+ version = "1.21.4"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
959
+
960
+ [[package]]
961
+ name = "once_cell_polyfill"
962
+ version = "1.70.2"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
965
+
966
+ [[package]]
967
+ name = "percent-encoding"
968
+ version = "2.3.2"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
971
+
972
+ [[package]]
973
+ name = "pin-project-lite"
974
+ version = "0.2.17"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
977
+
978
+ [[package]]
979
+ name = "pkg-config"
980
+ version = "0.3.33"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
983
+
984
+ [[package]]
985
+ name = "portable-atomic"
986
+ version = "1.13.1"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
989
+
990
+ [[package]]
991
+ name = "potential_utf"
992
+ version = "0.1.5"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
995
+ dependencies = [
996
+ "zerovec",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "predicates"
1001
+ version = "3.1.4"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
1004
+ dependencies = [
1005
+ "anstyle",
1006
+ "difflib",
1007
+ "float-cmp",
1008
+ "normalize-line-endings",
1009
+ "predicates-core",
1010
+ "regex",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "predicates-core"
1015
+ version = "1.0.10"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144"
1018
+
1019
+ [[package]]
1020
+ name = "predicates-tree"
1021
+ version = "1.0.13"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2"
1024
+ dependencies = [
1025
+ "predicates-core",
1026
+ "termtree",
1027
+ ]
1028
+
1029
+ [[package]]
1030
+ name = "prettyplease"
1031
+ version = "0.2.37"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1034
+ dependencies = [
1035
+ "proc-macro2",
1036
+ "syn",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "proc-macro2"
1041
+ version = "1.0.106"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1044
+ dependencies = [
1045
+ "unicode-ident",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "pyo3"
1050
+ version = "0.23.5"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
1053
+ dependencies = [
1054
+ "cfg-if",
1055
+ "indoc",
1056
+ "libc",
1057
+ "memoffset",
1058
+ "once_cell",
1059
+ "portable-atomic",
1060
+ "pyo3-build-config",
1061
+ "pyo3-ffi",
1062
+ "pyo3-macros",
1063
+ "unindent",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "pyo3-async-runtimes"
1068
+ version = "0.23.0"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "977dc837525cfd22919ba6a831413854beb7c99a256c03bf8624ad707e45810e"
1071
+ dependencies = [
1072
+ "futures",
1073
+ "once_cell",
1074
+ "pin-project-lite",
1075
+ "pyo3",
1076
+ "tokio",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "pyo3-build-config"
1081
+ version = "0.23.5"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
1084
+ dependencies = [
1085
+ "once_cell",
1086
+ "target-lexicon",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "pyo3-ffi"
1091
+ version = "0.23.5"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
1094
+ dependencies = [
1095
+ "libc",
1096
+ "pyo3-build-config",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "pyo3-macros"
1101
+ version = "0.23.5"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
1104
+ dependencies = [
1105
+ "proc-macro2",
1106
+ "pyo3-macros-backend",
1107
+ "quote",
1108
+ "syn",
1109
+ ]
1110
+
1111
+ [[package]]
1112
+ name = "pyo3-macros-backend"
1113
+ version = "0.23.5"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
1116
+ dependencies = [
1117
+ "heck",
1118
+ "proc-macro2",
1119
+ "pyo3-build-config",
1120
+ "quote",
1121
+ "syn",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "quote"
1126
+ version = "1.0.45"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1129
+ dependencies = [
1130
+ "proc-macro2",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "r-efi"
1135
+ version = "5.3.0"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1138
+
1139
+ [[package]]
1140
+ name = "r-efi"
1141
+ version = "6.0.0"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1144
+
1145
+ [[package]]
1146
+ name = "regex"
1147
+ version = "1.12.3"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1150
+ dependencies = [
1151
+ "aho-corasick",
1152
+ "memchr",
1153
+ "regex-automata",
1154
+ "regex-syntax",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "regex-automata"
1159
+ version = "0.4.14"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1162
+ dependencies = [
1163
+ "aho-corasick",
1164
+ "memchr",
1165
+ "regex-syntax",
1166
+ ]
1167
+
1168
+ [[package]]
1169
+ name = "regex-syntax"
1170
+ version = "0.8.10"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1173
+
1174
+ [[package]]
1175
+ name = "rustix"
1176
+ version = "1.1.4"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1179
+ dependencies = [
1180
+ "bitflags",
1181
+ "errno",
1182
+ "libc",
1183
+ "linux-raw-sys",
1184
+ "windows-sys",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "rustversion"
1189
+ version = "1.0.22"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1192
+
1193
+ [[package]]
1194
+ name = "ryu"
1195
+ version = "1.0.23"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1198
+
1199
+ [[package]]
1200
+ name = "same-file"
1201
+ version = "1.0.6"
1202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1203
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1204
+ dependencies = [
1205
+ "winapi-util",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "semver"
1210
+ version = "1.0.28"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1213
+
1214
+ [[package]]
1215
+ name = "serde"
1216
+ version = "1.0.228"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1219
+ dependencies = [
1220
+ "serde_core",
1221
+ "serde_derive",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "serde_core"
1226
+ version = "1.0.228"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1229
+ dependencies = [
1230
+ "serde_derive",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "serde_derive"
1235
+ version = "1.0.228"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1238
+ dependencies = [
1239
+ "proc-macro2",
1240
+ "quote",
1241
+ "syn",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "serde_json"
1246
+ version = "1.0.150"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1249
+ dependencies = [
1250
+ "itoa",
1251
+ "memchr",
1252
+ "serde",
1253
+ "serde_core",
1254
+ "zmij",
1255
+ ]
1256
+
1257
+ [[package]]
1258
+ name = "serde_path_to_error"
1259
+ version = "0.1.20"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1262
+ dependencies = [
1263
+ "itoa",
1264
+ "serde",
1265
+ "serde_core",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "serde_spanned"
1270
+ version = "0.6.9"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1273
+ dependencies = [
1274
+ "serde",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "serde_urlencoded"
1279
+ version = "0.7.1"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1282
+ dependencies = [
1283
+ "form_urlencoded",
1284
+ "itoa",
1285
+ "ryu",
1286
+ "serde",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "serde_yaml"
1291
+ version = "0.9.34+deprecated"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1294
+ dependencies = [
1295
+ "indexmap",
1296
+ "itoa",
1297
+ "ryu",
1298
+ "serde",
1299
+ "unsafe-libyaml",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "sharded-slab"
1304
+ version = "0.1.7"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1307
+ dependencies = [
1308
+ "lazy_static",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "shlex"
1313
+ version = "2.0.1"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1316
+
1317
+ [[package]]
1318
+ name = "signal-hook-registry"
1319
+ version = "1.4.8"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1322
+ dependencies = [
1323
+ "errno",
1324
+ "libc",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "slab"
1329
+ version = "0.4.12"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1332
+
1333
+ [[package]]
1334
+ name = "smallvec"
1335
+ version = "1.15.1"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1338
+
1339
+ [[package]]
1340
+ name = "socket2"
1341
+ version = "0.6.4"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
1344
+ dependencies = [
1345
+ "libc",
1346
+ "windows-sys",
1347
+ ]
1348
+
1349
+ [[package]]
1350
+ name = "stable_deref_trait"
1351
+ version = "1.2.1"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1354
+
1355
+ [[package]]
1356
+ name = "strsim"
1357
+ version = "0.11.1"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1360
+
1361
+ [[package]]
1362
+ name = "syn"
1363
+ version = "2.0.117"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1366
+ dependencies = [
1367
+ "proc-macro2",
1368
+ "quote",
1369
+ "unicode-ident",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "sync_wrapper"
1374
+ version = "1.0.2"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1377
+
1378
+ [[package]]
1379
+ name = "synstructure"
1380
+ version = "0.13.2"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1383
+ dependencies = [
1384
+ "proc-macro2",
1385
+ "quote",
1386
+ "syn",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "target-lexicon"
1391
+ version = "0.12.16"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1394
+
1395
+ [[package]]
1396
+ name = "tempfile"
1397
+ version = "3.27.0"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1400
+ dependencies = [
1401
+ "fastrand",
1402
+ "getrandom 0.4.2",
1403
+ "once_cell",
1404
+ "rustix",
1405
+ "windows-sys",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "termtree"
1410
+ version = "0.5.1"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
1413
+
1414
+ [[package]]
1415
+ name = "thiserror"
1416
+ version = "2.0.18"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1419
+ dependencies = [
1420
+ "thiserror-impl",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "thiserror-impl"
1425
+ version = "2.0.18"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1428
+ dependencies = [
1429
+ "proc-macro2",
1430
+ "quote",
1431
+ "syn",
1432
+ ]
1433
+
1434
+ [[package]]
1435
+ name = "thread_local"
1436
+ version = "1.1.9"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1439
+ dependencies = [
1440
+ "cfg-if",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "tinystr"
1445
+ version = "0.8.3"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1448
+ dependencies = [
1449
+ "displaydoc",
1450
+ "zerovec",
1451
+ ]
1452
+
1453
+ [[package]]
1454
+ name = "tokio"
1455
+ version = "1.52.3"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1458
+ dependencies = [
1459
+ "libc",
1460
+ "mio",
1461
+ "pin-project-lite",
1462
+ "signal-hook-registry",
1463
+ "socket2",
1464
+ "tokio-macros",
1465
+ "windows-sys",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "tokio-macros"
1470
+ version = "2.7.0"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1473
+ dependencies = [
1474
+ "proc-macro2",
1475
+ "quote",
1476
+ "syn",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "toml"
1481
+ version = "0.8.23"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1484
+ dependencies = [
1485
+ "serde",
1486
+ "serde_spanned",
1487
+ "toml_datetime",
1488
+ "toml_edit",
1489
+ ]
1490
+
1491
+ [[package]]
1492
+ name = "toml_datetime"
1493
+ version = "0.6.11"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1496
+ dependencies = [
1497
+ "serde",
1498
+ ]
1499
+
1500
+ [[package]]
1501
+ name = "toml_edit"
1502
+ version = "0.22.27"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1505
+ dependencies = [
1506
+ "indexmap",
1507
+ "serde",
1508
+ "serde_spanned",
1509
+ "toml_datetime",
1510
+ "toml_write",
1511
+ "winnow",
1512
+ ]
1513
+
1514
+ [[package]]
1515
+ name = "toml_write"
1516
+ version = "0.1.2"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1519
+
1520
+ [[package]]
1521
+ name = "tower"
1522
+ version = "0.5.3"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1525
+ dependencies = [
1526
+ "futures-core",
1527
+ "futures-util",
1528
+ "pin-project-lite",
1529
+ "sync_wrapper",
1530
+ "tokio",
1531
+ "tower-layer",
1532
+ "tower-service",
1533
+ "tracing",
1534
+ ]
1535
+
1536
+ [[package]]
1537
+ name = "tower-http"
1538
+ version = "0.6.11"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1541
+ dependencies = [
1542
+ "bitflags",
1543
+ "bytes",
1544
+ "http",
1545
+ "http-body",
1546
+ "pin-project-lite",
1547
+ "tower-layer",
1548
+ "tower-service",
1549
+ "tracing",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "tower-layer"
1554
+ version = "0.3.3"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1557
+
1558
+ [[package]]
1559
+ name = "tower-service"
1560
+ version = "0.3.3"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1563
+
1564
+ [[package]]
1565
+ name = "tracing"
1566
+ version = "0.1.44"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1569
+ dependencies = [
1570
+ "log",
1571
+ "pin-project-lite",
1572
+ "tracing-attributes",
1573
+ "tracing-core",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "tracing-attributes"
1578
+ version = "0.1.31"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1581
+ dependencies = [
1582
+ "proc-macro2",
1583
+ "quote",
1584
+ "syn",
1585
+ ]
1586
+
1587
+ [[package]]
1588
+ name = "tracing-core"
1589
+ version = "0.1.36"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1592
+ dependencies = [
1593
+ "once_cell",
1594
+ "valuable",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "tracing-log"
1599
+ version = "0.2.0"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1602
+ dependencies = [
1603
+ "log",
1604
+ "once_cell",
1605
+ "tracing-core",
1606
+ ]
1607
+
1608
+ [[package]]
1609
+ name = "tracing-subscriber"
1610
+ version = "0.3.23"
1611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1612
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1613
+ dependencies = [
1614
+ "matchers",
1615
+ "nu-ansi-term",
1616
+ "once_cell",
1617
+ "regex-automata",
1618
+ "sharded-slab",
1619
+ "smallvec",
1620
+ "thread_local",
1621
+ "tracing",
1622
+ "tracing-core",
1623
+ "tracing-log",
1624
+ ]
1625
+
1626
+ [[package]]
1627
+ name = "unicode-ident"
1628
+ version = "1.0.24"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1631
+
1632
+ [[package]]
1633
+ name = "unicode-xid"
1634
+ version = "0.2.6"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1637
+
1638
+ [[package]]
1639
+ name = "unindent"
1640
+ version = "0.2.4"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1643
+
1644
+ [[package]]
1645
+ name = "unsafe-libyaml"
1646
+ version = "0.2.11"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1649
+
1650
+ [[package]]
1651
+ name = "ureq"
1652
+ version = "2.12.1"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
1655
+ dependencies = [
1656
+ "base64",
1657
+ "log",
1658
+ "once_cell",
1659
+ "serde",
1660
+ "serde_json",
1661
+ "url",
1662
+ ]
1663
+
1664
+ [[package]]
1665
+ name = "url"
1666
+ version = "2.5.8"
1667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1668
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1669
+ dependencies = [
1670
+ "form_urlencoded",
1671
+ "idna",
1672
+ "percent-encoding",
1673
+ "serde",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "utf8_iter"
1678
+ version = "1.0.4"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1681
+
1682
+ [[package]]
1683
+ name = "utf8parse"
1684
+ version = "0.2.2"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1687
+
1688
+ [[package]]
1689
+ name = "uuid"
1690
+ version = "1.23.2"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7"
1693
+ dependencies = [
1694
+ "getrandom 0.4.2",
1695
+ "js-sys",
1696
+ "wasm-bindgen",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "valuable"
1701
+ version = "0.1.1"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1704
+
1705
+ [[package]]
1706
+ name = "vcpkg"
1707
+ version = "0.2.15"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1710
+
1711
+ [[package]]
1712
+ name = "wait-timeout"
1713
+ version = "0.2.1"
1714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
1716
+ dependencies = [
1717
+ "libc",
1718
+ ]
1719
+
1720
+ [[package]]
1721
+ name = "walkdir"
1722
+ version = "2.5.0"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1725
+ dependencies = [
1726
+ "same-file",
1727
+ "winapi-util",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "wasi"
1732
+ version = "0.11.1+wasi-snapshot-preview1"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1735
+
1736
+ [[package]]
1737
+ name = "wasip2"
1738
+ version = "1.0.3+wasi-0.2.9"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1741
+ dependencies = [
1742
+ "wit-bindgen 0.57.1",
1743
+ ]
1744
+
1745
+ [[package]]
1746
+ name = "wasip3"
1747
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1750
+ dependencies = [
1751
+ "wit-bindgen 0.51.0",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "wasm-bindgen"
1756
+ version = "0.2.122"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1759
+ dependencies = [
1760
+ "cfg-if",
1761
+ "once_cell",
1762
+ "rustversion",
1763
+ "wasm-bindgen-macro",
1764
+ "wasm-bindgen-shared",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "wasm-bindgen-macro"
1769
+ version = "0.2.122"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1772
+ dependencies = [
1773
+ "quote",
1774
+ "wasm-bindgen-macro-support",
1775
+ ]
1776
+
1777
+ [[package]]
1778
+ name = "wasm-bindgen-macro-support"
1779
+ version = "0.2.122"
1780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1782
+ dependencies = [
1783
+ "bumpalo",
1784
+ "proc-macro2",
1785
+ "quote",
1786
+ "syn",
1787
+ "wasm-bindgen-shared",
1788
+ ]
1789
+
1790
+ [[package]]
1791
+ name = "wasm-bindgen-shared"
1792
+ version = "0.2.122"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1795
+ dependencies = [
1796
+ "unicode-ident",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "wasm-encoder"
1801
+ version = "0.244.0"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1804
+ dependencies = [
1805
+ "leb128fmt",
1806
+ "wasmparser",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "wasm-metadata"
1811
+ version = "0.244.0"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1814
+ dependencies = [
1815
+ "anyhow",
1816
+ "indexmap",
1817
+ "wasm-encoder",
1818
+ "wasmparser",
1819
+ ]
1820
+
1821
+ [[package]]
1822
+ name = "wasmparser"
1823
+ version = "0.244.0"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1826
+ dependencies = [
1827
+ "bitflags",
1828
+ "hashbrown 0.15.5",
1829
+ "indexmap",
1830
+ "semver",
1831
+ ]
1832
+
1833
+ [[package]]
1834
+ name = "winapi-util"
1835
+ version = "0.1.11"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1838
+ dependencies = [
1839
+ "windows-sys",
1840
+ ]
1841
+
1842
+ [[package]]
1843
+ name = "windows-core"
1844
+ version = "0.62.2"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1847
+ dependencies = [
1848
+ "windows-implement",
1849
+ "windows-interface",
1850
+ "windows-link",
1851
+ "windows-result",
1852
+ "windows-strings",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "windows-implement"
1857
+ version = "0.60.2"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1860
+ dependencies = [
1861
+ "proc-macro2",
1862
+ "quote",
1863
+ "syn",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "windows-interface"
1868
+ version = "0.59.3"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1871
+ dependencies = [
1872
+ "proc-macro2",
1873
+ "quote",
1874
+ "syn",
1875
+ ]
1876
+
1877
+ [[package]]
1878
+ name = "windows-link"
1879
+ version = "0.2.1"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1882
+
1883
+ [[package]]
1884
+ name = "windows-result"
1885
+ version = "0.4.1"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1888
+ dependencies = [
1889
+ "windows-link",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "windows-strings"
1894
+ version = "0.5.1"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1897
+ dependencies = [
1898
+ "windows-link",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "windows-sys"
1903
+ version = "0.61.2"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1906
+ dependencies = [
1907
+ "windows-link",
1908
+ ]
1909
+
1910
+ [[package]]
1911
+ name = "winnow"
1912
+ version = "0.7.15"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
1915
+ dependencies = [
1916
+ "memchr",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "wit-bindgen"
1921
+ version = "0.51.0"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1924
+ dependencies = [
1925
+ "wit-bindgen-rust-macro",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "wit-bindgen"
1930
+ version = "0.57.1"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1933
+
1934
+ [[package]]
1935
+ name = "wit-bindgen-core"
1936
+ version = "0.51.0"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1939
+ dependencies = [
1940
+ "anyhow",
1941
+ "heck",
1942
+ "wit-parser",
1943
+ ]
1944
+
1945
+ [[package]]
1946
+ name = "wit-bindgen-rust"
1947
+ version = "0.51.0"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1950
+ dependencies = [
1951
+ "anyhow",
1952
+ "heck",
1953
+ "indexmap",
1954
+ "prettyplease",
1955
+ "syn",
1956
+ "wasm-metadata",
1957
+ "wit-bindgen-core",
1958
+ "wit-component",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "wit-bindgen-rust-macro"
1963
+ version = "0.51.0"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1966
+ dependencies = [
1967
+ "anyhow",
1968
+ "prettyplease",
1969
+ "proc-macro2",
1970
+ "quote",
1971
+ "syn",
1972
+ "wit-bindgen-core",
1973
+ "wit-bindgen-rust",
1974
+ ]
1975
+
1976
+ [[package]]
1977
+ name = "wit-component"
1978
+ version = "0.244.0"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1981
+ dependencies = [
1982
+ "anyhow",
1983
+ "bitflags",
1984
+ "indexmap",
1985
+ "log",
1986
+ "serde",
1987
+ "serde_derive",
1988
+ "serde_json",
1989
+ "wasm-encoder",
1990
+ "wasm-metadata",
1991
+ "wasmparser",
1992
+ "wit-parser",
1993
+ ]
1994
+
1995
+ [[package]]
1996
+ name = "wit-parser"
1997
+ version = "0.244.0"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2000
+ dependencies = [
2001
+ "anyhow",
2002
+ "id-arena",
2003
+ "indexmap",
2004
+ "log",
2005
+ "semver",
2006
+ "serde",
2007
+ "serde_derive",
2008
+ "serde_json",
2009
+ "unicode-xid",
2010
+ "wasmparser",
2011
+ ]
2012
+
2013
+ [[package]]
2014
+ name = "writeable"
2015
+ version = "0.6.3"
2016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2018
+
2019
+ [[package]]
2020
+ name = "yoke"
2021
+ version = "0.8.3"
2022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2023
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2024
+ dependencies = [
2025
+ "stable_deref_trait",
2026
+ "yoke-derive",
2027
+ "zerofrom",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "yoke-derive"
2032
+ version = "0.8.2"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2035
+ dependencies = [
2036
+ "proc-macro2",
2037
+ "quote",
2038
+ "syn",
2039
+ "synstructure",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "zerofrom"
2044
+ version = "0.1.8"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2047
+ dependencies = [
2048
+ "zerofrom-derive",
2049
+ ]
2050
+
2051
+ [[package]]
2052
+ name = "zerofrom-derive"
2053
+ version = "0.1.7"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2056
+ dependencies = [
2057
+ "proc-macro2",
2058
+ "quote",
2059
+ "syn",
2060
+ "synstructure",
2061
+ ]
2062
+
2063
+ [[package]]
2064
+ name = "zerotrie"
2065
+ version = "0.2.4"
2066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2067
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2068
+ dependencies = [
2069
+ "displaydoc",
2070
+ "yoke",
2071
+ "zerofrom",
2072
+ ]
2073
+
2074
+ [[package]]
2075
+ name = "zerovec"
2076
+ version = "0.11.6"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2079
+ dependencies = [
2080
+ "yoke",
2081
+ "zerofrom",
2082
+ "zerovec-derive",
2083
+ ]
2084
+
2085
+ [[package]]
2086
+ name = "zerovec-derive"
2087
+ version = "0.11.3"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2090
+ dependencies = [
2091
+ "proc-macro2",
2092
+ "quote",
2093
+ "syn",
2094
+ ]
2095
+
2096
+ [[package]]
2097
+ name = "zmij"
2098
+ version = "1.0.21"
2099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2100
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"