tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
Bump deps
ngp.computer
1 year ago
c79c9898
4f01395a
+323
-69
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+323
-69
Cargo.lock
···
4
5
[[package]]
6
name = "anstream"
7
-
version = "0.6.15"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
-
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
10
dependencies = [
11
"anstyle",
12
"anstyle-parse",
···
19
20
[[package]]
21
name = "anstyle"
22
-
version = "1.0.8"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
-
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
25
26
[[package]]
27
name = "anstyle-parse"
28
-
version = "0.2.5"
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
-
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
31
dependencies = [
32
"utf8parse",
33
]
34
35
[[package]]
36
name = "anstyle-query"
37
-
version = "1.1.1"
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
-
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
40
dependencies = [
41
-
"windows-sys 0.52.0",
42
]
43
44
[[package]]
45
name = "anstyle-wincon"
46
-
version = "3.0.4"
47
source = "registry+https://github.com/rust-lang/crates.io-index"
48
-
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
49
dependencies = [
50
"anstyle",
51
-
"windows-sys 0.52.0",
52
]
53
54
[[package]]
···
71
72
[[package]]
73
name = "clap"
74
-
version = "4.5.19"
75
source = "registry+https://github.com/rust-lang/crates.io-index"
76
-
checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
77
dependencies = [
78
"clap_builder",
79
"clap_derive",
···
81
82
[[package]]
83
name = "clap_builder"
84
-
version = "4.5.19"
85
source = "registry+https://github.com/rust-lang/crates.io-index"
86
-
checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
87
dependencies = [
88
"anstream",
89
"anstyle",
···
93
94
[[package]]
95
name = "clap_complete"
96
-
version = "4.5.32"
97
source = "registry+https://github.com/rust-lang/crates.io-index"
98
-
checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39"
99
dependencies = [
100
"clap",
101
]
···
120
121
[[package]]
122
name = "clap_mangen"
123
-
version = "0.2.23"
124
source = "registry+https://github.com/rust-lang/crates.io-index"
125
-
checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
126
dependencies = [
127
"clap",
128
"roff",
···
130
131
[[package]]
132
name = "colorchoice"
133
-
version = "1.0.2"
134
source = "registry+https://github.com/rust-lang/crates.io-index"
135
-
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
136
137
[[package]]
138
name = "colored"
···
145
]
146
147
[[package]]
0
0
0
0
0
0
0
0
0
0
0
148
name = "edit"
149
version = "0.1.5"
150
source = "registry+https://github.com/rust-lang/crates.io-index"
···
172
173
[[package]]
174
name = "fastrand"
175
-
version = "2.1.1"
176
source = "registry+https://github.com/rust-lang/crates.io-index"
177
-
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
178
179
[[package]]
180
name = "form_urlencoded"
···
201
]
202
203
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
204
name = "idna"
205
-
version = "0.5.0"
206
source = "registry+https://github.com/rust-lang/crates.io-index"
207
-
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
208
dependencies = [
209
-
"unicode-bidi",
210
-
"unicode-normalization",
0
0
0
0
0
0
0
0
0
0
0
211
]
212
213
[[package]]
···
224
225
[[package]]
226
name = "libc"
227
-
version = "0.2.159"
228
source = "registry+https://github.com/rust-lang/crates.io-index"
229
-
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
230
231
[[package]]
232
name = "linux-raw-sys"
233
version = "0.4.14"
234
source = "registry+https://github.com/rust-lang/crates.io-index"
235
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
0
0
0
0
0
0
236
237
[[package]]
238
name = "nix"
···
260
261
[[package]]
262
name = "proc-macro2"
263
-
version = "1.0.86"
264
source = "registry+https://github.com/rust-lang/crates.io-index"
265
-
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
266
dependencies = [
267
"unicode-ident",
268
]
···
284
285
[[package]]
286
name = "rustix"
287
-
version = "0.38.37"
288
source = "registry+https://github.com/rust-lang/crates.io-index"
289
-
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
290
dependencies = [
291
"bitflags",
292
"errno",
···
296
]
297
298
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
299
name = "smallstr"
300
version = "0.3.0"
301
source = "registry+https://github.com/rust-lang/crates.io-index"
···
311
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
312
313
[[package]]
0
0
0
0
0
0
314
name = "strsim"
315
version = "0.11.1"
316
source = "registry+https://github.com/rust-lang/crates.io-index"
···
318
319
[[package]]
320
name = "syn"
321
-
version = "2.0.79"
322
source = "registry+https://github.com/rust-lang/crates.io-index"
323
-
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
324
dependencies = [
325
"proc-macro2",
326
"quote",
···
328
]
329
330
[[package]]
0
0
0
0
0
0
0
0
0
0
0
331
name = "tempfile"
332
-
version = "3.13.0"
333
source = "registry+https://github.com/rust-lang/crates.io-index"
334
-
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
335
dependencies = [
336
"cfg-if",
337
"fastrand",
···
342
343
[[package]]
344
name = "thiserror"
345
-
version = "1.0.64"
346
source = "registry+https://github.com/rust-lang/crates.io-index"
347
-
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
348
dependencies = [
349
"thiserror-impl",
350
]
351
352
[[package]]
353
name = "thiserror-impl"
354
-
version = "1.0.64"
355
source = "registry+https://github.com/rust-lang/crates.io-index"
356
-
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
357
dependencies = [
358
"proc-macro2",
359
"quote",
···
361
]
362
363
[[package]]
364
-
name = "tinyvec"
365
-
version = "1.8.0"
366
source = "registry+https://github.com/rust-lang/crates.io-index"
367
-
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
368
dependencies = [
369
-
"tinyvec_macros",
0
370
]
371
-
372
-
[[package]]
373
-
name = "tinyvec_macros"
374
-
version = "0.1.1"
375
-
source = "registry+https://github.com/rust-lang/crates.io-index"
376
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
377
378
[[package]]
379
name = "tsk"
···
392
]
393
394
[[package]]
395
-
name = "unicode-bidi"
396
-
version = "0.3.17"
397
-
source = "registry+https://github.com/rust-lang/crates.io-index"
398
-
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
399
-
400
-
[[package]]
401
name = "unicode-ident"
402
version = "1.0.13"
403
source = "registry+https://github.com/rust-lang/crates.io-index"
404
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
405
406
[[package]]
407
-
name = "unicode-normalization"
408
-
version = "0.1.24"
409
-
source = "registry+https://github.com/rust-lang/crates.io-index"
410
-
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
411
-
dependencies = [
412
-
"tinyvec",
413
-
]
414
-
415
-
[[package]]
416
name = "url"
417
-
version = "2.5.2"
418
source = "registry+https://github.com/rust-lang/crates.io-index"
419
-
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
420
dependencies = [
421
"form_urlencoded",
422
"idna",
423
"percent-encoding",
424
]
0
0
0
0
0
0
0
0
0
0
0
0
425
426
[[package]]
427
name = "utf8parse"
···
590
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
591
592
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
593
name = "xattr"
594
version = "1.3.1"
595
source = "registry+https://github.com/rust-lang/crates.io-index"
···
599
"linux-raw-sys",
600
"rustix",
601
]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
4
5
[[package]]
6
name = "anstream"
7
+
version = "0.6.18"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
10
dependencies = [
11
"anstyle",
12
"anstyle-parse",
···
19
20
[[package]]
21
name = "anstyle"
22
+
version = "1.0.10"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
25
26
[[package]]
27
name = "anstyle-parse"
28
+
version = "0.2.6"
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
31
dependencies = [
32
"utf8parse",
33
]
34
35
[[package]]
36
name = "anstyle-query"
37
+
version = "1.1.2"
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
40
dependencies = [
41
+
"windows-sys 0.59.0",
42
]
43
44
[[package]]
45
name = "anstyle-wincon"
46
+
version = "3.0.6"
47
source = "registry+https://github.com/rust-lang/crates.io-index"
48
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
49
dependencies = [
50
"anstyle",
51
+
"windows-sys 0.59.0",
52
]
53
54
[[package]]
···
71
72
[[package]]
73
name = "clap"
74
+
version = "4.5.20"
75
source = "registry+https://github.com/rust-lang/crates.io-index"
76
+
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
77
dependencies = [
78
"clap_builder",
79
"clap_derive",
···
81
82
[[package]]
83
name = "clap_builder"
84
+
version = "4.5.20"
85
source = "registry+https://github.com/rust-lang/crates.io-index"
86
+
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
87
dependencies = [
88
"anstream",
89
"anstyle",
···
93
94
[[package]]
95
name = "clap_complete"
96
+
version = "4.5.37"
97
source = "registry+https://github.com/rust-lang/crates.io-index"
98
+
checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595"
99
dependencies = [
100
"clap",
101
]
···
120
121
[[package]]
122
name = "clap_mangen"
123
+
version = "0.2.24"
124
source = "registry+https://github.com/rust-lang/crates.io-index"
125
+
checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf"
126
dependencies = [
127
"clap",
128
"roff",
···
130
131
[[package]]
132
name = "colorchoice"
133
+
version = "1.0.3"
134
source = "registry+https://github.com/rust-lang/crates.io-index"
135
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
136
137
[[package]]
138
name = "colored"
···
145
]
146
147
[[package]]
148
+
name = "displaydoc"
149
+
version = "0.2.5"
150
+
source = "registry+https://github.com/rust-lang/crates.io-index"
151
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
152
+
dependencies = [
153
+
"proc-macro2",
154
+
"quote",
155
+
"syn",
156
+
]
157
+
158
+
[[package]]
159
name = "edit"
160
version = "0.1.5"
161
source = "registry+https://github.com/rust-lang/crates.io-index"
···
183
184
[[package]]
185
name = "fastrand"
186
+
version = "2.2.0"
187
source = "registry+https://github.com/rust-lang/crates.io-index"
188
+
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
189
190
[[package]]
191
name = "form_urlencoded"
···
212
]
213
214
[[package]]
215
+
name = "icu_collections"
216
+
version = "1.5.0"
217
+
source = "registry+https://github.com/rust-lang/crates.io-index"
218
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
219
+
dependencies = [
220
+
"displaydoc",
221
+
"yoke",
222
+
"zerofrom",
223
+
"zerovec",
224
+
]
225
+
226
+
[[package]]
227
+
name = "icu_locid"
228
+
version = "1.5.0"
229
+
source = "registry+https://github.com/rust-lang/crates.io-index"
230
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
231
+
dependencies = [
232
+
"displaydoc",
233
+
"litemap",
234
+
"tinystr",
235
+
"writeable",
236
+
"zerovec",
237
+
]
238
+
239
+
[[package]]
240
+
name = "icu_locid_transform"
241
+
version = "1.5.0"
242
+
source = "registry+https://github.com/rust-lang/crates.io-index"
243
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
244
+
dependencies = [
245
+
"displaydoc",
246
+
"icu_locid",
247
+
"icu_locid_transform_data",
248
+
"icu_provider",
249
+
"tinystr",
250
+
"zerovec",
251
+
]
252
+
253
+
[[package]]
254
+
name = "icu_locid_transform_data"
255
+
version = "1.5.0"
256
+
source = "registry+https://github.com/rust-lang/crates.io-index"
257
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
258
+
259
+
[[package]]
260
+
name = "icu_normalizer"
261
+
version = "1.5.0"
262
+
source = "registry+https://github.com/rust-lang/crates.io-index"
263
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
264
+
dependencies = [
265
+
"displaydoc",
266
+
"icu_collections",
267
+
"icu_normalizer_data",
268
+
"icu_properties",
269
+
"icu_provider",
270
+
"smallvec",
271
+
"utf16_iter",
272
+
"utf8_iter",
273
+
"write16",
274
+
"zerovec",
275
+
]
276
+
277
+
[[package]]
278
+
name = "icu_normalizer_data"
279
+
version = "1.5.0"
280
+
source = "registry+https://github.com/rust-lang/crates.io-index"
281
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
282
+
283
+
[[package]]
284
+
name = "icu_properties"
285
+
version = "1.5.1"
286
+
source = "registry+https://github.com/rust-lang/crates.io-index"
287
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
288
+
dependencies = [
289
+
"displaydoc",
290
+
"icu_collections",
291
+
"icu_locid_transform",
292
+
"icu_properties_data",
293
+
"icu_provider",
294
+
"tinystr",
295
+
"zerovec",
296
+
]
297
+
298
+
[[package]]
299
+
name = "icu_properties_data"
300
+
version = "1.5.0"
301
+
source = "registry+https://github.com/rust-lang/crates.io-index"
302
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
303
+
304
+
[[package]]
305
+
name = "icu_provider"
306
+
version = "1.5.0"
307
+
source = "registry+https://github.com/rust-lang/crates.io-index"
308
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
309
+
dependencies = [
310
+
"displaydoc",
311
+
"icu_locid",
312
+
"icu_provider_macros",
313
+
"stable_deref_trait",
314
+
"tinystr",
315
+
"writeable",
316
+
"yoke",
317
+
"zerofrom",
318
+
"zerovec",
319
+
]
320
+
321
+
[[package]]
322
+
name = "icu_provider_macros"
323
+
version = "1.5.0"
324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
325
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
326
+
dependencies = [
327
+
"proc-macro2",
328
+
"quote",
329
+
"syn",
330
+
]
331
+
332
+
[[package]]
333
name = "idna"
334
+
version = "1.0.3"
335
source = "registry+https://github.com/rust-lang/crates.io-index"
336
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
337
dependencies = [
338
+
"idna_adapter",
339
+
"smallvec",
340
+
"utf8_iter",
341
+
]
342
+
343
+
[[package]]
344
+
name = "idna_adapter"
345
+
version = "1.2.0"
346
+
source = "registry+https://github.com/rust-lang/crates.io-index"
347
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
348
+
dependencies = [
349
+
"icu_normalizer",
350
+
"icu_properties",
351
]
352
353
[[package]]
···
364
365
[[package]]
366
name = "libc"
367
+
version = "0.2.162"
368
source = "registry+https://github.com/rust-lang/crates.io-index"
369
+
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
370
371
[[package]]
372
name = "linux-raw-sys"
373
version = "0.4.14"
374
source = "registry+https://github.com/rust-lang/crates.io-index"
375
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
376
+
377
+
[[package]]
378
+
name = "litemap"
379
+
version = "0.7.3"
380
+
source = "registry+https://github.com/rust-lang/crates.io-index"
381
+
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
382
383
[[package]]
384
name = "nix"
···
406
407
[[package]]
408
name = "proc-macro2"
409
+
version = "1.0.89"
410
source = "registry+https://github.com/rust-lang/crates.io-index"
411
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
412
dependencies = [
413
"unicode-ident",
414
]
···
430
431
[[package]]
432
name = "rustix"
433
+
version = "0.38.40"
434
source = "registry+https://github.com/rust-lang/crates.io-index"
435
+
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
436
dependencies = [
437
"bitflags",
438
"errno",
···
442
]
443
444
[[package]]
445
+
name = "serde"
446
+
version = "1.0.215"
447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
448
+
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
449
+
dependencies = [
450
+
"serde_derive",
451
+
]
452
+
453
+
[[package]]
454
+
name = "serde_derive"
455
+
version = "1.0.215"
456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
457
+
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
458
+
dependencies = [
459
+
"proc-macro2",
460
+
"quote",
461
+
"syn",
462
+
]
463
+
464
+
[[package]]
465
name = "smallstr"
466
version = "0.3.0"
467
source = "registry+https://github.com/rust-lang/crates.io-index"
···
477
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
478
479
[[package]]
480
+
name = "stable_deref_trait"
481
+
version = "1.2.0"
482
+
source = "registry+https://github.com/rust-lang/crates.io-index"
483
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
484
+
485
+
[[package]]
486
name = "strsim"
487
version = "0.11.1"
488
source = "registry+https://github.com/rust-lang/crates.io-index"
···
490
491
[[package]]
492
name = "syn"
493
+
version = "2.0.87"
494
source = "registry+https://github.com/rust-lang/crates.io-index"
495
+
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
496
dependencies = [
497
"proc-macro2",
498
"quote",
···
500
]
501
502
[[package]]
503
+
name = "synstructure"
504
+
version = "0.13.1"
505
+
source = "registry+https://github.com/rust-lang/crates.io-index"
506
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
507
+
dependencies = [
508
+
"proc-macro2",
509
+
"quote",
510
+
"syn",
511
+
]
512
+
513
+
[[package]]
514
name = "tempfile"
515
+
version = "3.14.0"
516
source = "registry+https://github.com/rust-lang/crates.io-index"
517
+
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
518
dependencies = [
519
"cfg-if",
520
"fastrand",
···
525
526
[[package]]
527
name = "thiserror"
528
+
version = "1.0.69"
529
source = "registry+https://github.com/rust-lang/crates.io-index"
530
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
531
dependencies = [
532
"thiserror-impl",
533
]
534
535
[[package]]
536
name = "thiserror-impl"
537
+
version = "1.0.69"
538
source = "registry+https://github.com/rust-lang/crates.io-index"
539
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
540
dependencies = [
541
"proc-macro2",
542
"quote",
···
544
]
545
546
[[package]]
547
+
name = "tinystr"
548
+
version = "0.7.6"
549
source = "registry+https://github.com/rust-lang/crates.io-index"
550
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
551
dependencies = [
552
+
"displaydoc",
553
+
"zerovec",
554
]
0
0
0
0
0
0
555
556
[[package]]
557
name = "tsk"
···
570
]
571
572
[[package]]
0
0
0
0
0
0
573
name = "unicode-ident"
574
version = "1.0.13"
575
source = "registry+https://github.com/rust-lang/crates.io-index"
576
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
577
578
[[package]]
0
0
0
0
0
0
0
0
0
579
name = "url"
580
+
version = "2.5.3"
581
source = "registry+https://github.com/rust-lang/crates.io-index"
582
+
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
583
dependencies = [
584
"form_urlencoded",
585
"idna",
586
"percent-encoding",
587
]
588
+
589
+
[[package]]
590
+
name = "utf16_iter"
591
+
version = "1.0.5"
592
+
source = "registry+https://github.com/rust-lang/crates.io-index"
593
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
594
+
595
+
[[package]]
596
+
name = "utf8_iter"
597
+
version = "1.0.4"
598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
599
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
600
601
[[package]]
602
name = "utf8parse"
···
765
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
766
767
[[package]]
768
+
name = "write16"
769
+
version = "1.0.0"
770
+
source = "registry+https://github.com/rust-lang/crates.io-index"
771
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
772
+
773
+
[[package]]
774
+
name = "writeable"
775
+
version = "0.5.5"
776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
777
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
778
+
779
+
[[package]]
780
name = "xattr"
781
version = "1.3.1"
782
source = "registry+https://github.com/rust-lang/crates.io-index"
···
786
"linux-raw-sys",
787
"rustix",
788
]
789
+
790
+
[[package]]
791
+
name = "yoke"
792
+
version = "0.7.4"
793
+
source = "registry+https://github.com/rust-lang/crates.io-index"
794
+
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
795
+
dependencies = [
796
+
"serde",
797
+
"stable_deref_trait",
798
+
"yoke-derive",
799
+
"zerofrom",
800
+
]
801
+
802
+
[[package]]
803
+
name = "yoke-derive"
804
+
version = "0.7.4"
805
+
source = "registry+https://github.com/rust-lang/crates.io-index"
806
+
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
807
+
dependencies = [
808
+
"proc-macro2",
809
+
"quote",
810
+
"syn",
811
+
"synstructure",
812
+
]
813
+
814
+
[[package]]
815
+
name = "zerofrom"
816
+
version = "0.1.4"
817
+
source = "registry+https://github.com/rust-lang/crates.io-index"
818
+
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
819
+
dependencies = [
820
+
"zerofrom-derive",
821
+
]
822
+
823
+
[[package]]
824
+
name = "zerofrom-derive"
825
+
version = "0.1.4"
826
+
source = "registry+https://github.com/rust-lang/crates.io-index"
827
+
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
828
+
dependencies = [
829
+
"proc-macro2",
830
+
"quote",
831
+
"syn",
832
+
"synstructure",
833
+
]
834
+
835
+
[[package]]
836
+
name = "zerovec"
837
+
version = "0.10.4"
838
+
source = "registry+https://github.com/rust-lang/crates.io-index"
839
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
840
+
dependencies = [
841
+
"yoke",
842
+
"zerofrom",
843
+
"zerovec-derive",
844
+
]
845
+
846
+
[[package]]
847
+
name = "zerovec-derive"
848
+
version = "0.10.3"
849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
850
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
851
+
dependencies = [
852
+
"proc-macro2",
853
+
"quote",
854
+
"syn",
855
+
]