mq-ruby 0.1.24 → 0.1.25

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