clipgate 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. clipgate-0.1.0/Cargo.lock +1500 -0
  2. clipgate-0.1.0/Cargo.toml +41 -0
  3. clipgate-0.1.0/PKG-INFO +709 -0
  4. clipgate-0.1.0/README.md +683 -0
  5. clipgate-0.1.0/crates/cg-classifier/Cargo.toml +16 -0
  6. clipgate-0.1.0/crates/cg-classifier/src/lib.rs +1359 -0
  7. clipgate-0.1.0/crates/cg-cli/Cargo.toml +60 -0
  8. clipgate-0.1.0/crates/cg-cli/src/commands/clear.rs +101 -0
  9. clipgate-0.1.0/crates/cg-cli/src/commands/config.rs +195 -0
  10. clipgate-0.1.0/crates/cg-cli/src/commands/copy.rs +113 -0
  11. clipgate-0.1.0/crates/cg-cli/src/commands/doctor.rs +102 -0
  12. clipgate-0.1.0/crates/cg-cli/src/commands/get.rs +125 -0
  13. clipgate-0.1.0/crates/cg-cli/src/commands/inspect.rs +73 -0
  14. clipgate-0.1.0/crates/cg-cli/src/commands/list.rs +97 -0
  15. clipgate-0.1.0/crates/cg-cli/src/commands/mcp_cmd.rs +13 -0
  16. clipgate-0.1.0/crates/cg-cli/src/commands/mod.rs +16 -0
  17. clipgate-0.1.0/crates/cg-cli/src/commands/pack.rs +74 -0
  18. clipgate-0.1.0/crates/cg-cli/src/commands/paste.rs +68 -0
  19. clipgate-0.1.0/crates/cg-cli/src/commands/pop.rs +73 -0
  20. clipgate-0.1.0/crates/cg-cli/src/commands/push.rs +44 -0
  21. clipgate-0.1.0/crates/cg-cli/src/commands/search.rs +46 -0
  22. clipgate-0.1.0/crates/cg-cli/src/commands/shell_init.rs +84 -0
  23. clipgate-0.1.0/crates/cg-cli/src/commands/stack.rs +32 -0
  24. clipgate-0.1.0/crates/cg-cli/src/commands/watch.rs +59 -0
  25. clipgate-0.1.0/crates/cg-cli/src/main.rs +874 -0
  26. clipgate-0.1.0/crates/cg-cli/src/output.rs +36 -0
  27. clipgate-0.1.0/crates/cg-clipboard/Cargo.toml +13 -0
  28. clipgate-0.1.0/crates/cg-clipboard/src/lib.rs +390 -0
  29. clipgate-0.1.0/crates/cg-config/Cargo.toml +16 -0
  30. clipgate-0.1.0/crates/cg-config/src/lib.rs +292 -0
  31. clipgate-0.1.0/crates/cg-mcp/Cargo.toml +20 -0
  32. clipgate-0.1.0/crates/cg-mcp/src/lib.rs +31 -0
  33. clipgate-0.1.0/crates/cg-mcp/src/server.rs +331 -0
  34. clipgate-0.1.0/crates/cg-mcp/src/tools.rs +285 -0
  35. clipgate-0.1.0/crates/cg-mcp/src/transport.rs +89 -0
  36. clipgate-0.1.0/crates/cg-packer/Cargo.toml +17 -0
  37. clipgate-0.1.0/crates/cg-packer/src/lib.rs +628 -0
  38. clipgate-0.1.0/crates/cg-packer/tests/golden.rs +1056 -0
  39. clipgate-0.1.0/crates/cg-retriever/Cargo.toml +15 -0
  40. clipgate-0.1.0/crates/cg-retriever/src/lib.rs +168 -0
  41. clipgate-0.1.0/crates/cg-secret-guard/BUILD_SUMMARY.md +151 -0
  42. clipgate-0.1.0/crates/cg-secret-guard/Cargo.toml +19 -0
  43. clipgate-0.1.0/crates/cg-secret-guard/src/detector.rs +607 -0
  44. clipgate-0.1.0/crates/cg-secret-guard/src/lib.rs +36 -0
  45. clipgate-0.1.0/crates/cg-secret-guard/src/memory_store.rs +263 -0
  46. clipgate-0.1.0/crates/cg-secret-guard/src/policy.rs +281 -0
  47. clipgate-0.1.0/crates/cg-store/Cargo.toml +20 -0
  48. clipgate-0.1.0/crates/cg-store/src/lib.rs +978 -0
  49. clipgate-0.1.0/crates/cg-types/Cargo.toml +17 -0
  50. clipgate-0.1.0/crates/cg-types/src/lib.rs +343 -0
  51. clipgate-0.1.0/crates/cg-watcher/Cargo.toml +27 -0
  52. clipgate-0.1.0/crates/cg-watcher/src/lib.rs +495 -0
  53. clipgate-0.1.0/pyproject.toml +35 -0
@@ -0,0 +1,1500 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "once_cell",
13
+ "version_check",
14
+ "zerocopy",
15
+ ]
16
+
17
+ [[package]]
18
+ name = "aho-corasick"
19
+ version = "1.1.4"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
22
+ dependencies = [
23
+ "memchr",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "android_system_properties"
28
+ version = "0.1.5"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31
+ dependencies = [
32
+ "libc",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstream"
37
+ version = "1.0.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
40
+ dependencies = [
41
+ "anstyle",
42
+ "anstyle-parse",
43
+ "anstyle-query",
44
+ "anstyle-wincon",
45
+ "colorchoice",
46
+ "is_terminal_polyfill",
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle"
52
+ version = "1.0.14"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
55
+
56
+ [[package]]
57
+ name = "anstyle-parse"
58
+ version = "1.0.0"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
61
+ dependencies = [
62
+ "utf8parse",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle-query"
67
+ version = "1.1.5"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
70
+ dependencies = [
71
+ "windows-sys 0.61.2",
72
+ ]
73
+
74
+ [[package]]
75
+ name = "anstyle-wincon"
76
+ version = "3.0.11"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
79
+ dependencies = [
80
+ "anstyle",
81
+ "once_cell_polyfill",
82
+ "windows-sys 0.61.2",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "anyhow"
87
+ version = "1.0.102"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
90
+
91
+ [[package]]
92
+ name = "autocfg"
93
+ version = "1.5.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
96
+
97
+ [[package]]
98
+ name = "bitflags"
99
+ version = "2.11.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
102
+
103
+ [[package]]
104
+ name = "block-buffer"
105
+ version = "0.10.4"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
108
+ dependencies = [
109
+ "generic-array",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "bumpalo"
114
+ version = "3.20.2"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
117
+
118
+ [[package]]
119
+ name = "cc"
120
+ version = "1.2.59"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
123
+ dependencies = [
124
+ "find-msvc-tools",
125
+ "shlex",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "cfg-if"
130
+ version = "1.0.4"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
133
+
134
+ [[package]]
135
+ name = "cg-classifier"
136
+ version = "0.1.0"
137
+ dependencies = [
138
+ "cg-types",
139
+ "lazy_static",
140
+ "regex",
141
+ "serde_json",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "cg-cli"
146
+ version = "0.1.0"
147
+ dependencies = [
148
+ "anyhow",
149
+ "cg-classifier",
150
+ "cg-clipboard",
151
+ "cg-config",
152
+ "cg-mcp",
153
+ "cg-packer",
154
+ "cg-retriever",
155
+ "cg-secret-guard",
156
+ "cg-store",
157
+ "cg-types",
158
+ "cg-watcher",
159
+ "chrono",
160
+ "clap",
161
+ "clap_complete",
162
+ "dirs",
163
+ "serde",
164
+ "serde_json",
165
+ "serde_yaml",
166
+ "thiserror",
167
+ "tracing",
168
+ "tracing-subscriber",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "cg-clipboard"
173
+ version = "0.1.0"
174
+ dependencies = [
175
+ "thiserror",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "cg-config"
180
+ version = "0.1.0"
181
+ dependencies = [
182
+ "dirs",
183
+ "serde",
184
+ "serde_yaml",
185
+ "thiserror",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "cg-mcp"
190
+ version = "0.1.0"
191
+ dependencies = [
192
+ "cg-classifier",
193
+ "cg-store",
194
+ "cg-types",
195
+ "chrono",
196
+ "serde",
197
+ "serde_json",
198
+ "thiserror",
199
+ "tracing",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "cg-packer"
204
+ version = "0.1.0"
205
+ dependencies = [
206
+ "cg-types",
207
+ "chrono",
208
+ "serde",
209
+ "serde_json",
210
+ "thiserror",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "cg-retriever"
215
+ version = "0.1.0"
216
+ dependencies = [
217
+ "cg-store",
218
+ "cg-types",
219
+ "thiserror",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "cg-secret-guard"
224
+ version = "0.1.0"
225
+ dependencies = [
226
+ "cg-types",
227
+ "chrono",
228
+ "lazy_static",
229
+ "regex",
230
+ "serde",
231
+ "serde_json",
232
+ "thiserror",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "cg-store"
237
+ version = "0.1.0"
238
+ dependencies = [
239
+ "cg-types",
240
+ "chrono",
241
+ "dirs",
242
+ "rusqlite",
243
+ "serde_json",
244
+ "sha2",
245
+ "thiserror",
246
+ "ulid",
247
+ ]
248
+
249
+ [[package]]
250
+ name = "cg-types"
251
+ version = "0.1.0"
252
+ dependencies = [
253
+ "chrono",
254
+ "serde",
255
+ "serde_json",
256
+ "sha2",
257
+ "thiserror",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "cg-watcher"
262
+ version = "0.1.0"
263
+ dependencies = [
264
+ "cg-classifier",
265
+ "cg-clipboard",
266
+ "cg-config",
267
+ "cg-secret-guard",
268
+ "cg-store",
269
+ "cg-types",
270
+ "chrono",
271
+ "libc",
272
+ "sha2",
273
+ "tempfile",
274
+ "thiserror",
275
+ "tracing",
276
+ "ulid",
277
+ ]
278
+
279
+ [[package]]
280
+ name = "chrono"
281
+ version = "0.4.44"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
284
+ dependencies = [
285
+ "iana-time-zone",
286
+ "js-sys",
287
+ "num-traits",
288
+ "serde",
289
+ "wasm-bindgen",
290
+ "windows-link",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "clap"
295
+ version = "4.6.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
298
+ dependencies = [
299
+ "clap_builder",
300
+ "clap_derive",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "clap_builder"
305
+ version = "4.6.0"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
308
+ dependencies = [
309
+ "anstream",
310
+ "anstyle",
311
+ "clap_lex",
312
+ "strsim",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "clap_complete"
317
+ version = "4.6.0"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "19c9f1dde76b736e3681f28cec9d5a61299cbaae0fce80a68e43724ad56031eb"
320
+ dependencies = [
321
+ "clap",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "clap_derive"
326
+ version = "4.6.0"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
329
+ dependencies = [
330
+ "heck",
331
+ "proc-macro2",
332
+ "quote",
333
+ "syn",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "clap_lex"
338
+ version = "1.1.0"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
341
+
342
+ [[package]]
343
+ name = "colorchoice"
344
+ version = "1.0.5"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
347
+
348
+ [[package]]
349
+ name = "core-foundation-sys"
350
+ version = "0.8.7"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
353
+
354
+ [[package]]
355
+ name = "cpufeatures"
356
+ version = "0.2.17"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
359
+ dependencies = [
360
+ "libc",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "crypto-common"
365
+ version = "0.1.7"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
368
+ dependencies = [
369
+ "generic-array",
370
+ "typenum",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "digest"
375
+ version = "0.10.7"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
378
+ dependencies = [
379
+ "block-buffer",
380
+ "crypto-common",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "dirs"
385
+ version = "5.0.1"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
388
+ dependencies = [
389
+ "dirs-sys",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "dirs-sys"
394
+ version = "0.4.1"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
397
+ dependencies = [
398
+ "libc",
399
+ "option-ext",
400
+ "redox_users",
401
+ "windows-sys 0.48.0",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "equivalent"
406
+ version = "1.0.2"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
409
+
410
+ [[package]]
411
+ name = "errno"
412
+ version = "0.3.14"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
415
+ dependencies = [
416
+ "libc",
417
+ "windows-sys 0.61.2",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "fallible-iterator"
422
+ version = "0.3.0"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
425
+
426
+ [[package]]
427
+ name = "fallible-streaming-iterator"
428
+ version = "0.1.9"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
431
+
432
+ [[package]]
433
+ name = "fastrand"
434
+ version = "2.4.1"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
437
+
438
+ [[package]]
439
+ name = "find-msvc-tools"
440
+ version = "0.1.9"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
443
+
444
+ [[package]]
445
+ name = "foldhash"
446
+ version = "0.1.5"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
449
+
450
+ [[package]]
451
+ name = "generic-array"
452
+ version = "0.14.7"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
455
+ dependencies = [
456
+ "typenum",
457
+ "version_check",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "getrandom"
462
+ version = "0.2.17"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
465
+ dependencies = [
466
+ "cfg-if",
467
+ "libc",
468
+ "wasi",
469
+ ]
470
+
471
+ [[package]]
472
+ name = "getrandom"
473
+ version = "0.3.4"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
476
+ dependencies = [
477
+ "cfg-if",
478
+ "libc",
479
+ "r-efi 5.3.0",
480
+ "wasip2",
481
+ ]
482
+
483
+ [[package]]
484
+ name = "getrandom"
485
+ version = "0.4.2"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
488
+ dependencies = [
489
+ "cfg-if",
490
+ "libc",
491
+ "r-efi 6.0.0",
492
+ "wasip2",
493
+ "wasip3",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "hashbrown"
498
+ version = "0.14.5"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
501
+ dependencies = [
502
+ "ahash",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "hashbrown"
507
+ version = "0.15.5"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
510
+ dependencies = [
511
+ "foldhash",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "hashbrown"
516
+ version = "0.16.1"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
519
+
520
+ [[package]]
521
+ name = "hashlink"
522
+ version = "0.9.1"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
525
+ dependencies = [
526
+ "hashbrown 0.14.5",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "heck"
531
+ version = "0.5.0"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
534
+
535
+ [[package]]
536
+ name = "iana-time-zone"
537
+ version = "0.1.65"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
540
+ dependencies = [
541
+ "android_system_properties",
542
+ "core-foundation-sys",
543
+ "iana-time-zone-haiku",
544
+ "js-sys",
545
+ "log",
546
+ "wasm-bindgen",
547
+ "windows-core",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "iana-time-zone-haiku"
552
+ version = "0.1.2"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
555
+ dependencies = [
556
+ "cc",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "id-arena"
561
+ version = "2.3.0"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
564
+
565
+ [[package]]
566
+ name = "indexmap"
567
+ version = "2.13.1"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
570
+ dependencies = [
571
+ "equivalent",
572
+ "hashbrown 0.16.1",
573
+ "serde",
574
+ "serde_core",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "is_terminal_polyfill"
579
+ version = "1.70.2"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
582
+
583
+ [[package]]
584
+ name = "itoa"
585
+ version = "1.0.18"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
588
+
589
+ [[package]]
590
+ name = "js-sys"
591
+ version = "0.3.94"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
594
+ dependencies = [
595
+ "once_cell",
596
+ "wasm-bindgen",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "lazy_static"
601
+ version = "1.5.0"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
604
+
605
+ [[package]]
606
+ name = "leb128fmt"
607
+ version = "0.1.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
610
+
611
+ [[package]]
612
+ name = "libc"
613
+ version = "0.2.184"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
616
+
617
+ [[package]]
618
+ name = "libredox"
619
+ version = "0.1.15"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
622
+ dependencies = [
623
+ "libc",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "libsqlite3-sys"
628
+ version = "0.28.0"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
631
+ dependencies = [
632
+ "cc",
633
+ "pkg-config",
634
+ "vcpkg",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "linux-raw-sys"
639
+ version = "0.12.1"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
642
+
643
+ [[package]]
644
+ name = "log"
645
+ version = "0.4.29"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
648
+
649
+ [[package]]
650
+ name = "matchers"
651
+ version = "0.2.0"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
654
+ dependencies = [
655
+ "regex-automata",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "memchr"
660
+ version = "2.8.0"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
663
+
664
+ [[package]]
665
+ name = "nu-ansi-term"
666
+ version = "0.50.3"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
669
+ dependencies = [
670
+ "windows-sys 0.61.2",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "num-traits"
675
+ version = "0.2.19"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
678
+ dependencies = [
679
+ "autocfg",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "once_cell"
684
+ version = "1.21.4"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
687
+
688
+ [[package]]
689
+ name = "once_cell_polyfill"
690
+ version = "1.70.2"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
693
+
694
+ [[package]]
695
+ name = "option-ext"
696
+ version = "0.2.0"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
699
+
700
+ [[package]]
701
+ name = "pin-project-lite"
702
+ version = "0.2.17"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
705
+
706
+ [[package]]
707
+ name = "pkg-config"
708
+ version = "0.3.32"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
711
+
712
+ [[package]]
713
+ name = "ppv-lite86"
714
+ version = "0.2.21"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
717
+ dependencies = [
718
+ "zerocopy",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "prettyplease"
723
+ version = "0.2.37"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
726
+ dependencies = [
727
+ "proc-macro2",
728
+ "syn",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "proc-macro2"
733
+ version = "1.0.106"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
736
+ dependencies = [
737
+ "unicode-ident",
738
+ ]
739
+
740
+ [[package]]
741
+ name = "quote"
742
+ version = "1.0.45"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
745
+ dependencies = [
746
+ "proc-macro2",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "r-efi"
751
+ version = "5.3.0"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
754
+
755
+ [[package]]
756
+ name = "r-efi"
757
+ version = "6.0.0"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
760
+
761
+ [[package]]
762
+ name = "rand"
763
+ version = "0.9.2"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
766
+ dependencies = [
767
+ "rand_chacha",
768
+ "rand_core",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "rand_chacha"
773
+ version = "0.9.0"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
776
+ dependencies = [
777
+ "ppv-lite86",
778
+ "rand_core",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "rand_core"
783
+ version = "0.9.5"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
786
+ dependencies = [
787
+ "getrandom 0.3.4",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "redox_users"
792
+ version = "0.4.6"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
795
+ dependencies = [
796
+ "getrandom 0.2.17",
797
+ "libredox",
798
+ "thiserror",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "regex"
803
+ version = "1.12.3"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
806
+ dependencies = [
807
+ "aho-corasick",
808
+ "memchr",
809
+ "regex-automata",
810
+ "regex-syntax",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "regex-automata"
815
+ version = "0.4.14"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
818
+ dependencies = [
819
+ "aho-corasick",
820
+ "memchr",
821
+ "regex-syntax",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "regex-syntax"
826
+ version = "0.8.10"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
829
+
830
+ [[package]]
831
+ name = "rusqlite"
832
+ version = "0.31.0"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
835
+ dependencies = [
836
+ "bitflags",
837
+ "fallible-iterator",
838
+ "fallible-streaming-iterator",
839
+ "hashlink",
840
+ "libsqlite3-sys",
841
+ "smallvec",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "rustix"
846
+ version = "1.1.4"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
849
+ dependencies = [
850
+ "bitflags",
851
+ "errno",
852
+ "libc",
853
+ "linux-raw-sys",
854
+ "windows-sys 0.61.2",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "rustversion"
859
+ version = "1.0.22"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
862
+
863
+ [[package]]
864
+ name = "ryu"
865
+ version = "1.0.23"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
868
+
869
+ [[package]]
870
+ name = "semver"
871
+ version = "1.0.28"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
874
+
875
+ [[package]]
876
+ name = "serde"
877
+ version = "1.0.228"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
880
+ dependencies = [
881
+ "serde_core",
882
+ "serde_derive",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "serde_core"
887
+ version = "1.0.228"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
890
+ dependencies = [
891
+ "serde_derive",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "serde_derive"
896
+ version = "1.0.228"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
899
+ dependencies = [
900
+ "proc-macro2",
901
+ "quote",
902
+ "syn",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "serde_json"
907
+ version = "1.0.149"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
910
+ dependencies = [
911
+ "itoa",
912
+ "memchr",
913
+ "serde",
914
+ "serde_core",
915
+ "zmij",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "serde_yaml"
920
+ version = "0.9.34+deprecated"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
923
+ dependencies = [
924
+ "indexmap",
925
+ "itoa",
926
+ "ryu",
927
+ "serde",
928
+ "unsafe-libyaml",
929
+ ]
930
+
931
+ [[package]]
932
+ name = "sha2"
933
+ version = "0.10.9"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
936
+ dependencies = [
937
+ "cfg-if",
938
+ "cpufeatures",
939
+ "digest",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "sharded-slab"
944
+ version = "0.1.7"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
947
+ dependencies = [
948
+ "lazy_static",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "shlex"
953
+ version = "1.3.0"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
956
+
957
+ [[package]]
958
+ name = "smallvec"
959
+ version = "1.15.1"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
962
+
963
+ [[package]]
964
+ name = "strsim"
965
+ version = "0.11.1"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
968
+
969
+ [[package]]
970
+ name = "syn"
971
+ version = "2.0.117"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
974
+ dependencies = [
975
+ "proc-macro2",
976
+ "quote",
977
+ "unicode-ident",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "tempfile"
982
+ version = "3.27.0"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
985
+ dependencies = [
986
+ "fastrand",
987
+ "getrandom 0.4.2",
988
+ "once_cell",
989
+ "rustix",
990
+ "windows-sys 0.61.2",
991
+ ]
992
+
993
+ [[package]]
994
+ name = "thiserror"
995
+ version = "1.0.69"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
998
+ dependencies = [
999
+ "thiserror-impl",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "thiserror-impl"
1004
+ version = "1.0.69"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1007
+ dependencies = [
1008
+ "proc-macro2",
1009
+ "quote",
1010
+ "syn",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "thread_local"
1015
+ version = "1.1.9"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1018
+ dependencies = [
1019
+ "cfg-if",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "tracing"
1024
+ version = "0.1.44"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1027
+ dependencies = [
1028
+ "pin-project-lite",
1029
+ "tracing-attributes",
1030
+ "tracing-core",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "tracing-attributes"
1035
+ version = "0.1.31"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1038
+ dependencies = [
1039
+ "proc-macro2",
1040
+ "quote",
1041
+ "syn",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "tracing-core"
1046
+ version = "0.1.36"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1049
+ dependencies = [
1050
+ "once_cell",
1051
+ "valuable",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "tracing-log"
1056
+ version = "0.2.0"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1059
+ dependencies = [
1060
+ "log",
1061
+ "once_cell",
1062
+ "tracing-core",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "tracing-subscriber"
1067
+ version = "0.3.23"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1070
+ dependencies = [
1071
+ "matchers",
1072
+ "nu-ansi-term",
1073
+ "once_cell",
1074
+ "regex-automata",
1075
+ "sharded-slab",
1076
+ "smallvec",
1077
+ "thread_local",
1078
+ "tracing",
1079
+ "tracing-core",
1080
+ "tracing-log",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "typenum"
1085
+ version = "1.19.0"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1088
+
1089
+ [[package]]
1090
+ name = "ulid"
1091
+ version = "1.2.1"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
1094
+ dependencies = [
1095
+ "rand",
1096
+ "web-time",
1097
+ ]
1098
+
1099
+ [[package]]
1100
+ name = "unicode-ident"
1101
+ version = "1.0.24"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1104
+
1105
+ [[package]]
1106
+ name = "unicode-xid"
1107
+ version = "0.2.6"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1110
+
1111
+ [[package]]
1112
+ name = "unsafe-libyaml"
1113
+ version = "0.2.11"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1116
+
1117
+ [[package]]
1118
+ name = "utf8parse"
1119
+ version = "0.2.2"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1122
+
1123
+ [[package]]
1124
+ name = "valuable"
1125
+ version = "0.1.1"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1128
+
1129
+ [[package]]
1130
+ name = "vcpkg"
1131
+ version = "0.2.15"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1134
+
1135
+ [[package]]
1136
+ name = "version_check"
1137
+ version = "0.9.5"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1140
+
1141
+ [[package]]
1142
+ name = "wasi"
1143
+ version = "0.11.1+wasi-snapshot-preview1"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1146
+
1147
+ [[package]]
1148
+ name = "wasip2"
1149
+ version = "1.0.2+wasi-0.2.9"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1152
+ dependencies = [
1153
+ "wit-bindgen",
1154
+ ]
1155
+
1156
+ [[package]]
1157
+ name = "wasip3"
1158
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1161
+ dependencies = [
1162
+ "wit-bindgen",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "wasm-bindgen"
1167
+ version = "0.2.117"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1170
+ dependencies = [
1171
+ "cfg-if",
1172
+ "once_cell",
1173
+ "rustversion",
1174
+ "wasm-bindgen-macro",
1175
+ "wasm-bindgen-shared",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "wasm-bindgen-macro"
1180
+ version = "0.2.117"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1183
+ dependencies = [
1184
+ "quote",
1185
+ "wasm-bindgen-macro-support",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "wasm-bindgen-macro-support"
1190
+ version = "0.2.117"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1193
+ dependencies = [
1194
+ "bumpalo",
1195
+ "proc-macro2",
1196
+ "quote",
1197
+ "syn",
1198
+ "wasm-bindgen-shared",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "wasm-bindgen-shared"
1203
+ version = "0.2.117"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1206
+ dependencies = [
1207
+ "unicode-ident",
1208
+ ]
1209
+
1210
+ [[package]]
1211
+ name = "wasm-encoder"
1212
+ version = "0.244.0"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1215
+ dependencies = [
1216
+ "leb128fmt",
1217
+ "wasmparser",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "wasm-metadata"
1222
+ version = "0.244.0"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1225
+ dependencies = [
1226
+ "anyhow",
1227
+ "indexmap",
1228
+ "wasm-encoder",
1229
+ "wasmparser",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "wasmparser"
1234
+ version = "0.244.0"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1237
+ dependencies = [
1238
+ "bitflags",
1239
+ "hashbrown 0.15.5",
1240
+ "indexmap",
1241
+ "semver",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "web-time"
1246
+ version = "1.1.0"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1249
+ dependencies = [
1250
+ "js-sys",
1251
+ "wasm-bindgen",
1252
+ ]
1253
+
1254
+ [[package]]
1255
+ name = "windows-core"
1256
+ version = "0.62.2"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1259
+ dependencies = [
1260
+ "windows-implement",
1261
+ "windows-interface",
1262
+ "windows-link",
1263
+ "windows-result",
1264
+ "windows-strings",
1265
+ ]
1266
+
1267
+ [[package]]
1268
+ name = "windows-implement"
1269
+ version = "0.60.2"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1272
+ dependencies = [
1273
+ "proc-macro2",
1274
+ "quote",
1275
+ "syn",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "windows-interface"
1280
+ version = "0.59.3"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1283
+ dependencies = [
1284
+ "proc-macro2",
1285
+ "quote",
1286
+ "syn",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "windows-link"
1291
+ version = "0.2.1"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1294
+
1295
+ [[package]]
1296
+ name = "windows-result"
1297
+ version = "0.4.1"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1300
+ dependencies = [
1301
+ "windows-link",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "windows-strings"
1306
+ version = "0.5.1"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1309
+ dependencies = [
1310
+ "windows-link",
1311
+ ]
1312
+
1313
+ [[package]]
1314
+ name = "windows-sys"
1315
+ version = "0.48.0"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1318
+ dependencies = [
1319
+ "windows-targets",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "windows-sys"
1324
+ version = "0.61.2"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1327
+ dependencies = [
1328
+ "windows-link",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "windows-targets"
1333
+ version = "0.48.5"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1336
+ dependencies = [
1337
+ "windows_aarch64_gnullvm",
1338
+ "windows_aarch64_msvc",
1339
+ "windows_i686_gnu",
1340
+ "windows_i686_msvc",
1341
+ "windows_x86_64_gnu",
1342
+ "windows_x86_64_gnullvm",
1343
+ "windows_x86_64_msvc",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "windows_aarch64_gnullvm"
1348
+ version = "0.48.5"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1351
+
1352
+ [[package]]
1353
+ name = "windows_aarch64_msvc"
1354
+ version = "0.48.5"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1357
+
1358
+ [[package]]
1359
+ name = "windows_i686_gnu"
1360
+ version = "0.48.5"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1363
+
1364
+ [[package]]
1365
+ name = "windows_i686_msvc"
1366
+ version = "0.48.5"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1369
+
1370
+ [[package]]
1371
+ name = "windows_x86_64_gnu"
1372
+ version = "0.48.5"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1375
+
1376
+ [[package]]
1377
+ name = "windows_x86_64_gnullvm"
1378
+ version = "0.48.5"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1381
+
1382
+ [[package]]
1383
+ name = "windows_x86_64_msvc"
1384
+ version = "0.48.5"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1387
+
1388
+ [[package]]
1389
+ name = "wit-bindgen"
1390
+ version = "0.51.0"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1393
+ dependencies = [
1394
+ "wit-bindgen-rust-macro",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "wit-bindgen-core"
1399
+ version = "0.51.0"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1402
+ dependencies = [
1403
+ "anyhow",
1404
+ "heck",
1405
+ "wit-parser",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "wit-bindgen-rust"
1410
+ version = "0.51.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1413
+ dependencies = [
1414
+ "anyhow",
1415
+ "heck",
1416
+ "indexmap",
1417
+ "prettyplease",
1418
+ "syn",
1419
+ "wasm-metadata",
1420
+ "wit-bindgen-core",
1421
+ "wit-component",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "wit-bindgen-rust-macro"
1426
+ version = "0.51.0"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1429
+ dependencies = [
1430
+ "anyhow",
1431
+ "prettyplease",
1432
+ "proc-macro2",
1433
+ "quote",
1434
+ "syn",
1435
+ "wit-bindgen-core",
1436
+ "wit-bindgen-rust",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "wit-component"
1441
+ version = "0.244.0"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1444
+ dependencies = [
1445
+ "anyhow",
1446
+ "bitflags",
1447
+ "indexmap",
1448
+ "log",
1449
+ "serde",
1450
+ "serde_derive",
1451
+ "serde_json",
1452
+ "wasm-encoder",
1453
+ "wasm-metadata",
1454
+ "wasmparser",
1455
+ "wit-parser",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "wit-parser"
1460
+ version = "0.244.0"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1463
+ dependencies = [
1464
+ "anyhow",
1465
+ "id-arena",
1466
+ "indexmap",
1467
+ "log",
1468
+ "semver",
1469
+ "serde",
1470
+ "serde_derive",
1471
+ "serde_json",
1472
+ "unicode-xid",
1473
+ "wasmparser",
1474
+ ]
1475
+
1476
+ [[package]]
1477
+ name = "zerocopy"
1478
+ version = "0.8.48"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1481
+ dependencies = [
1482
+ "zerocopy-derive",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "zerocopy-derive"
1487
+ version = "0.8.48"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1490
+ dependencies = [
1491
+ "proc-macro2",
1492
+ "quote",
1493
+ "syn",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "zmij"
1498
+ version = "1.0.21"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"