navi

Obsidian-style interactive graph viewer for org-roam — native window, no Emacs package required.
Log | Files | Refs | README

Cargo.lock (79276B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 4
      4 
      5 [[package]]
      6 name = "ab_glyph"
      7 version = "0.2.32"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
     10 dependencies = [
     11  "ab_glyph_rasterizer",
     12  "owned_ttf_parser",
     13 ]
     14 
     15 [[package]]
     16 name = "ab_glyph_rasterizer"
     17 version = "0.1.10"
     18 source = "registry+https://github.com/rust-lang/crates.io-index"
     19 checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
     20 
     21 [[package]]
     22 name = "ahash"
     23 version = "0.8.12"
     24 source = "registry+https://github.com/rust-lang/crates.io-index"
     25 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
     26 dependencies = [
     27  "cfg-if",
     28  "getrandom 0.3.4",
     29  "once_cell",
     30  "version_check",
     31  "zerocopy",
     32 ]
     33 
     34 [[package]]
     35 name = "aho-corasick"
     36 version = "1.1.4"
     37 source = "registry+https://github.com/rust-lang/crates.io-index"
     38 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
     39 dependencies = [
     40  "memchr",
     41 ]
     42 
     43 [[package]]
     44 name = "android-activity"
     45 version = "0.6.1"
     46 source = "registry+https://github.com/rust-lang/crates.io-index"
     47 checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
     48 dependencies = [
     49  "android-properties",
     50  "bitflags 2.11.1",
     51  "cc",
     52  "jni",
     53  "libc",
     54  "log",
     55  "ndk",
     56  "ndk-context",
     57  "ndk-sys",
     58  "num_enum",
     59  "thiserror 2.0.18",
     60 ]
     61 
     62 [[package]]
     63 name = "android-properties"
     64 version = "0.2.2"
     65 source = "registry+https://github.com/rust-lang/crates.io-index"
     66 checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
     67 
     68 [[package]]
     69 name = "arboard"
     70 version = "3.6.1"
     71 source = "registry+https://github.com/rust-lang/crates.io-index"
     72 checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
     73 dependencies = [
     74  "clipboard-win",
     75  "log",
     76  "objc2 0.6.4",
     77  "objc2-app-kit 0.3.2",
     78  "objc2-foundation 0.3.2",
     79  "parking_lot",
     80  "percent-encoding",
     81  "windows-sys 0.60.2",
     82  "x11rb",
     83 ]
     84 
     85 [[package]]
     86 name = "as-raw-xcb-connection"
     87 version = "1.0.1"
     88 source = "registry+https://github.com/rust-lang/crates.io-index"
     89 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
     90 
     91 [[package]]
     92 name = "atomic-waker"
     93 version = "1.1.2"
     94 source = "registry+https://github.com/rust-lang/crates.io-index"
     95 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
     96 
     97 [[package]]
     98 name = "autocfg"
     99 version = "1.5.0"
    100 source = "registry+https://github.com/rust-lang/crates.io-index"
    101 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
    102 
    103 [[package]]
    104 name = "bitflags"
    105 version = "1.3.2"
    106 source = "registry+https://github.com/rust-lang/crates.io-index"
    107 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    108 
    109 [[package]]
    110 name = "bitflags"
    111 version = "2.11.1"
    112 source = "registry+https://github.com/rust-lang/crates.io-index"
    113 checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
    114 
    115 [[package]]
    116 name = "block2"
    117 version = "0.5.1"
    118 source = "registry+https://github.com/rust-lang/crates.io-index"
    119 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
    120 dependencies = [
    121  "objc2 0.5.2",
    122 ]
    123 
    124 [[package]]
    125 name = "block2"
    126 version = "0.6.2"
    127 source = "registry+https://github.com/rust-lang/crates.io-index"
    128 checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
    129 dependencies = [
    130  "objc2 0.6.4",
    131 ]
    132 
    133 [[package]]
    134 name = "bumpalo"
    135 version = "3.20.2"
    136 source = "registry+https://github.com/rust-lang/crates.io-index"
    137 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
    138 
    139 [[package]]
    140 name = "bytemuck"
    141 version = "1.25.0"
    142 source = "registry+https://github.com/rust-lang/crates.io-index"
    143 checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
    144 dependencies = [
    145  "bytemuck_derive",
    146 ]
    147 
    148 [[package]]
    149 name = "bytemuck_derive"
    150 version = "1.10.2"
    151 source = "registry+https://github.com/rust-lang/crates.io-index"
    152 checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
    153 dependencies = [
    154  "proc-macro2",
    155  "quote",
    156  "syn",
    157 ]
    158 
    159 [[package]]
    160 name = "byteorder-lite"
    161 version = "0.1.0"
    162 source = "registry+https://github.com/rust-lang/crates.io-index"
    163 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
    164 
    165 [[package]]
    166 name = "bytes"
    167 version = "1.11.1"
    168 source = "registry+https://github.com/rust-lang/crates.io-index"
    169 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
    170 
    171 [[package]]
    172 name = "calloop"
    173 version = "0.13.0"
    174 source = "registry+https://github.com/rust-lang/crates.io-index"
    175 checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
    176 dependencies = [
    177  "bitflags 2.11.1",
    178  "log",
    179  "polling",
    180  "rustix 0.38.44",
    181  "slab",
    182  "thiserror 1.0.69",
    183 ]
    184 
    185 [[package]]
    186 name = "calloop"
    187 version = "0.14.4"
    188 source = "registry+https://github.com/rust-lang/crates.io-index"
    189 checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
    190 dependencies = [
    191  "bitflags 2.11.1",
    192  "polling",
    193  "rustix 1.1.4",
    194  "slab",
    195  "tracing",
    196 ]
    197 
    198 [[package]]
    199 name = "calloop-wayland-source"
    200 version = "0.3.0"
    201 source = "registry+https://github.com/rust-lang/crates.io-index"
    202 checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
    203 dependencies = [
    204  "calloop 0.13.0",
    205  "rustix 0.38.44",
    206  "wayland-backend",
    207  "wayland-client",
    208 ]
    209 
    210 [[package]]
    211 name = "calloop-wayland-source"
    212 version = "0.4.1"
    213 source = "registry+https://github.com/rust-lang/crates.io-index"
    214 checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
    215 dependencies = [
    216  "calloop 0.14.4",
    217  "rustix 1.1.4",
    218  "wayland-backend",
    219  "wayland-client",
    220 ]
    221 
    222 [[package]]
    223 name = "cc"
    224 version = "1.2.62"
    225 source = "registry+https://github.com/rust-lang/crates.io-index"
    226 checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
    227 dependencies = [
    228  "find-msvc-tools",
    229  "jobserver",
    230  "libc",
    231  "shlex",
    232 ]
    233 
    234 [[package]]
    235 name = "cfg-if"
    236 version = "1.0.4"
    237 source = "registry+https://github.com/rust-lang/crates.io-index"
    238 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
    239 
    240 [[package]]
    241 name = "cfg_aliases"
    242 version = "0.2.1"
    243 source = "registry+https://github.com/rust-lang/crates.io-index"
    244 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
    245 
    246 [[package]]
    247 name = "cgl"
    248 version = "0.3.2"
    249 source = "registry+https://github.com/rust-lang/crates.io-index"
    250 checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
    251 dependencies = [
    252  "libc",
    253 ]
    254 
    255 [[package]]
    256 name = "clipboard-win"
    257 version = "5.4.1"
    258 source = "registry+https://github.com/rust-lang/crates.io-index"
    259 checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
    260 dependencies = [
    261  "error-code",
    262 ]
    263 
    264 [[package]]
    265 name = "combine"
    266 version = "4.6.7"
    267 source = "registry+https://github.com/rust-lang/crates.io-index"
    268 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
    269 dependencies = [
    270  "bytes",
    271  "memchr",
    272 ]
    273 
    274 [[package]]
    275 name = "concurrent-queue"
    276 version = "2.5.0"
    277 source = "registry+https://github.com/rust-lang/crates.io-index"
    278 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
    279 dependencies = [
    280  "crossbeam-utils",
    281 ]
    282 
    283 [[package]]
    284 name = "core-foundation"
    285 version = "0.9.4"
    286 source = "registry+https://github.com/rust-lang/crates.io-index"
    287 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
    288 dependencies = [
    289  "core-foundation-sys",
    290  "libc",
    291 ]
    292 
    293 [[package]]
    294 name = "core-foundation"
    295 version = "0.10.1"
    296 source = "registry+https://github.com/rust-lang/crates.io-index"
    297 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
    298 dependencies = [
    299  "core-foundation-sys",
    300  "libc",
    301 ]
    302 
    303 [[package]]
    304 name = "core-foundation-sys"
    305 version = "0.8.7"
    306 source = "registry+https://github.com/rust-lang/crates.io-index"
    307 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
    308 
    309 [[package]]
    310 name = "core-graphics"
    311 version = "0.23.2"
    312 source = "registry+https://github.com/rust-lang/crates.io-index"
    313 checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
    314 dependencies = [
    315  "bitflags 1.3.2",
    316  "core-foundation 0.9.4",
    317  "core-graphics-types",
    318  "foreign-types",
    319  "libc",
    320 ]
    321 
    322 [[package]]
    323 name = "core-graphics-types"
    324 version = "0.1.3"
    325 source = "registry+https://github.com/rust-lang/crates.io-index"
    326 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
    327 dependencies = [
    328  "bitflags 1.3.2",
    329  "core-foundation 0.9.4",
    330  "libc",
    331 ]
    332 
    333 [[package]]
    334 name = "crossbeam-deque"
    335 version = "0.8.6"
    336 source = "registry+https://github.com/rust-lang/crates.io-index"
    337 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
    338 dependencies = [
    339  "crossbeam-epoch",
    340  "crossbeam-utils",
    341 ]
    342 
    343 [[package]]
    344 name = "crossbeam-epoch"
    345 version = "0.9.18"
    346 source = "registry+https://github.com/rust-lang/crates.io-index"
    347 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
    348 dependencies = [
    349  "crossbeam-utils",
    350 ]
    351 
    352 [[package]]
    353 name = "crossbeam-utils"
    354 version = "0.8.21"
    355 source = "registry+https://github.com/rust-lang/crates.io-index"
    356 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
    357 
    358 [[package]]
    359 name = "cursor-icon"
    360 version = "1.2.0"
    361 source = "registry+https://github.com/rust-lang/crates.io-index"
    362 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
    363 
    364 [[package]]
    365 name = "dirs"
    366 version = "5.0.1"
    367 source = "registry+https://github.com/rust-lang/crates.io-index"
    368 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
    369 dependencies = [
    370  "dirs-sys",
    371 ]
    372 
    373 [[package]]
    374 name = "dirs-sys"
    375 version = "0.4.1"
    376 source = "registry+https://github.com/rust-lang/crates.io-index"
    377 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
    378 dependencies = [
    379  "libc",
    380  "option-ext",
    381  "redox_users",
    382  "windows-sys 0.48.0",
    383 ]
    384 
    385 [[package]]
    386 name = "dispatch"
    387 version = "0.2.0"
    388 source = "registry+https://github.com/rust-lang/crates.io-index"
    389 checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
    390 
    391 [[package]]
    392 name = "dispatch2"
    393 version = "0.3.1"
    394 source = "registry+https://github.com/rust-lang/crates.io-index"
    395 checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
    396 dependencies = [
    397  "bitflags 2.11.1",
    398  "objc2 0.6.4",
    399 ]
    400 
    401 [[package]]
    402 name = "displaydoc"
    403 version = "0.2.5"
    404 source = "registry+https://github.com/rust-lang/crates.io-index"
    405 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
    406 dependencies = [
    407  "proc-macro2",
    408  "quote",
    409  "syn",
    410 ]
    411 
    412 [[package]]
    413 name = "dlib"
    414 version = "0.5.3"
    415 source = "registry+https://github.com/rust-lang/crates.io-index"
    416 checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
    417 dependencies = [
    418  "libloading",
    419 ]
    420 
    421 [[package]]
    422 name = "downcast-rs"
    423 version = "1.2.1"
    424 source = "registry+https://github.com/rust-lang/crates.io-index"
    425 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
    426 
    427 [[package]]
    428 name = "dpi"
    429 version = "0.1.2"
    430 source = "registry+https://github.com/rust-lang/crates.io-index"
    431 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
    432 
    433 [[package]]
    434 name = "ecolor"
    435 version = "0.29.1"
    436 source = "registry+https://github.com/rust-lang/crates.io-index"
    437 checksum = "775cfde491852059e386c4e1deb4aef381c617dc364184c6f6afee99b87c402b"
    438 dependencies = [
    439  "bytemuck",
    440  "emath",
    441 ]
    442 
    443 [[package]]
    444 name = "egui"
    445 version = "0.29.1"
    446 source = "registry+https://github.com/rust-lang/crates.io-index"
    447 checksum = "53eafabcce0cb2325a59a98736efe0bf060585b437763f8c476957fb274bb974"
    448 dependencies = [
    449  "ahash",
    450  "emath",
    451  "epaint",
    452  "log",
    453  "nohash-hasher",
    454 ]
    455 
    456 [[package]]
    457 name = "egui-winit"
    458 version = "0.29.1"
    459 source = "registry+https://github.com/rust-lang/crates.io-index"
    460 checksum = "0a9c430f4f816340e8e8c1b20eec274186b1be6bc4c7dfc467ed50d57abc36c6"
    461 dependencies = [
    462  "ahash",
    463  "arboard",
    464  "egui",
    465  "log",
    466  "raw-window-handle",
    467  "smithay-clipboard",
    468  "web-time",
    469  "webbrowser",
    470  "winit",
    471 ]
    472 
    473 [[package]]
    474 name = "egui_extras"
    475 version = "0.29.1"
    476 source = "registry+https://github.com/rust-lang/crates.io-index"
    477 checksum = "bf3c1f5cd8dfe2ade470a218696c66cf556fcfd701e7830fa2e9f4428292a2a1"
    478 dependencies = [
    479  "ahash",
    480  "egui",
    481  "enum-map",
    482  "image",
    483  "log",
    484  "mime_guess2",
    485 ]
    486 
    487 [[package]]
    488 name = "egui_glow"
    489 version = "0.29.1"
    490 source = "registry+https://github.com/rust-lang/crates.io-index"
    491 checksum = "0e39bccc683cd43adab530d8f21a13eb91e80de10bcc38c3f1c16601b6f62b26"
    492 dependencies = [
    493  "ahash",
    494  "bytemuck",
    495  "egui",
    496  "egui-winit",
    497  "glow",
    498  "log",
    499  "memoffset",
    500  "wasm-bindgen",
    501  "web-sys",
    502  "winit",
    503 ]
    504 
    505 [[package]]
    506 name = "either"
    507 version = "1.16.0"
    508 source = "registry+https://github.com/rust-lang/crates.io-index"
    509 checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
    510 
    511 [[package]]
    512 name = "emath"
    513 version = "0.29.1"
    514 source = "registry+https://github.com/rust-lang/crates.io-index"
    515 checksum = "b1fe0049ce51d0fb414d029e668dd72eb30bc2b739bf34296ed97bd33df544f3"
    516 dependencies = [
    517  "bytemuck",
    518 ]
    519 
    520 [[package]]
    521 name = "enum-map"
    522 version = "2.7.3"
    523 source = "registry+https://github.com/rust-lang/crates.io-index"
    524 checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
    525 dependencies = [
    526  "enum-map-derive",
    527  "serde",
    528 ]
    529 
    530 [[package]]
    531 name = "enum-map-derive"
    532 version = "0.17.0"
    533 source = "registry+https://github.com/rust-lang/crates.io-index"
    534 checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
    535 dependencies = [
    536  "proc-macro2",
    537  "quote",
    538  "syn",
    539 ]
    540 
    541 [[package]]
    542 name = "epaint"
    543 version = "0.29.1"
    544 source = "registry+https://github.com/rust-lang/crates.io-index"
    545 checksum = "a32af8da821bd4f43f2c137e295459ee2e1661d87ca8779dfa0eaf45d870e20f"
    546 dependencies = [
    547  "ab_glyph",
    548  "ahash",
    549  "bytemuck",
    550  "ecolor",
    551  "emath",
    552  "epaint_default_fonts",
    553  "log",
    554  "nohash-hasher",
    555  "parking_lot",
    556 ]
    557 
    558 [[package]]
    559 name = "epaint_default_fonts"
    560 version = "0.29.1"
    561 source = "registry+https://github.com/rust-lang/crates.io-index"
    562 checksum = "483440db0b7993cf77a20314f08311dbe95675092405518c0677aa08c151a3ea"
    563 
    564 [[package]]
    565 name = "equivalent"
    566 version = "1.0.2"
    567 source = "registry+https://github.com/rust-lang/crates.io-index"
    568 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
    569 
    570 [[package]]
    571 name = "errno"
    572 version = "0.3.14"
    573 source = "registry+https://github.com/rust-lang/crates.io-index"
    574 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
    575 dependencies = [
    576  "libc",
    577  "windows-sys 0.61.2",
    578 ]
    579 
    580 [[package]]
    581 name = "error-code"
    582 version = "3.3.2"
    583 source = "registry+https://github.com/rust-lang/crates.io-index"
    584 checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
    585 
    586 [[package]]
    587 name = "fallible-iterator"
    588 version = "0.3.0"
    589 source = "registry+https://github.com/rust-lang/crates.io-index"
    590 checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
    591 
    592 [[package]]
    593 name = "fallible-streaming-iterator"
    594 version = "0.1.9"
    595 source = "registry+https://github.com/rust-lang/crates.io-index"
    596 checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
    597 
    598 [[package]]
    599 name = "find-msvc-tools"
    600 version = "0.1.9"
    601 source = "registry+https://github.com/rust-lang/crates.io-index"
    602 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
    603 
    604 [[package]]
    605 name = "foreign-types"
    606 version = "0.5.0"
    607 source = "registry+https://github.com/rust-lang/crates.io-index"
    608 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
    609 dependencies = [
    610  "foreign-types-macros",
    611  "foreign-types-shared",
    612 ]
    613 
    614 [[package]]
    615 name = "foreign-types-macros"
    616 version = "0.2.3"
    617 source = "registry+https://github.com/rust-lang/crates.io-index"
    618 checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
    619 dependencies = [
    620  "proc-macro2",
    621  "quote",
    622  "syn",
    623 ]
    624 
    625 [[package]]
    626 name = "foreign-types-shared"
    627 version = "0.3.1"
    628 source = "registry+https://github.com/rust-lang/crates.io-index"
    629 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
    630 
    631 [[package]]
    632 name = "form_urlencoded"
    633 version = "1.2.2"
    634 source = "registry+https://github.com/rust-lang/crates.io-index"
    635 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
    636 dependencies = [
    637  "percent-encoding",
    638 ]
    639 
    640 [[package]]
    641 name = "futures-core"
    642 version = "0.3.32"
    643 source = "registry+https://github.com/rust-lang/crates.io-index"
    644 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
    645 
    646 [[package]]
    647 name = "futures-task"
    648 version = "0.3.32"
    649 source = "registry+https://github.com/rust-lang/crates.io-index"
    650 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
    651 
    652 [[package]]
    653 name = "futures-util"
    654 version = "0.3.32"
    655 source = "registry+https://github.com/rust-lang/crates.io-index"
    656 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
    657 dependencies = [
    658  "futures-core",
    659  "futures-task",
    660  "pin-project-lite",
    661  "slab",
    662 ]
    663 
    664 [[package]]
    665 name = "gethostname"
    666 version = "1.1.0"
    667 source = "registry+https://github.com/rust-lang/crates.io-index"
    668 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
    669 dependencies = [
    670  "rustix 1.1.4",
    671  "windows-link",
    672 ]
    673 
    674 [[package]]
    675 name = "getrandom"
    676 version = "0.2.17"
    677 source = "registry+https://github.com/rust-lang/crates.io-index"
    678 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
    679 dependencies = [
    680  "cfg-if",
    681  "libc",
    682  "wasi",
    683 ]
    684 
    685 [[package]]
    686 name = "getrandom"
    687 version = "0.3.4"
    688 source = "registry+https://github.com/rust-lang/crates.io-index"
    689 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
    690 dependencies = [
    691  "cfg-if",
    692  "libc",
    693  "r-efi",
    694  "wasip2",
    695 ]
    696 
    697 [[package]]
    698 name = "gl_generator"
    699 version = "0.14.0"
    700 source = "registry+https://github.com/rust-lang/crates.io-index"
    701 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
    702 dependencies = [
    703  "khronos_api",
    704  "log",
    705  "xml-rs",
    706 ]
    707 
    708 [[package]]
    709 name = "glow"
    710 version = "0.14.2"
    711 source = "registry+https://github.com/rust-lang/crates.io-index"
    712 checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
    713 dependencies = [
    714  "js-sys",
    715  "slotmap",
    716  "wasm-bindgen",
    717  "web-sys",
    718 ]
    719 
    720 [[package]]
    721 name = "glutin"
    722 version = "0.32.3"
    723 source = "registry+https://github.com/rust-lang/crates.io-index"
    724 checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
    725 dependencies = [
    726  "bitflags 2.11.1",
    727  "cfg_aliases",
    728  "cgl",
    729  "dispatch2",
    730  "glutin_egl_sys",
    731  "glutin_glx_sys",
    732  "glutin_wgl_sys",
    733  "libloading",
    734  "objc2 0.6.4",
    735  "objc2-app-kit 0.3.2",
    736  "objc2-core-foundation",
    737  "objc2-foundation 0.3.2",
    738  "once_cell",
    739  "raw-window-handle",
    740  "wayland-sys",
    741  "windows-sys 0.52.0",
    742  "x11-dl",
    743 ]
    744 
    745 [[package]]
    746 name = "glutin-winit"
    747 version = "0.5.0"
    748 source = "registry+https://github.com/rust-lang/crates.io-index"
    749 checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
    750 dependencies = [
    751  "cfg_aliases",
    752  "glutin",
    753  "raw-window-handle",
    754  "winit",
    755 ]
    756 
    757 [[package]]
    758 name = "glutin_egl_sys"
    759 version = "0.7.1"
    760 source = "registry+https://github.com/rust-lang/crates.io-index"
    761 checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
    762 dependencies = [
    763  "gl_generator",
    764  "windows-sys 0.52.0",
    765 ]
    766 
    767 [[package]]
    768 name = "glutin_glx_sys"
    769 version = "0.6.1"
    770 source = "registry+https://github.com/rust-lang/crates.io-index"
    771 checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
    772 dependencies = [
    773  "gl_generator",
    774  "x11-dl",
    775 ]
    776 
    777 [[package]]
    778 name = "glutin_wgl_sys"
    779 version = "0.6.1"
    780 source = "registry+https://github.com/rust-lang/crates.io-index"
    781 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
    782 dependencies = [
    783  "gl_generator",
    784 ]
    785 
    786 [[package]]
    787 name = "hashbrown"
    788 version = "0.14.5"
    789 source = "registry+https://github.com/rust-lang/crates.io-index"
    790 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
    791 dependencies = [
    792  "ahash",
    793 ]
    794 
    795 [[package]]
    796 name = "hashbrown"
    797 version = "0.17.1"
    798 source = "registry+https://github.com/rust-lang/crates.io-index"
    799 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
    800 
    801 [[package]]
    802 name = "hashlink"
    803 version = "0.9.1"
    804 source = "registry+https://github.com/rust-lang/crates.io-index"
    805 checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
    806 dependencies = [
    807  "hashbrown 0.14.5",
    808 ]
    809 
    810 [[package]]
    811 name = "hermit-abi"
    812 version = "0.5.2"
    813 source = "registry+https://github.com/rust-lang/crates.io-index"
    814 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
    815 
    816 [[package]]
    817 name = "icu_collections"
    818 version = "2.2.0"
    819 source = "registry+https://github.com/rust-lang/crates.io-index"
    820 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
    821 dependencies = [
    822  "displaydoc",
    823  "potential_utf",
    824  "utf8_iter",
    825  "yoke",
    826  "zerofrom",
    827  "zerovec",
    828 ]
    829 
    830 [[package]]
    831 name = "icu_locale_core"
    832 version = "2.2.0"
    833 source = "registry+https://github.com/rust-lang/crates.io-index"
    834 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
    835 dependencies = [
    836  "displaydoc",
    837  "litemap",
    838  "tinystr",
    839  "writeable",
    840  "zerovec",
    841 ]
    842 
    843 [[package]]
    844 name = "icu_normalizer"
    845 version = "2.2.0"
    846 source = "registry+https://github.com/rust-lang/crates.io-index"
    847 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
    848 dependencies = [
    849  "icu_collections",
    850  "icu_normalizer_data",
    851  "icu_properties",
    852  "icu_provider",
    853  "smallvec",
    854  "zerovec",
    855 ]
    856 
    857 [[package]]
    858 name = "icu_normalizer_data"
    859 version = "2.2.0"
    860 source = "registry+https://github.com/rust-lang/crates.io-index"
    861 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
    862 
    863 [[package]]
    864 name = "icu_properties"
    865 version = "2.2.0"
    866 source = "registry+https://github.com/rust-lang/crates.io-index"
    867 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
    868 dependencies = [
    869  "icu_collections",
    870  "icu_locale_core",
    871  "icu_properties_data",
    872  "icu_provider",
    873  "zerotrie",
    874  "zerovec",
    875 ]
    876 
    877 [[package]]
    878 name = "icu_properties_data"
    879 version = "2.2.0"
    880 source = "registry+https://github.com/rust-lang/crates.io-index"
    881 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
    882 
    883 [[package]]
    884 name = "icu_provider"
    885 version = "2.2.0"
    886 source = "registry+https://github.com/rust-lang/crates.io-index"
    887 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
    888 dependencies = [
    889  "displaydoc",
    890  "icu_locale_core",
    891  "writeable",
    892  "yoke",
    893  "zerofrom",
    894  "zerotrie",
    895  "zerovec",
    896 ]
    897 
    898 [[package]]
    899 name = "idna"
    900 version = "1.1.0"
    901 source = "registry+https://github.com/rust-lang/crates.io-index"
    902 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
    903 dependencies = [
    904  "idna_adapter",
    905  "smallvec",
    906  "utf8_iter",
    907 ]
    908 
    909 [[package]]
    910 name = "idna_adapter"
    911 version = "1.2.2"
    912 source = "registry+https://github.com/rust-lang/crates.io-index"
    913 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
    914 dependencies = [
    915  "icu_normalizer",
    916  "icu_properties",
    917 ]
    918 
    919 [[package]]
    920 name = "image"
    921 version = "0.25.10"
    922 source = "registry+https://github.com/rust-lang/crates.io-index"
    923 checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
    924 dependencies = [
    925  "bytemuck",
    926  "byteorder-lite",
    927  "moxcms",
    928  "num-traits",
    929 ]
    930 
    931 [[package]]
    932 name = "indexmap"
    933 version = "2.14.0"
    934 source = "registry+https://github.com/rust-lang/crates.io-index"
    935 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
    936 dependencies = [
    937  "equivalent",
    938  "hashbrown 0.17.1",
    939 ]
    940 
    941 [[package]]
    942 name = "itoa"
    943 version = "1.0.18"
    944 source = "registry+https://github.com/rust-lang/crates.io-index"
    945 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
    946 
    947 [[package]]
    948 name = "jni"
    949 version = "0.22.4"
    950 source = "registry+https://github.com/rust-lang/crates.io-index"
    951 checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
    952 dependencies = [
    953  "cfg-if",
    954  "combine",
    955  "jni-macros",
    956  "jni-sys 0.4.1",
    957  "log",
    958  "simd_cesu8",
    959  "thiserror 2.0.18",
    960  "walkdir",
    961  "windows-link",
    962 ]
    963 
    964 [[package]]
    965 name = "jni-macros"
    966 version = "0.22.4"
    967 source = "registry+https://github.com/rust-lang/crates.io-index"
    968 checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
    969 dependencies = [
    970  "proc-macro2",
    971  "quote",
    972  "rustc_version",
    973  "simd_cesu8",
    974  "syn",
    975 ]
    976 
    977 [[package]]
    978 name = "jni-sys"
    979 version = "0.3.1"
    980 source = "registry+https://github.com/rust-lang/crates.io-index"
    981 checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
    982 dependencies = [
    983  "jni-sys 0.4.1",
    984 ]
    985 
    986 [[package]]
    987 name = "jni-sys"
    988 version = "0.4.1"
    989 source = "registry+https://github.com/rust-lang/crates.io-index"
    990 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
    991 dependencies = [
    992  "jni-sys-macros",
    993 ]
    994 
    995 [[package]]
    996 name = "jni-sys-macros"
    997 version = "0.4.1"
    998 source = "registry+https://github.com/rust-lang/crates.io-index"
    999 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
   1000 dependencies = [
   1001  "quote",
   1002  "syn",
   1003 ]
   1004 
   1005 [[package]]
   1006 name = "jobserver"
   1007 version = "0.1.34"
   1008 source = "registry+https://github.com/rust-lang/crates.io-index"
   1009 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
   1010 dependencies = [
   1011  "getrandom 0.3.4",
   1012  "libc",
   1013 ]
   1014 
   1015 [[package]]
   1016 name = "js-sys"
   1017 version = "0.3.98"
   1018 source = "registry+https://github.com/rust-lang/crates.io-index"
   1019 checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
   1020 dependencies = [
   1021  "cfg-if",
   1022  "futures-util",
   1023  "once_cell",
   1024  "wasm-bindgen",
   1025 ]
   1026 
   1027 [[package]]
   1028 name = "khronos_api"
   1029 version = "3.1.0"
   1030 source = "registry+https://github.com/rust-lang/crates.io-index"
   1031 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
   1032 
   1033 [[package]]
   1034 name = "libc"
   1035 version = "0.2.186"
   1036 source = "registry+https://github.com/rust-lang/crates.io-index"
   1037 checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
   1038 
   1039 [[package]]
   1040 name = "libloading"
   1041 version = "0.8.9"
   1042 source = "registry+https://github.com/rust-lang/crates.io-index"
   1043 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
   1044 dependencies = [
   1045  "cfg-if",
   1046  "windows-link",
   1047 ]
   1048 
   1049 [[package]]
   1050 name = "libredox"
   1051 version = "0.1.16"
   1052 source = "registry+https://github.com/rust-lang/crates.io-index"
   1053 checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
   1054 dependencies = [
   1055  "bitflags 2.11.1",
   1056  "libc",
   1057  "plain",
   1058  "redox_syscall 0.7.5",
   1059 ]
   1060 
   1061 [[package]]
   1062 name = "libsqlite3-sys"
   1063 version = "0.28.0"
   1064 source = "registry+https://github.com/rust-lang/crates.io-index"
   1065 checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
   1066 dependencies = [
   1067  "cc",
   1068  "pkg-config",
   1069  "vcpkg",
   1070 ]
   1071 
   1072 [[package]]
   1073 name = "linux-raw-sys"
   1074 version = "0.4.15"
   1075 source = "registry+https://github.com/rust-lang/crates.io-index"
   1076 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
   1077 
   1078 [[package]]
   1079 name = "linux-raw-sys"
   1080 version = "0.12.1"
   1081 source = "registry+https://github.com/rust-lang/crates.io-index"
   1082 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
   1083 
   1084 [[package]]
   1085 name = "litemap"
   1086 version = "0.8.2"
   1087 source = "registry+https://github.com/rust-lang/crates.io-index"
   1088 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
   1089 
   1090 [[package]]
   1091 name = "lock_api"
   1092 version = "0.4.14"
   1093 source = "registry+https://github.com/rust-lang/crates.io-index"
   1094 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
   1095 dependencies = [
   1096  "scopeguard",
   1097 ]
   1098 
   1099 [[package]]
   1100 name = "log"
   1101 version = "0.4.29"
   1102 source = "registry+https://github.com/rust-lang/crates.io-index"
   1103 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
   1104 
   1105 [[package]]
   1106 name = "memchr"
   1107 version = "2.8.0"
   1108 source = "registry+https://github.com/rust-lang/crates.io-index"
   1109 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
   1110 
   1111 [[package]]
   1112 name = "memmap2"
   1113 version = "0.9.10"
   1114 source = "registry+https://github.com/rust-lang/crates.io-index"
   1115 checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
   1116 dependencies = [
   1117  "libc",
   1118 ]
   1119 
   1120 [[package]]
   1121 name = "memoffset"
   1122 version = "0.9.1"
   1123 source = "registry+https://github.com/rust-lang/crates.io-index"
   1124 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
   1125 dependencies = [
   1126  "autocfg",
   1127 ]
   1128 
   1129 [[package]]
   1130 name = "mime"
   1131 version = "0.3.17"
   1132 source = "registry+https://github.com/rust-lang/crates.io-index"
   1133 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
   1134 
   1135 [[package]]
   1136 name = "mime_guess2"
   1137 version = "2.3.1"
   1138 source = "registry+https://github.com/rust-lang/crates.io-index"
   1139 checksum = "1706dc14a2e140dec0a7a07109d9a3d5890b81e85bd6c60b906b249a77adf0ca"
   1140 dependencies = [
   1141  "mime",
   1142  "phf",
   1143  "phf_shared",
   1144  "unicase",
   1145 ]
   1146 
   1147 [[package]]
   1148 name = "moxcms"
   1149 version = "0.8.1"
   1150 source = "registry+https://github.com/rust-lang/crates.io-index"
   1151 checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
   1152 dependencies = [
   1153  "num-traits",
   1154  "pxfm",
   1155 ]
   1156 
   1157 [[package]]
   1158 name = "navi"
   1159 version = "1.0.0"
   1160 dependencies = [
   1161  "egui",
   1162  "egui-winit",
   1163  "egui_extras",
   1164  "egui_glow",
   1165  "glow",
   1166  "glutin",
   1167  "glutin-winit",
   1168  "navi-core",
   1169  "objc2 0.6.4",
   1170  "objc2-app-kit 0.3.2",
   1171  "objc2-foundation 0.3.2",
   1172  "objc2-quartz-core 0.3.2",
   1173  "raw-window-handle",
   1174  "regex",
   1175  "winit",
   1176 ]
   1177 
   1178 [[package]]
   1179 name = "navi-core"
   1180 version = "1.0.0"
   1181 dependencies = [
   1182  "dirs",
   1183  "rayon",
   1184  "regex",
   1185  "rusqlite",
   1186  "serde",
   1187  "serde_json",
   1188 ]
   1189 
   1190 [[package]]
   1191 name = "ndk"
   1192 version = "0.9.0"
   1193 source = "registry+https://github.com/rust-lang/crates.io-index"
   1194 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
   1195 dependencies = [
   1196  "bitflags 2.11.1",
   1197  "jni-sys 0.3.1",
   1198  "log",
   1199  "ndk-sys",
   1200  "num_enum",
   1201  "raw-window-handle",
   1202  "thiserror 1.0.69",
   1203 ]
   1204 
   1205 [[package]]
   1206 name = "ndk-context"
   1207 version = "0.1.1"
   1208 source = "registry+https://github.com/rust-lang/crates.io-index"
   1209 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
   1210 
   1211 [[package]]
   1212 name = "ndk-sys"
   1213 version = "0.6.0+11769913"
   1214 source = "registry+https://github.com/rust-lang/crates.io-index"
   1215 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
   1216 dependencies = [
   1217  "jni-sys 0.3.1",
   1218 ]
   1219 
   1220 [[package]]
   1221 name = "nohash-hasher"
   1222 version = "0.2.0"
   1223 source = "registry+https://github.com/rust-lang/crates.io-index"
   1224 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
   1225 
   1226 [[package]]
   1227 name = "num-traits"
   1228 version = "0.2.19"
   1229 source = "registry+https://github.com/rust-lang/crates.io-index"
   1230 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
   1231 dependencies = [
   1232  "autocfg",
   1233 ]
   1234 
   1235 [[package]]
   1236 name = "num_enum"
   1237 version = "0.7.6"
   1238 source = "registry+https://github.com/rust-lang/crates.io-index"
   1239 checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
   1240 dependencies = [
   1241  "num_enum_derive",
   1242  "rustversion",
   1243 ]
   1244 
   1245 [[package]]
   1246 name = "num_enum_derive"
   1247 version = "0.7.6"
   1248 source = "registry+https://github.com/rust-lang/crates.io-index"
   1249 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
   1250 dependencies = [
   1251  "proc-macro-crate",
   1252  "proc-macro2",
   1253  "quote",
   1254  "syn",
   1255 ]
   1256 
   1257 [[package]]
   1258 name = "objc-sys"
   1259 version = "0.3.5"
   1260 source = "registry+https://github.com/rust-lang/crates.io-index"
   1261 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
   1262 
   1263 [[package]]
   1264 name = "objc2"
   1265 version = "0.5.2"
   1266 source = "registry+https://github.com/rust-lang/crates.io-index"
   1267 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
   1268 dependencies = [
   1269  "objc-sys",
   1270  "objc2-encode",
   1271 ]
   1272 
   1273 [[package]]
   1274 name = "objc2"
   1275 version = "0.6.4"
   1276 source = "registry+https://github.com/rust-lang/crates.io-index"
   1277 checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
   1278 dependencies = [
   1279  "objc2-encode",
   1280 ]
   1281 
   1282 [[package]]
   1283 name = "objc2-app-kit"
   1284 version = "0.2.2"
   1285 source = "registry+https://github.com/rust-lang/crates.io-index"
   1286 checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
   1287 dependencies = [
   1288  "bitflags 2.11.1",
   1289  "block2 0.5.1",
   1290  "libc",
   1291  "objc2 0.5.2",
   1292  "objc2-core-data 0.2.2",
   1293  "objc2-core-image 0.2.2",
   1294  "objc2-foundation 0.2.2",
   1295  "objc2-quartz-core 0.2.2",
   1296 ]
   1297 
   1298 [[package]]
   1299 name = "objc2-app-kit"
   1300 version = "0.3.2"
   1301 source = "registry+https://github.com/rust-lang/crates.io-index"
   1302 checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
   1303 dependencies = [
   1304  "bitflags 2.11.1",
   1305  "block2 0.6.2",
   1306  "libc",
   1307  "objc2 0.6.4",
   1308  "objc2-cloud-kit 0.3.2",
   1309  "objc2-core-data 0.3.2",
   1310  "objc2-core-foundation",
   1311  "objc2-core-graphics",
   1312  "objc2-core-image 0.3.2",
   1313  "objc2-core-text",
   1314  "objc2-core-video",
   1315  "objc2-foundation 0.3.2",
   1316  "objc2-quartz-core 0.3.2",
   1317 ]
   1318 
   1319 [[package]]
   1320 name = "objc2-cloud-kit"
   1321 version = "0.2.2"
   1322 source = "registry+https://github.com/rust-lang/crates.io-index"
   1323 checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
   1324 dependencies = [
   1325  "bitflags 2.11.1",
   1326  "block2 0.5.1",
   1327  "objc2 0.5.2",
   1328  "objc2-core-location",
   1329  "objc2-foundation 0.2.2",
   1330 ]
   1331 
   1332 [[package]]
   1333 name = "objc2-cloud-kit"
   1334 version = "0.3.2"
   1335 source = "registry+https://github.com/rust-lang/crates.io-index"
   1336 checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
   1337 dependencies = [
   1338  "bitflags 2.11.1",
   1339  "objc2 0.6.4",
   1340  "objc2-foundation 0.3.2",
   1341 ]
   1342 
   1343 [[package]]
   1344 name = "objc2-contacts"
   1345 version = "0.2.2"
   1346 source = "registry+https://github.com/rust-lang/crates.io-index"
   1347 checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
   1348 dependencies = [
   1349  "block2 0.5.1",
   1350  "objc2 0.5.2",
   1351  "objc2-foundation 0.2.2",
   1352 ]
   1353 
   1354 [[package]]
   1355 name = "objc2-core-data"
   1356 version = "0.2.2"
   1357 source = "registry+https://github.com/rust-lang/crates.io-index"
   1358 checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
   1359 dependencies = [
   1360  "bitflags 2.11.1",
   1361  "block2 0.5.1",
   1362  "objc2 0.5.2",
   1363  "objc2-foundation 0.2.2",
   1364 ]
   1365 
   1366 [[package]]
   1367 name = "objc2-core-data"
   1368 version = "0.3.2"
   1369 source = "registry+https://github.com/rust-lang/crates.io-index"
   1370 checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
   1371 dependencies = [
   1372  "bitflags 2.11.1",
   1373  "objc2 0.6.4",
   1374  "objc2-foundation 0.3.2",
   1375 ]
   1376 
   1377 [[package]]
   1378 name = "objc2-core-foundation"
   1379 version = "0.3.2"
   1380 source = "registry+https://github.com/rust-lang/crates.io-index"
   1381 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
   1382 dependencies = [
   1383  "bitflags 2.11.1",
   1384  "dispatch2",
   1385  "objc2 0.6.4",
   1386 ]
   1387 
   1388 [[package]]
   1389 name = "objc2-core-graphics"
   1390 version = "0.3.2"
   1391 source = "registry+https://github.com/rust-lang/crates.io-index"
   1392 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
   1393 dependencies = [
   1394  "bitflags 2.11.1",
   1395  "dispatch2",
   1396  "objc2 0.6.4",
   1397  "objc2-core-foundation",
   1398  "objc2-io-surface",
   1399 ]
   1400 
   1401 [[package]]
   1402 name = "objc2-core-image"
   1403 version = "0.2.2"
   1404 source = "registry+https://github.com/rust-lang/crates.io-index"
   1405 checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
   1406 dependencies = [
   1407  "block2 0.5.1",
   1408  "objc2 0.5.2",
   1409  "objc2-foundation 0.2.2",
   1410  "objc2-metal 0.2.2",
   1411 ]
   1412 
   1413 [[package]]
   1414 name = "objc2-core-image"
   1415 version = "0.3.2"
   1416 source = "registry+https://github.com/rust-lang/crates.io-index"
   1417 checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
   1418 dependencies = [
   1419  "objc2 0.6.4",
   1420  "objc2-foundation 0.3.2",
   1421 ]
   1422 
   1423 [[package]]
   1424 name = "objc2-core-location"
   1425 version = "0.2.2"
   1426 source = "registry+https://github.com/rust-lang/crates.io-index"
   1427 checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
   1428 dependencies = [
   1429  "block2 0.5.1",
   1430  "objc2 0.5.2",
   1431  "objc2-contacts",
   1432  "objc2-foundation 0.2.2",
   1433 ]
   1434 
   1435 [[package]]
   1436 name = "objc2-core-text"
   1437 version = "0.3.2"
   1438 source = "registry+https://github.com/rust-lang/crates.io-index"
   1439 checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
   1440 dependencies = [
   1441  "bitflags 2.11.1",
   1442  "objc2 0.6.4",
   1443  "objc2-core-foundation",
   1444  "objc2-core-graphics",
   1445 ]
   1446 
   1447 [[package]]
   1448 name = "objc2-core-video"
   1449 version = "0.3.2"
   1450 source = "registry+https://github.com/rust-lang/crates.io-index"
   1451 checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
   1452 dependencies = [
   1453  "bitflags 2.11.1",
   1454  "objc2 0.6.4",
   1455  "objc2-core-foundation",
   1456  "objc2-core-graphics",
   1457  "objc2-io-surface",
   1458 ]
   1459 
   1460 [[package]]
   1461 name = "objc2-encode"
   1462 version = "4.1.0"
   1463 source = "registry+https://github.com/rust-lang/crates.io-index"
   1464 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
   1465 
   1466 [[package]]
   1467 name = "objc2-foundation"
   1468 version = "0.2.2"
   1469 source = "registry+https://github.com/rust-lang/crates.io-index"
   1470 checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
   1471 dependencies = [
   1472  "bitflags 2.11.1",
   1473  "block2 0.5.1",
   1474  "dispatch",
   1475  "libc",
   1476  "objc2 0.5.2",
   1477 ]
   1478 
   1479 [[package]]
   1480 name = "objc2-foundation"
   1481 version = "0.3.2"
   1482 source = "registry+https://github.com/rust-lang/crates.io-index"
   1483 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
   1484 dependencies = [
   1485  "bitflags 2.11.1",
   1486  "block2 0.6.2",
   1487  "libc",
   1488  "objc2 0.6.4",
   1489  "objc2-core-foundation",
   1490 ]
   1491 
   1492 [[package]]
   1493 name = "objc2-io-surface"
   1494 version = "0.3.2"
   1495 source = "registry+https://github.com/rust-lang/crates.io-index"
   1496 checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
   1497 dependencies = [
   1498  "bitflags 2.11.1",
   1499  "objc2 0.6.4",
   1500  "objc2-core-foundation",
   1501 ]
   1502 
   1503 [[package]]
   1504 name = "objc2-link-presentation"
   1505 version = "0.2.2"
   1506 source = "registry+https://github.com/rust-lang/crates.io-index"
   1507 checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
   1508 dependencies = [
   1509  "block2 0.5.1",
   1510  "objc2 0.5.2",
   1511  "objc2-app-kit 0.2.2",
   1512  "objc2-foundation 0.2.2",
   1513 ]
   1514 
   1515 [[package]]
   1516 name = "objc2-metal"
   1517 version = "0.2.2"
   1518 source = "registry+https://github.com/rust-lang/crates.io-index"
   1519 checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
   1520 dependencies = [
   1521  "bitflags 2.11.1",
   1522  "block2 0.5.1",
   1523  "objc2 0.5.2",
   1524  "objc2-foundation 0.2.2",
   1525 ]
   1526 
   1527 [[package]]
   1528 name = "objc2-metal"
   1529 version = "0.3.2"
   1530 source = "registry+https://github.com/rust-lang/crates.io-index"
   1531 checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
   1532 dependencies = [
   1533  "bitflags 2.11.1",
   1534  "objc2 0.6.4",
   1535  "objc2-foundation 0.3.2",
   1536 ]
   1537 
   1538 [[package]]
   1539 name = "objc2-quartz-core"
   1540 version = "0.2.2"
   1541 source = "registry+https://github.com/rust-lang/crates.io-index"
   1542 checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
   1543 dependencies = [
   1544  "bitflags 2.11.1",
   1545  "block2 0.5.1",
   1546  "objc2 0.5.2",
   1547  "objc2-foundation 0.2.2",
   1548  "objc2-metal 0.2.2",
   1549 ]
   1550 
   1551 [[package]]
   1552 name = "objc2-quartz-core"
   1553 version = "0.3.2"
   1554 source = "registry+https://github.com/rust-lang/crates.io-index"
   1555 checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
   1556 dependencies = [
   1557  "bitflags 2.11.1",
   1558  "block2 0.6.2",
   1559  "libc",
   1560  "objc2 0.6.4",
   1561  "objc2-core-foundation",
   1562  "objc2-core-graphics",
   1563  "objc2-core-video",
   1564  "objc2-foundation 0.3.2",
   1565  "objc2-metal 0.3.2",
   1566 ]
   1567 
   1568 [[package]]
   1569 name = "objc2-symbols"
   1570 version = "0.2.2"
   1571 source = "registry+https://github.com/rust-lang/crates.io-index"
   1572 checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
   1573 dependencies = [
   1574  "objc2 0.5.2",
   1575  "objc2-foundation 0.2.2",
   1576 ]
   1577 
   1578 [[package]]
   1579 name = "objc2-ui-kit"
   1580 version = "0.2.2"
   1581 source = "registry+https://github.com/rust-lang/crates.io-index"
   1582 checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
   1583 dependencies = [
   1584  "bitflags 2.11.1",
   1585  "block2 0.5.1",
   1586  "objc2 0.5.2",
   1587  "objc2-cloud-kit 0.2.2",
   1588  "objc2-core-data 0.2.2",
   1589  "objc2-core-image 0.2.2",
   1590  "objc2-core-location",
   1591  "objc2-foundation 0.2.2",
   1592  "objc2-link-presentation",
   1593  "objc2-quartz-core 0.2.2",
   1594  "objc2-symbols",
   1595  "objc2-uniform-type-identifiers",
   1596  "objc2-user-notifications",
   1597 ]
   1598 
   1599 [[package]]
   1600 name = "objc2-uniform-type-identifiers"
   1601 version = "0.2.2"
   1602 source = "registry+https://github.com/rust-lang/crates.io-index"
   1603 checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
   1604 dependencies = [
   1605  "block2 0.5.1",
   1606  "objc2 0.5.2",
   1607  "objc2-foundation 0.2.2",
   1608 ]
   1609 
   1610 [[package]]
   1611 name = "objc2-user-notifications"
   1612 version = "0.2.2"
   1613 source = "registry+https://github.com/rust-lang/crates.io-index"
   1614 checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
   1615 dependencies = [
   1616  "bitflags 2.11.1",
   1617  "block2 0.5.1",
   1618  "objc2 0.5.2",
   1619  "objc2-core-location",
   1620  "objc2-foundation 0.2.2",
   1621 ]
   1622 
   1623 [[package]]
   1624 name = "once_cell"
   1625 version = "1.21.4"
   1626 source = "registry+https://github.com/rust-lang/crates.io-index"
   1627 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
   1628 
   1629 [[package]]
   1630 name = "option-ext"
   1631 version = "0.2.0"
   1632 source = "registry+https://github.com/rust-lang/crates.io-index"
   1633 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
   1634 
   1635 [[package]]
   1636 name = "orbclient"
   1637 version = "0.3.54"
   1638 source = "registry+https://github.com/rust-lang/crates.io-index"
   1639 checksum = "a570f6bca41d29acb2139229a7c873ec99bc9a313bd10804081d89bfac8ff329"
   1640 dependencies = [
   1641  "libc",
   1642  "libredox",
   1643 ]
   1644 
   1645 [[package]]
   1646 name = "owned_ttf_parser"
   1647 version = "0.25.1"
   1648 source = "registry+https://github.com/rust-lang/crates.io-index"
   1649 checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
   1650 dependencies = [
   1651  "ttf-parser",
   1652 ]
   1653 
   1654 [[package]]
   1655 name = "parking_lot"
   1656 version = "0.12.5"
   1657 source = "registry+https://github.com/rust-lang/crates.io-index"
   1658 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
   1659 dependencies = [
   1660  "lock_api",
   1661  "parking_lot_core",
   1662 ]
   1663 
   1664 [[package]]
   1665 name = "parking_lot_core"
   1666 version = "0.9.12"
   1667 source = "registry+https://github.com/rust-lang/crates.io-index"
   1668 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
   1669 dependencies = [
   1670  "cfg-if",
   1671  "libc",
   1672  "redox_syscall 0.5.18",
   1673  "smallvec",
   1674  "windows-link",
   1675 ]
   1676 
   1677 [[package]]
   1678 name = "percent-encoding"
   1679 version = "2.3.2"
   1680 source = "registry+https://github.com/rust-lang/crates.io-index"
   1681 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
   1682 
   1683 [[package]]
   1684 name = "phf"
   1685 version = "0.11.3"
   1686 source = "registry+https://github.com/rust-lang/crates.io-index"
   1687 checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
   1688 dependencies = [
   1689  "phf_macros",
   1690  "phf_shared",
   1691 ]
   1692 
   1693 [[package]]
   1694 name = "phf_generator"
   1695 version = "0.11.3"
   1696 source = "registry+https://github.com/rust-lang/crates.io-index"
   1697 checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
   1698 dependencies = [
   1699  "phf_shared",
   1700  "rand",
   1701 ]
   1702 
   1703 [[package]]
   1704 name = "phf_macros"
   1705 version = "0.11.3"
   1706 source = "registry+https://github.com/rust-lang/crates.io-index"
   1707 checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
   1708 dependencies = [
   1709  "phf_generator",
   1710  "phf_shared",
   1711  "proc-macro2",
   1712  "quote",
   1713  "syn",
   1714  "unicase",
   1715 ]
   1716 
   1717 [[package]]
   1718 name = "phf_shared"
   1719 version = "0.11.3"
   1720 source = "registry+https://github.com/rust-lang/crates.io-index"
   1721 checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
   1722 dependencies = [
   1723  "siphasher",
   1724  "unicase",
   1725 ]
   1726 
   1727 [[package]]
   1728 name = "pin-project"
   1729 version = "1.1.13"
   1730 source = "registry+https://github.com/rust-lang/crates.io-index"
   1731 checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
   1732 dependencies = [
   1733  "pin-project-internal",
   1734 ]
   1735 
   1736 [[package]]
   1737 name = "pin-project-internal"
   1738 version = "1.1.13"
   1739 source = "registry+https://github.com/rust-lang/crates.io-index"
   1740 checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
   1741 dependencies = [
   1742  "proc-macro2",
   1743  "quote",
   1744  "syn",
   1745 ]
   1746 
   1747 [[package]]
   1748 name = "pin-project-lite"
   1749 version = "0.2.17"
   1750 source = "registry+https://github.com/rust-lang/crates.io-index"
   1751 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
   1752 
   1753 [[package]]
   1754 name = "pkg-config"
   1755 version = "0.3.33"
   1756 source = "registry+https://github.com/rust-lang/crates.io-index"
   1757 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
   1758 
   1759 [[package]]
   1760 name = "plain"
   1761 version = "0.2.3"
   1762 source = "registry+https://github.com/rust-lang/crates.io-index"
   1763 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
   1764 
   1765 [[package]]
   1766 name = "polling"
   1767 version = "3.11.0"
   1768 source = "registry+https://github.com/rust-lang/crates.io-index"
   1769 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
   1770 dependencies = [
   1771  "cfg-if",
   1772  "concurrent-queue",
   1773  "hermit-abi",
   1774  "pin-project-lite",
   1775  "rustix 1.1.4",
   1776  "windows-sys 0.61.2",
   1777 ]
   1778 
   1779 [[package]]
   1780 name = "potential_utf"
   1781 version = "0.1.5"
   1782 source = "registry+https://github.com/rust-lang/crates.io-index"
   1783 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
   1784 dependencies = [
   1785  "zerovec",
   1786 ]
   1787 
   1788 [[package]]
   1789 name = "proc-macro-crate"
   1790 version = "3.5.0"
   1791 source = "registry+https://github.com/rust-lang/crates.io-index"
   1792 checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
   1793 dependencies = [
   1794  "toml_edit",
   1795 ]
   1796 
   1797 [[package]]
   1798 name = "proc-macro2"
   1799 version = "1.0.106"
   1800 source = "registry+https://github.com/rust-lang/crates.io-index"
   1801 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
   1802 dependencies = [
   1803  "unicode-ident",
   1804 ]
   1805 
   1806 [[package]]
   1807 name = "pxfm"
   1808 version = "0.1.29"
   1809 source = "registry+https://github.com/rust-lang/crates.io-index"
   1810 checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
   1811 
   1812 [[package]]
   1813 name = "quick-xml"
   1814 version = "0.39.4"
   1815 source = "registry+https://github.com/rust-lang/crates.io-index"
   1816 checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
   1817 dependencies = [
   1818  "memchr",
   1819 ]
   1820 
   1821 [[package]]
   1822 name = "quote"
   1823 version = "1.0.45"
   1824 source = "registry+https://github.com/rust-lang/crates.io-index"
   1825 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
   1826 dependencies = [
   1827  "proc-macro2",
   1828 ]
   1829 
   1830 [[package]]
   1831 name = "r-efi"
   1832 version = "5.3.0"
   1833 source = "registry+https://github.com/rust-lang/crates.io-index"
   1834 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
   1835 
   1836 [[package]]
   1837 name = "rand"
   1838 version = "0.8.6"
   1839 source = "registry+https://github.com/rust-lang/crates.io-index"
   1840 checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
   1841 dependencies = [
   1842  "rand_core",
   1843 ]
   1844 
   1845 [[package]]
   1846 name = "rand_core"
   1847 version = "0.6.4"
   1848 source = "registry+https://github.com/rust-lang/crates.io-index"
   1849 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
   1850 
   1851 [[package]]
   1852 name = "raw-window-handle"
   1853 version = "0.6.2"
   1854 source = "registry+https://github.com/rust-lang/crates.io-index"
   1855 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
   1856 
   1857 [[package]]
   1858 name = "rayon"
   1859 version = "1.12.0"
   1860 source = "registry+https://github.com/rust-lang/crates.io-index"
   1861 checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
   1862 dependencies = [
   1863  "either",
   1864  "rayon-core",
   1865 ]
   1866 
   1867 [[package]]
   1868 name = "rayon-core"
   1869 version = "1.13.0"
   1870 source = "registry+https://github.com/rust-lang/crates.io-index"
   1871 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
   1872 dependencies = [
   1873  "crossbeam-deque",
   1874  "crossbeam-utils",
   1875 ]
   1876 
   1877 [[package]]
   1878 name = "redox_syscall"
   1879 version = "0.4.1"
   1880 source = "registry+https://github.com/rust-lang/crates.io-index"
   1881 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
   1882 dependencies = [
   1883  "bitflags 1.3.2",
   1884 ]
   1885 
   1886 [[package]]
   1887 name = "redox_syscall"
   1888 version = "0.5.18"
   1889 source = "registry+https://github.com/rust-lang/crates.io-index"
   1890 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
   1891 dependencies = [
   1892  "bitflags 2.11.1",
   1893 ]
   1894 
   1895 [[package]]
   1896 name = "redox_syscall"
   1897 version = "0.7.5"
   1898 source = "registry+https://github.com/rust-lang/crates.io-index"
   1899 checksum = "4666a1a60d8412eab19d94f6d13dcc9cea0a5ef4fdf6a5db306537413c661b1b"
   1900 dependencies = [
   1901  "bitflags 2.11.1",
   1902 ]
   1903 
   1904 [[package]]
   1905 name = "redox_users"
   1906 version = "0.4.6"
   1907 source = "registry+https://github.com/rust-lang/crates.io-index"
   1908 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
   1909 dependencies = [
   1910  "getrandom 0.2.17",
   1911  "libredox",
   1912  "thiserror 1.0.69",
   1913 ]
   1914 
   1915 [[package]]
   1916 name = "regex"
   1917 version = "1.12.3"
   1918 source = "registry+https://github.com/rust-lang/crates.io-index"
   1919 checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
   1920 dependencies = [
   1921  "aho-corasick",
   1922  "memchr",
   1923  "regex-automata",
   1924  "regex-syntax",
   1925 ]
   1926 
   1927 [[package]]
   1928 name = "regex-automata"
   1929 version = "0.4.14"
   1930 source = "registry+https://github.com/rust-lang/crates.io-index"
   1931 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
   1932 dependencies = [
   1933  "aho-corasick",
   1934  "memchr",
   1935  "regex-syntax",
   1936 ]
   1937 
   1938 [[package]]
   1939 name = "regex-syntax"
   1940 version = "0.8.10"
   1941 source = "registry+https://github.com/rust-lang/crates.io-index"
   1942 checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
   1943 
   1944 [[package]]
   1945 name = "rusqlite"
   1946 version = "0.31.0"
   1947 source = "registry+https://github.com/rust-lang/crates.io-index"
   1948 checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
   1949 dependencies = [
   1950  "bitflags 2.11.1",
   1951  "fallible-iterator",
   1952  "fallible-streaming-iterator",
   1953  "hashlink",
   1954  "libsqlite3-sys",
   1955  "smallvec",
   1956 ]
   1957 
   1958 [[package]]
   1959 name = "rustc_version"
   1960 version = "0.4.1"
   1961 source = "registry+https://github.com/rust-lang/crates.io-index"
   1962 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
   1963 dependencies = [
   1964  "semver",
   1965 ]
   1966 
   1967 [[package]]
   1968 name = "rustix"
   1969 version = "0.38.44"
   1970 source = "registry+https://github.com/rust-lang/crates.io-index"
   1971 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
   1972 dependencies = [
   1973  "bitflags 2.11.1",
   1974  "errno",
   1975  "libc",
   1976  "linux-raw-sys 0.4.15",
   1977  "windows-sys 0.59.0",
   1978 ]
   1979 
   1980 [[package]]
   1981 name = "rustix"
   1982 version = "1.1.4"
   1983 source = "registry+https://github.com/rust-lang/crates.io-index"
   1984 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
   1985 dependencies = [
   1986  "bitflags 2.11.1",
   1987  "errno",
   1988  "libc",
   1989  "linux-raw-sys 0.12.1",
   1990  "windows-sys 0.61.2",
   1991 ]
   1992 
   1993 [[package]]
   1994 name = "rustversion"
   1995 version = "1.0.22"
   1996 source = "registry+https://github.com/rust-lang/crates.io-index"
   1997 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
   1998 
   1999 [[package]]
   2000 name = "same-file"
   2001 version = "1.0.6"
   2002 source = "registry+https://github.com/rust-lang/crates.io-index"
   2003 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
   2004 dependencies = [
   2005  "winapi-util",
   2006 ]
   2007 
   2008 [[package]]
   2009 name = "scoped-tls"
   2010 version = "1.0.1"
   2011 source = "registry+https://github.com/rust-lang/crates.io-index"
   2012 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
   2013 
   2014 [[package]]
   2015 name = "scopeguard"
   2016 version = "1.2.0"
   2017 source = "registry+https://github.com/rust-lang/crates.io-index"
   2018 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
   2019 
   2020 [[package]]
   2021 name = "semver"
   2022 version = "1.0.28"
   2023 source = "registry+https://github.com/rust-lang/crates.io-index"
   2024 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
   2025 
   2026 [[package]]
   2027 name = "serde"
   2028 version = "1.0.228"
   2029 source = "registry+https://github.com/rust-lang/crates.io-index"
   2030 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
   2031 dependencies = [
   2032  "serde_core",
   2033  "serde_derive",
   2034 ]
   2035 
   2036 [[package]]
   2037 name = "serde_core"
   2038 version = "1.0.228"
   2039 source = "registry+https://github.com/rust-lang/crates.io-index"
   2040 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
   2041 dependencies = [
   2042  "serde_derive",
   2043 ]
   2044 
   2045 [[package]]
   2046 name = "serde_derive"
   2047 version = "1.0.228"
   2048 source = "registry+https://github.com/rust-lang/crates.io-index"
   2049 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
   2050 dependencies = [
   2051  "proc-macro2",
   2052  "quote",
   2053  "syn",
   2054 ]
   2055 
   2056 [[package]]
   2057 name = "serde_json"
   2058 version = "1.0.149"
   2059 source = "registry+https://github.com/rust-lang/crates.io-index"
   2060 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
   2061 dependencies = [
   2062  "itoa",
   2063  "memchr",
   2064  "serde",
   2065  "serde_core",
   2066  "zmij",
   2067 ]
   2068 
   2069 [[package]]
   2070 name = "shlex"
   2071 version = "1.3.0"
   2072 source = "registry+https://github.com/rust-lang/crates.io-index"
   2073 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
   2074 
   2075 [[package]]
   2076 name = "simd_cesu8"
   2077 version = "1.1.1"
   2078 source = "registry+https://github.com/rust-lang/crates.io-index"
   2079 checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
   2080 dependencies = [
   2081  "rustc_version",
   2082  "simdutf8",
   2083 ]
   2084 
   2085 [[package]]
   2086 name = "simdutf8"
   2087 version = "0.1.5"
   2088 source = "registry+https://github.com/rust-lang/crates.io-index"
   2089 checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
   2090 
   2091 [[package]]
   2092 name = "siphasher"
   2093 version = "1.0.3"
   2094 source = "registry+https://github.com/rust-lang/crates.io-index"
   2095 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
   2096 
   2097 [[package]]
   2098 name = "slab"
   2099 version = "0.4.12"
   2100 source = "registry+https://github.com/rust-lang/crates.io-index"
   2101 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
   2102 
   2103 [[package]]
   2104 name = "slotmap"
   2105 version = "1.1.1"
   2106 source = "registry+https://github.com/rust-lang/crates.io-index"
   2107 checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
   2108 dependencies = [
   2109  "version_check",
   2110 ]
   2111 
   2112 [[package]]
   2113 name = "smallvec"
   2114 version = "1.15.1"
   2115 source = "registry+https://github.com/rust-lang/crates.io-index"
   2116 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
   2117 
   2118 [[package]]
   2119 name = "smithay-client-toolkit"
   2120 version = "0.19.2"
   2121 source = "registry+https://github.com/rust-lang/crates.io-index"
   2122 checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
   2123 dependencies = [
   2124  "bitflags 2.11.1",
   2125  "calloop 0.13.0",
   2126  "calloop-wayland-source 0.3.0",
   2127  "cursor-icon",
   2128  "libc",
   2129  "log",
   2130  "memmap2",
   2131  "rustix 0.38.44",
   2132  "thiserror 1.0.69",
   2133  "wayland-backend",
   2134  "wayland-client",
   2135  "wayland-csd-frame",
   2136  "wayland-cursor",
   2137  "wayland-protocols",
   2138  "wayland-protocols-wlr",
   2139  "wayland-scanner",
   2140  "xkeysym",
   2141 ]
   2142 
   2143 [[package]]
   2144 name = "smithay-client-toolkit"
   2145 version = "0.20.0"
   2146 source = "registry+https://github.com/rust-lang/crates.io-index"
   2147 checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
   2148 dependencies = [
   2149  "bitflags 2.11.1",
   2150  "calloop 0.14.4",
   2151  "calloop-wayland-source 0.4.1",
   2152  "cursor-icon",
   2153  "libc",
   2154  "log",
   2155  "memmap2",
   2156  "rustix 1.1.4",
   2157  "thiserror 2.0.18",
   2158  "wayland-backend",
   2159  "wayland-client",
   2160  "wayland-csd-frame",
   2161  "wayland-cursor",
   2162  "wayland-protocols",
   2163  "wayland-protocols-experimental",
   2164  "wayland-protocols-misc",
   2165  "wayland-protocols-wlr",
   2166  "wayland-scanner",
   2167  "xkeysym",
   2168 ]
   2169 
   2170 [[package]]
   2171 name = "smithay-clipboard"
   2172 version = "0.7.3"
   2173 source = "registry+https://github.com/rust-lang/crates.io-index"
   2174 checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
   2175 dependencies = [
   2176  "libc",
   2177  "smithay-client-toolkit 0.20.0",
   2178  "wayland-backend",
   2179 ]
   2180 
   2181 [[package]]
   2182 name = "smol_str"
   2183 version = "0.2.2"
   2184 source = "registry+https://github.com/rust-lang/crates.io-index"
   2185 checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
   2186 dependencies = [
   2187  "serde",
   2188 ]
   2189 
   2190 [[package]]
   2191 name = "stable_deref_trait"
   2192 version = "1.2.1"
   2193 source = "registry+https://github.com/rust-lang/crates.io-index"
   2194 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
   2195 
   2196 [[package]]
   2197 name = "syn"
   2198 version = "2.0.117"
   2199 source = "registry+https://github.com/rust-lang/crates.io-index"
   2200 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
   2201 dependencies = [
   2202  "proc-macro2",
   2203  "quote",
   2204  "unicode-ident",
   2205 ]
   2206 
   2207 [[package]]
   2208 name = "synstructure"
   2209 version = "0.13.2"
   2210 source = "registry+https://github.com/rust-lang/crates.io-index"
   2211 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
   2212 dependencies = [
   2213  "proc-macro2",
   2214  "quote",
   2215  "syn",
   2216 ]
   2217 
   2218 [[package]]
   2219 name = "thiserror"
   2220 version = "1.0.69"
   2221 source = "registry+https://github.com/rust-lang/crates.io-index"
   2222 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
   2223 dependencies = [
   2224  "thiserror-impl 1.0.69",
   2225 ]
   2226 
   2227 [[package]]
   2228 name = "thiserror"
   2229 version = "2.0.18"
   2230 source = "registry+https://github.com/rust-lang/crates.io-index"
   2231 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
   2232 dependencies = [
   2233  "thiserror-impl 2.0.18",
   2234 ]
   2235 
   2236 [[package]]
   2237 name = "thiserror-impl"
   2238 version = "1.0.69"
   2239 source = "registry+https://github.com/rust-lang/crates.io-index"
   2240 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
   2241 dependencies = [
   2242  "proc-macro2",
   2243  "quote",
   2244  "syn",
   2245 ]
   2246 
   2247 [[package]]
   2248 name = "thiserror-impl"
   2249 version = "2.0.18"
   2250 source = "registry+https://github.com/rust-lang/crates.io-index"
   2251 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
   2252 dependencies = [
   2253  "proc-macro2",
   2254  "quote",
   2255  "syn",
   2256 ]
   2257 
   2258 [[package]]
   2259 name = "tinystr"
   2260 version = "0.8.3"
   2261 source = "registry+https://github.com/rust-lang/crates.io-index"
   2262 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
   2263 dependencies = [
   2264  "displaydoc",
   2265  "zerovec",
   2266 ]
   2267 
   2268 [[package]]
   2269 name = "toml_datetime"
   2270 version = "1.1.1+spec-1.1.0"
   2271 source = "registry+https://github.com/rust-lang/crates.io-index"
   2272 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
   2273 dependencies = [
   2274  "serde_core",
   2275 ]
   2276 
   2277 [[package]]
   2278 name = "toml_edit"
   2279 version = "0.25.11+spec-1.1.0"
   2280 source = "registry+https://github.com/rust-lang/crates.io-index"
   2281 checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
   2282 dependencies = [
   2283  "indexmap",
   2284  "toml_datetime",
   2285  "toml_parser",
   2286  "winnow",
   2287 ]
   2288 
   2289 [[package]]
   2290 name = "toml_parser"
   2291 version = "1.1.2+spec-1.1.0"
   2292 source = "registry+https://github.com/rust-lang/crates.io-index"
   2293 checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
   2294 dependencies = [
   2295  "winnow",
   2296 ]
   2297 
   2298 [[package]]
   2299 name = "tracing"
   2300 version = "0.1.44"
   2301 source = "registry+https://github.com/rust-lang/crates.io-index"
   2302 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
   2303 dependencies = [
   2304  "log",
   2305  "pin-project-lite",
   2306  "tracing-core",
   2307 ]
   2308 
   2309 [[package]]
   2310 name = "tracing-core"
   2311 version = "0.1.36"
   2312 source = "registry+https://github.com/rust-lang/crates.io-index"
   2313 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
   2314 
   2315 [[package]]
   2316 name = "ttf-parser"
   2317 version = "0.25.1"
   2318 source = "registry+https://github.com/rust-lang/crates.io-index"
   2319 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
   2320 
   2321 [[package]]
   2322 name = "unicase"
   2323 version = "2.9.0"
   2324 source = "registry+https://github.com/rust-lang/crates.io-index"
   2325 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
   2326 
   2327 [[package]]
   2328 name = "unicode-ident"
   2329 version = "1.0.24"
   2330 source = "registry+https://github.com/rust-lang/crates.io-index"
   2331 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
   2332 
   2333 [[package]]
   2334 name = "unicode-segmentation"
   2335 version = "1.13.2"
   2336 source = "registry+https://github.com/rust-lang/crates.io-index"
   2337 checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
   2338 
   2339 [[package]]
   2340 name = "url"
   2341 version = "2.5.8"
   2342 source = "registry+https://github.com/rust-lang/crates.io-index"
   2343 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
   2344 dependencies = [
   2345  "form_urlencoded",
   2346  "idna",
   2347  "percent-encoding",
   2348  "serde",
   2349 ]
   2350 
   2351 [[package]]
   2352 name = "utf8_iter"
   2353 version = "1.0.4"
   2354 source = "registry+https://github.com/rust-lang/crates.io-index"
   2355 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
   2356 
   2357 [[package]]
   2358 name = "vcpkg"
   2359 version = "0.2.15"
   2360 source = "registry+https://github.com/rust-lang/crates.io-index"
   2361 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
   2362 
   2363 [[package]]
   2364 name = "version_check"
   2365 version = "0.9.5"
   2366 source = "registry+https://github.com/rust-lang/crates.io-index"
   2367 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
   2368 
   2369 [[package]]
   2370 name = "walkdir"
   2371 version = "2.5.0"
   2372 source = "registry+https://github.com/rust-lang/crates.io-index"
   2373 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
   2374 dependencies = [
   2375  "same-file",
   2376  "winapi-util",
   2377 ]
   2378 
   2379 [[package]]
   2380 name = "wasi"
   2381 version = "0.11.1+wasi-snapshot-preview1"
   2382 source = "registry+https://github.com/rust-lang/crates.io-index"
   2383 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
   2384 
   2385 [[package]]
   2386 name = "wasip2"
   2387 version = "1.0.3+wasi-0.2.9"
   2388 source = "registry+https://github.com/rust-lang/crates.io-index"
   2389 checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
   2390 dependencies = [
   2391  "wit-bindgen",
   2392 ]
   2393 
   2394 [[package]]
   2395 name = "wasm-bindgen"
   2396 version = "0.2.121"
   2397 source = "registry+https://github.com/rust-lang/crates.io-index"
   2398 checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
   2399 dependencies = [
   2400  "cfg-if",
   2401  "once_cell",
   2402  "rustversion",
   2403  "wasm-bindgen-macro",
   2404  "wasm-bindgen-shared",
   2405 ]
   2406 
   2407 [[package]]
   2408 name = "wasm-bindgen-futures"
   2409 version = "0.4.71"
   2410 source = "registry+https://github.com/rust-lang/crates.io-index"
   2411 checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
   2412 dependencies = [
   2413  "js-sys",
   2414  "wasm-bindgen",
   2415 ]
   2416 
   2417 [[package]]
   2418 name = "wasm-bindgen-macro"
   2419 version = "0.2.121"
   2420 source = "registry+https://github.com/rust-lang/crates.io-index"
   2421 checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
   2422 dependencies = [
   2423  "quote",
   2424  "wasm-bindgen-macro-support",
   2425 ]
   2426 
   2427 [[package]]
   2428 name = "wasm-bindgen-macro-support"
   2429 version = "0.2.121"
   2430 source = "registry+https://github.com/rust-lang/crates.io-index"
   2431 checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
   2432 dependencies = [
   2433  "bumpalo",
   2434  "proc-macro2",
   2435  "quote",
   2436  "syn",
   2437  "wasm-bindgen-shared",
   2438 ]
   2439 
   2440 [[package]]
   2441 name = "wasm-bindgen-shared"
   2442 version = "0.2.121"
   2443 source = "registry+https://github.com/rust-lang/crates.io-index"
   2444 checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
   2445 dependencies = [
   2446  "unicode-ident",
   2447 ]
   2448 
   2449 [[package]]
   2450 name = "wayland-backend"
   2451 version = "0.3.15"
   2452 source = "registry+https://github.com/rust-lang/crates.io-index"
   2453 checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d"
   2454 dependencies = [
   2455  "cc",
   2456  "downcast-rs",
   2457  "rustix 1.1.4",
   2458  "scoped-tls",
   2459  "smallvec",
   2460  "wayland-sys",
   2461 ]
   2462 
   2463 [[package]]
   2464 name = "wayland-client"
   2465 version = "0.31.14"
   2466 source = "registry+https://github.com/rust-lang/crates.io-index"
   2467 checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144"
   2468 dependencies = [
   2469  "bitflags 2.11.1",
   2470  "rustix 1.1.4",
   2471  "wayland-backend",
   2472  "wayland-scanner",
   2473 ]
   2474 
   2475 [[package]]
   2476 name = "wayland-csd-frame"
   2477 version = "0.3.0"
   2478 source = "registry+https://github.com/rust-lang/crates.io-index"
   2479 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
   2480 dependencies = [
   2481  "bitflags 2.11.1",
   2482  "cursor-icon",
   2483  "wayland-backend",
   2484 ]
   2485 
   2486 [[package]]
   2487 name = "wayland-cursor"
   2488 version = "0.31.14"
   2489 source = "registry+https://github.com/rust-lang/crates.io-index"
   2490 checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
   2491 dependencies = [
   2492  "rustix 1.1.4",
   2493  "wayland-client",
   2494  "xcursor",
   2495 ]
   2496 
   2497 [[package]]
   2498 name = "wayland-protocols"
   2499 version = "0.32.12"
   2500 source = "registry+https://github.com/rust-lang/crates.io-index"
   2501 checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f"
   2502 dependencies = [
   2503  "bitflags 2.11.1",
   2504  "wayland-backend",
   2505  "wayland-client",
   2506  "wayland-scanner",
   2507 ]
   2508 
   2509 [[package]]
   2510 name = "wayland-protocols-experimental"
   2511 version = "20250721.0.1"
   2512 source = "registry+https://github.com/rust-lang/crates.io-index"
   2513 checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
   2514 dependencies = [
   2515  "bitflags 2.11.1",
   2516  "wayland-backend",
   2517  "wayland-client",
   2518  "wayland-protocols",
   2519  "wayland-scanner",
   2520 ]
   2521 
   2522 [[package]]
   2523 name = "wayland-protocols-misc"
   2524 version = "0.3.12"
   2525 source = "registry+https://github.com/rust-lang/crates.io-index"
   2526 checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
   2527 dependencies = [
   2528  "bitflags 2.11.1",
   2529  "wayland-backend",
   2530  "wayland-client",
   2531  "wayland-protocols",
   2532  "wayland-scanner",
   2533 ]
   2534 
   2535 [[package]]
   2536 name = "wayland-protocols-plasma"
   2537 version = "0.3.12"
   2538 source = "registry+https://github.com/rust-lang/crates.io-index"
   2539 checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
   2540 dependencies = [
   2541  "bitflags 2.11.1",
   2542  "wayland-backend",
   2543  "wayland-client",
   2544  "wayland-protocols",
   2545  "wayland-scanner",
   2546 ]
   2547 
   2548 [[package]]
   2549 name = "wayland-protocols-wlr"
   2550 version = "0.3.12"
   2551 source = "registry+https://github.com/rust-lang/crates.io-index"
   2552 checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
   2553 dependencies = [
   2554  "bitflags 2.11.1",
   2555  "wayland-backend",
   2556  "wayland-client",
   2557  "wayland-protocols",
   2558  "wayland-scanner",
   2559 ]
   2560 
   2561 [[package]]
   2562 name = "wayland-scanner"
   2563 version = "0.31.10"
   2564 source = "registry+https://github.com/rust-lang/crates.io-index"
   2565 checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a"
   2566 dependencies = [
   2567  "proc-macro2",
   2568  "quick-xml",
   2569  "quote",
   2570 ]
   2571 
   2572 [[package]]
   2573 name = "wayland-sys"
   2574 version = "0.31.11"
   2575 source = "registry+https://github.com/rust-lang/crates.io-index"
   2576 checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
   2577 dependencies = [
   2578  "dlib",
   2579  "log",
   2580  "once_cell",
   2581  "pkg-config",
   2582 ]
   2583 
   2584 [[package]]
   2585 name = "web-sys"
   2586 version = "0.3.98"
   2587 source = "registry+https://github.com/rust-lang/crates.io-index"
   2588 checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
   2589 dependencies = [
   2590  "js-sys",
   2591  "wasm-bindgen",
   2592 ]
   2593 
   2594 [[package]]
   2595 name = "web-time"
   2596 version = "1.1.0"
   2597 source = "registry+https://github.com/rust-lang/crates.io-index"
   2598 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
   2599 dependencies = [
   2600  "js-sys",
   2601  "wasm-bindgen",
   2602 ]
   2603 
   2604 [[package]]
   2605 name = "webbrowser"
   2606 version = "1.2.1"
   2607 source = "registry+https://github.com/rust-lang/crates.io-index"
   2608 checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72"
   2609 dependencies = [
   2610  "core-foundation 0.10.1",
   2611  "jni",
   2612  "log",
   2613  "ndk-context",
   2614  "objc2 0.6.4",
   2615  "objc2-foundation 0.3.2",
   2616  "url",
   2617  "web-sys",
   2618 ]
   2619 
   2620 [[package]]
   2621 name = "winapi-util"
   2622 version = "0.1.11"
   2623 source = "registry+https://github.com/rust-lang/crates.io-index"
   2624 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
   2625 dependencies = [
   2626  "windows-sys 0.61.2",
   2627 ]
   2628 
   2629 [[package]]
   2630 name = "windows-link"
   2631 version = "0.2.1"
   2632 source = "registry+https://github.com/rust-lang/crates.io-index"
   2633 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
   2634 
   2635 [[package]]
   2636 name = "windows-sys"
   2637 version = "0.48.0"
   2638 source = "registry+https://github.com/rust-lang/crates.io-index"
   2639 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
   2640 dependencies = [
   2641  "windows-targets 0.48.5",
   2642 ]
   2643 
   2644 [[package]]
   2645 name = "windows-sys"
   2646 version = "0.52.0"
   2647 source = "registry+https://github.com/rust-lang/crates.io-index"
   2648 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
   2649 dependencies = [
   2650  "windows-targets 0.52.6",
   2651 ]
   2652 
   2653 [[package]]
   2654 name = "windows-sys"
   2655 version = "0.59.0"
   2656 source = "registry+https://github.com/rust-lang/crates.io-index"
   2657 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
   2658 dependencies = [
   2659  "windows-targets 0.52.6",
   2660 ]
   2661 
   2662 [[package]]
   2663 name = "windows-sys"
   2664 version = "0.60.2"
   2665 source = "registry+https://github.com/rust-lang/crates.io-index"
   2666 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
   2667 dependencies = [
   2668  "windows-targets 0.53.5",
   2669 ]
   2670 
   2671 [[package]]
   2672 name = "windows-sys"
   2673 version = "0.61.2"
   2674 source = "registry+https://github.com/rust-lang/crates.io-index"
   2675 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
   2676 dependencies = [
   2677  "windows-link",
   2678 ]
   2679 
   2680 [[package]]
   2681 name = "windows-targets"
   2682 version = "0.48.5"
   2683 source = "registry+https://github.com/rust-lang/crates.io-index"
   2684 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
   2685 dependencies = [
   2686  "windows_aarch64_gnullvm 0.48.5",
   2687  "windows_aarch64_msvc 0.48.5",
   2688  "windows_i686_gnu 0.48.5",
   2689  "windows_i686_msvc 0.48.5",
   2690  "windows_x86_64_gnu 0.48.5",
   2691  "windows_x86_64_gnullvm 0.48.5",
   2692  "windows_x86_64_msvc 0.48.5",
   2693 ]
   2694 
   2695 [[package]]
   2696 name = "windows-targets"
   2697 version = "0.52.6"
   2698 source = "registry+https://github.com/rust-lang/crates.io-index"
   2699 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
   2700 dependencies = [
   2701  "windows_aarch64_gnullvm 0.52.6",
   2702  "windows_aarch64_msvc 0.52.6",
   2703  "windows_i686_gnu 0.52.6",
   2704  "windows_i686_gnullvm 0.52.6",
   2705  "windows_i686_msvc 0.52.6",
   2706  "windows_x86_64_gnu 0.52.6",
   2707  "windows_x86_64_gnullvm 0.52.6",
   2708  "windows_x86_64_msvc 0.52.6",
   2709 ]
   2710 
   2711 [[package]]
   2712 name = "windows-targets"
   2713 version = "0.53.5"
   2714 source = "registry+https://github.com/rust-lang/crates.io-index"
   2715 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
   2716 dependencies = [
   2717  "windows-link",
   2718  "windows_aarch64_gnullvm 0.53.1",
   2719  "windows_aarch64_msvc 0.53.1",
   2720  "windows_i686_gnu 0.53.1",
   2721  "windows_i686_gnullvm 0.53.1",
   2722  "windows_i686_msvc 0.53.1",
   2723  "windows_x86_64_gnu 0.53.1",
   2724  "windows_x86_64_gnullvm 0.53.1",
   2725  "windows_x86_64_msvc 0.53.1",
   2726 ]
   2727 
   2728 [[package]]
   2729 name = "windows_aarch64_gnullvm"
   2730 version = "0.48.5"
   2731 source = "registry+https://github.com/rust-lang/crates.io-index"
   2732 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
   2733 
   2734 [[package]]
   2735 name = "windows_aarch64_gnullvm"
   2736 version = "0.52.6"
   2737 source = "registry+https://github.com/rust-lang/crates.io-index"
   2738 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
   2739 
   2740 [[package]]
   2741 name = "windows_aarch64_gnullvm"
   2742 version = "0.53.1"
   2743 source = "registry+https://github.com/rust-lang/crates.io-index"
   2744 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
   2745 
   2746 [[package]]
   2747 name = "windows_aarch64_msvc"
   2748 version = "0.48.5"
   2749 source = "registry+https://github.com/rust-lang/crates.io-index"
   2750 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
   2751 
   2752 [[package]]
   2753 name = "windows_aarch64_msvc"
   2754 version = "0.52.6"
   2755 source = "registry+https://github.com/rust-lang/crates.io-index"
   2756 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
   2757 
   2758 [[package]]
   2759 name = "windows_aarch64_msvc"
   2760 version = "0.53.1"
   2761 source = "registry+https://github.com/rust-lang/crates.io-index"
   2762 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
   2763 
   2764 [[package]]
   2765 name = "windows_i686_gnu"
   2766 version = "0.48.5"
   2767 source = "registry+https://github.com/rust-lang/crates.io-index"
   2768 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
   2769 
   2770 [[package]]
   2771 name = "windows_i686_gnu"
   2772 version = "0.52.6"
   2773 source = "registry+https://github.com/rust-lang/crates.io-index"
   2774 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
   2775 
   2776 [[package]]
   2777 name = "windows_i686_gnu"
   2778 version = "0.53.1"
   2779 source = "registry+https://github.com/rust-lang/crates.io-index"
   2780 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
   2781 
   2782 [[package]]
   2783 name = "windows_i686_gnullvm"
   2784 version = "0.52.6"
   2785 source = "registry+https://github.com/rust-lang/crates.io-index"
   2786 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
   2787 
   2788 [[package]]
   2789 name = "windows_i686_gnullvm"
   2790 version = "0.53.1"
   2791 source = "registry+https://github.com/rust-lang/crates.io-index"
   2792 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
   2793 
   2794 [[package]]
   2795 name = "windows_i686_msvc"
   2796 version = "0.48.5"
   2797 source = "registry+https://github.com/rust-lang/crates.io-index"
   2798 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
   2799 
   2800 [[package]]
   2801 name = "windows_i686_msvc"
   2802 version = "0.52.6"
   2803 source = "registry+https://github.com/rust-lang/crates.io-index"
   2804 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
   2805 
   2806 [[package]]
   2807 name = "windows_i686_msvc"
   2808 version = "0.53.1"
   2809 source = "registry+https://github.com/rust-lang/crates.io-index"
   2810 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
   2811 
   2812 [[package]]
   2813 name = "windows_x86_64_gnu"
   2814 version = "0.48.5"
   2815 source = "registry+https://github.com/rust-lang/crates.io-index"
   2816 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
   2817 
   2818 [[package]]
   2819 name = "windows_x86_64_gnu"
   2820 version = "0.52.6"
   2821 source = "registry+https://github.com/rust-lang/crates.io-index"
   2822 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
   2823 
   2824 [[package]]
   2825 name = "windows_x86_64_gnu"
   2826 version = "0.53.1"
   2827 source = "registry+https://github.com/rust-lang/crates.io-index"
   2828 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
   2829 
   2830 [[package]]
   2831 name = "windows_x86_64_gnullvm"
   2832 version = "0.48.5"
   2833 source = "registry+https://github.com/rust-lang/crates.io-index"
   2834 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
   2835 
   2836 [[package]]
   2837 name = "windows_x86_64_gnullvm"
   2838 version = "0.52.6"
   2839 source = "registry+https://github.com/rust-lang/crates.io-index"
   2840 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
   2841 
   2842 [[package]]
   2843 name = "windows_x86_64_gnullvm"
   2844 version = "0.53.1"
   2845 source = "registry+https://github.com/rust-lang/crates.io-index"
   2846 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
   2847 
   2848 [[package]]
   2849 name = "windows_x86_64_msvc"
   2850 version = "0.48.5"
   2851 source = "registry+https://github.com/rust-lang/crates.io-index"
   2852 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
   2853 
   2854 [[package]]
   2855 name = "windows_x86_64_msvc"
   2856 version = "0.52.6"
   2857 source = "registry+https://github.com/rust-lang/crates.io-index"
   2858 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
   2859 
   2860 [[package]]
   2861 name = "windows_x86_64_msvc"
   2862 version = "0.53.1"
   2863 source = "registry+https://github.com/rust-lang/crates.io-index"
   2864 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
   2865 
   2866 [[package]]
   2867 name = "winit"
   2868 version = "0.30.13"
   2869 source = "registry+https://github.com/rust-lang/crates.io-index"
   2870 checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
   2871 dependencies = [
   2872  "ahash",
   2873  "android-activity",
   2874  "atomic-waker",
   2875  "bitflags 2.11.1",
   2876  "block2 0.5.1",
   2877  "bytemuck",
   2878  "calloop 0.13.0",
   2879  "cfg_aliases",
   2880  "concurrent-queue",
   2881  "core-foundation 0.9.4",
   2882  "core-graphics",
   2883  "cursor-icon",
   2884  "dpi",
   2885  "js-sys",
   2886  "libc",
   2887  "memmap2",
   2888  "ndk",
   2889  "objc2 0.5.2",
   2890  "objc2-app-kit 0.2.2",
   2891  "objc2-foundation 0.2.2",
   2892  "objc2-ui-kit",
   2893  "orbclient",
   2894  "percent-encoding",
   2895  "pin-project",
   2896  "raw-window-handle",
   2897  "redox_syscall 0.4.1",
   2898  "rustix 0.38.44",
   2899  "smithay-client-toolkit 0.19.2",
   2900  "smol_str",
   2901  "tracing",
   2902  "unicode-segmentation",
   2903  "wasm-bindgen",
   2904  "wasm-bindgen-futures",
   2905  "wayland-backend",
   2906  "wayland-client",
   2907  "wayland-protocols",
   2908  "wayland-protocols-plasma",
   2909  "web-sys",
   2910  "web-time",
   2911  "windows-sys 0.52.0",
   2912  "x11-dl",
   2913  "x11rb",
   2914  "xkbcommon-dl",
   2915 ]
   2916 
   2917 [[package]]
   2918 name = "winnow"
   2919 version = "1.0.3"
   2920 source = "registry+https://github.com/rust-lang/crates.io-index"
   2921 checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
   2922 dependencies = [
   2923  "memchr",
   2924 ]
   2925 
   2926 [[package]]
   2927 name = "wit-bindgen"
   2928 version = "0.57.1"
   2929 source = "registry+https://github.com/rust-lang/crates.io-index"
   2930 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
   2931 
   2932 [[package]]
   2933 name = "writeable"
   2934 version = "0.6.3"
   2935 source = "registry+https://github.com/rust-lang/crates.io-index"
   2936 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
   2937 
   2938 [[package]]
   2939 name = "x11-dl"
   2940 version = "2.21.0"
   2941 source = "registry+https://github.com/rust-lang/crates.io-index"
   2942 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
   2943 dependencies = [
   2944  "libc",
   2945  "once_cell",
   2946  "pkg-config",
   2947 ]
   2948 
   2949 [[package]]
   2950 name = "x11rb"
   2951 version = "0.13.2"
   2952 source = "registry+https://github.com/rust-lang/crates.io-index"
   2953 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
   2954 dependencies = [
   2955  "as-raw-xcb-connection",
   2956  "gethostname",
   2957  "libc",
   2958  "libloading",
   2959  "once_cell",
   2960  "rustix 1.1.4",
   2961  "x11rb-protocol",
   2962 ]
   2963 
   2964 [[package]]
   2965 name = "x11rb-protocol"
   2966 version = "0.13.2"
   2967 source = "registry+https://github.com/rust-lang/crates.io-index"
   2968 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
   2969 
   2970 [[package]]
   2971 name = "xcursor"
   2972 version = "0.3.10"
   2973 source = "registry+https://github.com/rust-lang/crates.io-index"
   2974 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
   2975 
   2976 [[package]]
   2977 name = "xkbcommon-dl"
   2978 version = "0.4.2"
   2979 source = "registry+https://github.com/rust-lang/crates.io-index"
   2980 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
   2981 dependencies = [
   2982  "bitflags 2.11.1",
   2983  "dlib",
   2984  "log",
   2985  "once_cell",
   2986  "xkeysym",
   2987 ]
   2988 
   2989 [[package]]
   2990 name = "xkeysym"
   2991 version = "0.2.1"
   2992 source = "registry+https://github.com/rust-lang/crates.io-index"
   2993 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
   2994 
   2995 [[package]]
   2996 name = "xml-rs"
   2997 version = "0.8.28"
   2998 source = "registry+https://github.com/rust-lang/crates.io-index"
   2999 checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
   3000 
   3001 [[package]]
   3002 name = "yoke"
   3003 version = "0.8.2"
   3004 source = "registry+https://github.com/rust-lang/crates.io-index"
   3005 checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
   3006 dependencies = [
   3007  "stable_deref_trait",
   3008  "yoke-derive",
   3009  "zerofrom",
   3010 ]
   3011 
   3012 [[package]]
   3013 name = "yoke-derive"
   3014 version = "0.8.2"
   3015 source = "registry+https://github.com/rust-lang/crates.io-index"
   3016 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
   3017 dependencies = [
   3018  "proc-macro2",
   3019  "quote",
   3020  "syn",
   3021  "synstructure",
   3022 ]
   3023 
   3024 [[package]]
   3025 name = "zerocopy"
   3026 version = "0.8.48"
   3027 source = "registry+https://github.com/rust-lang/crates.io-index"
   3028 checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
   3029 dependencies = [
   3030  "zerocopy-derive",
   3031 ]
   3032 
   3033 [[package]]
   3034 name = "zerocopy-derive"
   3035 version = "0.8.48"
   3036 source = "registry+https://github.com/rust-lang/crates.io-index"
   3037 checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
   3038 dependencies = [
   3039  "proc-macro2",
   3040  "quote",
   3041  "syn",
   3042 ]
   3043 
   3044 [[package]]
   3045 name = "zerofrom"
   3046 version = "0.1.8"
   3047 source = "registry+https://github.com/rust-lang/crates.io-index"
   3048 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
   3049 dependencies = [
   3050  "zerofrom-derive",
   3051 ]
   3052 
   3053 [[package]]
   3054 name = "zerofrom-derive"
   3055 version = "0.1.7"
   3056 source = "registry+https://github.com/rust-lang/crates.io-index"
   3057 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
   3058 dependencies = [
   3059  "proc-macro2",
   3060  "quote",
   3061  "syn",
   3062  "synstructure",
   3063 ]
   3064 
   3065 [[package]]
   3066 name = "zerotrie"
   3067 version = "0.2.4"
   3068 source = "registry+https://github.com/rust-lang/crates.io-index"
   3069 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
   3070 dependencies = [
   3071  "displaydoc",
   3072  "yoke",
   3073  "zerofrom",
   3074 ]
   3075 
   3076 [[package]]
   3077 name = "zerovec"
   3078 version = "0.11.6"
   3079 source = "registry+https://github.com/rust-lang/crates.io-index"
   3080 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
   3081 dependencies = [
   3082  "yoke",
   3083  "zerofrom",
   3084  "zerovec-derive",
   3085 ]
   3086 
   3087 [[package]]
   3088 name = "zerovec-derive"
   3089 version = "0.11.3"
   3090 source = "registry+https://github.com/rust-lang/crates.io-index"
   3091 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
   3092 dependencies = [
   3093  "proc-macro2",
   3094  "quote",
   3095  "syn",
   3096 ]
   3097 
   3098 [[package]]
   3099 name = "zmij"
   3100 version = "1.0.21"
   3101 source = "registry+https://github.com/rust-lang/crates.io-index"
   3102 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"