1 |
|
2 |
|
3 | version = 4
|
4 |
|
5 | [[package]]
|
6 | name = "addr2line"
|
7 | version = "0.24.2"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
10 | dependencies = [
|
11 | "gimli",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler2"
|
16 | version = "2.0.0"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
19 |
|
20 | [[package]]
|
21 | name = "aho-corasick"
|
22 | version = "1.1.3"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
25 | dependencies = [
|
26 | "memchr",
|
27 | ]
|
28 |
|
29 | [[package]]
|
30 | name = "askama"
|
31 | version = "0.13.1"
|
32 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 | checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7"
|
34 | dependencies = [
|
35 | "askama_derive",
|
36 | "itoa",
|
37 | "percent-encoding",
|
38 | "serde",
|
39 | "serde_json",
|
40 | ]
|
41 |
|
42 | [[package]]
|
43 | name = "askama_derive"
|
44 | version = "0.13.1"
|
45 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
46 | checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac"
|
47 | dependencies = [
|
48 | "askama_parser",
|
49 | "basic-toml",
|
50 | "memchr",
|
51 | "proc-macro2",
|
52 | "quote",
|
53 | "rustc-hash",
|
54 | "serde",
|
55 | "serde_derive",
|
56 | "syn",
|
57 | ]
|
58 |
|
59 | [[package]]
|
60 | name = "askama_parser"
|
61 | version = "0.13.0"
|
62 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
63 | checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
|
64 | dependencies = [
|
65 | "memchr",
|
66 | "serde",
|
67 | "serde_derive",
|
68 | "winnow",
|
69 | ]
|
70 |
|
71 | [[package]]
|
72 | name = "async-trait"
|
73 | version = "0.1.88"
|
74 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
75 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
76 | dependencies = [
|
77 | "proc-macro2",
|
78 | "quote",
|
79 | "syn",
|
80 | ]
|
81 |
|
82 | [[package]]
|
83 | name = "autocfg"
|
84 | version = "1.4.0"
|
85 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
86 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
87 |
|
88 | [[package]]
|
89 | name = "axum"
|
90 | version = "0.8.3"
|
91 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
92 | checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288"
|
93 | dependencies = [
|
94 | "axum-core",
|
95 | "axum-macros",
|
96 | "bytes",
|
97 | "form_urlencoded",
|
98 | "futures-util",
|
99 | "http",
|
100 | "http-body",
|
101 | "http-body-util",
|
102 | "hyper",
|
103 | "hyper-util",
|
104 | "itoa",
|
105 | "matchit",
|
106 | "memchr",
|
107 | "mime",
|
108 | "percent-encoding",
|
109 | "pin-project-lite",
|
110 | "rustversion",
|
111 | "serde",
|
112 | "serde_json",
|
113 | "serde_path_to_error",
|
114 | "serde_urlencoded",
|
115 | "sync_wrapper",
|
116 | "tokio",
|
117 | "tower",
|
118 | "tower-layer",
|
119 | "tower-service",
|
120 | "tracing",
|
121 | ]
|
122 |
|
123 | [[package]]
|
124 | name = "axum-core"
|
125 | version = "0.5.2"
|
126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
127 | checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
|
128 | dependencies = [
|
129 | "bytes",
|
130 | "futures-core",
|
131 | "http",
|
132 | "http-body",
|
133 | "http-body-util",
|
134 | "mime",
|
135 | "pin-project-lite",
|
136 | "rustversion",
|
137 | "sync_wrapper",
|
138 | "tower-layer",
|
139 | "tower-service",
|
140 | "tracing",
|
141 | ]
|
142 |
|
143 | [[package]]
|
144 | name = "axum-macros"
|
145 | version = "0.5.0"
|
146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
147 | checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
|
148 | dependencies = [
|
149 | "proc-macro2",
|
150 | "quote",
|
151 | "syn",
|
152 | ]
|
153 |
|
154 | [[package]]
|
155 | name = "backtrace"
|
156 | version = "0.3.74"
|
157 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
158 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
159 | dependencies = [
|
160 | "addr2line",
|
161 | "cfg-if",
|
162 | "libc",
|
163 | "miniz_oxide",
|
164 | "object",
|
165 | "rustc-demangle",
|
166 | "windows-targets",
|
167 | ]
|
168 |
|
169 | [[package]]
|
170 | name = "base16ct"
|
171 | version = "0.2.0"
|
172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
173 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
174 |
|
175 | [[package]]
|
176 | name = "base64"
|
177 | version = "0.22.1"
|
178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
179 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
180 |
|
181 | [[package]]
|
182 | name = "basic-toml"
|
183 | version = "0.1.10"
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
185 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
|
186 | dependencies = [
|
187 | "serde",
|
188 | ]
|
189 |
|
190 | [[package]]
|
191 | name = "bitflags"
|
192 | version = "2.9.0"
|
193 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
194 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
195 |
|
196 | [[package]]
|
197 | name = "block-buffer"
|
198 | version = "0.10.4"
|
199 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
200 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
201 | dependencies = [
|
202 | "generic-array",
|
203 | ]
|
204 |
|
205 | [[package]]
|
206 | name = "bytes"
|
207 | version = "1.10.1"
|
208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
209 | checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
210 |
|
211 | [[package]]
|
212 | name = "cfg-if"
|
213 | version = "1.0.0"
|
214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
215 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
216 |
|
217 | [[package]]
|
218 | name = "cpufeatures"
|
219 | version = "0.2.17"
|
220 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
221 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
222 | dependencies = [
|
223 | "libc",
|
224 | ]
|
225 |
|
226 | [[package]]
|
227 | name = "crypto-common"
|
228 | version = "0.1.6"
|
229 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
230 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
231 | dependencies = [
|
232 | "generic-array",
|
233 | "typenum",
|
234 | ]
|
235 |
|
236 | [[package]]
|
237 | name = "darling"
|
238 | version = "0.20.10"
|
239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
240 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
241 | dependencies = [
|
242 | "darling_core",
|
243 | "darling_macro",
|
244 | ]
|
245 |
|
246 | [[package]]
|
247 | name = "darling_core"
|
248 | version = "0.20.10"
|
249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
250 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
251 | dependencies = [
|
252 | "fnv",
|
253 | "ident_case",
|
254 | "proc-macro2",
|
255 | "quote",
|
256 | "strsim",
|
257 | "syn",
|
258 | ]
|
259 |
|
260 | [[package]]
|
261 | name = "darling_macro"
|
262 | version = "0.20.10"
|
263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
265 | dependencies = [
|
266 | "darling_core",
|
267 | "quote",
|
268 | "syn",
|
269 | ]
|
270 |
|
271 | [[package]]
|
272 | name = "derive_builder"
|
273 | version = "0.20.2"
|
274 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
275 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
|
276 | dependencies = [
|
277 | "derive_builder_macro",
|
278 | ]
|
279 |
|
280 | [[package]]
|
281 | name = "derive_builder_core"
|
282 | version = "0.20.2"
|
283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
284 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
285 | dependencies = [
|
286 | "darling",
|
287 | "proc-macro2",
|
288 | "quote",
|
289 | "syn",
|
290 | ]
|
291 |
|
292 | [[package]]
|
293 | name = "derive_builder_macro"
|
294 | version = "0.20.2"
|
295 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
296 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
297 | dependencies = [
|
298 | "derive_builder_core",
|
299 | "syn",
|
300 | ]
|
301 |
|
302 | [[package]]
|
303 | name = "digest"
|
304 | version = "0.10.7"
|
305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
306 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
307 | dependencies = [
|
308 | "block-buffer",
|
309 | "crypto-common",
|
310 | ]
|
311 |
|
312 | [[package]]
|
313 | name = "displaydoc"
|
314 | version = "0.2.5"
|
315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
316 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
317 | dependencies = [
|
318 | "proc-macro2",
|
319 | "quote",
|
320 | "syn",
|
321 | ]
|
322 |
|
323 | [[package]]
|
324 | name = "fnv"
|
325 | version = "1.0.7"
|
326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
327 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
328 |
|
329 | [[package]]
|
330 | name = "form_urlencoded"
|
331 | version = "1.2.1"
|
332 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
333 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
334 | dependencies = [
|
335 | "percent-encoding",
|
336 | ]
|
337 |
|
338 | [[package]]
|
339 | name = "futures"
|
340 | version = "0.3.31"
|
341 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
342 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
343 | dependencies = [
|
344 | "futures-channel",
|
345 | "futures-core",
|
346 | "futures-executor",
|
347 | "futures-io",
|
348 | "futures-sink",
|
349 | "futures-task",
|
350 | "futures-util",
|
351 | ]
|
352 |
|
353 | [[package]]
|
354 | name = "futures-channel"
|
355 | version = "0.3.31"
|
356 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
357 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
358 | dependencies = [
|
359 | "futures-core",
|
360 | "futures-sink",
|
361 | ]
|
362 |
|
363 | [[package]]
|
364 | name = "futures-core"
|
365 | version = "0.3.31"
|
366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
367 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
368 |
|
369 | [[package]]
|
370 | name = "futures-executor"
|
371 | version = "0.3.31"
|
372 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
373 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
374 | dependencies = [
|
375 | "futures-core",
|
376 | "futures-task",
|
377 | "futures-util",
|
378 | ]
|
379 |
|
380 | [[package]]
|
381 | name = "futures-io"
|
382 | version = "0.3.31"
|
383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
384 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
385 |
|
386 | [[package]]
|
387 | name = "futures-macro"
|
388 | version = "0.3.31"
|
389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
390 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
391 | dependencies = [
|
392 | "proc-macro2",
|
393 | "quote",
|
394 | "syn",
|
395 | ]
|
396 |
|
397 | [[package]]
|
398 | name = "futures-sink"
|
399 | version = "0.3.31"
|
400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
401 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
402 |
|
403 | [[package]]
|
404 | name = "futures-task"
|
405 | version = "0.3.31"
|
406 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
407 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
408 |
|
409 | [[package]]
|
410 | name = "futures-util"
|
411 | version = "0.3.31"
|
412 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
413 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
414 | dependencies = [
|
415 | "futures-channel",
|
416 | "futures-core",
|
417 | "futures-io",
|
418 | "futures-macro",
|
419 | "futures-sink",
|
420 | "futures-task",
|
421 | "memchr",
|
422 | "pin-project-lite",
|
423 | "pin-utils",
|
424 | "slab",
|
425 | ]
|
426 |
|
427 | [[package]]
|
428 | name = "generic-array"
|
429 | version = "0.14.7"
|
430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
431 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
432 | dependencies = [
|
433 | "typenum",
|
434 | "version_check",
|
435 | ]
|
436 |
|
437 | [[package]]
|
438 | name = "getrandom"
|
439 | version = "0.3.1"
|
440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
441 | checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
442 | dependencies = [
|
443 | "cfg-if",
|
444 | "libc",
|
445 | "wasi 0.13.3+wasi-0.2.2",
|
446 | "windows-targets",
|
447 | ]
|
448 |
|
449 | [[package]]
|
450 | name = "getset"
|
451 | version = "0.1.5"
|
452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
453 | checksum = "f3586f256131df87204eb733da72e3d3eb4f343c639f4b7be279ac7c48baeafe"
|
454 | dependencies = [
|
455 | "proc-macro-error2",
|
456 | "proc-macro2",
|
457 | "quote",
|
458 | "syn",
|
459 | ]
|
460 |
|
461 | [[package]]
|
462 | name = "gimli"
|
463 | version = "0.31.1"
|
464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
465 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
466 |
|
467 | [[package]]
|
468 | name = "heck"
|
469 | version = "0.5.0"
|
470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
471 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
472 |
|
473 | [[package]]
|
474 | name = "hex-literal"
|
475 | version = "1.0.0"
|
476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
477 | checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71"
|
478 |
|
479 | [[package]]
|
480 | name = "http"
|
481 | version = "1.3.1"
|
482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
483 | checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
484 | dependencies = [
|
485 | "bytes",
|
486 | "fnv",
|
487 | "itoa",
|
488 | ]
|
489 |
|
490 | [[package]]
|
491 | name = "http-body"
|
492 | version = "1.0.1"
|
493 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
494 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
495 | dependencies = [
|
496 | "bytes",
|
497 | "http",
|
498 | ]
|
499 |
|
500 | [[package]]
|
501 | name = "http-body-util"
|
502 | version = "0.1.3"
|
503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
504 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
505 | dependencies = [
|
506 | "bytes",
|
507 | "futures-core",
|
508 | "http",
|
509 | "http-body",
|
510 | "pin-project-lite",
|
511 | ]
|
512 |
|
513 | [[package]]
|
514 | name = "httparse"
|
515 | version = "1.10.1"
|
516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
517 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
518 |
|
519 | [[package]]
|
520 | name = "httpdate"
|
521 | version = "1.0.3"
|
522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
523 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
524 |
|
525 | [[package]]
|
526 | name = "hyper"
|
527 | version = "1.6.0"
|
528 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
529 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
530 | dependencies = [
|
531 | "bytes",
|
532 | "futures-channel",
|
533 | "futures-util",
|
534 | "http",
|
535 | "http-body",
|
536 | "httparse",
|
537 | "httpdate",
|
538 | "itoa",
|
539 | "pin-project-lite",
|
540 | "smallvec",
|
541 | "tokio",
|
542 | ]
|
543 |
|
544 | [[package]]
|
545 | name = "hyper-util"
|
546 | version = "0.1.10"
|
547 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
548 | checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
549 | dependencies = [
|
550 | "bytes",
|
551 | "futures-util",
|
552 | "http",
|
553 | "http-body",
|
554 | "hyper",
|
555 | "pin-project-lite",
|
556 | "tokio",
|
557 | "tower-service",
|
558 | ]
|
559 |
|
560 | [[package]]
|
561 | name = "icu_collections"
|
562 | version = "1.5.0"
|
563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
564 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
565 | dependencies = [
|
566 | "displaydoc",
|
567 | "yoke",
|
568 | "zerofrom",
|
569 | "zerovec",
|
570 | ]
|
571 |
|
572 | [[package]]
|
573 | name = "icu_locid"
|
574 | version = "1.5.0"
|
575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
576 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
577 | dependencies = [
|
578 | "displaydoc",
|
579 | "litemap",
|
580 | "tinystr",
|
581 | "writeable",
|
582 | "zerovec",
|
583 | ]
|
584 |
|
585 | [[package]]
|
586 | name = "icu_locid_transform"
|
587 | version = "1.5.0"
|
588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
589 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
590 | dependencies = [
|
591 | "displaydoc",
|
592 | "icu_locid",
|
593 | "icu_locid_transform_data",
|
594 | "icu_provider",
|
595 | "tinystr",
|
596 | "zerovec",
|
597 | ]
|
598 |
|
599 | [[package]]
|
600 | name = "icu_locid_transform_data"
|
601 | version = "1.5.1"
|
602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
603 | checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
604 |
|
605 | [[package]]
|
606 | name = "icu_normalizer"
|
607 | version = "1.5.0"
|
608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
609 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
610 | dependencies = [
|
611 | "displaydoc",
|
612 | "icu_collections",
|
613 | "icu_normalizer_data",
|
614 | "icu_properties",
|
615 | "icu_provider",
|
616 | "smallvec",
|
617 | "utf16_iter",
|
618 | "utf8_iter",
|
619 | "write16",
|
620 | "zerovec",
|
621 | ]
|
622 |
|
623 | [[package]]
|
624 | name = "icu_normalizer_data"
|
625 | version = "1.5.1"
|
626 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
627 | checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
628 |
|
629 | [[package]]
|
630 | name = "icu_properties"
|
631 | version = "1.5.1"
|
632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
634 | dependencies = [
|
635 | "displaydoc",
|
636 | "icu_collections",
|
637 | "icu_locid_transform",
|
638 | "icu_properties_data",
|
639 | "icu_provider",
|
640 | "tinystr",
|
641 | "zerovec",
|
642 | ]
|
643 |
|
644 | [[package]]
|
645 | name = "icu_properties_data"
|
646 | version = "1.5.1"
|
647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
648 | checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
649 |
|
650 | [[package]]
|
651 | name = "icu_provider"
|
652 | version = "1.5.0"
|
653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
654 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
655 | dependencies = [
|
656 | "displaydoc",
|
657 | "icu_locid",
|
658 | "icu_provider_macros",
|
659 | "stable_deref_trait",
|
660 | "tinystr",
|
661 | "writeable",
|
662 | "yoke",
|
663 | "zerofrom",
|
664 | "zerovec",
|
665 | ]
|
666 |
|
667 | [[package]]
|
668 | name = "icu_provider_macros"
|
669 | version = "1.5.0"
|
670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
671 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
672 | dependencies = [
|
673 | "proc-macro2",
|
674 | "quote",
|
675 | "syn",
|
676 | ]
|
677 |
|
678 | [[package]]
|
679 | name = "ident_case"
|
680 | version = "1.0.1"
|
681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
682 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
683 |
|
684 | [[package]]
|
685 | name = "idna"
|
686 | version = "1.0.3"
|
687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
688 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
689 | dependencies = [
|
690 | "idna_adapter",
|
691 | "smallvec",
|
692 | "utf8_iter",
|
693 | ]
|
694 |
|
695 | [[package]]
|
696 | name = "idna_adapter"
|
697 | version = "1.2.0"
|
698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
699 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
700 | dependencies = [
|
701 | "icu_normalizer",
|
702 | "icu_properties",
|
703 | ]
|
704 |
|
705 | [[package]]
|
706 | name = "itoa"
|
707 | version = "1.0.15"
|
708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
709 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
710 |
|
711 | [[package]]
|
712 | name = "lazy_static"
|
713 | version = "1.5.0"
|
714 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
715 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
716 |
|
717 | [[package]]
|
718 | name = "libc"
|
719 | version = "0.2.171"
|
720 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
721 | checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
722 |
|
723 | [[package]]
|
724 | name = "litemap"
|
725 | version = "0.7.5"
|
726 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
727 | checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
728 |
|
729 | [[package]]
|
730 | name = "lock_api"
|
731 | version = "0.4.12"
|
732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
733 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
734 | dependencies = [
|
735 | "autocfg",
|
736 | "scopeguard",
|
737 | ]
|
738 |
|
739 | [[package]]
|
740 | name = "log"
|
741 | version = "0.4.26"
|
742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
743 | checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
744 |
|
745 | [[package]]
|
746 | name = "matchit"
|
747 | version = "0.8.4"
|
748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
749 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
750 |
|
751 | [[package]]
|
752 | name = "memchr"
|
753 | version = "2.7.4"
|
754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
755 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
756 |
|
757 | [[package]]
|
758 | name = "mime"
|
759 | version = "0.3.17"
|
760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
761 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
762 |
|
763 | [[package]]
|
764 | name = "miniz_oxide"
|
765 | version = "0.8.5"
|
766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
767 | checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
768 | dependencies = [
|
769 | "adler2",
|
770 | ]
|
771 |
|
772 | [[package]]
|
773 | name = "mio"
|
774 | version = "1.0.3"
|
775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
776 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
777 | dependencies = [
|
778 | "libc",
|
779 | "wasi 0.11.0+wasi-snapshot-preview1",
|
780 | "windows-sys",
|
781 | ]
|
782 |
|
783 | [[package]]
|
784 | name = "nu-ansi-term"
|
785 | version = "0.46.0"
|
786 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
787 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
788 | dependencies = [
|
789 | "overload",
|
790 | "winapi",
|
791 | ]
|
792 |
|
793 | [[package]]
|
794 | name = "object"
|
795 | version = "0.36.7"
|
796 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
797 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
798 | dependencies = [
|
799 | "memchr",
|
800 | ]
|
801 |
|
802 | [[package]]
|
803 | name = "oci-spec"
|
804 | version = "0.7.1"
|
805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
806 | checksum = "da406e58efe2eb5986a6139626d611ce426e5324a824133d76367c765cf0b882"
|
807 | dependencies = [
|
808 | "derive_builder",
|
809 | "getset",
|
810 | "regex",
|
811 | "serde",
|
812 | "serde_json",
|
813 | "strum",
|
814 | "strum_macros",
|
815 | "thiserror",
|
816 | ]
|
817 |
|
818 | [[package]]
|
819 | name = "once_cell"
|
820 | version = "1.21.1"
|
821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
822 | checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
823 |
|
824 | [[package]]
|
825 | name = "overload"
|
826 | version = "0.1.1"
|
827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
828 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
829 |
|
830 | [[package]]
|
831 | name = "papyri"
|
832 | version = "0.1.0"
|
833 | dependencies = [
|
834 | "askama",
|
835 | "async-trait",
|
836 | "axum",
|
837 | "base16ct",
|
838 | "base64",
|
839 | "bytes",
|
840 | "futures",
|
841 | "hex-literal",
|
842 | "http",
|
843 | "oci-spec",
|
844 | "regex",
|
845 | "relative-path",
|
846 | "serde",
|
847 | "serde_json",
|
848 | "sha2",
|
849 | "thiserror",
|
850 | "tokio",
|
851 | "tokio-util",
|
852 | "tower",
|
853 | "tower-http",
|
854 | "tracing",
|
855 | "tracing-subscriber",
|
856 | "url",
|
857 | "uuid",
|
858 | "walkdir",
|
859 | ]
|
860 |
|
861 | [[package]]
|
862 | name = "parking_lot"
|
863 | version = "0.12.3"
|
864 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
865 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
866 | dependencies = [
|
867 | "lock_api",
|
868 | "parking_lot_core",
|
869 | ]
|
870 |
|
871 | [[package]]
|
872 | name = "parking_lot_core"
|
873 | version = "0.9.10"
|
874 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
875 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
876 | dependencies = [
|
877 | "cfg-if",
|
878 | "libc",
|
879 | "redox_syscall",
|
880 | "smallvec",
|
881 | "windows-targets",
|
882 | ]
|
883 |
|
884 | [[package]]
|
885 | name = "percent-encoding"
|
886 | version = "2.3.1"
|
887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
888 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
889 |
|
890 | [[package]]
|
891 | name = "pin-project-lite"
|
892 | version = "0.2.16"
|
893 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
894 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
895 |
|
896 | [[package]]
|
897 | name = "pin-utils"
|
898 | version = "0.1.0"
|
899 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
900 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
901 |
|
902 | [[package]]
|
903 | name = "proc-macro-error-attr2"
|
904 | version = "2.0.0"
|
905 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
906 | checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
907 | dependencies = [
|
908 | "proc-macro2",
|
909 | "quote",
|
910 | ]
|
911 |
|
912 | [[package]]
|
913 | name = "proc-macro-error2"
|
914 | version = "2.0.1"
|
915 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
916 | checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
917 | dependencies = [
|
918 | "proc-macro-error-attr2",
|
919 | "proc-macro2",
|
920 | "quote",
|
921 | "syn",
|
922 | ]
|
923 |
|
924 | [[package]]
|
925 | name = "proc-macro2"
|
926 | version = "1.0.94"
|
927 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
928 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
929 | dependencies = [
|
930 | "unicode-ident",
|
931 | ]
|
932 |
|
933 | [[package]]
|
934 | name = "quote"
|
935 | version = "1.0.40"
|
936 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
937 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
938 | dependencies = [
|
939 | "proc-macro2",
|
940 | ]
|
941 |
|
942 | [[package]]
|
943 | name = "redox_syscall"
|
944 | version = "0.5.10"
|
945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
946 | checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
947 | dependencies = [
|
948 | "bitflags",
|
949 | ]
|
950 |
|
951 | [[package]]
|
952 | name = "regex"
|
953 | version = "1.11.1"
|
954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
955 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
956 | dependencies = [
|
957 | "aho-corasick",
|
958 | "memchr",
|
959 | "regex-automata",
|
960 | "regex-syntax",
|
961 | ]
|
962 |
|
963 | [[package]]
|
964 | name = "regex-automata"
|
965 | version = "0.4.9"
|
966 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
967 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
968 | dependencies = [
|
969 | "aho-corasick",
|
970 | "memchr",
|
971 | "regex-syntax",
|
972 | ]
|
973 |
|
974 | [[package]]
|
975 | name = "regex-syntax"
|
976 | version = "0.8.5"
|
977 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
978 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
979 |
|
980 | [[package]]
|
981 | name = "relative-path"
|
982 | version = "1.9.3"
|
983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
984 | checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
985 |
|
986 | [[package]]
|
987 | name = "rustc-demangle"
|
988 | version = "0.1.24"
|
989 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
990 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
991 |
|
992 | [[package]]
|
993 | name = "rustc-hash"
|
994 | version = "2.1.1"
|
995 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
996 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
997 |
|
998 | [[package]]
|
999 | name = "rustversion"
|
1000 | version = "1.0.20"
|
1001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002 | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
1003 |
|
1004 | [[package]]
|
1005 | name = "ryu"
|
1006 | version = "1.0.20"
|
1007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1008 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
1009 |
|
1010 | [[package]]
|
1011 | name = "same-file"
|
1012 | version = "1.0.6"
|
1013 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1014 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
1015 | dependencies = [
|
1016 | "winapi-util",
|
1017 | ]
|
1018 |
|
1019 | [[package]]
|
1020 | name = "scopeguard"
|
1021 | version = "1.2.0"
|
1022 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1024 |
|
1025 | [[package]]
|
1026 | name = "serde"
|
1027 | version = "1.0.219"
|
1028 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
1030 | dependencies = [
|
1031 | "serde_derive",
|
1032 | ]
|
1033 |
|
1034 | [[package]]
|
1035 | name = "serde_derive"
|
1036 | version = "1.0.219"
|
1037 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1038 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
1039 | dependencies = [
|
1040 | "proc-macro2",
|
1041 | "quote",
|
1042 | "syn",
|
1043 | ]
|
1044 |
|
1045 | [[package]]
|
1046 | name = "serde_json"
|
1047 | version = "1.0.140"
|
1048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
1050 | dependencies = [
|
1051 | "itoa",
|
1052 | "memchr",
|
1053 | "ryu",
|
1054 | "serde",
|
1055 | ]
|
1056 |
|
1057 | [[package]]
|
1058 | name = "serde_path_to_error"
|
1059 | version = "0.1.17"
|
1060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061 | checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
1062 | dependencies = [
|
1063 | "itoa",
|
1064 | "serde",
|
1065 | ]
|
1066 |
|
1067 | [[package]]
|
1068 | name = "serde_urlencoded"
|
1069 | version = "0.7.1"
|
1070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1072 | dependencies = [
|
1073 | "form_urlencoded",
|
1074 | "itoa",
|
1075 | "ryu",
|
1076 | "serde",
|
1077 | ]
|
1078 |
|
1079 | [[package]]
|
1080 | name = "sha2"
|
1081 | version = "0.10.8"
|
1082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
1084 | dependencies = [
|
1085 | "cfg-if",
|
1086 | "cpufeatures",
|
1087 | "digest",
|
1088 | ]
|
1089 |
|
1090 | [[package]]
|
1091 | name = "sharded-slab"
|
1092 | version = "0.1.7"
|
1093 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1094 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
1095 | dependencies = [
|
1096 | "lazy_static",
|
1097 | ]
|
1098 |
|
1099 | [[package]]
|
1100 | name = "signal-hook-registry"
|
1101 | version = "1.4.2"
|
1102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1103 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
1104 | dependencies = [
|
1105 | "libc",
|
1106 | ]
|
1107 |
|
1108 | [[package]]
|
1109 | name = "slab"
|
1110 | version = "0.4.9"
|
1111 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1112 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1113 | dependencies = [
|
1114 | "autocfg",
|
1115 | ]
|
1116 |
|
1117 | [[package]]
|
1118 | name = "smallvec"
|
1119 | version = "1.14.0"
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121 | checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
1122 |
|
1123 | [[package]]
|
1124 | name = "socket2"
|
1125 | version = "0.5.8"
|
1126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1127 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
1128 | dependencies = [
|
1129 | "libc",
|
1130 | "windows-sys",
|
1131 | ]
|
1132 |
|
1133 | [[package]]
|
1134 | name = "stable_deref_trait"
|
1135 | version = "1.2.0"
|
1136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1137 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
1138 |
|
1139 | [[package]]
|
1140 | name = "strsim"
|
1141 | version = "0.11.1"
|
1142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1143 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
1144 |
|
1145 | [[package]]
|
1146 | name = "strum"
|
1147 | version = "0.26.3"
|
1148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
1150 |
|
1151 | [[package]]
|
1152 | name = "strum_macros"
|
1153 | version = "0.26.4"
|
1154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1155 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
1156 | dependencies = [
|
1157 | "heck",
|
1158 | "proc-macro2",
|
1159 | "quote",
|
1160 | "rustversion",
|
1161 | "syn",
|
1162 | ]
|
1163 |
|
1164 | [[package]]
|
1165 | name = "syn"
|
1166 | version = "2.0.100"
|
1167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
1169 | dependencies = [
|
1170 | "proc-macro2",
|
1171 | "quote",
|
1172 | "unicode-ident",
|
1173 | ]
|
1174 |
|
1175 | [[package]]
|
1176 | name = "sync_wrapper"
|
1177 | version = "1.0.2"
|
1178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1179 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
1180 |
|
1181 | [[package]]
|
1182 | name = "synstructure"
|
1183 | version = "0.13.1"
|
1184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
1186 | dependencies = [
|
1187 | "proc-macro2",
|
1188 | "quote",
|
1189 | "syn",
|
1190 | ]
|
1191 |
|
1192 | [[package]]
|
1193 | name = "thiserror"
|
1194 | version = "2.0.12"
|
1195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1196 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
1197 | dependencies = [
|
1198 | "thiserror-impl",
|
1199 | ]
|
1200 |
|
1201 | [[package]]
|
1202 | name = "thiserror-impl"
|
1203 | version = "2.0.12"
|
1204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
1206 | dependencies = [
|
1207 | "proc-macro2",
|
1208 | "quote",
|
1209 | "syn",
|
1210 | ]
|
1211 |
|
1212 | [[package]]
|
1213 | name = "thread_local"
|
1214 | version = "1.1.8"
|
1215 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1216 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
1217 | dependencies = [
|
1218 | "cfg-if",
|
1219 | "once_cell",
|
1220 | ]
|
1221 |
|
1222 | [[package]]
|
1223 | name = "tinystr"
|
1224 | version = "0.7.6"
|
1225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1226 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
1227 | dependencies = [
|
1228 | "displaydoc",
|
1229 | "zerovec",
|
1230 | ]
|
1231 |
|
1232 | [[package]]
|
1233 | name = "tokio"
|
1234 | version = "1.44.1"
|
1235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1236 | checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
1237 | dependencies = [
|
1238 | "backtrace",
|
1239 | "bytes",
|
1240 | "libc",
|
1241 | "mio",
|
1242 | "parking_lot",
|
1243 | "pin-project-lite",
|
1244 | "signal-hook-registry",
|
1245 | "socket2",
|
1246 | "tokio-macros",
|
1247 | "windows-sys",
|
1248 | ]
|
1249 |
|
1250 | [[package]]
|
1251 | name = "tokio-macros"
|
1252 | version = "2.5.0"
|
1253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1254 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
1255 | dependencies = [
|
1256 | "proc-macro2",
|
1257 | "quote",
|
1258 | "syn",
|
1259 | ]
|
1260 |
|
1261 | [[package]]
|
1262 | name = "tokio-util"
|
1263 | version = "0.7.14"
|
1264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1265 | checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
|
1266 | dependencies = [
|
1267 | "bytes",
|
1268 | "futures-core",
|
1269 | "futures-sink",
|
1270 | "pin-project-lite",
|
1271 | "tokio",
|
1272 | ]
|
1273 |
|
1274 | [[package]]
|
1275 | name = "tower"
|
1276 | version = "0.5.2"
|
1277 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
1279 | dependencies = [
|
1280 | "futures-core",
|
1281 | "futures-util",
|
1282 | "pin-project-lite",
|
1283 | "sync_wrapper",
|
1284 | "tokio",
|
1285 | "tower-layer",
|
1286 | "tower-service",
|
1287 | "tracing",
|
1288 | ]
|
1289 |
|
1290 | [[package]]
|
1291 | name = "tower-http"
|
1292 | version = "0.6.2"
|
1293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1294 | checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
1295 | dependencies = [
|
1296 | "bitflags",
|
1297 | "bytes",
|
1298 | "http",
|
1299 | "http-body",
|
1300 | "pin-project-lite",
|
1301 | "tower-layer",
|
1302 | "tower-service",
|
1303 | "tracing",
|
1304 | ]
|
1305 |
|
1306 | [[package]]
|
1307 | name = "tower-layer"
|
1308 | version = "0.3.3"
|
1309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1310 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
1311 |
|
1312 | [[package]]
|
1313 | name = "tower-service"
|
1314 | version = "0.3.3"
|
1315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1316 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
1317 |
|
1318 | [[package]]
|
1319 | name = "tracing"
|
1320 | version = "0.1.41"
|
1321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1322 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
1323 | dependencies = [
|
1324 | "log",
|
1325 | "pin-project-lite",
|
1326 | "tracing-attributes",
|
1327 | "tracing-core",
|
1328 | ]
|
1329 |
|
1330 | [[package]]
|
1331 | name = "tracing-attributes"
|
1332 | version = "0.1.28"
|
1333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1334 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
1335 | dependencies = [
|
1336 | "proc-macro2",
|
1337 | "quote",
|
1338 | "syn",
|
1339 | ]
|
1340 |
|
1341 | [[package]]
|
1342 | name = "tracing-core"
|
1343 | version = "0.1.33"
|
1344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1345 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
1346 | dependencies = [
|
1347 | "once_cell",
|
1348 | "valuable",
|
1349 | ]
|
1350 |
|
1351 | [[package]]
|
1352 | name = "tracing-log"
|
1353 | version = "0.2.0"
|
1354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1355 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
1356 | dependencies = [
|
1357 | "log",
|
1358 | "once_cell",
|
1359 | "tracing-core",
|
1360 | ]
|
1361 |
|
1362 | [[package]]
|
1363 | name = "tracing-subscriber"
|
1364 | version = "0.3.19"
|
1365 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1366 | checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
1367 | dependencies = [
|
1368 | "nu-ansi-term",
|
1369 | "sharded-slab",
|
1370 | "smallvec",
|
1371 | "thread_local",
|
1372 | "tracing-core",
|
1373 | "tracing-log",
|
1374 | ]
|
1375 |
|
1376 | [[package]]
|
1377 | name = "typenum"
|
1378 | version = "1.18.0"
|
1379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
1381 |
|
1382 | [[package]]
|
1383 | name = "unicode-ident"
|
1384 | version = "1.0.18"
|
1385 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1386 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1387 |
|
1388 | [[package]]
|
1389 | name = "url"
|
1390 | version = "2.5.4"
|
1391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1392 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
1393 | dependencies = [
|
1394 | "form_urlencoded",
|
1395 | "idna",
|
1396 | "percent-encoding",
|
1397 | ]
|
1398 |
|
1399 | [[package]]
|
1400 | name = "utf16_iter"
|
1401 | version = "1.0.5"
|
1402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
1404 |
|
1405 | [[package]]
|
1406 | name = "utf8_iter"
|
1407 | version = "1.0.4"
|
1408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
1410 |
|
1411 | [[package]]
|
1412 | name = "uuid"
|
1413 | version = "1.16.0"
|
1414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1415 | checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
1416 | dependencies = [
|
1417 | "getrandom",
|
1418 | ]
|
1419 |
|
1420 | [[package]]
|
1421 | name = "valuable"
|
1422 | version = "0.1.1"
|
1423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1424 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
1425 |
|
1426 | [[package]]
|
1427 | name = "version_check"
|
1428 | version = "0.9.5"
|
1429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
1431 |
|
1432 | [[package]]
|
1433 | name = "walkdir"
|
1434 | version = "2.5.0"
|
1435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1436 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
1437 | dependencies = [
|
1438 | "same-file",
|
1439 | "winapi-util",
|
1440 | ]
|
1441 |
|
1442 | [[package]]
|
1443 | name = "wasi"
|
1444 | version = "0.11.0+wasi-snapshot-preview1"
|
1445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1447 |
|
1448 | [[package]]
|
1449 | name = "wasi"
|
1450 | version = "0.13.3+wasi-0.2.2"
|
1451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1452 | checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
1453 | dependencies = [
|
1454 | "wit-bindgen-rt",
|
1455 | ]
|
1456 |
|
1457 | [[package]]
|
1458 | name = "winapi"
|
1459 | version = "0.3.9"
|
1460 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1461 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1462 | dependencies = [
|
1463 | "winapi-i686-pc-windows-gnu",
|
1464 | "winapi-x86_64-pc-windows-gnu",
|
1465 | ]
|
1466 |
|
1467 | [[package]]
|
1468 | name = "winapi-i686-pc-windows-gnu"
|
1469 | version = "0.4.0"
|
1470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1472 |
|
1473 | [[package]]
|
1474 | name = "winapi-util"
|
1475 | version = "0.1.9"
|
1476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
1478 | dependencies = [
|
1479 | "windows-sys",
|
1480 | ]
|
1481 |
|
1482 | [[package]]
|
1483 | name = "winapi-x86_64-pc-windows-gnu"
|
1484 | version = "0.4.0"
|
1485 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1486 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1487 |
|
1488 | [[package]]
|
1489 | name = "windows-sys"
|
1490 | version = "0.52.0"
|
1491 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1492 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1493 | dependencies = [
|
1494 | "windows-targets",
|
1495 | ]
|
1496 |
|
1497 | [[package]]
|
1498 | name = "windows-targets"
|
1499 | version = "0.52.6"
|
1500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1501 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1502 | dependencies = [
|
1503 | "windows_aarch64_gnullvm",
|
1504 | "windows_aarch64_msvc",
|
1505 | "windows_i686_gnu",
|
1506 | "windows_i686_gnullvm",
|
1507 | "windows_i686_msvc",
|
1508 | "windows_x86_64_gnu",
|
1509 | "windows_x86_64_gnullvm",
|
1510 | "windows_x86_64_msvc",
|
1511 | ]
|
1512 |
|
1513 | [[package]]
|
1514 | name = "windows_aarch64_gnullvm"
|
1515 | version = "0.52.6"
|
1516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1517 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1518 |
|
1519 | [[package]]
|
1520 | name = "windows_aarch64_msvc"
|
1521 | version = "0.52.6"
|
1522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1523 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1524 |
|
1525 | [[package]]
|
1526 | name = "windows_i686_gnu"
|
1527 | version = "0.52.6"
|
1528 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1529 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1530 |
|
1531 | [[package]]
|
1532 | name = "windows_i686_gnullvm"
|
1533 | version = "0.52.6"
|
1534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1535 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1536 |
|
1537 | [[package]]
|
1538 | name = "windows_i686_msvc"
|
1539 | version = "0.52.6"
|
1540 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1541 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1542 |
|
1543 | [[package]]
|
1544 | name = "windows_x86_64_gnu"
|
1545 | version = "0.52.6"
|
1546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1547 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1548 |
|
1549 | [[package]]
|
1550 | name = "windows_x86_64_gnullvm"
|
1551 | version = "0.52.6"
|
1552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1553 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1554 |
|
1555 | [[package]]
|
1556 | name = "windows_x86_64_msvc"
|
1557 | version = "0.52.6"
|
1558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1560 |
|
1561 | [[package]]
|
1562 | name = "winnow"
|
1563 | version = "0.7.6"
|
1564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1565 | checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
|
1566 | dependencies = [
|
1567 | "memchr",
|
1568 | ]
|
1569 |
|
1570 | [[package]]
|
1571 | name = "wit-bindgen-rt"
|
1572 | version = "0.33.0"
|
1573 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1574 | checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
1575 | dependencies = [
|
1576 | "bitflags",
|
1577 | ]
|
1578 |
|
1579 | [[package]]
|
1580 | name = "write16"
|
1581 | version = "1.0.0"
|
1582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1583 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
1584 |
|
1585 | [[package]]
|
1586 | name = "writeable"
|
1587 | version = "0.5.5"
|
1588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
1590 |
|
1591 | [[package]]
|
1592 | name = "yoke"
|
1593 | version = "0.7.5"
|
1594 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1595 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
1596 | dependencies = [
|
1597 | "serde",
|
1598 | "stable_deref_trait",
|
1599 | "yoke-derive",
|
1600 | "zerofrom",
|
1601 | ]
|
1602 |
|
1603 | [[package]]
|
1604 | name = "yoke-derive"
|
1605 | version = "0.7.5"
|
1606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
1608 | dependencies = [
|
1609 | "proc-macro2",
|
1610 | "quote",
|
1611 | "syn",
|
1612 | "synstructure",
|
1613 | ]
|
1614 |
|
1615 | [[package]]
|
1616 | name = "zerofrom"
|
1617 | version = "0.1.6"
|
1618 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1619 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
1620 | dependencies = [
|
1621 | "zerofrom-derive",
|
1622 | ]
|
1623 |
|
1624 | [[package]]
|
1625 | name = "zerofrom-derive"
|
1626 | version = "0.1.6"
|
1627 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1628 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
1629 | dependencies = [
|
1630 | "proc-macro2",
|
1631 | "quote",
|
1632 | "syn",
|
1633 | "synstructure",
|
1634 | ]
|
1635 |
|
1636 | [[package]]
|
1637 | name = "zerovec"
|
1638 | version = "0.10.4"
|
1639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
1641 | dependencies = [
|
1642 | "yoke",
|
1643 | "zerofrom",
|
1644 | "zerovec-derive",
|
1645 | ]
|
1646 |
|
1647 | [[package]]
|
1648 | name = "zerovec-derive"
|
1649 | version = "0.10.3"
|
1650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
1652 | dependencies = [
|
1653 | "proc-macro2",
|
1654 | "quote",
|
1655 | "syn",
|
1656 | ]
|