316 |
332 |
333 | {/* Main content area */}
334 |
335 | {/* Browser iframe */}
336 |
344 |
345 | {/* Agent sidebar */}
346 |
347 |
348 |
AI Browser Assistant
349 |
350 |
351 |
352 | {agentResponses.length === 0 && (
353 |
354 |
Welcome to Agentic Browser
355 |
I'm your AI browser assistant. I can help you navigate the web and interact with pages.
356 |
Try these commands:
357 |
358 | - "Search for [topic]"
359 | - "Summarize this page"
360 | - "Extract data from this table"
361 | - "Find prices on this page"
362 |
363 |
You can also right-click on any text to ask me about it.
364 |
365 | )}
366 |
367 | {agentResponses.map((msg, index) => (
368 |
369 | {msg.role === 'user' ? (
370 |
371 |
👤
372 |
{msg.content}
373 |
374 | ) : (
375 |
376 |
🤖
377 |
378 | {formatResponse(msg.content)}
379 |
380 |
381 | )}
382 |
383 | ))}
384 | {isLoading && (
385 |
386 |
387 |
388 |
389 |
390 |
391 |
392 | )}
393 |
394 |
395 |
396 |
408 |
409 |
410 | {/* Add a toggle button for the sidebar */}
411 |
429 |
430 |
431 | );
432 | }
433 |
434 | export default App;
435 |
--------------------------------------------------------------------------------
/src-tauri/Cargo.lock:
--------------------------------------------------------------------------------
1 | # This file is automatically @generated by Cargo.
2 | # It is not intended for manual editing.
3 | version = 4
4 |
5 | [[package]]
6 | name = "addr2line"
7 | version = "0.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.1"
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
18 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19 |
20 | [[package]]
21 | name = "agent-browser"
22 | version = "0.1.0"
23 | dependencies = [
24 | "reqwest",
25 | "serde",
26 | "serde_json",
27 | "tauri",
28 | "tauri-build",
29 | "tauri-plugin-opener",
30 | ]
31 |
32 | [[package]]
33 | name = "aho-corasick"
34 | version = "1.1.3"
35 | source = "registry+https://github.com/rust-lang/crates.io-index"
36 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37 | dependencies = [
38 | "memchr",
39 | ]
40 |
41 | [[package]]
42 | name = "alloc-no-stdlib"
43 | version = "2.0.4"
44 | source = "registry+https://github.com/rust-lang/crates.io-index"
45 | checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
46 |
47 | [[package]]
48 | name = "alloc-stdlib"
49 | version = "0.2.2"
50 | source = "registry+https://github.com/rust-lang/crates.io-index"
51 | checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
52 | dependencies = [
53 | "alloc-no-stdlib",
54 | ]
55 |
56 | [[package]]
57 | name = "android-tzdata"
58 | version = "0.1.1"
59 | source = "registry+https://github.com/rust-lang/crates.io-index"
60 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
61 |
62 | [[package]]
63 | name = "android_system_properties"
64 | version = "0.1.5"
65 | source = "registry+https://github.com/rust-lang/crates.io-index"
66 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
67 | dependencies = [
68 | "libc",
69 | ]
70 |
71 | [[package]]
72 | name = "anyhow"
73 | version = "1.0.98"
74 | source = "registry+https://github.com/rust-lang/crates.io-index"
75 | checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
76 |
77 | [[package]]
78 | name = "async-broadcast"
79 | version = "0.7.2"
80 | source = "registry+https://github.com/rust-lang/crates.io-index"
81 | checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
82 | dependencies = [
83 | "event-listener",
84 | "event-listener-strategy",
85 | "futures-core",
86 | "pin-project-lite",
87 | ]
88 |
89 | [[package]]
90 | name = "async-channel"
91 | version = "2.5.0"
92 | source = "registry+https://github.com/rust-lang/crates.io-index"
93 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
94 | dependencies = [
95 | "concurrent-queue",
96 | "event-listener-strategy",
97 | "futures-core",
98 | "pin-project-lite",
99 | ]
100 |
101 | [[package]]
102 | name = "async-executor"
103 | version = "1.13.2"
104 | source = "registry+https://github.com/rust-lang/crates.io-index"
105 | checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
106 | dependencies = [
107 | "async-task",
108 | "concurrent-queue",
109 | "fastrand",
110 | "futures-lite",
111 | "pin-project-lite",
112 | "slab",
113 | ]
114 |
115 | [[package]]
116 | name = "async-io"
117 | version = "2.4.1"
118 | source = "registry+https://github.com/rust-lang/crates.io-index"
119 | checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
120 | dependencies = [
121 | "async-lock",
122 | "cfg-if",
123 | "concurrent-queue",
124 | "futures-io",
125 | "futures-lite",
126 | "parking",
127 | "polling",
128 | "rustix",
129 | "slab",
130 | "tracing",
131 | "windows-sys 0.59.0",
132 | ]
133 |
134 | [[package]]
135 | name = "async-lock"
136 | version = "3.4.0"
137 | source = "registry+https://github.com/rust-lang/crates.io-index"
138 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
139 | dependencies = [
140 | "event-listener",
141 | "event-listener-strategy",
142 | "pin-project-lite",
143 | ]
144 |
145 | [[package]]
146 | name = "async-process"
147 | version = "2.3.1"
148 | source = "registry+https://github.com/rust-lang/crates.io-index"
149 | checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc"
150 | dependencies = [
151 | "async-channel",
152 | "async-io",
153 | "async-lock",
154 | "async-signal",
155 | "async-task",
156 | "blocking",
157 | "cfg-if",
158 | "event-listener",
159 | "futures-lite",
160 | "rustix",
161 | "tracing",
162 | ]
163 |
164 | [[package]]
165 | name = "async-recursion"
166 | version = "1.1.1"
167 | source = "registry+https://github.com/rust-lang/crates.io-index"
168 | checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
169 | dependencies = [
170 | "proc-macro2",
171 | "quote",
172 | "syn 2.0.104",
173 | ]
174 |
175 | [[package]]
176 | name = "async-signal"
177 | version = "0.2.11"
178 | source = "registry+https://github.com/rust-lang/crates.io-index"
179 | checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
180 | dependencies = [
181 | "async-io",
182 | "async-lock",
183 | "atomic-waker",
184 | "cfg-if",
185 | "futures-core",
186 | "futures-io",
187 | "rustix",
188 | "signal-hook-registry",
189 | "slab",
190 | "windows-sys 0.59.0",
191 | ]
192 |
193 | [[package]]
194 | name = "async-task"
195 | version = "4.7.1"
196 | source = "registry+https://github.com/rust-lang/crates.io-index"
197 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
198 |
199 | [[package]]
200 | name = "async-trait"
201 | version = "0.1.88"
202 | source = "registry+https://github.com/rust-lang/crates.io-index"
203 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
204 | dependencies = [
205 | "proc-macro2",
206 | "quote",
207 | "syn 2.0.104",
208 | ]
209 |
210 | [[package]]
211 | name = "atk"
212 | version = "0.18.2"
213 | source = "registry+https://github.com/rust-lang/crates.io-index"
214 | checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
215 | dependencies = [
216 | "atk-sys",
217 | "glib",
218 | "libc",
219 | ]
220 |
221 | [[package]]
222 | name = "atk-sys"
223 | version = "0.18.2"
224 | source = "registry+https://github.com/rust-lang/crates.io-index"
225 | checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
226 | dependencies = [
227 | "glib-sys",
228 | "gobject-sys",
229 | "libc",
230 | "system-deps",
231 | ]
232 |
233 | [[package]]
234 | name = "atomic-waker"
235 | version = "1.1.2"
236 | source = "registry+https://github.com/rust-lang/crates.io-index"
237 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
238 |
239 | [[package]]
240 | name = "autocfg"
241 | version = "1.5.0"
242 | source = "registry+https://github.com/rust-lang/crates.io-index"
243 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
244 |
245 | [[package]]
246 | name = "backtrace"
247 | version = "0.3.75"
248 | source = "registry+https://github.com/rust-lang/crates.io-index"
249 | checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
250 | dependencies = [
251 | "addr2line",
252 | "cfg-if",
253 | "libc",
254 | "miniz_oxide",
255 | "object",
256 | "rustc-demangle",
257 | "windows-targets 0.52.6",
258 | ]
259 |
260 | [[package]]
261 | name = "base64"
262 | version = "0.21.7"
263 | source = "registry+https://github.com/rust-lang/crates.io-index"
264 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
265 |
266 | [[package]]
267 | name = "base64"
268 | version = "0.22.1"
269 | source = "registry+https://github.com/rust-lang/crates.io-index"
270 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
271 |
272 | [[package]]
273 | name = "bitflags"
274 | version = "1.3.2"
275 | source = "registry+https://github.com/rust-lang/crates.io-index"
276 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
277 |
278 | [[package]]
279 | name = "bitflags"
280 | version = "2.9.1"
281 | source = "registry+https://github.com/rust-lang/crates.io-index"
282 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
283 | dependencies = [
284 | "serde",
285 | ]
286 |
287 | [[package]]
288 | name = "block-buffer"
289 | version = "0.10.4"
290 | source = "registry+https://github.com/rust-lang/crates.io-index"
291 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
292 | dependencies = [
293 | "generic-array",
294 | ]
295 |
296 | [[package]]
297 | name = "block2"
298 | version = "0.5.1"
299 | source = "registry+https://github.com/rust-lang/crates.io-index"
300 | checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
301 | dependencies = [
302 | "objc2 0.5.2",
303 | ]
304 |
305 | [[package]]
306 | name = "block2"
307 | version = "0.6.1"
308 | source = "registry+https://github.com/rust-lang/crates.io-index"
309 | checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
310 | dependencies = [
311 | "objc2 0.6.1",
312 | ]
313 |
314 | [[package]]
315 | name = "blocking"
316 | version = "1.6.2"
317 | source = "registry+https://github.com/rust-lang/crates.io-index"
318 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
319 | dependencies = [
320 | "async-channel",
321 | "async-task",
322 | "futures-io",
323 | "futures-lite",
324 | "piper",
325 | ]
326 |
327 | [[package]]
328 | name = "brotli"
329 | version = "8.0.1"
330 | source = "registry+https://github.com/rust-lang/crates.io-index"
331 | checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
332 | dependencies = [
333 | "alloc-no-stdlib",
334 | "alloc-stdlib",
335 | "brotli-decompressor",
336 | ]
337 |
338 | [[package]]
339 | name = "brotli-decompressor"
340 | version = "5.0.0"
341 | source = "registry+https://github.com/rust-lang/crates.io-index"
342 | checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
343 | dependencies = [
344 | "alloc-no-stdlib",
345 | "alloc-stdlib",
346 | ]
347 |
348 | [[package]]
349 | name = "bumpalo"
350 | version = "3.19.0"
351 | source = "registry+https://github.com/rust-lang/crates.io-index"
352 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
353 |
354 | [[package]]
355 | name = "bytemuck"
356 | version = "1.23.1"
357 | source = "registry+https://github.com/rust-lang/crates.io-index"
358 | checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
359 |
360 | [[package]]
361 | name = "byteorder"
362 | version = "1.5.0"
363 | source = "registry+https://github.com/rust-lang/crates.io-index"
364 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
365 |
366 | [[package]]
367 | name = "bytes"
368 | version = "1.10.1"
369 | source = "registry+https://github.com/rust-lang/crates.io-index"
370 | checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
371 | dependencies = [
372 | "serde",
373 | ]
374 |
375 | [[package]]
376 | name = "cairo-rs"
377 | version = "0.18.5"
378 | source = "registry+https://github.com/rust-lang/crates.io-index"
379 | checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
380 | dependencies = [
381 | "bitflags 2.9.1",
382 | "cairo-sys-rs",
383 | "glib",
384 | "libc",
385 | "once_cell",
386 | "thiserror 1.0.69",
387 | ]
388 |
389 | [[package]]
390 | name = "cairo-sys-rs"
391 | version = "0.18.2"
392 | source = "registry+https://github.com/rust-lang/crates.io-index"
393 | checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
394 | dependencies = [
395 | "glib-sys",
396 | "libc",
397 | "system-deps",
398 | ]
399 |
400 | [[package]]
401 | name = "camino"
402 | version = "1.1.10"
403 | source = "registry+https://github.com/rust-lang/crates.io-index"
404 | checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
405 | dependencies = [
406 | "serde",
407 | ]
408 |
409 | [[package]]
410 | name = "cargo-platform"
411 | version = "0.1.9"
412 | source = "registry+https://github.com/rust-lang/crates.io-index"
413 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
414 | dependencies = [
415 | "serde",
416 | ]
417 |
418 | [[package]]
419 | name = "cargo_metadata"
420 | version = "0.19.2"
421 | source = "registry+https://github.com/rust-lang/crates.io-index"
422 | checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
423 | dependencies = [
424 | "camino",
425 | "cargo-platform",
426 | "semver",
427 | "serde",
428 | "serde_json",
429 | "thiserror 2.0.12",
430 | ]
431 |
432 | [[package]]
433 | name = "cargo_toml"
434 | version = "0.22.1"
435 | source = "registry+https://github.com/rust-lang/crates.io-index"
436 | checksum = "02260d489095346e5cafd04dea8e8cb54d1d74fcd759022a9b72986ebe9a1257"
437 | dependencies = [
438 | "serde",
439 | "toml 0.8.23",
440 | ]
441 |
442 | [[package]]
443 | name = "cc"
444 | version = "1.2.29"
445 | source = "registry+https://github.com/rust-lang/crates.io-index"
446 | checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
447 | dependencies = [
448 | "shlex",
449 | ]
450 |
451 | [[package]]
452 | name = "cesu8"
453 | version = "1.1.0"
454 | source = "registry+https://github.com/rust-lang/crates.io-index"
455 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
456 |
457 | [[package]]
458 | name = "cfb"
459 | version = "0.7.3"
460 | source = "registry+https://github.com/rust-lang/crates.io-index"
461 | checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
462 | dependencies = [
463 | "byteorder",
464 | "fnv",
465 | "uuid",
466 | ]
467 |
468 | [[package]]
469 | name = "cfg-expr"
470 | version = "0.15.8"
471 | source = "registry+https://github.com/rust-lang/crates.io-index"
472 | checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
473 | dependencies = [
474 | "smallvec",
475 | "target-lexicon",
476 | ]
477 |
478 | [[package]]
479 | name = "cfg-if"
480 | version = "1.0.1"
481 | source = "registry+https://github.com/rust-lang/crates.io-index"
482 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
483 |
484 | [[package]]
485 | name = "cfg_aliases"
486 | version = "0.2.1"
487 | source = "registry+https://github.com/rust-lang/crates.io-index"
488 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
489 |
490 | [[package]]
491 | name = "chrono"
492 | version = "0.4.41"
493 | source = "registry+https://github.com/rust-lang/crates.io-index"
494 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
495 | dependencies = [
496 | "android-tzdata",
497 | "iana-time-zone",
498 | "num-traits",
499 | "serde",
500 | "windows-link",
501 | ]
502 |
503 | [[package]]
504 | name = "combine"
505 | version = "4.6.7"
506 | source = "registry+https://github.com/rust-lang/crates.io-index"
507 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
508 | dependencies = [
509 | "bytes",
510 | "memchr",
511 | ]
512 |
513 | [[package]]
514 | name = "concurrent-queue"
515 | version = "2.5.0"
516 | source = "registry+https://github.com/rust-lang/crates.io-index"
517 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
518 | dependencies = [
519 | "crossbeam-utils",
520 | ]
521 |
522 | [[package]]
523 | name = "convert_case"
524 | version = "0.4.0"
525 | source = "registry+https://github.com/rust-lang/crates.io-index"
526 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
527 |
528 | [[package]]
529 | name = "cookie"
530 | version = "0.18.1"
531 | source = "registry+https://github.com/rust-lang/crates.io-index"
532 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
533 | dependencies = [
534 | "time",
535 | "version_check",
536 | ]
537 |
538 | [[package]]
539 | name = "core-foundation"
540 | version = "0.9.4"
541 | source = "registry+https://github.com/rust-lang/crates.io-index"
542 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
543 | dependencies = [
544 | "core-foundation-sys",
545 | "libc",
546 | ]
547 |
548 | [[package]]
549 | name = "core-foundation"
550 | version = "0.10.1"
551 | source = "registry+https://github.com/rust-lang/crates.io-index"
552 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
553 | dependencies = [
554 | "core-foundation-sys",
555 | "libc",
556 | ]
557 |
558 | [[package]]
559 | name = "core-foundation-sys"
560 | version = "0.8.7"
561 | source = "registry+https://github.com/rust-lang/crates.io-index"
562 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
563 |
564 | [[package]]
565 | name = "core-graphics"
566 | version = "0.24.0"
567 | source = "registry+https://github.com/rust-lang/crates.io-index"
568 | checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
569 | dependencies = [
570 | "bitflags 2.9.1",
571 | "core-foundation 0.10.1",
572 | "core-graphics-types",
573 | "foreign-types 0.5.0",
574 | "libc",
575 | ]
576 |
577 | [[package]]
578 | name = "core-graphics-types"
579 | version = "0.2.0"
580 | source = "registry+https://github.com/rust-lang/crates.io-index"
581 | checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
582 | dependencies = [
583 | "bitflags 2.9.1",
584 | "core-foundation 0.10.1",
585 | "libc",
586 | ]
587 |
588 | [[package]]
589 | name = "cpufeatures"
590 | version = "0.2.17"
591 | source = "registry+https://github.com/rust-lang/crates.io-index"
592 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
593 | dependencies = [
594 | "libc",
595 | ]
596 |
597 | [[package]]
598 | name = "crc32fast"
599 | version = "1.4.2"
600 | source = "registry+https://github.com/rust-lang/crates.io-index"
601 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
602 | dependencies = [
603 | "cfg-if",
604 | ]
605 |
606 | [[package]]
607 | name = "crossbeam-channel"
608 | version = "0.5.15"
609 | source = "registry+https://github.com/rust-lang/crates.io-index"
610 | checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
611 | dependencies = [
612 | "crossbeam-utils",
613 | ]
614 |
615 | [[package]]
616 | name = "crossbeam-utils"
617 | version = "0.8.21"
618 | source = "registry+https://github.com/rust-lang/crates.io-index"
619 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
620 |
621 | [[package]]
622 | name = "crypto-common"
623 | version = "0.1.6"
624 | source = "registry+https://github.com/rust-lang/crates.io-index"
625 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
626 | dependencies = [
627 | "generic-array",
628 | "typenum",
629 | ]
630 |
631 | [[package]]
632 | name = "cssparser"
633 | version = "0.29.6"
634 | source = "registry+https://github.com/rust-lang/crates.io-index"
635 | checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
636 | dependencies = [
637 | "cssparser-macros",
638 | "dtoa-short",
639 | "itoa",
640 | "matches",
641 | "phf 0.10.1",
642 | "proc-macro2",
643 | "quote",
644 | "smallvec",
645 | "syn 1.0.109",
646 | ]
647 |
648 | [[package]]
649 | name = "cssparser-macros"
650 | version = "0.6.1"
651 | source = "registry+https://github.com/rust-lang/crates.io-index"
652 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
653 | dependencies = [
654 | "quote",
655 | "syn 2.0.104",
656 | ]
657 |
658 | [[package]]
659 | name = "ctor"
660 | version = "0.2.9"
661 | source = "registry+https://github.com/rust-lang/crates.io-index"
662 | checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
663 | dependencies = [
664 | "quote",
665 | "syn 2.0.104",
666 | ]
667 |
668 | [[package]]
669 | name = "darling"
670 | version = "0.20.11"
671 | source = "registry+https://github.com/rust-lang/crates.io-index"
672 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
673 | dependencies = [
674 | "darling_core",
675 | "darling_macro",
676 | ]
677 |
678 | [[package]]
679 | name = "darling_core"
680 | version = "0.20.11"
681 | source = "registry+https://github.com/rust-lang/crates.io-index"
682 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
683 | dependencies = [
684 | "fnv",
685 | "ident_case",
686 | "proc-macro2",
687 | "quote",
688 | "strsim",
689 | "syn 2.0.104",
690 | ]
691 |
692 | [[package]]
693 | name = "darling_macro"
694 | version = "0.20.11"
695 | source = "registry+https://github.com/rust-lang/crates.io-index"
696 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
697 | dependencies = [
698 | "darling_core",
699 | "quote",
700 | "syn 2.0.104",
701 | ]
702 |
703 | [[package]]
704 | name = "deranged"
705 | version = "0.4.0"
706 | source = "registry+https://github.com/rust-lang/crates.io-index"
707 | checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
708 | dependencies = [
709 | "powerfmt",
710 | "serde",
711 | ]
712 |
713 | [[package]]
714 | name = "derive_more"
715 | version = "0.99.20"
716 | source = "registry+https://github.com/rust-lang/crates.io-index"
717 | checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
718 | dependencies = [
719 | "convert_case",
720 | "proc-macro2",
721 | "quote",
722 | "rustc_version",
723 | "syn 2.0.104",
724 | ]
725 |
726 | [[package]]
727 | name = "digest"
728 | version = "0.10.7"
729 | source = "registry+https://github.com/rust-lang/crates.io-index"
730 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
731 | dependencies = [
732 | "block-buffer",
733 | "crypto-common",
734 | ]
735 |
736 | [[package]]
737 | name = "dirs"
738 | version = "6.0.0"
739 | source = "registry+https://github.com/rust-lang/crates.io-index"
740 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
741 | dependencies = [
742 | "dirs-sys",
743 | ]
744 |
745 | [[package]]
746 | name = "dirs-sys"
747 | version = "0.5.0"
748 | source = "registry+https://github.com/rust-lang/crates.io-index"
749 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
750 | dependencies = [
751 | "libc",
752 | "option-ext",
753 | "redox_users",
754 | "windows-sys 0.60.2",
755 | ]
756 |
757 | [[package]]
758 | name = "dispatch"
759 | version = "0.2.0"
760 | source = "registry+https://github.com/rust-lang/crates.io-index"
761 | checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
762 |
763 | [[package]]
764 | name = "dispatch2"
765 | version = "0.3.0"
766 | source = "registry+https://github.com/rust-lang/crates.io-index"
767 | checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
768 | dependencies = [
769 | "bitflags 2.9.1",
770 | "objc2 0.6.1",
771 | ]
772 |
773 | [[package]]
774 | name = "displaydoc"
775 | version = "0.2.5"
776 | source = "registry+https://github.com/rust-lang/crates.io-index"
777 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
778 | dependencies = [
779 | "proc-macro2",
780 | "quote",
781 | "syn 2.0.104",
782 | ]
783 |
784 | [[package]]
785 | name = "dlopen2"
786 | version = "0.7.0"
787 | source = "registry+https://github.com/rust-lang/crates.io-index"
788 | checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
789 | dependencies = [
790 | "dlopen2_derive",
791 | "libc",
792 | "once_cell",
793 | "winapi",
794 | ]
795 |
796 | [[package]]
797 | name = "dlopen2_derive"
798 | version = "0.4.1"
799 | source = "registry+https://github.com/rust-lang/crates.io-index"
800 | checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4"
801 | dependencies = [
802 | "proc-macro2",
803 | "quote",
804 | "syn 2.0.104",
805 | ]
806 |
807 | [[package]]
808 | name = "dpi"
809 | version = "0.1.2"
810 | source = "registry+https://github.com/rust-lang/crates.io-index"
811 | checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
812 | dependencies = [
813 | "serde",
814 | ]
815 |
816 | [[package]]
817 | name = "dtoa"
818 | version = "1.0.10"
819 | source = "registry+https://github.com/rust-lang/crates.io-index"
820 | checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
821 |
822 | [[package]]
823 | name = "dtoa-short"
824 | version = "0.3.5"
825 | source = "registry+https://github.com/rust-lang/crates.io-index"
826 | checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
827 | dependencies = [
828 | "dtoa",
829 | ]
830 |
831 | [[package]]
832 | name = "dunce"
833 | version = "1.0.5"
834 | source = "registry+https://github.com/rust-lang/crates.io-index"
835 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
836 |
837 | [[package]]
838 | name = "dyn-clone"
839 | version = "1.0.19"
840 | source = "registry+https://github.com/rust-lang/crates.io-index"
841 | checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
842 |
843 | [[package]]
844 | name = "embed-resource"
845 | version = "3.0.5"
846 | source = "registry+https://github.com/rust-lang/crates.io-index"
847 | checksum = "4c6d81016d6c977deefb2ef8d8290da019e27cc26167e102185da528e6c0ab38"
848 | dependencies = [
849 | "cc",
850 | "memchr",
851 | "rustc_version",
852 | "toml 0.9.2",
853 | "vswhom",
854 | "winreg",
855 | ]
856 |
857 | [[package]]
858 | name = "embed_plist"
859 | version = "1.2.2"
860 | source = "registry+https://github.com/rust-lang/crates.io-index"
861 | checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
862 |
863 | [[package]]
864 | name = "encoding_rs"
865 | version = "0.8.35"
866 | source = "registry+https://github.com/rust-lang/crates.io-index"
867 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
868 | dependencies = [
869 | "cfg-if",
870 | ]
871 |
872 | [[package]]
873 | name = "endi"
874 | version = "1.1.0"
875 | source = "registry+https://github.com/rust-lang/crates.io-index"
876 | checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
877 |
878 | [[package]]
879 | name = "enumflags2"
880 | version = "0.7.12"
881 | source = "registry+https://github.com/rust-lang/crates.io-index"
882 | checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
883 | dependencies = [
884 | "enumflags2_derive",
885 | "serde",
886 | ]
887 |
888 | [[package]]
889 | name = "enumflags2_derive"
890 | version = "0.7.12"
891 | source = "registry+https://github.com/rust-lang/crates.io-index"
892 | checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
893 | dependencies = [
894 | "proc-macro2",
895 | "quote",
896 | "syn 2.0.104",
897 | ]
898 |
899 | [[package]]
900 | name = "equivalent"
901 | version = "1.0.2"
902 | source = "registry+https://github.com/rust-lang/crates.io-index"
903 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
904 |
905 | [[package]]
906 | name = "erased-serde"
907 | version = "0.4.6"
908 | source = "registry+https://github.com/rust-lang/crates.io-index"
909 | checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
910 | dependencies = [
911 | "serde",
912 | "typeid",
913 | ]
914 |
915 | [[package]]
916 | name = "errno"
917 | version = "0.3.13"
918 | source = "registry+https://github.com/rust-lang/crates.io-index"
919 | checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
920 | dependencies = [
921 | "libc",
922 | "windows-sys 0.60.2",
923 | ]
924 |
925 | [[package]]
926 | name = "event-listener"
927 | version = "5.4.0"
928 | source = "registry+https://github.com/rust-lang/crates.io-index"
929 | checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
930 | dependencies = [
931 | "concurrent-queue",
932 | "parking",
933 | "pin-project-lite",
934 | ]
935 |
936 | [[package]]
937 | name = "event-listener-strategy"
938 | version = "0.5.4"
939 | source = "registry+https://github.com/rust-lang/crates.io-index"
940 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
941 | dependencies = [
942 | "event-listener",
943 | "pin-project-lite",
944 | ]
945 |
946 | [[package]]
947 | name = "fastrand"
948 | version = "2.3.0"
949 | source = "registry+https://github.com/rust-lang/crates.io-index"
950 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
951 |
952 | [[package]]
953 | name = "fdeflate"
954 | version = "0.3.7"
955 | source = "registry+https://github.com/rust-lang/crates.io-index"
956 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
957 | dependencies = [
958 | "simd-adler32",
959 | ]
960 |
961 | [[package]]
962 | name = "field-offset"
963 | version = "0.3.6"
964 | source = "registry+https://github.com/rust-lang/crates.io-index"
965 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
966 | dependencies = [
967 | "memoffset",
968 | "rustc_version",
969 | ]
970 |
971 | [[package]]
972 | name = "flate2"
973 | version = "1.1.2"
974 | source = "registry+https://github.com/rust-lang/crates.io-index"
975 | checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
976 | dependencies = [
977 | "crc32fast",
978 | "miniz_oxide",
979 | ]
980 |
981 | [[package]]
982 | name = "fnv"
983 | version = "1.0.7"
984 | source = "registry+https://github.com/rust-lang/crates.io-index"
985 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
986 |
987 | [[package]]
988 | name = "foreign-types"
989 | version = "0.3.2"
990 | source = "registry+https://github.com/rust-lang/crates.io-index"
991 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
992 | dependencies = [
993 | "foreign-types-shared 0.1.1",
994 | ]
995 |
996 | [[package]]
997 | name = "foreign-types"
998 | version = "0.5.0"
999 | source = "registry+https://github.com/rust-lang/crates.io-index"
1000 | checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1001 | dependencies = [
1002 | "foreign-types-macros",
1003 | "foreign-types-shared 0.3.1",
1004 | ]
1005 |
1006 | [[package]]
1007 | name = "foreign-types-macros"
1008 | version = "0.2.3"
1009 | source = "registry+https://github.com/rust-lang/crates.io-index"
1010 | checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1011 | dependencies = [
1012 | "proc-macro2",
1013 | "quote",
1014 | "syn 2.0.104",
1015 | ]
1016 |
1017 | [[package]]
1018 | name = "foreign-types-shared"
1019 | version = "0.1.1"
1020 | source = "registry+https://github.com/rust-lang/crates.io-index"
1021 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1022 |
1023 | [[package]]
1024 | name = "foreign-types-shared"
1025 | version = "0.3.1"
1026 | source = "registry+https://github.com/rust-lang/crates.io-index"
1027 | checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1028 |
1029 | [[package]]
1030 | name = "form_urlencoded"
1031 | version = "1.2.1"
1032 | source = "registry+https://github.com/rust-lang/crates.io-index"
1033 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1034 | dependencies = [
1035 | "percent-encoding",
1036 | ]
1037 |
1038 | [[package]]
1039 | name = "futf"
1040 | version = "0.1.5"
1041 | source = "registry+https://github.com/rust-lang/crates.io-index"
1042 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1043 | dependencies = [
1044 | "mac",
1045 | "new_debug_unreachable",
1046 | ]
1047 |
1048 | [[package]]
1049 | name = "futures-channel"
1050 | version = "0.3.31"
1051 | source = "registry+https://github.com/rust-lang/crates.io-index"
1052 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1053 | dependencies = [
1054 | "futures-core",
1055 | ]
1056 |
1057 | [[package]]
1058 | name = "futures-core"
1059 | version = "0.3.31"
1060 | source = "registry+https://github.com/rust-lang/crates.io-index"
1061 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1062 |
1063 | [[package]]
1064 | name = "futures-executor"
1065 | version = "0.3.31"
1066 | source = "registry+https://github.com/rust-lang/crates.io-index"
1067 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1068 | dependencies = [
1069 | "futures-core",
1070 | "futures-task",
1071 | "futures-util",
1072 | ]
1073 |
1074 | [[package]]
1075 | name = "futures-io"
1076 | version = "0.3.31"
1077 | source = "registry+https://github.com/rust-lang/crates.io-index"
1078 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1079 |
1080 | [[package]]
1081 | name = "futures-lite"
1082 | version = "2.6.0"
1083 | source = "registry+https://github.com/rust-lang/crates.io-index"
1084 | checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1085 | dependencies = [
1086 | "fastrand",
1087 | "futures-core",
1088 | "futures-io",
1089 | "parking",
1090 | "pin-project-lite",
1091 | ]
1092 |
1093 | [[package]]
1094 | name = "futures-macro"
1095 | version = "0.3.31"
1096 | source = "registry+https://github.com/rust-lang/crates.io-index"
1097 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1098 | dependencies = [
1099 | "proc-macro2",
1100 | "quote",
1101 | "syn 2.0.104",
1102 | ]
1103 |
1104 | [[package]]
1105 | name = "futures-sink"
1106 | version = "0.3.31"
1107 | source = "registry+https://github.com/rust-lang/crates.io-index"
1108 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1109 |
1110 | [[package]]
1111 | name = "futures-task"
1112 | version = "0.3.31"
1113 | source = "registry+https://github.com/rust-lang/crates.io-index"
1114 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1115 |
1116 | [[package]]
1117 | name = "futures-util"
1118 | version = "0.3.31"
1119 | source = "registry+https://github.com/rust-lang/crates.io-index"
1120 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1121 | dependencies = [
1122 | "futures-core",
1123 | "futures-io",
1124 | "futures-macro",
1125 | "futures-sink",
1126 | "futures-task",
1127 | "memchr",
1128 | "pin-project-lite",
1129 | "pin-utils",
1130 | "slab",
1131 | ]
1132 |
1133 | [[package]]
1134 | name = "fxhash"
1135 | version = "0.2.1"
1136 | source = "registry+https://github.com/rust-lang/crates.io-index"
1137 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1138 | dependencies = [
1139 | "byteorder",
1140 | ]
1141 |
1142 | [[package]]
1143 | name = "gdk"
1144 | version = "0.18.2"
1145 | source = "registry+https://github.com/rust-lang/crates.io-index"
1146 | checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1147 | dependencies = [
1148 | "cairo-rs",
1149 | "gdk-pixbuf",
1150 | "gdk-sys",
1151 | "gio",
1152 | "glib",
1153 | "libc",
1154 | "pango",
1155 | ]
1156 |
1157 | [[package]]
1158 | name = "gdk-pixbuf"
1159 | version = "0.18.5"
1160 | source = "registry+https://github.com/rust-lang/crates.io-index"
1161 | checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1162 | dependencies = [
1163 | "gdk-pixbuf-sys",
1164 | "gio",
1165 | "glib",
1166 | "libc",
1167 | "once_cell",
1168 | ]
1169 |
1170 | [[package]]
1171 | name = "gdk-pixbuf-sys"
1172 | version = "0.18.0"
1173 | source = "registry+https://github.com/rust-lang/crates.io-index"
1174 | checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1175 | dependencies = [
1176 | "gio-sys",
1177 | "glib-sys",
1178 | "gobject-sys",
1179 | "libc",
1180 | "system-deps",
1181 | ]
1182 |
1183 | [[package]]
1184 | name = "gdk-sys"
1185 | version = "0.18.2"
1186 | source = "registry+https://github.com/rust-lang/crates.io-index"
1187 | checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1188 | dependencies = [
1189 | "cairo-sys-rs",
1190 | "gdk-pixbuf-sys",
1191 | "gio-sys",
1192 | "glib-sys",
1193 | "gobject-sys",
1194 | "libc",
1195 | "pango-sys",
1196 | "pkg-config",
1197 | "system-deps",
1198 | ]
1199 |
1200 | [[package]]
1201 | name = "gdkwayland-sys"
1202 | version = "0.18.2"
1203 | source = "registry+https://github.com/rust-lang/crates.io-index"
1204 | checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
1205 | dependencies = [
1206 | "gdk-sys",
1207 | "glib-sys",
1208 | "gobject-sys",
1209 | "libc",
1210 | "pkg-config",
1211 | "system-deps",
1212 | ]
1213 |
1214 | [[package]]
1215 | name = "gdkx11"
1216 | version = "0.18.2"
1217 | source = "registry+https://github.com/rust-lang/crates.io-index"
1218 | checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
1219 | dependencies = [
1220 | "gdk",
1221 | "gdkx11-sys",
1222 | "gio",
1223 | "glib",
1224 | "libc",
1225 | "x11",
1226 | ]
1227 |
1228 | [[package]]
1229 | name = "gdkx11-sys"
1230 | version = "0.18.2"
1231 | source = "registry+https://github.com/rust-lang/crates.io-index"
1232 | checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
1233 | dependencies = [
1234 | "gdk-sys",
1235 | "glib-sys",
1236 | "libc",
1237 | "system-deps",
1238 | "x11",
1239 | ]
1240 |
1241 | [[package]]
1242 | name = "generic-array"
1243 | version = "0.14.7"
1244 | source = "registry+https://github.com/rust-lang/crates.io-index"
1245 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1246 | dependencies = [
1247 | "typenum",
1248 | "version_check",
1249 | ]
1250 |
1251 | [[package]]
1252 | name = "getrandom"
1253 | version = "0.1.16"
1254 | source = "registry+https://github.com/rust-lang/crates.io-index"
1255 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1256 | dependencies = [
1257 | "cfg-if",
1258 | "libc",
1259 | "wasi 0.9.0+wasi-snapshot-preview1",
1260 | ]
1261 |
1262 | [[package]]
1263 | name = "getrandom"
1264 | version = "0.2.16"
1265 | source = "registry+https://github.com/rust-lang/crates.io-index"
1266 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1267 | dependencies = [
1268 | "cfg-if",
1269 | "libc",
1270 | "wasi 0.11.1+wasi-snapshot-preview1",
1271 | ]
1272 |
1273 | [[package]]
1274 | name = "getrandom"
1275 | version = "0.3.3"
1276 | source = "registry+https://github.com/rust-lang/crates.io-index"
1277 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1278 | dependencies = [
1279 | "cfg-if",
1280 | "libc",
1281 | "r-efi",
1282 | "wasi 0.14.2+wasi-0.2.4",
1283 | ]
1284 |
1285 | [[package]]
1286 | name = "gimli"
1287 | version = "0.31.1"
1288 | source = "registry+https://github.com/rust-lang/crates.io-index"
1289 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1290 |
1291 | [[package]]
1292 | name = "gio"
1293 | version = "0.18.4"
1294 | source = "registry+https://github.com/rust-lang/crates.io-index"
1295 | checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1296 | dependencies = [
1297 | "futures-channel",
1298 | "futures-core",
1299 | "futures-io",
1300 | "futures-util",
1301 | "gio-sys",
1302 | "glib",
1303 | "libc",
1304 | "once_cell",
1305 | "pin-project-lite",
1306 | "smallvec",
1307 | "thiserror 1.0.69",
1308 | ]
1309 |
1310 | [[package]]
1311 | name = "gio-sys"
1312 | version = "0.18.1"
1313 | source = "registry+https://github.com/rust-lang/crates.io-index"
1314 | checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1315 | dependencies = [
1316 | "glib-sys",
1317 | "gobject-sys",
1318 | "libc",
1319 | "system-deps",
1320 | "winapi",
1321 | ]
1322 |
1323 | [[package]]
1324 | name = "glib"
1325 | version = "0.18.5"
1326 | source = "registry+https://github.com/rust-lang/crates.io-index"
1327 | checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1328 | dependencies = [
1329 | "bitflags 2.9.1",
1330 | "futures-channel",
1331 | "futures-core",
1332 | "futures-executor",
1333 | "futures-task",
1334 | "futures-util",
1335 | "gio-sys",
1336 | "glib-macros",
1337 | "glib-sys",
1338 | "gobject-sys",
1339 | "libc",
1340 | "memchr",
1341 | "once_cell",
1342 | "smallvec",
1343 | "thiserror 1.0.69",
1344 | ]
1345 |
1346 | [[package]]
1347 | name = "glib-macros"
1348 | version = "0.18.5"
1349 | source = "registry+https://github.com/rust-lang/crates.io-index"
1350 | checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1351 | dependencies = [
1352 | "heck 0.4.1",
1353 | "proc-macro-crate 2.0.0",
1354 | "proc-macro-error",
1355 | "proc-macro2",
1356 | "quote",
1357 | "syn 2.0.104",
1358 | ]
1359 |
1360 | [[package]]
1361 | name = "glib-sys"
1362 | version = "0.18.1"
1363 | source = "registry+https://github.com/rust-lang/crates.io-index"
1364 | checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1365 | dependencies = [
1366 | "libc",
1367 | "system-deps",
1368 | ]
1369 |
1370 | [[package]]
1371 | name = "glob"
1372 | version = "0.3.2"
1373 | source = "registry+https://github.com/rust-lang/crates.io-index"
1374 | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1375 |
1376 | [[package]]
1377 | name = "gobject-sys"
1378 | version = "0.18.0"
1379 | source = "registry+https://github.com/rust-lang/crates.io-index"
1380 | checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
1381 | dependencies = [
1382 | "glib-sys",
1383 | "libc",
1384 | "system-deps",
1385 | ]
1386 |
1387 | [[package]]
1388 | name = "gtk"
1389 | version = "0.18.2"
1390 | source = "registry+https://github.com/rust-lang/crates.io-index"
1391 | checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
1392 | dependencies = [
1393 | "atk",
1394 | "cairo-rs",
1395 | "field-offset",
1396 | "futures-channel",
1397 | "gdk",
1398 | "gdk-pixbuf",
1399 | "gio",
1400 | "glib",
1401 | "gtk-sys",
1402 | "gtk3-macros",
1403 | "libc",
1404 | "pango",
1405 | "pkg-config",
1406 | ]
1407 |
1408 | [[package]]
1409 | name = "gtk-sys"
1410 | version = "0.18.2"
1411 | source = "registry+https://github.com/rust-lang/crates.io-index"
1412 | checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
1413 | dependencies = [
1414 | "atk-sys",
1415 | "cairo-sys-rs",
1416 | "gdk-pixbuf-sys",
1417 | "gdk-sys",
1418 | "gio-sys",
1419 | "glib-sys",
1420 | "gobject-sys",
1421 | "libc",
1422 | "pango-sys",
1423 | "system-deps",
1424 | ]
1425 |
1426 | [[package]]
1427 | name = "gtk3-macros"
1428 | version = "0.18.2"
1429 | source = "registry+https://github.com/rust-lang/crates.io-index"
1430 | checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
1431 | dependencies = [
1432 | "proc-macro-crate 1.3.1",
1433 | "proc-macro-error",
1434 | "proc-macro2",
1435 | "quote",
1436 | "syn 2.0.104",
1437 | ]
1438 |
1439 | [[package]]
1440 | name = "h2"
1441 | version = "0.4.11"
1442 | source = "registry+https://github.com/rust-lang/crates.io-index"
1443 | checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
1444 | dependencies = [
1445 | "atomic-waker",
1446 | "bytes",
1447 | "fnv",
1448 | "futures-core",
1449 | "futures-sink",
1450 | "http",
1451 | "indexmap 2.10.0",
1452 | "slab",
1453 | "tokio",
1454 | "tokio-util",
1455 | "tracing",
1456 | ]
1457 |
1458 | [[package]]
1459 | name = "hashbrown"
1460 | version = "0.12.3"
1461 | source = "registry+https://github.com/rust-lang/crates.io-index"
1462 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1463 |
1464 | [[package]]
1465 | name = "hashbrown"
1466 | version = "0.15.4"
1467 | source = "registry+https://github.com/rust-lang/crates.io-index"
1468 | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1469 |
1470 | [[package]]
1471 | name = "heck"
1472 | version = "0.4.1"
1473 | source = "registry+https://github.com/rust-lang/crates.io-index"
1474 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1475 |
1476 | [[package]]
1477 | name = "heck"
1478 | version = "0.5.0"
1479 | source = "registry+https://github.com/rust-lang/crates.io-index"
1480 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1481 |
1482 | [[package]]
1483 | name = "hermit-abi"
1484 | version = "0.5.2"
1485 | source = "registry+https://github.com/rust-lang/crates.io-index"
1486 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1487 |
1488 | [[package]]
1489 | name = "hex"
1490 | version = "0.4.3"
1491 | source = "registry+https://github.com/rust-lang/crates.io-index"
1492 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1493 |
1494 | [[package]]
1495 | name = "html5ever"
1496 | version = "0.29.1"
1497 | source = "registry+https://github.com/rust-lang/crates.io-index"
1498 | checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
1499 | dependencies = [
1500 | "log",
1501 | "mac",
1502 | "markup5ever",
1503 | "match_token",
1504 | ]
1505 |
1506 | [[package]]
1507 | name = "http"
1508 | version = "1.3.1"
1509 | source = "registry+https://github.com/rust-lang/crates.io-index"
1510 | checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1511 | dependencies = [
1512 | "bytes",
1513 | "fnv",
1514 | "itoa",
1515 | ]
1516 |
1517 | [[package]]
1518 | name = "http-body"
1519 | version = "1.0.1"
1520 | source = "registry+https://github.com/rust-lang/crates.io-index"
1521 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1522 | dependencies = [
1523 | "bytes",
1524 | "http",
1525 | ]
1526 |
1527 | [[package]]
1528 | name = "http-body-util"
1529 | version = "0.1.3"
1530 | source = "registry+https://github.com/rust-lang/crates.io-index"
1531 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1532 | dependencies = [
1533 | "bytes",
1534 | "futures-core",
1535 | "http",
1536 | "http-body",
1537 | "pin-project-lite",
1538 | ]
1539 |
1540 | [[package]]
1541 | name = "httparse"
1542 | version = "1.10.1"
1543 | source = "registry+https://github.com/rust-lang/crates.io-index"
1544 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1545 |
1546 | [[package]]
1547 | name = "hyper"
1548 | version = "1.6.0"
1549 | source = "registry+https://github.com/rust-lang/crates.io-index"
1550 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1551 | dependencies = [
1552 | "bytes",
1553 | "futures-channel",
1554 | "futures-util",
1555 | "h2",
1556 | "http",
1557 | "http-body",
1558 | "httparse",
1559 | "itoa",
1560 | "pin-project-lite",
1561 | "smallvec",
1562 | "tokio",
1563 | "want",
1564 | ]
1565 |
1566 | [[package]]
1567 | name = "hyper-rustls"
1568 | version = "0.27.7"
1569 | source = "registry+https://github.com/rust-lang/crates.io-index"
1570 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1571 | dependencies = [
1572 | "http",
1573 | "hyper",
1574 | "hyper-util",
1575 | "rustls",
1576 | "rustls-pki-types",
1577 | "tokio",
1578 | "tokio-rustls",
1579 | "tower-service",
1580 | ]
1581 |
1582 | [[package]]
1583 | name = "hyper-tls"
1584 | version = "0.6.0"
1585 | source = "registry+https://github.com/rust-lang/crates.io-index"
1586 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1587 | dependencies = [
1588 | "bytes",
1589 | "http-body-util",
1590 | "hyper",
1591 | "hyper-util",
1592 | "native-tls",
1593 | "tokio",
1594 | "tokio-native-tls",
1595 | "tower-service",
1596 | ]
1597 |
1598 | [[package]]
1599 | name = "hyper-util"
1600 | version = "0.1.15"
1601 | source = "registry+https://github.com/rust-lang/crates.io-index"
1602 | checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
1603 | dependencies = [
1604 | "base64 0.22.1",
1605 | "bytes",
1606 | "futures-channel",
1607 | "futures-core",
1608 | "futures-util",
1609 | "http",
1610 | "http-body",
1611 | "hyper",
1612 | "ipnet",
1613 | "libc",
1614 | "percent-encoding",
1615 | "pin-project-lite",
1616 | "socket2",
1617 | "system-configuration",
1618 | "tokio",
1619 | "tower-service",
1620 | "tracing",
1621 | "windows-registry",
1622 | ]
1623 |
1624 | [[package]]
1625 | name = "iana-time-zone"
1626 | version = "0.1.63"
1627 | source = "registry+https://github.com/rust-lang/crates.io-index"
1628 | checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1629 | dependencies = [
1630 | "android_system_properties",
1631 | "core-foundation-sys",
1632 | "iana-time-zone-haiku",
1633 | "js-sys",
1634 | "log",
1635 | "wasm-bindgen",
1636 | "windows-core",
1637 | ]
1638 |
1639 | [[package]]
1640 | name = "iana-time-zone-haiku"
1641 | version = "0.1.2"
1642 | source = "registry+https://github.com/rust-lang/crates.io-index"
1643 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1644 | dependencies = [
1645 | "cc",
1646 | ]
1647 |
1648 | [[package]]
1649 | name = "ico"
1650 | version = "0.4.0"
1651 | source = "registry+https://github.com/rust-lang/crates.io-index"
1652 | checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98"
1653 | dependencies = [
1654 | "byteorder",
1655 | "png",
1656 | ]
1657 |
1658 | [[package]]
1659 | name = "icu_collections"
1660 | version = "2.0.0"
1661 | source = "registry+https://github.com/rust-lang/crates.io-index"
1662 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1663 | dependencies = [
1664 | "displaydoc",
1665 | "potential_utf",
1666 | "yoke",
1667 | "zerofrom",
1668 | "zerovec",
1669 | ]
1670 |
1671 | [[package]]
1672 | name = "icu_locale_core"
1673 | version = "2.0.0"
1674 | source = "registry+https://github.com/rust-lang/crates.io-index"
1675 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1676 | dependencies = [
1677 | "displaydoc",
1678 | "litemap",
1679 | "tinystr",
1680 | "writeable",
1681 | "zerovec",
1682 | ]
1683 |
1684 | [[package]]
1685 | name = "icu_normalizer"
1686 | version = "2.0.0"
1687 | source = "registry+https://github.com/rust-lang/crates.io-index"
1688 | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1689 | dependencies = [
1690 | "displaydoc",
1691 | "icu_collections",
1692 | "icu_normalizer_data",
1693 | "icu_properties",
1694 | "icu_provider",
1695 | "smallvec",
1696 | "zerovec",
1697 | ]
1698 |
1699 | [[package]]
1700 | name = "icu_normalizer_data"
1701 | version = "2.0.0"
1702 | source = "registry+https://github.com/rust-lang/crates.io-index"
1703 | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1704 |
1705 | [[package]]
1706 | name = "icu_properties"
1707 | version = "2.0.1"
1708 | source = "registry+https://github.com/rust-lang/crates.io-index"
1709 | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1710 | dependencies = [
1711 | "displaydoc",
1712 | "icu_collections",
1713 | "icu_locale_core",
1714 | "icu_properties_data",
1715 | "icu_provider",
1716 | "potential_utf",
1717 | "zerotrie",
1718 | "zerovec",
1719 | ]
1720 |
1721 | [[package]]
1722 | name = "icu_properties_data"
1723 | version = "2.0.1"
1724 | source = "registry+https://github.com/rust-lang/crates.io-index"
1725 | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1726 |
1727 | [[package]]
1728 | name = "icu_provider"
1729 | version = "2.0.0"
1730 | source = "registry+https://github.com/rust-lang/crates.io-index"
1731 | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1732 | dependencies = [
1733 | "displaydoc",
1734 | "icu_locale_core",
1735 | "stable_deref_trait",
1736 | "tinystr",
1737 | "writeable",
1738 | "yoke",
1739 | "zerofrom",
1740 | "zerotrie",
1741 | "zerovec",
1742 | ]
1743 |
1744 | [[package]]
1745 | name = "ident_case"
1746 | version = "1.0.1"
1747 | source = "registry+https://github.com/rust-lang/crates.io-index"
1748 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1749 |
1750 | [[package]]
1751 | name = "idna"
1752 | version = "1.0.3"
1753 | source = "registry+https://github.com/rust-lang/crates.io-index"
1754 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1755 | dependencies = [
1756 | "idna_adapter",
1757 | "smallvec",
1758 | "utf8_iter",
1759 | ]
1760 |
1761 | [[package]]
1762 | name = "idna_adapter"
1763 | version = "1.2.1"
1764 | source = "registry+https://github.com/rust-lang/crates.io-index"
1765 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1766 | dependencies = [
1767 | "icu_normalizer",
1768 | "icu_properties",
1769 | ]
1770 |
1771 | [[package]]
1772 | name = "indexmap"
1773 | version = "1.9.3"
1774 | source = "registry+https://github.com/rust-lang/crates.io-index"
1775 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1776 | dependencies = [
1777 | "autocfg",
1778 | "hashbrown 0.12.3",
1779 | "serde",
1780 | ]
1781 |
1782 | [[package]]
1783 | name = "indexmap"
1784 | version = "2.10.0"
1785 | source = "registry+https://github.com/rust-lang/crates.io-index"
1786 | checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1787 | dependencies = [
1788 | "equivalent",
1789 | "hashbrown 0.15.4",
1790 | "serde",
1791 | ]
1792 |
1793 | [[package]]
1794 | name = "infer"
1795 | version = "0.19.0"
1796 | source = "registry+https://github.com/rust-lang/crates.io-index"
1797 | checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1798 | dependencies = [
1799 | "cfb",
1800 | ]
1801 |
1802 | [[package]]
1803 | name = "io-uring"
1804 | version = "0.7.8"
1805 | source = "registry+https://github.com/rust-lang/crates.io-index"
1806 | checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1807 | dependencies = [
1808 | "bitflags 2.9.1",
1809 | "cfg-if",
1810 | "libc",
1811 | ]
1812 |
1813 | [[package]]
1814 | name = "ipnet"
1815 | version = "2.11.0"
1816 | source = "registry+https://github.com/rust-lang/crates.io-index"
1817 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1818 |
1819 | [[package]]
1820 | name = "iri-string"
1821 | version = "0.7.8"
1822 | source = "registry+https://github.com/rust-lang/crates.io-index"
1823 | checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1824 | dependencies = [
1825 | "memchr",
1826 | "serde",
1827 | ]
1828 |
1829 | [[package]]
1830 | name = "is-docker"
1831 | version = "0.2.0"
1832 | source = "registry+https://github.com/rust-lang/crates.io-index"
1833 | checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
1834 | dependencies = [
1835 | "once_cell",
1836 | ]
1837 |
1838 | [[package]]
1839 | name = "is-wsl"
1840 | version = "0.4.0"
1841 | source = "registry+https://github.com/rust-lang/crates.io-index"
1842 | checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
1843 | dependencies = [
1844 | "is-docker",
1845 | "once_cell",
1846 | ]
1847 |
1848 | [[package]]
1849 | name = "itoa"
1850 | version = "1.0.15"
1851 | source = "registry+https://github.com/rust-lang/crates.io-index"
1852 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1853 |
1854 | [[package]]
1855 | name = "javascriptcore-rs"
1856 | version = "1.1.2"
1857 | source = "registry+https://github.com/rust-lang/crates.io-index"
1858 | checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
1859 | dependencies = [
1860 | "bitflags 1.3.2",
1861 | "glib",
1862 | "javascriptcore-rs-sys",
1863 | ]
1864 |
1865 | [[package]]
1866 | name = "javascriptcore-rs-sys"
1867 | version = "1.1.1"
1868 | source = "registry+https://github.com/rust-lang/crates.io-index"
1869 | checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
1870 | dependencies = [
1871 | "glib-sys",
1872 | "gobject-sys",
1873 | "libc",
1874 | "system-deps",
1875 | ]
1876 |
1877 | [[package]]
1878 | name = "jni"
1879 | version = "0.21.1"
1880 | source = "registry+https://github.com/rust-lang/crates.io-index"
1881 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1882 | dependencies = [
1883 | "cesu8",
1884 | "cfg-if",
1885 | "combine",
1886 | "jni-sys",
1887 | "log",
1888 | "thiserror 1.0.69",
1889 | "walkdir",
1890 | "windows-sys 0.45.0",
1891 | ]
1892 |
1893 | [[package]]
1894 | name = "jni-sys"
1895 | version = "0.3.0"
1896 | source = "registry+https://github.com/rust-lang/crates.io-index"
1897 | checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1898 |
1899 | [[package]]
1900 | name = "js-sys"
1901 | version = "0.3.77"
1902 | source = "registry+https://github.com/rust-lang/crates.io-index"
1903 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1904 | dependencies = [
1905 | "once_cell",
1906 | "wasm-bindgen",
1907 | ]
1908 |
1909 | [[package]]
1910 | name = "json-patch"
1911 | version = "3.0.1"
1912 | source = "registry+https://github.com/rust-lang/crates.io-index"
1913 | checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
1914 | dependencies = [
1915 | "jsonptr",
1916 | "serde",
1917 | "serde_json",
1918 | "thiserror 1.0.69",
1919 | ]
1920 |
1921 | [[package]]
1922 | name = "jsonptr"
1923 | version = "0.6.3"
1924 | source = "registry+https://github.com/rust-lang/crates.io-index"
1925 | checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
1926 | dependencies = [
1927 | "serde",
1928 | "serde_json",
1929 | ]
1930 |
1931 | [[package]]
1932 | name = "keyboard-types"
1933 | version = "0.7.0"
1934 | source = "registry+https://github.com/rust-lang/crates.io-index"
1935 | checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
1936 | dependencies = [
1937 | "bitflags 2.9.1",
1938 | "serde",
1939 | "unicode-segmentation",
1940 | ]
1941 |
1942 | [[package]]
1943 | name = "kuchikiki"
1944 | version = "0.8.8-speedreader"
1945 | source = "registry+https://github.com/rust-lang/crates.io-index"
1946 | checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
1947 | dependencies = [
1948 | "cssparser",
1949 | "html5ever",
1950 | "indexmap 2.10.0",
1951 | "selectors",
1952 | ]
1953 |
1954 | [[package]]
1955 | name = "lazy_static"
1956 | version = "1.5.0"
1957 | source = "registry+https://github.com/rust-lang/crates.io-index"
1958 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1959 |
1960 | [[package]]
1961 | name = "libappindicator"
1962 | version = "0.9.0"
1963 | source = "registry+https://github.com/rust-lang/crates.io-index"
1964 | checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
1965 | dependencies = [
1966 | "glib",
1967 | "gtk",
1968 | "gtk-sys",
1969 | "libappindicator-sys",
1970 | "log",
1971 | ]
1972 |
1973 | [[package]]
1974 | name = "libappindicator-sys"
1975 | version = "0.9.0"
1976 | source = "registry+https://github.com/rust-lang/crates.io-index"
1977 | checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
1978 | dependencies = [
1979 | "gtk-sys",
1980 | "libloading",
1981 | "once_cell",
1982 | ]
1983 |
1984 | [[package]]
1985 | name = "libc"
1986 | version = "0.2.174"
1987 | source = "registry+https://github.com/rust-lang/crates.io-index"
1988 | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1989 |
1990 | [[package]]
1991 | name = "libloading"
1992 | version = "0.7.4"
1993 | source = "registry+https://github.com/rust-lang/crates.io-index"
1994 | checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1995 | dependencies = [
1996 | "cfg-if",
1997 | "winapi",
1998 | ]
1999 |
2000 | [[package]]
2001 | name = "libredox"
2002 | version = "0.1.4"
2003 | source = "registry+https://github.com/rust-lang/crates.io-index"
2004 | checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
2005 | dependencies = [
2006 | "bitflags 2.9.1",
2007 | "libc",
2008 | ]
2009 |
2010 | [[package]]
2011 | name = "linux-raw-sys"
2012 | version = "0.9.4"
2013 | source = "registry+https://github.com/rust-lang/crates.io-index"
2014 | checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2015 |
2016 | [[package]]
2017 | name = "litemap"
2018 | version = "0.8.0"
2019 | source = "registry+https://github.com/rust-lang/crates.io-index"
2020 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2021 |
2022 | [[package]]
2023 | name = "lock_api"
2024 | version = "0.4.13"
2025 | source = "registry+https://github.com/rust-lang/crates.io-index"
2026 | checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2027 | dependencies = [
2028 | "autocfg",
2029 | "scopeguard",
2030 | ]
2031 |
2032 | [[package]]
2033 | name = "log"
2034 | version = "0.4.27"
2035 | source = "registry+https://github.com/rust-lang/crates.io-index"
2036 | checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2037 |
2038 | [[package]]
2039 | name = "mac"
2040 | version = "0.1.1"
2041 | source = "registry+https://github.com/rust-lang/crates.io-index"
2042 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2043 |
2044 | [[package]]
2045 | name = "markup5ever"
2046 | version = "0.14.1"
2047 | source = "registry+https://github.com/rust-lang/crates.io-index"
2048 | checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
2049 | dependencies = [
2050 | "log",
2051 | "phf 0.11.3",
2052 | "phf_codegen 0.11.3",
2053 | "string_cache",
2054 | "string_cache_codegen",
2055 | "tendril",
2056 | ]
2057 |
2058 | [[package]]
2059 | name = "match_token"
2060 | version = "0.1.0"
2061 | source = "registry+https://github.com/rust-lang/crates.io-index"
2062 | checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
2063 | dependencies = [
2064 | "proc-macro2",
2065 | "quote",
2066 | "syn 2.0.104",
2067 | ]
2068 |
2069 | [[package]]
2070 | name = "matches"
2071 | version = "0.1.10"
2072 | source = "registry+https://github.com/rust-lang/crates.io-index"
2073 | checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2074 |
2075 | [[package]]
2076 | name = "memchr"
2077 | version = "2.7.5"
2078 | source = "registry+https://github.com/rust-lang/crates.io-index"
2079 | checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2080 |
2081 | [[package]]
2082 | name = "memoffset"
2083 | version = "0.9.1"
2084 | source = "registry+https://github.com/rust-lang/crates.io-index"
2085 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2086 | dependencies = [
2087 | "autocfg",
2088 | ]
2089 |
2090 | [[package]]
2091 | name = "mime"
2092 | version = "0.3.17"
2093 | source = "registry+https://github.com/rust-lang/crates.io-index"
2094 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2095 |
2096 | [[package]]
2097 | name = "miniz_oxide"
2098 | version = "0.8.9"
2099 | source = "registry+https://github.com/rust-lang/crates.io-index"
2100 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2101 | dependencies = [
2102 | "adler2",
2103 | "simd-adler32",
2104 | ]
2105 |
2106 | [[package]]
2107 | name = "mio"
2108 | version = "1.0.4"
2109 | source = "registry+https://github.com/rust-lang/crates.io-index"
2110 | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2111 | dependencies = [
2112 | "libc",
2113 | "wasi 0.11.1+wasi-snapshot-preview1",
2114 | "windows-sys 0.59.0",
2115 | ]
2116 |
2117 | [[package]]
2118 | name = "muda"
2119 | version = "0.17.0"
2120 | source = "registry+https://github.com/rust-lang/crates.io-index"
2121 | checksum = "58b89bf91c19bf036347f1ab85a81c560f08c0667c8601bece664d860a600988"
2122 | dependencies = [
2123 | "crossbeam-channel",
2124 | "dpi",
2125 | "gtk",
2126 | "keyboard-types",
2127 | "objc2 0.6.1",
2128 | "objc2-app-kit",
2129 | "objc2-core-foundation",
2130 | "objc2-foundation 0.3.1",
2131 | "once_cell",
2132 | "png",
2133 | "serde",
2134 | "thiserror 2.0.12",
2135 | "windows-sys 0.59.0",
2136 | ]
2137 |
2138 | [[package]]
2139 | name = "native-tls"
2140 | version = "0.2.14"
2141 | source = "registry+https://github.com/rust-lang/crates.io-index"
2142 | checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2143 | dependencies = [
2144 | "libc",
2145 | "log",
2146 | "openssl",
2147 | "openssl-probe",
2148 | "openssl-sys",
2149 | "schannel",
2150 | "security-framework",
2151 | "security-framework-sys",
2152 | "tempfile",
2153 | ]
2154 |
2155 | [[package]]
2156 | name = "ndk"
2157 | version = "0.9.0"
2158 | source = "registry+https://github.com/rust-lang/crates.io-index"
2159 | checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2160 | dependencies = [
2161 | "bitflags 2.9.1",
2162 | "jni-sys",
2163 | "log",
2164 | "ndk-sys",
2165 | "num_enum",
2166 | "raw-window-handle",
2167 | "thiserror 1.0.69",
2168 | ]
2169 |
2170 | [[package]]
2171 | name = "ndk-context"
2172 | version = "0.1.1"
2173 | source = "registry+https://github.com/rust-lang/crates.io-index"
2174 | checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2175 |
2176 | [[package]]
2177 | name = "ndk-sys"
2178 | version = "0.6.0+11769913"
2179 | source = "registry+https://github.com/rust-lang/crates.io-index"
2180 | checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2181 | dependencies = [
2182 | "jni-sys",
2183 | ]
2184 |
2185 | [[package]]
2186 | name = "new_debug_unreachable"
2187 | version = "1.0.6"
2188 | source = "registry+https://github.com/rust-lang/crates.io-index"
2189 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2190 |
2191 | [[package]]
2192 | name = "nix"
2193 | version = "0.30.1"
2194 | source = "registry+https://github.com/rust-lang/crates.io-index"
2195 | checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2196 | dependencies = [
2197 | "bitflags 2.9.1",
2198 | "cfg-if",
2199 | "cfg_aliases",
2200 | "libc",
2201 | "memoffset",
2202 | ]
2203 |
2204 | [[package]]
2205 | name = "nodrop"
2206 | version = "0.1.14"
2207 | source = "registry+https://github.com/rust-lang/crates.io-index"
2208 | checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2209 |
2210 | [[package]]
2211 | name = "num-conv"
2212 | version = "0.1.0"
2213 | source = "registry+https://github.com/rust-lang/crates.io-index"
2214 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2215 |
2216 | [[package]]
2217 | name = "num-traits"
2218 | version = "0.2.19"
2219 | source = "registry+https://github.com/rust-lang/crates.io-index"
2220 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2221 | dependencies = [
2222 | "autocfg",
2223 | ]
2224 |
2225 | [[package]]
2226 | name = "num_enum"
2227 | version = "0.7.4"
2228 | source = "registry+https://github.com/rust-lang/crates.io-index"
2229 | checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
2230 | dependencies = [
2231 | "num_enum_derive",
2232 | "rustversion",
2233 | ]
2234 |
2235 | [[package]]
2236 | name = "num_enum_derive"
2237 | version = "0.7.4"
2238 | source = "registry+https://github.com/rust-lang/crates.io-index"
2239 | checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
2240 | dependencies = [
2241 | "proc-macro-crate 3.3.0",
2242 | "proc-macro2",
2243 | "quote",
2244 | "syn 2.0.104",
2245 | ]
2246 |
2247 | [[package]]
2248 | name = "objc-sys"
2249 | version = "0.3.5"
2250 | source = "registry+https://github.com/rust-lang/crates.io-index"
2251 | checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2252 |
2253 | [[package]]
2254 | name = "objc2"
2255 | version = "0.5.2"
2256 | source = "registry+https://github.com/rust-lang/crates.io-index"
2257 | checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2258 | dependencies = [
2259 | "objc-sys",
2260 | "objc2-encode",
2261 | ]
2262 |
2263 | [[package]]
2264 | name = "objc2"
2265 | version = "0.6.1"
2266 | source = "registry+https://github.com/rust-lang/crates.io-index"
2267 | checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
2268 | dependencies = [
2269 | "objc2-encode",
2270 | "objc2-exception-helper",
2271 | ]
2272 |
2273 | [[package]]
2274 | name = "objc2-app-kit"
2275 | version = "0.3.1"
2276 | source = "registry+https://github.com/rust-lang/crates.io-index"
2277 | checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
2278 | dependencies = [
2279 | "bitflags 2.9.1",
2280 | "block2 0.6.1",
2281 | "libc",
2282 | "objc2 0.6.1",
2283 | "objc2-cloud-kit",
2284 | "objc2-core-data",
2285 | "objc2-core-foundation",
2286 | "objc2-core-graphics",
2287 | "objc2-core-image",
2288 | "objc2-foundation 0.3.1",
2289 | "objc2-quartz-core 0.3.1",
2290 | ]
2291 |
2292 | [[package]]
2293 | name = "objc2-cloud-kit"
2294 | version = "0.3.1"
2295 | source = "registry+https://github.com/rust-lang/crates.io-index"
2296 | checksum = "17614fdcd9b411e6ff1117dfb1d0150f908ba83a7df81b1f118005fe0a8ea15d"
2297 | dependencies = [
2298 | "bitflags 2.9.1",
2299 | "objc2 0.6.1",
2300 | "objc2-foundation 0.3.1",
2301 | ]
2302 |
2303 | [[package]]
2304 | name = "objc2-core-data"
2305 | version = "0.3.1"
2306 | source = "registry+https://github.com/rust-lang/crates.io-index"
2307 | checksum = "291fbbf7d29287518e8686417cf7239c74700fd4b607623140a7d4a3c834329d"
2308 | dependencies = [
2309 | "bitflags 2.9.1",
2310 | "objc2 0.6.1",
2311 | "objc2-foundation 0.3.1",
2312 | ]
2313 |
2314 | [[package]]
2315 | name = "objc2-core-foundation"
2316 | version = "0.3.1"
2317 | source = "registry+https://github.com/rust-lang/crates.io-index"
2318 | checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2319 | dependencies = [
2320 | "bitflags 2.9.1",
2321 | "dispatch2",
2322 | "objc2 0.6.1",
2323 | ]
2324 |
2325 | [[package]]
2326 | name = "objc2-core-graphics"
2327 | version = "0.3.1"
2328 | source = "registry+https://github.com/rust-lang/crates.io-index"
2329 | checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4"
2330 | dependencies = [
2331 | "bitflags 2.9.1",
2332 | "dispatch2",
2333 | "objc2 0.6.1",
2334 | "objc2-core-foundation",
2335 | "objc2-io-surface",
2336 | ]
2337 |
2338 | [[package]]
2339 | name = "objc2-core-image"
2340 | version = "0.3.1"
2341 | source = "registry+https://github.com/rust-lang/crates.io-index"
2342 | checksum = "79b3dc0cc4386b6ccf21c157591b34a7f44c8e75b064f85502901ab2188c007e"
2343 | dependencies = [
2344 | "objc2 0.6.1",
2345 | "objc2-foundation 0.3.1",
2346 | ]
2347 |
2348 | [[package]]
2349 | name = "objc2-encode"
2350 | version = "4.1.0"
2351 | source = "registry+https://github.com/rust-lang/crates.io-index"
2352 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2353 |
2354 | [[package]]
2355 | name = "objc2-exception-helper"
2356 | version = "0.1.1"
2357 | source = "registry+https://github.com/rust-lang/crates.io-index"
2358 | checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
2359 | dependencies = [
2360 | "cc",
2361 | ]
2362 |
2363 | [[package]]
2364 | name = "objc2-foundation"
2365 | version = "0.2.2"
2366 | source = "registry+https://github.com/rust-lang/crates.io-index"
2367 | checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2368 | dependencies = [
2369 | "bitflags 2.9.1",
2370 | "block2 0.5.1",
2371 | "libc",
2372 | "objc2 0.5.2",
2373 | ]
2374 |
2375 | [[package]]
2376 | name = "objc2-foundation"
2377 | version = "0.3.1"
2378 | source = "registry+https://github.com/rust-lang/crates.io-index"
2379 | checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
2380 | dependencies = [
2381 | "bitflags 2.9.1",
2382 | "block2 0.6.1",
2383 | "libc",
2384 | "objc2 0.6.1",
2385 | "objc2-core-foundation",
2386 | ]
2387 |
2388 | [[package]]
2389 | name = "objc2-io-surface"
2390 | version = "0.3.1"
2391 | source = "registry+https://github.com/rust-lang/crates.io-index"
2392 | checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c"
2393 | dependencies = [
2394 | "bitflags 2.9.1",
2395 | "objc2 0.6.1",
2396 | "objc2-core-foundation",
2397 | ]
2398 |
2399 | [[package]]
2400 | name = "objc2-metal"
2401 | version = "0.2.2"
2402 | source = "registry+https://github.com/rust-lang/crates.io-index"
2403 | checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2404 | dependencies = [
2405 | "bitflags 2.9.1",
2406 | "block2 0.5.1",
2407 | "objc2 0.5.2",
2408 | "objc2-foundation 0.2.2",
2409 | ]
2410 |
2411 | [[package]]
2412 | name = "objc2-quartz-core"
2413 | version = "0.2.2"
2414 | source = "registry+https://github.com/rust-lang/crates.io-index"
2415 | checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2416 | dependencies = [
2417 | "bitflags 2.9.1",
2418 | "block2 0.5.1",
2419 | "objc2 0.5.2",
2420 | "objc2-foundation 0.2.2",
2421 | "objc2-metal",
2422 | ]
2423 |
2424 | [[package]]
2425 | name = "objc2-quartz-core"
2426 | version = "0.3.1"
2427 | source = "registry+https://github.com/rust-lang/crates.io-index"
2428 | checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
2429 | dependencies = [
2430 | "bitflags 2.9.1",
2431 | "objc2 0.6.1",
2432 | "objc2-foundation 0.3.1",
2433 | ]
2434 |
2435 | [[package]]
2436 | name = "objc2-ui-kit"
2437 | version = "0.3.1"
2438 | source = "registry+https://github.com/rust-lang/crates.io-index"
2439 | checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
2440 | dependencies = [
2441 | "bitflags 2.9.1",
2442 | "objc2 0.6.1",
2443 | "objc2-core-foundation",
2444 | "objc2-foundation 0.3.1",
2445 | ]
2446 |
2447 | [[package]]
2448 | name = "objc2-web-kit"
2449 | version = "0.3.1"
2450 | source = "registry+https://github.com/rust-lang/crates.io-index"
2451 | checksum = "91672909de8b1ce1c2252e95bbee8c1649c9ad9d14b9248b3d7b4c47903c47ad"
2452 | dependencies = [
2453 | "bitflags 2.9.1",
2454 | "block2 0.6.1",
2455 | "objc2 0.6.1",
2456 | "objc2-app-kit",
2457 | "objc2-core-foundation",
2458 | "objc2-foundation 0.3.1",
2459 | ]
2460 |
2461 | [[package]]
2462 | name = "object"
2463 | version = "0.36.7"
2464 | source = "registry+https://github.com/rust-lang/crates.io-index"
2465 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2466 | dependencies = [
2467 | "memchr",
2468 | ]
2469 |
2470 | [[package]]
2471 | name = "once_cell"
2472 | version = "1.21.3"
2473 | source = "registry+https://github.com/rust-lang/crates.io-index"
2474 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2475 |
2476 | [[package]]
2477 | name = "open"
2478 | version = "5.3.2"
2479 | source = "registry+https://github.com/rust-lang/crates.io-index"
2480 | checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
2481 | dependencies = [
2482 | "dunce",
2483 | "is-wsl",
2484 | "libc",
2485 | "pathdiff",
2486 | ]
2487 |
2488 | [[package]]
2489 | name = "openssl"
2490 | version = "0.10.73"
2491 | source = "registry+https://github.com/rust-lang/crates.io-index"
2492 | checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2493 | dependencies = [
2494 | "bitflags 2.9.1",
2495 | "cfg-if",
2496 | "foreign-types 0.3.2",
2497 | "libc",
2498 | "once_cell",
2499 | "openssl-macros",
2500 | "openssl-sys",
2501 | ]
2502 |
2503 | [[package]]
2504 | name = "openssl-macros"
2505 | version = "0.1.1"
2506 | source = "registry+https://github.com/rust-lang/crates.io-index"
2507 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2508 | dependencies = [
2509 | "proc-macro2",
2510 | "quote",
2511 | "syn 2.0.104",
2512 | ]
2513 |
2514 | [[package]]
2515 | name = "openssl-probe"
2516 | version = "0.1.6"
2517 | source = "registry+https://github.com/rust-lang/crates.io-index"
2518 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2519 |
2520 | [[package]]
2521 | name = "openssl-sys"
2522 | version = "0.9.109"
2523 | source = "registry+https://github.com/rust-lang/crates.io-index"
2524 | checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2525 | dependencies = [
2526 | "cc",
2527 | "libc",
2528 | "pkg-config",
2529 | "vcpkg",
2530 | ]
2531 |
2532 | [[package]]
2533 | name = "option-ext"
2534 | version = "0.2.0"
2535 | source = "registry+https://github.com/rust-lang/crates.io-index"
2536 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2537 |
2538 | [[package]]
2539 | name = "ordered-stream"
2540 | version = "0.2.0"
2541 | source = "registry+https://github.com/rust-lang/crates.io-index"
2542 | checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2543 | dependencies = [
2544 | "futures-core",
2545 | "pin-project-lite",
2546 | ]
2547 |
2548 | [[package]]
2549 | name = "pango"
2550 | version = "0.18.3"
2551 | source = "registry+https://github.com/rust-lang/crates.io-index"
2552 | checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
2553 | dependencies = [
2554 | "gio",
2555 | "glib",
2556 | "libc",
2557 | "once_cell",
2558 | "pango-sys",
2559 | ]
2560 |
2561 | [[package]]
2562 | name = "pango-sys"
2563 | version = "0.18.0"
2564 | source = "registry+https://github.com/rust-lang/crates.io-index"
2565 | checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
2566 | dependencies = [
2567 | "glib-sys",
2568 | "gobject-sys",
2569 | "libc",
2570 | "system-deps",
2571 | ]
2572 |
2573 | [[package]]
2574 | name = "parking"
2575 | version = "2.2.1"
2576 | source = "registry+https://github.com/rust-lang/crates.io-index"
2577 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2578 |
2579 | [[package]]
2580 | name = "parking_lot"
2581 | version = "0.12.4"
2582 | source = "registry+https://github.com/rust-lang/crates.io-index"
2583 | checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2584 | dependencies = [
2585 | "lock_api",
2586 | "parking_lot_core",
2587 | ]
2588 |
2589 | [[package]]
2590 | name = "parking_lot_core"
2591 | version = "0.9.11"
2592 | source = "registry+https://github.com/rust-lang/crates.io-index"
2593 | checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2594 | dependencies = [
2595 | "cfg-if",
2596 | "libc",
2597 | "redox_syscall",
2598 | "smallvec",
2599 | "windows-targets 0.52.6",
2600 | ]
2601 |
2602 | [[package]]
2603 | name = "pathdiff"
2604 | version = "0.2.3"
2605 | source = "registry+https://github.com/rust-lang/crates.io-index"
2606 | checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2607 |
2608 | [[package]]
2609 | name = "percent-encoding"
2610 | version = "2.3.1"
2611 | source = "registry+https://github.com/rust-lang/crates.io-index"
2612 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2613 |
2614 | [[package]]
2615 | name = "phf"
2616 | version = "0.8.0"
2617 | source = "registry+https://github.com/rust-lang/crates.io-index"
2618 | checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2619 | dependencies = [
2620 | "phf_shared 0.8.0",
2621 | ]
2622 |
2623 | [[package]]
2624 | name = "phf"
2625 | version = "0.10.1"
2626 | source = "registry+https://github.com/rust-lang/crates.io-index"
2627 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2628 | dependencies = [
2629 | "phf_macros 0.10.0",
2630 | "phf_shared 0.10.0",
2631 | "proc-macro-hack",
2632 | ]
2633 |
2634 | [[package]]
2635 | name = "phf"
2636 | version = "0.11.3"
2637 | source = "registry+https://github.com/rust-lang/crates.io-index"
2638 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2639 | dependencies = [
2640 | "phf_macros 0.11.3",
2641 | "phf_shared 0.11.3",
2642 | ]
2643 |
2644 | [[package]]
2645 | name = "phf_codegen"
2646 | version = "0.8.0"
2647 | source = "registry+https://github.com/rust-lang/crates.io-index"
2648 | checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2649 | dependencies = [
2650 | "phf_generator 0.8.0",
2651 | "phf_shared 0.8.0",
2652 | ]
2653 |
2654 | [[package]]
2655 | name = "phf_codegen"
2656 | version = "0.11.3"
2657 | source = "registry+https://github.com/rust-lang/crates.io-index"
2658 | checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2659 | dependencies = [
2660 | "phf_generator 0.11.3",
2661 | "phf_shared 0.11.3",
2662 | ]
2663 |
2664 | [[package]]
2665 | name = "phf_generator"
2666 | version = "0.8.0"
2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
2668 | checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2669 | dependencies = [
2670 | "phf_shared 0.8.0",
2671 | "rand 0.7.3",
2672 | ]
2673 |
2674 | [[package]]
2675 | name = "phf_generator"
2676 | version = "0.10.0"
2677 | source = "registry+https://github.com/rust-lang/crates.io-index"
2678 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2679 | dependencies = [
2680 | "phf_shared 0.10.0",
2681 | "rand 0.8.5",
2682 | ]
2683 |
2684 | [[package]]
2685 | name = "phf_generator"
2686 | version = "0.11.3"
2687 | source = "registry+https://github.com/rust-lang/crates.io-index"
2688 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2689 | dependencies = [
2690 | "phf_shared 0.11.3",
2691 | "rand 0.8.5",
2692 | ]
2693 |
2694 | [[package]]
2695 | name = "phf_macros"
2696 | version = "0.10.0"
2697 | source = "registry+https://github.com/rust-lang/crates.io-index"
2698 | checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2699 | dependencies = [
2700 | "phf_generator 0.10.0",
2701 | "phf_shared 0.10.0",
2702 | "proc-macro-hack",
2703 | "proc-macro2",
2704 | "quote",
2705 | "syn 1.0.109",
2706 | ]
2707 |
2708 | [[package]]
2709 | name = "phf_macros"
2710 | version = "0.11.3"
2711 | source = "registry+https://github.com/rust-lang/crates.io-index"
2712 | checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2713 | dependencies = [
2714 | "phf_generator 0.11.3",
2715 | "phf_shared 0.11.3",
2716 | "proc-macro2",
2717 | "quote",
2718 | "syn 2.0.104",
2719 | ]
2720 |
2721 | [[package]]
2722 | name = "phf_shared"
2723 | version = "0.8.0"
2724 | source = "registry+https://github.com/rust-lang/crates.io-index"
2725 | checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2726 | dependencies = [
2727 | "siphasher 0.3.11",
2728 | ]
2729 |
2730 | [[package]]
2731 | name = "phf_shared"
2732 | version = "0.10.0"
2733 | source = "registry+https://github.com/rust-lang/crates.io-index"
2734 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2735 | dependencies = [
2736 | "siphasher 0.3.11",
2737 | ]
2738 |
2739 | [[package]]
2740 | name = "phf_shared"
2741 | version = "0.11.3"
2742 | source = "registry+https://github.com/rust-lang/crates.io-index"
2743 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2744 | dependencies = [
2745 | "siphasher 1.0.1",
2746 | ]
2747 |
2748 | [[package]]
2749 | name = "pin-project-lite"
2750 | version = "0.2.16"
2751 | source = "registry+https://github.com/rust-lang/crates.io-index"
2752 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2753 |
2754 | [[package]]
2755 | name = "pin-utils"
2756 | version = "0.1.0"
2757 | source = "registry+https://github.com/rust-lang/crates.io-index"
2758 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2759 |
2760 | [[package]]
2761 | name = "piper"
2762 | version = "0.2.4"
2763 | source = "registry+https://github.com/rust-lang/crates.io-index"
2764 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2765 | dependencies = [
2766 | "atomic-waker",
2767 | "fastrand",
2768 | "futures-io",
2769 | ]
2770 |
2771 | [[package]]
2772 | name = "pkg-config"
2773 | version = "0.3.32"
2774 | source = "registry+https://github.com/rust-lang/crates.io-index"
2775 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2776 |
2777 | [[package]]
2778 | name = "plist"
2779 | version = "1.7.4"
2780 | source = "registry+https://github.com/rust-lang/crates.io-index"
2781 | checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
2782 | dependencies = [
2783 | "base64 0.22.1",
2784 | "indexmap 2.10.0",
2785 | "quick-xml",
2786 | "serde",
2787 | "time",
2788 | ]
2789 |
2790 | [[package]]
2791 | name = "png"
2792 | version = "0.17.16"
2793 | source = "registry+https://github.com/rust-lang/crates.io-index"
2794 | checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2795 | dependencies = [
2796 | "bitflags 1.3.2",
2797 | "crc32fast",
2798 | "fdeflate",
2799 | "flate2",
2800 | "miniz_oxide",
2801 | ]
2802 |
2803 | [[package]]
2804 | name = "polling"
2805 | version = "3.8.0"
2806 | source = "registry+https://github.com/rust-lang/crates.io-index"
2807 | checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
2808 | dependencies = [
2809 | "cfg-if",
2810 | "concurrent-queue",
2811 | "hermit-abi",
2812 | "pin-project-lite",
2813 | "rustix",
2814 | "tracing",
2815 | "windows-sys 0.59.0",
2816 | ]
2817 |
2818 | [[package]]
2819 | name = "potential_utf"
2820 | version = "0.1.2"
2821 | source = "registry+https://github.com/rust-lang/crates.io-index"
2822 | checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2823 | dependencies = [
2824 | "zerovec",
2825 | ]
2826 |
2827 | [[package]]
2828 | name = "powerfmt"
2829 | version = "0.2.0"
2830 | source = "registry+https://github.com/rust-lang/crates.io-index"
2831 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2832 |
2833 | [[package]]
2834 | name = "ppv-lite86"
2835 | version = "0.2.21"
2836 | source = "registry+https://github.com/rust-lang/crates.io-index"
2837 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2838 | dependencies = [
2839 | "zerocopy",
2840 | ]
2841 |
2842 | [[package]]
2843 | name = "precomputed-hash"
2844 | version = "0.1.1"
2845 | source = "registry+https://github.com/rust-lang/crates.io-index"
2846 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2847 |
2848 | [[package]]
2849 | name = "proc-macro-crate"
2850 | version = "1.3.1"
2851 | source = "registry+https://github.com/rust-lang/crates.io-index"
2852 | checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2853 | dependencies = [
2854 | "once_cell",
2855 | "toml_edit 0.19.15",
2856 | ]
2857 |
2858 | [[package]]
2859 | name = "proc-macro-crate"
2860 | version = "2.0.0"
2861 | source = "registry+https://github.com/rust-lang/crates.io-index"
2862 | checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
2863 | dependencies = [
2864 | "toml_edit 0.20.7",
2865 | ]
2866 |
2867 | [[package]]
2868 | name = "proc-macro-crate"
2869 | version = "3.3.0"
2870 | source = "registry+https://github.com/rust-lang/crates.io-index"
2871 | checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2872 | dependencies = [
2873 | "toml_edit 0.22.27",
2874 | ]
2875 |
2876 | [[package]]
2877 | name = "proc-macro-error"
2878 | version = "1.0.4"
2879 | source = "registry+https://github.com/rust-lang/crates.io-index"
2880 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2881 | dependencies = [
2882 | "proc-macro-error-attr",
2883 | "proc-macro2",
2884 | "quote",
2885 | "syn 1.0.109",
2886 | "version_check",
2887 | ]
2888 |
2889 | [[package]]
2890 | name = "proc-macro-error-attr"
2891 | version = "1.0.4"
2892 | source = "registry+https://github.com/rust-lang/crates.io-index"
2893 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2894 | dependencies = [
2895 | "proc-macro2",
2896 | "quote",
2897 | "version_check",
2898 | ]
2899 |
2900 | [[package]]
2901 | name = "proc-macro-hack"
2902 | version = "0.5.20+deprecated"
2903 | source = "registry+https://github.com/rust-lang/crates.io-index"
2904 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2905 |
2906 | [[package]]
2907 | name = "proc-macro2"
2908 | version = "1.0.95"
2909 | source = "registry+https://github.com/rust-lang/crates.io-index"
2910 | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2911 | dependencies = [
2912 | "unicode-ident",
2913 | ]
2914 |
2915 | [[package]]
2916 | name = "quick-xml"
2917 | version = "0.38.0"
2918 | source = "registry+https://github.com/rust-lang/crates.io-index"
2919 | checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b"
2920 | dependencies = [
2921 | "memchr",
2922 | ]
2923 |
2924 | [[package]]
2925 | name = "quote"
2926 | version = "1.0.40"
2927 | source = "registry+https://github.com/rust-lang/crates.io-index"
2928 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2929 | dependencies = [
2930 | "proc-macro2",
2931 | ]
2932 |
2933 | [[package]]
2934 | name = "r-efi"
2935 | version = "5.3.0"
2936 | source = "registry+https://github.com/rust-lang/crates.io-index"
2937 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2938 |
2939 | [[package]]
2940 | name = "rand"
2941 | version = "0.7.3"
2942 | source = "registry+https://github.com/rust-lang/crates.io-index"
2943 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2944 | dependencies = [
2945 | "getrandom 0.1.16",
2946 | "libc",
2947 | "rand_chacha 0.2.2",
2948 | "rand_core 0.5.1",
2949 | "rand_hc",
2950 | "rand_pcg",
2951 | ]
2952 |
2953 | [[package]]
2954 | name = "rand"
2955 | version = "0.8.5"
2956 | source = "registry+https://github.com/rust-lang/crates.io-index"
2957 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2958 | dependencies = [
2959 | "libc",
2960 | "rand_chacha 0.3.1",
2961 | "rand_core 0.6.4",
2962 | ]
2963 |
2964 | [[package]]
2965 | name = "rand_chacha"
2966 | version = "0.2.2"
2967 | source = "registry+https://github.com/rust-lang/crates.io-index"
2968 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2969 | dependencies = [
2970 | "ppv-lite86",
2971 | "rand_core 0.5.1",
2972 | ]
2973 |
2974 | [[package]]
2975 | name = "rand_chacha"
2976 | version = "0.3.1"
2977 | source = "registry+https://github.com/rust-lang/crates.io-index"
2978 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2979 | dependencies = [
2980 | "ppv-lite86",
2981 | "rand_core 0.6.4",
2982 | ]
2983 |
2984 | [[package]]
2985 | name = "rand_core"
2986 | version = "0.5.1"
2987 | source = "registry+https://github.com/rust-lang/crates.io-index"
2988 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2989 | dependencies = [
2990 | "getrandom 0.1.16",
2991 | ]
2992 |
2993 | [[package]]
2994 | name = "rand_core"
2995 | version = "0.6.4"
2996 | source = "registry+https://github.com/rust-lang/crates.io-index"
2997 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2998 | dependencies = [
2999 | "getrandom 0.2.16",
3000 | ]
3001 |
3002 | [[package]]
3003 | name = "rand_hc"
3004 | version = "0.2.0"
3005 | source = "registry+https://github.com/rust-lang/crates.io-index"
3006 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3007 | dependencies = [
3008 | "rand_core 0.5.1",
3009 | ]
3010 |
3011 | [[package]]
3012 | name = "rand_pcg"
3013 | version = "0.2.1"
3014 | source = "registry+https://github.com/rust-lang/crates.io-index"
3015 | checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
3016 | dependencies = [
3017 | "rand_core 0.5.1",
3018 | ]
3019 |
3020 | [[package]]
3021 | name = "raw-window-handle"
3022 | version = "0.6.2"
3023 | source = "registry+https://github.com/rust-lang/crates.io-index"
3024 | checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3025 |
3026 | [[package]]
3027 | name = "redox_syscall"
3028 | version = "0.5.13"
3029 | source = "registry+https://github.com/rust-lang/crates.io-index"
3030 | checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
3031 | dependencies = [
3032 | "bitflags 2.9.1",
3033 | ]
3034 |
3035 | [[package]]
3036 | name = "redox_users"
3037 | version = "0.5.0"
3038 | source = "registry+https://github.com/rust-lang/crates.io-index"
3039 | checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
3040 | dependencies = [
3041 | "getrandom 0.2.16",
3042 | "libredox",
3043 | "thiserror 2.0.12",
3044 | ]
3045 |
3046 | [[package]]
3047 | name = "ref-cast"
3048 | version = "1.0.24"
3049 | source = "registry+https://github.com/rust-lang/crates.io-index"
3050 | checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
3051 | dependencies = [
3052 | "ref-cast-impl",
3053 | ]
3054 |
3055 | [[package]]
3056 | name = "ref-cast-impl"
3057 | version = "1.0.24"
3058 | source = "registry+https://github.com/rust-lang/crates.io-index"
3059 | checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
3060 | dependencies = [
3061 | "proc-macro2",
3062 | "quote",
3063 | "syn 2.0.104",
3064 | ]
3065 |
3066 | [[package]]
3067 | name = "regex"
3068 | version = "1.11.1"
3069 | source = "registry+https://github.com/rust-lang/crates.io-index"
3070 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3071 | dependencies = [
3072 | "aho-corasick",
3073 | "memchr",
3074 | "regex-automata",
3075 | "regex-syntax",
3076 | ]
3077 |
3078 | [[package]]
3079 | name = "regex-automata"
3080 | version = "0.4.9"
3081 | source = "registry+https://github.com/rust-lang/crates.io-index"
3082 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3083 | dependencies = [
3084 | "aho-corasick",
3085 | "memchr",
3086 | "regex-syntax",
3087 | ]
3088 |
3089 | [[package]]
3090 | name = "regex-syntax"
3091 | version = "0.8.5"
3092 | source = "registry+https://github.com/rust-lang/crates.io-index"
3093 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3094 |
3095 | [[package]]
3096 | name = "reqwest"
3097 | version = "0.12.22"
3098 | source = "registry+https://github.com/rust-lang/crates.io-index"
3099 | checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
3100 | dependencies = [
3101 | "base64 0.22.1",
3102 | "bytes",
3103 | "encoding_rs",
3104 | "futures-core",
3105 | "futures-util",
3106 | "h2",
3107 | "http",
3108 | "http-body",
3109 | "http-body-util",
3110 | "hyper",
3111 | "hyper-rustls",
3112 | "hyper-tls",
3113 | "hyper-util",
3114 | "js-sys",
3115 | "log",
3116 | "mime",
3117 | "native-tls",
3118 | "percent-encoding",
3119 | "pin-project-lite",
3120 | "rustls-pki-types",
3121 | "serde",
3122 | "serde_json",
3123 | "serde_urlencoded",
3124 | "sync_wrapper",
3125 | "tokio",
3126 | "tokio-native-tls",
3127 | "tokio-util",
3128 | "tower",
3129 | "tower-http",
3130 | "tower-service",
3131 | "url",
3132 | "wasm-bindgen",
3133 | "wasm-bindgen-futures",
3134 | "wasm-streams",
3135 | "web-sys",
3136 | ]
3137 |
3138 | [[package]]
3139 | name = "ring"
3140 | version = "0.17.14"
3141 | source = "registry+https://github.com/rust-lang/crates.io-index"
3142 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3143 | dependencies = [
3144 | "cc",
3145 | "cfg-if",
3146 | "getrandom 0.2.16",
3147 | "libc",
3148 | "untrusted",
3149 | "windows-sys 0.52.0",
3150 | ]
3151 |
3152 | [[package]]
3153 | name = "rustc-demangle"
3154 | version = "0.1.25"
3155 | source = "registry+https://github.com/rust-lang/crates.io-index"
3156 | checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
3157 |
3158 | [[package]]
3159 | name = "rustc_version"
3160 | version = "0.4.1"
3161 | source = "registry+https://github.com/rust-lang/crates.io-index"
3162 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3163 | dependencies = [
3164 | "semver",
3165 | ]
3166 |
3167 | [[package]]
3168 | name = "rustix"
3169 | version = "1.0.7"
3170 | source = "registry+https://github.com/rust-lang/crates.io-index"
3171 | checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
3172 | dependencies = [
3173 | "bitflags 2.9.1",
3174 | "errno",
3175 | "libc",
3176 | "linux-raw-sys",
3177 | "windows-sys 0.59.0",
3178 | ]
3179 |
3180 | [[package]]
3181 | name = "rustls"
3182 | version = "0.23.29"
3183 | source = "registry+https://github.com/rust-lang/crates.io-index"
3184 | checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
3185 | dependencies = [
3186 | "once_cell",
3187 | "rustls-pki-types",
3188 | "rustls-webpki",
3189 | "subtle",
3190 | "zeroize",
3191 | ]
3192 |
3193 | [[package]]
3194 | name = "rustls-pki-types"
3195 | version = "1.12.0"
3196 | source = "registry+https://github.com/rust-lang/crates.io-index"
3197 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3198 | dependencies = [
3199 | "zeroize",
3200 | ]
3201 |
3202 | [[package]]
3203 | name = "rustls-webpki"
3204 | version = "0.103.4"
3205 | source = "registry+https://github.com/rust-lang/crates.io-index"
3206 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
3207 | dependencies = [
3208 | "ring",
3209 | "rustls-pki-types",
3210 | "untrusted",
3211 | ]
3212 |
3213 | [[package]]
3214 | name = "rustversion"
3215 | version = "1.0.21"
3216 | source = "registry+https://github.com/rust-lang/crates.io-index"
3217 | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
3218 |
3219 | [[package]]
3220 | name = "ryu"
3221 | version = "1.0.20"
3222 | source = "registry+https://github.com/rust-lang/crates.io-index"
3223 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3224 |
3225 | [[package]]
3226 | name = "same-file"
3227 | version = "1.0.6"
3228 | source = "registry+https://github.com/rust-lang/crates.io-index"
3229 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3230 | dependencies = [
3231 | "winapi-util",
3232 | ]
3233 |
3234 | [[package]]
3235 | name = "schannel"
3236 | version = "0.1.27"
3237 | source = "registry+https://github.com/rust-lang/crates.io-index"
3238 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
3239 | dependencies = [
3240 | "windows-sys 0.59.0",
3241 | ]
3242 |
3243 | [[package]]
3244 | name = "schemars"
3245 | version = "0.8.22"
3246 | source = "registry+https://github.com/rust-lang/crates.io-index"
3247 | checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
3248 | dependencies = [
3249 | "dyn-clone",
3250 | "indexmap 1.9.3",
3251 | "schemars_derive",
3252 | "serde",
3253 | "serde_json",
3254 | "url",
3255 | "uuid",
3256 | ]
3257 |
3258 | [[package]]
3259 | name = "schemars"
3260 | version = "0.9.0"
3261 | source = "registry+https://github.com/rust-lang/crates.io-index"
3262 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3263 | dependencies = [
3264 | "dyn-clone",
3265 | "ref-cast",
3266 | "serde",
3267 | "serde_json",
3268 | ]
3269 |
3270 | [[package]]
3271 | name = "schemars"
3272 | version = "1.0.4"
3273 | source = "registry+https://github.com/rust-lang/crates.io-index"
3274 | checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
3275 | dependencies = [
3276 | "dyn-clone",
3277 | "ref-cast",
3278 | "serde",
3279 | "serde_json",
3280 | ]
3281 |
3282 | [[package]]
3283 | name = "schemars_derive"
3284 | version = "0.8.22"
3285 | source = "registry+https://github.com/rust-lang/crates.io-index"
3286 | checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
3287 | dependencies = [
3288 | "proc-macro2",
3289 | "quote",
3290 | "serde_derive_internals",
3291 | "syn 2.0.104",
3292 | ]
3293 |
3294 | [[package]]
3295 | name = "scopeguard"
3296 | version = "1.2.0"
3297 | source = "registry+https://github.com/rust-lang/crates.io-index"
3298 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3299 |
3300 | [[package]]
3301 | name = "security-framework"
3302 | version = "2.11.1"
3303 | source = "registry+https://github.com/rust-lang/crates.io-index"
3304 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3305 | dependencies = [
3306 | "bitflags 2.9.1",
3307 | "core-foundation 0.9.4",
3308 | "core-foundation-sys",
3309 | "libc",
3310 | "security-framework-sys",
3311 | ]
3312 |
3313 | [[package]]
3314 | name = "security-framework-sys"
3315 | version = "2.14.0"
3316 | source = "registry+https://github.com/rust-lang/crates.io-index"
3317 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
3318 | dependencies = [
3319 | "core-foundation-sys",
3320 | "libc",
3321 | ]
3322 |
3323 | [[package]]
3324 | name = "selectors"
3325 | version = "0.24.0"
3326 | source = "registry+https://github.com/rust-lang/crates.io-index"
3327 | checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
3328 | dependencies = [
3329 | "bitflags 1.3.2",
3330 | "cssparser",
3331 | "derive_more",
3332 | "fxhash",
3333 | "log",
3334 | "phf 0.8.0",
3335 | "phf_codegen 0.8.0",
3336 | "precomputed-hash",
3337 | "servo_arc",
3338 | "smallvec",
3339 | ]
3340 |
3341 | [[package]]
3342 | name = "semver"
3343 | version = "1.0.26"
3344 | source = "registry+https://github.com/rust-lang/crates.io-index"
3345 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3346 | dependencies = [
3347 | "serde",
3348 | ]
3349 |
3350 | [[package]]
3351 | name = "serde"
3352 | version = "1.0.219"
3353 | source = "registry+https://github.com/rust-lang/crates.io-index"
3354 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
3355 | dependencies = [
3356 | "serde_derive",
3357 | ]
3358 |
3359 | [[package]]
3360 | name = "serde-untagged"
3361 | version = "0.1.7"
3362 | source = "registry+https://github.com/rust-lang/crates.io-index"
3363 | checksum = "299d9c19d7d466db4ab10addd5703e4c615dec2a5a16dbbafe191045e87ee66e"
3364 | dependencies = [
3365 | "erased-serde",
3366 | "serde",
3367 | "typeid",
3368 | ]
3369 |
3370 | [[package]]
3371 | name = "serde_derive"
3372 | version = "1.0.219"
3373 | source = "registry+https://github.com/rust-lang/crates.io-index"
3374 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3375 | dependencies = [
3376 | "proc-macro2",
3377 | "quote",
3378 | "syn 2.0.104",
3379 | ]
3380 |
3381 | [[package]]
3382 | name = "serde_derive_internals"
3383 | version = "0.29.1"
3384 | source = "registry+https://github.com/rust-lang/crates.io-index"
3385 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
3386 | dependencies = [
3387 | "proc-macro2",
3388 | "quote",
3389 | "syn 2.0.104",
3390 | ]
3391 |
3392 | [[package]]
3393 | name = "serde_json"
3394 | version = "1.0.140"
3395 | source = "registry+https://github.com/rust-lang/crates.io-index"
3396 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
3397 | dependencies = [
3398 | "itoa",
3399 | "memchr",
3400 | "ryu",
3401 | "serde",
3402 | ]
3403 |
3404 | [[package]]
3405 | name = "serde_repr"
3406 | version = "0.1.20"
3407 | source = "registry+https://github.com/rust-lang/crates.io-index"
3408 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3409 | dependencies = [
3410 | "proc-macro2",
3411 | "quote",
3412 | "syn 2.0.104",
3413 | ]
3414 |
3415 | [[package]]
3416 | name = "serde_spanned"
3417 | version = "0.6.9"
3418 | source = "registry+https://github.com/rust-lang/crates.io-index"
3419 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3420 | dependencies = [
3421 | "serde",
3422 | ]
3423 |
3424 | [[package]]
3425 | name = "serde_spanned"
3426 | version = "1.0.0"
3427 | source = "registry+https://github.com/rust-lang/crates.io-index"
3428 | checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
3429 | dependencies = [
3430 | "serde",
3431 | ]
3432 |
3433 | [[package]]
3434 | name = "serde_urlencoded"
3435 | version = "0.7.1"
3436 | source = "registry+https://github.com/rust-lang/crates.io-index"
3437 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3438 | dependencies = [
3439 | "form_urlencoded",
3440 | "itoa",
3441 | "ryu",
3442 | "serde",
3443 | ]
3444 |
3445 | [[package]]
3446 | name = "serde_with"
3447 | version = "3.14.0"
3448 | source = "registry+https://github.com/rust-lang/crates.io-index"
3449 | checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
3450 | dependencies = [
3451 | "base64 0.22.1",
3452 | "chrono",
3453 | "hex",
3454 | "indexmap 1.9.3",
3455 | "indexmap 2.10.0",
3456 | "schemars 0.9.0",
3457 | "schemars 1.0.4",
3458 | "serde",
3459 | "serde_derive",
3460 | "serde_json",
3461 | "serde_with_macros",
3462 | "time",
3463 | ]
3464 |
3465 | [[package]]
3466 | name = "serde_with_macros"
3467 | version = "3.14.0"
3468 | source = "registry+https://github.com/rust-lang/crates.io-index"
3469 | checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
3470 | dependencies = [
3471 | "darling",
3472 | "proc-macro2",
3473 | "quote",
3474 | "syn 2.0.104",
3475 | ]
3476 |
3477 | [[package]]
3478 | name = "serialize-to-javascript"
3479 | version = "0.1.1"
3480 | source = "registry+https://github.com/rust-lang/crates.io-index"
3481 | checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
3482 | dependencies = [
3483 | "serde",
3484 | "serde_json",
3485 | "serialize-to-javascript-impl",
3486 | ]
3487 |
3488 | [[package]]
3489 | name = "serialize-to-javascript-impl"
3490 | version = "0.1.1"
3491 | source = "registry+https://github.com/rust-lang/crates.io-index"
3492 | checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
3493 | dependencies = [
3494 | "proc-macro2",
3495 | "quote",
3496 | "syn 1.0.109",
3497 | ]
3498 |
3499 | [[package]]
3500 | name = "servo_arc"
3501 | version = "0.2.0"
3502 | source = "registry+https://github.com/rust-lang/crates.io-index"
3503 | checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
3504 | dependencies = [
3505 | "nodrop",
3506 | "stable_deref_trait",
3507 | ]
3508 |
3509 | [[package]]
3510 | name = "sha2"
3511 | version = "0.10.9"
3512 | source = "registry+https://github.com/rust-lang/crates.io-index"
3513 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3514 | dependencies = [
3515 | "cfg-if",
3516 | "cpufeatures",
3517 | "digest",
3518 | ]
3519 |
3520 | [[package]]
3521 | name = "shlex"
3522 | version = "1.3.0"
3523 | source = "registry+https://github.com/rust-lang/crates.io-index"
3524 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3525 |
3526 | [[package]]
3527 | name = "signal-hook-registry"
3528 | version = "1.4.5"
3529 | source = "registry+https://github.com/rust-lang/crates.io-index"
3530 | checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
3531 | dependencies = [
3532 | "libc",
3533 | ]
3534 |
3535 | [[package]]
3536 | name = "simd-adler32"
3537 | version = "0.3.7"
3538 | source = "registry+https://github.com/rust-lang/crates.io-index"
3539 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3540 |
3541 | [[package]]
3542 | name = "siphasher"
3543 | version = "0.3.11"
3544 | source = "registry+https://github.com/rust-lang/crates.io-index"
3545 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3546 |
3547 | [[package]]
3548 | name = "siphasher"
3549 | version = "1.0.1"
3550 | source = "registry+https://github.com/rust-lang/crates.io-index"
3551 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3552 |
3553 | [[package]]
3554 | name = "slab"
3555 | version = "0.4.10"
3556 | source = "registry+https://github.com/rust-lang/crates.io-index"
3557 | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
3558 |
3559 | [[package]]
3560 | name = "smallvec"
3561 | version = "1.15.1"
3562 | source = "registry+https://github.com/rust-lang/crates.io-index"
3563 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3564 |
3565 | [[package]]
3566 | name = "socket2"
3567 | version = "0.5.10"
3568 | source = "registry+https://github.com/rust-lang/crates.io-index"
3569 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3570 | dependencies = [
3571 | "libc",
3572 | "windows-sys 0.52.0",
3573 | ]
3574 |
3575 | [[package]]
3576 | name = "softbuffer"
3577 | version = "0.4.6"
3578 | source = "registry+https://github.com/rust-lang/crates.io-index"
3579 | checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
3580 | dependencies = [
3581 | "bytemuck",
3582 | "cfg_aliases",
3583 | "core-graphics",
3584 | "foreign-types 0.5.0",
3585 | "js-sys",
3586 | "log",
3587 | "objc2 0.5.2",
3588 | "objc2-foundation 0.2.2",
3589 | "objc2-quartz-core 0.2.2",
3590 | "raw-window-handle",
3591 | "redox_syscall",
3592 | "wasm-bindgen",
3593 | "web-sys",
3594 | "windows-sys 0.59.0",
3595 | ]
3596 |
3597 | [[package]]
3598 | name = "soup3"
3599 | version = "0.5.0"
3600 | source = "registry+https://github.com/rust-lang/crates.io-index"
3601 | checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
3602 | dependencies = [
3603 | "futures-channel",
3604 | "gio",
3605 | "glib",
3606 | "libc",
3607 | "soup3-sys",
3608 | ]
3609 |
3610 | [[package]]
3611 | name = "soup3-sys"
3612 | version = "0.5.0"
3613 | source = "registry+https://github.com/rust-lang/crates.io-index"
3614 | checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
3615 | dependencies = [
3616 | "gio-sys",
3617 | "glib-sys",
3618 | "gobject-sys",
3619 | "libc",
3620 | "system-deps",
3621 | ]
3622 |
3623 | [[package]]
3624 | name = "stable_deref_trait"
3625 | version = "1.2.0"
3626 | source = "registry+https://github.com/rust-lang/crates.io-index"
3627 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3628 |
3629 | [[package]]
3630 | name = "static_assertions"
3631 | version = "1.1.0"
3632 | source = "registry+https://github.com/rust-lang/crates.io-index"
3633 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3634 |
3635 | [[package]]
3636 | name = "string_cache"
3637 | version = "0.8.9"
3638 | source = "registry+https://github.com/rust-lang/crates.io-index"
3639 | checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3640 | dependencies = [
3641 | "new_debug_unreachable",
3642 | "parking_lot",
3643 | "phf_shared 0.11.3",
3644 | "precomputed-hash",
3645 | "serde",
3646 | ]
3647 |
3648 | [[package]]
3649 | name = "string_cache_codegen"
3650 | version = "0.5.4"
3651 | source = "registry+https://github.com/rust-lang/crates.io-index"
3652 | checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3653 | dependencies = [
3654 | "phf_generator 0.11.3",
3655 | "phf_shared 0.11.3",
3656 | "proc-macro2",
3657 | "quote",
3658 | ]
3659 |
3660 | [[package]]
3661 | name = "strsim"
3662 | version = "0.11.1"
3663 | source = "registry+https://github.com/rust-lang/crates.io-index"
3664 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3665 |
3666 | [[package]]
3667 | name = "subtle"
3668 | version = "2.6.1"
3669 | source = "registry+https://github.com/rust-lang/crates.io-index"
3670 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3671 |
3672 | [[package]]
3673 | name = "swift-rs"
3674 | version = "1.0.7"
3675 | source = "registry+https://github.com/rust-lang/crates.io-index"
3676 | checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
3677 | dependencies = [
3678 | "base64 0.21.7",
3679 | "serde",
3680 | "serde_json",
3681 | ]
3682 |
3683 | [[package]]
3684 | name = "syn"
3685 | version = "1.0.109"
3686 | source = "registry+https://github.com/rust-lang/crates.io-index"
3687 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3688 | dependencies = [
3689 | "proc-macro2",
3690 | "quote",
3691 | "unicode-ident",
3692 | ]
3693 |
3694 | [[package]]
3695 | name = "syn"
3696 | version = "2.0.104"
3697 | source = "registry+https://github.com/rust-lang/crates.io-index"
3698 | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
3699 | dependencies = [
3700 | "proc-macro2",
3701 | "quote",
3702 | "unicode-ident",
3703 | ]
3704 |
3705 | [[package]]
3706 | name = "sync_wrapper"
3707 | version = "1.0.2"
3708 | source = "registry+https://github.com/rust-lang/crates.io-index"
3709 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3710 | dependencies = [
3711 | "futures-core",
3712 | ]
3713 |
3714 | [[package]]
3715 | name = "synstructure"
3716 | version = "0.13.2"
3717 | source = "registry+https://github.com/rust-lang/crates.io-index"
3718 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3719 | dependencies = [
3720 | "proc-macro2",
3721 | "quote",
3722 | "syn 2.0.104",
3723 | ]
3724 |
3725 | [[package]]
3726 | name = "system-configuration"
3727 | version = "0.6.1"
3728 | source = "registry+https://github.com/rust-lang/crates.io-index"
3729 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3730 | dependencies = [
3731 | "bitflags 2.9.1",
3732 | "core-foundation 0.9.4",
3733 | "system-configuration-sys",
3734 | ]
3735 |
3736 | [[package]]
3737 | name = "system-configuration-sys"
3738 | version = "0.6.0"
3739 | source = "registry+https://github.com/rust-lang/crates.io-index"
3740 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3741 | dependencies = [
3742 | "core-foundation-sys",
3743 | "libc",
3744 | ]
3745 |
3746 | [[package]]
3747 | name = "system-deps"
3748 | version = "6.2.2"
3749 | source = "registry+https://github.com/rust-lang/crates.io-index"
3750 | checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
3751 | dependencies = [
3752 | "cfg-expr",
3753 | "heck 0.5.0",
3754 | "pkg-config",
3755 | "toml 0.8.23",
3756 | "version-compare",
3757 | ]
3758 |
3759 | [[package]]
3760 | name = "tao"
3761 | version = "0.34.0"
3762 | source = "registry+https://github.com/rust-lang/crates.io-index"
3763 | checksum = "49c380ca75a231b87b6c9dd86948f035012e7171d1a7c40a9c2890489a7ffd8a"
3764 | dependencies = [
3765 | "bitflags 2.9.1",
3766 | "core-foundation 0.10.1",
3767 | "core-graphics",
3768 | "crossbeam-channel",
3769 | "dispatch",
3770 | "dlopen2",
3771 | "dpi",
3772 | "gdkwayland-sys",
3773 | "gdkx11-sys",
3774 | "gtk",
3775 | "jni",
3776 | "lazy_static",
3777 | "libc",
3778 | "log",
3779 | "ndk",
3780 | "ndk-context",
3781 | "ndk-sys",
3782 | "objc2 0.6.1",
3783 | "objc2-app-kit",
3784 | "objc2-foundation 0.3.1",
3785 | "once_cell",
3786 | "parking_lot",
3787 | "raw-window-handle",
3788 | "scopeguard",
3789 | "tao-macros",
3790 | "unicode-segmentation",
3791 | "url",
3792 | "windows",
3793 | "windows-core",
3794 | "windows-version",
3795 | "x11-dl",
3796 | ]
3797 |
3798 | [[package]]
3799 | name = "tao-macros"
3800 | version = "0.1.3"
3801 | source = "registry+https://github.com/rust-lang/crates.io-index"
3802 | checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
3803 | dependencies = [
3804 | "proc-macro2",
3805 | "quote",
3806 | "syn 2.0.104",
3807 | ]
3808 |
3809 | [[package]]
3810 | name = "target-lexicon"
3811 | version = "0.12.16"
3812 | source = "registry+https://github.com/rust-lang/crates.io-index"
3813 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3814 |
3815 | [[package]]
3816 | name = "tauri"
3817 | version = "2.6.2"
3818 | source = "registry+https://github.com/rust-lang/crates.io-index"
3819 | checksum = "124e129c9c0faa6bec792c5948c89e86c90094133b0b9044df0ce5f0a8efaa0d"
3820 | dependencies = [
3821 | "anyhow",
3822 | "bytes",
3823 | "dirs",
3824 | "dunce",
3825 | "embed_plist",
3826 | "getrandom 0.3.3",
3827 | "glob",
3828 | "gtk",
3829 | "heck 0.5.0",
3830 | "http",
3831 | "jni",
3832 | "libc",
3833 | "log",
3834 | "mime",
3835 | "muda",
3836 | "objc2 0.6.1",
3837 | "objc2-app-kit",
3838 | "objc2-foundation 0.3.1",
3839 | "objc2-ui-kit",
3840 | "percent-encoding",
3841 | "plist",
3842 | "raw-window-handle",
3843 | "reqwest",
3844 | "serde",
3845 | "serde_json",
3846 | "serde_repr",
3847 | "serialize-to-javascript",
3848 | "swift-rs",
3849 | "tauri-build",
3850 | "tauri-macros",
3851 | "tauri-runtime",
3852 | "tauri-runtime-wry",
3853 | "tauri-utils",
3854 | "thiserror 2.0.12",
3855 | "tokio",
3856 | "tray-icon",
3857 | "url",
3858 | "urlpattern",
3859 | "webkit2gtk",
3860 | "webview2-com",
3861 | "window-vibrancy",
3862 | "windows",
3863 | ]
3864 |
3865 | [[package]]
3866 | name = "tauri-build"
3867 | version = "2.3.0"
3868 | source = "registry+https://github.com/rust-lang/crates.io-index"
3869 | checksum = "12f025c389d3adb83114bec704da973142e82fc6ec799c7c750c5e21cefaec83"
3870 | dependencies = [
3871 | "anyhow",
3872 | "cargo_toml",
3873 | "dirs",
3874 | "glob",
3875 | "heck 0.5.0",
3876 | "json-patch",
3877 | "schemars 0.8.22",
3878 | "semver",
3879 | "serde",
3880 | "serde_json",
3881 | "tauri-utils",
3882 | "tauri-winres",
3883 | "toml 0.8.23",
3884 | "walkdir",
3885 | ]
3886 |
3887 | [[package]]
3888 | name = "tauri-codegen"
3889 | version = "2.3.0"
3890 | source = "registry+https://github.com/rust-lang/crates.io-index"
3891 | checksum = "f5df493a1075a241065bc865ed5ef8d0fbc1e76c7afdc0bf0eccfaa7d4f0e406"
3892 | dependencies = [
3893 | "base64 0.22.1",
3894 | "brotli",
3895 | "ico",
3896 | "json-patch",
3897 | "plist",
3898 | "png",
3899 | "proc-macro2",
3900 | "quote",
3901 | "semver",
3902 | "serde",
3903 | "serde_json",
3904 | "sha2",
3905 | "syn 2.0.104",
3906 | "tauri-utils",
3907 | "thiserror 2.0.12",
3908 | "time",
3909 | "url",
3910 | "uuid",
3911 | "walkdir",
3912 | ]
3913 |
3914 | [[package]]
3915 | name = "tauri-macros"
3916 | version = "2.3.1"
3917 | source = "registry+https://github.com/rust-lang/crates.io-index"
3918 | checksum = "f237fbea5866fa5f2a60a21bea807a2d6e0379db070d89c3a10ac0f2d4649bbc"
3919 | dependencies = [
3920 | "heck 0.5.0",
3921 | "proc-macro2",
3922 | "quote",
3923 | "syn 2.0.104",
3924 | "tauri-codegen",
3925 | "tauri-utils",
3926 | ]
3927 |
3928 | [[package]]
3929 | name = "tauri-plugin"
3930 | version = "2.3.0"
3931 | source = "registry+https://github.com/rust-lang/crates.io-index"
3932 | checksum = "1d9a0bd00bf1930ad1a604d08b0eb6b2a9c1822686d65d7f4731a7723b8901d3"
3933 | dependencies = [
3934 | "anyhow",
3935 | "glob",
3936 | "plist",
3937 | "schemars 0.8.22",
3938 | "serde",
3939 | "serde_json",
3940 | "tauri-utils",
3941 | "toml 0.8.23",
3942 | "walkdir",
3943 | ]
3944 |
3945 | [[package]]
3946 | name = "tauri-plugin-opener"
3947 | version = "2.4.0"
3948 | source = "registry+https://github.com/rust-lang/crates.io-index"
3949 | checksum = "ecee219f11cdac713ab32959db5d0cceec4810ba4f4458da992292ecf9660321"
3950 | dependencies = [
3951 | "dunce",
3952 | "glob",
3953 | "objc2-app-kit",
3954 | "objc2-foundation 0.3.1",
3955 | "open",
3956 | "schemars 0.8.22",
3957 | "serde",
3958 | "serde_json",
3959 | "tauri",
3960 | "tauri-plugin",
3961 | "thiserror 2.0.12",
3962 | "url",
3963 | "windows",
3964 | "zbus",
3965 | ]
3966 |
3967 | [[package]]
3968 | name = "tauri-runtime"
3969 | version = "2.7.0"
3970 | source = "registry+https://github.com/rust-lang/crates.io-index"
3971 | checksum = "9e7bb73d1bceac06c20b3f755b2c8a2cb13b20b50083084a8cf3700daf397ba4"
3972 | dependencies = [
3973 | "cookie",
3974 | "dpi",
3975 | "gtk",
3976 | "http",
3977 | "jni",
3978 | "objc2 0.6.1",
3979 | "objc2-ui-kit",
3980 | "raw-window-handle",
3981 | "serde",
3982 | "serde_json",
3983 | "tauri-utils",
3984 | "thiserror 2.0.12",
3985 | "url",
3986 | "windows",
3987 | ]
3988 |
3989 | [[package]]
3990 | name = "tauri-runtime-wry"
3991 | version = "2.7.1"
3992 | source = "registry+https://github.com/rust-lang/crates.io-index"
3993 | checksum = "902b5aa9035e16f342eb64f8bf06ccdc2808e411a2525ed1d07672fa4e780bad"
3994 | dependencies = [
3995 | "gtk",
3996 | "http",
3997 | "jni",
3998 | "log",
3999 | "objc2 0.6.1",
4000 | "objc2-app-kit",
4001 | "objc2-foundation 0.3.1",
4002 | "once_cell",
4003 | "percent-encoding",
4004 | "raw-window-handle",
4005 | "softbuffer",
4006 | "tao",
4007 | "tauri-runtime",
4008 | "tauri-utils",
4009 | "url",
4010 | "webkit2gtk",
4011 | "webview2-com",
4012 | "windows",
4013 | "wry",
4014 | ]
4015 |
4016 | [[package]]
4017 | name = "tauri-utils"
4018 | version = "2.5.0"
4019 | source = "registry+https://github.com/rust-lang/crates.io-index"
4020 | checksum = "41743bbbeb96c3a100d234e5a0b60a46d5aa068f266160862c7afdbf828ca02e"
4021 | dependencies = [
4022 | "anyhow",
4023 | "brotli",
4024 | "cargo_metadata",
4025 | "ctor",
4026 | "dunce",
4027 | "glob",
4028 | "html5ever",
4029 | "http",
4030 | "infer",
4031 | "json-patch",
4032 | "kuchikiki",
4033 | "log",
4034 | "memchr",
4035 | "phf 0.11.3",
4036 | "proc-macro2",
4037 | "quote",
4038 | "regex",
4039 | "schemars 0.8.22",
4040 | "semver",
4041 | "serde",
4042 | "serde-untagged",
4043 | "serde_json",
4044 | "serde_with",
4045 | "swift-rs",
4046 | "thiserror 2.0.12",
4047 | "toml 0.8.23",
4048 | "url",
4049 | "urlpattern",
4050 | "uuid",
4051 | "walkdir",
4052 | ]
4053 |
4054 | [[package]]
4055 | name = "tauri-winres"
4056 | version = "0.3.1"
4057 | source = "registry+https://github.com/rust-lang/crates.io-index"
4058 | checksum = "e8d321dbc6f998d825ab3f0d62673e810c861aac2d0de2cc2c395328f1d113b4"
4059 | dependencies = [
4060 | "embed-resource",
4061 | "indexmap 2.10.0",
4062 | "toml 0.8.23",
4063 | ]
4064 |
4065 | [[package]]
4066 | name = "tempfile"
4067 | version = "3.20.0"
4068 | source = "registry+https://github.com/rust-lang/crates.io-index"
4069 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
4070 | dependencies = [
4071 | "fastrand",
4072 | "getrandom 0.3.3",
4073 | "once_cell",
4074 | "rustix",
4075 | "windows-sys 0.59.0",
4076 | ]
4077 |
4078 | [[package]]
4079 | name = "tendril"
4080 | version = "0.4.3"
4081 | source = "registry+https://github.com/rust-lang/crates.io-index"
4082 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
4083 | dependencies = [
4084 | "futf",
4085 | "mac",
4086 | "utf-8",
4087 | ]
4088 |
4089 | [[package]]
4090 | name = "thiserror"
4091 | version = "1.0.69"
4092 | source = "registry+https://github.com/rust-lang/crates.io-index"
4093 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4094 | dependencies = [
4095 | "thiserror-impl 1.0.69",
4096 | ]
4097 |
4098 | [[package]]
4099 | name = "thiserror"
4100 | version = "2.0.12"
4101 | source = "registry+https://github.com/rust-lang/crates.io-index"
4102 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4103 | dependencies = [
4104 | "thiserror-impl 2.0.12",
4105 | ]
4106 |
4107 | [[package]]
4108 | name = "thiserror-impl"
4109 | version = "1.0.69"
4110 | source = "registry+https://github.com/rust-lang/crates.io-index"
4111 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4112 | dependencies = [
4113 | "proc-macro2",
4114 | "quote",
4115 | "syn 2.0.104",
4116 | ]
4117 |
4118 | [[package]]
4119 | name = "thiserror-impl"
4120 | version = "2.0.12"
4121 | source = "registry+https://github.com/rust-lang/crates.io-index"
4122 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4123 | dependencies = [
4124 | "proc-macro2",
4125 | "quote",
4126 | "syn 2.0.104",
4127 | ]
4128 |
4129 | [[package]]
4130 | name = "time"
4131 | version = "0.3.41"
4132 | source = "registry+https://github.com/rust-lang/crates.io-index"
4133 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
4134 | dependencies = [
4135 | "deranged",
4136 | "itoa",
4137 | "num-conv",
4138 | "powerfmt",
4139 | "serde",
4140 | "time-core",
4141 | "time-macros",
4142 | ]
4143 |
4144 | [[package]]
4145 | name = "time-core"
4146 | version = "0.1.4"
4147 | source = "registry+https://github.com/rust-lang/crates.io-index"
4148 | checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
4149 |
4150 | [[package]]
4151 | name = "time-macros"
4152 | version = "0.2.22"
4153 | source = "registry+https://github.com/rust-lang/crates.io-index"
4154 | checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
4155 | dependencies = [
4156 | "num-conv",
4157 | "time-core",
4158 | ]
4159 |
4160 | [[package]]
4161 | name = "tinystr"
4162 | version = "0.8.1"
4163 | source = "registry+https://github.com/rust-lang/crates.io-index"
4164 | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4165 | dependencies = [
4166 | "displaydoc",
4167 | "zerovec",
4168 | ]
4169 |
4170 | [[package]]
4171 | name = "tokio"
4172 | version = "1.46.1"
4173 | source = "registry+https://github.com/rust-lang/crates.io-index"
4174 | checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
4175 | dependencies = [
4176 | "backtrace",
4177 | "bytes",
4178 | "io-uring",
4179 | "libc",
4180 | "mio",
4181 | "pin-project-lite",
4182 | "slab",
4183 | "socket2",
4184 | "windows-sys 0.52.0",
4185 | ]
4186 |
4187 | [[package]]
4188 | name = "tokio-native-tls"
4189 | version = "0.3.1"
4190 | source = "registry+https://github.com/rust-lang/crates.io-index"
4191 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4192 | dependencies = [
4193 | "native-tls",
4194 | "tokio",
4195 | ]
4196 |
4197 | [[package]]
4198 | name = "tokio-rustls"
4199 | version = "0.26.2"
4200 | source = "registry+https://github.com/rust-lang/crates.io-index"
4201 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
4202 | dependencies = [
4203 | "rustls",
4204 | "tokio",
4205 | ]
4206 |
4207 | [[package]]
4208 | name = "tokio-util"
4209 | version = "0.7.15"
4210 | source = "registry+https://github.com/rust-lang/crates.io-index"
4211 | checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
4212 | dependencies = [
4213 | "bytes",
4214 | "futures-core",
4215 | "futures-sink",
4216 | "pin-project-lite",
4217 | "tokio",
4218 | ]
4219 |
4220 | [[package]]
4221 | name = "toml"
4222 | version = "0.8.23"
4223 | source = "registry+https://github.com/rust-lang/crates.io-index"
4224 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
4225 | dependencies = [
4226 | "serde",
4227 | "serde_spanned 0.6.9",
4228 | "toml_datetime 0.6.11",
4229 | "toml_edit 0.22.27",
4230 | ]
4231 |
4232 | [[package]]
4233 | name = "toml"
4234 | version = "0.9.2"
4235 | source = "registry+https://github.com/rust-lang/crates.io-index"
4236 | checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
4237 | dependencies = [
4238 | "indexmap 2.10.0",
4239 | "serde",
4240 | "serde_spanned 1.0.0",
4241 | "toml_datetime 0.7.0",
4242 | "toml_parser",
4243 | "toml_writer",
4244 | "winnow 0.7.12",
4245 | ]
4246 |
4247 | [[package]]
4248 | name = "toml_datetime"
4249 | version = "0.6.11"
4250 | source = "registry+https://github.com/rust-lang/crates.io-index"
4251 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4252 | dependencies = [
4253 | "serde",
4254 | ]
4255 |
4256 | [[package]]
4257 | name = "toml_datetime"
4258 | version = "0.7.0"
4259 | source = "registry+https://github.com/rust-lang/crates.io-index"
4260 | checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
4261 | dependencies = [
4262 | "serde",
4263 | ]
4264 |
4265 | [[package]]
4266 | name = "toml_edit"
4267 | version = "0.19.15"
4268 | source = "registry+https://github.com/rust-lang/crates.io-index"
4269 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4270 | dependencies = [
4271 | "indexmap 2.10.0",
4272 | "toml_datetime 0.6.11",
4273 | "winnow 0.5.40",
4274 | ]
4275 |
4276 | [[package]]
4277 | name = "toml_edit"
4278 | version = "0.20.7"
4279 | source = "registry+https://github.com/rust-lang/crates.io-index"
4280 | checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
4281 | dependencies = [
4282 | "indexmap 2.10.0",
4283 | "toml_datetime 0.6.11",
4284 | "winnow 0.5.40",
4285 | ]
4286 |
4287 | [[package]]
4288 | name = "toml_edit"
4289 | version = "0.22.27"
4290 | source = "registry+https://github.com/rust-lang/crates.io-index"
4291 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4292 | dependencies = [
4293 | "indexmap 2.10.0",
4294 | "serde",
4295 | "serde_spanned 0.6.9",
4296 | "toml_datetime 0.6.11",
4297 | "toml_write",
4298 | "winnow 0.7.12",
4299 | ]
4300 |
4301 | [[package]]
4302 | name = "toml_parser"
4303 | version = "1.0.1"
4304 | source = "registry+https://github.com/rust-lang/crates.io-index"
4305 | checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
4306 | dependencies = [
4307 | "winnow 0.7.12",
4308 | ]
4309 |
4310 | [[package]]
4311 | name = "toml_write"
4312 | version = "0.1.2"
4313 | source = "registry+https://github.com/rust-lang/crates.io-index"
4314 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
4315 |
4316 | [[package]]
4317 | name = "toml_writer"
4318 | version = "1.0.2"
4319 | source = "registry+https://github.com/rust-lang/crates.io-index"
4320 | checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
4321 |
4322 | [[package]]
4323 | name = "tower"
4324 | version = "0.5.2"
4325 | source = "registry+https://github.com/rust-lang/crates.io-index"
4326 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4327 | dependencies = [
4328 | "futures-core",
4329 | "futures-util",
4330 | "pin-project-lite",
4331 | "sync_wrapper",
4332 | "tokio",
4333 | "tower-layer",
4334 | "tower-service",
4335 | ]
4336 |
4337 | [[package]]
4338 | name = "tower-http"
4339 | version = "0.6.6"
4340 | source = "registry+https://github.com/rust-lang/crates.io-index"
4341 | checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4342 | dependencies = [
4343 | "bitflags 2.9.1",
4344 | "bytes",
4345 | "futures-util",
4346 | "http",
4347 | "http-body",
4348 | "iri-string",
4349 | "pin-project-lite",
4350 | "tower",
4351 | "tower-layer",
4352 | "tower-service",
4353 | ]
4354 |
4355 | [[package]]
4356 | name = "tower-layer"
4357 | version = "0.3.3"
4358 | source = "registry+https://github.com/rust-lang/crates.io-index"
4359 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4360 |
4361 | [[package]]
4362 | name = "tower-service"
4363 | version = "0.3.3"
4364 | source = "registry+https://github.com/rust-lang/crates.io-index"
4365 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4366 |
4367 | [[package]]
4368 | name = "tracing"
4369 | version = "0.1.41"
4370 | source = "registry+https://github.com/rust-lang/crates.io-index"
4371 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4372 | dependencies = [
4373 | "pin-project-lite",
4374 | "tracing-attributes",
4375 | "tracing-core",
4376 | ]
4377 |
4378 | [[package]]
4379 | name = "tracing-attributes"
4380 | version = "0.1.30"
4381 | source = "registry+https://github.com/rust-lang/crates.io-index"
4382 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4383 | dependencies = [
4384 | "proc-macro2",
4385 | "quote",
4386 | "syn 2.0.104",
4387 | ]
4388 |
4389 | [[package]]
4390 | name = "tracing-core"
4391 | version = "0.1.34"
4392 | source = "registry+https://github.com/rust-lang/crates.io-index"
4393 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4394 | dependencies = [
4395 | "once_cell",
4396 | ]
4397 |
4398 | [[package]]
4399 | name = "tray-icon"
4400 | version = "0.21.0"
4401 | source = "registry+https://github.com/rust-lang/crates.io-index"
4402 | checksum = "2da75ec677957aa21f6e0b361df0daab972f13a5bee3606de0638fd4ee1c666a"
4403 | dependencies = [
4404 | "crossbeam-channel",
4405 | "dirs",
4406 | "libappindicator",
4407 | "muda",
4408 | "objc2 0.6.1",
4409 | "objc2-app-kit",
4410 | "objc2-core-foundation",
4411 | "objc2-core-graphics",
4412 | "objc2-foundation 0.3.1",
4413 | "once_cell",
4414 | "png",
4415 | "serde",
4416 | "thiserror 2.0.12",
4417 | "windows-sys 0.59.0",
4418 | ]
4419 |
4420 | [[package]]
4421 | name = "try-lock"
4422 | version = "0.2.5"
4423 | source = "registry+https://github.com/rust-lang/crates.io-index"
4424 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4425 |
4426 | [[package]]
4427 | name = "typeid"
4428 | version = "1.0.3"
4429 | source = "registry+https://github.com/rust-lang/crates.io-index"
4430 | checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4431 |
4432 | [[package]]
4433 | name = "typenum"
4434 | version = "1.18.0"
4435 | source = "registry+https://github.com/rust-lang/crates.io-index"
4436 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
4437 |
4438 | [[package]]
4439 | name = "uds_windows"
4440 | version = "1.1.0"
4441 | source = "registry+https://github.com/rust-lang/crates.io-index"
4442 | checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
4443 | dependencies = [
4444 | "memoffset",
4445 | "tempfile",
4446 | "winapi",
4447 | ]
4448 |
4449 | [[package]]
4450 | name = "unic-char-property"
4451 | version = "0.9.0"
4452 | source = "registry+https://github.com/rust-lang/crates.io-index"
4453 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
4454 | dependencies = [
4455 | "unic-char-range",
4456 | ]
4457 |
4458 | [[package]]
4459 | name = "unic-char-range"
4460 | version = "0.9.0"
4461 | source = "registry+https://github.com/rust-lang/crates.io-index"
4462 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
4463 |
4464 | [[package]]
4465 | name = "unic-common"
4466 | version = "0.9.0"
4467 | source = "registry+https://github.com/rust-lang/crates.io-index"
4468 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
4469 |
4470 | [[package]]
4471 | name = "unic-ucd-ident"
4472 | version = "0.9.0"
4473 | source = "registry+https://github.com/rust-lang/crates.io-index"
4474 | checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
4475 | dependencies = [
4476 | "unic-char-property",
4477 | "unic-char-range",
4478 | "unic-ucd-version",
4479 | ]
4480 |
4481 | [[package]]
4482 | name = "unic-ucd-version"
4483 | version = "0.9.0"
4484 | source = "registry+https://github.com/rust-lang/crates.io-index"
4485 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
4486 | dependencies = [
4487 | "unic-common",
4488 | ]
4489 |
4490 | [[package]]
4491 | name = "unicode-ident"
4492 | version = "1.0.18"
4493 | source = "registry+https://github.com/rust-lang/crates.io-index"
4494 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
4495 |
4496 | [[package]]
4497 | name = "unicode-segmentation"
4498 | version = "1.12.0"
4499 | source = "registry+https://github.com/rust-lang/crates.io-index"
4500 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4501 |
4502 | [[package]]
4503 | name = "untrusted"
4504 | version = "0.9.0"
4505 | source = "registry+https://github.com/rust-lang/crates.io-index"
4506 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4507 |
4508 | [[package]]
4509 | name = "url"
4510 | version = "2.5.4"
4511 | source = "registry+https://github.com/rust-lang/crates.io-index"
4512 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4513 | dependencies = [
4514 | "form_urlencoded",
4515 | "idna",
4516 | "percent-encoding",
4517 | "serde",
4518 | ]
4519 |
4520 | [[package]]
4521 | name = "urlpattern"
4522 | version = "0.3.0"
4523 | source = "registry+https://github.com/rust-lang/crates.io-index"
4524 | checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
4525 | dependencies = [
4526 | "regex",
4527 | "serde",
4528 | "unic-ucd-ident",
4529 | "url",
4530 | ]
4531 |
4532 | [[package]]
4533 | name = "utf-8"
4534 | version = "0.7.6"
4535 | source = "registry+https://github.com/rust-lang/crates.io-index"
4536 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4537 |
4538 | [[package]]
4539 | name = "utf8_iter"
4540 | version = "1.0.4"
4541 | source = "registry+https://github.com/rust-lang/crates.io-index"
4542 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4543 |
4544 | [[package]]
4545 | name = "uuid"
4546 | version = "1.17.0"
4547 | source = "registry+https://github.com/rust-lang/crates.io-index"
4548 | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
4549 | dependencies = [
4550 | "getrandom 0.3.3",
4551 | "js-sys",
4552 | "serde",
4553 | "wasm-bindgen",
4554 | ]
4555 |
4556 | [[package]]
4557 | name = "vcpkg"
4558 | version = "0.2.15"
4559 | source = "registry+https://github.com/rust-lang/crates.io-index"
4560 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4561 |
4562 | [[package]]
4563 | name = "version-compare"
4564 | version = "0.2.0"
4565 | source = "registry+https://github.com/rust-lang/crates.io-index"
4566 | checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
4567 |
4568 | [[package]]
4569 | name = "version_check"
4570 | version = "0.9.5"
4571 | source = "registry+https://github.com/rust-lang/crates.io-index"
4572 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4573 |
4574 | [[package]]
4575 | name = "vswhom"
4576 | version = "0.1.0"
4577 | source = "registry+https://github.com/rust-lang/crates.io-index"
4578 | checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4579 | dependencies = [
4580 | "libc",
4581 | "vswhom-sys",
4582 | ]
4583 |
4584 | [[package]]
4585 | name = "vswhom-sys"
4586 | version = "0.1.3"
4587 | source = "registry+https://github.com/rust-lang/crates.io-index"
4588 | checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
4589 | dependencies = [
4590 | "cc",
4591 | "libc",
4592 | ]
4593 |
4594 | [[package]]
4595 | name = "walkdir"
4596 | version = "2.5.0"
4597 | source = "registry+https://github.com/rust-lang/crates.io-index"
4598 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4599 | dependencies = [
4600 | "same-file",
4601 | "winapi-util",
4602 | ]
4603 |
4604 | [[package]]
4605 | name = "want"
4606 | version = "0.3.1"
4607 | source = "registry+https://github.com/rust-lang/crates.io-index"
4608 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4609 | dependencies = [
4610 | "try-lock",
4611 | ]
4612 |
4613 | [[package]]
4614 | name = "wasi"
4615 | version = "0.9.0+wasi-snapshot-preview1"
4616 | source = "registry+https://github.com/rust-lang/crates.io-index"
4617 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4618 |
4619 | [[package]]
4620 | name = "wasi"
4621 | version = "0.11.1+wasi-snapshot-preview1"
4622 | source = "registry+https://github.com/rust-lang/crates.io-index"
4623 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4624 |
4625 | [[package]]
4626 | name = "wasi"
4627 | version = "0.14.2+wasi-0.2.4"
4628 | source = "registry+https://github.com/rust-lang/crates.io-index"
4629 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4630 | dependencies = [
4631 | "wit-bindgen-rt",
4632 | ]
4633 |
4634 | [[package]]
4635 | name = "wasm-bindgen"
4636 | version = "0.2.100"
4637 | source = "registry+https://github.com/rust-lang/crates.io-index"
4638 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4639 | dependencies = [
4640 | "cfg-if",
4641 | "once_cell",
4642 | "rustversion",
4643 | "wasm-bindgen-macro",
4644 | ]
4645 |
4646 | [[package]]
4647 | name = "wasm-bindgen-backend"
4648 | version = "0.2.100"
4649 | source = "registry+https://github.com/rust-lang/crates.io-index"
4650 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4651 | dependencies = [
4652 | "bumpalo",
4653 | "log",
4654 | "proc-macro2",
4655 | "quote",
4656 | "syn 2.0.104",
4657 | "wasm-bindgen-shared",
4658 | ]
4659 |
4660 | [[package]]
4661 | name = "wasm-bindgen-futures"
4662 | version = "0.4.50"
4663 | source = "registry+https://github.com/rust-lang/crates.io-index"
4664 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4665 | dependencies = [
4666 | "cfg-if",
4667 | "js-sys",
4668 | "once_cell",
4669 | "wasm-bindgen",
4670 | "web-sys",
4671 | ]
4672 |
4673 | [[package]]
4674 | name = "wasm-bindgen-macro"
4675 | version = "0.2.100"
4676 | source = "registry+https://github.com/rust-lang/crates.io-index"
4677 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4678 | dependencies = [
4679 | "quote",
4680 | "wasm-bindgen-macro-support",
4681 | ]
4682 |
4683 | [[package]]
4684 | name = "wasm-bindgen-macro-support"
4685 | version = "0.2.100"
4686 | source = "registry+https://github.com/rust-lang/crates.io-index"
4687 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4688 | dependencies = [
4689 | "proc-macro2",
4690 | "quote",
4691 | "syn 2.0.104",
4692 | "wasm-bindgen-backend",
4693 | "wasm-bindgen-shared",
4694 | ]
4695 |
4696 | [[package]]
4697 | name = "wasm-bindgen-shared"
4698 | version = "0.2.100"
4699 | source = "registry+https://github.com/rust-lang/crates.io-index"
4700 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4701 | dependencies = [
4702 | "unicode-ident",
4703 | ]
4704 |
4705 | [[package]]
4706 | name = "wasm-streams"
4707 | version = "0.4.2"
4708 | source = "registry+https://github.com/rust-lang/crates.io-index"
4709 | checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4710 | dependencies = [
4711 | "futures-util",
4712 | "js-sys",
4713 | "wasm-bindgen",
4714 | "wasm-bindgen-futures",
4715 | "web-sys",
4716 | ]
4717 |
4718 | [[package]]
4719 | name = "web-sys"
4720 | version = "0.3.77"
4721 | source = "registry+https://github.com/rust-lang/crates.io-index"
4722 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4723 | dependencies = [
4724 | "js-sys",
4725 | "wasm-bindgen",
4726 | ]
4727 |
4728 | [[package]]
4729 | name = "webkit2gtk"
4730 | version = "2.0.1"
4731 | source = "registry+https://github.com/rust-lang/crates.io-index"
4732 | checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
4733 | dependencies = [
4734 | "bitflags 1.3.2",
4735 | "cairo-rs",
4736 | "gdk",
4737 | "gdk-sys",
4738 | "gio",
4739 | "gio-sys",
4740 | "glib",
4741 | "glib-sys",
4742 | "gobject-sys",
4743 | "gtk",
4744 | "gtk-sys",
4745 | "javascriptcore-rs",
4746 | "libc",
4747 | "once_cell",
4748 | "soup3",
4749 | "webkit2gtk-sys",
4750 | ]
4751 |
4752 | [[package]]
4753 | name = "webkit2gtk-sys"
4754 | version = "2.0.1"
4755 | source = "registry+https://github.com/rust-lang/crates.io-index"
4756 | checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
4757 | dependencies = [
4758 | "bitflags 1.3.2",
4759 | "cairo-sys-rs",
4760 | "gdk-sys",
4761 | "gio-sys",
4762 | "glib-sys",
4763 | "gobject-sys",
4764 | "gtk-sys",
4765 | "javascriptcore-rs-sys",
4766 | "libc",
4767 | "pkg-config",
4768 | "soup3-sys",
4769 | "system-deps",
4770 | ]
4771 |
4772 | [[package]]
4773 | name = "webview2-com"
4774 | version = "0.38.0"
4775 | source = "registry+https://github.com/rust-lang/crates.io-index"
4776 | checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4"
4777 | dependencies = [
4778 | "webview2-com-macros",
4779 | "webview2-com-sys",
4780 | "windows",
4781 | "windows-core",
4782 | "windows-implement",
4783 | "windows-interface",
4784 | ]
4785 |
4786 | [[package]]
4787 | name = "webview2-com-macros"
4788 | version = "0.8.0"
4789 | source = "registry+https://github.com/rust-lang/crates.io-index"
4790 | checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
4791 | dependencies = [
4792 | "proc-macro2",
4793 | "quote",
4794 | "syn 2.0.104",
4795 | ]
4796 |
4797 | [[package]]
4798 | name = "webview2-com-sys"
4799 | version = "0.38.0"
4800 | source = "registry+https://github.com/rust-lang/crates.io-index"
4801 | checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
4802 | dependencies = [
4803 | "thiserror 2.0.12",
4804 | "windows",
4805 | "windows-core",
4806 | ]
4807 |
4808 | [[package]]
4809 | name = "winapi"
4810 | version = "0.3.9"
4811 | source = "registry+https://github.com/rust-lang/crates.io-index"
4812 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4813 | dependencies = [
4814 | "winapi-i686-pc-windows-gnu",
4815 | "winapi-x86_64-pc-windows-gnu",
4816 | ]
4817 |
4818 | [[package]]
4819 | name = "winapi-i686-pc-windows-gnu"
4820 | version = "0.4.0"
4821 | source = "registry+https://github.com/rust-lang/crates.io-index"
4822 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4823 |
4824 | [[package]]
4825 | name = "winapi-util"
4826 | version = "0.1.9"
4827 | source = "registry+https://github.com/rust-lang/crates.io-index"
4828 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4829 | dependencies = [
4830 | "windows-sys 0.59.0",
4831 | ]
4832 |
4833 | [[package]]
4834 | name = "winapi-x86_64-pc-windows-gnu"
4835 | version = "0.4.0"
4836 | source = "registry+https://github.com/rust-lang/crates.io-index"
4837 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4838 |
4839 | [[package]]
4840 | name = "window-vibrancy"
4841 | version = "0.6.0"
4842 | source = "registry+https://github.com/rust-lang/crates.io-index"
4843 | checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
4844 | dependencies = [
4845 | "objc2 0.6.1",
4846 | "objc2-app-kit",
4847 | "objc2-core-foundation",
4848 | "objc2-foundation 0.3.1",
4849 | "raw-window-handle",
4850 | "windows-sys 0.59.0",
4851 | "windows-version",
4852 | ]
4853 |
4854 | [[package]]
4855 | name = "windows"
4856 | version = "0.61.3"
4857 | source = "registry+https://github.com/rust-lang/crates.io-index"
4858 | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
4859 | dependencies = [
4860 | "windows-collections",
4861 | "windows-core",
4862 | "windows-future",
4863 | "windows-link",
4864 | "windows-numerics",
4865 | ]
4866 |
4867 | [[package]]
4868 | name = "windows-collections"
4869 | version = "0.2.0"
4870 | source = "registry+https://github.com/rust-lang/crates.io-index"
4871 | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
4872 | dependencies = [
4873 | "windows-core",
4874 | ]
4875 |
4876 | [[package]]
4877 | name = "windows-core"
4878 | version = "0.61.2"
4879 | source = "registry+https://github.com/rust-lang/crates.io-index"
4880 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4881 | dependencies = [
4882 | "windows-implement",
4883 | "windows-interface",
4884 | "windows-link",
4885 | "windows-result",
4886 | "windows-strings",
4887 | ]
4888 |
4889 | [[package]]
4890 | name = "windows-future"
4891 | version = "0.2.1"
4892 | source = "registry+https://github.com/rust-lang/crates.io-index"
4893 | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4894 | dependencies = [
4895 | "windows-core",
4896 | "windows-link",
4897 | "windows-threading",
4898 | ]
4899 |
4900 | [[package]]
4901 | name = "windows-implement"
4902 | version = "0.60.0"
4903 | source = "registry+https://github.com/rust-lang/crates.io-index"
4904 | checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
4905 | dependencies = [
4906 | "proc-macro2",
4907 | "quote",
4908 | "syn 2.0.104",
4909 | ]
4910 |
4911 | [[package]]
4912 | name = "windows-interface"
4913 | version = "0.59.1"
4914 | source = "registry+https://github.com/rust-lang/crates.io-index"
4915 | checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
4916 | dependencies = [
4917 | "proc-macro2",
4918 | "quote",
4919 | "syn 2.0.104",
4920 | ]
4921 |
4922 | [[package]]
4923 | name = "windows-link"
4924 | version = "0.1.3"
4925 | source = "registry+https://github.com/rust-lang/crates.io-index"
4926 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4927 |
4928 | [[package]]
4929 | name = "windows-numerics"
4930 | version = "0.2.0"
4931 | source = "registry+https://github.com/rust-lang/crates.io-index"
4932 | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4933 | dependencies = [
4934 | "windows-core",
4935 | "windows-link",
4936 | ]
4937 |
4938 | [[package]]
4939 | name = "windows-registry"
4940 | version = "0.5.3"
4941 | source = "registry+https://github.com/rust-lang/crates.io-index"
4942 | checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4943 | dependencies = [
4944 | "windows-link",
4945 | "windows-result",
4946 | "windows-strings",
4947 | ]
4948 |
4949 | [[package]]
4950 | name = "windows-result"
4951 | version = "0.3.4"
4952 | source = "registry+https://github.com/rust-lang/crates.io-index"
4953 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4954 | dependencies = [
4955 | "windows-link",
4956 | ]
4957 |
4958 | [[package]]
4959 | name = "windows-strings"
4960 | version = "0.4.2"
4961 | source = "registry+https://github.com/rust-lang/crates.io-index"
4962 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4963 | dependencies = [
4964 | "windows-link",
4965 | ]
4966 |
4967 | [[package]]
4968 | name = "windows-sys"
4969 | version = "0.45.0"
4970 | source = "registry+https://github.com/rust-lang/crates.io-index"
4971 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4972 | dependencies = [
4973 | "windows-targets 0.42.2",
4974 | ]
4975 |
4976 | [[package]]
4977 | name = "windows-sys"
4978 | version = "0.52.0"
4979 | source = "registry+https://github.com/rust-lang/crates.io-index"
4980 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4981 | dependencies = [
4982 | "windows-targets 0.52.6",
4983 | ]
4984 |
4985 | [[package]]
4986 | name = "windows-sys"
4987 | version = "0.59.0"
4988 | source = "registry+https://github.com/rust-lang/crates.io-index"
4989 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4990 | dependencies = [
4991 | "windows-targets 0.52.6",
4992 | ]
4993 |
4994 | [[package]]
4995 | name = "windows-sys"
4996 | version = "0.60.2"
4997 | source = "registry+https://github.com/rust-lang/crates.io-index"
4998 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4999 | dependencies = [
5000 | "windows-targets 0.53.2",
5001 | ]
5002 |
5003 | [[package]]
5004 | name = "windows-targets"
5005 | version = "0.42.2"
5006 | source = "registry+https://github.com/rust-lang/crates.io-index"
5007 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5008 | dependencies = [
5009 | "windows_aarch64_gnullvm 0.42.2",
5010 | "windows_aarch64_msvc 0.42.2",
5011 | "windows_i686_gnu 0.42.2",
5012 | "windows_i686_msvc 0.42.2",
5013 | "windows_x86_64_gnu 0.42.2",
5014 | "windows_x86_64_gnullvm 0.42.2",
5015 | "windows_x86_64_msvc 0.42.2",
5016 | ]
5017 |
5018 | [[package]]
5019 | name = "windows-targets"
5020 | version = "0.52.6"
5021 | source = "registry+https://github.com/rust-lang/crates.io-index"
5022 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5023 | dependencies = [
5024 | "windows_aarch64_gnullvm 0.52.6",
5025 | "windows_aarch64_msvc 0.52.6",
5026 | "windows_i686_gnu 0.52.6",
5027 | "windows_i686_gnullvm 0.52.6",
5028 | "windows_i686_msvc 0.52.6",
5029 | "windows_x86_64_gnu 0.52.6",
5030 | "windows_x86_64_gnullvm 0.52.6",
5031 | "windows_x86_64_msvc 0.52.6",
5032 | ]
5033 |
5034 | [[package]]
5035 | name = "windows-targets"
5036 | version = "0.53.2"
5037 | source = "registry+https://github.com/rust-lang/crates.io-index"
5038 | checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
5039 | dependencies = [
5040 | "windows_aarch64_gnullvm 0.53.0",
5041 | "windows_aarch64_msvc 0.53.0",
5042 | "windows_i686_gnu 0.53.0",
5043 | "windows_i686_gnullvm 0.53.0",
5044 | "windows_i686_msvc 0.53.0",
5045 | "windows_x86_64_gnu 0.53.0",
5046 | "windows_x86_64_gnullvm 0.53.0",
5047 | "windows_x86_64_msvc 0.53.0",
5048 | ]
5049 |
5050 | [[package]]
5051 | name = "windows-threading"
5052 | version = "0.1.0"
5053 | source = "registry+https://github.com/rust-lang/crates.io-index"
5054 | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5055 | dependencies = [
5056 | "windows-link",
5057 | ]
5058 |
5059 | [[package]]
5060 | name = "windows-version"
5061 | version = "0.1.4"
5062 | source = "registry+https://github.com/rust-lang/crates.io-index"
5063 | checksum = "e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c"
5064 | dependencies = [
5065 | "windows-link",
5066 | ]
5067 |
5068 | [[package]]
5069 | name = "windows_aarch64_gnullvm"
5070 | version = "0.42.2"
5071 | source = "registry+https://github.com/rust-lang/crates.io-index"
5072 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5073 |
5074 | [[package]]
5075 | name = "windows_aarch64_gnullvm"
5076 | version = "0.52.6"
5077 | source = "registry+https://github.com/rust-lang/crates.io-index"
5078 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5079 |
5080 | [[package]]
5081 | name = "windows_aarch64_gnullvm"
5082 | version = "0.53.0"
5083 | source = "registry+https://github.com/rust-lang/crates.io-index"
5084 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
5085 |
5086 | [[package]]
5087 | name = "windows_aarch64_msvc"
5088 | version = "0.42.2"
5089 | source = "registry+https://github.com/rust-lang/crates.io-index"
5090 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5091 |
5092 | [[package]]
5093 | name = "windows_aarch64_msvc"
5094 | version = "0.52.6"
5095 | source = "registry+https://github.com/rust-lang/crates.io-index"
5096 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5097 |
5098 | [[package]]
5099 | name = "windows_aarch64_msvc"
5100 | version = "0.53.0"
5101 | source = "registry+https://github.com/rust-lang/crates.io-index"
5102 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
5103 |
5104 | [[package]]
5105 | name = "windows_i686_gnu"
5106 | version = "0.42.2"
5107 | source = "registry+https://github.com/rust-lang/crates.io-index"
5108 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5109 |
5110 | [[package]]
5111 | name = "windows_i686_gnu"
5112 | version = "0.52.6"
5113 | source = "registry+https://github.com/rust-lang/crates.io-index"
5114 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5115 |
5116 | [[package]]
5117 | name = "windows_i686_gnu"
5118 | version = "0.53.0"
5119 | source = "registry+https://github.com/rust-lang/crates.io-index"
5120 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
5121 |
5122 | [[package]]
5123 | name = "windows_i686_gnullvm"
5124 | version = "0.52.6"
5125 | source = "registry+https://github.com/rust-lang/crates.io-index"
5126 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5127 |
5128 | [[package]]
5129 | name = "windows_i686_gnullvm"
5130 | version = "0.53.0"
5131 | source = "registry+https://github.com/rust-lang/crates.io-index"
5132 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
5133 |
5134 | [[package]]
5135 | name = "windows_i686_msvc"
5136 | version = "0.42.2"
5137 | source = "registry+https://github.com/rust-lang/crates.io-index"
5138 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5139 |
5140 | [[package]]
5141 | name = "windows_i686_msvc"
5142 | version = "0.52.6"
5143 | source = "registry+https://github.com/rust-lang/crates.io-index"
5144 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5145 |
5146 | [[package]]
5147 | name = "windows_i686_msvc"
5148 | version = "0.53.0"
5149 | source = "registry+https://github.com/rust-lang/crates.io-index"
5150 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
5151 |
5152 | [[package]]
5153 | name = "windows_x86_64_gnu"
5154 | version = "0.42.2"
5155 | source = "registry+https://github.com/rust-lang/crates.io-index"
5156 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5157 |
5158 | [[package]]
5159 | name = "windows_x86_64_gnu"
5160 | version = "0.52.6"
5161 | source = "registry+https://github.com/rust-lang/crates.io-index"
5162 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5163 |
5164 | [[package]]
5165 | name = "windows_x86_64_gnu"
5166 | version = "0.53.0"
5167 | source = "registry+https://github.com/rust-lang/crates.io-index"
5168 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
5169 |
5170 | [[package]]
5171 | name = "windows_x86_64_gnullvm"
5172 | version = "0.42.2"
5173 | source = "registry+https://github.com/rust-lang/crates.io-index"
5174 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5175 |
5176 | [[package]]
5177 | name = "windows_x86_64_gnullvm"
5178 | version = "0.52.6"
5179 | source = "registry+https://github.com/rust-lang/crates.io-index"
5180 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5181 |
5182 | [[package]]
5183 | name = "windows_x86_64_gnullvm"
5184 | version = "0.53.0"
5185 | source = "registry+https://github.com/rust-lang/crates.io-index"
5186 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
5187 |
5188 | [[package]]
5189 | name = "windows_x86_64_msvc"
5190 | version = "0.42.2"
5191 | source = "registry+https://github.com/rust-lang/crates.io-index"
5192 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5193 |
5194 | [[package]]
5195 | name = "windows_x86_64_msvc"
5196 | version = "0.52.6"
5197 | source = "registry+https://github.com/rust-lang/crates.io-index"
5198 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5199 |
5200 | [[package]]
5201 | name = "windows_x86_64_msvc"
5202 | version = "0.53.0"
5203 | source = "registry+https://github.com/rust-lang/crates.io-index"
5204 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
5205 |
5206 | [[package]]
5207 | name = "winnow"
5208 | version = "0.5.40"
5209 | source = "registry+https://github.com/rust-lang/crates.io-index"
5210 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5211 | dependencies = [
5212 | "memchr",
5213 | ]
5214 |
5215 | [[package]]
5216 | name = "winnow"
5217 | version = "0.7.12"
5218 | source = "registry+https://github.com/rust-lang/crates.io-index"
5219 | checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
5220 | dependencies = [
5221 | "memchr",
5222 | ]
5223 |
5224 | [[package]]
5225 | name = "winreg"
5226 | version = "0.55.0"
5227 | source = "registry+https://github.com/rust-lang/crates.io-index"
5228 | checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
5229 | dependencies = [
5230 | "cfg-if",
5231 | "windows-sys 0.59.0",
5232 | ]
5233 |
5234 | [[package]]
5235 | name = "wit-bindgen-rt"
5236 | version = "0.39.0"
5237 | source = "registry+https://github.com/rust-lang/crates.io-index"
5238 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
5239 | dependencies = [
5240 | "bitflags 2.9.1",
5241 | ]
5242 |
5243 | [[package]]
5244 | name = "writeable"
5245 | version = "0.6.1"
5246 | source = "registry+https://github.com/rust-lang/crates.io-index"
5247 | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
5248 |
5249 | [[package]]
5250 | name = "wry"
5251 | version = "0.52.1"
5252 | source = "registry+https://github.com/rust-lang/crates.io-index"
5253 | checksum = "12a714d9ba7075aae04a6e50229d6109e3d584774b99a6a8c60de1698ca111b9"
5254 | dependencies = [
5255 | "base64 0.22.1",
5256 | "block2 0.6.1",
5257 | "cookie",
5258 | "crossbeam-channel",
5259 | "dpi",
5260 | "dunce",
5261 | "gdkx11",
5262 | "gtk",
5263 | "html5ever",
5264 | "http",
5265 | "javascriptcore-rs",
5266 | "jni",
5267 | "kuchikiki",
5268 | "libc",
5269 | "ndk",
5270 | "objc2 0.6.1",
5271 | "objc2-app-kit",
5272 | "objc2-core-foundation",
5273 | "objc2-foundation 0.3.1",
5274 | "objc2-ui-kit",
5275 | "objc2-web-kit",
5276 | "once_cell",
5277 | "percent-encoding",
5278 | "raw-window-handle",
5279 | "sha2",
5280 | "soup3",
5281 | "tao-macros",
5282 | "thiserror 2.0.12",
5283 | "url",
5284 | "webkit2gtk",
5285 | "webkit2gtk-sys",
5286 | "webview2-com",
5287 | "windows",
5288 | "windows-core",
5289 | "windows-version",
5290 | "x11-dl",
5291 | ]
5292 |
5293 | [[package]]
5294 | name = "x11"
5295 | version = "2.21.0"
5296 | source = "registry+https://github.com/rust-lang/crates.io-index"
5297 | checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
5298 | dependencies = [
5299 | "libc",
5300 | "pkg-config",
5301 | ]
5302 |
5303 | [[package]]
5304 | name = "x11-dl"
5305 | version = "2.21.0"
5306 | source = "registry+https://github.com/rust-lang/crates.io-index"
5307 | checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5308 | dependencies = [
5309 | "libc",
5310 | "once_cell",
5311 | "pkg-config",
5312 | ]
5313 |
5314 | [[package]]
5315 | name = "yoke"
5316 | version = "0.8.0"
5317 | source = "registry+https://github.com/rust-lang/crates.io-index"
5318 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
5319 | dependencies = [
5320 | "serde",
5321 | "stable_deref_trait",
5322 | "yoke-derive",
5323 | "zerofrom",
5324 | ]
5325 |
5326 | [[package]]
5327 | name = "yoke-derive"
5328 | version = "0.8.0"
5329 | source = "registry+https://github.com/rust-lang/crates.io-index"
5330 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
5331 | dependencies = [
5332 | "proc-macro2",
5333 | "quote",
5334 | "syn 2.0.104",
5335 | "synstructure",
5336 | ]
5337 |
5338 | [[package]]
5339 | name = "zbus"
5340 | version = "5.8.0"
5341 | source = "registry+https://github.com/rust-lang/crates.io-index"
5342 | checksum = "597f45e98bc7e6f0988276012797855613cd8269e23b5be62cc4e5d28b7e515d"
5343 | dependencies = [
5344 | "async-broadcast",
5345 | "async-executor",
5346 | "async-io",
5347 | "async-lock",
5348 | "async-process",
5349 | "async-recursion",
5350 | "async-task",
5351 | "async-trait",
5352 | "blocking",
5353 | "enumflags2",
5354 | "event-listener",
5355 | "futures-core",
5356 | "futures-lite",
5357 | "hex",
5358 | "nix",
5359 | "ordered-stream",
5360 | "serde",
5361 | "serde_repr",
5362 | "tracing",
5363 | "uds_windows",
5364 | "windows-sys 0.59.0",
5365 | "winnow 0.7.12",
5366 | "zbus_macros",
5367 | "zbus_names",
5368 | "zvariant",
5369 | ]
5370 |
5371 | [[package]]
5372 | name = "zbus_macros"
5373 | version = "5.8.0"
5374 | source = "registry+https://github.com/rust-lang/crates.io-index"
5375 | checksum = "e5c8e4e14dcdd9d97a98b189cd1220f30e8394ad271e8c987da84f73693862c2"
5376 | dependencies = [
5377 | "proc-macro-crate 3.3.0",
5378 | "proc-macro2",
5379 | "quote",
5380 | "syn 2.0.104",
5381 | "zbus_names",
5382 | "zvariant",
5383 | "zvariant_utils",
5384 | ]
5385 |
5386 | [[package]]
5387 | name = "zbus_names"
5388 | version = "4.2.0"
5389 | source = "registry+https://github.com/rust-lang/crates.io-index"
5390 | checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
5391 | dependencies = [
5392 | "serde",
5393 | "static_assertions",
5394 | "winnow 0.7.12",
5395 | "zvariant",
5396 | ]
5397 |
5398 | [[package]]
5399 | name = "zerocopy"
5400 | version = "0.8.26"
5401 | source = "registry+https://github.com/rust-lang/crates.io-index"
5402 | checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
5403 | dependencies = [
5404 | "zerocopy-derive",
5405 | ]
5406 |
5407 | [[package]]
5408 | name = "zerocopy-derive"
5409 | version = "0.8.26"
5410 | source = "registry+https://github.com/rust-lang/crates.io-index"
5411 | checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
5412 | dependencies = [
5413 | "proc-macro2",
5414 | "quote",
5415 | "syn 2.0.104",
5416 | ]
5417 |
5418 | [[package]]
5419 | name = "zerofrom"
5420 | version = "0.1.6"
5421 | source = "registry+https://github.com/rust-lang/crates.io-index"
5422 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5423 | dependencies = [
5424 | "zerofrom-derive",
5425 | ]
5426 |
5427 | [[package]]
5428 | name = "zerofrom-derive"
5429 | version = "0.1.6"
5430 | source = "registry+https://github.com/rust-lang/crates.io-index"
5431 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5432 | dependencies = [
5433 | "proc-macro2",
5434 | "quote",
5435 | "syn 2.0.104",
5436 | "synstructure",
5437 | ]
5438 |
5439 | [[package]]
5440 | name = "zeroize"
5441 | version = "1.8.1"
5442 | source = "registry+https://github.com/rust-lang/crates.io-index"
5443 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
5444 |
5445 | [[package]]
5446 | name = "zerotrie"
5447 | version = "0.2.2"
5448 | source = "registry+https://github.com/rust-lang/crates.io-index"
5449 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
5450 | dependencies = [
5451 | "displaydoc",
5452 | "yoke",
5453 | "zerofrom",
5454 | ]
5455 |
5456 | [[package]]
5457 | name = "zerovec"
5458 | version = "0.11.2"
5459 | source = "registry+https://github.com/rust-lang/crates.io-index"
5460 | checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
5461 | dependencies = [
5462 | "yoke",
5463 | "zerofrom",
5464 | "zerovec-derive",
5465 | ]
5466 |
5467 | [[package]]
5468 | name = "zerovec-derive"
5469 | version = "0.11.1"
5470 | source = "registry+https://github.com/rust-lang/crates.io-index"
5471 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
5472 | dependencies = [
5473 | "proc-macro2",
5474 | "quote",
5475 | "syn 2.0.104",
5476 | ]
5477 |
5478 | [[package]]
5479 | name = "zvariant"
5480 | version = "5.6.0"
5481 | source = "registry+https://github.com/rust-lang/crates.io-index"
5482 | checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f"
5483 | dependencies = [
5484 | "endi",
5485 | "enumflags2",
5486 | "serde",
5487 | "winnow 0.7.12",
5488 | "zvariant_derive",
5489 | "zvariant_utils",
5490 | ]
5491 |
5492 | [[package]]
5493 | name = "zvariant_derive"
5494 | version = "5.6.0"
5495 | source = "registry+https://github.com/rust-lang/crates.io-index"
5496 | checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208"
5497 | dependencies = [
5498 | "proc-macro-crate 3.3.0",
5499 | "proc-macro2",
5500 | "quote",
5501 | "syn 2.0.104",
5502 | "zvariant_utils",
5503 | ]
5504 |
5505 | [[package]]
5506 | name = "zvariant_utils"
5507 | version = "3.2.0"
5508 | source = "registry+https://github.com/rust-lang/crates.io-index"
5509 | checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
5510 | dependencies = [
5511 | "proc-macro2",
5512 | "quote",
5513 | "serde",
5514 | "static_assertions",
5515 | "syn 2.0.104",
5516 | "winnow 0.7.12",
5517 | ]
5518 |
--------------------------------------------------------------------------------