surrealdb-embedded 3.0.0a1__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.
- surrealdb_embedded-3.0.0a1/Cargo.lock +5016 -0
- surrealdb_embedded-3.0.0a1/Cargo.toml +24 -0
- surrealdb_embedded-3.0.0a1/PKG-INFO +22 -0
- surrealdb_embedded-3.0.0a1/pyproject.toml +35 -0
- surrealdb_embedded-3.0.0a1/src/surrealdb_embedded/__init__.py +5 -0
- surrealdb_embedded-3.0.0a1/src/surrealdb_embedded/_ext.pyi +69 -0
- surrealdb_embedded-3.0.0a1/src/surrealdb_ext/async_db.rs +190 -0
- surrealdb_embedded-3.0.0a1/src/surrealdb_ext/lib.rs +13 -0
- surrealdb_embedded-3.0.0a1/src/surrealdb_ext/sync_db.rs +193 -0
|
@@ -0,0 +1,5016 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "addr"
|
|
7
|
+
version = "0.15.6"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"psl-types",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "affinitypool"
|
|
16
|
+
version = "0.4.0"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "7a58b64a64aecad4ba7f2ccf0f79115f5d2d184b1e55307f78c20be07adc6633"
|
|
19
|
+
dependencies = [
|
|
20
|
+
"crossbeam",
|
|
21
|
+
"libc",
|
|
22
|
+
"num_cpus",
|
|
23
|
+
"parking_lot",
|
|
24
|
+
"thiserror",
|
|
25
|
+
"tokio",
|
|
26
|
+
"winapi",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "ahash"
|
|
31
|
+
version = "0.7.8"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
34
|
+
dependencies = [
|
|
35
|
+
"getrandom 0.2.17",
|
|
36
|
+
"once_cell",
|
|
37
|
+
"version_check",
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
[[package]]
|
|
41
|
+
name = "ahash"
|
|
42
|
+
version = "0.8.12"
|
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
45
|
+
dependencies = [
|
|
46
|
+
"cfg-if",
|
|
47
|
+
"getrandom 0.3.4",
|
|
48
|
+
"once_cell",
|
|
49
|
+
"version_check",
|
|
50
|
+
"zerocopy",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "aho-corasick"
|
|
55
|
+
version = "1.1.4"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
58
|
+
dependencies = [
|
|
59
|
+
"memchr",
|
|
60
|
+
]
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "allocator-api2"
|
|
64
|
+
version = "0.2.21"
|
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
67
|
+
|
|
68
|
+
[[package]]
|
|
69
|
+
name = "ammonia"
|
|
70
|
+
version = "4.1.2"
|
|
71
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
+
checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
|
|
73
|
+
dependencies = [
|
|
74
|
+
"cssparser",
|
|
75
|
+
"html5ever",
|
|
76
|
+
"maplit",
|
|
77
|
+
"tendril",
|
|
78
|
+
"url",
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
[[package]]
|
|
82
|
+
name = "android_system_properties"
|
|
83
|
+
version = "0.1.5"
|
|
84
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
86
|
+
dependencies = [
|
|
87
|
+
"libc",
|
|
88
|
+
]
|
|
89
|
+
|
|
90
|
+
[[package]]
|
|
91
|
+
name = "anyhow"
|
|
92
|
+
version = "1.0.102"
|
|
93
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
95
|
+
|
|
96
|
+
[[package]]
|
|
97
|
+
name = "approx"
|
|
98
|
+
version = "0.5.1"
|
|
99
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
+
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
101
|
+
dependencies = [
|
|
102
|
+
"num-traits",
|
|
103
|
+
]
|
|
104
|
+
|
|
105
|
+
[[package]]
|
|
106
|
+
name = "arc-swap"
|
|
107
|
+
version = "1.9.1"
|
|
108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
+
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
|
|
110
|
+
dependencies = [
|
|
111
|
+
"rustversion",
|
|
112
|
+
]
|
|
113
|
+
|
|
114
|
+
[[package]]
|
|
115
|
+
name = "argon2"
|
|
116
|
+
version = "0.5.3"
|
|
117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
118
|
+
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
|
119
|
+
dependencies = [
|
|
120
|
+
"base64ct",
|
|
121
|
+
"blake2",
|
|
122
|
+
"cpufeatures 0.2.17",
|
|
123
|
+
"password-hash",
|
|
124
|
+
]
|
|
125
|
+
|
|
126
|
+
[[package]]
|
|
127
|
+
name = "arrayref"
|
|
128
|
+
version = "0.3.9"
|
|
129
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
130
|
+
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
131
|
+
|
|
132
|
+
[[package]]
|
|
133
|
+
name = "arrayvec"
|
|
134
|
+
version = "0.7.6"
|
|
135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
136
|
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
137
|
+
|
|
138
|
+
[[package]]
|
|
139
|
+
name = "as-slice"
|
|
140
|
+
version = "0.1.5"
|
|
141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
+
checksum = "45403b49e3954a4b8428a0ac21a4b7afadccf92bfd96273f1a58cd4812496ae0"
|
|
143
|
+
dependencies = [
|
|
144
|
+
"generic-array 0.12.4",
|
|
145
|
+
"generic-array 0.13.3",
|
|
146
|
+
"generic-array 0.14.7",
|
|
147
|
+
"stable_deref_trait",
|
|
148
|
+
]
|
|
149
|
+
|
|
150
|
+
[[package]]
|
|
151
|
+
name = "async-channel"
|
|
152
|
+
version = "2.5.0"
|
|
153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
155
|
+
dependencies = [
|
|
156
|
+
"concurrent-queue",
|
|
157
|
+
"event-listener-strategy",
|
|
158
|
+
"futures-core",
|
|
159
|
+
"pin-project-lite",
|
|
160
|
+
]
|
|
161
|
+
|
|
162
|
+
[[package]]
|
|
163
|
+
name = "async-stream"
|
|
164
|
+
version = "0.3.6"
|
|
165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
166
|
+
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
167
|
+
dependencies = [
|
|
168
|
+
"async-stream-impl",
|
|
169
|
+
"futures-core",
|
|
170
|
+
"pin-project-lite",
|
|
171
|
+
]
|
|
172
|
+
|
|
173
|
+
[[package]]
|
|
174
|
+
name = "async-stream-impl"
|
|
175
|
+
version = "0.3.6"
|
|
176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
177
|
+
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
178
|
+
dependencies = [
|
|
179
|
+
"proc-macro2",
|
|
180
|
+
"quote",
|
|
181
|
+
"syn 2.0.117",
|
|
182
|
+
]
|
|
183
|
+
|
|
184
|
+
[[package]]
|
|
185
|
+
name = "async-trait"
|
|
186
|
+
version = "0.1.89"
|
|
187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
189
|
+
dependencies = [
|
|
190
|
+
"proc-macro2",
|
|
191
|
+
"quote",
|
|
192
|
+
"syn 2.0.117",
|
|
193
|
+
]
|
|
194
|
+
|
|
195
|
+
[[package]]
|
|
196
|
+
name = "atomic-polyfill"
|
|
197
|
+
version = "1.0.3"
|
|
198
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
+
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
|
200
|
+
dependencies = [
|
|
201
|
+
"critical-section",
|
|
202
|
+
]
|
|
203
|
+
|
|
204
|
+
[[package]]
|
|
205
|
+
name = "atomic-waker"
|
|
206
|
+
version = "1.1.2"
|
|
207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
208
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
209
|
+
|
|
210
|
+
[[package]]
|
|
211
|
+
name = "autocfg"
|
|
212
|
+
version = "1.5.0"
|
|
213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
215
|
+
|
|
216
|
+
[[package]]
|
|
217
|
+
name = "aws-lc-rs"
|
|
218
|
+
version = "1.16.3"
|
|
219
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
220
|
+
checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f"
|
|
221
|
+
dependencies = [
|
|
222
|
+
"aws-lc-sys",
|
|
223
|
+
"untrusted 0.7.1",
|
|
224
|
+
"zeroize",
|
|
225
|
+
]
|
|
226
|
+
|
|
227
|
+
[[package]]
|
|
228
|
+
name = "aws-lc-sys"
|
|
229
|
+
version = "0.40.0"
|
|
230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
231
|
+
checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7"
|
|
232
|
+
dependencies = [
|
|
233
|
+
"cc",
|
|
234
|
+
"cmake",
|
|
235
|
+
"dunce",
|
|
236
|
+
"fs_extra",
|
|
237
|
+
]
|
|
238
|
+
|
|
239
|
+
[[package]]
|
|
240
|
+
name = "axum"
|
|
241
|
+
version = "0.8.9"
|
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
+
checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
|
|
244
|
+
dependencies = [
|
|
245
|
+
"axum-core",
|
|
246
|
+
"bytes",
|
|
247
|
+
"futures-util",
|
|
248
|
+
"http",
|
|
249
|
+
"http-body",
|
|
250
|
+
"http-body-util",
|
|
251
|
+
"itoa",
|
|
252
|
+
"matchit",
|
|
253
|
+
"memchr",
|
|
254
|
+
"mime",
|
|
255
|
+
"percent-encoding",
|
|
256
|
+
"pin-project-lite",
|
|
257
|
+
"serde_core",
|
|
258
|
+
"sync_wrapper",
|
|
259
|
+
"tower",
|
|
260
|
+
"tower-layer",
|
|
261
|
+
"tower-service",
|
|
262
|
+
]
|
|
263
|
+
|
|
264
|
+
[[package]]
|
|
265
|
+
name = "axum-core"
|
|
266
|
+
version = "0.5.6"
|
|
267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
268
|
+
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
|
|
269
|
+
dependencies = [
|
|
270
|
+
"bytes",
|
|
271
|
+
"futures-core",
|
|
272
|
+
"http",
|
|
273
|
+
"http-body",
|
|
274
|
+
"http-body-util",
|
|
275
|
+
"mime",
|
|
276
|
+
"pin-project-lite",
|
|
277
|
+
"sync_wrapper",
|
|
278
|
+
"tower-layer",
|
|
279
|
+
"tower-service",
|
|
280
|
+
]
|
|
281
|
+
|
|
282
|
+
[[package]]
|
|
283
|
+
name = "base16ct"
|
|
284
|
+
version = "0.2.0"
|
|
285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
286
|
+
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
287
|
+
|
|
288
|
+
[[package]]
|
|
289
|
+
name = "base64"
|
|
290
|
+
version = "0.22.1"
|
|
291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
293
|
+
|
|
294
|
+
[[package]]
|
|
295
|
+
name = "base64ct"
|
|
296
|
+
version = "1.8.3"
|
|
297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
299
|
+
|
|
300
|
+
[[package]]
|
|
301
|
+
name = "bcrypt"
|
|
302
|
+
version = "0.18.0"
|
|
303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
304
|
+
checksum = "9a0f5948f30df5f43ac29d310b7476793be97c50787e6ef4a63d960a0d0be827"
|
|
305
|
+
dependencies = [
|
|
306
|
+
"base64",
|
|
307
|
+
"blowfish",
|
|
308
|
+
"getrandom 0.3.4",
|
|
309
|
+
"subtle",
|
|
310
|
+
"zeroize",
|
|
311
|
+
]
|
|
312
|
+
|
|
313
|
+
[[package]]
|
|
314
|
+
name = "bincode"
|
|
315
|
+
version = "2.0.1"
|
|
316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
317
|
+
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
|
318
|
+
dependencies = [
|
|
319
|
+
"bincode_derive",
|
|
320
|
+
"serde",
|
|
321
|
+
"unty",
|
|
322
|
+
]
|
|
323
|
+
|
|
324
|
+
[[package]]
|
|
325
|
+
name = "bincode_derive"
|
|
326
|
+
version = "2.0.1"
|
|
327
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
328
|
+
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
|
329
|
+
dependencies = [
|
|
330
|
+
"virtue",
|
|
331
|
+
]
|
|
332
|
+
|
|
333
|
+
[[package]]
|
|
334
|
+
name = "bitflags"
|
|
335
|
+
version = "2.11.1"
|
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
+
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
338
|
+
|
|
339
|
+
[[package]]
|
|
340
|
+
name = "bitvec"
|
|
341
|
+
version = "1.0.1"
|
|
342
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
343
|
+
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
344
|
+
dependencies = [
|
|
345
|
+
"funty",
|
|
346
|
+
"radium",
|
|
347
|
+
"tap",
|
|
348
|
+
"wyz",
|
|
349
|
+
]
|
|
350
|
+
|
|
351
|
+
[[package]]
|
|
352
|
+
name = "blake2"
|
|
353
|
+
version = "0.10.6"
|
|
354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
+
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
356
|
+
dependencies = [
|
|
357
|
+
"digest",
|
|
358
|
+
]
|
|
359
|
+
|
|
360
|
+
[[package]]
|
|
361
|
+
name = "blake3"
|
|
362
|
+
version = "1.8.5"
|
|
363
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
364
|
+
checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
|
|
365
|
+
dependencies = [
|
|
366
|
+
"arrayref",
|
|
367
|
+
"arrayvec",
|
|
368
|
+
"cc",
|
|
369
|
+
"cfg-if",
|
|
370
|
+
"constant_time_eq",
|
|
371
|
+
"cpufeatures 0.3.0",
|
|
372
|
+
]
|
|
373
|
+
|
|
374
|
+
[[package]]
|
|
375
|
+
name = "block-buffer"
|
|
376
|
+
version = "0.10.4"
|
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
379
|
+
dependencies = [
|
|
380
|
+
"generic-array 0.14.7",
|
|
381
|
+
]
|
|
382
|
+
|
|
383
|
+
[[package]]
|
|
384
|
+
name = "blowfish"
|
|
385
|
+
version = "0.9.1"
|
|
386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
387
|
+
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
388
|
+
dependencies = [
|
|
389
|
+
"byteorder",
|
|
390
|
+
"cipher",
|
|
391
|
+
]
|
|
392
|
+
|
|
393
|
+
[[package]]
|
|
394
|
+
name = "bnum"
|
|
395
|
+
version = "0.12.1"
|
|
396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
397
|
+
checksum = "f781dba93de3a5ef6dc5b17c9958b208f6f3f021623b360fb605ea51ce443f10"
|
|
398
|
+
|
|
399
|
+
[[package]]
|
|
400
|
+
name = "borsh"
|
|
401
|
+
version = "1.6.1"
|
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
+
checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
|
|
404
|
+
dependencies = [
|
|
405
|
+
"borsh-derive",
|
|
406
|
+
"bytes",
|
|
407
|
+
"cfg_aliases",
|
|
408
|
+
]
|
|
409
|
+
|
|
410
|
+
[[package]]
|
|
411
|
+
name = "borsh-derive"
|
|
412
|
+
version = "1.6.1"
|
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
+
checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59"
|
|
415
|
+
dependencies = [
|
|
416
|
+
"once_cell",
|
|
417
|
+
"proc-macro-crate",
|
|
418
|
+
"proc-macro2",
|
|
419
|
+
"quote",
|
|
420
|
+
"syn 2.0.117",
|
|
421
|
+
]
|
|
422
|
+
|
|
423
|
+
[[package]]
|
|
424
|
+
name = "bumpalo"
|
|
425
|
+
version = "3.20.2"
|
|
426
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
427
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
428
|
+
|
|
429
|
+
[[package]]
|
|
430
|
+
name = "bytecheck"
|
|
431
|
+
version = "0.6.12"
|
|
432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
433
|
+
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
434
|
+
dependencies = [
|
|
435
|
+
"bytecheck_derive",
|
|
436
|
+
"ptr_meta",
|
|
437
|
+
"simdutf8",
|
|
438
|
+
]
|
|
439
|
+
|
|
440
|
+
[[package]]
|
|
441
|
+
name = "bytecheck_derive"
|
|
442
|
+
version = "0.6.12"
|
|
443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
444
|
+
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
445
|
+
dependencies = [
|
|
446
|
+
"proc-macro2",
|
|
447
|
+
"quote",
|
|
448
|
+
"syn 1.0.109",
|
|
449
|
+
]
|
|
450
|
+
|
|
451
|
+
[[package]]
|
|
452
|
+
name = "bytemuck"
|
|
453
|
+
version = "1.25.0"
|
|
454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
+
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
|
|
456
|
+
|
|
457
|
+
[[package]]
|
|
458
|
+
name = "byteorder"
|
|
459
|
+
version = "1.5.0"
|
|
460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
462
|
+
|
|
463
|
+
[[package]]
|
|
464
|
+
name = "bytes"
|
|
465
|
+
version = "1.11.1"
|
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
468
|
+
dependencies = [
|
|
469
|
+
"serde",
|
|
470
|
+
]
|
|
471
|
+
|
|
472
|
+
[[package]]
|
|
473
|
+
name = "cc"
|
|
474
|
+
version = "1.2.62"
|
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
+
checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
|
|
477
|
+
dependencies = [
|
|
478
|
+
"find-msvc-tools",
|
|
479
|
+
"jobserver",
|
|
480
|
+
"libc",
|
|
481
|
+
"shlex",
|
|
482
|
+
]
|
|
483
|
+
|
|
484
|
+
[[package]]
|
|
485
|
+
name = "cfg-if"
|
|
486
|
+
version = "1.0.4"
|
|
487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
488
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
489
|
+
|
|
490
|
+
[[package]]
|
|
491
|
+
name = "cfg_aliases"
|
|
492
|
+
version = "0.2.1"
|
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
495
|
+
|
|
496
|
+
[[package]]
|
|
497
|
+
name = "chrono"
|
|
498
|
+
version = "0.4.44"
|
|
499
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
+
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
501
|
+
dependencies = [
|
|
502
|
+
"iana-time-zone",
|
|
503
|
+
"js-sys",
|
|
504
|
+
"num-traits",
|
|
505
|
+
"serde",
|
|
506
|
+
"wasm-bindgen",
|
|
507
|
+
"windows-link 0.2.1",
|
|
508
|
+
]
|
|
509
|
+
|
|
510
|
+
[[package]]
|
|
511
|
+
name = "ciborium"
|
|
512
|
+
version = "0.2.2"
|
|
513
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
514
|
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
515
|
+
dependencies = [
|
|
516
|
+
"ciborium-io",
|
|
517
|
+
"ciborium-ll",
|
|
518
|
+
"serde",
|
|
519
|
+
]
|
|
520
|
+
|
|
521
|
+
[[package]]
|
|
522
|
+
name = "ciborium-io"
|
|
523
|
+
version = "0.2.2"
|
|
524
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
525
|
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
526
|
+
|
|
527
|
+
[[package]]
|
|
528
|
+
name = "ciborium-ll"
|
|
529
|
+
version = "0.2.2"
|
|
530
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
531
|
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
532
|
+
dependencies = [
|
|
533
|
+
"ciborium-io",
|
|
534
|
+
"half",
|
|
535
|
+
]
|
|
536
|
+
|
|
537
|
+
[[package]]
|
|
538
|
+
name = "cipher"
|
|
539
|
+
version = "0.4.4"
|
|
540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
542
|
+
dependencies = [
|
|
543
|
+
"crypto-common",
|
|
544
|
+
"inout",
|
|
545
|
+
]
|
|
546
|
+
|
|
547
|
+
[[package]]
|
|
548
|
+
name = "cmake"
|
|
549
|
+
version = "0.1.58"
|
|
550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
551
|
+
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
552
|
+
dependencies = [
|
|
553
|
+
"cc",
|
|
554
|
+
]
|
|
555
|
+
|
|
556
|
+
[[package]]
|
|
557
|
+
name = "concurrent-queue"
|
|
558
|
+
version = "2.5.0"
|
|
559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
560
|
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
561
|
+
dependencies = [
|
|
562
|
+
"crossbeam-utils",
|
|
563
|
+
]
|
|
564
|
+
|
|
565
|
+
[[package]]
|
|
566
|
+
name = "const-oid"
|
|
567
|
+
version = "0.9.6"
|
|
568
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
569
|
+
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
570
|
+
|
|
571
|
+
[[package]]
|
|
572
|
+
name = "constant_time_eq"
|
|
573
|
+
version = "0.4.2"
|
|
574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
575
|
+
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
576
|
+
|
|
577
|
+
[[package]]
|
|
578
|
+
name = "core-foundation-sys"
|
|
579
|
+
version = "0.8.7"
|
|
580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
581
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
582
|
+
|
|
583
|
+
[[package]]
|
|
584
|
+
name = "cpufeatures"
|
|
585
|
+
version = "0.2.17"
|
|
586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
588
|
+
dependencies = [
|
|
589
|
+
"libc",
|
|
590
|
+
]
|
|
591
|
+
|
|
592
|
+
[[package]]
|
|
593
|
+
name = "cpufeatures"
|
|
594
|
+
version = "0.3.0"
|
|
595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
596
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
597
|
+
dependencies = [
|
|
598
|
+
"libc",
|
|
599
|
+
]
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "crc32fast"
|
|
603
|
+
version = "1.5.0"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
606
|
+
dependencies = [
|
|
607
|
+
"cfg-if",
|
|
608
|
+
]
|
|
609
|
+
|
|
610
|
+
[[package]]
|
|
611
|
+
name = "critical-section"
|
|
612
|
+
version = "1.2.0"
|
|
613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
614
|
+
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
615
|
+
|
|
616
|
+
[[package]]
|
|
617
|
+
name = "crossbeam"
|
|
618
|
+
version = "0.8.4"
|
|
619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
620
|
+
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
|
621
|
+
dependencies = [
|
|
622
|
+
"crossbeam-channel",
|
|
623
|
+
"crossbeam-deque",
|
|
624
|
+
"crossbeam-epoch",
|
|
625
|
+
"crossbeam-queue",
|
|
626
|
+
"crossbeam-utils",
|
|
627
|
+
]
|
|
628
|
+
|
|
629
|
+
[[package]]
|
|
630
|
+
name = "crossbeam-channel"
|
|
631
|
+
version = "0.5.15"
|
|
632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
634
|
+
dependencies = [
|
|
635
|
+
"crossbeam-utils",
|
|
636
|
+
]
|
|
637
|
+
|
|
638
|
+
[[package]]
|
|
639
|
+
name = "crossbeam-deque"
|
|
640
|
+
version = "0.8.6"
|
|
641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
643
|
+
dependencies = [
|
|
644
|
+
"crossbeam-epoch",
|
|
645
|
+
"crossbeam-utils",
|
|
646
|
+
]
|
|
647
|
+
|
|
648
|
+
[[package]]
|
|
649
|
+
name = "crossbeam-epoch"
|
|
650
|
+
version = "0.9.18"
|
|
651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
653
|
+
dependencies = [
|
|
654
|
+
"crossbeam-utils",
|
|
655
|
+
]
|
|
656
|
+
|
|
657
|
+
[[package]]
|
|
658
|
+
name = "crossbeam-queue"
|
|
659
|
+
version = "0.3.12"
|
|
660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
+
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
662
|
+
dependencies = [
|
|
663
|
+
"crossbeam-utils",
|
|
664
|
+
]
|
|
665
|
+
|
|
666
|
+
[[package]]
|
|
667
|
+
name = "crossbeam-skiplist"
|
|
668
|
+
version = "0.1.3"
|
|
669
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
670
|
+
checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
|
|
671
|
+
dependencies = [
|
|
672
|
+
"crossbeam-epoch",
|
|
673
|
+
"crossbeam-utils",
|
|
674
|
+
]
|
|
675
|
+
|
|
676
|
+
[[package]]
|
|
677
|
+
name = "crossbeam-utils"
|
|
678
|
+
version = "0.8.21"
|
|
679
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
680
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
681
|
+
|
|
682
|
+
[[package]]
|
|
683
|
+
name = "crunchy"
|
|
684
|
+
version = "0.2.4"
|
|
685
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
686
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
687
|
+
|
|
688
|
+
[[package]]
|
|
689
|
+
name = "crypto-bigint"
|
|
690
|
+
version = "0.5.5"
|
|
691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
692
|
+
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
693
|
+
dependencies = [
|
|
694
|
+
"generic-array 0.14.7",
|
|
695
|
+
"rand_core 0.6.4",
|
|
696
|
+
"subtle",
|
|
697
|
+
"zeroize",
|
|
698
|
+
]
|
|
699
|
+
|
|
700
|
+
[[package]]
|
|
701
|
+
name = "crypto-common"
|
|
702
|
+
version = "0.1.7"
|
|
703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
705
|
+
dependencies = [
|
|
706
|
+
"generic-array 0.14.7",
|
|
707
|
+
"typenum",
|
|
708
|
+
]
|
|
709
|
+
|
|
710
|
+
[[package]]
|
|
711
|
+
name = "cssparser"
|
|
712
|
+
version = "0.35.0"
|
|
713
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
+
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
|
|
715
|
+
dependencies = [
|
|
716
|
+
"cssparser-macros",
|
|
717
|
+
"dtoa-short",
|
|
718
|
+
"itoa",
|
|
719
|
+
"phf 0.11.3",
|
|
720
|
+
"smallvec",
|
|
721
|
+
]
|
|
722
|
+
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "cssparser-macros"
|
|
725
|
+
version = "0.6.1"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
728
|
+
dependencies = [
|
|
729
|
+
"quote",
|
|
730
|
+
"syn 2.0.117",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "curve25519-dalek"
|
|
735
|
+
version = "4.1.3"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"cfg-if",
|
|
740
|
+
"cpufeatures 0.2.17",
|
|
741
|
+
"curve25519-dalek-derive",
|
|
742
|
+
"digest",
|
|
743
|
+
"fiat-crypto",
|
|
744
|
+
"rustc_version",
|
|
745
|
+
"subtle",
|
|
746
|
+
"zeroize",
|
|
747
|
+
]
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "curve25519-dalek-derive"
|
|
751
|
+
version = "0.1.1"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"proc-macro2",
|
|
756
|
+
"quote",
|
|
757
|
+
"syn 2.0.117",
|
|
758
|
+
]
|
|
759
|
+
|
|
760
|
+
[[package]]
|
|
761
|
+
name = "dashmap"
|
|
762
|
+
version = "6.1.0"
|
|
763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
765
|
+
dependencies = [
|
|
766
|
+
"cfg-if",
|
|
767
|
+
"crossbeam-utils",
|
|
768
|
+
"hashbrown 0.14.5",
|
|
769
|
+
"lock_api",
|
|
770
|
+
"once_cell",
|
|
771
|
+
"parking_lot_core",
|
|
772
|
+
]
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "der"
|
|
776
|
+
version = "0.7.10"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
779
|
+
dependencies = [
|
|
780
|
+
"const-oid",
|
|
781
|
+
"pem-rfc7468",
|
|
782
|
+
"zeroize",
|
|
783
|
+
]
|
|
784
|
+
|
|
785
|
+
[[package]]
|
|
786
|
+
name = "deranged"
|
|
787
|
+
version = "0.5.8"
|
|
788
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
789
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
790
|
+
dependencies = [
|
|
791
|
+
"powerfmt",
|
|
792
|
+
]
|
|
793
|
+
|
|
794
|
+
[[package]]
|
|
795
|
+
name = "deunicode"
|
|
796
|
+
version = "1.6.2"
|
|
797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
+
checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
|
|
799
|
+
|
|
800
|
+
[[package]]
|
|
801
|
+
name = "digest"
|
|
802
|
+
version = "0.10.7"
|
|
803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
804
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
805
|
+
dependencies = [
|
|
806
|
+
"block-buffer",
|
|
807
|
+
"const-oid",
|
|
808
|
+
"crypto-common",
|
|
809
|
+
"subtle",
|
|
810
|
+
]
|
|
811
|
+
|
|
812
|
+
[[package]]
|
|
813
|
+
name = "displaydoc"
|
|
814
|
+
version = "0.2.5"
|
|
815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
817
|
+
dependencies = [
|
|
818
|
+
"proc-macro2",
|
|
819
|
+
"quote",
|
|
820
|
+
"syn 2.0.117",
|
|
821
|
+
]
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "dmp"
|
|
825
|
+
version = "0.2.3"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "bb2dfc7a18dffd3ef60a442b72a827126f1557d914620f8fc4d1049916da43c1"
|
|
828
|
+
dependencies = [
|
|
829
|
+
"trice",
|
|
830
|
+
"urlencoding",
|
|
831
|
+
]
|
|
832
|
+
|
|
833
|
+
[[package]]
|
|
834
|
+
name = "dtoa"
|
|
835
|
+
version = "1.0.11"
|
|
836
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
837
|
+
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
|
|
838
|
+
|
|
839
|
+
[[package]]
|
|
840
|
+
name = "dtoa-short"
|
|
841
|
+
version = "0.3.5"
|
|
842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
+
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
|
844
|
+
dependencies = [
|
|
845
|
+
"dtoa",
|
|
846
|
+
]
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "dunce"
|
|
850
|
+
version = "1.0.5"
|
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
853
|
+
|
|
854
|
+
[[package]]
|
|
855
|
+
name = "earcutr"
|
|
856
|
+
version = "0.4.3"
|
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
+
checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01"
|
|
859
|
+
dependencies = [
|
|
860
|
+
"itertools 0.11.0",
|
|
861
|
+
"num-traits",
|
|
862
|
+
]
|
|
863
|
+
|
|
864
|
+
[[package]]
|
|
865
|
+
name = "ecdsa"
|
|
866
|
+
version = "0.16.9"
|
|
867
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
+
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
869
|
+
dependencies = [
|
|
870
|
+
"der",
|
|
871
|
+
"digest",
|
|
872
|
+
"elliptic-curve",
|
|
873
|
+
"rfc6979",
|
|
874
|
+
"signature",
|
|
875
|
+
"spki",
|
|
876
|
+
]
|
|
877
|
+
|
|
878
|
+
[[package]]
|
|
879
|
+
name = "ed25519"
|
|
880
|
+
version = "2.2.3"
|
|
881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
+
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
883
|
+
dependencies = [
|
|
884
|
+
"pkcs8",
|
|
885
|
+
"signature",
|
|
886
|
+
]
|
|
887
|
+
|
|
888
|
+
[[package]]
|
|
889
|
+
name = "ed25519-dalek"
|
|
890
|
+
version = "2.2.0"
|
|
891
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
892
|
+
checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
|
|
893
|
+
dependencies = [
|
|
894
|
+
"curve25519-dalek",
|
|
895
|
+
"ed25519",
|
|
896
|
+
"serde",
|
|
897
|
+
"sha2",
|
|
898
|
+
"subtle",
|
|
899
|
+
"zeroize",
|
|
900
|
+
]
|
|
901
|
+
|
|
902
|
+
[[package]]
|
|
903
|
+
name = "either"
|
|
904
|
+
version = "1.15.0"
|
|
905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
907
|
+
|
|
908
|
+
[[package]]
|
|
909
|
+
name = "elliptic-curve"
|
|
910
|
+
version = "0.13.8"
|
|
911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
912
|
+
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
913
|
+
dependencies = [
|
|
914
|
+
"base16ct",
|
|
915
|
+
"crypto-bigint",
|
|
916
|
+
"digest",
|
|
917
|
+
"ff",
|
|
918
|
+
"generic-array 0.14.7",
|
|
919
|
+
"group",
|
|
920
|
+
"hkdf",
|
|
921
|
+
"pem-rfc7468",
|
|
922
|
+
"pkcs8",
|
|
923
|
+
"rand_core 0.6.4",
|
|
924
|
+
"sec1",
|
|
925
|
+
"subtle",
|
|
926
|
+
"zeroize",
|
|
927
|
+
]
|
|
928
|
+
|
|
929
|
+
[[package]]
|
|
930
|
+
name = "endian-type"
|
|
931
|
+
version = "0.2.0"
|
|
932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
+
checksum = "869b0adbda23651a9c5c0c3d270aac9fcb52e8622a8f2b17e57802d7791962f2"
|
|
934
|
+
|
|
935
|
+
[[package]]
|
|
936
|
+
name = "equivalent"
|
|
937
|
+
version = "1.0.2"
|
|
938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
940
|
+
|
|
941
|
+
[[package]]
|
|
942
|
+
name = "errno"
|
|
943
|
+
version = "0.3.14"
|
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
946
|
+
dependencies = [
|
|
947
|
+
"libc",
|
|
948
|
+
"windows-sys 0.61.2",
|
|
949
|
+
]
|
|
950
|
+
|
|
951
|
+
[[package]]
|
|
952
|
+
name = "event-listener"
|
|
953
|
+
version = "5.4.1"
|
|
954
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
955
|
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
956
|
+
dependencies = [
|
|
957
|
+
"concurrent-queue",
|
|
958
|
+
"parking",
|
|
959
|
+
"pin-project-lite",
|
|
960
|
+
]
|
|
961
|
+
|
|
962
|
+
[[package]]
|
|
963
|
+
name = "event-listener-strategy"
|
|
964
|
+
version = "0.5.4"
|
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
+
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
967
|
+
dependencies = [
|
|
968
|
+
"event-listener",
|
|
969
|
+
"pin-project-lite",
|
|
970
|
+
]
|
|
971
|
+
|
|
972
|
+
[[package]]
|
|
973
|
+
name = "ext-sort"
|
|
974
|
+
version = "0.1.5"
|
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
+
checksum = "cf5d3b056bcc471d38082b8c453acb6670f7327fd44219b3c411e40834883569"
|
|
977
|
+
dependencies = [
|
|
978
|
+
"log",
|
|
979
|
+
"rayon",
|
|
980
|
+
"rmp-serde",
|
|
981
|
+
"serde",
|
|
982
|
+
"tempfile",
|
|
983
|
+
]
|
|
984
|
+
|
|
985
|
+
[[package]]
|
|
986
|
+
name = "fastnum"
|
|
987
|
+
version = "0.7.4"
|
|
988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
+
checksum = "4089ab2dfd45d8ddc92febb5ca80644389d5ebb954f40231274a3f18341762e2"
|
|
990
|
+
dependencies = [
|
|
991
|
+
"bnum",
|
|
992
|
+
"num-integer",
|
|
993
|
+
"num-traits",
|
|
994
|
+
]
|
|
995
|
+
|
|
996
|
+
[[package]]
|
|
997
|
+
name = "fastrand"
|
|
998
|
+
version = "2.4.1"
|
|
999
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1000
|
+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
1001
|
+
|
|
1002
|
+
[[package]]
|
|
1003
|
+
name = "ff"
|
|
1004
|
+
version = "0.13.1"
|
|
1005
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
+
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
|
|
1007
|
+
dependencies = [
|
|
1008
|
+
"rand_core 0.6.4",
|
|
1009
|
+
"subtle",
|
|
1010
|
+
]
|
|
1011
|
+
|
|
1012
|
+
[[package]]
|
|
1013
|
+
name = "fiat-crypto"
|
|
1014
|
+
version = "0.2.9"
|
|
1015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1016
|
+
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
1017
|
+
|
|
1018
|
+
[[package]]
|
|
1019
|
+
name = "find-msvc-tools"
|
|
1020
|
+
version = "0.1.9"
|
|
1021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
1023
|
+
|
|
1024
|
+
[[package]]
|
|
1025
|
+
name = "flatbuffers"
|
|
1026
|
+
version = "25.12.19"
|
|
1027
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
+
checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
|
|
1029
|
+
dependencies = [
|
|
1030
|
+
"bitflags",
|
|
1031
|
+
"rustc_version",
|
|
1032
|
+
"serde",
|
|
1033
|
+
]
|
|
1034
|
+
|
|
1035
|
+
[[package]]
|
|
1036
|
+
name = "float_next_after"
|
|
1037
|
+
version = "1.0.0"
|
|
1038
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1039
|
+
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
|
|
1040
|
+
|
|
1041
|
+
[[package]]
|
|
1042
|
+
name = "fnv"
|
|
1043
|
+
version = "1.0.7"
|
|
1044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
1046
|
+
|
|
1047
|
+
[[package]]
|
|
1048
|
+
name = "foldhash"
|
|
1049
|
+
version = "0.1.5"
|
|
1050
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1051
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
1052
|
+
|
|
1053
|
+
[[package]]
|
|
1054
|
+
name = "foldhash"
|
|
1055
|
+
version = "0.2.0"
|
|
1056
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
1058
|
+
|
|
1059
|
+
[[package]]
|
|
1060
|
+
name = "form_urlencoded"
|
|
1061
|
+
version = "1.2.2"
|
|
1062
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
1064
|
+
dependencies = [
|
|
1065
|
+
"percent-encoding",
|
|
1066
|
+
]
|
|
1067
|
+
|
|
1068
|
+
[[package]]
|
|
1069
|
+
name = "fs2"
|
|
1070
|
+
version = "0.4.3"
|
|
1071
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1072
|
+
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
1073
|
+
dependencies = [
|
|
1074
|
+
"libc",
|
|
1075
|
+
"winapi",
|
|
1076
|
+
]
|
|
1077
|
+
|
|
1078
|
+
[[package]]
|
|
1079
|
+
name = "fs_extra"
|
|
1080
|
+
version = "1.3.0"
|
|
1081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1082
|
+
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
1083
|
+
|
|
1084
|
+
[[package]]
|
|
1085
|
+
name = "fst"
|
|
1086
|
+
version = "0.4.7"
|
|
1087
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1088
|
+
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
|
1089
|
+
|
|
1090
|
+
[[package]]
|
|
1091
|
+
name = "funty"
|
|
1092
|
+
version = "2.0.0"
|
|
1093
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
+
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
1095
|
+
|
|
1096
|
+
[[package]]
|
|
1097
|
+
name = "futf"
|
|
1098
|
+
version = "0.1.5"
|
|
1099
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1100
|
+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
1101
|
+
dependencies = [
|
|
1102
|
+
"mac",
|
|
1103
|
+
"new_debug_unreachable",
|
|
1104
|
+
]
|
|
1105
|
+
|
|
1106
|
+
[[package]]
|
|
1107
|
+
name = "futures"
|
|
1108
|
+
version = "0.3.32"
|
|
1109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1110
|
+
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
1111
|
+
dependencies = [
|
|
1112
|
+
"futures-channel",
|
|
1113
|
+
"futures-core",
|
|
1114
|
+
"futures-executor",
|
|
1115
|
+
"futures-io",
|
|
1116
|
+
"futures-sink",
|
|
1117
|
+
"futures-task",
|
|
1118
|
+
"futures-util",
|
|
1119
|
+
]
|
|
1120
|
+
|
|
1121
|
+
[[package]]
|
|
1122
|
+
name = "futures-channel"
|
|
1123
|
+
version = "0.3.32"
|
|
1124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
1126
|
+
dependencies = [
|
|
1127
|
+
"futures-core",
|
|
1128
|
+
"futures-sink",
|
|
1129
|
+
]
|
|
1130
|
+
|
|
1131
|
+
[[package]]
|
|
1132
|
+
name = "futures-core"
|
|
1133
|
+
version = "0.3.32"
|
|
1134
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1135
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
1136
|
+
|
|
1137
|
+
[[package]]
|
|
1138
|
+
name = "futures-executor"
|
|
1139
|
+
version = "0.3.32"
|
|
1140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1141
|
+
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
1142
|
+
dependencies = [
|
|
1143
|
+
"futures-core",
|
|
1144
|
+
"futures-task",
|
|
1145
|
+
"futures-util",
|
|
1146
|
+
]
|
|
1147
|
+
|
|
1148
|
+
[[package]]
|
|
1149
|
+
name = "futures-io"
|
|
1150
|
+
version = "0.3.32"
|
|
1151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
+
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
1153
|
+
|
|
1154
|
+
[[package]]
|
|
1155
|
+
name = "futures-macro"
|
|
1156
|
+
version = "0.3.32"
|
|
1157
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1158
|
+
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
1159
|
+
dependencies = [
|
|
1160
|
+
"proc-macro2",
|
|
1161
|
+
"quote",
|
|
1162
|
+
"syn 2.0.117",
|
|
1163
|
+
]
|
|
1164
|
+
|
|
1165
|
+
[[package]]
|
|
1166
|
+
name = "futures-sink"
|
|
1167
|
+
version = "0.3.32"
|
|
1168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1169
|
+
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
1170
|
+
|
|
1171
|
+
[[package]]
|
|
1172
|
+
name = "futures-task"
|
|
1173
|
+
version = "0.3.32"
|
|
1174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1175
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
1176
|
+
|
|
1177
|
+
[[package]]
|
|
1178
|
+
name = "futures-timer"
|
|
1179
|
+
version = "3.0.3"
|
|
1180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
+
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
1182
|
+
|
|
1183
|
+
[[package]]
|
|
1184
|
+
name = "futures-util"
|
|
1185
|
+
version = "0.3.32"
|
|
1186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1187
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
1188
|
+
dependencies = [
|
|
1189
|
+
"futures-channel",
|
|
1190
|
+
"futures-core",
|
|
1191
|
+
"futures-io",
|
|
1192
|
+
"futures-macro",
|
|
1193
|
+
"futures-sink",
|
|
1194
|
+
"futures-task",
|
|
1195
|
+
"memchr",
|
|
1196
|
+
"pin-project-lite",
|
|
1197
|
+
"slab",
|
|
1198
|
+
]
|
|
1199
|
+
|
|
1200
|
+
[[package]]
|
|
1201
|
+
name = "fuzzy-matcher"
|
|
1202
|
+
version = "0.3.7"
|
|
1203
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
+
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
1205
|
+
dependencies = [
|
|
1206
|
+
"thread_local",
|
|
1207
|
+
]
|
|
1208
|
+
|
|
1209
|
+
[[package]]
|
|
1210
|
+
name = "generic-array"
|
|
1211
|
+
version = "0.12.4"
|
|
1212
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1213
|
+
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
1214
|
+
dependencies = [
|
|
1215
|
+
"typenum",
|
|
1216
|
+
]
|
|
1217
|
+
|
|
1218
|
+
[[package]]
|
|
1219
|
+
name = "generic-array"
|
|
1220
|
+
version = "0.13.3"
|
|
1221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1222
|
+
checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
|
|
1223
|
+
dependencies = [
|
|
1224
|
+
"typenum",
|
|
1225
|
+
]
|
|
1226
|
+
|
|
1227
|
+
[[package]]
|
|
1228
|
+
name = "generic-array"
|
|
1229
|
+
version = "0.14.7"
|
|
1230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
1232
|
+
dependencies = [
|
|
1233
|
+
"typenum",
|
|
1234
|
+
"version_check",
|
|
1235
|
+
"zeroize",
|
|
1236
|
+
]
|
|
1237
|
+
|
|
1238
|
+
[[package]]
|
|
1239
|
+
name = "geo"
|
|
1240
|
+
version = "0.31.0"
|
|
1241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
+
checksum = "2fc1a1678e54befc9b4bcab6cd43b8e7f834ae8ea121118b0fd8c42747675b4a"
|
|
1243
|
+
dependencies = [
|
|
1244
|
+
"earcutr",
|
|
1245
|
+
"float_next_after",
|
|
1246
|
+
"geo-types",
|
|
1247
|
+
"geographiclib-rs",
|
|
1248
|
+
"i_overlay",
|
|
1249
|
+
"log",
|
|
1250
|
+
"num-traits",
|
|
1251
|
+
"robust",
|
|
1252
|
+
"rstar 0.12.2",
|
|
1253
|
+
"serde",
|
|
1254
|
+
"spade",
|
|
1255
|
+
]
|
|
1256
|
+
|
|
1257
|
+
[[package]]
|
|
1258
|
+
name = "geo"
|
|
1259
|
+
version = "0.32.0"
|
|
1260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
+
checksum = "3f3901269ec6d4f6068d3f09e5f02f995bd076398dcd1dfec407cd230b02d11b"
|
|
1262
|
+
dependencies = [
|
|
1263
|
+
"earcutr",
|
|
1264
|
+
"float_next_after",
|
|
1265
|
+
"geo-types",
|
|
1266
|
+
"geographiclib-rs",
|
|
1267
|
+
"i_overlay",
|
|
1268
|
+
"log",
|
|
1269
|
+
"num-traits",
|
|
1270
|
+
"rand 0.8.6",
|
|
1271
|
+
"robust",
|
|
1272
|
+
"rstar 0.12.2",
|
|
1273
|
+
"serde",
|
|
1274
|
+
"sif-itree",
|
|
1275
|
+
"spade",
|
|
1276
|
+
]
|
|
1277
|
+
|
|
1278
|
+
[[package]]
|
|
1279
|
+
name = "geo-types"
|
|
1280
|
+
version = "0.7.19"
|
|
1281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1282
|
+
checksum = "94776032c45f950d30a13af6113c2ad5625316c9abfbccee4dd5a6695f8fe0f5"
|
|
1283
|
+
dependencies = [
|
|
1284
|
+
"approx",
|
|
1285
|
+
"num-traits",
|
|
1286
|
+
"rayon",
|
|
1287
|
+
"rstar 0.10.0",
|
|
1288
|
+
"rstar 0.11.0",
|
|
1289
|
+
"rstar 0.12.2",
|
|
1290
|
+
"rstar 0.8.4",
|
|
1291
|
+
"rstar 0.9.3",
|
|
1292
|
+
"serde",
|
|
1293
|
+
]
|
|
1294
|
+
|
|
1295
|
+
[[package]]
|
|
1296
|
+
name = "geographiclib-rs"
|
|
1297
|
+
version = "0.2.7"
|
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
+
checksum = "c5a7f08910fd98737a6eda7568e7c5e645093e073328eeef49758cfe8b0489c7"
|
|
1300
|
+
dependencies = [
|
|
1301
|
+
"libm",
|
|
1302
|
+
]
|
|
1303
|
+
|
|
1304
|
+
[[package]]
|
|
1305
|
+
name = "getrandom"
|
|
1306
|
+
version = "0.2.17"
|
|
1307
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1308
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
1309
|
+
dependencies = [
|
|
1310
|
+
"cfg-if",
|
|
1311
|
+
"js-sys",
|
|
1312
|
+
"libc",
|
|
1313
|
+
"wasi",
|
|
1314
|
+
"wasm-bindgen",
|
|
1315
|
+
]
|
|
1316
|
+
|
|
1317
|
+
[[package]]
|
|
1318
|
+
name = "getrandom"
|
|
1319
|
+
version = "0.3.4"
|
|
1320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1321
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
1322
|
+
dependencies = [
|
|
1323
|
+
"cfg-if",
|
|
1324
|
+
"js-sys",
|
|
1325
|
+
"libc",
|
|
1326
|
+
"r-efi 5.3.0",
|
|
1327
|
+
"wasip2",
|
|
1328
|
+
"wasm-bindgen",
|
|
1329
|
+
]
|
|
1330
|
+
|
|
1331
|
+
[[package]]
|
|
1332
|
+
name = "getrandom"
|
|
1333
|
+
version = "0.4.2"
|
|
1334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1335
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
1336
|
+
dependencies = [
|
|
1337
|
+
"cfg-if",
|
|
1338
|
+
"libc",
|
|
1339
|
+
"r-efi 6.0.0",
|
|
1340
|
+
"wasip2",
|
|
1341
|
+
"wasip3",
|
|
1342
|
+
]
|
|
1343
|
+
|
|
1344
|
+
[[package]]
|
|
1345
|
+
name = "glob"
|
|
1346
|
+
version = "0.3.3"
|
|
1347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1348
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
1349
|
+
|
|
1350
|
+
[[package]]
|
|
1351
|
+
name = "group"
|
|
1352
|
+
version = "0.13.0"
|
|
1353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1354
|
+
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
1355
|
+
dependencies = [
|
|
1356
|
+
"ff",
|
|
1357
|
+
"rand_core 0.6.4",
|
|
1358
|
+
"subtle",
|
|
1359
|
+
]
|
|
1360
|
+
|
|
1361
|
+
[[package]]
|
|
1362
|
+
name = "guardian"
|
|
1363
|
+
version = "1.3.0"
|
|
1364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1365
|
+
checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
|
|
1366
|
+
|
|
1367
|
+
[[package]]
|
|
1368
|
+
name = "h2"
|
|
1369
|
+
version = "0.4.14"
|
|
1370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1371
|
+
checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
|
|
1372
|
+
dependencies = [
|
|
1373
|
+
"atomic-waker",
|
|
1374
|
+
"bytes",
|
|
1375
|
+
"fnv",
|
|
1376
|
+
"futures-core",
|
|
1377
|
+
"futures-sink",
|
|
1378
|
+
"http",
|
|
1379
|
+
"indexmap",
|
|
1380
|
+
"slab",
|
|
1381
|
+
"tokio",
|
|
1382
|
+
"tokio-util",
|
|
1383
|
+
"tracing",
|
|
1384
|
+
]
|
|
1385
|
+
|
|
1386
|
+
[[package]]
|
|
1387
|
+
name = "half"
|
|
1388
|
+
version = "2.7.1"
|
|
1389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1390
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
1391
|
+
dependencies = [
|
|
1392
|
+
"cfg-if",
|
|
1393
|
+
"crunchy",
|
|
1394
|
+
"zerocopy",
|
|
1395
|
+
]
|
|
1396
|
+
|
|
1397
|
+
[[package]]
|
|
1398
|
+
name = "hash32"
|
|
1399
|
+
version = "0.1.1"
|
|
1400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1401
|
+
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
|
1402
|
+
dependencies = [
|
|
1403
|
+
"byteorder",
|
|
1404
|
+
]
|
|
1405
|
+
|
|
1406
|
+
[[package]]
|
|
1407
|
+
name = "hash32"
|
|
1408
|
+
version = "0.2.1"
|
|
1409
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1410
|
+
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
1411
|
+
dependencies = [
|
|
1412
|
+
"byteorder",
|
|
1413
|
+
]
|
|
1414
|
+
|
|
1415
|
+
[[package]]
|
|
1416
|
+
name = "hash32"
|
|
1417
|
+
version = "0.3.1"
|
|
1418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1419
|
+
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
1420
|
+
dependencies = [
|
|
1421
|
+
"byteorder",
|
|
1422
|
+
]
|
|
1423
|
+
|
|
1424
|
+
[[package]]
|
|
1425
|
+
name = "hashbrown"
|
|
1426
|
+
version = "0.12.3"
|
|
1427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1428
|
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1429
|
+
dependencies = [
|
|
1430
|
+
"ahash 0.7.8",
|
|
1431
|
+
]
|
|
1432
|
+
|
|
1433
|
+
[[package]]
|
|
1434
|
+
name = "hashbrown"
|
|
1435
|
+
version = "0.14.5"
|
|
1436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1437
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
1438
|
+
|
|
1439
|
+
[[package]]
|
|
1440
|
+
name = "hashbrown"
|
|
1441
|
+
version = "0.15.5"
|
|
1442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1443
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1444
|
+
dependencies = [
|
|
1445
|
+
"foldhash 0.1.5",
|
|
1446
|
+
]
|
|
1447
|
+
|
|
1448
|
+
[[package]]
|
|
1449
|
+
name = "hashbrown"
|
|
1450
|
+
version = "0.16.1"
|
|
1451
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1452
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1453
|
+
dependencies = [
|
|
1454
|
+
"allocator-api2",
|
|
1455
|
+
"equivalent",
|
|
1456
|
+
"foldhash 0.2.0",
|
|
1457
|
+
]
|
|
1458
|
+
|
|
1459
|
+
[[package]]
|
|
1460
|
+
name = "hashbrown"
|
|
1461
|
+
version = "0.17.1"
|
|
1462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1463
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1464
|
+
|
|
1465
|
+
[[package]]
|
|
1466
|
+
name = "headers"
|
|
1467
|
+
version = "0.4.1"
|
|
1468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1469
|
+
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
|
|
1470
|
+
dependencies = [
|
|
1471
|
+
"base64",
|
|
1472
|
+
"bytes",
|
|
1473
|
+
"headers-core",
|
|
1474
|
+
"http",
|
|
1475
|
+
"httpdate",
|
|
1476
|
+
"mime",
|
|
1477
|
+
"sha1",
|
|
1478
|
+
]
|
|
1479
|
+
|
|
1480
|
+
[[package]]
|
|
1481
|
+
name = "headers-core"
|
|
1482
|
+
version = "0.3.0"
|
|
1483
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1484
|
+
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
|
1485
|
+
dependencies = [
|
|
1486
|
+
"http",
|
|
1487
|
+
]
|
|
1488
|
+
|
|
1489
|
+
[[package]]
|
|
1490
|
+
name = "heapless"
|
|
1491
|
+
version = "0.6.1"
|
|
1492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1493
|
+
checksum = "634bd4d29cbf24424d0a4bfcbf80c6960129dc24424752a7d1d1390607023422"
|
|
1494
|
+
dependencies = [
|
|
1495
|
+
"as-slice",
|
|
1496
|
+
"generic-array 0.14.7",
|
|
1497
|
+
"hash32 0.1.1",
|
|
1498
|
+
"stable_deref_trait",
|
|
1499
|
+
]
|
|
1500
|
+
|
|
1501
|
+
[[package]]
|
|
1502
|
+
name = "heapless"
|
|
1503
|
+
version = "0.7.17"
|
|
1504
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
+
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
|
1506
|
+
dependencies = [
|
|
1507
|
+
"atomic-polyfill",
|
|
1508
|
+
"hash32 0.2.1",
|
|
1509
|
+
"rustc_version",
|
|
1510
|
+
"spin",
|
|
1511
|
+
"stable_deref_trait",
|
|
1512
|
+
]
|
|
1513
|
+
|
|
1514
|
+
[[package]]
|
|
1515
|
+
name = "heapless"
|
|
1516
|
+
version = "0.8.0"
|
|
1517
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1518
|
+
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
1519
|
+
dependencies = [
|
|
1520
|
+
"hash32 0.3.1",
|
|
1521
|
+
"stable_deref_trait",
|
|
1522
|
+
]
|
|
1523
|
+
|
|
1524
|
+
[[package]]
|
|
1525
|
+
name = "heck"
|
|
1526
|
+
version = "0.5.0"
|
|
1527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1528
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1529
|
+
|
|
1530
|
+
[[package]]
|
|
1531
|
+
name = "hermit-abi"
|
|
1532
|
+
version = "0.5.2"
|
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1534
|
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
1535
|
+
|
|
1536
|
+
[[package]]
|
|
1537
|
+
name = "hex"
|
|
1538
|
+
version = "0.4.3"
|
|
1539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
1541
|
+
|
|
1542
|
+
[[package]]
|
|
1543
|
+
name = "hkdf"
|
|
1544
|
+
version = "0.12.4"
|
|
1545
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1546
|
+
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
1547
|
+
dependencies = [
|
|
1548
|
+
"hmac",
|
|
1549
|
+
]
|
|
1550
|
+
|
|
1551
|
+
[[package]]
|
|
1552
|
+
name = "hmac"
|
|
1553
|
+
version = "0.12.1"
|
|
1554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1555
|
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1556
|
+
dependencies = [
|
|
1557
|
+
"digest",
|
|
1558
|
+
]
|
|
1559
|
+
|
|
1560
|
+
[[package]]
|
|
1561
|
+
name = "html5ever"
|
|
1562
|
+
version = "0.35.0"
|
|
1563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1564
|
+
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
|
|
1565
|
+
dependencies = [
|
|
1566
|
+
"log",
|
|
1567
|
+
"markup5ever",
|
|
1568
|
+
"match_token",
|
|
1569
|
+
]
|
|
1570
|
+
|
|
1571
|
+
[[package]]
|
|
1572
|
+
name = "http"
|
|
1573
|
+
version = "1.4.0"
|
|
1574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1575
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
1576
|
+
dependencies = [
|
|
1577
|
+
"bytes",
|
|
1578
|
+
"itoa",
|
|
1579
|
+
]
|
|
1580
|
+
|
|
1581
|
+
[[package]]
|
|
1582
|
+
name = "http-body"
|
|
1583
|
+
version = "1.0.1"
|
|
1584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1585
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1586
|
+
dependencies = [
|
|
1587
|
+
"bytes",
|
|
1588
|
+
"http",
|
|
1589
|
+
]
|
|
1590
|
+
|
|
1591
|
+
[[package]]
|
|
1592
|
+
name = "http-body-util"
|
|
1593
|
+
version = "0.1.3"
|
|
1594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
1596
|
+
dependencies = [
|
|
1597
|
+
"bytes",
|
|
1598
|
+
"futures-core",
|
|
1599
|
+
"http",
|
|
1600
|
+
"http-body",
|
|
1601
|
+
"pin-project-lite",
|
|
1602
|
+
]
|
|
1603
|
+
|
|
1604
|
+
[[package]]
|
|
1605
|
+
name = "httparse"
|
|
1606
|
+
version = "1.10.1"
|
|
1607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1608
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
1609
|
+
|
|
1610
|
+
[[package]]
|
|
1611
|
+
name = "httpdate"
|
|
1612
|
+
version = "1.0.3"
|
|
1613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1614
|
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
1615
|
+
|
|
1616
|
+
[[package]]
|
|
1617
|
+
name = "humantime"
|
|
1618
|
+
version = "2.3.0"
|
|
1619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1620
|
+
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
1621
|
+
|
|
1622
|
+
[[package]]
|
|
1623
|
+
name = "hyper"
|
|
1624
|
+
version = "1.9.0"
|
|
1625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
|
+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
1627
|
+
dependencies = [
|
|
1628
|
+
"atomic-waker",
|
|
1629
|
+
"bytes",
|
|
1630
|
+
"futures-channel",
|
|
1631
|
+
"futures-core",
|
|
1632
|
+
"h2",
|
|
1633
|
+
"http",
|
|
1634
|
+
"http-body",
|
|
1635
|
+
"httparse",
|
|
1636
|
+
"httpdate",
|
|
1637
|
+
"itoa",
|
|
1638
|
+
"pin-project-lite",
|
|
1639
|
+
"smallvec",
|
|
1640
|
+
"tokio",
|
|
1641
|
+
"want",
|
|
1642
|
+
]
|
|
1643
|
+
|
|
1644
|
+
[[package]]
|
|
1645
|
+
name = "hyper-timeout"
|
|
1646
|
+
version = "0.5.2"
|
|
1647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1648
|
+
checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
|
|
1649
|
+
dependencies = [
|
|
1650
|
+
"hyper",
|
|
1651
|
+
"hyper-util",
|
|
1652
|
+
"pin-project-lite",
|
|
1653
|
+
"tokio",
|
|
1654
|
+
"tower-service",
|
|
1655
|
+
]
|
|
1656
|
+
|
|
1657
|
+
[[package]]
|
|
1658
|
+
name = "hyper-util"
|
|
1659
|
+
version = "0.1.20"
|
|
1660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1661
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
1662
|
+
dependencies = [
|
|
1663
|
+
"bytes",
|
|
1664
|
+
"futures-channel",
|
|
1665
|
+
"futures-util",
|
|
1666
|
+
"http",
|
|
1667
|
+
"http-body",
|
|
1668
|
+
"hyper",
|
|
1669
|
+
"libc",
|
|
1670
|
+
"pin-project-lite",
|
|
1671
|
+
"socket2",
|
|
1672
|
+
"tokio",
|
|
1673
|
+
"tower-service",
|
|
1674
|
+
"tracing",
|
|
1675
|
+
]
|
|
1676
|
+
|
|
1677
|
+
[[package]]
|
|
1678
|
+
name = "i_float"
|
|
1679
|
+
version = "1.15.0"
|
|
1680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1681
|
+
checksum = "010025c2c532c8d82e42d0b8bb5184afa449fa6f06c709ea9adcb16c49ae405b"
|
|
1682
|
+
dependencies = [
|
|
1683
|
+
"libm",
|
|
1684
|
+
]
|
|
1685
|
+
|
|
1686
|
+
[[package]]
|
|
1687
|
+
name = "i_key_sort"
|
|
1688
|
+
version = "0.6.0"
|
|
1689
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1690
|
+
checksum = "9190f86706ca38ac8add223b2aed8b1330002b5cdbbce28fb58b10914d38fc27"
|
|
1691
|
+
|
|
1692
|
+
[[package]]
|
|
1693
|
+
name = "i_overlay"
|
|
1694
|
+
version = "4.0.7"
|
|
1695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1696
|
+
checksum = "413183068e6e0289e18d7d0a1f661b81546e6918d5453a44570b9ab30cbed1b3"
|
|
1697
|
+
dependencies = [
|
|
1698
|
+
"i_float",
|
|
1699
|
+
"i_key_sort",
|
|
1700
|
+
"i_shape",
|
|
1701
|
+
"i_tree",
|
|
1702
|
+
"rayon",
|
|
1703
|
+
]
|
|
1704
|
+
|
|
1705
|
+
[[package]]
|
|
1706
|
+
name = "i_shape"
|
|
1707
|
+
version = "1.14.0"
|
|
1708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1709
|
+
checksum = "1ea154b742f7d43dae2897fcd5ead86bc7b5eefcedd305a7ebf9f69d44d61082"
|
|
1710
|
+
dependencies = [
|
|
1711
|
+
"i_float",
|
|
1712
|
+
]
|
|
1713
|
+
|
|
1714
|
+
[[package]]
|
|
1715
|
+
name = "i_tree"
|
|
1716
|
+
version = "0.16.0"
|
|
1717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1718
|
+
checksum = "35e6d558e6d4c7b82bc51d9c771e7a927862a161a7d87bf2b0541450e0e20915"
|
|
1719
|
+
|
|
1720
|
+
[[package]]
|
|
1721
|
+
name = "iana-time-zone"
|
|
1722
|
+
version = "0.1.65"
|
|
1723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
1725
|
+
dependencies = [
|
|
1726
|
+
"android_system_properties",
|
|
1727
|
+
"core-foundation-sys",
|
|
1728
|
+
"iana-time-zone-haiku",
|
|
1729
|
+
"js-sys",
|
|
1730
|
+
"log",
|
|
1731
|
+
"wasm-bindgen",
|
|
1732
|
+
"windows-core 0.62.2",
|
|
1733
|
+
]
|
|
1734
|
+
|
|
1735
|
+
[[package]]
|
|
1736
|
+
name = "iana-time-zone-haiku"
|
|
1737
|
+
version = "0.1.2"
|
|
1738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1739
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
1740
|
+
dependencies = [
|
|
1741
|
+
"cc",
|
|
1742
|
+
]
|
|
1743
|
+
|
|
1744
|
+
[[package]]
|
|
1745
|
+
name = "icu_collections"
|
|
1746
|
+
version = "2.2.0"
|
|
1747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1748
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
1749
|
+
dependencies = [
|
|
1750
|
+
"displaydoc",
|
|
1751
|
+
"potential_utf",
|
|
1752
|
+
"utf8_iter",
|
|
1753
|
+
"yoke",
|
|
1754
|
+
"zerofrom",
|
|
1755
|
+
"zerovec",
|
|
1756
|
+
]
|
|
1757
|
+
|
|
1758
|
+
[[package]]
|
|
1759
|
+
name = "icu_locale_core"
|
|
1760
|
+
version = "2.2.0"
|
|
1761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1762
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
1763
|
+
dependencies = [
|
|
1764
|
+
"displaydoc",
|
|
1765
|
+
"litemap",
|
|
1766
|
+
"tinystr",
|
|
1767
|
+
"writeable",
|
|
1768
|
+
"zerovec",
|
|
1769
|
+
]
|
|
1770
|
+
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "icu_normalizer"
|
|
1773
|
+
version = "2.2.0"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
1776
|
+
dependencies = [
|
|
1777
|
+
"icu_collections",
|
|
1778
|
+
"icu_normalizer_data",
|
|
1779
|
+
"icu_properties",
|
|
1780
|
+
"icu_provider",
|
|
1781
|
+
"smallvec",
|
|
1782
|
+
"zerovec",
|
|
1783
|
+
]
|
|
1784
|
+
|
|
1785
|
+
[[package]]
|
|
1786
|
+
name = "icu_normalizer_data"
|
|
1787
|
+
version = "2.2.0"
|
|
1788
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1789
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
1790
|
+
|
|
1791
|
+
[[package]]
|
|
1792
|
+
name = "icu_properties"
|
|
1793
|
+
version = "2.2.0"
|
|
1794
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1795
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
1796
|
+
dependencies = [
|
|
1797
|
+
"icu_collections",
|
|
1798
|
+
"icu_locale_core",
|
|
1799
|
+
"icu_properties_data",
|
|
1800
|
+
"icu_provider",
|
|
1801
|
+
"zerotrie",
|
|
1802
|
+
"zerovec",
|
|
1803
|
+
]
|
|
1804
|
+
|
|
1805
|
+
[[package]]
|
|
1806
|
+
name = "icu_properties_data"
|
|
1807
|
+
version = "2.2.0"
|
|
1808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
1810
|
+
|
|
1811
|
+
[[package]]
|
|
1812
|
+
name = "icu_provider"
|
|
1813
|
+
version = "2.2.0"
|
|
1814
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
1816
|
+
dependencies = [
|
|
1817
|
+
"displaydoc",
|
|
1818
|
+
"icu_locale_core",
|
|
1819
|
+
"writeable",
|
|
1820
|
+
"yoke",
|
|
1821
|
+
"zerofrom",
|
|
1822
|
+
"zerotrie",
|
|
1823
|
+
"zerovec",
|
|
1824
|
+
]
|
|
1825
|
+
|
|
1826
|
+
[[package]]
|
|
1827
|
+
name = "id-arena"
|
|
1828
|
+
version = "2.3.0"
|
|
1829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1830
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1831
|
+
|
|
1832
|
+
[[package]]
|
|
1833
|
+
name = "idna"
|
|
1834
|
+
version = "1.1.0"
|
|
1835
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1837
|
+
dependencies = [
|
|
1838
|
+
"idna_adapter",
|
|
1839
|
+
"smallvec",
|
|
1840
|
+
"utf8_iter",
|
|
1841
|
+
]
|
|
1842
|
+
|
|
1843
|
+
[[package]]
|
|
1844
|
+
name = "idna_adapter"
|
|
1845
|
+
version = "1.2.2"
|
|
1846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1847
|
+
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1848
|
+
dependencies = [
|
|
1849
|
+
"icu_normalizer",
|
|
1850
|
+
"icu_properties",
|
|
1851
|
+
]
|
|
1852
|
+
|
|
1853
|
+
[[package]]
|
|
1854
|
+
name = "indexmap"
|
|
1855
|
+
version = "2.14.0"
|
|
1856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1857
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1858
|
+
dependencies = [
|
|
1859
|
+
"equivalent",
|
|
1860
|
+
"hashbrown 0.17.1",
|
|
1861
|
+
"serde",
|
|
1862
|
+
"serde_core",
|
|
1863
|
+
]
|
|
1864
|
+
|
|
1865
|
+
[[package]]
|
|
1866
|
+
name = "indoc"
|
|
1867
|
+
version = "2.0.7"
|
|
1868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1869
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
1870
|
+
dependencies = [
|
|
1871
|
+
"rustversion",
|
|
1872
|
+
]
|
|
1873
|
+
|
|
1874
|
+
[[package]]
|
|
1875
|
+
name = "inout"
|
|
1876
|
+
version = "0.1.4"
|
|
1877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1878
|
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
1879
|
+
dependencies = [
|
|
1880
|
+
"generic-array 0.14.7",
|
|
1881
|
+
]
|
|
1882
|
+
|
|
1883
|
+
[[package]]
|
|
1884
|
+
name = "integer-encoding"
|
|
1885
|
+
version = "4.1.0"
|
|
1886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1887
|
+
checksum = "14c00403deb17c3221a1fe4fb571b9ed0370b3dcd116553c77fa294a3d918699"
|
|
1888
|
+
|
|
1889
|
+
[[package]]
|
|
1890
|
+
name = "ipnet"
|
|
1891
|
+
version = "2.12.0"
|
|
1892
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1893
|
+
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1894
|
+
|
|
1895
|
+
[[package]]
|
|
1896
|
+
name = "itertools"
|
|
1897
|
+
version = "0.11.0"
|
|
1898
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1899
|
+
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
1900
|
+
dependencies = [
|
|
1901
|
+
"either",
|
|
1902
|
+
]
|
|
1903
|
+
|
|
1904
|
+
[[package]]
|
|
1905
|
+
name = "itertools"
|
|
1906
|
+
version = "0.13.0"
|
|
1907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1908
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
1909
|
+
dependencies = [
|
|
1910
|
+
"either",
|
|
1911
|
+
]
|
|
1912
|
+
|
|
1913
|
+
[[package]]
|
|
1914
|
+
name = "itertools"
|
|
1915
|
+
version = "0.14.0"
|
|
1916
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1917
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
1918
|
+
dependencies = [
|
|
1919
|
+
"either",
|
|
1920
|
+
]
|
|
1921
|
+
|
|
1922
|
+
[[package]]
|
|
1923
|
+
name = "itoa"
|
|
1924
|
+
version = "1.0.18"
|
|
1925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1927
|
+
|
|
1928
|
+
[[package]]
|
|
1929
|
+
name = "jobserver"
|
|
1930
|
+
version = "0.1.34"
|
|
1931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1932
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1933
|
+
dependencies = [
|
|
1934
|
+
"getrandom 0.3.4",
|
|
1935
|
+
"libc",
|
|
1936
|
+
]
|
|
1937
|
+
|
|
1938
|
+
[[package]]
|
|
1939
|
+
name = "js-sys"
|
|
1940
|
+
version = "0.3.98"
|
|
1941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1942
|
+
checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
|
|
1943
|
+
dependencies = [
|
|
1944
|
+
"cfg-if",
|
|
1945
|
+
"futures-util",
|
|
1946
|
+
"once_cell",
|
|
1947
|
+
"wasm-bindgen",
|
|
1948
|
+
]
|
|
1949
|
+
|
|
1950
|
+
[[package]]
|
|
1951
|
+
name = "jsonwebtoken"
|
|
1952
|
+
version = "10.3.0"
|
|
1953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1954
|
+
checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
|
|
1955
|
+
dependencies = [
|
|
1956
|
+
"aws-lc-rs",
|
|
1957
|
+
"base64",
|
|
1958
|
+
"ed25519-dalek",
|
|
1959
|
+
"getrandom 0.2.17",
|
|
1960
|
+
"hmac",
|
|
1961
|
+
"js-sys",
|
|
1962
|
+
"p256",
|
|
1963
|
+
"p384",
|
|
1964
|
+
"pem",
|
|
1965
|
+
"rand 0.8.6",
|
|
1966
|
+
"rsa",
|
|
1967
|
+
"serde",
|
|
1968
|
+
"serde_json",
|
|
1969
|
+
"sha2",
|
|
1970
|
+
"signature",
|
|
1971
|
+
"simple_asn1",
|
|
1972
|
+
]
|
|
1973
|
+
|
|
1974
|
+
[[package]]
|
|
1975
|
+
name = "lazy_static"
|
|
1976
|
+
version = "1.5.0"
|
|
1977
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1978
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1979
|
+
dependencies = [
|
|
1980
|
+
"spin",
|
|
1981
|
+
]
|
|
1982
|
+
|
|
1983
|
+
[[package]]
|
|
1984
|
+
name = "leb128fmt"
|
|
1985
|
+
version = "0.1.0"
|
|
1986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1987
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1988
|
+
|
|
1989
|
+
[[package]]
|
|
1990
|
+
name = "lexicmp"
|
|
1991
|
+
version = "0.2.0"
|
|
1992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1993
|
+
checksum = "0e8f89da8fd95c4eb6274e914694bea90c7826523b26f2a2fd863d44b9d42c43"
|
|
1994
|
+
dependencies = [
|
|
1995
|
+
"deunicode",
|
|
1996
|
+
]
|
|
1997
|
+
|
|
1998
|
+
[[package]]
|
|
1999
|
+
name = "libc"
|
|
2000
|
+
version = "0.2.186"
|
|
2001
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2002
|
+
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
2003
|
+
|
|
2004
|
+
[[package]]
|
|
2005
|
+
name = "libm"
|
|
2006
|
+
version = "0.2.16"
|
|
2007
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2008
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
2009
|
+
|
|
2010
|
+
[[package]]
|
|
2011
|
+
name = "linux-raw-sys"
|
|
2012
|
+
version = "0.12.1"
|
|
2013
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2014
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
2015
|
+
|
|
2016
|
+
[[package]]
|
|
2017
|
+
name = "litemap"
|
|
2018
|
+
version = "0.8.2"
|
|
2019
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2020
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
2021
|
+
|
|
2022
|
+
[[package]]
|
|
2023
|
+
name = "lock_api"
|
|
2024
|
+
version = "0.4.14"
|
|
2025
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2026
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
2027
|
+
dependencies = [
|
|
2028
|
+
"scopeguard",
|
|
2029
|
+
]
|
|
2030
|
+
|
|
2031
|
+
[[package]]
|
|
2032
|
+
name = "log"
|
|
2033
|
+
version = "0.4.29"
|
|
2034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2035
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
2036
|
+
|
|
2037
|
+
[[package]]
|
|
2038
|
+
name = "lz4"
|
|
2039
|
+
version = "1.28.1"
|
|
2040
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
+
checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
|
|
2042
|
+
dependencies = [
|
|
2043
|
+
"lz4-sys",
|
|
2044
|
+
]
|
|
2045
|
+
|
|
2046
|
+
[[package]]
|
|
2047
|
+
name = "lz4-sys"
|
|
2048
|
+
version = "1.11.1+lz4-1.10.0"
|
|
2049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
+
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
|
|
2051
|
+
dependencies = [
|
|
2052
|
+
"cc",
|
|
2053
|
+
"libc",
|
|
2054
|
+
]
|
|
2055
|
+
|
|
2056
|
+
[[package]]
|
|
2057
|
+
name = "lz4_flex"
|
|
2058
|
+
version = "0.12.2"
|
|
2059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2060
|
+
checksum = "90071f8077f8e40adfc4b7fe9cd495ce316263f19e75c2211eeff3fdf475a3d9"
|
|
2061
|
+
dependencies = [
|
|
2062
|
+
"twox-hash",
|
|
2063
|
+
]
|
|
2064
|
+
|
|
2065
|
+
[[package]]
|
|
2066
|
+
name = "mac"
|
|
2067
|
+
version = "0.1.1"
|
|
2068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2069
|
+
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
2070
|
+
|
|
2071
|
+
[[package]]
|
|
2072
|
+
name = "maplit"
|
|
2073
|
+
version = "1.0.2"
|
|
2074
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2075
|
+
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
2076
|
+
|
|
2077
|
+
[[package]]
|
|
2078
|
+
name = "markup5ever"
|
|
2079
|
+
version = "0.35.0"
|
|
2080
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2081
|
+
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
|
|
2082
|
+
dependencies = [
|
|
2083
|
+
"log",
|
|
2084
|
+
"tendril",
|
|
2085
|
+
"web_atoms",
|
|
2086
|
+
]
|
|
2087
|
+
|
|
2088
|
+
[[package]]
|
|
2089
|
+
name = "match_token"
|
|
2090
|
+
version = "0.35.0"
|
|
2091
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2092
|
+
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
|
|
2093
|
+
dependencies = [
|
|
2094
|
+
"proc-macro2",
|
|
2095
|
+
"quote",
|
|
2096
|
+
"syn 2.0.117",
|
|
2097
|
+
]
|
|
2098
|
+
|
|
2099
|
+
[[package]]
|
|
2100
|
+
name = "matchit"
|
|
2101
|
+
version = "0.8.4"
|
|
2102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2103
|
+
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
2104
|
+
|
|
2105
|
+
[[package]]
|
|
2106
|
+
name = "matrixmultiply"
|
|
2107
|
+
version = "0.3.10"
|
|
2108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2109
|
+
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
2110
|
+
dependencies = [
|
|
2111
|
+
"autocfg",
|
|
2112
|
+
"rawpointer",
|
|
2113
|
+
]
|
|
2114
|
+
|
|
2115
|
+
[[package]]
|
|
2116
|
+
name = "md-5"
|
|
2117
|
+
version = "0.10.6"
|
|
2118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2119
|
+
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
2120
|
+
dependencies = [
|
|
2121
|
+
"cfg-if",
|
|
2122
|
+
"digest",
|
|
2123
|
+
]
|
|
2124
|
+
|
|
2125
|
+
[[package]]
|
|
2126
|
+
name = "memchr"
|
|
2127
|
+
version = "2.8.0"
|
|
2128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2129
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
2130
|
+
|
|
2131
|
+
[[package]]
|
|
2132
|
+
name = "memoffset"
|
|
2133
|
+
version = "0.9.1"
|
|
2134
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2135
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
2136
|
+
dependencies = [
|
|
2137
|
+
"autocfg",
|
|
2138
|
+
]
|
|
2139
|
+
|
|
2140
|
+
[[package]]
|
|
2141
|
+
name = "mime"
|
|
2142
|
+
version = "0.3.17"
|
|
2143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2144
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
2145
|
+
|
|
2146
|
+
[[package]]
|
|
2147
|
+
name = "mio"
|
|
2148
|
+
version = "1.2.0"
|
|
2149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2150
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
2151
|
+
dependencies = [
|
|
2152
|
+
"libc",
|
|
2153
|
+
"wasi",
|
|
2154
|
+
"windows-sys 0.61.2",
|
|
2155
|
+
]
|
|
2156
|
+
|
|
2157
|
+
[[package]]
|
|
2158
|
+
name = "ndarray"
|
|
2159
|
+
version = "0.17.2"
|
|
2160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2161
|
+
checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
|
|
2162
|
+
dependencies = [
|
|
2163
|
+
"matrixmultiply",
|
|
2164
|
+
"num-complex",
|
|
2165
|
+
"num-integer",
|
|
2166
|
+
"num-traits",
|
|
2167
|
+
"portable-atomic",
|
|
2168
|
+
"portable-atomic-util",
|
|
2169
|
+
"rawpointer",
|
|
2170
|
+
]
|
|
2171
|
+
|
|
2172
|
+
[[package]]
|
|
2173
|
+
name = "ndarray-stats"
|
|
2174
|
+
version = "0.7.0"
|
|
2175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2176
|
+
checksum = "9b6e54a8b65764f71827a90ca1d56965ec0c67f069f996477bd493402a901d1f"
|
|
2177
|
+
dependencies = [
|
|
2178
|
+
"indexmap",
|
|
2179
|
+
"itertools 0.13.0",
|
|
2180
|
+
"ndarray",
|
|
2181
|
+
"noisy_float",
|
|
2182
|
+
"num-integer",
|
|
2183
|
+
"num-traits",
|
|
2184
|
+
"rand 0.8.6",
|
|
2185
|
+
]
|
|
2186
|
+
|
|
2187
|
+
[[package]]
|
|
2188
|
+
name = "new_debug_unreachable"
|
|
2189
|
+
version = "1.0.6"
|
|
2190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2191
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
2192
|
+
|
|
2193
|
+
[[package]]
|
|
2194
|
+
name = "nibble_vec"
|
|
2195
|
+
version = "0.1.0"
|
|
2196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
+
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
2198
|
+
dependencies = [
|
|
2199
|
+
"smallvec",
|
|
2200
|
+
]
|
|
2201
|
+
|
|
2202
|
+
[[package]]
|
|
2203
|
+
name = "noisy_float"
|
|
2204
|
+
version = "0.2.1"
|
|
2205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2206
|
+
checksum = "c16843be85dd410c6a12251c4eca0dd1d3ee8c5725f746c4d5e0fdcec0a864b2"
|
|
2207
|
+
dependencies = [
|
|
2208
|
+
"num-traits",
|
|
2209
|
+
]
|
|
2210
|
+
|
|
2211
|
+
[[package]]
|
|
2212
|
+
name = "ntapi"
|
|
2213
|
+
version = "0.4.3"
|
|
2214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2215
|
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
2216
|
+
dependencies = [
|
|
2217
|
+
"winapi",
|
|
2218
|
+
]
|
|
2219
|
+
|
|
2220
|
+
[[package]]
|
|
2221
|
+
name = "num-bigint"
|
|
2222
|
+
version = "0.4.6"
|
|
2223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2224
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
2225
|
+
dependencies = [
|
|
2226
|
+
"num-integer",
|
|
2227
|
+
"num-traits",
|
|
2228
|
+
]
|
|
2229
|
+
|
|
2230
|
+
[[package]]
|
|
2231
|
+
name = "num-bigint-dig"
|
|
2232
|
+
version = "0.8.6"
|
|
2233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2234
|
+
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
|
|
2235
|
+
dependencies = [
|
|
2236
|
+
"lazy_static",
|
|
2237
|
+
"libm",
|
|
2238
|
+
"num-integer",
|
|
2239
|
+
"num-iter",
|
|
2240
|
+
"num-traits",
|
|
2241
|
+
"rand 0.8.6",
|
|
2242
|
+
"smallvec",
|
|
2243
|
+
"zeroize",
|
|
2244
|
+
]
|
|
2245
|
+
|
|
2246
|
+
[[package]]
|
|
2247
|
+
name = "num-complex"
|
|
2248
|
+
version = "0.4.6"
|
|
2249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
2251
|
+
dependencies = [
|
|
2252
|
+
"num-traits",
|
|
2253
|
+
]
|
|
2254
|
+
|
|
2255
|
+
[[package]]
|
|
2256
|
+
name = "num-conv"
|
|
2257
|
+
version = "0.2.1"
|
|
2258
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2259
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
2260
|
+
|
|
2261
|
+
[[package]]
|
|
2262
|
+
name = "num-integer"
|
|
2263
|
+
version = "0.1.46"
|
|
2264
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2265
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
2266
|
+
dependencies = [
|
|
2267
|
+
"num-traits",
|
|
2268
|
+
]
|
|
2269
|
+
|
|
2270
|
+
[[package]]
|
|
2271
|
+
name = "num-iter"
|
|
2272
|
+
version = "0.1.45"
|
|
2273
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2274
|
+
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
2275
|
+
dependencies = [
|
|
2276
|
+
"autocfg",
|
|
2277
|
+
"num-integer",
|
|
2278
|
+
"num-traits",
|
|
2279
|
+
]
|
|
2280
|
+
|
|
2281
|
+
[[package]]
|
|
2282
|
+
name = "num-traits"
|
|
2283
|
+
version = "0.2.19"
|
|
2284
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2285
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
2286
|
+
dependencies = [
|
|
2287
|
+
"autocfg",
|
|
2288
|
+
"libm",
|
|
2289
|
+
]
|
|
2290
|
+
|
|
2291
|
+
[[package]]
|
|
2292
|
+
name = "num_cpus"
|
|
2293
|
+
version = "1.17.0"
|
|
2294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2295
|
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
2296
|
+
dependencies = [
|
|
2297
|
+
"hermit-abi",
|
|
2298
|
+
"libc",
|
|
2299
|
+
]
|
|
2300
|
+
|
|
2301
|
+
[[package]]
|
|
2302
|
+
name = "objc2-core-foundation"
|
|
2303
|
+
version = "0.3.2"
|
|
2304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2305
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
2306
|
+
dependencies = [
|
|
2307
|
+
"bitflags",
|
|
2308
|
+
]
|
|
2309
|
+
|
|
2310
|
+
[[package]]
|
|
2311
|
+
name = "objc2-io-kit"
|
|
2312
|
+
version = "0.3.2"
|
|
2313
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2314
|
+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
|
2315
|
+
dependencies = [
|
|
2316
|
+
"libc",
|
|
2317
|
+
"objc2-core-foundation",
|
|
2318
|
+
]
|
|
2319
|
+
|
|
2320
|
+
[[package]]
|
|
2321
|
+
name = "object_store"
|
|
2322
|
+
version = "0.13.2"
|
|
2323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2324
|
+
checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49"
|
|
2325
|
+
dependencies = [
|
|
2326
|
+
"async-trait",
|
|
2327
|
+
"bytes",
|
|
2328
|
+
"chrono",
|
|
2329
|
+
"futures-channel",
|
|
2330
|
+
"futures-core",
|
|
2331
|
+
"futures-util",
|
|
2332
|
+
"http",
|
|
2333
|
+
"humantime",
|
|
2334
|
+
"itertools 0.14.0",
|
|
2335
|
+
"parking_lot",
|
|
2336
|
+
"percent-encoding",
|
|
2337
|
+
"thiserror",
|
|
2338
|
+
"tokio",
|
|
2339
|
+
"tracing",
|
|
2340
|
+
"url",
|
|
2341
|
+
"walkdir",
|
|
2342
|
+
"wasm-bindgen-futures",
|
|
2343
|
+
"web-time",
|
|
2344
|
+
]
|
|
2345
|
+
|
|
2346
|
+
[[package]]
|
|
2347
|
+
name = "once_cell"
|
|
2348
|
+
version = "1.21.4"
|
|
2349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2350
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
2351
|
+
|
|
2352
|
+
[[package]]
|
|
2353
|
+
name = "p256"
|
|
2354
|
+
version = "0.13.2"
|
|
2355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2356
|
+
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
|
2357
|
+
dependencies = [
|
|
2358
|
+
"ecdsa",
|
|
2359
|
+
"elliptic-curve",
|
|
2360
|
+
"primeorder",
|
|
2361
|
+
"sha2",
|
|
2362
|
+
]
|
|
2363
|
+
|
|
2364
|
+
[[package]]
|
|
2365
|
+
name = "p384"
|
|
2366
|
+
version = "0.13.1"
|
|
2367
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2368
|
+
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
|
|
2369
|
+
dependencies = [
|
|
2370
|
+
"ecdsa",
|
|
2371
|
+
"elliptic-curve",
|
|
2372
|
+
"primeorder",
|
|
2373
|
+
"sha2",
|
|
2374
|
+
]
|
|
2375
|
+
|
|
2376
|
+
[[package]]
|
|
2377
|
+
name = "papaya"
|
|
2378
|
+
version = "0.2.4"
|
|
2379
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2380
|
+
checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
|
|
2381
|
+
dependencies = [
|
|
2382
|
+
"equivalent",
|
|
2383
|
+
"seize",
|
|
2384
|
+
]
|
|
2385
|
+
|
|
2386
|
+
[[package]]
|
|
2387
|
+
name = "parking"
|
|
2388
|
+
version = "2.2.1"
|
|
2389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2390
|
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
2391
|
+
|
|
2392
|
+
[[package]]
|
|
2393
|
+
name = "parking_lot"
|
|
2394
|
+
version = "0.12.5"
|
|
2395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2396
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2397
|
+
dependencies = [
|
|
2398
|
+
"lock_api",
|
|
2399
|
+
"parking_lot_core",
|
|
2400
|
+
]
|
|
2401
|
+
|
|
2402
|
+
[[package]]
|
|
2403
|
+
name = "parking_lot_core"
|
|
2404
|
+
version = "0.9.12"
|
|
2405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2406
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2407
|
+
dependencies = [
|
|
2408
|
+
"cfg-if",
|
|
2409
|
+
"libc",
|
|
2410
|
+
"redox_syscall",
|
|
2411
|
+
"smallvec",
|
|
2412
|
+
"windows-link 0.2.1",
|
|
2413
|
+
]
|
|
2414
|
+
|
|
2415
|
+
[[package]]
|
|
2416
|
+
name = "password-hash"
|
|
2417
|
+
version = "0.5.0"
|
|
2418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2419
|
+
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
2420
|
+
dependencies = [
|
|
2421
|
+
"base64ct",
|
|
2422
|
+
"rand_core 0.6.4",
|
|
2423
|
+
"subtle",
|
|
2424
|
+
]
|
|
2425
|
+
|
|
2426
|
+
[[package]]
|
|
2427
|
+
name = "path-clean"
|
|
2428
|
+
version = "1.0.1"
|
|
2429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2430
|
+
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
2431
|
+
|
|
2432
|
+
[[package]]
|
|
2433
|
+
name = "pbkdf2"
|
|
2434
|
+
version = "0.12.2"
|
|
2435
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2436
|
+
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
2437
|
+
dependencies = [
|
|
2438
|
+
"digest",
|
|
2439
|
+
"hmac",
|
|
2440
|
+
"password-hash",
|
|
2441
|
+
"sha2",
|
|
2442
|
+
]
|
|
2443
|
+
|
|
2444
|
+
[[package]]
|
|
2445
|
+
name = "pdqselect"
|
|
2446
|
+
version = "0.1.0"
|
|
2447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2448
|
+
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
|
|
2449
|
+
|
|
2450
|
+
[[package]]
|
|
2451
|
+
name = "pem"
|
|
2452
|
+
version = "3.0.6"
|
|
2453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2454
|
+
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
2455
|
+
dependencies = [
|
|
2456
|
+
"base64",
|
|
2457
|
+
"serde_core",
|
|
2458
|
+
]
|
|
2459
|
+
|
|
2460
|
+
[[package]]
|
|
2461
|
+
name = "pem-rfc7468"
|
|
2462
|
+
version = "0.7.0"
|
|
2463
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2464
|
+
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
2465
|
+
dependencies = [
|
|
2466
|
+
"base64ct",
|
|
2467
|
+
]
|
|
2468
|
+
|
|
2469
|
+
[[package]]
|
|
2470
|
+
name = "percent-encoding"
|
|
2471
|
+
version = "2.3.2"
|
|
2472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2473
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2474
|
+
|
|
2475
|
+
[[package]]
|
|
2476
|
+
name = "phf"
|
|
2477
|
+
version = "0.11.3"
|
|
2478
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2479
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
2480
|
+
dependencies = [
|
|
2481
|
+
"phf_macros 0.11.3",
|
|
2482
|
+
"phf_shared 0.11.3",
|
|
2483
|
+
]
|
|
2484
|
+
|
|
2485
|
+
[[package]]
|
|
2486
|
+
name = "phf"
|
|
2487
|
+
version = "0.13.1"
|
|
2488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2489
|
+
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
2490
|
+
dependencies = [
|
|
2491
|
+
"phf_macros 0.13.1",
|
|
2492
|
+
"phf_shared 0.13.1",
|
|
2493
|
+
"serde",
|
|
2494
|
+
]
|
|
2495
|
+
|
|
2496
|
+
[[package]]
|
|
2497
|
+
name = "phf_codegen"
|
|
2498
|
+
version = "0.11.3"
|
|
2499
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2500
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
|
2501
|
+
dependencies = [
|
|
2502
|
+
"phf_generator 0.11.3",
|
|
2503
|
+
"phf_shared 0.11.3",
|
|
2504
|
+
]
|
|
2505
|
+
|
|
2506
|
+
[[package]]
|
|
2507
|
+
name = "phf_generator"
|
|
2508
|
+
version = "0.11.3"
|
|
2509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2510
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2511
|
+
dependencies = [
|
|
2512
|
+
"phf_shared 0.11.3",
|
|
2513
|
+
"rand 0.8.6",
|
|
2514
|
+
]
|
|
2515
|
+
|
|
2516
|
+
[[package]]
|
|
2517
|
+
name = "phf_generator"
|
|
2518
|
+
version = "0.13.1"
|
|
2519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
+
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
|
|
2521
|
+
dependencies = [
|
|
2522
|
+
"fastrand",
|
|
2523
|
+
"phf_shared 0.13.1",
|
|
2524
|
+
]
|
|
2525
|
+
|
|
2526
|
+
[[package]]
|
|
2527
|
+
name = "phf_macros"
|
|
2528
|
+
version = "0.11.3"
|
|
2529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2530
|
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
|
2531
|
+
dependencies = [
|
|
2532
|
+
"phf_generator 0.11.3",
|
|
2533
|
+
"phf_shared 0.11.3",
|
|
2534
|
+
"proc-macro2",
|
|
2535
|
+
"quote",
|
|
2536
|
+
"syn 2.0.117",
|
|
2537
|
+
]
|
|
2538
|
+
|
|
2539
|
+
[[package]]
|
|
2540
|
+
name = "phf_macros"
|
|
2541
|
+
version = "0.13.1"
|
|
2542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2543
|
+
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
|
|
2544
|
+
dependencies = [
|
|
2545
|
+
"phf_generator 0.13.1",
|
|
2546
|
+
"phf_shared 0.13.1",
|
|
2547
|
+
"proc-macro2",
|
|
2548
|
+
"quote",
|
|
2549
|
+
"syn 2.0.117",
|
|
2550
|
+
"unicase",
|
|
2551
|
+
]
|
|
2552
|
+
|
|
2553
|
+
[[package]]
|
|
2554
|
+
name = "phf_shared"
|
|
2555
|
+
version = "0.11.3"
|
|
2556
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2557
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
2558
|
+
dependencies = [
|
|
2559
|
+
"siphasher",
|
|
2560
|
+
]
|
|
2561
|
+
|
|
2562
|
+
[[package]]
|
|
2563
|
+
name = "phf_shared"
|
|
2564
|
+
version = "0.13.1"
|
|
2565
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2566
|
+
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
|
|
2567
|
+
dependencies = [
|
|
2568
|
+
"siphasher",
|
|
2569
|
+
"unicase",
|
|
2570
|
+
]
|
|
2571
|
+
|
|
2572
|
+
[[package]]
|
|
2573
|
+
name = "pin-project"
|
|
2574
|
+
version = "1.1.12"
|
|
2575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2576
|
+
checksum = "cbf0d9e68100b3a7989b4901972f265cd542e560a3a8a724e1e20322f4d06ce9"
|
|
2577
|
+
dependencies = [
|
|
2578
|
+
"pin-project-internal",
|
|
2579
|
+
]
|
|
2580
|
+
|
|
2581
|
+
[[package]]
|
|
2582
|
+
name = "pin-project-internal"
|
|
2583
|
+
version = "1.1.12"
|
|
2584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2585
|
+
checksum = "a990e22f43e84855daf260dded30524ef4a9021cc7541c26540500a50b624389"
|
|
2586
|
+
dependencies = [
|
|
2587
|
+
"proc-macro2",
|
|
2588
|
+
"quote",
|
|
2589
|
+
"syn 2.0.117",
|
|
2590
|
+
]
|
|
2591
|
+
|
|
2592
|
+
[[package]]
|
|
2593
|
+
name = "pin-project-lite"
|
|
2594
|
+
version = "0.2.17"
|
|
2595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2596
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
2597
|
+
|
|
2598
|
+
[[package]]
|
|
2599
|
+
name = "pin-utils"
|
|
2600
|
+
version = "0.1.0"
|
|
2601
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2602
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2603
|
+
|
|
2604
|
+
[[package]]
|
|
2605
|
+
name = "pkcs1"
|
|
2606
|
+
version = "0.7.5"
|
|
2607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2608
|
+
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
2609
|
+
dependencies = [
|
|
2610
|
+
"der",
|
|
2611
|
+
"pkcs8",
|
|
2612
|
+
"spki",
|
|
2613
|
+
]
|
|
2614
|
+
|
|
2615
|
+
[[package]]
|
|
2616
|
+
name = "pkcs8"
|
|
2617
|
+
version = "0.10.2"
|
|
2618
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2619
|
+
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
2620
|
+
dependencies = [
|
|
2621
|
+
"der",
|
|
2622
|
+
"spki",
|
|
2623
|
+
]
|
|
2624
|
+
|
|
2625
|
+
[[package]]
|
|
2626
|
+
name = "portable-atomic"
|
|
2627
|
+
version = "1.13.1"
|
|
2628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2629
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
2630
|
+
|
|
2631
|
+
[[package]]
|
|
2632
|
+
name = "portable-atomic-util"
|
|
2633
|
+
version = "0.2.7"
|
|
2634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2635
|
+
checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
|
|
2636
|
+
dependencies = [
|
|
2637
|
+
"portable-atomic",
|
|
2638
|
+
]
|
|
2639
|
+
|
|
2640
|
+
[[package]]
|
|
2641
|
+
name = "potential_utf"
|
|
2642
|
+
version = "0.1.5"
|
|
2643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2644
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
2645
|
+
dependencies = [
|
|
2646
|
+
"zerovec",
|
|
2647
|
+
]
|
|
2648
|
+
|
|
2649
|
+
[[package]]
|
|
2650
|
+
name = "powerfmt"
|
|
2651
|
+
version = "0.2.0"
|
|
2652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2653
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
2654
|
+
|
|
2655
|
+
[[package]]
|
|
2656
|
+
name = "ppv-lite86"
|
|
2657
|
+
version = "0.2.21"
|
|
2658
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2659
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2660
|
+
dependencies = [
|
|
2661
|
+
"zerocopy",
|
|
2662
|
+
]
|
|
2663
|
+
|
|
2664
|
+
[[package]]
|
|
2665
|
+
name = "precomputed-hash"
|
|
2666
|
+
version = "0.1.1"
|
|
2667
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2668
|
+
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
2669
|
+
|
|
2670
|
+
[[package]]
|
|
2671
|
+
name = "prettyplease"
|
|
2672
|
+
version = "0.2.37"
|
|
2673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2674
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2675
|
+
dependencies = [
|
|
2676
|
+
"proc-macro2",
|
|
2677
|
+
"syn 2.0.117",
|
|
2678
|
+
]
|
|
2679
|
+
|
|
2680
|
+
[[package]]
|
|
2681
|
+
name = "primeorder"
|
|
2682
|
+
version = "0.13.6"
|
|
2683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2684
|
+
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
|
2685
|
+
dependencies = [
|
|
2686
|
+
"elliptic-curve",
|
|
2687
|
+
]
|
|
2688
|
+
|
|
2689
|
+
[[package]]
|
|
2690
|
+
name = "proc-macro-crate"
|
|
2691
|
+
version = "3.5.0"
|
|
2692
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2693
|
+
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
|
|
2694
|
+
dependencies = [
|
|
2695
|
+
"toml_edit",
|
|
2696
|
+
]
|
|
2697
|
+
|
|
2698
|
+
[[package]]
|
|
2699
|
+
name = "proc-macro2"
|
|
2700
|
+
version = "1.0.106"
|
|
2701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2702
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
2703
|
+
dependencies = [
|
|
2704
|
+
"unicode-ident",
|
|
2705
|
+
]
|
|
2706
|
+
|
|
2707
|
+
[[package]]
|
|
2708
|
+
name = "prost"
|
|
2709
|
+
version = "0.14.3"
|
|
2710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2711
|
+
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
|
|
2712
|
+
dependencies = [
|
|
2713
|
+
"bytes",
|
|
2714
|
+
"prost-derive",
|
|
2715
|
+
]
|
|
2716
|
+
|
|
2717
|
+
[[package]]
|
|
2718
|
+
name = "prost-derive"
|
|
2719
|
+
version = "0.14.3"
|
|
2720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2721
|
+
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
|
|
2722
|
+
dependencies = [
|
|
2723
|
+
"anyhow",
|
|
2724
|
+
"itertools 0.14.0",
|
|
2725
|
+
"proc-macro2",
|
|
2726
|
+
"quote",
|
|
2727
|
+
"syn 2.0.117",
|
|
2728
|
+
]
|
|
2729
|
+
|
|
2730
|
+
[[package]]
|
|
2731
|
+
name = "prost-types"
|
|
2732
|
+
version = "0.14.3"
|
|
2733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2734
|
+
checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
|
|
2735
|
+
dependencies = [
|
|
2736
|
+
"prost",
|
|
2737
|
+
]
|
|
2738
|
+
|
|
2739
|
+
[[package]]
|
|
2740
|
+
name = "psl-types"
|
|
2741
|
+
version = "2.0.11"
|
|
2742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2743
|
+
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
|
2744
|
+
|
|
2745
|
+
[[package]]
|
|
2746
|
+
name = "ptr_meta"
|
|
2747
|
+
version = "0.1.4"
|
|
2748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2749
|
+
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
2750
|
+
dependencies = [
|
|
2751
|
+
"ptr_meta_derive",
|
|
2752
|
+
]
|
|
2753
|
+
|
|
2754
|
+
[[package]]
|
|
2755
|
+
name = "ptr_meta_derive"
|
|
2756
|
+
version = "0.1.4"
|
|
2757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2758
|
+
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
2759
|
+
dependencies = [
|
|
2760
|
+
"proc-macro2",
|
|
2761
|
+
"quote",
|
|
2762
|
+
"syn 1.0.109",
|
|
2763
|
+
]
|
|
2764
|
+
|
|
2765
|
+
[[package]]
|
|
2766
|
+
name = "pyo3"
|
|
2767
|
+
version = "0.27.2"
|
|
2768
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2769
|
+
checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
|
|
2770
|
+
dependencies = [
|
|
2771
|
+
"indoc",
|
|
2772
|
+
"libc",
|
|
2773
|
+
"memoffset",
|
|
2774
|
+
"once_cell",
|
|
2775
|
+
"portable-atomic",
|
|
2776
|
+
"pyo3-build-config",
|
|
2777
|
+
"pyo3-ffi",
|
|
2778
|
+
"pyo3-macros",
|
|
2779
|
+
"unindent",
|
|
2780
|
+
]
|
|
2781
|
+
|
|
2782
|
+
[[package]]
|
|
2783
|
+
name = "pyo3-async-runtimes"
|
|
2784
|
+
version = "0.27.0"
|
|
2785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2786
|
+
checksum = "57ddb5b570751e93cc6777e81fee8087e59cd53b5043292f2a6d59d5bd80fdfd"
|
|
2787
|
+
dependencies = [
|
|
2788
|
+
"futures",
|
|
2789
|
+
"once_cell",
|
|
2790
|
+
"pin-project-lite",
|
|
2791
|
+
"pyo3",
|
|
2792
|
+
"tokio",
|
|
2793
|
+
]
|
|
2794
|
+
|
|
2795
|
+
[[package]]
|
|
2796
|
+
name = "pyo3-build-config"
|
|
2797
|
+
version = "0.27.2"
|
|
2798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2799
|
+
checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
|
|
2800
|
+
dependencies = [
|
|
2801
|
+
"target-lexicon",
|
|
2802
|
+
]
|
|
2803
|
+
|
|
2804
|
+
[[package]]
|
|
2805
|
+
name = "pyo3-ffi"
|
|
2806
|
+
version = "0.27.2"
|
|
2807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2808
|
+
checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
|
|
2809
|
+
dependencies = [
|
|
2810
|
+
"libc",
|
|
2811
|
+
"pyo3-build-config",
|
|
2812
|
+
]
|
|
2813
|
+
|
|
2814
|
+
[[package]]
|
|
2815
|
+
name = "pyo3-macros"
|
|
2816
|
+
version = "0.27.2"
|
|
2817
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2818
|
+
checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
|
|
2819
|
+
dependencies = [
|
|
2820
|
+
"proc-macro2",
|
|
2821
|
+
"pyo3-macros-backend",
|
|
2822
|
+
"quote",
|
|
2823
|
+
"syn 2.0.117",
|
|
2824
|
+
]
|
|
2825
|
+
|
|
2826
|
+
[[package]]
|
|
2827
|
+
name = "pyo3-macros-backend"
|
|
2828
|
+
version = "0.27.2"
|
|
2829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2830
|
+
checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
|
|
2831
|
+
dependencies = [
|
|
2832
|
+
"heck",
|
|
2833
|
+
"proc-macro2",
|
|
2834
|
+
"pyo3-build-config",
|
|
2835
|
+
"quote",
|
|
2836
|
+
"syn 2.0.117",
|
|
2837
|
+
]
|
|
2838
|
+
|
|
2839
|
+
[[package]]
|
|
2840
|
+
name = "quick_cache"
|
|
2841
|
+
version = "0.6.21"
|
|
2842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2843
|
+
checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3"
|
|
2844
|
+
dependencies = [
|
|
2845
|
+
"ahash 0.8.12",
|
|
2846
|
+
"equivalent",
|
|
2847
|
+
"hashbrown 0.16.1",
|
|
2848
|
+
"parking_lot",
|
|
2849
|
+
]
|
|
2850
|
+
|
|
2851
|
+
[[package]]
|
|
2852
|
+
name = "quote"
|
|
2853
|
+
version = "1.0.45"
|
|
2854
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2855
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
2856
|
+
dependencies = [
|
|
2857
|
+
"proc-macro2",
|
|
2858
|
+
]
|
|
2859
|
+
|
|
2860
|
+
[[package]]
|
|
2861
|
+
name = "r-efi"
|
|
2862
|
+
version = "5.3.0"
|
|
2863
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2864
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2865
|
+
|
|
2866
|
+
[[package]]
|
|
2867
|
+
name = "r-efi"
|
|
2868
|
+
version = "6.0.0"
|
|
2869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2870
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2871
|
+
|
|
2872
|
+
[[package]]
|
|
2873
|
+
name = "radium"
|
|
2874
|
+
version = "0.7.0"
|
|
2875
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2876
|
+
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
2877
|
+
|
|
2878
|
+
[[package]]
|
|
2879
|
+
name = "radix_trie"
|
|
2880
|
+
version = "0.3.0"
|
|
2881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2882
|
+
checksum = "3b4431027dcd37fc2a73ef740b5f233aa805897935b8bce0195e41bbf9a3289a"
|
|
2883
|
+
dependencies = [
|
|
2884
|
+
"endian-type",
|
|
2885
|
+
"nibble_vec",
|
|
2886
|
+
"serde",
|
|
2887
|
+
]
|
|
2888
|
+
|
|
2889
|
+
[[package]]
|
|
2890
|
+
name = "rand"
|
|
2891
|
+
version = "0.8.6"
|
|
2892
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2893
|
+
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
2894
|
+
dependencies = [
|
|
2895
|
+
"libc",
|
|
2896
|
+
"rand_chacha 0.3.1",
|
|
2897
|
+
"rand_core 0.6.4",
|
|
2898
|
+
]
|
|
2899
|
+
|
|
2900
|
+
[[package]]
|
|
2901
|
+
name = "rand"
|
|
2902
|
+
version = "0.9.4"
|
|
2903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2904
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
2905
|
+
dependencies = [
|
|
2906
|
+
"rand_chacha 0.9.0",
|
|
2907
|
+
"rand_core 0.9.5",
|
|
2908
|
+
]
|
|
2909
|
+
|
|
2910
|
+
[[package]]
|
|
2911
|
+
name = "rand_chacha"
|
|
2912
|
+
version = "0.3.1"
|
|
2913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2914
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
2915
|
+
dependencies = [
|
|
2916
|
+
"ppv-lite86",
|
|
2917
|
+
"rand_core 0.6.4",
|
|
2918
|
+
]
|
|
2919
|
+
|
|
2920
|
+
[[package]]
|
|
2921
|
+
name = "rand_chacha"
|
|
2922
|
+
version = "0.9.0"
|
|
2923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2924
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2925
|
+
dependencies = [
|
|
2926
|
+
"ppv-lite86",
|
|
2927
|
+
"rand_core 0.9.5",
|
|
2928
|
+
]
|
|
2929
|
+
|
|
2930
|
+
[[package]]
|
|
2931
|
+
name = "rand_core"
|
|
2932
|
+
version = "0.6.4"
|
|
2933
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2934
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2935
|
+
dependencies = [
|
|
2936
|
+
"getrandom 0.2.17",
|
|
2937
|
+
]
|
|
2938
|
+
|
|
2939
|
+
[[package]]
|
|
2940
|
+
name = "rand_core"
|
|
2941
|
+
version = "0.9.5"
|
|
2942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
2944
|
+
dependencies = [
|
|
2945
|
+
"getrandom 0.3.4",
|
|
2946
|
+
]
|
|
2947
|
+
|
|
2948
|
+
[[package]]
|
|
2949
|
+
name = "rawpointer"
|
|
2950
|
+
version = "0.2.1"
|
|
2951
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2952
|
+
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
2953
|
+
|
|
2954
|
+
[[package]]
|
|
2955
|
+
name = "rayon"
|
|
2956
|
+
version = "1.12.0"
|
|
2957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2958
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2959
|
+
dependencies = [
|
|
2960
|
+
"either",
|
|
2961
|
+
"rayon-core",
|
|
2962
|
+
]
|
|
2963
|
+
|
|
2964
|
+
[[package]]
|
|
2965
|
+
name = "rayon-core"
|
|
2966
|
+
version = "1.13.0"
|
|
2967
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2968
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2969
|
+
dependencies = [
|
|
2970
|
+
"crossbeam-deque",
|
|
2971
|
+
"crossbeam-utils",
|
|
2972
|
+
]
|
|
2973
|
+
|
|
2974
|
+
[[package]]
|
|
2975
|
+
name = "reblessive"
|
|
2976
|
+
version = "0.4.3"
|
|
2977
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2978
|
+
checksum = "bbc4a4ea2a66a41a1152c4b3d86e8954dc087bdf33af35446e6e176db4e73c8c"
|
|
2979
|
+
|
|
2980
|
+
[[package]]
|
|
2981
|
+
name = "redox_syscall"
|
|
2982
|
+
version = "0.5.18"
|
|
2983
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2984
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2985
|
+
dependencies = [
|
|
2986
|
+
"bitflags",
|
|
2987
|
+
]
|
|
2988
|
+
|
|
2989
|
+
[[package]]
|
|
2990
|
+
name = "regex"
|
|
2991
|
+
version = "1.12.3"
|
|
2992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2993
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
2994
|
+
dependencies = [
|
|
2995
|
+
"aho-corasick",
|
|
2996
|
+
"memchr",
|
|
2997
|
+
"regex-automata",
|
|
2998
|
+
"regex-syntax",
|
|
2999
|
+
]
|
|
3000
|
+
|
|
3001
|
+
[[package]]
|
|
3002
|
+
name = "regex-automata"
|
|
3003
|
+
version = "0.4.14"
|
|
3004
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3005
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
3006
|
+
dependencies = [
|
|
3007
|
+
"aho-corasick",
|
|
3008
|
+
"memchr",
|
|
3009
|
+
"regex-syntax",
|
|
3010
|
+
]
|
|
3011
|
+
|
|
3012
|
+
[[package]]
|
|
3013
|
+
name = "regex-syntax"
|
|
3014
|
+
version = "0.8.10"
|
|
3015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3016
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
3017
|
+
|
|
3018
|
+
[[package]]
|
|
3019
|
+
name = "relative-path"
|
|
3020
|
+
version = "1.9.3"
|
|
3021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3022
|
+
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
|
3023
|
+
|
|
3024
|
+
[[package]]
|
|
3025
|
+
name = "rend"
|
|
3026
|
+
version = "0.4.2"
|
|
3027
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3028
|
+
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
|
3029
|
+
dependencies = [
|
|
3030
|
+
"bytecheck",
|
|
3031
|
+
]
|
|
3032
|
+
|
|
3033
|
+
[[package]]
|
|
3034
|
+
name = "revision"
|
|
3035
|
+
version = "0.17.1"
|
|
3036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3037
|
+
checksum = "3b66f44139d1fe8e1b6c21bf1a855f12df38517aab94e21cea2a077e9753f216"
|
|
3038
|
+
dependencies = [
|
|
3039
|
+
"bytes",
|
|
3040
|
+
"chrono",
|
|
3041
|
+
"geo 0.31.0",
|
|
3042
|
+
"regex",
|
|
3043
|
+
"revision-derive",
|
|
3044
|
+
"roaring",
|
|
3045
|
+
"rust_decimal",
|
|
3046
|
+
"uuid",
|
|
3047
|
+
]
|
|
3048
|
+
|
|
3049
|
+
[[package]]
|
|
3050
|
+
name = "revision-derive"
|
|
3051
|
+
version = "0.17.1"
|
|
3052
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3053
|
+
checksum = "696cbf6f9d0bdeb7d75ef3a037c8295ea9fb665c89c6b70c23022f5918713353"
|
|
3054
|
+
dependencies = [
|
|
3055
|
+
"proc-macro2",
|
|
3056
|
+
"quote",
|
|
3057
|
+
"syn 2.0.117",
|
|
3058
|
+
]
|
|
3059
|
+
|
|
3060
|
+
[[package]]
|
|
3061
|
+
name = "rfc6979"
|
|
3062
|
+
version = "0.4.0"
|
|
3063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3064
|
+
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
3065
|
+
dependencies = [
|
|
3066
|
+
"hmac",
|
|
3067
|
+
"subtle",
|
|
3068
|
+
]
|
|
3069
|
+
|
|
3070
|
+
[[package]]
|
|
3071
|
+
name = "ring"
|
|
3072
|
+
version = "0.17.14"
|
|
3073
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3074
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
3075
|
+
dependencies = [
|
|
3076
|
+
"cc",
|
|
3077
|
+
"cfg-if",
|
|
3078
|
+
"getrandom 0.2.17",
|
|
3079
|
+
"libc",
|
|
3080
|
+
"untrusted 0.9.0",
|
|
3081
|
+
"windows-sys 0.52.0",
|
|
3082
|
+
]
|
|
3083
|
+
|
|
3084
|
+
[[package]]
|
|
3085
|
+
name = "rkyv"
|
|
3086
|
+
version = "0.7.46"
|
|
3087
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3088
|
+
checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
|
|
3089
|
+
dependencies = [
|
|
3090
|
+
"bitvec",
|
|
3091
|
+
"bytecheck",
|
|
3092
|
+
"bytes",
|
|
3093
|
+
"hashbrown 0.12.3",
|
|
3094
|
+
"ptr_meta",
|
|
3095
|
+
"rend",
|
|
3096
|
+
"rkyv_derive",
|
|
3097
|
+
"seahash",
|
|
3098
|
+
"tinyvec",
|
|
3099
|
+
"uuid",
|
|
3100
|
+
]
|
|
3101
|
+
|
|
3102
|
+
[[package]]
|
|
3103
|
+
name = "rkyv_derive"
|
|
3104
|
+
version = "0.7.46"
|
|
3105
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3106
|
+
checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
|
|
3107
|
+
dependencies = [
|
|
3108
|
+
"proc-macro2",
|
|
3109
|
+
"quote",
|
|
3110
|
+
"syn 1.0.109",
|
|
3111
|
+
]
|
|
3112
|
+
|
|
3113
|
+
[[package]]
|
|
3114
|
+
name = "rmp"
|
|
3115
|
+
version = "0.8.15"
|
|
3116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3117
|
+
checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
|
|
3118
|
+
dependencies = [
|
|
3119
|
+
"num-traits",
|
|
3120
|
+
]
|
|
3121
|
+
|
|
3122
|
+
[[package]]
|
|
3123
|
+
name = "rmp-serde"
|
|
3124
|
+
version = "1.3.1"
|
|
3125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3126
|
+
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
|
|
3127
|
+
dependencies = [
|
|
3128
|
+
"rmp",
|
|
3129
|
+
"serde",
|
|
3130
|
+
]
|
|
3131
|
+
|
|
3132
|
+
[[package]]
|
|
3133
|
+
name = "roaring"
|
|
3134
|
+
version = "0.11.4"
|
|
3135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3136
|
+
checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9"
|
|
3137
|
+
dependencies = [
|
|
3138
|
+
"bytemuck",
|
|
3139
|
+
"byteorder",
|
|
3140
|
+
"serde",
|
|
3141
|
+
]
|
|
3142
|
+
|
|
3143
|
+
[[package]]
|
|
3144
|
+
name = "robust"
|
|
3145
|
+
version = "1.2.0"
|
|
3146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3147
|
+
checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839"
|
|
3148
|
+
|
|
3149
|
+
[[package]]
|
|
3150
|
+
name = "rsa"
|
|
3151
|
+
version = "0.9.10"
|
|
3152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3153
|
+
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
|
|
3154
|
+
dependencies = [
|
|
3155
|
+
"const-oid",
|
|
3156
|
+
"digest",
|
|
3157
|
+
"num-bigint-dig",
|
|
3158
|
+
"num-integer",
|
|
3159
|
+
"num-traits",
|
|
3160
|
+
"pkcs1",
|
|
3161
|
+
"pkcs8",
|
|
3162
|
+
"rand_core 0.6.4",
|
|
3163
|
+
"signature",
|
|
3164
|
+
"spki",
|
|
3165
|
+
"subtle",
|
|
3166
|
+
"zeroize",
|
|
3167
|
+
]
|
|
3168
|
+
|
|
3169
|
+
[[package]]
|
|
3170
|
+
name = "rstar"
|
|
3171
|
+
version = "0.8.4"
|
|
3172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3173
|
+
checksum = "3a45c0e8804d37e4d97e55c6f258bc9ad9c5ee7b07437009dd152d764949a27c"
|
|
3174
|
+
dependencies = [
|
|
3175
|
+
"heapless 0.6.1",
|
|
3176
|
+
"num-traits",
|
|
3177
|
+
"pdqselect",
|
|
3178
|
+
"serde",
|
|
3179
|
+
"smallvec",
|
|
3180
|
+
]
|
|
3181
|
+
|
|
3182
|
+
[[package]]
|
|
3183
|
+
name = "rstar"
|
|
3184
|
+
version = "0.9.3"
|
|
3185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3186
|
+
checksum = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
|
|
3187
|
+
dependencies = [
|
|
3188
|
+
"heapless 0.7.17",
|
|
3189
|
+
"num-traits",
|
|
3190
|
+
"serde",
|
|
3191
|
+
"smallvec",
|
|
3192
|
+
]
|
|
3193
|
+
|
|
3194
|
+
[[package]]
|
|
3195
|
+
name = "rstar"
|
|
3196
|
+
version = "0.10.0"
|
|
3197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3198
|
+
checksum = "1f39465655a1e3d8ae79c6d9e007f4953bfc5d55297602df9dc38f9ae9f1359a"
|
|
3199
|
+
dependencies = [
|
|
3200
|
+
"heapless 0.7.17",
|
|
3201
|
+
"num-traits",
|
|
3202
|
+
"serde",
|
|
3203
|
+
"smallvec",
|
|
3204
|
+
]
|
|
3205
|
+
|
|
3206
|
+
[[package]]
|
|
3207
|
+
name = "rstar"
|
|
3208
|
+
version = "0.11.0"
|
|
3209
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3210
|
+
checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6"
|
|
3211
|
+
dependencies = [
|
|
3212
|
+
"heapless 0.7.17",
|
|
3213
|
+
"num-traits",
|
|
3214
|
+
"serde",
|
|
3215
|
+
"smallvec",
|
|
3216
|
+
]
|
|
3217
|
+
|
|
3218
|
+
[[package]]
|
|
3219
|
+
name = "rstar"
|
|
3220
|
+
version = "0.12.2"
|
|
3221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3222
|
+
checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb"
|
|
3223
|
+
dependencies = [
|
|
3224
|
+
"heapless 0.8.0",
|
|
3225
|
+
"num-traits",
|
|
3226
|
+
"serde",
|
|
3227
|
+
"smallvec",
|
|
3228
|
+
]
|
|
3229
|
+
|
|
3230
|
+
[[package]]
|
|
3231
|
+
name = "rstest"
|
|
3232
|
+
version = "0.26.1"
|
|
3233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3234
|
+
checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
|
|
3235
|
+
dependencies = [
|
|
3236
|
+
"futures-timer",
|
|
3237
|
+
"futures-util",
|
|
3238
|
+
"rstest_macros",
|
|
3239
|
+
]
|
|
3240
|
+
|
|
3241
|
+
[[package]]
|
|
3242
|
+
name = "rstest_macros"
|
|
3243
|
+
version = "0.26.1"
|
|
3244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3245
|
+
checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
|
|
3246
|
+
dependencies = [
|
|
3247
|
+
"cfg-if",
|
|
3248
|
+
"glob",
|
|
3249
|
+
"proc-macro-crate",
|
|
3250
|
+
"proc-macro2",
|
|
3251
|
+
"quote",
|
|
3252
|
+
"regex",
|
|
3253
|
+
"relative-path",
|
|
3254
|
+
"rustc_version",
|
|
3255
|
+
"syn 2.0.117",
|
|
3256
|
+
"unicode-ident",
|
|
3257
|
+
]
|
|
3258
|
+
|
|
3259
|
+
[[package]]
|
|
3260
|
+
name = "rust-stemmers"
|
|
3261
|
+
version = "1.2.0"
|
|
3262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3263
|
+
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
|
3264
|
+
dependencies = [
|
|
3265
|
+
"serde",
|
|
3266
|
+
"serde_derive",
|
|
3267
|
+
]
|
|
3268
|
+
|
|
3269
|
+
[[package]]
|
|
3270
|
+
name = "rust_decimal"
|
|
3271
|
+
version = "1.42.0"
|
|
3272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3273
|
+
checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995"
|
|
3274
|
+
dependencies = [
|
|
3275
|
+
"arrayvec",
|
|
3276
|
+
"borsh",
|
|
3277
|
+
"bytes",
|
|
3278
|
+
"num-traits",
|
|
3279
|
+
"rand 0.8.6",
|
|
3280
|
+
"rkyv",
|
|
3281
|
+
"serde",
|
|
3282
|
+
"serde_json",
|
|
3283
|
+
"wasm-bindgen",
|
|
3284
|
+
]
|
|
3285
|
+
|
|
3286
|
+
[[package]]
|
|
3287
|
+
name = "rustc_version"
|
|
3288
|
+
version = "0.4.1"
|
|
3289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3290
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
3291
|
+
dependencies = [
|
|
3292
|
+
"semver",
|
|
3293
|
+
]
|
|
3294
|
+
|
|
3295
|
+
[[package]]
|
|
3296
|
+
name = "rustix"
|
|
3297
|
+
version = "1.1.4"
|
|
3298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3299
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
3300
|
+
dependencies = [
|
|
3301
|
+
"bitflags",
|
|
3302
|
+
"errno",
|
|
3303
|
+
"libc",
|
|
3304
|
+
"linux-raw-sys",
|
|
3305
|
+
"windows-sys 0.61.2",
|
|
3306
|
+
]
|
|
3307
|
+
|
|
3308
|
+
[[package]]
|
|
3309
|
+
name = "rustversion"
|
|
3310
|
+
version = "1.0.22"
|
|
3311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3312
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
3313
|
+
|
|
3314
|
+
[[package]]
|
|
3315
|
+
name = "salsa20"
|
|
3316
|
+
version = "0.10.2"
|
|
3317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3318
|
+
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
3319
|
+
dependencies = [
|
|
3320
|
+
"cipher",
|
|
3321
|
+
]
|
|
3322
|
+
|
|
3323
|
+
[[package]]
|
|
3324
|
+
name = "same-file"
|
|
3325
|
+
version = "1.0.6"
|
|
3326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3327
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
3328
|
+
dependencies = [
|
|
3329
|
+
"winapi-util",
|
|
3330
|
+
]
|
|
3331
|
+
|
|
3332
|
+
[[package]]
|
|
3333
|
+
name = "scopeguard"
|
|
3334
|
+
version = "1.2.0"
|
|
3335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3336
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
3337
|
+
|
|
3338
|
+
[[package]]
|
|
3339
|
+
name = "scrypt"
|
|
3340
|
+
version = "0.11.0"
|
|
3341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3342
|
+
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
3343
|
+
dependencies = [
|
|
3344
|
+
"password-hash",
|
|
3345
|
+
"pbkdf2",
|
|
3346
|
+
"salsa20",
|
|
3347
|
+
"sha2",
|
|
3348
|
+
]
|
|
3349
|
+
|
|
3350
|
+
[[package]]
|
|
3351
|
+
name = "seahash"
|
|
3352
|
+
version = "4.1.0"
|
|
3353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3354
|
+
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
3355
|
+
|
|
3356
|
+
[[package]]
|
|
3357
|
+
name = "sec1"
|
|
3358
|
+
version = "0.7.3"
|
|
3359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3360
|
+
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
3361
|
+
dependencies = [
|
|
3362
|
+
"base16ct",
|
|
3363
|
+
"der",
|
|
3364
|
+
"generic-array 0.14.7",
|
|
3365
|
+
"pkcs8",
|
|
3366
|
+
"subtle",
|
|
3367
|
+
"zeroize",
|
|
3368
|
+
]
|
|
3369
|
+
|
|
3370
|
+
[[package]]
|
|
3371
|
+
name = "seize"
|
|
3372
|
+
version = "0.5.1"
|
|
3373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3374
|
+
checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
|
|
3375
|
+
dependencies = [
|
|
3376
|
+
"libc",
|
|
3377
|
+
"windows-sys 0.61.2",
|
|
3378
|
+
]
|
|
3379
|
+
|
|
3380
|
+
[[package]]
|
|
3381
|
+
name = "semver"
|
|
3382
|
+
version = "1.0.28"
|
|
3383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3384
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
3385
|
+
dependencies = [
|
|
3386
|
+
"serde",
|
|
3387
|
+
"serde_core",
|
|
3388
|
+
]
|
|
3389
|
+
|
|
3390
|
+
[[package]]
|
|
3391
|
+
name = "serde"
|
|
3392
|
+
version = "1.0.228"
|
|
3393
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3394
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
3395
|
+
dependencies = [
|
|
3396
|
+
"serde_core",
|
|
3397
|
+
"serde_derive",
|
|
3398
|
+
]
|
|
3399
|
+
|
|
3400
|
+
[[package]]
|
|
3401
|
+
name = "serde_core"
|
|
3402
|
+
version = "1.0.228"
|
|
3403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3404
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
3405
|
+
dependencies = [
|
|
3406
|
+
"serde_derive",
|
|
3407
|
+
]
|
|
3408
|
+
|
|
3409
|
+
[[package]]
|
|
3410
|
+
name = "serde_derive"
|
|
3411
|
+
version = "1.0.228"
|
|
3412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3413
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
3414
|
+
dependencies = [
|
|
3415
|
+
"proc-macro2",
|
|
3416
|
+
"quote",
|
|
3417
|
+
"syn 2.0.117",
|
|
3418
|
+
]
|
|
3419
|
+
|
|
3420
|
+
[[package]]
|
|
3421
|
+
name = "serde_json"
|
|
3422
|
+
version = "1.0.149"
|
|
3423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3424
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
3425
|
+
dependencies = [
|
|
3426
|
+
"itoa",
|
|
3427
|
+
"memchr",
|
|
3428
|
+
"serde",
|
|
3429
|
+
"serde_core",
|
|
3430
|
+
"zmij",
|
|
3431
|
+
]
|
|
3432
|
+
|
|
3433
|
+
[[package]]
|
|
3434
|
+
name = "sha1"
|
|
3435
|
+
version = "0.10.6"
|
|
3436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3437
|
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
3438
|
+
dependencies = [
|
|
3439
|
+
"cfg-if",
|
|
3440
|
+
"cpufeatures 0.2.17",
|
|
3441
|
+
"digest",
|
|
3442
|
+
]
|
|
3443
|
+
|
|
3444
|
+
[[package]]
|
|
3445
|
+
name = "sha2"
|
|
3446
|
+
version = "0.10.9"
|
|
3447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3448
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
3449
|
+
dependencies = [
|
|
3450
|
+
"cfg-if",
|
|
3451
|
+
"cpufeatures 0.2.17",
|
|
3452
|
+
"digest",
|
|
3453
|
+
]
|
|
3454
|
+
|
|
3455
|
+
[[package]]
|
|
3456
|
+
name = "shlex"
|
|
3457
|
+
version = "1.3.0"
|
|
3458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3459
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3460
|
+
|
|
3461
|
+
[[package]]
|
|
3462
|
+
name = "sif-itree"
|
|
3463
|
+
version = "0.4.1"
|
|
3464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3465
|
+
checksum = "d7f45b8998ced5134fb1d75732c77842a3e888f19c1ff98481822e8fbfbf930b"
|
|
3466
|
+
|
|
3467
|
+
[[package]]
|
|
3468
|
+
name = "signal-hook-registry"
|
|
3469
|
+
version = "1.4.8"
|
|
3470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3471
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
3472
|
+
dependencies = [
|
|
3473
|
+
"errno",
|
|
3474
|
+
"libc",
|
|
3475
|
+
]
|
|
3476
|
+
|
|
3477
|
+
[[package]]
|
|
3478
|
+
name = "signature"
|
|
3479
|
+
version = "2.2.0"
|
|
3480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3481
|
+
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
3482
|
+
dependencies = [
|
|
3483
|
+
"digest",
|
|
3484
|
+
"rand_core 0.6.4",
|
|
3485
|
+
]
|
|
3486
|
+
|
|
3487
|
+
[[package]]
|
|
3488
|
+
name = "simdutf8"
|
|
3489
|
+
version = "0.1.5"
|
|
3490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3491
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
3492
|
+
|
|
3493
|
+
[[package]]
|
|
3494
|
+
name = "simple_asn1"
|
|
3495
|
+
version = "0.6.4"
|
|
3496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3497
|
+
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
3498
|
+
dependencies = [
|
|
3499
|
+
"num-bigint",
|
|
3500
|
+
"num-traits",
|
|
3501
|
+
"thiserror",
|
|
3502
|
+
"time",
|
|
3503
|
+
]
|
|
3504
|
+
|
|
3505
|
+
[[package]]
|
|
3506
|
+
name = "siphasher"
|
|
3507
|
+
version = "1.0.3"
|
|
3508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3509
|
+
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
3510
|
+
|
|
3511
|
+
[[package]]
|
|
3512
|
+
name = "slab"
|
|
3513
|
+
version = "0.4.12"
|
|
3514
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3515
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
3516
|
+
|
|
3517
|
+
[[package]]
|
|
3518
|
+
name = "smallvec"
|
|
3519
|
+
version = "1.15.1"
|
|
3520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3521
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
3522
|
+
dependencies = [
|
|
3523
|
+
"serde",
|
|
3524
|
+
]
|
|
3525
|
+
|
|
3526
|
+
[[package]]
|
|
3527
|
+
name = "snap"
|
|
3528
|
+
version = "1.1.1"
|
|
3529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3530
|
+
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
3531
|
+
|
|
3532
|
+
[[package]]
|
|
3533
|
+
name = "socket2"
|
|
3534
|
+
version = "0.6.3"
|
|
3535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3536
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
3537
|
+
dependencies = [
|
|
3538
|
+
"libc",
|
|
3539
|
+
"windows-sys 0.61.2",
|
|
3540
|
+
]
|
|
3541
|
+
|
|
3542
|
+
[[package]]
|
|
3543
|
+
name = "spade"
|
|
3544
|
+
version = "2.15.1"
|
|
3545
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3546
|
+
checksum = "9699399fd9349b00b184f5635b074f9ec93afffef30c853f8c875b32c0f8c7fa"
|
|
3547
|
+
dependencies = [
|
|
3548
|
+
"hashbrown 0.16.1",
|
|
3549
|
+
"num-traits",
|
|
3550
|
+
"robust",
|
|
3551
|
+
"smallvec",
|
|
3552
|
+
]
|
|
3553
|
+
|
|
3554
|
+
[[package]]
|
|
3555
|
+
name = "spin"
|
|
3556
|
+
version = "0.9.8"
|
|
3557
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3558
|
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
3559
|
+
dependencies = [
|
|
3560
|
+
"lock_api",
|
|
3561
|
+
]
|
|
3562
|
+
|
|
3563
|
+
[[package]]
|
|
3564
|
+
name = "spki"
|
|
3565
|
+
version = "0.7.3"
|
|
3566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3567
|
+
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
3568
|
+
dependencies = [
|
|
3569
|
+
"base64ct",
|
|
3570
|
+
"der",
|
|
3571
|
+
]
|
|
3572
|
+
|
|
3573
|
+
[[package]]
|
|
3574
|
+
name = "stable_deref_trait"
|
|
3575
|
+
version = "1.2.1"
|
|
3576
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3577
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
3578
|
+
|
|
3579
|
+
[[package]]
|
|
3580
|
+
name = "storekey"
|
|
3581
|
+
version = "0.11.0"
|
|
3582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3583
|
+
checksum = "bd9a94571bde7369ecaac47cec2e6844642d99166bd452fbd8def74b5b917b2f"
|
|
3584
|
+
dependencies = [
|
|
3585
|
+
"bytes",
|
|
3586
|
+
"storekey-derive",
|
|
3587
|
+
"uuid",
|
|
3588
|
+
]
|
|
3589
|
+
|
|
3590
|
+
[[package]]
|
|
3591
|
+
name = "storekey-derive"
|
|
3592
|
+
version = "0.11.0"
|
|
3593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3594
|
+
checksum = "6079d53242246522ec982de613c5c952cc7b1380ef2f8622fcdab9bfe73c0098"
|
|
3595
|
+
dependencies = [
|
|
3596
|
+
"proc-macro2",
|
|
3597
|
+
"quote",
|
|
3598
|
+
"syn 2.0.117",
|
|
3599
|
+
]
|
|
3600
|
+
|
|
3601
|
+
[[package]]
|
|
3602
|
+
name = "string_cache"
|
|
3603
|
+
version = "0.8.9"
|
|
3604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3605
|
+
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
|
3606
|
+
dependencies = [
|
|
3607
|
+
"new_debug_unreachable",
|
|
3608
|
+
"parking_lot",
|
|
3609
|
+
"phf_shared 0.11.3",
|
|
3610
|
+
"precomputed-hash",
|
|
3611
|
+
"serde",
|
|
3612
|
+
]
|
|
3613
|
+
|
|
3614
|
+
[[package]]
|
|
3615
|
+
name = "string_cache_codegen"
|
|
3616
|
+
version = "0.5.4"
|
|
3617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3618
|
+
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
|
|
3619
|
+
dependencies = [
|
|
3620
|
+
"phf_generator 0.11.3",
|
|
3621
|
+
"phf_shared 0.11.3",
|
|
3622
|
+
"proc-macro2",
|
|
3623
|
+
"quote",
|
|
3624
|
+
]
|
|
3625
|
+
|
|
3626
|
+
[[package]]
|
|
3627
|
+
name = "strsim"
|
|
3628
|
+
version = "0.11.1"
|
|
3629
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3630
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
3631
|
+
|
|
3632
|
+
[[package]]
|
|
3633
|
+
name = "subtle"
|
|
3634
|
+
version = "2.6.1"
|
|
3635
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3636
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3637
|
+
|
|
3638
|
+
[[package]]
|
|
3639
|
+
name = "surrealdb-core"
|
|
3640
|
+
version = "3.0.5"
|
|
3641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3642
|
+
checksum = "d3e6a7f248c958fd5000c4fab5759503663bf93c622be10a6d7bf7d2d676b8fc"
|
|
3643
|
+
dependencies = [
|
|
3644
|
+
"addr",
|
|
3645
|
+
"affinitypool",
|
|
3646
|
+
"ahash 0.8.12",
|
|
3647
|
+
"ammonia",
|
|
3648
|
+
"anyhow",
|
|
3649
|
+
"argon2",
|
|
3650
|
+
"async-channel",
|
|
3651
|
+
"async-stream",
|
|
3652
|
+
"async-trait",
|
|
3653
|
+
"base64",
|
|
3654
|
+
"bcrypt",
|
|
3655
|
+
"blake3",
|
|
3656
|
+
"bytes",
|
|
3657
|
+
"chrono",
|
|
3658
|
+
"ciborium",
|
|
3659
|
+
"dashmap",
|
|
3660
|
+
"deunicode",
|
|
3661
|
+
"dmp",
|
|
3662
|
+
"ext-sort",
|
|
3663
|
+
"fastnum",
|
|
3664
|
+
"fst",
|
|
3665
|
+
"futures",
|
|
3666
|
+
"fuzzy-matcher",
|
|
3667
|
+
"geo 0.32.0",
|
|
3668
|
+
"geo-types",
|
|
3669
|
+
"getrandom 0.3.4",
|
|
3670
|
+
"headers",
|
|
3671
|
+
"hex",
|
|
3672
|
+
"http",
|
|
3673
|
+
"humantime",
|
|
3674
|
+
"ipnet",
|
|
3675
|
+
"jsonwebtoken",
|
|
3676
|
+
"lexicmp",
|
|
3677
|
+
"md-5",
|
|
3678
|
+
"mime",
|
|
3679
|
+
"ndarray",
|
|
3680
|
+
"ndarray-stats",
|
|
3681
|
+
"num-traits",
|
|
3682
|
+
"num_cpus",
|
|
3683
|
+
"object_store",
|
|
3684
|
+
"parking_lot",
|
|
3685
|
+
"path-clean",
|
|
3686
|
+
"pbkdf2",
|
|
3687
|
+
"phf 0.13.1",
|
|
3688
|
+
"pin-project-lite",
|
|
3689
|
+
"quick_cache",
|
|
3690
|
+
"radix_trie",
|
|
3691
|
+
"rand 0.8.6",
|
|
3692
|
+
"rayon",
|
|
3693
|
+
"reblessive",
|
|
3694
|
+
"regex",
|
|
3695
|
+
"revision",
|
|
3696
|
+
"ring",
|
|
3697
|
+
"roaring",
|
|
3698
|
+
"rust-stemmers",
|
|
3699
|
+
"rust_decimal",
|
|
3700
|
+
"scrypt",
|
|
3701
|
+
"semver",
|
|
3702
|
+
"serde",
|
|
3703
|
+
"serde_json",
|
|
3704
|
+
"sha1",
|
|
3705
|
+
"sha2",
|
|
3706
|
+
"storekey",
|
|
3707
|
+
"strsim",
|
|
3708
|
+
"subtle",
|
|
3709
|
+
"surrealdb-protocol",
|
|
3710
|
+
"surrealdb-types",
|
|
3711
|
+
"surrealkv",
|
|
3712
|
+
"surrealmx",
|
|
3713
|
+
"sysinfo",
|
|
3714
|
+
"tempfile",
|
|
3715
|
+
"thiserror",
|
|
3716
|
+
"tokio",
|
|
3717
|
+
"tokio-util",
|
|
3718
|
+
"tracing",
|
|
3719
|
+
"ulid",
|
|
3720
|
+
"unicase",
|
|
3721
|
+
"url",
|
|
3722
|
+
"uuid",
|
|
3723
|
+
"vart",
|
|
3724
|
+
"wasm-bindgen-futures",
|
|
3725
|
+
"wasmtimer",
|
|
3726
|
+
"web-time",
|
|
3727
|
+
]
|
|
3728
|
+
|
|
3729
|
+
[[package]]
|
|
3730
|
+
name = "surrealdb-embedded"
|
|
3731
|
+
version = "3.0.0-alpha.1"
|
|
3732
|
+
dependencies = [
|
|
3733
|
+
"pyo3",
|
|
3734
|
+
"pyo3-async-runtimes",
|
|
3735
|
+
"surrealdb-core",
|
|
3736
|
+
"surrealdb-types",
|
|
3737
|
+
"tokio",
|
|
3738
|
+
"uuid",
|
|
3739
|
+
]
|
|
3740
|
+
|
|
3741
|
+
[[package]]
|
|
3742
|
+
name = "surrealdb-protocol"
|
|
3743
|
+
version = "0.8.3"
|
|
3744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3745
|
+
checksum = "eb37698e0493bcfac3229ecb6ec6894a3ad705a3a2087b1562eeb881b3db19d4"
|
|
3746
|
+
dependencies = [
|
|
3747
|
+
"anyhow",
|
|
3748
|
+
"async-trait",
|
|
3749
|
+
"bytes",
|
|
3750
|
+
"chrono",
|
|
3751
|
+
"flatbuffers",
|
|
3752
|
+
"futures",
|
|
3753
|
+
"geo 0.32.0",
|
|
3754
|
+
"prost",
|
|
3755
|
+
"prost-types",
|
|
3756
|
+
"rust_decimal",
|
|
3757
|
+
"semver",
|
|
3758
|
+
"serde",
|
|
3759
|
+
"serde_json",
|
|
3760
|
+
"tonic",
|
|
3761
|
+
"tonic-prost",
|
|
3762
|
+
"uuid",
|
|
3763
|
+
]
|
|
3764
|
+
|
|
3765
|
+
[[package]]
|
|
3766
|
+
name = "surrealdb-types"
|
|
3767
|
+
version = "3.0.5"
|
|
3768
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3769
|
+
checksum = "c79e71d035367b933cf528c09b7ed186bc17dea58c66a1bca84d22f9abf167db"
|
|
3770
|
+
dependencies = [
|
|
3771
|
+
"anyhow",
|
|
3772
|
+
"bytes",
|
|
3773
|
+
"chrono",
|
|
3774
|
+
"flatbuffers",
|
|
3775
|
+
"geo 0.32.0",
|
|
3776
|
+
"hex",
|
|
3777
|
+
"http",
|
|
3778
|
+
"papaya",
|
|
3779
|
+
"rand 0.8.6",
|
|
3780
|
+
"regex",
|
|
3781
|
+
"rstest",
|
|
3782
|
+
"rust_decimal",
|
|
3783
|
+
"serde",
|
|
3784
|
+
"serde_json",
|
|
3785
|
+
"surrealdb-protocol",
|
|
3786
|
+
"surrealdb-types-derive",
|
|
3787
|
+
"ulid",
|
|
3788
|
+
"uuid",
|
|
3789
|
+
]
|
|
3790
|
+
|
|
3791
|
+
[[package]]
|
|
3792
|
+
name = "surrealdb-types-derive"
|
|
3793
|
+
version = "3.0.5"
|
|
3794
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3795
|
+
checksum = "a76abdbfc597e062daae5269251e18a84553f9090cfff423591f57c8c6765aa8"
|
|
3796
|
+
dependencies = [
|
|
3797
|
+
"proc-macro2",
|
|
3798
|
+
"quote",
|
|
3799
|
+
"syn 2.0.117",
|
|
3800
|
+
]
|
|
3801
|
+
|
|
3802
|
+
[[package]]
|
|
3803
|
+
name = "surrealkv"
|
|
3804
|
+
version = "0.21.1"
|
|
3805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3806
|
+
checksum = "a5a39b9baad29d5a4ca629d9b5e1176c543430648e0e8f55a64a4a8217cc131d"
|
|
3807
|
+
dependencies = [
|
|
3808
|
+
"arc-swap",
|
|
3809
|
+
"async-trait",
|
|
3810
|
+
"byteorder",
|
|
3811
|
+
"bytes",
|
|
3812
|
+
"chrono",
|
|
3813
|
+
"crc32fast",
|
|
3814
|
+
"crossbeam-skiplist",
|
|
3815
|
+
"fs2",
|
|
3816
|
+
"getrandom 0.3.4",
|
|
3817
|
+
"guardian",
|
|
3818
|
+
"integer-encoding",
|
|
3819
|
+
"log",
|
|
3820
|
+
"lz4_flex",
|
|
3821
|
+
"parking_lot",
|
|
3822
|
+
"quick_cache",
|
|
3823
|
+
"rand 0.9.4",
|
|
3824
|
+
"scopeguard",
|
|
3825
|
+
"sha2",
|
|
3826
|
+
"snap",
|
|
3827
|
+
"tokio",
|
|
3828
|
+
]
|
|
3829
|
+
|
|
3830
|
+
[[package]]
|
|
3831
|
+
name = "surrealmx"
|
|
3832
|
+
version = "0.18.0"
|
|
3833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3834
|
+
checksum = "6508449a7d1379a92a51ba49391b48ccab0b60dd11a4277c0dda965d8c99dbff"
|
|
3835
|
+
dependencies = [
|
|
3836
|
+
"arc-swap",
|
|
3837
|
+
"bincode",
|
|
3838
|
+
"bytes",
|
|
3839
|
+
"crossbeam-deque",
|
|
3840
|
+
"crossbeam-queue",
|
|
3841
|
+
"crossbeam-skiplist",
|
|
3842
|
+
"lz4",
|
|
3843
|
+
"papaya",
|
|
3844
|
+
"parking_lot",
|
|
3845
|
+
"serde",
|
|
3846
|
+
"smallvec",
|
|
3847
|
+
"thiserror",
|
|
3848
|
+
"tracing",
|
|
3849
|
+
"web-time",
|
|
3850
|
+
]
|
|
3851
|
+
|
|
3852
|
+
[[package]]
|
|
3853
|
+
name = "syn"
|
|
3854
|
+
version = "1.0.109"
|
|
3855
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3856
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
3857
|
+
dependencies = [
|
|
3858
|
+
"proc-macro2",
|
|
3859
|
+
"quote",
|
|
3860
|
+
"unicode-ident",
|
|
3861
|
+
]
|
|
3862
|
+
|
|
3863
|
+
[[package]]
|
|
3864
|
+
name = "syn"
|
|
3865
|
+
version = "2.0.117"
|
|
3866
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3867
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
3868
|
+
dependencies = [
|
|
3869
|
+
"proc-macro2",
|
|
3870
|
+
"quote",
|
|
3871
|
+
"unicode-ident",
|
|
3872
|
+
]
|
|
3873
|
+
|
|
3874
|
+
[[package]]
|
|
3875
|
+
name = "sync_wrapper"
|
|
3876
|
+
version = "1.0.2"
|
|
3877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3878
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
3879
|
+
|
|
3880
|
+
[[package]]
|
|
3881
|
+
name = "synstructure"
|
|
3882
|
+
version = "0.13.2"
|
|
3883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3884
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
3885
|
+
dependencies = [
|
|
3886
|
+
"proc-macro2",
|
|
3887
|
+
"quote",
|
|
3888
|
+
"syn 2.0.117",
|
|
3889
|
+
]
|
|
3890
|
+
|
|
3891
|
+
[[package]]
|
|
3892
|
+
name = "sysinfo"
|
|
3893
|
+
version = "0.37.2"
|
|
3894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3895
|
+
checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
|
|
3896
|
+
dependencies = [
|
|
3897
|
+
"libc",
|
|
3898
|
+
"memchr",
|
|
3899
|
+
"ntapi",
|
|
3900
|
+
"objc2-core-foundation",
|
|
3901
|
+
"objc2-io-kit",
|
|
3902
|
+
"windows",
|
|
3903
|
+
]
|
|
3904
|
+
|
|
3905
|
+
[[package]]
|
|
3906
|
+
name = "tap"
|
|
3907
|
+
version = "1.0.1"
|
|
3908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3909
|
+
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
3910
|
+
|
|
3911
|
+
[[package]]
|
|
3912
|
+
name = "target-lexicon"
|
|
3913
|
+
version = "0.13.5"
|
|
3914
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3915
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
3916
|
+
|
|
3917
|
+
[[package]]
|
|
3918
|
+
name = "tempfile"
|
|
3919
|
+
version = "3.27.0"
|
|
3920
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3921
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3922
|
+
dependencies = [
|
|
3923
|
+
"fastrand",
|
|
3924
|
+
"getrandom 0.4.2",
|
|
3925
|
+
"once_cell",
|
|
3926
|
+
"rustix",
|
|
3927
|
+
"windows-sys 0.61.2",
|
|
3928
|
+
]
|
|
3929
|
+
|
|
3930
|
+
[[package]]
|
|
3931
|
+
name = "tendril"
|
|
3932
|
+
version = "0.4.3"
|
|
3933
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3934
|
+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
3935
|
+
dependencies = [
|
|
3936
|
+
"futf",
|
|
3937
|
+
"mac",
|
|
3938
|
+
"utf-8",
|
|
3939
|
+
]
|
|
3940
|
+
|
|
3941
|
+
[[package]]
|
|
3942
|
+
name = "thiserror"
|
|
3943
|
+
version = "2.0.18"
|
|
3944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3945
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
3946
|
+
dependencies = [
|
|
3947
|
+
"thiserror-impl",
|
|
3948
|
+
]
|
|
3949
|
+
|
|
3950
|
+
[[package]]
|
|
3951
|
+
name = "thiserror-impl"
|
|
3952
|
+
version = "2.0.18"
|
|
3953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3954
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
3955
|
+
dependencies = [
|
|
3956
|
+
"proc-macro2",
|
|
3957
|
+
"quote",
|
|
3958
|
+
"syn 2.0.117",
|
|
3959
|
+
]
|
|
3960
|
+
|
|
3961
|
+
[[package]]
|
|
3962
|
+
name = "thread_local"
|
|
3963
|
+
version = "1.1.9"
|
|
3964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3965
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
3966
|
+
dependencies = [
|
|
3967
|
+
"cfg-if",
|
|
3968
|
+
]
|
|
3969
|
+
|
|
3970
|
+
[[package]]
|
|
3971
|
+
name = "time"
|
|
3972
|
+
version = "0.3.47"
|
|
3973
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3974
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
3975
|
+
dependencies = [
|
|
3976
|
+
"deranged",
|
|
3977
|
+
"itoa",
|
|
3978
|
+
"num-conv",
|
|
3979
|
+
"powerfmt",
|
|
3980
|
+
"serde_core",
|
|
3981
|
+
"time-core",
|
|
3982
|
+
"time-macros",
|
|
3983
|
+
]
|
|
3984
|
+
|
|
3985
|
+
[[package]]
|
|
3986
|
+
name = "time-core"
|
|
3987
|
+
version = "0.1.8"
|
|
3988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3989
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
3990
|
+
|
|
3991
|
+
[[package]]
|
|
3992
|
+
name = "time-macros"
|
|
3993
|
+
version = "0.2.27"
|
|
3994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3995
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
3996
|
+
dependencies = [
|
|
3997
|
+
"num-conv",
|
|
3998
|
+
"time-core",
|
|
3999
|
+
]
|
|
4000
|
+
|
|
4001
|
+
[[package]]
|
|
4002
|
+
name = "tinystr"
|
|
4003
|
+
version = "0.8.3"
|
|
4004
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4005
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
4006
|
+
dependencies = [
|
|
4007
|
+
"displaydoc",
|
|
4008
|
+
"zerovec",
|
|
4009
|
+
]
|
|
4010
|
+
|
|
4011
|
+
[[package]]
|
|
4012
|
+
name = "tinyvec"
|
|
4013
|
+
version = "1.11.0"
|
|
4014
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4015
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
4016
|
+
dependencies = [
|
|
4017
|
+
"tinyvec_macros",
|
|
4018
|
+
]
|
|
4019
|
+
|
|
4020
|
+
[[package]]
|
|
4021
|
+
name = "tinyvec_macros"
|
|
4022
|
+
version = "0.1.1"
|
|
4023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4024
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4025
|
+
|
|
4026
|
+
[[package]]
|
|
4027
|
+
name = "tokio"
|
|
4028
|
+
version = "1.52.3"
|
|
4029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4030
|
+
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
|
|
4031
|
+
dependencies = [
|
|
4032
|
+
"bytes",
|
|
4033
|
+
"libc",
|
|
4034
|
+
"mio",
|
|
4035
|
+
"parking_lot",
|
|
4036
|
+
"pin-project-lite",
|
|
4037
|
+
"signal-hook-registry",
|
|
4038
|
+
"socket2",
|
|
4039
|
+
"tokio-macros",
|
|
4040
|
+
"windows-sys 0.61.2",
|
|
4041
|
+
]
|
|
4042
|
+
|
|
4043
|
+
[[package]]
|
|
4044
|
+
name = "tokio-macros"
|
|
4045
|
+
version = "2.7.0"
|
|
4046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4047
|
+
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
4048
|
+
dependencies = [
|
|
4049
|
+
"proc-macro2",
|
|
4050
|
+
"quote",
|
|
4051
|
+
"syn 2.0.117",
|
|
4052
|
+
]
|
|
4053
|
+
|
|
4054
|
+
[[package]]
|
|
4055
|
+
name = "tokio-stream"
|
|
4056
|
+
version = "0.1.18"
|
|
4057
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4058
|
+
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
4059
|
+
dependencies = [
|
|
4060
|
+
"futures-core",
|
|
4061
|
+
"pin-project-lite",
|
|
4062
|
+
"tokio",
|
|
4063
|
+
]
|
|
4064
|
+
|
|
4065
|
+
[[package]]
|
|
4066
|
+
name = "tokio-util"
|
|
4067
|
+
version = "0.7.18"
|
|
4068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4069
|
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
4070
|
+
dependencies = [
|
|
4071
|
+
"bytes",
|
|
4072
|
+
"futures-core",
|
|
4073
|
+
"futures-sink",
|
|
4074
|
+
"pin-project-lite",
|
|
4075
|
+
"tokio",
|
|
4076
|
+
]
|
|
4077
|
+
|
|
4078
|
+
[[package]]
|
|
4079
|
+
name = "toml_datetime"
|
|
4080
|
+
version = "1.1.1+spec-1.1.0"
|
|
4081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4082
|
+
checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
|
|
4083
|
+
dependencies = [
|
|
4084
|
+
"serde_core",
|
|
4085
|
+
]
|
|
4086
|
+
|
|
4087
|
+
[[package]]
|
|
4088
|
+
name = "toml_edit"
|
|
4089
|
+
version = "0.25.11+spec-1.1.0"
|
|
4090
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4091
|
+
checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
|
|
4092
|
+
dependencies = [
|
|
4093
|
+
"indexmap",
|
|
4094
|
+
"toml_datetime",
|
|
4095
|
+
"toml_parser",
|
|
4096
|
+
"winnow",
|
|
4097
|
+
]
|
|
4098
|
+
|
|
4099
|
+
[[package]]
|
|
4100
|
+
name = "toml_parser"
|
|
4101
|
+
version = "1.1.2+spec-1.1.0"
|
|
4102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4103
|
+
checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
|
|
4104
|
+
dependencies = [
|
|
4105
|
+
"winnow",
|
|
4106
|
+
]
|
|
4107
|
+
|
|
4108
|
+
[[package]]
|
|
4109
|
+
name = "tonic"
|
|
4110
|
+
version = "0.14.6"
|
|
4111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4112
|
+
checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
|
|
4113
|
+
dependencies = [
|
|
4114
|
+
"async-trait",
|
|
4115
|
+
"axum",
|
|
4116
|
+
"base64",
|
|
4117
|
+
"bytes",
|
|
4118
|
+
"h2",
|
|
4119
|
+
"http",
|
|
4120
|
+
"http-body",
|
|
4121
|
+
"http-body-util",
|
|
4122
|
+
"hyper",
|
|
4123
|
+
"hyper-timeout",
|
|
4124
|
+
"hyper-util",
|
|
4125
|
+
"percent-encoding",
|
|
4126
|
+
"pin-project",
|
|
4127
|
+
"socket2",
|
|
4128
|
+
"sync_wrapper",
|
|
4129
|
+
"tokio",
|
|
4130
|
+
"tokio-stream",
|
|
4131
|
+
"tower",
|
|
4132
|
+
"tower-layer",
|
|
4133
|
+
"tower-service",
|
|
4134
|
+
"tracing",
|
|
4135
|
+
]
|
|
4136
|
+
|
|
4137
|
+
[[package]]
|
|
4138
|
+
name = "tonic-prost"
|
|
4139
|
+
version = "0.14.6"
|
|
4140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4141
|
+
checksum = "50849f68853be452acf590cde0b146665b8d507b3b8af17261df47e02c209ea0"
|
|
4142
|
+
dependencies = [
|
|
4143
|
+
"bytes",
|
|
4144
|
+
"prost",
|
|
4145
|
+
"tonic",
|
|
4146
|
+
]
|
|
4147
|
+
|
|
4148
|
+
[[package]]
|
|
4149
|
+
name = "tower"
|
|
4150
|
+
version = "0.5.3"
|
|
4151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4152
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
4153
|
+
dependencies = [
|
|
4154
|
+
"futures-core",
|
|
4155
|
+
"futures-util",
|
|
4156
|
+
"indexmap",
|
|
4157
|
+
"pin-project-lite",
|
|
4158
|
+
"slab",
|
|
4159
|
+
"sync_wrapper",
|
|
4160
|
+
"tokio",
|
|
4161
|
+
"tokio-util",
|
|
4162
|
+
"tower-layer",
|
|
4163
|
+
"tower-service",
|
|
4164
|
+
"tracing",
|
|
4165
|
+
]
|
|
4166
|
+
|
|
4167
|
+
[[package]]
|
|
4168
|
+
name = "tower-layer"
|
|
4169
|
+
version = "0.3.3"
|
|
4170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4171
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
4172
|
+
|
|
4173
|
+
[[package]]
|
|
4174
|
+
name = "tower-service"
|
|
4175
|
+
version = "0.3.3"
|
|
4176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4177
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
4178
|
+
|
|
4179
|
+
[[package]]
|
|
4180
|
+
name = "tracing"
|
|
4181
|
+
version = "0.1.44"
|
|
4182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4183
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
4184
|
+
dependencies = [
|
|
4185
|
+
"pin-project-lite",
|
|
4186
|
+
"tracing-attributes",
|
|
4187
|
+
"tracing-core",
|
|
4188
|
+
]
|
|
4189
|
+
|
|
4190
|
+
[[package]]
|
|
4191
|
+
name = "tracing-attributes"
|
|
4192
|
+
version = "0.1.31"
|
|
4193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4194
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
4195
|
+
dependencies = [
|
|
4196
|
+
"proc-macro2",
|
|
4197
|
+
"quote",
|
|
4198
|
+
"syn 2.0.117",
|
|
4199
|
+
]
|
|
4200
|
+
|
|
4201
|
+
[[package]]
|
|
4202
|
+
name = "tracing-core"
|
|
4203
|
+
version = "0.1.36"
|
|
4204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4205
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
4206
|
+
dependencies = [
|
|
4207
|
+
"once_cell",
|
|
4208
|
+
]
|
|
4209
|
+
|
|
4210
|
+
[[package]]
|
|
4211
|
+
name = "trice"
|
|
4212
|
+
version = "0.4.0"
|
|
4213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4214
|
+
checksum = "d3aaab10ae9fac0b10f392752bf56f0fd20845f39037fec931e8537b105b515a"
|
|
4215
|
+
dependencies = [
|
|
4216
|
+
"js-sys",
|
|
4217
|
+
"wasm-bindgen",
|
|
4218
|
+
"web-sys",
|
|
4219
|
+
]
|
|
4220
|
+
|
|
4221
|
+
[[package]]
|
|
4222
|
+
name = "try-lock"
|
|
4223
|
+
version = "0.2.5"
|
|
4224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4225
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
4226
|
+
|
|
4227
|
+
[[package]]
|
|
4228
|
+
name = "twox-hash"
|
|
4229
|
+
version = "2.1.2"
|
|
4230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4231
|
+
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
|
|
4232
|
+
|
|
4233
|
+
[[package]]
|
|
4234
|
+
name = "typenum"
|
|
4235
|
+
version = "1.20.0"
|
|
4236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4237
|
+
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
|
|
4238
|
+
|
|
4239
|
+
[[package]]
|
|
4240
|
+
name = "ulid"
|
|
4241
|
+
version = "1.2.1"
|
|
4242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4243
|
+
checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
|
|
4244
|
+
dependencies = [
|
|
4245
|
+
"rand 0.9.4",
|
|
4246
|
+
"serde",
|
|
4247
|
+
"web-time",
|
|
4248
|
+
]
|
|
4249
|
+
|
|
4250
|
+
[[package]]
|
|
4251
|
+
name = "unicase"
|
|
4252
|
+
version = "2.9.0"
|
|
4253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4254
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
4255
|
+
|
|
4256
|
+
[[package]]
|
|
4257
|
+
name = "unicode-ident"
|
|
4258
|
+
version = "1.0.24"
|
|
4259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4260
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
4261
|
+
|
|
4262
|
+
[[package]]
|
|
4263
|
+
name = "unicode-xid"
|
|
4264
|
+
version = "0.2.6"
|
|
4265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4266
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
4267
|
+
|
|
4268
|
+
[[package]]
|
|
4269
|
+
name = "unindent"
|
|
4270
|
+
version = "0.2.4"
|
|
4271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4272
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
4273
|
+
|
|
4274
|
+
[[package]]
|
|
4275
|
+
name = "untrusted"
|
|
4276
|
+
version = "0.7.1"
|
|
4277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4278
|
+
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
4279
|
+
|
|
4280
|
+
[[package]]
|
|
4281
|
+
name = "untrusted"
|
|
4282
|
+
version = "0.9.0"
|
|
4283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
4285
|
+
|
|
4286
|
+
[[package]]
|
|
4287
|
+
name = "unty"
|
|
4288
|
+
version = "0.0.4"
|
|
4289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4290
|
+
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
|
4291
|
+
|
|
4292
|
+
[[package]]
|
|
4293
|
+
name = "url"
|
|
4294
|
+
version = "2.5.8"
|
|
4295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4296
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
4297
|
+
dependencies = [
|
|
4298
|
+
"form_urlencoded",
|
|
4299
|
+
"idna",
|
|
4300
|
+
"percent-encoding",
|
|
4301
|
+
"serde",
|
|
4302
|
+
]
|
|
4303
|
+
|
|
4304
|
+
[[package]]
|
|
4305
|
+
name = "urlencoding"
|
|
4306
|
+
version = "2.1.3"
|
|
4307
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4308
|
+
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
4309
|
+
|
|
4310
|
+
[[package]]
|
|
4311
|
+
name = "utf-8"
|
|
4312
|
+
version = "0.7.6"
|
|
4313
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4314
|
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
4315
|
+
|
|
4316
|
+
[[package]]
|
|
4317
|
+
name = "utf8_iter"
|
|
4318
|
+
version = "1.0.4"
|
|
4319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4320
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
4321
|
+
|
|
4322
|
+
[[package]]
|
|
4323
|
+
name = "uuid"
|
|
4324
|
+
version = "1.23.1"
|
|
4325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
+
checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
|
|
4327
|
+
dependencies = [
|
|
4328
|
+
"getrandom 0.4.2",
|
|
4329
|
+
"js-sys",
|
|
4330
|
+
"serde_core",
|
|
4331
|
+
"wasm-bindgen",
|
|
4332
|
+
]
|
|
4333
|
+
|
|
4334
|
+
[[package]]
|
|
4335
|
+
name = "vart"
|
|
4336
|
+
version = "0.9.3"
|
|
4337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4338
|
+
checksum = "b1982d899e57d646498709735f16e9224cf1e8680676ad687f930cf8b5b555ae"
|
|
4339
|
+
|
|
4340
|
+
[[package]]
|
|
4341
|
+
name = "version_check"
|
|
4342
|
+
version = "0.9.5"
|
|
4343
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4344
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
4345
|
+
|
|
4346
|
+
[[package]]
|
|
4347
|
+
name = "virtue"
|
|
4348
|
+
version = "0.0.18"
|
|
4349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4350
|
+
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
|
4351
|
+
|
|
4352
|
+
[[package]]
|
|
4353
|
+
name = "walkdir"
|
|
4354
|
+
version = "2.5.0"
|
|
4355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4356
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
4357
|
+
dependencies = [
|
|
4358
|
+
"same-file",
|
|
4359
|
+
"winapi-util",
|
|
4360
|
+
]
|
|
4361
|
+
|
|
4362
|
+
[[package]]
|
|
4363
|
+
name = "want"
|
|
4364
|
+
version = "0.3.1"
|
|
4365
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4366
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
4367
|
+
dependencies = [
|
|
4368
|
+
"try-lock",
|
|
4369
|
+
]
|
|
4370
|
+
|
|
4371
|
+
[[package]]
|
|
4372
|
+
name = "wasi"
|
|
4373
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
4374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4375
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
4376
|
+
|
|
4377
|
+
[[package]]
|
|
4378
|
+
name = "wasip2"
|
|
4379
|
+
version = "1.0.3+wasi-0.2.9"
|
|
4380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
+
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
4382
|
+
dependencies = [
|
|
4383
|
+
"wit-bindgen 0.57.1",
|
|
4384
|
+
]
|
|
4385
|
+
|
|
4386
|
+
[[package]]
|
|
4387
|
+
name = "wasip3"
|
|
4388
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
4389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4390
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
4391
|
+
dependencies = [
|
|
4392
|
+
"wit-bindgen 0.51.0",
|
|
4393
|
+
]
|
|
4394
|
+
|
|
4395
|
+
[[package]]
|
|
4396
|
+
name = "wasm-bindgen"
|
|
4397
|
+
version = "0.2.121"
|
|
4398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4399
|
+
checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
|
|
4400
|
+
dependencies = [
|
|
4401
|
+
"cfg-if",
|
|
4402
|
+
"once_cell",
|
|
4403
|
+
"rustversion",
|
|
4404
|
+
"serde",
|
|
4405
|
+
"wasm-bindgen-macro",
|
|
4406
|
+
"wasm-bindgen-shared",
|
|
4407
|
+
]
|
|
4408
|
+
|
|
4409
|
+
[[package]]
|
|
4410
|
+
name = "wasm-bindgen-futures"
|
|
4411
|
+
version = "0.4.71"
|
|
4412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4413
|
+
checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
|
|
4414
|
+
dependencies = [
|
|
4415
|
+
"js-sys",
|
|
4416
|
+
"wasm-bindgen",
|
|
4417
|
+
]
|
|
4418
|
+
|
|
4419
|
+
[[package]]
|
|
4420
|
+
name = "wasm-bindgen-macro"
|
|
4421
|
+
version = "0.2.121"
|
|
4422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4423
|
+
checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
|
|
4424
|
+
dependencies = [
|
|
4425
|
+
"quote",
|
|
4426
|
+
"wasm-bindgen-macro-support",
|
|
4427
|
+
]
|
|
4428
|
+
|
|
4429
|
+
[[package]]
|
|
4430
|
+
name = "wasm-bindgen-macro-support"
|
|
4431
|
+
version = "0.2.121"
|
|
4432
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4433
|
+
checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
|
|
4434
|
+
dependencies = [
|
|
4435
|
+
"bumpalo",
|
|
4436
|
+
"proc-macro2",
|
|
4437
|
+
"quote",
|
|
4438
|
+
"syn 2.0.117",
|
|
4439
|
+
"wasm-bindgen-shared",
|
|
4440
|
+
]
|
|
4441
|
+
|
|
4442
|
+
[[package]]
|
|
4443
|
+
name = "wasm-bindgen-shared"
|
|
4444
|
+
version = "0.2.121"
|
|
4445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4446
|
+
checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
|
|
4447
|
+
dependencies = [
|
|
4448
|
+
"unicode-ident",
|
|
4449
|
+
]
|
|
4450
|
+
|
|
4451
|
+
[[package]]
|
|
4452
|
+
name = "wasm-encoder"
|
|
4453
|
+
version = "0.244.0"
|
|
4454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4455
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
4456
|
+
dependencies = [
|
|
4457
|
+
"leb128fmt",
|
|
4458
|
+
"wasmparser",
|
|
4459
|
+
]
|
|
4460
|
+
|
|
4461
|
+
[[package]]
|
|
4462
|
+
name = "wasm-metadata"
|
|
4463
|
+
version = "0.244.0"
|
|
4464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4465
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
4466
|
+
dependencies = [
|
|
4467
|
+
"anyhow",
|
|
4468
|
+
"indexmap",
|
|
4469
|
+
"wasm-encoder",
|
|
4470
|
+
"wasmparser",
|
|
4471
|
+
]
|
|
4472
|
+
|
|
4473
|
+
[[package]]
|
|
4474
|
+
name = "wasmparser"
|
|
4475
|
+
version = "0.244.0"
|
|
4476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4477
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
4478
|
+
dependencies = [
|
|
4479
|
+
"bitflags",
|
|
4480
|
+
"hashbrown 0.15.5",
|
|
4481
|
+
"indexmap",
|
|
4482
|
+
"semver",
|
|
4483
|
+
]
|
|
4484
|
+
|
|
4485
|
+
[[package]]
|
|
4486
|
+
name = "wasmtimer"
|
|
4487
|
+
version = "0.4.3"
|
|
4488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4489
|
+
checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
|
|
4490
|
+
dependencies = [
|
|
4491
|
+
"futures",
|
|
4492
|
+
"js-sys",
|
|
4493
|
+
"parking_lot",
|
|
4494
|
+
"pin-utils",
|
|
4495
|
+
"wasm-bindgen",
|
|
4496
|
+
]
|
|
4497
|
+
|
|
4498
|
+
[[package]]
|
|
4499
|
+
name = "web-sys"
|
|
4500
|
+
version = "0.3.98"
|
|
4501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4502
|
+
checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
|
|
4503
|
+
dependencies = [
|
|
4504
|
+
"js-sys",
|
|
4505
|
+
"wasm-bindgen",
|
|
4506
|
+
]
|
|
4507
|
+
|
|
4508
|
+
[[package]]
|
|
4509
|
+
name = "web-time"
|
|
4510
|
+
version = "1.1.0"
|
|
4511
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4512
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
4513
|
+
dependencies = [
|
|
4514
|
+
"js-sys",
|
|
4515
|
+
"wasm-bindgen",
|
|
4516
|
+
]
|
|
4517
|
+
|
|
4518
|
+
[[package]]
|
|
4519
|
+
name = "web_atoms"
|
|
4520
|
+
version = "0.1.3"
|
|
4521
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4522
|
+
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
|
|
4523
|
+
dependencies = [
|
|
4524
|
+
"phf 0.11.3",
|
|
4525
|
+
"phf_codegen",
|
|
4526
|
+
"string_cache",
|
|
4527
|
+
"string_cache_codegen",
|
|
4528
|
+
]
|
|
4529
|
+
|
|
4530
|
+
[[package]]
|
|
4531
|
+
name = "winapi"
|
|
4532
|
+
version = "0.3.9"
|
|
4533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4534
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
4535
|
+
dependencies = [
|
|
4536
|
+
"winapi-i686-pc-windows-gnu",
|
|
4537
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
4538
|
+
]
|
|
4539
|
+
|
|
4540
|
+
[[package]]
|
|
4541
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
4542
|
+
version = "0.4.0"
|
|
4543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4544
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
4545
|
+
|
|
4546
|
+
[[package]]
|
|
4547
|
+
name = "winapi-util"
|
|
4548
|
+
version = "0.1.11"
|
|
4549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4550
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
4551
|
+
dependencies = [
|
|
4552
|
+
"windows-sys 0.61.2",
|
|
4553
|
+
]
|
|
4554
|
+
|
|
4555
|
+
[[package]]
|
|
4556
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
4557
|
+
version = "0.4.0"
|
|
4558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4559
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
4560
|
+
|
|
4561
|
+
[[package]]
|
|
4562
|
+
name = "windows"
|
|
4563
|
+
version = "0.61.3"
|
|
4564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4565
|
+
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
4566
|
+
dependencies = [
|
|
4567
|
+
"windows-collections",
|
|
4568
|
+
"windows-core 0.61.2",
|
|
4569
|
+
"windows-future",
|
|
4570
|
+
"windows-link 0.1.3",
|
|
4571
|
+
"windows-numerics",
|
|
4572
|
+
]
|
|
4573
|
+
|
|
4574
|
+
[[package]]
|
|
4575
|
+
name = "windows-collections"
|
|
4576
|
+
version = "0.2.0"
|
|
4577
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4578
|
+
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
4579
|
+
dependencies = [
|
|
4580
|
+
"windows-core 0.61.2",
|
|
4581
|
+
]
|
|
4582
|
+
|
|
4583
|
+
[[package]]
|
|
4584
|
+
name = "windows-core"
|
|
4585
|
+
version = "0.61.2"
|
|
4586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4587
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
4588
|
+
dependencies = [
|
|
4589
|
+
"windows-implement",
|
|
4590
|
+
"windows-interface",
|
|
4591
|
+
"windows-link 0.1.3",
|
|
4592
|
+
"windows-result 0.3.4",
|
|
4593
|
+
"windows-strings 0.4.2",
|
|
4594
|
+
]
|
|
4595
|
+
|
|
4596
|
+
[[package]]
|
|
4597
|
+
name = "windows-core"
|
|
4598
|
+
version = "0.62.2"
|
|
4599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4600
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
4601
|
+
dependencies = [
|
|
4602
|
+
"windows-implement",
|
|
4603
|
+
"windows-interface",
|
|
4604
|
+
"windows-link 0.2.1",
|
|
4605
|
+
"windows-result 0.4.1",
|
|
4606
|
+
"windows-strings 0.5.1",
|
|
4607
|
+
]
|
|
4608
|
+
|
|
4609
|
+
[[package]]
|
|
4610
|
+
name = "windows-future"
|
|
4611
|
+
version = "0.2.1"
|
|
4612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4613
|
+
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
4614
|
+
dependencies = [
|
|
4615
|
+
"windows-core 0.61.2",
|
|
4616
|
+
"windows-link 0.1.3",
|
|
4617
|
+
"windows-threading",
|
|
4618
|
+
]
|
|
4619
|
+
|
|
4620
|
+
[[package]]
|
|
4621
|
+
name = "windows-implement"
|
|
4622
|
+
version = "0.60.2"
|
|
4623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4624
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
4625
|
+
dependencies = [
|
|
4626
|
+
"proc-macro2",
|
|
4627
|
+
"quote",
|
|
4628
|
+
"syn 2.0.117",
|
|
4629
|
+
]
|
|
4630
|
+
|
|
4631
|
+
[[package]]
|
|
4632
|
+
name = "windows-interface"
|
|
4633
|
+
version = "0.59.3"
|
|
4634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4635
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
4636
|
+
dependencies = [
|
|
4637
|
+
"proc-macro2",
|
|
4638
|
+
"quote",
|
|
4639
|
+
"syn 2.0.117",
|
|
4640
|
+
]
|
|
4641
|
+
|
|
4642
|
+
[[package]]
|
|
4643
|
+
name = "windows-link"
|
|
4644
|
+
version = "0.1.3"
|
|
4645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4646
|
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
4647
|
+
|
|
4648
|
+
[[package]]
|
|
4649
|
+
name = "windows-link"
|
|
4650
|
+
version = "0.2.1"
|
|
4651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4652
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
4653
|
+
|
|
4654
|
+
[[package]]
|
|
4655
|
+
name = "windows-numerics"
|
|
4656
|
+
version = "0.2.0"
|
|
4657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4658
|
+
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
4659
|
+
dependencies = [
|
|
4660
|
+
"windows-core 0.61.2",
|
|
4661
|
+
"windows-link 0.1.3",
|
|
4662
|
+
]
|
|
4663
|
+
|
|
4664
|
+
[[package]]
|
|
4665
|
+
name = "windows-result"
|
|
4666
|
+
version = "0.3.4"
|
|
4667
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4668
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
4669
|
+
dependencies = [
|
|
4670
|
+
"windows-link 0.1.3",
|
|
4671
|
+
]
|
|
4672
|
+
|
|
4673
|
+
[[package]]
|
|
4674
|
+
name = "windows-result"
|
|
4675
|
+
version = "0.4.1"
|
|
4676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4677
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
4678
|
+
dependencies = [
|
|
4679
|
+
"windows-link 0.2.1",
|
|
4680
|
+
]
|
|
4681
|
+
|
|
4682
|
+
[[package]]
|
|
4683
|
+
name = "windows-strings"
|
|
4684
|
+
version = "0.4.2"
|
|
4685
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4686
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
4687
|
+
dependencies = [
|
|
4688
|
+
"windows-link 0.1.3",
|
|
4689
|
+
]
|
|
4690
|
+
|
|
4691
|
+
[[package]]
|
|
4692
|
+
name = "windows-strings"
|
|
4693
|
+
version = "0.5.1"
|
|
4694
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4695
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
4696
|
+
dependencies = [
|
|
4697
|
+
"windows-link 0.2.1",
|
|
4698
|
+
]
|
|
4699
|
+
|
|
4700
|
+
[[package]]
|
|
4701
|
+
name = "windows-sys"
|
|
4702
|
+
version = "0.52.0"
|
|
4703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4704
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
4705
|
+
dependencies = [
|
|
4706
|
+
"windows-targets",
|
|
4707
|
+
]
|
|
4708
|
+
|
|
4709
|
+
[[package]]
|
|
4710
|
+
name = "windows-sys"
|
|
4711
|
+
version = "0.61.2"
|
|
4712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4713
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4714
|
+
dependencies = [
|
|
4715
|
+
"windows-link 0.2.1",
|
|
4716
|
+
]
|
|
4717
|
+
|
|
4718
|
+
[[package]]
|
|
4719
|
+
name = "windows-targets"
|
|
4720
|
+
version = "0.52.6"
|
|
4721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4722
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
4723
|
+
dependencies = [
|
|
4724
|
+
"windows_aarch64_gnullvm",
|
|
4725
|
+
"windows_aarch64_msvc",
|
|
4726
|
+
"windows_i686_gnu",
|
|
4727
|
+
"windows_i686_gnullvm",
|
|
4728
|
+
"windows_i686_msvc",
|
|
4729
|
+
"windows_x86_64_gnu",
|
|
4730
|
+
"windows_x86_64_gnullvm",
|
|
4731
|
+
"windows_x86_64_msvc",
|
|
4732
|
+
]
|
|
4733
|
+
|
|
4734
|
+
[[package]]
|
|
4735
|
+
name = "windows-threading"
|
|
4736
|
+
version = "0.1.0"
|
|
4737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4738
|
+
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
4739
|
+
dependencies = [
|
|
4740
|
+
"windows-link 0.1.3",
|
|
4741
|
+
]
|
|
4742
|
+
|
|
4743
|
+
[[package]]
|
|
4744
|
+
name = "windows_aarch64_gnullvm"
|
|
4745
|
+
version = "0.52.6"
|
|
4746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4747
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
4748
|
+
|
|
4749
|
+
[[package]]
|
|
4750
|
+
name = "windows_aarch64_msvc"
|
|
4751
|
+
version = "0.52.6"
|
|
4752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4753
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
4754
|
+
|
|
4755
|
+
[[package]]
|
|
4756
|
+
name = "windows_i686_gnu"
|
|
4757
|
+
version = "0.52.6"
|
|
4758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4759
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
4760
|
+
|
|
4761
|
+
[[package]]
|
|
4762
|
+
name = "windows_i686_gnullvm"
|
|
4763
|
+
version = "0.52.6"
|
|
4764
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4765
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
4766
|
+
|
|
4767
|
+
[[package]]
|
|
4768
|
+
name = "windows_i686_msvc"
|
|
4769
|
+
version = "0.52.6"
|
|
4770
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4771
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
4772
|
+
|
|
4773
|
+
[[package]]
|
|
4774
|
+
name = "windows_x86_64_gnu"
|
|
4775
|
+
version = "0.52.6"
|
|
4776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4777
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4778
|
+
|
|
4779
|
+
[[package]]
|
|
4780
|
+
name = "windows_x86_64_gnullvm"
|
|
4781
|
+
version = "0.52.6"
|
|
4782
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4783
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4784
|
+
|
|
4785
|
+
[[package]]
|
|
4786
|
+
name = "windows_x86_64_msvc"
|
|
4787
|
+
version = "0.52.6"
|
|
4788
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4789
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4790
|
+
|
|
4791
|
+
[[package]]
|
|
4792
|
+
name = "winnow"
|
|
4793
|
+
version = "1.0.2"
|
|
4794
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4795
|
+
checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
|
|
4796
|
+
dependencies = [
|
|
4797
|
+
"memchr",
|
|
4798
|
+
]
|
|
4799
|
+
|
|
4800
|
+
[[package]]
|
|
4801
|
+
name = "wit-bindgen"
|
|
4802
|
+
version = "0.51.0"
|
|
4803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4804
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4805
|
+
dependencies = [
|
|
4806
|
+
"wit-bindgen-rust-macro",
|
|
4807
|
+
]
|
|
4808
|
+
|
|
4809
|
+
[[package]]
|
|
4810
|
+
name = "wit-bindgen"
|
|
4811
|
+
version = "0.57.1"
|
|
4812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4813
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
4814
|
+
|
|
4815
|
+
[[package]]
|
|
4816
|
+
name = "wit-bindgen-core"
|
|
4817
|
+
version = "0.51.0"
|
|
4818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4819
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
4820
|
+
dependencies = [
|
|
4821
|
+
"anyhow",
|
|
4822
|
+
"heck",
|
|
4823
|
+
"wit-parser",
|
|
4824
|
+
]
|
|
4825
|
+
|
|
4826
|
+
[[package]]
|
|
4827
|
+
name = "wit-bindgen-rust"
|
|
4828
|
+
version = "0.51.0"
|
|
4829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4830
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
4831
|
+
dependencies = [
|
|
4832
|
+
"anyhow",
|
|
4833
|
+
"heck",
|
|
4834
|
+
"indexmap",
|
|
4835
|
+
"prettyplease",
|
|
4836
|
+
"syn 2.0.117",
|
|
4837
|
+
"wasm-metadata",
|
|
4838
|
+
"wit-bindgen-core",
|
|
4839
|
+
"wit-component",
|
|
4840
|
+
]
|
|
4841
|
+
|
|
4842
|
+
[[package]]
|
|
4843
|
+
name = "wit-bindgen-rust-macro"
|
|
4844
|
+
version = "0.51.0"
|
|
4845
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4846
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
4847
|
+
dependencies = [
|
|
4848
|
+
"anyhow",
|
|
4849
|
+
"prettyplease",
|
|
4850
|
+
"proc-macro2",
|
|
4851
|
+
"quote",
|
|
4852
|
+
"syn 2.0.117",
|
|
4853
|
+
"wit-bindgen-core",
|
|
4854
|
+
"wit-bindgen-rust",
|
|
4855
|
+
]
|
|
4856
|
+
|
|
4857
|
+
[[package]]
|
|
4858
|
+
name = "wit-component"
|
|
4859
|
+
version = "0.244.0"
|
|
4860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4861
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
4862
|
+
dependencies = [
|
|
4863
|
+
"anyhow",
|
|
4864
|
+
"bitflags",
|
|
4865
|
+
"indexmap",
|
|
4866
|
+
"log",
|
|
4867
|
+
"serde",
|
|
4868
|
+
"serde_derive",
|
|
4869
|
+
"serde_json",
|
|
4870
|
+
"wasm-encoder",
|
|
4871
|
+
"wasm-metadata",
|
|
4872
|
+
"wasmparser",
|
|
4873
|
+
"wit-parser",
|
|
4874
|
+
]
|
|
4875
|
+
|
|
4876
|
+
[[package]]
|
|
4877
|
+
name = "wit-parser"
|
|
4878
|
+
version = "0.244.0"
|
|
4879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4880
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4881
|
+
dependencies = [
|
|
4882
|
+
"anyhow",
|
|
4883
|
+
"id-arena",
|
|
4884
|
+
"indexmap",
|
|
4885
|
+
"log",
|
|
4886
|
+
"semver",
|
|
4887
|
+
"serde",
|
|
4888
|
+
"serde_derive",
|
|
4889
|
+
"serde_json",
|
|
4890
|
+
"unicode-xid",
|
|
4891
|
+
"wasmparser",
|
|
4892
|
+
]
|
|
4893
|
+
|
|
4894
|
+
[[package]]
|
|
4895
|
+
name = "writeable"
|
|
4896
|
+
version = "0.6.3"
|
|
4897
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4898
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
4899
|
+
|
|
4900
|
+
[[package]]
|
|
4901
|
+
name = "wyz"
|
|
4902
|
+
version = "0.5.1"
|
|
4903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4904
|
+
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
4905
|
+
dependencies = [
|
|
4906
|
+
"tap",
|
|
4907
|
+
]
|
|
4908
|
+
|
|
4909
|
+
[[package]]
|
|
4910
|
+
name = "yoke"
|
|
4911
|
+
version = "0.8.2"
|
|
4912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4913
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
4914
|
+
dependencies = [
|
|
4915
|
+
"stable_deref_trait",
|
|
4916
|
+
"yoke-derive",
|
|
4917
|
+
"zerofrom",
|
|
4918
|
+
]
|
|
4919
|
+
|
|
4920
|
+
[[package]]
|
|
4921
|
+
name = "yoke-derive"
|
|
4922
|
+
version = "0.8.2"
|
|
4923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4924
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4925
|
+
dependencies = [
|
|
4926
|
+
"proc-macro2",
|
|
4927
|
+
"quote",
|
|
4928
|
+
"syn 2.0.117",
|
|
4929
|
+
"synstructure",
|
|
4930
|
+
]
|
|
4931
|
+
|
|
4932
|
+
[[package]]
|
|
4933
|
+
name = "zerocopy"
|
|
4934
|
+
version = "0.8.48"
|
|
4935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4936
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
4937
|
+
dependencies = [
|
|
4938
|
+
"zerocopy-derive",
|
|
4939
|
+
]
|
|
4940
|
+
|
|
4941
|
+
[[package]]
|
|
4942
|
+
name = "zerocopy-derive"
|
|
4943
|
+
version = "0.8.48"
|
|
4944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4945
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
4946
|
+
dependencies = [
|
|
4947
|
+
"proc-macro2",
|
|
4948
|
+
"quote",
|
|
4949
|
+
"syn 2.0.117",
|
|
4950
|
+
]
|
|
4951
|
+
|
|
4952
|
+
[[package]]
|
|
4953
|
+
name = "zerofrom"
|
|
4954
|
+
version = "0.1.7"
|
|
4955
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4956
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
4957
|
+
dependencies = [
|
|
4958
|
+
"zerofrom-derive",
|
|
4959
|
+
]
|
|
4960
|
+
|
|
4961
|
+
[[package]]
|
|
4962
|
+
name = "zerofrom-derive"
|
|
4963
|
+
version = "0.1.7"
|
|
4964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4965
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4966
|
+
dependencies = [
|
|
4967
|
+
"proc-macro2",
|
|
4968
|
+
"quote",
|
|
4969
|
+
"syn 2.0.117",
|
|
4970
|
+
"synstructure",
|
|
4971
|
+
]
|
|
4972
|
+
|
|
4973
|
+
[[package]]
|
|
4974
|
+
name = "zeroize"
|
|
4975
|
+
version = "1.8.2"
|
|
4976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4977
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4978
|
+
|
|
4979
|
+
[[package]]
|
|
4980
|
+
name = "zerotrie"
|
|
4981
|
+
version = "0.2.4"
|
|
4982
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4983
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
4984
|
+
dependencies = [
|
|
4985
|
+
"displaydoc",
|
|
4986
|
+
"yoke",
|
|
4987
|
+
"zerofrom",
|
|
4988
|
+
]
|
|
4989
|
+
|
|
4990
|
+
[[package]]
|
|
4991
|
+
name = "zerovec"
|
|
4992
|
+
version = "0.11.6"
|
|
4993
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4994
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
4995
|
+
dependencies = [
|
|
4996
|
+
"yoke",
|
|
4997
|
+
"zerofrom",
|
|
4998
|
+
"zerovec-derive",
|
|
4999
|
+
]
|
|
5000
|
+
|
|
5001
|
+
[[package]]
|
|
5002
|
+
name = "zerovec-derive"
|
|
5003
|
+
version = "0.11.3"
|
|
5004
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5005
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
5006
|
+
dependencies = [
|
|
5007
|
+
"proc-macro2",
|
|
5008
|
+
"quote",
|
|
5009
|
+
"syn 2.0.117",
|
|
5010
|
+
]
|
|
5011
|
+
|
|
5012
|
+
[[package]]
|
|
5013
|
+
name = "zmij"
|
|
5014
|
+
version = "1.0.21"
|
|
5015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5016
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|