arrow-lint 0.0.9__tar.gz
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.
- arrow_lint-0.0.9/Cargo.lock +1536 -0
- arrow_lint-0.0.9/Cargo.toml +22 -0
- arrow_lint-0.0.9/LICENSE +28 -0
- arrow_lint-0.0.9/PKG-INFO +148 -0
- arrow_lint-0.0.9/README.md +134 -0
- arrow_lint-0.0.9/crates/arrowlint-core/Cargo.toml +21 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/config.rs +103 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/dataset.rs +116 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/declarative.rs +81 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/diagnostics.rs +90 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/format_packs.rs +82 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/lib.rs +44 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/plugins.rs +35 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/report.rs +117 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/rules.rs +538 -0
- arrow_lint-0.0.9/crates/arrowlint-core/src/scanners.rs +224 -0
- arrow_lint-0.0.9/crates/arrowlint-core/tests/scanner_smoke.rs +61 -0
- arrow_lint-0.0.9/crates/arrowlint-python/Cargo.toml +18 -0
- arrow_lint-0.0.9/crates/arrowlint-python/src/lib.rs +55 -0
- arrow_lint-0.0.9/pyproject.toml +113 -0
- arrow_lint-0.0.9/src/arrow_lint/__init__.py +5 -0
- arrow_lint-0.0.9/src/arrow_lint/_native.pyi +6 -0
- arrow_lint-0.0.9/src/arrow_lint/api.py +58 -0
- arrow_lint-0.0.9/src/arrow_lint/cli.py +95 -0
- arrow_lint-0.0.9/src/arrow_lint/py.typed +0 -0
|
@@ -0,0 +1,1536 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 3
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "ahash"
|
|
13
|
+
version = "0.8.12"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
16
|
+
dependencies = [
|
|
17
|
+
"cfg-if",
|
|
18
|
+
"const-random",
|
|
19
|
+
"getrandom 0.3.4",
|
|
20
|
+
"once_cell",
|
|
21
|
+
"version_check",
|
|
22
|
+
"zerocopy",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[[package]]
|
|
26
|
+
name = "aho-corasick"
|
|
27
|
+
version = "1.1.4"
|
|
28
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
29
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
30
|
+
dependencies = [
|
|
31
|
+
"memchr",
|
|
32
|
+
]
|
|
33
|
+
|
|
34
|
+
[[package]]
|
|
35
|
+
name = "alloc-no-stdlib"
|
|
36
|
+
version = "2.0.4"
|
|
37
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
38
|
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
39
|
+
|
|
40
|
+
[[package]]
|
|
41
|
+
name = "alloc-stdlib"
|
|
42
|
+
version = "0.2.4"
|
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
+
checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
|
|
45
|
+
dependencies = [
|
|
46
|
+
"alloc-no-stdlib",
|
|
47
|
+
]
|
|
48
|
+
|
|
49
|
+
[[package]]
|
|
50
|
+
name = "android_system_properties"
|
|
51
|
+
version = "0.1.5"
|
|
52
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
53
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
54
|
+
dependencies = [
|
|
55
|
+
"libc",
|
|
56
|
+
]
|
|
57
|
+
|
|
58
|
+
[[package]]
|
|
59
|
+
name = "anstream"
|
|
60
|
+
version = "1.0.0"
|
|
61
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
62
|
+
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
63
|
+
dependencies = [
|
|
64
|
+
"anstyle",
|
|
65
|
+
"anstyle-parse",
|
|
66
|
+
"anstyle-query",
|
|
67
|
+
"anstyle-wincon",
|
|
68
|
+
"colorchoice",
|
|
69
|
+
"is_terminal_polyfill",
|
|
70
|
+
"utf8parse",
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
[[package]]
|
|
74
|
+
name = "anstyle"
|
|
75
|
+
version = "1.0.14"
|
|
76
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
77
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
78
|
+
|
|
79
|
+
[[package]]
|
|
80
|
+
name = "anstyle-parse"
|
|
81
|
+
version = "1.0.0"
|
|
82
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
+
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
84
|
+
dependencies = [
|
|
85
|
+
"utf8parse",
|
|
86
|
+
]
|
|
87
|
+
|
|
88
|
+
[[package]]
|
|
89
|
+
name = "anstyle-query"
|
|
90
|
+
version = "1.1.5"
|
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
93
|
+
dependencies = [
|
|
94
|
+
"windows-sys",
|
|
95
|
+
]
|
|
96
|
+
|
|
97
|
+
[[package]]
|
|
98
|
+
name = "anstyle-wincon"
|
|
99
|
+
version = "3.0.11"
|
|
100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
102
|
+
dependencies = [
|
|
103
|
+
"anstyle",
|
|
104
|
+
"once_cell_polyfill",
|
|
105
|
+
"windows-sys",
|
|
106
|
+
]
|
|
107
|
+
|
|
108
|
+
[[package]]
|
|
109
|
+
name = "anyhow"
|
|
110
|
+
version = "1.0.104"
|
|
111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
112
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
113
|
+
|
|
114
|
+
[[package]]
|
|
115
|
+
name = "arrow"
|
|
116
|
+
version = "59.1.0"
|
|
117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
118
|
+
checksum = "b952ca5a8046ad741b60f142d6eca4aeebcad615694202bc64c5341f23e32c5b"
|
|
119
|
+
dependencies = [
|
|
120
|
+
"arrow-arith",
|
|
121
|
+
"arrow-array",
|
|
122
|
+
"arrow-buffer",
|
|
123
|
+
"arrow-cast",
|
|
124
|
+
"arrow-csv",
|
|
125
|
+
"arrow-data",
|
|
126
|
+
"arrow-ipc",
|
|
127
|
+
"arrow-json",
|
|
128
|
+
"arrow-ord",
|
|
129
|
+
"arrow-row",
|
|
130
|
+
"arrow-schema",
|
|
131
|
+
"arrow-select",
|
|
132
|
+
"arrow-string",
|
|
133
|
+
]
|
|
134
|
+
|
|
135
|
+
[[package]]
|
|
136
|
+
name = "arrow-arith"
|
|
137
|
+
version = "59.1.0"
|
|
138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
+
checksum = "64a13b8d3008c4e9063c597a08f46446fe3fd5789277127672d6c0bdbb43b1ff"
|
|
140
|
+
dependencies = [
|
|
141
|
+
"arrow-array",
|
|
142
|
+
"arrow-buffer",
|
|
143
|
+
"arrow-data",
|
|
144
|
+
"arrow-schema",
|
|
145
|
+
"chrono",
|
|
146
|
+
"num-traits",
|
|
147
|
+
]
|
|
148
|
+
|
|
149
|
+
[[package]]
|
|
150
|
+
name = "arrow-array"
|
|
151
|
+
version = "59.1.0"
|
|
152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
+
checksum = "9486151b2f0785bafc6fa04fc5c99fcb4495455662e58787ea32eaaed33c4192"
|
|
154
|
+
dependencies = [
|
|
155
|
+
"ahash",
|
|
156
|
+
"arrow-buffer",
|
|
157
|
+
"arrow-data",
|
|
158
|
+
"arrow-schema",
|
|
159
|
+
"chrono",
|
|
160
|
+
"half",
|
|
161
|
+
"hashbrown",
|
|
162
|
+
"num-complex",
|
|
163
|
+
"num-integer",
|
|
164
|
+
"num-traits",
|
|
165
|
+
]
|
|
166
|
+
|
|
167
|
+
[[package]]
|
|
168
|
+
name = "arrow-buffer"
|
|
169
|
+
version = "59.1.0"
|
|
170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
171
|
+
checksum = "c4776577a87794bfdf0b4e90e2ea12454fa7738ea2823c4be5b9d1851da7b434"
|
|
172
|
+
dependencies = [
|
|
173
|
+
"bytes",
|
|
174
|
+
"half",
|
|
175
|
+
"num-bigint",
|
|
176
|
+
"num-traits",
|
|
177
|
+
]
|
|
178
|
+
|
|
179
|
+
[[package]]
|
|
180
|
+
name = "arrow-cast"
|
|
181
|
+
version = "59.1.0"
|
|
182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
183
|
+
checksum = "a9ad451ce4f98710828a455b96991b8f031deb2e67f5fcad6773f017e4a69c3a"
|
|
184
|
+
dependencies = [
|
|
185
|
+
"arrow-array",
|
|
186
|
+
"arrow-buffer",
|
|
187
|
+
"arrow-data",
|
|
188
|
+
"arrow-ord",
|
|
189
|
+
"arrow-schema",
|
|
190
|
+
"arrow-select",
|
|
191
|
+
"atoi",
|
|
192
|
+
"base64",
|
|
193
|
+
"chrono",
|
|
194
|
+
"half",
|
|
195
|
+
"lexical-core",
|
|
196
|
+
"num-traits",
|
|
197
|
+
"ryu",
|
|
198
|
+
]
|
|
199
|
+
|
|
200
|
+
[[package]]
|
|
201
|
+
name = "arrow-csv"
|
|
202
|
+
version = "59.1.0"
|
|
203
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
204
|
+
checksum = "8aa7bf96d6141a7bcca2eed57c7c9767d2a2175281857b8a7b68308992864784"
|
|
205
|
+
dependencies = [
|
|
206
|
+
"arrow-array",
|
|
207
|
+
"arrow-cast",
|
|
208
|
+
"arrow-schema",
|
|
209
|
+
"chrono",
|
|
210
|
+
"csv",
|
|
211
|
+
"csv-core",
|
|
212
|
+
"regex",
|
|
213
|
+
]
|
|
214
|
+
|
|
215
|
+
[[package]]
|
|
216
|
+
name = "arrow-data"
|
|
217
|
+
version = "59.1.0"
|
|
218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
219
|
+
checksum = "b38fe43e2e8704360f1464e6e8cc4fc381ef02cc4fb0192afa8df1aaa0115c66"
|
|
220
|
+
dependencies = [
|
|
221
|
+
"arrow-buffer",
|
|
222
|
+
"arrow-schema",
|
|
223
|
+
"half",
|
|
224
|
+
"num-integer",
|
|
225
|
+
"num-traits",
|
|
226
|
+
]
|
|
227
|
+
|
|
228
|
+
[[package]]
|
|
229
|
+
name = "arrow-ipc"
|
|
230
|
+
version = "59.1.0"
|
|
231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
232
|
+
checksum = "29dac499fcbc6ba74ee0324057821d381929a48526a3966bd9dffb44aa06d98c"
|
|
233
|
+
dependencies = [
|
|
234
|
+
"arrow-array",
|
|
235
|
+
"arrow-buffer",
|
|
236
|
+
"arrow-data",
|
|
237
|
+
"arrow-schema",
|
|
238
|
+
"arrow-select",
|
|
239
|
+
"flatbuffers",
|
|
240
|
+
]
|
|
241
|
+
|
|
242
|
+
[[package]]
|
|
243
|
+
name = "arrow-json"
|
|
244
|
+
version = "59.1.0"
|
|
245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
+
checksum = "0fe05e916ddc50f4c7a363cd69c0ef5894fcee063517e9a0b8582f0c56746af6"
|
|
247
|
+
dependencies = [
|
|
248
|
+
"arrow-array",
|
|
249
|
+
"arrow-buffer",
|
|
250
|
+
"arrow-cast",
|
|
251
|
+
"arrow-ord",
|
|
252
|
+
"arrow-schema",
|
|
253
|
+
"arrow-select",
|
|
254
|
+
"chrono",
|
|
255
|
+
"half",
|
|
256
|
+
"indexmap",
|
|
257
|
+
"itoa",
|
|
258
|
+
"lexical-core",
|
|
259
|
+
"memchr",
|
|
260
|
+
"num-traits",
|
|
261
|
+
"ryu",
|
|
262
|
+
"serde_core",
|
|
263
|
+
"serde_json",
|
|
264
|
+
"simdutf8",
|
|
265
|
+
]
|
|
266
|
+
|
|
267
|
+
[[package]]
|
|
268
|
+
name = "arrow-ord"
|
|
269
|
+
version = "59.1.0"
|
|
270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271
|
+
checksum = "0e13dbdc2a9c053c10c7baa6e30faee04a180aa7ce88e471835850ce37abd20b"
|
|
272
|
+
dependencies = [
|
|
273
|
+
"arrow-array",
|
|
274
|
+
"arrow-buffer",
|
|
275
|
+
"arrow-data",
|
|
276
|
+
"arrow-schema",
|
|
277
|
+
"arrow-select",
|
|
278
|
+
]
|
|
279
|
+
|
|
280
|
+
[[package]]
|
|
281
|
+
name = "arrow-row"
|
|
282
|
+
version = "59.1.0"
|
|
283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
284
|
+
checksum = "4d5a1f8c733d15260b305683472ee8ad89c62cbd706703ca873b90d051b41592"
|
|
285
|
+
dependencies = [
|
|
286
|
+
"arrow-array",
|
|
287
|
+
"arrow-buffer",
|
|
288
|
+
"arrow-data",
|
|
289
|
+
"arrow-schema",
|
|
290
|
+
"half",
|
|
291
|
+
]
|
|
292
|
+
|
|
293
|
+
[[package]]
|
|
294
|
+
name = "arrow-schema"
|
|
295
|
+
version = "59.1.0"
|
|
296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
+
checksum = "d9e4969dc350d571766247143ab36a5187d095d3d3690970408bc630d47c69e5"
|
|
298
|
+
|
|
299
|
+
[[package]]
|
|
300
|
+
name = "arrow-select"
|
|
301
|
+
version = "59.1.0"
|
|
302
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
+
checksum = "402770dba90865359d98d1ef92ef16e23d75c0cca9c2c880c8a05468b7743bf9"
|
|
304
|
+
dependencies = [
|
|
305
|
+
"ahash",
|
|
306
|
+
"arrow-array",
|
|
307
|
+
"arrow-buffer",
|
|
308
|
+
"arrow-data",
|
|
309
|
+
"arrow-schema",
|
|
310
|
+
"num-traits",
|
|
311
|
+
]
|
|
312
|
+
|
|
313
|
+
[[package]]
|
|
314
|
+
name = "arrow-string"
|
|
315
|
+
version = "59.1.0"
|
|
316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
317
|
+
checksum = "a2b0afbb8b9016700938291123df30838b89decc3213dba00852021988b170d3"
|
|
318
|
+
dependencies = [
|
|
319
|
+
"arrow-array",
|
|
320
|
+
"arrow-buffer",
|
|
321
|
+
"arrow-data",
|
|
322
|
+
"arrow-schema",
|
|
323
|
+
"arrow-select",
|
|
324
|
+
"memchr",
|
|
325
|
+
"num-traits",
|
|
326
|
+
"regex",
|
|
327
|
+
"regex-syntax",
|
|
328
|
+
]
|
|
329
|
+
|
|
330
|
+
[[package]]
|
|
331
|
+
name = "arrowlint-cli"
|
|
332
|
+
version = "0.0.9"
|
|
333
|
+
dependencies = [
|
|
334
|
+
"anyhow",
|
|
335
|
+
"arrowlint-core",
|
|
336
|
+
"clap",
|
|
337
|
+
"serde_json",
|
|
338
|
+
]
|
|
339
|
+
|
|
340
|
+
[[package]]
|
|
341
|
+
name = "arrowlint-core"
|
|
342
|
+
version = "0.0.9"
|
|
343
|
+
dependencies = [
|
|
344
|
+
"anyhow",
|
|
345
|
+
"arrow",
|
|
346
|
+
"parquet",
|
|
347
|
+
"serde",
|
|
348
|
+
"serde_json",
|
|
349
|
+
"serde_yaml",
|
|
350
|
+
"tempfile",
|
|
351
|
+
"thiserror",
|
|
352
|
+
"walkdir",
|
|
353
|
+
]
|
|
354
|
+
|
|
355
|
+
[[package]]
|
|
356
|
+
name = "arrowlint-python"
|
|
357
|
+
version = "0.0.9"
|
|
358
|
+
dependencies = [
|
|
359
|
+
"anyhow",
|
|
360
|
+
"arrowlint-core",
|
|
361
|
+
"pyo3",
|
|
362
|
+
"serde_json",
|
|
363
|
+
]
|
|
364
|
+
|
|
365
|
+
[[package]]
|
|
366
|
+
name = "atoi"
|
|
367
|
+
version = "2.0.0"
|
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
+
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
370
|
+
dependencies = [
|
|
371
|
+
"num-traits",
|
|
372
|
+
]
|
|
373
|
+
|
|
374
|
+
[[package]]
|
|
375
|
+
name = "autocfg"
|
|
376
|
+
version = "1.5.1"
|
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
379
|
+
|
|
380
|
+
[[package]]
|
|
381
|
+
name = "base64"
|
|
382
|
+
version = "0.22.1"
|
|
383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
385
|
+
|
|
386
|
+
[[package]]
|
|
387
|
+
name = "bitflags"
|
|
388
|
+
version = "2.13.1"
|
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "brotli"
|
|
394
|
+
version = "8.0.4"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
|
|
397
|
+
dependencies = [
|
|
398
|
+
"alloc-no-stdlib",
|
|
399
|
+
"alloc-stdlib",
|
|
400
|
+
"brotli-decompressor",
|
|
401
|
+
]
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "brotli-decompressor"
|
|
405
|
+
version = "5.0.3"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
|
|
408
|
+
dependencies = [
|
|
409
|
+
"alloc-no-stdlib",
|
|
410
|
+
"alloc-stdlib",
|
|
411
|
+
]
|
|
412
|
+
|
|
413
|
+
[[package]]
|
|
414
|
+
name = "bumpalo"
|
|
415
|
+
version = "3.20.3"
|
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
418
|
+
|
|
419
|
+
[[package]]
|
|
420
|
+
name = "bytes"
|
|
421
|
+
version = "1.12.1"
|
|
422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "cc"
|
|
427
|
+
version = "1.4.0"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
|
|
430
|
+
dependencies = [
|
|
431
|
+
"find-msvc-tools",
|
|
432
|
+
"jobserver",
|
|
433
|
+
"libc",
|
|
434
|
+
"shlex",
|
|
435
|
+
]
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "cfg-if"
|
|
439
|
+
version = "1.0.4"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
442
|
+
|
|
443
|
+
[[package]]
|
|
444
|
+
name = "chrono"
|
|
445
|
+
version = "0.4.45"
|
|
446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
448
|
+
dependencies = [
|
|
449
|
+
"iana-time-zone",
|
|
450
|
+
"num-traits",
|
|
451
|
+
"windows-link",
|
|
452
|
+
]
|
|
453
|
+
|
|
454
|
+
[[package]]
|
|
455
|
+
name = "clap"
|
|
456
|
+
version = "4.6.4"
|
|
457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
+
checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
|
|
459
|
+
dependencies = [
|
|
460
|
+
"clap_builder",
|
|
461
|
+
"clap_derive",
|
|
462
|
+
]
|
|
463
|
+
|
|
464
|
+
[[package]]
|
|
465
|
+
name = "clap_builder"
|
|
466
|
+
version = "4.6.2"
|
|
467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
+
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
|
469
|
+
dependencies = [
|
|
470
|
+
"anstream",
|
|
471
|
+
"anstyle",
|
|
472
|
+
"clap_lex",
|
|
473
|
+
"strsim",
|
|
474
|
+
]
|
|
475
|
+
|
|
476
|
+
[[package]]
|
|
477
|
+
name = "clap_derive"
|
|
478
|
+
version = "4.6.4"
|
|
479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
+
checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
|
|
481
|
+
dependencies = [
|
|
482
|
+
"heck",
|
|
483
|
+
"proc-macro2",
|
|
484
|
+
"quote",
|
|
485
|
+
"syn 3.0.3",
|
|
486
|
+
]
|
|
487
|
+
|
|
488
|
+
[[package]]
|
|
489
|
+
name = "clap_lex"
|
|
490
|
+
version = "1.1.0"
|
|
491
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
493
|
+
|
|
494
|
+
[[package]]
|
|
495
|
+
name = "colorchoice"
|
|
496
|
+
version = "1.0.5"
|
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
+
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
499
|
+
|
|
500
|
+
[[package]]
|
|
501
|
+
name = "const-random"
|
|
502
|
+
version = "0.1.18"
|
|
503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
504
|
+
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
505
|
+
dependencies = [
|
|
506
|
+
"const-random-macro",
|
|
507
|
+
]
|
|
508
|
+
|
|
509
|
+
[[package]]
|
|
510
|
+
name = "const-random-macro"
|
|
511
|
+
version = "0.1.16"
|
|
512
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
+
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
514
|
+
dependencies = [
|
|
515
|
+
"getrandom 0.2.17",
|
|
516
|
+
"once_cell",
|
|
517
|
+
"tiny-keccak",
|
|
518
|
+
]
|
|
519
|
+
|
|
520
|
+
[[package]]
|
|
521
|
+
name = "core-foundation-sys"
|
|
522
|
+
version = "0.8.7"
|
|
523
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
524
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
525
|
+
|
|
526
|
+
[[package]]
|
|
527
|
+
name = "crunchy"
|
|
528
|
+
version = "0.2.4"
|
|
529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
531
|
+
|
|
532
|
+
[[package]]
|
|
533
|
+
name = "csv"
|
|
534
|
+
version = "1.4.0"
|
|
535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
+
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
|
|
537
|
+
dependencies = [
|
|
538
|
+
"csv-core",
|
|
539
|
+
"itoa",
|
|
540
|
+
"ryu",
|
|
541
|
+
"serde_core",
|
|
542
|
+
]
|
|
543
|
+
|
|
544
|
+
[[package]]
|
|
545
|
+
name = "csv-core"
|
|
546
|
+
version = "0.1.13"
|
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
+
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
|
|
549
|
+
dependencies = [
|
|
550
|
+
"memchr",
|
|
551
|
+
]
|
|
552
|
+
|
|
553
|
+
[[package]]
|
|
554
|
+
name = "equivalent"
|
|
555
|
+
version = "1.0.2"
|
|
556
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
558
|
+
|
|
559
|
+
[[package]]
|
|
560
|
+
name = "errno"
|
|
561
|
+
version = "0.3.14"
|
|
562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
564
|
+
dependencies = [
|
|
565
|
+
"libc",
|
|
566
|
+
"windows-sys",
|
|
567
|
+
]
|
|
568
|
+
|
|
569
|
+
[[package]]
|
|
570
|
+
name = "fastrand"
|
|
571
|
+
version = "2.5.0"
|
|
572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
574
|
+
|
|
575
|
+
[[package]]
|
|
576
|
+
name = "find-msvc-tools"
|
|
577
|
+
version = "0.1.9"
|
|
578
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
580
|
+
|
|
581
|
+
[[package]]
|
|
582
|
+
name = "flatbuffers"
|
|
583
|
+
version = "25.12.19"
|
|
584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
585
|
+
checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
|
|
586
|
+
dependencies = [
|
|
587
|
+
"bitflags",
|
|
588
|
+
"rustc_version",
|
|
589
|
+
]
|
|
590
|
+
|
|
591
|
+
[[package]]
|
|
592
|
+
name = "flate2"
|
|
593
|
+
version = "1.1.9"
|
|
594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
595
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
596
|
+
dependencies = [
|
|
597
|
+
"miniz_oxide",
|
|
598
|
+
"zlib-rs",
|
|
599
|
+
]
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "futures-core"
|
|
603
|
+
version = "0.3.33"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
606
|
+
|
|
607
|
+
[[package]]
|
|
608
|
+
name = "futures-task"
|
|
609
|
+
version = "0.3.33"
|
|
610
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
+
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
612
|
+
|
|
613
|
+
[[package]]
|
|
614
|
+
name = "futures-util"
|
|
615
|
+
version = "0.3.33"
|
|
616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
+
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
|
618
|
+
dependencies = [
|
|
619
|
+
"futures-core",
|
|
620
|
+
"futures-task",
|
|
621
|
+
"pin-project-lite",
|
|
622
|
+
"slab",
|
|
623
|
+
]
|
|
624
|
+
|
|
625
|
+
[[package]]
|
|
626
|
+
name = "getrandom"
|
|
627
|
+
version = "0.2.17"
|
|
628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
629
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
630
|
+
dependencies = [
|
|
631
|
+
"cfg-if",
|
|
632
|
+
"libc",
|
|
633
|
+
"wasi",
|
|
634
|
+
]
|
|
635
|
+
|
|
636
|
+
[[package]]
|
|
637
|
+
name = "getrandom"
|
|
638
|
+
version = "0.3.4"
|
|
639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
640
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
641
|
+
dependencies = [
|
|
642
|
+
"cfg-if",
|
|
643
|
+
"libc",
|
|
644
|
+
"r-efi 5.3.0",
|
|
645
|
+
"wasip2",
|
|
646
|
+
]
|
|
647
|
+
|
|
648
|
+
[[package]]
|
|
649
|
+
name = "getrandom"
|
|
650
|
+
version = "0.4.3"
|
|
651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
653
|
+
dependencies = [
|
|
654
|
+
"cfg-if",
|
|
655
|
+
"libc",
|
|
656
|
+
"r-efi 6.0.0",
|
|
657
|
+
]
|
|
658
|
+
|
|
659
|
+
[[package]]
|
|
660
|
+
name = "half"
|
|
661
|
+
version = "2.7.1"
|
|
662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
664
|
+
dependencies = [
|
|
665
|
+
"cfg-if",
|
|
666
|
+
"crunchy",
|
|
667
|
+
"num-traits",
|
|
668
|
+
"zerocopy",
|
|
669
|
+
]
|
|
670
|
+
|
|
671
|
+
[[package]]
|
|
672
|
+
name = "hashbrown"
|
|
673
|
+
version = "0.17.1"
|
|
674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
676
|
+
|
|
677
|
+
[[package]]
|
|
678
|
+
name = "heck"
|
|
679
|
+
version = "0.5.0"
|
|
680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
681
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
682
|
+
|
|
683
|
+
[[package]]
|
|
684
|
+
name = "iana-time-zone"
|
|
685
|
+
version = "0.1.65"
|
|
686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
687
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
688
|
+
dependencies = [
|
|
689
|
+
"android_system_properties",
|
|
690
|
+
"core-foundation-sys",
|
|
691
|
+
"iana-time-zone-haiku",
|
|
692
|
+
"js-sys",
|
|
693
|
+
"log",
|
|
694
|
+
"wasm-bindgen",
|
|
695
|
+
"windows-core",
|
|
696
|
+
]
|
|
697
|
+
|
|
698
|
+
[[package]]
|
|
699
|
+
name = "iana-time-zone-haiku"
|
|
700
|
+
version = "0.1.2"
|
|
701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
703
|
+
dependencies = [
|
|
704
|
+
"cc",
|
|
705
|
+
]
|
|
706
|
+
|
|
707
|
+
[[package]]
|
|
708
|
+
name = "indexmap"
|
|
709
|
+
version = "2.14.0"
|
|
710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
712
|
+
dependencies = [
|
|
713
|
+
"equivalent",
|
|
714
|
+
"hashbrown",
|
|
715
|
+
]
|
|
716
|
+
|
|
717
|
+
[[package]]
|
|
718
|
+
name = "is_terminal_polyfill"
|
|
719
|
+
version = "1.70.2"
|
|
720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
722
|
+
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "itoa"
|
|
725
|
+
version = "1.0.18"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
728
|
+
|
|
729
|
+
[[package]]
|
|
730
|
+
name = "jobserver"
|
|
731
|
+
version = "0.1.35"
|
|
732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
734
|
+
dependencies = [
|
|
735
|
+
"getrandom 0.4.3",
|
|
736
|
+
"libc",
|
|
737
|
+
]
|
|
738
|
+
|
|
739
|
+
[[package]]
|
|
740
|
+
name = "js-sys"
|
|
741
|
+
version = "0.3.103"
|
|
742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
744
|
+
dependencies = [
|
|
745
|
+
"cfg-if",
|
|
746
|
+
"futures-util",
|
|
747
|
+
"wasm-bindgen",
|
|
748
|
+
]
|
|
749
|
+
|
|
750
|
+
[[package]]
|
|
751
|
+
name = "lexical-core"
|
|
752
|
+
version = "1.0.6"
|
|
753
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
754
|
+
checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
|
|
755
|
+
dependencies = [
|
|
756
|
+
"lexical-parse-float",
|
|
757
|
+
"lexical-parse-integer",
|
|
758
|
+
"lexical-util",
|
|
759
|
+
"lexical-write-float",
|
|
760
|
+
"lexical-write-integer",
|
|
761
|
+
]
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "lexical-parse-float"
|
|
765
|
+
version = "1.0.6"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
|
|
768
|
+
dependencies = [
|
|
769
|
+
"lexical-parse-integer",
|
|
770
|
+
"lexical-util",
|
|
771
|
+
]
|
|
772
|
+
|
|
773
|
+
[[package]]
|
|
774
|
+
name = "lexical-parse-integer"
|
|
775
|
+
version = "1.0.6"
|
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
777
|
+
checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
|
|
778
|
+
dependencies = [
|
|
779
|
+
"lexical-util",
|
|
780
|
+
]
|
|
781
|
+
|
|
782
|
+
[[package]]
|
|
783
|
+
name = "lexical-util"
|
|
784
|
+
version = "1.0.7"
|
|
785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
+
checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
|
|
787
|
+
|
|
788
|
+
[[package]]
|
|
789
|
+
name = "lexical-write-float"
|
|
790
|
+
version = "1.0.6"
|
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
+
checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
|
|
793
|
+
dependencies = [
|
|
794
|
+
"lexical-util",
|
|
795
|
+
"lexical-write-integer",
|
|
796
|
+
]
|
|
797
|
+
|
|
798
|
+
[[package]]
|
|
799
|
+
name = "lexical-write-integer"
|
|
800
|
+
version = "1.0.6"
|
|
801
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
802
|
+
checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
|
|
803
|
+
dependencies = [
|
|
804
|
+
"lexical-util",
|
|
805
|
+
]
|
|
806
|
+
|
|
807
|
+
[[package]]
|
|
808
|
+
name = "libc"
|
|
809
|
+
version = "0.2.189"
|
|
810
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
812
|
+
|
|
813
|
+
[[package]]
|
|
814
|
+
name = "libm"
|
|
815
|
+
version = "0.2.16"
|
|
816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
818
|
+
|
|
819
|
+
[[package]]
|
|
820
|
+
name = "linux-raw-sys"
|
|
821
|
+
version = "0.12.1"
|
|
822
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
824
|
+
|
|
825
|
+
[[package]]
|
|
826
|
+
name = "log"
|
|
827
|
+
version = "0.4.33"
|
|
828
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
830
|
+
|
|
831
|
+
[[package]]
|
|
832
|
+
name = "lz4_flex"
|
|
833
|
+
version = "0.13.1"
|
|
834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
835
|
+
checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
|
|
836
|
+
dependencies = [
|
|
837
|
+
"twox-hash",
|
|
838
|
+
]
|
|
839
|
+
|
|
840
|
+
[[package]]
|
|
841
|
+
name = "memchr"
|
|
842
|
+
version = "2.8.3"
|
|
843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
845
|
+
|
|
846
|
+
[[package]]
|
|
847
|
+
name = "miniz_oxide"
|
|
848
|
+
version = "0.8.9"
|
|
849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
851
|
+
dependencies = [
|
|
852
|
+
"adler2",
|
|
853
|
+
"simd-adler32",
|
|
854
|
+
]
|
|
855
|
+
|
|
856
|
+
[[package]]
|
|
857
|
+
name = "num-bigint"
|
|
858
|
+
version = "0.4.8"
|
|
859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
860
|
+
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
|
|
861
|
+
dependencies = [
|
|
862
|
+
"num-integer",
|
|
863
|
+
"num-traits",
|
|
864
|
+
]
|
|
865
|
+
|
|
866
|
+
[[package]]
|
|
867
|
+
name = "num-complex"
|
|
868
|
+
version = "0.4.6"
|
|
869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
870
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
871
|
+
dependencies = [
|
|
872
|
+
"num-traits",
|
|
873
|
+
]
|
|
874
|
+
|
|
875
|
+
[[package]]
|
|
876
|
+
name = "num-integer"
|
|
877
|
+
version = "0.1.46"
|
|
878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
879
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
880
|
+
dependencies = [
|
|
881
|
+
"num-traits",
|
|
882
|
+
]
|
|
883
|
+
|
|
884
|
+
[[package]]
|
|
885
|
+
name = "num-traits"
|
|
886
|
+
version = "0.2.19"
|
|
887
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
888
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
889
|
+
dependencies = [
|
|
890
|
+
"autocfg",
|
|
891
|
+
"libm",
|
|
892
|
+
]
|
|
893
|
+
|
|
894
|
+
[[package]]
|
|
895
|
+
name = "once_cell"
|
|
896
|
+
version = "1.21.4"
|
|
897
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
898
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
899
|
+
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "once_cell_polyfill"
|
|
902
|
+
version = "1.70.2"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
905
|
+
|
|
906
|
+
[[package]]
|
|
907
|
+
name = "parquet"
|
|
908
|
+
version = "59.1.0"
|
|
909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
+
checksum = "5302d4da74d6596a1f11f9928767995b53bca657cbeea1e4e8c5074f8a1157dd"
|
|
911
|
+
dependencies = [
|
|
912
|
+
"ahash",
|
|
913
|
+
"arrow-array",
|
|
914
|
+
"arrow-buffer",
|
|
915
|
+
"arrow-data",
|
|
916
|
+
"arrow-ipc",
|
|
917
|
+
"arrow-schema",
|
|
918
|
+
"arrow-select",
|
|
919
|
+
"base64",
|
|
920
|
+
"brotli",
|
|
921
|
+
"bytes",
|
|
922
|
+
"chrono",
|
|
923
|
+
"flate2",
|
|
924
|
+
"half",
|
|
925
|
+
"hashbrown",
|
|
926
|
+
"lz4_flex",
|
|
927
|
+
"num-bigint",
|
|
928
|
+
"num-integer",
|
|
929
|
+
"num-traits",
|
|
930
|
+
"paste",
|
|
931
|
+
"seq-macro",
|
|
932
|
+
"simdutf8",
|
|
933
|
+
"snap",
|
|
934
|
+
"twox-hash",
|
|
935
|
+
"zstd",
|
|
936
|
+
]
|
|
937
|
+
|
|
938
|
+
[[package]]
|
|
939
|
+
name = "paste"
|
|
940
|
+
version = "1.0.15"
|
|
941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
943
|
+
|
|
944
|
+
[[package]]
|
|
945
|
+
name = "pin-project-lite"
|
|
946
|
+
version = "0.2.17"
|
|
947
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
949
|
+
|
|
950
|
+
[[package]]
|
|
951
|
+
name = "pkg-config"
|
|
952
|
+
version = "0.3.33"
|
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
955
|
+
|
|
956
|
+
[[package]]
|
|
957
|
+
name = "portable-atomic"
|
|
958
|
+
version = "1.14.0"
|
|
959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
961
|
+
|
|
962
|
+
[[package]]
|
|
963
|
+
name = "proc-macro2"
|
|
964
|
+
version = "1.0.107"
|
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
967
|
+
dependencies = [
|
|
968
|
+
"unicode-ident",
|
|
969
|
+
]
|
|
970
|
+
|
|
971
|
+
[[package]]
|
|
972
|
+
name = "pyo3"
|
|
973
|
+
version = "0.29.0"
|
|
974
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
975
|
+
checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
|
|
976
|
+
dependencies = [
|
|
977
|
+
"libc",
|
|
978
|
+
"once_cell",
|
|
979
|
+
"portable-atomic",
|
|
980
|
+
"pyo3-build-config",
|
|
981
|
+
"pyo3-ffi",
|
|
982
|
+
"pyo3-macros",
|
|
983
|
+
]
|
|
984
|
+
|
|
985
|
+
[[package]]
|
|
986
|
+
name = "pyo3-build-config"
|
|
987
|
+
version = "0.29.0"
|
|
988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
+
checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
|
|
990
|
+
dependencies = [
|
|
991
|
+
"target-lexicon",
|
|
992
|
+
]
|
|
993
|
+
|
|
994
|
+
[[package]]
|
|
995
|
+
name = "pyo3-ffi"
|
|
996
|
+
version = "0.29.0"
|
|
997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
+
checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
|
|
999
|
+
dependencies = [
|
|
1000
|
+
"libc",
|
|
1001
|
+
"pyo3-build-config",
|
|
1002
|
+
]
|
|
1003
|
+
|
|
1004
|
+
[[package]]
|
|
1005
|
+
name = "pyo3-macros"
|
|
1006
|
+
version = "0.29.0"
|
|
1007
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1008
|
+
checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
|
|
1009
|
+
dependencies = [
|
|
1010
|
+
"proc-macro2",
|
|
1011
|
+
"pyo3-macros-backend",
|
|
1012
|
+
"quote",
|
|
1013
|
+
"syn 2.0.119",
|
|
1014
|
+
]
|
|
1015
|
+
|
|
1016
|
+
[[package]]
|
|
1017
|
+
name = "pyo3-macros-backend"
|
|
1018
|
+
version = "0.29.0"
|
|
1019
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1020
|
+
checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
|
|
1021
|
+
dependencies = [
|
|
1022
|
+
"heck",
|
|
1023
|
+
"proc-macro2",
|
|
1024
|
+
"quote",
|
|
1025
|
+
"syn 2.0.119",
|
|
1026
|
+
]
|
|
1027
|
+
|
|
1028
|
+
[[package]]
|
|
1029
|
+
name = "quote"
|
|
1030
|
+
version = "1.0.47"
|
|
1031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
1033
|
+
dependencies = [
|
|
1034
|
+
"proc-macro2",
|
|
1035
|
+
]
|
|
1036
|
+
|
|
1037
|
+
[[package]]
|
|
1038
|
+
name = "r-efi"
|
|
1039
|
+
version = "5.3.0"
|
|
1040
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1041
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1042
|
+
|
|
1043
|
+
[[package]]
|
|
1044
|
+
name = "r-efi"
|
|
1045
|
+
version = "6.0.0"
|
|
1046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1047
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
1048
|
+
|
|
1049
|
+
[[package]]
|
|
1050
|
+
name = "regex"
|
|
1051
|
+
version = "1.13.1"
|
|
1052
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1053
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
1054
|
+
dependencies = [
|
|
1055
|
+
"aho-corasick",
|
|
1056
|
+
"memchr",
|
|
1057
|
+
"regex-automata",
|
|
1058
|
+
"regex-syntax",
|
|
1059
|
+
]
|
|
1060
|
+
|
|
1061
|
+
[[package]]
|
|
1062
|
+
name = "regex-automata"
|
|
1063
|
+
version = "0.4.16"
|
|
1064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
+
checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
1066
|
+
dependencies = [
|
|
1067
|
+
"aho-corasick",
|
|
1068
|
+
"memchr",
|
|
1069
|
+
"regex-syntax",
|
|
1070
|
+
]
|
|
1071
|
+
|
|
1072
|
+
[[package]]
|
|
1073
|
+
name = "regex-syntax"
|
|
1074
|
+
version = "0.8.11"
|
|
1075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1076
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1077
|
+
|
|
1078
|
+
[[package]]
|
|
1079
|
+
name = "rustc_version"
|
|
1080
|
+
version = "0.4.1"
|
|
1081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1082
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
1083
|
+
dependencies = [
|
|
1084
|
+
"semver",
|
|
1085
|
+
]
|
|
1086
|
+
|
|
1087
|
+
[[package]]
|
|
1088
|
+
name = "rustix"
|
|
1089
|
+
version = "1.1.4"
|
|
1090
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1091
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1092
|
+
dependencies = [
|
|
1093
|
+
"bitflags",
|
|
1094
|
+
"errno",
|
|
1095
|
+
"libc",
|
|
1096
|
+
"linux-raw-sys",
|
|
1097
|
+
"windows-sys",
|
|
1098
|
+
]
|
|
1099
|
+
|
|
1100
|
+
[[package]]
|
|
1101
|
+
name = "rustversion"
|
|
1102
|
+
version = "1.0.23"
|
|
1103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1104
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
1105
|
+
|
|
1106
|
+
[[package]]
|
|
1107
|
+
name = "ryu"
|
|
1108
|
+
version = "1.0.23"
|
|
1109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1110
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
1111
|
+
|
|
1112
|
+
[[package]]
|
|
1113
|
+
name = "same-file"
|
|
1114
|
+
version = "1.0.6"
|
|
1115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1117
|
+
dependencies = [
|
|
1118
|
+
"winapi-util",
|
|
1119
|
+
]
|
|
1120
|
+
|
|
1121
|
+
[[package]]
|
|
1122
|
+
name = "semver"
|
|
1123
|
+
version = "1.0.28"
|
|
1124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
1126
|
+
|
|
1127
|
+
[[package]]
|
|
1128
|
+
name = "seq-macro"
|
|
1129
|
+
version = "0.3.6"
|
|
1130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
1132
|
+
|
|
1133
|
+
[[package]]
|
|
1134
|
+
name = "serde"
|
|
1135
|
+
version = "1.0.229"
|
|
1136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
1138
|
+
dependencies = [
|
|
1139
|
+
"serde_core",
|
|
1140
|
+
"serde_derive",
|
|
1141
|
+
]
|
|
1142
|
+
|
|
1143
|
+
[[package]]
|
|
1144
|
+
name = "serde_core"
|
|
1145
|
+
version = "1.0.229"
|
|
1146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1147
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
1148
|
+
dependencies = [
|
|
1149
|
+
"serde_derive",
|
|
1150
|
+
]
|
|
1151
|
+
|
|
1152
|
+
[[package]]
|
|
1153
|
+
name = "serde_derive"
|
|
1154
|
+
version = "1.0.229"
|
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1156
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
1157
|
+
dependencies = [
|
|
1158
|
+
"proc-macro2",
|
|
1159
|
+
"quote",
|
|
1160
|
+
"syn 3.0.3",
|
|
1161
|
+
]
|
|
1162
|
+
|
|
1163
|
+
[[package]]
|
|
1164
|
+
name = "serde_json"
|
|
1165
|
+
version = "1.0.151"
|
|
1166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1167
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
1168
|
+
dependencies = [
|
|
1169
|
+
"itoa",
|
|
1170
|
+
"memchr",
|
|
1171
|
+
"serde",
|
|
1172
|
+
"serde_core",
|
|
1173
|
+
"zmij",
|
|
1174
|
+
]
|
|
1175
|
+
|
|
1176
|
+
[[package]]
|
|
1177
|
+
name = "serde_yaml"
|
|
1178
|
+
version = "0.9.34+deprecated"
|
|
1179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1180
|
+
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
1181
|
+
dependencies = [
|
|
1182
|
+
"indexmap",
|
|
1183
|
+
"itoa",
|
|
1184
|
+
"ryu",
|
|
1185
|
+
"serde",
|
|
1186
|
+
"unsafe-libyaml",
|
|
1187
|
+
]
|
|
1188
|
+
|
|
1189
|
+
[[package]]
|
|
1190
|
+
name = "shlex"
|
|
1191
|
+
version = "2.0.1"
|
|
1192
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
1194
|
+
|
|
1195
|
+
[[package]]
|
|
1196
|
+
name = "simd-adler32"
|
|
1197
|
+
version = "0.3.10"
|
|
1198
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
1200
|
+
|
|
1201
|
+
[[package]]
|
|
1202
|
+
name = "simdutf8"
|
|
1203
|
+
version = "0.1.5"
|
|
1204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1205
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
1206
|
+
|
|
1207
|
+
[[package]]
|
|
1208
|
+
name = "slab"
|
|
1209
|
+
version = "0.4.12"
|
|
1210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1212
|
+
|
|
1213
|
+
[[package]]
|
|
1214
|
+
name = "snap"
|
|
1215
|
+
version = "1.1.2"
|
|
1216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1217
|
+
checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886"
|
|
1218
|
+
|
|
1219
|
+
[[package]]
|
|
1220
|
+
name = "strsim"
|
|
1221
|
+
version = "0.11.1"
|
|
1222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1223
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1224
|
+
|
|
1225
|
+
[[package]]
|
|
1226
|
+
name = "syn"
|
|
1227
|
+
version = "2.0.119"
|
|
1228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1229
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
1230
|
+
dependencies = [
|
|
1231
|
+
"proc-macro2",
|
|
1232
|
+
"quote",
|
|
1233
|
+
"unicode-ident",
|
|
1234
|
+
]
|
|
1235
|
+
|
|
1236
|
+
[[package]]
|
|
1237
|
+
name = "syn"
|
|
1238
|
+
version = "3.0.3"
|
|
1239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
1241
|
+
dependencies = [
|
|
1242
|
+
"proc-macro2",
|
|
1243
|
+
"quote",
|
|
1244
|
+
"unicode-ident",
|
|
1245
|
+
]
|
|
1246
|
+
|
|
1247
|
+
[[package]]
|
|
1248
|
+
name = "target-lexicon"
|
|
1249
|
+
version = "0.13.5"
|
|
1250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1251
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
1252
|
+
|
|
1253
|
+
[[package]]
|
|
1254
|
+
name = "tempfile"
|
|
1255
|
+
version = "3.27.0"
|
|
1256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1257
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
1258
|
+
dependencies = [
|
|
1259
|
+
"fastrand",
|
|
1260
|
+
"getrandom 0.4.3",
|
|
1261
|
+
"once_cell",
|
|
1262
|
+
"rustix",
|
|
1263
|
+
"windows-sys",
|
|
1264
|
+
]
|
|
1265
|
+
|
|
1266
|
+
[[package]]
|
|
1267
|
+
name = "thiserror"
|
|
1268
|
+
version = "2.0.19"
|
|
1269
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1270
|
+
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
|
1271
|
+
dependencies = [
|
|
1272
|
+
"thiserror-impl",
|
|
1273
|
+
]
|
|
1274
|
+
|
|
1275
|
+
[[package]]
|
|
1276
|
+
name = "thiserror-impl"
|
|
1277
|
+
version = "2.0.19"
|
|
1278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
|
+
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
|
1280
|
+
dependencies = [
|
|
1281
|
+
"proc-macro2",
|
|
1282
|
+
"quote",
|
|
1283
|
+
"syn 3.0.3",
|
|
1284
|
+
]
|
|
1285
|
+
|
|
1286
|
+
[[package]]
|
|
1287
|
+
name = "tiny-keccak"
|
|
1288
|
+
version = "2.0.2"
|
|
1289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1290
|
+
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
1291
|
+
dependencies = [
|
|
1292
|
+
"crunchy",
|
|
1293
|
+
]
|
|
1294
|
+
|
|
1295
|
+
[[package]]
|
|
1296
|
+
name = "twox-hash"
|
|
1297
|
+
version = "2.1.3"
|
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
+
checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
|
|
1300
|
+
|
|
1301
|
+
[[package]]
|
|
1302
|
+
name = "unicode-ident"
|
|
1303
|
+
version = "1.0.24"
|
|
1304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1305
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1306
|
+
|
|
1307
|
+
[[package]]
|
|
1308
|
+
name = "unsafe-libyaml"
|
|
1309
|
+
version = "0.2.11"
|
|
1310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1311
|
+
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
1312
|
+
|
|
1313
|
+
[[package]]
|
|
1314
|
+
name = "utf8parse"
|
|
1315
|
+
version = "0.2.2"
|
|
1316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1317
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1318
|
+
|
|
1319
|
+
[[package]]
|
|
1320
|
+
name = "version_check"
|
|
1321
|
+
version = "0.9.5"
|
|
1322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1324
|
+
|
|
1325
|
+
[[package]]
|
|
1326
|
+
name = "walkdir"
|
|
1327
|
+
version = "2.5.0"
|
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
1330
|
+
dependencies = [
|
|
1331
|
+
"same-file",
|
|
1332
|
+
"winapi-util",
|
|
1333
|
+
]
|
|
1334
|
+
|
|
1335
|
+
[[package]]
|
|
1336
|
+
name = "wasi"
|
|
1337
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
1338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1339
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1340
|
+
|
|
1341
|
+
[[package]]
|
|
1342
|
+
name = "wasip2"
|
|
1343
|
+
version = "1.0.4+wasi-0.2.12"
|
|
1344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1345
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
1346
|
+
dependencies = [
|
|
1347
|
+
"wit-bindgen",
|
|
1348
|
+
]
|
|
1349
|
+
|
|
1350
|
+
[[package]]
|
|
1351
|
+
name = "wasm-bindgen"
|
|
1352
|
+
version = "0.2.126"
|
|
1353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1354
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
1355
|
+
dependencies = [
|
|
1356
|
+
"cfg-if",
|
|
1357
|
+
"once_cell",
|
|
1358
|
+
"rustversion",
|
|
1359
|
+
"wasm-bindgen-macro",
|
|
1360
|
+
"wasm-bindgen-shared",
|
|
1361
|
+
]
|
|
1362
|
+
|
|
1363
|
+
[[package]]
|
|
1364
|
+
name = "wasm-bindgen-macro"
|
|
1365
|
+
version = "0.2.126"
|
|
1366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1367
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
1368
|
+
dependencies = [
|
|
1369
|
+
"quote",
|
|
1370
|
+
"wasm-bindgen-macro-support",
|
|
1371
|
+
]
|
|
1372
|
+
|
|
1373
|
+
[[package]]
|
|
1374
|
+
name = "wasm-bindgen-macro-support"
|
|
1375
|
+
version = "0.2.126"
|
|
1376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1377
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
1378
|
+
dependencies = [
|
|
1379
|
+
"bumpalo",
|
|
1380
|
+
"proc-macro2",
|
|
1381
|
+
"quote",
|
|
1382
|
+
"syn 2.0.119",
|
|
1383
|
+
"wasm-bindgen-shared",
|
|
1384
|
+
]
|
|
1385
|
+
|
|
1386
|
+
[[package]]
|
|
1387
|
+
name = "wasm-bindgen-shared"
|
|
1388
|
+
version = "0.2.126"
|
|
1389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1390
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
1391
|
+
dependencies = [
|
|
1392
|
+
"unicode-ident",
|
|
1393
|
+
]
|
|
1394
|
+
|
|
1395
|
+
[[package]]
|
|
1396
|
+
name = "winapi-util"
|
|
1397
|
+
version = "0.1.11"
|
|
1398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1399
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
1400
|
+
dependencies = [
|
|
1401
|
+
"windows-sys",
|
|
1402
|
+
]
|
|
1403
|
+
|
|
1404
|
+
[[package]]
|
|
1405
|
+
name = "windows-core"
|
|
1406
|
+
version = "0.62.2"
|
|
1407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
1409
|
+
dependencies = [
|
|
1410
|
+
"windows-implement",
|
|
1411
|
+
"windows-interface",
|
|
1412
|
+
"windows-link",
|
|
1413
|
+
"windows-result",
|
|
1414
|
+
"windows-strings",
|
|
1415
|
+
]
|
|
1416
|
+
|
|
1417
|
+
[[package]]
|
|
1418
|
+
name = "windows-implement"
|
|
1419
|
+
version = "0.60.2"
|
|
1420
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1421
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
1422
|
+
dependencies = [
|
|
1423
|
+
"proc-macro2",
|
|
1424
|
+
"quote",
|
|
1425
|
+
"syn 2.0.119",
|
|
1426
|
+
]
|
|
1427
|
+
|
|
1428
|
+
[[package]]
|
|
1429
|
+
name = "windows-interface"
|
|
1430
|
+
version = "0.59.3"
|
|
1431
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1432
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
1433
|
+
dependencies = [
|
|
1434
|
+
"proc-macro2",
|
|
1435
|
+
"quote",
|
|
1436
|
+
"syn 2.0.119",
|
|
1437
|
+
]
|
|
1438
|
+
|
|
1439
|
+
[[package]]
|
|
1440
|
+
name = "windows-link"
|
|
1441
|
+
version = "0.2.1"
|
|
1442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1443
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1444
|
+
|
|
1445
|
+
[[package]]
|
|
1446
|
+
name = "windows-result"
|
|
1447
|
+
version = "0.4.1"
|
|
1448
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1449
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
1450
|
+
dependencies = [
|
|
1451
|
+
"windows-link",
|
|
1452
|
+
]
|
|
1453
|
+
|
|
1454
|
+
[[package]]
|
|
1455
|
+
name = "windows-strings"
|
|
1456
|
+
version = "0.5.1"
|
|
1457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
1459
|
+
dependencies = [
|
|
1460
|
+
"windows-link",
|
|
1461
|
+
]
|
|
1462
|
+
|
|
1463
|
+
[[package]]
|
|
1464
|
+
name = "windows-sys"
|
|
1465
|
+
version = "0.61.2"
|
|
1466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
1468
|
+
dependencies = [
|
|
1469
|
+
"windows-link",
|
|
1470
|
+
]
|
|
1471
|
+
|
|
1472
|
+
[[package]]
|
|
1473
|
+
name = "wit-bindgen"
|
|
1474
|
+
version = "0.57.1"
|
|
1475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1476
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
1477
|
+
|
|
1478
|
+
[[package]]
|
|
1479
|
+
name = "zerocopy"
|
|
1480
|
+
version = "0.8.55"
|
|
1481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1482
|
+
checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
|
|
1483
|
+
dependencies = [
|
|
1484
|
+
"zerocopy-derive",
|
|
1485
|
+
]
|
|
1486
|
+
|
|
1487
|
+
[[package]]
|
|
1488
|
+
name = "zerocopy-derive"
|
|
1489
|
+
version = "0.8.55"
|
|
1490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1491
|
+
checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
|
|
1492
|
+
dependencies = [
|
|
1493
|
+
"proc-macro2",
|
|
1494
|
+
"quote",
|
|
1495
|
+
"syn 2.0.119",
|
|
1496
|
+
]
|
|
1497
|
+
|
|
1498
|
+
[[package]]
|
|
1499
|
+
name = "zlib-rs"
|
|
1500
|
+
version = "0.6.6"
|
|
1501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
|
+
checksum = "b142a20ec14a91d5bc708c1dc21b080c550113d8aa77afa29635673a65dd02c5"
|
|
1503
|
+
|
|
1504
|
+
[[package]]
|
|
1505
|
+
name = "zmij"
|
|
1506
|
+
version = "1.0.23"
|
|
1507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1508
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
1509
|
+
|
|
1510
|
+
[[package]]
|
|
1511
|
+
name = "zstd"
|
|
1512
|
+
version = "0.13.3"
|
|
1513
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
1515
|
+
dependencies = [
|
|
1516
|
+
"zstd-safe",
|
|
1517
|
+
]
|
|
1518
|
+
|
|
1519
|
+
[[package]]
|
|
1520
|
+
name = "zstd-safe"
|
|
1521
|
+
version = "7.2.4"
|
|
1522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1523
|
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
|
1524
|
+
dependencies = [
|
|
1525
|
+
"zstd-sys",
|
|
1526
|
+
]
|
|
1527
|
+
|
|
1528
|
+
[[package]]
|
|
1529
|
+
name = "zstd-sys"
|
|
1530
|
+
version = "2.0.16+zstd.1.5.7"
|
|
1531
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1532
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
1533
|
+
dependencies = [
|
|
1534
|
+
"cc",
|
|
1535
|
+
"pkg-config",
|
|
1536
|
+
]
|