+5
-11
.github/workflows/CI and CD.yml
+5
-11
.github/workflows/CI and CD.yml
···
25
25
with:
26
26
filters: |
27
27
lx:
28
-
- lx/Cargo.toml
29
-
- lx/Cargo.lock
28
+
- Cargo.toml
29
+
- Cargo.lock
30
30
- lx/src/**
31
31
- lx/crates/**
32
32
links: [sites/music/**, sites/_shared]
···
48
48
needs: [changes]
49
49
if: ${{ needs.changes.outputs.lx == 'true' || github.event_name == 'workflow_dispatch' }}
50
50
runs-on: ubuntu-latest
51
-
defaults:
52
-
run:
53
-
working-directory: lx
54
51
steps:
55
52
- uses: actions/checkout@v4
56
53
- uses: actions-rust-lang/setup-rust-toolchain@v1
···
59
56
- uses: Swatinem/rust-cache@v2
60
57
- uses: taiki-e/install-action@nextest
61
58
- run: cargo fmt --all --quiet -- --check
62
-
- run: cargo clippy --locked --no-deps
63
-
- run: cargo nextest run --no-fail-fast
59
+
- run: cargo clippy --locked -- --no-deps
60
+
- run: cargo nextest run --locked --no-fail-fast
64
61
65
62
release:
66
63
name: Create and upload release
···
73
70
permissions:
74
71
contents: write
75
72
runs-on: ubuntu-latest
76
-
defaults:
77
-
run:
78
-
working-directory: lx
79
73
steps:
80
74
- uses: actions/checkout@v4
81
75
- uses: Swatinem/rust-cache@v2
···
89
83
- name: Confirm release results
90
84
run: |
91
85
ls -l target/release/lx
92
-
mv target/release/lx ../lx-linux-musl
86
+
mv target/release/lx lx-linux-musl
93
87
94
88
- name: Generate Release Name
95
89
id: release_name
+7
.gitignore
+7
.gitignore
···
37
37
## binary file for syntaxes, but I forcibly override that for Git!
38
38
*.bin
39
39
40
+
tests/output
41
+
42
+
### Rust ###
43
+
# Generated by Cargo
44
+
# will have compiled files and executables
45
+
**/target/
46
+
40
47
# misc. undesired IDE files
41
48
.idea/cody_history.xml
42
49
*/.idea/cody_history.xml
+3169
Cargo.lock
+3169
Cargo.lock
···
1
+
# This file is automatically @generated by Cargo.
2
+
# It is not intended for manual editing.
3
+
version = 3
4
+
5
+
[[package]]
6
+
name = "addr2line"
7
+
version = "0.24.2"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+
dependencies = [
11
+
"gimli",
12
+
]
13
+
14
+
[[package]]
15
+
name = "adler2"
16
+
version = "2.0.0"
17
+
source = "registry+https://github.com/rust-lang/crates.io-index"
18
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
+
20
+
[[package]]
21
+
name = "ahash"
22
+
version = "0.8.11"
23
+
source = "registry+https://github.com/rust-lang/crates.io-index"
24
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25
+
dependencies = [
26
+
"cfg-if",
27
+
"once_cell",
28
+
"version_check",
29
+
"zerocopy",
30
+
]
31
+
32
+
[[package]]
33
+
name = "aho-corasick"
34
+
version = "1.1.3"
35
+
source = "registry+https://github.com/rust-lang/crates.io-index"
36
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37
+
dependencies = [
38
+
"memchr",
39
+
]
40
+
41
+
[[package]]
42
+
name = "allocator-api2"
43
+
version = "0.2.19"
44
+
source = "registry+https://github.com/rust-lang/crates.io-index"
45
+
checksum = "611cc2ae7d2e242c457e4be7f97036b8ad9ca152b499f53faf99b1ed8fc2553f"
46
+
47
+
[[package]]
48
+
name = "android-tzdata"
49
+
version = "0.1.1"
50
+
source = "registry+https://github.com/rust-lang/crates.io-index"
51
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
52
+
53
+
[[package]]
54
+
name = "android_system_properties"
55
+
version = "0.1.5"
56
+
source = "registry+https://github.com/rust-lang/crates.io-index"
57
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
58
+
dependencies = [
59
+
"libc",
60
+
]
61
+
62
+
[[package]]
63
+
name = "anstream"
64
+
version = "0.6.18"
65
+
source = "registry+https://github.com/rust-lang/crates.io-index"
66
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
67
+
dependencies = [
68
+
"anstyle",
69
+
"anstyle-parse",
70
+
"anstyle-query",
71
+
"anstyle-wincon",
72
+
"colorchoice",
73
+
"is_terminal_polyfill",
74
+
"utf8parse",
75
+
]
76
+
77
+
[[package]]
78
+
name = "anstyle"
79
+
version = "1.0.10"
80
+
source = "registry+https://github.com/rust-lang/crates.io-index"
81
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
82
+
83
+
[[package]]
84
+
name = "anstyle-parse"
85
+
version = "0.2.6"
86
+
source = "registry+https://github.com/rust-lang/crates.io-index"
87
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
88
+
dependencies = [
89
+
"utf8parse",
90
+
]
91
+
92
+
[[package]]
93
+
name = "anstyle-query"
94
+
version = "1.1.2"
95
+
source = "registry+https://github.com/rust-lang/crates.io-index"
96
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
97
+
dependencies = [
98
+
"windows-sys 0.59.0",
99
+
]
100
+
101
+
[[package]]
102
+
name = "anstyle-wincon"
103
+
version = "3.0.6"
104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
105
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
106
+
dependencies = [
107
+
"anstyle",
108
+
"windows-sys 0.59.0",
109
+
]
110
+
111
+
[[package]]
112
+
name = "anyhow"
113
+
version = "1.0.93"
114
+
source = "registry+https://github.com/rust-lang/crates.io-index"
115
+
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
116
+
117
+
[[package]]
118
+
name = "async-priority-channel"
119
+
version = "0.1.0"
120
+
source = "registry+https://github.com/rust-lang/crates.io-index"
121
+
checksum = "c21678992e1b21bebfe2bc53ab5f5f68c106eddab31b24e0bb06e9b715a86640"
122
+
dependencies = [
123
+
"event-listener",
124
+
]
125
+
126
+
[[package]]
127
+
name = "async-recursion"
128
+
version = "1.1.1"
129
+
source = "registry+https://github.com/rust-lang/crates.io-index"
130
+
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
131
+
dependencies = [
132
+
"proc-macro2",
133
+
"quote",
134
+
"syn",
135
+
]
136
+
137
+
[[package]]
138
+
name = "async-trait"
139
+
version = "0.1.83"
140
+
source = "registry+https://github.com/rust-lang/crates.io-index"
141
+
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
142
+
dependencies = [
143
+
"proc-macro2",
144
+
"quote",
145
+
"syn",
146
+
]
147
+
148
+
[[package]]
149
+
name = "atom_syndication"
150
+
version = "0.12.4"
151
+
source = "registry+https://github.com/rust-lang/crates.io-index"
152
+
checksum = "2a3a5ed3201df5658d1aa45060c5a57dc9dba8a8ada20d696d67cb0c479ee043"
153
+
dependencies = [
154
+
"chrono",
155
+
"derive_builder",
156
+
"diligent-date-parser",
157
+
"never",
158
+
"quick-xml 0.36.2",
159
+
"serde",
160
+
]
161
+
162
+
[[package]]
163
+
name = "atomic-take"
164
+
version = "1.1.0"
165
+
source = "registry+https://github.com/rust-lang/crates.io-index"
166
+
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
167
+
168
+
[[package]]
169
+
name = "atomic-waker"
170
+
version = "1.1.2"
171
+
source = "registry+https://github.com/rust-lang/crates.io-index"
172
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
173
+
174
+
[[package]]
175
+
name = "autocfg"
176
+
version = "1.4.0"
177
+
source = "registry+https://github.com/rust-lang/crates.io-index"
178
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
179
+
180
+
[[package]]
181
+
name = "axum"
182
+
version = "0.7.7"
183
+
source = "registry+https://github.com/rust-lang/crates.io-index"
184
+
checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae"
185
+
dependencies = [
186
+
"async-trait",
187
+
"axum-core",
188
+
"base64",
189
+
"bytes",
190
+
"futures-util",
191
+
"http",
192
+
"http-body",
193
+
"http-body-util",
194
+
"hyper",
195
+
"hyper-util",
196
+
"itoa",
197
+
"matchit",
198
+
"memchr",
199
+
"mime",
200
+
"percent-encoding",
201
+
"pin-project-lite",
202
+
"rustversion",
203
+
"serde",
204
+
"serde_json",
205
+
"serde_path_to_error",
206
+
"serde_urlencoded",
207
+
"sha1",
208
+
"sync_wrapper 1.0.1",
209
+
"tokio",
210
+
"tokio-tungstenite",
211
+
"tower 0.5.1",
212
+
"tower-layer",
213
+
"tower-service",
214
+
"tracing",
215
+
]
216
+
217
+
[[package]]
218
+
name = "axum-core"
219
+
version = "0.4.5"
220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
221
+
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
222
+
dependencies = [
223
+
"async-trait",
224
+
"bytes",
225
+
"futures-util",
226
+
"http",
227
+
"http-body",
228
+
"http-body-util",
229
+
"mime",
230
+
"pin-project-lite",
231
+
"rustversion",
232
+
"sync_wrapper 1.0.1",
233
+
"tower-layer",
234
+
"tower-service",
235
+
"tracing",
236
+
]
237
+
238
+
[[package]]
239
+
name = "backtrace"
240
+
version = "0.3.74"
241
+
source = "registry+https://github.com/rust-lang/crates.io-index"
242
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
243
+
dependencies = [
244
+
"addr2line",
245
+
"cfg-if",
246
+
"libc",
247
+
"miniz_oxide",
248
+
"object",
249
+
"rustc-demangle",
250
+
"windows-targets 0.52.6",
251
+
]
252
+
253
+
[[package]]
254
+
name = "base64"
255
+
version = "0.22.1"
256
+
source = "registry+https://github.com/rust-lang/crates.io-index"
257
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
258
+
259
+
[[package]]
260
+
name = "bincode"
261
+
version = "1.3.3"
262
+
source = "registry+https://github.com/rust-lang/crates.io-index"
263
+
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
264
+
dependencies = [
265
+
"serde",
266
+
]
267
+
268
+
[[package]]
269
+
name = "bit-set"
270
+
version = "0.5.3"
271
+
source = "registry+https://github.com/rust-lang/crates.io-index"
272
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
273
+
dependencies = [
274
+
"bit-vec",
275
+
]
276
+
277
+
[[package]]
278
+
name = "bit-vec"
279
+
version = "0.6.3"
280
+
source = "registry+https://github.com/rust-lang/crates.io-index"
281
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
282
+
283
+
[[package]]
284
+
name = "bitflags"
285
+
version = "1.3.2"
286
+
source = "registry+https://github.com/rust-lang/crates.io-index"
287
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
288
+
289
+
[[package]]
290
+
name = "bitflags"
291
+
version = "2.6.0"
292
+
source = "registry+https://github.com/rust-lang/crates.io-index"
293
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
294
+
295
+
[[package]]
296
+
name = "block-buffer"
297
+
version = "0.10.4"
298
+
source = "registry+https://github.com/rust-lang/crates.io-index"
299
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
300
+
dependencies = [
301
+
"generic-array",
302
+
]
303
+
304
+
[[package]]
305
+
name = "bstr"
306
+
version = "1.10.0"
307
+
source = "registry+https://github.com/rust-lang/crates.io-index"
308
+
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
309
+
dependencies = [
310
+
"memchr",
311
+
"regex-automata",
312
+
"serde",
313
+
]
314
+
315
+
[[package]]
316
+
name = "btoi"
317
+
version = "0.4.3"
318
+
source = "registry+https://github.com/rust-lang/crates.io-index"
319
+
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
320
+
dependencies = [
321
+
"num-traits",
322
+
]
323
+
324
+
[[package]]
325
+
name = "bumpalo"
326
+
version = "3.16.0"
327
+
source = "registry+https://github.com/rust-lang/crates.io-index"
328
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
329
+
330
+
[[package]]
331
+
name = "byteorder"
332
+
version = "1.5.0"
333
+
source = "registry+https://github.com/rust-lang/crates.io-index"
334
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
335
+
336
+
[[package]]
337
+
name = "bytes"
338
+
version = "1.8.0"
339
+
source = "registry+https://github.com/rust-lang/crates.io-index"
340
+
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
341
+
342
+
[[package]]
343
+
name = "cc"
344
+
version = "1.1.37"
345
+
source = "registry+https://github.com/rust-lang/crates.io-index"
346
+
checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf"
347
+
dependencies = [
348
+
"shlex",
349
+
]
350
+
351
+
[[package]]
352
+
name = "cfg-if"
353
+
version = "1.0.0"
354
+
source = "registry+https://github.com/rust-lang/crates.io-index"
355
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
356
+
357
+
[[package]]
358
+
name = "chrono"
359
+
version = "0.4.38"
360
+
source = "registry+https://github.com/rust-lang/crates.io-index"
361
+
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
362
+
dependencies = [
363
+
"android-tzdata",
364
+
"iana-time-zone",
365
+
"js-sys",
366
+
"num-traits",
367
+
"serde",
368
+
"wasm-bindgen",
369
+
"windows-targets 0.52.6",
370
+
]
371
+
372
+
[[package]]
373
+
name = "clap"
374
+
version = "4.5.20"
375
+
source = "registry+https://github.com/rust-lang/crates.io-index"
376
+
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
377
+
dependencies = [
378
+
"clap_builder",
379
+
"clap_derive",
380
+
]
381
+
382
+
[[package]]
383
+
name = "clap_builder"
384
+
version = "4.5.20"
385
+
source = "registry+https://github.com/rust-lang/crates.io-index"
386
+
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
387
+
dependencies = [
388
+
"anstream",
389
+
"anstyle",
390
+
"clap_lex",
391
+
"strsim",
392
+
"unicase",
393
+
"unicode-width 0.2.0",
394
+
]
395
+
396
+
[[package]]
397
+
name = "clap_complete"
398
+
version = "4.5.37"
399
+
source = "registry+https://github.com/rust-lang/crates.io-index"
400
+
checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595"
401
+
dependencies = [
402
+
"clap",
403
+
]
404
+
405
+
[[package]]
406
+
name = "clap_derive"
407
+
version = "4.5.18"
408
+
source = "registry+https://github.com/rust-lang/crates.io-index"
409
+
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
410
+
dependencies = [
411
+
"heck",
412
+
"proc-macro2",
413
+
"quote",
414
+
"syn",
415
+
]
416
+
417
+
[[package]]
418
+
name = "clap_lex"
419
+
version = "0.7.2"
420
+
source = "registry+https://github.com/rust-lang/crates.io-index"
421
+
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
422
+
423
+
[[package]]
424
+
name = "codemap"
425
+
version = "0.1.3"
426
+
source = "registry+https://github.com/rust-lang/crates.io-index"
427
+
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
428
+
429
+
[[package]]
430
+
name = "colorchoice"
431
+
version = "1.0.3"
432
+
source = "registry+https://github.com/rust-lang/crates.io-index"
433
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
434
+
435
+
[[package]]
436
+
name = "command-group"
437
+
version = "5.0.1"
438
+
source = "registry+https://github.com/rust-lang/crates.io-index"
439
+
checksum = "a68fa787550392a9d58f44c21a3022cfb3ea3e2458b7f85d3b399d0ceeccf409"
440
+
dependencies = [
441
+
"async-trait",
442
+
"nix",
443
+
"tokio",
444
+
"winapi",
445
+
]
446
+
447
+
[[package]]
448
+
name = "core-foundation-sys"
449
+
version = "0.8.7"
450
+
source = "registry+https://github.com/rust-lang/crates.io-index"
451
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
452
+
453
+
[[package]]
454
+
name = "count-md"
455
+
version = "0.1.0"
456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
457
+
checksum = "a83ca1be73e50a49521ae1c1f1a7c588b1a03c499649d01846b3bc2631f8418e"
458
+
dependencies = [
459
+
"bitflags 2.6.0",
460
+
"clap",
461
+
"clap_complete",
462
+
"notify 6.1.1",
463
+
"pulldown-cmark 0.10.3",
464
+
"rayon",
465
+
"thiserror 1.0.69",
466
+
"unicode-segmentation",
467
+
"xmlparser",
468
+
]
469
+
470
+
[[package]]
471
+
name = "cpufeatures"
472
+
version = "0.2.14"
473
+
source = "registry+https://github.com/rust-lang/crates.io-index"
474
+
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
475
+
dependencies = [
476
+
"libc",
477
+
]
478
+
479
+
[[package]]
480
+
name = "crc32fast"
481
+
version = "1.4.2"
482
+
source = "registry+https://github.com/rust-lang/crates.io-index"
483
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
484
+
dependencies = [
485
+
"cfg-if",
486
+
]
487
+
488
+
[[package]]
489
+
name = "crossbeam-channel"
490
+
version = "0.5.13"
491
+
source = "registry+https://github.com/rust-lang/crates.io-index"
492
+
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
493
+
dependencies = [
494
+
"crossbeam-utils",
495
+
]
496
+
497
+
[[package]]
498
+
name = "crossbeam-deque"
499
+
version = "0.8.5"
500
+
source = "registry+https://github.com/rust-lang/crates.io-index"
501
+
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
502
+
dependencies = [
503
+
"crossbeam-epoch",
504
+
"crossbeam-utils",
505
+
]
506
+
507
+
[[package]]
508
+
name = "crossbeam-epoch"
509
+
version = "0.9.18"
510
+
source = "registry+https://github.com/rust-lang/crates.io-index"
511
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
512
+
dependencies = [
513
+
"crossbeam-utils",
514
+
]
515
+
516
+
[[package]]
517
+
name = "crossbeam-utils"
518
+
version = "0.8.20"
519
+
source = "registry+https://github.com/rust-lang/crates.io-index"
520
+
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
521
+
522
+
[[package]]
523
+
name = "crypto-common"
524
+
version = "0.1.6"
525
+
source = "registry+https://github.com/rust-lang/crates.io-index"
526
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
527
+
dependencies = [
528
+
"generic-array",
529
+
"typenum",
530
+
]
531
+
532
+
[[package]]
533
+
name = "darling"
534
+
version = "0.20.10"
535
+
source = "registry+https://github.com/rust-lang/crates.io-index"
536
+
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
537
+
dependencies = [
538
+
"darling_core",
539
+
"darling_macro",
540
+
]
541
+
542
+
[[package]]
543
+
name = "darling_core"
544
+
version = "0.20.10"
545
+
source = "registry+https://github.com/rust-lang/crates.io-index"
546
+
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
547
+
dependencies = [
548
+
"fnv",
549
+
"ident_case",
550
+
"proc-macro2",
551
+
"quote",
552
+
"strsim",
553
+
"syn",
554
+
]
555
+
556
+
[[package]]
557
+
name = "darling_macro"
558
+
version = "0.20.10"
559
+
source = "registry+https://github.com/rust-lang/crates.io-index"
560
+
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
561
+
dependencies = [
562
+
"darling_core",
563
+
"quote",
564
+
"syn",
565
+
]
566
+
567
+
[[package]]
568
+
name = "data-encoding"
569
+
version = "2.6.0"
570
+
source = "registry+https://github.com/rust-lang/crates.io-index"
571
+
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
572
+
573
+
[[package]]
574
+
name = "deranged"
575
+
version = "0.3.11"
576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
577
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
578
+
dependencies = [
579
+
"powerfmt",
580
+
]
581
+
582
+
[[package]]
583
+
name = "derive_builder"
584
+
version = "0.20.2"
585
+
source = "registry+https://github.com/rust-lang/crates.io-index"
586
+
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
587
+
dependencies = [
588
+
"derive_builder_macro",
589
+
]
590
+
591
+
[[package]]
592
+
name = "derive_builder_core"
593
+
version = "0.20.2"
594
+
source = "registry+https://github.com/rust-lang/crates.io-index"
595
+
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
596
+
dependencies = [
597
+
"darling",
598
+
"proc-macro2",
599
+
"quote",
600
+
"syn",
601
+
]
602
+
603
+
[[package]]
604
+
name = "derive_builder_macro"
605
+
version = "0.20.2"
606
+
source = "registry+https://github.com/rust-lang/crates.io-index"
607
+
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
608
+
dependencies = [
609
+
"derive_builder_core",
610
+
"syn",
611
+
]
612
+
613
+
[[package]]
614
+
name = "deunicode"
615
+
version = "1.6.0"
616
+
source = "registry+https://github.com/rust-lang/crates.io-index"
617
+
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
618
+
619
+
[[package]]
620
+
name = "digest"
621
+
version = "0.10.7"
622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
623
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
624
+
dependencies = [
625
+
"block-buffer",
626
+
"crypto-common",
627
+
]
628
+
629
+
[[package]]
630
+
name = "diligent-date-parser"
631
+
version = "0.1.4"
632
+
source = "registry+https://github.com/rust-lang/crates.io-index"
633
+
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
634
+
dependencies = [
635
+
"chrono",
636
+
]
637
+
638
+
[[package]]
639
+
name = "dirs"
640
+
version = "5.0.1"
641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
642
+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
643
+
dependencies = [
644
+
"dirs-sys",
645
+
]
646
+
647
+
[[package]]
648
+
name = "dirs-sys"
649
+
version = "0.4.1"
650
+
source = "registry+https://github.com/rust-lang/crates.io-index"
651
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
652
+
dependencies = [
653
+
"libc",
654
+
"option-ext",
655
+
"redox_users",
656
+
"windows-sys 0.48.0",
657
+
]
658
+
659
+
[[package]]
660
+
name = "dunce"
661
+
version = "1.0.5"
662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
663
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
664
+
665
+
[[package]]
666
+
name = "either"
667
+
version = "1.13.0"
668
+
source = "registry+https://github.com/rust-lang/crates.io-index"
669
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
670
+
671
+
[[package]]
672
+
name = "encoding_rs"
673
+
version = "0.8.35"
674
+
source = "registry+https://github.com/rust-lang/crates.io-index"
675
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
676
+
dependencies = [
677
+
"cfg-if",
678
+
]
679
+
680
+
[[package]]
681
+
name = "endian-type"
682
+
version = "0.1.2"
683
+
source = "registry+https://github.com/rust-lang/crates.io-index"
684
+
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
685
+
686
+
[[package]]
687
+
name = "equivalent"
688
+
version = "1.0.1"
689
+
source = "registry+https://github.com/rust-lang/crates.io-index"
690
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
691
+
692
+
[[package]]
693
+
name = "errno"
694
+
version = "0.3.9"
695
+
source = "registry+https://github.com/rust-lang/crates.io-index"
696
+
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
697
+
dependencies = [
698
+
"libc",
699
+
"windows-sys 0.52.0",
700
+
]
701
+
702
+
[[package]]
703
+
name = "event-listener"
704
+
version = "2.5.3"
705
+
source = "registry+https://github.com/rust-lang/crates.io-index"
706
+
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
707
+
708
+
[[package]]
709
+
name = "fancy-regex"
710
+
version = "0.11.0"
711
+
source = "registry+https://github.com/rust-lang/crates.io-index"
712
+
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
713
+
dependencies = [
714
+
"bit-set",
715
+
"regex",
716
+
]
717
+
718
+
[[package]]
719
+
name = "faster-hex"
720
+
version = "0.9.0"
721
+
source = "registry+https://github.com/rust-lang/crates.io-index"
722
+
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
723
+
dependencies = [
724
+
"serde",
725
+
]
726
+
727
+
[[package]]
728
+
name = "fastrand"
729
+
version = "2.2.0"
730
+
source = "registry+https://github.com/rust-lang/crates.io-index"
731
+
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
732
+
733
+
[[package]]
734
+
name = "file-id"
735
+
version = "0.2.2"
736
+
source = "registry+https://github.com/rust-lang/crates.io-index"
737
+
checksum = "6bc904b9bbefcadbd8e3a9fb0d464a9b979de6324c03b3c663e8994f46a5be36"
738
+
dependencies = [
739
+
"windows-sys 0.52.0",
740
+
]
741
+
742
+
[[package]]
743
+
name = "filetime"
744
+
version = "0.2.25"
745
+
source = "registry+https://github.com/rust-lang/crates.io-index"
746
+
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
747
+
dependencies = [
748
+
"cfg-if",
749
+
"libc",
750
+
"libredox",
751
+
"windows-sys 0.59.0",
752
+
]
753
+
754
+
[[package]]
755
+
name = "flate2"
756
+
version = "1.0.34"
757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
758
+
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
759
+
dependencies = [
760
+
"crc32fast",
761
+
"miniz_oxide",
762
+
]
763
+
764
+
[[package]]
765
+
name = "fnv"
766
+
version = "1.0.7"
767
+
source = "registry+https://github.com/rust-lang/crates.io-index"
768
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
769
+
770
+
[[package]]
771
+
name = "form_urlencoded"
772
+
version = "1.2.1"
773
+
source = "registry+https://github.com/rust-lang/crates.io-index"
774
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
775
+
dependencies = [
776
+
"percent-encoding",
777
+
]
778
+
779
+
[[package]]
780
+
name = "fsevent-sys"
781
+
version = "4.1.0"
782
+
source = "registry+https://github.com/rust-lang/crates.io-index"
783
+
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
784
+
dependencies = [
785
+
"libc",
786
+
]
787
+
788
+
[[package]]
789
+
name = "futures"
790
+
version = "0.3.31"
791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
792
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
793
+
dependencies = [
794
+
"futures-channel",
795
+
"futures-core",
796
+
"futures-executor",
797
+
"futures-io",
798
+
"futures-sink",
799
+
"futures-task",
800
+
"futures-util",
801
+
]
802
+
803
+
[[package]]
804
+
name = "futures-channel"
805
+
version = "0.3.31"
806
+
source = "registry+https://github.com/rust-lang/crates.io-index"
807
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
808
+
dependencies = [
809
+
"futures-core",
810
+
"futures-sink",
811
+
]
812
+
813
+
[[package]]
814
+
name = "futures-core"
815
+
version = "0.3.31"
816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
817
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
818
+
819
+
[[package]]
820
+
name = "futures-executor"
821
+
version = "0.3.31"
822
+
source = "registry+https://github.com/rust-lang/crates.io-index"
823
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
824
+
dependencies = [
825
+
"futures-core",
826
+
"futures-task",
827
+
"futures-util",
828
+
]
829
+
830
+
[[package]]
831
+
name = "futures-io"
832
+
version = "0.3.31"
833
+
source = "registry+https://github.com/rust-lang/crates.io-index"
834
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
835
+
836
+
[[package]]
837
+
name = "futures-macro"
838
+
version = "0.3.31"
839
+
source = "registry+https://github.com/rust-lang/crates.io-index"
840
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
841
+
dependencies = [
842
+
"proc-macro2",
843
+
"quote",
844
+
"syn",
845
+
]
846
+
847
+
[[package]]
848
+
name = "futures-sink"
849
+
version = "0.3.31"
850
+
source = "registry+https://github.com/rust-lang/crates.io-index"
851
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
852
+
853
+
[[package]]
854
+
name = "futures-task"
855
+
version = "0.3.31"
856
+
source = "registry+https://github.com/rust-lang/crates.io-index"
857
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
858
+
859
+
[[package]]
860
+
name = "futures-util"
861
+
version = "0.3.31"
862
+
source = "registry+https://github.com/rust-lang/crates.io-index"
863
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
864
+
dependencies = [
865
+
"futures-channel",
866
+
"futures-core",
867
+
"futures-io",
868
+
"futures-macro",
869
+
"futures-sink",
870
+
"futures-task",
871
+
"memchr",
872
+
"pin-project-lite",
873
+
"pin-utils",
874
+
"slab",
875
+
]
876
+
877
+
[[package]]
878
+
name = "generic-array"
879
+
version = "0.14.7"
880
+
source = "registry+https://github.com/rust-lang/crates.io-index"
881
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
882
+
dependencies = [
883
+
"typenum",
884
+
"version_check",
885
+
]
886
+
887
+
[[package]]
888
+
name = "getopts"
889
+
version = "0.2.21"
890
+
source = "registry+https://github.com/rust-lang/crates.io-index"
891
+
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
892
+
dependencies = [
893
+
"unicode-width 0.1.14",
894
+
]
895
+
896
+
[[package]]
897
+
name = "getrandom"
898
+
version = "0.2.15"
899
+
source = "registry+https://github.com/rust-lang/crates.io-index"
900
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
901
+
dependencies = [
902
+
"cfg-if",
903
+
"js-sys",
904
+
"libc",
905
+
"wasi",
906
+
"wasm-bindgen",
907
+
]
908
+
909
+
[[package]]
910
+
name = "gimli"
911
+
version = "0.31.1"
912
+
source = "registry+https://github.com/rust-lang/crates.io-index"
913
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
914
+
915
+
[[package]]
916
+
name = "gix-actor"
917
+
version = "0.28.1"
918
+
source = "registry+https://github.com/rust-lang/crates.io-index"
919
+
checksum = "2eadca029ef716b4378f7afb19f7ee101fde9e58ba1f1445971315ac866db417"
920
+
dependencies = [
921
+
"bstr",
922
+
"btoi",
923
+
"gix-date",
924
+
"itoa",
925
+
"thiserror 1.0.69",
926
+
"winnow",
927
+
]
928
+
929
+
[[package]]
930
+
name = "gix-config"
931
+
version = "0.31.0"
932
+
source = "registry+https://github.com/rust-lang/crates.io-index"
933
+
checksum = "5cae98c6b4c66c09379bc35274b172587d6b0ac369a416c39128ad8c6454f9bb"
934
+
dependencies = [
935
+
"bstr",
936
+
"gix-config-value",
937
+
"gix-features",
938
+
"gix-glob",
939
+
"gix-path",
940
+
"gix-ref",
941
+
"gix-sec",
942
+
"memchr",
943
+
"once_cell",
944
+
"smallvec",
945
+
"thiserror 1.0.69",
946
+
"unicode-bom",
947
+
"winnow",
948
+
]
949
+
950
+
[[package]]
951
+
name = "gix-config-value"
952
+
version = "0.14.9"
953
+
source = "registry+https://github.com/rust-lang/crates.io-index"
954
+
checksum = "f3de3fdca9c75fa4b83a76583d265fa49b1de6b088ebcd210749c24ceeb74660"
955
+
dependencies = [
956
+
"bitflags 2.6.0",
957
+
"bstr",
958
+
"gix-path",
959
+
"libc",
960
+
"thiserror 1.0.69",
961
+
]
962
+
963
+
[[package]]
964
+
name = "gix-date"
965
+
version = "0.8.7"
966
+
source = "registry+https://github.com/rust-lang/crates.io-index"
967
+
checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0"
968
+
dependencies = [
969
+
"bstr",
970
+
"itoa",
971
+
"thiserror 1.0.69",
972
+
"time",
973
+
]
974
+
975
+
[[package]]
976
+
name = "gix-features"
977
+
version = "0.36.1"
978
+
source = "registry+https://github.com/rust-lang/crates.io-index"
979
+
checksum = "4d46a4a5c6bb5bebec9c0d18b65ada20e6517dbd7cf855b87dd4bbdce3a771b2"
980
+
dependencies = [
981
+
"gix-hash",
982
+
"gix-trace",
983
+
"libc",
984
+
"prodash",
985
+
"sha1_smol",
986
+
"walkdir",
987
+
]
988
+
989
+
[[package]]
990
+
name = "gix-fs"
991
+
version = "0.8.1"
992
+
source = "registry+https://github.com/rust-lang/crates.io-index"
993
+
checksum = "20e86eb040f5776a5ade092282e51cdcad398adb77d948b88d17583c2ae4e107"
994
+
dependencies = [
995
+
"gix-features",
996
+
]
997
+
998
+
[[package]]
999
+
name = "gix-glob"
1000
+
version = "0.14.1"
1001
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+
checksum = "5db19298c5eeea2961e5b3bf190767a2d1f09b8802aeb5f258e42276350aff19"
1003
+
dependencies = [
1004
+
"bitflags 2.6.0",
1005
+
"bstr",
1006
+
"gix-features",
1007
+
"gix-path",
1008
+
]
1009
+
1010
+
[[package]]
1011
+
name = "gix-hash"
1012
+
version = "0.13.3"
1013
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+
checksum = "1f8cf8c2266f63e582b7eb206799b63aa5fa68ee510ad349f637dfe2d0653de0"
1015
+
dependencies = [
1016
+
"faster-hex",
1017
+
"thiserror 1.0.69",
1018
+
]
1019
+
1020
+
[[package]]
1021
+
name = "gix-lock"
1022
+
version = "11.0.1"
1023
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+
checksum = "7e5c65e6a29830a435664891ced3f3c1af010f14900226019590ee0971a22f37"
1025
+
dependencies = [
1026
+
"gix-tempfile",
1027
+
"gix-utils",
1028
+
"thiserror 1.0.69",
1029
+
]
1030
+
1031
+
[[package]]
1032
+
name = "gix-object"
1033
+
version = "0.38.0"
1034
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+
checksum = "740f2a44267f58770a1cb3a3d01d14e67b089c7136c48d4bddbb3cfd2bf86a51"
1036
+
dependencies = [
1037
+
"bstr",
1038
+
"btoi",
1039
+
"gix-actor",
1040
+
"gix-date",
1041
+
"gix-features",
1042
+
"gix-hash",
1043
+
"gix-validate",
1044
+
"itoa",
1045
+
"smallvec",
1046
+
"thiserror 1.0.69",
1047
+
"winnow",
1048
+
]
1049
+
1050
+
[[package]]
1051
+
name = "gix-path"
1052
+
version = "0.10.12"
1053
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+
checksum = "c04e5a94fdb56b1e91eb7df2658ad16832428b8eeda24ff1a0f0288de2bce554"
1055
+
dependencies = [
1056
+
"bstr",
1057
+
"gix-trace",
1058
+
"home",
1059
+
"once_cell",
1060
+
"thiserror 1.0.69",
1061
+
]
1062
+
1063
+
[[package]]
1064
+
name = "gix-ref"
1065
+
version = "0.38.0"
1066
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+
checksum = "0ec2f6d07ac88d2fb8007ee3fa3e801856fb9d82e7366ec0ca332eb2c9d74a52"
1068
+
dependencies = [
1069
+
"gix-actor",
1070
+
"gix-date",
1071
+
"gix-features",
1072
+
"gix-fs",
1073
+
"gix-hash",
1074
+
"gix-lock",
1075
+
"gix-object",
1076
+
"gix-path",
1077
+
"gix-tempfile",
1078
+
"gix-validate",
1079
+
"memmap2",
1080
+
"thiserror 1.0.69",
1081
+
"winnow",
1082
+
]
1083
+
1084
+
[[package]]
1085
+
name = "gix-sec"
1086
+
version = "0.10.9"
1087
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+
checksum = "a2007538eda296445c07949cf04f4a767307d887184d6b3e83e2d636533ddc6e"
1089
+
dependencies = [
1090
+
"bitflags 2.6.0",
1091
+
"gix-path",
1092
+
"libc",
1093
+
"windows-sys 0.52.0",
1094
+
]
1095
+
1096
+
[[package]]
1097
+
name = "gix-tempfile"
1098
+
version = "11.0.1"
1099
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+
checksum = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7dc9e7e23"
1101
+
dependencies = [
1102
+
"gix-fs",
1103
+
"libc",
1104
+
"once_cell",
1105
+
"parking_lot",
1106
+
"tempfile",
1107
+
]
1108
+
1109
+
[[package]]
1110
+
name = "gix-trace"
1111
+
version = "0.1.11"
1112
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+
checksum = "04bdde120c29f1fc23a24d3e115aeeea3d60d8e65bab92cc5f9d90d9302eb952"
1114
+
1115
+
[[package]]
1116
+
name = "gix-utils"
1117
+
version = "0.1.13"
1118
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+
checksum = "ba427e3e9599508ed98a6ddf8ed05493db114564e338e41f6a996d2e4790335f"
1120
+
dependencies = [
1121
+
"fastrand",
1122
+
"unicode-normalization",
1123
+
]
1124
+
1125
+
[[package]]
1126
+
name = "gix-validate"
1127
+
version = "0.8.5"
1128
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+
checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf"
1130
+
dependencies = [
1131
+
"bstr",
1132
+
"thiserror 1.0.69",
1133
+
]
1134
+
1135
+
[[package]]
1136
+
name = "glob"
1137
+
version = "0.3.1"
1138
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1140
+
1141
+
[[package]]
1142
+
name = "globset"
1143
+
version = "0.4.15"
1144
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
1146
+
dependencies = [
1147
+
"aho-corasick",
1148
+
"bstr",
1149
+
"log",
1150
+
"regex-automata",
1151
+
"regex-syntax",
1152
+
]
1153
+
1154
+
[[package]]
1155
+
name = "grass"
1156
+
version = "0.13.4"
1157
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1158
+
checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
1159
+
dependencies = [
1160
+
"clap",
1161
+
"getrandom",
1162
+
"grass_compiler",
1163
+
]
1164
+
1165
+
[[package]]
1166
+
name = "grass_compiler"
1167
+
version = "0.13.4"
1168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+
checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
1170
+
dependencies = [
1171
+
"codemap",
1172
+
"indexmap",
1173
+
"lasso",
1174
+
"once_cell",
1175
+
"phf",
1176
+
"rand",
1177
+
]
1178
+
1179
+
[[package]]
1180
+
name = "h2"
1181
+
version = "0.4.6"
1182
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
1184
+
dependencies = [
1185
+
"atomic-waker",
1186
+
"bytes",
1187
+
"fnv",
1188
+
"futures-core",
1189
+
"futures-sink",
1190
+
"http",
1191
+
"indexmap",
1192
+
"slab",
1193
+
"tokio",
1194
+
"tokio-util",
1195
+
"tracing",
1196
+
]
1197
+
1198
+
[[package]]
1199
+
name = "hashbrown"
1200
+
version = "0.14.5"
1201
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1203
+
dependencies = [
1204
+
"ahash",
1205
+
"allocator-api2",
1206
+
]
1207
+
1208
+
[[package]]
1209
+
name = "hashbrown"
1210
+
version = "0.15.1"
1211
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
1213
+
1214
+
[[package]]
1215
+
name = "heck"
1216
+
version = "0.5.0"
1217
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1219
+
1220
+
[[package]]
1221
+
name = "hermit-abi"
1222
+
version = "0.3.9"
1223
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1225
+
1226
+
[[package]]
1227
+
name = "home"
1228
+
version = "0.5.9"
1229
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1231
+
dependencies = [
1232
+
"windows-sys 0.52.0",
1233
+
]
1234
+
1235
+
[[package]]
1236
+
name = "http"
1237
+
version = "1.1.0"
1238
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1240
+
dependencies = [
1241
+
"bytes",
1242
+
"fnv",
1243
+
"itoa",
1244
+
]
1245
+
1246
+
[[package]]
1247
+
name = "http-body"
1248
+
version = "1.0.1"
1249
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1251
+
dependencies = [
1252
+
"bytes",
1253
+
"http",
1254
+
]
1255
+
1256
+
[[package]]
1257
+
name = "http-body-util"
1258
+
version = "0.1.2"
1259
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1261
+
dependencies = [
1262
+
"bytes",
1263
+
"futures-util",
1264
+
"http",
1265
+
"http-body",
1266
+
"pin-project-lite",
1267
+
]
1268
+
1269
+
[[package]]
1270
+
name = "http-range-header"
1271
+
version = "0.4.1"
1272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
1274
+
1275
+
[[package]]
1276
+
name = "httparse"
1277
+
version = "1.9.5"
1278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
1280
+
1281
+
[[package]]
1282
+
name = "httpdate"
1283
+
version = "1.0.3"
1284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1286
+
1287
+
[[package]]
1288
+
name = "hyper"
1289
+
version = "1.5.0"
1290
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
1292
+
dependencies = [
1293
+
"bytes",
1294
+
"futures-channel",
1295
+
"futures-util",
1296
+
"h2",
1297
+
"http",
1298
+
"http-body",
1299
+
"httparse",
1300
+
"httpdate",
1301
+
"itoa",
1302
+
"pin-project-lite",
1303
+
"smallvec",
1304
+
"tokio",
1305
+
]
1306
+
1307
+
[[package]]
1308
+
name = "hyper-util"
1309
+
version = "0.1.10"
1310
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1312
+
dependencies = [
1313
+
"bytes",
1314
+
"futures-util",
1315
+
"http",
1316
+
"http-body",
1317
+
"hyper",
1318
+
"pin-project-lite",
1319
+
"tokio",
1320
+
"tower-service",
1321
+
]
1322
+
1323
+
[[package]]
1324
+
name = "iana-time-zone"
1325
+
version = "0.1.61"
1326
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1328
+
dependencies = [
1329
+
"android_system_properties",
1330
+
"core-foundation-sys",
1331
+
"iana-time-zone-haiku",
1332
+
"js-sys",
1333
+
"wasm-bindgen",
1334
+
"windows-core",
1335
+
]
1336
+
1337
+
[[package]]
1338
+
name = "iana-time-zone-haiku"
1339
+
version = "0.1.2"
1340
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1342
+
dependencies = [
1343
+
"cc",
1344
+
]
1345
+
1346
+
[[package]]
1347
+
name = "ident_case"
1348
+
version = "1.0.1"
1349
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1351
+
1352
+
[[package]]
1353
+
name = "ignore"
1354
+
version = "0.4.23"
1355
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
1357
+
dependencies = [
1358
+
"crossbeam-deque",
1359
+
"globset",
1360
+
"log",
1361
+
"memchr",
1362
+
"regex-automata",
1363
+
"same-file",
1364
+
"walkdir",
1365
+
"winapi-util",
1366
+
]
1367
+
1368
+
[[package]]
1369
+
name = "ignore-files"
1370
+
version = "1.3.2"
1371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1372
+
checksum = "2728edd85c6346554464b4d0f8df9704ecf53f75be9c6eb773615f2fa2f9df45"
1373
+
dependencies = [
1374
+
"dunce",
1375
+
"futures",
1376
+
"gix-config",
1377
+
"ignore",
1378
+
"miette",
1379
+
"project-origins",
1380
+
"radix_trie",
1381
+
"thiserror 1.0.69",
1382
+
"tokio",
1383
+
"tracing",
1384
+
]
1385
+
1386
+
[[package]]
1387
+
name = "indexmap"
1388
+
version = "2.6.0"
1389
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
1391
+
dependencies = [
1392
+
"equivalent",
1393
+
"hashbrown 0.15.1",
1394
+
]
1395
+
1396
+
[[package]]
1397
+
name = "inotify"
1398
+
version = "0.9.6"
1399
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
1401
+
dependencies = [
1402
+
"bitflags 1.3.2",
1403
+
"inotify-sys",
1404
+
"libc",
1405
+
]
1406
+
1407
+
[[package]]
1408
+
name = "inotify"
1409
+
version = "0.10.2"
1410
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+
checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
1412
+
dependencies = [
1413
+
"bitflags 1.3.2",
1414
+
"inotify-sys",
1415
+
"libc",
1416
+
]
1417
+
1418
+
[[package]]
1419
+
name = "inotify-sys"
1420
+
version = "0.1.5"
1421
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1423
+
dependencies = [
1424
+
"libc",
1425
+
]
1426
+
1427
+
[[package]]
1428
+
name = "instant"
1429
+
version = "0.1.13"
1430
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1432
+
dependencies = [
1433
+
"cfg-if",
1434
+
]
1435
+
1436
+
[[package]]
1437
+
name = "is_terminal_polyfill"
1438
+
version = "1.70.1"
1439
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1441
+
1442
+
[[package]]
1443
+
name = "itoa"
1444
+
version = "1.0.11"
1445
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1447
+
1448
+
[[package]]
1449
+
name = "js-sys"
1450
+
version = "0.3.72"
1451
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
1453
+
dependencies = [
1454
+
"wasm-bindgen",
1455
+
]
1456
+
1457
+
[[package]]
1458
+
name = "json-feed"
1459
+
version = "1.0.0"
1460
+
dependencies = [
1461
+
"serde",
1462
+
"serde_json",
1463
+
]
1464
+
1465
+
[[package]]
1466
+
name = "kqueue"
1467
+
version = "1.0.8"
1468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
1470
+
dependencies = [
1471
+
"kqueue-sys",
1472
+
"libc",
1473
+
]
1474
+
1475
+
[[package]]
1476
+
name = "kqueue-sys"
1477
+
version = "1.0.4"
1478
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
1480
+
dependencies = [
1481
+
"bitflags 1.3.2",
1482
+
"libc",
1483
+
]
1484
+
1485
+
[[package]]
1486
+
name = "lasso"
1487
+
version = "0.7.3"
1488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
1490
+
dependencies = [
1491
+
"hashbrown 0.14.5",
1492
+
]
1493
+
1494
+
[[package]]
1495
+
name = "latex2mathml"
1496
+
version = "0.2.3"
1497
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+
checksum = "678cf5bdb3ba63a264e6e0c9eee36538ca1d2da0afa4dd801c1f96309e710765"
1499
+
1500
+
[[package]]
1501
+
name = "lazy_static"
1502
+
version = "1.5.0"
1503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1505
+
1506
+
[[package]]
1507
+
name = "libc"
1508
+
version = "0.2.162"
1509
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
1511
+
1512
+
[[package]]
1513
+
name = "libredox"
1514
+
version = "0.1.3"
1515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1517
+
dependencies = [
1518
+
"bitflags 2.6.0",
1519
+
"libc",
1520
+
"redox_syscall",
1521
+
]
1522
+
1523
+
[[package]]
1524
+
name = "linked-hash-map"
1525
+
version = "0.5.6"
1526
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1528
+
1529
+
[[package]]
1530
+
name = "linux-raw-sys"
1531
+
version = "0.4.14"
1532
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1534
+
1535
+
[[package]]
1536
+
name = "lock_api"
1537
+
version = "0.4.12"
1538
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1539
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1540
+
dependencies = [
1541
+
"autocfg",
1542
+
"scopeguard",
1543
+
]
1544
+
1545
+
[[package]]
1546
+
name = "log"
1547
+
version = "0.4.22"
1548
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1550
+
1551
+
[[package]]
1552
+
name = "lx"
1553
+
version = "1.0.0"
1554
+
dependencies = [
1555
+
"anyhow",
1556
+
"atom_syndication",
1557
+
"axum",
1558
+
"chrono",
1559
+
"clap",
1560
+
"clap_complete",
1561
+
"count-md",
1562
+
"dirs",
1563
+
"futures",
1564
+
"glob",
1565
+
"grass",
1566
+
"json-feed",
1567
+
"lazy_static",
1568
+
"log",
1569
+
"lx-md",
1570
+
"minijinja",
1571
+
"normalize-path",
1572
+
"notify 7.0.0",
1573
+
"notify-debouncer-full",
1574
+
"rayon",
1575
+
"regex",
1576
+
"serde",
1577
+
"serde_json",
1578
+
"serde_yaml",
1579
+
"simplelog",
1580
+
"slug",
1581
+
"syntect",
1582
+
"thiserror 2.0.2",
1583
+
"tokio",
1584
+
"tower 0.4.13",
1585
+
"tower-http",
1586
+
"uuid",
1587
+
"watchexec",
1588
+
"watchexec-signals",
1589
+
]
1590
+
1591
+
[[package]]
1592
+
name = "lx-md"
1593
+
version = "1.0.0"
1594
+
dependencies = [
1595
+
"anyhow",
1596
+
"clap",
1597
+
"clap_complete",
1598
+
"dirs",
1599
+
"latex2mathml",
1600
+
"lazy_static",
1601
+
"log",
1602
+
"pulldown-cmark 0.12.2",
1603
+
"serde",
1604
+
"serde_yaml",
1605
+
"simplelog",
1606
+
"syntect",
1607
+
"thiserror 2.0.2",
1608
+
]
1609
+
1610
+
[[package]]
1611
+
name = "matchit"
1612
+
version = "0.7.3"
1613
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1615
+
1616
+
[[package]]
1617
+
name = "memchr"
1618
+
version = "2.7.4"
1619
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1621
+
1622
+
[[package]]
1623
+
name = "memmap2"
1624
+
version = "0.7.1"
1625
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
1627
+
dependencies = [
1628
+
"libc",
1629
+
]
1630
+
1631
+
[[package]]
1632
+
name = "memo-map"
1633
+
version = "0.3.3"
1634
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+
checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1636
+
1637
+
[[package]]
1638
+
name = "miette"
1639
+
version = "5.10.0"
1640
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
1642
+
dependencies = [
1643
+
"miette-derive",
1644
+
"once_cell",
1645
+
"thiserror 1.0.69",
1646
+
"unicode-width 0.1.14",
1647
+
]
1648
+
1649
+
[[package]]
1650
+
name = "miette-derive"
1651
+
version = "5.10.0"
1652
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
1654
+
dependencies = [
1655
+
"proc-macro2",
1656
+
"quote",
1657
+
"syn",
1658
+
]
1659
+
1660
+
[[package]]
1661
+
name = "mime"
1662
+
version = "0.3.17"
1663
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1665
+
1666
+
[[package]]
1667
+
name = "mime_guess"
1668
+
version = "2.0.5"
1669
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1671
+
dependencies = [
1672
+
"mime",
1673
+
"unicase",
1674
+
]
1675
+
1676
+
[[package]]
1677
+
name = "minijinja"
1678
+
version = "2.5.0"
1679
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+
checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5"
1681
+
dependencies = [
1682
+
"memo-map",
1683
+
"self_cell",
1684
+
"serde",
1685
+
]
1686
+
1687
+
[[package]]
1688
+
name = "miniz_oxide"
1689
+
version = "0.8.0"
1690
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
1692
+
dependencies = [
1693
+
"adler2",
1694
+
]
1695
+
1696
+
[[package]]
1697
+
name = "mio"
1698
+
version = "0.8.11"
1699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1701
+
dependencies = [
1702
+
"libc",
1703
+
"log",
1704
+
"wasi",
1705
+
"windows-sys 0.48.0",
1706
+
]
1707
+
1708
+
[[package]]
1709
+
name = "mio"
1710
+
version = "1.0.2"
1711
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
1713
+
dependencies = [
1714
+
"hermit-abi",
1715
+
"libc",
1716
+
"log",
1717
+
"wasi",
1718
+
"windows-sys 0.52.0",
1719
+
]
1720
+
1721
+
[[package]]
1722
+
name = "never"
1723
+
version = "0.1.0"
1724
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1726
+
1727
+
[[package]]
1728
+
name = "nibble_vec"
1729
+
version = "0.1.0"
1730
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
1732
+
dependencies = [
1733
+
"smallvec",
1734
+
]
1735
+
1736
+
[[package]]
1737
+
name = "nix"
1738
+
version = "0.27.1"
1739
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1741
+
dependencies = [
1742
+
"bitflags 2.6.0",
1743
+
"cfg-if",
1744
+
"libc",
1745
+
]
1746
+
1747
+
[[package]]
1748
+
name = "normalize-path"
1749
+
version = "0.2.1"
1750
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+
checksum = "f5438dd2b2ff4c6df6e1ce22d825ed2fa93ee2922235cc45186991717f0a892d"
1752
+
1753
+
[[package]]
1754
+
name = "notify"
1755
+
version = "6.1.1"
1756
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
1758
+
dependencies = [
1759
+
"bitflags 2.6.0",
1760
+
"crossbeam-channel",
1761
+
"filetime",
1762
+
"fsevent-sys",
1763
+
"inotify 0.9.6",
1764
+
"kqueue",
1765
+
"libc",
1766
+
"log",
1767
+
"mio 0.8.11",
1768
+
"walkdir",
1769
+
"windows-sys 0.48.0",
1770
+
]
1771
+
1772
+
[[package]]
1773
+
name = "notify"
1774
+
version = "7.0.0"
1775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+
checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
1777
+
dependencies = [
1778
+
"bitflags 2.6.0",
1779
+
"filetime",
1780
+
"fsevent-sys",
1781
+
"inotify 0.10.2",
1782
+
"kqueue",
1783
+
"libc",
1784
+
"log",
1785
+
"mio 1.0.2",
1786
+
"notify-types",
1787
+
"walkdir",
1788
+
"windows-sys 0.52.0",
1789
+
]
1790
+
1791
+
[[package]]
1792
+
name = "notify-debouncer-full"
1793
+
version = "0.4.0"
1794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+
checksum = "9dcf855483228259b2353f89e99df35fc639b2b2510d1166e4858e3f67ec1afb"
1796
+
dependencies = [
1797
+
"file-id",
1798
+
"log",
1799
+
"notify 7.0.0",
1800
+
"notify-types",
1801
+
"walkdir",
1802
+
]
1803
+
1804
+
[[package]]
1805
+
name = "notify-types"
1806
+
version = "1.0.0"
1807
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+
checksum = "7393c226621f817964ffb3dc5704f9509e107a8b024b489cc2c1b217378785df"
1809
+
dependencies = [
1810
+
"instant",
1811
+
]
1812
+
1813
+
[[package]]
1814
+
name = "num-conv"
1815
+
version = "0.1.0"
1816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1817
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1818
+
1819
+
[[package]]
1820
+
name = "num-traits"
1821
+
version = "0.2.19"
1822
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1824
+
dependencies = [
1825
+
"autocfg",
1826
+
]
1827
+
1828
+
[[package]]
1829
+
name = "num_threads"
1830
+
version = "0.1.7"
1831
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1833
+
dependencies = [
1834
+
"libc",
1835
+
]
1836
+
1837
+
[[package]]
1838
+
name = "object"
1839
+
version = "0.36.5"
1840
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
1842
+
dependencies = [
1843
+
"memchr",
1844
+
]
1845
+
1846
+
[[package]]
1847
+
name = "once_cell"
1848
+
version = "1.20.2"
1849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
1851
+
1852
+
[[package]]
1853
+
name = "option-ext"
1854
+
version = "0.2.0"
1855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1857
+
1858
+
[[package]]
1859
+
name = "paris"
1860
+
version = "1.5.15"
1861
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+
checksum = "8fecab3723493c7851f292cb060f3ee1c42f19b8d749345d0d7eaf3fd19aa62d"
1863
+
1864
+
[[package]]
1865
+
name = "parking_lot"
1866
+
version = "0.12.3"
1867
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1869
+
dependencies = [
1870
+
"lock_api",
1871
+
"parking_lot_core",
1872
+
]
1873
+
1874
+
[[package]]
1875
+
name = "parking_lot_core"
1876
+
version = "0.9.10"
1877
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1879
+
dependencies = [
1880
+
"cfg-if",
1881
+
"libc",
1882
+
"redox_syscall",
1883
+
"smallvec",
1884
+
"windows-targets 0.52.6",
1885
+
]
1886
+
1887
+
[[package]]
1888
+
name = "percent-encoding"
1889
+
version = "2.3.1"
1890
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1892
+
1893
+
[[package]]
1894
+
name = "phf"
1895
+
version = "0.11.2"
1896
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1897
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1898
+
dependencies = [
1899
+
"phf_macros",
1900
+
"phf_shared",
1901
+
]
1902
+
1903
+
[[package]]
1904
+
name = "phf_generator"
1905
+
version = "0.11.2"
1906
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1908
+
dependencies = [
1909
+
"phf_shared",
1910
+
"rand",
1911
+
]
1912
+
1913
+
[[package]]
1914
+
name = "phf_macros"
1915
+
version = "0.11.2"
1916
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
1918
+
dependencies = [
1919
+
"phf_generator",
1920
+
"phf_shared",
1921
+
"proc-macro2",
1922
+
"quote",
1923
+
"syn",
1924
+
]
1925
+
1926
+
[[package]]
1927
+
name = "phf_shared"
1928
+
version = "0.11.2"
1929
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1931
+
dependencies = [
1932
+
"siphasher",
1933
+
]
1934
+
1935
+
[[package]]
1936
+
name = "pin-project-lite"
1937
+
version = "0.2.15"
1938
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
1940
+
1941
+
[[package]]
1942
+
name = "pin-utils"
1943
+
version = "0.1.0"
1944
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1946
+
1947
+
[[package]]
1948
+
name = "plist"
1949
+
version = "1.7.0"
1950
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
1952
+
dependencies = [
1953
+
"base64",
1954
+
"indexmap",
1955
+
"quick-xml 0.32.0",
1956
+
"serde",
1957
+
"time",
1958
+
]
1959
+
1960
+
[[package]]
1961
+
name = "powerfmt"
1962
+
version = "0.2.0"
1963
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1965
+
1966
+
[[package]]
1967
+
name = "ppv-lite86"
1968
+
version = "0.2.20"
1969
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
1971
+
dependencies = [
1972
+
"zerocopy",
1973
+
]
1974
+
1975
+
[[package]]
1976
+
name = "proc-macro2"
1977
+
version = "1.0.89"
1978
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
1980
+
dependencies = [
1981
+
"unicode-ident",
1982
+
]
1983
+
1984
+
[[package]]
1985
+
name = "prodash"
1986
+
version = "26.2.2"
1987
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+
checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
1989
+
1990
+
[[package]]
1991
+
name = "project-origins"
1992
+
version = "1.4.0"
1993
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+
checksum = "735c6b4b1c67863c2211cac24badb0dca9fabfe1098209834fc5e0f92eda6c2c"
1995
+
dependencies = [
1996
+
"futures",
1997
+
"tokio",
1998
+
"tokio-stream",
1999
+
]
2000
+
2001
+
[[package]]
2002
+
name = "pulldown-cmark"
2003
+
version = "0.10.3"
2004
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
2006
+
dependencies = [
2007
+
"bitflags 2.6.0",
2008
+
"getopts",
2009
+
"memchr",
2010
+
"pulldown-cmark-escape 0.10.1",
2011
+
"unicase",
2012
+
]
2013
+
2014
+
[[package]]
2015
+
name = "pulldown-cmark"
2016
+
version = "0.12.2"
2017
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
2019
+
dependencies = [
2020
+
"bitflags 2.6.0",
2021
+
"memchr",
2022
+
"pulldown-cmark-escape 0.11.0",
2023
+
"unicase",
2024
+
]
2025
+
2026
+
[[package]]
2027
+
name = "pulldown-cmark-escape"
2028
+
version = "0.10.1"
2029
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
2031
+
2032
+
[[package]]
2033
+
name = "pulldown-cmark-escape"
2034
+
version = "0.11.0"
2035
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2037
+
2038
+
[[package]]
2039
+
name = "quick-xml"
2040
+
version = "0.32.0"
2041
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
2043
+
dependencies = [
2044
+
"memchr",
2045
+
]
2046
+
2047
+
[[package]]
2048
+
name = "quick-xml"
2049
+
version = "0.36.2"
2050
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2052
+
dependencies = [
2053
+
"encoding_rs",
2054
+
"memchr",
2055
+
]
2056
+
2057
+
[[package]]
2058
+
name = "quote"
2059
+
version = "1.0.37"
2060
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2061
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2062
+
dependencies = [
2063
+
"proc-macro2",
2064
+
]
2065
+
2066
+
[[package]]
2067
+
name = "radix_trie"
2068
+
version = "0.2.1"
2069
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
2071
+
dependencies = [
2072
+
"endian-type",
2073
+
"nibble_vec",
2074
+
]
2075
+
2076
+
[[package]]
2077
+
name = "rand"
2078
+
version = "0.8.5"
2079
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2081
+
dependencies = [
2082
+
"libc",
2083
+
"rand_chacha",
2084
+
"rand_core",
2085
+
]
2086
+
2087
+
[[package]]
2088
+
name = "rand_chacha"
2089
+
version = "0.3.1"
2090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2092
+
dependencies = [
2093
+
"ppv-lite86",
2094
+
"rand_core",
2095
+
]
2096
+
2097
+
[[package]]
2098
+
name = "rand_core"
2099
+
version = "0.6.4"
2100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2102
+
dependencies = [
2103
+
"getrandom",
2104
+
]
2105
+
2106
+
[[package]]
2107
+
name = "rayon"
2108
+
version = "1.10.0"
2109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2111
+
dependencies = [
2112
+
"either",
2113
+
"rayon-core",
2114
+
]
2115
+
2116
+
[[package]]
2117
+
name = "rayon-core"
2118
+
version = "1.12.1"
2119
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2120
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2121
+
dependencies = [
2122
+
"crossbeam-deque",
2123
+
"crossbeam-utils",
2124
+
]
2125
+
2126
+
[[package]]
2127
+
name = "redox_syscall"
2128
+
version = "0.5.7"
2129
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2131
+
dependencies = [
2132
+
"bitflags 2.6.0",
2133
+
]
2134
+
2135
+
[[package]]
2136
+
name = "redox_users"
2137
+
version = "0.4.6"
2138
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2139
+
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2140
+
dependencies = [
2141
+
"getrandom",
2142
+
"libredox",
2143
+
"thiserror 1.0.69",
2144
+
]
2145
+
2146
+
[[package]]
2147
+
name = "regex"
2148
+
version = "1.11.1"
2149
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2150
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2151
+
dependencies = [
2152
+
"aho-corasick",
2153
+
"memchr",
2154
+
"regex-automata",
2155
+
"regex-syntax",
2156
+
]
2157
+
2158
+
[[package]]
2159
+
name = "regex-automata"
2160
+
version = "0.4.8"
2161
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2162
+
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2163
+
dependencies = [
2164
+
"aho-corasick",
2165
+
"memchr",
2166
+
"regex-syntax",
2167
+
]
2168
+
2169
+
[[package]]
2170
+
name = "regex-syntax"
2171
+
version = "0.8.5"
2172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2173
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2174
+
2175
+
[[package]]
2176
+
name = "rustc-demangle"
2177
+
version = "0.1.24"
2178
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2180
+
2181
+
[[package]]
2182
+
name = "rustix"
2183
+
version = "0.38.40"
2184
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2185
+
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
2186
+
dependencies = [
2187
+
"bitflags 2.6.0",
2188
+
"errno",
2189
+
"libc",
2190
+
"linux-raw-sys",
2191
+
"windows-sys 0.52.0",
2192
+
]
2193
+
2194
+
[[package]]
2195
+
name = "rustversion"
2196
+
version = "1.0.18"
2197
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2199
+
2200
+
[[package]]
2201
+
name = "ryu"
2202
+
version = "1.0.18"
2203
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2205
+
2206
+
[[package]]
2207
+
name = "same-file"
2208
+
version = "1.0.6"
2209
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2210
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2211
+
dependencies = [
2212
+
"winapi-util",
2213
+
]
2214
+
2215
+
[[package]]
2216
+
name = "scopeguard"
2217
+
version = "1.2.0"
2218
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2220
+
2221
+
[[package]]
2222
+
name = "self_cell"
2223
+
version = "1.0.4"
2224
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
2226
+
2227
+
[[package]]
2228
+
name = "serde"
2229
+
version = "1.0.214"
2230
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
2232
+
dependencies = [
2233
+
"serde_derive",
2234
+
]
2235
+
2236
+
[[package]]
2237
+
name = "serde_derive"
2238
+
version = "1.0.214"
2239
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2240
+
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
2241
+
dependencies = [
2242
+
"proc-macro2",
2243
+
"quote",
2244
+
"syn",
2245
+
]
2246
+
2247
+
[[package]]
2248
+
name = "serde_json"
2249
+
version = "1.0.132"
2250
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2251
+
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
2252
+
dependencies = [
2253
+
"itoa",
2254
+
"memchr",
2255
+
"ryu",
2256
+
"serde",
2257
+
]
2258
+
2259
+
[[package]]
2260
+
name = "serde_path_to_error"
2261
+
version = "0.1.16"
2262
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2263
+
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2264
+
dependencies = [
2265
+
"itoa",
2266
+
"serde",
2267
+
]
2268
+
2269
+
[[package]]
2270
+
name = "serde_urlencoded"
2271
+
version = "0.7.1"
2272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2274
+
dependencies = [
2275
+
"form_urlencoded",
2276
+
"itoa",
2277
+
"ryu",
2278
+
"serde",
2279
+
]
2280
+
2281
+
[[package]]
2282
+
name = "serde_yaml"
2283
+
version = "0.9.34+deprecated"
2284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2286
+
dependencies = [
2287
+
"indexmap",
2288
+
"itoa",
2289
+
"ryu",
2290
+
"serde",
2291
+
"unsafe-libyaml",
2292
+
]
2293
+
2294
+
[[package]]
2295
+
name = "sha1"
2296
+
version = "0.10.6"
2297
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2299
+
dependencies = [
2300
+
"cfg-if",
2301
+
"cpufeatures",
2302
+
"digest",
2303
+
]
2304
+
2305
+
[[package]]
2306
+
name = "sha1_smol"
2307
+
version = "1.0.1"
2308
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2310
+
2311
+
[[package]]
2312
+
name = "shlex"
2313
+
version = "1.3.0"
2314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2316
+
2317
+
[[package]]
2318
+
name = "signal-hook-registry"
2319
+
version = "1.4.2"
2320
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2321
+
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2322
+
dependencies = [
2323
+
"libc",
2324
+
]
2325
+
2326
+
[[package]]
2327
+
name = "simplelog"
2328
+
version = "0.12.2"
2329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2330
+
checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
2331
+
dependencies = [
2332
+
"log",
2333
+
"paris",
2334
+
"termcolor",
2335
+
"time",
2336
+
]
2337
+
2338
+
[[package]]
2339
+
name = "siphasher"
2340
+
version = "0.3.11"
2341
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2343
+
2344
+
[[package]]
2345
+
name = "slab"
2346
+
version = "0.4.9"
2347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2349
+
dependencies = [
2350
+
"autocfg",
2351
+
]
2352
+
2353
+
[[package]]
2354
+
name = "slug"
2355
+
version = "0.1.6"
2356
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2358
+
dependencies = [
2359
+
"deunicode",
2360
+
"wasm-bindgen",
2361
+
]
2362
+
2363
+
[[package]]
2364
+
name = "smallvec"
2365
+
version = "1.13.2"
2366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2368
+
2369
+
[[package]]
2370
+
name = "socket2"
2371
+
version = "0.5.7"
2372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2374
+
dependencies = [
2375
+
"libc",
2376
+
"windows-sys 0.52.0",
2377
+
]
2378
+
2379
+
[[package]]
2380
+
name = "strsim"
2381
+
version = "0.11.1"
2382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2384
+
2385
+
[[package]]
2386
+
name = "syn"
2387
+
version = "2.0.87"
2388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2389
+
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
2390
+
dependencies = [
2391
+
"proc-macro2",
2392
+
"quote",
2393
+
"unicode-ident",
2394
+
]
2395
+
2396
+
[[package]]
2397
+
name = "sync_wrapper"
2398
+
version = "0.1.2"
2399
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2400
+
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2401
+
2402
+
[[package]]
2403
+
name = "sync_wrapper"
2404
+
version = "1.0.1"
2405
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2407
+
2408
+
[[package]]
2409
+
name = "syntect"
2410
+
version = "5.2.0"
2411
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
2413
+
dependencies = [
2414
+
"bincode",
2415
+
"bitflags 1.3.2",
2416
+
"fancy-regex",
2417
+
"flate2",
2418
+
"fnv",
2419
+
"once_cell",
2420
+
"plist",
2421
+
"regex-syntax",
2422
+
"serde",
2423
+
"serde_derive",
2424
+
"serde_json",
2425
+
"thiserror 1.0.69",
2426
+
"walkdir",
2427
+
"yaml-rust",
2428
+
]
2429
+
2430
+
[[package]]
2431
+
name = "tempfile"
2432
+
version = "3.14.0"
2433
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2434
+
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
2435
+
dependencies = [
2436
+
"cfg-if",
2437
+
"fastrand",
2438
+
"once_cell",
2439
+
"rustix",
2440
+
"windows-sys 0.59.0",
2441
+
]
2442
+
2443
+
[[package]]
2444
+
name = "termcolor"
2445
+
version = "1.4.1"
2446
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2448
+
dependencies = [
2449
+
"winapi-util",
2450
+
]
2451
+
2452
+
[[package]]
2453
+
name = "thiserror"
2454
+
version = "1.0.69"
2455
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2457
+
dependencies = [
2458
+
"thiserror-impl 1.0.69",
2459
+
]
2460
+
2461
+
[[package]]
2462
+
name = "thiserror"
2463
+
version = "2.0.2"
2464
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2465
+
checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8"
2466
+
dependencies = [
2467
+
"thiserror-impl 2.0.2",
2468
+
]
2469
+
2470
+
[[package]]
2471
+
name = "thiserror-impl"
2472
+
version = "1.0.69"
2473
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2474
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2475
+
dependencies = [
2476
+
"proc-macro2",
2477
+
"quote",
2478
+
"syn",
2479
+
]
2480
+
2481
+
[[package]]
2482
+
name = "thiserror-impl"
2483
+
version = "2.0.2"
2484
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+
checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69"
2486
+
dependencies = [
2487
+
"proc-macro2",
2488
+
"quote",
2489
+
"syn",
2490
+
]
2491
+
2492
+
[[package]]
2493
+
name = "time"
2494
+
version = "0.3.36"
2495
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2497
+
dependencies = [
2498
+
"deranged",
2499
+
"itoa",
2500
+
"libc",
2501
+
"num-conv",
2502
+
"num_threads",
2503
+
"powerfmt",
2504
+
"serde",
2505
+
"time-core",
2506
+
"time-macros",
2507
+
]
2508
+
2509
+
[[package]]
2510
+
name = "time-core"
2511
+
version = "0.1.2"
2512
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2514
+
2515
+
[[package]]
2516
+
name = "time-macros"
2517
+
version = "0.2.18"
2518
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2520
+
dependencies = [
2521
+
"num-conv",
2522
+
"time-core",
2523
+
]
2524
+
2525
+
[[package]]
2526
+
name = "tinyvec"
2527
+
version = "1.8.0"
2528
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2529
+
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2530
+
dependencies = [
2531
+
"tinyvec_macros",
2532
+
]
2533
+
2534
+
[[package]]
2535
+
name = "tinyvec_macros"
2536
+
version = "0.1.1"
2537
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2539
+
2540
+
[[package]]
2541
+
name = "tokio"
2542
+
version = "1.41.1"
2543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2544
+
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
2545
+
dependencies = [
2546
+
"backtrace",
2547
+
"bytes",
2548
+
"libc",
2549
+
"mio 1.0.2",
2550
+
"parking_lot",
2551
+
"pin-project-lite",
2552
+
"signal-hook-registry",
2553
+
"socket2",
2554
+
"tokio-macros",
2555
+
"windows-sys 0.52.0",
2556
+
]
2557
+
2558
+
[[package]]
2559
+
name = "tokio-macros"
2560
+
version = "2.4.0"
2561
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2562
+
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2563
+
dependencies = [
2564
+
"proc-macro2",
2565
+
"quote",
2566
+
"syn",
2567
+
]
2568
+
2569
+
[[package]]
2570
+
name = "tokio-stream"
2571
+
version = "0.1.16"
2572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
2574
+
dependencies = [
2575
+
"futures-core",
2576
+
"pin-project-lite",
2577
+
"tokio",
2578
+
]
2579
+
2580
+
[[package]]
2581
+
name = "tokio-tungstenite"
2582
+
version = "0.24.0"
2583
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2584
+
checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2585
+
dependencies = [
2586
+
"futures-util",
2587
+
"log",
2588
+
"tokio",
2589
+
"tungstenite",
2590
+
]
2591
+
2592
+
[[package]]
2593
+
name = "tokio-util"
2594
+
version = "0.7.12"
2595
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2596
+
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2597
+
dependencies = [
2598
+
"bytes",
2599
+
"futures-core",
2600
+
"futures-sink",
2601
+
"pin-project-lite",
2602
+
"tokio",
2603
+
]
2604
+
2605
+
[[package]]
2606
+
name = "tower"
2607
+
version = "0.4.13"
2608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2610
+
dependencies = [
2611
+
"tower-layer",
2612
+
"tower-service",
2613
+
"tracing",
2614
+
]
2615
+
2616
+
[[package]]
2617
+
name = "tower"
2618
+
version = "0.5.1"
2619
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2620
+
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
2621
+
dependencies = [
2622
+
"futures-core",
2623
+
"futures-util",
2624
+
"pin-project-lite",
2625
+
"sync_wrapper 0.1.2",
2626
+
"tokio",
2627
+
"tower-layer",
2628
+
"tower-service",
2629
+
"tracing",
2630
+
]
2631
+
2632
+
[[package]]
2633
+
name = "tower-http"
2634
+
version = "0.5.2"
2635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2637
+
dependencies = [
2638
+
"bitflags 2.6.0",
2639
+
"bytes",
2640
+
"futures-util",
2641
+
"http",
2642
+
"http-body",
2643
+
"http-body-util",
2644
+
"http-range-header",
2645
+
"httpdate",
2646
+
"mime",
2647
+
"mime_guess",
2648
+
"percent-encoding",
2649
+
"pin-project-lite",
2650
+
"tokio",
2651
+
"tokio-util",
2652
+
"tower-layer",
2653
+
"tower-service",
2654
+
"tracing",
2655
+
]
2656
+
2657
+
[[package]]
2658
+
name = "tower-layer"
2659
+
version = "0.3.3"
2660
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2661
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2662
+
2663
+
[[package]]
2664
+
name = "tower-service"
2665
+
version = "0.3.3"
2666
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2667
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2668
+
2669
+
[[package]]
2670
+
name = "tracing"
2671
+
version = "0.1.40"
2672
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2673
+
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2674
+
dependencies = [
2675
+
"log",
2676
+
"pin-project-lite",
2677
+
"tracing-attributes",
2678
+
"tracing-core",
2679
+
]
2680
+
2681
+
[[package]]
2682
+
name = "tracing-attributes"
2683
+
version = "0.1.27"
2684
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2686
+
dependencies = [
2687
+
"proc-macro2",
2688
+
"quote",
2689
+
"syn",
2690
+
]
2691
+
2692
+
[[package]]
2693
+
name = "tracing-core"
2694
+
version = "0.1.32"
2695
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2697
+
dependencies = [
2698
+
"once_cell",
2699
+
]
2700
+
2701
+
[[package]]
2702
+
name = "tungstenite"
2703
+
version = "0.24.0"
2704
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2706
+
dependencies = [
2707
+
"byteorder",
2708
+
"bytes",
2709
+
"data-encoding",
2710
+
"http",
2711
+
"httparse",
2712
+
"log",
2713
+
"rand",
2714
+
"sha1",
2715
+
"thiserror 1.0.69",
2716
+
"utf-8",
2717
+
]
2718
+
2719
+
[[package]]
2720
+
name = "typenum"
2721
+
version = "1.17.0"
2722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2723
+
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2724
+
2725
+
[[package]]
2726
+
name = "unicase"
2727
+
version = "2.8.0"
2728
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
2730
+
2731
+
[[package]]
2732
+
name = "unicode-bom"
2733
+
version = "2.0.3"
2734
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2735
+
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2736
+
2737
+
[[package]]
2738
+
name = "unicode-ident"
2739
+
version = "1.0.13"
2740
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2742
+
2743
+
[[package]]
2744
+
name = "unicode-normalization"
2745
+
version = "0.1.24"
2746
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2748
+
dependencies = [
2749
+
"tinyvec",
2750
+
]
2751
+
2752
+
[[package]]
2753
+
name = "unicode-segmentation"
2754
+
version = "1.12.0"
2755
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2757
+
2758
+
[[package]]
2759
+
name = "unicode-width"
2760
+
version = "0.1.14"
2761
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2762
+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2763
+
2764
+
[[package]]
2765
+
name = "unicode-width"
2766
+
version = "0.2.0"
2767
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2768
+
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2769
+
2770
+
[[package]]
2771
+
name = "unsafe-libyaml"
2772
+
version = "0.2.11"
2773
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2774
+
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2775
+
2776
+
[[package]]
2777
+
name = "utf-8"
2778
+
version = "0.7.6"
2779
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2780
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2781
+
2782
+
[[package]]
2783
+
name = "utf8parse"
2784
+
version = "0.2.2"
2785
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2786
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2787
+
2788
+
[[package]]
2789
+
name = "uuid"
2790
+
version = "1.11.0"
2791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2792
+
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2793
+
dependencies = [
2794
+
"serde",
2795
+
"sha1_smol",
2796
+
]
2797
+
2798
+
[[package]]
2799
+
name = "version_check"
2800
+
version = "0.9.5"
2801
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2802
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2803
+
2804
+
[[package]]
2805
+
name = "walkdir"
2806
+
version = "2.5.0"
2807
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2808
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2809
+
dependencies = [
2810
+
"same-file",
2811
+
"winapi-util",
2812
+
]
2813
+
2814
+
[[package]]
2815
+
name = "wasi"
2816
+
version = "0.11.0+wasi-snapshot-preview1"
2817
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2819
+
2820
+
[[package]]
2821
+
name = "wasm-bindgen"
2822
+
version = "0.2.95"
2823
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2825
+
dependencies = [
2826
+
"cfg-if",
2827
+
"once_cell",
2828
+
"wasm-bindgen-macro",
2829
+
]
2830
+
2831
+
[[package]]
2832
+
name = "wasm-bindgen-backend"
2833
+
version = "0.2.95"
2834
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2835
+
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
2836
+
dependencies = [
2837
+
"bumpalo",
2838
+
"log",
2839
+
"once_cell",
2840
+
"proc-macro2",
2841
+
"quote",
2842
+
"syn",
2843
+
"wasm-bindgen-shared",
2844
+
]
2845
+
2846
+
[[package]]
2847
+
name = "wasm-bindgen-macro"
2848
+
version = "0.2.95"
2849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2850
+
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2851
+
dependencies = [
2852
+
"quote",
2853
+
"wasm-bindgen-macro-support",
2854
+
]
2855
+
2856
+
[[package]]
2857
+
name = "wasm-bindgen-macro-support"
2858
+
version = "0.2.95"
2859
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
2861
+
dependencies = [
2862
+
"proc-macro2",
2863
+
"quote",
2864
+
"syn",
2865
+
"wasm-bindgen-backend",
2866
+
"wasm-bindgen-shared",
2867
+
]
2868
+
2869
+
[[package]]
2870
+
name = "wasm-bindgen-shared"
2871
+
version = "0.2.95"
2872
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2873
+
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
2874
+
2875
+
[[package]]
2876
+
name = "watchexec"
2877
+
version = "3.0.1"
2878
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2879
+
checksum = "b4ffe232bb6205a38dae0832b972b25039bdb80a2b1d915448c8c1ba280f1fee"
2880
+
dependencies = [
2881
+
"async-priority-channel",
2882
+
"async-recursion",
2883
+
"atomic-take",
2884
+
"command-group",
2885
+
"futures",
2886
+
"ignore-files",
2887
+
"miette",
2888
+
"nix",
2889
+
"normalize-path",
2890
+
"notify 6.1.1",
2891
+
"once_cell",
2892
+
"project-origins",
2893
+
"thiserror 1.0.69",
2894
+
"tokio",
2895
+
"tracing",
2896
+
"watchexec-events",
2897
+
"watchexec-signals",
2898
+
"watchexec-supervisor",
2899
+
]
2900
+
2901
+
[[package]]
2902
+
name = "watchexec-events"
2903
+
version = "2.0.1"
2904
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2905
+
checksum = "8fa905a7f327bfdda78b9c06831d3180a419b7b722bd1ef779ac13ff2ab69df0"
2906
+
dependencies = [
2907
+
"nix",
2908
+
"notify 6.1.1",
2909
+
"watchexec-signals",
2910
+
]
2911
+
2912
+
[[package]]
2913
+
name = "watchexec-signals"
2914
+
version = "2.1.0"
2915
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2916
+
checksum = "af0a778522cf0fc2fa8a8f1380e32893208cb2e7fd33e64de8bd81a00a2a7838"
2917
+
dependencies = [
2918
+
"miette",
2919
+
"nix",
2920
+
"thiserror 1.0.69",
2921
+
]
2922
+
2923
+
[[package]]
2924
+
name = "watchexec-supervisor"
2925
+
version = "1.0.3"
2926
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2927
+
checksum = "6214815382a9cadf1f0e521e3c28ae4e02541b96622d0e78053f03b730a1437f"
2928
+
dependencies = [
2929
+
"command-group",
2930
+
"futures",
2931
+
"nix",
2932
+
"tokio",
2933
+
"tracing",
2934
+
"watchexec-events",
2935
+
"watchexec-signals",
2936
+
]
2937
+
2938
+
[[package]]
2939
+
name = "winapi"
2940
+
version = "0.3.9"
2941
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2942
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2943
+
dependencies = [
2944
+
"winapi-i686-pc-windows-gnu",
2945
+
"winapi-x86_64-pc-windows-gnu",
2946
+
]
2947
+
2948
+
[[package]]
2949
+
name = "winapi-i686-pc-windows-gnu"
2950
+
version = "0.4.0"
2951
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2952
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2953
+
2954
+
[[package]]
2955
+
name = "winapi-util"
2956
+
version = "0.1.9"
2957
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2958
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2959
+
dependencies = [
2960
+
"windows-sys 0.59.0",
2961
+
]
2962
+
2963
+
[[package]]
2964
+
name = "winapi-x86_64-pc-windows-gnu"
2965
+
version = "0.4.0"
2966
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2967
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2968
+
2969
+
[[package]]
2970
+
name = "windows-core"
2971
+
version = "0.52.0"
2972
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2973
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2974
+
dependencies = [
2975
+
"windows-targets 0.52.6",
2976
+
]
2977
+
2978
+
[[package]]
2979
+
name = "windows-sys"
2980
+
version = "0.48.0"
2981
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2982
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2983
+
dependencies = [
2984
+
"windows-targets 0.48.5",
2985
+
]
2986
+
2987
+
[[package]]
2988
+
name = "windows-sys"
2989
+
version = "0.52.0"
2990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2991
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2992
+
dependencies = [
2993
+
"windows-targets 0.52.6",
2994
+
]
2995
+
2996
+
[[package]]
2997
+
name = "windows-sys"
2998
+
version = "0.59.0"
2999
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3000
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3001
+
dependencies = [
3002
+
"windows-targets 0.52.6",
3003
+
]
3004
+
3005
+
[[package]]
3006
+
name = "windows-targets"
3007
+
version = "0.48.5"
3008
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3009
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3010
+
dependencies = [
3011
+
"windows_aarch64_gnullvm 0.48.5",
3012
+
"windows_aarch64_msvc 0.48.5",
3013
+
"windows_i686_gnu 0.48.5",
3014
+
"windows_i686_msvc 0.48.5",
3015
+
"windows_x86_64_gnu 0.48.5",
3016
+
"windows_x86_64_gnullvm 0.48.5",
3017
+
"windows_x86_64_msvc 0.48.5",
3018
+
]
3019
+
3020
+
[[package]]
3021
+
name = "windows-targets"
3022
+
version = "0.52.6"
3023
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3024
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3025
+
dependencies = [
3026
+
"windows_aarch64_gnullvm 0.52.6",
3027
+
"windows_aarch64_msvc 0.52.6",
3028
+
"windows_i686_gnu 0.52.6",
3029
+
"windows_i686_gnullvm",
3030
+
"windows_i686_msvc 0.52.6",
3031
+
"windows_x86_64_gnu 0.52.6",
3032
+
"windows_x86_64_gnullvm 0.52.6",
3033
+
"windows_x86_64_msvc 0.52.6",
3034
+
]
3035
+
3036
+
[[package]]
3037
+
name = "windows_aarch64_gnullvm"
3038
+
version = "0.48.5"
3039
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3040
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3041
+
3042
+
[[package]]
3043
+
name = "windows_aarch64_gnullvm"
3044
+
version = "0.52.6"
3045
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3046
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3047
+
3048
+
[[package]]
3049
+
name = "windows_aarch64_msvc"
3050
+
version = "0.48.5"
3051
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3052
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3053
+
3054
+
[[package]]
3055
+
name = "windows_aarch64_msvc"
3056
+
version = "0.52.6"
3057
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3058
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3059
+
3060
+
[[package]]
3061
+
name = "windows_i686_gnu"
3062
+
version = "0.48.5"
3063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3064
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3065
+
3066
+
[[package]]
3067
+
name = "windows_i686_gnu"
3068
+
version = "0.52.6"
3069
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3070
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3071
+
3072
+
[[package]]
3073
+
name = "windows_i686_gnullvm"
3074
+
version = "0.52.6"
3075
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3076
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3077
+
3078
+
[[package]]
3079
+
name = "windows_i686_msvc"
3080
+
version = "0.48.5"
3081
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3082
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3083
+
3084
+
[[package]]
3085
+
name = "windows_i686_msvc"
3086
+
version = "0.52.6"
3087
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3089
+
3090
+
[[package]]
3091
+
name = "windows_x86_64_gnu"
3092
+
version = "0.48.5"
3093
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3094
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3095
+
3096
+
[[package]]
3097
+
name = "windows_x86_64_gnu"
3098
+
version = "0.52.6"
3099
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3100
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3101
+
3102
+
[[package]]
3103
+
name = "windows_x86_64_gnullvm"
3104
+
version = "0.48.5"
3105
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3106
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3107
+
3108
+
[[package]]
3109
+
name = "windows_x86_64_gnullvm"
3110
+
version = "0.52.6"
3111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3112
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3113
+
3114
+
[[package]]
3115
+
name = "windows_x86_64_msvc"
3116
+
version = "0.48.5"
3117
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3118
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3119
+
3120
+
[[package]]
3121
+
name = "windows_x86_64_msvc"
3122
+
version = "0.52.6"
3123
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3124
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3125
+
3126
+
[[package]]
3127
+
name = "winnow"
3128
+
version = "0.5.40"
3129
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3130
+
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
3131
+
dependencies = [
3132
+
"memchr",
3133
+
]
3134
+
3135
+
[[package]]
3136
+
name = "xmlparser"
3137
+
version = "0.13.6"
3138
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3139
+
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
3140
+
3141
+
[[package]]
3142
+
name = "yaml-rust"
3143
+
version = "0.4.5"
3144
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3145
+
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
3146
+
dependencies = [
3147
+
"linked-hash-map",
3148
+
]
3149
+
3150
+
[[package]]
3151
+
name = "zerocopy"
3152
+
version = "0.7.35"
3153
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3154
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3155
+
dependencies = [
3156
+
"byteorder",
3157
+
"zerocopy-derive",
3158
+
]
3159
+
3160
+
[[package]]
3161
+
name = "zerocopy-derive"
3162
+
version = "0.7.35"
3163
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3164
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3165
+
dependencies = [
3166
+
"proc-macro2",
3167
+
"quote",
3168
+
"syn",
3169
+
]
+35
Cargo.toml
+35
Cargo.toml
···
1
+
[workspace]
2
+
resolver = "2"
3
+
members = ["lx", "lx/crates/*"]
4
+
5
+
[workspace.package]
6
+
version = "1.0.0"
7
+
authors = ["Chris Krycho <hello@chriskrycho.com>"]
8
+
edition = "2021"
9
+
description = "⚡️ My hyper-specialized tool for building my own website."
10
+
repository = "https://github.com/chriskrycho/v6.chriskrycho.com"
11
+
homepage = "https://github.com/chriskrycho/v6.chriskrycho.com"
12
+
documentation = "https://github.com/chriskrycho/v6.chriskrycho.com"
13
+
readme = "README.md"
14
+
license = "BlueOak-1.0.0"
15
+
16
+
[workspace.dependencies]
17
+
anyhow = "1"
18
+
clap = { version = "4", features = ["unicode", "cargo", "derive"] }
19
+
clap_complete = "4"
20
+
count-md = "0.1"
21
+
dirs = "5"
22
+
lazy_static = "1.4"
23
+
log = "0.4.20"
24
+
rayon = "1"
25
+
serde = { version = "1", features = ["derive"] }
26
+
serde_json = "1"
27
+
serde_yaml = "0.9"
28
+
simplelog = { version = "0.12", features = ["paris"] }
29
+
syntect = { version = "5", default-features = false, features = [
30
+
"default-fancy",
31
+
] }
32
+
thiserror = "2"
33
+
34
+
[profile.dev]
35
+
split-debuginfo = "unpacked"
+262
-239
lx/Cargo.lock
+262
-239
lx/Cargo.lock
···
40
40
41
41
[[package]]
42
42
name = "allocator-api2"
43
-
version = "0.2.19"
43
+
version = "0.2.21"
44
44
source = "registry+https://github.com/rust-lang/crates.io-index"
45
-
checksum = "611cc2ae7d2e242c457e4be7f97036b8ad9ca152b499f53faf99b1ed8fc2553f"
45
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
46
46
47
47
[[package]]
48
48
name = "android-tzdata"
···
100
100
101
101
[[package]]
102
102
name = "anstyle-wincon"
103
-
version = "3.0.6"
103
+
version = "3.0.7"
104
104
source = "registry+https://github.com/rust-lang/crates.io-index"
105
-
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
105
+
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
106
106
dependencies = [
107
107
"anstyle",
108
+
"once_cell",
108
109
"windows-sys 0.59.0",
109
110
]
110
111
111
112
[[package]]
112
113
name = "anyhow"
113
-
version = "1.0.93"
114
+
version = "1.0.95"
114
115
source = "registry+https://github.com/rust-lang/crates.io-index"
115
-
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
116
+
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
116
117
117
118
[[package]]
118
119
name = "async-priority-channel"
···
136
137
137
138
[[package]]
138
139
name = "async-trait"
139
-
version = "0.1.83"
140
+
version = "0.1.86"
140
141
source = "registry+https://github.com/rust-lang/crates.io-index"
141
-
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
142
+
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
142
143
dependencies = [
143
144
"proc-macro2",
144
145
"quote",
···
147
148
148
149
[[package]]
149
150
name = "atom_syndication"
150
-
version = "0.12.4"
151
+
version = "0.12.6"
151
152
source = "registry+https://github.com/rust-lang/crates.io-index"
152
-
checksum = "2a3a5ed3201df5658d1aa45060c5a57dc9dba8a8ada20d696d67cb0c479ee043"
153
+
checksum = "ec03a6e158ee0f38bfba811976ae909bc2505a4a2f4049c7e8df47df3497b119"
153
154
dependencies = [
154
155
"chrono",
155
156
"derive_builder",
156
157
"diligent-date-parser",
157
158
"never",
158
-
"quick-xml 0.36.2",
159
+
"quick-xml 0.37.2",
159
160
"serde",
160
161
]
161
162
···
179
180
180
181
[[package]]
181
182
name = "axum"
182
-
version = "0.7.7"
183
+
version = "0.7.9"
183
184
source = "registry+https://github.com/rust-lang/crates.io-index"
184
-
checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae"
185
+
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
185
186
dependencies = [
186
187
"async-trait",
187
188
"axum-core",
···
205
206
"serde_path_to_error",
206
207
"serde_urlencoded",
207
208
"sha1",
208
-
"sync_wrapper 1.0.1",
209
+
"sync_wrapper",
209
210
"tokio",
210
211
"tokio-tungstenite",
211
-
"tower 0.5.1",
212
+
"tower 0.5.2",
212
213
"tower-layer",
213
214
"tower-service",
214
215
"tracing",
···
229
230
"mime",
230
231
"pin-project-lite",
231
232
"rustversion",
232
-
"sync_wrapper 1.0.1",
233
+
"sync_wrapper",
233
234
"tower-layer",
234
235
"tower-service",
235
236
"tracing",
···
288
289
289
290
[[package]]
290
291
name = "bitflags"
291
-
version = "2.6.0"
292
+
version = "2.8.0"
292
293
source = "registry+https://github.com/rust-lang/crates.io-index"
293
-
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
294
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
294
295
295
296
[[package]]
296
297
name = "block-buffer"
···
303
304
304
305
[[package]]
305
306
name = "bstr"
306
-
version = "1.10.0"
307
+
version = "1.11.3"
307
308
source = "registry+https://github.com/rust-lang/crates.io-index"
308
-
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
309
+
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
309
310
dependencies = [
310
311
"memchr",
311
312
"regex-automata",
···
323
324
324
325
[[package]]
325
326
name = "bumpalo"
326
-
version = "3.16.0"
327
+
version = "3.17.0"
327
328
source = "registry+https://github.com/rust-lang/crates.io-index"
328
-
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
329
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
329
330
330
331
[[package]]
331
332
name = "byteorder"
···
335
336
336
337
[[package]]
337
338
name = "bytes"
338
-
version = "1.8.0"
339
+
version = "1.10.0"
339
340
source = "registry+https://github.com/rust-lang/crates.io-index"
340
-
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
341
+
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
341
342
342
343
[[package]]
343
344
name = "cc"
344
-
version = "1.1.37"
345
+
version = "1.2.13"
345
346
source = "registry+https://github.com/rust-lang/crates.io-index"
346
-
checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf"
347
+
checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
347
348
dependencies = [
348
349
"shlex",
349
350
]
···
356
357
357
358
[[package]]
358
359
name = "chrono"
359
-
version = "0.4.38"
360
+
version = "0.4.39"
360
361
source = "registry+https://github.com/rust-lang/crates.io-index"
361
-
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
362
+
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
362
363
dependencies = [
363
364
"android-tzdata",
364
365
"iana-time-zone",
···
371
372
372
373
[[package]]
373
374
name = "clap"
374
-
version = "4.5.20"
375
+
version = "4.5.28"
375
376
source = "registry+https://github.com/rust-lang/crates.io-index"
376
-
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
377
+
checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
377
378
dependencies = [
378
379
"clap_builder",
379
380
"clap_derive",
···
381
382
382
383
[[package]]
383
384
name = "clap_builder"
384
-
version = "4.5.20"
385
+
version = "4.5.27"
385
386
source = "registry+https://github.com/rust-lang/crates.io-index"
386
-
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
387
+
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
387
388
dependencies = [
388
389
"anstream",
389
390
"anstyle",
···
395
396
396
397
[[package]]
397
398
name = "clap_complete"
398
-
version = "4.5.37"
399
+
version = "4.5.44"
399
400
source = "registry+https://github.com/rust-lang/crates.io-index"
400
-
checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595"
401
+
checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6"
401
402
dependencies = [
402
403
"clap",
403
404
]
404
405
405
406
[[package]]
406
407
name = "clap_derive"
407
-
version = "4.5.18"
408
+
version = "4.5.28"
408
409
source = "registry+https://github.com/rust-lang/crates.io-index"
409
-
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
410
+
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
410
411
dependencies = [
411
412
"heck",
412
413
"proc-macro2",
···
416
417
417
418
[[package]]
418
419
name = "clap_lex"
419
-
version = "0.7.2"
420
+
version = "0.7.4"
420
421
source = "registry+https://github.com/rust-lang/crates.io-index"
421
-
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
422
+
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
422
423
423
424
[[package]]
424
425
name = "codemap"
···
456
457
source = "registry+https://github.com/rust-lang/crates.io-index"
457
458
checksum = "a83ca1be73e50a49521ae1c1f1a7c588b1a03c499649d01846b3bc2631f8418e"
458
459
dependencies = [
459
-
"bitflags 2.6.0",
460
+
"bitflags 2.8.0",
460
461
"clap",
461
462
"clap_complete",
462
463
"notify 6.1.1",
···
469
470
470
471
[[package]]
471
472
name = "cpufeatures"
472
-
version = "0.2.14"
473
+
version = "0.2.17"
473
474
source = "registry+https://github.com/rust-lang/crates.io-index"
474
-
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
475
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
475
476
dependencies = [
476
477
"libc",
477
478
]
···
487
488
488
489
[[package]]
489
490
name = "crossbeam-channel"
490
-
version = "0.5.13"
491
+
version = "0.5.14"
491
492
source = "registry+https://github.com/rust-lang/crates.io-index"
492
-
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
493
+
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
493
494
dependencies = [
494
495
"crossbeam-utils",
495
496
]
496
497
497
498
[[package]]
498
499
name = "crossbeam-deque"
499
-
version = "0.8.5"
500
+
version = "0.8.6"
500
501
source = "registry+https://github.com/rust-lang/crates.io-index"
501
-
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
502
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
502
503
dependencies = [
503
504
"crossbeam-epoch",
504
505
"crossbeam-utils",
···
515
516
516
517
[[package]]
517
518
name = "crossbeam-utils"
518
-
version = "0.8.20"
519
+
version = "0.8.21"
519
520
source = "registry+https://github.com/rust-lang/crates.io-index"
520
-
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
521
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
521
522
522
523
[[package]]
523
524
name = "crypto-common"
···
566
567
567
568
[[package]]
568
569
name = "data-encoding"
569
-
version = "2.6.0"
570
+
version = "2.8.0"
570
571
source = "registry+https://github.com/rust-lang/crates.io-index"
571
-
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
572
+
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
572
573
573
574
[[package]]
574
575
name = "deranged"
···
628
629
629
630
[[package]]
630
631
name = "diligent-date-parser"
631
-
version = "0.1.4"
632
+
version = "0.1.5"
632
633
source = "registry+https://github.com/rust-lang/crates.io-index"
633
-
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
634
+
checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
634
635
dependencies = [
635
636
"chrono",
636
637
]
···
691
692
692
693
[[package]]
693
694
name = "errno"
694
-
version = "0.3.9"
695
+
version = "0.3.10"
695
696
source = "registry+https://github.com/rust-lang/crates.io-index"
696
-
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
697
+
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
697
698
dependencies = [
698
699
"libc",
699
-
"windows-sys 0.52.0",
700
+
"windows-sys 0.59.0",
700
701
]
701
702
702
703
[[package]]
···
726
727
727
728
[[package]]
728
729
name = "fastrand"
729
-
version = "2.2.0"
730
+
version = "2.3.0"
730
731
source = "registry+https://github.com/rust-lang/crates.io-index"
731
-
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
732
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
732
733
733
734
[[package]]
734
735
name = "file-id"
···
753
754
754
755
[[package]]
755
756
name = "flate2"
756
-
version = "1.0.34"
757
+
version = "1.0.35"
757
758
source = "registry+https://github.com/rust-lang/crates.io-index"
758
-
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
759
+
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
759
760
dependencies = [
760
761
"crc32fast",
761
762
"miniz_oxide",
···
902
903
"cfg-if",
903
904
"js-sys",
904
905
"libc",
905
-
"wasi",
906
+
"wasi 0.11.0+wasi-snapshot-preview1",
906
907
"wasm-bindgen",
907
908
]
908
909
909
910
[[package]]
911
+
name = "getrandom"
912
+
version = "0.3.1"
913
+
source = "registry+https://github.com/rust-lang/crates.io-index"
914
+
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
915
+
dependencies = [
916
+
"cfg-if",
917
+
"libc",
918
+
"wasi 0.13.3+wasi-0.2.2",
919
+
"windows-targets 0.52.6",
920
+
]
921
+
922
+
[[package]]
910
923
name = "gimli"
911
924
version = "0.31.1"
912
925
source = "registry+https://github.com/rust-lang/crates.io-index"
···
949
962
950
963
[[package]]
951
964
name = "gix-config-value"
952
-
version = "0.14.9"
965
+
version = "0.14.11"
953
966
source = "registry+https://github.com/rust-lang/crates.io-index"
954
-
checksum = "f3de3fdca9c75fa4b83a76583d265fa49b1de6b088ebcd210749c24ceeb74660"
967
+
checksum = "11365144ef93082f3403471dbaa94cfe4b5e72743bdb9560719a251d439f4cee"
955
968
dependencies = [
956
-
"bitflags 2.6.0",
969
+
"bitflags 2.8.0",
957
970
"bstr",
958
971
"gix-path",
959
972
"libc",
960
-
"thiserror 1.0.69",
973
+
"thiserror 2.0.11",
961
974
]
962
975
963
976
[[package]]
···
1001
1014
source = "registry+https://github.com/rust-lang/crates.io-index"
1002
1015
checksum = "5db19298c5eeea2961e5b3bf190767a2d1f09b8802aeb5f258e42276350aff19"
1003
1016
dependencies = [
1004
-
"bitflags 2.6.0",
1017
+
"bitflags 2.8.0",
1005
1018
"bstr",
1006
1019
"gix-features",
1007
1020
"gix-path",
···
1049
1062
1050
1063
[[package]]
1051
1064
name = "gix-path"
1052
-
version = "0.10.12"
1065
+
version = "0.10.14"
1053
1066
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
-
checksum = "c04e5a94fdb56b1e91eb7df2658ad16832428b8eeda24ff1a0f0288de2bce554"
1067
+
checksum = "c40f12bb65a8299be0cfb90fe718e3be236b7a94b434877012980863a883a99f"
1055
1068
dependencies = [
1056
1069
"bstr",
1057
1070
"gix-trace",
1058
1071
"home",
1059
1072
"once_cell",
1060
-
"thiserror 1.0.69",
1073
+
"thiserror 2.0.11",
1061
1074
]
1062
1075
1063
1076
[[package]]
···
1083
1096
1084
1097
[[package]]
1085
1098
name = "gix-sec"
1086
-
version = "0.10.9"
1099
+
version = "0.10.11"
1087
1100
source = "registry+https://github.com/rust-lang/crates.io-index"
1088
-
checksum = "a2007538eda296445c07949cf04f4a767307d887184d6b3e83e2d636533ddc6e"
1101
+
checksum = "d84dae13271f4313f8d60a166bf27e54c968c7c33e2ffd31c48cafe5da649875"
1089
1102
dependencies = [
1090
-
"bitflags 2.6.0",
1103
+
"bitflags 2.8.0",
1091
1104
"gix-path",
1092
1105
"libc",
1093
1106
"windows-sys 0.52.0",
···
1108
1121
1109
1122
[[package]]
1110
1123
name = "gix-trace"
1111
-
version = "0.1.11"
1124
+
version = "0.1.12"
1112
1125
source = "registry+https://github.com/rust-lang/crates.io-index"
1113
-
checksum = "04bdde120c29f1fc23a24d3e115aeeea3d60d8e65bab92cc5f9d90d9302eb952"
1126
+
checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
1114
1127
1115
1128
[[package]]
1116
1129
name = "gix-utils"
1117
-
version = "0.1.13"
1130
+
version = "0.1.14"
1118
1131
source = "registry+https://github.com/rust-lang/crates.io-index"
1119
-
checksum = "ba427e3e9599508ed98a6ddf8ed05493db114564e338e41f6a996d2e4790335f"
1132
+
checksum = "ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f"
1120
1133
dependencies = [
1121
1134
"fastrand",
1122
1135
"unicode-normalization",
···
1134
1147
1135
1148
[[package]]
1136
1149
name = "glob"
1137
-
version = "0.3.1"
1150
+
version = "0.3.2"
1138
1151
source = "registry+https://github.com/rust-lang/crates.io-index"
1139
-
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1152
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1140
1153
1141
1154
[[package]]
1142
1155
name = "globset"
···
1158
1171
checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
1159
1172
dependencies = [
1160
1173
"clap",
1161
-
"getrandom",
1174
+
"getrandom 0.2.15",
1162
1175
"grass_compiler",
1163
1176
]
1164
1177
···
1178
1191
1179
1192
[[package]]
1180
1193
name = "h2"
1181
-
version = "0.4.6"
1194
+
version = "0.4.7"
1182
1195
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
-
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
1196
+
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
1184
1197
dependencies = [
1185
1198
"atomic-waker",
1186
1199
"bytes",
···
1207
1220
1208
1221
[[package]]
1209
1222
name = "hashbrown"
1210
-
version = "0.15.1"
1223
+
version = "0.15.2"
1211
1224
source = "registry+https://github.com/rust-lang/crates.io-index"
1212
-
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
1225
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1213
1226
1214
1227
[[package]]
1215
1228
name = "heck"
···
1218
1231
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1219
1232
1220
1233
[[package]]
1221
-
name = "hermit-abi"
1222
-
version = "0.3.9"
1223
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1224
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1225
-
1226
-
[[package]]
1227
1234
name = "home"
1228
-
version = "0.5.9"
1235
+
version = "0.5.11"
1229
1236
source = "registry+https://github.com/rust-lang/crates.io-index"
1230
-
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1237
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1231
1238
dependencies = [
1232
-
"windows-sys 0.52.0",
1239
+
"windows-sys 0.59.0",
1233
1240
]
1234
1241
1235
1242
[[package]]
1236
1243
name = "http"
1237
-
version = "1.1.0"
1244
+
version = "1.2.0"
1238
1245
source = "registry+https://github.com/rust-lang/crates.io-index"
1239
-
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1246
+
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
1240
1247
dependencies = [
1241
1248
"bytes",
1242
1249
"fnv",
···
1268
1275
1269
1276
[[package]]
1270
1277
name = "http-range-header"
1271
-
version = "0.4.1"
1278
+
version = "0.4.2"
1272
1279
source = "registry+https://github.com/rust-lang/crates.io-index"
1273
-
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
1280
+
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1274
1281
1275
1282
[[package]]
1276
1283
name = "httparse"
1277
-
version = "1.9.5"
1284
+
version = "1.10.0"
1278
1285
source = "registry+https://github.com/rust-lang/crates.io-index"
1279
-
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
1286
+
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
1280
1287
1281
1288
[[package]]
1282
1289
name = "httpdate"
···
1286
1293
1287
1294
[[package]]
1288
1295
name = "hyper"
1289
-
version = "1.5.0"
1296
+
version = "1.6.0"
1290
1297
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
-
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
1298
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1292
1299
dependencies = [
1293
1300
"bytes",
1294
1301
"futures-channel",
···
1385
1392
1386
1393
[[package]]
1387
1394
name = "indexmap"
1388
-
version = "2.6.0"
1395
+
version = "2.7.1"
1389
1396
source = "registry+https://github.com/rust-lang/crates.io-index"
1390
-
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
1397
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1391
1398
dependencies = [
1392
1399
"equivalent",
1393
-
"hashbrown 0.15.1",
1400
+
"hashbrown 0.15.2",
1394
1401
]
1395
1402
1396
1403
[[package]]
···
1441
1448
1442
1449
[[package]]
1443
1450
name = "itoa"
1444
-
version = "1.0.11"
1451
+
version = "1.0.14"
1445
1452
source = "registry+https://github.com/rust-lang/crates.io-index"
1446
-
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1453
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
1447
1454
1448
1455
[[package]]
1449
1456
name = "js-sys"
1450
-
version = "0.3.72"
1457
+
version = "0.3.77"
1451
1458
source = "registry+https://github.com/rust-lang/crates.io-index"
1452
-
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
1459
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1453
1460
dependencies = [
1461
+
"once_cell",
1454
1462
"wasm-bindgen",
1455
1463
]
1456
1464
···
1505
1513
1506
1514
[[package]]
1507
1515
name = "libc"
1508
-
version = "0.2.162"
1516
+
version = "0.2.169"
1509
1517
source = "registry+https://github.com/rust-lang/crates.io-index"
1510
-
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
1518
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
1511
1519
1512
1520
[[package]]
1513
1521
name = "libredox"
···
1515
1523
source = "registry+https://github.com/rust-lang/crates.io-index"
1516
1524
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1517
1525
dependencies = [
1518
-
"bitflags 2.6.0",
1526
+
"bitflags 2.8.0",
1519
1527
"libc",
1520
1528
"redox_syscall",
1521
1529
]
···
1528
1536
1529
1537
[[package]]
1530
1538
name = "linux-raw-sys"
1531
-
version = "0.4.14"
1539
+
version = "0.4.15"
1532
1540
source = "registry+https://github.com/rust-lang/crates.io-index"
1533
-
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1541
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1534
1542
1535
1543
[[package]]
1536
1544
name = "lock_api"
···
1544
1552
1545
1553
[[package]]
1546
1554
name = "log"
1547
-
version = "0.4.22"
1555
+
version = "0.4.25"
1548
1556
source = "registry+https://github.com/rust-lang/crates.io-index"
1549
-
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1557
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
1550
1558
1551
1559
[[package]]
1552
1560
name = "lx"
···
1579
1587
"simplelog",
1580
1588
"slug",
1581
1589
"syntect",
1582
-
"thiserror 2.0.2",
1590
+
"thiserror 2.0.11",
1583
1591
"tokio",
1584
1592
"tower 0.4.13",
1585
1593
"tower-http",
···
1604
1612
"serde_yaml",
1605
1613
"simplelog",
1606
1614
"syntect",
1607
-
"thiserror 2.0.2",
1615
+
"thiserror 2.0.11",
1608
1616
]
1609
1617
1610
1618
[[package]]
···
1675
1683
1676
1684
[[package]]
1677
1685
name = "minijinja"
1678
-
version = "2.5.0"
1686
+
version = "2.7.0"
1679
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
-
checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5"
1688
+
checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9"
1681
1689
dependencies = [
1682
1690
"memo-map",
1683
1691
"self_cell",
···
1686
1694
1687
1695
[[package]]
1688
1696
name = "miniz_oxide"
1689
-
version = "0.8.0"
1697
+
version = "0.8.3"
1690
1698
source = "registry+https://github.com/rust-lang/crates.io-index"
1691
-
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
1699
+
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
1692
1700
dependencies = [
1693
1701
"adler2",
1694
1702
]
···
1701
1709
dependencies = [
1702
1710
"libc",
1703
1711
"log",
1704
-
"wasi",
1712
+
"wasi 0.11.0+wasi-snapshot-preview1",
1705
1713
"windows-sys 0.48.0",
1706
1714
]
1707
1715
1708
1716
[[package]]
1709
1717
name = "mio"
1710
-
version = "1.0.2"
1718
+
version = "1.0.3"
1711
1719
source = "registry+https://github.com/rust-lang/crates.io-index"
1712
-
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
1720
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1713
1721
dependencies = [
1714
-
"hermit-abi",
1715
1722
"libc",
1716
1723
"log",
1717
-
"wasi",
1724
+
"wasi 0.11.0+wasi-snapshot-preview1",
1718
1725
"windows-sys 0.52.0",
1719
1726
]
1720
1727
···
1739
1746
source = "registry+https://github.com/rust-lang/crates.io-index"
1740
1747
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1741
1748
dependencies = [
1742
-
"bitflags 2.6.0",
1749
+
"bitflags 2.8.0",
1743
1750
"cfg-if",
1744
1751
"libc",
1745
1752
]
···
1756
1763
source = "registry+https://github.com/rust-lang/crates.io-index"
1757
1764
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
1758
1765
dependencies = [
1759
-
"bitflags 2.6.0",
1766
+
"bitflags 2.8.0",
1760
1767
"crossbeam-channel",
1761
1768
"filetime",
1762
1769
"fsevent-sys",
···
1775
1782
source = "registry+https://github.com/rust-lang/crates.io-index"
1776
1783
checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
1777
1784
dependencies = [
1778
-
"bitflags 2.6.0",
1785
+
"bitflags 2.8.0",
1779
1786
"filetime",
1780
1787
"fsevent-sys",
1781
1788
"inotify 0.10.2",
1782
1789
"kqueue",
1783
1790
"libc",
1784
1791
"log",
1785
-
"mio 1.0.2",
1792
+
"mio 1.0.3",
1786
1793
"notify-types",
1787
1794
"walkdir",
1788
1795
"windows-sys 0.52.0",
···
1803
1810
1804
1811
[[package]]
1805
1812
name = "notify-types"
1806
-
version = "1.0.0"
1813
+
version = "1.0.1"
1807
1814
source = "registry+https://github.com/rust-lang/crates.io-index"
1808
-
checksum = "7393c226621f817964ffb3dc5704f9509e107a8b024b489cc2c1b217378785df"
1815
+
checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
1809
1816
dependencies = [
1810
1817
"instant",
1811
1818
]
···
1836
1843
1837
1844
[[package]]
1838
1845
name = "object"
1839
-
version = "0.36.5"
1846
+
version = "0.36.7"
1840
1847
source = "registry+https://github.com/rust-lang/crates.io-index"
1841
-
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
1848
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1842
1849
dependencies = [
1843
1850
"memchr",
1844
1851
]
1845
1852
1846
1853
[[package]]
1847
1854
name = "once_cell"
1848
-
version = "1.20.2"
1855
+
version = "1.20.3"
1849
1856
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
-
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
1857
+
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
1851
1858
1852
1859
[[package]]
1853
1860
name = "option-ext"
···
1892
1899
1893
1900
[[package]]
1894
1901
name = "phf"
1895
-
version = "0.11.2"
1902
+
version = "0.11.3"
1896
1903
source = "registry+https://github.com/rust-lang/crates.io-index"
1897
-
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1904
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1898
1905
dependencies = [
1899
1906
"phf_macros",
1900
1907
"phf_shared",
···
1902
1909
1903
1910
[[package]]
1904
1911
name = "phf_generator"
1905
-
version = "0.11.2"
1912
+
version = "0.11.3"
1906
1913
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
-
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1914
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1908
1915
dependencies = [
1909
1916
"phf_shared",
1910
1917
"rand",
···
1912
1919
1913
1920
[[package]]
1914
1921
name = "phf_macros"
1915
-
version = "0.11.2"
1922
+
version = "0.11.3"
1916
1923
source = "registry+https://github.com/rust-lang/crates.io-index"
1917
-
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
1924
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1918
1925
dependencies = [
1919
1926
"phf_generator",
1920
1927
"phf_shared",
···
1925
1932
1926
1933
[[package]]
1927
1934
name = "phf_shared"
1928
-
version = "0.11.2"
1935
+
version = "0.11.3"
1929
1936
source = "registry+https://github.com/rust-lang/crates.io-index"
1930
-
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1937
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1931
1938
dependencies = [
1932
1939
"siphasher",
1933
1940
]
1934
1941
1935
1942
[[package]]
1936
1943
name = "pin-project-lite"
1937
-
version = "0.2.15"
1944
+
version = "0.2.16"
1938
1945
source = "registry+https://github.com/rust-lang/crates.io-index"
1939
-
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
1946
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1940
1947
1941
1948
[[package]]
1942
1949
name = "pin-utils"
···
1974
1981
1975
1982
[[package]]
1976
1983
name = "proc-macro2"
1977
-
version = "1.0.89"
1984
+
version = "1.0.93"
1978
1985
source = "registry+https://github.com/rust-lang/crates.io-index"
1979
-
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
1986
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
1980
1987
dependencies = [
1981
1988
"unicode-ident",
1982
1989
]
···
1989
1996
1990
1997
[[package]]
1991
1998
name = "project-origins"
1992
-
version = "1.4.0"
1999
+
version = "1.4.1"
1993
2000
source = "registry+https://github.com/rust-lang/crates.io-index"
1994
-
checksum = "735c6b4b1c67863c2211cac24badb0dca9fabfe1098209834fc5e0f92eda6c2c"
2001
+
checksum = "f1a0207163ace81dd9ff23a5225188a4eef8eb7de7b570f609407e521a8c9c2c"
1995
2002
dependencies = [
1996
2003
"futures",
1997
2004
"tokio",
···
2004
2011
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
2012
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
2006
2013
dependencies = [
2007
-
"bitflags 2.6.0",
2014
+
"bitflags 2.8.0",
2008
2015
"getopts",
2009
2016
"memchr",
2010
2017
"pulldown-cmark-escape 0.10.1",
···
2017
2024
source = "registry+https://github.com/rust-lang/crates.io-index"
2018
2025
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
2019
2026
dependencies = [
2020
-
"bitflags 2.6.0",
2027
+
"bitflags 2.8.0",
2021
2028
"memchr",
2022
2029
"pulldown-cmark-escape 0.11.0",
2023
2030
"unicase",
···
2046
2053
2047
2054
[[package]]
2048
2055
name = "quick-xml"
2049
-
version = "0.36.2"
2056
+
version = "0.37.2"
2050
2057
source = "registry+https://github.com/rust-lang/crates.io-index"
2051
-
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2058
+
checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
2052
2059
dependencies = [
2053
2060
"encoding_rs",
2054
2061
"memchr",
···
2056
2063
2057
2064
[[package]]
2058
2065
name = "quote"
2059
-
version = "1.0.37"
2066
+
version = "1.0.38"
2060
2067
source = "registry+https://github.com/rust-lang/crates.io-index"
2061
-
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2068
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2062
2069
dependencies = [
2063
2070
"proc-macro2",
2064
2071
]
···
2100
2107
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
2108
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2102
2109
dependencies = [
2103
-
"getrandom",
2110
+
"getrandom 0.2.15",
2104
2111
]
2105
2112
2106
2113
[[package]]
···
2125
2132
2126
2133
[[package]]
2127
2134
name = "redox_syscall"
2128
-
version = "0.5.7"
2135
+
version = "0.5.8"
2129
2136
source = "registry+https://github.com/rust-lang/crates.io-index"
2130
-
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2137
+
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2131
2138
dependencies = [
2132
-
"bitflags 2.6.0",
2139
+
"bitflags 2.8.0",
2133
2140
]
2134
2141
2135
2142
[[package]]
···
2138
2145
source = "registry+https://github.com/rust-lang/crates.io-index"
2139
2146
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2140
2147
dependencies = [
2141
-
"getrandom",
2148
+
"getrandom 0.2.15",
2142
2149
"libredox",
2143
2150
"thiserror 1.0.69",
2144
2151
]
···
2157
2164
2158
2165
[[package]]
2159
2166
name = "regex-automata"
2160
-
version = "0.4.8"
2167
+
version = "0.4.9"
2161
2168
source = "registry+https://github.com/rust-lang/crates.io-index"
2162
-
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2169
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2163
2170
dependencies = [
2164
2171
"aho-corasick",
2165
2172
"memchr",
···
2180
2187
2181
2188
[[package]]
2182
2189
name = "rustix"
2183
-
version = "0.38.40"
2190
+
version = "0.38.44"
2184
2191
source = "registry+https://github.com/rust-lang/crates.io-index"
2185
-
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
2192
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2186
2193
dependencies = [
2187
-
"bitflags 2.6.0",
2194
+
"bitflags 2.8.0",
2188
2195
"errno",
2189
2196
"libc",
2190
2197
"linux-raw-sys",
2191
-
"windows-sys 0.52.0",
2198
+
"windows-sys 0.59.0",
2192
2199
]
2193
2200
2194
2201
[[package]]
2195
2202
name = "rustversion"
2196
-
version = "1.0.18"
2203
+
version = "1.0.19"
2197
2204
source = "registry+https://github.com/rust-lang/crates.io-index"
2198
-
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2205
+
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2199
2206
2200
2207
[[package]]
2201
2208
name = "ryu"
2202
-
version = "1.0.18"
2209
+
version = "1.0.19"
2203
2210
source = "registry+https://github.com/rust-lang/crates.io-index"
2204
-
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2211
+
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
2205
2212
2206
2213
[[package]]
2207
2214
name = "same-file"
···
2220
2227
2221
2228
[[package]]
2222
2229
name = "self_cell"
2223
-
version = "1.0.4"
2230
+
version = "1.1.0"
2224
2231
source = "registry+https://github.com/rust-lang/crates.io-index"
2225
-
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
2232
+
checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
2226
2233
2227
2234
[[package]]
2228
2235
name = "serde"
2229
-
version = "1.0.214"
2236
+
version = "1.0.217"
2230
2237
source = "registry+https://github.com/rust-lang/crates.io-index"
2231
-
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
2238
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2232
2239
dependencies = [
2233
2240
"serde_derive",
2234
2241
]
2235
2242
2236
2243
[[package]]
2237
2244
name = "serde_derive"
2238
-
version = "1.0.214"
2245
+
version = "1.0.217"
2239
2246
source = "registry+https://github.com/rust-lang/crates.io-index"
2240
-
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
2247
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2241
2248
dependencies = [
2242
2249
"proc-macro2",
2243
2250
"quote",
···
2246
2253
2247
2254
[[package]]
2248
2255
name = "serde_json"
2249
-
version = "1.0.132"
2256
+
version = "1.0.138"
2250
2257
source = "registry+https://github.com/rust-lang/crates.io-index"
2251
-
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
2258
+
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
2252
2259
dependencies = [
2253
2260
"itoa",
2254
2261
"memchr",
···
2337
2344
2338
2345
[[package]]
2339
2346
name = "siphasher"
2340
-
version = "0.3.11"
2347
+
version = "1.0.1"
2341
2348
source = "registry+https://github.com/rust-lang/crates.io-index"
2342
-
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2349
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2343
2350
2344
2351
[[package]]
2345
2352
name = "slab"
···
2368
2375
2369
2376
[[package]]
2370
2377
name = "socket2"
2371
-
version = "0.5.7"
2378
+
version = "0.5.8"
2372
2379
source = "registry+https://github.com/rust-lang/crates.io-index"
2373
-
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2380
+
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
2374
2381
dependencies = [
2375
2382
"libc",
2376
2383
"windows-sys 0.52.0",
···
2384
2391
2385
2392
[[package]]
2386
2393
name = "syn"
2387
-
version = "2.0.87"
2394
+
version = "2.0.98"
2388
2395
source = "registry+https://github.com/rust-lang/crates.io-index"
2389
-
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
2396
+
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
2390
2397
dependencies = [
2391
2398
"proc-macro2",
2392
2399
"quote",
···
2395
2402
2396
2403
[[package]]
2397
2404
name = "sync_wrapper"
2398
-
version = "0.1.2"
2399
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2400
-
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2401
-
2402
-
[[package]]
2403
-
name = "sync_wrapper"
2404
-
version = "1.0.1"
2405
+
version = "1.0.2"
2405
2406
source = "registry+https://github.com/rust-lang/crates.io-index"
2406
-
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2407
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2407
2408
2408
2409
[[package]]
2409
2410
name = "syntect"
···
2429
2430
2430
2431
[[package]]
2431
2432
name = "tempfile"
2432
-
version = "3.14.0"
2433
+
version = "3.16.0"
2433
2434
source = "registry+https://github.com/rust-lang/crates.io-index"
2434
-
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
2435
+
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
2435
2436
dependencies = [
2436
2437
"cfg-if",
2437
2438
"fastrand",
2439
+
"getrandom 0.3.1",
2438
2440
"once_cell",
2439
2441
"rustix",
2440
2442
"windows-sys 0.59.0",
···
2460
2462
2461
2463
[[package]]
2462
2464
name = "thiserror"
2463
-
version = "2.0.2"
2465
+
version = "2.0.11"
2464
2466
source = "registry+https://github.com/rust-lang/crates.io-index"
2465
-
checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8"
2467
+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
2466
2468
dependencies = [
2467
-
"thiserror-impl 2.0.2",
2469
+
"thiserror-impl 2.0.11",
2468
2470
]
2469
2471
2470
2472
[[package]]
···
2480
2482
2481
2483
[[package]]
2482
2484
name = "thiserror-impl"
2483
-
version = "2.0.2"
2485
+
version = "2.0.11"
2484
2486
source = "registry+https://github.com/rust-lang/crates.io-index"
2485
-
checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69"
2487
+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
2486
2488
dependencies = [
2487
2489
"proc-macro2",
2488
2490
"quote",
···
2491
2493
2492
2494
[[package]]
2493
2495
name = "time"
2494
-
version = "0.3.36"
2496
+
version = "0.3.37"
2495
2497
source = "registry+https://github.com/rust-lang/crates.io-index"
2496
-
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2498
+
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2497
2499
dependencies = [
2498
2500
"deranged",
2499
2501
"itoa",
···
2514
2516
2515
2517
[[package]]
2516
2518
name = "time-macros"
2517
-
version = "0.2.18"
2519
+
version = "0.2.19"
2518
2520
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
-
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2521
+
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2520
2522
dependencies = [
2521
2523
"num-conv",
2522
2524
"time-core",
···
2524
2526
2525
2527
[[package]]
2526
2528
name = "tinyvec"
2527
-
version = "1.8.0"
2529
+
version = "1.8.1"
2528
2530
source = "registry+https://github.com/rust-lang/crates.io-index"
2529
-
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2531
+
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
2530
2532
dependencies = [
2531
2533
"tinyvec_macros",
2532
2534
]
···
2539
2541
2540
2542
[[package]]
2541
2543
name = "tokio"
2542
-
version = "1.41.1"
2544
+
version = "1.43.0"
2543
2545
source = "registry+https://github.com/rust-lang/crates.io-index"
2544
-
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
2546
+
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2545
2547
dependencies = [
2546
2548
"backtrace",
2547
2549
"bytes",
2548
2550
"libc",
2549
-
"mio 1.0.2",
2551
+
"mio 1.0.3",
2550
2552
"parking_lot",
2551
2553
"pin-project-lite",
2552
2554
"signal-hook-registry",
···
2557
2559
2558
2560
[[package]]
2559
2561
name = "tokio-macros"
2560
-
version = "2.4.0"
2562
+
version = "2.5.0"
2561
2563
source = "registry+https://github.com/rust-lang/crates.io-index"
2562
-
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2564
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2563
2565
dependencies = [
2564
2566
"proc-macro2",
2565
2567
"quote",
···
2568
2570
2569
2571
[[package]]
2570
2572
name = "tokio-stream"
2571
-
version = "0.1.16"
2573
+
version = "0.1.17"
2572
2574
source = "registry+https://github.com/rust-lang/crates.io-index"
2573
-
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
2575
+
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2574
2576
dependencies = [
2575
2577
"futures-core",
2576
2578
"pin-project-lite",
···
2591
2593
2592
2594
[[package]]
2593
2595
name = "tokio-util"
2594
-
version = "0.7.12"
2596
+
version = "0.7.13"
2595
2597
source = "registry+https://github.com/rust-lang/crates.io-index"
2596
-
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2598
+
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2597
2599
dependencies = [
2598
2600
"bytes",
2599
2601
"futures-core",
···
2615
2617
2616
2618
[[package]]
2617
2619
name = "tower"
2618
-
version = "0.5.1"
2620
+
version = "0.5.2"
2619
2621
source = "registry+https://github.com/rust-lang/crates.io-index"
2620
-
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
2622
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2621
2623
dependencies = [
2622
2624
"futures-core",
2623
2625
"futures-util",
2624
2626
"pin-project-lite",
2625
-
"sync_wrapper 0.1.2",
2627
+
"sync_wrapper",
2626
2628
"tokio",
2627
2629
"tower-layer",
2628
2630
"tower-service",
···
2635
2637
source = "registry+https://github.com/rust-lang/crates.io-index"
2636
2638
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2637
2639
dependencies = [
2638
-
"bitflags 2.6.0",
2640
+
"bitflags 2.8.0",
2639
2641
"bytes",
2640
2642
"futures-util",
2641
2643
"http",
···
2668
2670
2669
2671
[[package]]
2670
2672
name = "tracing"
2671
-
version = "0.1.40"
2673
+
version = "0.1.41"
2672
2674
source = "registry+https://github.com/rust-lang/crates.io-index"
2673
-
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2675
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2674
2676
dependencies = [
2675
2677
"log",
2676
2678
"pin-project-lite",
···
2680
2682
2681
2683
[[package]]
2682
2684
name = "tracing-attributes"
2683
-
version = "0.1.27"
2685
+
version = "0.1.28"
2684
2686
source = "registry+https://github.com/rust-lang/crates.io-index"
2685
-
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2687
+
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2686
2688
dependencies = [
2687
2689
"proc-macro2",
2688
2690
"quote",
···
2691
2693
2692
2694
[[package]]
2693
2695
name = "tracing-core"
2694
-
version = "0.1.32"
2696
+
version = "0.1.33"
2695
2697
source = "registry+https://github.com/rust-lang/crates.io-index"
2696
-
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2698
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2697
2699
dependencies = [
2698
2700
"once_cell",
2699
2701
]
···
2724
2726
2725
2727
[[package]]
2726
2728
name = "unicase"
2727
-
version = "2.8.0"
2729
+
version = "2.8.1"
2728
2730
source = "registry+https://github.com/rust-lang/crates.io-index"
2729
-
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
2731
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2730
2732
2731
2733
[[package]]
2732
2734
name = "unicode-bom"
···
2736
2738
2737
2739
[[package]]
2738
2740
name = "unicode-ident"
2739
-
version = "1.0.13"
2741
+
version = "1.0.16"
2740
2742
source = "registry+https://github.com/rust-lang/crates.io-index"
2741
-
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2743
+
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
2742
2744
2743
2745
[[package]]
2744
2746
name = "unicode-normalization"
···
2787
2789
2788
2790
[[package]]
2789
2791
name = "uuid"
2790
-
version = "1.11.0"
2792
+
version = "1.13.1"
2791
2793
source = "registry+https://github.com/rust-lang/crates.io-index"
2792
-
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2794
+
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
2793
2795
dependencies = [
2794
2796
"serde",
2795
2797
"sha1_smol",
···
2818
2820
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2819
2821
2820
2822
[[package]]
2823
+
name = "wasi"
2824
+
version = "0.13.3+wasi-0.2.2"
2825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2826
+
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2827
+
dependencies = [
2828
+
"wit-bindgen-rt",
2829
+
]
2830
+
2831
+
[[package]]
2821
2832
name = "wasm-bindgen"
2822
-
version = "0.2.95"
2833
+
version = "0.2.100"
2823
2834
source = "registry+https://github.com/rust-lang/crates.io-index"
2824
-
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2835
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2825
2836
dependencies = [
2826
2837
"cfg-if",
2827
2838
"once_cell",
2839
+
"rustversion",
2828
2840
"wasm-bindgen-macro",
2829
2841
]
2830
2842
2831
2843
[[package]]
2832
2844
name = "wasm-bindgen-backend"
2833
-
version = "0.2.95"
2845
+
version = "0.2.100"
2834
2846
source = "registry+https://github.com/rust-lang/crates.io-index"
2835
-
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
2847
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2836
2848
dependencies = [
2837
2849
"bumpalo",
2838
2850
"log",
2839
-
"once_cell",
2840
2851
"proc-macro2",
2841
2852
"quote",
2842
2853
"syn",
···
2845
2856
2846
2857
[[package]]
2847
2858
name = "wasm-bindgen-macro"
2848
-
version = "0.2.95"
2859
+
version = "0.2.100"
2849
2860
source = "registry+https://github.com/rust-lang/crates.io-index"
2850
-
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2861
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2851
2862
dependencies = [
2852
2863
"quote",
2853
2864
"wasm-bindgen-macro-support",
···
2855
2866
2856
2867
[[package]]
2857
2868
name = "wasm-bindgen-macro-support"
2858
-
version = "0.2.95"
2869
+
version = "0.2.100"
2859
2870
source = "registry+https://github.com/rust-lang/crates.io-index"
2860
-
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
2871
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2861
2872
dependencies = [
2862
2873
"proc-macro2",
2863
2874
"quote",
···
2868
2879
2869
2880
[[package]]
2870
2881
name = "wasm-bindgen-shared"
2871
-
version = "0.2.95"
2882
+
version = "0.2.100"
2872
2883
source = "registry+https://github.com/rust-lang/crates.io-index"
2873
-
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
2884
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2885
+
dependencies = [
2886
+
"unicode-ident",
2887
+
]
2874
2888
2875
2889
[[package]]
2876
2890
name = "watchexec"
···
3130
3144
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
3131
3145
dependencies = [
3132
3146
"memchr",
3147
+
]
3148
+
3149
+
[[package]]
3150
+
name = "wit-bindgen-rt"
3151
+
version = "0.33.0"
3152
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3153
+
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
3154
+
dependencies = [
3155
+
"bitflags 2.8.0",
3133
3156
]
3134
3157
3135
3158
[[package]]
-43
lx/Cargo.toml
-43
lx/Cargo.toml
···
3
3
authors.workspace = true
4
4
version.workspace = true
5
5
edition.workspace = true
6
-
rust-version.workspace = true
7
6
license.workspace = true
8
7
homepage.workspace = true
9
8
repository.workspace = true
···
54
53
uuid = { version = "1", features = ["serde", "v5"] }
55
54
watchexec = "3"
56
55
watchexec-signals = "2"
57
-
58
-
59
-
################################################################################
60
-
# Workspace configuration #
61
-
################################################################################
62
-
63
-
[workspace]
64
-
resolver = "2"
65
-
members = ["crates/*"]
66
-
67
-
[workspace.package]
68
-
version = "1.0.0"
69
-
authors = ["Chris Krycho <hello@chriskrycho.com>"]
70
-
edition = "2021"
71
-
rust-version = "1.70.0"
72
-
description = "⚡️ My hyper-specialized tool for building my own website."
73
-
repository = "https://github.com/chriskrycho/v6.chriskrycho.com"
74
-
homepage = "https://github.com/chriskrycho/v6.chriskrycho.com"
75
-
documentation = "https://github.com/chriskrycho/v6.chriskrycho.com"
76
-
readme = "README.md"
77
-
license = "BlueOak-1.0.0"
78
-
79
-
[workspace.dependencies]
80
-
anyhow = "1"
81
-
clap = { version = "4", features = ["unicode", "cargo", "derive"] }
82
-
clap_complete = "4"
83
-
count-md = "0.1"
84
-
dirs = "5"
85
-
lazy_static = "1.4"
86
-
log = "0.4.20"
87
-
rayon = "1"
88
-
serde = { version = "1", features = ["derive"] }
89
-
serde_json = "1"
90
-
serde_yaml = "0.9"
91
-
simplelog = { version = "0.12", features = ["paris"] }
92
-
syntect = { version = "5", default-features = false, features = [
93
-
"default-fancy",
94
-
] }
95
-
thiserror = "2"
96
-
97
-
[profile.dev]
98
-
split-debuginfo = "unpacked"
-1
lx/crates/json-feed/Cargo.toml
-1
lx/crates/json-feed/Cargo.toml
-1
lx/crates/markdown/Cargo.toml
-1
lx/crates/markdown/Cargo.toml
lx/rust-toolchain.toml
rust-toolchain.toml
lx/rust-toolchain.toml
rust-toolchain.toml
lx/rustfmt.toml
rustfmt.toml
lx/rustfmt.toml
rustfmt.toml