red-candle 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/Cargo.lock +2063 -0
- data/README.md +1 -9
- data/ext/candle/extconf.rb +3 -3
- data/lib/candle/version.rb +1 -1
- data/lib/candle.rb +2 -2
- metadata +6 -3
data/Cargo.lock
ADDED
@@ -0,0 +1,2063 @@
|
|
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 = "aho-corasick"
|
13
|
+
version = "1.1.2"
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
16
|
+
dependencies = [
|
17
|
+
"memchr",
|
18
|
+
]
|
19
|
+
|
20
|
+
[[package]]
|
21
|
+
name = "anstream"
|
22
|
+
version = "0.6.13"
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
+
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
25
|
+
dependencies = [
|
26
|
+
"anstyle",
|
27
|
+
"anstyle-parse",
|
28
|
+
"anstyle-query",
|
29
|
+
"anstyle-wincon",
|
30
|
+
"colorchoice",
|
31
|
+
"utf8parse",
|
32
|
+
]
|
33
|
+
|
34
|
+
[[package]]
|
35
|
+
name = "anstyle"
|
36
|
+
version = "1.0.6"
|
37
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
+
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
39
|
+
|
40
|
+
[[package]]
|
41
|
+
name = "anstyle-parse"
|
42
|
+
version = "0.2.3"
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
+
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
45
|
+
dependencies = [
|
46
|
+
"utf8parse",
|
47
|
+
]
|
48
|
+
|
49
|
+
[[package]]
|
50
|
+
name = "anstyle-query"
|
51
|
+
version = "1.0.2"
|
52
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
+
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
54
|
+
dependencies = [
|
55
|
+
"windows-sys 0.52.0",
|
56
|
+
]
|
57
|
+
|
58
|
+
[[package]]
|
59
|
+
name = "anstyle-wincon"
|
60
|
+
version = "3.0.2"
|
61
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
+
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
63
|
+
dependencies = [
|
64
|
+
"anstyle",
|
65
|
+
"windows-sys 0.52.0",
|
66
|
+
]
|
67
|
+
|
68
|
+
[[package]]
|
69
|
+
name = "autocfg"
|
70
|
+
version = "1.1.0"
|
71
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
72
|
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
73
|
+
|
74
|
+
[[package]]
|
75
|
+
name = "base64"
|
76
|
+
version = "0.13.1"
|
77
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
78
|
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
79
|
+
|
80
|
+
[[package]]
|
81
|
+
name = "base64"
|
82
|
+
version = "0.21.7"
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
85
|
+
|
86
|
+
[[package]]
|
87
|
+
name = "bindgen"
|
88
|
+
version = "0.69.4"
|
89
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
90
|
+
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
91
|
+
dependencies = [
|
92
|
+
"bitflags 2.4.2",
|
93
|
+
"cexpr",
|
94
|
+
"clang-sys",
|
95
|
+
"itertools 0.11.0",
|
96
|
+
"lazy_static",
|
97
|
+
"lazycell",
|
98
|
+
"proc-macro2",
|
99
|
+
"quote",
|
100
|
+
"regex",
|
101
|
+
"rustc-hash",
|
102
|
+
"shlex",
|
103
|
+
"syn 2.0.52",
|
104
|
+
]
|
105
|
+
|
106
|
+
[[package]]
|
107
|
+
name = "bit-set"
|
108
|
+
version = "0.5.3"
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
110
|
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
111
|
+
dependencies = [
|
112
|
+
"bit-vec",
|
113
|
+
]
|
114
|
+
|
115
|
+
[[package]]
|
116
|
+
name = "bit-vec"
|
117
|
+
version = "0.6.3"
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
119
|
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
120
|
+
|
121
|
+
[[package]]
|
122
|
+
name = "bitflags"
|
123
|
+
version = "1.3.2"
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
126
|
+
|
127
|
+
[[package]]
|
128
|
+
name = "bitflags"
|
129
|
+
version = "2.4.2"
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
+
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
132
|
+
|
133
|
+
[[package]]
|
134
|
+
name = "bytemuck"
|
135
|
+
version = "1.14.3"
|
136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137
|
+
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
138
|
+
dependencies = [
|
139
|
+
"bytemuck_derive",
|
140
|
+
]
|
141
|
+
|
142
|
+
[[package]]
|
143
|
+
name = "bytemuck_derive"
|
144
|
+
version = "1.6.0"
|
145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
146
|
+
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
|
147
|
+
dependencies = [
|
148
|
+
"proc-macro2",
|
149
|
+
"quote",
|
150
|
+
"syn 2.0.52",
|
151
|
+
]
|
152
|
+
|
153
|
+
[[package]]
|
154
|
+
name = "byteorder"
|
155
|
+
version = "1.5.0"
|
156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
157
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
158
|
+
|
159
|
+
[[package]]
|
160
|
+
name = "candle"
|
161
|
+
version = "0.1.0"
|
162
|
+
dependencies = [
|
163
|
+
"candle-core",
|
164
|
+
"candle-nn",
|
165
|
+
"candle-transformers",
|
166
|
+
"half",
|
167
|
+
"hf-hub",
|
168
|
+
"magnus",
|
169
|
+
"tokenizers",
|
170
|
+
]
|
171
|
+
|
172
|
+
[[package]]
|
173
|
+
name = "candle-core"
|
174
|
+
version = "0.4.1"
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
+
checksum = "6f1b20174c1707e20f4cb364a355b449803c03e9b0c9193324623cf9787a4e00"
|
177
|
+
dependencies = [
|
178
|
+
"byteorder",
|
179
|
+
"gemm",
|
180
|
+
"half",
|
181
|
+
"memmap2",
|
182
|
+
"num-traits",
|
183
|
+
"num_cpus",
|
184
|
+
"rand",
|
185
|
+
"rand_distr",
|
186
|
+
"rayon",
|
187
|
+
"safetensors",
|
188
|
+
"thiserror",
|
189
|
+
"yoke",
|
190
|
+
"zip",
|
191
|
+
]
|
192
|
+
|
193
|
+
[[package]]
|
194
|
+
name = "candle-nn"
|
195
|
+
version = "0.4.1"
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
+
checksum = "66a27533c8edfc915a6459f9850641ef523a829fa1a181c670766c1f752d873a"
|
198
|
+
dependencies = [
|
199
|
+
"candle-core",
|
200
|
+
"half",
|
201
|
+
"num-traits",
|
202
|
+
"rayon",
|
203
|
+
"safetensors",
|
204
|
+
"serde",
|
205
|
+
"thiserror",
|
206
|
+
]
|
207
|
+
|
208
|
+
[[package]]
|
209
|
+
name = "candle-transformers"
|
210
|
+
version = "0.4.1"
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212
|
+
checksum = "b5847699f0643da05e57fc473672566e93dc36d82c1b7eeb970c6154d3434fe1"
|
213
|
+
dependencies = [
|
214
|
+
"byteorder",
|
215
|
+
"candle-core",
|
216
|
+
"candle-nn",
|
217
|
+
"num-traits",
|
218
|
+
"rand",
|
219
|
+
"rayon",
|
220
|
+
"serde",
|
221
|
+
"serde_json",
|
222
|
+
"serde_plain",
|
223
|
+
"tracing",
|
224
|
+
]
|
225
|
+
|
226
|
+
[[package]]
|
227
|
+
name = "cc"
|
228
|
+
version = "1.0.90"
|
229
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
230
|
+
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
231
|
+
|
232
|
+
[[package]]
|
233
|
+
name = "cexpr"
|
234
|
+
version = "0.6.0"
|
235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
236
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
237
|
+
dependencies = [
|
238
|
+
"nom",
|
239
|
+
]
|
240
|
+
|
241
|
+
[[package]]
|
242
|
+
name = "cfg-if"
|
243
|
+
version = "1.0.0"
|
244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
245
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
246
|
+
|
247
|
+
[[package]]
|
248
|
+
name = "clang-sys"
|
249
|
+
version = "1.7.0"
|
250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
251
|
+
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
252
|
+
dependencies = [
|
253
|
+
"glob",
|
254
|
+
"libc",
|
255
|
+
"libloading",
|
256
|
+
]
|
257
|
+
|
258
|
+
[[package]]
|
259
|
+
name = "clap"
|
260
|
+
version = "4.5.2"
|
261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
262
|
+
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
|
263
|
+
dependencies = [
|
264
|
+
"clap_builder",
|
265
|
+
"clap_derive",
|
266
|
+
]
|
267
|
+
|
268
|
+
[[package]]
|
269
|
+
name = "clap_builder"
|
270
|
+
version = "4.5.2"
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
|
+
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
273
|
+
dependencies = [
|
274
|
+
"anstream",
|
275
|
+
"anstyle",
|
276
|
+
"clap_lex",
|
277
|
+
"strsim 0.11.0",
|
278
|
+
]
|
279
|
+
|
280
|
+
[[package]]
|
281
|
+
name = "clap_derive"
|
282
|
+
version = "4.5.0"
|
283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
284
|
+
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
|
285
|
+
dependencies = [
|
286
|
+
"heck",
|
287
|
+
"proc-macro2",
|
288
|
+
"quote",
|
289
|
+
"syn 2.0.52",
|
290
|
+
]
|
291
|
+
|
292
|
+
[[package]]
|
293
|
+
name = "clap_lex"
|
294
|
+
version = "0.7.0"
|
295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
296
|
+
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
297
|
+
|
298
|
+
[[package]]
|
299
|
+
name = "colorchoice"
|
300
|
+
version = "1.0.0"
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
302
|
+
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
303
|
+
|
304
|
+
[[package]]
|
305
|
+
name = "console"
|
306
|
+
version = "0.15.8"
|
307
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
308
|
+
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
309
|
+
dependencies = [
|
310
|
+
"encode_unicode",
|
311
|
+
"lazy_static",
|
312
|
+
"libc",
|
313
|
+
"unicode-width",
|
314
|
+
"windows-sys 0.52.0",
|
315
|
+
]
|
316
|
+
|
317
|
+
[[package]]
|
318
|
+
name = "core-foundation"
|
319
|
+
version = "0.9.4"
|
320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
321
|
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
322
|
+
dependencies = [
|
323
|
+
"core-foundation-sys",
|
324
|
+
"libc",
|
325
|
+
]
|
326
|
+
|
327
|
+
[[package]]
|
328
|
+
name = "core-foundation-sys"
|
329
|
+
version = "0.8.6"
|
330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
331
|
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
332
|
+
|
333
|
+
[[package]]
|
334
|
+
name = "crc32fast"
|
335
|
+
version = "1.4.0"
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
337
|
+
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
338
|
+
dependencies = [
|
339
|
+
"cfg-if",
|
340
|
+
]
|
341
|
+
|
342
|
+
[[package]]
|
343
|
+
name = "crossbeam-deque"
|
344
|
+
version = "0.8.5"
|
345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
346
|
+
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
347
|
+
dependencies = [
|
348
|
+
"crossbeam-epoch",
|
349
|
+
"crossbeam-utils",
|
350
|
+
]
|
351
|
+
|
352
|
+
[[package]]
|
353
|
+
name = "crossbeam-epoch"
|
354
|
+
version = "0.9.18"
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
356
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
357
|
+
dependencies = [
|
358
|
+
"crossbeam-utils",
|
359
|
+
]
|
360
|
+
|
361
|
+
[[package]]
|
362
|
+
name = "crossbeam-utils"
|
363
|
+
version = "0.8.19"
|
364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
365
|
+
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
366
|
+
|
367
|
+
[[package]]
|
368
|
+
name = "crunchy"
|
369
|
+
version = "0.2.2"
|
370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
+
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
372
|
+
|
373
|
+
[[package]]
|
374
|
+
name = "darling"
|
375
|
+
version = "0.14.4"
|
376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
377
|
+
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
378
|
+
dependencies = [
|
379
|
+
"darling_core",
|
380
|
+
"darling_macro",
|
381
|
+
]
|
382
|
+
|
383
|
+
[[package]]
|
384
|
+
name = "darling_core"
|
385
|
+
version = "0.14.4"
|
386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
387
|
+
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
388
|
+
dependencies = [
|
389
|
+
"fnv",
|
390
|
+
"ident_case",
|
391
|
+
"proc-macro2",
|
392
|
+
"quote",
|
393
|
+
"strsim 0.10.0",
|
394
|
+
"syn 1.0.109",
|
395
|
+
]
|
396
|
+
|
397
|
+
[[package]]
|
398
|
+
name = "darling_macro"
|
399
|
+
version = "0.14.4"
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
|
+
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
402
|
+
dependencies = [
|
403
|
+
"darling_core",
|
404
|
+
"quote",
|
405
|
+
"syn 1.0.109",
|
406
|
+
]
|
407
|
+
|
408
|
+
[[package]]
|
409
|
+
name = "derive_builder"
|
410
|
+
version = "0.12.0"
|
411
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
412
|
+
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
413
|
+
dependencies = [
|
414
|
+
"derive_builder_macro",
|
415
|
+
]
|
416
|
+
|
417
|
+
[[package]]
|
418
|
+
name = "derive_builder_core"
|
419
|
+
version = "0.12.0"
|
420
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
421
|
+
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
422
|
+
dependencies = [
|
423
|
+
"darling",
|
424
|
+
"proc-macro2",
|
425
|
+
"quote",
|
426
|
+
"syn 1.0.109",
|
427
|
+
]
|
428
|
+
|
429
|
+
[[package]]
|
430
|
+
name = "derive_builder_macro"
|
431
|
+
version = "0.12.0"
|
432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
433
|
+
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
434
|
+
dependencies = [
|
435
|
+
"derive_builder_core",
|
436
|
+
"syn 1.0.109",
|
437
|
+
]
|
438
|
+
|
439
|
+
[[package]]
|
440
|
+
name = "dirs"
|
441
|
+
version = "5.0.1"
|
442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
443
|
+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
444
|
+
dependencies = [
|
445
|
+
"dirs-sys",
|
446
|
+
]
|
447
|
+
|
448
|
+
[[package]]
|
449
|
+
name = "dirs-sys"
|
450
|
+
version = "0.4.1"
|
451
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
452
|
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
453
|
+
dependencies = [
|
454
|
+
"libc",
|
455
|
+
"option-ext",
|
456
|
+
"redox_users",
|
457
|
+
"windows-sys 0.48.0",
|
458
|
+
]
|
459
|
+
|
460
|
+
[[package]]
|
461
|
+
name = "dyn-stack"
|
462
|
+
version = "0.10.0"
|
463
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464
|
+
checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
|
465
|
+
dependencies = [
|
466
|
+
"bytemuck",
|
467
|
+
"reborrow",
|
468
|
+
]
|
469
|
+
|
470
|
+
[[package]]
|
471
|
+
name = "either"
|
472
|
+
version = "1.10.0"
|
473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
474
|
+
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
475
|
+
|
476
|
+
[[package]]
|
477
|
+
name = "encode_unicode"
|
478
|
+
version = "0.3.6"
|
479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
480
|
+
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
481
|
+
|
482
|
+
[[package]]
|
483
|
+
name = "enum-as-inner"
|
484
|
+
version = "0.6.0"
|
485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486
|
+
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
|
487
|
+
dependencies = [
|
488
|
+
"heck",
|
489
|
+
"proc-macro2",
|
490
|
+
"quote",
|
491
|
+
"syn 2.0.52",
|
492
|
+
]
|
493
|
+
|
494
|
+
[[package]]
|
495
|
+
name = "errno"
|
496
|
+
version = "0.3.8"
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
498
|
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
499
|
+
dependencies = [
|
500
|
+
"libc",
|
501
|
+
"windows-sys 0.52.0",
|
502
|
+
]
|
503
|
+
|
504
|
+
[[package]]
|
505
|
+
name = "esaxx-rs"
|
506
|
+
version = "0.1.10"
|
507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
508
|
+
checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
|
509
|
+
dependencies = [
|
510
|
+
"cc",
|
511
|
+
]
|
512
|
+
|
513
|
+
[[package]]
|
514
|
+
name = "fancy-regex"
|
515
|
+
version = "0.13.0"
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
517
|
+
checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
|
518
|
+
dependencies = [
|
519
|
+
"bit-set",
|
520
|
+
"regex-automata",
|
521
|
+
"regex-syntax",
|
522
|
+
]
|
523
|
+
|
524
|
+
[[package]]
|
525
|
+
name = "fastrand"
|
526
|
+
version = "2.0.1"
|
527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
528
|
+
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
529
|
+
|
530
|
+
[[package]]
|
531
|
+
name = "flate2"
|
532
|
+
version = "1.0.28"
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
+
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
535
|
+
dependencies = [
|
536
|
+
"crc32fast",
|
537
|
+
"miniz_oxide",
|
538
|
+
]
|
539
|
+
|
540
|
+
[[package]]
|
541
|
+
name = "fnv"
|
542
|
+
version = "1.0.7"
|
543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
544
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
545
|
+
|
546
|
+
[[package]]
|
547
|
+
name = "foreign-types"
|
548
|
+
version = "0.3.2"
|
549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
550
|
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
551
|
+
dependencies = [
|
552
|
+
"foreign-types-shared",
|
553
|
+
]
|
554
|
+
|
555
|
+
[[package]]
|
556
|
+
name = "foreign-types-shared"
|
557
|
+
version = "0.1.1"
|
558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
559
|
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
560
|
+
|
561
|
+
[[package]]
|
562
|
+
name = "form_urlencoded"
|
563
|
+
version = "1.2.1"
|
564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
565
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
566
|
+
dependencies = [
|
567
|
+
"percent-encoding",
|
568
|
+
]
|
569
|
+
|
570
|
+
[[package]]
|
571
|
+
name = "gemm"
|
572
|
+
version = "0.17.1"
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
574
|
+
checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
|
575
|
+
dependencies = [
|
576
|
+
"dyn-stack",
|
577
|
+
"gemm-c32",
|
578
|
+
"gemm-c64",
|
579
|
+
"gemm-common",
|
580
|
+
"gemm-f16",
|
581
|
+
"gemm-f32",
|
582
|
+
"gemm-f64",
|
583
|
+
"num-complex",
|
584
|
+
"num-traits",
|
585
|
+
"paste",
|
586
|
+
"raw-cpuid",
|
587
|
+
"seq-macro",
|
588
|
+
]
|
589
|
+
|
590
|
+
[[package]]
|
591
|
+
name = "gemm-c32"
|
592
|
+
version = "0.17.1"
|
593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
594
|
+
checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
|
595
|
+
dependencies = [
|
596
|
+
"dyn-stack",
|
597
|
+
"gemm-common",
|
598
|
+
"num-complex",
|
599
|
+
"num-traits",
|
600
|
+
"paste",
|
601
|
+
"raw-cpuid",
|
602
|
+
"seq-macro",
|
603
|
+
]
|
604
|
+
|
605
|
+
[[package]]
|
606
|
+
name = "gemm-c64"
|
607
|
+
version = "0.17.1"
|
608
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
609
|
+
checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
|
610
|
+
dependencies = [
|
611
|
+
"dyn-stack",
|
612
|
+
"gemm-common",
|
613
|
+
"num-complex",
|
614
|
+
"num-traits",
|
615
|
+
"paste",
|
616
|
+
"raw-cpuid",
|
617
|
+
"seq-macro",
|
618
|
+
]
|
619
|
+
|
620
|
+
[[package]]
|
621
|
+
name = "gemm-common"
|
622
|
+
version = "0.17.1"
|
623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
624
|
+
checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
|
625
|
+
dependencies = [
|
626
|
+
"bytemuck",
|
627
|
+
"dyn-stack",
|
628
|
+
"half",
|
629
|
+
"num-complex",
|
630
|
+
"num-traits",
|
631
|
+
"once_cell",
|
632
|
+
"paste",
|
633
|
+
"pulp",
|
634
|
+
"raw-cpuid",
|
635
|
+
"rayon",
|
636
|
+
"seq-macro",
|
637
|
+
"sysctl",
|
638
|
+
]
|
639
|
+
|
640
|
+
[[package]]
|
641
|
+
name = "gemm-f16"
|
642
|
+
version = "0.17.1"
|
643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
+
checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
|
645
|
+
dependencies = [
|
646
|
+
"dyn-stack",
|
647
|
+
"gemm-common",
|
648
|
+
"gemm-f32",
|
649
|
+
"half",
|
650
|
+
"num-complex",
|
651
|
+
"num-traits",
|
652
|
+
"paste",
|
653
|
+
"raw-cpuid",
|
654
|
+
"rayon",
|
655
|
+
"seq-macro",
|
656
|
+
]
|
657
|
+
|
658
|
+
[[package]]
|
659
|
+
name = "gemm-f32"
|
660
|
+
version = "0.17.1"
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
662
|
+
checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
|
663
|
+
dependencies = [
|
664
|
+
"dyn-stack",
|
665
|
+
"gemm-common",
|
666
|
+
"num-complex",
|
667
|
+
"num-traits",
|
668
|
+
"paste",
|
669
|
+
"raw-cpuid",
|
670
|
+
"seq-macro",
|
671
|
+
]
|
672
|
+
|
673
|
+
[[package]]
|
674
|
+
name = "gemm-f64"
|
675
|
+
version = "0.17.1"
|
676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
677
|
+
checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
|
678
|
+
dependencies = [
|
679
|
+
"dyn-stack",
|
680
|
+
"gemm-common",
|
681
|
+
"num-complex",
|
682
|
+
"num-traits",
|
683
|
+
"paste",
|
684
|
+
"raw-cpuid",
|
685
|
+
"seq-macro",
|
686
|
+
]
|
687
|
+
|
688
|
+
[[package]]
|
689
|
+
name = "getrandom"
|
690
|
+
version = "0.2.12"
|
691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
692
|
+
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
693
|
+
dependencies = [
|
694
|
+
"cfg-if",
|
695
|
+
"libc",
|
696
|
+
"wasi",
|
697
|
+
]
|
698
|
+
|
699
|
+
[[package]]
|
700
|
+
name = "glob"
|
701
|
+
version = "0.3.1"
|
702
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
703
|
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
704
|
+
|
705
|
+
[[package]]
|
706
|
+
name = "half"
|
707
|
+
version = "2.4.0"
|
708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
709
|
+
checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
|
710
|
+
dependencies = [
|
711
|
+
"bytemuck",
|
712
|
+
"cfg-if",
|
713
|
+
"crunchy",
|
714
|
+
"num-traits",
|
715
|
+
"rand",
|
716
|
+
"rand_distr",
|
717
|
+
]
|
718
|
+
|
719
|
+
[[package]]
|
720
|
+
name = "heck"
|
721
|
+
version = "0.4.1"
|
722
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
723
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
724
|
+
|
725
|
+
[[package]]
|
726
|
+
name = "hermit-abi"
|
727
|
+
version = "0.3.9"
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729
|
+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
730
|
+
|
731
|
+
[[package]]
|
732
|
+
name = "hf-hub"
|
733
|
+
version = "0.3.2"
|
734
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
+
checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732"
|
736
|
+
dependencies = [
|
737
|
+
"dirs",
|
738
|
+
"indicatif",
|
739
|
+
"log",
|
740
|
+
"native-tls",
|
741
|
+
"rand",
|
742
|
+
"serde",
|
743
|
+
"serde_json",
|
744
|
+
"thiserror",
|
745
|
+
"ureq",
|
746
|
+
]
|
747
|
+
|
748
|
+
[[package]]
|
749
|
+
name = "ident_case"
|
750
|
+
version = "1.0.1"
|
751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
752
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
753
|
+
|
754
|
+
[[package]]
|
755
|
+
name = "idna"
|
756
|
+
version = "0.5.0"
|
757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
+
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
759
|
+
dependencies = [
|
760
|
+
"unicode-bidi",
|
761
|
+
"unicode-normalization",
|
762
|
+
]
|
763
|
+
|
764
|
+
[[package]]
|
765
|
+
name = "indicatif"
|
766
|
+
version = "0.17.8"
|
767
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
768
|
+
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
769
|
+
dependencies = [
|
770
|
+
"console",
|
771
|
+
"instant",
|
772
|
+
"number_prefix",
|
773
|
+
"portable-atomic",
|
774
|
+
"unicode-width",
|
775
|
+
]
|
776
|
+
|
777
|
+
[[package]]
|
778
|
+
name = "instant"
|
779
|
+
version = "0.1.12"
|
780
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
781
|
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
782
|
+
dependencies = [
|
783
|
+
"cfg-if",
|
784
|
+
]
|
785
|
+
|
786
|
+
[[package]]
|
787
|
+
name = "itertools"
|
788
|
+
version = "0.11.0"
|
789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
790
|
+
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
791
|
+
dependencies = [
|
792
|
+
"either",
|
793
|
+
]
|
794
|
+
|
795
|
+
[[package]]
|
796
|
+
name = "itertools"
|
797
|
+
version = "0.12.1"
|
798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
799
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
800
|
+
dependencies = [
|
801
|
+
"either",
|
802
|
+
]
|
803
|
+
|
804
|
+
[[package]]
|
805
|
+
name = "itoa"
|
806
|
+
version = "1.0.10"
|
807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
808
|
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
809
|
+
|
810
|
+
[[package]]
|
811
|
+
name = "lazy_static"
|
812
|
+
version = "1.4.0"
|
813
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
814
|
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
815
|
+
|
816
|
+
[[package]]
|
817
|
+
name = "lazycell"
|
818
|
+
version = "1.3.0"
|
819
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
820
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
821
|
+
|
822
|
+
[[package]]
|
823
|
+
name = "libc"
|
824
|
+
version = "0.2.153"
|
825
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
826
|
+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
827
|
+
|
828
|
+
[[package]]
|
829
|
+
name = "libloading"
|
830
|
+
version = "0.8.3"
|
831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
832
|
+
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
833
|
+
dependencies = [
|
834
|
+
"cfg-if",
|
835
|
+
"windows-targets 0.48.5",
|
836
|
+
]
|
837
|
+
|
838
|
+
[[package]]
|
839
|
+
name = "libm"
|
840
|
+
version = "0.2.8"
|
841
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
842
|
+
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
843
|
+
|
844
|
+
[[package]]
|
845
|
+
name = "libredox"
|
846
|
+
version = "0.0.1"
|
847
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
848
|
+
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
849
|
+
dependencies = [
|
850
|
+
"bitflags 2.4.2",
|
851
|
+
"libc",
|
852
|
+
"redox_syscall",
|
853
|
+
]
|
854
|
+
|
855
|
+
[[package]]
|
856
|
+
name = "linux-raw-sys"
|
857
|
+
version = "0.4.13"
|
858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
859
|
+
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
860
|
+
|
861
|
+
[[package]]
|
862
|
+
name = "log"
|
863
|
+
version = "0.4.21"
|
864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
865
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
866
|
+
|
867
|
+
[[package]]
|
868
|
+
name = "macro_rules_attribute"
|
869
|
+
version = "0.2.0"
|
870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
871
|
+
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
|
872
|
+
dependencies = [
|
873
|
+
"macro_rules_attribute-proc_macro",
|
874
|
+
"paste",
|
875
|
+
]
|
876
|
+
|
877
|
+
[[package]]
|
878
|
+
name = "macro_rules_attribute-proc_macro"
|
879
|
+
version = "0.2.0"
|
880
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
881
|
+
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
|
882
|
+
|
883
|
+
[[package]]
|
884
|
+
name = "magnus"
|
885
|
+
version = "0.6.2"
|
886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887
|
+
checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
|
888
|
+
dependencies = [
|
889
|
+
"magnus-macros",
|
890
|
+
"rb-sys",
|
891
|
+
"rb-sys-env",
|
892
|
+
"seq-macro",
|
893
|
+
]
|
894
|
+
|
895
|
+
[[package]]
|
896
|
+
name = "magnus-macros"
|
897
|
+
version = "0.6.0"
|
898
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
899
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
900
|
+
dependencies = [
|
901
|
+
"proc-macro2",
|
902
|
+
"quote",
|
903
|
+
"syn 2.0.52",
|
904
|
+
]
|
905
|
+
|
906
|
+
[[package]]
|
907
|
+
name = "memchr"
|
908
|
+
version = "2.7.1"
|
909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
910
|
+
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
911
|
+
|
912
|
+
[[package]]
|
913
|
+
name = "memmap2"
|
914
|
+
version = "0.9.4"
|
915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
+
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
917
|
+
dependencies = [
|
918
|
+
"libc",
|
919
|
+
"stable_deref_trait",
|
920
|
+
]
|
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.2"
|
931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
932
|
+
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
933
|
+
dependencies = [
|
934
|
+
"adler",
|
935
|
+
]
|
936
|
+
|
937
|
+
[[package]]
|
938
|
+
name = "monostate"
|
939
|
+
version = "0.1.11"
|
940
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
941
|
+
checksum = "878c2a1f1c70e5724fa28f101ca787b6a7e8ad5c5e4ae4ca3b0fa4a419fa9075"
|
942
|
+
dependencies = [
|
943
|
+
"monostate-impl",
|
944
|
+
"serde",
|
945
|
+
]
|
946
|
+
|
947
|
+
[[package]]
|
948
|
+
name = "monostate-impl"
|
949
|
+
version = "0.1.11"
|
950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
951
|
+
checksum = "f686d68a09079e63b1d2c64aa305095887ce50565f00a922ebfaeeee0d9ba6ce"
|
952
|
+
dependencies = [
|
953
|
+
"proc-macro2",
|
954
|
+
"quote",
|
955
|
+
"syn 2.0.52",
|
956
|
+
]
|
957
|
+
|
958
|
+
[[package]]
|
959
|
+
name = "native-tls"
|
960
|
+
version = "0.2.11"
|
961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
962
|
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
963
|
+
dependencies = [
|
964
|
+
"lazy_static",
|
965
|
+
"libc",
|
966
|
+
"log",
|
967
|
+
"openssl",
|
968
|
+
"openssl-probe",
|
969
|
+
"openssl-sys",
|
970
|
+
"schannel",
|
971
|
+
"security-framework",
|
972
|
+
"security-framework-sys",
|
973
|
+
"tempfile",
|
974
|
+
]
|
975
|
+
|
976
|
+
[[package]]
|
977
|
+
name = "nom"
|
978
|
+
version = "7.1.3"
|
979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
980
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
981
|
+
dependencies = [
|
982
|
+
"memchr",
|
983
|
+
"minimal-lexical",
|
984
|
+
]
|
985
|
+
|
986
|
+
[[package]]
|
987
|
+
name = "num-complex"
|
988
|
+
version = "0.4.5"
|
989
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
990
|
+
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
|
991
|
+
dependencies = [
|
992
|
+
"bytemuck",
|
993
|
+
"num-traits",
|
994
|
+
]
|
995
|
+
|
996
|
+
[[package]]
|
997
|
+
name = "num-traits"
|
998
|
+
version = "0.2.18"
|
999
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1000
|
+
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
1001
|
+
dependencies = [
|
1002
|
+
"autocfg",
|
1003
|
+
"libm",
|
1004
|
+
]
|
1005
|
+
|
1006
|
+
[[package]]
|
1007
|
+
name = "num_cpus"
|
1008
|
+
version = "1.16.0"
|
1009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1010
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1011
|
+
dependencies = [
|
1012
|
+
"hermit-abi",
|
1013
|
+
"libc",
|
1014
|
+
]
|
1015
|
+
|
1016
|
+
[[package]]
|
1017
|
+
name = "number_prefix"
|
1018
|
+
version = "0.4.0"
|
1019
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1020
|
+
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
1021
|
+
|
1022
|
+
[[package]]
|
1023
|
+
name = "once_cell"
|
1024
|
+
version = "1.19.0"
|
1025
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1026
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1027
|
+
|
1028
|
+
[[package]]
|
1029
|
+
name = "onig"
|
1030
|
+
version = "6.4.0"
|
1031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032
|
+
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
1033
|
+
dependencies = [
|
1034
|
+
"bitflags 1.3.2",
|
1035
|
+
"libc",
|
1036
|
+
"once_cell",
|
1037
|
+
"onig_sys",
|
1038
|
+
]
|
1039
|
+
|
1040
|
+
[[package]]
|
1041
|
+
name = "onig_sys"
|
1042
|
+
version = "69.8.1"
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044
|
+
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
1045
|
+
dependencies = [
|
1046
|
+
"cc",
|
1047
|
+
"pkg-config",
|
1048
|
+
]
|
1049
|
+
|
1050
|
+
[[package]]
|
1051
|
+
name = "openssl"
|
1052
|
+
version = "0.10.64"
|
1053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1054
|
+
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
1055
|
+
dependencies = [
|
1056
|
+
"bitflags 2.4.2",
|
1057
|
+
"cfg-if",
|
1058
|
+
"foreign-types",
|
1059
|
+
"libc",
|
1060
|
+
"once_cell",
|
1061
|
+
"openssl-macros",
|
1062
|
+
"openssl-sys",
|
1063
|
+
]
|
1064
|
+
|
1065
|
+
[[package]]
|
1066
|
+
name = "openssl-macros"
|
1067
|
+
version = "0.1.1"
|
1068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069
|
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1070
|
+
dependencies = [
|
1071
|
+
"proc-macro2",
|
1072
|
+
"quote",
|
1073
|
+
"syn 2.0.52",
|
1074
|
+
]
|
1075
|
+
|
1076
|
+
[[package]]
|
1077
|
+
name = "openssl-probe"
|
1078
|
+
version = "0.1.5"
|
1079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080
|
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1081
|
+
|
1082
|
+
[[package]]
|
1083
|
+
name = "openssl-sys"
|
1084
|
+
version = "0.9.101"
|
1085
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1086
|
+
checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
|
1087
|
+
dependencies = [
|
1088
|
+
"cc",
|
1089
|
+
"libc",
|
1090
|
+
"pkg-config",
|
1091
|
+
"vcpkg",
|
1092
|
+
]
|
1093
|
+
|
1094
|
+
[[package]]
|
1095
|
+
name = "option-ext"
|
1096
|
+
version = "0.2.0"
|
1097
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1098
|
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
1099
|
+
|
1100
|
+
[[package]]
|
1101
|
+
name = "paste"
|
1102
|
+
version = "1.0.14"
|
1103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1104
|
+
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
1105
|
+
|
1106
|
+
[[package]]
|
1107
|
+
name = "percent-encoding"
|
1108
|
+
version = "2.3.1"
|
1109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1111
|
+
|
1112
|
+
[[package]]
|
1113
|
+
name = "pin-project-lite"
|
1114
|
+
version = "0.2.13"
|
1115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1116
|
+
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
1117
|
+
|
1118
|
+
[[package]]
|
1119
|
+
name = "pkg-config"
|
1120
|
+
version = "0.3.30"
|
1121
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1122
|
+
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
1123
|
+
|
1124
|
+
[[package]]
|
1125
|
+
name = "portable-atomic"
|
1126
|
+
version = "1.6.0"
|
1127
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1128
|
+
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
1129
|
+
|
1130
|
+
[[package]]
|
1131
|
+
name = "ppv-lite86"
|
1132
|
+
version = "0.2.17"
|
1133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1134
|
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
1135
|
+
|
1136
|
+
[[package]]
|
1137
|
+
name = "proc-macro2"
|
1138
|
+
version = "1.0.79"
|
1139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1140
|
+
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
1141
|
+
dependencies = [
|
1142
|
+
"unicode-ident",
|
1143
|
+
]
|
1144
|
+
|
1145
|
+
[[package]]
|
1146
|
+
name = "pulp"
|
1147
|
+
version = "0.18.8"
|
1148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149
|
+
checksum = "091bad01115892393939669b38f88ff2b70838e969a7ac172a9d06d05345a732"
|
1150
|
+
dependencies = [
|
1151
|
+
"bytemuck",
|
1152
|
+
"libm",
|
1153
|
+
"num-complex",
|
1154
|
+
"reborrow",
|
1155
|
+
]
|
1156
|
+
|
1157
|
+
[[package]]
|
1158
|
+
name = "quote"
|
1159
|
+
version = "1.0.35"
|
1160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1161
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
1162
|
+
dependencies = [
|
1163
|
+
"proc-macro2",
|
1164
|
+
]
|
1165
|
+
|
1166
|
+
[[package]]
|
1167
|
+
name = "rand"
|
1168
|
+
version = "0.8.5"
|
1169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1171
|
+
dependencies = [
|
1172
|
+
"libc",
|
1173
|
+
"rand_chacha",
|
1174
|
+
"rand_core",
|
1175
|
+
]
|
1176
|
+
|
1177
|
+
[[package]]
|
1178
|
+
name = "rand_chacha"
|
1179
|
+
version = "0.3.1"
|
1180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1181
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1182
|
+
dependencies = [
|
1183
|
+
"ppv-lite86",
|
1184
|
+
"rand_core",
|
1185
|
+
]
|
1186
|
+
|
1187
|
+
[[package]]
|
1188
|
+
name = "rand_core"
|
1189
|
+
version = "0.6.4"
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1192
|
+
dependencies = [
|
1193
|
+
"getrandom",
|
1194
|
+
]
|
1195
|
+
|
1196
|
+
[[package]]
|
1197
|
+
name = "rand_distr"
|
1198
|
+
version = "0.4.3"
|
1199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1200
|
+
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
1201
|
+
dependencies = [
|
1202
|
+
"num-traits",
|
1203
|
+
"rand",
|
1204
|
+
]
|
1205
|
+
|
1206
|
+
[[package]]
|
1207
|
+
name = "raw-cpuid"
|
1208
|
+
version = "10.7.0"
|
1209
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1210
|
+
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
1211
|
+
dependencies = [
|
1212
|
+
"bitflags 1.3.2",
|
1213
|
+
]
|
1214
|
+
|
1215
|
+
[[package]]
|
1216
|
+
name = "rayon"
|
1217
|
+
version = "1.9.0"
|
1218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
|
+
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
1220
|
+
dependencies = [
|
1221
|
+
"either",
|
1222
|
+
"rayon-core",
|
1223
|
+
]
|
1224
|
+
|
1225
|
+
[[package]]
|
1226
|
+
name = "rayon-cond"
|
1227
|
+
version = "0.3.0"
|
1228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1229
|
+
checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
|
1230
|
+
dependencies = [
|
1231
|
+
"either",
|
1232
|
+
"itertools 0.11.0",
|
1233
|
+
"rayon",
|
1234
|
+
]
|
1235
|
+
|
1236
|
+
[[package]]
|
1237
|
+
name = "rayon-core"
|
1238
|
+
version = "1.12.1"
|
1239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1240
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
1241
|
+
dependencies = [
|
1242
|
+
"crossbeam-deque",
|
1243
|
+
"crossbeam-utils",
|
1244
|
+
]
|
1245
|
+
|
1246
|
+
[[package]]
|
1247
|
+
name = "rb-sys"
|
1248
|
+
version = "0.9.111"
|
1249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1250
|
+
checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
|
1251
|
+
dependencies = [
|
1252
|
+
"rb-sys-build",
|
1253
|
+
]
|
1254
|
+
|
1255
|
+
[[package]]
|
1256
|
+
name = "rb-sys-build"
|
1257
|
+
version = "0.9.111"
|
1258
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259
|
+
checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
|
1260
|
+
dependencies = [
|
1261
|
+
"bindgen",
|
1262
|
+
"lazy_static",
|
1263
|
+
"proc-macro2",
|
1264
|
+
"quote",
|
1265
|
+
"regex",
|
1266
|
+
"shell-words",
|
1267
|
+
"syn 2.0.52",
|
1268
|
+
]
|
1269
|
+
|
1270
|
+
[[package]]
|
1271
|
+
name = "rb-sys-env"
|
1272
|
+
version = "0.1.2"
|
1273
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1274
|
+
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
1275
|
+
|
1276
|
+
[[package]]
|
1277
|
+
name = "reborrow"
|
1278
|
+
version = "0.5.5"
|
1279
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1280
|
+
checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
|
1281
|
+
|
1282
|
+
[[package]]
|
1283
|
+
name = "redox_syscall"
|
1284
|
+
version = "0.4.1"
|
1285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1286
|
+
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
1287
|
+
dependencies = [
|
1288
|
+
"bitflags 1.3.2",
|
1289
|
+
]
|
1290
|
+
|
1291
|
+
[[package]]
|
1292
|
+
name = "redox_users"
|
1293
|
+
version = "0.4.4"
|
1294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295
|
+
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
1296
|
+
dependencies = [
|
1297
|
+
"getrandom",
|
1298
|
+
"libredox",
|
1299
|
+
"thiserror",
|
1300
|
+
]
|
1301
|
+
|
1302
|
+
[[package]]
|
1303
|
+
name = "regex"
|
1304
|
+
version = "1.10.3"
|
1305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306
|
+
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
1307
|
+
dependencies = [
|
1308
|
+
"aho-corasick",
|
1309
|
+
"memchr",
|
1310
|
+
"regex-automata",
|
1311
|
+
"regex-syntax",
|
1312
|
+
]
|
1313
|
+
|
1314
|
+
[[package]]
|
1315
|
+
name = "regex-automata"
|
1316
|
+
version = "0.4.6"
|
1317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1318
|
+
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
1319
|
+
dependencies = [
|
1320
|
+
"aho-corasick",
|
1321
|
+
"memchr",
|
1322
|
+
"regex-syntax",
|
1323
|
+
]
|
1324
|
+
|
1325
|
+
[[package]]
|
1326
|
+
name = "regex-syntax"
|
1327
|
+
version = "0.8.2"
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1329
|
+
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
1330
|
+
|
1331
|
+
[[package]]
|
1332
|
+
name = "ring"
|
1333
|
+
version = "0.17.8"
|
1334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1335
|
+
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
1336
|
+
dependencies = [
|
1337
|
+
"cc",
|
1338
|
+
"cfg-if",
|
1339
|
+
"getrandom",
|
1340
|
+
"libc",
|
1341
|
+
"spin",
|
1342
|
+
"untrusted",
|
1343
|
+
"windows-sys 0.52.0",
|
1344
|
+
]
|
1345
|
+
|
1346
|
+
[[package]]
|
1347
|
+
name = "rustc-hash"
|
1348
|
+
version = "1.1.0"
|
1349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1350
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1351
|
+
|
1352
|
+
[[package]]
|
1353
|
+
name = "rustix"
|
1354
|
+
version = "0.38.31"
|
1355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1356
|
+
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
1357
|
+
dependencies = [
|
1358
|
+
"bitflags 2.4.2",
|
1359
|
+
"errno",
|
1360
|
+
"libc",
|
1361
|
+
"linux-raw-sys",
|
1362
|
+
"windows-sys 0.52.0",
|
1363
|
+
]
|
1364
|
+
|
1365
|
+
[[package]]
|
1366
|
+
name = "rustls"
|
1367
|
+
version = "0.22.2"
|
1368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1369
|
+
checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
|
1370
|
+
dependencies = [
|
1371
|
+
"log",
|
1372
|
+
"ring",
|
1373
|
+
"rustls-pki-types",
|
1374
|
+
"rustls-webpki",
|
1375
|
+
"subtle",
|
1376
|
+
"zeroize",
|
1377
|
+
]
|
1378
|
+
|
1379
|
+
[[package]]
|
1380
|
+
name = "rustls-pki-types"
|
1381
|
+
version = "1.3.1"
|
1382
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1383
|
+
checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
|
1384
|
+
|
1385
|
+
[[package]]
|
1386
|
+
name = "rustls-webpki"
|
1387
|
+
version = "0.102.2"
|
1388
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1389
|
+
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
|
1390
|
+
dependencies = [
|
1391
|
+
"ring",
|
1392
|
+
"rustls-pki-types",
|
1393
|
+
"untrusted",
|
1394
|
+
]
|
1395
|
+
|
1396
|
+
[[package]]
|
1397
|
+
name = "ryu"
|
1398
|
+
version = "1.0.17"
|
1399
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400
|
+
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
1401
|
+
|
1402
|
+
[[package]]
|
1403
|
+
name = "safetensors"
|
1404
|
+
version = "0.4.2"
|
1405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1406
|
+
checksum = "8d980e6bfb34436fb0a81e42bc41af43f11805bbbca443e7f68e9faaabe669ed"
|
1407
|
+
dependencies = [
|
1408
|
+
"serde",
|
1409
|
+
"serde_json",
|
1410
|
+
]
|
1411
|
+
|
1412
|
+
[[package]]
|
1413
|
+
name = "same-file"
|
1414
|
+
version = "1.0.6"
|
1415
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1416
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
1417
|
+
dependencies = [
|
1418
|
+
"winapi-util",
|
1419
|
+
]
|
1420
|
+
|
1421
|
+
[[package]]
|
1422
|
+
name = "schannel"
|
1423
|
+
version = "0.1.23"
|
1424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
+
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
1426
|
+
dependencies = [
|
1427
|
+
"windows-sys 0.52.0",
|
1428
|
+
]
|
1429
|
+
|
1430
|
+
[[package]]
|
1431
|
+
name = "security-framework"
|
1432
|
+
version = "2.9.2"
|
1433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1434
|
+
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
1435
|
+
dependencies = [
|
1436
|
+
"bitflags 1.3.2",
|
1437
|
+
"core-foundation",
|
1438
|
+
"core-foundation-sys",
|
1439
|
+
"libc",
|
1440
|
+
"security-framework-sys",
|
1441
|
+
]
|
1442
|
+
|
1443
|
+
[[package]]
|
1444
|
+
name = "security-framework-sys"
|
1445
|
+
version = "2.9.1"
|
1446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1447
|
+
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
1448
|
+
dependencies = [
|
1449
|
+
"core-foundation-sys",
|
1450
|
+
"libc",
|
1451
|
+
]
|
1452
|
+
|
1453
|
+
[[package]]
|
1454
|
+
name = "seq-macro"
|
1455
|
+
version = "0.3.5"
|
1456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1457
|
+
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
1458
|
+
|
1459
|
+
[[package]]
|
1460
|
+
name = "serde"
|
1461
|
+
version = "1.0.197"
|
1462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1463
|
+
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
1464
|
+
dependencies = [
|
1465
|
+
"serde_derive",
|
1466
|
+
]
|
1467
|
+
|
1468
|
+
[[package]]
|
1469
|
+
name = "serde_derive"
|
1470
|
+
version = "1.0.197"
|
1471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1472
|
+
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
1473
|
+
dependencies = [
|
1474
|
+
"proc-macro2",
|
1475
|
+
"quote",
|
1476
|
+
"syn 2.0.52",
|
1477
|
+
]
|
1478
|
+
|
1479
|
+
[[package]]
|
1480
|
+
name = "serde_json"
|
1481
|
+
version = "1.0.114"
|
1482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1483
|
+
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
1484
|
+
dependencies = [
|
1485
|
+
"itoa",
|
1486
|
+
"ryu",
|
1487
|
+
"serde",
|
1488
|
+
]
|
1489
|
+
|
1490
|
+
[[package]]
|
1491
|
+
name = "serde_plain"
|
1492
|
+
version = "1.0.2"
|
1493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1494
|
+
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
|
1495
|
+
dependencies = [
|
1496
|
+
"serde",
|
1497
|
+
]
|
1498
|
+
|
1499
|
+
[[package]]
|
1500
|
+
name = "shell-words"
|
1501
|
+
version = "1.1.0"
|
1502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1503
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
1504
|
+
|
1505
|
+
[[package]]
|
1506
|
+
name = "shlex"
|
1507
|
+
version = "1.3.0"
|
1508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1509
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
1510
|
+
|
1511
|
+
[[package]]
|
1512
|
+
name = "smallvec"
|
1513
|
+
version = "1.13.1"
|
1514
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515
|
+
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
1516
|
+
|
1517
|
+
[[package]]
|
1518
|
+
name = "spin"
|
1519
|
+
version = "0.9.8"
|
1520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1521
|
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
1522
|
+
|
1523
|
+
[[package]]
|
1524
|
+
name = "spm_precompiled"
|
1525
|
+
version = "0.1.4"
|
1526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1527
|
+
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
|
1528
|
+
dependencies = [
|
1529
|
+
"base64 0.13.1",
|
1530
|
+
"nom",
|
1531
|
+
"serde",
|
1532
|
+
"unicode-segmentation",
|
1533
|
+
]
|
1534
|
+
|
1535
|
+
[[package]]
|
1536
|
+
name = "stable_deref_trait"
|
1537
|
+
version = "1.2.0"
|
1538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1539
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
1540
|
+
|
1541
|
+
[[package]]
|
1542
|
+
name = "strsim"
|
1543
|
+
version = "0.10.0"
|
1544
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1545
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
1546
|
+
|
1547
|
+
[[package]]
|
1548
|
+
name = "strsim"
|
1549
|
+
version = "0.11.0"
|
1550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1551
|
+
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
1552
|
+
|
1553
|
+
[[package]]
|
1554
|
+
name = "subtle"
|
1555
|
+
version = "2.5.0"
|
1556
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1557
|
+
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
1558
|
+
|
1559
|
+
[[package]]
|
1560
|
+
name = "syn"
|
1561
|
+
version = "1.0.109"
|
1562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1563
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
1564
|
+
dependencies = [
|
1565
|
+
"proc-macro2",
|
1566
|
+
"quote",
|
1567
|
+
"unicode-ident",
|
1568
|
+
]
|
1569
|
+
|
1570
|
+
[[package]]
|
1571
|
+
name = "syn"
|
1572
|
+
version = "2.0.52"
|
1573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1574
|
+
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
1575
|
+
dependencies = [
|
1576
|
+
"proc-macro2",
|
1577
|
+
"quote",
|
1578
|
+
"unicode-ident",
|
1579
|
+
]
|
1580
|
+
|
1581
|
+
[[package]]
|
1582
|
+
name = "synstructure"
|
1583
|
+
version = "0.13.1"
|
1584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1585
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
1586
|
+
dependencies = [
|
1587
|
+
"proc-macro2",
|
1588
|
+
"quote",
|
1589
|
+
"syn 2.0.52",
|
1590
|
+
]
|
1591
|
+
|
1592
|
+
[[package]]
|
1593
|
+
name = "sysctl"
|
1594
|
+
version = "0.5.5"
|
1595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1596
|
+
checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
|
1597
|
+
dependencies = [
|
1598
|
+
"bitflags 2.4.2",
|
1599
|
+
"byteorder",
|
1600
|
+
"enum-as-inner",
|
1601
|
+
"libc",
|
1602
|
+
"thiserror",
|
1603
|
+
"walkdir",
|
1604
|
+
]
|
1605
|
+
|
1606
|
+
[[package]]
|
1607
|
+
name = "tempfile"
|
1608
|
+
version = "3.10.1"
|
1609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1610
|
+
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
1611
|
+
dependencies = [
|
1612
|
+
"cfg-if",
|
1613
|
+
"fastrand",
|
1614
|
+
"rustix",
|
1615
|
+
"windows-sys 0.52.0",
|
1616
|
+
]
|
1617
|
+
|
1618
|
+
[[package]]
|
1619
|
+
name = "thiserror"
|
1620
|
+
version = "1.0.58"
|
1621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1622
|
+
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
1623
|
+
dependencies = [
|
1624
|
+
"thiserror-impl",
|
1625
|
+
]
|
1626
|
+
|
1627
|
+
[[package]]
|
1628
|
+
name = "thiserror-impl"
|
1629
|
+
version = "1.0.58"
|
1630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1631
|
+
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
1632
|
+
dependencies = [
|
1633
|
+
"proc-macro2",
|
1634
|
+
"quote",
|
1635
|
+
"syn 2.0.52",
|
1636
|
+
]
|
1637
|
+
|
1638
|
+
[[package]]
|
1639
|
+
name = "tinyvec"
|
1640
|
+
version = "1.6.0"
|
1641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1642
|
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
1643
|
+
dependencies = [
|
1644
|
+
"tinyvec_macros",
|
1645
|
+
]
|
1646
|
+
|
1647
|
+
[[package]]
|
1648
|
+
name = "tinyvec_macros"
|
1649
|
+
version = "0.1.1"
|
1650
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1652
|
+
|
1653
|
+
[[package]]
|
1654
|
+
name = "tokenizers"
|
1655
|
+
version = "0.15.2"
|
1656
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1657
|
+
checksum = "3dd47962b0ba36e7fd33518fbf1754d136fd1474000162bbf2a8b5fcb2d3654d"
|
1658
|
+
dependencies = [
|
1659
|
+
"aho-corasick",
|
1660
|
+
"clap",
|
1661
|
+
"derive_builder",
|
1662
|
+
"esaxx-rs",
|
1663
|
+
"fancy-regex",
|
1664
|
+
"getrandom",
|
1665
|
+
"indicatif",
|
1666
|
+
"itertools 0.12.1",
|
1667
|
+
"lazy_static",
|
1668
|
+
"log",
|
1669
|
+
"macro_rules_attribute",
|
1670
|
+
"monostate",
|
1671
|
+
"onig",
|
1672
|
+
"paste",
|
1673
|
+
"rand",
|
1674
|
+
"rayon",
|
1675
|
+
"rayon-cond",
|
1676
|
+
"regex",
|
1677
|
+
"regex-syntax",
|
1678
|
+
"serde",
|
1679
|
+
"serde_json",
|
1680
|
+
"spm_precompiled",
|
1681
|
+
"thiserror",
|
1682
|
+
"unicode-normalization-alignments",
|
1683
|
+
"unicode-segmentation",
|
1684
|
+
"unicode_categories",
|
1685
|
+
]
|
1686
|
+
|
1687
|
+
[[package]]
|
1688
|
+
name = "tracing"
|
1689
|
+
version = "0.1.40"
|
1690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1691
|
+
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
1692
|
+
dependencies = [
|
1693
|
+
"pin-project-lite",
|
1694
|
+
"tracing-attributes",
|
1695
|
+
"tracing-core",
|
1696
|
+
]
|
1697
|
+
|
1698
|
+
[[package]]
|
1699
|
+
name = "tracing-attributes"
|
1700
|
+
version = "0.1.27"
|
1701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1702
|
+
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
1703
|
+
dependencies = [
|
1704
|
+
"proc-macro2",
|
1705
|
+
"quote",
|
1706
|
+
"syn 2.0.52",
|
1707
|
+
]
|
1708
|
+
|
1709
|
+
[[package]]
|
1710
|
+
name = "tracing-core"
|
1711
|
+
version = "0.1.32"
|
1712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1713
|
+
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
1714
|
+
dependencies = [
|
1715
|
+
"once_cell",
|
1716
|
+
]
|
1717
|
+
|
1718
|
+
[[package]]
|
1719
|
+
name = "unicode-bidi"
|
1720
|
+
version = "0.3.15"
|
1721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
+
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
1723
|
+
|
1724
|
+
[[package]]
|
1725
|
+
name = "unicode-ident"
|
1726
|
+
version = "1.0.12"
|
1727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1728
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
1729
|
+
|
1730
|
+
[[package]]
|
1731
|
+
name = "unicode-normalization"
|
1732
|
+
version = "0.1.23"
|
1733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1734
|
+
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
1735
|
+
dependencies = [
|
1736
|
+
"tinyvec",
|
1737
|
+
]
|
1738
|
+
|
1739
|
+
[[package]]
|
1740
|
+
name = "unicode-normalization-alignments"
|
1741
|
+
version = "0.1.12"
|
1742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1743
|
+
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
|
1744
|
+
dependencies = [
|
1745
|
+
"smallvec",
|
1746
|
+
]
|
1747
|
+
|
1748
|
+
[[package]]
|
1749
|
+
name = "unicode-segmentation"
|
1750
|
+
version = "1.11.0"
|
1751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1752
|
+
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
1753
|
+
|
1754
|
+
[[package]]
|
1755
|
+
name = "unicode-width"
|
1756
|
+
version = "0.1.11"
|
1757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1758
|
+
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
1759
|
+
|
1760
|
+
[[package]]
|
1761
|
+
name = "unicode_categories"
|
1762
|
+
version = "0.1.1"
|
1763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1764
|
+
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
1765
|
+
|
1766
|
+
[[package]]
|
1767
|
+
name = "untrusted"
|
1768
|
+
version = "0.9.0"
|
1769
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1770
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
1771
|
+
|
1772
|
+
[[package]]
|
1773
|
+
name = "ureq"
|
1774
|
+
version = "2.9.6"
|
1775
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1776
|
+
checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
|
1777
|
+
dependencies = [
|
1778
|
+
"base64 0.21.7",
|
1779
|
+
"flate2",
|
1780
|
+
"log",
|
1781
|
+
"native-tls",
|
1782
|
+
"once_cell",
|
1783
|
+
"rustls",
|
1784
|
+
"rustls-pki-types",
|
1785
|
+
"rustls-webpki",
|
1786
|
+
"serde",
|
1787
|
+
"serde_json",
|
1788
|
+
"url",
|
1789
|
+
"webpki-roots",
|
1790
|
+
]
|
1791
|
+
|
1792
|
+
[[package]]
|
1793
|
+
name = "url"
|
1794
|
+
version = "2.5.0"
|
1795
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1796
|
+
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
1797
|
+
dependencies = [
|
1798
|
+
"form_urlencoded",
|
1799
|
+
"idna",
|
1800
|
+
"percent-encoding",
|
1801
|
+
]
|
1802
|
+
|
1803
|
+
[[package]]
|
1804
|
+
name = "utf8parse"
|
1805
|
+
version = "0.2.1"
|
1806
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1807
|
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
1808
|
+
|
1809
|
+
[[package]]
|
1810
|
+
name = "vcpkg"
|
1811
|
+
version = "0.2.15"
|
1812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1813
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
1814
|
+
|
1815
|
+
[[package]]
|
1816
|
+
name = "walkdir"
|
1817
|
+
version = "2.5.0"
|
1818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1819
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
1820
|
+
dependencies = [
|
1821
|
+
"same-file",
|
1822
|
+
"winapi-util",
|
1823
|
+
]
|
1824
|
+
|
1825
|
+
[[package]]
|
1826
|
+
name = "wasi"
|
1827
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
1828
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1829
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1830
|
+
|
1831
|
+
[[package]]
|
1832
|
+
name = "webpki-roots"
|
1833
|
+
version = "0.26.1"
|
1834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1835
|
+
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
|
1836
|
+
dependencies = [
|
1837
|
+
"rustls-pki-types",
|
1838
|
+
]
|
1839
|
+
|
1840
|
+
[[package]]
|
1841
|
+
name = "winapi"
|
1842
|
+
version = "0.3.9"
|
1843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1845
|
+
dependencies = [
|
1846
|
+
"winapi-i686-pc-windows-gnu",
|
1847
|
+
"winapi-x86_64-pc-windows-gnu",
|
1848
|
+
]
|
1849
|
+
|
1850
|
+
[[package]]
|
1851
|
+
name = "winapi-i686-pc-windows-gnu"
|
1852
|
+
version = "0.4.0"
|
1853
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1854
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1855
|
+
|
1856
|
+
[[package]]
|
1857
|
+
name = "winapi-util"
|
1858
|
+
version = "0.1.6"
|
1859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1860
|
+
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
1861
|
+
dependencies = [
|
1862
|
+
"winapi",
|
1863
|
+
]
|
1864
|
+
|
1865
|
+
[[package]]
|
1866
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
1867
|
+
version = "0.4.0"
|
1868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1870
|
+
|
1871
|
+
[[package]]
|
1872
|
+
name = "windows-sys"
|
1873
|
+
version = "0.48.0"
|
1874
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1875
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
1876
|
+
dependencies = [
|
1877
|
+
"windows-targets 0.48.5",
|
1878
|
+
]
|
1879
|
+
|
1880
|
+
[[package]]
|
1881
|
+
name = "windows-sys"
|
1882
|
+
version = "0.52.0"
|
1883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1884
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1885
|
+
dependencies = [
|
1886
|
+
"windows-targets 0.52.4",
|
1887
|
+
]
|
1888
|
+
|
1889
|
+
[[package]]
|
1890
|
+
name = "windows-targets"
|
1891
|
+
version = "0.48.5"
|
1892
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1893
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1894
|
+
dependencies = [
|
1895
|
+
"windows_aarch64_gnullvm 0.48.5",
|
1896
|
+
"windows_aarch64_msvc 0.48.5",
|
1897
|
+
"windows_i686_gnu 0.48.5",
|
1898
|
+
"windows_i686_msvc 0.48.5",
|
1899
|
+
"windows_x86_64_gnu 0.48.5",
|
1900
|
+
"windows_x86_64_gnullvm 0.48.5",
|
1901
|
+
"windows_x86_64_msvc 0.48.5",
|
1902
|
+
]
|
1903
|
+
|
1904
|
+
[[package]]
|
1905
|
+
name = "windows-targets"
|
1906
|
+
version = "0.52.4"
|
1907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1908
|
+
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
1909
|
+
dependencies = [
|
1910
|
+
"windows_aarch64_gnullvm 0.52.4",
|
1911
|
+
"windows_aarch64_msvc 0.52.4",
|
1912
|
+
"windows_i686_gnu 0.52.4",
|
1913
|
+
"windows_i686_msvc 0.52.4",
|
1914
|
+
"windows_x86_64_gnu 0.52.4",
|
1915
|
+
"windows_x86_64_gnullvm 0.52.4",
|
1916
|
+
"windows_x86_64_msvc 0.52.4",
|
1917
|
+
]
|
1918
|
+
|
1919
|
+
[[package]]
|
1920
|
+
name = "windows_aarch64_gnullvm"
|
1921
|
+
version = "0.48.5"
|
1922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1924
|
+
|
1925
|
+
[[package]]
|
1926
|
+
name = "windows_aarch64_gnullvm"
|
1927
|
+
version = "0.52.4"
|
1928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1929
|
+
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
1930
|
+
|
1931
|
+
[[package]]
|
1932
|
+
name = "windows_aarch64_msvc"
|
1933
|
+
version = "0.48.5"
|
1934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1935
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1936
|
+
|
1937
|
+
[[package]]
|
1938
|
+
name = "windows_aarch64_msvc"
|
1939
|
+
version = "0.52.4"
|
1940
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941
|
+
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
1942
|
+
|
1943
|
+
[[package]]
|
1944
|
+
name = "windows_i686_gnu"
|
1945
|
+
version = "0.48.5"
|
1946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1948
|
+
|
1949
|
+
[[package]]
|
1950
|
+
name = "windows_i686_gnu"
|
1951
|
+
version = "0.52.4"
|
1952
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1953
|
+
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
1954
|
+
|
1955
|
+
[[package]]
|
1956
|
+
name = "windows_i686_msvc"
|
1957
|
+
version = "0.48.5"
|
1958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1960
|
+
|
1961
|
+
[[package]]
|
1962
|
+
name = "windows_i686_msvc"
|
1963
|
+
version = "0.52.4"
|
1964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1965
|
+
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
1966
|
+
|
1967
|
+
[[package]]
|
1968
|
+
name = "windows_x86_64_gnu"
|
1969
|
+
version = "0.48.5"
|
1970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1971
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1972
|
+
|
1973
|
+
[[package]]
|
1974
|
+
name = "windows_x86_64_gnu"
|
1975
|
+
version = "0.52.4"
|
1976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1977
|
+
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
1978
|
+
|
1979
|
+
[[package]]
|
1980
|
+
name = "windows_x86_64_gnullvm"
|
1981
|
+
version = "0.48.5"
|
1982
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1983
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1984
|
+
|
1985
|
+
[[package]]
|
1986
|
+
name = "windows_x86_64_gnullvm"
|
1987
|
+
version = "0.52.4"
|
1988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1989
|
+
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
1990
|
+
|
1991
|
+
[[package]]
|
1992
|
+
name = "windows_x86_64_msvc"
|
1993
|
+
version = "0.48.5"
|
1994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1995
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1996
|
+
|
1997
|
+
[[package]]
|
1998
|
+
name = "windows_x86_64_msvc"
|
1999
|
+
version = "0.52.4"
|
2000
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2001
|
+
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
2002
|
+
|
2003
|
+
[[package]]
|
2004
|
+
name = "yoke"
|
2005
|
+
version = "0.7.3"
|
2006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2007
|
+
checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
|
2008
|
+
dependencies = [
|
2009
|
+
"serde",
|
2010
|
+
"stable_deref_trait",
|
2011
|
+
"yoke-derive",
|
2012
|
+
"zerofrom",
|
2013
|
+
]
|
2014
|
+
|
2015
|
+
[[package]]
|
2016
|
+
name = "yoke-derive"
|
2017
|
+
version = "0.7.3"
|
2018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019
|
+
checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
|
2020
|
+
dependencies = [
|
2021
|
+
"proc-macro2",
|
2022
|
+
"quote",
|
2023
|
+
"syn 2.0.52",
|
2024
|
+
"synstructure",
|
2025
|
+
]
|
2026
|
+
|
2027
|
+
[[package]]
|
2028
|
+
name = "zerofrom"
|
2029
|
+
version = "0.1.3"
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2031
|
+
checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
|
2032
|
+
dependencies = [
|
2033
|
+
"zerofrom-derive",
|
2034
|
+
]
|
2035
|
+
|
2036
|
+
[[package]]
|
2037
|
+
name = "zerofrom-derive"
|
2038
|
+
version = "0.1.3"
|
2039
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2040
|
+
checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
|
2041
|
+
dependencies = [
|
2042
|
+
"proc-macro2",
|
2043
|
+
"quote",
|
2044
|
+
"syn 2.0.52",
|
2045
|
+
"synstructure",
|
2046
|
+
]
|
2047
|
+
|
2048
|
+
[[package]]
|
2049
|
+
name = "zeroize"
|
2050
|
+
version = "1.7.0"
|
2051
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2052
|
+
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
2053
|
+
|
2054
|
+
[[package]]
|
2055
|
+
name = "zip"
|
2056
|
+
version = "0.6.6"
|
2057
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2058
|
+
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2059
|
+
dependencies = [
|
2060
|
+
"byteorder",
|
2061
|
+
"crc32fast",
|
2062
|
+
"crossbeam-utils",
|
2063
|
+
]
|