polars-intervals 0.1.0__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.
- polars_intervals-0.1.0/Cargo.lock +3801 -0
- polars_intervals-0.1.0/Cargo.toml +3 -0
- polars_intervals-0.1.0/LICENSE +21 -0
- polars_intervals-0.1.0/PKG-INFO +191 -0
- polars_intervals-0.1.0/README.md +168 -0
- polars_intervals-0.1.0/crates/intervals-core/Cargo.toml +8 -0
- polars_intervals-0.1.0/crates/intervals-core/src/lib.rs +322 -0
- polars_intervals-0.1.0/crates/polars-intervals/Cargo.toml +14 -0
- polars_intervals-0.1.0/crates/polars-intervals/src/lib.rs +97 -0
- polars_intervals-0.1.0/crates/polars-intervals/tests/overlap_count.rs +202 -0
- polars_intervals-0.1.0/pyproject.toml +56 -0
- polars_intervals-0.1.0/python/polars_intervals/__init__.py +69 -0
- polars_intervals-0.1.0/python/polars_intervals/py.typed +0 -0
- polars_intervals-0.1.0/rust-toolchain.toml +4 -0
|
@@ -0,0 +1,3801 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "aho-corasick"
|
|
13
|
+
version = "1.1.5"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
16
|
+
dependencies = [
|
|
17
|
+
"memchr",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "allocator-api2"
|
|
22
|
+
version = "0.2.21"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "android_system_properties"
|
|
28
|
+
version = "0.1.6"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
|
|
31
|
+
dependencies = [
|
|
32
|
+
"libc",
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "ar_archive_writer"
|
|
37
|
+
version = "0.5.3"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "73cd58deff2140a0a8eae87e417bd01db68a33e148aa93d1e8cd837e55e312b6"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"object",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "argminmax"
|
|
46
|
+
version = "0.6.3"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
|
|
49
|
+
dependencies = [
|
|
50
|
+
"half",
|
|
51
|
+
"num-traits",
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
[[package]]
|
|
55
|
+
name = "array-init-cursor"
|
|
56
|
+
version = "0.2.1"
|
|
57
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
+
checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
|
|
59
|
+
|
|
60
|
+
[[package]]
|
|
61
|
+
name = "arrayvec"
|
|
62
|
+
version = "0.7.8"
|
|
63
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
64
|
+
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
65
|
+
|
|
66
|
+
[[package]]
|
|
67
|
+
name = "async-channel"
|
|
68
|
+
version = "2.5.0"
|
|
69
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
70
|
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
71
|
+
dependencies = [
|
|
72
|
+
"concurrent-queue",
|
|
73
|
+
"event-listener-strategy",
|
|
74
|
+
"futures-core",
|
|
75
|
+
"pin-project-lite",
|
|
76
|
+
]
|
|
77
|
+
|
|
78
|
+
[[package]]
|
|
79
|
+
name = "async-stream"
|
|
80
|
+
version = "0.3.6"
|
|
81
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
82
|
+
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
83
|
+
dependencies = [
|
|
84
|
+
"async-stream-impl",
|
|
85
|
+
"futures-core",
|
|
86
|
+
"pin-project-lite",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
[[package]]
|
|
90
|
+
name = "async-stream-impl"
|
|
91
|
+
version = "0.3.6"
|
|
92
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
+
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
94
|
+
dependencies = [
|
|
95
|
+
"proc-macro2",
|
|
96
|
+
"quote",
|
|
97
|
+
"syn 2.0.119",
|
|
98
|
+
]
|
|
99
|
+
|
|
100
|
+
[[package]]
|
|
101
|
+
name = "async-trait"
|
|
102
|
+
version = "0.1.92"
|
|
103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
104
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
105
|
+
dependencies = [
|
|
106
|
+
"proc-macro2",
|
|
107
|
+
"quote",
|
|
108
|
+
"syn 3.0.6",
|
|
109
|
+
]
|
|
110
|
+
|
|
111
|
+
[[package]]
|
|
112
|
+
name = "atoi_simd"
|
|
113
|
+
version = "0.18.1"
|
|
114
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
+
checksum = "f3cdb3708a128e559a30fb830e8a77a5022ee6902806925c216658652b452a44"
|
|
116
|
+
dependencies = [
|
|
117
|
+
"debug_unsafe",
|
|
118
|
+
"rustversion",
|
|
119
|
+
]
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "atomic-waker"
|
|
123
|
+
version = "1.1.2"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "autocfg"
|
|
129
|
+
version = "1.5.1"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
132
|
+
|
|
133
|
+
[[package]]
|
|
134
|
+
name = "base64"
|
|
135
|
+
version = "0.22.1"
|
|
136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
138
|
+
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "bincode"
|
|
141
|
+
version = "2.0.1"
|
|
142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
+
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
|
144
|
+
dependencies = [
|
|
145
|
+
"bincode_derive",
|
|
146
|
+
"serde",
|
|
147
|
+
"unty",
|
|
148
|
+
]
|
|
149
|
+
|
|
150
|
+
[[package]]
|
|
151
|
+
name = "bincode_derive"
|
|
152
|
+
version = "2.0.1"
|
|
153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
+
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
|
155
|
+
dependencies = [
|
|
156
|
+
"virtue",
|
|
157
|
+
]
|
|
158
|
+
|
|
159
|
+
[[package]]
|
|
160
|
+
name = "bit-set"
|
|
161
|
+
version = "0.8.0"
|
|
162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
+
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
164
|
+
dependencies = [
|
|
165
|
+
"bit-vec",
|
|
166
|
+
]
|
|
167
|
+
|
|
168
|
+
[[package]]
|
|
169
|
+
name = "bit-vec"
|
|
170
|
+
version = "0.8.0"
|
|
171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
172
|
+
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
173
|
+
|
|
174
|
+
[[package]]
|
|
175
|
+
name = "bitflags"
|
|
176
|
+
version = "2.13.2"
|
|
177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
178
|
+
checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
|
|
179
|
+
dependencies = [
|
|
180
|
+
"serde_core",
|
|
181
|
+
]
|
|
182
|
+
|
|
183
|
+
[[package]]
|
|
184
|
+
name = "blake3"
|
|
185
|
+
version = "1.8.7"
|
|
186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
+
checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae"
|
|
188
|
+
dependencies = [
|
|
189
|
+
"arrayvec",
|
|
190
|
+
"cc",
|
|
191
|
+
"cfg-if",
|
|
192
|
+
"constant_time_eq",
|
|
193
|
+
"cpufeatures",
|
|
194
|
+
]
|
|
195
|
+
|
|
196
|
+
[[package]]
|
|
197
|
+
name = "block-buffer"
|
|
198
|
+
version = "0.12.1"
|
|
199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
+
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
|
|
201
|
+
dependencies = [
|
|
202
|
+
"hybrid-array",
|
|
203
|
+
]
|
|
204
|
+
|
|
205
|
+
[[package]]
|
|
206
|
+
name = "boxcar"
|
|
207
|
+
version = "0.2.14"
|
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
+
checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
|
|
210
|
+
|
|
211
|
+
[[package]]
|
|
212
|
+
name = "bumpalo"
|
|
213
|
+
version = "3.20.3"
|
|
214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
216
|
+
|
|
217
|
+
[[package]]
|
|
218
|
+
name = "bytemuck"
|
|
219
|
+
version = "1.25.2"
|
|
220
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
221
|
+
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
|
|
222
|
+
dependencies = [
|
|
223
|
+
"bytemuck_derive",
|
|
224
|
+
]
|
|
225
|
+
|
|
226
|
+
[[package]]
|
|
227
|
+
name = "bytemuck_derive"
|
|
228
|
+
version = "1.12.1"
|
|
229
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
+
checksum = "6a1f896587b6f2c069c73d2f0913e2d590c3990285cd2f0b6aa02b786b4c679c"
|
|
231
|
+
dependencies = [
|
|
232
|
+
"proc-macro2",
|
|
233
|
+
"quote",
|
|
234
|
+
"syn 3.0.6",
|
|
235
|
+
]
|
|
236
|
+
|
|
237
|
+
[[package]]
|
|
238
|
+
name = "byteorder"
|
|
239
|
+
version = "1.5.0"
|
|
240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
242
|
+
|
|
243
|
+
[[package]]
|
|
244
|
+
name = "bytes"
|
|
245
|
+
version = "1.12.1"
|
|
246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
247
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
248
|
+
dependencies = [
|
|
249
|
+
"serde",
|
|
250
|
+
]
|
|
251
|
+
|
|
252
|
+
[[package]]
|
|
253
|
+
name = "castaway"
|
|
254
|
+
version = "0.2.4"
|
|
255
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
|
+
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
|
|
257
|
+
dependencies = [
|
|
258
|
+
"rustversion",
|
|
259
|
+
]
|
|
260
|
+
|
|
261
|
+
[[package]]
|
|
262
|
+
name = "cc"
|
|
263
|
+
version = "1.4.7"
|
|
264
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
+
checksum = "54413ede23c2daf518f35156dfde027feb2374004d63bd497f983c8db9c0e313"
|
|
266
|
+
dependencies = [
|
|
267
|
+
"find-msvc-tools",
|
|
268
|
+
"jobserver",
|
|
269
|
+
"libc",
|
|
270
|
+
"shlex",
|
|
271
|
+
]
|
|
272
|
+
|
|
273
|
+
[[package]]
|
|
274
|
+
name = "cfg-if"
|
|
275
|
+
version = "1.0.5"
|
|
276
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
277
|
+
checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
|
|
278
|
+
|
|
279
|
+
[[package]]
|
|
280
|
+
name = "cfg_aliases"
|
|
281
|
+
version = "0.2.2"
|
|
282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
284
|
+
|
|
285
|
+
[[package]]
|
|
286
|
+
name = "chacha20"
|
|
287
|
+
version = "0.10.2"
|
|
288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
|
+
checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06"
|
|
290
|
+
dependencies = [
|
|
291
|
+
"cfg-if",
|
|
292
|
+
"cpufeatures",
|
|
293
|
+
"rand_core 0.10.1",
|
|
294
|
+
]
|
|
295
|
+
|
|
296
|
+
[[package]]
|
|
297
|
+
name = "chrono"
|
|
298
|
+
version = "0.4.45"
|
|
299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
301
|
+
dependencies = [
|
|
302
|
+
"iana-time-zone",
|
|
303
|
+
"num-traits",
|
|
304
|
+
"serde",
|
|
305
|
+
"windows-link",
|
|
306
|
+
]
|
|
307
|
+
|
|
308
|
+
[[package]]
|
|
309
|
+
name = "chrono-tz"
|
|
310
|
+
version = "0.10.4"
|
|
311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
+
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
|
|
313
|
+
dependencies = [
|
|
314
|
+
"chrono",
|
|
315
|
+
"phf",
|
|
316
|
+
]
|
|
317
|
+
|
|
318
|
+
[[package]]
|
|
319
|
+
name = "compact_str"
|
|
320
|
+
version = "0.9.1"
|
|
321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
|
+
checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
|
|
323
|
+
dependencies = [
|
|
324
|
+
"castaway",
|
|
325
|
+
"cfg-if",
|
|
326
|
+
"itoa",
|
|
327
|
+
"rustversion",
|
|
328
|
+
"ryu",
|
|
329
|
+
"serde",
|
|
330
|
+
"static_assertions",
|
|
331
|
+
]
|
|
332
|
+
|
|
333
|
+
[[package]]
|
|
334
|
+
name = "concurrent-queue"
|
|
335
|
+
version = "2.5.0"
|
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
338
|
+
dependencies = [
|
|
339
|
+
"crossbeam-utils",
|
|
340
|
+
]
|
|
341
|
+
|
|
342
|
+
[[package]]
|
|
343
|
+
name = "const-oid"
|
|
344
|
+
version = "0.10.2"
|
|
345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
+
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
|
347
|
+
|
|
348
|
+
[[package]]
|
|
349
|
+
name = "constant_time_eq"
|
|
350
|
+
version = "0.4.2"
|
|
351
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
352
|
+
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
353
|
+
|
|
354
|
+
[[package]]
|
|
355
|
+
name = "core-foundation"
|
|
356
|
+
version = "0.10.1"
|
|
357
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
358
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
359
|
+
dependencies = [
|
|
360
|
+
"core-foundation-sys",
|
|
361
|
+
"libc",
|
|
362
|
+
]
|
|
363
|
+
|
|
364
|
+
[[package]]
|
|
365
|
+
name = "core-foundation-sys"
|
|
366
|
+
version = "0.8.7"
|
|
367
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
368
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
369
|
+
|
|
370
|
+
[[package]]
|
|
371
|
+
name = "cpufeatures"
|
|
372
|
+
version = "0.3.1"
|
|
373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
+
checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
|
|
375
|
+
dependencies = [
|
|
376
|
+
"libc",
|
|
377
|
+
]
|
|
378
|
+
|
|
379
|
+
[[package]]
|
|
380
|
+
name = "crc32fast"
|
|
381
|
+
version = "1.5.2"
|
|
382
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
383
|
+
checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
|
|
384
|
+
dependencies = [
|
|
385
|
+
"cfg-if",
|
|
386
|
+
]
|
|
387
|
+
|
|
388
|
+
[[package]]
|
|
389
|
+
name = "crossbeam-channel"
|
|
390
|
+
version = "0.5.17"
|
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
+
checksum = "98b0cc327b5bc766e7fda9c9260cc0fa81b43a8e240440422dff70788e3f9ef1"
|
|
393
|
+
dependencies = [
|
|
394
|
+
"crossbeam-utils",
|
|
395
|
+
]
|
|
396
|
+
|
|
397
|
+
[[package]]
|
|
398
|
+
name = "crossbeam-deque"
|
|
399
|
+
version = "0.8.8"
|
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
+
checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
|
|
402
|
+
dependencies = [
|
|
403
|
+
"crossbeam-epoch",
|
|
404
|
+
"crossbeam-utils",
|
|
405
|
+
]
|
|
406
|
+
|
|
407
|
+
[[package]]
|
|
408
|
+
name = "crossbeam-epoch"
|
|
409
|
+
version = "0.9.21"
|
|
410
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
411
|
+
checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
|
|
412
|
+
dependencies = [
|
|
413
|
+
"crossbeam-utils",
|
|
414
|
+
]
|
|
415
|
+
|
|
416
|
+
[[package]]
|
|
417
|
+
name = "crossbeam-queue"
|
|
418
|
+
version = "0.3.14"
|
|
419
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
+
checksum = "03e8bd762f7479489c70ed6c768ddca99d7296857de437a68dcb2a94365b3fae"
|
|
421
|
+
dependencies = [
|
|
422
|
+
"crossbeam-utils",
|
|
423
|
+
]
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "crossbeam-utils"
|
|
427
|
+
version = "0.8.23"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "crunchy"
|
|
433
|
+
version = "0.2.4"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "crypto-common"
|
|
439
|
+
version = "0.2.2"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
|
|
442
|
+
dependencies = [
|
|
443
|
+
"hybrid-array",
|
|
444
|
+
]
|
|
445
|
+
|
|
446
|
+
[[package]]
|
|
447
|
+
name = "debug_unsafe"
|
|
448
|
+
version = "0.1.4"
|
|
449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
+
checksum = "7eed2c4702fa172d1ce21078faa7c5203e69f5394d48cc436d25928394a867a2"
|
|
451
|
+
|
|
452
|
+
[[package]]
|
|
453
|
+
name = "digest"
|
|
454
|
+
version = "0.11.3"
|
|
455
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
456
|
+
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
|
457
|
+
dependencies = [
|
|
458
|
+
"block-buffer",
|
|
459
|
+
"const-oid",
|
|
460
|
+
"crypto-common",
|
|
461
|
+
]
|
|
462
|
+
|
|
463
|
+
[[package]]
|
|
464
|
+
name = "digest-io"
|
|
465
|
+
version = "0.1.0"
|
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
+
checksum = "2de63d600bc7fab91180bc17385f29b342468dc8ef2af09dceba450a293de3da"
|
|
468
|
+
dependencies = [
|
|
469
|
+
"digest",
|
|
470
|
+
]
|
|
471
|
+
|
|
472
|
+
[[package]]
|
|
473
|
+
name = "displaydoc"
|
|
474
|
+
version = "0.2.7"
|
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
477
|
+
dependencies = [
|
|
478
|
+
"proc-macro2",
|
|
479
|
+
"quote",
|
|
480
|
+
"syn 3.0.6",
|
|
481
|
+
]
|
|
482
|
+
|
|
483
|
+
[[package]]
|
|
484
|
+
name = "dyn-clone"
|
|
485
|
+
version = "1.0.20"
|
|
486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
487
|
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
488
|
+
|
|
489
|
+
[[package]]
|
|
490
|
+
name = "either"
|
|
491
|
+
version = "1.18.0"
|
|
492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
493
|
+
checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
|
|
494
|
+
dependencies = [
|
|
495
|
+
"serde",
|
|
496
|
+
]
|
|
497
|
+
|
|
498
|
+
[[package]]
|
|
499
|
+
name = "equivalent"
|
|
500
|
+
version = "1.0.2"
|
|
501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
502
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
503
|
+
|
|
504
|
+
[[package]]
|
|
505
|
+
name = "errno"
|
|
506
|
+
version = "0.3.14"
|
|
507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
509
|
+
dependencies = [
|
|
510
|
+
"libc",
|
|
511
|
+
"windows-sys 0.61.2",
|
|
512
|
+
]
|
|
513
|
+
|
|
514
|
+
[[package]]
|
|
515
|
+
name = "ethnum"
|
|
516
|
+
version = "1.5.3"
|
|
517
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518
|
+
checksum = "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f"
|
|
519
|
+
|
|
520
|
+
[[package]]
|
|
521
|
+
name = "event-listener"
|
|
522
|
+
version = "5.4.2"
|
|
523
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
524
|
+
checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
|
|
525
|
+
dependencies = [
|
|
526
|
+
"parking",
|
|
527
|
+
"pin-project-lite",
|
|
528
|
+
]
|
|
529
|
+
|
|
530
|
+
[[package]]
|
|
531
|
+
name = "event-listener-strategy"
|
|
532
|
+
version = "0.5.4"
|
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
+
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
535
|
+
dependencies = [
|
|
536
|
+
"event-listener",
|
|
537
|
+
"pin-project-lite",
|
|
538
|
+
]
|
|
539
|
+
|
|
540
|
+
[[package]]
|
|
541
|
+
name = "fallible-streaming-iterator"
|
|
542
|
+
version = "0.1.9"
|
|
543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
544
|
+
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
545
|
+
|
|
546
|
+
[[package]]
|
|
547
|
+
name = "fast-float2"
|
|
548
|
+
version = "0.2.4"
|
|
549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
550
|
+
checksum = "c6e8948ce679d00a02a94739ea185595dca7118ed04feb991127e443bd3d761f"
|
|
551
|
+
|
|
552
|
+
[[package]]
|
|
553
|
+
name = "fastrand"
|
|
554
|
+
version = "2.5.0"
|
|
555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
556
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
557
|
+
|
|
558
|
+
[[package]]
|
|
559
|
+
name = "find-msvc-tools"
|
|
560
|
+
version = "0.1.13"
|
|
561
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
562
|
+
checksum = "ef25905e51abafe4dcea6c15fec58c57b601cdbd0ee53d22ea1d3016c587d39b"
|
|
563
|
+
|
|
564
|
+
[[package]]
|
|
565
|
+
name = "flate2"
|
|
566
|
+
version = "1.1.10"
|
|
567
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
568
|
+
checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
|
|
569
|
+
dependencies = [
|
|
570
|
+
"crc32fast",
|
|
571
|
+
"miniz_oxide",
|
|
572
|
+
"zlib-rs",
|
|
573
|
+
]
|
|
574
|
+
|
|
575
|
+
[[package]]
|
|
576
|
+
name = "fnv"
|
|
577
|
+
version = "1.0.7"
|
|
578
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
580
|
+
|
|
581
|
+
[[package]]
|
|
582
|
+
name = "foldhash"
|
|
583
|
+
version = "0.1.5"
|
|
584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
585
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
586
|
+
|
|
587
|
+
[[package]]
|
|
588
|
+
name = "foldhash"
|
|
589
|
+
version = "0.2.0"
|
|
590
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
591
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
592
|
+
|
|
593
|
+
[[package]]
|
|
594
|
+
name = "form_urlencoded"
|
|
595
|
+
version = "1.2.2"
|
|
596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
598
|
+
dependencies = [
|
|
599
|
+
"percent-encoding",
|
|
600
|
+
]
|
|
601
|
+
|
|
602
|
+
[[package]]
|
|
603
|
+
name = "fs4"
|
|
604
|
+
version = "1.1.0"
|
|
605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
606
|
+
checksum = "7e72ed92b67c146290f88e9c89d60ca163ea417a446f61ffd7b72df3e7f1dfd5"
|
|
607
|
+
dependencies = [
|
|
608
|
+
"rustix",
|
|
609
|
+
"windows-sys 0.61.2",
|
|
610
|
+
]
|
|
611
|
+
|
|
612
|
+
[[package]]
|
|
613
|
+
name = "futures"
|
|
614
|
+
version = "0.3.34"
|
|
615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
616
|
+
checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
|
|
617
|
+
dependencies = [
|
|
618
|
+
"futures-channel",
|
|
619
|
+
"futures-core",
|
|
620
|
+
"futures-executor",
|
|
621
|
+
"futures-io",
|
|
622
|
+
"futures-sink",
|
|
623
|
+
"futures-task",
|
|
624
|
+
"futures-util",
|
|
625
|
+
]
|
|
626
|
+
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "futures-channel"
|
|
629
|
+
version = "0.3.34"
|
|
630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
632
|
+
dependencies = [
|
|
633
|
+
"futures-core",
|
|
634
|
+
"futures-sink",
|
|
635
|
+
]
|
|
636
|
+
|
|
637
|
+
[[package]]
|
|
638
|
+
name = "futures-core"
|
|
639
|
+
version = "0.3.34"
|
|
640
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
641
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
642
|
+
|
|
643
|
+
[[package]]
|
|
644
|
+
name = "futures-executor"
|
|
645
|
+
version = "0.3.34"
|
|
646
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
647
|
+
checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
|
|
648
|
+
dependencies = [
|
|
649
|
+
"futures-core",
|
|
650
|
+
"futures-task",
|
|
651
|
+
"futures-util",
|
|
652
|
+
]
|
|
653
|
+
|
|
654
|
+
[[package]]
|
|
655
|
+
name = "futures-io"
|
|
656
|
+
version = "0.3.34"
|
|
657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
+
checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
|
|
659
|
+
|
|
660
|
+
[[package]]
|
|
661
|
+
name = "futures-macro"
|
|
662
|
+
version = "0.3.34"
|
|
663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
664
|
+
checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
665
|
+
dependencies = [
|
|
666
|
+
"proc-macro2",
|
|
667
|
+
"quote",
|
|
668
|
+
"syn 3.0.6",
|
|
669
|
+
]
|
|
670
|
+
|
|
671
|
+
[[package]]
|
|
672
|
+
name = "futures-sink"
|
|
673
|
+
version = "0.3.34"
|
|
674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
676
|
+
|
|
677
|
+
[[package]]
|
|
678
|
+
name = "futures-task"
|
|
679
|
+
version = "0.3.34"
|
|
680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
681
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
682
|
+
|
|
683
|
+
[[package]]
|
|
684
|
+
name = "futures-util"
|
|
685
|
+
version = "0.3.34"
|
|
686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
687
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
688
|
+
dependencies = [
|
|
689
|
+
"futures-channel",
|
|
690
|
+
"futures-core",
|
|
691
|
+
"futures-io",
|
|
692
|
+
"futures-macro",
|
|
693
|
+
"futures-sink",
|
|
694
|
+
"futures-task",
|
|
695
|
+
"memchr",
|
|
696
|
+
"pin-project-lite",
|
|
697
|
+
"slab",
|
|
698
|
+
]
|
|
699
|
+
|
|
700
|
+
[[package]]
|
|
701
|
+
name = "getrandom"
|
|
702
|
+
version = "0.2.17"
|
|
703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
705
|
+
dependencies = [
|
|
706
|
+
"cfg-if",
|
|
707
|
+
"js-sys",
|
|
708
|
+
"libc",
|
|
709
|
+
"wasi",
|
|
710
|
+
"wasm-bindgen",
|
|
711
|
+
]
|
|
712
|
+
|
|
713
|
+
[[package]]
|
|
714
|
+
name = "getrandom"
|
|
715
|
+
version = "0.3.4"
|
|
716
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
717
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
718
|
+
dependencies = [
|
|
719
|
+
"cfg-if",
|
|
720
|
+
"libc",
|
|
721
|
+
"r-efi 5.3.0",
|
|
722
|
+
"wasip2",
|
|
723
|
+
]
|
|
724
|
+
|
|
725
|
+
[[package]]
|
|
726
|
+
name = "getrandom"
|
|
727
|
+
version = "0.4.3"
|
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
730
|
+
dependencies = [
|
|
731
|
+
"cfg-if",
|
|
732
|
+
"js-sys",
|
|
733
|
+
"libc",
|
|
734
|
+
"r-efi 6.0.0",
|
|
735
|
+
"rand_core 0.10.1",
|
|
736
|
+
"wasm-bindgen",
|
|
737
|
+
]
|
|
738
|
+
|
|
739
|
+
[[package]]
|
|
740
|
+
name = "glob"
|
|
741
|
+
version = "0.3.4"
|
|
742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
744
|
+
|
|
745
|
+
[[package]]
|
|
746
|
+
name = "h2"
|
|
747
|
+
version = "0.4.19"
|
|
748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
749
|
+
checksum = "ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16"
|
|
750
|
+
dependencies = [
|
|
751
|
+
"atomic-waker",
|
|
752
|
+
"bytes",
|
|
753
|
+
"fnv",
|
|
754
|
+
"futures-core",
|
|
755
|
+
"futures-sink",
|
|
756
|
+
"http",
|
|
757
|
+
"indexmap",
|
|
758
|
+
"slab",
|
|
759
|
+
"tokio",
|
|
760
|
+
"tokio-util",
|
|
761
|
+
"tracing",
|
|
762
|
+
]
|
|
763
|
+
|
|
764
|
+
[[package]]
|
|
765
|
+
name = "half"
|
|
766
|
+
version = "2.7.1"
|
|
767
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
768
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
769
|
+
dependencies = [
|
|
770
|
+
"bytemuck",
|
|
771
|
+
"cfg-if",
|
|
772
|
+
"crunchy",
|
|
773
|
+
"num-traits",
|
|
774
|
+
"serde",
|
|
775
|
+
"zerocopy",
|
|
776
|
+
]
|
|
777
|
+
|
|
778
|
+
[[package]]
|
|
779
|
+
name = "hashbrown"
|
|
780
|
+
version = "0.15.5"
|
|
781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
783
|
+
dependencies = [
|
|
784
|
+
"allocator-api2",
|
|
785
|
+
"equivalent",
|
|
786
|
+
"foldhash 0.1.5",
|
|
787
|
+
]
|
|
788
|
+
|
|
789
|
+
[[package]]
|
|
790
|
+
name = "hashbrown"
|
|
791
|
+
version = "0.17.1"
|
|
792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
793
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
794
|
+
dependencies = [
|
|
795
|
+
"allocator-api2",
|
|
796
|
+
"equivalent",
|
|
797
|
+
"foldhash 0.2.0",
|
|
798
|
+
"rayon",
|
|
799
|
+
"serde",
|
|
800
|
+
"serde_core",
|
|
801
|
+
]
|
|
802
|
+
|
|
803
|
+
[[package]]
|
|
804
|
+
name = "heck"
|
|
805
|
+
version = "0.5.0"
|
|
806
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
807
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
808
|
+
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "hex"
|
|
811
|
+
version = "0.4.3"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
814
|
+
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "home"
|
|
817
|
+
version = "0.5.12"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
820
|
+
dependencies = [
|
|
821
|
+
"windows-sys 0.61.2",
|
|
822
|
+
]
|
|
823
|
+
|
|
824
|
+
[[package]]
|
|
825
|
+
name = "http"
|
|
826
|
+
version = "1.5.0"
|
|
827
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
828
|
+
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
|
|
829
|
+
dependencies = [
|
|
830
|
+
"bytes",
|
|
831
|
+
"itoa",
|
|
832
|
+
]
|
|
833
|
+
|
|
834
|
+
[[package]]
|
|
835
|
+
name = "http-body"
|
|
836
|
+
version = "1.1.0"
|
|
837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
839
|
+
dependencies = [
|
|
840
|
+
"bytes",
|
|
841
|
+
"http",
|
|
842
|
+
]
|
|
843
|
+
|
|
844
|
+
[[package]]
|
|
845
|
+
name = "http-body-util"
|
|
846
|
+
version = "0.1.5"
|
|
847
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
848
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
849
|
+
dependencies = [
|
|
850
|
+
"bytes",
|
|
851
|
+
"futures-core",
|
|
852
|
+
"http",
|
|
853
|
+
"http-body",
|
|
854
|
+
"pin-project-lite",
|
|
855
|
+
]
|
|
856
|
+
|
|
857
|
+
[[package]]
|
|
858
|
+
name = "httparse"
|
|
859
|
+
version = "1.10.1"
|
|
860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
861
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
862
|
+
|
|
863
|
+
[[package]]
|
|
864
|
+
name = "humantime"
|
|
865
|
+
version = "2.4.0"
|
|
866
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
867
|
+
checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
|
|
868
|
+
|
|
869
|
+
[[package]]
|
|
870
|
+
name = "hybrid-array"
|
|
871
|
+
version = "0.4.15"
|
|
872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873
|
+
checksum = "27f864f10dfb56725ce5ce5472bc52252c8f93a4ab86327122cebf62c5f59a17"
|
|
874
|
+
dependencies = [
|
|
875
|
+
"typenum",
|
|
876
|
+
]
|
|
877
|
+
|
|
878
|
+
[[package]]
|
|
879
|
+
name = "hyper"
|
|
880
|
+
version = "1.11.1"
|
|
881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
+
checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
|
|
883
|
+
dependencies = [
|
|
884
|
+
"atomic-waker",
|
|
885
|
+
"bytes",
|
|
886
|
+
"futures-channel",
|
|
887
|
+
"futures-core",
|
|
888
|
+
"h2",
|
|
889
|
+
"http",
|
|
890
|
+
"http-body",
|
|
891
|
+
"httparse",
|
|
892
|
+
"itoa",
|
|
893
|
+
"pin-project-lite",
|
|
894
|
+
"smallvec",
|
|
895
|
+
"tokio",
|
|
896
|
+
"want",
|
|
897
|
+
]
|
|
898
|
+
|
|
899
|
+
[[package]]
|
|
900
|
+
name = "hyper-rustls"
|
|
901
|
+
version = "0.27.10"
|
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
|
+
checksum = "dfa8e654703247911e29c23fbeaa261834bd9bb74efba2f9acddc37bfb127f53"
|
|
904
|
+
dependencies = [
|
|
905
|
+
"http",
|
|
906
|
+
"hyper",
|
|
907
|
+
"hyper-util",
|
|
908
|
+
"rustls",
|
|
909
|
+
"rustls-native-certs",
|
|
910
|
+
"tokio",
|
|
911
|
+
"tokio-rustls",
|
|
912
|
+
"tower-service",
|
|
913
|
+
]
|
|
914
|
+
|
|
915
|
+
[[package]]
|
|
916
|
+
name = "hyper-util"
|
|
917
|
+
version = "0.1.20"
|
|
918
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
920
|
+
dependencies = [
|
|
921
|
+
"base64",
|
|
922
|
+
"bytes",
|
|
923
|
+
"futures-channel",
|
|
924
|
+
"futures-util",
|
|
925
|
+
"http",
|
|
926
|
+
"http-body",
|
|
927
|
+
"hyper",
|
|
928
|
+
"ipnet",
|
|
929
|
+
"libc",
|
|
930
|
+
"percent-encoding",
|
|
931
|
+
"pin-project-lite",
|
|
932
|
+
"socket2",
|
|
933
|
+
"tokio",
|
|
934
|
+
"tower-service",
|
|
935
|
+
"tracing",
|
|
936
|
+
]
|
|
937
|
+
|
|
938
|
+
[[package]]
|
|
939
|
+
name = "iana-time-zone"
|
|
940
|
+
version = "0.1.65"
|
|
941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
943
|
+
dependencies = [
|
|
944
|
+
"android_system_properties",
|
|
945
|
+
"core-foundation-sys",
|
|
946
|
+
"iana-time-zone-haiku",
|
|
947
|
+
"js-sys",
|
|
948
|
+
"log",
|
|
949
|
+
"wasm-bindgen",
|
|
950
|
+
"windows-core",
|
|
951
|
+
]
|
|
952
|
+
|
|
953
|
+
[[package]]
|
|
954
|
+
name = "iana-time-zone-haiku"
|
|
955
|
+
version = "0.1.2"
|
|
956
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
958
|
+
dependencies = [
|
|
959
|
+
"cc",
|
|
960
|
+
]
|
|
961
|
+
|
|
962
|
+
[[package]]
|
|
963
|
+
name = "icu_collections"
|
|
964
|
+
version = "2.3.0"
|
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
967
|
+
dependencies = [
|
|
968
|
+
"displaydoc",
|
|
969
|
+
"potential_utf",
|
|
970
|
+
"utf8_iter",
|
|
971
|
+
"yoke",
|
|
972
|
+
"zerofrom",
|
|
973
|
+
"zerovec",
|
|
974
|
+
]
|
|
975
|
+
|
|
976
|
+
[[package]]
|
|
977
|
+
name = "icu_locale_core"
|
|
978
|
+
version = "2.3.0"
|
|
979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
980
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
981
|
+
dependencies = [
|
|
982
|
+
"displaydoc",
|
|
983
|
+
"litemap",
|
|
984
|
+
"tinystr",
|
|
985
|
+
"writeable",
|
|
986
|
+
"zerovec",
|
|
987
|
+
]
|
|
988
|
+
|
|
989
|
+
[[package]]
|
|
990
|
+
name = "icu_normalizer"
|
|
991
|
+
version = "2.3.0"
|
|
992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
993
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
994
|
+
dependencies = [
|
|
995
|
+
"icu_collections",
|
|
996
|
+
"icu_normalizer_data",
|
|
997
|
+
"icu_properties",
|
|
998
|
+
"icu_provider",
|
|
999
|
+
"smallvec",
|
|
1000
|
+
"zerovec",
|
|
1001
|
+
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "icu_normalizer_data"
|
|
1005
|
+
version = "2.3.0"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "icu_properties"
|
|
1011
|
+
version = "2.3.0"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
1014
|
+
dependencies = [
|
|
1015
|
+
"displaydoc",
|
|
1016
|
+
"icu_collections",
|
|
1017
|
+
"icu_locale_core",
|
|
1018
|
+
"icu_properties_data",
|
|
1019
|
+
"icu_provider",
|
|
1020
|
+
"zerotrie",
|
|
1021
|
+
"zerovec",
|
|
1022
|
+
]
|
|
1023
|
+
|
|
1024
|
+
[[package]]
|
|
1025
|
+
name = "icu_properties_data"
|
|
1026
|
+
version = "2.3.0"
|
|
1027
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
1029
|
+
|
|
1030
|
+
[[package]]
|
|
1031
|
+
name = "icu_provider"
|
|
1032
|
+
version = "2.3.1"
|
|
1033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
+
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
|
|
1035
|
+
dependencies = [
|
|
1036
|
+
"displaydoc",
|
|
1037
|
+
"icu_locale_core",
|
|
1038
|
+
"writeable",
|
|
1039
|
+
"yoke",
|
|
1040
|
+
"zerofrom",
|
|
1041
|
+
"zerotrie",
|
|
1042
|
+
"zerovec",
|
|
1043
|
+
]
|
|
1044
|
+
|
|
1045
|
+
[[package]]
|
|
1046
|
+
name = "idna"
|
|
1047
|
+
version = "1.1.0"
|
|
1048
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1049
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1050
|
+
dependencies = [
|
|
1051
|
+
"idna_adapter",
|
|
1052
|
+
"smallvec",
|
|
1053
|
+
"utf8_iter",
|
|
1054
|
+
]
|
|
1055
|
+
|
|
1056
|
+
[[package]]
|
|
1057
|
+
name = "idna_adapter"
|
|
1058
|
+
version = "1.2.2"
|
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
+
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1061
|
+
dependencies = [
|
|
1062
|
+
"icu_normalizer",
|
|
1063
|
+
"icu_properties",
|
|
1064
|
+
]
|
|
1065
|
+
|
|
1066
|
+
[[package]]
|
|
1067
|
+
name = "indexmap"
|
|
1068
|
+
version = "2.14.2"
|
|
1069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
+
checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
|
|
1071
|
+
dependencies = [
|
|
1072
|
+
"equivalent",
|
|
1073
|
+
"hashbrown 0.17.1",
|
|
1074
|
+
"serde",
|
|
1075
|
+
"serde_core",
|
|
1076
|
+
]
|
|
1077
|
+
|
|
1078
|
+
[[package]]
|
|
1079
|
+
name = "intervals-core"
|
|
1080
|
+
version = "0.1.0"
|
|
1081
|
+
dependencies = [
|
|
1082
|
+
"proptest",
|
|
1083
|
+
]
|
|
1084
|
+
|
|
1085
|
+
[[package]]
|
|
1086
|
+
name = "ipnet"
|
|
1087
|
+
version = "2.12.2"
|
|
1088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1089
|
+
checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|
1090
|
+
|
|
1091
|
+
[[package]]
|
|
1092
|
+
name = "iter-read"
|
|
1093
|
+
version = "1.1.0"
|
|
1094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1095
|
+
checksum = "071ed4cc1afd86650602c7b11aa2e1ce30762a1c27193201cb5cee9c6ebb1294"
|
|
1096
|
+
|
|
1097
|
+
[[package]]
|
|
1098
|
+
name = "itertools"
|
|
1099
|
+
version = "0.14.0"
|
|
1100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
1102
|
+
dependencies = [
|
|
1103
|
+
"either",
|
|
1104
|
+
]
|
|
1105
|
+
|
|
1106
|
+
[[package]]
|
|
1107
|
+
name = "itoa"
|
|
1108
|
+
version = "1.0.18"
|
|
1109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1110
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1111
|
+
|
|
1112
|
+
[[package]]
|
|
1113
|
+
name = "jobserver"
|
|
1114
|
+
version = "0.1.35"
|
|
1115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
1117
|
+
dependencies = [
|
|
1118
|
+
"getrandom 0.4.3",
|
|
1119
|
+
"libc",
|
|
1120
|
+
]
|
|
1121
|
+
|
|
1122
|
+
[[package]]
|
|
1123
|
+
name = "js-sys"
|
|
1124
|
+
version = "0.3.105"
|
|
1125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1126
|
+
checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
|
|
1127
|
+
dependencies = [
|
|
1128
|
+
"cfg-if",
|
|
1129
|
+
"futures-util",
|
|
1130
|
+
"wasm-bindgen",
|
|
1131
|
+
]
|
|
1132
|
+
|
|
1133
|
+
[[package]]
|
|
1134
|
+
name = "libc"
|
|
1135
|
+
version = "0.2.189"
|
|
1136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1138
|
+
|
|
1139
|
+
[[package]]
|
|
1140
|
+
name = "libm"
|
|
1141
|
+
version = "0.2.16"
|
|
1142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1143
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
1144
|
+
|
|
1145
|
+
[[package]]
|
|
1146
|
+
name = "linux-raw-sys"
|
|
1147
|
+
version = "0.12.1"
|
|
1148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1149
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1150
|
+
|
|
1151
|
+
[[package]]
|
|
1152
|
+
name = "litemap"
|
|
1153
|
+
version = "0.8.3"
|
|
1154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
1156
|
+
|
|
1157
|
+
[[package]]
|
|
1158
|
+
name = "lock_api"
|
|
1159
|
+
version = "0.4.14"
|
|
1160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1162
|
+
dependencies = [
|
|
1163
|
+
"scopeguard",
|
|
1164
|
+
]
|
|
1165
|
+
|
|
1166
|
+
[[package]]
|
|
1167
|
+
name = "log"
|
|
1168
|
+
version = "0.4.34"
|
|
1169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1170
|
+
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
|
|
1171
|
+
|
|
1172
|
+
[[package]]
|
|
1173
|
+
name = "lru-slab"
|
|
1174
|
+
version = "0.1.3"
|
|
1175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1176
|
+
checksum = "4050469837a6ff301cd14c1f8f24f88549e6d548f24f64e2148eb0f72cebc51f"
|
|
1177
|
+
|
|
1178
|
+
[[package]]
|
|
1179
|
+
name = "lz4"
|
|
1180
|
+
version = "1.28.1"
|
|
1181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1182
|
+
checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
|
|
1183
|
+
dependencies = [
|
|
1184
|
+
"lz4-sys",
|
|
1185
|
+
]
|
|
1186
|
+
|
|
1187
|
+
[[package]]
|
|
1188
|
+
name = "lz4-sys"
|
|
1189
|
+
version = "1.11.1+lz4-1.10.0"
|
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1191
|
+
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
|
|
1192
|
+
dependencies = [
|
|
1193
|
+
"cc",
|
|
1194
|
+
"libc",
|
|
1195
|
+
]
|
|
1196
|
+
|
|
1197
|
+
[[package]]
|
|
1198
|
+
name = "matrixmultiply"
|
|
1199
|
+
version = "0.3.11"
|
|
1200
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1201
|
+
checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
|
|
1202
|
+
dependencies = [
|
|
1203
|
+
"autocfg",
|
|
1204
|
+
"rawpointer",
|
|
1205
|
+
]
|
|
1206
|
+
|
|
1207
|
+
[[package]]
|
|
1208
|
+
name = "memchr"
|
|
1209
|
+
version = "2.8.3"
|
|
1210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
1212
|
+
|
|
1213
|
+
[[package]]
|
|
1214
|
+
name = "memmap2"
|
|
1215
|
+
version = "0.9.11"
|
|
1216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1217
|
+
checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
|
|
1218
|
+
dependencies = [
|
|
1219
|
+
"libc",
|
|
1220
|
+
]
|
|
1221
|
+
|
|
1222
|
+
[[package]]
|
|
1223
|
+
name = "miniz_oxide"
|
|
1224
|
+
version = "0.9.1"
|
|
1225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1226
|
+
checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
|
|
1227
|
+
dependencies = [
|
|
1228
|
+
"adler2",
|
|
1229
|
+
"simd-adler32",
|
|
1230
|
+
]
|
|
1231
|
+
|
|
1232
|
+
[[package]]
|
|
1233
|
+
name = "mio"
|
|
1234
|
+
version = "1.2.3"
|
|
1235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
+
checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
|
|
1237
|
+
dependencies = [
|
|
1238
|
+
"libc",
|
|
1239
|
+
"wasi",
|
|
1240
|
+
"windows-sys 0.61.2",
|
|
1241
|
+
]
|
|
1242
|
+
|
|
1243
|
+
[[package]]
|
|
1244
|
+
name = "ndarray"
|
|
1245
|
+
version = "0.17.2"
|
|
1246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1247
|
+
checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
|
|
1248
|
+
dependencies = [
|
|
1249
|
+
"matrixmultiply",
|
|
1250
|
+
"num-complex",
|
|
1251
|
+
"num-integer",
|
|
1252
|
+
"num-traits",
|
|
1253
|
+
"portable-atomic",
|
|
1254
|
+
"portable-atomic-util",
|
|
1255
|
+
"rawpointer",
|
|
1256
|
+
]
|
|
1257
|
+
|
|
1258
|
+
[[package]]
|
|
1259
|
+
name = "now"
|
|
1260
|
+
version = "0.1.3"
|
|
1261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
+
checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
|
|
1263
|
+
dependencies = [
|
|
1264
|
+
"chrono",
|
|
1265
|
+
]
|
|
1266
|
+
|
|
1267
|
+
[[package]]
|
|
1268
|
+
name = "ntapi"
|
|
1269
|
+
version = "0.4.3"
|
|
1270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1271
|
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
1272
|
+
dependencies = [
|
|
1273
|
+
"winapi",
|
|
1274
|
+
]
|
|
1275
|
+
|
|
1276
|
+
[[package]]
|
|
1277
|
+
name = "num-bigint"
|
|
1278
|
+
version = "0.4.8"
|
|
1279
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1280
|
+
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
|
|
1281
|
+
dependencies = [
|
|
1282
|
+
"num-integer",
|
|
1283
|
+
"num-traits",
|
|
1284
|
+
]
|
|
1285
|
+
|
|
1286
|
+
[[package]]
|
|
1287
|
+
name = "num-complex"
|
|
1288
|
+
version = "0.4.6"
|
|
1289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1290
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
1291
|
+
dependencies = [
|
|
1292
|
+
"num-traits",
|
|
1293
|
+
]
|
|
1294
|
+
|
|
1295
|
+
[[package]]
|
|
1296
|
+
name = "num-derive"
|
|
1297
|
+
version = "0.4.2"
|
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
+
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
1300
|
+
dependencies = [
|
|
1301
|
+
"proc-macro2",
|
|
1302
|
+
"quote",
|
|
1303
|
+
"syn 2.0.119",
|
|
1304
|
+
]
|
|
1305
|
+
|
|
1306
|
+
[[package]]
|
|
1307
|
+
name = "num-integer"
|
|
1308
|
+
version = "0.1.47"
|
|
1309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1310
|
+
checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
|
|
1311
|
+
dependencies = [
|
|
1312
|
+
"num-traits",
|
|
1313
|
+
]
|
|
1314
|
+
|
|
1315
|
+
[[package]]
|
|
1316
|
+
name = "num-traits"
|
|
1317
|
+
version = "0.2.19"
|
|
1318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1319
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1320
|
+
dependencies = [
|
|
1321
|
+
"autocfg",
|
|
1322
|
+
"libm",
|
|
1323
|
+
]
|
|
1324
|
+
|
|
1325
|
+
[[package]]
|
|
1326
|
+
name = "numpy"
|
|
1327
|
+
version = "0.29.0"
|
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
+
checksum = "6a5b15d63a5ff39e378daed0e1340d3a5964703ea9712eb09a0dc66fade996f4"
|
|
1330
|
+
dependencies = [
|
|
1331
|
+
"half",
|
|
1332
|
+
"libc",
|
|
1333
|
+
"ndarray",
|
|
1334
|
+
"num-complex",
|
|
1335
|
+
"num-integer",
|
|
1336
|
+
"num-traits",
|
|
1337
|
+
"pyo3",
|
|
1338
|
+
"pyo3-build-config",
|
|
1339
|
+
"rustc-hash",
|
|
1340
|
+
]
|
|
1341
|
+
|
|
1342
|
+
[[package]]
|
|
1343
|
+
name = "objc2-core-foundation"
|
|
1344
|
+
version = "0.3.2"
|
|
1345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1346
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1347
|
+
dependencies = [
|
|
1348
|
+
"bitflags",
|
|
1349
|
+
]
|
|
1350
|
+
|
|
1351
|
+
[[package]]
|
|
1352
|
+
name = "objc2-io-kit"
|
|
1353
|
+
version = "0.3.2"
|
|
1354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
|
+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
|
1356
|
+
dependencies = [
|
|
1357
|
+
"libc",
|
|
1358
|
+
"objc2-core-foundation",
|
|
1359
|
+
]
|
|
1360
|
+
|
|
1361
|
+
[[package]]
|
|
1362
|
+
name = "object"
|
|
1363
|
+
version = "0.39.1"
|
|
1364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1365
|
+
checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
|
|
1366
|
+
dependencies = [
|
|
1367
|
+
"memchr",
|
|
1368
|
+
]
|
|
1369
|
+
|
|
1370
|
+
[[package]]
|
|
1371
|
+
name = "object_store"
|
|
1372
|
+
version = "0.13.2"
|
|
1373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
|
+
checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49"
|
|
1375
|
+
dependencies = [
|
|
1376
|
+
"async-trait",
|
|
1377
|
+
"base64",
|
|
1378
|
+
"bytes",
|
|
1379
|
+
"chrono",
|
|
1380
|
+
"form_urlencoded",
|
|
1381
|
+
"futures-channel",
|
|
1382
|
+
"futures-core",
|
|
1383
|
+
"futures-util",
|
|
1384
|
+
"http",
|
|
1385
|
+
"http-body-util",
|
|
1386
|
+
"humantime",
|
|
1387
|
+
"hyper",
|
|
1388
|
+
"itertools",
|
|
1389
|
+
"parking_lot",
|
|
1390
|
+
"percent-encoding",
|
|
1391
|
+
"quick-xml",
|
|
1392
|
+
"rand 0.10.3",
|
|
1393
|
+
"reqwest",
|
|
1394
|
+
"ring",
|
|
1395
|
+
"serde",
|
|
1396
|
+
"serde_json",
|
|
1397
|
+
"serde_urlencoded",
|
|
1398
|
+
"thiserror",
|
|
1399
|
+
"tokio",
|
|
1400
|
+
"tracing",
|
|
1401
|
+
"url",
|
|
1402
|
+
"walkdir",
|
|
1403
|
+
"wasm-bindgen-futures",
|
|
1404
|
+
"web-time",
|
|
1405
|
+
]
|
|
1406
|
+
|
|
1407
|
+
[[package]]
|
|
1408
|
+
name = "once_cell"
|
|
1409
|
+
version = "1.21.4"
|
|
1410
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1411
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1412
|
+
|
|
1413
|
+
[[package]]
|
|
1414
|
+
name = "openssl-probe"
|
|
1415
|
+
version = "0.2.1"
|
|
1416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1417
|
+
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
1418
|
+
|
|
1419
|
+
[[package]]
|
|
1420
|
+
name = "parking"
|
|
1421
|
+
version = "2.2.1"
|
|
1422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1423
|
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
1424
|
+
|
|
1425
|
+
[[package]]
|
|
1426
|
+
name = "parking_lot"
|
|
1427
|
+
version = "0.12.5"
|
|
1428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1429
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1430
|
+
dependencies = [
|
|
1431
|
+
"lock_api",
|
|
1432
|
+
"parking_lot_core",
|
|
1433
|
+
]
|
|
1434
|
+
|
|
1435
|
+
[[package]]
|
|
1436
|
+
name = "parking_lot_core"
|
|
1437
|
+
version = "0.9.12"
|
|
1438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1440
|
+
dependencies = [
|
|
1441
|
+
"cfg-if",
|
|
1442
|
+
"libc",
|
|
1443
|
+
"redox_syscall",
|
|
1444
|
+
"smallvec",
|
|
1445
|
+
"windows-link",
|
|
1446
|
+
]
|
|
1447
|
+
|
|
1448
|
+
[[package]]
|
|
1449
|
+
name = "percent-encoding"
|
|
1450
|
+
version = "2.3.2"
|
|
1451
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1452
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1453
|
+
|
|
1454
|
+
[[package]]
|
|
1455
|
+
name = "phf"
|
|
1456
|
+
version = "0.12.1"
|
|
1457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
+
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
|
|
1459
|
+
dependencies = [
|
|
1460
|
+
"phf_shared",
|
|
1461
|
+
]
|
|
1462
|
+
|
|
1463
|
+
[[package]]
|
|
1464
|
+
name = "phf_shared"
|
|
1465
|
+
version = "0.12.1"
|
|
1466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
+
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
|
|
1468
|
+
dependencies = [
|
|
1469
|
+
"siphasher",
|
|
1470
|
+
]
|
|
1471
|
+
|
|
1472
|
+
[[package]]
|
|
1473
|
+
name = "pin-project-lite"
|
|
1474
|
+
version = "0.2.17"
|
|
1475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1476
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1477
|
+
|
|
1478
|
+
[[package]]
|
|
1479
|
+
name = "pkg-config"
|
|
1480
|
+
version = "0.3.34"
|
|
1481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1482
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
1483
|
+
|
|
1484
|
+
[[package]]
|
|
1485
|
+
name = "planus"
|
|
1486
|
+
version = "1.1.1"
|
|
1487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1488
|
+
checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
|
|
1489
|
+
dependencies = [
|
|
1490
|
+
"array-init-cursor",
|
|
1491
|
+
"hashbrown 0.15.5",
|
|
1492
|
+
]
|
|
1493
|
+
|
|
1494
|
+
[[package]]
|
|
1495
|
+
name = "polars"
|
|
1496
|
+
version = "0.55.2"
|
|
1497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1498
|
+
checksum = "d52d3ed4e6b3917427f6d3c43edbd2740babe228bb4ccfa3431eac105844045d"
|
|
1499
|
+
dependencies = [
|
|
1500
|
+
"getrandom 0.2.17",
|
|
1501
|
+
"getrandom 0.4.3",
|
|
1502
|
+
"polars-arrow",
|
|
1503
|
+
"polars-buffer",
|
|
1504
|
+
"polars-compute",
|
|
1505
|
+
"polars-core",
|
|
1506
|
+
"polars-error",
|
|
1507
|
+
"polars-io",
|
|
1508
|
+
"polars-lazy",
|
|
1509
|
+
"polars-ops",
|
|
1510
|
+
"polars-plan",
|
|
1511
|
+
"polars-time",
|
|
1512
|
+
"polars-utils",
|
|
1513
|
+
"version_check",
|
|
1514
|
+
]
|
|
1515
|
+
|
|
1516
|
+
[[package]]
|
|
1517
|
+
name = "polars-arrow"
|
|
1518
|
+
version = "0.55.2"
|
|
1519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
+
checksum = "c5ab55460ca2553d1a2bbaf2046998cfbbb685bc18d1e168b4367b63301eb271"
|
|
1521
|
+
dependencies = [
|
|
1522
|
+
"bitflags",
|
|
1523
|
+
"bytemuck",
|
|
1524
|
+
"bytes",
|
|
1525
|
+
"chrono",
|
|
1526
|
+
"chrono-tz",
|
|
1527
|
+
"dyn-clone",
|
|
1528
|
+
"either",
|
|
1529
|
+
"ethnum",
|
|
1530
|
+
"getrandom 0.2.17",
|
|
1531
|
+
"getrandom 0.4.3",
|
|
1532
|
+
"half",
|
|
1533
|
+
"hashbrown 0.17.1",
|
|
1534
|
+
"lz4",
|
|
1535
|
+
"num-traits",
|
|
1536
|
+
"polars-arrow-format",
|
|
1537
|
+
"polars-buffer",
|
|
1538
|
+
"polars-error",
|
|
1539
|
+
"polars-schema",
|
|
1540
|
+
"polars-utils",
|
|
1541
|
+
"serde",
|
|
1542
|
+
"simdutf8",
|
|
1543
|
+
"streaming-iterator",
|
|
1544
|
+
"strum_macros",
|
|
1545
|
+
"version_check",
|
|
1546
|
+
"zstd",
|
|
1547
|
+
]
|
|
1548
|
+
|
|
1549
|
+
[[package]]
|
|
1550
|
+
name = "polars-arrow-format"
|
|
1551
|
+
version = "0.2.1"
|
|
1552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1553
|
+
checksum = "a556ac0ee744e61e167f34c1eb0013ce740e0ee6cd8c158b2ec0b518f10e6675"
|
|
1554
|
+
dependencies = [
|
|
1555
|
+
"planus",
|
|
1556
|
+
"serde",
|
|
1557
|
+
]
|
|
1558
|
+
|
|
1559
|
+
[[package]]
|
|
1560
|
+
name = "polars-async"
|
|
1561
|
+
version = "0.55.2"
|
|
1562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1563
|
+
checksum = "e8f484cb2db25ff605107a9f8dca8d5a47d25770cf5e04ceb75c0ef4d6bc2418"
|
|
1564
|
+
dependencies = [
|
|
1565
|
+
"atomic-waker",
|
|
1566
|
+
"crossbeam-channel",
|
|
1567
|
+
"crossbeam-deque",
|
|
1568
|
+
"crossbeam-utils",
|
|
1569
|
+
"parking_lot",
|
|
1570
|
+
"pin-project-lite",
|
|
1571
|
+
"polars-config",
|
|
1572
|
+
"polars-error",
|
|
1573
|
+
"polars-utils",
|
|
1574
|
+
"rand 0.10.3",
|
|
1575
|
+
"slotmap",
|
|
1576
|
+
"tokio",
|
|
1577
|
+
]
|
|
1578
|
+
|
|
1579
|
+
[[package]]
|
|
1580
|
+
name = "polars-buffer"
|
|
1581
|
+
version = "0.55.2"
|
|
1582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1583
|
+
checksum = "485320cdb93ad4b4725fea30e5d4e59c32c8ad62420dbda7830eb96080e47363"
|
|
1584
|
+
dependencies = [
|
|
1585
|
+
"bytemuck",
|
|
1586
|
+
"either",
|
|
1587
|
+
"polars-utils",
|
|
1588
|
+
"serde",
|
|
1589
|
+
"version_check",
|
|
1590
|
+
]
|
|
1591
|
+
|
|
1592
|
+
[[package]]
|
|
1593
|
+
name = "polars-compute"
|
|
1594
|
+
version = "0.55.2"
|
|
1595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1596
|
+
checksum = "0b54be44ceacf1028fd8219b34c791ed4e1db852950f3eb7e10ba9bf63bbdb50"
|
|
1597
|
+
dependencies = [
|
|
1598
|
+
"atoi_simd",
|
|
1599
|
+
"bytemuck",
|
|
1600
|
+
"chrono",
|
|
1601
|
+
"either",
|
|
1602
|
+
"fast-float2",
|
|
1603
|
+
"hashbrown 0.17.1",
|
|
1604
|
+
"itoa",
|
|
1605
|
+
"num-traits",
|
|
1606
|
+
"polars-arrow",
|
|
1607
|
+
"polars-buffer",
|
|
1608
|
+
"polars-error",
|
|
1609
|
+
"polars-utils",
|
|
1610
|
+
"rand 0.10.3",
|
|
1611
|
+
"serde",
|
|
1612
|
+
"strength_reduce",
|
|
1613
|
+
"strum_macros",
|
|
1614
|
+
"version_check",
|
|
1615
|
+
"zmij",
|
|
1616
|
+
]
|
|
1617
|
+
|
|
1618
|
+
[[package]]
|
|
1619
|
+
name = "polars-config"
|
|
1620
|
+
version = "0.55.2"
|
|
1621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1622
|
+
checksum = "13dcd35a686654570d9642ed4f3c55eccad75911024c95d6b1459663cfb83bc1"
|
|
1623
|
+
dependencies = [
|
|
1624
|
+
"polars-error",
|
|
1625
|
+
"serde",
|
|
1626
|
+
]
|
|
1627
|
+
|
|
1628
|
+
[[package]]
|
|
1629
|
+
name = "polars-core"
|
|
1630
|
+
version = "0.55.2"
|
|
1631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
+
checksum = "ac24a25f4c2696089bb9059e4b45338ea74833a79b9552fef066d6f2cfb3aaed"
|
|
1633
|
+
dependencies = [
|
|
1634
|
+
"bitflags",
|
|
1635
|
+
"boxcar",
|
|
1636
|
+
"bytemuck",
|
|
1637
|
+
"chrono",
|
|
1638
|
+
"either",
|
|
1639
|
+
"getrandom 0.4.3",
|
|
1640
|
+
"hashbrown 0.17.1",
|
|
1641
|
+
"indexmap",
|
|
1642
|
+
"itoa",
|
|
1643
|
+
"num-traits",
|
|
1644
|
+
"polars-arrow",
|
|
1645
|
+
"polars-async",
|
|
1646
|
+
"polars-buffer",
|
|
1647
|
+
"polars-compute",
|
|
1648
|
+
"polars-config",
|
|
1649
|
+
"polars-dtype",
|
|
1650
|
+
"polars-error",
|
|
1651
|
+
"polars-row",
|
|
1652
|
+
"polars-schema",
|
|
1653
|
+
"polars-utils",
|
|
1654
|
+
"rand 0.10.3",
|
|
1655
|
+
"rand_distr",
|
|
1656
|
+
"rayon",
|
|
1657
|
+
"regex",
|
|
1658
|
+
"serde",
|
|
1659
|
+
"serde_json",
|
|
1660
|
+
"strum_macros",
|
|
1661
|
+
"tokio",
|
|
1662
|
+
"uuid",
|
|
1663
|
+
"version_check",
|
|
1664
|
+
"xxhash-rust",
|
|
1665
|
+
]
|
|
1666
|
+
|
|
1667
|
+
[[package]]
|
|
1668
|
+
name = "polars-dtype"
|
|
1669
|
+
version = "0.55.2"
|
|
1670
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1671
|
+
checksum = "768f9d1f996eebc7f9b0d7686d9147cf4b4f217fd907c4b90f4448dcee01ea05"
|
|
1672
|
+
dependencies = [
|
|
1673
|
+
"boxcar",
|
|
1674
|
+
"hashbrown 0.17.1",
|
|
1675
|
+
"polars-arrow",
|
|
1676
|
+
"polars-error",
|
|
1677
|
+
"polars-utils",
|
|
1678
|
+
"serde",
|
|
1679
|
+
"uuid",
|
|
1680
|
+
]
|
|
1681
|
+
|
|
1682
|
+
[[package]]
|
|
1683
|
+
name = "polars-error"
|
|
1684
|
+
version = "0.55.2"
|
|
1685
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1686
|
+
checksum = "8f6995c2121c31687704fae5281517e29bbd34838fcf8dd15c8e8ae526bb6624"
|
|
1687
|
+
dependencies = [
|
|
1688
|
+
"object_store",
|
|
1689
|
+
"parking_lot",
|
|
1690
|
+
"polars-arrow-format",
|
|
1691
|
+
"pyo3",
|
|
1692
|
+
"regex",
|
|
1693
|
+
"signal-hook",
|
|
1694
|
+
"simdutf8",
|
|
1695
|
+
]
|
|
1696
|
+
|
|
1697
|
+
[[package]]
|
|
1698
|
+
name = "polars-expr"
|
|
1699
|
+
version = "0.55.2"
|
|
1700
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1701
|
+
checksum = "b59262210ac41f3b30f49f46855501206eba27baaa6bd919545703bc706dd617"
|
|
1702
|
+
dependencies = [
|
|
1703
|
+
"bitflags",
|
|
1704
|
+
"hashbrown 0.17.1",
|
|
1705
|
+
"num-traits",
|
|
1706
|
+
"polars-arrow",
|
|
1707
|
+
"polars-buffer",
|
|
1708
|
+
"polars-compute",
|
|
1709
|
+
"polars-core",
|
|
1710
|
+
"polars-io",
|
|
1711
|
+
"polars-ops",
|
|
1712
|
+
"polars-plan",
|
|
1713
|
+
"polars-row",
|
|
1714
|
+
"polars-utils",
|
|
1715
|
+
"rand 0.10.3",
|
|
1716
|
+
"rayon",
|
|
1717
|
+
"recursive",
|
|
1718
|
+
"version_check",
|
|
1719
|
+
]
|
|
1720
|
+
|
|
1721
|
+
[[package]]
|
|
1722
|
+
name = "polars-ffi"
|
|
1723
|
+
version = "0.55.2"
|
|
1724
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1725
|
+
checksum = "12b0201688b03f1647685c504c43784daeed5b2d42c6312e7b79fc13686f32c8"
|
|
1726
|
+
dependencies = [
|
|
1727
|
+
"polars-arrow",
|
|
1728
|
+
"polars-core",
|
|
1729
|
+
]
|
|
1730
|
+
|
|
1731
|
+
[[package]]
|
|
1732
|
+
name = "polars-intervals"
|
|
1733
|
+
version = "0.1.0"
|
|
1734
|
+
dependencies = [
|
|
1735
|
+
"intervals-core",
|
|
1736
|
+
"polars",
|
|
1737
|
+
"pyo3",
|
|
1738
|
+
"pyo3-polars",
|
|
1739
|
+
]
|
|
1740
|
+
|
|
1741
|
+
[[package]]
|
|
1742
|
+
name = "polars-io"
|
|
1743
|
+
version = "0.55.2"
|
|
1744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1745
|
+
checksum = "3ba705af75665c6c6f6822bdc20a0b162846dd9d23573221096945b45210c2db"
|
|
1746
|
+
dependencies = [
|
|
1747
|
+
"async-trait",
|
|
1748
|
+
"atoi_simd",
|
|
1749
|
+
"blake3",
|
|
1750
|
+
"bytes",
|
|
1751
|
+
"chrono",
|
|
1752
|
+
"crossbeam-queue",
|
|
1753
|
+
"fast-float2",
|
|
1754
|
+
"fastrand",
|
|
1755
|
+
"fs4",
|
|
1756
|
+
"futures",
|
|
1757
|
+
"glob",
|
|
1758
|
+
"hashbrown 0.17.1",
|
|
1759
|
+
"home",
|
|
1760
|
+
"itoa",
|
|
1761
|
+
"memchr",
|
|
1762
|
+
"memmap2",
|
|
1763
|
+
"num-traits",
|
|
1764
|
+
"object_store",
|
|
1765
|
+
"parking_lot",
|
|
1766
|
+
"percent-encoding",
|
|
1767
|
+
"polars-arrow",
|
|
1768
|
+
"polars-buffer",
|
|
1769
|
+
"polars-compute",
|
|
1770
|
+
"polars-config",
|
|
1771
|
+
"polars-core",
|
|
1772
|
+
"polars-error",
|
|
1773
|
+
"polars-parquet",
|
|
1774
|
+
"polars-schema",
|
|
1775
|
+
"polars-utils",
|
|
1776
|
+
"rand 0.10.3",
|
|
1777
|
+
"rayon",
|
|
1778
|
+
"regex",
|
|
1779
|
+
"reqwest",
|
|
1780
|
+
"serde",
|
|
1781
|
+
"serde_json",
|
|
1782
|
+
"simdutf8",
|
|
1783
|
+
"tokio",
|
|
1784
|
+
"zmij",
|
|
1785
|
+
]
|
|
1786
|
+
|
|
1787
|
+
[[package]]
|
|
1788
|
+
name = "polars-lazy"
|
|
1789
|
+
version = "0.55.2"
|
|
1790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1791
|
+
checksum = "79654a98520b5df9be08ce5004be90a5c8004d0f73d54500c1aa923874ec84f3"
|
|
1792
|
+
dependencies = [
|
|
1793
|
+
"bitflags",
|
|
1794
|
+
"chrono",
|
|
1795
|
+
"either",
|
|
1796
|
+
"memchr",
|
|
1797
|
+
"polars-arrow",
|
|
1798
|
+
"polars-buffer",
|
|
1799
|
+
"polars-compute",
|
|
1800
|
+
"polars-config",
|
|
1801
|
+
"polars-core",
|
|
1802
|
+
"polars-expr",
|
|
1803
|
+
"polars-io",
|
|
1804
|
+
"polars-mem-engine",
|
|
1805
|
+
"polars-ops",
|
|
1806
|
+
"polars-plan",
|
|
1807
|
+
"polars-stream",
|
|
1808
|
+
"polars-utils",
|
|
1809
|
+
"rayon",
|
|
1810
|
+
"version_check",
|
|
1811
|
+
]
|
|
1812
|
+
|
|
1813
|
+
[[package]]
|
|
1814
|
+
name = "polars-mem-engine"
|
|
1815
|
+
version = "0.55.2"
|
|
1816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1817
|
+
checksum = "843e77a0987bea00063c227cbb889f30e754942b42851043cd9f90403e516ca2"
|
|
1818
|
+
dependencies = [
|
|
1819
|
+
"memmap2",
|
|
1820
|
+
"polars-arrow",
|
|
1821
|
+
"polars-core",
|
|
1822
|
+
"polars-error",
|
|
1823
|
+
"polars-expr",
|
|
1824
|
+
"polars-io",
|
|
1825
|
+
"polars-ops",
|
|
1826
|
+
"polars-plan",
|
|
1827
|
+
"polars-utils",
|
|
1828
|
+
"rayon",
|
|
1829
|
+
"recursive",
|
|
1830
|
+
]
|
|
1831
|
+
|
|
1832
|
+
[[package]]
|
|
1833
|
+
name = "polars-ooc"
|
|
1834
|
+
version = "0.55.2"
|
|
1835
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
+
checksum = "265c422c52d04c876a07cd688fe0da2c43c6597cdaff36e34746c443ec2e9fdb"
|
|
1837
|
+
dependencies = [
|
|
1838
|
+
"async-trait",
|
|
1839
|
+
"boxcar",
|
|
1840
|
+
"libc",
|
|
1841
|
+
"polars-async",
|
|
1842
|
+
"polars-config",
|
|
1843
|
+
"polars-core",
|
|
1844
|
+
"polars-error",
|
|
1845
|
+
"polars-io",
|
|
1846
|
+
"polars-utils",
|
|
1847
|
+
"rand 0.10.3",
|
|
1848
|
+
"rand_distr",
|
|
1849
|
+
"thread_local",
|
|
1850
|
+
"tokio",
|
|
1851
|
+
"uuid",
|
|
1852
|
+
]
|
|
1853
|
+
|
|
1854
|
+
[[package]]
|
|
1855
|
+
name = "polars-ops"
|
|
1856
|
+
version = "0.55.2"
|
|
1857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1858
|
+
checksum = "a3eeac77f1380bc8ba40ae9a9512911697952dfd3cfa48013f98a477e7ec6771"
|
|
1859
|
+
dependencies = [
|
|
1860
|
+
"argminmax",
|
|
1861
|
+
"bytemuck",
|
|
1862
|
+
"either",
|
|
1863
|
+
"hashbrown 0.17.1",
|
|
1864
|
+
"indexmap",
|
|
1865
|
+
"libm",
|
|
1866
|
+
"memchr",
|
|
1867
|
+
"num-traits",
|
|
1868
|
+
"polars-arrow",
|
|
1869
|
+
"polars-buffer",
|
|
1870
|
+
"polars-compute",
|
|
1871
|
+
"polars-core",
|
|
1872
|
+
"polars-error",
|
|
1873
|
+
"polars-schema",
|
|
1874
|
+
"polars-utils",
|
|
1875
|
+
"rayon",
|
|
1876
|
+
"regex",
|
|
1877
|
+
"regex-syntax",
|
|
1878
|
+
"serde",
|
|
1879
|
+
"strum_macros",
|
|
1880
|
+
"version_check",
|
|
1881
|
+
]
|
|
1882
|
+
|
|
1883
|
+
[[package]]
|
|
1884
|
+
name = "polars-parquet"
|
|
1885
|
+
version = "0.55.2"
|
|
1886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1887
|
+
checksum = "d33a17979d2afa0309437478662cf996361a6e1768bf467db82bd4f4a9443064"
|
|
1888
|
+
dependencies = [
|
|
1889
|
+
"async-stream",
|
|
1890
|
+
"base64",
|
|
1891
|
+
"bytemuck",
|
|
1892
|
+
"ethnum",
|
|
1893
|
+
"futures",
|
|
1894
|
+
"hashbrown 0.17.1",
|
|
1895
|
+
"num-traits",
|
|
1896
|
+
"polars-arrow",
|
|
1897
|
+
"polars-buffer",
|
|
1898
|
+
"polars-compute",
|
|
1899
|
+
"polars-config",
|
|
1900
|
+
"polars-error",
|
|
1901
|
+
"polars-parquet-format",
|
|
1902
|
+
"polars-utils",
|
|
1903
|
+
"regex",
|
|
1904
|
+
"serde",
|
|
1905
|
+
"simdutf8",
|
|
1906
|
+
"streaming-decompression",
|
|
1907
|
+
]
|
|
1908
|
+
|
|
1909
|
+
[[package]]
|
|
1910
|
+
name = "polars-parquet-format"
|
|
1911
|
+
version = "0.1.0"
|
|
1912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
+
checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
|
|
1914
|
+
dependencies = [
|
|
1915
|
+
"async-trait",
|
|
1916
|
+
"futures",
|
|
1917
|
+
]
|
|
1918
|
+
|
|
1919
|
+
[[package]]
|
|
1920
|
+
name = "polars-plan"
|
|
1921
|
+
version = "0.55.2"
|
|
1922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
+
checksum = "467bd857c46405807e6645942be2de284aa43bc503fc6d20efb16e1adf25b7a6"
|
|
1924
|
+
dependencies = [
|
|
1925
|
+
"bitflags",
|
|
1926
|
+
"blake3",
|
|
1927
|
+
"bytemuck",
|
|
1928
|
+
"bytes",
|
|
1929
|
+
"digest-io",
|
|
1930
|
+
"either",
|
|
1931
|
+
"futures",
|
|
1932
|
+
"hashbrown 0.17.1",
|
|
1933
|
+
"hex",
|
|
1934
|
+
"indexmap",
|
|
1935
|
+
"memmap2",
|
|
1936
|
+
"num-traits",
|
|
1937
|
+
"percent-encoding",
|
|
1938
|
+
"polars-arrow",
|
|
1939
|
+
"polars-buffer",
|
|
1940
|
+
"polars-compute",
|
|
1941
|
+
"polars-config",
|
|
1942
|
+
"polars-core",
|
|
1943
|
+
"polars-error",
|
|
1944
|
+
"polars-ffi",
|
|
1945
|
+
"polars-io",
|
|
1946
|
+
"polars-ops",
|
|
1947
|
+
"polars-time",
|
|
1948
|
+
"polars-utils",
|
|
1949
|
+
"pyo3",
|
|
1950
|
+
"rayon",
|
|
1951
|
+
"recursive",
|
|
1952
|
+
"serde",
|
|
1953
|
+
"sha2",
|
|
1954
|
+
"slotmap",
|
|
1955
|
+
"strum_macros",
|
|
1956
|
+
"tokio",
|
|
1957
|
+
"version_check",
|
|
1958
|
+
]
|
|
1959
|
+
|
|
1960
|
+
[[package]]
|
|
1961
|
+
name = "polars-row"
|
|
1962
|
+
version = "0.55.2"
|
|
1963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
+
checksum = "71ac05187ac33abcfe9b7c997f0cd2ea9bfe8e04e9018d343e16fb2b64e2f5bb"
|
|
1965
|
+
dependencies = [
|
|
1966
|
+
"bitflags",
|
|
1967
|
+
"bytemuck",
|
|
1968
|
+
"polars-arrow",
|
|
1969
|
+
"polars-buffer",
|
|
1970
|
+
"polars-compute",
|
|
1971
|
+
"polars-dtype",
|
|
1972
|
+
"polars-error",
|
|
1973
|
+
"polars-utils",
|
|
1974
|
+
]
|
|
1975
|
+
|
|
1976
|
+
[[package]]
|
|
1977
|
+
name = "polars-schema"
|
|
1978
|
+
version = "0.55.2"
|
|
1979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
+
checksum = "dacc161d9b647e4b936836a07d731cec06e2ed2c7d51a7f7565b5ce7767dcf40"
|
|
1981
|
+
dependencies = [
|
|
1982
|
+
"indexmap",
|
|
1983
|
+
"polars-error",
|
|
1984
|
+
"polars-utils",
|
|
1985
|
+
"serde",
|
|
1986
|
+
"version_check",
|
|
1987
|
+
]
|
|
1988
|
+
|
|
1989
|
+
[[package]]
|
|
1990
|
+
name = "polars-stream"
|
|
1991
|
+
version = "0.55.2"
|
|
1992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1993
|
+
checksum = "b173c0c52f53ca930f3b59bc56a5854a650eb9555d67bba9022051714bc0b88f"
|
|
1994
|
+
dependencies = [
|
|
1995
|
+
"async-channel",
|
|
1996
|
+
"async-trait",
|
|
1997
|
+
"bitflags",
|
|
1998
|
+
"bytes",
|
|
1999
|
+
"chrono",
|
|
2000
|
+
"chrono-tz",
|
|
2001
|
+
"crossbeam-channel",
|
|
2002
|
+
"crossbeam-queue",
|
|
2003
|
+
"futures",
|
|
2004
|
+
"memchr",
|
|
2005
|
+
"num-traits",
|
|
2006
|
+
"parking_lot",
|
|
2007
|
+
"percent-encoding",
|
|
2008
|
+
"polars-arrow",
|
|
2009
|
+
"polars-async",
|
|
2010
|
+
"polars-buffer",
|
|
2011
|
+
"polars-compute",
|
|
2012
|
+
"polars-config",
|
|
2013
|
+
"polars-core",
|
|
2014
|
+
"polars-error",
|
|
2015
|
+
"polars-expr",
|
|
2016
|
+
"polars-io",
|
|
2017
|
+
"polars-mem-engine",
|
|
2018
|
+
"polars-ooc",
|
|
2019
|
+
"polars-ops",
|
|
2020
|
+
"polars-parquet",
|
|
2021
|
+
"polars-plan",
|
|
2022
|
+
"polars-time",
|
|
2023
|
+
"polars-utils",
|
|
2024
|
+
"rayon",
|
|
2025
|
+
"recursive",
|
|
2026
|
+
"slotmap",
|
|
2027
|
+
"tokio",
|
|
2028
|
+
"uuid",
|
|
2029
|
+
"version_check",
|
|
2030
|
+
]
|
|
2031
|
+
|
|
2032
|
+
[[package]]
|
|
2033
|
+
name = "polars-time"
|
|
2034
|
+
version = "0.55.2"
|
|
2035
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2036
|
+
checksum = "bff76883a07b033d9191e6d6ff86ee696770bcc462241666a8ccdddff1afdbc2"
|
|
2037
|
+
dependencies = [
|
|
2038
|
+
"atoi_simd",
|
|
2039
|
+
"bytemuck",
|
|
2040
|
+
"chrono",
|
|
2041
|
+
"now",
|
|
2042
|
+
"num-traits",
|
|
2043
|
+
"polars-arrow",
|
|
2044
|
+
"polars-compute",
|
|
2045
|
+
"polars-core",
|
|
2046
|
+
"polars-error",
|
|
2047
|
+
"polars-ops",
|
|
2048
|
+
"polars-utils",
|
|
2049
|
+
"rayon",
|
|
2050
|
+
"regex",
|
|
2051
|
+
"serde",
|
|
2052
|
+
"strum_macros",
|
|
2053
|
+
]
|
|
2054
|
+
|
|
2055
|
+
[[package]]
|
|
2056
|
+
name = "polars-utils"
|
|
2057
|
+
version = "0.55.2"
|
|
2058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2059
|
+
checksum = "88aa5ed59ba6f52190b3368d3d9536f95c8c2ab161ee08a22bb3f4319a11a9bd"
|
|
2060
|
+
dependencies = [
|
|
2061
|
+
"argminmax",
|
|
2062
|
+
"bincode",
|
|
2063
|
+
"bytemuck",
|
|
2064
|
+
"bytes",
|
|
2065
|
+
"compact_str",
|
|
2066
|
+
"either",
|
|
2067
|
+
"flate2",
|
|
2068
|
+
"foldhash 0.2.0",
|
|
2069
|
+
"futures",
|
|
2070
|
+
"half",
|
|
2071
|
+
"hashbrown 0.17.1",
|
|
2072
|
+
"indexmap",
|
|
2073
|
+
"libc",
|
|
2074
|
+
"memmap2",
|
|
2075
|
+
"num-derive",
|
|
2076
|
+
"num-traits",
|
|
2077
|
+
"numpy",
|
|
2078
|
+
"polars-config",
|
|
2079
|
+
"polars-error",
|
|
2080
|
+
"pyo3",
|
|
2081
|
+
"rand 0.10.3",
|
|
2082
|
+
"raw-cpuid",
|
|
2083
|
+
"rayon",
|
|
2084
|
+
"regex",
|
|
2085
|
+
"rmp-serde",
|
|
2086
|
+
"serde",
|
|
2087
|
+
"serde_json",
|
|
2088
|
+
"serde_stacker",
|
|
2089
|
+
"slotmap",
|
|
2090
|
+
"stacker",
|
|
2091
|
+
"sysinfo",
|
|
2092
|
+
"tokio",
|
|
2093
|
+
"uuid",
|
|
2094
|
+
"version_check",
|
|
2095
|
+
]
|
|
2096
|
+
|
|
2097
|
+
[[package]]
|
|
2098
|
+
name = "portable-atomic"
|
|
2099
|
+
version = "1.15.0"
|
|
2100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2101
|
+
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
2102
|
+
|
|
2103
|
+
[[package]]
|
|
2104
|
+
name = "portable-atomic-util"
|
|
2105
|
+
version = "0.2.8"
|
|
2106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
+
checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
|
|
2108
|
+
dependencies = [
|
|
2109
|
+
"portable-atomic",
|
|
2110
|
+
]
|
|
2111
|
+
|
|
2112
|
+
[[package]]
|
|
2113
|
+
name = "potential_utf"
|
|
2114
|
+
version = "0.1.6"
|
|
2115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2116
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
2117
|
+
dependencies = [
|
|
2118
|
+
"zerovec",
|
|
2119
|
+
]
|
|
2120
|
+
|
|
2121
|
+
[[package]]
|
|
2122
|
+
name = "ppv-lite86"
|
|
2123
|
+
version = "0.2.21"
|
|
2124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2125
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2126
|
+
dependencies = [
|
|
2127
|
+
"zerocopy",
|
|
2128
|
+
]
|
|
2129
|
+
|
|
2130
|
+
[[package]]
|
|
2131
|
+
name = "proc-macro2"
|
|
2132
|
+
version = "1.0.107"
|
|
2133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2134
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
2135
|
+
dependencies = [
|
|
2136
|
+
"unicode-ident",
|
|
2137
|
+
]
|
|
2138
|
+
|
|
2139
|
+
[[package]]
|
|
2140
|
+
name = "proptest"
|
|
2141
|
+
version = "1.11.0"
|
|
2142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2143
|
+
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
2144
|
+
dependencies = [
|
|
2145
|
+
"bit-set",
|
|
2146
|
+
"bit-vec",
|
|
2147
|
+
"bitflags",
|
|
2148
|
+
"num-traits",
|
|
2149
|
+
"rand 0.9.5",
|
|
2150
|
+
"rand_chacha",
|
|
2151
|
+
"rand_xorshift",
|
|
2152
|
+
"regex-syntax",
|
|
2153
|
+
"rusty-fork",
|
|
2154
|
+
"tempfile",
|
|
2155
|
+
"unarray",
|
|
2156
|
+
]
|
|
2157
|
+
|
|
2158
|
+
[[package]]
|
|
2159
|
+
name = "psm"
|
|
2160
|
+
version = "0.1.32"
|
|
2161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2162
|
+
checksum = "4dcd034599e63b970727f70d79e02d62390a4a84f7c6b827c27c46d5ac3fa622"
|
|
2163
|
+
dependencies = [
|
|
2164
|
+
"ar_archive_writer",
|
|
2165
|
+
"cc",
|
|
2166
|
+
]
|
|
2167
|
+
|
|
2168
|
+
[[package]]
|
|
2169
|
+
name = "pyo3"
|
|
2170
|
+
version = "0.29.2"
|
|
2171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
+
checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
|
|
2173
|
+
dependencies = [
|
|
2174
|
+
"libc",
|
|
2175
|
+
"once_cell",
|
|
2176
|
+
"portable-atomic",
|
|
2177
|
+
"pyo3-build-config",
|
|
2178
|
+
"pyo3-ffi",
|
|
2179
|
+
"pyo3-macros",
|
|
2180
|
+
]
|
|
2181
|
+
|
|
2182
|
+
[[package]]
|
|
2183
|
+
name = "pyo3-build-config"
|
|
2184
|
+
version = "0.29.2"
|
|
2185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
+
checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
|
|
2187
|
+
dependencies = [
|
|
2188
|
+
"target-lexicon",
|
|
2189
|
+
]
|
|
2190
|
+
|
|
2191
|
+
[[package]]
|
|
2192
|
+
name = "pyo3-ffi"
|
|
2193
|
+
version = "0.29.2"
|
|
2194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2195
|
+
checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
|
|
2196
|
+
dependencies = [
|
|
2197
|
+
"libc",
|
|
2198
|
+
"pyo3-build-config",
|
|
2199
|
+
]
|
|
2200
|
+
|
|
2201
|
+
[[package]]
|
|
2202
|
+
name = "pyo3-macros"
|
|
2203
|
+
version = "0.29.2"
|
|
2204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2205
|
+
checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
|
|
2206
|
+
dependencies = [
|
|
2207
|
+
"proc-macro2",
|
|
2208
|
+
"pyo3-macros-backend",
|
|
2209
|
+
"quote",
|
|
2210
|
+
"syn 2.0.119",
|
|
2211
|
+
]
|
|
2212
|
+
|
|
2213
|
+
[[package]]
|
|
2214
|
+
name = "pyo3-macros-backend"
|
|
2215
|
+
version = "0.29.2"
|
|
2216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2217
|
+
checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
|
|
2218
|
+
dependencies = [
|
|
2219
|
+
"heck",
|
|
2220
|
+
"proc-macro2",
|
|
2221
|
+
"quote",
|
|
2222
|
+
"syn 2.0.119",
|
|
2223
|
+
]
|
|
2224
|
+
|
|
2225
|
+
[[package]]
|
|
2226
|
+
name = "pyo3-polars"
|
|
2227
|
+
version = "0.28.0"
|
|
2228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2229
|
+
checksum = "edbd5831456c88d2ba153608fd9cca4baf3dbc6364ed4628d1e12ca6122b7ddb"
|
|
2230
|
+
dependencies = [
|
|
2231
|
+
"libc",
|
|
2232
|
+
"once_cell",
|
|
2233
|
+
"polars",
|
|
2234
|
+
"polars-arrow",
|
|
2235
|
+
"polars-config",
|
|
2236
|
+
"polars-core",
|
|
2237
|
+
"polars-error",
|
|
2238
|
+
"polars-ffi",
|
|
2239
|
+
"polars-plan",
|
|
2240
|
+
"pyo3",
|
|
2241
|
+
"pyo3-polars-derive",
|
|
2242
|
+
"serde",
|
|
2243
|
+
"serde-pickle",
|
|
2244
|
+
"thiserror",
|
|
2245
|
+
]
|
|
2246
|
+
|
|
2247
|
+
[[package]]
|
|
2248
|
+
name = "pyo3-polars-derive"
|
|
2249
|
+
version = "0.22.0"
|
|
2250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2251
|
+
checksum = "8ec01b2f29641899a0286ac3b48aafe8ee3375510b1bfbe322c88d30f71d1bc7"
|
|
2252
|
+
dependencies = [
|
|
2253
|
+
"polars-arrow",
|
|
2254
|
+
"polars-core",
|
|
2255
|
+
"polars-ffi",
|
|
2256
|
+
"polars-plan",
|
|
2257
|
+
"proc-macro2",
|
|
2258
|
+
"quote",
|
|
2259
|
+
"syn 2.0.119",
|
|
2260
|
+
]
|
|
2261
|
+
|
|
2262
|
+
[[package]]
|
|
2263
|
+
name = "quick-error"
|
|
2264
|
+
version = "1.2.3"
|
|
2265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2266
|
+
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
2267
|
+
|
|
2268
|
+
[[package]]
|
|
2269
|
+
name = "quick-xml"
|
|
2270
|
+
version = "0.39.4"
|
|
2271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2272
|
+
checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
|
|
2273
|
+
dependencies = [
|
|
2274
|
+
"memchr",
|
|
2275
|
+
"serde",
|
|
2276
|
+
]
|
|
2277
|
+
|
|
2278
|
+
[[package]]
|
|
2279
|
+
name = "quinn"
|
|
2280
|
+
version = "0.11.12"
|
|
2281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2282
|
+
checksum = "4051e23e9185c255a7e33ef59cdbca87a22d359052eecd22fc6b901fb37d9d11"
|
|
2283
|
+
dependencies = [
|
|
2284
|
+
"bytes",
|
|
2285
|
+
"cfg_aliases",
|
|
2286
|
+
"pin-project-lite",
|
|
2287
|
+
"quinn-proto",
|
|
2288
|
+
"quinn-udp",
|
|
2289
|
+
"rustc-hash",
|
|
2290
|
+
"rustls",
|
|
2291
|
+
"socket2",
|
|
2292
|
+
"thiserror",
|
|
2293
|
+
"tokio",
|
|
2294
|
+
"tracing",
|
|
2295
|
+
"web-time",
|
|
2296
|
+
]
|
|
2297
|
+
|
|
2298
|
+
[[package]]
|
|
2299
|
+
name = "quinn-proto"
|
|
2300
|
+
version = "0.11.18"
|
|
2301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2302
|
+
checksum = "a9746dbde176634f4f2f1faf2404e30a31b2bc1e9cafb5329c95d8177a18c9fc"
|
|
2303
|
+
dependencies = [
|
|
2304
|
+
"bytes",
|
|
2305
|
+
"getrandom 0.4.3",
|
|
2306
|
+
"lru-slab",
|
|
2307
|
+
"rand 0.10.3",
|
|
2308
|
+
"rand_pcg",
|
|
2309
|
+
"ring",
|
|
2310
|
+
"rustc-hash",
|
|
2311
|
+
"rustls",
|
|
2312
|
+
"rustls-pki-types",
|
|
2313
|
+
"slab",
|
|
2314
|
+
"thiserror",
|
|
2315
|
+
"tinyvec",
|
|
2316
|
+
"tracing",
|
|
2317
|
+
"web-time",
|
|
2318
|
+
]
|
|
2319
|
+
|
|
2320
|
+
[[package]]
|
|
2321
|
+
name = "quinn-udp"
|
|
2322
|
+
version = "0.5.15"
|
|
2323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2324
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
2325
|
+
dependencies = [
|
|
2326
|
+
"cfg_aliases",
|
|
2327
|
+
"libc",
|
|
2328
|
+
"once_cell",
|
|
2329
|
+
"socket2",
|
|
2330
|
+
"tracing",
|
|
2331
|
+
"windows-sys 0.61.2",
|
|
2332
|
+
]
|
|
2333
|
+
|
|
2334
|
+
[[package]]
|
|
2335
|
+
name = "quote"
|
|
2336
|
+
version = "1.0.47"
|
|
2337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2338
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
2339
|
+
dependencies = [
|
|
2340
|
+
"proc-macro2",
|
|
2341
|
+
]
|
|
2342
|
+
|
|
2343
|
+
[[package]]
|
|
2344
|
+
name = "r-efi"
|
|
2345
|
+
version = "5.3.0"
|
|
2346
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2347
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2348
|
+
|
|
2349
|
+
[[package]]
|
|
2350
|
+
name = "r-efi"
|
|
2351
|
+
version = "6.0.0"
|
|
2352
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2353
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2354
|
+
|
|
2355
|
+
[[package]]
|
|
2356
|
+
name = "rand"
|
|
2357
|
+
version = "0.9.5"
|
|
2358
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
|
+
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
|
2360
|
+
dependencies = [
|
|
2361
|
+
"rand_chacha",
|
|
2362
|
+
"rand_core 0.9.5",
|
|
2363
|
+
]
|
|
2364
|
+
|
|
2365
|
+
[[package]]
|
|
2366
|
+
name = "rand"
|
|
2367
|
+
version = "0.10.3"
|
|
2368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2369
|
+
checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af"
|
|
2370
|
+
dependencies = [
|
|
2371
|
+
"chacha20",
|
|
2372
|
+
"getrandom 0.4.3",
|
|
2373
|
+
"rand_core 0.10.1",
|
|
2374
|
+
]
|
|
2375
|
+
|
|
2376
|
+
[[package]]
|
|
2377
|
+
name = "rand_chacha"
|
|
2378
|
+
version = "0.9.0"
|
|
2379
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2380
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2381
|
+
dependencies = [
|
|
2382
|
+
"ppv-lite86",
|
|
2383
|
+
"rand_core 0.9.5",
|
|
2384
|
+
]
|
|
2385
|
+
|
|
2386
|
+
[[package]]
|
|
2387
|
+
name = "rand_core"
|
|
2388
|
+
version = "0.9.5"
|
|
2389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2390
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
2391
|
+
dependencies = [
|
|
2392
|
+
"getrandom 0.3.4",
|
|
2393
|
+
]
|
|
2394
|
+
|
|
2395
|
+
[[package]]
|
|
2396
|
+
name = "rand_core"
|
|
2397
|
+
version = "0.10.1"
|
|
2398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2399
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
2400
|
+
|
|
2401
|
+
[[package]]
|
|
2402
|
+
name = "rand_distr"
|
|
2403
|
+
version = "0.6.0"
|
|
2404
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2405
|
+
checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8"
|
|
2406
|
+
dependencies = [
|
|
2407
|
+
"num-traits",
|
|
2408
|
+
"rand 0.10.3",
|
|
2409
|
+
]
|
|
2410
|
+
|
|
2411
|
+
[[package]]
|
|
2412
|
+
name = "rand_pcg"
|
|
2413
|
+
version = "0.10.2"
|
|
2414
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2415
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
2416
|
+
dependencies = [
|
|
2417
|
+
"rand_core 0.10.1",
|
|
2418
|
+
]
|
|
2419
|
+
|
|
2420
|
+
[[package]]
|
|
2421
|
+
name = "rand_xorshift"
|
|
2422
|
+
version = "0.4.0"
|
|
2423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2424
|
+
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
2425
|
+
dependencies = [
|
|
2426
|
+
"rand_core 0.9.5",
|
|
2427
|
+
]
|
|
2428
|
+
|
|
2429
|
+
[[package]]
|
|
2430
|
+
name = "raw-cpuid"
|
|
2431
|
+
version = "11.6.0"
|
|
2432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2433
|
+
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
|
2434
|
+
dependencies = [
|
|
2435
|
+
"bitflags",
|
|
2436
|
+
]
|
|
2437
|
+
|
|
2438
|
+
[[package]]
|
|
2439
|
+
name = "rawpointer"
|
|
2440
|
+
version = "0.2.1"
|
|
2441
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2442
|
+
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
2443
|
+
|
|
2444
|
+
[[package]]
|
|
2445
|
+
name = "rayon"
|
|
2446
|
+
version = "1.12.0"
|
|
2447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2448
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2449
|
+
dependencies = [
|
|
2450
|
+
"either",
|
|
2451
|
+
"rayon-core",
|
|
2452
|
+
]
|
|
2453
|
+
|
|
2454
|
+
[[package]]
|
|
2455
|
+
name = "rayon-core"
|
|
2456
|
+
version = "1.13.0"
|
|
2457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2458
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2459
|
+
dependencies = [
|
|
2460
|
+
"crossbeam-deque",
|
|
2461
|
+
"crossbeam-utils",
|
|
2462
|
+
]
|
|
2463
|
+
|
|
2464
|
+
[[package]]
|
|
2465
|
+
name = "recursive"
|
|
2466
|
+
version = "0.1.1"
|
|
2467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2468
|
+
checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
|
|
2469
|
+
dependencies = [
|
|
2470
|
+
"recursive-proc-macro-impl",
|
|
2471
|
+
"stacker",
|
|
2472
|
+
]
|
|
2473
|
+
|
|
2474
|
+
[[package]]
|
|
2475
|
+
name = "recursive-proc-macro-impl"
|
|
2476
|
+
version = "0.1.1"
|
|
2477
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2478
|
+
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
|
2479
|
+
dependencies = [
|
|
2480
|
+
"quote",
|
|
2481
|
+
"syn 2.0.119",
|
|
2482
|
+
]
|
|
2483
|
+
|
|
2484
|
+
[[package]]
|
|
2485
|
+
name = "redox_syscall"
|
|
2486
|
+
version = "0.5.18"
|
|
2487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2488
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2489
|
+
dependencies = [
|
|
2490
|
+
"bitflags",
|
|
2491
|
+
]
|
|
2492
|
+
|
|
2493
|
+
[[package]]
|
|
2494
|
+
name = "regex"
|
|
2495
|
+
version = "1.13.1"
|
|
2496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2497
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
2498
|
+
dependencies = [
|
|
2499
|
+
"aho-corasick",
|
|
2500
|
+
"memchr",
|
|
2501
|
+
"regex-automata",
|
|
2502
|
+
"regex-syntax",
|
|
2503
|
+
]
|
|
2504
|
+
|
|
2505
|
+
[[package]]
|
|
2506
|
+
name = "regex-automata"
|
|
2507
|
+
version = "0.4.18"
|
|
2508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2509
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
2510
|
+
dependencies = [
|
|
2511
|
+
"aho-corasick",
|
|
2512
|
+
"memchr",
|
|
2513
|
+
"regex-syntax",
|
|
2514
|
+
]
|
|
2515
|
+
|
|
2516
|
+
[[package]]
|
|
2517
|
+
name = "regex-syntax"
|
|
2518
|
+
version = "0.8.11"
|
|
2519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2521
|
+
|
|
2522
|
+
[[package]]
|
|
2523
|
+
name = "reqwest"
|
|
2524
|
+
version = "0.12.28"
|
|
2525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2526
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
2527
|
+
dependencies = [
|
|
2528
|
+
"base64",
|
|
2529
|
+
"bytes",
|
|
2530
|
+
"futures-core",
|
|
2531
|
+
"futures-util",
|
|
2532
|
+
"h2",
|
|
2533
|
+
"http",
|
|
2534
|
+
"http-body",
|
|
2535
|
+
"http-body-util",
|
|
2536
|
+
"hyper",
|
|
2537
|
+
"hyper-rustls",
|
|
2538
|
+
"hyper-util",
|
|
2539
|
+
"js-sys",
|
|
2540
|
+
"log",
|
|
2541
|
+
"percent-encoding",
|
|
2542
|
+
"pin-project-lite",
|
|
2543
|
+
"quinn",
|
|
2544
|
+
"rustls",
|
|
2545
|
+
"rustls-native-certs",
|
|
2546
|
+
"rustls-pki-types",
|
|
2547
|
+
"serde",
|
|
2548
|
+
"serde_json",
|
|
2549
|
+
"serde_urlencoded",
|
|
2550
|
+
"sync_wrapper",
|
|
2551
|
+
"tokio",
|
|
2552
|
+
"tokio-rustls",
|
|
2553
|
+
"tokio-util",
|
|
2554
|
+
"tower",
|
|
2555
|
+
"tower-http",
|
|
2556
|
+
"tower-service",
|
|
2557
|
+
"url",
|
|
2558
|
+
"wasm-bindgen",
|
|
2559
|
+
"wasm-bindgen-futures",
|
|
2560
|
+
"wasm-streams",
|
|
2561
|
+
"web-sys",
|
|
2562
|
+
]
|
|
2563
|
+
|
|
2564
|
+
[[package]]
|
|
2565
|
+
name = "ring"
|
|
2566
|
+
version = "0.17.14"
|
|
2567
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2568
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
2569
|
+
dependencies = [
|
|
2570
|
+
"cc",
|
|
2571
|
+
"cfg-if",
|
|
2572
|
+
"getrandom 0.2.17",
|
|
2573
|
+
"libc",
|
|
2574
|
+
"untrusted",
|
|
2575
|
+
"windows-sys 0.52.0",
|
|
2576
|
+
]
|
|
2577
|
+
|
|
2578
|
+
[[package]]
|
|
2579
|
+
name = "rmp"
|
|
2580
|
+
version = "0.8.15"
|
|
2581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2582
|
+
checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
|
|
2583
|
+
dependencies = [
|
|
2584
|
+
"num-traits",
|
|
2585
|
+
]
|
|
2586
|
+
|
|
2587
|
+
[[package]]
|
|
2588
|
+
name = "rmp-serde"
|
|
2589
|
+
version = "1.3.1"
|
|
2590
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2591
|
+
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
|
|
2592
|
+
dependencies = [
|
|
2593
|
+
"rmp",
|
|
2594
|
+
"serde",
|
|
2595
|
+
]
|
|
2596
|
+
|
|
2597
|
+
[[package]]
|
|
2598
|
+
name = "rustc-hash"
|
|
2599
|
+
version = "2.1.3"
|
|
2600
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2601
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
2602
|
+
|
|
2603
|
+
[[package]]
|
|
2604
|
+
name = "rustix"
|
|
2605
|
+
version = "1.1.5"
|
|
2606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2607
|
+
checksum = "891efababe418670775f199f0d233d84843c227a0949a883ce15b37c78d6629d"
|
|
2608
|
+
dependencies = [
|
|
2609
|
+
"bitflags",
|
|
2610
|
+
"errno",
|
|
2611
|
+
"libc",
|
|
2612
|
+
"linux-raw-sys",
|
|
2613
|
+
"windows-sys 0.61.2",
|
|
2614
|
+
]
|
|
2615
|
+
|
|
2616
|
+
[[package]]
|
|
2617
|
+
name = "rustls"
|
|
2618
|
+
version = "0.23.45"
|
|
2619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2620
|
+
checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634"
|
|
2621
|
+
dependencies = [
|
|
2622
|
+
"once_cell",
|
|
2623
|
+
"ring",
|
|
2624
|
+
"rustls-pki-types",
|
|
2625
|
+
"rustls-webpki",
|
|
2626
|
+
"subtle",
|
|
2627
|
+
"zeroize",
|
|
2628
|
+
]
|
|
2629
|
+
|
|
2630
|
+
[[package]]
|
|
2631
|
+
name = "rustls-native-certs"
|
|
2632
|
+
version = "0.8.4"
|
|
2633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2634
|
+
checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
|
|
2635
|
+
dependencies = [
|
|
2636
|
+
"openssl-probe",
|
|
2637
|
+
"rustls-pki-types",
|
|
2638
|
+
"schannel",
|
|
2639
|
+
"security-framework",
|
|
2640
|
+
]
|
|
2641
|
+
|
|
2642
|
+
[[package]]
|
|
2643
|
+
name = "rustls-pki-types"
|
|
2644
|
+
version = "1.15.1"
|
|
2645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2646
|
+
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
|
|
2647
|
+
dependencies = [
|
|
2648
|
+
"web-time",
|
|
2649
|
+
"zeroize",
|
|
2650
|
+
]
|
|
2651
|
+
|
|
2652
|
+
[[package]]
|
|
2653
|
+
name = "rustls-webpki"
|
|
2654
|
+
version = "0.103.15"
|
|
2655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
+
checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
|
|
2657
|
+
dependencies = [
|
|
2658
|
+
"ring",
|
|
2659
|
+
"rustls-pki-types",
|
|
2660
|
+
"untrusted",
|
|
2661
|
+
]
|
|
2662
|
+
|
|
2663
|
+
[[package]]
|
|
2664
|
+
name = "rustversion"
|
|
2665
|
+
version = "1.0.23"
|
|
2666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2667
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
2668
|
+
|
|
2669
|
+
[[package]]
|
|
2670
|
+
name = "rusty-fork"
|
|
2671
|
+
version = "0.3.1"
|
|
2672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2673
|
+
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
|
2674
|
+
dependencies = [
|
|
2675
|
+
"fnv",
|
|
2676
|
+
"quick-error",
|
|
2677
|
+
"tempfile",
|
|
2678
|
+
"wait-timeout",
|
|
2679
|
+
]
|
|
2680
|
+
|
|
2681
|
+
[[package]]
|
|
2682
|
+
name = "ryu"
|
|
2683
|
+
version = "1.0.23"
|
|
2684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2685
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2686
|
+
|
|
2687
|
+
[[package]]
|
|
2688
|
+
name = "same-file"
|
|
2689
|
+
version = "1.0.6"
|
|
2690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2691
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
2692
|
+
dependencies = [
|
|
2693
|
+
"winapi-util",
|
|
2694
|
+
]
|
|
2695
|
+
|
|
2696
|
+
[[package]]
|
|
2697
|
+
name = "schannel"
|
|
2698
|
+
version = "0.1.29"
|
|
2699
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2700
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
2701
|
+
dependencies = [
|
|
2702
|
+
"windows-sys 0.61.2",
|
|
2703
|
+
]
|
|
2704
|
+
|
|
2705
|
+
[[package]]
|
|
2706
|
+
name = "scopeguard"
|
|
2707
|
+
version = "1.2.0"
|
|
2708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2709
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2710
|
+
|
|
2711
|
+
[[package]]
|
|
2712
|
+
name = "security-framework"
|
|
2713
|
+
version = "3.7.0"
|
|
2714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2715
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
2716
|
+
dependencies = [
|
|
2717
|
+
"bitflags",
|
|
2718
|
+
"core-foundation",
|
|
2719
|
+
"core-foundation-sys",
|
|
2720
|
+
"libc",
|
|
2721
|
+
"security-framework-sys",
|
|
2722
|
+
]
|
|
2723
|
+
|
|
2724
|
+
[[package]]
|
|
2725
|
+
name = "security-framework-sys"
|
|
2726
|
+
version = "2.17.0"
|
|
2727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2728
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
2729
|
+
dependencies = [
|
|
2730
|
+
"core-foundation-sys",
|
|
2731
|
+
"libc",
|
|
2732
|
+
]
|
|
2733
|
+
|
|
2734
|
+
[[package]]
|
|
2735
|
+
name = "serde"
|
|
2736
|
+
version = "1.0.229"
|
|
2737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2738
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
2739
|
+
dependencies = [
|
|
2740
|
+
"serde_core",
|
|
2741
|
+
"serde_derive",
|
|
2742
|
+
]
|
|
2743
|
+
|
|
2744
|
+
[[package]]
|
|
2745
|
+
name = "serde-pickle"
|
|
2746
|
+
version = "1.2.0"
|
|
2747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2748
|
+
checksum = "b641fdc8bcf2781ee78b30c599700d64ad4f412976143e4c5d0b9df906bb4843"
|
|
2749
|
+
dependencies = [
|
|
2750
|
+
"byteorder",
|
|
2751
|
+
"iter-read",
|
|
2752
|
+
"num-bigint",
|
|
2753
|
+
"num-traits",
|
|
2754
|
+
"serde",
|
|
2755
|
+
]
|
|
2756
|
+
|
|
2757
|
+
[[package]]
|
|
2758
|
+
name = "serde_core"
|
|
2759
|
+
version = "1.0.229"
|
|
2760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2761
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
2762
|
+
dependencies = [
|
|
2763
|
+
"serde_derive",
|
|
2764
|
+
]
|
|
2765
|
+
|
|
2766
|
+
[[package]]
|
|
2767
|
+
name = "serde_derive"
|
|
2768
|
+
version = "1.0.229"
|
|
2769
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2770
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
2771
|
+
dependencies = [
|
|
2772
|
+
"proc-macro2",
|
|
2773
|
+
"quote",
|
|
2774
|
+
"syn 3.0.6",
|
|
2775
|
+
]
|
|
2776
|
+
|
|
2777
|
+
[[package]]
|
|
2778
|
+
name = "serde_json"
|
|
2779
|
+
version = "1.0.151"
|
|
2780
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2781
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
2782
|
+
dependencies = [
|
|
2783
|
+
"itoa",
|
|
2784
|
+
"memchr",
|
|
2785
|
+
"serde",
|
|
2786
|
+
"serde_core",
|
|
2787
|
+
"zmij",
|
|
2788
|
+
]
|
|
2789
|
+
|
|
2790
|
+
[[package]]
|
|
2791
|
+
name = "serde_stacker"
|
|
2792
|
+
version = "0.1.14"
|
|
2793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2794
|
+
checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a"
|
|
2795
|
+
dependencies = [
|
|
2796
|
+
"serde",
|
|
2797
|
+
"serde_core",
|
|
2798
|
+
"stacker",
|
|
2799
|
+
]
|
|
2800
|
+
|
|
2801
|
+
[[package]]
|
|
2802
|
+
name = "serde_urlencoded"
|
|
2803
|
+
version = "0.7.1"
|
|
2804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
2806
|
+
dependencies = [
|
|
2807
|
+
"form_urlencoded",
|
|
2808
|
+
"itoa",
|
|
2809
|
+
"ryu",
|
|
2810
|
+
"serde",
|
|
2811
|
+
]
|
|
2812
|
+
|
|
2813
|
+
[[package]]
|
|
2814
|
+
name = "sha2"
|
|
2815
|
+
version = "0.11.0"
|
|
2816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2817
|
+
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
2818
|
+
dependencies = [
|
|
2819
|
+
"cfg-if",
|
|
2820
|
+
"cpufeatures",
|
|
2821
|
+
"digest",
|
|
2822
|
+
]
|
|
2823
|
+
|
|
2824
|
+
[[package]]
|
|
2825
|
+
name = "shlex"
|
|
2826
|
+
version = "2.0.1"
|
|
2827
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2828
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
2829
|
+
|
|
2830
|
+
[[package]]
|
|
2831
|
+
name = "signal-hook"
|
|
2832
|
+
version = "0.4.4"
|
|
2833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2834
|
+
checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
|
|
2835
|
+
dependencies = [
|
|
2836
|
+
"libc",
|
|
2837
|
+
"signal-hook-registry",
|
|
2838
|
+
]
|
|
2839
|
+
|
|
2840
|
+
[[package]]
|
|
2841
|
+
name = "signal-hook-registry"
|
|
2842
|
+
version = "1.4.8"
|
|
2843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2844
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
2845
|
+
dependencies = [
|
|
2846
|
+
"errno",
|
|
2847
|
+
"libc",
|
|
2848
|
+
]
|
|
2849
|
+
|
|
2850
|
+
[[package]]
|
|
2851
|
+
name = "simd-adler32"
|
|
2852
|
+
version = "0.3.10"
|
|
2853
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2854
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
2855
|
+
|
|
2856
|
+
[[package]]
|
|
2857
|
+
name = "simdutf8"
|
|
2858
|
+
version = "0.1.5"
|
|
2859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2860
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
2861
|
+
|
|
2862
|
+
[[package]]
|
|
2863
|
+
name = "siphasher"
|
|
2864
|
+
version = "1.0.3"
|
|
2865
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2866
|
+
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
2867
|
+
|
|
2868
|
+
[[package]]
|
|
2869
|
+
name = "slab"
|
|
2870
|
+
version = "0.4.12"
|
|
2871
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2872
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
2873
|
+
|
|
2874
|
+
[[package]]
|
|
2875
|
+
name = "slotmap"
|
|
2876
|
+
version = "1.1.1"
|
|
2877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2878
|
+
checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
|
|
2879
|
+
dependencies = [
|
|
2880
|
+
"serde",
|
|
2881
|
+
"version_check",
|
|
2882
|
+
]
|
|
2883
|
+
|
|
2884
|
+
[[package]]
|
|
2885
|
+
name = "smallvec"
|
|
2886
|
+
version = "1.16.1"
|
|
2887
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2888
|
+
checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
|
|
2889
|
+
|
|
2890
|
+
[[package]]
|
|
2891
|
+
name = "socket2"
|
|
2892
|
+
version = "0.6.5"
|
|
2893
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2894
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2895
|
+
dependencies = [
|
|
2896
|
+
"libc",
|
|
2897
|
+
"windows-sys 0.61.2",
|
|
2898
|
+
]
|
|
2899
|
+
|
|
2900
|
+
[[package]]
|
|
2901
|
+
name = "stable_deref_trait"
|
|
2902
|
+
version = "1.2.1"
|
|
2903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2904
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
2905
|
+
|
|
2906
|
+
[[package]]
|
|
2907
|
+
name = "stacker"
|
|
2908
|
+
version = "0.1.25"
|
|
2909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2910
|
+
checksum = "707f49d46706bacf8a2b00d51dace3f9de527c13eec3778f570c411f89e69967"
|
|
2911
|
+
dependencies = [
|
|
2912
|
+
"cc",
|
|
2913
|
+
"cfg-if",
|
|
2914
|
+
"libc",
|
|
2915
|
+
"psm",
|
|
2916
|
+
"windows-sys 0.61.2",
|
|
2917
|
+
]
|
|
2918
|
+
|
|
2919
|
+
[[package]]
|
|
2920
|
+
name = "static_assertions"
|
|
2921
|
+
version = "1.1.0"
|
|
2922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2923
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
2924
|
+
|
|
2925
|
+
[[package]]
|
|
2926
|
+
name = "streaming-decompression"
|
|
2927
|
+
version = "0.1.2"
|
|
2928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2929
|
+
checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
|
|
2930
|
+
dependencies = [
|
|
2931
|
+
"fallible-streaming-iterator",
|
|
2932
|
+
]
|
|
2933
|
+
|
|
2934
|
+
[[package]]
|
|
2935
|
+
name = "streaming-iterator"
|
|
2936
|
+
version = "0.1.9"
|
|
2937
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2938
|
+
checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
|
|
2939
|
+
|
|
2940
|
+
[[package]]
|
|
2941
|
+
name = "strength_reduce"
|
|
2942
|
+
version = "0.2.4"
|
|
2943
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2944
|
+
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
|
2945
|
+
|
|
2946
|
+
[[package]]
|
|
2947
|
+
name = "strum_macros"
|
|
2948
|
+
version = "0.28.0"
|
|
2949
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2950
|
+
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
|
|
2951
|
+
dependencies = [
|
|
2952
|
+
"heck",
|
|
2953
|
+
"proc-macro2",
|
|
2954
|
+
"quote",
|
|
2955
|
+
"syn 2.0.119",
|
|
2956
|
+
]
|
|
2957
|
+
|
|
2958
|
+
[[package]]
|
|
2959
|
+
name = "subtle"
|
|
2960
|
+
version = "2.6.1"
|
|
2961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2962
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
2963
|
+
|
|
2964
|
+
[[package]]
|
|
2965
|
+
name = "syn"
|
|
2966
|
+
version = "2.0.119"
|
|
2967
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2968
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
2969
|
+
dependencies = [
|
|
2970
|
+
"proc-macro2",
|
|
2971
|
+
"quote",
|
|
2972
|
+
"unicode-ident",
|
|
2973
|
+
]
|
|
2974
|
+
|
|
2975
|
+
[[package]]
|
|
2976
|
+
name = "syn"
|
|
2977
|
+
version = "3.0.6"
|
|
2978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2979
|
+
checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
|
|
2980
|
+
dependencies = [
|
|
2981
|
+
"proc-macro2",
|
|
2982
|
+
"quote",
|
|
2983
|
+
"unicode-ident",
|
|
2984
|
+
]
|
|
2985
|
+
|
|
2986
|
+
[[package]]
|
|
2987
|
+
name = "sync_wrapper"
|
|
2988
|
+
version = "1.0.2"
|
|
2989
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2990
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
2991
|
+
dependencies = [
|
|
2992
|
+
"futures-core",
|
|
2993
|
+
]
|
|
2994
|
+
|
|
2995
|
+
[[package]]
|
|
2996
|
+
name = "synstructure"
|
|
2997
|
+
version = "0.14.0"
|
|
2998
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2999
|
+
checksum = "901704edd0dfe137f1987838ee4f259e4e063c31371bdb423f7ae38ec6f77f02"
|
|
3000
|
+
dependencies = [
|
|
3001
|
+
"proc-macro2",
|
|
3002
|
+
"quote",
|
|
3003
|
+
"syn 3.0.6",
|
|
3004
|
+
]
|
|
3005
|
+
|
|
3006
|
+
[[package]]
|
|
3007
|
+
name = "sysinfo"
|
|
3008
|
+
version = "0.39.6"
|
|
3009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3010
|
+
checksum = "d2071df9448915b71c4fe6d25deaf1c22f12bd234f01540b77312bb8e41361e6"
|
|
3011
|
+
dependencies = [
|
|
3012
|
+
"libc",
|
|
3013
|
+
"memchr",
|
|
3014
|
+
"ntapi",
|
|
3015
|
+
"objc2-core-foundation",
|
|
3016
|
+
"objc2-io-kit",
|
|
3017
|
+
"windows",
|
|
3018
|
+
]
|
|
3019
|
+
|
|
3020
|
+
[[package]]
|
|
3021
|
+
name = "target-lexicon"
|
|
3022
|
+
version = "0.13.5"
|
|
3023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3024
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
3025
|
+
|
|
3026
|
+
[[package]]
|
|
3027
|
+
name = "tempfile"
|
|
3028
|
+
version = "3.27.0"
|
|
3029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3030
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3031
|
+
dependencies = [
|
|
3032
|
+
"fastrand",
|
|
3033
|
+
"getrandom 0.4.3",
|
|
3034
|
+
"once_cell",
|
|
3035
|
+
"rustix",
|
|
3036
|
+
"windows-sys 0.61.2",
|
|
3037
|
+
]
|
|
3038
|
+
|
|
3039
|
+
[[package]]
|
|
3040
|
+
name = "thiserror"
|
|
3041
|
+
version = "2.0.21"
|
|
3042
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3043
|
+
checksum = "09e52cb86a36cede5cb101bf8908837b3e4c6e5e59fe7fd85c23fb56200d189e"
|
|
3044
|
+
dependencies = [
|
|
3045
|
+
"thiserror-impl",
|
|
3046
|
+
]
|
|
3047
|
+
|
|
3048
|
+
[[package]]
|
|
3049
|
+
name = "thiserror-impl"
|
|
3050
|
+
version = "2.0.21"
|
|
3051
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3052
|
+
checksum = "fe5197923287db20a58125f0bc85c062f7f2c892de97b18c356f9efb14b28524"
|
|
3053
|
+
dependencies = [
|
|
3054
|
+
"proc-macro2",
|
|
3055
|
+
"quote",
|
|
3056
|
+
"syn 3.0.6",
|
|
3057
|
+
]
|
|
3058
|
+
|
|
3059
|
+
[[package]]
|
|
3060
|
+
name = "thread_local"
|
|
3061
|
+
version = "1.1.10"
|
|
3062
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3063
|
+
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
|
3064
|
+
dependencies = [
|
|
3065
|
+
"cfg-if",
|
|
3066
|
+
]
|
|
3067
|
+
|
|
3068
|
+
[[package]]
|
|
3069
|
+
name = "tinystr"
|
|
3070
|
+
version = "0.8.4"
|
|
3071
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3072
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
3073
|
+
dependencies = [
|
|
3074
|
+
"displaydoc",
|
|
3075
|
+
"zerovec",
|
|
3076
|
+
]
|
|
3077
|
+
|
|
3078
|
+
[[package]]
|
|
3079
|
+
name = "tinyvec"
|
|
3080
|
+
version = "1.13.3"
|
|
3081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3082
|
+
checksum = "fd3ca314f692efd6c868f8408f53fe444634a845f96c028b97d35f6a1f79f0ee"
|
|
3083
|
+
|
|
3084
|
+
[[package]]
|
|
3085
|
+
name = "tokio"
|
|
3086
|
+
version = "1.53.1"
|
|
3087
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3088
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
3089
|
+
dependencies = [
|
|
3090
|
+
"bytes",
|
|
3091
|
+
"libc",
|
|
3092
|
+
"mio",
|
|
3093
|
+
"pin-project-lite",
|
|
3094
|
+
"socket2",
|
|
3095
|
+
"tokio-macros",
|
|
3096
|
+
"windows-sys 0.61.2",
|
|
3097
|
+
]
|
|
3098
|
+
|
|
3099
|
+
[[package]]
|
|
3100
|
+
name = "tokio-macros"
|
|
3101
|
+
version = "2.7.2"
|
|
3102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3103
|
+
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
|
|
3104
|
+
dependencies = [
|
|
3105
|
+
"proc-macro2",
|
|
3106
|
+
"quote",
|
|
3107
|
+
"syn 3.0.6",
|
|
3108
|
+
]
|
|
3109
|
+
|
|
3110
|
+
[[package]]
|
|
3111
|
+
name = "tokio-rustls"
|
|
3112
|
+
version = "0.26.5"
|
|
3113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3114
|
+
checksum = "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
|
|
3115
|
+
dependencies = [
|
|
3116
|
+
"rustls",
|
|
3117
|
+
"tokio",
|
|
3118
|
+
]
|
|
3119
|
+
|
|
3120
|
+
[[package]]
|
|
3121
|
+
name = "tokio-util"
|
|
3122
|
+
version = "0.7.19"
|
|
3123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3124
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
3125
|
+
dependencies = [
|
|
3126
|
+
"bytes",
|
|
3127
|
+
"futures-core",
|
|
3128
|
+
"futures-sink",
|
|
3129
|
+
"libc",
|
|
3130
|
+
"pin-project-lite",
|
|
3131
|
+
"tokio",
|
|
3132
|
+
]
|
|
3133
|
+
|
|
3134
|
+
[[package]]
|
|
3135
|
+
name = "tower"
|
|
3136
|
+
version = "0.5.3"
|
|
3137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3138
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
3139
|
+
dependencies = [
|
|
3140
|
+
"futures-core",
|
|
3141
|
+
"futures-util",
|
|
3142
|
+
"pin-project-lite",
|
|
3143
|
+
"sync_wrapper",
|
|
3144
|
+
"tokio",
|
|
3145
|
+
"tower-layer",
|
|
3146
|
+
"tower-service",
|
|
3147
|
+
]
|
|
3148
|
+
|
|
3149
|
+
[[package]]
|
|
3150
|
+
name = "tower-http"
|
|
3151
|
+
version = "0.6.11"
|
|
3152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3153
|
+
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
3154
|
+
dependencies = [
|
|
3155
|
+
"bitflags",
|
|
3156
|
+
"bytes",
|
|
3157
|
+
"futures-util",
|
|
3158
|
+
"http",
|
|
3159
|
+
"http-body",
|
|
3160
|
+
"pin-project-lite",
|
|
3161
|
+
"tower",
|
|
3162
|
+
"tower-layer",
|
|
3163
|
+
"tower-service",
|
|
3164
|
+
"url",
|
|
3165
|
+
]
|
|
3166
|
+
|
|
3167
|
+
[[package]]
|
|
3168
|
+
name = "tower-layer"
|
|
3169
|
+
version = "0.3.3"
|
|
3170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3171
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
3172
|
+
|
|
3173
|
+
[[package]]
|
|
3174
|
+
name = "tower-service"
|
|
3175
|
+
version = "0.3.3"
|
|
3176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3177
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3178
|
+
|
|
3179
|
+
[[package]]
|
|
3180
|
+
name = "tracing"
|
|
3181
|
+
version = "0.1.44"
|
|
3182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3183
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3184
|
+
dependencies = [
|
|
3185
|
+
"pin-project-lite",
|
|
3186
|
+
"tracing-attributes",
|
|
3187
|
+
"tracing-core",
|
|
3188
|
+
]
|
|
3189
|
+
|
|
3190
|
+
[[package]]
|
|
3191
|
+
name = "tracing-attributes"
|
|
3192
|
+
version = "0.1.31"
|
|
3193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3194
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3195
|
+
dependencies = [
|
|
3196
|
+
"proc-macro2",
|
|
3197
|
+
"quote",
|
|
3198
|
+
"syn 2.0.119",
|
|
3199
|
+
]
|
|
3200
|
+
|
|
3201
|
+
[[package]]
|
|
3202
|
+
name = "tracing-core"
|
|
3203
|
+
version = "0.1.36"
|
|
3204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3205
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3206
|
+
dependencies = [
|
|
3207
|
+
"once_cell",
|
|
3208
|
+
]
|
|
3209
|
+
|
|
3210
|
+
[[package]]
|
|
3211
|
+
name = "try-lock"
|
|
3212
|
+
version = "0.2.5"
|
|
3213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3214
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
3215
|
+
|
|
3216
|
+
[[package]]
|
|
3217
|
+
name = "typenum"
|
|
3218
|
+
version = "1.20.1"
|
|
3219
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3220
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
3221
|
+
|
|
3222
|
+
[[package]]
|
|
3223
|
+
name = "unarray"
|
|
3224
|
+
version = "0.1.4"
|
|
3225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3226
|
+
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
3227
|
+
|
|
3228
|
+
[[package]]
|
|
3229
|
+
name = "unicode-ident"
|
|
3230
|
+
version = "1.0.26"
|
|
3231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3232
|
+
checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"
|
|
3233
|
+
|
|
3234
|
+
[[package]]
|
|
3235
|
+
name = "untrusted"
|
|
3236
|
+
version = "0.9.0"
|
|
3237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3238
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
3239
|
+
|
|
3240
|
+
[[package]]
|
|
3241
|
+
name = "unty"
|
|
3242
|
+
version = "0.0.4"
|
|
3243
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3244
|
+
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
|
3245
|
+
|
|
3246
|
+
[[package]]
|
|
3247
|
+
name = "url"
|
|
3248
|
+
version = "2.5.8"
|
|
3249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3250
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
3251
|
+
dependencies = [
|
|
3252
|
+
"form_urlencoded",
|
|
3253
|
+
"idna",
|
|
3254
|
+
"percent-encoding",
|
|
3255
|
+
"serde",
|
|
3256
|
+
]
|
|
3257
|
+
|
|
3258
|
+
[[package]]
|
|
3259
|
+
name = "utf8_iter"
|
|
3260
|
+
version = "1.0.4"
|
|
3261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3262
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
3263
|
+
|
|
3264
|
+
[[package]]
|
|
3265
|
+
name = "uuid"
|
|
3266
|
+
version = "1.26.1"
|
|
3267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3268
|
+
checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
|
|
3269
|
+
dependencies = [
|
|
3270
|
+
"getrandom 0.4.3",
|
|
3271
|
+
"js-sys",
|
|
3272
|
+
"serde_core",
|
|
3273
|
+
"wasm-bindgen",
|
|
3274
|
+
]
|
|
3275
|
+
|
|
3276
|
+
[[package]]
|
|
3277
|
+
name = "version_check"
|
|
3278
|
+
version = "0.9.5"
|
|
3279
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3280
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3281
|
+
|
|
3282
|
+
[[package]]
|
|
3283
|
+
name = "virtue"
|
|
3284
|
+
version = "0.0.18"
|
|
3285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3286
|
+
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
|
3287
|
+
|
|
3288
|
+
[[package]]
|
|
3289
|
+
name = "wait-timeout"
|
|
3290
|
+
version = "0.2.1"
|
|
3291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3292
|
+
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
3293
|
+
dependencies = [
|
|
3294
|
+
"libc",
|
|
3295
|
+
]
|
|
3296
|
+
|
|
3297
|
+
[[package]]
|
|
3298
|
+
name = "walkdir"
|
|
3299
|
+
version = "2.5.0"
|
|
3300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3301
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
3302
|
+
dependencies = [
|
|
3303
|
+
"same-file",
|
|
3304
|
+
"winapi-util",
|
|
3305
|
+
]
|
|
3306
|
+
|
|
3307
|
+
[[package]]
|
|
3308
|
+
name = "want"
|
|
3309
|
+
version = "0.3.1"
|
|
3310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3311
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
3312
|
+
dependencies = [
|
|
3313
|
+
"try-lock",
|
|
3314
|
+
]
|
|
3315
|
+
|
|
3316
|
+
[[package]]
|
|
3317
|
+
name = "wasi"
|
|
3318
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
3319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3320
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3321
|
+
|
|
3322
|
+
[[package]]
|
|
3323
|
+
name = "wasip2"
|
|
3324
|
+
version = "1.0.4+wasi-0.2.12"
|
|
3325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3326
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
3327
|
+
dependencies = [
|
|
3328
|
+
"wit-bindgen",
|
|
3329
|
+
]
|
|
3330
|
+
|
|
3331
|
+
[[package]]
|
|
3332
|
+
name = "wasm-bindgen"
|
|
3333
|
+
version = "0.2.128"
|
|
3334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3335
|
+
checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
|
|
3336
|
+
dependencies = [
|
|
3337
|
+
"cfg-if",
|
|
3338
|
+
"once_cell",
|
|
3339
|
+
"rustversion",
|
|
3340
|
+
"wasm-bindgen-macro",
|
|
3341
|
+
"wasm-bindgen-shared",
|
|
3342
|
+
]
|
|
3343
|
+
|
|
3344
|
+
[[package]]
|
|
3345
|
+
name = "wasm-bindgen-futures"
|
|
3346
|
+
version = "0.4.78"
|
|
3347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3348
|
+
checksum = "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
|
|
3349
|
+
dependencies = [
|
|
3350
|
+
"js-sys",
|
|
3351
|
+
"wasm-bindgen",
|
|
3352
|
+
]
|
|
3353
|
+
|
|
3354
|
+
[[package]]
|
|
3355
|
+
name = "wasm-bindgen-macro"
|
|
3356
|
+
version = "0.2.128"
|
|
3357
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3358
|
+
checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
|
|
3359
|
+
dependencies = [
|
|
3360
|
+
"quote",
|
|
3361
|
+
"wasm-bindgen-macro-support",
|
|
3362
|
+
]
|
|
3363
|
+
|
|
3364
|
+
[[package]]
|
|
3365
|
+
name = "wasm-bindgen-macro-support"
|
|
3366
|
+
version = "0.2.128"
|
|
3367
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3368
|
+
checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
|
|
3369
|
+
dependencies = [
|
|
3370
|
+
"bumpalo",
|
|
3371
|
+
"proc-macro2",
|
|
3372
|
+
"quote",
|
|
3373
|
+
"syn 3.0.6",
|
|
3374
|
+
"wasm-bindgen-shared",
|
|
3375
|
+
]
|
|
3376
|
+
|
|
3377
|
+
[[package]]
|
|
3378
|
+
name = "wasm-bindgen-shared"
|
|
3379
|
+
version = "0.2.128"
|
|
3380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3381
|
+
checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
|
|
3382
|
+
dependencies = [
|
|
3383
|
+
"unicode-ident",
|
|
3384
|
+
]
|
|
3385
|
+
|
|
3386
|
+
[[package]]
|
|
3387
|
+
name = "wasm-streams"
|
|
3388
|
+
version = "0.4.2"
|
|
3389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3390
|
+
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
|
3391
|
+
dependencies = [
|
|
3392
|
+
"futures-util",
|
|
3393
|
+
"js-sys",
|
|
3394
|
+
"wasm-bindgen",
|
|
3395
|
+
"wasm-bindgen-futures",
|
|
3396
|
+
"web-sys",
|
|
3397
|
+
]
|
|
3398
|
+
|
|
3399
|
+
[[package]]
|
|
3400
|
+
name = "web-sys"
|
|
3401
|
+
version = "0.3.105"
|
|
3402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3403
|
+
checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
|
|
3404
|
+
dependencies = [
|
|
3405
|
+
"js-sys",
|
|
3406
|
+
"wasm-bindgen",
|
|
3407
|
+
]
|
|
3408
|
+
|
|
3409
|
+
[[package]]
|
|
3410
|
+
name = "web-time"
|
|
3411
|
+
version = "1.1.0"
|
|
3412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3413
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
3414
|
+
dependencies = [
|
|
3415
|
+
"js-sys",
|
|
3416
|
+
"wasm-bindgen",
|
|
3417
|
+
]
|
|
3418
|
+
|
|
3419
|
+
[[package]]
|
|
3420
|
+
name = "winapi"
|
|
3421
|
+
version = "0.3.9"
|
|
3422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3423
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
3424
|
+
dependencies = [
|
|
3425
|
+
"winapi-i686-pc-windows-gnu",
|
|
3426
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
3427
|
+
]
|
|
3428
|
+
|
|
3429
|
+
[[package]]
|
|
3430
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
3431
|
+
version = "0.4.0"
|
|
3432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3433
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
3434
|
+
|
|
3435
|
+
[[package]]
|
|
3436
|
+
name = "winapi-util"
|
|
3437
|
+
version = "0.1.11"
|
|
3438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3439
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3440
|
+
dependencies = [
|
|
3441
|
+
"windows-sys 0.61.2",
|
|
3442
|
+
]
|
|
3443
|
+
|
|
3444
|
+
[[package]]
|
|
3445
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
3446
|
+
version = "0.4.0"
|
|
3447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3448
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
3449
|
+
|
|
3450
|
+
[[package]]
|
|
3451
|
+
name = "windows"
|
|
3452
|
+
version = "0.62.2"
|
|
3453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3454
|
+
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
|
3455
|
+
dependencies = [
|
|
3456
|
+
"windows-collections",
|
|
3457
|
+
"windows-core",
|
|
3458
|
+
"windows-future",
|
|
3459
|
+
"windows-numerics",
|
|
3460
|
+
]
|
|
3461
|
+
|
|
3462
|
+
[[package]]
|
|
3463
|
+
name = "windows-collections"
|
|
3464
|
+
version = "0.3.2"
|
|
3465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3466
|
+
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
|
3467
|
+
dependencies = [
|
|
3468
|
+
"windows-core",
|
|
3469
|
+
]
|
|
3470
|
+
|
|
3471
|
+
[[package]]
|
|
3472
|
+
name = "windows-core"
|
|
3473
|
+
version = "0.62.2"
|
|
3474
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3475
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
3476
|
+
dependencies = [
|
|
3477
|
+
"windows-implement",
|
|
3478
|
+
"windows-interface",
|
|
3479
|
+
"windows-link",
|
|
3480
|
+
"windows-result",
|
|
3481
|
+
"windows-strings",
|
|
3482
|
+
]
|
|
3483
|
+
|
|
3484
|
+
[[package]]
|
|
3485
|
+
name = "windows-future"
|
|
3486
|
+
version = "0.3.2"
|
|
3487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3488
|
+
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
3489
|
+
dependencies = [
|
|
3490
|
+
"windows-core",
|
|
3491
|
+
"windows-link",
|
|
3492
|
+
"windows-threading",
|
|
3493
|
+
]
|
|
3494
|
+
|
|
3495
|
+
[[package]]
|
|
3496
|
+
name = "windows-implement"
|
|
3497
|
+
version = "0.60.2"
|
|
3498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3499
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
3500
|
+
dependencies = [
|
|
3501
|
+
"proc-macro2",
|
|
3502
|
+
"quote",
|
|
3503
|
+
"syn 2.0.119",
|
|
3504
|
+
]
|
|
3505
|
+
|
|
3506
|
+
[[package]]
|
|
3507
|
+
name = "windows-interface"
|
|
3508
|
+
version = "0.59.3"
|
|
3509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3510
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
3511
|
+
dependencies = [
|
|
3512
|
+
"proc-macro2",
|
|
3513
|
+
"quote",
|
|
3514
|
+
"syn 2.0.119",
|
|
3515
|
+
]
|
|
3516
|
+
|
|
3517
|
+
[[package]]
|
|
3518
|
+
name = "windows-link"
|
|
3519
|
+
version = "0.2.1"
|
|
3520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3521
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3522
|
+
|
|
3523
|
+
[[package]]
|
|
3524
|
+
name = "windows-numerics"
|
|
3525
|
+
version = "0.3.1"
|
|
3526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3527
|
+
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
3528
|
+
dependencies = [
|
|
3529
|
+
"windows-core",
|
|
3530
|
+
"windows-link",
|
|
3531
|
+
]
|
|
3532
|
+
|
|
3533
|
+
[[package]]
|
|
3534
|
+
name = "windows-result"
|
|
3535
|
+
version = "0.4.1"
|
|
3536
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3537
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
3538
|
+
dependencies = [
|
|
3539
|
+
"windows-link",
|
|
3540
|
+
]
|
|
3541
|
+
|
|
3542
|
+
[[package]]
|
|
3543
|
+
name = "windows-strings"
|
|
3544
|
+
version = "0.5.1"
|
|
3545
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3546
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
3547
|
+
dependencies = [
|
|
3548
|
+
"windows-link",
|
|
3549
|
+
]
|
|
3550
|
+
|
|
3551
|
+
[[package]]
|
|
3552
|
+
name = "windows-sys"
|
|
3553
|
+
version = "0.52.0"
|
|
3554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3555
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
3556
|
+
dependencies = [
|
|
3557
|
+
"windows-targets",
|
|
3558
|
+
]
|
|
3559
|
+
|
|
3560
|
+
[[package]]
|
|
3561
|
+
name = "windows-sys"
|
|
3562
|
+
version = "0.61.2"
|
|
3563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3564
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
3565
|
+
dependencies = [
|
|
3566
|
+
"windows-link",
|
|
3567
|
+
]
|
|
3568
|
+
|
|
3569
|
+
[[package]]
|
|
3570
|
+
name = "windows-targets"
|
|
3571
|
+
version = "0.52.6"
|
|
3572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3573
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
3574
|
+
dependencies = [
|
|
3575
|
+
"windows_aarch64_gnullvm",
|
|
3576
|
+
"windows_aarch64_msvc",
|
|
3577
|
+
"windows_i686_gnu",
|
|
3578
|
+
"windows_i686_gnullvm",
|
|
3579
|
+
"windows_i686_msvc",
|
|
3580
|
+
"windows_x86_64_gnu",
|
|
3581
|
+
"windows_x86_64_gnullvm",
|
|
3582
|
+
"windows_x86_64_msvc",
|
|
3583
|
+
]
|
|
3584
|
+
|
|
3585
|
+
[[package]]
|
|
3586
|
+
name = "windows-threading"
|
|
3587
|
+
version = "0.2.1"
|
|
3588
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3589
|
+
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
3590
|
+
dependencies = [
|
|
3591
|
+
"windows-link",
|
|
3592
|
+
]
|
|
3593
|
+
|
|
3594
|
+
[[package]]
|
|
3595
|
+
name = "windows_aarch64_gnullvm"
|
|
3596
|
+
version = "0.52.6"
|
|
3597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3598
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
3599
|
+
|
|
3600
|
+
[[package]]
|
|
3601
|
+
name = "windows_aarch64_msvc"
|
|
3602
|
+
version = "0.52.6"
|
|
3603
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3604
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
3605
|
+
|
|
3606
|
+
[[package]]
|
|
3607
|
+
name = "windows_i686_gnu"
|
|
3608
|
+
version = "0.52.6"
|
|
3609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3610
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
3611
|
+
|
|
3612
|
+
[[package]]
|
|
3613
|
+
name = "windows_i686_gnullvm"
|
|
3614
|
+
version = "0.52.6"
|
|
3615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3616
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
3617
|
+
|
|
3618
|
+
[[package]]
|
|
3619
|
+
name = "windows_i686_msvc"
|
|
3620
|
+
version = "0.52.6"
|
|
3621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3622
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
3623
|
+
|
|
3624
|
+
[[package]]
|
|
3625
|
+
name = "windows_x86_64_gnu"
|
|
3626
|
+
version = "0.52.6"
|
|
3627
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3628
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
3629
|
+
|
|
3630
|
+
[[package]]
|
|
3631
|
+
name = "windows_x86_64_gnullvm"
|
|
3632
|
+
version = "0.52.6"
|
|
3633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3634
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
3635
|
+
|
|
3636
|
+
[[package]]
|
|
3637
|
+
name = "windows_x86_64_msvc"
|
|
3638
|
+
version = "0.52.6"
|
|
3639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3640
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
3641
|
+
|
|
3642
|
+
[[package]]
|
|
3643
|
+
name = "wit-bindgen"
|
|
3644
|
+
version = "0.57.1"
|
|
3645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3646
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
3647
|
+
|
|
3648
|
+
[[package]]
|
|
3649
|
+
name = "writeable"
|
|
3650
|
+
version = "0.6.4"
|
|
3651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3652
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
3653
|
+
|
|
3654
|
+
[[package]]
|
|
3655
|
+
name = "xxhash-rust"
|
|
3656
|
+
version = "0.8.18"
|
|
3657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3658
|
+
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
|
|
3659
|
+
|
|
3660
|
+
[[package]]
|
|
3661
|
+
name = "yoke"
|
|
3662
|
+
version = "0.8.3"
|
|
3663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3664
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
3665
|
+
dependencies = [
|
|
3666
|
+
"stable_deref_trait",
|
|
3667
|
+
"yoke-derive",
|
|
3668
|
+
"zerofrom",
|
|
3669
|
+
]
|
|
3670
|
+
|
|
3671
|
+
[[package]]
|
|
3672
|
+
name = "yoke-derive"
|
|
3673
|
+
version = "0.8.3"
|
|
3674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3675
|
+
checksum = "33811428bee40dbceb6d545e95754741d17a6aef9a4849f0fd62e2ba4f412a78"
|
|
3676
|
+
dependencies = [
|
|
3677
|
+
"proc-macro2",
|
|
3678
|
+
"quote",
|
|
3679
|
+
"syn 3.0.6",
|
|
3680
|
+
"synstructure",
|
|
3681
|
+
]
|
|
3682
|
+
|
|
3683
|
+
[[package]]
|
|
3684
|
+
name = "zerocopy"
|
|
3685
|
+
version = "0.8.58"
|
|
3686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3687
|
+
checksum = "c17e8fafad82b542ff3717217ecdc736231b59e387768c9630123b4ce4d2db44"
|
|
3688
|
+
dependencies = [
|
|
3689
|
+
"zerocopy-derive",
|
|
3690
|
+
]
|
|
3691
|
+
|
|
3692
|
+
[[package]]
|
|
3693
|
+
name = "zerocopy-derive"
|
|
3694
|
+
version = "0.8.58"
|
|
3695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3696
|
+
checksum = "595f56e044df4f46a0c9a626f65c3d99eb8488f7e8a8baa12dd76326d9710bf2"
|
|
3697
|
+
dependencies = [
|
|
3698
|
+
"proc-macro2",
|
|
3699
|
+
"quote",
|
|
3700
|
+
"syn 2.0.119",
|
|
3701
|
+
]
|
|
3702
|
+
|
|
3703
|
+
[[package]]
|
|
3704
|
+
name = "zerofrom"
|
|
3705
|
+
version = "0.1.8"
|
|
3706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3707
|
+
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
3708
|
+
dependencies = [
|
|
3709
|
+
"zerofrom-derive",
|
|
3710
|
+
]
|
|
3711
|
+
|
|
3712
|
+
[[package]]
|
|
3713
|
+
name = "zerofrom-derive"
|
|
3714
|
+
version = "0.1.8"
|
|
3715
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3716
|
+
checksum = "f75b4683f6c7f45248d4d64056a24298c6281e0993356d7d1b4a1a962ef10d4a"
|
|
3717
|
+
dependencies = [
|
|
3718
|
+
"proc-macro2",
|
|
3719
|
+
"quote",
|
|
3720
|
+
"syn 3.0.6",
|
|
3721
|
+
"synstructure",
|
|
3722
|
+
]
|
|
3723
|
+
|
|
3724
|
+
[[package]]
|
|
3725
|
+
name = "zeroize"
|
|
3726
|
+
version = "1.9.0"
|
|
3727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3728
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
3729
|
+
|
|
3730
|
+
[[package]]
|
|
3731
|
+
name = "zerotrie"
|
|
3732
|
+
version = "0.2.5"
|
|
3733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3734
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
3735
|
+
dependencies = [
|
|
3736
|
+
"displaydoc",
|
|
3737
|
+
"yoke",
|
|
3738
|
+
"zerofrom",
|
|
3739
|
+
]
|
|
3740
|
+
|
|
3741
|
+
[[package]]
|
|
3742
|
+
name = "zerovec"
|
|
3743
|
+
version = "0.11.8"
|
|
3744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3745
|
+
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
|
|
3746
|
+
dependencies = [
|
|
3747
|
+
"yoke",
|
|
3748
|
+
"zerofrom",
|
|
3749
|
+
"zerovec-derive",
|
|
3750
|
+
]
|
|
3751
|
+
|
|
3752
|
+
[[package]]
|
|
3753
|
+
name = "zerovec-derive"
|
|
3754
|
+
version = "0.11.6"
|
|
3755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3756
|
+
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
|
|
3757
|
+
dependencies = [
|
|
3758
|
+
"proc-macro2",
|
|
3759
|
+
"quote",
|
|
3760
|
+
"syn 3.0.6",
|
|
3761
|
+
]
|
|
3762
|
+
|
|
3763
|
+
[[package]]
|
|
3764
|
+
name = "zlib-rs"
|
|
3765
|
+
version = "0.6.8"
|
|
3766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3767
|
+
checksum = "b268e58e7c693d7c271f93ffc4ba3b380412554231c85bf61ca7af91042a4112"
|
|
3768
|
+
|
|
3769
|
+
[[package]]
|
|
3770
|
+
name = "zmij"
|
|
3771
|
+
version = "1.0.23"
|
|
3772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3773
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
3774
|
+
|
|
3775
|
+
[[package]]
|
|
3776
|
+
name = "zstd"
|
|
3777
|
+
version = "0.13.3"
|
|
3778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3779
|
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
3780
|
+
dependencies = [
|
|
3781
|
+
"zstd-safe",
|
|
3782
|
+
]
|
|
3783
|
+
|
|
3784
|
+
[[package]]
|
|
3785
|
+
name = "zstd-safe"
|
|
3786
|
+
version = "7.3.0"
|
|
3787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3788
|
+
checksum = "64d80649ab6db9d9f6f9c80a40becd948eda4714a0a5ac8c4d157a32231c7882"
|
|
3789
|
+
dependencies = [
|
|
3790
|
+
"zstd-sys",
|
|
3791
|
+
]
|
|
3792
|
+
|
|
3793
|
+
[[package]]
|
|
3794
|
+
name = "zstd-sys"
|
|
3795
|
+
version = "2.1.0+zstd.1.5.7"
|
|
3796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3797
|
+
checksum = "0ef0a8027ec3ee71300ab3bcbcd0393f434aa72b91ca6d635a39941deae8eea0"
|
|
3798
|
+
dependencies = [
|
|
3799
|
+
"cc",
|
|
3800
|
+
"pkg-config",
|
|
3801
|
+
]
|