kernel-abi-check 0.12.2__tar.gz → 0.14.0.dev0__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.
- kernel_abi_check-0.14.0.dev0/Cargo.lock +4636 -0
- kernel_abi_check-0.14.0.dev0/Cargo.toml +3 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0}/PKG-INFO +1 -1
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/bindings/python/Cargo.toml +1 -1
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/Cargo.toml +1 -1
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0}/pyproject.toml +1 -1
- kernel_abi_check-0.12.2/bindings/python/Cargo.lock +0 -839
- kernel_abi_check-0.12.2/kernel-abi-check/Cargo.lock +0 -675
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/bindings/python/MANIFEST.in +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/bindings/python/kernel_abi_check.pyi +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/bindings/python/src/lib.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/bindings/python/tests/test_kernel_abi_check.py +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/lib.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/macos.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/main.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/manylinux/manylinux-policy.json +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/manylinux/mod.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/python_abi/mod.rs +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/python_abi/stable_abi.toml +0 -0
- {kernel_abi_check-0.12.2 → kernel_abi_check-0.14.0.dev0/kernel-abi-check}/kernel-abi-check/src/version.rs +0 -0
|
@@ -0,0 +1,4636 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "addr2line"
|
|
7
|
+
version = "0.25.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"gimli",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "adler2"
|
|
16
|
+
version = "2.0.1"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "ahash"
|
|
22
|
+
version = "0.8.12"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"cfg-if 1.0.4",
|
|
27
|
+
"once_cell",
|
|
28
|
+
"version_check",
|
|
29
|
+
"zerocopy",
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "aho-corasick"
|
|
34
|
+
version = "1.1.4"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
37
|
+
dependencies = [
|
|
38
|
+
"memchr",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
[[package]]
|
|
42
|
+
name = "android_system_properties"
|
|
43
|
+
version = "0.1.5"
|
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
46
|
+
dependencies = [
|
|
47
|
+
"libc",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anstream"
|
|
52
|
+
version = "1.0.0"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
55
|
+
dependencies = [
|
|
56
|
+
"anstyle",
|
|
57
|
+
"anstyle-parse",
|
|
58
|
+
"anstyle-query",
|
|
59
|
+
"anstyle-wincon",
|
|
60
|
+
"colorchoice",
|
|
61
|
+
"is_terminal_polyfill",
|
|
62
|
+
"utf8parse",
|
|
63
|
+
]
|
|
64
|
+
|
|
65
|
+
[[package]]
|
|
66
|
+
name = "anstyle"
|
|
67
|
+
version = "1.0.14"
|
|
68
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "anstyle-parse"
|
|
73
|
+
version = "1.0.0"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
76
|
+
dependencies = [
|
|
77
|
+
"utf8parse",
|
|
78
|
+
]
|
|
79
|
+
|
|
80
|
+
[[package]]
|
|
81
|
+
name = "anstyle-query"
|
|
82
|
+
version = "1.1.5"
|
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
85
|
+
dependencies = [
|
|
86
|
+
"windows-sys 0.61.2",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
[[package]]
|
|
90
|
+
name = "anstyle-wincon"
|
|
91
|
+
version = "3.0.11"
|
|
92
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
94
|
+
dependencies = [
|
|
95
|
+
"anstyle",
|
|
96
|
+
"once_cell_polyfill",
|
|
97
|
+
"windows-sys 0.61.2",
|
|
98
|
+
]
|
|
99
|
+
|
|
100
|
+
[[package]]
|
|
101
|
+
name = "anyhow"
|
|
102
|
+
version = "1.0.102"
|
|
103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
104
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
105
|
+
|
|
106
|
+
[[package]]
|
|
107
|
+
name = "approx"
|
|
108
|
+
version = "0.5.1"
|
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
110
|
+
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
111
|
+
dependencies = [
|
|
112
|
+
"num-traits",
|
|
113
|
+
]
|
|
114
|
+
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "arrayref"
|
|
117
|
+
version = "0.3.9"
|
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
+
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "arrayvec"
|
|
123
|
+
version = "0.7.6"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "async-trait"
|
|
129
|
+
version = "0.1.89"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
132
|
+
dependencies = [
|
|
133
|
+
"proc-macro2",
|
|
134
|
+
"quote",
|
|
135
|
+
"syn 2.0.117",
|
|
136
|
+
]
|
|
137
|
+
|
|
138
|
+
[[package]]
|
|
139
|
+
name = "atomic-waker"
|
|
140
|
+
version = "1.1.2"
|
|
141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
143
|
+
|
|
144
|
+
[[package]]
|
|
145
|
+
name = "autocfg"
|
|
146
|
+
version = "1.5.0"
|
|
147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
148
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
149
|
+
|
|
150
|
+
[[package]]
|
|
151
|
+
name = "aws-lc-rs"
|
|
152
|
+
version = "1.16.2"
|
|
153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
+
checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
|
|
155
|
+
dependencies = [
|
|
156
|
+
"aws-lc-sys",
|
|
157
|
+
"zeroize",
|
|
158
|
+
]
|
|
159
|
+
|
|
160
|
+
[[package]]
|
|
161
|
+
name = "aws-lc-sys"
|
|
162
|
+
version = "0.39.1"
|
|
163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
+
checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
|
|
165
|
+
dependencies = [
|
|
166
|
+
"cc",
|
|
167
|
+
"cmake",
|
|
168
|
+
"dunce",
|
|
169
|
+
"fs_extra",
|
|
170
|
+
]
|
|
171
|
+
|
|
172
|
+
[[package]]
|
|
173
|
+
name = "backtrace"
|
|
174
|
+
version = "0.3.76"
|
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
+
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
|
177
|
+
dependencies = [
|
|
178
|
+
"addr2line",
|
|
179
|
+
"cfg-if 1.0.4",
|
|
180
|
+
"libc",
|
|
181
|
+
"miniz_oxide",
|
|
182
|
+
"object 0.37.3",
|
|
183
|
+
"rustc-demangle",
|
|
184
|
+
"windows-link",
|
|
185
|
+
]
|
|
186
|
+
|
|
187
|
+
[[package]]
|
|
188
|
+
name = "base32"
|
|
189
|
+
version = "0.5.1"
|
|
190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
+
checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
|
|
192
|
+
|
|
193
|
+
[[package]]
|
|
194
|
+
name = "base64"
|
|
195
|
+
version = "0.22.1"
|
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
198
|
+
|
|
199
|
+
[[package]]
|
|
200
|
+
name = "bitflags"
|
|
201
|
+
version = "2.11.0"
|
|
202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
203
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
204
|
+
|
|
205
|
+
[[package]]
|
|
206
|
+
name = "blake3"
|
|
207
|
+
version = "1.8.4"
|
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
+
checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
|
|
210
|
+
dependencies = [
|
|
211
|
+
"arrayref",
|
|
212
|
+
"arrayvec",
|
|
213
|
+
"cc",
|
|
214
|
+
"cfg-if 1.0.4",
|
|
215
|
+
"constant_time_eq",
|
|
216
|
+
"cpufeatures 0.3.0",
|
|
217
|
+
]
|
|
218
|
+
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "block-buffer"
|
|
221
|
+
version = "0.10.4"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
224
|
+
dependencies = [
|
|
225
|
+
"generic-array",
|
|
226
|
+
]
|
|
227
|
+
|
|
228
|
+
[[package]]
|
|
229
|
+
name = "bstr"
|
|
230
|
+
version = "1.12.1"
|
|
231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
232
|
+
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
233
|
+
dependencies = [
|
|
234
|
+
"memchr",
|
|
235
|
+
"regex-automata",
|
|
236
|
+
"serde",
|
|
237
|
+
]
|
|
238
|
+
|
|
239
|
+
[[package]]
|
|
240
|
+
name = "bumpalo"
|
|
241
|
+
version = "3.20.2"
|
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
244
|
+
|
|
245
|
+
[[package]]
|
|
246
|
+
name = "bytemuck"
|
|
247
|
+
version = "1.25.0"
|
|
248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
+
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
|
|
250
|
+
|
|
251
|
+
[[package]]
|
|
252
|
+
name = "bytes"
|
|
253
|
+
version = "1.11.1"
|
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
256
|
+
|
|
257
|
+
[[package]]
|
|
258
|
+
name = "cc"
|
|
259
|
+
version = "1.2.60"
|
|
260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
262
|
+
dependencies = [
|
|
263
|
+
"find-msvc-tools",
|
|
264
|
+
"jobserver",
|
|
265
|
+
"libc",
|
|
266
|
+
"shlex",
|
|
267
|
+
]
|
|
268
|
+
|
|
269
|
+
[[package]]
|
|
270
|
+
name = "cesu8"
|
|
271
|
+
version = "1.1.0"
|
|
272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
+
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
274
|
+
|
|
275
|
+
[[package]]
|
|
276
|
+
name = "cfg-if"
|
|
277
|
+
version = "0.1.10"
|
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
+
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
280
|
+
|
|
281
|
+
[[package]]
|
|
282
|
+
name = "cfg-if"
|
|
283
|
+
version = "1.0.4"
|
|
284
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
286
|
+
|
|
287
|
+
[[package]]
|
|
288
|
+
name = "cfg_aliases"
|
|
289
|
+
version = "0.2.1"
|
|
290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
292
|
+
|
|
293
|
+
[[package]]
|
|
294
|
+
name = "chrono"
|
|
295
|
+
version = "0.4.44"
|
|
296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
+
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
298
|
+
dependencies = [
|
|
299
|
+
"iana-time-zone",
|
|
300
|
+
"js-sys",
|
|
301
|
+
"num-traits",
|
|
302
|
+
"wasm-bindgen",
|
|
303
|
+
"windows-link",
|
|
304
|
+
]
|
|
305
|
+
|
|
306
|
+
[[package]]
|
|
307
|
+
name = "clap"
|
|
308
|
+
version = "4.6.0"
|
|
309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
310
|
+
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
311
|
+
dependencies = [
|
|
312
|
+
"clap_builder",
|
|
313
|
+
"clap_derive",
|
|
314
|
+
]
|
|
315
|
+
|
|
316
|
+
[[package]]
|
|
317
|
+
name = "clap-markdown"
|
|
318
|
+
version = "0.1.5"
|
|
319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
320
|
+
checksum = "d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339"
|
|
321
|
+
dependencies = [
|
|
322
|
+
"clap",
|
|
323
|
+
]
|
|
324
|
+
|
|
325
|
+
[[package]]
|
|
326
|
+
name = "clap_builder"
|
|
327
|
+
version = "4.6.0"
|
|
328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
329
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
330
|
+
dependencies = [
|
|
331
|
+
"anstream",
|
|
332
|
+
"anstyle",
|
|
333
|
+
"clap_lex",
|
|
334
|
+
"strsim",
|
|
335
|
+
]
|
|
336
|
+
|
|
337
|
+
[[package]]
|
|
338
|
+
name = "clap_complete"
|
|
339
|
+
version = "4.6.1"
|
|
340
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
341
|
+
checksum = "406e68b4de5c59cfb8f750a7cbd4d31ae153788b8352167c1e5f4fc26e8c91e9"
|
|
342
|
+
dependencies = [
|
|
343
|
+
"clap",
|
|
344
|
+
]
|
|
345
|
+
|
|
346
|
+
[[package]]
|
|
347
|
+
name = "clap_derive"
|
|
348
|
+
version = "4.6.0"
|
|
349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
+
checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
|
|
351
|
+
dependencies = [
|
|
352
|
+
"heck",
|
|
353
|
+
"proc-macro2",
|
|
354
|
+
"quote",
|
|
355
|
+
"syn 2.0.117",
|
|
356
|
+
]
|
|
357
|
+
|
|
358
|
+
[[package]]
|
|
359
|
+
name = "clap_lex"
|
|
360
|
+
version = "1.1.0"
|
|
361
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
362
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
363
|
+
|
|
364
|
+
[[package]]
|
|
365
|
+
name = "cmake"
|
|
366
|
+
version = "0.1.58"
|
|
367
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
368
|
+
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
369
|
+
dependencies = [
|
|
370
|
+
"cc",
|
|
371
|
+
]
|
|
372
|
+
|
|
373
|
+
[[package]]
|
|
374
|
+
name = "color-eyre"
|
|
375
|
+
version = "0.6.5"
|
|
376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
377
|
+
checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d"
|
|
378
|
+
dependencies = [
|
|
379
|
+
"backtrace",
|
|
380
|
+
"color-spantrace",
|
|
381
|
+
"eyre",
|
|
382
|
+
"indenter",
|
|
383
|
+
"once_cell",
|
|
384
|
+
"owo-colors",
|
|
385
|
+
"tracing-error",
|
|
386
|
+
]
|
|
387
|
+
|
|
388
|
+
[[package]]
|
|
389
|
+
name = "color-spantrace"
|
|
390
|
+
version = "0.3.0"
|
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
+
checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427"
|
|
393
|
+
dependencies = [
|
|
394
|
+
"once_cell",
|
|
395
|
+
"owo-colors",
|
|
396
|
+
"tracing-core",
|
|
397
|
+
"tracing-error",
|
|
398
|
+
]
|
|
399
|
+
|
|
400
|
+
[[package]]
|
|
401
|
+
name = "colorchoice"
|
|
402
|
+
version = "1.0.5"
|
|
403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
404
|
+
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
405
|
+
|
|
406
|
+
[[package]]
|
|
407
|
+
name = "colored"
|
|
408
|
+
version = "3.1.1"
|
|
409
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
410
|
+
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
|
411
|
+
dependencies = [
|
|
412
|
+
"windows-sys 0.61.2",
|
|
413
|
+
]
|
|
414
|
+
|
|
415
|
+
[[package]]
|
|
416
|
+
name = "combine"
|
|
417
|
+
version = "4.6.7"
|
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
420
|
+
dependencies = [
|
|
421
|
+
"bytes",
|
|
422
|
+
"memchr",
|
|
423
|
+
]
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "const-str"
|
|
427
|
+
version = "1.1.0"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "18f12cc9948ed9604230cdddc7c86e270f9401ccbe3c2e98a4378c5e7632212f"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "const_panic"
|
|
433
|
+
version = "0.2.15"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652"
|
|
436
|
+
dependencies = [
|
|
437
|
+
"typewit",
|
|
438
|
+
]
|
|
439
|
+
|
|
440
|
+
[[package]]
|
|
441
|
+
name = "constant_time_eq"
|
|
442
|
+
version = "0.4.2"
|
|
443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
444
|
+
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
445
|
+
|
|
446
|
+
[[package]]
|
|
447
|
+
name = "core-foundation"
|
|
448
|
+
version = "0.9.4"
|
|
449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
451
|
+
dependencies = [
|
|
452
|
+
"core-foundation-sys",
|
|
453
|
+
"libc",
|
|
454
|
+
]
|
|
455
|
+
|
|
456
|
+
[[package]]
|
|
457
|
+
name = "core-foundation"
|
|
458
|
+
version = "0.10.1"
|
|
459
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
460
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
461
|
+
dependencies = [
|
|
462
|
+
"core-foundation-sys",
|
|
463
|
+
"libc",
|
|
464
|
+
]
|
|
465
|
+
|
|
466
|
+
[[package]]
|
|
467
|
+
name = "core-foundation-sys"
|
|
468
|
+
version = "0.8.7"
|
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
471
|
+
|
|
472
|
+
[[package]]
|
|
473
|
+
name = "countio"
|
|
474
|
+
version = "0.3.0"
|
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
+
checksum = "b9702aee5d1d744c01d82f6915644f950f898e014903385464c773b96fefdecb"
|
|
477
|
+
dependencies = [
|
|
478
|
+
"futures-io",
|
|
479
|
+
]
|
|
480
|
+
|
|
481
|
+
[[package]]
|
|
482
|
+
name = "cpufeatures"
|
|
483
|
+
version = "0.2.17"
|
|
484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
486
|
+
dependencies = [
|
|
487
|
+
"libc",
|
|
488
|
+
]
|
|
489
|
+
|
|
490
|
+
[[package]]
|
|
491
|
+
name = "cpufeatures"
|
|
492
|
+
version = "0.3.0"
|
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
495
|
+
dependencies = [
|
|
496
|
+
"libc",
|
|
497
|
+
]
|
|
498
|
+
|
|
499
|
+
[[package]]
|
|
500
|
+
name = "crc32fast"
|
|
501
|
+
version = "1.5.0"
|
|
502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
504
|
+
dependencies = [
|
|
505
|
+
"cfg-if 1.0.4",
|
|
506
|
+
]
|
|
507
|
+
|
|
508
|
+
[[package]]
|
|
509
|
+
name = "crossbeam-channel"
|
|
510
|
+
version = "0.5.15"
|
|
511
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
|
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
513
|
+
dependencies = [
|
|
514
|
+
"crossbeam-utils",
|
|
515
|
+
]
|
|
516
|
+
|
|
517
|
+
[[package]]
|
|
518
|
+
name = "crossbeam-utils"
|
|
519
|
+
version = "0.8.21"
|
|
520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
522
|
+
|
|
523
|
+
[[package]]
|
|
524
|
+
name = "crunchy"
|
|
525
|
+
version = "0.2.4"
|
|
526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
527
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
528
|
+
|
|
529
|
+
[[package]]
|
|
530
|
+
name = "crypto-common"
|
|
531
|
+
version = "0.1.7"
|
|
532
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
534
|
+
dependencies = [
|
|
535
|
+
"generic-array",
|
|
536
|
+
"typenum",
|
|
537
|
+
]
|
|
538
|
+
|
|
539
|
+
[[package]]
|
|
540
|
+
name = "csv"
|
|
541
|
+
version = "1.4.0"
|
|
542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
543
|
+
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
|
|
544
|
+
dependencies = [
|
|
545
|
+
"csv-core",
|
|
546
|
+
"itoa",
|
|
547
|
+
"ryu",
|
|
548
|
+
"serde_core",
|
|
549
|
+
]
|
|
550
|
+
|
|
551
|
+
[[package]]
|
|
552
|
+
name = "csv-core"
|
|
553
|
+
version = "0.1.13"
|
|
554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
555
|
+
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
|
|
556
|
+
dependencies = [
|
|
557
|
+
"memchr",
|
|
558
|
+
]
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "ctor"
|
|
562
|
+
version = "0.6.3"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"ctor-proc-macro",
|
|
567
|
+
"dtor",
|
|
568
|
+
]
|
|
569
|
+
|
|
570
|
+
[[package]]
|
|
571
|
+
name = "ctor-proc-macro"
|
|
572
|
+
version = "0.0.7"
|
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
+
checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
|
|
575
|
+
|
|
576
|
+
[[package]]
|
|
577
|
+
name = "deranged"
|
|
578
|
+
version = "0.5.8"
|
|
579
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
580
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
581
|
+
dependencies = [
|
|
582
|
+
"powerfmt",
|
|
583
|
+
]
|
|
584
|
+
|
|
585
|
+
[[package]]
|
|
586
|
+
name = "derivative"
|
|
587
|
+
version = "2.2.0"
|
|
588
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
589
|
+
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
590
|
+
dependencies = [
|
|
591
|
+
"proc-macro2",
|
|
592
|
+
"quote",
|
|
593
|
+
"syn 1.0.109",
|
|
594
|
+
]
|
|
595
|
+
|
|
596
|
+
[[package]]
|
|
597
|
+
name = "derive_more"
|
|
598
|
+
version = "1.0.0"
|
|
599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
+
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
|
601
|
+
dependencies = [
|
|
602
|
+
"derive_more-impl",
|
|
603
|
+
]
|
|
604
|
+
|
|
605
|
+
[[package]]
|
|
606
|
+
name = "derive_more-impl"
|
|
607
|
+
version = "1.0.0"
|
|
608
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
+
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
|
610
|
+
dependencies = [
|
|
611
|
+
"proc-macro2",
|
|
612
|
+
"quote",
|
|
613
|
+
"syn 2.0.117",
|
|
614
|
+
"unicode-xid",
|
|
615
|
+
]
|
|
616
|
+
|
|
617
|
+
[[package]]
|
|
618
|
+
name = "digest"
|
|
619
|
+
version = "0.10.7"
|
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
622
|
+
dependencies = [
|
|
623
|
+
"block-buffer",
|
|
624
|
+
"crypto-common",
|
|
625
|
+
]
|
|
626
|
+
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "dirs"
|
|
629
|
+
version = "6.0.0"
|
|
630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
+
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
632
|
+
dependencies = [
|
|
633
|
+
"dirs-sys",
|
|
634
|
+
]
|
|
635
|
+
|
|
636
|
+
[[package]]
|
|
637
|
+
name = "dirs-sys"
|
|
638
|
+
version = "0.5.0"
|
|
639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
640
|
+
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
641
|
+
dependencies = [
|
|
642
|
+
"libc",
|
|
643
|
+
"option-ext",
|
|
644
|
+
"redox_users",
|
|
645
|
+
"windows-sys 0.61.2",
|
|
646
|
+
]
|
|
647
|
+
|
|
648
|
+
[[package]]
|
|
649
|
+
name = "displaydoc"
|
|
650
|
+
version = "0.2.5"
|
|
651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
653
|
+
dependencies = [
|
|
654
|
+
"proc-macro2",
|
|
655
|
+
"quote",
|
|
656
|
+
"syn 2.0.117",
|
|
657
|
+
]
|
|
658
|
+
|
|
659
|
+
[[package]]
|
|
660
|
+
name = "dtor"
|
|
661
|
+
version = "0.1.1"
|
|
662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
|
+
checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
|
|
664
|
+
dependencies = [
|
|
665
|
+
"dtor-proc-macro",
|
|
666
|
+
]
|
|
667
|
+
|
|
668
|
+
[[package]]
|
|
669
|
+
name = "dtor-proc-macro"
|
|
670
|
+
version = "0.0.6"
|
|
671
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
+
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
|
|
673
|
+
|
|
674
|
+
[[package]]
|
|
675
|
+
name = "dunce"
|
|
676
|
+
version = "1.0.5"
|
|
677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
679
|
+
|
|
680
|
+
[[package]]
|
|
681
|
+
name = "either"
|
|
682
|
+
version = "1.15.0"
|
|
683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
685
|
+
|
|
686
|
+
[[package]]
|
|
687
|
+
name = "encoding_rs"
|
|
688
|
+
version = "0.8.35"
|
|
689
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
690
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
691
|
+
dependencies = [
|
|
692
|
+
"cfg-if 1.0.4",
|
|
693
|
+
]
|
|
694
|
+
|
|
695
|
+
[[package]]
|
|
696
|
+
name = "equivalent"
|
|
697
|
+
version = "1.0.2"
|
|
698
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
700
|
+
|
|
701
|
+
[[package]]
|
|
702
|
+
name = "errno"
|
|
703
|
+
version = "0.3.14"
|
|
704
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
705
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
706
|
+
dependencies = [
|
|
707
|
+
"libc",
|
|
708
|
+
"windows-sys 0.61.2",
|
|
709
|
+
]
|
|
710
|
+
|
|
711
|
+
[[package]]
|
|
712
|
+
name = "eyre"
|
|
713
|
+
version = "0.6.12"
|
|
714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
715
|
+
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
|
716
|
+
dependencies = [
|
|
717
|
+
"indenter",
|
|
718
|
+
"once_cell",
|
|
719
|
+
]
|
|
720
|
+
|
|
721
|
+
[[package]]
|
|
722
|
+
name = "fastrand"
|
|
723
|
+
version = "2.4.1"
|
|
724
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
725
|
+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
726
|
+
|
|
727
|
+
[[package]]
|
|
728
|
+
name = "find-msvc-tools"
|
|
729
|
+
version = "0.1.9"
|
|
730
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
731
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "flate2"
|
|
735
|
+
version = "1.1.9"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"crc32fast",
|
|
740
|
+
"miniz_oxide",
|
|
741
|
+
]
|
|
742
|
+
|
|
743
|
+
[[package]]
|
|
744
|
+
name = "fnv"
|
|
745
|
+
version = "1.0.7"
|
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "foldhash"
|
|
751
|
+
version = "0.1.5"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
754
|
+
|
|
755
|
+
[[package]]
|
|
756
|
+
name = "form_urlencoded"
|
|
757
|
+
version = "1.2.2"
|
|
758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
759
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
760
|
+
dependencies = [
|
|
761
|
+
"percent-encoding",
|
|
762
|
+
]
|
|
763
|
+
|
|
764
|
+
[[package]]
|
|
765
|
+
name = "fs4"
|
|
766
|
+
version = "0.13.1"
|
|
767
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
768
|
+
checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
|
|
769
|
+
dependencies = [
|
|
770
|
+
"rustix",
|
|
771
|
+
"tokio",
|
|
772
|
+
"windows-sys 0.59.0",
|
|
773
|
+
]
|
|
774
|
+
|
|
775
|
+
[[package]]
|
|
776
|
+
name = "fs_extra"
|
|
777
|
+
version = "1.3.0"
|
|
778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
+
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
780
|
+
|
|
781
|
+
[[package]]
|
|
782
|
+
name = "futures"
|
|
783
|
+
version = "0.3.32"
|
|
784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
|
+
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
786
|
+
dependencies = [
|
|
787
|
+
"futures-channel",
|
|
788
|
+
"futures-core",
|
|
789
|
+
"futures-executor",
|
|
790
|
+
"futures-io",
|
|
791
|
+
"futures-sink",
|
|
792
|
+
"futures-task",
|
|
793
|
+
"futures-util",
|
|
794
|
+
]
|
|
795
|
+
|
|
796
|
+
[[package]]
|
|
797
|
+
name = "futures-channel"
|
|
798
|
+
version = "0.3.32"
|
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
801
|
+
dependencies = [
|
|
802
|
+
"futures-core",
|
|
803
|
+
"futures-sink",
|
|
804
|
+
]
|
|
805
|
+
|
|
806
|
+
[[package]]
|
|
807
|
+
name = "futures-core"
|
|
808
|
+
version = "0.3.32"
|
|
809
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
810
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
811
|
+
|
|
812
|
+
[[package]]
|
|
813
|
+
name = "futures-executor"
|
|
814
|
+
version = "0.3.32"
|
|
815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
+
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
817
|
+
dependencies = [
|
|
818
|
+
"futures-core",
|
|
819
|
+
"futures-task",
|
|
820
|
+
"futures-util",
|
|
821
|
+
]
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "futures-io"
|
|
825
|
+
version = "0.3.32"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
828
|
+
|
|
829
|
+
[[package]]
|
|
830
|
+
name = "futures-macro"
|
|
831
|
+
version = "0.3.32"
|
|
832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
+
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
834
|
+
dependencies = [
|
|
835
|
+
"proc-macro2",
|
|
836
|
+
"quote",
|
|
837
|
+
"syn 2.0.117",
|
|
838
|
+
]
|
|
839
|
+
|
|
840
|
+
[[package]]
|
|
841
|
+
name = "futures-sink"
|
|
842
|
+
version = "0.3.32"
|
|
843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
|
+
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
845
|
+
|
|
846
|
+
[[package]]
|
|
847
|
+
name = "futures-task"
|
|
848
|
+
version = "0.3.32"
|
|
849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
851
|
+
|
|
852
|
+
[[package]]
|
|
853
|
+
name = "futures-util"
|
|
854
|
+
version = "0.3.32"
|
|
855
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
856
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
857
|
+
dependencies = [
|
|
858
|
+
"futures-channel",
|
|
859
|
+
"futures-core",
|
|
860
|
+
"futures-io",
|
|
861
|
+
"futures-macro",
|
|
862
|
+
"futures-sink",
|
|
863
|
+
"futures-task",
|
|
864
|
+
"memchr",
|
|
865
|
+
"pin-project-lite",
|
|
866
|
+
"slab",
|
|
867
|
+
]
|
|
868
|
+
|
|
869
|
+
[[package]]
|
|
870
|
+
name = "gearhash"
|
|
871
|
+
version = "0.1.3"
|
|
872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873
|
+
checksum = "c8cf82cf76cd16485e56295a1377c775ce708c9f1a0be6b029076d60a245d213"
|
|
874
|
+
dependencies = [
|
|
875
|
+
"cfg-if 0.1.10",
|
|
876
|
+
]
|
|
877
|
+
|
|
878
|
+
[[package]]
|
|
879
|
+
name = "generic-array"
|
|
880
|
+
version = "0.14.7"
|
|
881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
883
|
+
dependencies = [
|
|
884
|
+
"typenum",
|
|
885
|
+
"version_check",
|
|
886
|
+
]
|
|
887
|
+
|
|
888
|
+
[[package]]
|
|
889
|
+
name = "getopts"
|
|
890
|
+
version = "0.2.24"
|
|
891
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
892
|
+
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
|
|
893
|
+
dependencies = [
|
|
894
|
+
"unicode-width",
|
|
895
|
+
]
|
|
896
|
+
|
|
897
|
+
[[package]]
|
|
898
|
+
name = "getrandom"
|
|
899
|
+
version = "0.2.17"
|
|
900
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
901
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
902
|
+
dependencies = [
|
|
903
|
+
"cfg-if 1.0.4",
|
|
904
|
+
"js-sys",
|
|
905
|
+
"libc",
|
|
906
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
907
|
+
"wasm-bindgen",
|
|
908
|
+
]
|
|
909
|
+
|
|
910
|
+
[[package]]
|
|
911
|
+
name = "getrandom"
|
|
912
|
+
version = "0.3.4"
|
|
913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
915
|
+
dependencies = [
|
|
916
|
+
"cfg-if 1.0.4",
|
|
917
|
+
"js-sys",
|
|
918
|
+
"libc",
|
|
919
|
+
"r-efi 5.3.0",
|
|
920
|
+
"wasip2",
|
|
921
|
+
"wasm-bindgen",
|
|
922
|
+
]
|
|
923
|
+
|
|
924
|
+
[[package]]
|
|
925
|
+
name = "getrandom"
|
|
926
|
+
version = "0.4.2"
|
|
927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
929
|
+
dependencies = [
|
|
930
|
+
"cfg-if 1.0.4",
|
|
931
|
+
"js-sys",
|
|
932
|
+
"libc",
|
|
933
|
+
"r-efi 6.0.0",
|
|
934
|
+
"wasip2",
|
|
935
|
+
"wasip3",
|
|
936
|
+
"wasm-bindgen",
|
|
937
|
+
]
|
|
938
|
+
|
|
939
|
+
[[package]]
|
|
940
|
+
name = "gimli"
|
|
941
|
+
version = "0.32.3"
|
|
942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
+
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
|
944
|
+
|
|
945
|
+
[[package]]
|
|
946
|
+
name = "git-version"
|
|
947
|
+
version = "0.3.9"
|
|
948
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
949
|
+
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
|
|
950
|
+
dependencies = [
|
|
951
|
+
"git-version-macro",
|
|
952
|
+
]
|
|
953
|
+
|
|
954
|
+
[[package]]
|
|
955
|
+
name = "git-version-macro"
|
|
956
|
+
version = "0.3.9"
|
|
957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
958
|
+
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
|
|
959
|
+
dependencies = [
|
|
960
|
+
"proc-macro2",
|
|
961
|
+
"quote",
|
|
962
|
+
"syn 2.0.117",
|
|
963
|
+
]
|
|
964
|
+
|
|
965
|
+
[[package]]
|
|
966
|
+
name = "git2"
|
|
967
|
+
version = "0.20.4"
|
|
968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
+
checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
|
|
970
|
+
dependencies = [
|
|
971
|
+
"bitflags",
|
|
972
|
+
"libc",
|
|
973
|
+
"libgit2-sys",
|
|
974
|
+
"log",
|
|
975
|
+
"openssl-probe 0.1.6",
|
|
976
|
+
"openssl-sys",
|
|
977
|
+
"url",
|
|
978
|
+
]
|
|
979
|
+
|
|
980
|
+
[[package]]
|
|
981
|
+
name = "globset"
|
|
982
|
+
version = "0.4.18"
|
|
983
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
984
|
+
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
985
|
+
dependencies = [
|
|
986
|
+
"aho-corasick",
|
|
987
|
+
"bstr",
|
|
988
|
+
"log",
|
|
989
|
+
"regex-automata",
|
|
990
|
+
"regex-syntax",
|
|
991
|
+
]
|
|
992
|
+
|
|
993
|
+
[[package]]
|
|
994
|
+
name = "h2"
|
|
995
|
+
version = "0.4.13"
|
|
996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
997
|
+
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
998
|
+
dependencies = [
|
|
999
|
+
"atomic-waker",
|
|
1000
|
+
"bytes",
|
|
1001
|
+
"fnv",
|
|
1002
|
+
"futures-core",
|
|
1003
|
+
"futures-sink",
|
|
1004
|
+
"http",
|
|
1005
|
+
"indexmap",
|
|
1006
|
+
"slab",
|
|
1007
|
+
"tokio",
|
|
1008
|
+
"tokio-util",
|
|
1009
|
+
"tracing",
|
|
1010
|
+
]
|
|
1011
|
+
|
|
1012
|
+
[[package]]
|
|
1013
|
+
name = "hashbrown"
|
|
1014
|
+
version = "0.14.5"
|
|
1015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1016
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
1017
|
+
dependencies = [
|
|
1018
|
+
"ahash",
|
|
1019
|
+
]
|
|
1020
|
+
|
|
1021
|
+
[[package]]
|
|
1022
|
+
name = "hashbrown"
|
|
1023
|
+
version = "0.15.5"
|
|
1024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1025
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1026
|
+
dependencies = [
|
|
1027
|
+
"foldhash",
|
|
1028
|
+
]
|
|
1029
|
+
|
|
1030
|
+
[[package]]
|
|
1031
|
+
name = "hashbrown"
|
|
1032
|
+
version = "0.17.0"
|
|
1033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
+
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
1035
|
+
|
|
1036
|
+
[[package]]
|
|
1037
|
+
name = "heapify"
|
|
1038
|
+
version = "0.2.0"
|
|
1039
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
|
+
checksum = "0049b265b7f201ca9ab25475b22b47fe444060126a51abe00f77d986fc5cc52e"
|
|
1041
|
+
|
|
1042
|
+
[[package]]
|
|
1043
|
+
name = "heck"
|
|
1044
|
+
version = "0.5.0"
|
|
1045
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1047
|
+
|
|
1048
|
+
[[package]]
|
|
1049
|
+
name = "hf-kernel-builder"
|
|
1050
|
+
version = "0.14.0-dev0"
|
|
1051
|
+
dependencies = [
|
|
1052
|
+
"base32",
|
|
1053
|
+
"clap",
|
|
1054
|
+
"clap-markdown",
|
|
1055
|
+
"clap_complete",
|
|
1056
|
+
"dirs",
|
|
1057
|
+
"eyre",
|
|
1058
|
+
"git2",
|
|
1059
|
+
"huggingface-hub",
|
|
1060
|
+
"itertools 0.13.0",
|
|
1061
|
+
"kernels-data",
|
|
1062
|
+
"minijinja",
|
|
1063
|
+
"minijinja-embed",
|
|
1064
|
+
"rand 0.8.5",
|
|
1065
|
+
"regex",
|
|
1066
|
+
"reqwest",
|
|
1067
|
+
"rustpython-parser",
|
|
1068
|
+
"serde",
|
|
1069
|
+
"serde-value",
|
|
1070
|
+
"serde_json",
|
|
1071
|
+
"tempfile",
|
|
1072
|
+
"thiserror 1.0.69",
|
|
1073
|
+
"toml",
|
|
1074
|
+
"url",
|
|
1075
|
+
"walkdir",
|
|
1076
|
+
]
|
|
1077
|
+
|
|
1078
|
+
[[package]]
|
|
1079
|
+
name = "hf-xet"
|
|
1080
|
+
version = "1.5.1"
|
|
1081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1082
|
+
checksum = "b51abe4fef614e6d944f451ceb9af154efa7e85dff8f2c35e2922cc789e0aa88"
|
|
1083
|
+
dependencies = [
|
|
1084
|
+
"async-trait",
|
|
1085
|
+
"bytes",
|
|
1086
|
+
"http",
|
|
1087
|
+
"more-asserts",
|
|
1088
|
+
"serde",
|
|
1089
|
+
"thiserror 2.0.18",
|
|
1090
|
+
"tokio",
|
|
1091
|
+
"tokio-util",
|
|
1092
|
+
"tracing",
|
|
1093
|
+
"ulid",
|
|
1094
|
+
"xet-client",
|
|
1095
|
+
"xet-core-structures",
|
|
1096
|
+
"xet-data",
|
|
1097
|
+
"xet-runtime",
|
|
1098
|
+
]
|
|
1099
|
+
|
|
1100
|
+
[[package]]
|
|
1101
|
+
name = "http"
|
|
1102
|
+
version = "1.4.0"
|
|
1103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1104
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
1105
|
+
dependencies = [
|
|
1106
|
+
"bytes",
|
|
1107
|
+
"itoa",
|
|
1108
|
+
]
|
|
1109
|
+
|
|
1110
|
+
[[package]]
|
|
1111
|
+
name = "http-body"
|
|
1112
|
+
version = "1.0.1"
|
|
1113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1114
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1115
|
+
dependencies = [
|
|
1116
|
+
"bytes",
|
|
1117
|
+
"http",
|
|
1118
|
+
]
|
|
1119
|
+
|
|
1120
|
+
[[package]]
|
|
1121
|
+
name = "http-body-util"
|
|
1122
|
+
version = "0.1.3"
|
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
1125
|
+
dependencies = [
|
|
1126
|
+
"bytes",
|
|
1127
|
+
"futures-core",
|
|
1128
|
+
"http",
|
|
1129
|
+
"http-body",
|
|
1130
|
+
"pin-project-lite",
|
|
1131
|
+
]
|
|
1132
|
+
|
|
1133
|
+
[[package]]
|
|
1134
|
+
name = "httparse"
|
|
1135
|
+
version = "1.10.1"
|
|
1136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
1138
|
+
|
|
1139
|
+
[[package]]
|
|
1140
|
+
name = "huggingface-hub"
|
|
1141
|
+
version = "0.0.1"
|
|
1142
|
+
source = "git+https://github.com/huggingface/huggingface_hub_rust.git?rev=6084c0f911026b4fec2961742c611520d7eb3d27#6084c0f911026b4fec2961742c611520d7eb3d27"
|
|
1143
|
+
dependencies = [
|
|
1144
|
+
"async-trait",
|
|
1145
|
+
"base64",
|
|
1146
|
+
"bytes",
|
|
1147
|
+
"fs4",
|
|
1148
|
+
"futures",
|
|
1149
|
+
"globset",
|
|
1150
|
+
"hf-xet",
|
|
1151
|
+
"pathdiff",
|
|
1152
|
+
"reqwest",
|
|
1153
|
+
"reqwest-middleware",
|
|
1154
|
+
"reqwest-retry",
|
|
1155
|
+
"serde",
|
|
1156
|
+
"serde_json",
|
|
1157
|
+
"sha2",
|
|
1158
|
+
"thiserror 2.0.18",
|
|
1159
|
+
"tokio",
|
|
1160
|
+
"tokio-util",
|
|
1161
|
+
"tracing",
|
|
1162
|
+
"typed-builder",
|
|
1163
|
+
"url",
|
|
1164
|
+
"xet-client",
|
|
1165
|
+
]
|
|
1166
|
+
|
|
1167
|
+
[[package]]
|
|
1168
|
+
name = "humantime"
|
|
1169
|
+
version = "2.3.0"
|
|
1170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1171
|
+
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
1172
|
+
|
|
1173
|
+
[[package]]
|
|
1174
|
+
name = "hyper"
|
|
1175
|
+
version = "1.9.0"
|
|
1176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1177
|
+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
1178
|
+
dependencies = [
|
|
1179
|
+
"atomic-waker",
|
|
1180
|
+
"bytes",
|
|
1181
|
+
"futures-channel",
|
|
1182
|
+
"futures-core",
|
|
1183
|
+
"h2",
|
|
1184
|
+
"http",
|
|
1185
|
+
"http-body",
|
|
1186
|
+
"httparse",
|
|
1187
|
+
"itoa",
|
|
1188
|
+
"pin-project-lite",
|
|
1189
|
+
"smallvec",
|
|
1190
|
+
"tokio",
|
|
1191
|
+
"want",
|
|
1192
|
+
]
|
|
1193
|
+
|
|
1194
|
+
[[package]]
|
|
1195
|
+
name = "hyper-rustls"
|
|
1196
|
+
version = "0.27.8"
|
|
1197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
|
+
checksum = "c2b52f86d1d4bc0d6b4e6826d960b1b333217e07d36b882dca570a5e1c48895b"
|
|
1199
|
+
dependencies = [
|
|
1200
|
+
"http",
|
|
1201
|
+
"hyper",
|
|
1202
|
+
"hyper-util",
|
|
1203
|
+
"rustls",
|
|
1204
|
+
"tokio",
|
|
1205
|
+
"tokio-rustls",
|
|
1206
|
+
"tower-service",
|
|
1207
|
+
]
|
|
1208
|
+
|
|
1209
|
+
[[package]]
|
|
1210
|
+
name = "hyper-util"
|
|
1211
|
+
version = "0.1.20"
|
|
1212
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1213
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
1214
|
+
dependencies = [
|
|
1215
|
+
"base64",
|
|
1216
|
+
"bytes",
|
|
1217
|
+
"futures-channel",
|
|
1218
|
+
"futures-util",
|
|
1219
|
+
"http",
|
|
1220
|
+
"http-body",
|
|
1221
|
+
"hyper",
|
|
1222
|
+
"ipnet",
|
|
1223
|
+
"libc",
|
|
1224
|
+
"percent-encoding",
|
|
1225
|
+
"pin-project-lite",
|
|
1226
|
+
"socket2",
|
|
1227
|
+
"system-configuration",
|
|
1228
|
+
"tokio",
|
|
1229
|
+
"tower-service",
|
|
1230
|
+
"tracing",
|
|
1231
|
+
"windows-registry",
|
|
1232
|
+
]
|
|
1233
|
+
|
|
1234
|
+
[[package]]
|
|
1235
|
+
name = "iana-time-zone"
|
|
1236
|
+
version = "0.1.65"
|
|
1237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1238
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
1239
|
+
dependencies = [
|
|
1240
|
+
"android_system_properties",
|
|
1241
|
+
"core-foundation-sys",
|
|
1242
|
+
"iana-time-zone-haiku",
|
|
1243
|
+
"js-sys",
|
|
1244
|
+
"log",
|
|
1245
|
+
"wasm-bindgen",
|
|
1246
|
+
"windows-core",
|
|
1247
|
+
]
|
|
1248
|
+
|
|
1249
|
+
[[package]]
|
|
1250
|
+
name = "iana-time-zone-haiku"
|
|
1251
|
+
version = "0.1.2"
|
|
1252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1253
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
1254
|
+
dependencies = [
|
|
1255
|
+
"cc",
|
|
1256
|
+
]
|
|
1257
|
+
|
|
1258
|
+
[[package]]
|
|
1259
|
+
name = "icu_collections"
|
|
1260
|
+
version = "2.2.0"
|
|
1261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
1263
|
+
dependencies = [
|
|
1264
|
+
"displaydoc",
|
|
1265
|
+
"potential_utf",
|
|
1266
|
+
"utf8_iter",
|
|
1267
|
+
"yoke",
|
|
1268
|
+
"zerofrom",
|
|
1269
|
+
"zerovec",
|
|
1270
|
+
]
|
|
1271
|
+
|
|
1272
|
+
[[package]]
|
|
1273
|
+
name = "icu_locale_core"
|
|
1274
|
+
version = "2.2.0"
|
|
1275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1276
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
1277
|
+
dependencies = [
|
|
1278
|
+
"displaydoc",
|
|
1279
|
+
"litemap",
|
|
1280
|
+
"tinystr",
|
|
1281
|
+
"writeable",
|
|
1282
|
+
"zerovec",
|
|
1283
|
+
]
|
|
1284
|
+
|
|
1285
|
+
[[package]]
|
|
1286
|
+
name = "icu_normalizer"
|
|
1287
|
+
version = "2.2.0"
|
|
1288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1289
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
1290
|
+
dependencies = [
|
|
1291
|
+
"icu_collections",
|
|
1292
|
+
"icu_normalizer_data",
|
|
1293
|
+
"icu_properties",
|
|
1294
|
+
"icu_provider",
|
|
1295
|
+
"smallvec",
|
|
1296
|
+
"zerovec",
|
|
1297
|
+
]
|
|
1298
|
+
|
|
1299
|
+
[[package]]
|
|
1300
|
+
name = "icu_normalizer_data"
|
|
1301
|
+
version = "2.2.0"
|
|
1302
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1303
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
1304
|
+
|
|
1305
|
+
[[package]]
|
|
1306
|
+
name = "icu_properties"
|
|
1307
|
+
version = "2.2.0"
|
|
1308
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1309
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
1310
|
+
dependencies = [
|
|
1311
|
+
"icu_collections",
|
|
1312
|
+
"icu_locale_core",
|
|
1313
|
+
"icu_properties_data",
|
|
1314
|
+
"icu_provider",
|
|
1315
|
+
"zerotrie",
|
|
1316
|
+
"zerovec",
|
|
1317
|
+
]
|
|
1318
|
+
|
|
1319
|
+
[[package]]
|
|
1320
|
+
name = "icu_properties_data"
|
|
1321
|
+
version = "2.2.0"
|
|
1322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
1324
|
+
|
|
1325
|
+
[[package]]
|
|
1326
|
+
name = "icu_provider"
|
|
1327
|
+
version = "2.2.0"
|
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
1330
|
+
dependencies = [
|
|
1331
|
+
"displaydoc",
|
|
1332
|
+
"icu_locale_core",
|
|
1333
|
+
"writeable",
|
|
1334
|
+
"yoke",
|
|
1335
|
+
"zerofrom",
|
|
1336
|
+
"zerotrie",
|
|
1337
|
+
"zerovec",
|
|
1338
|
+
]
|
|
1339
|
+
|
|
1340
|
+
[[package]]
|
|
1341
|
+
name = "id-arena"
|
|
1342
|
+
version = "2.3.0"
|
|
1343
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1344
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1345
|
+
|
|
1346
|
+
[[package]]
|
|
1347
|
+
name = "idna"
|
|
1348
|
+
version = "1.1.0"
|
|
1349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1350
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1351
|
+
dependencies = [
|
|
1352
|
+
"idna_adapter",
|
|
1353
|
+
"smallvec",
|
|
1354
|
+
"utf8_iter",
|
|
1355
|
+
]
|
|
1356
|
+
|
|
1357
|
+
[[package]]
|
|
1358
|
+
name = "idna_adapter"
|
|
1359
|
+
version = "1.2.1"
|
|
1360
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1361
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
1362
|
+
dependencies = [
|
|
1363
|
+
"icu_normalizer",
|
|
1364
|
+
"icu_properties",
|
|
1365
|
+
]
|
|
1366
|
+
|
|
1367
|
+
[[package]]
|
|
1368
|
+
name = "indenter"
|
|
1369
|
+
version = "0.3.4"
|
|
1370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1371
|
+
checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
|
|
1372
|
+
|
|
1373
|
+
[[package]]
|
|
1374
|
+
name = "indexmap"
|
|
1375
|
+
version = "2.14.0"
|
|
1376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1377
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1378
|
+
dependencies = [
|
|
1379
|
+
"equivalent",
|
|
1380
|
+
"hashbrown 0.17.0",
|
|
1381
|
+
"serde",
|
|
1382
|
+
"serde_core",
|
|
1383
|
+
]
|
|
1384
|
+
|
|
1385
|
+
[[package]]
|
|
1386
|
+
name = "indoc"
|
|
1387
|
+
version = "2.0.7"
|
|
1388
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1389
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
1390
|
+
dependencies = [
|
|
1391
|
+
"rustversion",
|
|
1392
|
+
]
|
|
1393
|
+
|
|
1394
|
+
[[package]]
|
|
1395
|
+
name = "ipnet"
|
|
1396
|
+
version = "2.12.0"
|
|
1397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1398
|
+
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1399
|
+
|
|
1400
|
+
[[package]]
|
|
1401
|
+
name = "iri-string"
|
|
1402
|
+
version = "0.7.12"
|
|
1403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1404
|
+
checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
1405
|
+
dependencies = [
|
|
1406
|
+
"memchr",
|
|
1407
|
+
"serde",
|
|
1408
|
+
]
|
|
1409
|
+
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "is-macro"
|
|
1412
|
+
version = "0.3.7"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
|
|
1415
|
+
dependencies = [
|
|
1416
|
+
"heck",
|
|
1417
|
+
"proc-macro2",
|
|
1418
|
+
"quote",
|
|
1419
|
+
"syn 2.0.117",
|
|
1420
|
+
]
|
|
1421
|
+
|
|
1422
|
+
[[package]]
|
|
1423
|
+
name = "is_terminal_polyfill"
|
|
1424
|
+
version = "1.70.2"
|
|
1425
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1426
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1427
|
+
|
|
1428
|
+
[[package]]
|
|
1429
|
+
name = "itertools"
|
|
1430
|
+
version = "0.11.0"
|
|
1431
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1432
|
+
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
1433
|
+
dependencies = [
|
|
1434
|
+
"either",
|
|
1435
|
+
]
|
|
1436
|
+
|
|
1437
|
+
[[package]]
|
|
1438
|
+
name = "itertools"
|
|
1439
|
+
version = "0.13.0"
|
|
1440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1441
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
1442
|
+
dependencies = [
|
|
1443
|
+
"either",
|
|
1444
|
+
]
|
|
1445
|
+
|
|
1446
|
+
[[package]]
|
|
1447
|
+
name = "itertools"
|
|
1448
|
+
version = "0.14.0"
|
|
1449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1450
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
1451
|
+
dependencies = [
|
|
1452
|
+
"either",
|
|
1453
|
+
]
|
|
1454
|
+
|
|
1455
|
+
[[package]]
|
|
1456
|
+
name = "itoa"
|
|
1457
|
+
version = "1.0.18"
|
|
1458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1459
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1460
|
+
|
|
1461
|
+
[[package]]
|
|
1462
|
+
name = "jni"
|
|
1463
|
+
version = "0.21.1"
|
|
1464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
+
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
1466
|
+
dependencies = [
|
|
1467
|
+
"cesu8",
|
|
1468
|
+
"cfg-if 1.0.4",
|
|
1469
|
+
"combine",
|
|
1470
|
+
"jni-sys 0.3.1",
|
|
1471
|
+
"log",
|
|
1472
|
+
"thiserror 1.0.69",
|
|
1473
|
+
"walkdir",
|
|
1474
|
+
"windows-sys 0.45.0",
|
|
1475
|
+
]
|
|
1476
|
+
|
|
1477
|
+
[[package]]
|
|
1478
|
+
name = "jni-sys"
|
|
1479
|
+
version = "0.3.1"
|
|
1480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
+
checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
|
|
1482
|
+
dependencies = [
|
|
1483
|
+
"jni-sys 0.4.1",
|
|
1484
|
+
]
|
|
1485
|
+
|
|
1486
|
+
[[package]]
|
|
1487
|
+
name = "jni-sys"
|
|
1488
|
+
version = "0.4.1"
|
|
1489
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1490
|
+
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
1491
|
+
dependencies = [
|
|
1492
|
+
"jni-sys-macros",
|
|
1493
|
+
]
|
|
1494
|
+
|
|
1495
|
+
[[package]]
|
|
1496
|
+
name = "jni-sys-macros"
|
|
1497
|
+
version = "0.4.1"
|
|
1498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1499
|
+
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
1500
|
+
dependencies = [
|
|
1501
|
+
"quote",
|
|
1502
|
+
"syn 2.0.117",
|
|
1503
|
+
]
|
|
1504
|
+
|
|
1505
|
+
[[package]]
|
|
1506
|
+
name = "jobserver"
|
|
1507
|
+
version = "0.1.34"
|
|
1508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1509
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1510
|
+
dependencies = [
|
|
1511
|
+
"getrandom 0.3.4",
|
|
1512
|
+
"libc",
|
|
1513
|
+
]
|
|
1514
|
+
|
|
1515
|
+
[[package]]
|
|
1516
|
+
name = "js-sys"
|
|
1517
|
+
version = "0.3.95"
|
|
1518
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1519
|
+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
|
1520
|
+
dependencies = [
|
|
1521
|
+
"cfg-if 1.0.4",
|
|
1522
|
+
"futures-util",
|
|
1523
|
+
"once_cell",
|
|
1524
|
+
"wasm-bindgen",
|
|
1525
|
+
]
|
|
1526
|
+
|
|
1527
|
+
[[package]]
|
|
1528
|
+
name = "kernel-abi-check"
|
|
1529
|
+
version = "0.14.0-dev0"
|
|
1530
|
+
dependencies = [
|
|
1531
|
+
"clap",
|
|
1532
|
+
"color-eyre",
|
|
1533
|
+
"eyre",
|
|
1534
|
+
"itertools 0.14.0",
|
|
1535
|
+
"object 0.36.7",
|
|
1536
|
+
"once_cell",
|
|
1537
|
+
"serde",
|
|
1538
|
+
"serde_json",
|
|
1539
|
+
"toml",
|
|
1540
|
+
]
|
|
1541
|
+
|
|
1542
|
+
[[package]]
|
|
1543
|
+
name = "kernel-abi-check-python"
|
|
1544
|
+
version = "0.14.0-dev0"
|
|
1545
|
+
dependencies = [
|
|
1546
|
+
"kernel-abi-check",
|
|
1547
|
+
"object 0.36.7",
|
|
1548
|
+
"pyo3",
|
|
1549
|
+
]
|
|
1550
|
+
|
|
1551
|
+
[[package]]
|
|
1552
|
+
name = "kernels-data"
|
|
1553
|
+
version = "0.14.0-dev0"
|
|
1554
|
+
dependencies = [
|
|
1555
|
+
"eyre",
|
|
1556
|
+
"itertools 0.13.0",
|
|
1557
|
+
"regex",
|
|
1558
|
+
"serde",
|
|
1559
|
+
"serde-value",
|
|
1560
|
+
"serde_json",
|
|
1561
|
+
"thiserror 1.0.69",
|
|
1562
|
+
"url",
|
|
1563
|
+
]
|
|
1564
|
+
|
|
1565
|
+
[[package]]
|
|
1566
|
+
name = "kernels-data-python"
|
|
1567
|
+
version = "0.14.0-dev0"
|
|
1568
|
+
dependencies = [
|
|
1569
|
+
"kernels-data",
|
|
1570
|
+
"pyo3",
|
|
1571
|
+
]
|
|
1572
|
+
|
|
1573
|
+
[[package]]
|
|
1574
|
+
name = "konst"
|
|
1575
|
+
version = "0.4.3"
|
|
1576
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1577
|
+
checksum = "f660d5f887e3562f9ab6f4a14988795b694099d66b4f5dedc02d197ba9becb1d"
|
|
1578
|
+
dependencies = [
|
|
1579
|
+
"const_panic",
|
|
1580
|
+
"konst_proc_macros",
|
|
1581
|
+
"typewit",
|
|
1582
|
+
]
|
|
1583
|
+
|
|
1584
|
+
[[package]]
|
|
1585
|
+
name = "konst_proc_macros"
|
|
1586
|
+
version = "0.4.1"
|
|
1587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1588
|
+
checksum = "e037a2e1d8d5fdbd49b16a4ea09d5d6401c1f29eca5ff29d03d3824dba16256a"
|
|
1589
|
+
|
|
1590
|
+
[[package]]
|
|
1591
|
+
name = "lalrpop-util"
|
|
1592
|
+
version = "0.20.2"
|
|
1593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1594
|
+
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
|
1595
|
+
|
|
1596
|
+
[[package]]
|
|
1597
|
+
name = "lazy_static"
|
|
1598
|
+
version = "1.5.0"
|
|
1599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1600
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1601
|
+
|
|
1602
|
+
[[package]]
|
|
1603
|
+
name = "leb128fmt"
|
|
1604
|
+
version = "0.1.0"
|
|
1605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1607
|
+
|
|
1608
|
+
[[package]]
|
|
1609
|
+
name = "libc"
|
|
1610
|
+
version = "0.2.184"
|
|
1611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1612
|
+
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
|
1613
|
+
|
|
1614
|
+
[[package]]
|
|
1615
|
+
name = "libgit2-sys"
|
|
1616
|
+
version = "0.18.3+1.9.2"
|
|
1617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1618
|
+
checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
|
|
1619
|
+
dependencies = [
|
|
1620
|
+
"cc",
|
|
1621
|
+
"libc",
|
|
1622
|
+
"libssh2-sys",
|
|
1623
|
+
"libz-sys",
|
|
1624
|
+
"openssl-sys",
|
|
1625
|
+
"pkg-config",
|
|
1626
|
+
]
|
|
1627
|
+
|
|
1628
|
+
[[package]]
|
|
1629
|
+
name = "libm"
|
|
1630
|
+
version = "0.2.16"
|
|
1631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
1633
|
+
|
|
1634
|
+
[[package]]
|
|
1635
|
+
name = "libredox"
|
|
1636
|
+
version = "0.1.16"
|
|
1637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1638
|
+
checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
|
|
1639
|
+
dependencies = [
|
|
1640
|
+
"libc",
|
|
1641
|
+
]
|
|
1642
|
+
|
|
1643
|
+
[[package]]
|
|
1644
|
+
name = "libssh2-sys"
|
|
1645
|
+
version = "0.3.1"
|
|
1646
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
+
checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
|
|
1648
|
+
dependencies = [
|
|
1649
|
+
"cc",
|
|
1650
|
+
"libc",
|
|
1651
|
+
"libz-sys",
|
|
1652
|
+
"openssl-sys",
|
|
1653
|
+
"pkg-config",
|
|
1654
|
+
"vcpkg",
|
|
1655
|
+
]
|
|
1656
|
+
|
|
1657
|
+
[[package]]
|
|
1658
|
+
name = "libz-sys"
|
|
1659
|
+
version = "1.1.28"
|
|
1660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1661
|
+
checksum = "fc3a226e576f50782b3305c5ccf458698f92798987f551c6a02efe8276721e22"
|
|
1662
|
+
dependencies = [
|
|
1663
|
+
"cc",
|
|
1664
|
+
"libc",
|
|
1665
|
+
"pkg-config",
|
|
1666
|
+
"vcpkg",
|
|
1667
|
+
]
|
|
1668
|
+
|
|
1669
|
+
[[package]]
|
|
1670
|
+
name = "linux-raw-sys"
|
|
1671
|
+
version = "0.12.1"
|
|
1672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1673
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1674
|
+
|
|
1675
|
+
[[package]]
|
|
1676
|
+
name = "litemap"
|
|
1677
|
+
version = "0.8.2"
|
|
1678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1679
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1680
|
+
|
|
1681
|
+
[[package]]
|
|
1682
|
+
name = "lock_api"
|
|
1683
|
+
version = "0.4.14"
|
|
1684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1685
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1686
|
+
dependencies = [
|
|
1687
|
+
"scopeguard",
|
|
1688
|
+
]
|
|
1689
|
+
|
|
1690
|
+
[[package]]
|
|
1691
|
+
name = "log"
|
|
1692
|
+
version = "0.4.29"
|
|
1693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1694
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1695
|
+
|
|
1696
|
+
[[package]]
|
|
1697
|
+
name = "lru-slab"
|
|
1698
|
+
version = "0.1.2"
|
|
1699
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1700
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1701
|
+
|
|
1702
|
+
[[package]]
|
|
1703
|
+
name = "lz4_flex"
|
|
1704
|
+
version = "0.13.0"
|
|
1705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1706
|
+
checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a"
|
|
1707
|
+
dependencies = [
|
|
1708
|
+
"twox-hash 2.1.2",
|
|
1709
|
+
]
|
|
1710
|
+
|
|
1711
|
+
[[package]]
|
|
1712
|
+
name = "malachite"
|
|
1713
|
+
version = "0.4.22"
|
|
1714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1715
|
+
checksum = "2fbdf9cb251732db30a7200ebb6ae5d22fe8e11397364416617d2c2cf0c51cb5"
|
|
1716
|
+
dependencies = [
|
|
1717
|
+
"malachite-base",
|
|
1718
|
+
"malachite-nz",
|
|
1719
|
+
"malachite-q",
|
|
1720
|
+
]
|
|
1721
|
+
|
|
1722
|
+
[[package]]
|
|
1723
|
+
name = "malachite-base"
|
|
1724
|
+
version = "0.4.22"
|
|
1725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1726
|
+
checksum = "5ea0ed76adf7defc1a92240b5c36d5368cfe9251640dcce5bd2d0b7c1fd87aeb"
|
|
1727
|
+
dependencies = [
|
|
1728
|
+
"hashbrown 0.14.5",
|
|
1729
|
+
"itertools 0.11.0",
|
|
1730
|
+
"libm",
|
|
1731
|
+
"ryu",
|
|
1732
|
+
]
|
|
1733
|
+
|
|
1734
|
+
[[package]]
|
|
1735
|
+
name = "malachite-bigint"
|
|
1736
|
+
version = "0.2.3"
|
|
1737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
+
checksum = "d149aaa2965d70381709d9df4c7ee1fc0de1c614a4efc2ee356f5e43d68749f8"
|
|
1739
|
+
dependencies = [
|
|
1740
|
+
"derive_more",
|
|
1741
|
+
"malachite",
|
|
1742
|
+
"num-integer",
|
|
1743
|
+
"num-traits",
|
|
1744
|
+
"paste",
|
|
1745
|
+
]
|
|
1746
|
+
|
|
1747
|
+
[[package]]
|
|
1748
|
+
name = "malachite-nz"
|
|
1749
|
+
version = "0.4.22"
|
|
1750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1751
|
+
checksum = "34a79feebb2bc9aa7762047c8e5495269a367da6b5a90a99882a0aeeac1841f7"
|
|
1752
|
+
dependencies = [
|
|
1753
|
+
"itertools 0.11.0",
|
|
1754
|
+
"libm",
|
|
1755
|
+
"malachite-base",
|
|
1756
|
+
]
|
|
1757
|
+
|
|
1758
|
+
[[package]]
|
|
1759
|
+
name = "malachite-q"
|
|
1760
|
+
version = "0.4.22"
|
|
1761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1762
|
+
checksum = "50f235d5747b1256b47620f5640c2a17a88c7569eebdf27cd9cb130e1a619191"
|
|
1763
|
+
dependencies = [
|
|
1764
|
+
"itertools 0.11.0",
|
|
1765
|
+
"malachite-base",
|
|
1766
|
+
"malachite-nz",
|
|
1767
|
+
]
|
|
1768
|
+
|
|
1769
|
+
[[package]]
|
|
1770
|
+
name = "matchers"
|
|
1771
|
+
version = "0.2.0"
|
|
1772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1774
|
+
dependencies = [
|
|
1775
|
+
"regex-automata",
|
|
1776
|
+
]
|
|
1777
|
+
|
|
1778
|
+
[[package]]
|
|
1779
|
+
name = "memchr"
|
|
1780
|
+
version = "2.8.0"
|
|
1781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1782
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1783
|
+
|
|
1784
|
+
[[package]]
|
|
1785
|
+
name = "memo-map"
|
|
1786
|
+
version = "0.3.3"
|
|
1787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1788
|
+
checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
|
|
1789
|
+
|
|
1790
|
+
[[package]]
|
|
1791
|
+
name = "memoffset"
|
|
1792
|
+
version = "0.9.1"
|
|
1793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1794
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
1795
|
+
dependencies = [
|
|
1796
|
+
"autocfg",
|
|
1797
|
+
]
|
|
1798
|
+
|
|
1799
|
+
[[package]]
|
|
1800
|
+
name = "mime"
|
|
1801
|
+
version = "0.3.17"
|
|
1802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1804
|
+
|
|
1805
|
+
[[package]]
|
|
1806
|
+
name = "mime_guess"
|
|
1807
|
+
version = "2.0.5"
|
|
1808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
1810
|
+
dependencies = [
|
|
1811
|
+
"mime",
|
|
1812
|
+
"unicase",
|
|
1813
|
+
]
|
|
1814
|
+
|
|
1815
|
+
[[package]]
|
|
1816
|
+
name = "minijinja"
|
|
1817
|
+
version = "2.19.0"
|
|
1818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1819
|
+
checksum = "805bfd7352166bae857ee569628b52bcd85a1cecf7810861ebceb1686b72b75d"
|
|
1820
|
+
dependencies = [
|
|
1821
|
+
"memo-map",
|
|
1822
|
+
"serde",
|
|
1823
|
+
]
|
|
1824
|
+
|
|
1825
|
+
[[package]]
|
|
1826
|
+
name = "minijinja-embed"
|
|
1827
|
+
version = "2.19.0"
|
|
1828
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1829
|
+
checksum = "09f152c19abce59079d2d76c7e68a6ae9480d0a6baf37f2fc0b40f91a52bf96c"
|
|
1830
|
+
|
|
1831
|
+
[[package]]
|
|
1832
|
+
name = "miniz_oxide"
|
|
1833
|
+
version = "0.8.9"
|
|
1834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1835
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1836
|
+
dependencies = [
|
|
1837
|
+
"adler2",
|
|
1838
|
+
"simd-adler32",
|
|
1839
|
+
]
|
|
1840
|
+
|
|
1841
|
+
[[package]]
|
|
1842
|
+
name = "mio"
|
|
1843
|
+
version = "1.2.0"
|
|
1844
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1845
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
1846
|
+
dependencies = [
|
|
1847
|
+
"libc",
|
|
1848
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
1849
|
+
"windows-sys 0.61.2",
|
|
1850
|
+
]
|
|
1851
|
+
|
|
1852
|
+
[[package]]
|
|
1853
|
+
name = "more-asserts"
|
|
1854
|
+
version = "0.3.1"
|
|
1855
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1856
|
+
checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e"
|
|
1857
|
+
|
|
1858
|
+
[[package]]
|
|
1859
|
+
name = "ntapi"
|
|
1860
|
+
version = "0.4.3"
|
|
1861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
1863
|
+
dependencies = [
|
|
1864
|
+
"winapi",
|
|
1865
|
+
]
|
|
1866
|
+
|
|
1867
|
+
[[package]]
|
|
1868
|
+
name = "nu-ansi-term"
|
|
1869
|
+
version = "0.50.3"
|
|
1870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1872
|
+
dependencies = [
|
|
1873
|
+
"windows-sys 0.61.2",
|
|
1874
|
+
]
|
|
1875
|
+
|
|
1876
|
+
[[package]]
|
|
1877
|
+
name = "num-conv"
|
|
1878
|
+
version = "0.2.1"
|
|
1879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1880
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
1881
|
+
|
|
1882
|
+
[[package]]
|
|
1883
|
+
name = "num-integer"
|
|
1884
|
+
version = "0.1.46"
|
|
1885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1886
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
1887
|
+
dependencies = [
|
|
1888
|
+
"num-traits",
|
|
1889
|
+
]
|
|
1890
|
+
|
|
1891
|
+
[[package]]
|
|
1892
|
+
name = "num-traits"
|
|
1893
|
+
version = "0.2.19"
|
|
1894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1896
|
+
dependencies = [
|
|
1897
|
+
"autocfg",
|
|
1898
|
+
]
|
|
1899
|
+
|
|
1900
|
+
[[package]]
|
|
1901
|
+
name = "objc2-core-foundation"
|
|
1902
|
+
version = "0.3.2"
|
|
1903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1904
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1905
|
+
dependencies = [
|
|
1906
|
+
"bitflags",
|
|
1907
|
+
]
|
|
1908
|
+
|
|
1909
|
+
[[package]]
|
|
1910
|
+
name = "objc2-io-kit"
|
|
1911
|
+
version = "0.3.2"
|
|
1912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
|
1914
|
+
dependencies = [
|
|
1915
|
+
"libc",
|
|
1916
|
+
"objc2-core-foundation",
|
|
1917
|
+
]
|
|
1918
|
+
|
|
1919
|
+
[[package]]
|
|
1920
|
+
name = "objc2-system-configuration"
|
|
1921
|
+
version = "0.3.2"
|
|
1922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
+
checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
|
|
1924
|
+
dependencies = [
|
|
1925
|
+
"objc2-core-foundation",
|
|
1926
|
+
]
|
|
1927
|
+
|
|
1928
|
+
[[package]]
|
|
1929
|
+
name = "object"
|
|
1930
|
+
version = "0.36.7"
|
|
1931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1932
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
1933
|
+
dependencies = [
|
|
1934
|
+
"flate2",
|
|
1935
|
+
"memchr",
|
|
1936
|
+
"ruzstd",
|
|
1937
|
+
]
|
|
1938
|
+
|
|
1939
|
+
[[package]]
|
|
1940
|
+
name = "object"
|
|
1941
|
+
version = "0.37.3"
|
|
1942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1943
|
+
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
|
1944
|
+
dependencies = [
|
|
1945
|
+
"memchr",
|
|
1946
|
+
]
|
|
1947
|
+
|
|
1948
|
+
[[package]]
|
|
1949
|
+
name = "once_cell"
|
|
1950
|
+
version = "1.21.4"
|
|
1951
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1952
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1953
|
+
|
|
1954
|
+
[[package]]
|
|
1955
|
+
name = "once_cell_polyfill"
|
|
1956
|
+
version = "1.70.2"
|
|
1957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1958
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1959
|
+
|
|
1960
|
+
[[package]]
|
|
1961
|
+
name = "oneshot"
|
|
1962
|
+
version = "0.1.13"
|
|
1963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
+
checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
|
|
1965
|
+
|
|
1966
|
+
[[package]]
|
|
1967
|
+
name = "openssl-probe"
|
|
1968
|
+
version = "0.1.6"
|
|
1969
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1971
|
+
|
|
1972
|
+
[[package]]
|
|
1973
|
+
name = "openssl-probe"
|
|
1974
|
+
version = "0.2.1"
|
|
1975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1976
|
+
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
1977
|
+
|
|
1978
|
+
[[package]]
|
|
1979
|
+
name = "openssl-sys"
|
|
1980
|
+
version = "0.9.113"
|
|
1981
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1982
|
+
checksum = "ad2f2c0eba47118757e4c6d2bff2838f3e0523380021356e7875e858372ce644"
|
|
1983
|
+
dependencies = [
|
|
1984
|
+
"cc",
|
|
1985
|
+
"libc",
|
|
1986
|
+
"pkg-config",
|
|
1987
|
+
"vcpkg",
|
|
1988
|
+
]
|
|
1989
|
+
|
|
1990
|
+
[[package]]
|
|
1991
|
+
name = "option-ext"
|
|
1992
|
+
version = "0.2.0"
|
|
1993
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1994
|
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
1995
|
+
|
|
1996
|
+
[[package]]
|
|
1997
|
+
name = "ordered-float"
|
|
1998
|
+
version = "2.10.1"
|
|
1999
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2000
|
+
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
|
2001
|
+
dependencies = [
|
|
2002
|
+
"num-traits",
|
|
2003
|
+
]
|
|
2004
|
+
|
|
2005
|
+
[[package]]
|
|
2006
|
+
name = "os_str_bytes"
|
|
2007
|
+
version = "6.6.1"
|
|
2008
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
+
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
|
2010
|
+
dependencies = [
|
|
2011
|
+
"memchr",
|
|
2012
|
+
]
|
|
2013
|
+
|
|
2014
|
+
[[package]]
|
|
2015
|
+
name = "owo-colors"
|
|
2016
|
+
version = "4.3.0"
|
|
2017
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2018
|
+
checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
|
|
2019
|
+
|
|
2020
|
+
[[package]]
|
|
2021
|
+
name = "parking_lot"
|
|
2022
|
+
version = "0.12.5"
|
|
2023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2024
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2025
|
+
dependencies = [
|
|
2026
|
+
"lock_api",
|
|
2027
|
+
"parking_lot_core",
|
|
2028
|
+
]
|
|
2029
|
+
|
|
2030
|
+
[[package]]
|
|
2031
|
+
name = "parking_lot_core"
|
|
2032
|
+
version = "0.9.12"
|
|
2033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2034
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2035
|
+
dependencies = [
|
|
2036
|
+
"cfg-if 1.0.4",
|
|
2037
|
+
"libc",
|
|
2038
|
+
"redox_syscall",
|
|
2039
|
+
"smallvec",
|
|
2040
|
+
"windows-link",
|
|
2041
|
+
]
|
|
2042
|
+
|
|
2043
|
+
[[package]]
|
|
2044
|
+
name = "paste"
|
|
2045
|
+
version = "1.0.15"
|
|
2046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2047
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
2048
|
+
|
|
2049
|
+
[[package]]
|
|
2050
|
+
name = "pathdiff"
|
|
2051
|
+
version = "0.2.3"
|
|
2052
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2053
|
+
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
|
2054
|
+
|
|
2055
|
+
[[package]]
|
|
2056
|
+
name = "percent-encoding"
|
|
2057
|
+
version = "2.3.2"
|
|
2058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2059
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2060
|
+
|
|
2061
|
+
[[package]]
|
|
2062
|
+
name = "phf"
|
|
2063
|
+
version = "0.11.3"
|
|
2064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2065
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
2066
|
+
dependencies = [
|
|
2067
|
+
"phf_shared",
|
|
2068
|
+
]
|
|
2069
|
+
|
|
2070
|
+
[[package]]
|
|
2071
|
+
name = "phf_codegen"
|
|
2072
|
+
version = "0.11.3"
|
|
2073
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2074
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
|
2075
|
+
dependencies = [
|
|
2076
|
+
"phf_generator",
|
|
2077
|
+
"phf_shared",
|
|
2078
|
+
]
|
|
2079
|
+
|
|
2080
|
+
[[package]]
|
|
2081
|
+
name = "phf_generator"
|
|
2082
|
+
version = "0.11.3"
|
|
2083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2084
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2085
|
+
dependencies = [
|
|
2086
|
+
"phf_shared",
|
|
2087
|
+
"rand 0.8.5",
|
|
2088
|
+
]
|
|
2089
|
+
|
|
2090
|
+
[[package]]
|
|
2091
|
+
name = "phf_shared"
|
|
2092
|
+
version = "0.11.3"
|
|
2093
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2094
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
2095
|
+
dependencies = [
|
|
2096
|
+
"siphasher",
|
|
2097
|
+
]
|
|
2098
|
+
|
|
2099
|
+
[[package]]
|
|
2100
|
+
name = "pin-project"
|
|
2101
|
+
version = "1.1.11"
|
|
2102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2103
|
+
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
|
|
2104
|
+
dependencies = [
|
|
2105
|
+
"pin-project-internal",
|
|
2106
|
+
]
|
|
2107
|
+
|
|
2108
|
+
[[package]]
|
|
2109
|
+
name = "pin-project-internal"
|
|
2110
|
+
version = "1.1.11"
|
|
2111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2112
|
+
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
|
|
2113
|
+
dependencies = [
|
|
2114
|
+
"proc-macro2",
|
|
2115
|
+
"quote",
|
|
2116
|
+
"syn 2.0.117",
|
|
2117
|
+
]
|
|
2118
|
+
|
|
2119
|
+
[[package]]
|
|
2120
|
+
name = "pin-project-lite"
|
|
2121
|
+
version = "0.2.17"
|
|
2122
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
2124
|
+
|
|
2125
|
+
[[package]]
|
|
2126
|
+
name = "pin-utils"
|
|
2127
|
+
version = "0.1.0"
|
|
2128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2129
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2130
|
+
|
|
2131
|
+
[[package]]
|
|
2132
|
+
name = "pkg-config"
|
|
2133
|
+
version = "0.3.33"
|
|
2134
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2135
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
2136
|
+
|
|
2137
|
+
[[package]]
|
|
2138
|
+
name = "portable-atomic"
|
|
2139
|
+
version = "1.13.1"
|
|
2140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2141
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
2142
|
+
|
|
2143
|
+
[[package]]
|
|
2144
|
+
name = "potential_utf"
|
|
2145
|
+
version = "0.1.5"
|
|
2146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2147
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
2148
|
+
dependencies = [
|
|
2149
|
+
"zerovec",
|
|
2150
|
+
]
|
|
2151
|
+
|
|
2152
|
+
[[package]]
|
|
2153
|
+
name = "powerfmt"
|
|
2154
|
+
version = "0.2.0"
|
|
2155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2156
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
2157
|
+
|
|
2158
|
+
[[package]]
|
|
2159
|
+
name = "ppv-lite86"
|
|
2160
|
+
version = "0.2.21"
|
|
2161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2162
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2163
|
+
dependencies = [
|
|
2164
|
+
"zerocopy",
|
|
2165
|
+
]
|
|
2166
|
+
|
|
2167
|
+
[[package]]
|
|
2168
|
+
name = "prettyplease"
|
|
2169
|
+
version = "0.2.37"
|
|
2170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2171
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2172
|
+
dependencies = [
|
|
2173
|
+
"proc-macro2",
|
|
2174
|
+
"syn 2.0.117",
|
|
2175
|
+
]
|
|
2176
|
+
|
|
2177
|
+
[[package]]
|
|
2178
|
+
name = "proc-macro2"
|
|
2179
|
+
version = "1.0.106"
|
|
2180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
2182
|
+
dependencies = [
|
|
2183
|
+
"unicode-ident",
|
|
2184
|
+
]
|
|
2185
|
+
|
|
2186
|
+
[[package]]
|
|
2187
|
+
name = "pyo3"
|
|
2188
|
+
version = "0.26.0"
|
|
2189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
+
checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
|
|
2191
|
+
dependencies = [
|
|
2192
|
+
"indoc",
|
|
2193
|
+
"libc",
|
|
2194
|
+
"memoffset",
|
|
2195
|
+
"once_cell",
|
|
2196
|
+
"portable-atomic",
|
|
2197
|
+
"pyo3-build-config",
|
|
2198
|
+
"pyo3-ffi",
|
|
2199
|
+
"pyo3-macros",
|
|
2200
|
+
"unindent",
|
|
2201
|
+
]
|
|
2202
|
+
|
|
2203
|
+
[[package]]
|
|
2204
|
+
name = "pyo3-build-config"
|
|
2205
|
+
version = "0.26.0"
|
|
2206
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2207
|
+
checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
|
|
2208
|
+
dependencies = [
|
|
2209
|
+
"target-lexicon",
|
|
2210
|
+
]
|
|
2211
|
+
|
|
2212
|
+
[[package]]
|
|
2213
|
+
name = "pyo3-ffi"
|
|
2214
|
+
version = "0.26.0"
|
|
2215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2216
|
+
checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
|
|
2217
|
+
dependencies = [
|
|
2218
|
+
"libc",
|
|
2219
|
+
"pyo3-build-config",
|
|
2220
|
+
]
|
|
2221
|
+
|
|
2222
|
+
[[package]]
|
|
2223
|
+
name = "pyo3-macros"
|
|
2224
|
+
version = "0.26.0"
|
|
2225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2226
|
+
checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
|
|
2227
|
+
dependencies = [
|
|
2228
|
+
"proc-macro2",
|
|
2229
|
+
"pyo3-macros-backend",
|
|
2230
|
+
"quote",
|
|
2231
|
+
"syn 2.0.117",
|
|
2232
|
+
]
|
|
2233
|
+
|
|
2234
|
+
[[package]]
|
|
2235
|
+
name = "pyo3-macros-backend"
|
|
2236
|
+
version = "0.26.0"
|
|
2237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2238
|
+
checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
|
|
2239
|
+
dependencies = [
|
|
2240
|
+
"heck",
|
|
2241
|
+
"proc-macro2",
|
|
2242
|
+
"pyo3-build-config",
|
|
2243
|
+
"quote",
|
|
2244
|
+
"syn 2.0.117",
|
|
2245
|
+
]
|
|
2246
|
+
|
|
2247
|
+
[[package]]
|
|
2248
|
+
name = "quinn"
|
|
2249
|
+
version = "0.11.9"
|
|
2250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2251
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
2252
|
+
dependencies = [
|
|
2253
|
+
"bytes",
|
|
2254
|
+
"cfg_aliases",
|
|
2255
|
+
"pin-project-lite",
|
|
2256
|
+
"quinn-proto",
|
|
2257
|
+
"quinn-udp",
|
|
2258
|
+
"rustc-hash 2.1.2",
|
|
2259
|
+
"rustls",
|
|
2260
|
+
"socket2",
|
|
2261
|
+
"thiserror 2.0.18",
|
|
2262
|
+
"tokio",
|
|
2263
|
+
"tracing",
|
|
2264
|
+
"web-time",
|
|
2265
|
+
]
|
|
2266
|
+
|
|
2267
|
+
[[package]]
|
|
2268
|
+
name = "quinn-proto"
|
|
2269
|
+
version = "0.11.14"
|
|
2270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2271
|
+
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
2272
|
+
dependencies = [
|
|
2273
|
+
"aws-lc-rs",
|
|
2274
|
+
"bytes",
|
|
2275
|
+
"getrandom 0.3.4",
|
|
2276
|
+
"lru-slab",
|
|
2277
|
+
"rand 0.9.3",
|
|
2278
|
+
"ring",
|
|
2279
|
+
"rustc-hash 2.1.2",
|
|
2280
|
+
"rustls",
|
|
2281
|
+
"rustls-pki-types",
|
|
2282
|
+
"slab",
|
|
2283
|
+
"thiserror 2.0.18",
|
|
2284
|
+
"tinyvec",
|
|
2285
|
+
"tracing",
|
|
2286
|
+
"web-time",
|
|
2287
|
+
]
|
|
2288
|
+
|
|
2289
|
+
[[package]]
|
|
2290
|
+
name = "quinn-udp"
|
|
2291
|
+
version = "0.5.14"
|
|
2292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2293
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
2294
|
+
dependencies = [
|
|
2295
|
+
"cfg_aliases",
|
|
2296
|
+
"libc",
|
|
2297
|
+
"once_cell",
|
|
2298
|
+
"socket2",
|
|
2299
|
+
"tracing",
|
|
2300
|
+
"windows-sys 0.60.2",
|
|
2301
|
+
]
|
|
2302
|
+
|
|
2303
|
+
[[package]]
|
|
2304
|
+
name = "quote"
|
|
2305
|
+
version = "1.0.45"
|
|
2306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2307
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
2308
|
+
dependencies = [
|
|
2309
|
+
"proc-macro2",
|
|
2310
|
+
]
|
|
2311
|
+
|
|
2312
|
+
[[package]]
|
|
2313
|
+
name = "r-efi"
|
|
2314
|
+
version = "5.3.0"
|
|
2315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2316
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2317
|
+
|
|
2318
|
+
[[package]]
|
|
2319
|
+
name = "r-efi"
|
|
2320
|
+
version = "6.0.0"
|
|
2321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2322
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2323
|
+
|
|
2324
|
+
[[package]]
|
|
2325
|
+
name = "rand"
|
|
2326
|
+
version = "0.8.5"
|
|
2327
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2328
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
2329
|
+
dependencies = [
|
|
2330
|
+
"libc",
|
|
2331
|
+
"rand_chacha 0.3.1",
|
|
2332
|
+
"rand_core 0.6.4",
|
|
2333
|
+
]
|
|
2334
|
+
|
|
2335
|
+
[[package]]
|
|
2336
|
+
name = "rand"
|
|
2337
|
+
version = "0.9.3"
|
|
2338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2339
|
+
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
|
|
2340
|
+
dependencies = [
|
|
2341
|
+
"rand_chacha 0.9.0",
|
|
2342
|
+
"rand_core 0.9.5",
|
|
2343
|
+
]
|
|
2344
|
+
|
|
2345
|
+
[[package]]
|
|
2346
|
+
name = "rand_chacha"
|
|
2347
|
+
version = "0.3.1"
|
|
2348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2349
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
2350
|
+
dependencies = [
|
|
2351
|
+
"ppv-lite86",
|
|
2352
|
+
"rand_core 0.6.4",
|
|
2353
|
+
]
|
|
2354
|
+
|
|
2355
|
+
[[package]]
|
|
2356
|
+
name = "rand_chacha"
|
|
2357
|
+
version = "0.9.0"
|
|
2358
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2360
|
+
dependencies = [
|
|
2361
|
+
"ppv-lite86",
|
|
2362
|
+
"rand_core 0.9.5",
|
|
2363
|
+
]
|
|
2364
|
+
|
|
2365
|
+
[[package]]
|
|
2366
|
+
name = "rand_core"
|
|
2367
|
+
version = "0.6.4"
|
|
2368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2369
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2370
|
+
dependencies = [
|
|
2371
|
+
"getrandom 0.2.17",
|
|
2372
|
+
]
|
|
2373
|
+
|
|
2374
|
+
[[package]]
|
|
2375
|
+
name = "rand_core"
|
|
2376
|
+
version = "0.9.5"
|
|
2377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2378
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
2379
|
+
dependencies = [
|
|
2380
|
+
"getrandom 0.3.4",
|
|
2381
|
+
]
|
|
2382
|
+
|
|
2383
|
+
[[package]]
|
|
2384
|
+
name = "redb"
|
|
2385
|
+
version = "3.1.3"
|
|
2386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2387
|
+
checksum = "4ba239c1c1693315d3cc0e601db3b3965543afbf48c41730fdca2f069f510f4a"
|
|
2388
|
+
dependencies = [
|
|
2389
|
+
"libc",
|
|
2390
|
+
]
|
|
2391
|
+
|
|
2392
|
+
[[package]]
|
|
2393
|
+
name = "redox_syscall"
|
|
2394
|
+
version = "0.5.18"
|
|
2395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2396
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2397
|
+
dependencies = [
|
|
2398
|
+
"bitflags",
|
|
2399
|
+
]
|
|
2400
|
+
|
|
2401
|
+
[[package]]
|
|
2402
|
+
name = "redox_users"
|
|
2403
|
+
version = "0.5.2"
|
|
2404
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2405
|
+
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
2406
|
+
dependencies = [
|
|
2407
|
+
"getrandom 0.2.17",
|
|
2408
|
+
"libredox",
|
|
2409
|
+
"thiserror 2.0.18",
|
|
2410
|
+
]
|
|
2411
|
+
|
|
2412
|
+
[[package]]
|
|
2413
|
+
name = "regex"
|
|
2414
|
+
version = "1.12.3"
|
|
2415
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2416
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
2417
|
+
dependencies = [
|
|
2418
|
+
"aho-corasick",
|
|
2419
|
+
"memchr",
|
|
2420
|
+
"regex-automata",
|
|
2421
|
+
"regex-syntax",
|
|
2422
|
+
]
|
|
2423
|
+
|
|
2424
|
+
[[package]]
|
|
2425
|
+
name = "regex-automata"
|
|
2426
|
+
version = "0.4.14"
|
|
2427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2428
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
2429
|
+
dependencies = [
|
|
2430
|
+
"aho-corasick",
|
|
2431
|
+
"memchr",
|
|
2432
|
+
"regex-syntax",
|
|
2433
|
+
]
|
|
2434
|
+
|
|
2435
|
+
[[package]]
|
|
2436
|
+
name = "regex-syntax"
|
|
2437
|
+
version = "0.8.10"
|
|
2438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2439
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
2440
|
+
|
|
2441
|
+
[[package]]
|
|
2442
|
+
name = "reqwest"
|
|
2443
|
+
version = "0.13.2"
|
|
2444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2445
|
+
checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
|
|
2446
|
+
dependencies = [
|
|
2447
|
+
"base64",
|
|
2448
|
+
"bytes",
|
|
2449
|
+
"encoding_rs",
|
|
2450
|
+
"futures-channel",
|
|
2451
|
+
"futures-core",
|
|
2452
|
+
"futures-util",
|
|
2453
|
+
"h2",
|
|
2454
|
+
"http",
|
|
2455
|
+
"http-body",
|
|
2456
|
+
"http-body-util",
|
|
2457
|
+
"hyper",
|
|
2458
|
+
"hyper-rustls",
|
|
2459
|
+
"hyper-util",
|
|
2460
|
+
"js-sys",
|
|
2461
|
+
"log",
|
|
2462
|
+
"mime",
|
|
2463
|
+
"mime_guess",
|
|
2464
|
+
"percent-encoding",
|
|
2465
|
+
"pin-project-lite",
|
|
2466
|
+
"quinn",
|
|
2467
|
+
"rustls",
|
|
2468
|
+
"rustls-pki-types",
|
|
2469
|
+
"rustls-platform-verifier",
|
|
2470
|
+
"serde",
|
|
2471
|
+
"serde_json",
|
|
2472
|
+
"serde_urlencoded",
|
|
2473
|
+
"sync_wrapper",
|
|
2474
|
+
"tokio",
|
|
2475
|
+
"tokio-rustls",
|
|
2476
|
+
"tokio-util",
|
|
2477
|
+
"tower",
|
|
2478
|
+
"tower-http",
|
|
2479
|
+
"tower-service",
|
|
2480
|
+
"url",
|
|
2481
|
+
"wasm-bindgen",
|
|
2482
|
+
"wasm-bindgen-futures",
|
|
2483
|
+
"wasm-streams",
|
|
2484
|
+
"web-sys",
|
|
2485
|
+
]
|
|
2486
|
+
|
|
2487
|
+
[[package]]
|
|
2488
|
+
name = "reqwest-middleware"
|
|
2489
|
+
version = "0.5.1"
|
|
2490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2491
|
+
checksum = "199dda04a536b532d0cc04d7979e39b1c763ea749bf91507017069c00b96056f"
|
|
2492
|
+
dependencies = [
|
|
2493
|
+
"anyhow",
|
|
2494
|
+
"async-trait",
|
|
2495
|
+
"http",
|
|
2496
|
+
"reqwest",
|
|
2497
|
+
"serde",
|
|
2498
|
+
"thiserror 2.0.18",
|
|
2499
|
+
"tower-service",
|
|
2500
|
+
]
|
|
2501
|
+
|
|
2502
|
+
[[package]]
|
|
2503
|
+
name = "reqwest-retry"
|
|
2504
|
+
version = "0.9.1"
|
|
2505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2506
|
+
checksum = "fe2412db2af7d2268e7a5406be0431f37d9eb67ff390f35b395716f5f06c2eaa"
|
|
2507
|
+
dependencies = [
|
|
2508
|
+
"anyhow",
|
|
2509
|
+
"async-trait",
|
|
2510
|
+
"futures",
|
|
2511
|
+
"getrandom 0.2.17",
|
|
2512
|
+
"http",
|
|
2513
|
+
"hyper",
|
|
2514
|
+
"reqwest",
|
|
2515
|
+
"reqwest-middleware",
|
|
2516
|
+
"retry-policies",
|
|
2517
|
+
"thiserror 2.0.18",
|
|
2518
|
+
"tokio",
|
|
2519
|
+
"tracing",
|
|
2520
|
+
"wasmtimer",
|
|
2521
|
+
]
|
|
2522
|
+
|
|
2523
|
+
[[package]]
|
|
2524
|
+
name = "retry-policies"
|
|
2525
|
+
version = "0.5.1"
|
|
2526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2527
|
+
checksum = "46a4bd6027df676bcb752d3724db0ea3c0c5fc1dd0376fec51ac7dcaf9cc69be"
|
|
2528
|
+
dependencies = [
|
|
2529
|
+
"rand 0.9.3",
|
|
2530
|
+
]
|
|
2531
|
+
|
|
2532
|
+
[[package]]
|
|
2533
|
+
name = "ring"
|
|
2534
|
+
version = "0.17.14"
|
|
2535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2536
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
2537
|
+
dependencies = [
|
|
2538
|
+
"cc",
|
|
2539
|
+
"cfg-if 1.0.4",
|
|
2540
|
+
"getrandom 0.2.17",
|
|
2541
|
+
"libc",
|
|
2542
|
+
"untrusted",
|
|
2543
|
+
"windows-sys 0.52.0",
|
|
2544
|
+
]
|
|
2545
|
+
|
|
2546
|
+
[[package]]
|
|
2547
|
+
name = "rustc-demangle"
|
|
2548
|
+
version = "0.1.27"
|
|
2549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2550
|
+
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
|
|
2551
|
+
|
|
2552
|
+
[[package]]
|
|
2553
|
+
name = "rustc-hash"
|
|
2554
|
+
version = "1.1.0"
|
|
2555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2556
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2557
|
+
|
|
2558
|
+
[[package]]
|
|
2559
|
+
name = "rustc-hash"
|
|
2560
|
+
version = "2.1.2"
|
|
2561
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2562
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
2563
|
+
|
|
2564
|
+
[[package]]
|
|
2565
|
+
name = "rustix"
|
|
2566
|
+
version = "1.1.4"
|
|
2567
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2568
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2569
|
+
dependencies = [
|
|
2570
|
+
"bitflags",
|
|
2571
|
+
"errno",
|
|
2572
|
+
"libc",
|
|
2573
|
+
"linux-raw-sys",
|
|
2574
|
+
"windows-sys 0.61.2",
|
|
2575
|
+
]
|
|
2576
|
+
|
|
2577
|
+
[[package]]
|
|
2578
|
+
name = "rustls"
|
|
2579
|
+
version = "0.23.38"
|
|
2580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2581
|
+
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
2582
|
+
dependencies = [
|
|
2583
|
+
"aws-lc-rs",
|
|
2584
|
+
"once_cell",
|
|
2585
|
+
"rustls-pki-types",
|
|
2586
|
+
"rustls-webpki",
|
|
2587
|
+
"subtle",
|
|
2588
|
+
"zeroize",
|
|
2589
|
+
]
|
|
2590
|
+
|
|
2591
|
+
[[package]]
|
|
2592
|
+
name = "rustls-native-certs"
|
|
2593
|
+
version = "0.8.3"
|
|
2594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2595
|
+
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
2596
|
+
dependencies = [
|
|
2597
|
+
"openssl-probe 0.2.1",
|
|
2598
|
+
"rustls-pki-types",
|
|
2599
|
+
"schannel",
|
|
2600
|
+
"security-framework",
|
|
2601
|
+
]
|
|
2602
|
+
|
|
2603
|
+
[[package]]
|
|
2604
|
+
name = "rustls-pki-types"
|
|
2605
|
+
version = "1.14.0"
|
|
2606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2607
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
2608
|
+
dependencies = [
|
|
2609
|
+
"web-time",
|
|
2610
|
+
"zeroize",
|
|
2611
|
+
]
|
|
2612
|
+
|
|
2613
|
+
[[package]]
|
|
2614
|
+
name = "rustls-platform-verifier"
|
|
2615
|
+
version = "0.6.2"
|
|
2616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2617
|
+
checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
|
|
2618
|
+
dependencies = [
|
|
2619
|
+
"core-foundation 0.10.1",
|
|
2620
|
+
"core-foundation-sys",
|
|
2621
|
+
"jni",
|
|
2622
|
+
"log",
|
|
2623
|
+
"once_cell",
|
|
2624
|
+
"rustls",
|
|
2625
|
+
"rustls-native-certs",
|
|
2626
|
+
"rustls-platform-verifier-android",
|
|
2627
|
+
"rustls-webpki",
|
|
2628
|
+
"security-framework",
|
|
2629
|
+
"security-framework-sys",
|
|
2630
|
+
"webpki-root-certs",
|
|
2631
|
+
"windows-sys 0.61.2",
|
|
2632
|
+
]
|
|
2633
|
+
|
|
2634
|
+
[[package]]
|
|
2635
|
+
name = "rustls-platform-verifier-android"
|
|
2636
|
+
version = "0.1.1"
|
|
2637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2638
|
+
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
2639
|
+
|
|
2640
|
+
[[package]]
|
|
2641
|
+
name = "rustls-webpki"
|
|
2642
|
+
version = "0.103.11"
|
|
2643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2644
|
+
checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4"
|
|
2645
|
+
dependencies = [
|
|
2646
|
+
"aws-lc-rs",
|
|
2647
|
+
"ring",
|
|
2648
|
+
"rustls-pki-types",
|
|
2649
|
+
"untrusted",
|
|
2650
|
+
]
|
|
2651
|
+
|
|
2652
|
+
[[package]]
|
|
2653
|
+
name = "rustpython-ast"
|
|
2654
|
+
version = "0.4.0"
|
|
2655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
+
checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5"
|
|
2657
|
+
dependencies = [
|
|
2658
|
+
"is-macro",
|
|
2659
|
+
"malachite-bigint",
|
|
2660
|
+
"rustpython-parser-core",
|
|
2661
|
+
"static_assertions",
|
|
2662
|
+
]
|
|
2663
|
+
|
|
2664
|
+
[[package]]
|
|
2665
|
+
name = "rustpython-parser"
|
|
2666
|
+
version = "0.4.0"
|
|
2667
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2668
|
+
checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb"
|
|
2669
|
+
dependencies = [
|
|
2670
|
+
"anyhow",
|
|
2671
|
+
"is-macro",
|
|
2672
|
+
"itertools 0.11.0",
|
|
2673
|
+
"lalrpop-util",
|
|
2674
|
+
"log",
|
|
2675
|
+
"malachite-bigint",
|
|
2676
|
+
"num-traits",
|
|
2677
|
+
"phf",
|
|
2678
|
+
"phf_codegen",
|
|
2679
|
+
"rustc-hash 1.1.0",
|
|
2680
|
+
"rustpython-ast",
|
|
2681
|
+
"rustpython-parser-core",
|
|
2682
|
+
"tiny-keccak",
|
|
2683
|
+
"unic-emoji-char",
|
|
2684
|
+
"unic-ucd-ident",
|
|
2685
|
+
"unicode_names2",
|
|
2686
|
+
]
|
|
2687
|
+
|
|
2688
|
+
[[package]]
|
|
2689
|
+
name = "rustpython-parser-core"
|
|
2690
|
+
version = "0.4.0"
|
|
2691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2692
|
+
checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad"
|
|
2693
|
+
dependencies = [
|
|
2694
|
+
"is-macro",
|
|
2695
|
+
"memchr",
|
|
2696
|
+
"rustpython-parser-vendored",
|
|
2697
|
+
]
|
|
2698
|
+
|
|
2699
|
+
[[package]]
|
|
2700
|
+
name = "rustpython-parser-vendored"
|
|
2701
|
+
version = "0.4.0"
|
|
2702
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2703
|
+
checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6"
|
|
2704
|
+
dependencies = [
|
|
2705
|
+
"memchr",
|
|
2706
|
+
"once_cell",
|
|
2707
|
+
]
|
|
2708
|
+
|
|
2709
|
+
[[package]]
|
|
2710
|
+
name = "rustversion"
|
|
2711
|
+
version = "1.0.22"
|
|
2712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2713
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
2714
|
+
|
|
2715
|
+
[[package]]
|
|
2716
|
+
name = "ruzstd"
|
|
2717
|
+
version = "0.7.3"
|
|
2718
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2719
|
+
checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
|
|
2720
|
+
dependencies = [
|
|
2721
|
+
"twox-hash 1.6.3",
|
|
2722
|
+
]
|
|
2723
|
+
|
|
2724
|
+
[[package]]
|
|
2725
|
+
name = "ryu"
|
|
2726
|
+
version = "1.0.23"
|
|
2727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2728
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2729
|
+
|
|
2730
|
+
[[package]]
|
|
2731
|
+
name = "safe-transmute"
|
|
2732
|
+
version = "0.11.3"
|
|
2733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2734
|
+
checksum = "3944826ff8fa8093089aba3acb4ef44b9446a99a16f3bf4e74af3f77d340ab7d"
|
|
2735
|
+
|
|
2736
|
+
[[package]]
|
|
2737
|
+
name = "same-file"
|
|
2738
|
+
version = "1.0.6"
|
|
2739
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2740
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
2741
|
+
dependencies = [
|
|
2742
|
+
"winapi-util",
|
|
2743
|
+
]
|
|
2744
|
+
|
|
2745
|
+
[[package]]
|
|
2746
|
+
name = "schannel"
|
|
2747
|
+
version = "0.1.29"
|
|
2748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2749
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
2750
|
+
dependencies = [
|
|
2751
|
+
"windows-sys 0.61.2",
|
|
2752
|
+
]
|
|
2753
|
+
|
|
2754
|
+
[[package]]
|
|
2755
|
+
name = "scopeguard"
|
|
2756
|
+
version = "1.2.0"
|
|
2757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2758
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2759
|
+
|
|
2760
|
+
[[package]]
|
|
2761
|
+
name = "security-framework"
|
|
2762
|
+
version = "3.7.0"
|
|
2763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2764
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
2765
|
+
dependencies = [
|
|
2766
|
+
"bitflags",
|
|
2767
|
+
"core-foundation 0.10.1",
|
|
2768
|
+
"core-foundation-sys",
|
|
2769
|
+
"libc",
|
|
2770
|
+
"security-framework-sys",
|
|
2771
|
+
]
|
|
2772
|
+
|
|
2773
|
+
[[package]]
|
|
2774
|
+
name = "security-framework-sys"
|
|
2775
|
+
version = "2.17.0"
|
|
2776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2777
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
2778
|
+
dependencies = [
|
|
2779
|
+
"core-foundation-sys",
|
|
2780
|
+
"libc",
|
|
2781
|
+
]
|
|
2782
|
+
|
|
2783
|
+
[[package]]
|
|
2784
|
+
name = "semver"
|
|
2785
|
+
version = "1.0.28"
|
|
2786
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2787
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2788
|
+
|
|
2789
|
+
[[package]]
|
|
2790
|
+
name = "serde"
|
|
2791
|
+
version = "1.0.228"
|
|
2792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2793
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2794
|
+
dependencies = [
|
|
2795
|
+
"serde_core",
|
|
2796
|
+
"serde_derive",
|
|
2797
|
+
]
|
|
2798
|
+
|
|
2799
|
+
[[package]]
|
|
2800
|
+
name = "serde-value"
|
|
2801
|
+
version = "0.7.0"
|
|
2802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2803
|
+
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
2804
|
+
dependencies = [
|
|
2805
|
+
"ordered-float",
|
|
2806
|
+
"serde",
|
|
2807
|
+
]
|
|
2808
|
+
|
|
2809
|
+
[[package]]
|
|
2810
|
+
name = "serde_core"
|
|
2811
|
+
version = "1.0.228"
|
|
2812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2813
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2814
|
+
dependencies = [
|
|
2815
|
+
"serde_derive",
|
|
2816
|
+
]
|
|
2817
|
+
|
|
2818
|
+
[[package]]
|
|
2819
|
+
name = "serde_derive"
|
|
2820
|
+
version = "1.0.228"
|
|
2821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2822
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2823
|
+
dependencies = [
|
|
2824
|
+
"proc-macro2",
|
|
2825
|
+
"quote",
|
|
2826
|
+
"syn 2.0.117",
|
|
2827
|
+
]
|
|
2828
|
+
|
|
2829
|
+
[[package]]
|
|
2830
|
+
name = "serde_json"
|
|
2831
|
+
version = "1.0.149"
|
|
2832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2833
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
2834
|
+
dependencies = [
|
|
2835
|
+
"itoa",
|
|
2836
|
+
"memchr",
|
|
2837
|
+
"serde",
|
|
2838
|
+
"serde_core",
|
|
2839
|
+
"zmij",
|
|
2840
|
+
]
|
|
2841
|
+
|
|
2842
|
+
[[package]]
|
|
2843
|
+
name = "serde_repr"
|
|
2844
|
+
version = "0.1.20"
|
|
2845
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2846
|
+
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
|
2847
|
+
dependencies = [
|
|
2848
|
+
"proc-macro2",
|
|
2849
|
+
"quote",
|
|
2850
|
+
"syn 2.0.117",
|
|
2851
|
+
]
|
|
2852
|
+
|
|
2853
|
+
[[package]]
|
|
2854
|
+
name = "serde_spanned"
|
|
2855
|
+
version = "0.6.9"
|
|
2856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2857
|
+
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
2858
|
+
dependencies = [
|
|
2859
|
+
"serde",
|
|
2860
|
+
]
|
|
2861
|
+
|
|
2862
|
+
[[package]]
|
|
2863
|
+
name = "serde_urlencoded"
|
|
2864
|
+
version = "0.7.1"
|
|
2865
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2866
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
2867
|
+
dependencies = [
|
|
2868
|
+
"form_urlencoded",
|
|
2869
|
+
"itoa",
|
|
2870
|
+
"ryu",
|
|
2871
|
+
"serde",
|
|
2872
|
+
]
|
|
2873
|
+
|
|
2874
|
+
[[package]]
|
|
2875
|
+
name = "sha2"
|
|
2876
|
+
version = "0.10.9"
|
|
2877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2878
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
2879
|
+
dependencies = [
|
|
2880
|
+
"cfg-if 1.0.4",
|
|
2881
|
+
"cpufeatures 0.2.17",
|
|
2882
|
+
"digest",
|
|
2883
|
+
"sha2-asm",
|
|
2884
|
+
]
|
|
2885
|
+
|
|
2886
|
+
[[package]]
|
|
2887
|
+
name = "sha2-asm"
|
|
2888
|
+
version = "0.6.4"
|
|
2889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2890
|
+
checksum = "b845214d6175804686b2bd482bcffe96651bb2d1200742b712003504a2dac1ab"
|
|
2891
|
+
dependencies = [
|
|
2892
|
+
"cc",
|
|
2893
|
+
]
|
|
2894
|
+
|
|
2895
|
+
[[package]]
|
|
2896
|
+
name = "sharded-slab"
|
|
2897
|
+
version = "0.1.7"
|
|
2898
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2899
|
+
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
2900
|
+
dependencies = [
|
|
2901
|
+
"lazy_static",
|
|
2902
|
+
]
|
|
2903
|
+
|
|
2904
|
+
[[package]]
|
|
2905
|
+
name = "shellexpand"
|
|
2906
|
+
version = "3.1.2"
|
|
2907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2908
|
+
checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8"
|
|
2909
|
+
dependencies = [
|
|
2910
|
+
"bstr",
|
|
2911
|
+
"dirs",
|
|
2912
|
+
"os_str_bytes",
|
|
2913
|
+
]
|
|
2914
|
+
|
|
2915
|
+
[[package]]
|
|
2916
|
+
name = "shlex"
|
|
2917
|
+
version = "1.3.0"
|
|
2918
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2919
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2920
|
+
|
|
2921
|
+
[[package]]
|
|
2922
|
+
name = "simd-adler32"
|
|
2923
|
+
version = "0.3.9"
|
|
2924
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2925
|
+
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
2926
|
+
|
|
2927
|
+
[[package]]
|
|
2928
|
+
name = "siphasher"
|
|
2929
|
+
version = "1.0.2"
|
|
2930
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2931
|
+
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
2932
|
+
|
|
2933
|
+
[[package]]
|
|
2934
|
+
name = "slab"
|
|
2935
|
+
version = "0.4.12"
|
|
2936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2937
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
2938
|
+
|
|
2939
|
+
[[package]]
|
|
2940
|
+
name = "smallvec"
|
|
2941
|
+
version = "1.15.1"
|
|
2942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
2944
|
+
|
|
2945
|
+
[[package]]
|
|
2946
|
+
name = "socket2"
|
|
2947
|
+
version = "0.6.3"
|
|
2948
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2949
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
2950
|
+
dependencies = [
|
|
2951
|
+
"libc",
|
|
2952
|
+
"windows-sys 0.61.2",
|
|
2953
|
+
]
|
|
2954
|
+
|
|
2955
|
+
[[package]]
|
|
2956
|
+
name = "stable_deref_trait"
|
|
2957
|
+
version = "1.2.1"
|
|
2958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2959
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
2960
|
+
|
|
2961
|
+
[[package]]
|
|
2962
|
+
name = "static_assertions"
|
|
2963
|
+
version = "1.1.0"
|
|
2964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2965
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
2966
|
+
|
|
2967
|
+
[[package]]
|
|
2968
|
+
name = "statrs"
|
|
2969
|
+
version = "0.18.0"
|
|
2970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2971
|
+
checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
|
|
2972
|
+
dependencies = [
|
|
2973
|
+
"approx",
|
|
2974
|
+
"num-traits",
|
|
2975
|
+
]
|
|
2976
|
+
|
|
2977
|
+
[[package]]
|
|
2978
|
+
name = "strsim"
|
|
2979
|
+
version = "0.11.1"
|
|
2980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
2982
|
+
|
|
2983
|
+
[[package]]
|
|
2984
|
+
name = "subtle"
|
|
2985
|
+
version = "2.6.1"
|
|
2986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2987
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
2988
|
+
|
|
2989
|
+
[[package]]
|
|
2990
|
+
name = "syn"
|
|
2991
|
+
version = "1.0.109"
|
|
2992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2993
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
2994
|
+
dependencies = [
|
|
2995
|
+
"proc-macro2",
|
|
2996
|
+
"quote",
|
|
2997
|
+
"unicode-ident",
|
|
2998
|
+
]
|
|
2999
|
+
|
|
3000
|
+
[[package]]
|
|
3001
|
+
name = "syn"
|
|
3002
|
+
version = "2.0.117"
|
|
3003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3004
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
3005
|
+
dependencies = [
|
|
3006
|
+
"proc-macro2",
|
|
3007
|
+
"quote",
|
|
3008
|
+
"unicode-ident",
|
|
3009
|
+
]
|
|
3010
|
+
|
|
3011
|
+
[[package]]
|
|
3012
|
+
name = "sync_wrapper"
|
|
3013
|
+
version = "1.0.2"
|
|
3014
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3015
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
3016
|
+
dependencies = [
|
|
3017
|
+
"futures-core",
|
|
3018
|
+
]
|
|
3019
|
+
|
|
3020
|
+
[[package]]
|
|
3021
|
+
name = "synstructure"
|
|
3022
|
+
version = "0.13.2"
|
|
3023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3024
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
3025
|
+
dependencies = [
|
|
3026
|
+
"proc-macro2",
|
|
3027
|
+
"quote",
|
|
3028
|
+
"syn 2.0.117",
|
|
3029
|
+
]
|
|
3030
|
+
|
|
3031
|
+
[[package]]
|
|
3032
|
+
name = "sysinfo"
|
|
3033
|
+
version = "0.38.4"
|
|
3034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3035
|
+
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
|
|
3036
|
+
dependencies = [
|
|
3037
|
+
"libc",
|
|
3038
|
+
"memchr",
|
|
3039
|
+
"ntapi",
|
|
3040
|
+
"objc2-core-foundation",
|
|
3041
|
+
"objc2-io-kit",
|
|
3042
|
+
"windows",
|
|
3043
|
+
]
|
|
3044
|
+
|
|
3045
|
+
[[package]]
|
|
3046
|
+
name = "system-configuration"
|
|
3047
|
+
version = "0.7.0"
|
|
3048
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3049
|
+
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3050
|
+
dependencies = [
|
|
3051
|
+
"bitflags",
|
|
3052
|
+
"core-foundation 0.9.4",
|
|
3053
|
+
"system-configuration-sys",
|
|
3054
|
+
]
|
|
3055
|
+
|
|
3056
|
+
[[package]]
|
|
3057
|
+
name = "system-configuration-sys"
|
|
3058
|
+
version = "0.6.0"
|
|
3059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3060
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3061
|
+
dependencies = [
|
|
3062
|
+
"core-foundation-sys",
|
|
3063
|
+
"libc",
|
|
3064
|
+
]
|
|
3065
|
+
|
|
3066
|
+
[[package]]
|
|
3067
|
+
name = "target-lexicon"
|
|
3068
|
+
version = "0.13.5"
|
|
3069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3070
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
3071
|
+
|
|
3072
|
+
[[package]]
|
|
3073
|
+
name = "tempfile"
|
|
3074
|
+
version = "3.27.0"
|
|
3075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3076
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3077
|
+
dependencies = [
|
|
3078
|
+
"fastrand",
|
|
3079
|
+
"getrandom 0.4.2",
|
|
3080
|
+
"once_cell",
|
|
3081
|
+
"rustix",
|
|
3082
|
+
"windows-sys 0.61.2",
|
|
3083
|
+
]
|
|
3084
|
+
|
|
3085
|
+
[[package]]
|
|
3086
|
+
name = "thiserror"
|
|
3087
|
+
version = "1.0.69"
|
|
3088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3089
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
3090
|
+
dependencies = [
|
|
3091
|
+
"thiserror-impl 1.0.69",
|
|
3092
|
+
]
|
|
3093
|
+
|
|
3094
|
+
[[package]]
|
|
3095
|
+
name = "thiserror"
|
|
3096
|
+
version = "2.0.18"
|
|
3097
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3098
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
3099
|
+
dependencies = [
|
|
3100
|
+
"thiserror-impl 2.0.18",
|
|
3101
|
+
]
|
|
3102
|
+
|
|
3103
|
+
[[package]]
|
|
3104
|
+
name = "thiserror-impl"
|
|
3105
|
+
version = "1.0.69"
|
|
3106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3107
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
3108
|
+
dependencies = [
|
|
3109
|
+
"proc-macro2",
|
|
3110
|
+
"quote",
|
|
3111
|
+
"syn 2.0.117",
|
|
3112
|
+
]
|
|
3113
|
+
|
|
3114
|
+
[[package]]
|
|
3115
|
+
name = "thiserror-impl"
|
|
3116
|
+
version = "2.0.18"
|
|
3117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3118
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
3119
|
+
dependencies = [
|
|
3120
|
+
"proc-macro2",
|
|
3121
|
+
"quote",
|
|
3122
|
+
"syn 2.0.117",
|
|
3123
|
+
]
|
|
3124
|
+
|
|
3125
|
+
[[package]]
|
|
3126
|
+
name = "thread_local"
|
|
3127
|
+
version = "1.1.9"
|
|
3128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3129
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
3130
|
+
dependencies = [
|
|
3131
|
+
"cfg-if 1.0.4",
|
|
3132
|
+
]
|
|
3133
|
+
|
|
3134
|
+
[[package]]
|
|
3135
|
+
name = "time"
|
|
3136
|
+
version = "0.3.47"
|
|
3137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3138
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
3139
|
+
dependencies = [
|
|
3140
|
+
"deranged",
|
|
3141
|
+
"itoa",
|
|
3142
|
+
"num-conv",
|
|
3143
|
+
"powerfmt",
|
|
3144
|
+
"serde_core",
|
|
3145
|
+
"time-core",
|
|
3146
|
+
"time-macros",
|
|
3147
|
+
]
|
|
3148
|
+
|
|
3149
|
+
[[package]]
|
|
3150
|
+
name = "time-core"
|
|
3151
|
+
version = "0.1.8"
|
|
3152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3153
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
3154
|
+
|
|
3155
|
+
[[package]]
|
|
3156
|
+
name = "time-macros"
|
|
3157
|
+
version = "0.2.27"
|
|
3158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3159
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
3160
|
+
dependencies = [
|
|
3161
|
+
"num-conv",
|
|
3162
|
+
"time-core",
|
|
3163
|
+
]
|
|
3164
|
+
|
|
3165
|
+
[[package]]
|
|
3166
|
+
name = "tiny-keccak"
|
|
3167
|
+
version = "2.0.2"
|
|
3168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3169
|
+
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
3170
|
+
dependencies = [
|
|
3171
|
+
"crunchy",
|
|
3172
|
+
]
|
|
3173
|
+
|
|
3174
|
+
[[package]]
|
|
3175
|
+
name = "tinystr"
|
|
3176
|
+
version = "0.8.3"
|
|
3177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3178
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
3179
|
+
dependencies = [
|
|
3180
|
+
"displaydoc",
|
|
3181
|
+
"zerovec",
|
|
3182
|
+
]
|
|
3183
|
+
|
|
3184
|
+
[[package]]
|
|
3185
|
+
name = "tinyvec"
|
|
3186
|
+
version = "1.11.0"
|
|
3187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3188
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
3189
|
+
dependencies = [
|
|
3190
|
+
"tinyvec_macros",
|
|
3191
|
+
]
|
|
3192
|
+
|
|
3193
|
+
[[package]]
|
|
3194
|
+
name = "tinyvec_macros"
|
|
3195
|
+
version = "0.1.1"
|
|
3196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3197
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
3198
|
+
|
|
3199
|
+
[[package]]
|
|
3200
|
+
name = "tokio"
|
|
3201
|
+
version = "1.51.1"
|
|
3202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3203
|
+
checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
|
|
3204
|
+
dependencies = [
|
|
3205
|
+
"bytes",
|
|
3206
|
+
"libc",
|
|
3207
|
+
"mio",
|
|
3208
|
+
"pin-project-lite",
|
|
3209
|
+
"socket2",
|
|
3210
|
+
"tokio-macros",
|
|
3211
|
+
"windows-sys 0.61.2",
|
|
3212
|
+
]
|
|
3213
|
+
|
|
3214
|
+
[[package]]
|
|
3215
|
+
name = "tokio-macros"
|
|
3216
|
+
version = "2.7.0"
|
|
3217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3218
|
+
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
3219
|
+
dependencies = [
|
|
3220
|
+
"proc-macro2",
|
|
3221
|
+
"quote",
|
|
3222
|
+
"syn 2.0.117",
|
|
3223
|
+
]
|
|
3224
|
+
|
|
3225
|
+
[[package]]
|
|
3226
|
+
name = "tokio-retry"
|
|
3227
|
+
version = "0.3.0"
|
|
3228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3229
|
+
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
3230
|
+
dependencies = [
|
|
3231
|
+
"pin-project",
|
|
3232
|
+
"rand 0.8.5",
|
|
3233
|
+
"tokio",
|
|
3234
|
+
]
|
|
3235
|
+
|
|
3236
|
+
[[package]]
|
|
3237
|
+
name = "tokio-rustls"
|
|
3238
|
+
version = "0.26.4"
|
|
3239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3240
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3241
|
+
dependencies = [
|
|
3242
|
+
"rustls",
|
|
3243
|
+
"tokio",
|
|
3244
|
+
]
|
|
3245
|
+
|
|
3246
|
+
[[package]]
|
|
3247
|
+
name = "tokio-util"
|
|
3248
|
+
version = "0.7.18"
|
|
3249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3250
|
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
3251
|
+
dependencies = [
|
|
3252
|
+
"bytes",
|
|
3253
|
+
"futures-core",
|
|
3254
|
+
"futures-sink",
|
|
3255
|
+
"pin-project-lite",
|
|
3256
|
+
"tokio",
|
|
3257
|
+
]
|
|
3258
|
+
|
|
3259
|
+
[[package]]
|
|
3260
|
+
name = "toml"
|
|
3261
|
+
version = "0.8.23"
|
|
3262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3263
|
+
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
3264
|
+
dependencies = [
|
|
3265
|
+
"serde",
|
|
3266
|
+
"serde_spanned",
|
|
3267
|
+
"toml_datetime",
|
|
3268
|
+
"toml_edit",
|
|
3269
|
+
]
|
|
3270
|
+
|
|
3271
|
+
[[package]]
|
|
3272
|
+
name = "toml_datetime"
|
|
3273
|
+
version = "0.6.11"
|
|
3274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3275
|
+
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
3276
|
+
dependencies = [
|
|
3277
|
+
"serde",
|
|
3278
|
+
]
|
|
3279
|
+
|
|
3280
|
+
[[package]]
|
|
3281
|
+
name = "toml_edit"
|
|
3282
|
+
version = "0.22.27"
|
|
3283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3284
|
+
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
3285
|
+
dependencies = [
|
|
3286
|
+
"indexmap",
|
|
3287
|
+
"serde",
|
|
3288
|
+
"serde_spanned",
|
|
3289
|
+
"toml_datetime",
|
|
3290
|
+
"toml_write",
|
|
3291
|
+
"winnow",
|
|
3292
|
+
]
|
|
3293
|
+
|
|
3294
|
+
[[package]]
|
|
3295
|
+
name = "toml_write"
|
|
3296
|
+
version = "0.1.2"
|
|
3297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3298
|
+
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
3299
|
+
|
|
3300
|
+
[[package]]
|
|
3301
|
+
name = "tower"
|
|
3302
|
+
version = "0.5.3"
|
|
3303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3304
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
3305
|
+
dependencies = [
|
|
3306
|
+
"futures-core",
|
|
3307
|
+
"futures-util",
|
|
3308
|
+
"pin-project-lite",
|
|
3309
|
+
"sync_wrapper",
|
|
3310
|
+
"tokio",
|
|
3311
|
+
"tower-layer",
|
|
3312
|
+
"tower-service",
|
|
3313
|
+
]
|
|
3314
|
+
|
|
3315
|
+
[[package]]
|
|
3316
|
+
name = "tower-http"
|
|
3317
|
+
version = "0.6.8"
|
|
3318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3319
|
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3320
|
+
dependencies = [
|
|
3321
|
+
"bitflags",
|
|
3322
|
+
"bytes",
|
|
3323
|
+
"futures-util",
|
|
3324
|
+
"http",
|
|
3325
|
+
"http-body",
|
|
3326
|
+
"iri-string",
|
|
3327
|
+
"pin-project-lite",
|
|
3328
|
+
"tower",
|
|
3329
|
+
"tower-layer",
|
|
3330
|
+
"tower-service",
|
|
3331
|
+
]
|
|
3332
|
+
|
|
3333
|
+
[[package]]
|
|
3334
|
+
name = "tower-layer"
|
|
3335
|
+
version = "0.3.3"
|
|
3336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3337
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
3338
|
+
|
|
3339
|
+
[[package]]
|
|
3340
|
+
name = "tower-service"
|
|
3341
|
+
version = "0.3.3"
|
|
3342
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3343
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3344
|
+
|
|
3345
|
+
[[package]]
|
|
3346
|
+
name = "tracing"
|
|
3347
|
+
version = "0.1.44"
|
|
3348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3349
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3350
|
+
dependencies = [
|
|
3351
|
+
"pin-project-lite",
|
|
3352
|
+
"tracing-attributes",
|
|
3353
|
+
"tracing-core",
|
|
3354
|
+
]
|
|
3355
|
+
|
|
3356
|
+
[[package]]
|
|
3357
|
+
name = "tracing-appender"
|
|
3358
|
+
version = "0.2.4"
|
|
3359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3360
|
+
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
|
|
3361
|
+
dependencies = [
|
|
3362
|
+
"crossbeam-channel",
|
|
3363
|
+
"thiserror 2.0.18",
|
|
3364
|
+
"time",
|
|
3365
|
+
"tracing-subscriber",
|
|
3366
|
+
]
|
|
3367
|
+
|
|
3368
|
+
[[package]]
|
|
3369
|
+
name = "tracing-attributes"
|
|
3370
|
+
version = "0.1.31"
|
|
3371
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3372
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3373
|
+
dependencies = [
|
|
3374
|
+
"proc-macro2",
|
|
3375
|
+
"quote",
|
|
3376
|
+
"syn 2.0.117",
|
|
3377
|
+
]
|
|
3378
|
+
|
|
3379
|
+
[[package]]
|
|
3380
|
+
name = "tracing-core"
|
|
3381
|
+
version = "0.1.36"
|
|
3382
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3383
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3384
|
+
dependencies = [
|
|
3385
|
+
"once_cell",
|
|
3386
|
+
"valuable",
|
|
3387
|
+
]
|
|
3388
|
+
|
|
3389
|
+
[[package]]
|
|
3390
|
+
name = "tracing-error"
|
|
3391
|
+
version = "0.2.1"
|
|
3392
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3393
|
+
checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
|
|
3394
|
+
dependencies = [
|
|
3395
|
+
"tracing",
|
|
3396
|
+
"tracing-subscriber",
|
|
3397
|
+
]
|
|
3398
|
+
|
|
3399
|
+
[[package]]
|
|
3400
|
+
name = "tracing-log"
|
|
3401
|
+
version = "0.2.0"
|
|
3402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3403
|
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
3404
|
+
dependencies = [
|
|
3405
|
+
"log",
|
|
3406
|
+
"once_cell",
|
|
3407
|
+
"tracing-core",
|
|
3408
|
+
]
|
|
3409
|
+
|
|
3410
|
+
[[package]]
|
|
3411
|
+
name = "tracing-serde"
|
|
3412
|
+
version = "0.2.0"
|
|
3413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3414
|
+
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
|
3415
|
+
dependencies = [
|
|
3416
|
+
"serde",
|
|
3417
|
+
"tracing-core",
|
|
3418
|
+
]
|
|
3419
|
+
|
|
3420
|
+
[[package]]
|
|
3421
|
+
name = "tracing-subscriber"
|
|
3422
|
+
version = "0.3.23"
|
|
3423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3424
|
+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
3425
|
+
dependencies = [
|
|
3426
|
+
"matchers",
|
|
3427
|
+
"nu-ansi-term",
|
|
3428
|
+
"once_cell",
|
|
3429
|
+
"regex-automata",
|
|
3430
|
+
"serde",
|
|
3431
|
+
"serde_json",
|
|
3432
|
+
"sharded-slab",
|
|
3433
|
+
"smallvec",
|
|
3434
|
+
"thread_local",
|
|
3435
|
+
"tracing",
|
|
3436
|
+
"tracing-core",
|
|
3437
|
+
"tracing-log",
|
|
3438
|
+
"tracing-serde",
|
|
3439
|
+
]
|
|
3440
|
+
|
|
3441
|
+
[[package]]
|
|
3442
|
+
name = "try-lock"
|
|
3443
|
+
version = "0.2.5"
|
|
3444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3445
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
3446
|
+
|
|
3447
|
+
[[package]]
|
|
3448
|
+
name = "twox-hash"
|
|
3449
|
+
version = "1.6.3"
|
|
3450
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3451
|
+
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
3452
|
+
dependencies = [
|
|
3453
|
+
"cfg-if 1.0.4",
|
|
3454
|
+
"static_assertions",
|
|
3455
|
+
]
|
|
3456
|
+
|
|
3457
|
+
[[package]]
|
|
3458
|
+
name = "twox-hash"
|
|
3459
|
+
version = "2.1.2"
|
|
3460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3461
|
+
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
|
|
3462
|
+
|
|
3463
|
+
[[package]]
|
|
3464
|
+
name = "typed-builder"
|
|
3465
|
+
version = "0.20.1"
|
|
3466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3467
|
+
checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7"
|
|
3468
|
+
dependencies = [
|
|
3469
|
+
"typed-builder-macro",
|
|
3470
|
+
]
|
|
3471
|
+
|
|
3472
|
+
[[package]]
|
|
3473
|
+
name = "typed-builder-macro"
|
|
3474
|
+
version = "0.20.1"
|
|
3475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3476
|
+
checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28"
|
|
3477
|
+
dependencies = [
|
|
3478
|
+
"proc-macro2",
|
|
3479
|
+
"quote",
|
|
3480
|
+
"syn 2.0.117",
|
|
3481
|
+
]
|
|
3482
|
+
|
|
3483
|
+
[[package]]
|
|
3484
|
+
name = "typenum"
|
|
3485
|
+
version = "1.19.0"
|
|
3486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3487
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
3488
|
+
|
|
3489
|
+
[[package]]
|
|
3490
|
+
name = "typewit"
|
|
3491
|
+
version = "1.15.1"
|
|
3492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3493
|
+
checksum = "bc19094686c694eb41b3b99dcc2f2975d4b078512fa22ae6c63f7ca318bdcff7"
|
|
3494
|
+
|
|
3495
|
+
[[package]]
|
|
3496
|
+
name = "ulid"
|
|
3497
|
+
version = "1.2.1"
|
|
3498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3499
|
+
checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
|
|
3500
|
+
dependencies = [
|
|
3501
|
+
"rand 0.9.3",
|
|
3502
|
+
"web-time",
|
|
3503
|
+
]
|
|
3504
|
+
|
|
3505
|
+
[[package]]
|
|
3506
|
+
name = "unic-char-property"
|
|
3507
|
+
version = "0.9.0"
|
|
3508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3509
|
+
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
3510
|
+
dependencies = [
|
|
3511
|
+
"unic-char-range",
|
|
3512
|
+
]
|
|
3513
|
+
|
|
3514
|
+
[[package]]
|
|
3515
|
+
name = "unic-char-range"
|
|
3516
|
+
version = "0.9.0"
|
|
3517
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3518
|
+
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
3519
|
+
|
|
3520
|
+
[[package]]
|
|
3521
|
+
name = "unic-common"
|
|
3522
|
+
version = "0.9.0"
|
|
3523
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3524
|
+
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
3525
|
+
|
|
3526
|
+
[[package]]
|
|
3527
|
+
name = "unic-emoji-char"
|
|
3528
|
+
version = "0.9.0"
|
|
3529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3530
|
+
checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
|
|
3531
|
+
dependencies = [
|
|
3532
|
+
"unic-char-property",
|
|
3533
|
+
"unic-char-range",
|
|
3534
|
+
"unic-ucd-version",
|
|
3535
|
+
]
|
|
3536
|
+
|
|
3537
|
+
[[package]]
|
|
3538
|
+
name = "unic-ucd-ident"
|
|
3539
|
+
version = "0.9.0"
|
|
3540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3541
|
+
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
|
|
3542
|
+
dependencies = [
|
|
3543
|
+
"unic-char-property",
|
|
3544
|
+
"unic-char-range",
|
|
3545
|
+
"unic-ucd-version",
|
|
3546
|
+
]
|
|
3547
|
+
|
|
3548
|
+
[[package]]
|
|
3549
|
+
name = "unic-ucd-version"
|
|
3550
|
+
version = "0.9.0"
|
|
3551
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3552
|
+
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
3553
|
+
dependencies = [
|
|
3554
|
+
"unic-common",
|
|
3555
|
+
]
|
|
3556
|
+
|
|
3557
|
+
[[package]]
|
|
3558
|
+
name = "unicase"
|
|
3559
|
+
version = "2.9.0"
|
|
3560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3561
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
3562
|
+
|
|
3563
|
+
[[package]]
|
|
3564
|
+
name = "unicode-ident"
|
|
3565
|
+
version = "1.0.24"
|
|
3566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3567
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3568
|
+
|
|
3569
|
+
[[package]]
|
|
3570
|
+
name = "unicode-width"
|
|
3571
|
+
version = "0.2.2"
|
|
3572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3573
|
+
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
3574
|
+
|
|
3575
|
+
[[package]]
|
|
3576
|
+
name = "unicode-xid"
|
|
3577
|
+
version = "0.2.6"
|
|
3578
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3579
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
3580
|
+
|
|
3581
|
+
[[package]]
|
|
3582
|
+
name = "unicode_names2"
|
|
3583
|
+
version = "1.3.0"
|
|
3584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3585
|
+
checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
|
|
3586
|
+
dependencies = [
|
|
3587
|
+
"phf",
|
|
3588
|
+
"unicode_names2_generator",
|
|
3589
|
+
]
|
|
3590
|
+
|
|
3591
|
+
[[package]]
|
|
3592
|
+
name = "unicode_names2_generator"
|
|
3593
|
+
version = "1.3.0"
|
|
3594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3595
|
+
checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
|
|
3596
|
+
dependencies = [
|
|
3597
|
+
"getopts",
|
|
3598
|
+
"log",
|
|
3599
|
+
"phf_codegen",
|
|
3600
|
+
"rand 0.8.5",
|
|
3601
|
+
]
|
|
3602
|
+
|
|
3603
|
+
[[package]]
|
|
3604
|
+
name = "unindent"
|
|
3605
|
+
version = "0.2.4"
|
|
3606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3607
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
3608
|
+
|
|
3609
|
+
[[package]]
|
|
3610
|
+
name = "untrusted"
|
|
3611
|
+
version = "0.9.0"
|
|
3612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3613
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
3614
|
+
|
|
3615
|
+
[[package]]
|
|
3616
|
+
name = "url"
|
|
3617
|
+
version = "2.5.8"
|
|
3618
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3619
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
3620
|
+
dependencies = [
|
|
3621
|
+
"form_urlencoded",
|
|
3622
|
+
"idna",
|
|
3623
|
+
"percent-encoding",
|
|
3624
|
+
"serde",
|
|
3625
|
+
"serde_derive",
|
|
3626
|
+
]
|
|
3627
|
+
|
|
3628
|
+
[[package]]
|
|
3629
|
+
name = "urlencoding"
|
|
3630
|
+
version = "2.1.3"
|
|
3631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3632
|
+
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
3633
|
+
|
|
3634
|
+
[[package]]
|
|
3635
|
+
name = "utf8_iter"
|
|
3636
|
+
version = "1.0.4"
|
|
3637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3638
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
3639
|
+
|
|
3640
|
+
[[package]]
|
|
3641
|
+
name = "utf8parse"
|
|
3642
|
+
version = "0.2.2"
|
|
3643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3644
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
3645
|
+
|
|
3646
|
+
[[package]]
|
|
3647
|
+
name = "uuid"
|
|
3648
|
+
version = "1.23.0"
|
|
3649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3650
|
+
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
|
|
3651
|
+
dependencies = [
|
|
3652
|
+
"getrandom 0.4.2",
|
|
3653
|
+
"js-sys",
|
|
3654
|
+
"wasm-bindgen",
|
|
3655
|
+
]
|
|
3656
|
+
|
|
3657
|
+
[[package]]
|
|
3658
|
+
name = "valuable"
|
|
3659
|
+
version = "0.1.1"
|
|
3660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3661
|
+
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
3662
|
+
|
|
3663
|
+
[[package]]
|
|
3664
|
+
name = "vcpkg"
|
|
3665
|
+
version = "0.2.15"
|
|
3666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3667
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
3668
|
+
|
|
3669
|
+
[[package]]
|
|
3670
|
+
name = "version_check"
|
|
3671
|
+
version = "0.9.5"
|
|
3672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3673
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3674
|
+
|
|
3675
|
+
[[package]]
|
|
3676
|
+
name = "walkdir"
|
|
3677
|
+
version = "2.5.0"
|
|
3678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3679
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
3680
|
+
dependencies = [
|
|
3681
|
+
"same-file",
|
|
3682
|
+
"winapi-util",
|
|
3683
|
+
]
|
|
3684
|
+
|
|
3685
|
+
[[package]]
|
|
3686
|
+
name = "want"
|
|
3687
|
+
version = "0.3.1"
|
|
3688
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3689
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
3690
|
+
dependencies = [
|
|
3691
|
+
"try-lock",
|
|
3692
|
+
]
|
|
3693
|
+
|
|
3694
|
+
[[package]]
|
|
3695
|
+
name = "wasi"
|
|
3696
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
3697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3698
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3699
|
+
|
|
3700
|
+
[[package]]
|
|
3701
|
+
name = "wasi"
|
|
3702
|
+
version = "0.14.7+wasi-0.2.4"
|
|
3703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3704
|
+
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
|
|
3705
|
+
dependencies = [
|
|
3706
|
+
"wasip2",
|
|
3707
|
+
]
|
|
3708
|
+
|
|
3709
|
+
[[package]]
|
|
3710
|
+
name = "wasip2"
|
|
3711
|
+
version = "1.0.2+wasi-0.2.9"
|
|
3712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3713
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
3714
|
+
dependencies = [
|
|
3715
|
+
"wit-bindgen",
|
|
3716
|
+
]
|
|
3717
|
+
|
|
3718
|
+
[[package]]
|
|
3719
|
+
name = "wasip3"
|
|
3720
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3722
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
3723
|
+
dependencies = [
|
|
3724
|
+
"wit-bindgen",
|
|
3725
|
+
]
|
|
3726
|
+
|
|
3727
|
+
[[package]]
|
|
3728
|
+
name = "wasite"
|
|
3729
|
+
version = "1.0.2"
|
|
3730
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3731
|
+
checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42"
|
|
3732
|
+
dependencies = [
|
|
3733
|
+
"wasi 0.14.7+wasi-0.2.4",
|
|
3734
|
+
]
|
|
3735
|
+
|
|
3736
|
+
[[package]]
|
|
3737
|
+
name = "wasm-bindgen"
|
|
3738
|
+
version = "0.2.118"
|
|
3739
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3740
|
+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
|
3741
|
+
dependencies = [
|
|
3742
|
+
"cfg-if 1.0.4",
|
|
3743
|
+
"once_cell",
|
|
3744
|
+
"rustversion",
|
|
3745
|
+
"wasm-bindgen-macro",
|
|
3746
|
+
"wasm-bindgen-shared",
|
|
3747
|
+
]
|
|
3748
|
+
|
|
3749
|
+
[[package]]
|
|
3750
|
+
name = "wasm-bindgen-futures"
|
|
3751
|
+
version = "0.4.68"
|
|
3752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3753
|
+
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
|
3754
|
+
dependencies = [
|
|
3755
|
+
"js-sys",
|
|
3756
|
+
"wasm-bindgen",
|
|
3757
|
+
]
|
|
3758
|
+
|
|
3759
|
+
[[package]]
|
|
3760
|
+
name = "wasm-bindgen-macro"
|
|
3761
|
+
version = "0.2.118"
|
|
3762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3763
|
+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
|
3764
|
+
dependencies = [
|
|
3765
|
+
"quote",
|
|
3766
|
+
"wasm-bindgen-macro-support",
|
|
3767
|
+
]
|
|
3768
|
+
|
|
3769
|
+
[[package]]
|
|
3770
|
+
name = "wasm-bindgen-macro-support"
|
|
3771
|
+
version = "0.2.118"
|
|
3772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3773
|
+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
|
3774
|
+
dependencies = [
|
|
3775
|
+
"bumpalo",
|
|
3776
|
+
"proc-macro2",
|
|
3777
|
+
"quote",
|
|
3778
|
+
"syn 2.0.117",
|
|
3779
|
+
"wasm-bindgen-shared",
|
|
3780
|
+
]
|
|
3781
|
+
|
|
3782
|
+
[[package]]
|
|
3783
|
+
name = "wasm-bindgen-shared"
|
|
3784
|
+
version = "0.2.118"
|
|
3785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3786
|
+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
|
3787
|
+
dependencies = [
|
|
3788
|
+
"unicode-ident",
|
|
3789
|
+
]
|
|
3790
|
+
|
|
3791
|
+
[[package]]
|
|
3792
|
+
name = "wasm-encoder"
|
|
3793
|
+
version = "0.244.0"
|
|
3794
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3795
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3796
|
+
dependencies = [
|
|
3797
|
+
"leb128fmt",
|
|
3798
|
+
"wasmparser",
|
|
3799
|
+
]
|
|
3800
|
+
|
|
3801
|
+
[[package]]
|
|
3802
|
+
name = "wasm-metadata"
|
|
3803
|
+
version = "0.244.0"
|
|
3804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3805
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3806
|
+
dependencies = [
|
|
3807
|
+
"anyhow",
|
|
3808
|
+
"indexmap",
|
|
3809
|
+
"wasm-encoder",
|
|
3810
|
+
"wasmparser",
|
|
3811
|
+
]
|
|
3812
|
+
|
|
3813
|
+
[[package]]
|
|
3814
|
+
name = "wasm-streams"
|
|
3815
|
+
version = "0.5.0"
|
|
3816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3817
|
+
checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
|
|
3818
|
+
dependencies = [
|
|
3819
|
+
"futures-util",
|
|
3820
|
+
"js-sys",
|
|
3821
|
+
"wasm-bindgen",
|
|
3822
|
+
"wasm-bindgen-futures",
|
|
3823
|
+
"web-sys",
|
|
3824
|
+
]
|
|
3825
|
+
|
|
3826
|
+
[[package]]
|
|
3827
|
+
name = "wasmparser"
|
|
3828
|
+
version = "0.244.0"
|
|
3829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3830
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3831
|
+
dependencies = [
|
|
3832
|
+
"bitflags",
|
|
3833
|
+
"hashbrown 0.15.5",
|
|
3834
|
+
"indexmap",
|
|
3835
|
+
"semver",
|
|
3836
|
+
]
|
|
3837
|
+
|
|
3838
|
+
[[package]]
|
|
3839
|
+
name = "wasmtimer"
|
|
3840
|
+
version = "0.4.3"
|
|
3841
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3842
|
+
checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
|
|
3843
|
+
dependencies = [
|
|
3844
|
+
"futures",
|
|
3845
|
+
"js-sys",
|
|
3846
|
+
"parking_lot",
|
|
3847
|
+
"pin-utils",
|
|
3848
|
+
"slab",
|
|
3849
|
+
"wasm-bindgen",
|
|
3850
|
+
]
|
|
3851
|
+
|
|
3852
|
+
[[package]]
|
|
3853
|
+
name = "web-sys"
|
|
3854
|
+
version = "0.3.95"
|
|
3855
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3856
|
+
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
|
3857
|
+
dependencies = [
|
|
3858
|
+
"js-sys",
|
|
3859
|
+
"wasm-bindgen",
|
|
3860
|
+
]
|
|
3861
|
+
|
|
3862
|
+
[[package]]
|
|
3863
|
+
name = "web-time"
|
|
3864
|
+
version = "1.1.0"
|
|
3865
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3866
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
3867
|
+
dependencies = [
|
|
3868
|
+
"js-sys",
|
|
3869
|
+
"wasm-bindgen",
|
|
3870
|
+
]
|
|
3871
|
+
|
|
3872
|
+
[[package]]
|
|
3873
|
+
name = "webpki-root-certs"
|
|
3874
|
+
version = "1.0.6"
|
|
3875
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3876
|
+
checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
|
|
3877
|
+
dependencies = [
|
|
3878
|
+
"rustls-pki-types",
|
|
3879
|
+
]
|
|
3880
|
+
|
|
3881
|
+
[[package]]
|
|
3882
|
+
name = "whoami"
|
|
3883
|
+
version = "2.1.1"
|
|
3884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3885
|
+
checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d"
|
|
3886
|
+
dependencies = [
|
|
3887
|
+
"libc",
|
|
3888
|
+
"libredox",
|
|
3889
|
+
"objc2-system-configuration",
|
|
3890
|
+
"wasite",
|
|
3891
|
+
"web-sys",
|
|
3892
|
+
]
|
|
3893
|
+
|
|
3894
|
+
[[package]]
|
|
3895
|
+
name = "winapi"
|
|
3896
|
+
version = "0.3.9"
|
|
3897
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3898
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
3899
|
+
dependencies = [
|
|
3900
|
+
"winapi-i686-pc-windows-gnu",
|
|
3901
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
3902
|
+
]
|
|
3903
|
+
|
|
3904
|
+
[[package]]
|
|
3905
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
3906
|
+
version = "0.4.0"
|
|
3907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3908
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
3909
|
+
|
|
3910
|
+
[[package]]
|
|
3911
|
+
name = "winapi-util"
|
|
3912
|
+
version = "0.1.11"
|
|
3913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3914
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3915
|
+
dependencies = [
|
|
3916
|
+
"windows-sys 0.61.2",
|
|
3917
|
+
]
|
|
3918
|
+
|
|
3919
|
+
[[package]]
|
|
3920
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
3921
|
+
version = "0.4.0"
|
|
3922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3923
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
3924
|
+
|
|
3925
|
+
[[package]]
|
|
3926
|
+
name = "windows"
|
|
3927
|
+
version = "0.62.2"
|
|
3928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3929
|
+
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
|
3930
|
+
dependencies = [
|
|
3931
|
+
"windows-collections",
|
|
3932
|
+
"windows-core",
|
|
3933
|
+
"windows-future",
|
|
3934
|
+
"windows-numerics",
|
|
3935
|
+
]
|
|
3936
|
+
|
|
3937
|
+
[[package]]
|
|
3938
|
+
name = "windows-collections"
|
|
3939
|
+
version = "0.3.2"
|
|
3940
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3941
|
+
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
|
3942
|
+
dependencies = [
|
|
3943
|
+
"windows-core",
|
|
3944
|
+
]
|
|
3945
|
+
|
|
3946
|
+
[[package]]
|
|
3947
|
+
name = "windows-core"
|
|
3948
|
+
version = "0.62.2"
|
|
3949
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3950
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
3951
|
+
dependencies = [
|
|
3952
|
+
"windows-implement",
|
|
3953
|
+
"windows-interface",
|
|
3954
|
+
"windows-link",
|
|
3955
|
+
"windows-result",
|
|
3956
|
+
"windows-strings",
|
|
3957
|
+
]
|
|
3958
|
+
|
|
3959
|
+
[[package]]
|
|
3960
|
+
name = "windows-future"
|
|
3961
|
+
version = "0.3.2"
|
|
3962
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3963
|
+
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
3964
|
+
dependencies = [
|
|
3965
|
+
"windows-core",
|
|
3966
|
+
"windows-link",
|
|
3967
|
+
"windows-threading",
|
|
3968
|
+
]
|
|
3969
|
+
|
|
3970
|
+
[[package]]
|
|
3971
|
+
name = "windows-implement"
|
|
3972
|
+
version = "0.60.2"
|
|
3973
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3974
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
3975
|
+
dependencies = [
|
|
3976
|
+
"proc-macro2",
|
|
3977
|
+
"quote",
|
|
3978
|
+
"syn 2.0.117",
|
|
3979
|
+
]
|
|
3980
|
+
|
|
3981
|
+
[[package]]
|
|
3982
|
+
name = "windows-interface"
|
|
3983
|
+
version = "0.59.3"
|
|
3984
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3985
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
3986
|
+
dependencies = [
|
|
3987
|
+
"proc-macro2",
|
|
3988
|
+
"quote",
|
|
3989
|
+
"syn 2.0.117",
|
|
3990
|
+
]
|
|
3991
|
+
|
|
3992
|
+
[[package]]
|
|
3993
|
+
name = "windows-link"
|
|
3994
|
+
version = "0.2.1"
|
|
3995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3996
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3997
|
+
|
|
3998
|
+
[[package]]
|
|
3999
|
+
name = "windows-numerics"
|
|
4000
|
+
version = "0.3.1"
|
|
4001
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4002
|
+
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
4003
|
+
dependencies = [
|
|
4004
|
+
"windows-core",
|
|
4005
|
+
"windows-link",
|
|
4006
|
+
]
|
|
4007
|
+
|
|
4008
|
+
[[package]]
|
|
4009
|
+
name = "windows-registry"
|
|
4010
|
+
version = "0.6.1"
|
|
4011
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4012
|
+
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
4013
|
+
dependencies = [
|
|
4014
|
+
"windows-link",
|
|
4015
|
+
"windows-result",
|
|
4016
|
+
"windows-strings",
|
|
4017
|
+
]
|
|
4018
|
+
|
|
4019
|
+
[[package]]
|
|
4020
|
+
name = "windows-result"
|
|
4021
|
+
version = "0.4.1"
|
|
4022
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4023
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
4024
|
+
dependencies = [
|
|
4025
|
+
"windows-link",
|
|
4026
|
+
]
|
|
4027
|
+
|
|
4028
|
+
[[package]]
|
|
4029
|
+
name = "windows-strings"
|
|
4030
|
+
version = "0.5.1"
|
|
4031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4032
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
4033
|
+
dependencies = [
|
|
4034
|
+
"windows-link",
|
|
4035
|
+
]
|
|
4036
|
+
|
|
4037
|
+
[[package]]
|
|
4038
|
+
name = "windows-sys"
|
|
4039
|
+
version = "0.45.0"
|
|
4040
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4041
|
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
4042
|
+
dependencies = [
|
|
4043
|
+
"windows-targets 0.42.2",
|
|
4044
|
+
]
|
|
4045
|
+
|
|
4046
|
+
[[package]]
|
|
4047
|
+
name = "windows-sys"
|
|
4048
|
+
version = "0.52.0"
|
|
4049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4050
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
4051
|
+
dependencies = [
|
|
4052
|
+
"windows-targets 0.52.6",
|
|
4053
|
+
]
|
|
4054
|
+
|
|
4055
|
+
[[package]]
|
|
4056
|
+
name = "windows-sys"
|
|
4057
|
+
version = "0.59.0"
|
|
4058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4059
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4060
|
+
dependencies = [
|
|
4061
|
+
"windows-targets 0.52.6",
|
|
4062
|
+
]
|
|
4063
|
+
|
|
4064
|
+
[[package]]
|
|
4065
|
+
name = "windows-sys"
|
|
4066
|
+
version = "0.60.2"
|
|
4067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4068
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
4069
|
+
dependencies = [
|
|
4070
|
+
"windows-targets 0.53.5",
|
|
4071
|
+
]
|
|
4072
|
+
|
|
4073
|
+
[[package]]
|
|
4074
|
+
name = "windows-sys"
|
|
4075
|
+
version = "0.61.2"
|
|
4076
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4077
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4078
|
+
dependencies = [
|
|
4079
|
+
"windows-link",
|
|
4080
|
+
]
|
|
4081
|
+
|
|
4082
|
+
[[package]]
|
|
4083
|
+
name = "windows-targets"
|
|
4084
|
+
version = "0.42.2"
|
|
4085
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4086
|
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
4087
|
+
dependencies = [
|
|
4088
|
+
"windows_aarch64_gnullvm 0.42.2",
|
|
4089
|
+
"windows_aarch64_msvc 0.42.2",
|
|
4090
|
+
"windows_i686_gnu 0.42.2",
|
|
4091
|
+
"windows_i686_msvc 0.42.2",
|
|
4092
|
+
"windows_x86_64_gnu 0.42.2",
|
|
4093
|
+
"windows_x86_64_gnullvm 0.42.2",
|
|
4094
|
+
"windows_x86_64_msvc 0.42.2",
|
|
4095
|
+
]
|
|
4096
|
+
|
|
4097
|
+
[[package]]
|
|
4098
|
+
name = "windows-targets"
|
|
4099
|
+
version = "0.52.6"
|
|
4100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4101
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
4102
|
+
dependencies = [
|
|
4103
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
4104
|
+
"windows_aarch64_msvc 0.52.6",
|
|
4105
|
+
"windows_i686_gnu 0.52.6",
|
|
4106
|
+
"windows_i686_gnullvm 0.52.6",
|
|
4107
|
+
"windows_i686_msvc 0.52.6",
|
|
4108
|
+
"windows_x86_64_gnu 0.52.6",
|
|
4109
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
4110
|
+
"windows_x86_64_msvc 0.52.6",
|
|
4111
|
+
]
|
|
4112
|
+
|
|
4113
|
+
[[package]]
|
|
4114
|
+
name = "windows-targets"
|
|
4115
|
+
version = "0.53.5"
|
|
4116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4117
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
4118
|
+
dependencies = [
|
|
4119
|
+
"windows-link",
|
|
4120
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
4121
|
+
"windows_aarch64_msvc 0.53.1",
|
|
4122
|
+
"windows_i686_gnu 0.53.1",
|
|
4123
|
+
"windows_i686_gnullvm 0.53.1",
|
|
4124
|
+
"windows_i686_msvc 0.53.1",
|
|
4125
|
+
"windows_x86_64_gnu 0.53.1",
|
|
4126
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
4127
|
+
"windows_x86_64_msvc 0.53.1",
|
|
4128
|
+
]
|
|
4129
|
+
|
|
4130
|
+
[[package]]
|
|
4131
|
+
name = "windows-threading"
|
|
4132
|
+
version = "0.2.1"
|
|
4133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4134
|
+
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
4135
|
+
dependencies = [
|
|
4136
|
+
"windows-link",
|
|
4137
|
+
]
|
|
4138
|
+
|
|
4139
|
+
[[package]]
|
|
4140
|
+
name = "windows_aarch64_gnullvm"
|
|
4141
|
+
version = "0.42.2"
|
|
4142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4143
|
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
4144
|
+
|
|
4145
|
+
[[package]]
|
|
4146
|
+
name = "windows_aarch64_gnullvm"
|
|
4147
|
+
version = "0.52.6"
|
|
4148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4149
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
4150
|
+
|
|
4151
|
+
[[package]]
|
|
4152
|
+
name = "windows_aarch64_gnullvm"
|
|
4153
|
+
version = "0.53.1"
|
|
4154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4155
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
4156
|
+
|
|
4157
|
+
[[package]]
|
|
4158
|
+
name = "windows_aarch64_msvc"
|
|
4159
|
+
version = "0.42.2"
|
|
4160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4161
|
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
4162
|
+
|
|
4163
|
+
[[package]]
|
|
4164
|
+
name = "windows_aarch64_msvc"
|
|
4165
|
+
version = "0.52.6"
|
|
4166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4167
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
4168
|
+
|
|
4169
|
+
[[package]]
|
|
4170
|
+
name = "windows_aarch64_msvc"
|
|
4171
|
+
version = "0.53.1"
|
|
4172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4173
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
4174
|
+
|
|
4175
|
+
[[package]]
|
|
4176
|
+
name = "windows_i686_gnu"
|
|
4177
|
+
version = "0.42.2"
|
|
4178
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4179
|
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
4180
|
+
|
|
4181
|
+
[[package]]
|
|
4182
|
+
name = "windows_i686_gnu"
|
|
4183
|
+
version = "0.52.6"
|
|
4184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4185
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
4186
|
+
|
|
4187
|
+
[[package]]
|
|
4188
|
+
name = "windows_i686_gnu"
|
|
4189
|
+
version = "0.53.1"
|
|
4190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4191
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
4192
|
+
|
|
4193
|
+
[[package]]
|
|
4194
|
+
name = "windows_i686_gnullvm"
|
|
4195
|
+
version = "0.52.6"
|
|
4196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4197
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
4198
|
+
|
|
4199
|
+
[[package]]
|
|
4200
|
+
name = "windows_i686_gnullvm"
|
|
4201
|
+
version = "0.53.1"
|
|
4202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4203
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
4204
|
+
|
|
4205
|
+
[[package]]
|
|
4206
|
+
name = "windows_i686_msvc"
|
|
4207
|
+
version = "0.42.2"
|
|
4208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4209
|
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
4210
|
+
|
|
4211
|
+
[[package]]
|
|
4212
|
+
name = "windows_i686_msvc"
|
|
4213
|
+
version = "0.52.6"
|
|
4214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4215
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
4216
|
+
|
|
4217
|
+
[[package]]
|
|
4218
|
+
name = "windows_i686_msvc"
|
|
4219
|
+
version = "0.53.1"
|
|
4220
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4221
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
4222
|
+
|
|
4223
|
+
[[package]]
|
|
4224
|
+
name = "windows_x86_64_gnu"
|
|
4225
|
+
version = "0.42.2"
|
|
4226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4227
|
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
4228
|
+
|
|
4229
|
+
[[package]]
|
|
4230
|
+
name = "windows_x86_64_gnu"
|
|
4231
|
+
version = "0.52.6"
|
|
4232
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4233
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4234
|
+
|
|
4235
|
+
[[package]]
|
|
4236
|
+
name = "windows_x86_64_gnu"
|
|
4237
|
+
version = "0.53.1"
|
|
4238
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4239
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
4240
|
+
|
|
4241
|
+
[[package]]
|
|
4242
|
+
name = "windows_x86_64_gnullvm"
|
|
4243
|
+
version = "0.42.2"
|
|
4244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4245
|
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
4246
|
+
|
|
4247
|
+
[[package]]
|
|
4248
|
+
name = "windows_x86_64_gnullvm"
|
|
4249
|
+
version = "0.52.6"
|
|
4250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4251
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4252
|
+
|
|
4253
|
+
[[package]]
|
|
4254
|
+
name = "windows_x86_64_gnullvm"
|
|
4255
|
+
version = "0.53.1"
|
|
4256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4257
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
4258
|
+
|
|
4259
|
+
[[package]]
|
|
4260
|
+
name = "windows_x86_64_msvc"
|
|
4261
|
+
version = "0.42.2"
|
|
4262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
4264
|
+
|
|
4265
|
+
[[package]]
|
|
4266
|
+
name = "windows_x86_64_msvc"
|
|
4267
|
+
version = "0.52.6"
|
|
4268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4269
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4270
|
+
|
|
4271
|
+
[[package]]
|
|
4272
|
+
name = "windows_x86_64_msvc"
|
|
4273
|
+
version = "0.53.1"
|
|
4274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4275
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
4276
|
+
|
|
4277
|
+
[[package]]
|
|
4278
|
+
name = "winnow"
|
|
4279
|
+
version = "0.7.15"
|
|
4280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4281
|
+
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
4282
|
+
dependencies = [
|
|
4283
|
+
"memchr",
|
|
4284
|
+
]
|
|
4285
|
+
|
|
4286
|
+
[[package]]
|
|
4287
|
+
name = "wit-bindgen"
|
|
4288
|
+
version = "0.51.0"
|
|
4289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4290
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4291
|
+
dependencies = [
|
|
4292
|
+
"wit-bindgen-rust-macro",
|
|
4293
|
+
]
|
|
4294
|
+
|
|
4295
|
+
[[package]]
|
|
4296
|
+
name = "wit-bindgen-core"
|
|
4297
|
+
version = "0.51.0"
|
|
4298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4299
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
4300
|
+
dependencies = [
|
|
4301
|
+
"anyhow",
|
|
4302
|
+
"heck",
|
|
4303
|
+
"wit-parser",
|
|
4304
|
+
]
|
|
4305
|
+
|
|
4306
|
+
[[package]]
|
|
4307
|
+
name = "wit-bindgen-rust"
|
|
4308
|
+
version = "0.51.0"
|
|
4309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4310
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
4311
|
+
dependencies = [
|
|
4312
|
+
"anyhow",
|
|
4313
|
+
"heck",
|
|
4314
|
+
"indexmap",
|
|
4315
|
+
"prettyplease",
|
|
4316
|
+
"syn 2.0.117",
|
|
4317
|
+
"wasm-metadata",
|
|
4318
|
+
"wit-bindgen-core",
|
|
4319
|
+
"wit-component",
|
|
4320
|
+
]
|
|
4321
|
+
|
|
4322
|
+
[[package]]
|
|
4323
|
+
name = "wit-bindgen-rust-macro"
|
|
4324
|
+
version = "0.51.0"
|
|
4325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
4327
|
+
dependencies = [
|
|
4328
|
+
"anyhow",
|
|
4329
|
+
"prettyplease",
|
|
4330
|
+
"proc-macro2",
|
|
4331
|
+
"quote",
|
|
4332
|
+
"syn 2.0.117",
|
|
4333
|
+
"wit-bindgen-core",
|
|
4334
|
+
"wit-bindgen-rust",
|
|
4335
|
+
]
|
|
4336
|
+
|
|
4337
|
+
[[package]]
|
|
4338
|
+
name = "wit-component"
|
|
4339
|
+
version = "0.244.0"
|
|
4340
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4341
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
4342
|
+
dependencies = [
|
|
4343
|
+
"anyhow",
|
|
4344
|
+
"bitflags",
|
|
4345
|
+
"indexmap",
|
|
4346
|
+
"log",
|
|
4347
|
+
"serde",
|
|
4348
|
+
"serde_derive",
|
|
4349
|
+
"serde_json",
|
|
4350
|
+
"wasm-encoder",
|
|
4351
|
+
"wasm-metadata",
|
|
4352
|
+
"wasmparser",
|
|
4353
|
+
"wit-parser",
|
|
4354
|
+
]
|
|
4355
|
+
|
|
4356
|
+
[[package]]
|
|
4357
|
+
name = "wit-parser"
|
|
4358
|
+
version = "0.244.0"
|
|
4359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4360
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4361
|
+
dependencies = [
|
|
4362
|
+
"anyhow",
|
|
4363
|
+
"id-arena",
|
|
4364
|
+
"indexmap",
|
|
4365
|
+
"log",
|
|
4366
|
+
"semver",
|
|
4367
|
+
"serde",
|
|
4368
|
+
"serde_derive",
|
|
4369
|
+
"serde_json",
|
|
4370
|
+
"unicode-xid",
|
|
4371
|
+
"wasmparser",
|
|
4372
|
+
]
|
|
4373
|
+
|
|
4374
|
+
[[package]]
|
|
4375
|
+
name = "writeable"
|
|
4376
|
+
version = "0.6.3"
|
|
4377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4378
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
4379
|
+
|
|
4380
|
+
[[package]]
|
|
4381
|
+
name = "xet-client"
|
|
4382
|
+
version = "1.5.1"
|
|
4383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4384
|
+
checksum = "9164bc896ccd143b33fd08a8a2c8e3d769e5e0b2c853496694937fcce734bc1a"
|
|
4385
|
+
dependencies = [
|
|
4386
|
+
"anyhow",
|
|
4387
|
+
"async-trait",
|
|
4388
|
+
"base64",
|
|
4389
|
+
"bytes",
|
|
4390
|
+
"clap",
|
|
4391
|
+
"crc32fast",
|
|
4392
|
+
"derivative",
|
|
4393
|
+
"futures",
|
|
4394
|
+
"http",
|
|
4395
|
+
"hyper",
|
|
4396
|
+
"lazy_static",
|
|
4397
|
+
"more-asserts",
|
|
4398
|
+
"rand 0.9.3",
|
|
4399
|
+
"redb",
|
|
4400
|
+
"reqwest",
|
|
4401
|
+
"reqwest-middleware",
|
|
4402
|
+
"reqwest-retry",
|
|
4403
|
+
"serde",
|
|
4404
|
+
"serde_json",
|
|
4405
|
+
"serde_repr",
|
|
4406
|
+
"statrs",
|
|
4407
|
+
"tempfile",
|
|
4408
|
+
"thiserror 2.0.18",
|
|
4409
|
+
"tokio",
|
|
4410
|
+
"tokio-retry",
|
|
4411
|
+
"tracing",
|
|
4412
|
+
"tracing-subscriber",
|
|
4413
|
+
"url",
|
|
4414
|
+
"urlencoding",
|
|
4415
|
+
"web-time",
|
|
4416
|
+
"xet-core-structures",
|
|
4417
|
+
"xet-runtime",
|
|
4418
|
+
]
|
|
4419
|
+
|
|
4420
|
+
[[package]]
|
|
4421
|
+
name = "xet-core-structures"
|
|
4422
|
+
version = "1.5.1"
|
|
4423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4424
|
+
checksum = "76ddd10bc095bdb6539a9ace6bfd9f27c13c8604d2f18d25383169aa948c5c09"
|
|
4425
|
+
dependencies = [
|
|
4426
|
+
"async-trait",
|
|
4427
|
+
"base64",
|
|
4428
|
+
"blake3",
|
|
4429
|
+
"bytemuck",
|
|
4430
|
+
"bytes",
|
|
4431
|
+
"clap",
|
|
4432
|
+
"countio",
|
|
4433
|
+
"csv",
|
|
4434
|
+
"futures",
|
|
4435
|
+
"futures-util",
|
|
4436
|
+
"getrandom 0.4.2",
|
|
4437
|
+
"heapify",
|
|
4438
|
+
"itertools 0.14.0",
|
|
4439
|
+
"lazy_static",
|
|
4440
|
+
"lz4_flex",
|
|
4441
|
+
"more-asserts",
|
|
4442
|
+
"rand 0.9.3",
|
|
4443
|
+
"regex",
|
|
4444
|
+
"safe-transmute",
|
|
4445
|
+
"serde",
|
|
4446
|
+
"static_assertions",
|
|
4447
|
+
"tempfile",
|
|
4448
|
+
"thiserror 2.0.18",
|
|
4449
|
+
"tokio",
|
|
4450
|
+
"tokio-util",
|
|
4451
|
+
"tracing",
|
|
4452
|
+
"uuid",
|
|
4453
|
+
"web-time",
|
|
4454
|
+
"xet-runtime",
|
|
4455
|
+
]
|
|
4456
|
+
|
|
4457
|
+
[[package]]
|
|
4458
|
+
name = "xet-data"
|
|
4459
|
+
version = "1.5.1"
|
|
4460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4461
|
+
checksum = "00516b2aeea170fbed408adf519931f52db71b5fc7365bb6c63055caf5af113a"
|
|
4462
|
+
dependencies = [
|
|
4463
|
+
"anyhow",
|
|
4464
|
+
"async-trait",
|
|
4465
|
+
"bytes",
|
|
4466
|
+
"chrono",
|
|
4467
|
+
"clap",
|
|
4468
|
+
"gearhash",
|
|
4469
|
+
"http",
|
|
4470
|
+
"itertools 0.14.0",
|
|
4471
|
+
"lazy_static",
|
|
4472
|
+
"more-asserts",
|
|
4473
|
+
"rand 0.9.3",
|
|
4474
|
+
"serde",
|
|
4475
|
+
"serde_json",
|
|
4476
|
+
"sha2",
|
|
4477
|
+
"tempfile",
|
|
4478
|
+
"thiserror 2.0.18",
|
|
4479
|
+
"tokio",
|
|
4480
|
+
"tokio-util",
|
|
4481
|
+
"tracing",
|
|
4482
|
+
"ulid",
|
|
4483
|
+
"url",
|
|
4484
|
+
"walkdir",
|
|
4485
|
+
"xet-client",
|
|
4486
|
+
"xet-core-structures",
|
|
4487
|
+
"xet-runtime",
|
|
4488
|
+
]
|
|
4489
|
+
|
|
4490
|
+
[[package]]
|
|
4491
|
+
name = "xet-runtime"
|
|
4492
|
+
version = "1.5.1"
|
|
4493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4494
|
+
checksum = "6dfc7acf5e0a8eb33bb6115376126b6776b7c82a043c661816ff070a6408832a"
|
|
4495
|
+
dependencies = [
|
|
4496
|
+
"anyhow",
|
|
4497
|
+
"async-trait",
|
|
4498
|
+
"bytes",
|
|
4499
|
+
"chrono",
|
|
4500
|
+
"colored",
|
|
4501
|
+
"const-str",
|
|
4502
|
+
"ctor",
|
|
4503
|
+
"dirs",
|
|
4504
|
+
"futures",
|
|
4505
|
+
"git-version",
|
|
4506
|
+
"humantime",
|
|
4507
|
+
"konst",
|
|
4508
|
+
"lazy_static",
|
|
4509
|
+
"libc",
|
|
4510
|
+
"more-asserts",
|
|
4511
|
+
"oneshot",
|
|
4512
|
+
"pin-project",
|
|
4513
|
+
"rand 0.9.3",
|
|
4514
|
+
"reqwest",
|
|
4515
|
+
"serde",
|
|
4516
|
+
"serde_json",
|
|
4517
|
+
"shellexpand",
|
|
4518
|
+
"sysinfo",
|
|
4519
|
+
"thiserror 2.0.18",
|
|
4520
|
+
"tokio",
|
|
4521
|
+
"tokio-util",
|
|
4522
|
+
"tracing",
|
|
4523
|
+
"tracing-appender",
|
|
4524
|
+
"tracing-subscriber",
|
|
4525
|
+
"whoami",
|
|
4526
|
+
"winapi",
|
|
4527
|
+
]
|
|
4528
|
+
|
|
4529
|
+
[[package]]
|
|
4530
|
+
name = "yoke"
|
|
4531
|
+
version = "0.8.2"
|
|
4532
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4533
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
4534
|
+
dependencies = [
|
|
4535
|
+
"stable_deref_trait",
|
|
4536
|
+
"yoke-derive",
|
|
4537
|
+
"zerofrom",
|
|
4538
|
+
]
|
|
4539
|
+
|
|
4540
|
+
[[package]]
|
|
4541
|
+
name = "yoke-derive"
|
|
4542
|
+
version = "0.8.2"
|
|
4543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4544
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4545
|
+
dependencies = [
|
|
4546
|
+
"proc-macro2",
|
|
4547
|
+
"quote",
|
|
4548
|
+
"syn 2.0.117",
|
|
4549
|
+
"synstructure",
|
|
4550
|
+
]
|
|
4551
|
+
|
|
4552
|
+
[[package]]
|
|
4553
|
+
name = "zerocopy"
|
|
4554
|
+
version = "0.8.48"
|
|
4555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4556
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
4557
|
+
dependencies = [
|
|
4558
|
+
"zerocopy-derive",
|
|
4559
|
+
]
|
|
4560
|
+
|
|
4561
|
+
[[package]]
|
|
4562
|
+
name = "zerocopy-derive"
|
|
4563
|
+
version = "0.8.48"
|
|
4564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4565
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
4566
|
+
dependencies = [
|
|
4567
|
+
"proc-macro2",
|
|
4568
|
+
"quote",
|
|
4569
|
+
"syn 2.0.117",
|
|
4570
|
+
]
|
|
4571
|
+
|
|
4572
|
+
[[package]]
|
|
4573
|
+
name = "zerofrom"
|
|
4574
|
+
version = "0.1.7"
|
|
4575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4576
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
4577
|
+
dependencies = [
|
|
4578
|
+
"zerofrom-derive",
|
|
4579
|
+
]
|
|
4580
|
+
|
|
4581
|
+
[[package]]
|
|
4582
|
+
name = "zerofrom-derive"
|
|
4583
|
+
version = "0.1.7"
|
|
4584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4585
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4586
|
+
dependencies = [
|
|
4587
|
+
"proc-macro2",
|
|
4588
|
+
"quote",
|
|
4589
|
+
"syn 2.0.117",
|
|
4590
|
+
"synstructure",
|
|
4591
|
+
]
|
|
4592
|
+
|
|
4593
|
+
[[package]]
|
|
4594
|
+
name = "zeroize"
|
|
4595
|
+
version = "1.8.2"
|
|
4596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4597
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4598
|
+
|
|
4599
|
+
[[package]]
|
|
4600
|
+
name = "zerotrie"
|
|
4601
|
+
version = "0.2.4"
|
|
4602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4603
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
4604
|
+
dependencies = [
|
|
4605
|
+
"displaydoc",
|
|
4606
|
+
"yoke",
|
|
4607
|
+
"zerofrom",
|
|
4608
|
+
]
|
|
4609
|
+
|
|
4610
|
+
[[package]]
|
|
4611
|
+
name = "zerovec"
|
|
4612
|
+
version = "0.11.6"
|
|
4613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4614
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
4615
|
+
dependencies = [
|
|
4616
|
+
"yoke",
|
|
4617
|
+
"zerofrom",
|
|
4618
|
+
"zerovec-derive",
|
|
4619
|
+
]
|
|
4620
|
+
|
|
4621
|
+
[[package]]
|
|
4622
|
+
name = "zerovec-derive"
|
|
4623
|
+
version = "0.11.3"
|
|
4624
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4625
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
4626
|
+
dependencies = [
|
|
4627
|
+
"proc-macro2",
|
|
4628
|
+
"quote",
|
|
4629
|
+
"syn 2.0.117",
|
|
4630
|
+
]
|
|
4631
|
+
|
|
4632
|
+
[[package]]
|
|
4633
|
+
name = "zmij"
|
|
4634
|
+
version = "1.0.21"
|
|
4635
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4636
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|