mq-ruby 0.1.29 → 0.1.30

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 (6) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +1977 -0
  3. data/Cargo.toml +7 -3
  4. data/README.md +31 -6
  5. data/lib/mq/query.rb +64 -0
  6. metadata +2 -1
data/Cargo.lock ADDED
@@ -0,0 +1,1977 @@
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 = "ammonia"
16
+ version = "4.1.4"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d"
19
+ dependencies = [
20
+ "cssparser",
21
+ "html5ever",
22
+ "maplit",
23
+ "url",
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 = "arraydeque"
37
+ version = "0.5.1"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
40
+
41
+ [[package]]
42
+ name = "autocfg"
43
+ version = "1.5.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
46
+
47
+ [[package]]
48
+ name = "base64"
49
+ version = "0.22.1"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
52
+
53
+ [[package]]
54
+ name = "bindgen"
55
+ version = "0.72.1"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
58
+ dependencies = [
59
+ "bitflags",
60
+ "cexpr",
61
+ "clang-sys",
62
+ "itertools 0.13.0",
63
+ "proc-macro2",
64
+ "quote",
65
+ "regex",
66
+ "rustc-hash",
67
+ "shlex 1.3.0",
68
+ "syn 2.0.119",
69
+ ]
70
+
71
+ [[package]]
72
+ name = "bitflags"
73
+ version = "2.13.1"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
76
+
77
+ [[package]]
78
+ name = "block-buffer"
79
+ version = "0.12.1"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
82
+ dependencies = [
83
+ "hybrid-array",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "borsh"
88
+ version = "1.8.0"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f"
91
+ dependencies = [
92
+ "bytes",
93
+ "cfg_aliases",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "bstr"
98
+ version = "1.13.0"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530"
101
+ dependencies = [
102
+ "memchr",
103
+ "serde_core",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "bumpalo"
108
+ version = "3.20.3"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
111
+
112
+ [[package]]
113
+ name = "bytecount"
114
+ version = "0.6.9"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
117
+
118
+ [[package]]
119
+ name = "bytes"
120
+ version = "1.12.1"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
123
+
124
+ [[package]]
125
+ name = "cc"
126
+ version = "1.3.0"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
129
+ dependencies = [
130
+ "find-msvc-tools",
131
+ "shlex 2.0.1",
132
+ ]
133
+
134
+ [[package]]
135
+ name = "cexpr"
136
+ version = "0.6.0"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
139
+ dependencies = [
140
+ "nom 7.1.3",
141
+ ]
142
+
143
+ [[package]]
144
+ name = "cfg-if"
145
+ version = "1.0.4"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
148
+
149
+ [[package]]
150
+ name = "cfg_aliases"
151
+ version = "0.2.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
154
+
155
+ [[package]]
156
+ name = "chacha20"
157
+ version = "0.10.1"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
160
+ dependencies = [
161
+ "cfg-if",
162
+ "cpufeatures",
163
+ "rand_core",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "chrono"
168
+ version = "0.4.45"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
171
+ dependencies = [
172
+ "iana-time-zone",
173
+ "js-sys",
174
+ "num-traits",
175
+ "wasm-bindgen",
176
+ "windows-link",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "ciborium"
181
+ version = "0.2.2"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
184
+ dependencies = [
185
+ "ciborium-io",
186
+ "ciborium-ll",
187
+ "serde",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "ciborium-io"
192
+ version = "0.2.2"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
195
+
196
+ [[package]]
197
+ name = "ciborium-ll"
198
+ version = "0.2.2"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
201
+ dependencies = [
202
+ "ciborium-io",
203
+ "half",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "clang-sys"
208
+ version = "1.8.1"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
211
+ dependencies = [
212
+ "glob",
213
+ "libc",
214
+ "libloading",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "const-oid"
219
+ version = "0.10.2"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
222
+
223
+ [[package]]
224
+ name = "core-foundation-sys"
225
+ version = "0.8.7"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
228
+
229
+ [[package]]
230
+ name = "cpufeatures"
231
+ version = "0.3.0"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
234
+ dependencies = [
235
+ "libc",
236
+ ]
237
+
238
+ [[package]]
239
+ name = "crunchy"
240
+ version = "0.2.4"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
243
+
244
+ [[package]]
245
+ name = "crypto-common"
246
+ version = "0.2.2"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
249
+ dependencies = [
250
+ "hybrid-array",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "cssparser"
255
+ version = "0.37.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
258
+ dependencies = [
259
+ "cssparser-macros",
260
+ "dtoa-short",
261
+ "itoa",
262
+ "phf",
263
+ "smallvec",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "cssparser-macros"
268
+ version = "0.7.0"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "10a2a99df6e410a8ff4245aa2006499ea662245f967cc7c0a38c83ef8eb44dbf"
271
+ dependencies = [
272
+ "quote",
273
+ "syn 2.0.119",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "csv"
278
+ version = "1.4.0"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
281
+ dependencies = [
282
+ "csv-core",
283
+ "itoa",
284
+ "ryu",
285
+ "serde_core",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "csv-core"
290
+ version = "0.1.13"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
293
+ dependencies = [
294
+ "memchr",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "derive_more"
299
+ version = "2.1.1"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
302
+ dependencies = [
303
+ "derive_more-impl",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "derive_more-impl"
308
+ version = "2.1.1"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
311
+ dependencies = [
312
+ "proc-macro2",
313
+ "quote",
314
+ "rustc_version",
315
+ "syn 2.0.119",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "digest"
320
+ version = "0.11.3"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
323
+ dependencies = [
324
+ "block-buffer",
325
+ "const-oid",
326
+ "crypto-common",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "dirs"
331
+ version = "6.0.0"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
334
+ dependencies = [
335
+ "dirs-sys",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "dirs-sys"
340
+ version = "0.5.0"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
343
+ dependencies = [
344
+ "libc",
345
+ "option-ext",
346
+ "redox_users",
347
+ "windows-sys",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "displaydoc"
352
+ version = "0.2.6"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
355
+ dependencies = [
356
+ "proc-macro2",
357
+ "quote",
358
+ "syn 2.0.119",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "dtoa"
363
+ version = "1.0.11"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
366
+
367
+ [[package]]
368
+ name = "dtoa-short"
369
+ version = "0.3.5"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
372
+ dependencies = [
373
+ "dtoa",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "ego-tree"
378
+ version = "0.11.0"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "b04dc5a38e4f151a79d9f2451ae6037fb6eaf5cba34771f44781f80e508498e3"
381
+
382
+ [[package]]
383
+ name = "either"
384
+ version = "1.16.0"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
387
+
388
+ [[package]]
389
+ name = "encoding_rs"
390
+ version = "0.8.35"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
393
+ dependencies = [
394
+ "cfg-if",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "equivalent"
399
+ version = "1.0.2"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
402
+
403
+ [[package]]
404
+ name = "fastrand"
405
+ version = "2.5.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
408
+
409
+ [[package]]
410
+ name = "find-msvc-tools"
411
+ version = "0.1.9"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
414
+
415
+ [[package]]
416
+ name = "foldhash"
417
+ version = "0.2.0"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
420
+
421
+ [[package]]
422
+ name = "form_urlencoded"
423
+ version = "1.2.2"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
426
+ dependencies = [
427
+ "percent-encoding",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "futures-core"
432
+ version = "0.3.33"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
435
+
436
+ [[package]]
437
+ name = "futures-task"
438
+ version = "0.3.33"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
441
+
442
+ [[package]]
443
+ name = "futures-util"
444
+ version = "0.3.33"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
447
+ dependencies = [
448
+ "futures-core",
449
+ "futures-task",
450
+ "pin-project-lite",
451
+ "slab",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "getopts"
456
+ version = "0.2.24"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
459
+ dependencies = [
460
+ "unicode-width 0.2.2",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "getrandom"
465
+ version = "0.2.17"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
468
+ dependencies = [
469
+ "cfg-if",
470
+ "libc",
471
+ "wasi",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "getrandom"
476
+ version = "0.4.3"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
479
+ dependencies = [
480
+ "cfg-if",
481
+ "js-sys",
482
+ "libc",
483
+ "r-efi",
484
+ "rand_core",
485
+ "wasm-bindgen",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "glob"
490
+ version = "0.3.4"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
493
+
494
+ [[package]]
495
+ name = "half"
496
+ version = "2.7.1"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
499
+ dependencies = [
500
+ "cfg-if",
501
+ "crunchy",
502
+ "zerocopy",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "hashbrown"
507
+ version = "0.16.1"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
510
+ dependencies = [
511
+ "foldhash",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "hashbrown"
516
+ version = "0.17.1"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
519
+
520
+ [[package]]
521
+ name = "hashlink"
522
+ version = "0.11.1"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
525
+ dependencies = [
526
+ "hashbrown 0.16.1",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "html-escape"
531
+ version = "0.2.14"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "46c1ff2d1cbf39efe5af0900ced8a069b5e61557a17544eb0c4a50239937389e"
534
+
535
+ [[package]]
536
+ name = "html5ever"
537
+ version = "0.39.0"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
540
+ dependencies = [
541
+ "log",
542
+ "markup5ever",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "hybrid-array"
547
+ version = "0.4.13"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
550
+ dependencies = [
551
+ "typenum",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "iana-time-zone"
556
+ version = "0.1.65"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
559
+ dependencies = [
560
+ "android_system_properties",
561
+ "core-foundation-sys",
562
+ "iana-time-zone-haiku",
563
+ "js-sys",
564
+ "log",
565
+ "wasm-bindgen",
566
+ "windows-core",
567
+ ]
568
+
569
+ [[package]]
570
+ name = "iana-time-zone-haiku"
571
+ version = "0.1.2"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
574
+ dependencies = [
575
+ "cc",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "icu_collections"
580
+ version = "2.2.0"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
583
+ dependencies = [
584
+ "displaydoc",
585
+ "potential_utf",
586
+ "utf8_iter",
587
+ "yoke",
588
+ "zerofrom",
589
+ "zerovec",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "icu_locale_core"
594
+ version = "2.2.0"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
597
+ dependencies = [
598
+ "displaydoc",
599
+ "litemap",
600
+ "tinystr",
601
+ "writeable",
602
+ "zerovec",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "icu_normalizer"
607
+ version = "2.2.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
610
+ dependencies = [
611
+ "icu_collections",
612
+ "icu_normalizer_data",
613
+ "icu_properties",
614
+ "icu_provider",
615
+ "smallvec",
616
+ "zerovec",
617
+ ]
618
+
619
+ [[package]]
620
+ name = "icu_normalizer_data"
621
+ version = "2.2.0"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
624
+
625
+ [[package]]
626
+ name = "icu_properties"
627
+ version = "2.2.0"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
630
+ dependencies = [
631
+ "icu_collections",
632
+ "icu_locale_core",
633
+ "icu_properties_data",
634
+ "icu_provider",
635
+ "zerotrie",
636
+ "zerovec",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "icu_properties_data"
641
+ version = "2.2.0"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
644
+
645
+ [[package]]
646
+ name = "icu_provider"
647
+ version = "2.2.0"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
650
+ dependencies = [
651
+ "displaydoc",
652
+ "icu_locale_core",
653
+ "writeable",
654
+ "yoke",
655
+ "zerofrom",
656
+ "zerotrie",
657
+ "zerovec",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "idna"
662
+ version = "1.1.0"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
665
+ dependencies = [
666
+ "idna_adapter",
667
+ "smallvec",
668
+ "utf8_iter",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "idna_adapter"
673
+ version = "1.2.2"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
676
+ dependencies = [
677
+ "icu_normalizer",
678
+ "icu_properties",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "indexmap"
683
+ version = "2.14.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
686
+ dependencies = [
687
+ "equivalent",
688
+ "hashbrown 0.17.1",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "itertools"
693
+ version = "0.13.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
696
+ dependencies = [
697
+ "either",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "itertools"
702
+ version = "0.15.0"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
705
+ dependencies = [
706
+ "either",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "itoa"
711
+ version = "1.0.18"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
714
+
715
+ [[package]]
716
+ name = "js-sys"
717
+ version = "0.3.103"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
720
+ dependencies = [
721
+ "cfg-if",
722
+ "futures-util",
723
+ "wasm-bindgen",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "lazy_static"
728
+ version = "1.5.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
731
+
732
+ [[package]]
733
+ name = "libc"
734
+ version = "0.2.189"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
737
+
738
+ [[package]]
739
+ name = "libloading"
740
+ version = "0.8.9"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
743
+ dependencies = [
744
+ "cfg-if",
745
+ "windows-link",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "libredox"
750
+ version = "0.1.18"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
753
+ dependencies = [
754
+ "libc",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "litemap"
759
+ version = "0.8.2"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
762
+
763
+ [[package]]
764
+ name = "lock_api"
765
+ version = "0.4.14"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
768
+ dependencies = [
769
+ "scopeguard",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "log"
774
+ version = "0.4.33"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
777
+
778
+ [[package]]
779
+ name = "magnus"
780
+ version = "0.8.2"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
783
+ dependencies = [
784
+ "magnus-macros",
785
+ "rb-sys",
786
+ "rb-sys-env",
787
+ "seq-macro",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "magnus-macros"
792
+ version = "0.8.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
795
+ dependencies = [
796
+ "proc-macro2",
797
+ "quote",
798
+ "syn 2.0.119",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "maplit"
803
+ version = "1.0.2"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
806
+
807
+ [[package]]
808
+ name = "markdown"
809
+ version = "1.0.0"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb"
812
+ dependencies = [
813
+ "unicode-id",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "markup5ever"
818
+ version = "0.39.0"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
821
+ dependencies = [
822
+ "log",
823
+ "tendril",
824
+ "web_atoms",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "md5"
829
+ version = "0.8.1"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "7ebb8d8732c6a6df3d8f032a82911cfc747e00efb95cc46e8d0acd5b5b88570c"
832
+
833
+ [[package]]
834
+ name = "memchr"
835
+ version = "2.8.3"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
838
+
839
+ [[package]]
840
+ name = "miette"
841
+ version = "7.6.0"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
844
+ dependencies = [
845
+ "cfg-if",
846
+ "miette-derive",
847
+ "unicode-width 0.1.14",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "miette-derive"
852
+ version = "7.6.0"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
855
+ dependencies = [
856
+ "proc-macro2",
857
+ "quote",
858
+ "syn 2.0.119",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "minimal-lexical"
863
+ version = "0.2.1"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
866
+
867
+ [[package]]
868
+ name = "mq-lang"
869
+ version = "0.7.0"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "da001c23ebcc111f636fedf9f156a49e7d56de4ba5147bfdea31063501817764"
872
+ dependencies = [
873
+ "ammonia",
874
+ "base64",
875
+ "chrono",
876
+ "ciborium",
877
+ "csv",
878
+ "dirs",
879
+ "getrandom 0.4.3",
880
+ "glob",
881
+ "html-escape",
882
+ "itertools 0.15.0",
883
+ "md5",
884
+ "miette",
885
+ "mq-macros",
886
+ "mq-markdown",
887
+ "nom 8.0.0",
888
+ "nom_locate",
889
+ "percent-encoding",
890
+ "quick-xml",
891
+ "rand",
892
+ "regex-lite",
893
+ "rustc-hash",
894
+ "scraper",
895
+ "serde",
896
+ "serde_json",
897
+ "sha2",
898
+ "similar",
899
+ "smallvec",
900
+ "smol_str",
901
+ "string-interner",
902
+ "strsim",
903
+ "thiserror",
904
+ "toml",
905
+ "toon-format",
906
+ "unicode-width 0.2.2",
907
+ "url",
908
+ "uuid",
909
+ "web-sys",
910
+ "web-time",
911
+ "yaml-rust2",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "mq-macros"
916
+ version = "0.7.0"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "14c3cce1c3b85e247aff09a2ee394dbdac76425a957ec8c9899bfa4fd55ff624"
919
+ dependencies = [
920
+ "proc-macro2",
921
+ "quote",
922
+ "syn 2.0.119",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "mq-markdown"
927
+ version = "0.7.0"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "d296714247c23a16b0890577c6e876fcdc1702964864b38c797aab20da009f57"
930
+ dependencies = [
931
+ "ego-tree",
932
+ "itertools 0.15.0",
933
+ "markdown",
934
+ "miette",
935
+ "rustc-hash",
936
+ "scraper",
937
+ "serde",
938
+ "serde_json",
939
+ "serde_yaml",
940
+ "smol_str",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "mq-ruby"
945
+ version = "0.1.30"
946
+ dependencies = [
947
+ "magnus",
948
+ "mq-lang",
949
+ "mq-markdown",
950
+ "rb-sys",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "new_debug_unreachable"
955
+ version = "1.0.6"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
958
+
959
+ [[package]]
960
+ name = "nom"
961
+ version = "7.1.3"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
964
+ dependencies = [
965
+ "memchr",
966
+ "minimal-lexical",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "nom"
971
+ version = "8.0.0"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
974
+ dependencies = [
975
+ "memchr",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "nom_locate"
980
+ version = "5.0.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "0b577e2d69827c4740cba2b52efaad1c4cc7c73042860b199710b3575c68438d"
983
+ dependencies = [
984
+ "bytecount",
985
+ "memchr",
986
+ "nom 8.0.0",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "num-traits"
991
+ version = "0.2.19"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
994
+ dependencies = [
995
+ "autocfg",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "once_cell"
1000
+ version = "1.21.4"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1003
+
1004
+ [[package]]
1005
+ name = "option-ext"
1006
+ version = "0.2.0"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1009
+
1010
+ [[package]]
1011
+ name = "parking_lot"
1012
+ version = "0.12.5"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1015
+ dependencies = [
1016
+ "lock_api",
1017
+ "parking_lot_core",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "parking_lot_core"
1022
+ version = "0.9.12"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1025
+ dependencies = [
1026
+ "cfg-if",
1027
+ "libc",
1028
+ "redox_syscall",
1029
+ "smallvec",
1030
+ "windows-link",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "percent-encoding"
1035
+ version = "2.3.2"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1038
+
1039
+ [[package]]
1040
+ name = "phf"
1041
+ version = "0.13.1"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1044
+ dependencies = [
1045
+ "phf_macros",
1046
+ "phf_shared",
1047
+ "serde",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "phf_codegen"
1052
+ version = "0.13.1"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
1055
+ dependencies = [
1056
+ "phf_generator",
1057
+ "phf_shared",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "phf_generator"
1062
+ version = "0.13.1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
1065
+ dependencies = [
1066
+ "fastrand",
1067
+ "phf_shared",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "phf_macros"
1072
+ version = "0.13.1"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
1075
+ dependencies = [
1076
+ "phf_generator",
1077
+ "phf_shared",
1078
+ "proc-macro2",
1079
+ "quote",
1080
+ "syn 2.0.119",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "phf_shared"
1085
+ version = "0.13.1"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1088
+ dependencies = [
1089
+ "siphasher",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "pin-project-lite"
1094
+ version = "0.2.17"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1097
+
1098
+ [[package]]
1099
+ name = "potential_utf"
1100
+ version = "0.1.5"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1103
+ dependencies = [
1104
+ "zerovec",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "precomputed-hash"
1109
+ version = "0.1.1"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1112
+
1113
+ [[package]]
1114
+ name = "proc-macro2"
1115
+ version = "1.0.107"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1118
+ dependencies = [
1119
+ "unicode-ident",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "quick-xml"
1124
+ version = "0.41.0"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
1127
+ dependencies = [
1128
+ "memchr",
1129
+ ]
1130
+
1131
+ [[package]]
1132
+ name = "quote"
1133
+ version = "1.0.47"
1134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1136
+ dependencies = [
1137
+ "proc-macro2",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "r-efi"
1142
+ version = "6.0.0"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1145
+
1146
+ [[package]]
1147
+ name = "rand"
1148
+ version = "0.10.2"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1151
+ dependencies = [
1152
+ "chacha20",
1153
+ "getrandom 0.4.3",
1154
+ "rand_core",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "rand_core"
1159
+ version = "0.10.1"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1162
+
1163
+ [[package]]
1164
+ name = "rb-sys"
1165
+ version = "0.9.117"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
1168
+ dependencies = [
1169
+ "rb-sys-build",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "rb-sys-build"
1174
+ version = "0.9.128"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
1177
+ dependencies = [
1178
+ "bindgen",
1179
+ "lazy_static",
1180
+ "proc-macro2",
1181
+ "quote",
1182
+ "regex",
1183
+ "shell-words",
1184
+ "syn 2.0.119",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "rb-sys-env"
1189
+ version = "0.2.3"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1192
+
1193
+ [[package]]
1194
+ name = "redox_syscall"
1195
+ version = "0.5.18"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1198
+ dependencies = [
1199
+ "bitflags",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "redox_users"
1204
+ version = "0.5.2"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1207
+ dependencies = [
1208
+ "getrandom 0.2.17",
1209
+ "libredox",
1210
+ "thiserror",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "regex"
1215
+ version = "1.13.1"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
1218
+ dependencies = [
1219
+ "aho-corasick",
1220
+ "memchr",
1221
+ "regex-automata",
1222
+ "regex-syntax",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "regex-automata"
1227
+ version = "0.4.16"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
1230
+ dependencies = [
1231
+ "aho-corasick",
1232
+ "memchr",
1233
+ "regex-syntax",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "regex-lite"
1238
+ version = "0.1.9"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
1241
+
1242
+ [[package]]
1243
+ name = "regex-syntax"
1244
+ version = "0.8.11"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1247
+
1248
+ [[package]]
1249
+ name = "rustc-hash"
1250
+ version = "2.1.3"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1253
+
1254
+ [[package]]
1255
+ name = "rustc_version"
1256
+ version = "0.4.1"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1259
+ dependencies = [
1260
+ "semver",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "rustversion"
1265
+ version = "1.0.23"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1268
+
1269
+ [[package]]
1270
+ name = "ryu"
1271
+ version = "1.0.23"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1274
+
1275
+ [[package]]
1276
+ name = "scopeguard"
1277
+ version = "1.2.0"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1280
+
1281
+ [[package]]
1282
+ name = "scraper"
1283
+ version = "0.27.0"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "bdd0be4d296f048bfb06dd01bbc80ef789ddd2e55583e8d2e6b804942abfabc2"
1286
+ dependencies = [
1287
+ "cssparser",
1288
+ "ego-tree",
1289
+ "getopts",
1290
+ "html5ever",
1291
+ "precomputed-hash",
1292
+ "selectors",
1293
+ "tendril",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "selectors"
1298
+ version = "0.38.0"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "8adfa1c298912827b8a28b223b3b874357397ae706e6190acd9bf28cee99114d"
1301
+ dependencies = [
1302
+ "bitflags",
1303
+ "cssparser",
1304
+ "derive_more",
1305
+ "log",
1306
+ "new_debug_unreachable",
1307
+ "phf",
1308
+ "phf_codegen",
1309
+ "precomputed-hash",
1310
+ "rustc-hash",
1311
+ "servo_arc",
1312
+ "smallvec",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "semver"
1317
+ version = "1.0.28"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1320
+
1321
+ [[package]]
1322
+ name = "seq-macro"
1323
+ version = "0.3.6"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1326
+
1327
+ [[package]]
1328
+ name = "serde"
1329
+ version = "1.0.229"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1332
+ dependencies = [
1333
+ "serde_core",
1334
+ "serde_derive",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "serde_core"
1339
+ version = "1.0.229"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1342
+ dependencies = [
1343
+ "serde_derive",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "serde_derive"
1348
+ version = "1.0.229"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1351
+ dependencies = [
1352
+ "proc-macro2",
1353
+ "quote",
1354
+ "syn 3.0.3",
1355
+ ]
1356
+
1357
+ [[package]]
1358
+ name = "serde_json"
1359
+ version = "1.0.151"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1362
+ dependencies = [
1363
+ "indexmap",
1364
+ "itoa",
1365
+ "memchr",
1366
+ "serde",
1367
+ "serde_core",
1368
+ "zmij",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "serde_spanned"
1373
+ version = "1.1.1"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1376
+ dependencies = [
1377
+ "serde_core",
1378
+ ]
1379
+
1380
+ [[package]]
1381
+ name = "serde_yaml"
1382
+ version = "0.9.34+deprecated"
1383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1385
+ dependencies = [
1386
+ "indexmap",
1387
+ "itoa",
1388
+ "ryu",
1389
+ "serde",
1390
+ "unsafe-libyaml",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "servo_arc"
1395
+ version = "0.4.3"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
1398
+ dependencies = [
1399
+ "stable_deref_trait",
1400
+ ]
1401
+
1402
+ [[package]]
1403
+ name = "sha2"
1404
+ version = "0.11.0"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1407
+ dependencies = [
1408
+ "cfg-if",
1409
+ "cpufeatures",
1410
+ "digest",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "shell-words"
1415
+ version = "1.1.1"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1418
+
1419
+ [[package]]
1420
+ name = "shlex"
1421
+ version = "1.3.0"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1424
+
1425
+ [[package]]
1426
+ name = "shlex"
1427
+ version = "2.0.1"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1430
+
1431
+ [[package]]
1432
+ name = "similar"
1433
+ version = "3.1.1"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16"
1436
+ dependencies = [
1437
+ "bstr",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "siphasher"
1442
+ version = "1.0.3"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1445
+
1446
+ [[package]]
1447
+ name = "slab"
1448
+ version = "0.4.12"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1451
+
1452
+ [[package]]
1453
+ name = "smallvec"
1454
+ version = "1.15.2"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1457
+
1458
+ [[package]]
1459
+ name = "smol_str"
1460
+ version = "0.3.6"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
1463
+ dependencies = [
1464
+ "borsh",
1465
+ "serde_core",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "stable_deref_trait"
1470
+ version = "1.2.1"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1473
+
1474
+ [[package]]
1475
+ name = "string-interner"
1476
+ version = "0.20.0"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "ad3df9b59e2eded8d825c7c4363ad339a20fb6bc0b9a4778560f518f59910b15"
1479
+ dependencies = [
1480
+ "hashbrown 0.16.1",
1481
+ "serde",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "string_cache"
1486
+ version = "0.9.0"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
1489
+ dependencies = [
1490
+ "new_debug_unreachable",
1491
+ "parking_lot",
1492
+ "phf_shared",
1493
+ "precomputed-hash",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "string_cache_codegen"
1498
+ version = "0.6.1"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
1501
+ dependencies = [
1502
+ "phf_generator",
1503
+ "phf_shared",
1504
+ "proc-macro2",
1505
+ "quote",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "strsim"
1510
+ version = "0.11.1"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1513
+
1514
+ [[package]]
1515
+ name = "syn"
1516
+ version = "2.0.119"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1519
+ dependencies = [
1520
+ "proc-macro2",
1521
+ "quote",
1522
+ "unicode-ident",
1523
+ ]
1524
+
1525
+ [[package]]
1526
+ name = "syn"
1527
+ version = "3.0.3"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1530
+ dependencies = [
1531
+ "proc-macro2",
1532
+ "quote",
1533
+ "unicode-ident",
1534
+ ]
1535
+
1536
+ [[package]]
1537
+ name = "synstructure"
1538
+ version = "0.13.2"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1541
+ dependencies = [
1542
+ "proc-macro2",
1543
+ "quote",
1544
+ "syn 2.0.119",
1545
+ ]
1546
+
1547
+ [[package]]
1548
+ name = "tendril"
1549
+ version = "0.5.1"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
1552
+ dependencies = [
1553
+ "new_debug_unreachable",
1554
+ ]
1555
+
1556
+ [[package]]
1557
+ name = "thiserror"
1558
+ version = "2.0.19"
1559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1560
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
1561
+ dependencies = [
1562
+ "thiserror-impl",
1563
+ ]
1564
+
1565
+ [[package]]
1566
+ name = "thiserror-impl"
1567
+ version = "2.0.19"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
1570
+ dependencies = [
1571
+ "proc-macro2",
1572
+ "quote",
1573
+ "syn 3.0.3",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "tinystr"
1578
+ version = "0.8.3"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1581
+ dependencies = [
1582
+ "displaydoc",
1583
+ "zerovec",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "toml"
1588
+ version = "1.1.3+spec-1.1.0"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
1591
+ dependencies = [
1592
+ "indexmap",
1593
+ "serde_core",
1594
+ "serde_spanned",
1595
+ "toml_datetime",
1596
+ "toml_parser",
1597
+ "toml_writer",
1598
+ "winnow",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "toml_datetime"
1603
+ version = "1.1.1+spec-1.1.0"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1606
+ dependencies = [
1607
+ "serde_core",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "toml_parser"
1612
+ version = "1.1.2+spec-1.1.0"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1615
+ dependencies = [
1616
+ "winnow",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "toml_writer"
1621
+ version = "1.1.2+spec-1.1.0"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
1624
+
1625
+ [[package]]
1626
+ name = "toon-format"
1627
+ version = "0.5.0"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e"
1630
+ dependencies = [
1631
+ "indexmap",
1632
+ "serde",
1633
+ "serde_json",
1634
+ "thiserror",
1635
+ ]
1636
+
1637
+ [[package]]
1638
+ name = "typenum"
1639
+ version = "1.20.1"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1642
+
1643
+ [[package]]
1644
+ name = "unicode-id"
1645
+ version = "0.3.6"
1646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1647
+ checksum = "70ba288e709927c043cbe476718d37be306be53fb1fafecd0dbe36d072be2580"
1648
+
1649
+ [[package]]
1650
+ name = "unicode-ident"
1651
+ version = "1.0.24"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1654
+
1655
+ [[package]]
1656
+ name = "unicode-width"
1657
+ version = "0.1.14"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1660
+
1661
+ [[package]]
1662
+ name = "unicode-width"
1663
+ version = "0.2.2"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1666
+
1667
+ [[package]]
1668
+ name = "unsafe-libyaml"
1669
+ version = "0.2.11"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1672
+
1673
+ [[package]]
1674
+ name = "url"
1675
+ version = "2.5.8"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1678
+ dependencies = [
1679
+ "form_urlencoded",
1680
+ "idna",
1681
+ "percent-encoding",
1682
+ "serde",
1683
+ ]
1684
+
1685
+ [[package]]
1686
+ name = "utf8_iter"
1687
+ version = "1.0.4"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1690
+
1691
+ [[package]]
1692
+ name = "uuid"
1693
+ version = "1.24.0"
1694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1695
+ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
1696
+ dependencies = [
1697
+ "getrandom 0.4.3",
1698
+ "js-sys",
1699
+ "wasm-bindgen",
1700
+ ]
1701
+
1702
+ [[package]]
1703
+ name = "wasi"
1704
+ version = "0.11.1+wasi-snapshot-preview1"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1707
+
1708
+ [[package]]
1709
+ name = "wasm-bindgen"
1710
+ version = "0.2.126"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1713
+ dependencies = [
1714
+ "cfg-if",
1715
+ "once_cell",
1716
+ "rustversion",
1717
+ "wasm-bindgen-macro",
1718
+ "wasm-bindgen-shared",
1719
+ ]
1720
+
1721
+ [[package]]
1722
+ name = "wasm-bindgen-macro"
1723
+ version = "0.2.126"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1726
+ dependencies = [
1727
+ "quote",
1728
+ "wasm-bindgen-macro-support",
1729
+ ]
1730
+
1731
+ [[package]]
1732
+ name = "wasm-bindgen-macro-support"
1733
+ version = "0.2.126"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1736
+ dependencies = [
1737
+ "bumpalo",
1738
+ "proc-macro2",
1739
+ "quote",
1740
+ "syn 2.0.119",
1741
+ "wasm-bindgen-shared",
1742
+ ]
1743
+
1744
+ [[package]]
1745
+ name = "wasm-bindgen-shared"
1746
+ version = "0.2.126"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1749
+ dependencies = [
1750
+ "unicode-ident",
1751
+ ]
1752
+
1753
+ [[package]]
1754
+ name = "web-sys"
1755
+ version = "0.3.103"
1756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
1758
+ dependencies = [
1759
+ "js-sys",
1760
+ "wasm-bindgen",
1761
+ ]
1762
+
1763
+ [[package]]
1764
+ name = "web-time"
1765
+ version = "1.1.0"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1768
+ dependencies = [
1769
+ "js-sys",
1770
+ "wasm-bindgen",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "web_atoms"
1775
+ version = "0.2.5"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
1778
+ dependencies = [
1779
+ "phf",
1780
+ "phf_codegen",
1781
+ "string_cache",
1782
+ "string_cache_codegen",
1783
+ ]
1784
+
1785
+ [[package]]
1786
+ name = "windows-core"
1787
+ version = "0.62.2"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1790
+ dependencies = [
1791
+ "windows-implement",
1792
+ "windows-interface",
1793
+ "windows-link",
1794
+ "windows-result",
1795
+ "windows-strings",
1796
+ ]
1797
+
1798
+ [[package]]
1799
+ name = "windows-implement"
1800
+ version = "0.60.2"
1801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1803
+ dependencies = [
1804
+ "proc-macro2",
1805
+ "quote",
1806
+ "syn 2.0.119",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "windows-interface"
1811
+ version = "0.59.3"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1814
+ dependencies = [
1815
+ "proc-macro2",
1816
+ "quote",
1817
+ "syn 2.0.119",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "windows-link"
1822
+ version = "0.2.1"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1825
+
1826
+ [[package]]
1827
+ name = "windows-result"
1828
+ version = "0.4.1"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1831
+ dependencies = [
1832
+ "windows-link",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "windows-strings"
1837
+ version = "0.5.1"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1840
+ dependencies = [
1841
+ "windows-link",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "windows-sys"
1846
+ version = "0.61.2"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1849
+ dependencies = [
1850
+ "windows-link",
1851
+ ]
1852
+
1853
+ [[package]]
1854
+ name = "winnow"
1855
+ version = "1.0.4"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
1858
+
1859
+ [[package]]
1860
+ name = "writeable"
1861
+ version = "0.6.3"
1862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1864
+
1865
+ [[package]]
1866
+ name = "yaml-rust2"
1867
+ version = "0.11.0"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e"
1870
+ dependencies = [
1871
+ "arraydeque",
1872
+ "encoding_rs",
1873
+ "hashlink",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "yoke"
1878
+ version = "0.8.3"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1881
+ dependencies = [
1882
+ "stable_deref_trait",
1883
+ "yoke-derive",
1884
+ "zerofrom",
1885
+ ]
1886
+
1887
+ [[package]]
1888
+ name = "yoke-derive"
1889
+ version = "0.8.2"
1890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1892
+ dependencies = [
1893
+ "proc-macro2",
1894
+ "quote",
1895
+ "syn 2.0.119",
1896
+ "synstructure",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "zerocopy"
1901
+ version = "0.8.55"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
1904
+ dependencies = [
1905
+ "zerocopy-derive",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "zerocopy-derive"
1910
+ version = "0.8.55"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
1913
+ dependencies = [
1914
+ "proc-macro2",
1915
+ "quote",
1916
+ "syn 2.0.119",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "zerofrom"
1921
+ version = "0.1.8"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1924
+ dependencies = [
1925
+ "zerofrom-derive",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "zerofrom-derive"
1930
+ version = "0.1.7"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1933
+ dependencies = [
1934
+ "proc-macro2",
1935
+ "quote",
1936
+ "syn 2.0.119",
1937
+ "synstructure",
1938
+ ]
1939
+
1940
+ [[package]]
1941
+ name = "zerotrie"
1942
+ version = "0.2.4"
1943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1944
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1945
+ dependencies = [
1946
+ "displaydoc",
1947
+ "yoke",
1948
+ "zerofrom",
1949
+ ]
1950
+
1951
+ [[package]]
1952
+ name = "zerovec"
1953
+ version = "0.11.6"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1956
+ dependencies = [
1957
+ "yoke",
1958
+ "zerofrom",
1959
+ "zerovec-derive",
1960
+ ]
1961
+
1962
+ [[package]]
1963
+ name = "zerovec-derive"
1964
+ version = "0.11.3"
1965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1966
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1967
+ dependencies = [
1968
+ "proc-macro2",
1969
+ "quote",
1970
+ "syn 2.0.119",
1971
+ ]
1972
+
1973
+ [[package]]
1974
+ name = "zmij"
1975
+ version = "1.0.23"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"