1 |
# This file is automatically @generated by Cargo. |
2 |
# It is not intended for manual editing. |
3 |
version = 4 |
4 |
|
5 |
[[package]] |
6 |
name = "Inflector" |
7 |
version = "0.11.4" |
8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
9 |
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
10 |
dependencies = [ |
11 |
"lazy_static", |
12 |
"regex", |
13 |
] |
14 |
|
15 |
[[package]] |
16 |
name = "addr" |
17 |
version = "0.15.6" |
18 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
19 |
checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" |
20 |
dependencies = [ |
21 |
"psl-types", |
22 |
] |
23 |
|
24 |
[[package]] |
25 |
name = "addr2line" |
26 |
version = "0.24.2" |
27 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
28 |
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
29 |
dependencies = [ |
30 |
"gimli", |
31 |
] |
32 |
|
33 |
[[package]] |
34 |
name = "adler2" |
35 |
version = "2.0.0" |
36 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
37 |
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
38 |
|
39 |
[[package]] |
40 |
name = "affinitypool" |
41 |
version = "0.3.1" |
42 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
43 |
checksum = "2dde2a385b82232b559baeec740c37809051c596f9b56e7da0d0da2c8e8f54f6" |
44 |
dependencies = [ |
45 |
"async-channel", |
46 |
"num_cpus", |
47 |
"thiserror 1.0.69", |
48 |
"tokio", |
49 |
] |
50 |
|
51 |
[[package]] |
52 |
name = "ahash" |
53 |
version = "0.7.8" |
54 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
55 |
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
56 |
dependencies = [ |
57 |
"getrandom 0.2.16", |
58 |
"once_cell", |
59 |
"version_check", |
60 |
] |
61 |
|
62 |
[[package]] |
63 |
name = "ahash" |
64 |
version = "0.8.12" |
65 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
66 |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
67 |
dependencies = [ |
68 |
"cfg-if", |
69 |
"getrandom 0.3.3", |
70 |
"once_cell", |
71 |
"version_check", |
72 |
"zerocopy", |
73 |
] |
74 |
|
75 |
[[package]] |
76 |
name = "aho-corasick" |
77 |
version = "1.1.3" |
78 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
79 |
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
80 |
dependencies = [ |
81 |
"memchr", |
82 |
] |
83 |
|
84 |
[[package]] |
85 |
name = "allocator-api2" |
86 |
version = "0.2.21" |
87 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
88 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
89 |
|
90 |
[[package]] |
91 |
name = "ammonia" |
92 |
version = "4.1.0" |
93 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
94 |
checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364" |
95 |
dependencies = [ |
96 |
"cssparser", |
97 |
"html5ever", |
98 |
"maplit", |
99 |
"tendril", |
100 |
"url", |
101 |
] |
102 |
|
103 |
[[package]] |
104 |
name = "android-tzdata" |
105 |
version = "0.1.1" |
106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
107 |
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
108 |
|
109 |
[[package]] |
110 |
name = "android_system_properties" |
111 |
version = "0.1.5" |
112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
113 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
114 |
dependencies = [ |
115 |
"libc", |
116 |
] |
117 |
|
118 |
[[package]] |
119 |
name = "any_ascii" |
120 |
version = "0.3.2" |
121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
122 |
checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c" |
123 |
|
124 |
[[package]] |
125 |
name = "approx" |
126 |
version = "0.4.0" |
127 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
128 |
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" |
129 |
dependencies = [ |
130 |
"num-traits", |
131 |
] |
132 |
|
133 |
[[package]] |
134 |
name = "approx" |
135 |
version = "0.5.1" |
136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
137 |
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" |
138 |
dependencies = [ |
139 |
"num-traits", |
140 |
] |
141 |
|
142 |
[[package]] |
143 |
name = "argon2" |
144 |
version = "0.5.3" |
145 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
146 |
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
147 |
dependencies = [ |
148 |
"base64ct", |
149 |
"blake2", |
150 |
"cpufeatures", |
151 |
"password-hash", |
152 |
] |
153 |
|
154 |
[[package]] |
155 |
name = "arrayref" |
156 |
version = "0.3.9" |
157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
158 |
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
159 |
|
160 |
[[package]] |
161 |
name = "arrayvec" |
162 |
version = "0.7.6" |
163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
164 |
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
165 |
|
166 |
[[package]] |
167 |
name = "ascii-canvas" |
168 |
version = "3.0.0" |
169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
170 |
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" |
171 |
dependencies = [ |
172 |
"term", |
173 |
] |
174 |
|
175 |
[[package]] |
176 |
name = "async-channel" |
177 |
version = "2.3.1" |
178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
179 |
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" |
180 |
dependencies = [ |
181 |
"concurrent-queue", |
182 |
"event-listener-strategy", |
183 |
"futures-core", |
184 |
"pin-project-lite", |
185 |
] |
186 |
|
187 |
[[package]] |
188 |
name = "async-executor" |
189 |
version = "1.13.2" |
190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
191 |
checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" |
192 |
dependencies = [ |
193 |
"async-task", |
194 |
"concurrent-queue", |
195 |
"fastrand", |
196 |
"futures-lite", |
197 |
"pin-project-lite", |
198 |
"slab", |
199 |
] |
200 |
|
201 |
[[package]] |
202 |
name = "async-graphql" |
203 |
version = "7.0.17" |
204 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
205 |
checksum = "036618f842229ba0b89652ffe425f96c7c16a49f7e3cb23b56fca7f61fd74980" |
206 |
dependencies = [ |
207 |
"async-graphql-derive", |
208 |
"async-graphql-parser", |
209 |
"async-graphql-value", |
210 |
"async-stream", |
211 |
"async-trait", |
212 |
"base64 0.22.1", |
213 |
"bytes", |
214 |
"fnv", |
215 |
"futures-timer", |
216 |
"futures-util", |
217 |
"http", |
218 |
"indexmap 2.9.0", |
219 |
"mime", |
220 |
"multer", |
221 |
"num-traits", |
222 |
"pin-project-lite", |
223 |
"regex", |
224 |
"serde", |
225 |
"serde_json", |
226 |
"serde_urlencoded", |
227 |
"static_assertions_next", |
228 |
"thiserror 1.0.69", |
229 |
] |
230 |
|
231 |
[[package]] |
232 |
name = "async-graphql-derive" |
233 |
version = "7.0.17" |
234 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
235 |
checksum = "fd45deb3dbe5da5cdb8d6a670a7736d735ba65b455328440f236dfb113727a3d" |
236 |
dependencies = [ |
237 |
"Inflector", |
238 |
"async-graphql-parser", |
239 |
"darling", |
240 |
"proc-macro-crate", |
241 |
"proc-macro2", |
242 |
"quote", |
243 |
"strum", |
244 |
"syn 2.0.101", |
245 |
"thiserror 1.0.69", |
246 |
] |
247 |
|
248 |
[[package]] |
249 |
name = "async-graphql-parser" |
250 |
version = "7.0.17" |
251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
252 |
checksum = "60b7607e59424a35dadbc085b0d513aa54ec28160ee640cf79ec3b634eba66d3" |
253 |
dependencies = [ |
254 |
"async-graphql-value", |
255 |
"pest", |
256 |
"serde", |
257 |
"serde_json", |
258 |
] |
259 |
|
260 |
[[package]] |
261 |
name = "async-graphql-value" |
262 |
version = "7.0.17" |
263 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
264 |
checksum = "34ecdaff7c9cffa3614a9f9999bf9ee4c3078fe3ce4d6a6e161736b56febf2de" |
265 |
dependencies = [ |
266 |
"bytes", |
267 |
"indexmap 2.9.0", |
268 |
"serde", |
269 |
"serde_json", |
270 |
] |
271 |
|
272 |
[[package]] |
273 |
name = "async-stream" |
274 |
version = "0.3.6" |
275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
276 |
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
277 |
dependencies = [ |
278 |
"async-stream-impl", |
279 |
"futures-core", |
280 |
"pin-project-lite", |
281 |
] |
282 |
|
283 |
[[package]] |
284 |
name = "async-stream-impl" |
285 |
version = "0.3.6" |
286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
287 |
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
288 |
dependencies = [ |
289 |
"proc-macro2", |
290 |
"quote", |
291 |
"syn 2.0.101", |
292 |
] |
293 |
|
294 |
[[package]] |
295 |
name = "async-task" |
296 |
version = "4.7.1" |
297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
298 |
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
299 |
|
300 |
[[package]] |
301 |
name = "async-trait" |
302 |
version = "0.1.88" |
303 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
304 |
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
305 |
dependencies = [ |
306 |
"proc-macro2", |
307 |
"quote", |
308 |
"syn 2.0.101", |
309 |
] |
310 |
|
311 |
[[package]] |
312 |
name = "async_io_stream" |
313 |
version = "0.3.3" |
314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
315 |
checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" |
316 |
dependencies = [ |
317 |
"futures", |
318 |
"pharos", |
319 |
"rustc_version", |
320 |
] |
321 |
|
322 |
[[package]] |
323 |
name = "autocfg" |
324 |
version = "1.4.0" |
325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
326 |
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
327 |
|
328 |
[[package]] |
329 |
name = "backtrace" |
330 |
version = "0.3.75" |
331 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
332 |
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
333 |
dependencies = [ |
334 |
"addr2line", |
335 |
"cfg-if", |
336 |
"libc", |
337 |
"miniz_oxide", |
338 |
"object", |
339 |
"rustc-demangle", |
340 |
"windows-targets", |
341 |
] |
342 |
|
343 |
[[package]] |
344 |
name = "base64" |
345 |
version = "0.21.7" |
346 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
347 |
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
348 |
|
349 |
[[package]] |
350 |
name = "base64" |
351 |
version = "0.22.1" |
352 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
353 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
354 |
|
355 |
[[package]] |
356 |
name = "base64ct" |
357 |
version = "1.7.3" |
358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
359 |
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" |
360 |
|
361 |
[[package]] |
362 |
name = "bcrypt" |
363 |
version = "0.15.1" |
364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
365 |
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7" |
366 |
dependencies = [ |
367 |
"base64 0.22.1", |
368 |
"blowfish", |
369 |
"getrandom 0.2.16", |
370 |
"subtle", |
371 |
"zeroize", |
372 |
] |
373 |
|
374 |
[[package]] |
375 |
name = "bincode" |
376 |
version = "1.3.3" |
377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
378 |
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
379 |
dependencies = [ |
380 |
"serde", |
381 |
] |
382 |
|
383 |
[[package]] |
384 |
name = "bindgen" |
385 |
version = "0.69.5" |
386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
387 |
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
388 |
dependencies = [ |
389 |
"bitflags", |
390 |
"cexpr", |
391 |
"clang-sys", |
392 |
"itertools 0.12.1", |
393 |
"lazy_static", |
394 |
"lazycell", |
395 |
"proc-macro2", |
396 |
"quote", |
397 |
"regex", |
398 |
"rustc-hash 1.1.0", |
399 |
"shlex", |
400 |
"syn 2.0.101", |
401 |
] |
402 |
|
403 |
[[package]] |
404 |
name = "bindgen" |
405 |
version = "0.71.1" |
406 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
407 |
checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" |
408 |
dependencies = [ |
409 |
"bitflags", |
410 |
"cexpr", |
411 |
"clang-sys", |
412 |
"itertools 0.13.0", |
413 |
"proc-macro2", |
414 |
"quote", |
415 |
"regex", |
416 |
"rustc-hash 2.1.1", |
417 |
"shlex", |
418 |
"syn 2.0.101", |
419 |
] |
420 |
|
421 |
[[package]] |
422 |
name = "bit-set" |
423 |
version = "0.5.3" |
424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
425 |
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
426 |
dependencies = [ |
427 |
"bit-vec", |
428 |
] |
429 |
|
430 |
[[package]] |
431 |
name = "bit-vec" |
432 |
version = "0.6.3" |
433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
434 |
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
435 |
|
436 |
[[package]] |
437 |
name = "bitflags" |
438 |
version = "2.9.1" |
439 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
440 |
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
441 |
|
442 |
[[package]] |
443 |
name = "bitvec" |
444 |
version = "1.0.1" |
445 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
446 |
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
447 |
dependencies = [ |
448 |
"funty", |
449 |
"radium", |
450 |
"tap", |
451 |
"wyz", |
452 |
] |
453 |
|
454 |
[[package]] |
455 |
name = "blake2" |
456 |
version = "0.10.6" |
457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
458 |
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
459 |
dependencies = [ |
460 |
"digest", |
461 |
] |
462 |
|
463 |
[[package]] |
464 |
name = "blake3" |
465 |
version = "1.8.2" |
466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
467 |
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" |
468 |
dependencies = [ |
469 |
"arrayref", |
470 |
"arrayvec", |
471 |
"cc", |
472 |
"cfg-if", |
473 |
"constant_time_eq", |
474 |
] |
475 |
|
476 |
[[package]] |
477 |
name = "block-buffer" |
478 |
version = "0.10.4" |
479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
480 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
481 |
dependencies = [ |
482 |
"generic-array", |
483 |
] |
484 |
|
485 |
[[package]] |
486 |
name = "blowfish" |
487 |
version = "0.9.1" |
488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
489 |
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" |
490 |
dependencies = [ |
491 |
"byteorder", |
492 |
"cipher", |
493 |
] |
494 |
|
495 |
[[package]] |
496 |
name = "borsh" |
497 |
version = "1.5.7" |
498 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
499 |
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" |
500 |
dependencies = [ |
501 |
"borsh-derive", |
502 |
"cfg_aliases", |
503 |
] |
504 |
|
505 |
[[package]] |
506 |
name = "borsh-derive" |
507 |
version = "1.5.7" |
508 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
509 |
checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" |
510 |
dependencies = [ |
511 |
"once_cell", |
512 |
"proc-macro-crate", |
513 |
"proc-macro2", |
514 |
"quote", |
515 |
"syn 2.0.101", |
516 |
] |
517 |
|
518 |
[[package]] |
519 |
name = "bumpalo" |
520 |
version = "3.17.0" |
521 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
522 |
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
523 |
|
524 |
[[package]] |
525 |
name = "bytecheck" |
526 |
version = "0.6.12" |
527 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
528 |
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" |
529 |
dependencies = [ |
530 |
"bytecheck_derive", |
531 |
"ptr_meta", |
532 |
"simdutf8", |
533 |
] |
534 |
|
535 |
[[package]] |
536 |
name = "bytecheck_derive" |
537 |
version = "0.6.12" |
538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
539 |
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" |
540 |
dependencies = [ |
541 |
"proc-macro2", |
542 |
"quote", |
543 |
"syn 1.0.109", |
544 |
] |
545 |
|
546 |
[[package]] |
547 |
name = "bytemuck" |
548 |
version = "1.23.0" |
549 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
550 |
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" |
551 |
|
552 |
[[package]] |
553 |
name = "byteorder" |
554 |
version = "1.5.0" |
555 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
556 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
557 |
|
558 |
[[package]] |
559 |
name = "bytes" |
560 |
version = "1.10.1" |
561 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
562 |
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
563 |
dependencies = [ |
564 |
"serde", |
565 |
] |
566 |
|
567 |
[[package]] |
568 |
name = "bzip2-sys" |
569 |
version = "0.1.13+1.0.8" |
570 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
571 |
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" |
572 |
dependencies = [ |
573 |
"cc", |
574 |
"pkg-config", |
575 |
] |
576 |
|
577 |
[[package]] |
578 |
name = "castaway" |
579 |
version = "0.2.3" |
580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
581 |
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" |
582 |
dependencies = [ |
583 |
"rustversion", |
584 |
] |
585 |
|
586 |
[[package]] |
587 |
name = "cc" |
588 |
version = "1.2.25" |
589 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
590 |
checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" |
591 |
dependencies = [ |
592 |
"jobserver", |
593 |
"libc", |
594 |
"shlex", |
595 |
] |
596 |
|
597 |
[[package]] |
598 |
name = "cedar-policy" |
599 |
version = "2.4.2" |
600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
601 |
checksum = "3d91e3b10a0f7f2911774d5e49713c4d25753466f9e11d1cd2ec627f8a2dc857" |
602 |
dependencies = [ |
603 |
"cedar-policy-core", |
604 |
"cedar-policy-validator", |
605 |
"itertools 0.10.5", |
606 |
"lalrpop-util", |
607 |
"ref-cast", |
608 |
"serde", |
609 |
"serde_json", |
610 |
"smol_str", |
611 |
"thiserror 1.0.69", |
612 |
] |
613 |
|
614 |
[[package]] |
615 |
name = "cedar-policy-core" |
616 |
version = "2.4.2" |
617 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
618 |
checksum = "cd2315591c6b7e18f8038f0a0529f254235fd902b6c217aabc04f2459b0d9995" |
619 |
dependencies = [ |
620 |
"either", |
621 |
"ipnet", |
622 |
"itertools 0.10.5", |
623 |
"lalrpop", |
624 |
"lalrpop-util", |
625 |
"lazy_static", |
626 |
"miette", |
627 |
"regex", |
628 |
"rustc_lexer", |
629 |
"serde", |
630 |
"serde_json", |
631 |
"serde_with", |
632 |
"smol_str", |
633 |
"stacker", |
634 |
"thiserror 1.0.69", |
635 |
] |
636 |
|
637 |
[[package]] |
638 |
name = "cedar-policy-validator" |
639 |
version = "2.4.2" |
640 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
641 |
checksum = "e756e1b2a5da742ed97e65199ad6d0893e9aa4bd6b34be1de9e70bd1e6adc7df" |
642 |
dependencies = [ |
643 |
"cedar-policy-core", |
644 |
"itertools 0.10.5", |
645 |
"serde", |
646 |
"serde_json", |
647 |
"serde_with", |
648 |
"smol_str", |
649 |
"stacker", |
650 |
"thiserror 1.0.69", |
651 |
"unicode-security", |
652 |
] |
653 |
|
654 |
[[package]] |
655 |
name = "cexpr" |
656 |
version = "0.6.0" |
657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
658 |
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
659 |
dependencies = [ |
660 |
"nom", |
661 |
] |
662 |
|
663 |
[[package]] |
664 |
name = "cfg-if" |
665 |
version = "1.0.0" |
666 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
667 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
668 |
|
669 |
[[package]] |
670 |
name = "cfg_aliases" |
671 |
version = "0.2.1" |
672 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
673 |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
674 |
|
675 |
[[package]] |
676 |
name = "chrono" |
677 |
version = "0.4.41" |
678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
679 |
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
680 |
dependencies = [ |
681 |
"android-tzdata", |
682 |
"iana-time-zone", |
683 |
"js-sys", |
684 |
"num-traits", |
685 |
"serde", |
686 |
"wasm-bindgen", |
687 |
"windows-link", |
688 |
] |
689 |
|
690 |
[[package]] |
691 |
name = "ciborium" |
692 |
version = "0.2.2" |
693 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
694 |
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
695 |
dependencies = [ |
696 |
"ciborium-io", |
697 |
"ciborium-ll", |
698 |
"serde", |
699 |
] |
700 |
|
701 |
[[package]] |
702 |
name = "ciborium-io" |
703 |
version = "0.2.2" |
704 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
705 |
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
706 |
|
707 |
[[package]] |
708 |
name = "ciborium-ll" |
709 |
version = "0.2.2" |
710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
711 |
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
712 |
dependencies = [ |
713 |
"ciborium-io", |
714 |
"half", |
715 |
] |
716 |
|
717 |
[[package]] |
718 |
name = "cipher" |
719 |
version = "0.4.4" |
720 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
721 |
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
722 |
dependencies = [ |
723 |
"crypto-common", |
724 |
"inout", |
725 |
] |
726 |
|
727 |
[[package]] |
728 |
name = "clang-sys" |
729 |
version = "1.8.1" |
730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
731 |
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
732 |
dependencies = [ |
733 |
"glob", |
734 |
"libc", |
735 |
"libloading", |
736 |
] |
737 |
|
738 |
[[package]] |
739 |
name = "concurrent-queue" |
740 |
version = "2.5.0" |
741 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
742 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
743 |
dependencies = [ |
744 |
"crossbeam-utils", |
745 |
] |
746 |
|
747 |
[[package]] |
748 |
name = "constant_time_eq" |
749 |
version = "0.3.1" |
750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
751 |
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
752 |
|
753 |
[[package]] |
754 |
name = "core-foundation-sys" |
755 |
version = "0.8.7" |
756 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
757 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
758 |
|
759 |
[[package]] |
760 |
name = "cpufeatures" |
761 |
version = "0.2.17" |
762 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
763 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
764 |
dependencies = [ |
765 |
"libc", |
766 |
] |
767 |
|
768 |
[[package]] |
769 |
name = "crossbeam-deque" |
770 |
version = "0.8.6" |
771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
772 |
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
773 |
dependencies = [ |
774 |
"crossbeam-epoch", |
775 |
"crossbeam-utils", |
776 |
] |
777 |
|
778 |
[[package]] |
779 |
name = "crossbeam-epoch" |
780 |
version = "0.9.18" |
781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
782 |
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
783 |
dependencies = [ |
784 |
"crossbeam-utils", |
785 |
] |
786 |
|
787 |
[[package]] |
788 |
name = "crossbeam-utils" |
789 |
version = "0.8.21" |
790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
791 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
792 |
|
793 |
[[package]] |
794 |
name = "crunchy" |
795 |
version = "0.2.3" |
796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
797 |
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" |
798 |
|
799 |
[[package]] |
800 |
name = "crypto-common" |
801 |
version = "0.1.6" |
802 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
803 |
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
804 |
dependencies = [ |
805 |
"generic-array", |
806 |
"typenum", |
807 |
] |
808 |
|
809 |
[[package]] |
810 |
name = "cssparser" |
811 |
version = "0.35.0" |
812 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
813 |
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
814 |
dependencies = [ |
815 |
"cssparser-macros", |
816 |
"dtoa-short", |
817 |
"itoa", |
818 |
"phf", |
819 |
"smallvec", |
820 |
] |
821 |
|
822 |
[[package]] |
823 |
name = "cssparser-macros" |
824 |
version = "0.6.1" |
825 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
826 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
827 |
dependencies = [ |
828 |
"quote", |
829 |
"syn 2.0.101", |
830 |
] |
831 |
|
832 |
[[package]] |
833 |
name = "darling" |
834 |
version = "0.20.11" |
835 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
836 |
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
837 |
dependencies = [ |
838 |
"darling_core", |
839 |
"darling_macro", |
840 |
] |
841 |
|
842 |
[[package]] |
843 |
name = "darling_core" |
844 |
version = "0.20.11" |
845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
846 |
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
847 |
dependencies = [ |
848 |
"fnv", |
849 |
"ident_case", |
850 |
"proc-macro2", |
851 |
"quote", |
852 |
"strsim", |
853 |
"syn 2.0.101", |
854 |
] |
855 |
|
856 |
[[package]] |
857 |
name = "darling_macro" |
858 |
version = "0.20.11" |
859 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
860 |
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
861 |
dependencies = [ |
862 |
"darling_core", |
863 |
"quote", |
864 |
"syn 2.0.101", |
865 |
] |
866 |
|
867 |
[[package]] |
868 |
name = "dashmap" |
869 |
version = "5.5.3" |
870 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
871 |
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
872 |
dependencies = [ |
873 |
"cfg-if", |
874 |
"hashbrown 0.14.5", |
875 |
"lock_api", |
876 |
"once_cell", |
877 |
"parking_lot_core", |
878 |
] |
879 |
|
880 |
[[package]] |
881 |
name = "data-encoding" |
882 |
version = "2.9.0" |
883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
884 |
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" |
885 |
|
886 |
[[package]] |
887 |
name = "deranged" |
888 |
version = "0.4.0" |
889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
890 |
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
891 |
dependencies = [ |
892 |
"powerfmt", |
893 |
"serde", |
894 |
] |
895 |
|
896 |
[[package]] |
897 |
name = "deunicode" |
898 |
version = "1.6.2" |
899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
900 |
checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
901 |
|
902 |
[[package]] |
903 |
name = "digest" |
904 |
version = "0.10.7" |
905 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
906 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
907 |
dependencies = [ |
908 |
"block-buffer", |
909 |
"crypto-common", |
910 |
"subtle", |
911 |
] |
912 |
|
913 |
[[package]] |
914 |
name = "dirs-next" |
915 |
version = "2.0.0" |
916 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
917 |
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
918 |
dependencies = [ |
919 |
"cfg-if", |
920 |
"dirs-sys-next", |
921 |
] |
922 |
|
923 |
[[package]] |
924 |
name = "dirs-sys-next" |
925 |
version = "0.1.2" |
926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
927 |
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
928 |
dependencies = [ |
929 |
"libc", |
930 |
"redox_users", |
931 |
"winapi", |
932 |
] |
933 |
|
934 |
[[package]] |
935 |
name = "displaydoc" |
936 |
version = "0.2.5" |
937 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
938 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
939 |
dependencies = [ |
940 |
"proc-macro2", |
941 |
"quote", |
942 |
"syn 2.0.101", |
943 |
] |
944 |
|
945 |
[[package]] |
946 |
name = "dmp" |
947 |
version = "0.2.3" |
948 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
949 |
checksum = "bb2dfc7a18dffd3ef60a442b72a827126f1557d914620f8fc4d1049916da43c1" |
950 |
dependencies = [ |
951 |
"trice", |
952 |
"urlencoding", |
953 |
] |
954 |
|
955 |
[[package]] |
956 |
name = "dtoa" |
957 |
version = "1.0.10" |
958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
959 |
checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" |
960 |
|
961 |
[[package]] |
962 |
name = "dtoa-short" |
963 |
version = "0.3.5" |
964 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
965 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
966 |
dependencies = [ |
967 |
"dtoa", |
968 |
] |
969 |
|
970 |
[[package]] |
971 |
name = "earcutr" |
972 |
version = "0.4.3" |
973 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
974 |
checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01" |
975 |
dependencies = [ |
976 |
"itertools 0.11.0", |
977 |
"num-traits", |
978 |
] |
979 |
|
980 |
[[package]] |
981 |
name = "either" |
982 |
version = "1.15.0" |
983 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
984 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
985 |
|
986 |
[[package]] |
987 |
name = "ena" |
988 |
version = "0.14.3" |
989 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
990 |
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
991 |
dependencies = [ |
992 |
"log", |
993 |
] |
994 |
|
995 |
[[package]] |
996 |
name = "encoding_rs" |
997 |
version = "0.8.35" |
998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
999 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
1000 |
dependencies = [ |
1001 |
"cfg-if", |
1002 |
] |
1003 |
|
1004 |
[[package]] |
1005 |
name = "endian-type" |
1006 |
version = "0.1.2" |
1007 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1008 |
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" |
1009 |
|
1010 |
[[package]] |
1011 |
name = "equivalent" |
1012 |
version = "1.0.2" |
1013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1014 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
1015 |
|
1016 |
[[package]] |
1017 |
name = "errno" |
1018 |
version = "0.3.12" |
1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1020 |
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" |
1021 |
dependencies = [ |
1022 |
"libc", |
1023 |
"windows-sys 0.59.0", |
1024 |
] |
1025 |
|
1026 |
[[package]] |
1027 |
name = "event-listener" |
1028 |
version = "5.4.0" |
1029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1030 |
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" |
1031 |
dependencies = [ |
1032 |
"concurrent-queue", |
1033 |
"parking", |
1034 |
"pin-project-lite", |
1035 |
] |
1036 |
|
1037 |
[[package]] |
1038 |
name = "event-listener-strategy" |
1039 |
version = "0.5.4" |
1040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1041 |
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
1042 |
dependencies = [ |
1043 |
"event-listener", |
1044 |
"pin-project-lite", |
1045 |
] |
1046 |
|
1047 |
[[package]] |
1048 |
name = "ext-sort" |
1049 |
version = "0.1.5" |
1050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1051 |
checksum = "cf5d3b056bcc471d38082b8c453acb6670f7327fd44219b3c411e40834883569" |
1052 |
dependencies = [ |
1053 |
"log", |
1054 |
"rayon", |
1055 |
"rmp-serde", |
1056 |
"serde", |
1057 |
"tempfile", |
1058 |
] |
1059 |
|
1060 |
[[package]] |
1061 |
name = "fastrand" |
1062 |
version = "2.3.0" |
1063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1064 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
1065 |
|
1066 |
[[package]] |
1067 |
name = "fixedbitset" |
1068 |
version = "0.4.2" |
1069 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1070 |
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
1071 |
|
1072 |
[[package]] |
1073 |
name = "float_next_after" |
1074 |
version = "1.0.0" |
1075 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1076 |
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" |
1077 |
|
1078 |
[[package]] |
1079 |
name = "fnv" |
1080 |
version = "1.0.7" |
1081 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1082 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
1083 |
|
1084 |
[[package]] |
1085 |
name = "foldhash" |
1086 |
version = "0.1.5" |
1087 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1088 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
1089 |
|
1090 |
[[package]] |
1091 |
name = "form_urlencoded" |
1092 |
version = "1.2.1" |
1093 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1094 |
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
1095 |
dependencies = [ |
1096 |
"percent-encoding", |
1097 |
] |
1098 |
|
1099 |
[[package]] |
1100 |
name = "fst" |
1101 |
version = "0.4.7" |
1102 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1103 |
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" |
1104 |
|
1105 |
[[package]] |
1106 |
name = "funty" |
1107 |
version = "2.0.0" |
1108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1109 |
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
1110 |
|
1111 |
[[package]] |
1112 |
name = "futf" |
1113 |
version = "0.1.5" |
1114 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 |
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
1116 |
dependencies = [ |
1117 |
"mac", |
1118 |
"new_debug_unreachable", |
1119 |
] |
1120 |
|
1121 |
[[package]] |
1122 |
name = "futures" |
1123 |
version = "0.3.31" |
1124 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1125 |
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
1126 |
dependencies = [ |
1127 |
"futures-channel", |
1128 |
"futures-core", |
1129 |
"futures-executor", |
1130 |
"futures-io", |
1131 |
"futures-sink", |
1132 |
"futures-task", |
1133 |
"futures-util", |
1134 |
] |
1135 |
|
1136 |
[[package]] |
1137 |
name = "futures-channel" |
1138 |
version = "0.3.31" |
1139 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1140 |
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
1141 |
dependencies = [ |
1142 |
"futures-core", |
1143 |
"futures-sink", |
1144 |
] |
1145 |
|
1146 |
[[package]] |
1147 |
name = "futures-core" |
1148 |
version = "0.3.31" |
1149 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1150 |
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
1151 |
|
1152 |
[[package]] |
1153 |
name = "futures-executor" |
1154 |
version = "0.3.31" |
1155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1156 |
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
1157 |
dependencies = [ |
1158 |
"futures-core", |
1159 |
"futures-task", |
1160 |
"futures-util", |
1161 |
] |
1162 |
|
1163 |
[[package]] |
1164 |
name = "futures-io" |
1165 |
version = "0.3.31" |
1166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1167 |
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
1168 |
|
1169 |
[[package]] |
1170 |
name = "futures-lite" |
1171 |
version = "2.6.0" |
1172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1173 |
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" |
1174 |
dependencies = [ |
1175 |
"fastrand", |
1176 |
"futures-core", |
1177 |
"futures-io", |
1178 |
"parking", |
1179 |
"pin-project-lite", |
1180 |
] |
1181 |
|
1182 |
[[package]] |
1183 |
name = "futures-macro" |
1184 |
version = "0.3.31" |
1185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1186 |
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
1187 |
dependencies = [ |
1188 |
"proc-macro2", |
1189 |
"quote", |
1190 |
"syn 2.0.101", |
1191 |
] |
1192 |
|
1193 |
[[package]] |
1194 |
name = "futures-sink" |
1195 |
version = "0.3.31" |
1196 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1197 |
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
1198 |
|
1199 |
[[package]] |
1200 |
name = "futures-task" |
1201 |
version = "0.3.31" |
1202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1203 |
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
1204 |
|
1205 |
[[package]] |
1206 |
name = "futures-timer" |
1207 |
version = "3.0.3" |
1208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1209 |
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
1210 |
|
1211 |
[[package]] |
1212 |
name = "futures-util" |
1213 |
version = "0.3.31" |
1214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1215 |
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
1216 |
dependencies = [ |
1217 |
"futures-channel", |
1218 |
"futures-core", |
1219 |
"futures-io", |
1220 |
"futures-macro", |
1221 |
"futures-sink", |
1222 |
"futures-task", |
1223 |
"memchr", |
1224 |
"pin-project-lite", |
1225 |
"pin-utils", |
1226 |
"slab", |
1227 |
] |
1228 |
|
1229 |
[[package]] |
1230 |
name = "fuzzy-matcher" |
1231 |
version = "0.3.7" |
1232 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1233 |
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" |
1234 |
dependencies = [ |
1235 |
"thread_local", |
1236 |
] |
1237 |
|
1238 |
[[package]] |
1239 |
name = "generic-array" |
1240 |
version = "0.14.7" |
1241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1242 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
1243 |
dependencies = [ |
1244 |
"typenum", |
1245 |
"version_check", |
1246 |
] |
1247 |
|
1248 |
[[package]] |
1249 |
name = "geo" |
1250 |
version = "0.28.0" |
1251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1252 |
checksum = "f811f663912a69249fa620dcd2a005db7254529da2d8a0b23942e81f47084501" |
1253 |
dependencies = [ |
1254 |
"earcutr", |
1255 |
"float_next_after", |
1256 |
"geo-types", |
1257 |
"geographiclib-rs", |
1258 |
"log", |
1259 |
"num-traits", |
1260 |
"robust", |
1261 |
"rstar", |
1262 |
"serde", |
1263 |
"spade", |
1264 |
] |
1265 |
|
1266 |
[[package]] |
1267 |
name = "geo-types" |
1268 |
version = "0.7.16" |
1269 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1270 |
checksum = "62ddb1950450d67efee2bbc5e429c68d052a822de3aad010d28b351fbb705224" |
1271 |
dependencies = [ |
1272 |
"approx 0.5.1", |
1273 |
"num-traits", |
1274 |
"rstar", |
1275 |
"serde", |
1276 |
] |
1277 |
|
1278 |
[[package]] |
1279 |
name = "geographiclib-rs" |
1280 |
version = "0.2.5" |
1281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1282 |
checksum = "f611040a2bb37eaa29a78a128d1e92a378a03e0b6e66ae27398d42b1ba9a7841" |
1283 |
dependencies = [ |
1284 |
"libm", |
1285 |
] |
1286 |
|
1287 |
[[package]] |
1288 |
name = "getrandom" |
1289 |
version = "0.2.16" |
1290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1291 |
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
1292 |
dependencies = [ |
1293 |
"cfg-if", |
1294 |
"js-sys", |
1295 |
"libc", |
1296 |
"wasi 0.11.0+wasi-snapshot-preview1", |
1297 |
"wasm-bindgen", |
1298 |
] |
1299 |
|
1300 |
[[package]] |
1301 |
name = "getrandom" |
1302 |
version = "0.3.3" |
1303 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1304 |
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
1305 |
dependencies = [ |
1306 |
"cfg-if", |
1307 |
"js-sys", |
1308 |
"libc", |
1309 |
"r-efi", |
1310 |
"wasi 0.14.2+wasi-0.2.4", |
1311 |
"wasm-bindgen", |
1312 |
] |
1313 |
|
1314 |
[[package]] |
1315 |
name = "gimli" |
1316 |
version = "0.31.1" |
1317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1318 |
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
1319 |
|
1320 |
[[package]] |
1321 |
name = "glob" |
1322 |
version = "0.3.2" |
1323 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1324 |
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
1325 |
|
1326 |
[[package]] |
1327 |
name = "half" |
1328 |
version = "2.6.0" |
1329 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1330 |
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" |
1331 |
dependencies = [ |
1332 |
"cfg-if", |
1333 |
"crunchy", |
1334 |
] |
1335 |
|
1336 |
[[package]] |
1337 |
name = "hash32" |
1338 |
version = "0.3.1" |
1339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1340 |
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" |
1341 |
dependencies = [ |
1342 |
"byteorder", |
1343 |
] |
1344 |
|
1345 |
[[package]] |
1346 |
name = "hashbrown" |
1347 |
version = "0.12.3" |
1348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1349 |
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
1350 |
dependencies = [ |
1351 |
"ahash 0.7.8", |
1352 |
] |
1353 |
|
1354 |
[[package]] |
1355 |
name = "hashbrown" |
1356 |
version = "0.14.5" |
1357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1358 |
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
1359 |
|
1360 |
[[package]] |
1361 |
name = "hashbrown" |
1362 |
version = "0.15.3" |
1363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 |
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
1365 |
dependencies = [ |
1366 |
"allocator-api2", |
1367 |
"equivalent", |
1368 |
"foldhash", |
1369 |
] |
1370 |
|
1371 |
[[package]] |
1372 |
name = "heapless" |
1373 |
version = "0.8.0" |
1374 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1375 |
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" |
1376 |
dependencies = [ |
1377 |
"hash32", |
1378 |
"stable_deref_trait", |
1379 |
] |
1380 |
|
1381 |
[[package]] |
1382 |
name = "heck" |
1383 |
version = "0.5.0" |
1384 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1385 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
1386 |
|
1387 |
[[package]] |
1388 |
name = "hermit-abi" |
1389 |
version = "0.5.1" |
1390 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1391 |
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" |
1392 |
|
1393 |
[[package]] |
1394 |
name = "hex" |
1395 |
version = "0.4.3" |
1396 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1397 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
1398 |
|
1399 |
[[package]] |
1400 |
name = "hmac" |
1401 |
version = "0.12.1" |
1402 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1403 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
1404 |
dependencies = [ |
1405 |
"digest", |
1406 |
] |
1407 |
|
1408 |
[[package]] |
1409 |
name = "html5ever" |
1410 |
version = "0.31.0" |
1411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1412 |
checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c" |
1413 |
dependencies = [ |
1414 |
"log", |
1415 |
"mac", |
1416 |
"markup5ever", |
1417 |
"match_token", |
1418 |
] |
1419 |
|
1420 |
[[package]] |
1421 |
name = "http" |
1422 |
version = "1.3.1" |
1423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1424 |
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
1425 |
dependencies = [ |
1426 |
"bytes", |
1427 |
"fnv", |
1428 |
"itoa", |
1429 |
] |
1430 |
|
1431 |
[[package]] |
1432 |
name = "http-body" |
1433 |
version = "1.0.1" |
1434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1435 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
1436 |
dependencies = [ |
1437 |
"bytes", |
1438 |
"http", |
1439 |
] |
1440 |
|
1441 |
[[package]] |
1442 |
name = "http-body-util" |
1443 |
version = "0.1.3" |
1444 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
1446 |
dependencies = [ |
1447 |
"bytes", |
1448 |
"futures-core", |
1449 |
"http", |
1450 |
"http-body", |
1451 |
"pin-project-lite", |
1452 |
] |
1453 |
|
1454 |
[[package]] |
1455 |
name = "httparse" |
1456 |
version = "1.10.1" |
1457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1458 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
1459 |
|
1460 |
[[package]] |
1461 |
name = "humantime" |
1462 |
version = "2.2.0" |
1463 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 |
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" |
1465 |
|
1466 |
[[package]] |
1467 |
name = "hyper" |
1468 |
version = "1.6.0" |
1469 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1470 |
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
1471 |
dependencies = [ |
1472 |
"bytes", |
1473 |
"futures-channel", |
1474 |
"futures-util", |
1475 |
"http", |
1476 |
"http-body", |
1477 |
"httparse", |
1478 |
"itoa", |
1479 |
"pin-project-lite", |
1480 |
"smallvec", |
1481 |
"tokio", |
1482 |
"want", |
1483 |
] |
1484 |
|
1485 |
[[package]] |
1486 |
name = "hyper-rustls" |
1487 |
version = "0.27.6" |
1488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1489 |
checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d" |
1490 |
dependencies = [ |
1491 |
"http", |
1492 |
"hyper", |
1493 |
"hyper-util", |
1494 |
"rustls", |
1495 |
"rustls-pki-types", |
1496 |
"tokio", |
1497 |
"tokio-rustls", |
1498 |
"tower-service", |
1499 |
"webpki-roots 1.0.0", |
1500 |
] |
1501 |
|
1502 |
[[package]] |
1503 |
name = "hyper-util" |
1504 |
version = "0.1.13" |
1505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1506 |
checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" |
1507 |
dependencies = [ |
1508 |
"base64 0.22.1", |
1509 |
"bytes", |
1510 |
"futures-channel", |
1511 |
"futures-core", |
1512 |
"futures-util", |
1513 |
"http", |
1514 |
"http-body", |
1515 |
"hyper", |
1516 |
"ipnet", |
1517 |
"libc", |
1518 |
"percent-encoding", |
1519 |
"pin-project-lite", |
1520 |
"socket2", |
1521 |
"tokio", |
1522 |
"tower-service", |
1523 |
"tracing", |
1524 |
] |
1525 |
|
1526 |
[[package]] |
1527 |
name = "iana-time-zone" |
1528 |
version = "0.1.63" |
1529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1530 |
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
1531 |
dependencies = [ |
1532 |
"android_system_properties", |
1533 |
"core-foundation-sys", |
1534 |
"iana-time-zone-haiku", |
1535 |
"js-sys", |
1536 |
"log", |
1537 |
"wasm-bindgen", |
1538 |
"windows-core 0.61.2", |
1539 |
] |
1540 |
|
1541 |
[[package]] |
1542 |
name = "iana-time-zone-haiku" |
1543 |
version = "0.1.2" |
1544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1545 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
1546 |
dependencies = [ |
1547 |
"cc", |
1548 |
] |
1549 |
|
1550 |
[[package]] |
1551 |
name = "icu_collections" |
1552 |
version = "2.0.0" |
1553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1554 |
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
1555 |
dependencies = [ |
1556 |
"displaydoc", |
1557 |
"potential_utf", |
1558 |
"yoke", |
1559 |
"zerofrom", |
1560 |
"zerovec", |
1561 |
] |
1562 |
|
1563 |
[[package]] |
1564 |
name = "icu_locale_core" |
1565 |
version = "2.0.0" |
1566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1567 |
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
1568 |
dependencies = [ |
1569 |
"displaydoc", |
1570 |
"litemap", |
1571 |
"tinystr", |
1572 |
"writeable", |
1573 |
"zerovec", |
1574 |
] |
1575 |
|
1576 |
[[package]] |
1577 |
name = "icu_normalizer" |
1578 |
version = "2.0.0" |
1579 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1580 |
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
1581 |
dependencies = [ |
1582 |
"displaydoc", |
1583 |
"icu_collections", |
1584 |
"icu_normalizer_data", |
1585 |
"icu_properties", |
1586 |
"icu_provider", |
1587 |
"smallvec", |
1588 |
"zerovec", |
1589 |
] |
1590 |
|
1591 |
[[package]] |
1592 |
name = "icu_normalizer_data" |
1593 |
version = "2.0.0" |
1594 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1595 |
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
1596 |
|
1597 |
[[package]] |
1598 |
name = "icu_properties" |
1599 |
version = "2.0.1" |
1600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1601 |
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
1602 |
dependencies = [ |
1603 |
"displaydoc", |
1604 |
"icu_collections", |
1605 |
"icu_locale_core", |
1606 |
"icu_properties_data", |
1607 |
"icu_provider", |
1608 |
"potential_utf", |
1609 |
"zerotrie", |
1610 |
"zerovec", |
1611 |
] |
1612 |
|
1613 |
[[package]] |
1614 |
name = "icu_properties_data" |
1615 |
version = "2.0.1" |
1616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1617 |
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
1618 |
|
1619 |
[[package]] |
1620 |
name = "icu_provider" |
1621 |
version = "2.0.0" |
1622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1623 |
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
1624 |
dependencies = [ |
1625 |
"displaydoc", |
1626 |
"icu_locale_core", |
1627 |
"stable_deref_trait", |
1628 |
"tinystr", |
1629 |
"writeable", |
1630 |
"yoke", |
1631 |
"zerofrom", |
1632 |
"zerotrie", |
1633 |
"zerovec", |
1634 |
] |
1635 |
|
1636 |
[[package]] |
1637 |
name = "ident_case" |
1638 |
version = "1.0.1" |
1639 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1640 |
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
1641 |
|
1642 |
[[package]] |
1643 |
name = "idna" |
1644 |
version = "1.0.3" |
1645 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1646 |
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
1647 |
dependencies = [ |
1648 |
"idna_adapter", |
1649 |
"smallvec", |
1650 |
"utf8_iter", |
1651 |
] |
1652 |
|
1653 |
[[package]] |
1654 |
name = "idna_adapter" |
1655 |
version = "1.2.1" |
1656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1657 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
1658 |
dependencies = [ |
1659 |
"icu_normalizer", |
1660 |
"icu_properties", |
1661 |
] |
1662 |
|
1663 |
[[package]] |
1664 |
name = "indexmap" |
1665 |
version = "1.9.3" |
1666 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1667 |
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
1668 |
dependencies = [ |
1669 |
"autocfg", |
1670 |
"hashbrown 0.12.3", |
1671 |
"serde", |
1672 |
] |
1673 |
|
1674 |
[[package]] |
1675 |
name = "indexmap" |
1676 |
version = "2.9.0" |
1677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1678 |
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
1679 |
dependencies = [ |
1680 |
"equivalent", |
1681 |
"hashbrown 0.15.3", |
1682 |
"serde", |
1683 |
] |
1684 |
|
1685 |
[[package]] |
1686 |
name = "inout" |
1687 |
version = "0.1.4" |
1688 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1689 |
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
1690 |
dependencies = [ |
1691 |
"generic-array", |
1692 |
] |
1693 |
|
1694 |
[[package]] |
1695 |
name = "ipnet" |
1696 |
version = "2.11.0" |
1697 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1698 |
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
1699 |
|
1700 |
[[package]] |
1701 |
name = "iri-string" |
1702 |
version = "0.7.8" |
1703 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1704 |
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
1705 |
dependencies = [ |
1706 |
"memchr", |
1707 |
"serde", |
1708 |
] |
1709 |
|
1710 |
[[package]] |
1711 |
name = "itertools" |
1712 |
version = "0.10.5" |
1713 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1714 |
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
1715 |
dependencies = [ |
1716 |
"either", |
1717 |
] |
1718 |
|
1719 |
[[package]] |
1720 |
name = "itertools" |
1721 |
version = "0.11.0" |
1722 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1723 |
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
1724 |
dependencies = [ |
1725 |
"either", |
1726 |
] |
1727 |
|
1728 |
[[package]] |
1729 |
name = "itertools" |
1730 |
version = "0.12.1" |
1731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1732 |
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
1733 |
dependencies = [ |
1734 |
"either", |
1735 |
] |
1736 |
|
1737 |
[[package]] |
1738 |
name = "itertools" |
1739 |
version = "0.13.0" |
1740 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1741 |
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
1742 |
dependencies = [ |
1743 |
"either", |
1744 |
] |
1745 |
|
1746 |
[[package]] |
1747 |
name = "itertools" |
1748 |
version = "0.14.0" |
1749 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1750 |
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
1751 |
dependencies = [ |
1752 |
"either", |
1753 |
] |
1754 |
|
1755 |
[[package]] |
1756 |
name = "itoa" |
1757 |
version = "1.0.15" |
1758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1759 |
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
1760 |
|
1761 |
[[package]] |
1762 |
name = "jobserver" |
1763 |
version = "0.1.33" |
1764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1765 |
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
1766 |
dependencies = [ |
1767 |
"getrandom 0.3.3", |
1768 |
"libc", |
1769 |
] |
1770 |
|
1771 |
[[package]] |
1772 |
name = "js-sys" |
1773 |
version = "0.3.77" |
1774 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1775 |
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
1776 |
dependencies = [ |
1777 |
"once_cell", |
1778 |
"wasm-bindgen", |
1779 |
] |
1780 |
|
1781 |
[[package]] |
1782 |
name = "jsonwebtoken" |
1783 |
version = "9.3.1" |
1784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1785 |
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" |
1786 |
dependencies = [ |
1787 |
"base64 0.22.1", |
1788 |
"js-sys", |
1789 |
"pem", |
1790 |
"ring", |
1791 |
"serde", |
1792 |
"serde_json", |
1793 |
"simple_asn1", |
1794 |
] |
1795 |
|
1796 |
[[package]] |
1797 |
name = "lalrpop" |
1798 |
version = "0.20.2" |
1799 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1800 |
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" |
1801 |
dependencies = [ |
1802 |
"ascii-canvas", |
1803 |
"bit-set", |
1804 |
"ena", |
1805 |
"itertools 0.11.0", |
1806 |
"lalrpop-util", |
1807 |
"petgraph", |
1808 |
"pico-args", |
1809 |
"regex", |
1810 |
"regex-syntax", |
1811 |
"string_cache", |
1812 |
"term", |
1813 |
"tiny-keccak", |
1814 |
"unicode-xid", |
1815 |
"walkdir", |
1816 |
] |
1817 |
|
1818 |
[[package]] |
1819 |
name = "lalrpop-util" |
1820 |
version = "0.20.2" |
1821 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1822 |
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" |
1823 |
dependencies = [ |
1824 |
"regex-automata", |
1825 |
] |
1826 |
|
1827 |
[[package]] |
1828 |
name = "lazy_static" |
1829 |
version = "1.5.0" |
1830 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1831 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
1832 |
|
1833 |
[[package]] |
1834 |
name = "lazycell" |
1835 |
version = "1.3.0" |
1836 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1837 |
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
1838 |
|
1839 |
[[package]] |
1840 |
name = "lexicmp" |
1841 |
version = "0.1.0" |
1842 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1843 |
checksum = "7378d131ddf24063b32cbd7e91668d183140c4b3906270635a4d633d1068ea5d" |
1844 |
dependencies = [ |
1845 |
"any_ascii", |
1846 |
] |
1847 |
|
1848 |
[[package]] |
1849 |
name = "libc" |
1850 |
version = "0.2.172" |
1851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1852 |
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" |
1853 |
|
1854 |
[[package]] |
1855 |
name = "libloading" |
1856 |
version = "0.8.8" |
1857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1858 |
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" |
1859 |
dependencies = [ |
1860 |
"cfg-if", |
1861 |
"windows-targets", |
1862 |
] |
1863 |
|
1864 |
[[package]] |
1865 |
name = "libm" |
1866 |
version = "0.2.15" |
1867 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1868 |
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
1869 |
|
1870 |
[[package]] |
1871 |
name = "libredox" |
1872 |
version = "0.1.3" |
1873 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1874 |
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
1875 |
dependencies = [ |
1876 |
"bitflags", |
1877 |
"libc", |
1878 |
] |
1879 |
|
1880 |
[[package]] |
1881 |
name = "librocksdb-sys" |
1882 |
version = "0.17.1+9.9.3" |
1883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1884 |
checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f" |
1885 |
dependencies = [ |
1886 |
"bindgen 0.69.5", |
1887 |
"bzip2-sys", |
1888 |
"cc", |
1889 |
"libc", |
1890 |
"libz-sys", |
1891 |
"lz4-sys", |
1892 |
"zstd-sys", |
1893 |
] |
1894 |
|
1895 |
[[package]] |
1896 |
name = "libz-sys" |
1897 |
version = "1.1.22" |
1898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1899 |
checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" |
1900 |
dependencies = [ |
1901 |
"cc", |
1902 |
"pkg-config", |
1903 |
"vcpkg", |
1904 |
] |
1905 |
|
1906 |
[[package]] |
1907 |
name = "linfa-linalg" |
1908 |
version = "0.1.0" |
1909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1910 |
checksum = "56e7562b41c8876d3367897067013bb2884cc78e6893f092ecd26b305176ac82" |
1911 |
dependencies = [ |
1912 |
"ndarray", |
1913 |
"num-traits", |
1914 |
"rand 0.8.5", |
1915 |
"thiserror 1.0.69", |
1916 |
] |
1917 |
|
1918 |
[[package]] |
1919 |
name = "linux-raw-sys" |
1920 |
version = "0.9.4" |
1921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1922 |
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
1923 |
|
1924 |
[[package]] |
1925 |
name = "litemap" |
1926 |
version = "0.8.0" |
1927 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1928 |
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
1929 |
|
1930 |
[[package]] |
1931 |
name = "lock_api" |
1932 |
version = "0.4.13" |
1933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1934 |
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
1935 |
dependencies = [ |
1936 |
"autocfg", |
1937 |
"scopeguard", |
1938 |
] |
1939 |
|
1940 |
[[package]] |
1941 |
name = "log" |
1942 |
version = "0.4.27" |
1943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1944 |
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
1945 |
|
1946 |
[[package]] |
1947 |
name = "lru-slab" |
1948 |
version = "0.1.2" |
1949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1950 |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
1951 |
|
1952 |
[[package]] |
1953 |
name = "lz4-sys" |
1954 |
version = "1.11.1+lz4-1.10.0" |
1955 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1956 |
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" |
1957 |
dependencies = [ |
1958 |
"cc", |
1959 |
"libc", |
1960 |
] |
1961 |
|
1962 |
[[package]] |
1963 |
name = "mac" |
1964 |
version = "0.1.1" |
1965 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1966 |
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
1967 |
|
1968 |
[[package]] |
1969 |
name = "maplit" |
1970 |
version = "1.0.2" |
1971 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1972 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
1973 |
|
1974 |
[[package]] |
1975 |
name = "markup5ever" |
1976 |
version = "0.16.1" |
1977 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1978 |
checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a" |
1979 |
dependencies = [ |
1980 |
"log", |
1981 |
"tendril", |
1982 |
"web_atoms", |
1983 |
] |
1984 |
|
1985 |
[[package]] |
1986 |
name = "match_token" |
1987 |
version = "0.1.0" |
1988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1989 |
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" |
1990 |
dependencies = [ |
1991 |
"proc-macro2", |
1992 |
"quote", |
1993 |
"syn 2.0.101", |
1994 |
] |
1995 |
|
1996 |
[[package]] |
1997 |
name = "matrixmultiply" |
1998 |
version = "0.3.10" |
1999 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2000 |
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" |
2001 |
dependencies = [ |
2002 |
"autocfg", |
2003 |
"rawpointer", |
2004 |
] |
2005 |
|
2006 |
[[package]] |
2007 |
name = "md-5" |
2008 |
version = "0.10.6" |
2009 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2010 |
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
2011 |
dependencies = [ |
2012 |
"cfg-if", |
2013 |
"digest", |
2014 |
] |
2015 |
|
2016 |
[[package]] |
2017 |
name = "memchr" |
2018 |
version = "2.7.4" |
2019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2020 |
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
2021 |
|
2022 |
[[package]] |
2023 |
name = "miette" |
2024 |
version = "5.10.0" |
2025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2026 |
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
2027 |
dependencies = [ |
2028 |
"miette-derive", |
2029 |
"once_cell", |
2030 |
"thiserror 1.0.69", |
2031 |
"unicode-width", |
2032 |
] |
2033 |
|
2034 |
[[package]] |
2035 |
name = "miette-derive" |
2036 |
version = "5.10.0" |
2037 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2038 |
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
2039 |
dependencies = [ |
2040 |
"proc-macro2", |
2041 |
"quote", |
2042 |
"syn 2.0.101", |
2043 |
] |
2044 |
|
2045 |
[[package]] |
2046 |
name = "mime" |
2047 |
version = "0.3.17" |
2048 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2049 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
2050 |
|
2051 |
[[package]] |
2052 |
name = "mime_guess" |
2053 |
version = "2.0.5" |
2054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2055 |
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
2056 |
dependencies = [ |
2057 |
"mime", |
2058 |
"unicase", |
2059 |
] |
2060 |
|
2061 |
[[package]] |
2062 |
name = "minimal-lexical" |
2063 |
version = "0.2.1" |
2064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2065 |
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
2066 |
|
2067 |
[[package]] |
2068 |
name = "miniz_oxide" |
2069 |
version = "0.8.8" |
2070 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2071 |
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" |
2072 |
dependencies = [ |
2073 |
"adler2", |
2074 |
] |
2075 |
|
2076 |
[[package]] |
2077 |
name = "mio" |
2078 |
version = "1.0.4" |
2079 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2080 |
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
2081 |
dependencies = [ |
2082 |
"libc", |
2083 |
"wasi 0.11.0+wasi-snapshot-preview1", |
2084 |
"windows-sys 0.59.0", |
2085 |
] |
2086 |
|
2087 |
[[package]] |
2088 |
name = "multer" |
2089 |
version = "3.1.0" |
2090 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2091 |
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" |
2092 |
dependencies = [ |
2093 |
"bytes", |
2094 |
"encoding_rs", |
2095 |
"futures-util", |
2096 |
"http", |
2097 |
"httparse", |
2098 |
"memchr", |
2099 |
"mime", |
2100 |
"spin", |
2101 |
"version_check", |
2102 |
] |
2103 |
|
2104 |
[[package]] |
2105 |
name = "nanoid" |
2106 |
version = "0.4.0" |
2107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2108 |
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" |
2109 |
dependencies = [ |
2110 |
"rand 0.8.5", |
2111 |
] |
2112 |
|
2113 |
[[package]] |
2114 |
name = "ndarray" |
2115 |
version = "0.15.6" |
2116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2117 |
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
2118 |
dependencies = [ |
2119 |
"approx 0.4.0", |
2120 |
"matrixmultiply", |
2121 |
"num-complex", |
2122 |
"num-integer", |
2123 |
"num-traits", |
2124 |
"rawpointer", |
2125 |
] |
2126 |
|
2127 |
[[package]] |
2128 |
name = "ndarray-stats" |
2129 |
version = "0.5.1" |
2130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2131 |
checksum = "af5a8477ac96877b5bd1fd67e0c28736c12943aba24eda92b127e036b0c8f400" |
2132 |
dependencies = [ |
2133 |
"indexmap 1.9.3", |
2134 |
"itertools 0.10.5", |
2135 |
"ndarray", |
2136 |
"noisy_float", |
2137 |
"num-integer", |
2138 |
"num-traits", |
2139 |
"rand 0.8.5", |
2140 |
] |
2141 |
|
2142 |
[[package]] |
2143 |
name = "new_debug_unreachable" |
2144 |
version = "1.0.6" |
2145 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2146 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
2147 |
|
2148 |
[[package]] |
2149 |
name = "nibble_vec" |
2150 |
version = "0.1.0" |
2151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2152 |
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" |
2153 |
dependencies = [ |
2154 |
"smallvec", |
2155 |
] |
2156 |
|
2157 |
[[package]] |
2158 |
name = "noisy_float" |
2159 |
version = "0.2.0" |
2160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2161 |
checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af" |
2162 |
dependencies = [ |
2163 |
"num-traits", |
2164 |
] |
2165 |
|
2166 |
[[package]] |
2167 |
name = "nom" |
2168 |
version = "7.1.3" |
2169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2170 |
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
2171 |
dependencies = [ |
2172 |
"memchr", |
2173 |
"minimal-lexical", |
2174 |
] |
2175 |
|
2176 |
[[package]] |
2177 |
name = "ntapi" |
2178 |
version = "0.4.1" |
2179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2180 |
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
2181 |
dependencies = [ |
2182 |
"winapi", |
2183 |
] |
2184 |
|
2185 |
[[package]] |
2186 |
name = "num-bigint" |
2187 |
version = "0.4.6" |
2188 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2189 |
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
2190 |
dependencies = [ |
2191 |
"num-integer", |
2192 |
"num-traits", |
2193 |
] |
2194 |
|
2195 |
[[package]] |
2196 |
name = "num-complex" |
2197 |
version = "0.4.6" |
2198 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2199 |
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
2200 |
dependencies = [ |
2201 |
"num-traits", |
2202 |
] |
2203 |
|
2204 |
[[package]] |
2205 |
name = "num-conv" |
2206 |
version = "0.1.0" |
2207 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2208 |
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
2209 |
|
2210 |
[[package]] |
2211 |
name = "num-integer" |
2212 |
version = "0.1.46" |
2213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2214 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
2215 |
dependencies = [ |
2216 |
"num-traits", |
2217 |
] |
2218 |
|
2219 |
[[package]] |
2220 |
name = "num-traits" |
2221 |
version = "0.2.19" |
2222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2223 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
2224 |
dependencies = [ |
2225 |
"autocfg", |
2226 |
"libm", |
2227 |
] |
2228 |
|
2229 |
[[package]] |
2230 |
name = "num_cpus" |
2231 |
version = "1.17.0" |
2232 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2233 |
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
2234 |
dependencies = [ |
2235 |
"hermit-abi", |
2236 |
"libc", |
2237 |
] |
2238 |
|
2239 |
[[package]] |
2240 |
name = "object" |
2241 |
version = "0.36.7" |
2242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2243 |
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
2244 |
dependencies = [ |
2245 |
"memchr", |
2246 |
] |
2247 |
|
2248 |
[[package]] |
2249 |
name = "object_store" |
2250 |
version = "0.12.1" |
2251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2252 |
checksum = "d94ac16b433c0ccf75326388c893d2835ab7457ea35ab8ba5d745c053ef5fa16" |
2253 |
dependencies = [ |
2254 |
"async-trait", |
2255 |
"bytes", |
2256 |
"chrono", |
2257 |
"futures", |
2258 |
"http", |
2259 |
"humantime", |
2260 |
"itertools 0.14.0", |
2261 |
"parking_lot", |
2262 |
"percent-encoding", |
2263 |
"thiserror 2.0.12", |
2264 |
"tokio", |
2265 |
"tracing", |
2266 |
"url", |
2267 |
"walkdir", |
2268 |
"wasm-bindgen-futures", |
2269 |
"web-time", |
2270 |
] |
2271 |
|
2272 |
[[package]] |
2273 |
name = "once_cell" |
2274 |
version = "1.21.3" |
2275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2276 |
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
2277 |
|
2278 |
[[package]] |
2279 |
name = "parking" |
2280 |
version = "2.2.1" |
2281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2282 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
2283 |
|
2284 |
[[package]] |
2285 |
name = "parking_lot" |
2286 |
version = "0.12.4" |
2287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2288 |
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
2289 |
dependencies = [ |
2290 |
"lock_api", |
2291 |
"parking_lot_core", |
2292 |
] |
2293 |
|
2294 |
[[package]] |
2295 |
name = "parking_lot_core" |
2296 |
version = "0.9.11" |
2297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2298 |
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
2299 |
dependencies = [ |
2300 |
"cfg-if", |
2301 |
"libc", |
2302 |
"redox_syscall", |
2303 |
"smallvec", |
2304 |
"windows-targets", |
2305 |
] |
2306 |
|
2307 |
[[package]] |
2308 |
name = "password-hash" |
2309 |
version = "0.5.0" |
2310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2311 |
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
2312 |
dependencies = [ |
2313 |
"base64ct", |
2314 |
"rand_core 0.6.4", |
2315 |
"subtle", |
2316 |
] |
2317 |
|
2318 |
[[package]] |
2319 |
name = "paste" |
2320 |
version = "1.0.15" |
2321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2322 |
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
2323 |
|
2324 |
[[package]] |
2325 |
name = "path-clean" |
2326 |
version = "1.0.1" |
2327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2328 |
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" |
2329 |
|
2330 |
[[package]] |
2331 |
name = "pbkdf2" |
2332 |
version = "0.12.2" |
2333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2334 |
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
2335 |
dependencies = [ |
2336 |
"digest", |
2337 |
"hmac", |
2338 |
"password-hash", |
2339 |
"sha2", |
2340 |
] |
2341 |
|
2342 |
[[package]] |
2343 |
name = "pem" |
2344 |
version = "3.0.5" |
2345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2346 |
checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" |
2347 |
dependencies = [ |
2348 |
"base64 0.22.1", |
2349 |
"serde", |
2350 |
] |
2351 |
|
2352 |
[[package]] |
2353 |
name = "percent-encoding" |
2354 |
version = "2.3.1" |
2355 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2356 |
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
2357 |
|
2358 |
[[package]] |
2359 |
name = "pest" |
2360 |
version = "2.8.0" |
2361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2362 |
checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" |
2363 |
dependencies = [ |
2364 |
"memchr", |
2365 |
"thiserror 2.0.12", |
2366 |
"ucd-trie", |
2367 |
] |
2368 |
|
2369 |
[[package]] |
2370 |
name = "petgraph" |
2371 |
version = "0.6.5" |
2372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2373 |
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
2374 |
dependencies = [ |
2375 |
"fixedbitset", |
2376 |
"indexmap 2.9.0", |
2377 |
] |
2378 |
|
2379 |
[[package]] |
2380 |
name = "pharos" |
2381 |
version = "0.5.3" |
2382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2383 |
checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" |
2384 |
dependencies = [ |
2385 |
"futures", |
2386 |
"rustc_version", |
2387 |
] |
2388 |
|
2389 |
[[package]] |
2390 |
name = "phf" |
2391 |
version = "0.11.3" |
2392 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2393 |
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
2394 |
dependencies = [ |
2395 |
"phf_macros", |
2396 |
"phf_shared", |
2397 |
] |
2398 |
|
2399 |
[[package]] |
2400 |
name = "phf_codegen" |
2401 |
version = "0.11.3" |
2402 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2403 |
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
2404 |
dependencies = [ |
2405 |
"phf_generator", |
2406 |
"phf_shared", |
2407 |
] |
2408 |
|
2409 |
[[package]] |
2410 |
name = "phf_generator" |
2411 |
version = "0.11.3" |
2412 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2413 |
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
2414 |
dependencies = [ |
2415 |
"phf_shared", |
2416 |
"rand 0.8.5", |
2417 |
] |
2418 |
|
2419 |
[[package]] |
2420 |
name = "phf_macros" |
2421 |
version = "0.11.3" |
2422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2423 |
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
2424 |
dependencies = [ |
2425 |
"phf_generator", |
2426 |
"phf_shared", |
2427 |
"proc-macro2", |
2428 |
"quote", |
2429 |
"syn 2.0.101", |
2430 |
"unicase", |
2431 |
] |
2432 |
|
2433 |
[[package]] |
2434 |
name = "phf_shared" |
2435 |
version = "0.11.3" |
2436 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2437 |
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
2438 |
dependencies = [ |
2439 |
"siphasher", |
2440 |
"unicase", |
2441 |
] |
2442 |
|
2443 |
[[package]] |
2444 |
name = "pico-args" |
2445 |
version = "0.5.0" |
2446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2447 |
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" |
2448 |
|
2449 |
[[package]] |
2450 |
name = "pin-project-lite" |
2451 |
version = "0.2.16" |
2452 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2453 |
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
2454 |
|
2455 |
[[package]] |
2456 |
name = "pin-utils" |
2457 |
version = "0.1.0" |
2458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2459 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
2460 |
|
2461 |
[[package]] |
2462 |
name = "pkg-config" |
2463 |
version = "0.3.32" |
2464 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2465 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
2466 |
|
2467 |
[[package]] |
2468 |
name = "potential_utf" |
2469 |
version = "0.1.2" |
2470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2471 |
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
2472 |
dependencies = [ |
2473 |
"zerovec", |
2474 |
] |
2475 |
|
2476 |
[[package]] |
2477 |
name = "powerfmt" |
2478 |
version = "0.2.0" |
2479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2480 |
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
2481 |
|
2482 |
[[package]] |
2483 |
name = "ppv-lite86" |
2484 |
version = "0.2.21" |
2485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2486 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
2487 |
dependencies = [ |
2488 |
"zerocopy", |
2489 |
] |
2490 |
|
2491 |
[[package]] |
2492 |
name = "precomputed-hash" |
2493 |
version = "0.1.1" |
2494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2495 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
2496 |
|
2497 |
[[package]] |
2498 |
name = "proc-macro-crate" |
2499 |
version = "3.3.0" |
2500 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2501 |
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" |
2502 |
dependencies = [ |
2503 |
"toml_edit", |
2504 |
] |
2505 |
|
2506 |
[[package]] |
2507 |
name = "proc-macro2" |
2508 |
version = "1.0.95" |
2509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2510 |
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
2511 |
dependencies = [ |
2512 |
"unicode-ident", |
2513 |
] |
2514 |
|
2515 |
[[package]] |
2516 |
name = "psl-types" |
2517 |
version = "2.0.11" |
2518 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2519 |
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" |
2520 |
|
2521 |
[[package]] |
2522 |
name = "psm" |
2523 |
version = "0.1.26" |
2524 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2525 |
checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" |
2526 |
dependencies = [ |
2527 |
"cc", |
2528 |
] |
2529 |
|
2530 |
[[package]] |
2531 |
name = "ptr_meta" |
2532 |
version = "0.1.4" |
2533 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2534 |
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
2535 |
dependencies = [ |
2536 |
"ptr_meta_derive", |
2537 |
] |
2538 |
|
2539 |
[[package]] |
2540 |
name = "ptr_meta_derive" |
2541 |
version = "0.1.4" |
2542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2543 |
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
2544 |
dependencies = [ |
2545 |
"proc-macro2", |
2546 |
"quote", |
2547 |
"syn 1.0.109", |
2548 |
] |
2549 |
|
2550 |
[[package]] |
2551 |
name = "quick_cache" |
2552 |
version = "0.5.2" |
2553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2554 |
checksum = "eb55a1aa7668676bb93926cd4e9cdfe60f03bb866553bcca9112554911b6d3dc" |
2555 |
dependencies = [ |
2556 |
"ahash 0.8.12", |
2557 |
"equivalent", |
2558 |
"hashbrown 0.14.5", |
2559 |
"parking_lot", |
2560 |
] |
2561 |
|
2562 |
[[package]] |
2563 |
name = "quinn" |
2564 |
version = "0.11.8" |
2565 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2566 |
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" |
2567 |
dependencies = [ |
2568 |
"bytes", |
2569 |
"cfg_aliases", |
2570 |
"pin-project-lite", |
2571 |
"quinn-proto", |
2572 |
"quinn-udp", |
2573 |
"rustc-hash 2.1.1", |
2574 |
"rustls", |
2575 |
"socket2", |
2576 |
"thiserror 2.0.12", |
2577 |
"tokio", |
2578 |
"tracing", |
2579 |
"web-time", |
2580 |
] |
2581 |
|
2582 |
[[package]] |
2583 |
name = "quinn-proto" |
2584 |
version = "0.11.12" |
2585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2586 |
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" |
2587 |
dependencies = [ |
2588 |
"bytes", |
2589 |
"getrandom 0.3.3", |
2590 |
"lru-slab", |
2591 |
"rand 0.9.1", |
2592 |
"ring", |
2593 |
"rustc-hash 2.1.1", |
2594 |
"rustls", |
2595 |
"rustls-pki-types", |
2596 |
"slab", |
2597 |
"thiserror 2.0.12", |
2598 |
"tinyvec", |
2599 |
"tracing", |
2600 |
"web-time", |
2601 |
] |
2602 |
|
2603 |
[[package]] |
2604 |
name = "quinn-udp" |
2605 |
version = "0.5.12" |
2606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2607 |
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" |
2608 |
dependencies = [ |
2609 |
"cfg_aliases", |
2610 |
"libc", |
2611 |
"once_cell", |
2612 |
"socket2", |
2613 |
"tracing", |
2614 |
"windows-sys 0.59.0", |
2615 |
] |
2616 |
|
2617 |
[[package]] |
2618 |
name = "quote" |
2619 |
version = "1.0.40" |
2620 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2621 |
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
2622 |
dependencies = [ |
2623 |
"proc-macro2", |
2624 |
] |
2625 |
|
2626 |
[[package]] |
2627 |
name = "r-efi" |
2628 |
version = "5.2.0" |
2629 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2630 |
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" |
2631 |
|
2632 |
[[package]] |
2633 |
name = "radium" |
2634 |
version = "0.7.0" |
2635 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2636 |
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
2637 |
|
2638 |
[[package]] |
2639 |
name = "radix_trie" |
2640 |
version = "0.2.1" |
2641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2642 |
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" |
2643 |
dependencies = [ |
2644 |
"endian-type", |
2645 |
"nibble_vec", |
2646 |
"serde", |
2647 |
] |
2648 |
|
2649 |
[[package]] |
2650 |
name = "rand" |
2651 |
version = "0.8.5" |
2652 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2653 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
2654 |
dependencies = [ |
2655 |
"libc", |
2656 |
"rand_chacha 0.3.1", |
2657 |
"rand_core 0.6.4", |
2658 |
] |
2659 |
|
2660 |
[[package]] |
2661 |
name = "rand" |
2662 |
version = "0.9.1" |
2663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2664 |
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" |
2665 |
dependencies = [ |
2666 |
"rand_chacha 0.9.0", |
2667 |
"rand_core 0.9.3", |
2668 |
] |
2669 |
|
2670 |
[[package]] |
2671 |
name = "rand_chacha" |
2672 |
version = "0.3.1" |
2673 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2674 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
2675 |
dependencies = [ |
2676 |
"ppv-lite86", |
2677 |
"rand_core 0.6.4", |
2678 |
] |
2679 |
|
2680 |
[[package]] |
2681 |
name = "rand_chacha" |
2682 |
version = "0.9.0" |
2683 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2684 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
2685 |
dependencies = [ |
2686 |
"ppv-lite86", |
2687 |
"rand_core 0.9.3", |
2688 |
] |
2689 |
|
2690 |
[[package]] |
2691 |
name = "rand_core" |
2692 |
version = "0.6.4" |
2693 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2694 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
2695 |
dependencies = [ |
2696 |
"getrandom 0.2.16", |
2697 |
] |
2698 |
|
2699 |
[[package]] |
2700 |
name = "rand_core" |
2701 |
version = "0.9.3" |
2702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2703 |
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
2704 |
dependencies = [ |
2705 |
"getrandom 0.3.3", |
2706 |
] |
2707 |
|
2708 |
[[package]] |
2709 |
name = "rawpointer" |
2710 |
version = "0.2.1" |
2711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2712 |
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
2713 |
|
2714 |
[[package]] |
2715 |
name = "rayon" |
2716 |
version = "1.10.0" |
2717 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2718 |
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
2719 |
dependencies = [ |
2720 |
"either", |
2721 |
"rayon-core", |
2722 |
] |
2723 |
|
2724 |
[[package]] |
2725 |
name = "rayon-core" |
2726 |
version = "1.12.1" |
2727 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2728 |
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
2729 |
dependencies = [ |
2730 |
"crossbeam-deque", |
2731 |
"crossbeam-utils", |
2732 |
] |
2733 |
|
2734 |
[[package]] |
2735 |
name = "reblessive" |
2736 |
version = "0.4.3" |
2737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2738 |
checksum = "bbc4a4ea2a66a41a1152c4b3d86e8954dc087bdf33af35446e6e176db4e73c8c" |
2739 |
|
2740 |
[[package]] |
2741 |
name = "redox_syscall" |
2742 |
version = "0.5.12" |
2743 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2744 |
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" |
2745 |
dependencies = [ |
2746 |
"bitflags", |
2747 |
] |
2748 |
|
2749 |
[[package]] |
2750 |
name = "redox_users" |
2751 |
version = "0.4.6" |
2752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2753 |
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
2754 |
dependencies = [ |
2755 |
"getrandom 0.2.16", |
2756 |
"libredox", |
2757 |
"thiserror 1.0.69", |
2758 |
] |
2759 |
|
2760 |
[[package]] |
2761 |
name = "ref-cast" |
2762 |
version = "1.0.24" |
2763 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2764 |
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" |
2765 |
dependencies = [ |
2766 |
"ref-cast-impl", |
2767 |
] |
2768 |
|
2769 |
[[package]] |
2770 |
name = "ref-cast-impl" |
2771 |
version = "1.0.24" |
2772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2773 |
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" |
2774 |
dependencies = [ |
2775 |
"proc-macro2", |
2776 |
"quote", |
2777 |
"syn 2.0.101", |
2778 |
] |
2779 |
|
2780 |
[[package]] |
2781 |
name = "regex" |
2782 |
version = "1.11.1" |
2783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2784 |
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
2785 |
dependencies = [ |
2786 |
"aho-corasick", |
2787 |
"memchr", |
2788 |
"regex-automata", |
2789 |
"regex-syntax", |
2790 |
] |
2791 |
|
2792 |
[[package]] |
2793 |
name = "regex-automata" |
2794 |
version = "0.4.9" |
2795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2796 |
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
2797 |
dependencies = [ |
2798 |
"aho-corasick", |
2799 |
"memchr", |
2800 |
"regex-syntax", |
2801 |
] |
2802 |
|
2803 |
[[package]] |
2804 |
name = "regex-syntax" |
2805 |
version = "0.8.5" |
2806 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2807 |
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
2808 |
|
2809 |
[[package]] |
2810 |
name = "rend" |
2811 |
version = "0.4.2" |
2812 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2813 |
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
2814 |
dependencies = [ |
2815 |
"bytecheck", |
2816 |
] |
2817 |
|
2818 |
[[package]] |
2819 |
name = "reqwest" |
2820 |
version = "0.12.18" |
2821 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2822 |
checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5" |
2823 |
dependencies = [ |
2824 |
"base64 0.22.1", |
2825 |
"bytes", |
2826 |
"futures-core", |
2827 |
"futures-util", |
2828 |
"http", |
2829 |
"http-body", |
2830 |
"http-body-util", |
2831 |
"hyper", |
2832 |
"hyper-rustls", |
2833 |
"hyper-util", |
2834 |
"ipnet", |
2835 |
"js-sys", |
2836 |
"log", |
2837 |
"mime", |
2838 |
"mime_guess", |
2839 |
"once_cell", |
2840 |
"percent-encoding", |
2841 |
"pin-project-lite", |
2842 |
"quinn", |
2843 |
"rustls", |
2844 |
"rustls-pki-types", |
2845 |
"serde", |
2846 |
"serde_json", |
2847 |
"serde_urlencoded", |
2848 |
"sync_wrapper", |
2849 |
"tokio", |
2850 |
"tokio-rustls", |
2851 |
"tokio-util", |
2852 |
"tower", |
2853 |
"tower-http", |
2854 |
"tower-service", |
2855 |
"url", |
2856 |
"wasm-bindgen", |
2857 |
"wasm-bindgen-futures", |
2858 |
"wasm-streams", |
2859 |
"web-sys", |
2860 |
"webpki-roots 1.0.0", |
2861 |
] |
2862 |
|
2863 |
[[package]] |
2864 |
name = "revision" |
2865 |
version = "0.11.0" |
2866 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2867 |
checksum = "54b8ee532f15b2f0811eb1a50adf10d036e14a6cdae8d99893e7f3b921cb227d" |
2868 |
dependencies = [ |
2869 |
"chrono", |
2870 |
"geo", |
2871 |
"regex", |
2872 |
"revision-derive", |
2873 |
"roaring", |
2874 |
"rust_decimal", |
2875 |
"uuid", |
2876 |
] |
2877 |
|
2878 |
[[package]] |
2879 |
name = "revision-derive" |
2880 |
version = "0.11.0" |
2881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2882 |
checksum = "d3415e1bc838c36f9a0a2ac60c0fa0851c72297685e66592c44870d82834dfa2" |
2883 |
dependencies = [ |
2884 |
"proc-macro2", |
2885 |
"quote", |
2886 |
"syn 2.0.101", |
2887 |
] |
2888 |
|
2889 |
[[package]] |
2890 |
name = "ring" |
2891 |
version = "0.17.14" |
2892 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2893 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
2894 |
dependencies = [ |
2895 |
"cc", |
2896 |
"cfg-if", |
2897 |
"getrandom 0.2.16", |
2898 |
"libc", |
2899 |
"untrusted", |
2900 |
"windows-sys 0.52.0", |
2901 |
] |
2902 |
|
2903 |
[[package]] |
2904 |
name = "rkyv" |
2905 |
version = "0.7.45" |
2906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2907 |
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" |
2908 |
dependencies = [ |
2909 |
"bitvec", |
2910 |
"bytecheck", |
2911 |
"bytes", |
2912 |
"hashbrown 0.12.3", |
2913 |
"ptr_meta", |
2914 |
"rend", |
2915 |
"rkyv_derive", |
2916 |
"seahash", |
2917 |
"tinyvec", |
2918 |
"uuid", |
2919 |
] |
2920 |
|
2921 |
[[package]] |
2922 |
name = "rkyv_derive" |
2923 |
version = "0.7.45" |
2924 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2925 |
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" |
2926 |
dependencies = [ |
2927 |
"proc-macro2", |
2928 |
"quote", |
2929 |
"syn 1.0.109", |
2930 |
] |
2931 |
|
2932 |
[[package]] |
2933 |
name = "rmp" |
2934 |
version = "0.8.14" |
2935 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2936 |
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" |
2937 |
dependencies = [ |
2938 |
"byteorder", |
2939 |
"num-traits", |
2940 |
"paste", |
2941 |
] |
2942 |
|
2943 |
[[package]] |
2944 |
name = "rmp-serde" |
2945 |
version = "1.3.0" |
2946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2947 |
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" |
2948 |
dependencies = [ |
2949 |
"byteorder", |
2950 |
"rmp", |
2951 |
"serde", |
2952 |
] |
2953 |
|
2954 |
[[package]] |
2955 |
name = "rmpv" |
2956 |
version = "1.3.0" |
2957 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2958 |
checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9" |
2959 |
dependencies = [ |
2960 |
"num-traits", |
2961 |
"rmp", |
2962 |
] |
2963 |
|
2964 |
[[package]] |
2965 |
name = "roaring" |
2966 |
version = "0.10.12" |
2967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2968 |
checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b" |
2969 |
dependencies = [ |
2970 |
"bytemuck", |
2971 |
"byteorder", |
2972 |
"serde", |
2973 |
] |
2974 |
|
2975 |
[[package]] |
2976 |
name = "robust" |
2977 |
version = "1.2.0" |
2978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2979 |
checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839" |
2980 |
|
2981 |
[[package]] |
2982 |
name = "rocksdb" |
2983 |
version = "0.23.0" |
2984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2985 |
checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" |
2986 |
dependencies = [ |
2987 |
"libc", |
2988 |
"librocksdb-sys", |
2989 |
] |
2990 |
|
2991 |
[[package]] |
2992 |
name = "rstar" |
2993 |
version = "0.12.2" |
2994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2995 |
checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb" |
2996 |
dependencies = [ |
2997 |
"heapless", |
2998 |
"num-traits", |
2999 |
"smallvec", |
3000 |
] |
3001 |
|
3002 |
[[package]] |
3003 |
name = "rust-stemmers" |
3004 |
version = "1.2.0" |
3005 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3006 |
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" |
3007 |
dependencies = [ |
3008 |
"serde", |
3009 |
"serde_derive", |
3010 |
] |
3011 |
|
3012 |
[[package]] |
3013 |
name = "rust_decimal" |
3014 |
version = "1.37.1" |
3015 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3016 |
checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50" |
3017 |
dependencies = [ |
3018 |
"arrayvec", |
3019 |
"borsh", |
3020 |
"bytes", |
3021 |
"num-traits", |
3022 |
"rand 0.8.5", |
3023 |
"rkyv", |
3024 |
"serde", |
3025 |
"serde_json", |
3026 |
] |
3027 |
|
3028 |
[[package]] |
3029 |
name = "rustc-demangle" |
3030 |
version = "0.1.24" |
3031 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3032 |
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
3033 |
|
3034 |
[[package]] |
3035 |
name = "rustc-hash" |
3036 |
version = "1.1.0" |
3037 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3038 |
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
3039 |
|
3040 |
[[package]] |
3041 |
name = "rustc-hash" |
3042 |
version = "2.1.1" |
3043 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3044 |
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
3045 |
|
3046 |
[[package]] |
3047 |
name = "rustc_lexer" |
3048 |
version = "0.1.0" |
3049 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3050 |
checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" |
3051 |
dependencies = [ |
3052 |
"unicode-xid", |
3053 |
] |
3054 |
|
3055 |
[[package]] |
3056 |
name = "rustc_version" |
3057 |
version = "0.4.1" |
3058 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3059 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
3060 |
dependencies = [ |
3061 |
"semver", |
3062 |
] |
3063 |
|
3064 |
[[package]] |
3065 |
name = "rustix" |
3066 |
version = "1.0.7" |
3067 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3068 |
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
3069 |
dependencies = [ |
3070 |
"bitflags", |
3071 |
"errno", |
3072 |
"libc", |
3073 |
"linux-raw-sys", |
3074 |
"windows-sys 0.59.0", |
3075 |
] |
3076 |
|
3077 |
[[package]] |
3078 |
name = "rustls" |
3079 |
version = "0.23.27" |
3080 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3081 |
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" |
3082 |
dependencies = [ |
3083 |
"log", |
3084 |
"once_cell", |
3085 |
"ring", |
3086 |
"rustls-pki-types", |
3087 |
"rustls-webpki", |
3088 |
"subtle", |
3089 |
"zeroize", |
3090 |
] |
3091 |
|
3092 |
[[package]] |
3093 |
name = "rustls-pki-types" |
3094 |
version = "1.12.0" |
3095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3096 |
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
3097 |
dependencies = [ |
3098 |
"web-time", |
3099 |
"zeroize", |
3100 |
] |
3101 |
|
3102 |
[[package]] |
3103 |
name = "rustls-webpki" |
3104 |
version = "0.103.3" |
3105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3106 |
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" |
3107 |
dependencies = [ |
3108 |
"ring", |
3109 |
"rustls-pki-types", |
3110 |
"untrusted", |
3111 |
] |
3112 |
|
3113 |
[[package]] |
3114 |
name = "rustversion" |
3115 |
version = "1.0.21" |
3116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3117 |
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
3118 |
|
3119 |
[[package]] |
3120 |
name = "ryu" |
3121 |
version = "1.0.20" |
3122 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3123 |
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
3124 |
|
3125 |
[[package]] |
3126 |
name = "salaryman" |
3127 |
version = "0.1.0" |
3128 |
dependencies = [ |
3129 |
"serde", |
3130 |
"surrealdb", |
3131 |
"tokio", |
3132 |
] |
3133 |
|
3134 |
[[package]] |
3135 |
name = "salsa20" |
3136 |
version = "0.10.2" |
3137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3138 |
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" |
3139 |
dependencies = [ |
3140 |
"cipher", |
3141 |
] |
3142 |
|
3143 |
[[package]] |
3144 |
name = "same-file" |
3145 |
version = "1.0.6" |
3146 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3147 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
3148 |
dependencies = [ |
3149 |
"winapi-util", |
3150 |
] |
3151 |
|
3152 |
[[package]] |
3153 |
name = "scopeguard" |
3154 |
version = "1.2.0" |
3155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3156 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
3157 |
|
3158 |
[[package]] |
3159 |
name = "scrypt" |
3160 |
version = "0.11.0" |
3161 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3162 |
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" |
3163 |
dependencies = [ |
3164 |
"password-hash", |
3165 |
"pbkdf2", |
3166 |
"salsa20", |
3167 |
"sha2", |
3168 |
] |
3169 |
|
3170 |
[[package]] |
3171 |
name = "seahash" |
3172 |
version = "4.1.0" |
3173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3174 |
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
3175 |
|
3176 |
[[package]] |
3177 |
name = "semver" |
3178 |
version = "1.0.26" |
3179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3180 |
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
3181 |
dependencies = [ |
3182 |
"serde", |
3183 |
] |
3184 |
|
3185 |
[[package]] |
3186 |
name = "send_wrapper" |
3187 |
version = "0.6.0" |
3188 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3189 |
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" |
3190 |
|
3191 |
[[package]] |
3192 |
name = "serde" |
3193 |
version = "1.0.219" |
3194 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3195 |
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
3196 |
dependencies = [ |
3197 |
"serde_derive", |
3198 |
] |
3199 |
|
3200 |
[[package]] |
3201 |
name = "serde-content" |
3202 |
version = "0.1.2" |
3203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3204 |
checksum = "3753ca04f350fa92d00b6146a3555e63c55388c9ef2e11e09bce2ff1c0b509c6" |
3205 |
dependencies = [ |
3206 |
"serde", |
3207 |
] |
3208 |
|
3209 |
[[package]] |
3210 |
name = "serde_derive" |
3211 |
version = "1.0.219" |
3212 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3213 |
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
3214 |
dependencies = [ |
3215 |
"proc-macro2", |
3216 |
"quote", |
3217 |
"syn 2.0.101", |
3218 |
] |
3219 |
|
3220 |
[[package]] |
3221 |
name = "serde_json" |
3222 |
version = "1.0.140" |
3223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3224 |
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
3225 |
dependencies = [ |
3226 |
"indexmap 2.9.0", |
3227 |
"itoa", |
3228 |
"memchr", |
3229 |
"ryu", |
3230 |
"serde", |
3231 |
] |
3232 |
|
3233 |
[[package]] |
3234 |
name = "serde_urlencoded" |
3235 |
version = "0.7.1" |
3236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3237 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
3238 |
dependencies = [ |
3239 |
"form_urlencoded", |
3240 |
"itoa", |
3241 |
"ryu", |
3242 |
"serde", |
3243 |
] |
3244 |
|
3245 |
[[package]] |
3246 |
name = "serde_with" |
3247 |
version = "3.12.0" |
3248 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3249 |
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
3250 |
dependencies = [ |
3251 |
"base64 0.22.1", |
3252 |
"chrono", |
3253 |
"hex", |
3254 |
"indexmap 1.9.3", |
3255 |
"indexmap 2.9.0", |
3256 |
"serde", |
3257 |
"serde_derive", |
3258 |
"serde_json", |
3259 |
"serde_with_macros", |
3260 |
"time", |
3261 |
] |
3262 |
|
3263 |
[[package]] |
3264 |
name = "serde_with_macros" |
3265 |
version = "3.12.0" |
3266 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3267 |
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" |
3268 |
dependencies = [ |
3269 |
"darling", |
3270 |
"proc-macro2", |
3271 |
"quote", |
3272 |
"syn 2.0.101", |
3273 |
] |
3274 |
|
3275 |
[[package]] |
3276 |
name = "sha1" |
3277 |
version = "0.10.6" |
3278 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3279 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
3280 |
dependencies = [ |
3281 |
"cfg-if", |
3282 |
"cpufeatures", |
3283 |
"digest", |
3284 |
] |
3285 |
|
3286 |
[[package]] |
3287 |
name = "sha2" |
3288 |
version = "0.10.9" |
3289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3290 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
3291 |
dependencies = [ |
3292 |
"cfg-if", |
3293 |
"cpufeatures", |
3294 |
"digest", |
3295 |
] |
3296 |
|
3297 |
[[package]] |
3298 |
name = "shlex" |
3299 |
version = "1.3.0" |
3300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3301 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
3302 |
|
3303 |
[[package]] |
3304 |
name = "signal-hook-registry" |
3305 |
version = "1.4.5" |
3306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3307 |
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
3308 |
dependencies = [ |
3309 |
"libc", |
3310 |
] |
3311 |
|
3312 |
[[package]] |
3313 |
name = "simdutf8" |
3314 |
version = "0.1.5" |
3315 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3316 |
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
3317 |
|
3318 |
[[package]] |
3319 |
name = "simple_asn1" |
3320 |
version = "0.6.3" |
3321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3322 |
checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" |
3323 |
dependencies = [ |
3324 |
"num-bigint", |
3325 |
"num-traits", |
3326 |
"thiserror 2.0.12", |
3327 |
"time", |
3328 |
] |
3329 |
|
3330 |
[[package]] |
3331 |
name = "siphasher" |
3332 |
version = "1.0.1" |
3333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3334 |
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
3335 |
|
3336 |
[[package]] |
3337 |
name = "slab" |
3338 |
version = "0.4.9" |
3339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3340 |
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
3341 |
dependencies = [ |
3342 |
"autocfg", |
3343 |
] |
3344 |
|
3345 |
[[package]] |
3346 |
name = "smallvec" |
3347 |
version = "1.15.0" |
3348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3349 |
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
3350 |
|
3351 |
[[package]] |
3352 |
name = "smol_str" |
3353 |
version = "0.2.2" |
3354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3355 |
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
3356 |
dependencies = [ |
3357 |
"serde", |
3358 |
] |
3359 |
|
3360 |
[[package]] |
3361 |
name = "snap" |
3362 |
version = "1.1.1" |
3363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3364 |
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
3365 |
|
3366 |
[[package]] |
3367 |
name = "socket2" |
3368 |
version = "0.5.10" |
3369 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3370 |
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
3371 |
dependencies = [ |
3372 |
"libc", |
3373 |
"windows-sys 0.52.0", |
3374 |
] |
3375 |
|
3376 |
[[package]] |
3377 |
name = "spade" |
3378 |
version = "2.13.1" |
3379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3380 |
checksum = "1ece03ff43cd2a9b57ebf776ea5e78bd30b3b4185a619f041079f4109f385034" |
3381 |
dependencies = [ |
3382 |
"hashbrown 0.15.3", |
3383 |
"num-traits", |
3384 |
"robust", |
3385 |
"smallvec", |
3386 |
] |
3387 |
|
3388 |
[[package]] |
3389 |
name = "spin" |
3390 |
version = "0.9.8" |
3391 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3392 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
3393 |
|
3394 |
[[package]] |
3395 |
name = "stable_deref_trait" |
3396 |
version = "1.2.0" |
3397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3398 |
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
3399 |
|
3400 |
[[package]] |
3401 |
name = "stacker" |
3402 |
version = "0.1.21" |
3403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3404 |
checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b" |
3405 |
dependencies = [ |
3406 |
"cc", |
3407 |
"cfg-if", |
3408 |
"libc", |
3409 |
"psm", |
3410 |
"windows-sys 0.59.0", |
3411 |
] |
3412 |
|
3413 |
[[package]] |
3414 |
name = "static_assertions_next" |
3415 |
version = "1.1.2" |
3416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3417 |
checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766" |
3418 |
|
3419 |
[[package]] |
3420 |
name = "storekey" |
3421 |
version = "0.5.0" |
3422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3423 |
checksum = "43c42833834a5d23b344f71d87114e0cc9994766a5c42938f4b50e7b2aef85b2" |
3424 |
dependencies = [ |
3425 |
"byteorder", |
3426 |
"memchr", |
3427 |
"serde", |
3428 |
"thiserror 1.0.69", |
3429 |
] |
3430 |
|
3431 |
[[package]] |
3432 |
name = "string_cache" |
3433 |
version = "0.8.9" |
3434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3435 |
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
3436 |
dependencies = [ |
3437 |
"new_debug_unreachable", |
3438 |
"parking_lot", |
3439 |
"phf_shared", |
3440 |
"precomputed-hash", |
3441 |
"serde", |
3442 |
] |
3443 |
|
3444 |
[[package]] |
3445 |
name = "string_cache_codegen" |
3446 |
version = "0.5.4" |
3447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3448 |
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
3449 |
dependencies = [ |
3450 |
"phf_generator", |
3451 |
"phf_shared", |
3452 |
"proc-macro2", |
3453 |
"quote", |
3454 |
] |
3455 |
|
3456 |
[[package]] |
3457 |
name = "strsim" |
3458 |
version = "0.11.1" |
3459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3460 |
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
3461 |
|
3462 |
[[package]] |
3463 |
name = "strum" |
3464 |
version = "0.26.3" |
3465 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3466 |
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
3467 |
dependencies = [ |
3468 |
"strum_macros", |
3469 |
] |
3470 |
|
3471 |
[[package]] |
3472 |
name = "strum_macros" |
3473 |
version = "0.26.4" |
3474 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3475 |
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
3476 |
dependencies = [ |
3477 |
"heck", |
3478 |
"proc-macro2", |
3479 |
"quote", |
3480 |
"rustversion", |
3481 |
"syn 2.0.101", |
3482 |
] |
3483 |
|
3484 |
[[package]] |
3485 |
name = "subtle" |
3486 |
version = "2.6.1" |
3487 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3488 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
3489 |
|
3490 |
[[package]] |
3491 |
name = "surrealdb" |
3492 |
version = "2.3.3" |
3493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3494 |
checksum = "5cf2d416390d6acd6e37b369805324a27398fa881b2279d85c65f7a857ef72c6" |
3495 |
dependencies = [ |
3496 |
"arrayvec", |
3497 |
"async-channel", |
3498 |
"bincode", |
3499 |
"chrono", |
3500 |
"dmp", |
3501 |
"futures", |
3502 |
"geo", |
3503 |
"getrandom 0.3.3", |
3504 |
"indexmap 2.9.0", |
3505 |
"path-clean", |
3506 |
"pharos", |
3507 |
"reblessive", |
3508 |
"reqwest", |
3509 |
"revision", |
3510 |
"ring", |
3511 |
"rust_decimal", |
3512 |
"rustls", |
3513 |
"rustls-pki-types", |
3514 |
"semver", |
3515 |
"serde", |
3516 |
"serde-content", |
3517 |
"serde_json", |
3518 |
"surrealdb-core", |
3519 |
"thiserror 1.0.69", |
3520 |
"tokio", |
3521 |
"tokio-tungstenite", |
3522 |
"tokio-util", |
3523 |
"tracing", |
3524 |
"trice", |
3525 |
"url", |
3526 |
"uuid", |
3527 |
"wasm-bindgen-futures", |
3528 |
"wasmtimer", |
3529 |
"ws_stream_wasm", |
3530 |
] |
3531 |
|
3532 |
[[package]] |
3533 |
name = "surrealdb-core" |
3534 |
version = "2.3.3" |
3535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3536 |
checksum = "5eb78cf5031f8a506be71ee978faf541446e879862f727dc372d2227a7e0f585" |
3537 |
dependencies = [ |
3538 |
"addr", |
3539 |
"affinitypool", |
3540 |
"ahash 0.8.12", |
3541 |
"ammonia", |
3542 |
"any_ascii", |
3543 |
"argon2", |
3544 |
"async-channel", |
3545 |
"async-executor", |
3546 |
"async-graphql", |
3547 |
"base64 0.21.7", |
3548 |
"bcrypt", |
3549 |
"bincode", |
3550 |
"blake3", |
3551 |
"bytes", |
3552 |
"castaway", |
3553 |
"cedar-policy", |
3554 |
"chrono", |
3555 |
"ciborium", |
3556 |
"dashmap", |
3557 |
"deunicode", |
3558 |
"dmp", |
3559 |
"ext-sort", |
3560 |
"fst", |
3561 |
"futures", |
3562 |
"fuzzy-matcher", |
3563 |
"geo", |
3564 |
"geo-types", |
3565 |
"getrandom 0.3.3", |
3566 |
"hex", |
3567 |
"http", |
3568 |
"ipnet", |
3569 |
"jsonwebtoken", |
3570 |
"lexicmp", |
3571 |
"linfa-linalg", |
3572 |
"md-5", |
3573 |
"nanoid", |
3574 |
"ndarray", |
3575 |
"ndarray-stats", |
3576 |
"num-traits", |
3577 |
"num_cpus", |
3578 |
"object_store", |
3579 |
"parking_lot", |
3580 |
"pbkdf2", |
3581 |
"pharos", |
3582 |
"phf", |
3583 |
"pin-project-lite", |
3584 |
"quick_cache", |
3585 |
"radix_trie", |
3586 |
"rand 0.8.5", |
3587 |
"rayon", |
3588 |
"reblessive", |
3589 |
"regex", |
3590 |
"revision", |
3591 |
"ring", |
3592 |
"rmpv", |
3593 |
"roaring", |
3594 |
"rocksdb", |
3595 |
"rust-stemmers", |
3596 |
"rust_decimal", |
3597 |
"scrypt", |
3598 |
"semver", |
3599 |
"serde", |
3600 |
"serde-content", |
3601 |
"serde_json", |
3602 |
"sha1", |
3603 |
"sha2", |
3604 |
"snap", |
3605 |
"storekey", |
3606 |
"strsim", |
3607 |
"subtle", |
3608 |
"sysinfo", |
3609 |
"tempfile", |
3610 |
"thiserror 1.0.69", |
3611 |
"tokio", |
3612 |
"tracing", |
3613 |
"trice", |
3614 |
"ulid", |
3615 |
"unicase", |
3616 |
"url", |
3617 |
"uuid", |
3618 |
"vart", |
3619 |
"wasm-bindgen-futures", |
3620 |
"wasmtimer", |
3621 |
"ws_stream_wasm", |
3622 |
] |
3623 |
|
3624 |
[[package]] |
3625 |
name = "syn" |
3626 |
version = "1.0.109" |
3627 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3628 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
3629 |
dependencies = [ |
3630 |
"proc-macro2", |
3631 |
"quote", |
3632 |
"unicode-ident", |
3633 |
] |
3634 |
|
3635 |
[[package]] |
3636 |
name = "syn" |
3637 |
version = "2.0.101" |
3638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3639 |
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" |
3640 |
dependencies = [ |
3641 |
"proc-macro2", |
3642 |
"quote", |
3643 |
"unicode-ident", |
3644 |
] |
3645 |
|
3646 |
[[package]] |
3647 |
name = "sync_wrapper" |
3648 |
version = "1.0.2" |
3649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3650 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
3651 |
dependencies = [ |
3652 |
"futures-core", |
3653 |
] |
3654 |
|
3655 |
[[package]] |
3656 |
name = "synstructure" |
3657 |
version = "0.13.2" |
3658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3659 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
3660 |
dependencies = [ |
3661 |
"proc-macro2", |
3662 |
"quote", |
3663 |
"syn 2.0.101", |
3664 |
] |
3665 |
|
3666 |
[[package]] |
3667 |
name = "sysinfo" |
3668 |
version = "0.33.1" |
3669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3670 |
checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" |
3671 |
dependencies = [ |
3672 |
"core-foundation-sys", |
3673 |
"libc", |
3674 |
"memchr", |
3675 |
"ntapi", |
3676 |
"rayon", |
3677 |
"windows", |
3678 |
] |
3679 |
|
3680 |
[[package]] |
3681 |
name = "tap" |
3682 |
version = "1.0.1" |
3683 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3684 |
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
3685 |
|
3686 |
[[package]] |
3687 |
name = "tempfile" |
3688 |
version = "3.20.0" |
3689 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3690 |
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
3691 |
dependencies = [ |
3692 |
"fastrand", |
3693 |
"getrandom 0.3.3", |
3694 |
"once_cell", |
3695 |
"rustix", |
3696 |
"windows-sys 0.59.0", |
3697 |
] |
3698 |
|
3699 |
[[package]] |
3700 |
name = "tendril" |
3701 |
version = "0.4.3" |
3702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3703 |
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
3704 |
dependencies = [ |
3705 |
"futf", |
3706 |
"mac", |
3707 |
"utf-8", |
3708 |
] |
3709 |
|
3710 |
[[package]] |
3711 |
name = "term" |
3712 |
version = "0.7.0" |
3713 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3714 |
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
3715 |
dependencies = [ |
3716 |
"dirs-next", |
3717 |
"rustversion", |
3718 |
"winapi", |
3719 |
] |
3720 |
|
3721 |
[[package]] |
3722 |
name = "thiserror" |
3723 |
version = "1.0.69" |
3724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3725 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
3726 |
dependencies = [ |
3727 |
"thiserror-impl 1.0.69", |
3728 |
] |
3729 |
|
3730 |
[[package]] |
3731 |
name = "thiserror" |
3732 |
version = "2.0.12" |
3733 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3734 |
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
3735 |
dependencies = [ |
3736 |
"thiserror-impl 2.0.12", |
3737 |
] |
3738 |
|
3739 |
[[package]] |
3740 |
name = "thiserror-impl" |
3741 |
version = "1.0.69" |
3742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3743 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
3744 |
dependencies = [ |
3745 |
"proc-macro2", |
3746 |
"quote", |
3747 |
"syn 2.0.101", |
3748 |
] |
3749 |
|
3750 |
[[package]] |
3751 |
name = "thiserror-impl" |
3752 |
version = "2.0.12" |
3753 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3754 |
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
3755 |
dependencies = [ |
3756 |
"proc-macro2", |
3757 |
"quote", |
3758 |
"syn 2.0.101", |
3759 |
] |
3760 |
|
3761 |
[[package]] |
3762 |
name = "thread_local" |
3763 |
version = "1.1.8" |
3764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3765 |
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
3766 |
dependencies = [ |
3767 |
"cfg-if", |
3768 |
"once_cell", |
3769 |
] |
3770 |
|
3771 |
[[package]] |
3772 |
name = "time" |
3773 |
version = "0.3.41" |
3774 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3775 |
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
3776 |
dependencies = [ |
3777 |
"deranged", |
3778 |
"itoa", |
3779 |
"num-conv", |
3780 |
"powerfmt", |
3781 |
"serde", |
3782 |
"time-core", |
3783 |
"time-macros", |
3784 |
] |
3785 |
|
3786 |
[[package]] |
3787 |
name = "time-core" |
3788 |
version = "0.1.4" |
3789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3790 |
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
3791 |
|
3792 |
[[package]] |
3793 |
name = "time-macros" |
3794 |
version = "0.2.22" |
3795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3796 |
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
3797 |
dependencies = [ |
3798 |
"num-conv", |
3799 |
"time-core", |
3800 |
] |
3801 |
|
3802 |
[[package]] |
3803 |
name = "tiny-keccak" |
3804 |
version = "2.0.2" |
3805 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3806 |
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
3807 |
dependencies = [ |
3808 |
"crunchy", |
3809 |
] |
3810 |
|
3811 |
[[package]] |
3812 |
name = "tinystr" |
3813 |
version = "0.8.1" |
3814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3815 |
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
3816 |
dependencies = [ |
3817 |
"displaydoc", |
3818 |
"zerovec", |
3819 |
] |
3820 |
|
3821 |
[[package]] |
3822 |
name = "tinyvec" |
3823 |
version = "1.9.0" |
3824 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3825 |
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
3826 |
dependencies = [ |
3827 |
"tinyvec_macros", |
3828 |
] |
3829 |
|
3830 |
[[package]] |
3831 |
name = "tinyvec_macros" |
3832 |
version = "0.1.1" |
3833 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3834 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
3835 |
|
3836 |
[[package]] |
3837 |
name = "tokio" |
3838 |
version = "1.45.1" |
3839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3840 |
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" |
3841 |
dependencies = [ |
3842 |
"backtrace", |
3843 |
"bytes", |
3844 |
"libc", |
3845 |
"mio", |
3846 |
"parking_lot", |
3847 |
"pin-project-lite", |
3848 |
"signal-hook-registry", |
3849 |
"socket2", |
3850 |
"tokio-macros", |
3851 |
"windows-sys 0.52.0", |
3852 |
] |
3853 |
|
3854 |
[[package]] |
3855 |
name = "tokio-macros" |
3856 |
version = "2.5.0" |
3857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3858 |
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
3859 |
dependencies = [ |
3860 |
"proc-macro2", |
3861 |
"quote", |
3862 |
"syn 2.0.101", |
3863 |
] |
3864 |
|
3865 |
[[package]] |
3866 |
name = "tokio-rustls" |
3867 |
version = "0.26.2" |
3868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3869 |
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
3870 |
dependencies = [ |
3871 |
"rustls", |
3872 |
"tokio", |
3873 |
] |
3874 |
|
3875 |
[[package]] |
3876 |
name = "tokio-tungstenite" |
3877 |
version = "0.23.1" |
3878 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3879 |
checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" |
3880 |
dependencies = [ |
3881 |
"futures-util", |
3882 |
"log", |
3883 |
"rustls", |
3884 |
"rustls-pki-types", |
3885 |
"tokio", |
3886 |
"tokio-rustls", |
3887 |
"tungstenite", |
3888 |
"webpki-roots 0.26.11", |
3889 |
] |
3890 |
|
3891 |
[[package]] |
3892 |
name = "tokio-util" |
3893 |
version = "0.7.15" |
3894 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3895 |
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
3896 |
dependencies = [ |
3897 |
"bytes", |
3898 |
"futures-core", |
3899 |
"futures-io", |
3900 |
"futures-sink", |
3901 |
"pin-project-lite", |
3902 |
"tokio", |
3903 |
] |
3904 |
|
3905 |
[[package]] |
3906 |
name = "toml_datetime" |
3907 |
version = "0.6.9" |
3908 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3909 |
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" |
3910 |
|
3911 |
[[package]] |
3912 |
name = "toml_edit" |
3913 |
version = "0.22.26" |
3914 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3915 |
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" |
3916 |
dependencies = [ |
3917 |
"indexmap 2.9.0", |
3918 |
"toml_datetime", |
3919 |
"winnow", |
3920 |
] |
3921 |
|
3922 |
[[package]] |
3923 |
name = "tower" |
3924 |
version = "0.5.2" |
3925 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3926 |
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
3927 |
dependencies = [ |
3928 |
"futures-core", |
3929 |
"futures-util", |
3930 |
"pin-project-lite", |
3931 |
"sync_wrapper", |
3932 |
"tokio", |
3933 |
"tower-layer", |
3934 |
"tower-service", |
3935 |
] |
3936 |
|
3937 |
[[package]] |
3938 |
name = "tower-http" |
3939 |
version = "0.6.4" |
3940 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3941 |
checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" |
3942 |
dependencies = [ |
3943 |
"bitflags", |
3944 |
"bytes", |
3945 |
"futures-util", |
3946 |
"http", |
3947 |
"http-body", |
3948 |
"iri-string", |
3949 |
"pin-project-lite", |
3950 |
"tower", |
3951 |
"tower-layer", |
3952 |
"tower-service", |
3953 |
] |
3954 |
|
3955 |
[[package]] |
3956 |
name = "tower-layer" |
3957 |
version = "0.3.3" |
3958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3959 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
3960 |
|
3961 |
[[package]] |
3962 |
name = "tower-service" |
3963 |
version = "0.3.3" |
3964 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3965 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
3966 |
|
3967 |
[[package]] |
3968 |
name = "tracing" |
3969 |
version = "0.1.41" |
3970 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3971 |
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
3972 |
dependencies = [ |
3973 |
"pin-project-lite", |
3974 |
"tracing-attributes", |
3975 |
"tracing-core", |
3976 |
] |
3977 |
|
3978 |
[[package]] |
3979 |
name = "tracing-attributes" |
3980 |
version = "0.1.28" |
3981 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3982 |
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
3983 |
dependencies = [ |
3984 |
"proc-macro2", |
3985 |
"quote", |
3986 |
"syn 2.0.101", |
3987 |
] |
3988 |
|
3989 |
[[package]] |
3990 |
name = "tracing-core" |
3991 |
version = "0.1.33" |
3992 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
3993 |
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
3994 |
dependencies = [ |
3995 |
"once_cell", |
3996 |
] |
3997 |
|
3998 |
[[package]] |
3999 |
name = "trice" |
4000 |
version = "0.4.0" |
4001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4002 |
checksum = "d3aaab10ae9fac0b10f392752bf56f0fd20845f39037fec931e8537b105b515a" |
4003 |
dependencies = [ |
4004 |
"js-sys", |
4005 |
"wasm-bindgen", |
4006 |
"web-sys", |
4007 |
] |
4008 |
|
4009 |
[[package]] |
4010 |
name = "try-lock" |
4011 |
version = "0.2.5" |
4012 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4013 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
4014 |
|
4015 |
[[package]] |
4016 |
name = "tungstenite" |
4017 |
version = "0.23.0" |
4018 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4019 |
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" |
4020 |
dependencies = [ |
4021 |
"byteorder", |
4022 |
"bytes", |
4023 |
"data-encoding", |
4024 |
"http", |
4025 |
"httparse", |
4026 |
"log", |
4027 |
"rand 0.8.5", |
4028 |
"rustls", |
4029 |
"rustls-pki-types", |
4030 |
"sha1", |
4031 |
"thiserror 1.0.69", |
4032 |
"url", |
4033 |
"utf-8", |
4034 |
] |
4035 |
|
4036 |
[[package]] |
4037 |
name = "typenum" |
4038 |
version = "1.18.0" |
4039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4040 |
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
4041 |
|
4042 |
[[package]] |
4043 |
name = "ucd-trie" |
4044 |
version = "0.1.7" |
4045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4046 |
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
4047 |
|
4048 |
[[package]] |
4049 |
name = "ulid" |
4050 |
version = "1.2.1" |
4051 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4052 |
checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" |
4053 |
dependencies = [ |
4054 |
"rand 0.9.1", |
4055 |
"serde", |
4056 |
"web-time", |
4057 |
] |
4058 |
|
4059 |
[[package]] |
4060 |
name = "unicase" |
4061 |
version = "2.8.1" |
4062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4063 |
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
4064 |
|
4065 |
[[package]] |
4066 |
name = "unicode-ident" |
4067 |
version = "1.0.18" |
4068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4069 |
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
4070 |
|
4071 |
[[package]] |
4072 |
name = "unicode-normalization" |
4073 |
version = "0.1.24" |
4074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4075 |
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
4076 |
dependencies = [ |
4077 |
"tinyvec", |
4078 |
] |
4079 |
|
4080 |
[[package]] |
4081 |
name = "unicode-script" |
4082 |
version = "0.5.7" |
4083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4084 |
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
4085 |
|
4086 |
[[package]] |
4087 |
name = "unicode-security" |
4088 |
version = "0.1.2" |
4089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4090 |
checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" |
4091 |
dependencies = [ |
4092 |
"unicode-normalization", |
4093 |
"unicode-script", |
4094 |
] |
4095 |
|
4096 |
[[package]] |
4097 |
name = "unicode-width" |
4098 |
version = "0.1.14" |
4099 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4100 |
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
4101 |
|
4102 |
[[package]] |
4103 |
name = "unicode-xid" |
4104 |
version = "0.2.6" |
4105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4106 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
4107 |
|
4108 |
[[package]] |
4109 |
name = "untrusted" |
4110 |
version = "0.9.0" |
4111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4112 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
4113 |
|
4114 |
[[package]] |
4115 |
name = "url" |
4116 |
version = "2.5.4" |
4117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4118 |
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
4119 |
dependencies = [ |
4120 |
"form_urlencoded", |
4121 |
"idna", |
4122 |
"percent-encoding", |
4123 |
] |
4124 |
|
4125 |
[[package]] |
4126 |
name = "urlencoding" |
4127 |
version = "2.1.3" |
4128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4129 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
4130 |
|
4131 |
[[package]] |
4132 |
name = "utf-8" |
4133 |
version = "0.7.6" |
4134 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4135 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
4136 |
|
4137 |
[[package]] |
4138 |
name = "utf8_iter" |
4139 |
version = "1.0.4" |
4140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4141 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
4142 |
|
4143 |
[[package]] |
4144 |
name = "uuid" |
4145 |
version = "1.17.0" |
4146 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4147 |
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" |
4148 |
dependencies = [ |
4149 |
"getrandom 0.3.3", |
4150 |
"js-sys", |
4151 |
"serde", |
4152 |
"wasm-bindgen", |
4153 |
] |
4154 |
|
4155 |
[[package]] |
4156 |
name = "vart" |
4157 |
version = "0.8.1" |
4158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4159 |
checksum = "87782b74f898179396e93c0efabb38de0d58d50bbd47eae00c71b3a1144dbbae" |
4160 |
|
4161 |
[[package]] |
4162 |
name = "vcpkg" |
4163 |
version = "0.2.15" |
4164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4165 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
4166 |
|
4167 |
[[package]] |
4168 |
name = "version_check" |
4169 |
version = "0.9.5" |
4170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4171 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
4172 |
|
4173 |
[[package]] |
4174 |
name = "walkdir" |
4175 |
version = "2.5.0" |
4176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4177 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
4178 |
dependencies = [ |
4179 |
"same-file", |
4180 |
"winapi-util", |
4181 |
] |
4182 |
|
4183 |
[[package]] |
4184 |
name = "want" |
4185 |
version = "0.3.1" |
4186 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4187 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
4188 |
dependencies = [ |
4189 |
"try-lock", |
4190 |
] |
4191 |
|
4192 |
[[package]] |
4193 |
name = "wasi" |
4194 |
version = "0.11.0+wasi-snapshot-preview1" |
4195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4196 |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
4197 |
|
4198 |
[[package]] |
4199 |
name = "wasi" |
4200 |
version = "0.14.2+wasi-0.2.4" |
4201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4202 |
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
4203 |
dependencies = [ |
4204 |
"wit-bindgen-rt", |
4205 |
] |
4206 |
|
4207 |
[[package]] |
4208 |
name = "wasm-bindgen" |
4209 |
version = "0.2.100" |
4210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4211 |
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
4212 |
dependencies = [ |
4213 |
"cfg-if", |
4214 |
"once_cell", |
4215 |
"rustversion", |
4216 |
"wasm-bindgen-macro", |
4217 |
] |
4218 |
|
4219 |
[[package]] |
4220 |
name = "wasm-bindgen-backend" |
4221 |
version = "0.2.100" |
4222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4223 |
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
4224 |
dependencies = [ |
4225 |
"bumpalo", |
4226 |
"log", |
4227 |
"proc-macro2", |
4228 |
"quote", |
4229 |
"syn 2.0.101", |
4230 |
"wasm-bindgen-shared", |
4231 |
] |
4232 |
|
4233 |
[[package]] |
4234 |
name = "wasm-bindgen-futures" |
4235 |
version = "0.4.50" |
4236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4237 |
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
4238 |
dependencies = [ |
4239 |
"cfg-if", |
4240 |
"js-sys", |
4241 |
"once_cell", |
4242 |
"wasm-bindgen", |
4243 |
"web-sys", |
4244 |
] |
4245 |
|
4246 |
[[package]] |
4247 |
name = "wasm-bindgen-macro" |
4248 |
version = "0.2.100" |
4249 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4250 |
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
4251 |
dependencies = [ |
4252 |
"quote", |
4253 |
"wasm-bindgen-macro-support", |
4254 |
] |
4255 |
|
4256 |
[[package]] |
4257 |
name = "wasm-bindgen-macro-support" |
4258 |
version = "0.2.100" |
4259 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4260 |
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
4261 |
dependencies = [ |
4262 |
"proc-macro2", |
4263 |
"quote", |
4264 |
"syn 2.0.101", |
4265 |
"wasm-bindgen-backend", |
4266 |
"wasm-bindgen-shared", |
4267 |
] |
4268 |
|
4269 |
[[package]] |
4270 |
name = "wasm-bindgen-shared" |
4271 |
version = "0.2.100" |
4272 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4273 |
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
4274 |
dependencies = [ |
4275 |
"unicode-ident", |
4276 |
] |
4277 |
|
4278 |
[[package]] |
4279 |
name = "wasm-streams" |
4280 |
version = "0.4.2" |
4281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4282 |
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
4283 |
dependencies = [ |
4284 |
"futures-util", |
4285 |
"js-sys", |
4286 |
"wasm-bindgen", |
4287 |
"wasm-bindgen-futures", |
4288 |
"web-sys", |
4289 |
] |
4290 |
|
4291 |
[[package]] |
4292 |
name = "wasmtimer" |
4293 |
version = "0.2.1" |
4294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4295 |
checksum = "c7ed9d8b15c7fb594d72bfb4b5a276f3d2029333cd93a932f376f5937f6f80ee" |
4296 |
dependencies = [ |
4297 |
"futures", |
4298 |
"js-sys", |
4299 |
"parking_lot", |
4300 |
"pin-utils", |
4301 |
"wasm-bindgen", |
4302 |
] |
4303 |
|
4304 |
[[package]] |
4305 |
name = "web-sys" |
4306 |
version = "0.3.77" |
4307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4308 |
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
4309 |
dependencies = [ |
4310 |
"js-sys", |
4311 |
"wasm-bindgen", |
4312 |
] |
4313 |
|
4314 |
[[package]] |
4315 |
name = "web-time" |
4316 |
version = "1.1.0" |
4317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4318 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
4319 |
dependencies = [ |
4320 |
"js-sys", |
4321 |
"wasm-bindgen", |
4322 |
] |
4323 |
|
4324 |
[[package]] |
4325 |
name = "web_atoms" |
4326 |
version = "0.1.2" |
4327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4328 |
checksum = "0b9c5f0bc545ea3b20b423e33b9b457764de0b3730cd957f6c6aa6c301785f6e" |
4329 |
dependencies = [ |
4330 |
"phf", |
4331 |
"phf_codegen", |
4332 |
"string_cache", |
4333 |
"string_cache_codegen", |
4334 |
] |
4335 |
|
4336 |
[[package]] |
4337 |
name = "webpki-roots" |
4338 |
version = "0.26.11" |
4339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4340 |
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
4341 |
dependencies = [ |
4342 |
"webpki-roots 1.0.0", |
4343 |
] |
4344 |
|
4345 |
[[package]] |
4346 |
name = "webpki-roots" |
4347 |
version = "1.0.0" |
4348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4349 |
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" |
4350 |
dependencies = [ |
4351 |
"rustls-pki-types", |
4352 |
] |
4353 |
|
4354 |
[[package]] |
4355 |
name = "winapi" |
4356 |
version = "0.3.9" |
4357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4358 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
4359 |
dependencies = [ |
4360 |
"winapi-i686-pc-windows-gnu", |
4361 |
"winapi-x86_64-pc-windows-gnu", |
4362 |
] |
4363 |
|
4364 |
[[package]] |
4365 |
name = "winapi-i686-pc-windows-gnu" |
4366 |
version = "0.4.0" |
4367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4368 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
4369 |
|
4370 |
[[package]] |
4371 |
name = "winapi-util" |
4372 |
version = "0.1.9" |
4373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4374 |
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
4375 |
dependencies = [ |
4376 |
"windows-sys 0.59.0", |
4377 |
] |
4378 |
|
4379 |
[[package]] |
4380 |
name = "winapi-x86_64-pc-windows-gnu" |
4381 |
version = "0.4.0" |
4382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4383 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
4384 |
|
4385 |
[[package]] |
4386 |
name = "windows" |
4387 |
version = "0.57.0" |
4388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4389 |
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
4390 |
dependencies = [ |
4391 |
"windows-core 0.57.0", |
4392 |
"windows-targets", |
4393 |
] |
4394 |
|
4395 |
[[package]] |
4396 |
name = "windows-core" |
4397 |
version = "0.57.0" |
4398 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4399 |
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
4400 |
dependencies = [ |
4401 |
"windows-implement 0.57.0", |
4402 |
"windows-interface 0.57.0", |
4403 |
"windows-result 0.1.2", |
4404 |
"windows-targets", |
4405 |
] |
4406 |
|
4407 |
[[package]] |
4408 |
name = "windows-core" |
4409 |
version = "0.61.2" |
4410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4411 |
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
4412 |
dependencies = [ |
4413 |
"windows-implement 0.60.0", |
4414 |
"windows-interface 0.59.1", |
4415 |
"windows-link", |
4416 |
"windows-result 0.3.4", |
4417 |
"windows-strings", |
4418 |
] |
4419 |
|
4420 |
[[package]] |
4421 |
name = "windows-implement" |
4422 |
version = "0.57.0" |
4423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4424 |
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
4425 |
dependencies = [ |
4426 |
"proc-macro2", |
4427 |
"quote", |
4428 |
"syn 2.0.101", |
4429 |
] |
4430 |
|
4431 |
[[package]] |
4432 |
name = "windows-implement" |
4433 |
version = "0.60.0" |
4434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4435 |
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
4436 |
dependencies = [ |
4437 |
"proc-macro2", |
4438 |
"quote", |
4439 |
"syn 2.0.101", |
4440 |
] |
4441 |
|
4442 |
[[package]] |
4443 |
name = "windows-interface" |
4444 |
version = "0.57.0" |
4445 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4446 |
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
4447 |
dependencies = [ |
4448 |
"proc-macro2", |
4449 |
"quote", |
4450 |
"syn 2.0.101", |
4451 |
] |
4452 |
|
4453 |
[[package]] |
4454 |
name = "windows-interface" |
4455 |
version = "0.59.1" |
4456 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4457 |
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
4458 |
dependencies = [ |
4459 |
"proc-macro2", |
4460 |
"quote", |
4461 |
"syn 2.0.101", |
4462 |
] |
4463 |
|
4464 |
[[package]] |
4465 |
name = "windows-link" |
4466 |
version = "0.1.1" |
4467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4468 |
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" |
4469 |
|
4470 |
[[package]] |
4471 |
name = "windows-result" |
4472 |
version = "0.1.2" |
4473 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4474 |
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
4475 |
dependencies = [ |
4476 |
"windows-targets", |
4477 |
] |
4478 |
|
4479 |
[[package]] |
4480 |
name = "windows-result" |
4481 |
version = "0.3.4" |
4482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4483 |
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
4484 |
dependencies = [ |
4485 |
"windows-link", |
4486 |
] |
4487 |
|
4488 |
[[package]] |
4489 |
name = "windows-strings" |
4490 |
version = "0.4.2" |
4491 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4492 |
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
4493 |
dependencies = [ |
4494 |
"windows-link", |
4495 |
] |
4496 |
|
4497 |
[[package]] |
4498 |
name = "windows-sys" |
4499 |
version = "0.52.0" |
4500 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4501 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
4502 |
dependencies = [ |
4503 |
"windows-targets", |
4504 |
] |
4505 |
|
4506 |
[[package]] |
4507 |
name = "windows-sys" |
4508 |
version = "0.59.0" |
4509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4510 |
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
4511 |
dependencies = [ |
4512 |
"windows-targets", |
4513 |
] |
4514 |
|
4515 |
[[package]] |
4516 |
name = "windows-targets" |
4517 |
version = "0.52.6" |
4518 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4519 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
4520 |
dependencies = [ |
4521 |
"windows_aarch64_gnullvm", |
4522 |
"windows_aarch64_msvc", |
4523 |
"windows_i686_gnu", |
4524 |
"windows_i686_gnullvm", |
4525 |
"windows_i686_msvc", |
4526 |
"windows_x86_64_gnu", |
4527 |
"windows_x86_64_gnullvm", |
4528 |
"windows_x86_64_msvc", |
4529 |
] |
4530 |
|
4531 |
[[package]] |
4532 |
name = "windows_aarch64_gnullvm" |
4533 |
version = "0.52.6" |
4534 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4535 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
4536 |
|
4537 |
[[package]] |
4538 |
name = "windows_aarch64_msvc" |
4539 |
version = "0.52.6" |
4540 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4541 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
4542 |
|
4543 |
[[package]] |
4544 |
name = "windows_i686_gnu" |
4545 |
version = "0.52.6" |
4546 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4547 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
4548 |
|
4549 |
[[package]] |
4550 |
name = "windows_i686_gnullvm" |
4551 |
version = "0.52.6" |
4552 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4553 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
4554 |
|
4555 |
[[package]] |
4556 |
name = "windows_i686_msvc" |
4557 |
version = "0.52.6" |
4558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4559 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
4560 |
|
4561 |
[[package]] |
4562 |
name = "windows_x86_64_gnu" |
4563 |
version = "0.52.6" |
4564 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4565 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
4566 |
|
4567 |
[[package]] |
4568 |
name = "windows_x86_64_gnullvm" |
4569 |
version = "0.52.6" |
4570 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4571 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
4572 |
|
4573 |
[[package]] |
4574 |
name = "windows_x86_64_msvc" |
4575 |
version = "0.52.6" |
4576 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4577 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
4578 |
|
4579 |
[[package]] |
4580 |
name = "winnow" |
4581 |
version = "0.7.10" |
4582 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4583 |
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" |
4584 |
dependencies = [ |
4585 |
"memchr", |
4586 |
] |
4587 |
|
4588 |
[[package]] |
4589 |
name = "wit-bindgen-rt" |
4590 |
version = "0.39.0" |
4591 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4592 |
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
4593 |
dependencies = [ |
4594 |
"bitflags", |
4595 |
] |
4596 |
|
4597 |
[[package]] |
4598 |
name = "writeable" |
4599 |
version = "0.6.1" |
4600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4601 |
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
4602 |
|
4603 |
[[package]] |
4604 |
name = "ws_stream_wasm" |
4605 |
version = "0.7.4" |
4606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4607 |
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" |
4608 |
dependencies = [ |
4609 |
"async_io_stream", |
4610 |
"futures", |
4611 |
"js-sys", |
4612 |
"log", |
4613 |
"pharos", |
4614 |
"rustc_version", |
4615 |
"send_wrapper", |
4616 |
"thiserror 1.0.69", |
4617 |
"wasm-bindgen", |
4618 |
"wasm-bindgen-futures", |
4619 |
"web-sys", |
4620 |
] |
4621 |
|
4622 |
[[package]] |
4623 |
name = "wyz" |
4624 |
version = "0.5.1" |
4625 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4626 |
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
4627 |
dependencies = [ |
4628 |
"tap", |
4629 |
] |
4630 |
|
4631 |
[[package]] |
4632 |
name = "yoke" |
4633 |
version = "0.8.0" |
4634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4635 |
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
4636 |
dependencies = [ |
4637 |
"serde", |
4638 |
"stable_deref_trait", |
4639 |
"yoke-derive", |
4640 |
"zerofrom", |
4641 |
] |
4642 |
|
4643 |
[[package]] |
4644 |
name = "yoke-derive" |
4645 |
version = "0.8.0" |
4646 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4647 |
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
4648 |
dependencies = [ |
4649 |
"proc-macro2", |
4650 |
"quote", |
4651 |
"syn 2.0.101", |
4652 |
"synstructure", |
4653 |
] |
4654 |
|
4655 |
[[package]] |
4656 |
name = "zerocopy" |
4657 |
version = "0.8.25" |
4658 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4659 |
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" |
4660 |
dependencies = [ |
4661 |
"zerocopy-derive", |
4662 |
] |
4663 |
|
4664 |
[[package]] |
4665 |
name = "zerocopy-derive" |
4666 |
version = "0.8.25" |
4667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4668 |
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" |
4669 |
dependencies = [ |
4670 |
"proc-macro2", |
4671 |
"quote", |
4672 |
"syn 2.0.101", |
4673 |
] |
4674 |
|
4675 |
[[package]] |
4676 |
name = "zerofrom" |
4677 |
version = "0.1.6" |
4678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4679 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
4680 |
dependencies = [ |
4681 |
"zerofrom-derive", |
4682 |
] |
4683 |
|
4684 |
[[package]] |
4685 |
name = "zerofrom-derive" |
4686 |
version = "0.1.6" |
4687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4688 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
4689 |
dependencies = [ |
4690 |
"proc-macro2", |
4691 |
"quote", |
4692 |
"syn 2.0.101", |
4693 |
"synstructure", |
4694 |
] |
4695 |
|
4696 |
[[package]] |
4697 |
name = "zeroize" |
4698 |
version = "1.8.1" |
4699 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4700 |
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
4701 |
|
4702 |
[[package]] |
4703 |
name = "zerotrie" |
4704 |
version = "0.2.2" |
4705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4706 |
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
4707 |
dependencies = [ |
4708 |
"displaydoc", |
4709 |
"yoke", |
4710 |
"zerofrom", |
4711 |
] |
4712 |
|
4713 |
[[package]] |
4714 |
name = "zerovec" |
4715 |
version = "0.11.2" |
4716 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4717 |
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
4718 |
dependencies = [ |
4719 |
"yoke", |
4720 |
"zerofrom", |
4721 |
"zerovec-derive", |
4722 |
] |
4723 |
|
4724 |
[[package]] |
4725 |
name = "zerovec-derive" |
4726 |
version = "0.11.1" |
4727 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4728 |
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
4729 |
dependencies = [ |
4730 |
"proc-macro2", |
4731 |
"quote", |
4732 |
"syn 2.0.101", |
4733 |
] |
4734 |
|
4735 |
[[package]] |
4736 |
name = "zstd-sys" |
4737 |
version = "2.0.15+zstd.1.5.7" |
4738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4739 |
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" |
4740 |
dependencies = [ |
4741 |
"bindgen 0.71.1", |
4742 |
"cc", |
4743 |
"pkg-config", |
4744 |
] |