charubya 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock ADDED
@@ -0,0 +1,1565 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler"
7
+ version = "1.0.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.11"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "once_cell",
19
+ "version_check",
20
+ "zerocopy",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "aho-corasick"
25
+ version = "1.1.3"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
28
+ dependencies = [
29
+ "memchr",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "allocator-api2"
34
+ version = "0.2.18"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
37
+
38
+ [[package]]
39
+ name = "anyhow"
40
+ version = "1.0.86"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
43
+
44
+ [[package]]
45
+ name = "base64"
46
+ version = "0.22.1"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
49
+
50
+ [[package]]
51
+ name = "bincode"
52
+ version = "1.3.3"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
55
+ dependencies = [
56
+ "serde",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "bindgen"
61
+ version = "0.69.4"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
64
+ dependencies = [
65
+ "bitflags 2.6.0",
66
+ "cexpr",
67
+ "clang-sys",
68
+ "itertools",
69
+ "lazy_static",
70
+ "lazycell",
71
+ "proc-macro2",
72
+ "quote",
73
+ "regex",
74
+ "rustc-hash",
75
+ "shlex",
76
+ "syn",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "bitflags"
81
+ version = "1.3.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
84
+
85
+ [[package]]
86
+ name = "bitflags"
87
+ version = "2.6.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
90
+
91
+ [[package]]
92
+ name = "byteorder"
93
+ version = "1.5.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
96
+
97
+ [[package]]
98
+ name = "cc"
99
+ version = "1.1.1"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "907d8581360765417f8f2e0e7d602733bbed60156b4465b7617243689ef9b83d"
102
+
103
+ [[package]]
104
+ name = "cedarwood"
105
+ version = "0.4.6"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90"
108
+ dependencies = [
109
+ "smallvec",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "cexpr"
114
+ version = "0.6.0"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
117
+ dependencies = [
118
+ "nom",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "cfg-if"
123
+ version = "1.0.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
126
+
127
+ [[package]]
128
+ name = "charabia"
129
+ version = "0.8.12"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "9868a22f10dee80498a8a2b6c641d80bf28ea4495fcf71c2dc4836c2dd23958c"
132
+ dependencies = [
133
+ "aho-corasick",
134
+ "cow-utils",
135
+ "csv",
136
+ "deunicode",
137
+ "either",
138
+ "finl_unicode",
139
+ "fst",
140
+ "irg-kvariants",
141
+ "jieba-rs",
142
+ "lindera",
143
+ "litemap",
144
+ "once_cell",
145
+ "serde",
146
+ "slice-group-by",
147
+ "unicode-normalization",
148
+ "whatlang",
149
+ "zerovec",
150
+ ]
151
+
152
+ [[package]]
153
+ name = "charubya"
154
+ version = "0.1.0"
155
+ dependencies = [
156
+ "charabia",
157
+ "magnus",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "clang-sys"
162
+ version = "1.8.1"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
165
+ dependencies = [
166
+ "glob",
167
+ "libc",
168
+ "libloading",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "cow-utils"
173
+ version = "0.1.3"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79"
176
+
177
+ [[package]]
178
+ name = "crc32fast"
179
+ version = "1.4.2"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
182
+ dependencies = [
183
+ "cfg-if",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "csv"
188
+ version = "1.3.0"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
191
+ dependencies = [
192
+ "csv-core",
193
+ "itoa",
194
+ "ryu",
195
+ "serde",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "csv-core"
200
+ version = "0.1.11"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
203
+ dependencies = [
204
+ "memchr",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "darling"
209
+ version = "0.20.10"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
212
+ dependencies = [
213
+ "darling_core",
214
+ "darling_macro",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "darling_core"
219
+ version = "0.20.10"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
222
+ dependencies = [
223
+ "fnv",
224
+ "ident_case",
225
+ "proc-macro2",
226
+ "quote",
227
+ "strsim",
228
+ "syn",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "darling_macro"
233
+ version = "0.20.10"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
236
+ dependencies = [
237
+ "darling_core",
238
+ "quote",
239
+ "syn",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "derive_builder"
244
+ version = "0.20.0"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
247
+ dependencies = [
248
+ "derive_builder_macro",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "derive_builder_core"
253
+ version = "0.20.0"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
256
+ dependencies = [
257
+ "darling",
258
+ "proc-macro2",
259
+ "quote",
260
+ "syn",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "derive_builder_macro"
265
+ version = "0.20.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
268
+ dependencies = [
269
+ "derive_builder_core",
270
+ "syn",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "deunicode"
275
+ version = "1.6.0"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
278
+
279
+ [[package]]
280
+ name = "either"
281
+ version = "1.13.0"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
284
+
285
+ [[package]]
286
+ name = "encoding"
287
+ version = "0.2.33"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
290
+ dependencies = [
291
+ "encoding-index-japanese",
292
+ "encoding-index-korean",
293
+ "encoding-index-simpchinese",
294
+ "encoding-index-singlebyte",
295
+ "encoding-index-tradchinese",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "encoding-index-japanese"
300
+ version = "1.20141219.5"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
303
+ dependencies = [
304
+ "encoding_index_tests",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "encoding-index-korean"
309
+ version = "1.20141219.5"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
312
+ dependencies = [
313
+ "encoding_index_tests",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "encoding-index-simpchinese"
318
+ version = "1.20141219.5"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
321
+ dependencies = [
322
+ "encoding_index_tests",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "encoding-index-singlebyte"
327
+ version = "1.20141219.5"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
330
+ dependencies = [
331
+ "encoding_index_tests",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "encoding-index-tradchinese"
336
+ version = "1.20141219.5"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
339
+ dependencies = [
340
+ "encoding_index_tests",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "encoding_index_tests"
345
+ version = "0.1.4"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
348
+
349
+ [[package]]
350
+ name = "encoding_rs"
351
+ version = "0.8.34"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
354
+ dependencies = [
355
+ "cfg-if",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "encoding_rs_io"
360
+ version = "0.1.7"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
363
+ dependencies = [
364
+ "encoding_rs",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "errno"
369
+ version = "0.3.9"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
372
+ dependencies = [
373
+ "libc",
374
+ "windows-sys",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "filetime"
379
+ version = "0.2.23"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
382
+ dependencies = [
383
+ "cfg-if",
384
+ "libc",
385
+ "redox_syscall",
386
+ "windows-sys",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "finl_unicode"
391
+ version = "1.2.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
394
+
395
+ [[package]]
396
+ name = "flate2"
397
+ version = "1.0.30"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
400
+ dependencies = [
401
+ "crc32fast",
402
+ "miniz_oxide",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "fnv"
407
+ version = "1.0.7"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
410
+
411
+ [[package]]
412
+ name = "form_urlencoded"
413
+ version = "1.2.1"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
416
+ dependencies = [
417
+ "percent-encoding",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "fst"
422
+ version = "0.4.7"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
425
+
426
+ [[package]]
427
+ name = "fxhash"
428
+ version = "0.2.1"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
431
+ dependencies = [
432
+ "byteorder",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "getrandom"
437
+ version = "0.2.15"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
440
+ dependencies = [
441
+ "cfg-if",
442
+ "libc",
443
+ "wasi",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "glob"
448
+ version = "0.3.1"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
451
+
452
+ [[package]]
453
+ name = "hashbrown"
454
+ version = "0.14.5"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
457
+ dependencies = [
458
+ "ahash",
459
+ "allocator-api2",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "heck"
464
+ version = "0.5.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
467
+
468
+ [[package]]
469
+ name = "ident_case"
470
+ version = "1.0.1"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
473
+
474
+ [[package]]
475
+ name = "idna"
476
+ version = "0.5.0"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
479
+ dependencies = [
480
+ "unicode-bidi",
481
+ "unicode-normalization",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "irg-kvariants"
486
+ version = "0.1.1"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "ef2af7c331f2536964a32b78a7d2e0963d78b42f4a76323b16cc7d94b1ddce26"
489
+ dependencies = [
490
+ "csv",
491
+ "once_cell",
492
+ "serde",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "itertools"
497
+ version = "0.12.1"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
500
+ dependencies = [
501
+ "either",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "itoa"
506
+ version = "1.0.11"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
509
+
510
+ [[package]]
511
+ name = "jieba-rs"
512
+ version = "0.7.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "c1e2b0210dc78b49337af9e49d7ae41a39dceac6e5985613f1cf7763e2f76a25"
515
+ dependencies = [
516
+ "cedarwood",
517
+ "derive_builder",
518
+ "fxhash",
519
+ "lazy_static",
520
+ "phf",
521
+ "phf_codegen",
522
+ "regex",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "kanaria"
527
+ version = "0.2.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "c0f9d9652540055ac4fded998a73aca97d965899077ab1212587437da44196ff"
530
+ dependencies = [
531
+ "bitflags 1.3.2",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "lazy_static"
536
+ version = "1.5.0"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
539
+
540
+ [[package]]
541
+ name = "lazycell"
542
+ version = "1.3.0"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
545
+
546
+ [[package]]
547
+ name = "libc"
548
+ version = "0.2.155"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
551
+
552
+ [[package]]
553
+ name = "libloading"
554
+ version = "0.8.4"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
557
+ dependencies = [
558
+ "cfg-if",
559
+ "windows-targets",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "lindera"
564
+ version = "0.32.2"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "c6cbc1aad631a7da0a7e9bc4b8669fa92ac9ca8eeb7b35a807376dd3034443ff"
567
+ dependencies = [
568
+ "lindera-analyzer",
569
+ "lindera-core",
570
+ "lindera-dictionary",
571
+ "lindera-filter",
572
+ "lindera-tokenizer",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "lindera-analyzer"
577
+ version = "0.32.2"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "74508ffbb24e36905d1718b261460e378a748029b07bcd7e06f0d18500b8194c"
580
+ dependencies = [
581
+ "anyhow",
582
+ "bincode",
583
+ "byteorder",
584
+ "encoding",
585
+ "kanaria",
586
+ "lindera-cc-cedict-builder",
587
+ "lindera-core",
588
+ "lindera-dictionary",
589
+ "lindera-filter",
590
+ "lindera-ipadic-builder",
591
+ "lindera-ko-dic-builder",
592
+ "lindera-tokenizer",
593
+ "lindera-unidic-builder",
594
+ "once_cell",
595
+ "regex",
596
+ "serde",
597
+ "serde_json",
598
+ "thiserror",
599
+ "unicode-blocks",
600
+ "unicode-normalization",
601
+ "unicode-segmentation",
602
+ "yada",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "lindera-assets"
607
+ version = "0.32.2"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "6a677c371ecb3bd02b751be306ea09876cd47cf426303ad5f10a3fd6f9a4ded6"
610
+ dependencies = [
611
+ "encoding",
612
+ "flate2",
613
+ "lindera-core",
614
+ "tar",
615
+ "ureq",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "lindera-cc-cedict"
620
+ version = "0.32.2"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "c35944000d05a177e981f037b5f0805f283b32f05a0c35713003bef136ca8cb4"
623
+ dependencies = [
624
+ "bincode",
625
+ "byteorder",
626
+ "lindera-cc-cedict-builder",
627
+ "lindera-core",
628
+ "lindera-decompress",
629
+ "once_cell",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "lindera-cc-cedict-builder"
634
+ version = "0.32.2"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "85b8f642bc9c9130682569975772a17336c6aab26d11fc0f823f3e663167ace6"
637
+ dependencies = [
638
+ "anyhow",
639
+ "lindera-core",
640
+ "lindera-decompress",
641
+ "lindera-dictionary-builder",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "lindera-compress"
646
+ version = "0.32.2"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "a7825d8d63592aa5727d67bd209170ac82df56c369533efbf0ddbac277bb68ec"
649
+ dependencies = [
650
+ "anyhow",
651
+ "flate2",
652
+ "lindera-decompress",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "lindera-core"
657
+ version = "0.32.2"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "0c28191456debc98af6aa5f7db77872471983e9fa2a737b1c232b6ef543aed62"
660
+ dependencies = [
661
+ "anyhow",
662
+ "bincode",
663
+ "byteorder",
664
+ "encoding_rs",
665
+ "log",
666
+ "once_cell",
667
+ "serde",
668
+ "thiserror",
669
+ "yada",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "lindera-decompress"
674
+ version = "0.32.2"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "4788a1ead2f63f3fc2888109272921dedd86a87b7d0bf05e9daab46600daac51"
677
+ dependencies = [
678
+ "anyhow",
679
+ "flate2",
680
+ "serde",
681
+ ]
682
+
683
+ [[package]]
684
+ name = "lindera-dictionary"
685
+ version = "0.32.2"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "bdf5f91725e32b9a21b1656baa7030766c9bafc4de4b4ddeb8ffdde7224dd2f6"
688
+ dependencies = [
689
+ "anyhow",
690
+ "bincode",
691
+ "byteorder",
692
+ "lindera-cc-cedict",
693
+ "lindera-cc-cedict-builder",
694
+ "lindera-core",
695
+ "lindera-ipadic",
696
+ "lindera-ipadic-builder",
697
+ "lindera-ipadic-neologd",
698
+ "lindera-ipadic-neologd-builder",
699
+ "lindera-ko-dic",
700
+ "lindera-ko-dic-builder",
701
+ "lindera-unidic",
702
+ "lindera-unidic-builder",
703
+ "serde",
704
+ "strum",
705
+ "strum_macros",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "lindera-dictionary-builder"
710
+ version = "0.32.2"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "e41f00ba7ac541b0ffd8c30e7a73f2dd197546cc5780462ec4f2e4782945a780"
713
+ dependencies = [
714
+ "anyhow",
715
+ "bincode",
716
+ "byteorder",
717
+ "csv",
718
+ "derive_builder",
719
+ "encoding",
720
+ "encoding_rs",
721
+ "encoding_rs_io",
722
+ "glob",
723
+ "lindera-compress",
724
+ "lindera-core",
725
+ "lindera-decompress",
726
+ "log",
727
+ "yada",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "lindera-filter"
732
+ version = "0.32.2"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "273d27e01e1377e2647314a4a5b9bdca4b52a867b319069ebae8c10191146eca"
735
+ dependencies = [
736
+ "anyhow",
737
+ "csv",
738
+ "kanaria",
739
+ "lindera-cc-cedict-builder",
740
+ "lindera-core",
741
+ "lindera-dictionary",
742
+ "lindera-ipadic-builder",
743
+ "lindera-ko-dic-builder",
744
+ "lindera-unidic-builder",
745
+ "once_cell",
746
+ "regex",
747
+ "serde",
748
+ "serde_json",
749
+ "unicode-blocks",
750
+ "unicode-normalization",
751
+ "unicode-segmentation",
752
+ "yada",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "lindera-ipadic"
757
+ version = "0.32.2"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "b97a52ff0af5acb700093badaf7078051ab9ffd9071859724445a60193995f1f"
760
+ dependencies = [
761
+ "bincode",
762
+ "byteorder",
763
+ "lindera-core",
764
+ "lindera-decompress",
765
+ "lindera-ipadic-builder",
766
+ "once_cell",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "lindera-ipadic-builder"
771
+ version = "0.32.2"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "bf5031c52686128db13f774b2c5a8abfd52b4cc1f904041d8411aa19d630ce4d"
774
+ dependencies = [
775
+ "anyhow",
776
+ "lindera-core",
777
+ "lindera-decompress",
778
+ "lindera-dictionary-builder",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "lindera-ipadic-neologd"
783
+ version = "0.32.2"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "d6b36764b27b169aa11d24888141f206a6c246a5b195c1e67127485bac512fb6"
786
+ dependencies = [
787
+ "bincode",
788
+ "byteorder",
789
+ "lindera-core",
790
+ "lindera-decompress",
791
+ "lindera-ipadic-neologd-builder",
792
+ "once_cell",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "lindera-ipadic-neologd-builder"
797
+ version = "0.32.2"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "abf36e40ace904741efdd883ed5c4dba6425f65156a0fb5d3f73a386335950dc"
800
+ dependencies = [
801
+ "anyhow",
802
+ "lindera-core",
803
+ "lindera-decompress",
804
+ "lindera-dictionary-builder",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "lindera-ko-dic"
809
+ version = "0.32.2"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "4c92a1a3564b531953f0238cbcea392f2905f7b27b449978cf9e702a80e1086d"
812
+ dependencies = [
813
+ "bincode",
814
+ "byteorder",
815
+ "lindera-assets",
816
+ "lindera-core",
817
+ "lindera-decompress",
818
+ "lindera-ko-dic-builder",
819
+ "once_cell",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "lindera-ko-dic-builder"
824
+ version = "0.32.2"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "9f2c60425abc1548570c2568858f74a1f042105ecd89faa39c651b4315350fd9"
827
+ dependencies = [
828
+ "anyhow",
829
+ "lindera-core",
830
+ "lindera-decompress",
831
+ "lindera-dictionary-builder",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "lindera-tokenizer"
836
+ version = "0.32.2"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "903e558981bcb6f59870aa7d6b4bcb09e8f7db778886a6a70f67fd74c9fa2ca3"
839
+ dependencies = [
840
+ "bincode",
841
+ "lindera-core",
842
+ "lindera-dictionary",
843
+ "once_cell",
844
+ "serde",
845
+ "serde_json",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "lindera-unidic"
850
+ version = "0.32.2"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "d227c3ce9cbd905f865c46c65a0470fd04e89b71104d7f92baa71a212ffe1d4b"
853
+ dependencies = [
854
+ "bincode",
855
+ "byteorder",
856
+ "lindera-assets",
857
+ "lindera-core",
858
+ "lindera-decompress",
859
+ "lindera-unidic-builder",
860
+ "once_cell",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "lindera-unidic-builder"
865
+ version = "0.32.2"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "99e2c50015c242e02c451acb6748667ac6fd1d3d667cd7db48cd89e2f2d2377e"
868
+ dependencies = [
869
+ "anyhow",
870
+ "lindera-core",
871
+ "lindera-decompress",
872
+ "lindera-dictionary-builder",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "linux-raw-sys"
877
+ version = "0.4.14"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
880
+
881
+ [[package]]
882
+ name = "litemap"
883
+ version = "0.7.3"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
886
+
887
+ [[package]]
888
+ name = "log"
889
+ version = "0.4.22"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
892
+
893
+ [[package]]
894
+ name = "magnus"
895
+ version = "0.6.4"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
898
+ dependencies = [
899
+ "magnus-macros",
900
+ "rb-sys",
901
+ "rb-sys-env",
902
+ "seq-macro",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "magnus-macros"
907
+ version = "0.6.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
910
+ dependencies = [
911
+ "proc-macro2",
912
+ "quote",
913
+ "syn",
914
+ ]
915
+
916
+ [[package]]
917
+ name = "memchr"
918
+ version = "2.7.4"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
921
+
922
+ [[package]]
923
+ name = "minimal-lexical"
924
+ version = "0.2.1"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
927
+
928
+ [[package]]
929
+ name = "miniz_oxide"
930
+ version = "0.7.4"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
933
+ dependencies = [
934
+ "adler",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "nom"
939
+ version = "7.1.3"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
942
+ dependencies = [
943
+ "memchr",
944
+ "minimal-lexical",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "once_cell"
949
+ version = "1.19.0"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
952
+
953
+ [[package]]
954
+ name = "percent-encoding"
955
+ version = "2.3.1"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
958
+
959
+ [[package]]
960
+ name = "phf"
961
+ version = "0.11.2"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
964
+ dependencies = [
965
+ "phf_shared",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "phf_codegen"
970
+ version = "0.11.2"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
973
+ dependencies = [
974
+ "phf_generator",
975
+ "phf_shared",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "phf_generator"
980
+ version = "0.11.2"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
983
+ dependencies = [
984
+ "phf_shared",
985
+ "rand",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "phf_shared"
990
+ version = "0.11.2"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
993
+ dependencies = [
994
+ "siphasher",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "proc-macro2"
999
+ version = "1.0.86"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1002
+ dependencies = [
1003
+ "unicode-ident",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "quote"
1008
+ version = "1.0.36"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1011
+ dependencies = [
1012
+ "proc-macro2",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "rand"
1017
+ version = "0.8.5"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1020
+ dependencies = [
1021
+ "rand_core",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "rand_core"
1026
+ version = "0.6.4"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1029
+
1030
+ [[package]]
1031
+ name = "rb-sys"
1032
+ version = "0.9.98"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "8914b2e6af10bd50dd7aaac8c5146872d3924d6012929b4ff504e988f6badd24"
1035
+ dependencies = [
1036
+ "rb-sys-build",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "rb-sys-build"
1041
+ version = "0.9.98"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "12af68c9757d419b82d65a12b5db538990dfe9416049fea3f0ba4b9a8ca108cd"
1044
+ dependencies = [
1045
+ "bindgen",
1046
+ "lazy_static",
1047
+ "proc-macro2",
1048
+ "quote",
1049
+ "regex",
1050
+ "shell-words",
1051
+ "syn",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "rb-sys-env"
1056
+ version = "0.1.2"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1059
+
1060
+ [[package]]
1061
+ name = "redox_syscall"
1062
+ version = "0.4.1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1065
+ dependencies = [
1066
+ "bitflags 1.3.2",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "regex"
1071
+ version = "1.10.5"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1074
+ dependencies = [
1075
+ "aho-corasick",
1076
+ "memchr",
1077
+ "regex-automata",
1078
+ "regex-syntax",
1079
+ ]
1080
+
1081
+ [[package]]
1082
+ name = "regex-automata"
1083
+ version = "0.4.7"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1086
+ dependencies = [
1087
+ "aho-corasick",
1088
+ "memchr",
1089
+ "regex-syntax",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "regex-syntax"
1094
+ version = "0.8.4"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1097
+
1098
+ [[package]]
1099
+ name = "ring"
1100
+ version = "0.17.8"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1103
+ dependencies = [
1104
+ "cc",
1105
+ "cfg-if",
1106
+ "getrandom",
1107
+ "libc",
1108
+ "spin",
1109
+ "untrusted",
1110
+ "windows-sys",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "rustc-hash"
1115
+ version = "1.1.0"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1118
+
1119
+ [[package]]
1120
+ name = "rustix"
1121
+ version = "0.38.34"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1124
+ dependencies = [
1125
+ "bitflags 2.6.0",
1126
+ "errno",
1127
+ "libc",
1128
+ "linux-raw-sys",
1129
+ "windows-sys",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "rustls"
1134
+ version = "0.23.11"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0"
1137
+ dependencies = [
1138
+ "log",
1139
+ "once_cell",
1140
+ "ring",
1141
+ "rustls-pki-types",
1142
+ "rustls-webpki",
1143
+ "subtle",
1144
+ "zeroize",
1145
+ ]
1146
+
1147
+ [[package]]
1148
+ name = "rustls-pki-types"
1149
+ version = "1.7.0"
1150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
1152
+
1153
+ [[package]]
1154
+ name = "rustls-webpki"
1155
+ version = "0.102.5"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
1158
+ dependencies = [
1159
+ "ring",
1160
+ "rustls-pki-types",
1161
+ "untrusted",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "rustversion"
1166
+ version = "1.0.17"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
1169
+
1170
+ [[package]]
1171
+ name = "ryu"
1172
+ version = "1.0.18"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1175
+
1176
+ [[package]]
1177
+ name = "seq-macro"
1178
+ version = "0.3.5"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1181
+
1182
+ [[package]]
1183
+ name = "serde"
1184
+ version = "1.0.204"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
1187
+ dependencies = [
1188
+ "serde_derive",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "serde_derive"
1193
+ version = "1.0.204"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
1196
+ dependencies = [
1197
+ "proc-macro2",
1198
+ "quote",
1199
+ "syn",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "serde_json"
1204
+ version = "1.0.120"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
1207
+ dependencies = [
1208
+ "itoa",
1209
+ "ryu",
1210
+ "serde",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "shell-words"
1215
+ version = "1.1.0"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1218
+
1219
+ [[package]]
1220
+ name = "shlex"
1221
+ version = "1.3.0"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1224
+
1225
+ [[package]]
1226
+ name = "siphasher"
1227
+ version = "0.3.11"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1230
+
1231
+ [[package]]
1232
+ name = "slice-group-by"
1233
+ version = "0.3.1"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
1236
+
1237
+ [[package]]
1238
+ name = "smallvec"
1239
+ version = "1.13.2"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1242
+
1243
+ [[package]]
1244
+ name = "spin"
1245
+ version = "0.9.8"
1246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1247
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1248
+
1249
+ [[package]]
1250
+ name = "strsim"
1251
+ version = "0.11.1"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1254
+
1255
+ [[package]]
1256
+ name = "strum"
1257
+ version = "0.26.3"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1260
+ dependencies = [
1261
+ "strum_macros",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "strum_macros"
1266
+ version = "0.26.4"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1269
+ dependencies = [
1270
+ "heck",
1271
+ "proc-macro2",
1272
+ "quote",
1273
+ "rustversion",
1274
+ "syn",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "subtle"
1279
+ version = "2.6.1"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1282
+
1283
+ [[package]]
1284
+ name = "syn"
1285
+ version = "2.0.70"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16"
1288
+ dependencies = [
1289
+ "proc-macro2",
1290
+ "quote",
1291
+ "unicode-ident",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "tar"
1296
+ version = "0.4.41"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
1299
+ dependencies = [
1300
+ "filetime",
1301
+ "libc",
1302
+ "xattr",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "thiserror"
1307
+ version = "1.0.62"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
1310
+ dependencies = [
1311
+ "thiserror-impl",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "thiserror-impl"
1316
+ version = "1.0.62"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
1319
+ dependencies = [
1320
+ "proc-macro2",
1321
+ "quote",
1322
+ "syn",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "tinyvec"
1327
+ version = "1.8.0"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
1330
+ dependencies = [
1331
+ "tinyvec_macros",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "tinyvec_macros"
1336
+ version = "0.1.1"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1339
+
1340
+ [[package]]
1341
+ name = "unicode-bidi"
1342
+ version = "0.3.15"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1345
+
1346
+ [[package]]
1347
+ name = "unicode-blocks"
1348
+ version = "0.1.9"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "6b12e05d9e06373163a9bb6bb8c263c261b396643a99445fe6b9811fd376581b"
1351
+
1352
+ [[package]]
1353
+ name = "unicode-ident"
1354
+ version = "1.0.12"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1357
+
1358
+ [[package]]
1359
+ name = "unicode-normalization"
1360
+ version = "0.1.23"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1363
+ dependencies = [
1364
+ "tinyvec",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "unicode-segmentation"
1369
+ version = "1.11.0"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
1372
+
1373
+ [[package]]
1374
+ name = "untrusted"
1375
+ version = "0.9.0"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1378
+
1379
+ [[package]]
1380
+ name = "ureq"
1381
+ version = "2.10.0"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
1384
+ dependencies = [
1385
+ "base64",
1386
+ "log",
1387
+ "once_cell",
1388
+ "rustls",
1389
+ "rustls-pki-types",
1390
+ "url",
1391
+ "webpki-roots",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "url"
1396
+ version = "2.5.2"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
1399
+ dependencies = [
1400
+ "form_urlencoded",
1401
+ "idna",
1402
+ "percent-encoding",
1403
+ ]
1404
+
1405
+ [[package]]
1406
+ name = "version_check"
1407
+ version = "0.9.4"
1408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1409
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1410
+
1411
+ [[package]]
1412
+ name = "wasi"
1413
+ version = "0.11.0+wasi-snapshot-preview1"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1416
+
1417
+ [[package]]
1418
+ name = "webpki-roots"
1419
+ version = "0.26.3"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
1422
+ dependencies = [
1423
+ "rustls-pki-types",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "whatlang"
1428
+ version = "0.16.4"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0"
1431
+ dependencies = [
1432
+ "hashbrown",
1433
+ "once_cell",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "windows-sys"
1438
+ version = "0.52.0"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1441
+ dependencies = [
1442
+ "windows-targets",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "windows-targets"
1447
+ version = "0.52.6"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1450
+ dependencies = [
1451
+ "windows_aarch64_gnullvm",
1452
+ "windows_aarch64_msvc",
1453
+ "windows_i686_gnu",
1454
+ "windows_i686_gnullvm",
1455
+ "windows_i686_msvc",
1456
+ "windows_x86_64_gnu",
1457
+ "windows_x86_64_gnullvm",
1458
+ "windows_x86_64_msvc",
1459
+ ]
1460
+
1461
+ [[package]]
1462
+ name = "windows_aarch64_gnullvm"
1463
+ version = "0.52.6"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1466
+
1467
+ [[package]]
1468
+ name = "windows_aarch64_msvc"
1469
+ version = "0.52.6"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1472
+
1473
+ [[package]]
1474
+ name = "windows_i686_gnu"
1475
+ version = "0.52.6"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1478
+
1479
+ [[package]]
1480
+ name = "windows_i686_gnullvm"
1481
+ version = "0.52.6"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1484
+
1485
+ [[package]]
1486
+ name = "windows_i686_msvc"
1487
+ version = "0.52.6"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1490
+
1491
+ [[package]]
1492
+ name = "windows_x86_64_gnu"
1493
+ version = "0.52.6"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1496
+
1497
+ [[package]]
1498
+ name = "windows_x86_64_gnullvm"
1499
+ version = "0.52.6"
1500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1501
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1502
+
1503
+ [[package]]
1504
+ name = "windows_x86_64_msvc"
1505
+ version = "0.52.6"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1508
+
1509
+ [[package]]
1510
+ name = "xattr"
1511
+ version = "1.3.1"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
1514
+ dependencies = [
1515
+ "libc",
1516
+ "linux-raw-sys",
1517
+ "rustix",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "yada"
1522
+ version = "0.5.1"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd"
1525
+
1526
+ [[package]]
1527
+ name = "zerocopy"
1528
+ version = "0.7.35"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1531
+ dependencies = [
1532
+ "zerocopy-derive",
1533
+ ]
1534
+
1535
+ [[package]]
1536
+ name = "zerocopy-derive"
1537
+ version = "0.7.35"
1538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1539
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1540
+ dependencies = [
1541
+ "proc-macro2",
1542
+ "quote",
1543
+ "syn",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "zerofrom"
1548
+ version = "0.1.4"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
1551
+
1552
+ [[package]]
1553
+ name = "zeroize"
1554
+ version = "1.8.1"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
1557
+
1558
+ [[package]]
1559
+ name = "zerovec"
1560
+ version = "0.10.4"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
1563
+ dependencies = [
1564
+ "zerofrom",
1565
+ ]