prql-rb 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1181 @@
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.5"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "android_system_properties"
22
+ version = "0.1.6"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
25
+ dependencies = [
26
+ "libc",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstream"
31
+ version = "1.0.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
34
+ dependencies = [
35
+ "anstyle",
36
+ "anstyle-parse",
37
+ "anstyle-query",
38
+ "anstyle-wincon",
39
+ "colorchoice",
40
+ "is_terminal_polyfill",
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle"
46
+ version = "1.0.14"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
49
+
50
+ [[package]]
51
+ name = "anstyle-parse"
52
+ version = "1.0.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
55
+ dependencies = [
56
+ "utf8parse",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-query"
61
+ version = "1.1.5"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64
+ dependencies = [
65
+ "windows-sys",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "anstyle-wincon"
70
+ version = "3.0.11"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73
+ dependencies = [
74
+ "anstyle",
75
+ "once_cell_polyfill",
76
+ "windows-sys",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "anyhow"
81
+ version = "1.0.104"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
84
+
85
+ [[package]]
86
+ name = "ariadne"
87
+ version = "0.5.1"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "36f5e3dca4e09a6f340a61a0e9c7b61e030c69fc27bf29d73218f7e5e3b7638f"
90
+ dependencies = [
91
+ "unicode-width",
92
+ "yansi",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "autocfg"
97
+ version = "1.5.1"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
100
+
101
+ [[package]]
102
+ name = "bindgen"
103
+ version = "0.72.1"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
106
+ dependencies = [
107
+ "bitflags",
108
+ "cexpr",
109
+ "clang-sys",
110
+ "itertools 0.13.0",
111
+ "proc-macro2",
112
+ "quote",
113
+ "regex",
114
+ "rustc-hash",
115
+ "shlex 1.3.0",
116
+ "syn 2.0.119",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "bitflags"
121
+ version = "2.13.1"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
124
+
125
+ [[package]]
126
+ name = "bumpalo"
127
+ version = "3.20.3"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
130
+
131
+ [[package]]
132
+ name = "cc"
133
+ version = "1.4.4"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
136
+ dependencies = [
137
+ "find-msvc-tools",
138
+ "shlex 2.0.1",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "cexpr"
143
+ version = "0.6.0"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
146
+ dependencies = [
147
+ "nom",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "cfg-if"
152
+ version = "1.0.4"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
155
+
156
+ [[package]]
157
+ name = "chrono"
158
+ version = "0.4.45"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
161
+ dependencies = [
162
+ "iana-time-zone",
163
+ "js-sys",
164
+ "num-traits",
165
+ "wasm-bindgen",
166
+ "windows-link",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "chumsky"
171
+ version = "0.13.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "e0d2bfadce76f963d776feff99db6dc33783829539258314776383b33e2a00f8"
174
+ dependencies = [
175
+ "hashbrown",
176
+ "regex-automata",
177
+ "serde",
178
+ "unicode-ident",
179
+ "unicode-segmentation",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "clang-sys"
184
+ version = "1.9.1"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
187
+ dependencies = [
188
+ "glob",
189
+ "libc",
190
+ "libloading",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "colorchoice"
195
+ version = "1.0.5"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
198
+
199
+ [[package]]
200
+ name = "core-foundation-sys"
201
+ version = "0.8.7"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
204
+
205
+ [[package]]
206
+ name = "csv"
207
+ version = "1.4.0"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
210
+ dependencies = [
211
+ "csv-core",
212
+ "itoa",
213
+ "ryu",
214
+ "serde_core",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "csv-core"
219
+ version = "0.1.13"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
222
+ dependencies = [
223
+ "memchr",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "darling"
228
+ version = "0.20.11"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
231
+ dependencies = [
232
+ "darling_core",
233
+ "darling_macro",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "darling_core"
238
+ version = "0.20.11"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
241
+ dependencies = [
242
+ "fnv",
243
+ "ident_case",
244
+ "proc-macro2",
245
+ "quote",
246
+ "strsim",
247
+ "syn 2.0.119",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "darling_macro"
252
+ version = "0.20.11"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
255
+ dependencies = [
256
+ "darling_core",
257
+ "quote",
258
+ "syn 2.0.119",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "deranged"
263
+ version = "0.5.8"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
266
+
267
+ [[package]]
268
+ name = "derive_builder"
269
+ version = "0.20.2"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
272
+ dependencies = [
273
+ "derive_builder_macro",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "derive_builder_core"
278
+ version = "0.20.2"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
281
+ dependencies = [
282
+ "darling",
283
+ "proc-macro2",
284
+ "quote",
285
+ "syn 2.0.119",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "derive_builder_macro"
290
+ version = "0.20.2"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
293
+ dependencies = [
294
+ "derive_builder_core",
295
+ "syn 2.0.119",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "dyn-clone"
300
+ version = "1.0.20"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
303
+
304
+ [[package]]
305
+ name = "either"
306
+ version = "1.18.0"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
309
+
310
+ [[package]]
311
+ name = "enum-as-inner"
312
+ version = "0.7.0"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "0359ee92f81184d7985519e474bda2a5738476334edd3746c9b1265c067afe70"
315
+ dependencies = [
316
+ "heck",
317
+ "proc-macro2",
318
+ "quote",
319
+ "syn 2.0.119",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "equivalent"
324
+ version = "1.0.2"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
327
+
328
+ [[package]]
329
+ name = "find-msvc-tools"
330
+ version = "0.1.11"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
333
+
334
+ [[package]]
335
+ name = "fnv"
336
+ version = "1.0.7"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
339
+
340
+ [[package]]
341
+ name = "foldhash"
342
+ version = "0.1.5"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
345
+
346
+ [[package]]
347
+ name = "futures-core"
348
+ version = "0.3.34"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
351
+
352
+ [[package]]
353
+ name = "futures-task"
354
+ version = "0.3.34"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
357
+
358
+ [[package]]
359
+ name = "futures-util"
360
+ version = "0.3.34"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
363
+ dependencies = [
364
+ "futures-core",
365
+ "futures-task",
366
+ "pin-project-lite",
367
+ "slab",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "glob"
372
+ version = "0.3.4"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
375
+
376
+ [[package]]
377
+ name = "hashbrown"
378
+ version = "0.15.5"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
381
+ dependencies = [
382
+ "allocator-api2",
383
+ "equivalent",
384
+ "foldhash",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "heck"
389
+ version = "0.5.0"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
392
+
393
+ [[package]]
394
+ name = "iana-time-zone"
395
+ version = "0.1.65"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
398
+ dependencies = [
399
+ "android_system_properties",
400
+ "core-foundation-sys",
401
+ "iana-time-zone-haiku",
402
+ "js-sys",
403
+ "log",
404
+ "wasm-bindgen",
405
+ "windows-core",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "iana-time-zone-haiku"
410
+ version = "0.1.2"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
413
+ dependencies = [
414
+ "cc",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "ident_case"
419
+ version = "1.0.1"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
422
+
423
+ [[package]]
424
+ name = "is_terminal_polyfill"
425
+ version = "1.70.2"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
428
+
429
+ [[package]]
430
+ name = "itertools"
431
+ version = "0.13.0"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
434
+ dependencies = [
435
+ "either",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "itertools"
440
+ version = "0.15.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
443
+ dependencies = [
444
+ "either",
445
+ ]
446
+
447
+ [[package]]
448
+ name = "itoa"
449
+ version = "1.0.18"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
452
+
453
+ [[package]]
454
+ name = "js-sys"
455
+ version = "0.3.104"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
458
+ dependencies = [
459
+ "cfg-if",
460
+ "futures-util",
461
+ "wasm-bindgen",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "lazy_static"
466
+ version = "1.5.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
469
+
470
+ [[package]]
471
+ name = "libc"
472
+ version = "0.2.189"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
475
+
476
+ [[package]]
477
+ name = "libloading"
478
+ version = "0.8.9"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
481
+ dependencies = [
482
+ "cfg-if",
483
+ "windows-link",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "log"
488
+ version = "0.4.34"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
491
+
492
+ [[package]]
493
+ name = "magnus"
494
+ version = "0.8.2"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
497
+ dependencies = [
498
+ "magnus-macros",
499
+ "rb-sys",
500
+ "rb-sys-env",
501
+ "seq-macro",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "magnus-macros"
506
+ version = "0.8.0"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
509
+ dependencies = [
510
+ "proc-macro2",
511
+ "quote",
512
+ "syn 2.0.119",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "memchr"
517
+ version = "2.8.3"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
520
+
521
+ [[package]]
522
+ name = "minimal-lexical"
523
+ version = "0.2.1"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
526
+
527
+ [[package]]
528
+ name = "nom"
529
+ version = "7.1.3"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
532
+ dependencies = [
533
+ "memchr",
534
+ "minimal-lexical",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "num-conv"
539
+ version = "0.2.2"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
542
+
543
+ [[package]]
544
+ name = "num-traits"
545
+ version = "0.2.19"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
548
+ dependencies = [
549
+ "autocfg",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "num_threads"
554
+ version = "0.1.7"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
557
+ dependencies = [
558
+ "libc",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "once_cell"
563
+ version = "1.21.4"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
566
+
567
+ [[package]]
568
+ name = "once_cell_polyfill"
569
+ version = "1.70.2"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
572
+
573
+ [[package]]
574
+ name = "pin-project-lite"
575
+ version = "0.2.17"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
578
+
579
+ [[package]]
580
+ name = "powerfmt"
581
+ version = "0.2.0"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
584
+
585
+ [[package]]
586
+ name = "proc-macro2"
587
+ version = "1.0.107"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
590
+ dependencies = [
591
+ "unicode-ident",
592
+ ]
593
+
594
+ [[package]]
595
+ name = "prql_rb"
596
+ version = "0.1.0"
597
+ dependencies = [
598
+ "magnus",
599
+ "prqlc",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "prqlc"
604
+ version = "0.13.14"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "43a839cca77a001d05147bc1d39e60f33df9c2b50716d54b194dcdd8ad508f5a"
607
+ dependencies = [
608
+ "anstream",
609
+ "ariadne",
610
+ "chrono",
611
+ "csv",
612
+ "enum-as-inner",
613
+ "itertools 0.15.0",
614
+ "log",
615
+ "prqlc-parser",
616
+ "regex",
617
+ "schemars",
618
+ "semver",
619
+ "serde",
620
+ "serde_json",
621
+ "sqlformat",
622
+ "sqlparser",
623
+ "strum",
624
+ "strum_macros",
625
+ "vergen-gitcl",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "prqlc-parser"
630
+ version = "0.13.14"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "464024b555e5c1dc48eca2d600e583dbeb5ff7a960b22f4346997a1b5aca3165"
633
+ dependencies = [
634
+ "chumsky",
635
+ "enum-as-inner",
636
+ "itertools 0.15.0",
637
+ "log",
638
+ "schemars",
639
+ "semver",
640
+ "serde",
641
+ "strum",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "quote"
646
+ version = "1.0.47"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
649
+ dependencies = [
650
+ "proc-macro2",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "rb-sys"
655
+ version = "0.9.130"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "02faf625bb10ba893e3ae620f19c9fb1b5f8fcae0fe4eb86bb3f2230fad75edb"
658
+ dependencies = [
659
+ "rb-sys-build",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "rb-sys-build"
664
+ version = "0.9.130"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "05be6f9c86fe5482808162826f6c047d093b3670582296c770de1d94f8066694"
667
+ dependencies = [
668
+ "bindgen",
669
+ "lazy_static",
670
+ "proc-macro2",
671
+ "quote",
672
+ "regex",
673
+ "shell-words",
674
+ "syn 2.0.119",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "rb-sys-env"
679
+ version = "0.2.3"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
682
+
683
+ [[package]]
684
+ name = "ref-cast"
685
+ version = "1.0.27"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3"
688
+ dependencies = [
689
+ "ref-cast-impl",
690
+ ]
691
+
692
+ [[package]]
693
+ name = "ref-cast-impl"
694
+ version = "1.0.27"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a"
697
+ dependencies = [
698
+ "proc-macro2",
699
+ "quote",
700
+ "syn 3.0.4",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "regex"
705
+ version = "1.13.1"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
708
+ dependencies = [
709
+ "aho-corasick",
710
+ "memchr",
711
+ "regex-automata",
712
+ "regex-syntax",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "regex-automata"
717
+ version = "0.4.18"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
720
+ dependencies = [
721
+ "aho-corasick",
722
+ "memchr",
723
+ "regex-syntax",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "regex-syntax"
728
+ version = "0.8.11"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
731
+
732
+ [[package]]
733
+ name = "rustc-hash"
734
+ version = "2.1.3"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
737
+
738
+ [[package]]
739
+ name = "rustversion"
740
+ version = "1.0.23"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
743
+
744
+ [[package]]
745
+ name = "ryu"
746
+ version = "1.0.23"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
749
+
750
+ [[package]]
751
+ name = "schemars"
752
+ version = "1.2.2"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
755
+ dependencies = [
756
+ "dyn-clone",
757
+ "ref-cast",
758
+ "schemars_derive",
759
+ "serde",
760
+ "serde_json",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "schemars_derive"
765
+ version = "1.2.2"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba"
768
+ dependencies = [
769
+ "proc-macro2",
770
+ "quote",
771
+ "serde_derive_internals",
772
+ "syn 3.0.4",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "semver"
777
+ version = "1.0.28"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
780
+ dependencies = [
781
+ "serde",
782
+ "serde_core",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "seq-macro"
787
+ version = "0.3.6"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
790
+
791
+ [[package]]
792
+ name = "serde"
793
+ version = "1.0.229"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
796
+ dependencies = [
797
+ "serde_core",
798
+ "serde_derive",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "serde_core"
803
+ version = "1.0.229"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
806
+ dependencies = [
807
+ "serde_derive",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "serde_derive"
812
+ version = "1.0.229"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
815
+ dependencies = [
816
+ "proc-macro2",
817
+ "quote",
818
+ "syn 3.0.4",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "serde_derive_internals"
823
+ version = "0.30.0"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd"
826
+ dependencies = [
827
+ "proc-macro2",
828
+ "quote",
829
+ "syn 3.0.4",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "serde_json"
834
+ version = "1.0.151"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
837
+ dependencies = [
838
+ "itoa",
839
+ "memchr",
840
+ "serde",
841
+ "serde_core",
842
+ "zmij",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "shell-words"
847
+ version = "1.1.1"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
850
+
851
+ [[package]]
852
+ name = "shlex"
853
+ version = "1.3.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
856
+
857
+ [[package]]
858
+ name = "shlex"
859
+ version = "2.0.1"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
862
+
863
+ [[package]]
864
+ name = "slab"
865
+ version = "0.4.12"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
868
+
869
+ [[package]]
870
+ name = "sqlformat"
871
+ version = "0.3.5"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "a0d7b3e8a3b6f2ee93ac391a0f757c13790caa0147892e3545cd549dd5b54bc0"
874
+ dependencies = [
875
+ "unicode_categories",
876
+ "winnow",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "sqlparser"
881
+ version = "0.62.0"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "13c6d1b651dc4edf07eead2a0c6c78016ce971bc2c10da5266861b13f25e7cec"
884
+ dependencies = [
885
+ "log",
886
+ "serde",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "strsim"
891
+ version = "0.11.1"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
894
+
895
+ [[package]]
896
+ name = "strum"
897
+ version = "0.28.0"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
900
+ dependencies = [
901
+ "strum_macros",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "strum_macros"
906
+ version = "0.28.0"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
909
+ dependencies = [
910
+ "heck",
911
+ "proc-macro2",
912
+ "quote",
913
+ "syn 2.0.119",
914
+ ]
915
+
916
+ [[package]]
917
+ name = "syn"
918
+ version = "2.0.119"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
921
+ dependencies = [
922
+ "proc-macro2",
923
+ "quote",
924
+ "unicode-ident",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "syn"
929
+ version = "3.0.4"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
932
+ dependencies = [
933
+ "proc-macro2",
934
+ "quote",
935
+ "unicode-ident",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "time"
940
+ version = "0.3.55"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
943
+ dependencies = [
944
+ "deranged",
945
+ "libc",
946
+ "num-conv",
947
+ "num_threads",
948
+ "powerfmt",
949
+ "serde_core",
950
+ "time-core",
951
+ "time-macros",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "time-core"
956
+ version = "0.1.9"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
959
+
960
+ [[package]]
961
+ name = "time-macros"
962
+ version = "0.2.32"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
965
+ dependencies = [
966
+ "num-conv",
967
+ "time-core",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "unicode-ident"
972
+ version = "1.0.24"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
975
+
976
+ [[package]]
977
+ name = "unicode-segmentation"
978
+ version = "1.13.3"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
981
+
982
+ [[package]]
983
+ name = "unicode-width"
984
+ version = "0.1.14"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
987
+
988
+ [[package]]
989
+ name = "unicode_categories"
990
+ version = "0.1.1"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
993
+
994
+ [[package]]
995
+ name = "utf8parse"
996
+ version = "0.2.2"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
999
+
1000
+ [[package]]
1001
+ name = "vergen"
1002
+ version = "9.1.0"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
1005
+ dependencies = [
1006
+ "anyhow",
1007
+ "derive_builder",
1008
+ "rustversion",
1009
+ "time",
1010
+ "vergen-lib 9.1.0",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "vergen-gitcl"
1015
+ version = "1.0.8"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
1018
+ dependencies = [
1019
+ "anyhow",
1020
+ "derive_builder",
1021
+ "rustversion",
1022
+ "time",
1023
+ "vergen",
1024
+ "vergen-lib 0.1.6",
1025
+ ]
1026
+
1027
+ [[package]]
1028
+ name = "vergen-lib"
1029
+ version = "0.1.6"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
1032
+ dependencies = [
1033
+ "anyhow",
1034
+ "derive_builder",
1035
+ "rustversion",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "vergen-lib"
1040
+ version = "9.1.0"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
1043
+ dependencies = [
1044
+ "anyhow",
1045
+ "derive_builder",
1046
+ "rustversion",
1047
+ ]
1048
+
1049
+ [[package]]
1050
+ name = "wasm-bindgen"
1051
+ version = "0.2.127"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
1054
+ dependencies = [
1055
+ "cfg-if",
1056
+ "once_cell",
1057
+ "rustversion",
1058
+ "wasm-bindgen-macro",
1059
+ "wasm-bindgen-shared",
1060
+ ]
1061
+
1062
+ [[package]]
1063
+ name = "wasm-bindgen-macro"
1064
+ version = "0.2.127"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
1067
+ dependencies = [
1068
+ "quote",
1069
+ "wasm-bindgen-macro-support",
1070
+ ]
1071
+
1072
+ [[package]]
1073
+ name = "wasm-bindgen-macro-support"
1074
+ version = "0.2.127"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
1077
+ dependencies = [
1078
+ "bumpalo",
1079
+ "proc-macro2",
1080
+ "quote",
1081
+ "syn 2.0.119",
1082
+ "wasm-bindgen-shared",
1083
+ ]
1084
+
1085
+ [[package]]
1086
+ name = "wasm-bindgen-shared"
1087
+ version = "0.2.127"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
1090
+ dependencies = [
1091
+ "unicode-ident",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "windows-core"
1096
+ version = "0.62.2"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1099
+ dependencies = [
1100
+ "windows-implement",
1101
+ "windows-interface",
1102
+ "windows-link",
1103
+ "windows-result",
1104
+ "windows-strings",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "windows-implement"
1109
+ version = "0.60.2"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1112
+ dependencies = [
1113
+ "proc-macro2",
1114
+ "quote",
1115
+ "syn 2.0.119",
1116
+ ]
1117
+
1118
+ [[package]]
1119
+ name = "windows-interface"
1120
+ version = "0.59.3"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1123
+ dependencies = [
1124
+ "proc-macro2",
1125
+ "quote",
1126
+ "syn 2.0.119",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "windows-link"
1131
+ version = "0.2.1"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1134
+
1135
+ [[package]]
1136
+ name = "windows-result"
1137
+ version = "0.4.1"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1140
+ dependencies = [
1141
+ "windows-link",
1142
+ ]
1143
+
1144
+ [[package]]
1145
+ name = "windows-strings"
1146
+ version = "0.5.1"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1149
+ dependencies = [
1150
+ "windows-link",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "windows-sys"
1155
+ version = "0.61.2"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1158
+ dependencies = [
1159
+ "windows-link",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "winnow"
1164
+ version = "0.6.26"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28"
1167
+ dependencies = [
1168
+ "memchr",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "yansi"
1173
+ version = "1.0.1"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
1176
+
1177
+ [[package]]
1178
+ name = "zmij"
1179
+ version = "1.0.23"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"