/ Cargo.lock
Cargo.lock
   1  # This file is automatically @generated by Cargo.
   2  # It is not intended for manual editing.
   3  version = 3
   4  
   5  [[package]]
   6  name = "Inflector"
   7  version = "0.11.4"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
  10  
  11  [[package]]
  12  name = "ab_glyph"
  13  version = "0.2.23"
  14  source = "registry+https://github.com/rust-lang/crates.io-index"
  15  checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
  16  dependencies = [
  17   "ab_glyph_rasterizer",
  18   "owned_ttf_parser",
  19  ]
  20  
  21  [[package]]
  22  name = "ab_glyph_rasterizer"
  23  version = "0.1.8"
  24  source = "registry+https://github.com/rust-lang/crates.io-index"
  25  checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
  26  
  27  [[package]]
  28  name = "adler"
  29  version = "1.0.2"
  30  source = "registry+https://github.com/rust-lang/crates.io-index"
  31  checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  32  
  33  [[package]]
  34  name = "adler32"
  35  version = "1.2.0"
  36  source = "registry+https://github.com/rust-lang/crates.io-index"
  37  checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
  38  
  39  [[package]]
  40  name = "ahash"
  41  version = "0.7.8"
  42  source = "registry+https://github.com/rust-lang/crates.io-index"
  43  checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  44  dependencies = [
  45   "getrandom 0.2.12",
  46   "once_cell",
  47   "version_check",
  48  ]
  49  
  50  [[package]]
  51  name = "ahash"
  52  version = "0.8.11"
  53  source = "registry+https://github.com/rust-lang/crates.io-index"
  54  checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  55  dependencies = [
  56   "cfg-if",
  57   "getrandom 0.2.12",
  58   "once_cell",
  59   "version_check",
  60   "zerocopy",
  61  ]
  62  
  63  [[package]]
  64  name = "aho-corasick"
  65  version = "1.1.2"
  66  source = "registry+https://github.com/rust-lang/crates.io-index"
  67  checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
  68  dependencies = [
  69   "memchr",
  70  ]
  71  
  72  [[package]]
  73  name = "allocator-api2"
  74  version = "0.2.16"
  75  source = "registry+https://github.com/rust-lang/crates.io-index"
  76  checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
  77  
  78  [[package]]
  79  name = "android-activity"
  80  version = "0.5.2"
  81  source = "registry+https://github.com/rust-lang/crates.io-index"
  82  checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289"
  83  dependencies = [
  84   "android-properties",
  85   "bitflags 2.4.2",
  86   "cc",
  87   "cesu8",
  88   "jni",
  89   "jni-sys",
  90   "libc",
  91   "log",
  92   "ndk",
  93   "ndk-context",
  94   "ndk-sys",
  95   "num_enum 0.7.2",
  96   "thiserror",
  97  ]
  98  
  99  [[package]]
 100  name = "android-properties"
 101  version = "0.2.2"
 102  source = "registry+https://github.com/rust-lang/crates.io-index"
 103  checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
 104  
 105  [[package]]
 106  name = "android-tzdata"
 107  version = "0.1.1"
 108  source = "registry+https://github.com/rust-lang/crates.io-index"
 109  checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
 110  
 111  [[package]]
 112  name = "android_system_properties"
 113  version = "0.1.5"
 114  source = "registry+https://github.com/rust-lang/crates.io-index"
 115  checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
 116  dependencies = [
 117   "libc",
 118  ]
 119  
 120  [[package]]
 121  name = "anyhow"
 122  version = "1.0.80"
 123  source = "registry+https://github.com/rust-lang/crates.io-index"
 124  checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
 125  
 126  [[package]]
 127  name = "approx"
 128  version = "0.5.1"
 129  source = "registry+https://github.com/rust-lang/crates.io-index"
 130  checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
 131  dependencies = [
 132   "num-traits",
 133  ]
 134  
 135  [[package]]
 136  name = "arrayref"
 137  version = "0.3.7"
 138  source = "registry+https://github.com/rust-lang/crates.io-index"
 139  checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
 140  
 141  [[package]]
 142  name = "arrayvec"
 143  version = "0.7.4"
 144  source = "registry+https://github.com/rust-lang/crates.io-index"
 145  checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
 146  
 147  [[package]]
 148  name = "as-raw-xcb-connection"
 149  version = "1.0.1"
 150  source = "registry+https://github.com/rust-lang/crates.io-index"
 151  checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
 152  
 153  [[package]]
 154  name = "ascii"
 155  version = "1.1.0"
 156  source = "registry+https://github.com/rust-lang/crates.io-index"
 157  checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
 158  
 159  [[package]]
 160  name = "ash"
 161  version = "0.37.3+1.3.251"
 162  source = "registry+https://github.com/rust-lang/crates.io-index"
 163  checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
 164  dependencies = [
 165   "libloading 0.7.4",
 166  ]
 167  
 168  [[package]]
 169  name = "ashpd"
 170  version = "0.8.1"
 171  source = "registry+https://github.com/rust-lang/crates.io-index"
 172  checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
 173  dependencies = [
 174   "async-fs",
 175   "async-net",
 176   "enumflags2",
 177   "futures-channel",
 178   "futures-util",
 179   "rand 0.8.5",
 180   "serde",
 181   "serde_repr",
 182   "url",
 183   "zbus",
 184  ]
 185  
 186  [[package]]
 187  name = "async-broadcast"
 188  version = "0.7.0"
 189  source = "registry+https://github.com/rust-lang/crates.io-index"
 190  checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
 191  dependencies = [
 192   "event-listener 5.2.0",
 193   "event-listener-strategy 0.5.0",
 194   "futures-core",
 195   "pin-project-lite",
 196  ]
 197  
 198  [[package]]
 199  name = "async-channel"
 200  version = "2.2.0"
 201  source = "registry+https://github.com/rust-lang/crates.io-index"
 202  checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
 203  dependencies = [
 204   "concurrent-queue",
 205   "event-listener 5.2.0",
 206   "event-listener-strategy 0.5.0",
 207   "futures-core",
 208   "pin-project-lite",
 209  ]
 210  
 211  [[package]]
 212  name = "async-executor"
 213  version = "1.8.0"
 214  source = "registry+https://github.com/rust-lang/crates.io-index"
 215  checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
 216  dependencies = [
 217   "async-lock 3.3.0",
 218   "async-task",
 219   "concurrent-queue",
 220   "fastrand",
 221   "futures-lite",
 222   "slab",
 223  ]
 224  
 225  [[package]]
 226  name = "async-fs"
 227  version = "2.1.1"
 228  source = "registry+https://github.com/rust-lang/crates.io-index"
 229  checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
 230  dependencies = [
 231   "async-lock 3.3.0",
 232   "blocking",
 233   "futures-lite",
 234  ]
 235  
 236  [[package]]
 237  name = "async-io"
 238  version = "2.3.2"
 239  source = "registry+https://github.com/rust-lang/crates.io-index"
 240  checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
 241  dependencies = [
 242   "async-lock 3.3.0",
 243   "cfg-if",
 244   "concurrent-queue",
 245   "futures-io",
 246   "futures-lite",
 247   "parking",
 248   "polling",
 249   "rustix",
 250   "slab",
 251   "tracing",
 252   "windows-sys 0.52.0",
 253  ]
 254  
 255  [[package]]
 256  name = "async-lock"
 257  version = "2.8.0"
 258  source = "registry+https://github.com/rust-lang/crates.io-index"
 259  checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 260  dependencies = [
 261   "event-listener 2.5.3",
 262  ]
 263  
 264  [[package]]
 265  name = "async-lock"
 266  version = "3.3.0"
 267  source = "registry+https://github.com/rust-lang/crates.io-index"
 268  checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
 269  dependencies = [
 270   "event-listener 4.0.3",
 271   "event-listener-strategy 0.4.0",
 272   "pin-project-lite",
 273  ]
 274  
 275  [[package]]
 276  name = "async-net"
 277  version = "2.0.0"
 278  source = "registry+https://github.com/rust-lang/crates.io-index"
 279  checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
 280  dependencies = [
 281   "async-io",
 282   "blocking",
 283   "futures-lite",
 284  ]
 285  
 286  [[package]]
 287  name = "async-process"
 288  version = "2.1.0"
 289  source = "registry+https://github.com/rust-lang/crates.io-index"
 290  checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
 291  dependencies = [
 292   "async-channel",
 293   "async-io",
 294   "async-lock 3.3.0",
 295   "async-signal",
 296   "blocking",
 297   "cfg-if",
 298   "event-listener 5.2.0",
 299   "futures-lite",
 300   "rustix",
 301   "windows-sys 0.52.0",
 302  ]
 303  
 304  [[package]]
 305  name = "async-recursion"
 306  version = "1.1.0"
 307  source = "registry+https://github.com/rust-lang/crates.io-index"
 308  checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
 309  dependencies = [
 310   "proc-macro2",
 311   "quote",
 312   "syn 2.0.52",
 313  ]
 314  
 315  [[package]]
 316  name = "async-signal"
 317  version = "0.2.5"
 318  source = "registry+https://github.com/rust-lang/crates.io-index"
 319  checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
 320  dependencies = [
 321   "async-io",
 322   "async-lock 2.8.0",
 323   "atomic-waker",
 324   "cfg-if",
 325   "futures-core",
 326   "futures-io",
 327   "rustix",
 328   "signal-hook-registry",
 329   "slab",
 330   "windows-sys 0.48.0",
 331  ]
 332  
 333  [[package]]
 334  name = "async-task"
 335  version = "4.7.0"
 336  source = "registry+https://github.com/rust-lang/crates.io-index"
 337  checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
 338  
 339  [[package]]
 340  name = "async-trait"
 341  version = "0.1.78"
 342  source = "registry+https://github.com/rust-lang/crates.io-index"
 343  checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85"
 344  dependencies = [
 345   "proc-macro2",
 346   "quote",
 347   "syn 2.0.52",
 348  ]
 349  
 350  [[package]]
 351  name = "athenacl"
 352  version = "0.1.0"
 353  dependencies = [
 354   "ahash 0.8.11",
 355   "iced",
 356   "indexmap 2.2.6",
 357   "quick-xml",
 358   "rfd",
 359   "rustpython-pylib",
 360   "rustpython-stdlib",
 361   "rustpython-vm",
 362   "serde",
 363   "serde_json",
 364   "thiserror",
 365   "uuid",
 366  ]
 367  
 368  [[package]]
 369  name = "atomic"
 370  version = "0.5.3"
 371  source = "registry+https://github.com/rust-lang/crates.io-index"
 372  checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 373  
 374  [[package]]
 375  name = "atomic-waker"
 376  version = "1.1.2"
 377  source = "registry+https://github.com/rust-lang/crates.io-index"
 378  checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 379  
 380  [[package]]
 381  name = "atty"
 382  version = "0.2.14"
 383  source = "registry+https://github.com/rust-lang/crates.io-index"
 384  checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 385  dependencies = [
 386   "hermit-abi 0.1.19",
 387   "libc",
 388   "winapi",
 389  ]
 390  
 391  [[package]]
 392  name = "autocfg"
 393  version = "1.1.0"
 394  source = "registry+https://github.com/rust-lang/crates.io-index"
 395  checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 396  
 397  [[package]]
 398  name = "base64"
 399  version = "0.13.1"
 400  source = "registry+https://github.com/rust-lang/crates.io-index"
 401  checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 402  
 403  [[package]]
 404  name = "bit-set"
 405  version = "0.5.3"
 406  source = "registry+https://github.com/rust-lang/crates.io-index"
 407  checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 408  dependencies = [
 409   "bit-vec",
 410  ]
 411  
 412  [[package]]
 413  name = "bit-vec"
 414  version = "0.6.3"
 415  source = "registry+https://github.com/rust-lang/crates.io-index"
 416  checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 417  
 418  [[package]]
 419  name = "bitflags"
 420  version = "1.3.2"
 421  source = "registry+https://github.com/rust-lang/crates.io-index"
 422  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 423  
 424  [[package]]
 425  name = "bitflags"
 426  version = "2.4.2"
 427  source = "registry+https://github.com/rust-lang/crates.io-index"
 428  checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
 429  
 430  [[package]]
 431  name = "blake2"
 432  version = "0.10.6"
 433  source = "registry+https://github.com/rust-lang/crates.io-index"
 434  checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 435  dependencies = [
 436   "digest 0.10.7",
 437  ]
 438  
 439  [[package]]
 440  name = "block"
 441  version = "0.1.6"
 442  source = "registry+https://github.com/rust-lang/crates.io-index"
 443  checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 444  
 445  [[package]]
 446  name = "block-buffer"
 447  version = "0.9.0"
 448  source = "registry+https://github.com/rust-lang/crates.io-index"
 449  checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 450  dependencies = [
 451   "block-padding",
 452   "generic-array",
 453  ]
 454  
 455  [[package]]
 456  name = "block-buffer"
 457  version = "0.10.4"
 458  source = "registry+https://github.com/rust-lang/crates.io-index"
 459  checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 460  dependencies = [
 461   "generic-array",
 462  ]
 463  
 464  [[package]]
 465  name = "block-padding"
 466  version = "0.2.1"
 467  source = "registry+https://github.com/rust-lang/crates.io-index"
 468  checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
 469  
 470  [[package]]
 471  name = "block-sys"
 472  version = "0.2.1"
 473  source = "registry+https://github.com/rust-lang/crates.io-index"
 474  checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
 475  dependencies = [
 476   "objc-sys",
 477  ]
 478  
 479  [[package]]
 480  name = "block2"
 481  version = "0.3.0"
 482  source = "registry+https://github.com/rust-lang/crates.io-index"
 483  checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
 484  dependencies = [
 485   "block-sys",
 486   "objc2",
 487  ]
 488  
 489  [[package]]
 490  name = "blocking"
 491  version = "1.5.1"
 492  source = "registry+https://github.com/rust-lang/crates.io-index"
 493  checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
 494  dependencies = [
 495   "async-channel",
 496   "async-lock 3.3.0",
 497   "async-task",
 498   "fastrand",
 499   "futures-io",
 500   "futures-lite",
 501   "piper",
 502   "tracing",
 503  ]
 504  
 505  [[package]]
 506  name = "bstr"
 507  version = "0.2.17"
 508  source = "registry+https://github.com/rust-lang/crates.io-index"
 509  checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
 510  dependencies = [
 511   "lazy_static",
 512   "memchr",
 513   "regex-automata 0.1.10",
 514  ]
 515  
 516  [[package]]
 517  name = "bumpalo"
 518  version = "3.15.4"
 519  source = "registry+https://github.com/rust-lang/crates.io-index"
 520  checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
 521  
 522  [[package]]
 523  name = "bytemuck"
 524  version = "1.15.0"
 525  source = "registry+https://github.com/rust-lang/crates.io-index"
 526  checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
 527  dependencies = [
 528   "bytemuck_derive",
 529  ]
 530  
 531  [[package]]
 532  name = "bytemuck_derive"
 533  version = "1.6.0"
 534  source = "registry+https://github.com/rust-lang/crates.io-index"
 535  checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
 536  dependencies = [
 537   "proc-macro2",
 538   "quote",
 539   "syn 2.0.52",
 540  ]
 541  
 542  [[package]]
 543  name = "bytes"
 544  version = "1.5.0"
 545  source = "registry+https://github.com/rust-lang/crates.io-index"
 546  checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
 547  
 548  [[package]]
 549  name = "calloop"
 550  version = "0.12.4"
 551  source = "registry+https://github.com/rust-lang/crates.io-index"
 552  checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
 553  dependencies = [
 554   "bitflags 2.4.2",
 555   "log",
 556   "polling",
 557   "rustix",
 558   "slab",
 559   "thiserror",
 560  ]
 561  
 562  [[package]]
 563  name = "calloop-wayland-source"
 564  version = "0.2.0"
 565  source = "registry+https://github.com/rust-lang/crates.io-index"
 566  checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
 567  dependencies = [
 568   "calloop",
 569   "rustix",
 570   "wayland-backend",
 571   "wayland-client",
 572  ]
 573  
 574  [[package]]
 575  name = "caseless"
 576  version = "0.2.1"
 577  source = "registry+https://github.com/rust-lang/crates.io-index"
 578  checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
 579  dependencies = [
 580   "regex",
 581   "unicode-normalization",
 582  ]
 583  
 584  [[package]]
 585  name = "cc"
 586  version = "1.0.90"
 587  source = "registry+https://github.com/rust-lang/crates.io-index"
 588  checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
 589  dependencies = [
 590   "jobserver",
 591   "libc",
 592  ]
 593  
 594  [[package]]
 595  name = "cesu8"
 596  version = "1.1.0"
 597  source = "registry+https://github.com/rust-lang/crates.io-index"
 598  checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 599  
 600  [[package]]
 601  name = "cfg-if"
 602  version = "1.0.0"
 603  source = "registry+https://github.com/rust-lang/crates.io-index"
 604  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 605  
 606  [[package]]
 607  name = "cfg_aliases"
 608  version = "0.1.1"
 609  source = "registry+https://github.com/rust-lang/crates.io-index"
 610  checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 611  
 612  [[package]]
 613  name = "cfg_aliases"
 614  version = "0.2.0"
 615  source = "registry+https://github.com/rust-lang/crates.io-index"
 616  checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f"
 617  
 618  [[package]]
 619  name = "chrono"
 620  version = "0.4.35"
 621  source = "registry+https://github.com/rust-lang/crates.io-index"
 622  checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
 623  dependencies = [
 624   "android-tzdata",
 625   "iana-time-zone",
 626   "js-sys",
 627   "num-traits",
 628   "wasm-bindgen",
 629   "windows-targets 0.52.4",
 630  ]
 631  
 632  [[package]]
 633  name = "clipboard-win"
 634  version = "4.5.0"
 635  source = "registry+https://github.com/rust-lang/crates.io-index"
 636  checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
 637  dependencies = [
 638   "error-code 2.3.1",
 639   "str-buf",
 640   "winapi",
 641  ]
 642  
 643  [[package]]
 644  name = "clipboard-win"
 645  version = "5.3.0"
 646  source = "registry+https://github.com/rust-lang/crates.io-index"
 647  checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
 648  dependencies = [
 649   "error-code 3.2.0",
 650  ]
 651  
 652  [[package]]
 653  name = "clipboard_macos"
 654  version = "0.1.0"
 655  source = "registry+https://github.com/rust-lang/crates.io-index"
 656  checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95"
 657  dependencies = [
 658   "objc",
 659   "objc-foundation",
 660   "objc_id",
 661  ]
 662  
 663  [[package]]
 664  name = "clipboard_wayland"
 665  version = "0.2.2"
 666  source = "registry+https://github.com/rust-lang/crates.io-index"
 667  checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8"
 668  dependencies = [
 669   "smithay-clipboard",
 670  ]
 671  
 672  [[package]]
 673  name = "clipboard_x11"
 674  version = "0.4.2"
 675  source = "registry+https://github.com/rust-lang/crates.io-index"
 676  checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c"
 677  dependencies = [
 678   "thiserror",
 679   "x11rb",
 680  ]
 681  
 682  [[package]]
 683  name = "cocoa"
 684  version = "0.25.0"
 685  source = "registry+https://github.com/rust-lang/crates.io-index"
 686  checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 687  dependencies = [
 688   "bitflags 1.3.2",
 689   "block",
 690   "cocoa-foundation",
 691   "core-foundation",
 692   "core-graphics",
 693   "foreign-types",
 694   "libc",
 695   "objc",
 696  ]
 697  
 698  [[package]]
 699  name = "cocoa-foundation"
 700  version = "0.1.2"
 701  source = "registry+https://github.com/rust-lang/crates.io-index"
 702  checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 703  dependencies = [
 704   "bitflags 1.3.2",
 705   "block",
 706   "core-foundation",
 707   "core-graphics-types",
 708   "libc",
 709   "objc",
 710  ]
 711  
 712  [[package]]
 713  name = "codespan-reporting"
 714  version = "0.11.1"
 715  source = "registry+https://github.com/rust-lang/crates.io-index"
 716  checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 717  dependencies = [
 718   "termcolor",
 719   "unicode-width",
 720  ]
 721  
 722  [[package]]
 723  name = "com"
 724  version = "0.6.0"
 725  source = "registry+https://github.com/rust-lang/crates.io-index"
 726  checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
 727  dependencies = [
 728   "com_macros",
 729  ]
 730  
 731  [[package]]
 732  name = "com_macros"
 733  version = "0.6.0"
 734  source = "registry+https://github.com/rust-lang/crates.io-index"
 735  checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
 736  dependencies = [
 737   "com_macros_support",
 738   "proc-macro2",
 739   "syn 1.0.109",
 740  ]
 741  
 742  [[package]]
 743  name = "com_macros_support"
 744  version = "0.6.0"
 745  source = "registry+https://github.com/rust-lang/crates.io-index"
 746  checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
 747  dependencies = [
 748   "proc-macro2",
 749   "quote",
 750   "syn 1.0.109",
 751  ]
 752  
 753  [[package]]
 754  name = "combine"
 755  version = "4.6.6"
 756  source = "registry+https://github.com/rust-lang/crates.io-index"
 757  checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
 758  dependencies = [
 759   "bytes",
 760   "memchr",
 761  ]
 762  
 763  [[package]]
 764  name = "concurrent-queue"
 765  version = "2.4.0"
 766  source = "registry+https://github.com/rust-lang/crates.io-index"
 767  checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
 768  dependencies = [
 769   "crossbeam-utils",
 770  ]
 771  
 772  [[package]]
 773  name = "convert_case"
 774  version = "0.4.0"
 775  source = "registry+https://github.com/rust-lang/crates.io-index"
 776  checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 777  
 778  [[package]]
 779  name = "core-foundation"
 780  version = "0.9.4"
 781  source = "registry+https://github.com/rust-lang/crates.io-index"
 782  checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 783  dependencies = [
 784   "core-foundation-sys",
 785   "libc",
 786  ]
 787  
 788  [[package]]
 789  name = "core-foundation-sys"
 790  version = "0.8.6"
 791  source = "registry+https://github.com/rust-lang/crates.io-index"
 792  checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
 793  
 794  [[package]]
 795  name = "core-graphics"
 796  version = "0.23.1"
 797  source = "registry+https://github.com/rust-lang/crates.io-index"
 798  checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
 799  dependencies = [
 800   "bitflags 1.3.2",
 801   "core-foundation",
 802   "core-graphics-types",
 803   "foreign-types",
 804   "libc",
 805  ]
 806  
 807  [[package]]
 808  name = "core-graphics-types"
 809  version = "0.1.3"
 810  source = "registry+https://github.com/rust-lang/crates.io-index"
 811  checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 812  dependencies = [
 813   "bitflags 1.3.2",
 814   "core-foundation",
 815   "libc",
 816  ]
 817  
 818  [[package]]
 819  name = "cosmic-text"
 820  version = "0.10.0"
 821  source = "registry+https://github.com/rust-lang/crates.io-index"
 822  checksum = "75acbfb314aeb4f5210d379af45ed1ec2c98c7f1790bf57b8a4c562ac0c51b71"
 823  dependencies = [
 824   "fontdb",
 825   "libm",
 826   "log",
 827   "rangemap",
 828   "rustc-hash",
 829   "rustybuzz",
 830   "self_cell",
 831   "swash",
 832   "sys-locale",
 833   "unicode-bidi",
 834   "unicode-linebreak",
 835   "unicode-script",
 836   "unicode-segmentation",
 837  ]
 838  
 839  [[package]]
 840  name = "cpufeatures"
 841  version = "0.2.12"
 842  source = "registry+https://github.com/rust-lang/crates.io-index"
 843  checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
 844  dependencies = [
 845   "libc",
 846  ]
 847  
 848  [[package]]
 849  name = "crc32fast"
 850  version = "1.4.0"
 851  source = "registry+https://github.com/rust-lang/crates.io-index"
 852  checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
 853  dependencies = [
 854   "cfg-if",
 855  ]
 856  
 857  [[package]]
 858  name = "crossbeam-utils"
 859  version = "0.8.19"
 860  source = "registry+https://github.com/rust-lang/crates.io-index"
 861  checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
 862  
 863  [[package]]
 864  name = "crunchy"
 865  version = "0.2.2"
 866  source = "registry+https://github.com/rust-lang/crates.io-index"
 867  checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 868  
 869  [[package]]
 870  name = "crypto-common"
 871  version = "0.1.6"
 872  source = "registry+https://github.com/rust-lang/crates.io-index"
 873  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 874  dependencies = [
 875   "generic-array",
 876   "typenum",
 877  ]
 878  
 879  [[package]]
 880  name = "csv-core"
 881  version = "0.1.11"
 882  source = "registry+https://github.com/rust-lang/crates.io-index"
 883  checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
 884  dependencies = [
 885   "memchr",
 886  ]
 887  
 888  [[package]]
 889  name = "ctor"
 890  version = "0.2.7"
 891  source = "registry+https://github.com/rust-lang/crates.io-index"
 892  checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
 893  dependencies = [
 894   "quote",
 895   "syn 2.0.52",
 896  ]
 897  
 898  [[package]]
 899  name = "cursor-icon"
 900  version = "1.1.0"
 901  source = "registry+https://github.com/rust-lang/crates.io-index"
 902  checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 903  
 904  [[package]]
 905  name = "d3d12"
 906  version = "0.19.0"
 907  source = "registry+https://github.com/rust-lang/crates.io-index"
 908  checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307"
 909  dependencies = [
 910   "bitflags 2.4.2",
 911   "libloading 0.8.3",
 912   "winapi",
 913  ]
 914  
 915  [[package]]
 916  name = "derivative"
 917  version = "2.2.0"
 918  source = "registry+https://github.com/rust-lang/crates.io-index"
 919  checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 920  dependencies = [
 921   "proc-macro2",
 922   "quote",
 923   "syn 1.0.109",
 924  ]
 925  
 926  [[package]]
 927  name = "derive_more"
 928  version = "0.99.17"
 929  source = "registry+https://github.com/rust-lang/crates.io-index"
 930  checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 931  dependencies = [
 932   "convert_case",
 933   "proc-macro2",
 934   "quote",
 935   "rustc_version",
 936   "syn 1.0.109",
 937  ]
 938  
 939  [[package]]
 940  name = "digest"
 941  version = "0.9.0"
 942  source = "registry+https://github.com/rust-lang/crates.io-index"
 943  checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
 944  dependencies = [
 945   "generic-array",
 946  ]
 947  
 948  [[package]]
 949  name = "digest"
 950  version = "0.10.7"
 951  source = "registry+https://github.com/rust-lang/crates.io-index"
 952  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 953  dependencies = [
 954   "block-buffer 0.10.4",
 955   "crypto-common",
 956   "subtle",
 957  ]
 958  
 959  [[package]]
 960  name = "dirs-next"
 961  version = "2.0.0"
 962  source = "registry+https://github.com/rust-lang/crates.io-index"
 963  checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
 964  dependencies = [
 965   "cfg-if",
 966   "dirs-sys-next",
 967  ]
 968  
 969  [[package]]
 970  name = "dirs-sys-next"
 971  version = "0.1.2"
 972  source = "registry+https://github.com/rust-lang/crates.io-index"
 973  checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
 974  dependencies = [
 975   "libc",
 976   "redox_users",
 977   "winapi",
 978  ]
 979  
 980  [[package]]
 981  name = "dispatch"
 982  version = "0.2.0"
 983  source = "registry+https://github.com/rust-lang/crates.io-index"
 984  checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 985  
 986  [[package]]
 987  name = "dlib"
 988  version = "0.5.2"
 989  source = "registry+https://github.com/rust-lang/crates.io-index"
 990  checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 991  dependencies = [
 992   "libloading 0.8.3",
 993  ]
 994  
 995  [[package]]
 996  name = "dns-lookup"
 997  version = "1.0.8"
 998  source = "registry+https://github.com/rust-lang/crates.io-index"
 999  checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872"
1000  dependencies = [
1001   "cfg-if",
1002   "libc",
1003   "socket2",
1004   "winapi",
1005  ]
1006  
1007  [[package]]
1008  name = "downcast-rs"
1009  version = "1.2.0"
1010  source = "registry+https://github.com/rust-lang/crates.io-index"
1011  checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1012  
1013  [[package]]
1014  name = "drm"
1015  version = "0.11.1"
1016  source = "registry+https://github.com/rust-lang/crates.io-index"
1017  checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
1018  dependencies = [
1019   "bitflags 2.4.2",
1020   "bytemuck",
1021   "drm-ffi",
1022   "drm-fourcc",
1023   "rustix",
1024  ]
1025  
1026  [[package]]
1027  name = "drm-ffi"
1028  version = "0.7.1"
1029  source = "registry+https://github.com/rust-lang/crates.io-index"
1030  checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
1031  dependencies = [
1032   "drm-sys",
1033   "rustix",
1034  ]
1035  
1036  [[package]]
1037  name = "drm-fourcc"
1038  version = "2.2.0"
1039  source = "registry+https://github.com/rust-lang/crates.io-index"
1040  checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
1041  
1042  [[package]]
1043  name = "drm-sys"
1044  version = "0.6.1"
1045  source = "registry+https://github.com/rust-lang/crates.io-index"
1046  checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
1047  dependencies = [
1048   "libc",
1049   "linux-raw-sys 0.6.4",
1050  ]
1051  
1052  [[package]]
1053  name = "dyn-clone"
1054  version = "1.0.17"
1055  source = "registry+https://github.com/rust-lang/crates.io-index"
1056  checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
1057  
1058  [[package]]
1059  name = "either"
1060  version = "1.10.0"
1061  source = "registry+https://github.com/rust-lang/crates.io-index"
1062  checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
1063  
1064  [[package]]
1065  name = "embed-doc-image"
1066  version = "0.1.4"
1067  source = "registry+https://github.com/rust-lang/crates.io-index"
1068  checksum = "af36f591236d9d822425cb6896595658fa558fcebf5ee8accac1d4b92c47166e"
1069  dependencies = [
1070   "base64",
1071   "proc-macro2",
1072   "quote",
1073   "syn 1.0.109",
1074  ]
1075  
1076  [[package]]
1077  name = "endi"
1078  version = "1.1.0"
1079  source = "registry+https://github.com/rust-lang/crates.io-index"
1080  checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
1081  
1082  [[package]]
1083  name = "endian-type"
1084  version = "0.1.2"
1085  source = "registry+https://github.com/rust-lang/crates.io-index"
1086  checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
1087  
1088  [[package]]
1089  name = "enumflags2"
1090  version = "0.7.9"
1091  source = "registry+https://github.com/rust-lang/crates.io-index"
1092  checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
1093  dependencies = [
1094   "enumflags2_derive",
1095   "serde",
1096  ]
1097  
1098  [[package]]
1099  name = "enumflags2_derive"
1100  version = "0.7.9"
1101  source = "registry+https://github.com/rust-lang/crates.io-index"
1102  checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
1103  dependencies = [
1104   "proc-macro2",
1105   "quote",
1106   "syn 2.0.52",
1107  ]
1108  
1109  [[package]]
1110  name = "equivalent"
1111  version = "1.0.1"
1112  source = "registry+https://github.com/rust-lang/crates.io-index"
1113  checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1114  
1115  [[package]]
1116  name = "errno"
1117  version = "0.3.8"
1118  source = "registry+https://github.com/rust-lang/crates.io-index"
1119  checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
1120  dependencies = [
1121   "libc",
1122   "windows-sys 0.52.0",
1123  ]
1124  
1125  [[package]]
1126  name = "error-code"
1127  version = "2.3.1"
1128  source = "registry+https://github.com/rust-lang/crates.io-index"
1129  checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
1130  dependencies = [
1131   "libc",
1132   "str-buf",
1133  ]
1134  
1135  [[package]]
1136  name = "error-code"
1137  version = "3.2.0"
1138  source = "registry+https://github.com/rust-lang/crates.io-index"
1139  checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
1140  
1141  [[package]]
1142  name = "etagere"
1143  version = "0.2.10"
1144  source = "registry+https://github.com/rust-lang/crates.io-index"
1145  checksum = "306960881d6c46bd0dd6b7f07442a441418c08d0d3e63d8d080b0f64c6343e4e"
1146  dependencies = [
1147   "euclid",
1148   "svg_fmt",
1149  ]
1150  
1151  [[package]]
1152  name = "euclid"
1153  version = "0.22.9"
1154  source = "registry+https://github.com/rust-lang/crates.io-index"
1155  checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
1156  dependencies = [
1157   "num-traits",
1158  ]
1159  
1160  [[package]]
1161  name = "event-listener"
1162  version = "2.5.3"
1163  source = "registry+https://github.com/rust-lang/crates.io-index"
1164  checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1165  
1166  [[package]]
1167  name = "event-listener"
1168  version = "4.0.3"
1169  source = "registry+https://github.com/rust-lang/crates.io-index"
1170  checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
1171  dependencies = [
1172   "concurrent-queue",
1173   "parking",
1174   "pin-project-lite",
1175  ]
1176  
1177  [[package]]
1178  name = "event-listener"
1179  version = "5.2.0"
1180  source = "registry+https://github.com/rust-lang/crates.io-index"
1181  checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
1182  dependencies = [
1183   "concurrent-queue",
1184   "parking",
1185   "pin-project-lite",
1186  ]
1187  
1188  [[package]]
1189  name = "event-listener-strategy"
1190  version = "0.4.0"
1191  source = "registry+https://github.com/rust-lang/crates.io-index"
1192  checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
1193  dependencies = [
1194   "event-listener 4.0.3",
1195   "pin-project-lite",
1196  ]
1197  
1198  [[package]]
1199  name = "event-listener-strategy"
1200  version = "0.5.0"
1201  source = "registry+https://github.com/rust-lang/crates.io-index"
1202  checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
1203  dependencies = [
1204   "event-listener 5.2.0",
1205   "pin-project-lite",
1206  ]
1207  
1208  [[package]]
1209  name = "exitcode"
1210  version = "1.1.2"
1211  source = "registry+https://github.com/rust-lang/crates.io-index"
1212  checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
1213  
1214  [[package]]
1215  name = "fast-srgb8"
1216  version = "1.0.0"
1217  source = "registry+https://github.com/rust-lang/crates.io-index"
1218  checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
1219  
1220  [[package]]
1221  name = "fastrand"
1222  version = "2.0.1"
1223  source = "registry+https://github.com/rust-lang/crates.io-index"
1224  checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1225  
1226  [[package]]
1227  name = "fd-lock"
1228  version = "3.0.13"
1229  source = "registry+https://github.com/rust-lang/crates.io-index"
1230  checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
1231  dependencies = [
1232   "cfg-if",
1233   "rustix",
1234   "windows-sys 0.48.0",
1235  ]
1236  
1237  [[package]]
1238  name = "fdeflate"
1239  version = "0.3.4"
1240  source = "registry+https://github.com/rust-lang/crates.io-index"
1241  checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
1242  dependencies = [
1243   "simd-adler32",
1244  ]
1245  
1246  [[package]]
1247  name = "flate2"
1248  version = "1.0.28"
1249  source = "registry+https://github.com/rust-lang/crates.io-index"
1250  checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
1251  dependencies = [
1252   "crc32fast",
1253   "miniz_oxide",
1254  ]
1255  
1256  [[package]]
1257  name = "font-types"
1258  version = "0.4.3"
1259  source = "registry+https://github.com/rust-lang/crates.io-index"
1260  checksum = "5b7f6040d337bd44434ab21fc6509154edf2cece88b23758d9d64654c4e7730b"
1261  
1262  [[package]]
1263  name = "fontconfig-parser"
1264  version = "0.5.6"
1265  source = "registry+https://github.com/rust-lang/crates.io-index"
1266  checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
1267  dependencies = [
1268   "roxmltree",
1269  ]
1270  
1271  [[package]]
1272  name = "fontdb"
1273  version = "0.15.0"
1274  source = "registry+https://github.com/rust-lang/crates.io-index"
1275  checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38"
1276  dependencies = [
1277   "fontconfig-parser",
1278   "log",
1279   "memmap2 0.8.0",
1280   "slotmap",
1281   "tinyvec",
1282   "ttf-parser 0.19.2",
1283  ]
1284  
1285  [[package]]
1286  name = "foreign-types"
1287  version = "0.5.0"
1288  source = "registry+https://github.com/rust-lang/crates.io-index"
1289  checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1290  dependencies = [
1291   "foreign-types-macros",
1292   "foreign-types-shared",
1293  ]
1294  
1295  [[package]]
1296  name = "foreign-types-macros"
1297  version = "0.2.3"
1298  source = "registry+https://github.com/rust-lang/crates.io-index"
1299  checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1300  dependencies = [
1301   "proc-macro2",
1302   "quote",
1303   "syn 2.0.52",
1304  ]
1305  
1306  [[package]]
1307  name = "foreign-types-shared"
1308  version = "0.3.1"
1309  source = "registry+https://github.com/rust-lang/crates.io-index"
1310  checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1311  
1312  [[package]]
1313  name = "form_urlencoded"
1314  version = "1.2.1"
1315  source = "registry+https://github.com/rust-lang/crates.io-index"
1316  checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1317  dependencies = [
1318   "percent-encoding",
1319  ]
1320  
1321  [[package]]
1322  name = "futures"
1323  version = "0.3.30"
1324  source = "registry+https://github.com/rust-lang/crates.io-index"
1325  checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1326  dependencies = [
1327   "futures-channel",
1328   "futures-core",
1329   "futures-executor",
1330   "futures-io",
1331   "futures-sink",
1332   "futures-task",
1333   "futures-util",
1334  ]
1335  
1336  [[package]]
1337  name = "futures-channel"
1338  version = "0.3.30"
1339  source = "registry+https://github.com/rust-lang/crates.io-index"
1340  checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1341  dependencies = [
1342   "futures-core",
1343   "futures-sink",
1344  ]
1345  
1346  [[package]]
1347  name = "futures-core"
1348  version = "0.3.30"
1349  source = "registry+https://github.com/rust-lang/crates.io-index"
1350  checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1351  
1352  [[package]]
1353  name = "futures-executor"
1354  version = "0.3.30"
1355  source = "registry+https://github.com/rust-lang/crates.io-index"
1356  checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1357  dependencies = [
1358   "futures-core",
1359   "futures-task",
1360   "futures-util",
1361   "num_cpus",
1362  ]
1363  
1364  [[package]]
1365  name = "futures-io"
1366  version = "0.3.30"
1367  source = "registry+https://github.com/rust-lang/crates.io-index"
1368  checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1369  
1370  [[package]]
1371  name = "futures-lite"
1372  version = "2.3.0"
1373  source = "registry+https://github.com/rust-lang/crates.io-index"
1374  checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1375  dependencies = [
1376   "fastrand",
1377   "futures-core",
1378   "futures-io",
1379   "parking",
1380   "pin-project-lite",
1381  ]
1382  
1383  [[package]]
1384  name = "futures-macro"
1385  version = "0.3.30"
1386  source = "registry+https://github.com/rust-lang/crates.io-index"
1387  checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
1388  dependencies = [
1389   "proc-macro2",
1390   "quote",
1391   "syn 2.0.52",
1392  ]
1393  
1394  [[package]]
1395  name = "futures-sink"
1396  version = "0.3.30"
1397  source = "registry+https://github.com/rust-lang/crates.io-index"
1398  checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1399  
1400  [[package]]
1401  name = "futures-task"
1402  version = "0.3.30"
1403  source = "registry+https://github.com/rust-lang/crates.io-index"
1404  checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1405  
1406  [[package]]
1407  name = "futures-util"
1408  version = "0.3.30"
1409  source = "registry+https://github.com/rust-lang/crates.io-index"
1410  checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1411  dependencies = [
1412   "futures-channel",
1413   "futures-core",
1414   "futures-io",
1415   "futures-macro",
1416   "futures-sink",
1417   "futures-task",
1418   "memchr",
1419   "pin-project-lite",
1420   "pin-utils",
1421   "slab",
1422  ]
1423  
1424  [[package]]
1425  name = "generic-array"
1426  version = "0.14.7"
1427  source = "registry+https://github.com/rust-lang/crates.io-index"
1428  checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1429  dependencies = [
1430   "typenum",
1431   "version_check",
1432  ]
1433  
1434  [[package]]
1435  name = "gethostname"
1436  version = "0.2.3"
1437  source = "registry+https://github.com/rust-lang/crates.io-index"
1438  checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
1439  dependencies = [
1440   "libc",
1441   "winapi",
1442  ]
1443  
1444  [[package]]
1445  name = "gethostname"
1446  version = "0.4.3"
1447  source = "registry+https://github.com/rust-lang/crates.io-index"
1448  checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1449  dependencies = [
1450   "libc",
1451   "windows-targets 0.48.5",
1452  ]
1453  
1454  [[package]]
1455  name = "getrandom"
1456  version = "0.1.16"
1457  source = "registry+https://github.com/rust-lang/crates.io-index"
1458  checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1459  dependencies = [
1460   "cfg-if",
1461   "libc",
1462   "wasi 0.9.0+wasi-snapshot-preview1",
1463  ]
1464  
1465  [[package]]
1466  name = "getrandom"
1467  version = "0.2.12"
1468  source = "registry+https://github.com/rust-lang/crates.io-index"
1469  checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
1470  dependencies = [
1471   "cfg-if",
1472   "js-sys",
1473   "libc",
1474   "wasi 0.11.0+wasi-snapshot-preview1",
1475   "wasm-bindgen",
1476  ]
1477  
1478  [[package]]
1479  name = "gl_generator"
1480  version = "0.14.0"
1481  source = "registry+https://github.com/rust-lang/crates.io-index"
1482  checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1483  dependencies = [
1484   "khronos_api",
1485   "log",
1486   "xml-rs",
1487  ]
1488  
1489  [[package]]
1490  name = "glam"
1491  version = "0.25.0"
1492  source = "registry+https://github.com/rust-lang/crates.io-index"
1493  checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
1494  
1495  [[package]]
1496  name = "glob"
1497  version = "0.3.1"
1498  source = "registry+https://github.com/rust-lang/crates.io-index"
1499  checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1500  
1501  [[package]]
1502  name = "glow"
1503  version = "0.13.1"
1504  source = "registry+https://github.com/rust-lang/crates.io-index"
1505  checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
1506  dependencies = [
1507   "js-sys",
1508   "slotmap",
1509   "wasm-bindgen",
1510   "web-sys",
1511  ]
1512  
1513  [[package]]
1514  name = "glutin_wgl_sys"
1515  version = "0.5.0"
1516  source = "registry+https://github.com/rust-lang/crates.io-index"
1517  checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
1518  dependencies = [
1519   "gl_generator",
1520  ]
1521  
1522  [[package]]
1523  name = "glyphon"
1524  version = "0.5.0"
1525  source = "registry+https://github.com/rust-lang/crates.io-index"
1526  checksum = "6a62d0338e4056db6a73221c2fb2e30619452f6ea9651bac4110f51b0f7a7581"
1527  dependencies = [
1528   "cosmic-text",
1529   "etagere",
1530   "lru",
1531   "wgpu",
1532  ]
1533  
1534  [[package]]
1535  name = "gpu-alloc"
1536  version = "0.6.0"
1537  source = "registry+https://github.com/rust-lang/crates.io-index"
1538  checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1539  dependencies = [
1540   "bitflags 2.4.2",
1541   "gpu-alloc-types",
1542  ]
1543  
1544  [[package]]
1545  name = "gpu-alloc-types"
1546  version = "0.3.0"
1547  source = "registry+https://github.com/rust-lang/crates.io-index"
1548  checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1549  dependencies = [
1550   "bitflags 2.4.2",
1551  ]
1552  
1553  [[package]]
1554  name = "gpu-allocator"
1555  version = "0.25.0"
1556  source = "registry+https://github.com/rust-lang/crates.io-index"
1557  checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
1558  dependencies = [
1559   "log",
1560   "presser",
1561   "thiserror",
1562   "winapi",
1563   "windows 0.52.0",
1564  ]
1565  
1566  [[package]]
1567  name = "gpu-descriptor"
1568  version = "0.2.4"
1569  source = "registry+https://github.com/rust-lang/crates.io-index"
1570  checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
1571  dependencies = [
1572   "bitflags 2.4.2",
1573   "gpu-descriptor-types",
1574   "hashbrown 0.14.3",
1575  ]
1576  
1577  [[package]]
1578  name = "gpu-descriptor-types"
1579  version = "0.1.2"
1580  source = "registry+https://github.com/rust-lang/crates.io-index"
1581  checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
1582  dependencies = [
1583   "bitflags 2.4.2",
1584  ]
1585  
1586  [[package]]
1587  name = "guillotiere"
1588  version = "0.6.2"
1589  source = "registry+https://github.com/rust-lang/crates.io-index"
1590  checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
1591  dependencies = [
1592   "euclid",
1593   "svg_fmt",
1594  ]
1595  
1596  [[package]]
1597  name = "half"
1598  version = "1.8.3"
1599  source = "registry+https://github.com/rust-lang/crates.io-index"
1600  checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
1601  
1602  [[package]]
1603  name = "half"
1604  version = "2.4.0"
1605  source = "registry+https://github.com/rust-lang/crates.io-index"
1606  checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
1607  dependencies = [
1608   "cfg-if",
1609   "crunchy",
1610  ]
1611  
1612  [[package]]
1613  name = "hashbrown"
1614  version = "0.12.3"
1615  source = "registry+https://github.com/rust-lang/crates.io-index"
1616  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1617  
1618  [[package]]
1619  name = "hashbrown"
1620  version = "0.14.3"
1621  source = "registry+https://github.com/rust-lang/crates.io-index"
1622  checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1623  dependencies = [
1624   "ahash 0.8.11",
1625   "allocator-api2",
1626  ]
1627  
1628  [[package]]
1629  name = "hassle-rs"
1630  version = "0.11.0"
1631  source = "registry+https://github.com/rust-lang/crates.io-index"
1632  checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
1633  dependencies = [
1634   "bitflags 2.4.2",
1635   "com",
1636   "libc",
1637   "libloading 0.8.3",
1638   "thiserror",
1639   "widestring 1.0.2",
1640   "winapi",
1641  ]
1642  
1643  [[package]]
1644  name = "heck"
1645  version = "0.4.1"
1646  source = "registry+https://github.com/rust-lang/crates.io-index"
1647  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1648  
1649  [[package]]
1650  name = "hermit-abi"
1651  version = "0.1.19"
1652  source = "registry+https://github.com/rust-lang/crates.io-index"
1653  checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1654  dependencies = [
1655   "libc",
1656  ]
1657  
1658  [[package]]
1659  name = "hermit-abi"
1660  version = "0.3.9"
1661  source = "registry+https://github.com/rust-lang/crates.io-index"
1662  checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1663  
1664  [[package]]
1665  name = "hex"
1666  version = "0.4.3"
1667  source = "registry+https://github.com/rust-lang/crates.io-index"
1668  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1669  
1670  [[package]]
1671  name = "hexf-parse"
1672  version = "0.2.1"
1673  source = "registry+https://github.com/rust-lang/crates.io-index"
1674  checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1675  
1676  [[package]]
1677  name = "home"
1678  version = "0.5.9"
1679  source = "registry+https://github.com/rust-lang/crates.io-index"
1680  checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1681  dependencies = [
1682   "windows-sys 0.52.0",
1683  ]
1684  
1685  [[package]]
1686  name = "iana-time-zone"
1687  version = "0.1.60"
1688  source = "registry+https://github.com/rust-lang/crates.io-index"
1689  checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1690  dependencies = [
1691   "android_system_properties",
1692   "core-foundation-sys",
1693   "iana-time-zone-haiku",
1694   "js-sys",
1695   "wasm-bindgen",
1696   "windows-core",
1697  ]
1698  
1699  [[package]]
1700  name = "iana-time-zone-haiku"
1701  version = "0.1.2"
1702  source = "registry+https://github.com/rust-lang/crates.io-index"
1703  checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1704  dependencies = [
1705   "cc",
1706  ]
1707  
1708  [[package]]
1709  name = "iced"
1710  version = "0.12.1"
1711  source = "registry+https://github.com/rust-lang/crates.io-index"
1712  checksum = "7d4eb0fbbefb8c428b70680e77ed9013887b17c1d6be366b40f264f956d1a096"
1713  dependencies = [
1714   "iced_core",
1715   "iced_futures",
1716   "iced_renderer",
1717   "iced_widget",
1718   "iced_winit",
1719   "thiserror",
1720  ]
1721  
1722  [[package]]
1723  name = "iced_core"
1724  version = "0.12.3"
1725  source = "registry+https://github.com/rust-lang/crates.io-index"
1726  checksum = "7d7e6bbd197f311ed3d8b71651876b0ce01318fde52cda862a9a7a4373c9b930"
1727  dependencies = [
1728   "bitflags 2.4.2",
1729   "glam",
1730   "log",
1731   "num-traits",
1732   "palette",
1733   "raw-window-handle",
1734   "smol_str",
1735   "thiserror",
1736   "web-time",
1737   "xxhash-rust",
1738  ]
1739  
1740  [[package]]
1741  name = "iced_futures"
1742  version = "0.12.0"
1743  source = "registry+https://github.com/rust-lang/crates.io-index"
1744  checksum = "370bad88fb3832cbeeb3fa6c486b4701fb7e8da32a753b3101d4ce81fc1d9497"
1745  dependencies = [
1746   "futures",
1747   "iced_core",
1748   "log",
1749   "wasm-bindgen-futures",
1750   "wasm-timer",
1751  ]
1752  
1753  [[package]]
1754  name = "iced_graphics"
1755  version = "0.12.1"
1756  source = "registry+https://github.com/rust-lang/crates.io-index"
1757  checksum = "6a044c193ef0840eacabfa05424717331d1fc5b3ecb9a89316200c75da2ba9a4"
1758  dependencies = [
1759   "bitflags 2.4.2",
1760   "bytemuck",
1761   "cosmic-text",
1762   "half 2.4.0",
1763   "iced_core",
1764   "iced_futures",
1765   "log",
1766   "once_cell",
1767   "raw-window-handle",
1768   "rustc-hash",
1769   "thiserror",
1770   "unicode-segmentation",
1771   "xxhash-rust",
1772  ]
1773  
1774  [[package]]
1775  name = "iced_renderer"
1776  version = "0.12.1"
1777  source = "registry+https://github.com/rust-lang/crates.io-index"
1778  checksum = "5c281e03001d566058f53dec9325bbe61c62da715341206d2627f57a3ecc7f69"
1779  dependencies = [
1780   "iced_graphics",
1781   "iced_tiny_skia",
1782   "iced_wgpu",
1783   "log",
1784   "thiserror",
1785  ]
1786  
1787  [[package]]
1788  name = "iced_runtime"
1789  version = "0.12.1"
1790  source = "registry+https://github.com/rust-lang/crates.io-index"
1791  checksum = "a79f852c01cc6d61663c94379cb3974ac3ad315a28c504e847d573e094f46822"
1792  dependencies = [
1793   "iced_core",
1794   "iced_futures",
1795   "raw-window-handle",
1796   "thiserror",
1797  ]
1798  
1799  [[package]]
1800  name = "iced_style"
1801  version = "0.12.1"
1802  source = "registry+https://github.com/rust-lang/crates.io-index"
1803  checksum = "2ea42a740915d2a5a9ff9c3aa0bca28b16e9fb660bc8f675eed71d186cadb579"
1804  dependencies = [
1805   "iced_core",
1806   "once_cell",
1807   "palette",
1808  ]
1809  
1810  [[package]]
1811  name = "iced_tiny_skia"
1812  version = "0.12.1"
1813  source = "registry+https://github.com/rust-lang/crates.io-index"
1814  checksum = "8c2228781f4d381a1cbbd7905a9f077351aa8d37269094021d5d9e779f130aff"
1815  dependencies = [
1816   "bytemuck",
1817   "cosmic-text",
1818   "iced_graphics",
1819   "kurbo",
1820   "log",
1821   "rustc-hash",
1822   "softbuffer",
1823   "tiny-skia",
1824   "xxhash-rust",
1825  ]
1826  
1827  [[package]]
1828  name = "iced_wgpu"
1829  version = "0.12.1"
1830  source = "registry+https://github.com/rust-lang/crates.io-index"
1831  checksum = "e3c243b6700452886aac1ee1987e84d9fb43b56b53fea9a1eb67713fd0fde244"
1832  dependencies = [
1833   "bitflags 2.4.2",
1834   "bytemuck",
1835   "futures",
1836   "glam",
1837   "glyphon",
1838   "guillotiere",
1839   "iced_graphics",
1840   "log",
1841   "once_cell",
1842   "wgpu",
1843  ]
1844  
1845  [[package]]
1846  name = "iced_widget"
1847  version = "0.12.3"
1848  source = "registry+https://github.com/rust-lang/crates.io-index"
1849  checksum = "7e01b2212adecf1cb80e2267f302c0e0c263e55f97812056949199ccf9f0b908"
1850  dependencies = [
1851   "iced_renderer",
1852   "iced_runtime",
1853   "iced_style",
1854   "num-traits",
1855   "thiserror",
1856   "unicode-segmentation",
1857  ]
1858  
1859  [[package]]
1860  name = "iced_winit"
1861  version = "0.12.2"
1862  source = "registry+https://github.com/rust-lang/crates.io-index"
1863  checksum = "63f66831d0e399b93f631739121a6171780d344b275d56808b9504d8ca75c7d2"
1864  dependencies = [
1865   "iced_graphics",
1866   "iced_runtime",
1867   "iced_style",
1868   "log",
1869   "thiserror",
1870   "tracing",
1871   "web-sys",
1872   "winapi",
1873   "window_clipboard",
1874   "winit",
1875  ]
1876  
1877  [[package]]
1878  name = "icrate"
1879  version = "0.0.4"
1880  source = "registry+https://github.com/rust-lang/crates.io-index"
1881  checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
1882  dependencies = [
1883   "block2",
1884   "dispatch",
1885   "objc2",
1886  ]
1887  
1888  [[package]]
1889  name = "idna"
1890  version = "0.5.0"
1891  source = "registry+https://github.com/rust-lang/crates.io-index"
1892  checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1893  dependencies = [
1894   "unicode-bidi",
1895   "unicode-normalization",
1896  ]
1897  
1898  [[package]]
1899  name = "indexmap"
1900  version = "1.9.3"
1901  source = "registry+https://github.com/rust-lang/crates.io-index"
1902  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1903  dependencies = [
1904   "autocfg",
1905   "hashbrown 0.12.3",
1906  ]
1907  
1908  [[package]]
1909  name = "indexmap"
1910  version = "2.2.6"
1911  source = "registry+https://github.com/rust-lang/crates.io-index"
1912  checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1913  dependencies = [
1914   "equivalent",
1915   "hashbrown 0.14.3",
1916  ]
1917  
1918  [[package]]
1919  name = "instant"
1920  version = "0.1.12"
1921  source = "registry+https://github.com/rust-lang/crates.io-index"
1922  checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1923  dependencies = [
1924   "cfg-if",
1925  ]
1926  
1927  [[package]]
1928  name = "is-macro"
1929  version = "0.2.2"
1930  source = "registry+https://github.com/rust-lang/crates.io-index"
1931  checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20"
1932  dependencies = [
1933   "Inflector",
1934   "pmutil",
1935   "proc-macro2",
1936   "quote",
1937   "syn 1.0.109",
1938  ]
1939  
1940  [[package]]
1941  name = "itertools"
1942  version = "0.9.0"
1943  source = "registry+https://github.com/rust-lang/crates.io-index"
1944  checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1945  dependencies = [
1946   "either",
1947  ]
1948  
1949  [[package]]
1950  name = "itertools"
1951  version = "0.10.5"
1952  source = "registry+https://github.com/rust-lang/crates.io-index"
1953  checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1954  dependencies = [
1955   "either",
1956  ]
1957  
1958  [[package]]
1959  name = "itoa"
1960  version = "1.0.11"
1961  source = "registry+https://github.com/rust-lang/crates.io-index"
1962  checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1963  
1964  [[package]]
1965  name = "jni"
1966  version = "0.21.1"
1967  source = "registry+https://github.com/rust-lang/crates.io-index"
1968  checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1969  dependencies = [
1970   "cesu8",
1971   "cfg-if",
1972   "combine",
1973   "jni-sys",
1974   "log",
1975   "thiserror",
1976   "walkdir",
1977   "windows-sys 0.45.0",
1978  ]
1979  
1980  [[package]]
1981  name = "jni-sys"
1982  version = "0.3.0"
1983  source = "registry+https://github.com/rust-lang/crates.io-index"
1984  checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1985  
1986  [[package]]
1987  name = "jobserver"
1988  version = "0.1.28"
1989  source = "registry+https://github.com/rust-lang/crates.io-index"
1990  checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
1991  dependencies = [
1992   "libc",
1993  ]
1994  
1995  [[package]]
1996  name = "js-sys"
1997  version = "0.3.69"
1998  source = "registry+https://github.com/rust-lang/crates.io-index"
1999  checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2000  dependencies = [
2001   "wasm-bindgen",
2002  ]
2003  
2004  [[package]]
2005  name = "keccak"
2006  version = "0.1.5"
2007  source = "registry+https://github.com/rust-lang/crates.io-index"
2008  checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
2009  dependencies = [
2010   "cpufeatures",
2011  ]
2012  
2013  [[package]]
2014  name = "khronos-egl"
2015  version = "6.0.0"
2016  source = "registry+https://github.com/rust-lang/crates.io-index"
2017  checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2018  dependencies = [
2019   "libc",
2020   "libloading 0.8.3",
2021   "pkg-config",
2022  ]
2023  
2024  [[package]]
2025  name = "khronos_api"
2026  version = "3.1.0"
2027  source = "registry+https://github.com/rust-lang/crates.io-index"
2028  checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2029  
2030  [[package]]
2031  name = "kurbo"
2032  version = "0.10.4"
2033  source = "registry+https://github.com/rust-lang/crates.io-index"
2034  checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440"
2035  dependencies = [
2036   "arrayvec",
2037   "smallvec",
2038  ]
2039  
2040  [[package]]
2041  name = "lalrpop-util"
2042  version = "0.20.2"
2043  source = "registry+https://github.com/rust-lang/crates.io-index"
2044  checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
2045  
2046  [[package]]
2047  name = "lazy_static"
2048  version = "1.4.0"
2049  source = "registry+https://github.com/rust-lang/crates.io-index"
2050  checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2051  
2052  [[package]]
2053  name = "lexical-parse-float"
2054  version = "0.8.5"
2055  source = "registry+https://github.com/rust-lang/crates.io-index"
2056  checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
2057  dependencies = [
2058   "lexical-parse-integer",
2059   "lexical-util",
2060   "static_assertions",
2061  ]
2062  
2063  [[package]]
2064  name = "lexical-parse-integer"
2065  version = "0.8.6"
2066  source = "registry+https://github.com/rust-lang/crates.io-index"
2067  checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
2068  dependencies = [
2069   "lexical-util",
2070   "static_assertions",
2071  ]
2072  
2073  [[package]]
2074  name = "lexical-util"
2075  version = "0.8.5"
2076  source = "registry+https://github.com/rust-lang/crates.io-index"
2077  checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
2078  dependencies = [
2079   "static_assertions",
2080  ]
2081  
2082  [[package]]
2083  name = "libc"
2084  version = "0.2.153"
2085  source = "registry+https://github.com/rust-lang/crates.io-index"
2086  checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2087  
2088  [[package]]
2089  name = "libloading"
2090  version = "0.7.4"
2091  source = "registry+https://github.com/rust-lang/crates.io-index"
2092  checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2093  dependencies = [
2094   "cfg-if",
2095   "winapi",
2096  ]
2097  
2098  [[package]]
2099  name = "libloading"
2100  version = "0.8.3"
2101  source = "registry+https://github.com/rust-lang/crates.io-index"
2102  checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2103  dependencies = [
2104   "cfg-if",
2105   "windows-targets 0.52.4",
2106  ]
2107  
2108  [[package]]
2109  name = "libm"
2110  version = "0.2.8"
2111  source = "registry+https://github.com/rust-lang/crates.io-index"
2112  checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2113  
2114  [[package]]
2115  name = "libredox"
2116  version = "0.0.1"
2117  source = "registry+https://github.com/rust-lang/crates.io-index"
2118  checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
2119  dependencies = [
2120   "bitflags 2.4.2",
2121   "libc",
2122   "redox_syscall 0.4.1",
2123  ]
2124  
2125  [[package]]
2126  name = "libredox"
2127  version = "0.0.2"
2128  source = "registry+https://github.com/rust-lang/crates.io-index"
2129  checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2130  dependencies = [
2131   "bitflags 2.4.2",
2132   "libc",
2133   "redox_syscall 0.4.1",
2134  ]
2135  
2136  [[package]]
2137  name = "libsqlite3-sys"
2138  version = "0.25.2"
2139  source = "registry+https://github.com/rust-lang/crates.io-index"
2140  checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
2141  dependencies = [
2142   "cc",
2143   "pkg-config",
2144   "vcpkg",
2145  ]
2146  
2147  [[package]]
2148  name = "linux-raw-sys"
2149  version = "0.4.13"
2150  source = "registry+https://github.com/rust-lang/crates.io-index"
2151  checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2152  
2153  [[package]]
2154  name = "linux-raw-sys"
2155  version = "0.6.4"
2156  source = "registry+https://github.com/rust-lang/crates.io-index"
2157  checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4"
2158  
2159  [[package]]
2160  name = "lock_api"
2161  version = "0.4.11"
2162  source = "registry+https://github.com/rust-lang/crates.io-index"
2163  checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2164  dependencies = [
2165   "autocfg",
2166   "scopeguard",
2167  ]
2168  
2169  [[package]]
2170  name = "log"
2171  version = "0.4.21"
2172  source = "registry+https://github.com/rust-lang/crates.io-index"
2173  checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2174  
2175  [[package]]
2176  name = "lru"
2177  version = "0.12.3"
2178  source = "registry+https://github.com/rust-lang/crates.io-index"
2179  checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
2180  dependencies = [
2181   "hashbrown 0.14.3",
2182  ]
2183  
2184  [[package]]
2185  name = "lz4_flex"
2186  version = "0.9.5"
2187  source = "registry+https://github.com/rust-lang/crates.io-index"
2188  checksum = "1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3"
2189  dependencies = [
2190   "twox-hash",
2191  ]
2192  
2193  [[package]]
2194  name = "mac_address"
2195  version = "1.1.5"
2196  source = "registry+https://github.com/rust-lang/crates.io-index"
2197  checksum = "4863ee94f19ed315bf3bc00299338d857d4b5bc856af375cc97d237382ad3856"
2198  dependencies = [
2199   "nix 0.23.2",
2200   "winapi",
2201  ]
2202  
2203  [[package]]
2204  name = "malachite"
2205  version = "0.3.2"
2206  source = "registry+https://github.com/rust-lang/crates.io-index"
2207  checksum = "f6cf7f4730c30071ba374fac86ad35b1cb7a0716f774737768667ea3fa1828e3"
2208  dependencies = [
2209   "malachite-base",
2210   "malachite-nz",
2211   "malachite-q",
2212  ]
2213  
2214  [[package]]
2215  name = "malachite-base"
2216  version = "0.3.2"
2217  source = "registry+https://github.com/rust-lang/crates.io-index"
2218  checksum = "2b06bfa98a4b4802af5a4263b4ad4660e28e51e8490f6354eb9336c70767e1c5"
2219  dependencies = [
2220   "itertools 0.9.0",
2221   "rand 0.7.3",
2222   "rand_chacha 0.2.2",
2223   "ryu",
2224   "sha3 0.9.1",
2225  ]
2226  
2227  [[package]]
2228  name = "malachite-bigint"
2229  version = "0.1.0"
2230  source = "registry+https://github.com/rust-lang/crates.io-index"
2231  checksum = "8a5110aee54537b0cef214efbebdd7df79b7408db8eef4f6a4b6db9d0d8fc01b"
2232  dependencies = [
2233   "derive_more",
2234   "malachite",
2235   "num-integer",
2236   "num-traits",
2237   "paste",
2238  ]
2239  
2240  [[package]]
2241  name = "malachite-nz"
2242  version = "0.3.2"
2243  source = "registry+https://github.com/rust-lang/crates.io-index"
2244  checksum = "c89e21c64b7af5be3dc8cef16f786243faf59459fe4ba93b44efdeb264e5ade4"
2245  dependencies = [
2246   "embed-doc-image",
2247   "itertools 0.9.0",
2248   "malachite-base",
2249  ]
2250  
2251  [[package]]
2252  name = "malachite-q"
2253  version = "0.3.2"
2254  source = "registry+https://github.com/rust-lang/crates.io-index"
2255  checksum = "3755e541d5134b5016594c9043094172c4dda9259b3ce824a7b8101941850360"
2256  dependencies = [
2257   "itertools 0.9.0",
2258   "malachite-base",
2259   "malachite-nz",
2260  ]
2261  
2262  [[package]]
2263  name = "malloc_buf"
2264  version = "0.0.6"
2265  source = "registry+https://github.com/rust-lang/crates.io-index"
2266  checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2267  dependencies = [
2268   "libc",
2269  ]
2270  
2271  [[package]]
2272  name = "maplit"
2273  version = "1.0.2"
2274  source = "registry+https://github.com/rust-lang/crates.io-index"
2275  checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2276  
2277  [[package]]
2278  name = "matches"
2279  version = "0.1.10"
2280  source = "registry+https://github.com/rust-lang/crates.io-index"
2281  checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2282  
2283  [[package]]
2284  name = "md-5"
2285  version = "0.10.6"
2286  source = "registry+https://github.com/rust-lang/crates.io-index"
2287  checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2288  dependencies = [
2289   "cfg-if",
2290   "digest 0.10.7",
2291  ]
2292  
2293  [[package]]
2294  name = "memchr"
2295  version = "2.7.1"
2296  source = "registry+https://github.com/rust-lang/crates.io-index"
2297  checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2298  
2299  [[package]]
2300  name = "memmap2"
2301  version = "0.5.10"
2302  source = "registry+https://github.com/rust-lang/crates.io-index"
2303  checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2304  dependencies = [
2305   "libc",
2306  ]
2307  
2308  [[package]]
2309  name = "memmap2"
2310  version = "0.8.0"
2311  source = "registry+https://github.com/rust-lang/crates.io-index"
2312  checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
2313  dependencies = [
2314   "libc",
2315  ]
2316  
2317  [[package]]
2318  name = "memmap2"
2319  version = "0.9.4"
2320  source = "registry+https://github.com/rust-lang/crates.io-index"
2321  checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2322  dependencies = [
2323   "libc",
2324  ]
2325  
2326  [[package]]
2327  name = "memoffset"
2328  version = "0.6.5"
2329  source = "registry+https://github.com/rust-lang/crates.io-index"
2330  checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2331  dependencies = [
2332   "autocfg",
2333  ]
2334  
2335  [[package]]
2336  name = "memoffset"
2337  version = "0.7.1"
2338  source = "registry+https://github.com/rust-lang/crates.io-index"
2339  checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2340  dependencies = [
2341   "autocfg",
2342  ]
2343  
2344  [[package]]
2345  name = "memoffset"
2346  version = "0.9.0"
2347  source = "registry+https://github.com/rust-lang/crates.io-index"
2348  checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2349  dependencies = [
2350   "autocfg",
2351  ]
2352  
2353  [[package]]
2354  name = "metal"
2355  version = "0.27.0"
2356  source = "registry+https://github.com/rust-lang/crates.io-index"
2357  checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
2358  dependencies = [
2359   "bitflags 2.4.2",
2360   "block",
2361   "core-graphics-types",
2362   "foreign-types",
2363   "log",
2364   "objc",
2365   "paste",
2366  ]
2367  
2368  [[package]]
2369  name = "miniz_oxide"
2370  version = "0.7.2"
2371  source = "registry+https://github.com/rust-lang/crates.io-index"
2372  checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2373  dependencies = [
2374   "adler",
2375   "simd-adler32",
2376  ]
2377  
2378  [[package]]
2379  name = "mt19937"
2380  version = "2.0.1"
2381  source = "registry+https://github.com/rust-lang/crates.io-index"
2382  checksum = "12ca7f22ed370d5991a9caec16a83187e865bc8a532f889670337d5a5689e3a1"
2383  dependencies = [
2384   "rand_core 0.6.4",
2385  ]
2386  
2387  [[package]]
2388  name = "naga"
2389  version = "0.19.2"
2390  source = "registry+https://github.com/rust-lang/crates.io-index"
2391  checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
2392  dependencies = [
2393   "bit-set",
2394   "bitflags 2.4.2",
2395   "codespan-reporting",
2396   "hexf-parse",
2397   "indexmap 2.2.6",
2398   "log",
2399   "num-traits",
2400   "rustc-hash",
2401   "spirv",
2402   "termcolor",
2403   "thiserror",
2404   "unicode-xid",
2405  ]
2406  
2407  [[package]]
2408  name = "ndk"
2409  version = "0.8.0"
2410  source = "registry+https://github.com/rust-lang/crates.io-index"
2411  checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2412  dependencies = [
2413   "bitflags 2.4.2",
2414   "jni-sys",
2415   "log",
2416   "ndk-sys",
2417   "num_enum 0.7.2",
2418   "raw-window-handle",
2419   "thiserror",
2420  ]
2421  
2422  [[package]]
2423  name = "ndk-context"
2424  version = "0.1.1"
2425  source = "registry+https://github.com/rust-lang/crates.io-index"
2426  checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2427  
2428  [[package]]
2429  name = "ndk-sys"
2430  version = "0.5.0+25.2.9519653"
2431  source = "registry+https://github.com/rust-lang/crates.io-index"
2432  checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2433  dependencies = [
2434   "jni-sys",
2435  ]
2436  
2437  [[package]]
2438  name = "nibble_vec"
2439  version = "0.1.0"
2440  source = "registry+https://github.com/rust-lang/crates.io-index"
2441  checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
2442  dependencies = [
2443   "smallvec",
2444  ]
2445  
2446  [[package]]
2447  name = "nix"
2448  version = "0.23.2"
2449  source = "registry+https://github.com/rust-lang/crates.io-index"
2450  checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2451  dependencies = [
2452   "bitflags 1.3.2",
2453   "cc",
2454   "cfg-if",
2455   "libc",
2456   "memoffset 0.6.5",
2457  ]
2458  
2459  [[package]]
2460  name = "nix"
2461  version = "0.26.4"
2462  source = "registry+https://github.com/rust-lang/crates.io-index"
2463  checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2464  dependencies = [
2465   "bitflags 1.3.2",
2466   "cfg-if",
2467   "libc",
2468   "memoffset 0.7.1",
2469   "pin-utils",
2470  ]
2471  
2472  [[package]]
2473  name = "nix"
2474  version = "0.28.0"
2475  source = "registry+https://github.com/rust-lang/crates.io-index"
2476  checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2477  dependencies = [
2478   "bitflags 2.4.2",
2479   "cfg-if",
2480   "cfg_aliases 0.1.1",
2481   "libc",
2482   "memoffset 0.9.0",
2483  ]
2484  
2485  [[package]]
2486  name = "num-complex"
2487  version = "0.4.5"
2488  source = "registry+https://github.com/rust-lang/crates.io-index"
2489  checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
2490  dependencies = [
2491   "num-traits",
2492  ]
2493  
2494  [[package]]
2495  name = "num-integer"
2496  version = "0.1.46"
2497  source = "registry+https://github.com/rust-lang/crates.io-index"
2498  checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2499  dependencies = [
2500   "num-traits",
2501  ]
2502  
2503  [[package]]
2504  name = "num-traits"
2505  version = "0.2.18"
2506  source = "registry+https://github.com/rust-lang/crates.io-index"
2507  checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2508  dependencies = [
2509   "autocfg",
2510  ]
2511  
2512  [[package]]
2513  name = "num_cpus"
2514  version = "1.16.0"
2515  source = "registry+https://github.com/rust-lang/crates.io-index"
2516  checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2517  dependencies = [
2518   "hermit-abi 0.3.9",
2519   "libc",
2520  ]
2521  
2522  [[package]]
2523  name = "num_enum"
2524  version = "0.5.11"
2525  source = "registry+https://github.com/rust-lang/crates.io-index"
2526  checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2527  dependencies = [
2528   "num_enum_derive 0.5.11",
2529  ]
2530  
2531  [[package]]
2532  name = "num_enum"
2533  version = "0.7.2"
2534  source = "registry+https://github.com/rust-lang/crates.io-index"
2535  checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
2536  dependencies = [
2537   "num_enum_derive 0.7.2",
2538  ]
2539  
2540  [[package]]
2541  name = "num_enum_derive"
2542  version = "0.5.11"
2543  source = "registry+https://github.com/rust-lang/crates.io-index"
2544  checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2545  dependencies = [
2546   "proc-macro-crate 1.3.1",
2547   "proc-macro2",
2548   "quote",
2549   "syn 1.0.109",
2550  ]
2551  
2552  [[package]]
2553  name = "num_enum_derive"
2554  version = "0.7.2"
2555  source = "registry+https://github.com/rust-lang/crates.io-index"
2556  checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
2557  dependencies = [
2558   "proc-macro-crate 3.1.0",
2559   "proc-macro2",
2560   "quote",
2561   "syn 2.0.52",
2562  ]
2563  
2564  [[package]]
2565  name = "objc"
2566  version = "0.2.7"
2567  source = "registry+https://github.com/rust-lang/crates.io-index"
2568  checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2569  dependencies = [
2570   "malloc_buf",
2571   "objc_exception",
2572  ]
2573  
2574  [[package]]
2575  name = "objc-foundation"
2576  version = "0.1.1"
2577  source = "registry+https://github.com/rust-lang/crates.io-index"
2578  checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2579  dependencies = [
2580   "block",
2581   "objc",
2582   "objc_id",
2583  ]
2584  
2585  [[package]]
2586  name = "objc-sys"
2587  version = "0.3.2"
2588  source = "registry+https://github.com/rust-lang/crates.io-index"
2589  checksum = "c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459"
2590  
2591  [[package]]
2592  name = "objc2"
2593  version = "0.4.1"
2594  source = "registry+https://github.com/rust-lang/crates.io-index"
2595  checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
2596  dependencies = [
2597   "objc-sys",
2598   "objc2-encode",
2599  ]
2600  
2601  [[package]]
2602  name = "objc2-encode"
2603  version = "3.0.0"
2604  source = "registry+https://github.com/rust-lang/crates.io-index"
2605  checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
2606  
2607  [[package]]
2608  name = "objc_exception"
2609  version = "0.1.2"
2610  source = "registry+https://github.com/rust-lang/crates.io-index"
2611  checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2612  dependencies = [
2613   "cc",
2614  ]
2615  
2616  [[package]]
2617  name = "objc_id"
2618  version = "0.1.1"
2619  source = "registry+https://github.com/rust-lang/crates.io-index"
2620  checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2621  dependencies = [
2622   "objc",
2623  ]
2624  
2625  [[package]]
2626  name = "once_cell"
2627  version = "1.19.0"
2628  source = "registry+https://github.com/rust-lang/crates.io-index"
2629  checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2630  
2631  [[package]]
2632  name = "opaque-debug"
2633  version = "0.3.1"
2634  source = "registry+https://github.com/rust-lang/crates.io-index"
2635  checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2636  
2637  [[package]]
2638  name = "optional"
2639  version = "0.5.0"
2640  source = "registry+https://github.com/rust-lang/crates.io-index"
2641  checksum = "978aa494585d3ca4ad74929863093e87cac9790d81fe7aba2b3dc2890643a0fc"
2642  
2643  [[package]]
2644  name = "orbclient"
2645  version = "0.3.47"
2646  source = "registry+https://github.com/rust-lang/crates.io-index"
2647  checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2648  dependencies = [
2649   "libredox 0.0.2",
2650  ]
2651  
2652  [[package]]
2653  name = "ordered-stream"
2654  version = "0.2.0"
2655  source = "registry+https://github.com/rust-lang/crates.io-index"
2656  checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2657  dependencies = [
2658   "futures-core",
2659   "pin-project-lite",
2660  ]
2661  
2662  [[package]]
2663  name = "owned_ttf_parser"
2664  version = "0.20.0"
2665  source = "registry+https://github.com/rust-lang/crates.io-index"
2666  checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
2667  dependencies = [
2668   "ttf-parser 0.20.0",
2669  ]
2670  
2671  [[package]]
2672  name = "page_size"
2673  version = "0.4.2"
2674  source = "registry+https://github.com/rust-lang/crates.io-index"
2675  checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
2676  dependencies = [
2677   "libc",
2678   "winapi",
2679  ]
2680  
2681  [[package]]
2682  name = "palette"
2683  version = "0.7.5"
2684  source = "registry+https://github.com/rust-lang/crates.io-index"
2685  checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
2686  dependencies = [
2687   "approx",
2688   "fast-srgb8",
2689   "palette_derive",
2690   "phf",
2691  ]
2692  
2693  [[package]]
2694  name = "palette_derive"
2695  version = "0.7.5"
2696  source = "registry+https://github.com/rust-lang/crates.io-index"
2697  checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
2698  dependencies = [
2699   "proc-macro2",
2700   "quote",
2701   "syn 2.0.52",
2702  ]
2703  
2704  [[package]]
2705  name = "parking"
2706  version = "2.2.0"
2707  source = "registry+https://github.com/rust-lang/crates.io-index"
2708  checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2709  
2710  [[package]]
2711  name = "parking_lot"
2712  version = "0.11.2"
2713  source = "registry+https://github.com/rust-lang/crates.io-index"
2714  checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2715  dependencies = [
2716   "instant",
2717   "lock_api",
2718   "parking_lot_core 0.8.6",
2719  ]
2720  
2721  [[package]]
2722  name = "parking_lot"
2723  version = "0.12.1"
2724  source = "registry+https://github.com/rust-lang/crates.io-index"
2725  checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2726  dependencies = [
2727   "lock_api",
2728   "parking_lot_core 0.9.9",
2729  ]
2730  
2731  [[package]]
2732  name = "parking_lot_core"
2733  version = "0.8.6"
2734  source = "registry+https://github.com/rust-lang/crates.io-index"
2735  checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2736  dependencies = [
2737   "cfg-if",
2738   "instant",
2739   "libc",
2740   "redox_syscall 0.2.16",
2741   "smallvec",
2742   "winapi",
2743  ]
2744  
2745  [[package]]
2746  name = "parking_lot_core"
2747  version = "0.9.9"
2748  source = "registry+https://github.com/rust-lang/crates.io-index"
2749  checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2750  dependencies = [
2751   "cfg-if",
2752   "libc",
2753   "redox_syscall 0.4.1",
2754   "smallvec",
2755   "windows-targets 0.48.5",
2756  ]
2757  
2758  [[package]]
2759  name = "paste"
2760  version = "1.0.14"
2761  source = "registry+https://github.com/rust-lang/crates.io-index"
2762  checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2763  
2764  [[package]]
2765  name = "percent-encoding"
2766  version = "2.3.1"
2767  source = "registry+https://github.com/rust-lang/crates.io-index"
2768  checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2769  
2770  [[package]]
2771  name = "phf"
2772  version = "0.11.2"
2773  source = "registry+https://github.com/rust-lang/crates.io-index"
2774  checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2775  dependencies = [
2776   "phf_macros",
2777   "phf_shared",
2778  ]
2779  
2780  [[package]]
2781  name = "phf_codegen"
2782  version = "0.11.2"
2783  source = "registry+https://github.com/rust-lang/crates.io-index"
2784  checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2785  dependencies = [
2786   "phf_generator",
2787   "phf_shared",
2788  ]
2789  
2790  [[package]]
2791  name = "phf_generator"
2792  version = "0.11.2"
2793  source = "registry+https://github.com/rust-lang/crates.io-index"
2794  checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2795  dependencies = [
2796   "phf_shared",
2797   "rand 0.8.5",
2798  ]
2799  
2800  [[package]]
2801  name = "phf_macros"
2802  version = "0.11.2"
2803  source = "registry+https://github.com/rust-lang/crates.io-index"
2804  checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2805  dependencies = [
2806   "phf_generator",
2807   "phf_shared",
2808   "proc-macro2",
2809   "quote",
2810   "syn 2.0.52",
2811  ]
2812  
2813  [[package]]
2814  name = "phf_shared"
2815  version = "0.11.2"
2816  source = "registry+https://github.com/rust-lang/crates.io-index"
2817  checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2818  dependencies = [
2819   "siphasher",
2820  ]
2821  
2822  [[package]]
2823  name = "pin-project-lite"
2824  version = "0.2.13"
2825  source = "registry+https://github.com/rust-lang/crates.io-index"
2826  checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2827  
2828  [[package]]
2829  name = "pin-utils"
2830  version = "0.1.0"
2831  source = "registry+https://github.com/rust-lang/crates.io-index"
2832  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2833  
2834  [[package]]
2835  name = "piper"
2836  version = "0.2.1"
2837  source = "registry+https://github.com/rust-lang/crates.io-index"
2838  checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
2839  dependencies = [
2840   "atomic-waker",
2841   "fastrand",
2842   "futures-io",
2843  ]
2844  
2845  [[package]]
2846  name = "pkg-config"
2847  version = "0.3.30"
2848  source = "registry+https://github.com/rust-lang/crates.io-index"
2849  checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2850  
2851  [[package]]
2852  name = "pmutil"
2853  version = "0.5.3"
2854  source = "registry+https://github.com/rust-lang/crates.io-index"
2855  checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
2856  dependencies = [
2857   "proc-macro2",
2858   "quote",
2859   "syn 1.0.109",
2860  ]
2861  
2862  [[package]]
2863  name = "png"
2864  version = "0.17.13"
2865  source = "registry+https://github.com/rust-lang/crates.io-index"
2866  checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
2867  dependencies = [
2868   "bitflags 1.3.2",
2869   "crc32fast",
2870   "fdeflate",
2871   "flate2",
2872   "miniz_oxide",
2873  ]
2874  
2875  [[package]]
2876  name = "polling"
2877  version = "3.5.0"
2878  source = "registry+https://github.com/rust-lang/crates.io-index"
2879  checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
2880  dependencies = [
2881   "cfg-if",
2882   "concurrent-queue",
2883   "pin-project-lite",
2884   "rustix",
2885   "tracing",
2886   "windows-sys 0.52.0",
2887  ]
2888  
2889  [[package]]
2890  name = "pollster"
2891  version = "0.3.0"
2892  source = "registry+https://github.com/rust-lang/crates.io-index"
2893  checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
2894  
2895  [[package]]
2896  name = "ppv-lite86"
2897  version = "0.2.17"
2898  source = "registry+https://github.com/rust-lang/crates.io-index"
2899  checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2900  
2901  [[package]]
2902  name = "presser"
2903  version = "0.3.1"
2904  source = "registry+https://github.com/rust-lang/crates.io-index"
2905  checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2906  
2907  [[package]]
2908  name = "proc-macro-crate"
2909  version = "1.3.1"
2910  source = "registry+https://github.com/rust-lang/crates.io-index"
2911  checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2912  dependencies = [
2913   "once_cell",
2914   "toml_edit 0.19.15",
2915  ]
2916  
2917  [[package]]
2918  name = "proc-macro-crate"
2919  version = "3.1.0"
2920  source = "registry+https://github.com/rust-lang/crates.io-index"
2921  checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2922  dependencies = [
2923   "toml_edit 0.21.1",
2924  ]
2925  
2926  [[package]]
2927  name = "proc-macro2"
2928  version = "1.0.78"
2929  source = "registry+https://github.com/rust-lang/crates.io-index"
2930  checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2931  dependencies = [
2932   "unicode-ident",
2933  ]
2934  
2935  [[package]]
2936  name = "profiling"
2937  version = "1.0.15"
2938  source = "registry+https://github.com/rust-lang/crates.io-index"
2939  checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2940  
2941  [[package]]
2942  name = "puruspe"
2943  version = "0.1.5"
2944  source = "registry+https://github.com/rust-lang/crates.io-index"
2945  checksum = "3b7e158a385023d209d6d5f2585c4b468f6dcb3dd5aca9b75c4f1678c05bb375"
2946  
2947  [[package]]
2948  name = "quick-xml"
2949  version = "0.31.0"
2950  source = "registry+https://github.com/rust-lang/crates.io-index"
2951  checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2952  dependencies = [
2953   "memchr",
2954  ]
2955  
2956  [[package]]
2957  name = "quote"
2958  version = "1.0.35"
2959  source = "registry+https://github.com/rust-lang/crates.io-index"
2960  checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2961  dependencies = [
2962   "proc-macro2",
2963  ]
2964  
2965  [[package]]
2966  name = "radium"
2967  version = "0.7.0"
2968  source = "registry+https://github.com/rust-lang/crates.io-index"
2969  checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2970  
2971  [[package]]
2972  name = "radix_trie"
2973  version = "0.2.1"
2974  source = "registry+https://github.com/rust-lang/crates.io-index"
2975  checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
2976  dependencies = [
2977   "endian-type",
2978   "nibble_vec",
2979  ]
2980  
2981  [[package]]
2982  name = "rand"
2983  version = "0.7.3"
2984  source = "registry+https://github.com/rust-lang/crates.io-index"
2985  checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2986  dependencies = [
2987   "getrandom 0.1.16",
2988   "libc",
2989   "rand_chacha 0.2.2",
2990   "rand_core 0.5.1",
2991   "rand_hc",
2992  ]
2993  
2994  [[package]]
2995  name = "rand"
2996  version = "0.8.5"
2997  source = "registry+https://github.com/rust-lang/crates.io-index"
2998  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2999  dependencies = [
3000   "libc",
3001   "rand_chacha 0.3.1",
3002   "rand_core 0.6.4",
3003  ]
3004  
3005  [[package]]
3006  name = "rand_chacha"
3007  version = "0.2.2"
3008  source = "registry+https://github.com/rust-lang/crates.io-index"
3009  checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3010  dependencies = [
3011   "ppv-lite86",
3012   "rand_core 0.5.1",
3013  ]
3014  
3015  [[package]]
3016  name = "rand_chacha"
3017  version = "0.3.1"
3018  source = "registry+https://github.com/rust-lang/crates.io-index"
3019  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3020  dependencies = [
3021   "ppv-lite86",
3022   "rand_core 0.6.4",
3023  ]
3024  
3025  [[package]]
3026  name = "rand_core"
3027  version = "0.5.1"
3028  source = "registry+https://github.com/rust-lang/crates.io-index"
3029  checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3030  dependencies = [
3031   "getrandom 0.1.16",
3032  ]
3033  
3034  [[package]]
3035  name = "rand_core"
3036  version = "0.6.4"
3037  source = "registry+https://github.com/rust-lang/crates.io-index"
3038  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3039  dependencies = [
3040   "getrandom 0.2.12",
3041  ]
3042  
3043  [[package]]
3044  name = "rand_hc"
3045  version = "0.2.0"
3046  source = "registry+https://github.com/rust-lang/crates.io-index"
3047  checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3048  dependencies = [
3049   "rand_core 0.5.1",
3050  ]
3051  
3052  [[package]]
3053  name = "range-alloc"
3054  version = "0.1.3"
3055  source = "registry+https://github.com/rust-lang/crates.io-index"
3056  checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
3057  
3058  [[package]]
3059  name = "rangemap"
3060  version = "1.5.1"
3061  source = "registry+https://github.com/rust-lang/crates.io-index"
3062  checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
3063  
3064  [[package]]
3065  name = "raw-window-handle"
3066  version = "0.6.0"
3067  source = "registry+https://github.com/rust-lang/crates.io-index"
3068  checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
3069  
3070  [[package]]
3071  name = "read-fonts"
3072  version = "0.16.0"
3073  source = "registry+https://github.com/rust-lang/crates.io-index"
3074  checksum = "81c524658d3b77930a391f559756d91dbe829ab6cf4687083f615d395df99722"
3075  dependencies = [
3076   "font-types",
3077  ]
3078  
3079  [[package]]
3080  name = "redox_syscall"
3081  version = "0.2.16"
3082  source = "registry+https://github.com/rust-lang/crates.io-index"
3083  checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3084  dependencies = [
3085   "bitflags 1.3.2",
3086  ]
3087  
3088  [[package]]
3089  name = "redox_syscall"
3090  version = "0.3.5"
3091  source = "registry+https://github.com/rust-lang/crates.io-index"
3092  checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
3093  dependencies = [
3094   "bitflags 1.3.2",
3095  ]
3096  
3097  [[package]]
3098  name = "redox_syscall"
3099  version = "0.4.1"
3100  source = "registry+https://github.com/rust-lang/crates.io-index"
3101  checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
3102  dependencies = [
3103   "bitflags 1.3.2",
3104  ]
3105  
3106  [[package]]
3107  name = "redox_users"
3108  version = "0.4.4"
3109  source = "registry+https://github.com/rust-lang/crates.io-index"
3110  checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
3111  dependencies = [
3112   "getrandom 0.2.12",
3113   "libredox 0.0.1",
3114   "thiserror",
3115  ]
3116  
3117  [[package]]
3118  name = "regex"
3119  version = "1.10.3"
3120  source = "registry+https://github.com/rust-lang/crates.io-index"
3121  checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
3122  dependencies = [
3123   "aho-corasick",
3124   "memchr",
3125   "regex-automata 0.4.6",
3126   "regex-syntax",
3127  ]
3128  
3129  [[package]]
3130  name = "regex-automata"
3131  version = "0.1.10"
3132  source = "registry+https://github.com/rust-lang/crates.io-index"
3133  checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3134  
3135  [[package]]
3136  name = "regex-automata"
3137  version = "0.4.6"
3138  source = "registry+https://github.com/rust-lang/crates.io-index"
3139  checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
3140  dependencies = [
3141   "aho-corasick",
3142   "memchr",
3143   "regex-syntax",
3144  ]
3145  
3146  [[package]]
3147  name = "regex-syntax"
3148  version = "0.8.2"
3149  source = "registry+https://github.com/rust-lang/crates.io-index"
3150  checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
3151  
3152  [[package]]
3153  name = "renderdoc-sys"
3154  version = "1.1.0"
3155  source = "registry+https://github.com/rust-lang/crates.io-index"
3156  checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
3157  
3158  [[package]]
3159  name = "result-like"
3160  version = "0.4.6"
3161  source = "registry+https://github.com/rust-lang/crates.io-index"
3162  checksum = "ccc7ce6435c33898517a30e85578cd204cbb696875efb93dec19a2d31294f810"
3163  dependencies = [
3164   "result-like-derive",
3165  ]
3166  
3167  [[package]]
3168  name = "result-like-derive"
3169  version = "0.4.6"
3170  source = "registry+https://github.com/rust-lang/crates.io-index"
3171  checksum = "1fabf0a2e54f711c68c50d49f648a1a8a37adcb57353f518ac4df374f0788f42"
3172  dependencies = [
3173   "pmutil",
3174   "proc-macro2",
3175   "quote",
3176   "syn 1.0.109",
3177   "syn-ext",
3178  ]
3179  
3180  [[package]]
3181  name = "rfd"
3182  version = "0.14.0"
3183  source = "registry+https://github.com/rust-lang/crates.io-index"
3184  checksum = "373d2fc6310e2d14943d4e66ebed5b774a2b6b3b1610e7377edf124fb2760d6b"
3185  dependencies = [
3186   "ashpd",
3187   "block",
3188   "dispatch",
3189   "js-sys",
3190   "log",
3191   "objc",
3192   "objc-foundation",
3193   "objc_id",
3194   "pollster",
3195   "raw-window-handle",
3196   "urlencoding",
3197   "wasm-bindgen",
3198   "wasm-bindgen-futures",
3199   "web-sys",
3200   "windows-sys 0.48.0",
3201  ]
3202  
3203  [[package]]
3204  name = "roxmltree"
3205  version = "0.19.0"
3206  source = "registry+https://github.com/rust-lang/crates.io-index"
3207  checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
3208  
3209  [[package]]
3210  name = "rustc-hash"
3211  version = "1.1.0"
3212  source = "registry+https://github.com/rust-lang/crates.io-index"
3213  checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3214  
3215  [[package]]
3216  name = "rustc_version"
3217  version = "0.4.0"
3218  source = "registry+https://github.com/rust-lang/crates.io-index"
3219  checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3220  dependencies = [
3221   "semver",
3222  ]
3223  
3224  [[package]]
3225  name = "rustix"
3226  version = "0.38.31"
3227  source = "registry+https://github.com/rust-lang/crates.io-index"
3228  checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
3229  dependencies = [
3230   "bitflags 2.4.2",
3231   "errno",
3232   "libc",
3233   "linux-raw-sys 0.4.13",
3234   "windows-sys 0.52.0",
3235  ]
3236  
3237  [[package]]
3238  name = "rustpython-ast"
3239  version = "0.3.0"
3240  source = "registry+https://github.com/rust-lang/crates.io-index"
3241  checksum = "fcf9438da3660e6b88bd659fdc0cd13bcff4b85c584026a48b800c75bf0f8d00"
3242  dependencies = [
3243   "is-macro",
3244   "malachite-bigint",
3245   "rustpython-literal",
3246   "rustpython-parser-core",
3247   "static_assertions",
3248  ]
3249  
3250  [[package]]
3251  name = "rustpython-codegen"
3252  version = "0.3.0"
3253  source = "registry+https://github.com/rust-lang/crates.io-index"
3254  checksum = "64534c30cdeec45117049dd803ac3b50966603cfcb0c52e8b9f16ab2d8953e3c"
3255  dependencies = [
3256   "ahash 0.7.8",
3257   "bitflags 2.4.2",
3258   "indexmap 1.9.3",
3259   "itertools 0.10.5",
3260   "log",
3261   "num-complex",
3262   "num-traits",
3263   "rustpython-ast",
3264   "rustpython-compiler-core",
3265   "rustpython-parser-core",
3266  ]
3267  
3268  [[package]]
3269  name = "rustpython-common"
3270  version = "0.3.0"
3271  source = "registry+https://github.com/rust-lang/crates.io-index"
3272  checksum = "8157ca531b9ef900bdbaf10febfabff0ad900d59f93706f2472e1086fac3d1a4"
3273  dependencies = [
3274   "ascii",
3275   "bitflags 2.4.2",
3276   "bstr",
3277   "cfg-if",
3278   "itertools 0.10.5",
3279   "libc",
3280   "lock_api",
3281   "malachite-base",
3282   "malachite-bigint",
3283   "malachite-q",
3284   "num-complex",
3285   "num-traits",
3286   "once_cell",
3287   "radium",
3288   "rand 0.8.5",
3289   "rustpython-format",
3290   "siphasher",
3291   "volatile",
3292   "widestring 0.5.1",
3293  ]
3294  
3295  [[package]]
3296  name = "rustpython-compiler"
3297  version = "0.3.0"
3298  source = "registry+https://github.com/rust-lang/crates.io-index"
3299  checksum = "7e8550d34613e8d9602333de76eda2a33ac9e3608b019ec2ae65f4a1d4d434c7"
3300  dependencies = [
3301   "rustpython-codegen",
3302   "rustpython-compiler-core",
3303   "rustpython-parser",
3304  ]
3305  
3306  [[package]]
3307  name = "rustpython-compiler-core"
3308  version = "0.3.0"
3309  source = "registry+https://github.com/rust-lang/crates.io-index"
3310  checksum = "98c36b09c4c3b13c2617274a26087ec183a594542111ba3533c089743dff5712"
3311  dependencies = [
3312   "bitflags 2.4.2",
3313   "itertools 0.10.5",
3314   "lz4_flex",
3315   "malachite-bigint",
3316   "num-complex",
3317   "rustpython-parser-core",
3318  ]
3319  
3320  [[package]]
3321  name = "rustpython-derive"
3322  version = "0.3.0"
3323  source = "registry+https://github.com/rust-lang/crates.io-index"
3324  checksum = "6fc395f86d58a513a3c278ddb0be47c99569e53482e6b1046eeea3167c6796a0"
3325  dependencies = [
3326   "rustpython-compiler",
3327   "rustpython-derive-impl",
3328   "syn 1.0.109",
3329  ]
3330  
3331  [[package]]
3332  name = "rustpython-derive-impl"
3333  version = "0.3.0"
3334  source = "registry+https://github.com/rust-lang/crates.io-index"
3335  checksum = "43cb4d2122d3e3b3a5b9dd8e702361099ec0cad5092cd919a553b8079ef501b8"
3336  dependencies = [
3337   "itertools 0.10.5",
3338   "maplit",
3339   "once_cell",
3340   "proc-macro2",
3341   "quote",
3342   "rustpython-compiler-core",
3343   "rustpython-doc",
3344   "rustpython-parser-core",
3345   "syn 1.0.109",
3346   "syn-ext",
3347   "textwrap",
3348  ]
3349  
3350  [[package]]
3351  name = "rustpython-doc"
3352  version = "0.3.0"
3353  source = "registry+https://github.com/rust-lang/crates.io-index"
3354  checksum = "1885d19895d9d29656a8a2b33e967a482b92f3d891b4fd923e40849714051bcd"
3355  dependencies = [
3356   "once_cell",
3357  ]
3358  
3359  [[package]]
3360  name = "rustpython-format"
3361  version = "0.3.0"
3362  source = "registry+https://github.com/rust-lang/crates.io-index"
3363  checksum = "d9855f074d0285f7df9b3816735caac85fd16de83a6dda39ac2cadceff9bda69"
3364  dependencies = [
3365   "bitflags 2.4.2",
3366   "itertools 0.10.5",
3367   "malachite-bigint",
3368   "num-traits",
3369   "rustpython-literal",
3370  ]
3371  
3372  [[package]]
3373  name = "rustpython-literal"
3374  version = "0.3.0"
3375  source = "registry+https://github.com/rust-lang/crates.io-index"
3376  checksum = "f5d470a3e68cd776bb7590363d75c72d94b51e917847721847ab505c98b9397a"
3377  dependencies = [
3378   "hexf-parse",
3379   "is-macro",
3380   "lexical-parse-float",
3381   "num-traits",
3382   "unic-ucd-category",
3383  ]
3384  
3385  [[package]]
3386  name = "rustpython-parser"
3387  version = "0.3.0"
3388  source = "registry+https://github.com/rust-lang/crates.io-index"
3389  checksum = "9db993974ff12f33c5be8a801741463691502f85ead5c503277937c4077bd92a"
3390  dependencies = [
3391   "anyhow",
3392   "is-macro",
3393   "itertools 0.10.5",
3394   "lalrpop-util",
3395   "log",
3396   "malachite-bigint",
3397   "num-traits",
3398   "phf",
3399   "phf_codegen",
3400   "rustc-hash",
3401   "rustpython-ast",
3402   "rustpython-parser-core",
3403   "tiny-keccak",
3404   "unic-emoji-char",
3405   "unic-ucd-ident",
3406   "unicode_names2",
3407  ]
3408  
3409  [[package]]
3410  name = "rustpython-parser-core"
3411  version = "0.3.0"
3412  source = "registry+https://github.com/rust-lang/crates.io-index"
3413  checksum = "5e9d560c6dd4dc774d4bbad48c770e074c178c4ed5f6fd0521fcdb639af21bdd"
3414  dependencies = [
3415   "is-macro",
3416   "memchr",
3417   "rustpython-parser-vendored",
3418  ]
3419  
3420  [[package]]
3421  name = "rustpython-parser-vendored"
3422  version = "0.3.0"
3423  source = "registry+https://github.com/rust-lang/crates.io-index"
3424  checksum = "17ae3062d7fe5fe38073f3a1c7145ed9a04e15f6e4a596d642c7db2d5cd2b51b"
3425  dependencies = [
3426   "memchr",
3427   "once_cell",
3428  ]
3429  
3430  [[package]]
3431  name = "rustpython-pylib"
3432  version = "0.3.0"
3433  source = "registry+https://github.com/rust-lang/crates.io-index"
3434  checksum = "b9936530f5ddf83aa5574fd1863d2a4a7e2b45d35043d4a8c324cb109b560200"
3435  dependencies = [
3436   "glob",
3437   "rustpython-compiler-core",
3438   "rustpython-derive",
3439  ]
3440  
3441  [[package]]
3442  name = "rustpython-stdlib"
3443  version = "0.3.0"
3444  source = "registry+https://github.com/rust-lang/crates.io-index"
3445  checksum = "aee9a4e15f0384e58c5cb388d4091a06aabcda944e71adc316e2e84a51b2176a"
3446  dependencies = [
3447   "adler32",
3448   "ahash 0.7.8",
3449   "ascii",
3450   "base64",
3451   "blake2",
3452   "cfg-if",
3453   "crc32fast",
3454   "crossbeam-utils",
3455   "csv-core",
3456   "digest 0.10.7",
3457   "dns-lookup",
3458   "dyn-clone",
3459   "flate2",
3460   "gethostname 0.2.3",
3461   "hex",
3462   "itertools 0.10.5",
3463   "libc",
3464   "libsqlite3-sys",
3465   "mac_address",
3466   "malachite-bigint",
3467   "md-5",
3468   "memchr",
3469   "memmap2 0.5.10",
3470   "mt19937",
3471   "nix 0.26.4",
3472   "num-complex",
3473   "num-integer",
3474   "num-traits",
3475   "num_enum 0.5.11",
3476   "once_cell",
3477   "page_size",
3478   "parking_lot 0.12.1",
3479   "paste",
3480   "puruspe",
3481   "rand 0.8.5",
3482   "rand_core 0.6.4",
3483   "rustpython-common",
3484   "rustpython-derive",
3485   "rustpython-vm",
3486   "schannel",
3487   "sha-1",
3488   "sha2",
3489   "sha3 0.10.8",
3490   "socket2",
3491   "system-configuration",
3492   "termios",
3493   "ucd",
3494   "unic-char-property",
3495   "unic-normal",
3496   "unic-ucd-age",
3497   "unic-ucd-bidi",
3498   "unic-ucd-category",
3499   "unic-ucd-ident",
3500   "unicode-casing",
3501   "unicode_names2",
3502   "uuid",
3503   "widestring 0.5.1",
3504   "winapi",
3505   "xml-rs",
3506  ]
3507  
3508  [[package]]
3509  name = "rustpython-vm"
3510  version = "0.3.0"
3511  source = "registry+https://github.com/rust-lang/crates.io-index"
3512  checksum = "e2d39e99834033f1313cf80279a7d37f7a83b56a5fad8194f20790bdf303419a"
3513  dependencies = [
3514   "ahash 0.7.8",
3515   "ascii",
3516   "atty",
3517   "bitflags 2.4.2",
3518   "bstr",
3519   "caseless",
3520   "cfg-if",
3521   "chrono",
3522   "crossbeam-utils",
3523   "exitcode",
3524   "getrandom 0.2.12",
3525   "glob",
3526   "half 1.8.3",
3527   "hex",
3528   "indexmap 1.9.3",
3529   "is-macro",
3530   "itertools 0.10.5",
3531   "libc",
3532   "log",
3533   "malachite-bigint",
3534   "memchr",
3535   "memoffset 0.6.5",
3536   "nix 0.26.4",
3537   "num-complex",
3538   "num-integer",
3539   "num-traits",
3540   "num_cpus",
3541   "num_enum 0.5.11",
3542   "once_cell",
3543   "optional",
3544   "parking_lot 0.12.1",
3545   "paste",
3546   "rand 0.8.5",
3547   "result-like",
3548   "rustc_version",
3549   "rustpython-ast",
3550   "rustpython-codegen",
3551   "rustpython-common",
3552   "rustpython-compiler",
3553   "rustpython-compiler-core",
3554   "rustpython-derive",
3555   "rustpython-format",
3556   "rustpython-literal",
3557   "rustpython-parser",
3558   "rustpython-parser-core",
3559   "rustyline",
3560   "schannel",
3561   "sre-engine",
3562   "static_assertions",
3563   "strum",
3564   "strum_macros",
3565   "thiserror",
3566   "thread_local",
3567   "timsort",
3568   "uname",
3569   "unic-ucd-bidi",
3570   "unic-ucd-category",
3571   "unic-ucd-ident",
3572   "unicode-casing",
3573   "unicode_names2",
3574   "wasm-bindgen",
3575   "which",
3576   "widestring 0.5.1",
3577   "winapi",
3578   "windows 0.39.0",
3579   "winreg",
3580  ]
3581  
3582  [[package]]
3583  name = "rustversion"
3584  version = "1.0.14"
3585  source = "registry+https://github.com/rust-lang/crates.io-index"
3586  checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
3587  
3588  [[package]]
3589  name = "rustybuzz"
3590  version = "0.11.0"
3591  source = "registry+https://github.com/rust-lang/crates.io-index"
3592  checksum = "2ee8fe2a8461a0854a37101fe7a1b13998d0cfa987e43248e81d2a5f4570f6fa"
3593  dependencies = [
3594   "bitflags 1.3.2",
3595   "bytemuck",
3596   "libm",
3597   "smallvec",
3598   "ttf-parser 0.20.0",
3599   "unicode-bidi-mirroring",
3600   "unicode-ccc",
3601   "unicode-properties",
3602   "unicode-script",
3603  ]
3604  
3605  [[package]]
3606  name = "rustyline"
3607  version = "11.0.0"
3608  source = "registry+https://github.com/rust-lang/crates.io-index"
3609  checksum = "5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece"
3610  dependencies = [
3611   "bitflags 1.3.2",
3612   "cfg-if",
3613   "clipboard-win 4.5.0",
3614   "dirs-next",
3615   "fd-lock",
3616   "libc",
3617   "log",
3618   "memchr",
3619   "nix 0.26.4",
3620   "radix_trie",
3621   "scopeguard",
3622   "unicode-segmentation",
3623   "unicode-width",
3624   "utf8parse",
3625   "winapi",
3626  ]
3627  
3628  [[package]]
3629  name = "ryu"
3630  version = "1.0.17"
3631  source = "registry+https://github.com/rust-lang/crates.io-index"
3632  checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
3633  
3634  [[package]]
3635  name = "same-file"
3636  version = "1.0.6"
3637  source = "registry+https://github.com/rust-lang/crates.io-index"
3638  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3639  dependencies = [
3640   "winapi-util",
3641  ]
3642  
3643  [[package]]
3644  name = "schannel"
3645  version = "0.1.23"
3646  source = "registry+https://github.com/rust-lang/crates.io-index"
3647  checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3648  dependencies = [
3649   "windows-sys 0.52.0",
3650  ]
3651  
3652  [[package]]
3653  name = "scoped-tls"
3654  version = "1.0.1"
3655  source = "registry+https://github.com/rust-lang/crates.io-index"
3656  checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3657  
3658  [[package]]
3659  name = "scopeguard"
3660  version = "1.2.0"
3661  source = "registry+https://github.com/rust-lang/crates.io-index"
3662  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3663  
3664  [[package]]
3665  name = "sctk-adwaita"
3666  version = "0.8.1"
3667  source = "registry+https://github.com/rust-lang/crates.io-index"
3668  checksum = "82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550"
3669  dependencies = [
3670   "ab_glyph",
3671   "log",
3672   "memmap2 0.9.4",
3673   "smithay-client-toolkit",
3674   "tiny-skia",
3675  ]
3676  
3677  [[package]]
3678  name = "self_cell"
3679  version = "1.0.3"
3680  source = "registry+https://github.com/rust-lang/crates.io-index"
3681  checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
3682  
3683  [[package]]
3684  name = "semver"
3685  version = "1.0.22"
3686  source = "registry+https://github.com/rust-lang/crates.io-index"
3687  checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
3688  
3689  [[package]]
3690  name = "serde"
3691  version = "1.0.197"
3692  source = "registry+https://github.com/rust-lang/crates.io-index"
3693  checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
3694  dependencies = [
3695   "serde_derive",
3696  ]
3697  
3698  [[package]]
3699  name = "serde_derive"
3700  version = "1.0.197"
3701  source = "registry+https://github.com/rust-lang/crates.io-index"
3702  checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
3703  dependencies = [
3704   "proc-macro2",
3705   "quote",
3706   "syn 2.0.52",
3707  ]
3708  
3709  [[package]]
3710  name = "serde_json"
3711  version = "1.0.115"
3712  source = "registry+https://github.com/rust-lang/crates.io-index"
3713  checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
3714  dependencies = [
3715   "itoa",
3716   "ryu",
3717   "serde",
3718  ]
3719  
3720  [[package]]
3721  name = "serde_repr"
3722  version = "0.1.18"
3723  source = "registry+https://github.com/rust-lang/crates.io-index"
3724  checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
3725  dependencies = [
3726   "proc-macro2",
3727   "quote",
3728   "syn 2.0.52",
3729  ]
3730  
3731  [[package]]
3732  name = "sha-1"
3733  version = "0.10.1"
3734  source = "registry+https://github.com/rust-lang/crates.io-index"
3735  checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
3736  dependencies = [
3737   "cfg-if",
3738   "cpufeatures",
3739   "digest 0.10.7",
3740  ]
3741  
3742  [[package]]
3743  name = "sha1"
3744  version = "0.10.6"
3745  source = "registry+https://github.com/rust-lang/crates.io-index"
3746  checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3747  dependencies = [
3748   "cfg-if",
3749   "cpufeatures",
3750   "digest 0.10.7",
3751  ]
3752  
3753  [[package]]
3754  name = "sha2"
3755  version = "0.10.8"
3756  source = "registry+https://github.com/rust-lang/crates.io-index"
3757  checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3758  dependencies = [
3759   "cfg-if",
3760   "cpufeatures",
3761   "digest 0.10.7",
3762  ]
3763  
3764  [[package]]
3765  name = "sha3"
3766  version = "0.9.1"
3767  source = "registry+https://github.com/rust-lang/crates.io-index"
3768  checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
3769  dependencies = [
3770   "block-buffer 0.9.0",
3771   "digest 0.9.0",
3772   "keccak",
3773   "opaque-debug",
3774  ]
3775  
3776  [[package]]
3777  name = "sha3"
3778  version = "0.10.8"
3779  source = "registry+https://github.com/rust-lang/crates.io-index"
3780  checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
3781  dependencies = [
3782   "digest 0.10.7",
3783   "keccak",
3784  ]
3785  
3786  [[package]]
3787  name = "signal-hook-registry"
3788  version = "1.4.1"
3789  source = "registry+https://github.com/rust-lang/crates.io-index"
3790  checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3791  dependencies = [
3792   "libc",
3793  ]
3794  
3795  [[package]]
3796  name = "simd-adler32"
3797  version = "0.3.7"
3798  source = "registry+https://github.com/rust-lang/crates.io-index"
3799  checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3800  
3801  [[package]]
3802  name = "siphasher"
3803  version = "0.3.11"
3804  source = "registry+https://github.com/rust-lang/crates.io-index"
3805  checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3806  
3807  [[package]]
3808  name = "slab"
3809  version = "0.4.9"
3810  source = "registry+https://github.com/rust-lang/crates.io-index"
3811  checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3812  dependencies = [
3813   "autocfg",
3814  ]
3815  
3816  [[package]]
3817  name = "slotmap"
3818  version = "1.0.7"
3819  source = "registry+https://github.com/rust-lang/crates.io-index"
3820  checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
3821  dependencies = [
3822   "version_check",
3823  ]
3824  
3825  [[package]]
3826  name = "smallvec"
3827  version = "1.13.1"
3828  source = "registry+https://github.com/rust-lang/crates.io-index"
3829  checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
3830  
3831  [[package]]
3832  name = "smithay-client-toolkit"
3833  version = "0.18.1"
3834  source = "registry+https://github.com/rust-lang/crates.io-index"
3835  checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
3836  dependencies = [
3837   "bitflags 2.4.2",
3838   "calloop",
3839   "calloop-wayland-source",
3840   "cursor-icon",
3841   "libc",
3842   "log",
3843   "memmap2 0.9.4",
3844   "rustix",
3845   "thiserror",
3846   "wayland-backend",
3847   "wayland-client",
3848   "wayland-csd-frame",
3849   "wayland-cursor",
3850   "wayland-protocols",
3851   "wayland-protocols-wlr",
3852   "wayland-scanner",
3853   "xkeysym",
3854  ]
3855  
3856  [[package]]
3857  name = "smithay-clipboard"
3858  version = "0.7.1"
3859  source = "registry+https://github.com/rust-lang/crates.io-index"
3860  checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
3861  dependencies = [
3862   "libc",
3863   "smithay-client-toolkit",
3864   "wayland-backend",
3865  ]
3866  
3867  [[package]]
3868  name = "smol_str"
3869  version = "0.2.1"
3870  source = "registry+https://github.com/rust-lang/crates.io-index"
3871  checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
3872  dependencies = [
3873   "serde",
3874  ]
3875  
3876  [[package]]
3877  name = "socket2"
3878  version = "0.4.10"
3879  source = "registry+https://github.com/rust-lang/crates.io-index"
3880  checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3881  dependencies = [
3882   "libc",
3883   "winapi",
3884  ]
3885  
3886  [[package]]
3887  name = "softbuffer"
3888  version = "0.4.1"
3889  source = "registry+https://github.com/rust-lang/crates.io-index"
3890  checksum = "071916a85d1db274b4ed57af3a14afb66bd836ae7f82ebb6f1fd3455107830d9"
3891  dependencies = [
3892   "as-raw-xcb-connection",
3893   "bytemuck",
3894   "cfg_aliases 0.2.0",
3895   "cocoa",
3896   "core-graphics",
3897   "drm",
3898   "fastrand",
3899   "foreign-types",
3900   "js-sys",
3901   "log",
3902   "memmap2 0.9.4",
3903   "objc",
3904   "raw-window-handle",
3905   "redox_syscall 0.4.1",
3906   "rustix",
3907   "tiny-xlib",
3908   "wasm-bindgen",
3909   "wayland-backend",
3910   "wayland-client",
3911   "wayland-sys",
3912   "web-sys",
3913   "windows-sys 0.52.0",
3914   "x11rb",
3915  ]
3916  
3917  [[package]]
3918  name = "spirv"
3919  version = "0.3.0+sdk-1.3.268.0"
3920  source = "registry+https://github.com/rust-lang/crates.io-index"
3921  checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
3922  dependencies = [
3923   "bitflags 2.4.2",
3924  ]
3925  
3926  [[package]]
3927  name = "sre-engine"
3928  version = "0.4.3"
3929  source = "registry+https://github.com/rust-lang/crates.io-index"
3930  checksum = "1120e6a8cbd4d85d5532d2e8a245aef2128e1853981f8b6d9943264184843102"
3931  dependencies = [
3932   "bitflags 2.4.2",
3933   "num_enum 0.5.11",
3934   "optional",
3935  ]
3936  
3937  [[package]]
3938  name = "static_assertions"
3939  version = "1.1.0"
3940  source = "registry+https://github.com/rust-lang/crates.io-index"
3941  checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3942  
3943  [[package]]
3944  name = "str-buf"
3945  version = "1.0.6"
3946  source = "registry+https://github.com/rust-lang/crates.io-index"
3947  checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
3948  
3949  [[package]]
3950  name = "strict-num"
3951  version = "0.1.1"
3952  source = "registry+https://github.com/rust-lang/crates.io-index"
3953  checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3954  
3955  [[package]]
3956  name = "strum"
3957  version = "0.24.1"
3958  source = "registry+https://github.com/rust-lang/crates.io-index"
3959  checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
3960  
3961  [[package]]
3962  name = "strum_macros"
3963  version = "0.24.3"
3964  source = "registry+https://github.com/rust-lang/crates.io-index"
3965  checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
3966  dependencies = [
3967   "heck",
3968   "proc-macro2",
3969   "quote",
3970   "rustversion",
3971   "syn 1.0.109",
3972  ]
3973  
3974  [[package]]
3975  name = "subtle"
3976  version = "2.5.0"
3977  source = "registry+https://github.com/rust-lang/crates.io-index"
3978  checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3979  
3980  [[package]]
3981  name = "svg_fmt"
3982  version = "0.4.2"
3983  source = "registry+https://github.com/rust-lang/crates.io-index"
3984  checksum = "f83ba502a3265efb76efb89b0a2f7782ad6f2675015d4ce37e4b547dda42b499"
3985  
3986  [[package]]
3987  name = "swash"
3988  version = "0.1.13"
3989  source = "registry+https://github.com/rust-lang/crates.io-index"
3990  checksum = "9af636fb90d39858650cae1088a37e2862dab4e874a0bb49d6dfb5b2dacf0e24"
3991  dependencies = [
3992   "read-fonts",
3993   "yazi",
3994   "zeno",
3995  ]
3996  
3997  [[package]]
3998  name = "syn"
3999  version = "1.0.109"
4000  source = "registry+https://github.com/rust-lang/crates.io-index"
4001  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4002  dependencies = [
4003   "proc-macro2",
4004   "quote",
4005   "unicode-ident",
4006  ]
4007  
4008  [[package]]
4009  name = "syn"
4010  version = "2.0.52"
4011  source = "registry+https://github.com/rust-lang/crates.io-index"
4012  checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
4013  dependencies = [
4014   "proc-macro2",
4015   "quote",
4016   "unicode-ident",
4017  ]
4018  
4019  [[package]]
4020  name = "syn-ext"
4021  version = "0.4.0"
4022  source = "registry+https://github.com/rust-lang/crates.io-index"
4023  checksum = "9b86cb2b68c5b3c078cac02588bc23f3c04bb828c5d3aedd17980876ec6a7be6"
4024  dependencies = [
4025   "syn 1.0.109",
4026  ]
4027  
4028  [[package]]
4029  name = "sys-locale"
4030  version = "0.3.1"
4031  source = "registry+https://github.com/rust-lang/crates.io-index"
4032  checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
4033  dependencies = [
4034   "libc",
4035  ]
4036  
4037  [[package]]
4038  name = "system-configuration"
4039  version = "0.5.1"
4040  source = "registry+https://github.com/rust-lang/crates.io-index"
4041  checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
4042  dependencies = [
4043   "bitflags 1.3.2",
4044   "core-foundation",
4045   "system-configuration-sys",
4046  ]
4047  
4048  [[package]]
4049  name = "system-configuration-sys"
4050  version = "0.5.0"
4051  source = "registry+https://github.com/rust-lang/crates.io-index"
4052  checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
4053  dependencies = [
4054   "core-foundation-sys",
4055   "libc",
4056  ]
4057  
4058  [[package]]
4059  name = "tempfile"
4060  version = "3.10.1"
4061  source = "registry+https://github.com/rust-lang/crates.io-index"
4062  checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
4063  dependencies = [
4064   "cfg-if",
4065   "fastrand",
4066   "rustix",
4067   "windows-sys 0.52.0",
4068  ]
4069  
4070  [[package]]
4071  name = "termcolor"
4072  version = "1.4.1"
4073  source = "registry+https://github.com/rust-lang/crates.io-index"
4074  checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4075  dependencies = [
4076   "winapi-util",
4077  ]
4078  
4079  [[package]]
4080  name = "termios"
4081  version = "0.3.3"
4082  source = "registry+https://github.com/rust-lang/crates.io-index"
4083  checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
4084  dependencies = [
4085   "libc",
4086  ]
4087  
4088  [[package]]
4089  name = "textwrap"
4090  version = "0.15.2"
4091  source = "registry+https://github.com/rust-lang/crates.io-index"
4092  checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
4093  
4094  [[package]]
4095  name = "thiserror"
4096  version = "1.0.58"
4097  source = "registry+https://github.com/rust-lang/crates.io-index"
4098  checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
4099  dependencies = [
4100   "thiserror-impl",
4101  ]
4102  
4103  [[package]]
4104  name = "thiserror-impl"
4105  version = "1.0.58"
4106  source = "registry+https://github.com/rust-lang/crates.io-index"
4107  checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
4108  dependencies = [
4109   "proc-macro2",
4110   "quote",
4111   "syn 2.0.52",
4112  ]
4113  
4114  [[package]]
4115  name = "thread_local"
4116  version = "1.1.8"
4117  source = "registry+https://github.com/rust-lang/crates.io-index"
4118  checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
4119  dependencies = [
4120   "cfg-if",
4121   "once_cell",
4122  ]
4123  
4124  [[package]]
4125  name = "timsort"
4126  version = "0.1.3"
4127  source = "registry+https://github.com/rust-lang/crates.io-index"
4128  checksum = "639ce8ef6d2ba56be0383a94dd13b92138d58de44c62618303bb798fa92bdc00"
4129  
4130  [[package]]
4131  name = "tiny-keccak"
4132  version = "2.0.2"
4133  source = "registry+https://github.com/rust-lang/crates.io-index"
4134  checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
4135  dependencies = [
4136   "crunchy",
4137  ]
4138  
4139  [[package]]
4140  name = "tiny-skia"
4141  version = "0.11.4"
4142  source = "registry+https://github.com/rust-lang/crates.io-index"
4143  checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
4144  dependencies = [
4145   "arrayref",
4146   "arrayvec",
4147   "bytemuck",
4148   "cfg-if",
4149   "log",
4150   "png",
4151   "tiny-skia-path",
4152  ]
4153  
4154  [[package]]
4155  name = "tiny-skia-path"
4156  version = "0.11.4"
4157  source = "registry+https://github.com/rust-lang/crates.io-index"
4158  checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
4159  dependencies = [
4160   "arrayref",
4161   "bytemuck",
4162   "strict-num",
4163  ]
4164  
4165  [[package]]
4166  name = "tiny-xlib"
4167  version = "0.2.2"
4168  source = "registry+https://github.com/rust-lang/crates.io-index"
4169  checksum = "d4098d49269baa034a8d1eae9bd63e9fa532148d772121dace3bcd6a6c98eb6d"
4170  dependencies = [
4171   "as-raw-xcb-connection",
4172   "ctor",
4173   "libloading 0.8.3",
4174   "tracing",
4175  ]
4176  
4177  [[package]]
4178  name = "tinyvec"
4179  version = "1.6.0"
4180  source = "registry+https://github.com/rust-lang/crates.io-index"
4181  checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4182  dependencies = [
4183   "tinyvec_macros",
4184  ]
4185  
4186  [[package]]
4187  name = "tinyvec_macros"
4188  version = "0.1.1"
4189  source = "registry+https://github.com/rust-lang/crates.io-index"
4190  checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4191  
4192  [[package]]
4193  name = "toml_datetime"
4194  version = "0.6.5"
4195  source = "registry+https://github.com/rust-lang/crates.io-index"
4196  checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
4197  
4198  [[package]]
4199  name = "toml_edit"
4200  version = "0.19.15"
4201  source = "registry+https://github.com/rust-lang/crates.io-index"
4202  checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4203  dependencies = [
4204   "indexmap 2.2.6",
4205   "toml_datetime",
4206   "winnow",
4207  ]
4208  
4209  [[package]]
4210  name = "toml_edit"
4211  version = "0.21.1"
4212  source = "registry+https://github.com/rust-lang/crates.io-index"
4213  checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
4214  dependencies = [
4215   "indexmap 2.2.6",
4216   "toml_datetime",
4217   "winnow",
4218  ]
4219  
4220  [[package]]
4221  name = "tracing"
4222  version = "0.1.40"
4223  source = "registry+https://github.com/rust-lang/crates.io-index"
4224  checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
4225  dependencies = [
4226   "pin-project-lite",
4227   "tracing-attributes",
4228   "tracing-core",
4229  ]
4230  
4231  [[package]]
4232  name = "tracing-attributes"
4233  version = "0.1.27"
4234  source = "registry+https://github.com/rust-lang/crates.io-index"
4235  checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
4236  dependencies = [
4237   "proc-macro2",
4238   "quote",
4239   "syn 2.0.52",
4240  ]
4241  
4242  [[package]]
4243  name = "tracing-core"
4244  version = "0.1.32"
4245  source = "registry+https://github.com/rust-lang/crates.io-index"
4246  checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
4247  dependencies = [
4248   "once_cell",
4249  ]
4250  
4251  [[package]]
4252  name = "ttf-parser"
4253  version = "0.19.2"
4254  source = "registry+https://github.com/rust-lang/crates.io-index"
4255  checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1"
4256  
4257  [[package]]
4258  name = "ttf-parser"
4259  version = "0.20.0"
4260  source = "registry+https://github.com/rust-lang/crates.io-index"
4261  checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
4262  
4263  [[package]]
4264  name = "twox-hash"
4265  version = "1.6.3"
4266  source = "registry+https://github.com/rust-lang/crates.io-index"
4267  checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
4268  dependencies = [
4269   "cfg-if",
4270   "static_assertions",
4271  ]
4272  
4273  [[package]]
4274  name = "typenum"
4275  version = "1.17.0"
4276  source = "registry+https://github.com/rust-lang/crates.io-index"
4277  checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4278  
4279  [[package]]
4280  name = "ucd"
4281  version = "0.1.1"
4282  source = "registry+https://github.com/rust-lang/crates.io-index"
4283  checksum = "fe4fa6e588762366f1eb4991ce59ad1b93651d0b769dfb4e4d1c5c4b943d1159"
4284  
4285  [[package]]
4286  name = "uds_windows"
4287  version = "1.1.0"
4288  source = "registry+https://github.com/rust-lang/crates.io-index"
4289  checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
4290  dependencies = [
4291   "memoffset 0.9.0",
4292   "tempfile",
4293   "winapi",
4294  ]
4295  
4296  [[package]]
4297  name = "uname"
4298  version = "0.1.1"
4299  source = "registry+https://github.com/rust-lang/crates.io-index"
4300  checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
4301  dependencies = [
4302   "libc",
4303  ]
4304  
4305  [[package]]
4306  name = "unic-char-property"
4307  version = "0.9.0"
4308  source = "registry+https://github.com/rust-lang/crates.io-index"
4309  checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
4310  dependencies = [
4311   "unic-char-range",
4312  ]
4313  
4314  [[package]]
4315  name = "unic-char-range"
4316  version = "0.9.0"
4317  source = "registry+https://github.com/rust-lang/crates.io-index"
4318  checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
4319  
4320  [[package]]
4321  name = "unic-common"
4322  version = "0.9.0"
4323  source = "registry+https://github.com/rust-lang/crates.io-index"
4324  checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
4325  
4326  [[package]]
4327  name = "unic-emoji-char"
4328  version = "0.9.0"
4329  source = "registry+https://github.com/rust-lang/crates.io-index"
4330  checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
4331  dependencies = [
4332   "unic-char-property",
4333   "unic-char-range",
4334   "unic-ucd-version",
4335  ]
4336  
4337  [[package]]
4338  name = "unic-normal"
4339  version = "0.9.0"
4340  source = "registry+https://github.com/rust-lang/crates.io-index"
4341  checksum = "f09d64d33589a94628bc2aeb037f35c2e25f3f049c7348b5aa5580b48e6bba62"
4342  dependencies = [
4343   "unic-ucd-normal",
4344  ]
4345  
4346  [[package]]
4347  name = "unic-ucd-age"
4348  version = "0.9.0"
4349  source = "registry+https://github.com/rust-lang/crates.io-index"
4350  checksum = "6c8cfdfe71af46b871dc6af2c24fcd360e2f3392ee4c5111877f2947f311671c"
4351  dependencies = [
4352   "unic-char-property",
4353   "unic-char-range",
4354   "unic-ucd-version",
4355  ]
4356  
4357  [[package]]
4358  name = "unic-ucd-bidi"
4359  version = "0.9.0"
4360  source = "registry+https://github.com/rust-lang/crates.io-index"
4361  checksum = "d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c"
4362  dependencies = [
4363   "unic-char-property",
4364   "unic-char-range",
4365   "unic-ucd-version",
4366  ]
4367  
4368  [[package]]
4369  name = "unic-ucd-category"
4370  version = "0.9.0"
4371  source = "registry+https://github.com/rust-lang/crates.io-index"
4372  checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0"
4373  dependencies = [
4374   "matches",
4375   "unic-char-property",
4376   "unic-char-range",
4377   "unic-ucd-version",
4378  ]
4379  
4380  [[package]]
4381  name = "unic-ucd-hangul"
4382  version = "0.9.0"
4383  source = "registry+https://github.com/rust-lang/crates.io-index"
4384  checksum = "eb1dc690e19010e1523edb9713224cba5ef55b54894fe33424439ec9a40c0054"
4385  dependencies = [
4386   "unic-ucd-version",
4387  ]
4388  
4389  [[package]]
4390  name = "unic-ucd-ident"
4391  version = "0.9.0"
4392  source = "registry+https://github.com/rust-lang/crates.io-index"
4393  checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
4394  dependencies = [
4395   "unic-char-property",
4396   "unic-char-range",
4397   "unic-ucd-version",
4398  ]
4399  
4400  [[package]]
4401  name = "unic-ucd-normal"
4402  version = "0.9.0"
4403  source = "registry+https://github.com/rust-lang/crates.io-index"
4404  checksum = "86aed873b8202d22b13859dda5fe7c001d271412c31d411fd9b827e030569410"
4405  dependencies = [
4406   "unic-char-property",
4407   "unic-char-range",
4408   "unic-ucd-hangul",
4409   "unic-ucd-version",
4410  ]
4411  
4412  [[package]]
4413  name = "unic-ucd-version"
4414  version = "0.9.0"
4415  source = "registry+https://github.com/rust-lang/crates.io-index"
4416  checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
4417  dependencies = [
4418   "unic-common",
4419  ]
4420  
4421  [[package]]
4422  name = "unicode-bidi"
4423  version = "0.3.15"
4424  source = "registry+https://github.com/rust-lang/crates.io-index"
4425  checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
4426  
4427  [[package]]
4428  name = "unicode-bidi-mirroring"
4429  version = "0.1.0"
4430  source = "registry+https://github.com/rust-lang/crates.io-index"
4431  checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
4432  
4433  [[package]]
4434  name = "unicode-casing"
4435  version = "0.1.0"
4436  source = "registry+https://github.com/rust-lang/crates.io-index"
4437  checksum = "623f59e6af2a98bdafeb93fa277ac8e1e40440973001ca15cf4ae1541cd16d56"
4438  
4439  [[package]]
4440  name = "unicode-ccc"
4441  version = "0.1.2"
4442  source = "registry+https://github.com/rust-lang/crates.io-index"
4443  checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
4444  
4445  [[package]]
4446  name = "unicode-ident"
4447  version = "1.0.12"
4448  source = "registry+https://github.com/rust-lang/crates.io-index"
4449  checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
4450  
4451  [[package]]
4452  name = "unicode-linebreak"
4453  version = "0.1.5"
4454  source = "registry+https://github.com/rust-lang/crates.io-index"
4455  checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
4456  
4457  [[package]]
4458  name = "unicode-normalization"
4459  version = "0.1.23"
4460  source = "registry+https://github.com/rust-lang/crates.io-index"
4461  checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
4462  dependencies = [
4463   "tinyvec",
4464  ]
4465  
4466  [[package]]
4467  name = "unicode-properties"
4468  version = "0.1.1"
4469  source = "registry+https://github.com/rust-lang/crates.io-index"
4470  checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
4471  
4472  [[package]]
4473  name = "unicode-script"
4474  version = "0.5.6"
4475  source = "registry+https://github.com/rust-lang/crates.io-index"
4476  checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
4477  
4478  [[package]]
4479  name = "unicode-segmentation"
4480  version = "1.11.0"
4481  source = "registry+https://github.com/rust-lang/crates.io-index"
4482  checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
4483  
4484  [[package]]
4485  name = "unicode-width"
4486  version = "0.1.11"
4487  source = "registry+https://github.com/rust-lang/crates.io-index"
4488  checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
4489  
4490  [[package]]
4491  name = "unicode-xid"
4492  version = "0.2.4"
4493  source = "registry+https://github.com/rust-lang/crates.io-index"
4494  checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
4495  
4496  [[package]]
4497  name = "unicode_names2"
4498  version = "0.6.0"
4499  source = "registry+https://github.com/rust-lang/crates.io-index"
4500  checksum = "446c96c6dd42604779487f0a981060717156648c1706aa1f464677f03c6cc059"
4501  
4502  [[package]]
4503  name = "url"
4504  version = "2.5.0"
4505  source = "registry+https://github.com/rust-lang/crates.io-index"
4506  checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
4507  dependencies = [
4508   "form_urlencoded",
4509   "idna",
4510   "percent-encoding",
4511   "serde",
4512  ]
4513  
4514  [[package]]
4515  name = "urlencoding"
4516  version = "2.1.3"
4517  source = "registry+https://github.com/rust-lang/crates.io-index"
4518  checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4519  
4520  [[package]]
4521  name = "utf8parse"
4522  version = "0.2.1"
4523  source = "registry+https://github.com/rust-lang/crates.io-index"
4524  checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
4525  
4526  [[package]]
4527  name = "uuid"
4528  version = "1.8.0"
4529  source = "registry+https://github.com/rust-lang/crates.io-index"
4530  checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
4531  dependencies = [
4532   "atomic",
4533   "getrandom 0.2.12",
4534   "rand 0.8.5",
4535   "uuid-macro-internal",
4536  ]
4537  
4538  [[package]]
4539  name = "uuid-macro-internal"
4540  version = "1.8.0"
4541  source = "registry+https://github.com/rust-lang/crates.io-index"
4542  checksum = "9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2"
4543  dependencies = [
4544   "proc-macro2",
4545   "quote",
4546   "syn 2.0.52",
4547  ]
4548  
4549  [[package]]
4550  name = "vcpkg"
4551  version = "0.2.15"
4552  source = "registry+https://github.com/rust-lang/crates.io-index"
4553  checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4554  
4555  [[package]]
4556  name = "version_check"
4557  version = "0.9.4"
4558  source = "registry+https://github.com/rust-lang/crates.io-index"
4559  checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4560  
4561  [[package]]
4562  name = "volatile"
4563  version = "0.3.0"
4564  source = "registry+https://github.com/rust-lang/crates.io-index"
4565  checksum = "f8e76fae08f03f96e166d2dfda232190638c10e0383841252416f9cfe2ae60e6"
4566  
4567  [[package]]
4568  name = "walkdir"
4569  version = "2.5.0"
4570  source = "registry+https://github.com/rust-lang/crates.io-index"
4571  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4572  dependencies = [
4573   "same-file",
4574   "winapi-util",
4575  ]
4576  
4577  [[package]]
4578  name = "wasi"
4579  version = "0.9.0+wasi-snapshot-preview1"
4580  source = "registry+https://github.com/rust-lang/crates.io-index"
4581  checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4582  
4583  [[package]]
4584  name = "wasi"
4585  version = "0.11.0+wasi-snapshot-preview1"
4586  source = "registry+https://github.com/rust-lang/crates.io-index"
4587  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4588  
4589  [[package]]
4590  name = "wasm-bindgen"
4591  version = "0.2.92"
4592  source = "registry+https://github.com/rust-lang/crates.io-index"
4593  checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
4594  dependencies = [
4595   "cfg-if",
4596   "wasm-bindgen-macro",
4597  ]
4598  
4599  [[package]]
4600  name = "wasm-bindgen-backend"
4601  version = "0.2.92"
4602  source = "registry+https://github.com/rust-lang/crates.io-index"
4603  checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
4604  dependencies = [
4605   "bumpalo",
4606   "log",
4607   "once_cell",
4608   "proc-macro2",
4609   "quote",
4610   "syn 2.0.52",
4611   "wasm-bindgen-shared",
4612  ]
4613  
4614  [[package]]
4615  name = "wasm-bindgen-futures"
4616  version = "0.4.42"
4617  source = "registry+https://github.com/rust-lang/crates.io-index"
4618  checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
4619  dependencies = [
4620   "cfg-if",
4621   "js-sys",
4622   "wasm-bindgen",
4623   "web-sys",
4624  ]
4625  
4626  [[package]]
4627  name = "wasm-bindgen-macro"
4628  version = "0.2.92"
4629  source = "registry+https://github.com/rust-lang/crates.io-index"
4630  checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
4631  dependencies = [
4632   "quote",
4633   "wasm-bindgen-macro-support",
4634  ]
4635  
4636  [[package]]
4637  name = "wasm-bindgen-macro-support"
4638  version = "0.2.92"
4639  source = "registry+https://github.com/rust-lang/crates.io-index"
4640  checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
4641  dependencies = [
4642   "proc-macro2",
4643   "quote",
4644   "syn 2.0.52",
4645   "wasm-bindgen-backend",
4646   "wasm-bindgen-shared",
4647  ]
4648  
4649  [[package]]
4650  name = "wasm-bindgen-shared"
4651  version = "0.2.92"
4652  source = "registry+https://github.com/rust-lang/crates.io-index"
4653  checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
4654  
4655  [[package]]
4656  name = "wasm-timer"
4657  version = "0.2.5"
4658  source = "registry+https://github.com/rust-lang/crates.io-index"
4659  checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
4660  dependencies = [
4661   "futures",
4662   "js-sys",
4663   "parking_lot 0.11.2",
4664   "pin-utils",
4665   "wasm-bindgen",
4666   "wasm-bindgen-futures",
4667   "web-sys",
4668  ]
4669  
4670  [[package]]
4671  name = "wayland-backend"
4672  version = "0.3.3"
4673  source = "registry+https://github.com/rust-lang/crates.io-index"
4674  checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
4675  dependencies = [
4676   "cc",
4677   "downcast-rs",
4678   "rustix",
4679   "scoped-tls",
4680   "smallvec",
4681   "wayland-sys",
4682  ]
4683  
4684  [[package]]
4685  name = "wayland-client"
4686  version = "0.31.2"
4687  source = "registry+https://github.com/rust-lang/crates.io-index"
4688  checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
4689  dependencies = [
4690   "bitflags 2.4.2",
4691   "rustix",
4692   "wayland-backend",
4693   "wayland-scanner",
4694  ]
4695  
4696  [[package]]
4697  name = "wayland-csd-frame"
4698  version = "0.3.0"
4699  source = "registry+https://github.com/rust-lang/crates.io-index"
4700  checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
4701  dependencies = [
4702   "bitflags 2.4.2",
4703   "cursor-icon",
4704   "wayland-backend",
4705  ]
4706  
4707  [[package]]
4708  name = "wayland-cursor"
4709  version = "0.31.1"
4710  source = "registry+https://github.com/rust-lang/crates.io-index"
4711  checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
4712  dependencies = [
4713   "rustix",
4714   "wayland-client",
4715   "xcursor",
4716  ]
4717  
4718  [[package]]
4719  name = "wayland-protocols"
4720  version = "0.31.2"
4721  source = "registry+https://github.com/rust-lang/crates.io-index"
4722  checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
4723  dependencies = [
4724   "bitflags 2.4.2",
4725   "wayland-backend",
4726   "wayland-client",
4727   "wayland-scanner",
4728  ]
4729  
4730  [[package]]
4731  name = "wayland-protocols-plasma"
4732  version = "0.2.0"
4733  source = "registry+https://github.com/rust-lang/crates.io-index"
4734  checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
4735  dependencies = [
4736   "bitflags 2.4.2",
4737   "wayland-backend",
4738   "wayland-client",
4739   "wayland-protocols",
4740   "wayland-scanner",
4741  ]
4742  
4743  [[package]]
4744  name = "wayland-protocols-wlr"
4745  version = "0.2.0"
4746  source = "registry+https://github.com/rust-lang/crates.io-index"
4747  checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
4748  dependencies = [
4749   "bitflags 2.4.2",
4750   "wayland-backend",
4751   "wayland-client",
4752   "wayland-protocols",
4753   "wayland-scanner",
4754  ]
4755  
4756  [[package]]
4757  name = "wayland-scanner"
4758  version = "0.31.1"
4759  source = "registry+https://github.com/rust-lang/crates.io-index"
4760  checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
4761  dependencies = [
4762   "proc-macro2",
4763   "quick-xml",
4764   "quote",
4765  ]
4766  
4767  [[package]]
4768  name = "wayland-sys"
4769  version = "0.31.1"
4770  source = "registry+https://github.com/rust-lang/crates.io-index"
4771  checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
4772  dependencies = [
4773   "dlib",
4774   "log",
4775   "once_cell",
4776   "pkg-config",
4777  ]
4778  
4779  [[package]]
4780  name = "web-sys"
4781  version = "0.3.67"
4782  source = "registry+https://github.com/rust-lang/crates.io-index"
4783  checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
4784  dependencies = [
4785   "js-sys",
4786   "wasm-bindgen",
4787  ]
4788  
4789  [[package]]
4790  name = "web-time"
4791  version = "0.2.4"
4792  source = "registry+https://github.com/rust-lang/crates.io-index"
4793  checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
4794  dependencies = [
4795   "js-sys",
4796   "wasm-bindgen",
4797  ]
4798  
4799  [[package]]
4800  name = "wgpu"
4801  version = "0.19.3"
4802  source = "registry+https://github.com/rust-lang/crates.io-index"
4803  checksum = "a4b1213b52478a7631d6e387543ed8f642bc02c578ef4e3b49aca2a29a7df0cb"
4804  dependencies = [
4805   "arrayvec",
4806   "cfg-if",
4807   "cfg_aliases 0.1.1",
4808   "js-sys",
4809   "log",
4810   "naga",
4811   "parking_lot 0.12.1",
4812   "profiling",
4813   "raw-window-handle",
4814   "smallvec",
4815   "static_assertions",
4816   "wasm-bindgen",
4817   "wasm-bindgen-futures",
4818   "web-sys",
4819   "wgpu-core",
4820   "wgpu-hal",
4821   "wgpu-types",
4822  ]
4823  
4824  [[package]]
4825  name = "wgpu-core"
4826  version = "0.19.3"
4827  source = "registry+https://github.com/rust-lang/crates.io-index"
4828  checksum = "f9f6b033c2f00ae0bc8ea872c5989777c60bc241aac4e58b24774faa8b391f78"
4829  dependencies = [
4830   "arrayvec",
4831   "bit-vec",
4832   "bitflags 2.4.2",
4833   "cfg_aliases 0.1.1",
4834   "codespan-reporting",
4835   "indexmap 2.2.6",
4836   "log",
4837   "naga",
4838   "once_cell",
4839   "parking_lot 0.12.1",
4840   "profiling",
4841   "raw-window-handle",
4842   "rustc-hash",
4843   "smallvec",
4844   "thiserror",
4845   "web-sys",
4846   "wgpu-hal",
4847   "wgpu-types",
4848  ]
4849  
4850  [[package]]
4851  name = "wgpu-hal"
4852  version = "0.19.3"
4853  source = "registry+https://github.com/rust-lang/crates.io-index"
4854  checksum = "49f972c280505ab52ffe17e94a7413d9d54b58af0114ab226b9fc4999a47082e"
4855  dependencies = [
4856   "android_system_properties",
4857   "arrayvec",
4858   "ash",
4859   "bit-set",
4860   "bitflags 2.4.2",
4861   "block",
4862   "cfg_aliases 0.1.1",
4863   "core-graphics-types",
4864   "d3d12",
4865   "glow",
4866   "glutin_wgl_sys",
4867   "gpu-alloc",
4868   "gpu-allocator",
4869   "gpu-descriptor",
4870   "hassle-rs",
4871   "js-sys",
4872   "khronos-egl",
4873   "libc",
4874   "libloading 0.8.3",
4875   "log",
4876   "metal",
4877   "naga",
4878   "ndk-sys",
4879   "objc",
4880   "once_cell",
4881   "parking_lot 0.12.1",
4882   "profiling",
4883   "range-alloc",
4884   "raw-window-handle",
4885   "renderdoc-sys",
4886   "rustc-hash",
4887   "smallvec",
4888   "thiserror",
4889   "wasm-bindgen",
4890   "web-sys",
4891   "wgpu-types",
4892   "winapi",
4893  ]
4894  
4895  [[package]]
4896  name = "wgpu-types"
4897  version = "0.19.2"
4898  source = "registry+https://github.com/rust-lang/crates.io-index"
4899  checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
4900  dependencies = [
4901   "bitflags 2.4.2",
4902   "js-sys",
4903   "web-sys",
4904  ]
4905  
4906  [[package]]
4907  name = "which"
4908  version = "4.4.2"
4909  source = "registry+https://github.com/rust-lang/crates.io-index"
4910  checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4911  dependencies = [
4912   "either",
4913   "home",
4914   "once_cell",
4915   "rustix",
4916  ]
4917  
4918  [[package]]
4919  name = "widestring"
4920  version = "0.5.1"
4921  source = "registry+https://github.com/rust-lang/crates.io-index"
4922  checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
4923  
4924  [[package]]
4925  name = "widestring"
4926  version = "1.0.2"
4927  source = "registry+https://github.com/rust-lang/crates.io-index"
4928  checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
4929  
4930  [[package]]
4931  name = "winapi"
4932  version = "0.3.9"
4933  source = "registry+https://github.com/rust-lang/crates.io-index"
4934  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4935  dependencies = [
4936   "winapi-i686-pc-windows-gnu",
4937   "winapi-x86_64-pc-windows-gnu",
4938  ]
4939  
4940  [[package]]
4941  name = "winapi-i686-pc-windows-gnu"
4942  version = "0.4.0"
4943  source = "registry+https://github.com/rust-lang/crates.io-index"
4944  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4945  
4946  [[package]]
4947  name = "winapi-util"
4948  version = "0.1.6"
4949  source = "registry+https://github.com/rust-lang/crates.io-index"
4950  checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
4951  dependencies = [
4952   "winapi",
4953  ]
4954  
4955  [[package]]
4956  name = "winapi-x86_64-pc-windows-gnu"
4957  version = "0.4.0"
4958  source = "registry+https://github.com/rust-lang/crates.io-index"
4959  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4960  
4961  [[package]]
4962  name = "window_clipboard"
4963  version = "0.4.1"
4964  source = "registry+https://github.com/rust-lang/crates.io-index"
4965  checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d"
4966  dependencies = [
4967   "clipboard-win 5.3.0",
4968   "clipboard_macos",
4969   "clipboard_wayland",
4970   "clipboard_x11",
4971   "raw-window-handle",
4972   "thiserror",
4973  ]
4974  
4975  [[package]]
4976  name = "windows"
4977  version = "0.39.0"
4978  source = "registry+https://github.com/rust-lang/crates.io-index"
4979  checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
4980  dependencies = [
4981   "windows_aarch64_msvc 0.39.0",
4982   "windows_i686_gnu 0.39.0",
4983   "windows_i686_msvc 0.39.0",
4984   "windows_x86_64_gnu 0.39.0",
4985   "windows_x86_64_msvc 0.39.0",
4986  ]
4987  
4988  [[package]]
4989  name = "windows"
4990  version = "0.52.0"
4991  source = "registry+https://github.com/rust-lang/crates.io-index"
4992  checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
4993  dependencies = [
4994   "windows-core",
4995   "windows-targets 0.52.4",
4996  ]
4997  
4998  [[package]]
4999  name = "windows-core"
5000  version = "0.52.0"
5001  source = "registry+https://github.com/rust-lang/crates.io-index"
5002  checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5003  dependencies = [
5004   "windows-targets 0.52.4",
5005  ]
5006  
5007  [[package]]
5008  name = "windows-sys"
5009  version = "0.45.0"
5010  source = "registry+https://github.com/rust-lang/crates.io-index"
5011  checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5012  dependencies = [
5013   "windows-targets 0.42.2",
5014  ]
5015  
5016  [[package]]
5017  name = "windows-sys"
5018  version = "0.48.0"
5019  source = "registry+https://github.com/rust-lang/crates.io-index"
5020  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5021  dependencies = [
5022   "windows-targets 0.48.5",
5023  ]
5024  
5025  [[package]]
5026  name = "windows-sys"
5027  version = "0.52.0"
5028  source = "registry+https://github.com/rust-lang/crates.io-index"
5029  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5030  dependencies = [
5031   "windows-targets 0.52.4",
5032  ]
5033  
5034  [[package]]
5035  name = "windows-targets"
5036  version = "0.42.2"
5037  source = "registry+https://github.com/rust-lang/crates.io-index"
5038  checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5039  dependencies = [
5040   "windows_aarch64_gnullvm 0.42.2",
5041   "windows_aarch64_msvc 0.42.2",
5042   "windows_i686_gnu 0.42.2",
5043   "windows_i686_msvc 0.42.2",
5044   "windows_x86_64_gnu 0.42.2",
5045   "windows_x86_64_gnullvm 0.42.2",
5046   "windows_x86_64_msvc 0.42.2",
5047  ]
5048  
5049  [[package]]
5050  name = "windows-targets"
5051  version = "0.48.5"
5052  source = "registry+https://github.com/rust-lang/crates.io-index"
5053  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5054  dependencies = [
5055   "windows_aarch64_gnullvm 0.48.5",
5056   "windows_aarch64_msvc 0.48.5",
5057   "windows_i686_gnu 0.48.5",
5058   "windows_i686_msvc 0.48.5",
5059   "windows_x86_64_gnu 0.48.5",
5060   "windows_x86_64_gnullvm 0.48.5",
5061   "windows_x86_64_msvc 0.48.5",
5062  ]
5063  
5064  [[package]]
5065  name = "windows-targets"
5066  version = "0.52.4"
5067  source = "registry+https://github.com/rust-lang/crates.io-index"
5068  checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
5069  dependencies = [
5070   "windows_aarch64_gnullvm 0.52.4",
5071   "windows_aarch64_msvc 0.52.4",
5072   "windows_i686_gnu 0.52.4",
5073   "windows_i686_msvc 0.52.4",
5074   "windows_x86_64_gnu 0.52.4",
5075   "windows_x86_64_gnullvm 0.52.4",
5076   "windows_x86_64_msvc 0.52.4",
5077  ]
5078  
5079  [[package]]
5080  name = "windows_aarch64_gnullvm"
5081  version = "0.42.2"
5082  source = "registry+https://github.com/rust-lang/crates.io-index"
5083  checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5084  
5085  [[package]]
5086  name = "windows_aarch64_gnullvm"
5087  version = "0.48.5"
5088  source = "registry+https://github.com/rust-lang/crates.io-index"
5089  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5090  
5091  [[package]]
5092  name = "windows_aarch64_gnullvm"
5093  version = "0.52.4"
5094  source = "registry+https://github.com/rust-lang/crates.io-index"
5095  checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
5096  
5097  [[package]]
5098  name = "windows_aarch64_msvc"
5099  version = "0.39.0"
5100  source = "registry+https://github.com/rust-lang/crates.io-index"
5101  checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
5102  
5103  [[package]]
5104  name = "windows_aarch64_msvc"
5105  version = "0.42.2"
5106  source = "registry+https://github.com/rust-lang/crates.io-index"
5107  checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5108  
5109  [[package]]
5110  name = "windows_aarch64_msvc"
5111  version = "0.48.5"
5112  source = "registry+https://github.com/rust-lang/crates.io-index"
5113  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5114  
5115  [[package]]
5116  name = "windows_aarch64_msvc"
5117  version = "0.52.4"
5118  source = "registry+https://github.com/rust-lang/crates.io-index"
5119  checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
5120  
5121  [[package]]
5122  name = "windows_i686_gnu"
5123  version = "0.39.0"
5124  source = "registry+https://github.com/rust-lang/crates.io-index"
5125  checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
5126  
5127  [[package]]
5128  name = "windows_i686_gnu"
5129  version = "0.42.2"
5130  source = "registry+https://github.com/rust-lang/crates.io-index"
5131  checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5132  
5133  [[package]]
5134  name = "windows_i686_gnu"
5135  version = "0.48.5"
5136  source = "registry+https://github.com/rust-lang/crates.io-index"
5137  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5138  
5139  [[package]]
5140  name = "windows_i686_gnu"
5141  version = "0.52.4"
5142  source = "registry+https://github.com/rust-lang/crates.io-index"
5143  checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
5144  
5145  [[package]]
5146  name = "windows_i686_msvc"
5147  version = "0.39.0"
5148  source = "registry+https://github.com/rust-lang/crates.io-index"
5149  checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
5150  
5151  [[package]]
5152  name = "windows_i686_msvc"
5153  version = "0.42.2"
5154  source = "registry+https://github.com/rust-lang/crates.io-index"
5155  checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5156  
5157  [[package]]
5158  name = "windows_i686_msvc"
5159  version = "0.48.5"
5160  source = "registry+https://github.com/rust-lang/crates.io-index"
5161  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5162  
5163  [[package]]
5164  name = "windows_i686_msvc"
5165  version = "0.52.4"
5166  source = "registry+https://github.com/rust-lang/crates.io-index"
5167  checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
5168  
5169  [[package]]
5170  name = "windows_x86_64_gnu"
5171  version = "0.39.0"
5172  source = "registry+https://github.com/rust-lang/crates.io-index"
5173  checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
5174  
5175  [[package]]
5176  name = "windows_x86_64_gnu"
5177  version = "0.42.2"
5178  source = "registry+https://github.com/rust-lang/crates.io-index"
5179  checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5180  
5181  [[package]]
5182  name = "windows_x86_64_gnu"
5183  version = "0.48.5"
5184  source = "registry+https://github.com/rust-lang/crates.io-index"
5185  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5186  
5187  [[package]]
5188  name = "windows_x86_64_gnu"
5189  version = "0.52.4"
5190  source = "registry+https://github.com/rust-lang/crates.io-index"
5191  checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
5192  
5193  [[package]]
5194  name = "windows_x86_64_gnullvm"
5195  version = "0.42.2"
5196  source = "registry+https://github.com/rust-lang/crates.io-index"
5197  checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5198  
5199  [[package]]
5200  name = "windows_x86_64_gnullvm"
5201  version = "0.48.5"
5202  source = "registry+https://github.com/rust-lang/crates.io-index"
5203  checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5204  
5205  [[package]]
5206  name = "windows_x86_64_gnullvm"
5207  version = "0.52.4"
5208  source = "registry+https://github.com/rust-lang/crates.io-index"
5209  checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
5210  
5211  [[package]]
5212  name = "windows_x86_64_msvc"
5213  version = "0.39.0"
5214  source = "registry+https://github.com/rust-lang/crates.io-index"
5215  checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
5216  
5217  [[package]]
5218  name = "windows_x86_64_msvc"
5219  version = "0.42.2"
5220  source = "registry+https://github.com/rust-lang/crates.io-index"
5221  checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5222  
5223  [[package]]
5224  name = "windows_x86_64_msvc"
5225  version = "0.48.5"
5226  source = "registry+https://github.com/rust-lang/crates.io-index"
5227  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5228  
5229  [[package]]
5230  name = "windows_x86_64_msvc"
5231  version = "0.52.4"
5232  source = "registry+https://github.com/rust-lang/crates.io-index"
5233  checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
5234  
5235  [[package]]
5236  name = "winit"
5237  version = "0.29.15"
5238  source = "registry+https://github.com/rust-lang/crates.io-index"
5239  checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
5240  dependencies = [
5241   "ahash 0.8.11",
5242   "android-activity",
5243   "atomic-waker",
5244   "bitflags 2.4.2",
5245   "bytemuck",
5246   "calloop",
5247   "cfg_aliases 0.1.1",
5248   "core-foundation",
5249   "core-graphics",
5250   "cursor-icon",
5251   "icrate",
5252   "js-sys",
5253   "libc",
5254   "log",
5255   "memmap2 0.9.4",
5256   "ndk",
5257   "ndk-sys",
5258   "objc2",
5259   "once_cell",
5260   "orbclient",
5261   "percent-encoding",
5262   "raw-window-handle",
5263   "redox_syscall 0.3.5",
5264   "rustix",
5265   "sctk-adwaita",
5266   "smithay-client-toolkit",
5267   "smol_str",
5268   "unicode-segmentation",
5269   "wasm-bindgen",
5270   "wasm-bindgen-futures",
5271   "wayland-backend",
5272   "wayland-client",
5273   "wayland-protocols",
5274   "wayland-protocols-plasma",
5275   "web-sys",
5276   "web-time",
5277   "windows-sys 0.48.0",
5278   "x11-dl",
5279   "x11rb",
5280   "xkbcommon-dl",
5281  ]
5282  
5283  [[package]]
5284  name = "winnow"
5285  version = "0.5.40"
5286  source = "registry+https://github.com/rust-lang/crates.io-index"
5287  checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5288  dependencies = [
5289   "memchr",
5290  ]
5291  
5292  [[package]]
5293  name = "winreg"
5294  version = "0.10.1"
5295  source = "registry+https://github.com/rust-lang/crates.io-index"
5296  checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
5297  dependencies = [
5298   "winapi",
5299  ]
5300  
5301  [[package]]
5302  name = "x11-dl"
5303  version = "2.21.0"
5304  source = "registry+https://github.com/rust-lang/crates.io-index"
5305  checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5306  dependencies = [
5307   "libc",
5308   "once_cell",
5309   "pkg-config",
5310  ]
5311  
5312  [[package]]
5313  name = "x11rb"
5314  version = "0.13.0"
5315  source = "registry+https://github.com/rust-lang/crates.io-index"
5316  checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
5317  dependencies = [
5318   "as-raw-xcb-connection",
5319   "gethostname 0.4.3",
5320   "libc",
5321   "libloading 0.8.3",
5322   "once_cell",
5323   "rustix",
5324   "x11rb-protocol",
5325  ]
5326  
5327  [[package]]
5328  name = "x11rb-protocol"
5329  version = "0.13.0"
5330  source = "registry+https://github.com/rust-lang/crates.io-index"
5331  checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
5332  
5333  [[package]]
5334  name = "xcursor"
5335  version = "0.3.5"
5336  source = "registry+https://github.com/rust-lang/crates.io-index"
5337  checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
5338  
5339  [[package]]
5340  name = "xdg-home"
5341  version = "1.1.0"
5342  source = "registry+https://github.com/rust-lang/crates.io-index"
5343  checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
5344  dependencies = [
5345   "libc",
5346   "winapi",
5347  ]
5348  
5349  [[package]]
5350  name = "xkbcommon-dl"
5351  version = "0.4.2"
5352  source = "registry+https://github.com/rust-lang/crates.io-index"
5353  checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
5354  dependencies = [
5355   "bitflags 2.4.2",
5356   "dlib",
5357   "log",
5358   "once_cell",
5359   "xkeysym",
5360  ]
5361  
5362  [[package]]
5363  name = "xkeysym"
5364  version = "0.2.0"
5365  source = "registry+https://github.com/rust-lang/crates.io-index"
5366  checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
5367  
5368  [[package]]
5369  name = "xml-rs"
5370  version = "0.8.19"
5371  source = "registry+https://github.com/rust-lang/crates.io-index"
5372  checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
5373  
5374  [[package]]
5375  name = "xxhash-rust"
5376  version = "0.8.10"
5377  source = "registry+https://github.com/rust-lang/crates.io-index"
5378  checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
5379  
5380  [[package]]
5381  name = "yazi"
5382  version = "0.1.6"
5383  source = "registry+https://github.com/rust-lang/crates.io-index"
5384  checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
5385  
5386  [[package]]
5387  name = "zbus"
5388  version = "4.1.2"
5389  source = "registry+https://github.com/rust-lang/crates.io-index"
5390  checksum = "c9ff46f2a25abd690ed072054733e0bc3157e3d4c45f41bd183dce09c2ff8ab9"
5391  dependencies = [
5392   "async-broadcast",
5393   "async-executor",
5394   "async-fs",
5395   "async-io",
5396   "async-lock 3.3.0",
5397   "async-process",
5398   "async-recursion",
5399   "async-task",
5400   "async-trait",
5401   "blocking",
5402   "derivative",
5403   "enumflags2",
5404   "event-listener 5.2.0",
5405   "futures-core",
5406   "futures-sink",
5407   "futures-util",
5408   "hex",
5409   "nix 0.28.0",
5410   "ordered-stream",
5411   "rand 0.8.5",
5412   "serde",
5413   "serde_repr",
5414   "sha1",
5415   "static_assertions",
5416   "tracing",
5417   "uds_windows",
5418   "windows-sys 0.52.0",
5419   "xdg-home",
5420   "zbus_macros",
5421   "zbus_names",
5422   "zvariant",
5423  ]
5424  
5425  [[package]]
5426  name = "zbus_macros"
5427  version = "4.1.2"
5428  source = "registry+https://github.com/rust-lang/crates.io-index"
5429  checksum = "4e0e3852c93dcdb49c9462afe67a2a468f7bd464150d866e861eaf06208633e0"
5430  dependencies = [
5431   "proc-macro-crate 3.1.0",
5432   "proc-macro2",
5433   "quote",
5434   "regex",
5435   "syn 1.0.109",
5436   "zvariant_utils",
5437  ]
5438  
5439  [[package]]
5440  name = "zbus_names"
5441  version = "3.0.0"
5442  source = "registry+https://github.com/rust-lang/crates.io-index"
5443  checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
5444  dependencies = [
5445   "serde",
5446   "static_assertions",
5447   "zvariant",
5448  ]
5449  
5450  [[package]]
5451  name = "zeno"
5452  version = "0.2.3"
5453  source = "registry+https://github.com/rust-lang/crates.io-index"
5454  checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
5455  
5456  [[package]]
5457  name = "zerocopy"
5458  version = "0.7.32"
5459  source = "registry+https://github.com/rust-lang/crates.io-index"
5460  checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
5461  dependencies = [
5462   "zerocopy-derive",
5463  ]
5464  
5465  [[package]]
5466  name = "zerocopy-derive"
5467  version = "0.7.32"
5468  source = "registry+https://github.com/rust-lang/crates.io-index"
5469  checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
5470  dependencies = [
5471   "proc-macro2",
5472   "quote",
5473   "syn 2.0.52",
5474  ]
5475  
5476  [[package]]
5477  name = "zvariant"
5478  version = "4.0.2"
5479  source = "registry+https://github.com/rust-lang/crates.io-index"
5480  checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
5481  dependencies = [
5482   "endi",
5483   "enumflags2",
5484   "serde",
5485   "static_assertions",
5486   "url",
5487   "zvariant_derive",
5488  ]
5489  
5490  [[package]]
5491  name = "zvariant_derive"
5492  version = "4.0.2"
5493  source = "registry+https://github.com/rust-lang/crates.io-index"
5494  checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
5495  dependencies = [
5496   "proc-macro-crate 3.1.0",
5497   "proc-macro2",
5498   "quote",
5499   "syn 1.0.109",
5500   "zvariant_utils",
5501  ]
5502  
5503  [[package]]
5504  name = "zvariant_utils"
5505  version = "1.1.0"
5506  source = "registry+https://github.com/rust-lang/crates.io-index"
5507  checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
5508  dependencies = [
5509   "proc-macro2",
5510   "quote",
5511   "syn 1.0.109",
5512  ]