typespec-rust-emitter 0.1.0

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 (43) hide show
  1. package/README.md +220 -0
  2. package/dist/src/emitter.d.ts +7 -0
  3. package/dist/src/emitter.js +490 -0
  4. package/dist/src/emitter.js.map +1 -0
  5. package/dist/src/index.d.ts +3 -0
  6. package/dist/src/index.js +4 -0
  7. package/dist/src/index.js.map +1 -0
  8. package/dist/src/lib.d.ts +12 -0
  9. package/dist/src/lib.js +7 -0
  10. package/dist/src/lib.js.map +1 -0
  11. package/dist/src/testing/index.d.ts +2 -0
  12. package/dist/src/testing/index.js +8 -0
  13. package/dist/src/testing/index.js.map +1 -0
  14. package/dist/test/hello.test.d.ts +1 -0
  15. package/dist/test/hello.test.js +140 -0
  16. package/dist/test/hello.test.js.map +1 -0
  17. package/dist/test/test-host.d.ts +4 -0
  18. package/dist/test/test-host.js +16 -0
  19. package/dist/test/test-host.js.map +1 -0
  20. package/eslint.config.js +20 -0
  21. package/example/lib/learning/models.tsp +189 -0
  22. package/example/lib/learning/operations.tsp +319 -0
  23. package/example/main.tsp +8 -0
  24. package/example/output-rust/Cargo.lock +1731 -0
  25. package/example/output-rust/Cargo.toml +12 -0
  26. package/example/output-rust/src/generated/mod.rs +1 -0
  27. package/example/output-rust/src/generated/types.rs +315 -0
  28. package/example/output-rust/src/main.rs +5 -0
  29. package/example/output-rust/src/mod.rs +1 -0
  30. package/example/package-lock.json +1495 -0
  31. package/example/package.json +15 -0
  32. package/example/tspconfig.yaml +10 -0
  33. package/justfile +15 -0
  34. package/package.json +64 -0
  35. package/prettierrc.yaml +8 -0
  36. package/src/emitter.ts +685 -0
  37. package/src/index.ts +3 -0
  38. package/src/lib.ts +8 -0
  39. package/src/lib.tsp +6 -0
  40. package/src/testing/index.ts +8 -0
  41. package/test/hello.test.ts +168 -0
  42. package/test/test-host.ts +20 -0
  43. package/tsconfig.json +18 -0
@@ -0,0 +1,1731 @@
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 = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "atoi"
22
+ version = "2.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
25
+ dependencies = [
26
+ "num-traits",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "autocfg"
31
+ version = "1.5.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
34
+
35
+ [[package]]
36
+ name = "base64"
37
+ version = "0.22.1"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
40
+
41
+ [[package]]
42
+ name = "base64ct"
43
+ version = "1.8.3"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
46
+
47
+ [[package]]
48
+ name = "bitflags"
49
+ version = "2.11.0"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
52
+ dependencies = [
53
+ "serde_core",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "block-buffer"
58
+ version = "0.10.4"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
61
+ dependencies = [
62
+ "generic-array",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "bumpalo"
67
+ version = "3.20.2"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
70
+
71
+ [[package]]
72
+ name = "byteorder"
73
+ version = "1.5.0"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
76
+
77
+ [[package]]
78
+ name = "bytes"
79
+ version = "1.11.1"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
82
+
83
+ [[package]]
84
+ name = "cfg-if"
85
+ version = "1.0.4"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
88
+
89
+ [[package]]
90
+ name = "concurrent-queue"
91
+ version = "2.5.0"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
94
+ dependencies = [
95
+ "crossbeam-utils",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "const-oid"
100
+ version = "0.9.6"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
103
+
104
+ [[package]]
105
+ name = "cpufeatures"
106
+ version = "0.2.17"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
109
+ dependencies = [
110
+ "libc",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "crc"
115
+ version = "3.4.0"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
118
+ dependencies = [
119
+ "crc-catalog",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "crc-catalog"
124
+ version = "2.4.0"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
127
+
128
+ [[package]]
129
+ name = "crossbeam-queue"
130
+ version = "0.3.12"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
133
+ dependencies = [
134
+ "crossbeam-utils",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "crossbeam-utils"
139
+ version = "0.8.21"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
142
+
143
+ [[package]]
144
+ name = "crypto-common"
145
+ version = "0.1.7"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
148
+ dependencies = [
149
+ "generic-array",
150
+ "typenum",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "der"
155
+ version = "0.7.10"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
158
+ dependencies = [
159
+ "const-oid",
160
+ "pem-rfc7468",
161
+ "zeroize",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "digest"
166
+ version = "0.10.7"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
169
+ dependencies = [
170
+ "block-buffer",
171
+ "const-oid",
172
+ "crypto-common",
173
+ "subtle",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "displaydoc"
178
+ version = "0.2.5"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
181
+ dependencies = [
182
+ "proc-macro2",
183
+ "quote",
184
+ "syn",
185
+ ]
186
+
187
+ [[package]]
188
+ name = "dotenvy"
189
+ version = "0.15.7"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
192
+
193
+ [[package]]
194
+ name = "either"
195
+ version = "1.15.0"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
198
+ dependencies = [
199
+ "serde",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "equivalent"
204
+ version = "1.0.2"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
207
+
208
+ [[package]]
209
+ name = "etcetera"
210
+ version = "0.8.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
213
+ dependencies = [
214
+ "cfg-if",
215
+ "home",
216
+ "windows-sys 0.48.0",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "event-listener"
221
+ version = "5.4.1"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
224
+ dependencies = [
225
+ "concurrent-queue",
226
+ "parking",
227
+ "pin-project-lite",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "flume"
232
+ version = "0.11.1"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
235
+ dependencies = [
236
+ "futures-core",
237
+ "futures-sink",
238
+ "spin",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "foldhash"
243
+ version = "0.1.5"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
246
+
247
+ [[package]]
248
+ name = "form_urlencoded"
249
+ version = "1.2.2"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
252
+ dependencies = [
253
+ "percent-encoding",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "futures-channel"
258
+ version = "0.3.32"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
261
+ dependencies = [
262
+ "futures-core",
263
+ "futures-sink",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "futures-core"
268
+ version = "0.3.32"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
271
+
272
+ [[package]]
273
+ name = "futures-executor"
274
+ version = "0.3.32"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
277
+ dependencies = [
278
+ "futures-core",
279
+ "futures-task",
280
+ "futures-util",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "futures-intrusive"
285
+ version = "0.5.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
288
+ dependencies = [
289
+ "futures-core",
290
+ "lock_api",
291
+ "parking_lot",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "futures-io"
296
+ version = "0.3.32"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
299
+
300
+ [[package]]
301
+ name = "futures-sink"
302
+ version = "0.3.32"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
305
+
306
+ [[package]]
307
+ name = "futures-task"
308
+ version = "0.3.32"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
311
+
312
+ [[package]]
313
+ name = "futures-util"
314
+ version = "0.3.32"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
317
+ dependencies = [
318
+ "futures-core",
319
+ "futures-io",
320
+ "futures-sink",
321
+ "futures-task",
322
+ "memchr",
323
+ "pin-project-lite",
324
+ "slab",
325
+ ]
326
+
327
+ [[package]]
328
+ name = "generic-array"
329
+ version = "0.14.7"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
332
+ dependencies = [
333
+ "typenum",
334
+ "version_check",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "getrandom"
339
+ version = "0.2.17"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
342
+ dependencies = [
343
+ "cfg-if",
344
+ "libc",
345
+ "wasi",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "hashbrown"
350
+ version = "0.15.5"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
353
+ dependencies = [
354
+ "allocator-api2",
355
+ "equivalent",
356
+ "foldhash",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "hashbrown"
361
+ version = "0.16.1"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
364
+
365
+ [[package]]
366
+ name = "hashlink"
367
+ version = "0.10.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
370
+ dependencies = [
371
+ "hashbrown 0.15.5",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "heck"
376
+ version = "0.5.0"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
379
+
380
+ [[package]]
381
+ name = "hex"
382
+ version = "0.4.3"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
385
+
386
+ [[package]]
387
+ name = "hkdf"
388
+ version = "0.12.4"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
391
+ dependencies = [
392
+ "hmac",
393
+ ]
394
+
395
+ [[package]]
396
+ name = "hmac"
397
+ version = "0.12.1"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
400
+ dependencies = [
401
+ "digest",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "home"
406
+ version = "0.5.12"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
409
+ dependencies = [
410
+ "windows-sys 0.61.2",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "icu_collections"
415
+ version = "2.1.1"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
418
+ dependencies = [
419
+ "displaydoc",
420
+ "potential_utf",
421
+ "yoke",
422
+ "zerofrom",
423
+ "zerovec",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "icu_locale_core"
428
+ version = "2.1.1"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
431
+ dependencies = [
432
+ "displaydoc",
433
+ "litemap",
434
+ "tinystr",
435
+ "writeable",
436
+ "zerovec",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "icu_normalizer"
441
+ version = "2.1.1"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
444
+ dependencies = [
445
+ "icu_collections",
446
+ "icu_normalizer_data",
447
+ "icu_properties",
448
+ "icu_provider",
449
+ "smallvec",
450
+ "zerovec",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "icu_normalizer_data"
455
+ version = "2.1.1"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
458
+
459
+ [[package]]
460
+ name = "icu_properties"
461
+ version = "2.1.2"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
464
+ dependencies = [
465
+ "icu_collections",
466
+ "icu_locale_core",
467
+ "icu_properties_data",
468
+ "icu_provider",
469
+ "zerotrie",
470
+ "zerovec",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "icu_properties_data"
475
+ version = "2.1.2"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
478
+
479
+ [[package]]
480
+ name = "icu_provider"
481
+ version = "2.1.1"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
484
+ dependencies = [
485
+ "displaydoc",
486
+ "icu_locale_core",
487
+ "writeable",
488
+ "yoke",
489
+ "zerofrom",
490
+ "zerotrie",
491
+ "zerovec",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "idna"
496
+ version = "1.1.0"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
499
+ dependencies = [
500
+ "idna_adapter",
501
+ "smallvec",
502
+ "utf8_iter",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "idna_adapter"
507
+ version = "1.2.1"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
510
+ dependencies = [
511
+ "icu_normalizer",
512
+ "icu_properties",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "indexmap"
517
+ version = "2.13.0"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
520
+ dependencies = [
521
+ "equivalent",
522
+ "hashbrown 0.16.1",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "itoa"
527
+ version = "1.0.18"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
530
+
531
+ [[package]]
532
+ name = "js-sys"
533
+ version = "0.3.91"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
536
+ dependencies = [
537
+ "once_cell",
538
+ "wasm-bindgen",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "lazy_static"
543
+ version = "1.5.0"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
546
+ dependencies = [
547
+ "spin",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "libc"
552
+ version = "0.2.183"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
555
+
556
+ [[package]]
557
+ name = "libm"
558
+ version = "0.2.16"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
561
+
562
+ [[package]]
563
+ name = "libredox"
564
+ version = "0.1.15"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
567
+ dependencies = [
568
+ "bitflags",
569
+ "libc",
570
+ "plain",
571
+ "redox_syscall 0.7.3",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "libsqlite3-sys"
576
+ version = "0.30.1"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
579
+ dependencies = [
580
+ "pkg-config",
581
+ "vcpkg",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "litemap"
586
+ version = "0.8.1"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
589
+
590
+ [[package]]
591
+ name = "lock_api"
592
+ version = "0.4.14"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
595
+ dependencies = [
596
+ "scopeguard",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "log"
601
+ version = "0.4.29"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
604
+
605
+ [[package]]
606
+ name = "md-5"
607
+ version = "0.10.6"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
610
+ dependencies = [
611
+ "cfg-if",
612
+ "digest",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "memchr"
617
+ version = "2.8.0"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
620
+
621
+ [[package]]
622
+ name = "mio"
623
+ version = "1.1.1"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
626
+ dependencies = [
627
+ "libc",
628
+ "wasi",
629
+ "windows-sys 0.61.2",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "num-bigint-dig"
634
+ version = "0.8.6"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
637
+ dependencies = [
638
+ "lazy_static",
639
+ "libm",
640
+ "num-integer",
641
+ "num-iter",
642
+ "num-traits",
643
+ "rand",
644
+ "smallvec",
645
+ "zeroize",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "num-integer"
650
+ version = "0.1.46"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
653
+ dependencies = [
654
+ "num-traits",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "num-iter"
659
+ version = "0.1.45"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
662
+ dependencies = [
663
+ "autocfg",
664
+ "num-integer",
665
+ "num-traits",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "num-traits"
670
+ version = "0.2.19"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
673
+ dependencies = [
674
+ "autocfg",
675
+ "libm",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "once_cell"
680
+ version = "1.21.4"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
683
+
684
+ [[package]]
685
+ name = "output-rust"
686
+ version = "0.1.0"
687
+ dependencies = [
688
+ "regex",
689
+ "serde",
690
+ "serde_json",
691
+ "sqlx",
692
+ "thiserror",
693
+ "uuid",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "parking"
698
+ version = "2.2.1"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
701
+
702
+ [[package]]
703
+ name = "parking_lot"
704
+ version = "0.12.5"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
707
+ dependencies = [
708
+ "lock_api",
709
+ "parking_lot_core",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "parking_lot_core"
714
+ version = "0.9.12"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
717
+ dependencies = [
718
+ "cfg-if",
719
+ "libc",
720
+ "redox_syscall 0.5.18",
721
+ "smallvec",
722
+ "windows-link",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "pem-rfc7468"
727
+ version = "0.7.0"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
730
+ dependencies = [
731
+ "base64ct",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "percent-encoding"
736
+ version = "2.3.2"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
739
+
740
+ [[package]]
741
+ name = "pin-project-lite"
742
+ version = "0.2.17"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
745
+
746
+ [[package]]
747
+ name = "pkcs1"
748
+ version = "0.7.5"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
751
+ dependencies = [
752
+ "der",
753
+ "pkcs8",
754
+ "spki",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "pkcs8"
759
+ version = "0.10.2"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
762
+ dependencies = [
763
+ "der",
764
+ "spki",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "pkg-config"
769
+ version = "0.3.32"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
772
+
773
+ [[package]]
774
+ name = "plain"
775
+ version = "0.2.3"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
778
+
779
+ [[package]]
780
+ name = "potential_utf"
781
+ version = "0.1.4"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
784
+ dependencies = [
785
+ "zerovec",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "ppv-lite86"
790
+ version = "0.2.21"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
793
+ dependencies = [
794
+ "zerocopy",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "proc-macro2"
799
+ version = "1.0.106"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
802
+ dependencies = [
803
+ "unicode-ident",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "quote"
808
+ version = "1.0.45"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
811
+ dependencies = [
812
+ "proc-macro2",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "rand"
817
+ version = "0.8.5"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
820
+ dependencies = [
821
+ "libc",
822
+ "rand_chacha",
823
+ "rand_core",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "rand_chacha"
828
+ version = "0.3.1"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
831
+ dependencies = [
832
+ "ppv-lite86",
833
+ "rand_core",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "rand_core"
838
+ version = "0.6.4"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
841
+ dependencies = [
842
+ "getrandom",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "redox_syscall"
847
+ version = "0.5.18"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
850
+ dependencies = [
851
+ "bitflags",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "redox_syscall"
856
+ version = "0.7.3"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
859
+ dependencies = [
860
+ "bitflags",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "regex"
865
+ version = "1.12.3"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
868
+ dependencies = [
869
+ "aho-corasick",
870
+ "memchr",
871
+ "regex-automata",
872
+ "regex-syntax",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "regex-automata"
877
+ version = "0.4.14"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
880
+ dependencies = [
881
+ "aho-corasick",
882
+ "memchr",
883
+ "regex-syntax",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "regex-syntax"
888
+ version = "0.8.10"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
891
+
892
+ [[package]]
893
+ name = "rsa"
894
+ version = "0.9.10"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
897
+ dependencies = [
898
+ "const-oid",
899
+ "digest",
900
+ "num-bigint-dig",
901
+ "num-integer",
902
+ "num-traits",
903
+ "pkcs1",
904
+ "pkcs8",
905
+ "rand_core",
906
+ "signature",
907
+ "spki",
908
+ "subtle",
909
+ "zeroize",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "rustversion"
914
+ version = "1.0.22"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
917
+
918
+ [[package]]
919
+ name = "ryu"
920
+ version = "1.0.23"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
923
+
924
+ [[package]]
925
+ name = "scopeguard"
926
+ version = "1.2.0"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
929
+
930
+ [[package]]
931
+ name = "serde"
932
+ version = "1.0.228"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
935
+ dependencies = [
936
+ "serde_core",
937
+ "serde_derive",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "serde_core"
942
+ version = "1.0.228"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
945
+ dependencies = [
946
+ "serde_derive",
947
+ ]
948
+
949
+ [[package]]
950
+ name = "serde_derive"
951
+ version = "1.0.228"
952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
953
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
954
+ dependencies = [
955
+ "proc-macro2",
956
+ "quote",
957
+ "syn",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "serde_json"
962
+ version = "1.0.149"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
965
+ dependencies = [
966
+ "itoa",
967
+ "memchr",
968
+ "serde",
969
+ "serde_core",
970
+ "zmij",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "serde_urlencoded"
975
+ version = "0.7.1"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
978
+ dependencies = [
979
+ "form_urlencoded",
980
+ "itoa",
981
+ "ryu",
982
+ "serde",
983
+ ]
984
+
985
+ [[package]]
986
+ name = "sha1"
987
+ version = "0.10.6"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
990
+ dependencies = [
991
+ "cfg-if",
992
+ "cpufeatures",
993
+ "digest",
994
+ ]
995
+
996
+ [[package]]
997
+ name = "sha2"
998
+ version = "0.10.9"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1001
+ dependencies = [
1002
+ "cfg-if",
1003
+ "cpufeatures",
1004
+ "digest",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "signature"
1009
+ version = "2.2.0"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1012
+ dependencies = [
1013
+ "digest",
1014
+ "rand_core",
1015
+ ]
1016
+
1017
+ [[package]]
1018
+ name = "slab"
1019
+ version = "0.4.12"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1022
+
1023
+ [[package]]
1024
+ name = "smallvec"
1025
+ version = "1.15.1"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1028
+ dependencies = [
1029
+ "serde",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "socket2"
1034
+ version = "0.6.3"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1037
+ dependencies = [
1038
+ "libc",
1039
+ "windows-sys 0.61.2",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "spin"
1044
+ version = "0.9.8"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1047
+ dependencies = [
1048
+ "lock_api",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "spki"
1053
+ version = "0.7.3"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1056
+ dependencies = [
1057
+ "base64ct",
1058
+ "der",
1059
+ ]
1060
+
1061
+ [[package]]
1062
+ name = "sqlx"
1063
+ version = "0.8.6"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
1066
+ dependencies = [
1067
+ "sqlx-core",
1068
+ "sqlx-macros",
1069
+ "sqlx-mysql",
1070
+ "sqlx-postgres",
1071
+ "sqlx-sqlite",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "sqlx-core"
1076
+ version = "0.8.6"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
1079
+ dependencies = [
1080
+ "base64",
1081
+ "bytes",
1082
+ "crc",
1083
+ "crossbeam-queue",
1084
+ "either",
1085
+ "event-listener",
1086
+ "futures-core",
1087
+ "futures-intrusive",
1088
+ "futures-io",
1089
+ "futures-util",
1090
+ "hashbrown 0.15.5",
1091
+ "hashlink",
1092
+ "indexmap",
1093
+ "log",
1094
+ "memchr",
1095
+ "once_cell",
1096
+ "percent-encoding",
1097
+ "serde",
1098
+ "serde_json",
1099
+ "sha2",
1100
+ "smallvec",
1101
+ "thiserror",
1102
+ "tokio",
1103
+ "tokio-stream",
1104
+ "tracing",
1105
+ "url",
1106
+ ]
1107
+
1108
+ [[package]]
1109
+ name = "sqlx-macros"
1110
+ version = "0.8.6"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
1113
+ dependencies = [
1114
+ "proc-macro2",
1115
+ "quote",
1116
+ "sqlx-core",
1117
+ "sqlx-macros-core",
1118
+ "syn",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "sqlx-macros-core"
1123
+ version = "0.8.6"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
1126
+ dependencies = [
1127
+ "dotenvy",
1128
+ "either",
1129
+ "heck",
1130
+ "hex",
1131
+ "once_cell",
1132
+ "proc-macro2",
1133
+ "quote",
1134
+ "serde",
1135
+ "serde_json",
1136
+ "sha2",
1137
+ "sqlx-core",
1138
+ "sqlx-mysql",
1139
+ "sqlx-postgres",
1140
+ "sqlx-sqlite",
1141
+ "syn",
1142
+ "tokio",
1143
+ "url",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "sqlx-mysql"
1148
+ version = "0.8.6"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
1151
+ dependencies = [
1152
+ "atoi",
1153
+ "base64",
1154
+ "bitflags",
1155
+ "byteorder",
1156
+ "bytes",
1157
+ "crc",
1158
+ "digest",
1159
+ "dotenvy",
1160
+ "either",
1161
+ "futures-channel",
1162
+ "futures-core",
1163
+ "futures-io",
1164
+ "futures-util",
1165
+ "generic-array",
1166
+ "hex",
1167
+ "hkdf",
1168
+ "hmac",
1169
+ "itoa",
1170
+ "log",
1171
+ "md-5",
1172
+ "memchr",
1173
+ "once_cell",
1174
+ "percent-encoding",
1175
+ "rand",
1176
+ "rsa",
1177
+ "serde",
1178
+ "sha1",
1179
+ "sha2",
1180
+ "smallvec",
1181
+ "sqlx-core",
1182
+ "stringprep",
1183
+ "thiserror",
1184
+ "tracing",
1185
+ "whoami",
1186
+ ]
1187
+
1188
+ [[package]]
1189
+ name = "sqlx-postgres"
1190
+ version = "0.8.6"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
1193
+ dependencies = [
1194
+ "atoi",
1195
+ "base64",
1196
+ "bitflags",
1197
+ "byteorder",
1198
+ "crc",
1199
+ "dotenvy",
1200
+ "etcetera",
1201
+ "futures-channel",
1202
+ "futures-core",
1203
+ "futures-util",
1204
+ "hex",
1205
+ "hkdf",
1206
+ "hmac",
1207
+ "home",
1208
+ "itoa",
1209
+ "log",
1210
+ "md-5",
1211
+ "memchr",
1212
+ "once_cell",
1213
+ "rand",
1214
+ "serde",
1215
+ "serde_json",
1216
+ "sha2",
1217
+ "smallvec",
1218
+ "sqlx-core",
1219
+ "stringprep",
1220
+ "thiserror",
1221
+ "tracing",
1222
+ "whoami",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "sqlx-sqlite"
1227
+ version = "0.8.6"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
1230
+ dependencies = [
1231
+ "atoi",
1232
+ "flume",
1233
+ "futures-channel",
1234
+ "futures-core",
1235
+ "futures-executor",
1236
+ "futures-intrusive",
1237
+ "futures-util",
1238
+ "libsqlite3-sys",
1239
+ "log",
1240
+ "percent-encoding",
1241
+ "serde",
1242
+ "serde_urlencoded",
1243
+ "sqlx-core",
1244
+ "thiserror",
1245
+ "tracing",
1246
+ "url",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "stable_deref_trait"
1251
+ version = "1.2.1"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1254
+
1255
+ [[package]]
1256
+ name = "stringprep"
1257
+ version = "0.1.5"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1260
+ dependencies = [
1261
+ "unicode-bidi",
1262
+ "unicode-normalization",
1263
+ "unicode-properties",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "subtle"
1268
+ version = "2.6.1"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1271
+
1272
+ [[package]]
1273
+ name = "syn"
1274
+ version = "2.0.117"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1277
+ dependencies = [
1278
+ "proc-macro2",
1279
+ "quote",
1280
+ "unicode-ident",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "synstructure"
1285
+ version = "0.13.2"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1288
+ dependencies = [
1289
+ "proc-macro2",
1290
+ "quote",
1291
+ "syn",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "thiserror"
1296
+ version = "2.0.18"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1299
+ dependencies = [
1300
+ "thiserror-impl",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "thiserror-impl"
1305
+ version = "2.0.18"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1308
+ dependencies = [
1309
+ "proc-macro2",
1310
+ "quote",
1311
+ "syn",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "tinystr"
1316
+ version = "0.8.2"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1319
+ dependencies = [
1320
+ "displaydoc",
1321
+ "zerovec",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "tinyvec"
1326
+ version = "1.11.0"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1329
+ dependencies = [
1330
+ "tinyvec_macros",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "tinyvec_macros"
1335
+ version = "0.1.1"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1338
+
1339
+ [[package]]
1340
+ name = "tokio"
1341
+ version = "1.50.0"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1344
+ dependencies = [
1345
+ "bytes",
1346
+ "libc",
1347
+ "mio",
1348
+ "pin-project-lite",
1349
+ "socket2",
1350
+ "windows-sys 0.61.2",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "tokio-stream"
1355
+ version = "0.1.18"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1358
+ dependencies = [
1359
+ "futures-core",
1360
+ "pin-project-lite",
1361
+ "tokio",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "tracing"
1366
+ version = "0.1.44"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1369
+ dependencies = [
1370
+ "log",
1371
+ "pin-project-lite",
1372
+ "tracing-attributes",
1373
+ "tracing-core",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "tracing-attributes"
1378
+ version = "0.1.31"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1381
+ dependencies = [
1382
+ "proc-macro2",
1383
+ "quote",
1384
+ "syn",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "tracing-core"
1389
+ version = "0.1.36"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1392
+ dependencies = [
1393
+ "once_cell",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "typenum"
1398
+ version = "1.19.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1401
+
1402
+ [[package]]
1403
+ name = "unicode-bidi"
1404
+ version = "0.3.18"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
1407
+
1408
+ [[package]]
1409
+ name = "unicode-ident"
1410
+ version = "1.0.24"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1413
+
1414
+ [[package]]
1415
+ name = "unicode-normalization"
1416
+ version = "0.1.25"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
1419
+ dependencies = [
1420
+ "tinyvec",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "unicode-properties"
1425
+ version = "0.1.4"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
1428
+
1429
+ [[package]]
1430
+ name = "url"
1431
+ version = "2.5.8"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1434
+ dependencies = [
1435
+ "form_urlencoded",
1436
+ "idna",
1437
+ "percent-encoding",
1438
+ "serde",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "utf8_iter"
1443
+ version = "1.0.4"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1446
+
1447
+ [[package]]
1448
+ name = "uuid"
1449
+ version = "1.23.0"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
1452
+ dependencies = [
1453
+ "js-sys",
1454
+ "serde_core",
1455
+ "wasm-bindgen",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "vcpkg"
1460
+ version = "0.2.15"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1463
+
1464
+ [[package]]
1465
+ name = "version_check"
1466
+ version = "0.9.5"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1469
+
1470
+ [[package]]
1471
+ name = "wasi"
1472
+ version = "0.11.1+wasi-snapshot-preview1"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1475
+
1476
+ [[package]]
1477
+ name = "wasite"
1478
+ version = "0.1.0"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
1481
+
1482
+ [[package]]
1483
+ name = "wasm-bindgen"
1484
+ version = "0.2.114"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1487
+ dependencies = [
1488
+ "cfg-if",
1489
+ "once_cell",
1490
+ "rustversion",
1491
+ "wasm-bindgen-macro",
1492
+ "wasm-bindgen-shared",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "wasm-bindgen-macro"
1497
+ version = "0.2.114"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1500
+ dependencies = [
1501
+ "quote",
1502
+ "wasm-bindgen-macro-support",
1503
+ ]
1504
+
1505
+ [[package]]
1506
+ name = "wasm-bindgen-macro-support"
1507
+ version = "0.2.114"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1510
+ dependencies = [
1511
+ "bumpalo",
1512
+ "proc-macro2",
1513
+ "quote",
1514
+ "syn",
1515
+ "wasm-bindgen-shared",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "wasm-bindgen-shared"
1520
+ version = "0.2.114"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1523
+ dependencies = [
1524
+ "unicode-ident",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "whoami"
1529
+ version = "1.6.1"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
1532
+ dependencies = [
1533
+ "libredox",
1534
+ "wasite",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "windows-link"
1539
+ version = "0.2.1"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1542
+
1543
+ [[package]]
1544
+ name = "windows-sys"
1545
+ version = "0.48.0"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1548
+ dependencies = [
1549
+ "windows-targets",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "windows-sys"
1554
+ version = "0.61.2"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1557
+ dependencies = [
1558
+ "windows-link",
1559
+ ]
1560
+
1561
+ [[package]]
1562
+ name = "windows-targets"
1563
+ version = "0.48.5"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1566
+ dependencies = [
1567
+ "windows_aarch64_gnullvm",
1568
+ "windows_aarch64_msvc",
1569
+ "windows_i686_gnu",
1570
+ "windows_i686_msvc",
1571
+ "windows_x86_64_gnu",
1572
+ "windows_x86_64_gnullvm",
1573
+ "windows_x86_64_msvc",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "windows_aarch64_gnullvm"
1578
+ version = "0.48.5"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1581
+
1582
+ [[package]]
1583
+ name = "windows_aarch64_msvc"
1584
+ version = "0.48.5"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1587
+
1588
+ [[package]]
1589
+ name = "windows_i686_gnu"
1590
+ version = "0.48.5"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1593
+
1594
+ [[package]]
1595
+ name = "windows_i686_msvc"
1596
+ version = "0.48.5"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1599
+
1600
+ [[package]]
1601
+ name = "windows_x86_64_gnu"
1602
+ version = "0.48.5"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1605
+
1606
+ [[package]]
1607
+ name = "windows_x86_64_gnullvm"
1608
+ version = "0.48.5"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1611
+
1612
+ [[package]]
1613
+ name = "windows_x86_64_msvc"
1614
+ version = "0.48.5"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1617
+
1618
+ [[package]]
1619
+ name = "writeable"
1620
+ version = "0.6.2"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1623
+
1624
+ [[package]]
1625
+ name = "yoke"
1626
+ version = "0.8.1"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1629
+ dependencies = [
1630
+ "stable_deref_trait",
1631
+ "yoke-derive",
1632
+ "zerofrom",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "yoke-derive"
1637
+ version = "0.8.1"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1640
+ dependencies = [
1641
+ "proc-macro2",
1642
+ "quote",
1643
+ "syn",
1644
+ "synstructure",
1645
+ ]
1646
+
1647
+ [[package]]
1648
+ name = "zerocopy"
1649
+ version = "0.8.47"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
1652
+ dependencies = [
1653
+ "zerocopy-derive",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "zerocopy-derive"
1658
+ version = "0.8.47"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
1661
+ dependencies = [
1662
+ "proc-macro2",
1663
+ "quote",
1664
+ "syn",
1665
+ ]
1666
+
1667
+ [[package]]
1668
+ name = "zerofrom"
1669
+ version = "0.1.6"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1672
+ dependencies = [
1673
+ "zerofrom-derive",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "zerofrom-derive"
1678
+ version = "0.1.6"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1681
+ dependencies = [
1682
+ "proc-macro2",
1683
+ "quote",
1684
+ "syn",
1685
+ "synstructure",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "zeroize"
1690
+ version = "1.8.2"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1693
+
1694
+ [[package]]
1695
+ name = "zerotrie"
1696
+ version = "0.2.3"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1699
+ dependencies = [
1700
+ "displaydoc",
1701
+ "yoke",
1702
+ "zerofrom",
1703
+ ]
1704
+
1705
+ [[package]]
1706
+ name = "zerovec"
1707
+ version = "0.11.5"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1710
+ dependencies = [
1711
+ "yoke",
1712
+ "zerofrom",
1713
+ "zerovec-derive",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "zerovec-derive"
1718
+ version = "0.11.2"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1721
+ dependencies = [
1722
+ "proc-macro2",
1723
+ "quote",
1724
+ "syn",
1725
+ ]
1726
+
1727
+ [[package]]
1728
+ name = "zmij"
1729
+ version = "1.0.21"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"