/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "Yoda" 7 version = "0.12.7" 8 dependencies = [ 9 "ansi-parser", 10 "anyhow", 11 "ggemini", 12 "ggemtext", 13 "gtk4", 14 "indexmap", 15 "itertools", 16 "libadwaita", 17 "libspelling", 18 "maxminddb", 19 "openssl", 20 "plurify", 21 "r2d2", 22 "r2d2_sqlite", 23 "rusqlite", 24 "sourceview5", 25 "syntect", 26 ] 27 28 [[package]] 29 name = "adler2" 30 version = "2.0.1" 31 source = "registry+https://github.com/rust-lang/crates.io-index" 32 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 33 34 [[package]] 35 name = "ansi-parser" 36 version = "0.9.1" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 38 checksum = "c43e7fd8284f025d0bd143c2855618ecdf697db55bde39211e5c9faec7669173" 39 dependencies = [ 40 "heapless", 41 "nom", 42 ] 43 44 [[package]] 45 name = "anyhow" 46 version = "1.0.102" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 49 50 [[package]] 51 name = "autocfg" 52 version = "1.5.0" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 55 56 [[package]] 57 name = "base64" 58 version = "0.22.1" 59 source = "registry+https://github.com/rust-lang/crates.io-index" 60 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 61 62 [[package]] 63 name = "bincode" 64 version = "1.3.3" 65 source = "registry+https://github.com/rust-lang/crates.io-index" 66 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 67 dependencies = [ 68 "serde", 69 ] 70 71 [[package]] 72 name = "bitflags" 73 version = "2.11.0" 74 source = "registry+https://github.com/rust-lang/crates.io-index" 75 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 76 77 [[package]] 78 name = "bumpalo" 79 version = "3.20.2" 80 source = "registry+https://github.com/rust-lang/crates.io-index" 81 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 82 83 [[package]] 84 name = "byteorder" 85 version = "1.5.0" 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 88 89 [[package]] 90 name = "cairo-rs" 91 version = "0.21.5" 92 source = "registry+https://github.com/rust-lang/crates.io-index" 93 checksum = "b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4" 94 dependencies = [ 95 "bitflags", 96 "cairo-sys-rs", 97 "glib", 98 "libc", 99 ] 100 101 [[package]] 102 name = "cairo-sys-rs" 103 version = "0.21.5" 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 checksum = "06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c" 106 dependencies = [ 107 "glib-sys", 108 "libc", 109 "system-deps", 110 ] 111 112 [[package]] 113 name = "cc" 114 version = "1.2.56" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 117 dependencies = [ 118 "find-msvc-tools", 119 "shlex", 120 ] 121 122 [[package]] 123 name = "cfg-expr" 124 version = "0.20.6" 125 source = "registry+https://github.com/rust-lang/crates.io-index" 126 checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" 127 dependencies = [ 128 "smallvec", 129 "target-lexicon", 130 ] 131 132 [[package]] 133 name = "cfg-if" 134 version = "1.0.4" 135 source = "registry+https://github.com/rust-lang/crates.io-index" 136 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 137 138 [[package]] 139 name = "crc32fast" 140 version = "1.5.0" 141 source = "registry+https://github.com/rust-lang/crates.io-index" 142 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 143 dependencies = [ 144 "cfg-if", 145 ] 146 147 [[package]] 148 name = "deranged" 149 version = "0.5.8" 150 source = "registry+https://github.com/rust-lang/crates.io-index" 151 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 152 dependencies = [ 153 "powerfmt", 154 ] 155 156 [[package]] 157 name = "either" 158 version = "1.15.0" 159 source = "registry+https://github.com/rust-lang/crates.io-index" 160 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 161 162 [[package]] 163 name = "equivalent" 164 version = "1.0.2" 165 source = "registry+https://github.com/rust-lang/crates.io-index" 166 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 167 168 [[package]] 169 name = "fallible-iterator" 170 version = "0.3.0" 171 source = "registry+https://github.com/rust-lang/crates.io-index" 172 checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 173 174 [[package]] 175 name = "fallible-streaming-iterator" 176 version = "0.1.9" 177 source = "registry+https://github.com/rust-lang/crates.io-index" 178 checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 179 180 [[package]] 181 name = "field-offset" 182 version = "0.3.6" 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 185 dependencies = [ 186 "memoffset", 187 "rustc_version", 188 ] 189 190 [[package]] 191 name = "find-msvc-tools" 192 version = "0.1.9" 193 source = "registry+https://github.com/rust-lang/crates.io-index" 194 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 195 196 [[package]] 197 name = "flate2" 198 version = "1.1.9" 199 source = "registry+https://github.com/rust-lang/crates.io-index" 200 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 201 dependencies = [ 202 "crc32fast", 203 "miniz_oxide", 204 ] 205 206 [[package]] 207 name = "fnv" 208 version = "1.0.7" 209 source = "registry+https://github.com/rust-lang/crates.io-index" 210 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 211 212 [[package]] 213 name = "foldhash" 214 version = "0.1.5" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 217 218 [[package]] 219 name = "foreign-types" 220 version = "0.3.2" 221 source = "registry+https://github.com/rust-lang/crates.io-index" 222 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 223 dependencies = [ 224 "foreign-types-shared", 225 ] 226 227 [[package]] 228 name = "foreign-types-shared" 229 version = "0.1.1" 230 source = "registry+https://github.com/rust-lang/crates.io-index" 231 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 232 233 [[package]] 234 name = "futures-channel" 235 version = "0.3.32" 236 source = "registry+https://github.com/rust-lang/crates.io-index" 237 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 238 dependencies = [ 239 "futures-core", 240 ] 241 242 [[package]] 243 name = "futures-core" 244 version = "0.3.32" 245 source = "registry+https://github.com/rust-lang/crates.io-index" 246 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 247 248 [[package]] 249 name = "futures-executor" 250 version = "0.3.32" 251 source = "registry+https://github.com/rust-lang/crates.io-index" 252 checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 253 dependencies = [ 254 "futures-core", 255 "futures-task", 256 "futures-util", 257 ] 258 259 [[package]] 260 name = "futures-io" 261 version = "0.3.32" 262 source = "registry+https://github.com/rust-lang/crates.io-index" 263 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 264 265 [[package]] 266 name = "futures-macro" 267 version = "0.3.32" 268 source = "registry+https://github.com/rust-lang/crates.io-index" 269 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 270 dependencies = [ 271 "proc-macro2", 272 "quote", 273 "syn", 274 ] 275 276 [[package]] 277 name = "futures-task" 278 version = "0.3.32" 279 source = "registry+https://github.com/rust-lang/crates.io-index" 280 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 281 282 [[package]] 283 name = "futures-util" 284 version = "0.3.32" 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 287 dependencies = [ 288 "futures-core", 289 "futures-macro", 290 "futures-task", 291 "pin-project-lite", 292 "slab", 293 ] 294 295 [[package]] 296 name = "gdk-pixbuf" 297 version = "0.21.5" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 checksum = "debb0d39e3cdd84626edfd54d6e4a6ba2da9a0ef2e796e691c4e9f8646fda00c" 300 dependencies = [ 301 "gdk-pixbuf-sys", 302 "gio", 303 "glib", 304 "libc", 305 ] 306 307 [[package]] 308 name = "gdk-pixbuf-sys" 309 version = "0.21.5" 310 source = "registry+https://github.com/rust-lang/crates.io-index" 311 checksum = "bd95ad50b9a3d2551e25dd4f6892aff0b772fe5372d84514e9d0583af60a0ce7" 312 dependencies = [ 313 "gio-sys", 314 "glib-sys", 315 "gobject-sys", 316 "libc", 317 "system-deps", 318 ] 319 320 [[package]] 321 name = "gdk4" 322 version = "0.10.3" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 checksum = "756564212bbe4a4ce05d88ffbd2582581ac6003832d0d32822d0825cca84bfbf" 325 dependencies = [ 326 "cairo-rs", 327 "gdk-pixbuf", 328 "gdk4-sys", 329 "gio", 330 "glib", 331 "libc", 332 "pango", 333 ] 334 335 [[package]] 336 name = "gdk4-sys" 337 version = "0.10.3" 338 source = "registry+https://github.com/rust-lang/crates.io-index" 339 checksum = "a6d4e5b3ccf591826a4adcc83f5f57b4e59d1925cb4bf620b0d645f79498b034" 340 dependencies = [ 341 "cairo-sys-rs", 342 "gdk-pixbuf-sys", 343 "gio-sys", 344 "glib-sys", 345 "gobject-sys", 346 "libc", 347 "pango-sys", 348 "pkg-config", 349 "system-deps", 350 ] 351 352 [[package]] 353 name = "getrandom" 354 version = "0.3.4" 355 source = "registry+https://github.com/rust-lang/crates.io-index" 356 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 357 dependencies = [ 358 "cfg-if", 359 "libc", 360 "r-efi", 361 "wasip2", 362 ] 363 364 [[package]] 365 name = "getrandom" 366 version = "0.4.1" 367 source = "registry+https://github.com/rust-lang/crates.io-index" 368 checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 369 dependencies = [ 370 "cfg-if", 371 "libc", 372 "r-efi", 373 "wasip2", 374 "wasip3", 375 ] 376 377 [[package]] 378 name = "ggemini" 379 version = "0.20.0" 380 source = "registry+https://github.com/rust-lang/crates.io-index" 381 checksum = "e3c455ed1aa0c9e3d17431a14797ca1c5950dca1e02a8f07b2faf6d6c696f12f" 382 dependencies = [ 383 "gio", 384 "glib", 385 ] 386 387 [[package]] 388 name = "ggemtext" 389 version = "0.7.0" 390 source = "registry+https://github.com/rust-lang/crates.io-index" 391 checksum = "4bc3f1aec690916cf0c078039df3e28647ffe0e883ec013c080a4d1e0f0fae13" 392 dependencies = [ 393 "glib", 394 ] 395 396 [[package]] 397 name = "gio" 398 version = "0.21.5" 399 source = "registry+https://github.com/rust-lang/crates.io-index" 400 checksum = "c5ff48bf600c68b476e61dc6b7c762f2f4eb91deef66583ba8bb815c30b5811a" 401 dependencies = [ 402 "futures-channel", 403 "futures-core", 404 "futures-io", 405 "futures-util", 406 "gio-sys", 407 "glib", 408 "libc", 409 "pin-project-lite", 410 "smallvec", 411 ] 412 413 [[package]] 414 name = "gio-sys" 415 version = "0.21.5" 416 source = "registry+https://github.com/rust-lang/crates.io-index" 417 checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22" 418 dependencies = [ 419 "glib-sys", 420 "gobject-sys", 421 "libc", 422 "system-deps", 423 "windows-sys", 424 ] 425 426 [[package]] 427 name = "glib" 428 version = "0.21.5" 429 source = "registry+https://github.com/rust-lang/crates.io-index" 430 checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b" 431 dependencies = [ 432 "bitflags", 433 "futures-channel", 434 "futures-core", 435 "futures-executor", 436 "futures-task", 437 "futures-util", 438 "gio-sys", 439 "glib-macros", 440 "glib-sys", 441 "gobject-sys", 442 "libc", 443 "memchr", 444 "smallvec", 445 ] 446 447 [[package]] 448 name = "glib-macros" 449 version = "0.21.5" 450 source = "registry+https://github.com/rust-lang/crates.io-index" 451 checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17" 452 dependencies = [ 453 "heck", 454 "proc-macro-crate", 455 "proc-macro2", 456 "quote", 457 "syn", 458 ] 459 460 [[package]] 461 name = "glib-sys" 462 version = "0.21.5" 463 source = "registry+https://github.com/rust-lang/crates.io-index" 464 checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c" 465 dependencies = [ 466 "libc", 467 "system-deps", 468 ] 469 470 [[package]] 471 name = "gobject-sys" 472 version = "0.21.5" 473 source = "registry+https://github.com/rust-lang/crates.io-index" 474 checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294" 475 dependencies = [ 476 "glib-sys", 477 "libc", 478 "system-deps", 479 ] 480 481 [[package]] 482 name = "graphene-rs" 483 version = "0.21.5" 484 source = "registry+https://github.com/rust-lang/crates.io-index" 485 checksum = "2730030ac9db663fd8bfe1e7093742c1cafb92db9c315c9417c29032341fe2f9" 486 dependencies = [ 487 "glib", 488 "graphene-sys", 489 "libc", 490 ] 491 492 [[package]] 493 name = "graphene-sys" 494 version = "0.21.5" 495 source = "registry+https://github.com/rust-lang/crates.io-index" 496 checksum = "915e32091ea9ad241e4b044af62b7351c2d68aeb24f489a0d7f37a0fc484fd93" 497 dependencies = [ 498 "glib-sys", 499 "libc", 500 "pkg-config", 501 "system-deps", 502 ] 503 504 [[package]] 505 name = "gsk4" 506 version = "0.10.3" 507 source = "registry+https://github.com/rust-lang/crates.io-index" 508 checksum = "e755de9d8c5896c5beaa028b89e1969d067f1b9bf1511384ede971f5983aa153" 509 dependencies = [ 510 "cairo-rs", 511 "gdk4", 512 "glib", 513 "graphene-rs", 514 "gsk4-sys", 515 "libc", 516 "pango", 517 ] 518 519 [[package]] 520 name = "gsk4-sys" 521 version = "0.10.3" 522 source = "registry+https://github.com/rust-lang/crates.io-index" 523 checksum = "7ce91472391146f482065f1041876d8f869057b195b95399414caa163d72f4f7" 524 dependencies = [ 525 "cairo-sys-rs", 526 "gdk4-sys", 527 "glib-sys", 528 "gobject-sys", 529 "graphene-sys", 530 "libc", 531 "pango-sys", 532 "system-deps", 533 ] 534 535 [[package]] 536 name = "gtk4" 537 version = "0.10.3" 538 source = "registry+https://github.com/rust-lang/crates.io-index" 539 checksum = "acb21d53cfc6f7bfaf43549731c43b67ca47d87348d81c8cfc4dcdd44828e1a4" 540 dependencies = [ 541 "cairo-rs", 542 "field-offset", 543 "futures-channel", 544 "gdk-pixbuf", 545 "gdk4", 546 "gio", 547 "glib", 548 "graphene-rs", 549 "gsk4", 550 "gtk4-macros", 551 "gtk4-sys", 552 "libc", 553 "pango", 554 ] 555 556 [[package]] 557 name = "gtk4-macros" 558 version = "0.10.3" 559 source = "registry+https://github.com/rust-lang/crates.io-index" 560 checksum = "3ccfb5a14a3d941244815d5f8101fa12d4577b59cc47245778d8d907b0003e42" 561 dependencies = [ 562 "proc-macro-crate", 563 "proc-macro2", 564 "quote", 565 "syn", 566 ] 567 568 [[package]] 569 name = "gtk4-sys" 570 version = "0.10.3" 571 source = "registry+https://github.com/rust-lang/crates.io-index" 572 checksum = "842577fe5a1ee15d166cd3afe804ce0cab6173bc789ca32e21308834f20088dd" 573 dependencies = [ 574 "cairo-sys-rs", 575 "gdk-pixbuf-sys", 576 "gdk4-sys", 577 "gio-sys", 578 "glib-sys", 579 "gobject-sys", 580 "graphene-sys", 581 "gsk4-sys", 582 "libc", 583 "pango-sys", 584 "system-deps", 585 ] 586 587 [[package]] 588 name = "hash32" 589 version = "0.3.1" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 592 dependencies = [ 593 "byteorder", 594 ] 595 596 [[package]] 597 name = "hashbrown" 598 version = "0.15.5" 599 source = "registry+https://github.com/rust-lang/crates.io-index" 600 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 601 dependencies = [ 602 "foldhash", 603 ] 604 605 [[package]] 606 name = "hashbrown" 607 version = "0.16.1" 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 610 611 [[package]] 612 name = "hashlink" 613 version = "0.10.0" 614 source = "registry+https://github.com/rust-lang/crates.io-index" 615 checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 616 dependencies = [ 617 "hashbrown 0.15.5", 618 ] 619 620 [[package]] 621 name = "heapless" 622 version = "0.8.0" 623 source = "registry+https://github.com/rust-lang/crates.io-index" 624 checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 625 dependencies = [ 626 "hash32", 627 "stable_deref_trait", 628 ] 629 630 [[package]] 631 name = "heck" 632 version = "0.5.0" 633 source = "registry+https://github.com/rust-lang/crates.io-index" 634 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 635 636 [[package]] 637 name = "id-arena" 638 version = "2.3.0" 639 source = "registry+https://github.com/rust-lang/crates.io-index" 640 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 641 642 [[package]] 643 name = "indexmap" 644 version = "2.13.0" 645 source = "registry+https://github.com/rust-lang/crates.io-index" 646 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 647 dependencies = [ 648 "equivalent", 649 "hashbrown 0.16.1", 650 "serde", 651 "serde_core", 652 ] 653 654 [[package]] 655 name = "ipnetwork" 656 version = "0.21.1" 657 source = "registry+https://github.com/rust-lang/crates.io-index" 658 checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" 659 660 [[package]] 661 name = "itertools" 662 version = "0.14.0" 663 source = "registry+https://github.com/rust-lang/crates.io-index" 664 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 665 dependencies = [ 666 "either", 667 ] 668 669 [[package]] 670 name = "itoa" 671 version = "1.0.17" 672 source = "registry+https://github.com/rust-lang/crates.io-index" 673 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 674 675 [[package]] 676 name = "js-sys" 677 version = "0.3.91" 678 source = "registry+https://github.com/rust-lang/crates.io-index" 679 checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 680 dependencies = [ 681 "once_cell", 682 "wasm-bindgen", 683 ] 684 685 [[package]] 686 name = "leb128fmt" 687 version = "0.1.0" 688 source = "registry+https://github.com/rust-lang/crates.io-index" 689 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 690 691 [[package]] 692 name = "libadwaita" 693 version = "0.8.1" 694 source = "registry+https://github.com/rust-lang/crates.io-index" 695 checksum = "fb09e12bf8f73342b3315c839d0a7668cc0ccebd78490c49fec48bab15d5484b" 696 dependencies = [ 697 "gdk4", 698 "gio", 699 "glib", 700 "gtk4", 701 "libadwaita-sys", 702 "libc", 703 "pango", 704 ] 705 706 [[package]] 707 name = "libadwaita-sys" 708 version = "0.8.1" 709 source = "registry+https://github.com/rust-lang/crates.io-index" 710 checksum = "6d7f94227ba87eb596fecada2491f04e357d507324142f77bf76d9e6be4a3e31" 711 dependencies = [ 712 "gdk4-sys", 713 "gio-sys", 714 "glib-sys", 715 "gobject-sys", 716 "gtk4-sys", 717 "libc", 718 "pango-sys", 719 "system-deps", 720 ] 721 722 [[package]] 723 name = "libc" 724 version = "0.2.182" 725 source = "registry+https://github.com/rust-lang/crates.io-index" 726 checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 727 728 [[package]] 729 name = "libspelling" 730 version = "0.4.1" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 checksum = "dc92df39e5bcfed67e8263756b1f4d4f839370baf8a493cbd958e192944c85c2" 733 dependencies = [ 734 "gio", 735 "glib", 736 "gtk4", 737 "libc", 738 "libspelling-sys", 739 "sourceview5", 740 ] 741 742 [[package]] 743 name = "libspelling-sys" 744 version = "0.4.1" 745 source = "registry+https://github.com/rust-lang/crates.io-index" 746 checksum = "286fffcc712568745b5c7f74063f84d99b2094c49345966b1fc12ff1a216fa5f" 747 dependencies = [ 748 "gio-sys", 749 "glib-sys", 750 "gobject-sys", 751 "gtk4-sys", 752 "libc", 753 "sourceview5-sys", 754 "system-deps", 755 ] 756 757 [[package]] 758 name = "libsqlite3-sys" 759 version = "0.35.0" 760 source = "registry+https://github.com/rust-lang/crates.io-index" 761 checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" 762 dependencies = [ 763 "pkg-config", 764 "vcpkg", 765 ] 766 767 [[package]] 768 name = "linked-hash-map" 769 version = "0.5.6" 770 source = "registry+https://github.com/rust-lang/crates.io-index" 771 checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 772 773 [[package]] 774 name = "lock_api" 775 version = "0.4.14" 776 source = "registry+https://github.com/rust-lang/crates.io-index" 777 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 778 dependencies = [ 779 "scopeguard", 780 ] 781 782 [[package]] 783 name = "log" 784 version = "0.4.29" 785 source = "registry+https://github.com/rust-lang/crates.io-index" 786 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 787 788 [[package]] 789 name = "maxminddb" 790 version = "0.26.0" 791 source = "registry+https://github.com/rust-lang/crates.io-index" 792 checksum = "2a197e44322788858682406c74b0b59bf8d9b4954fe1f224d9a25147f1880bba" 793 dependencies = [ 794 "ipnetwork", 795 "log", 796 "memchr", 797 "serde", 798 "thiserror", 799 ] 800 801 [[package]] 802 name = "memchr" 803 version = "2.8.0" 804 source = "registry+https://github.com/rust-lang/crates.io-index" 805 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 806 807 [[package]] 808 name = "memoffset" 809 version = "0.9.1" 810 source = "registry+https://github.com/rust-lang/crates.io-index" 811 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 812 dependencies = [ 813 "autocfg", 814 ] 815 816 [[package]] 817 name = "minimal-lexical" 818 version = "0.2.1" 819 source = "registry+https://github.com/rust-lang/crates.io-index" 820 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 821 822 [[package]] 823 name = "miniz_oxide" 824 version = "0.8.9" 825 source = "registry+https://github.com/rust-lang/crates.io-index" 826 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 827 dependencies = [ 828 "adler2", 829 "simd-adler32", 830 ] 831 832 [[package]] 833 name = "nom" 834 version = "7.1.3" 835 source = "registry+https://github.com/rust-lang/crates.io-index" 836 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 837 dependencies = [ 838 "memchr", 839 "minimal-lexical", 840 ] 841 842 [[package]] 843 name = "num-conv" 844 version = "0.2.0" 845 source = "registry+https://github.com/rust-lang/crates.io-index" 846 checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 847 848 [[package]] 849 name = "once_cell" 850 version = "1.21.3" 851 source = "registry+https://github.com/rust-lang/crates.io-index" 852 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 853 854 [[package]] 855 name = "onig" 856 version = "6.5.1" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" 859 dependencies = [ 860 "bitflags", 861 "libc", 862 "once_cell", 863 "onig_sys", 864 ] 865 866 [[package]] 867 name = "onig_sys" 868 version = "69.9.1" 869 source = "registry+https://github.com/rust-lang/crates.io-index" 870 checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" 871 dependencies = [ 872 "cc", 873 "pkg-config", 874 ] 875 876 [[package]] 877 name = "openssl" 878 version = "0.10.75" 879 source = "registry+https://github.com/rust-lang/crates.io-index" 880 checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 881 dependencies = [ 882 "bitflags", 883 "cfg-if", 884 "foreign-types", 885 "libc", 886 "once_cell", 887 "openssl-macros", 888 "openssl-sys", 889 ] 890 891 [[package]] 892 name = "openssl-macros" 893 version = "0.1.1" 894 source = "registry+https://github.com/rust-lang/crates.io-index" 895 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 896 dependencies = [ 897 "proc-macro2", 898 "quote", 899 "syn", 900 ] 901 902 [[package]] 903 name = "openssl-sys" 904 version = "0.9.111" 905 source = "registry+https://github.com/rust-lang/crates.io-index" 906 checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 907 dependencies = [ 908 "cc", 909 "libc", 910 "pkg-config", 911 "vcpkg", 912 ] 913 914 [[package]] 915 name = "pango" 916 version = "0.21.5" 917 source = "registry+https://github.com/rust-lang/crates.io-index" 918 checksum = "52d1d85e2078077a065bb7fc072783d5bcd4e51b379f22d67107d0a16937eb69" 919 dependencies = [ 920 "gio", 921 "glib", 922 "libc", 923 "pango-sys", 924 ] 925 926 [[package]] 927 name = "pango-sys" 928 version = "0.21.5" 929 source = "registry+https://github.com/rust-lang/crates.io-index" 930 checksum = "b4f06627d36ed5ff303d2df65211fc2e52ba5b17bf18dd80ff3d9628d6e06cfd" 931 dependencies = [ 932 "glib-sys", 933 "gobject-sys", 934 "libc", 935 "system-deps", 936 ] 937 938 [[package]] 939 name = "parking_lot" 940 version = "0.12.5" 941 source = "registry+https://github.com/rust-lang/crates.io-index" 942 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 943 dependencies = [ 944 "lock_api", 945 "parking_lot_core", 946 ] 947 948 [[package]] 949 name = "parking_lot_core" 950 version = "0.9.12" 951 source = "registry+https://github.com/rust-lang/crates.io-index" 952 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 953 dependencies = [ 954 "cfg-if", 955 "libc", 956 "redox_syscall", 957 "smallvec", 958 "windows-link", 959 ] 960 961 [[package]] 962 name = "pin-project-lite" 963 version = "0.2.17" 964 source = "registry+https://github.com/rust-lang/crates.io-index" 965 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 966 967 [[package]] 968 name = "pkg-config" 969 version = "0.3.32" 970 source = "registry+https://github.com/rust-lang/crates.io-index" 971 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 972 973 [[package]] 974 name = "plist" 975 version = "1.8.0" 976 source = "registry+https://github.com/rust-lang/crates.io-index" 977 checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 978 dependencies = [ 979 "base64", 980 "indexmap", 981 "quick-xml", 982 "serde", 983 "time", 984 ] 985 986 [[package]] 987 name = "plurify" 988 version = "0.2.0" 989 source = "registry+https://github.com/rust-lang/crates.io-index" 990 checksum = "0642d69883c3a79565ea9b89a9cd8a845c79a7be17fd4fb8c6347b329f03455b" 991 992 [[package]] 993 name = "powerfmt" 994 version = "0.2.0" 995 source = "registry+https://github.com/rust-lang/crates.io-index" 996 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 997 998 [[package]] 999 name = "ppv-lite86" 1000 version = "0.2.21" 1001 source = "registry+https://github.com/rust-lang/crates.io-index" 1002 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1003 dependencies = [ 1004 "zerocopy", 1005 ] 1006 1007 [[package]] 1008 name = "prettyplease" 1009 version = "0.2.37" 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1012 dependencies = [ 1013 "proc-macro2", 1014 "syn", 1015 ] 1016 1017 [[package]] 1018 name = "proc-macro-crate" 1019 version = "3.4.0" 1020 source = "registry+https://github.com/rust-lang/crates.io-index" 1021 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 1022 dependencies = [ 1023 "toml_edit", 1024 ] 1025 1026 [[package]] 1027 name = "proc-macro2" 1028 version = "1.0.106" 1029 source = "registry+https://github.com/rust-lang/crates.io-index" 1030 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1031 dependencies = [ 1032 "unicode-ident", 1033 ] 1034 1035 [[package]] 1036 name = "quick-xml" 1037 version = "0.38.4" 1038 source = "registry+https://github.com/rust-lang/crates.io-index" 1039 checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 1040 dependencies = [ 1041 "memchr", 1042 ] 1043 1044 [[package]] 1045 name = "quote" 1046 version = "1.0.44" 1047 source = "registry+https://github.com/rust-lang/crates.io-index" 1048 checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 1049 dependencies = [ 1050 "proc-macro2", 1051 ] 1052 1053 [[package]] 1054 name = "r-efi" 1055 version = "5.3.0" 1056 source = "registry+https://github.com/rust-lang/crates.io-index" 1057 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1058 1059 [[package]] 1060 name = "r2d2" 1061 version = "0.8.10" 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 1064 dependencies = [ 1065 "log", 1066 "parking_lot", 1067 "scheduled-thread-pool", 1068 ] 1069 1070 [[package]] 1071 name = "r2d2_sqlite" 1072 version = "0.31.0" 1073 source = "registry+https://github.com/rust-lang/crates.io-index" 1074 checksum = "63417e83dc891797eea3ad379f52a5986da4bca0d6ef28baf4d14034dd111b0c" 1075 dependencies = [ 1076 "r2d2", 1077 "rusqlite", 1078 "uuid", 1079 ] 1080 1081 [[package]] 1082 name = "rand" 1083 version = "0.9.2" 1084 source = "registry+https://github.com/rust-lang/crates.io-index" 1085 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1086 dependencies = [ 1087 "rand_chacha", 1088 "rand_core", 1089 ] 1090 1091 [[package]] 1092 name = "rand_chacha" 1093 version = "0.9.0" 1094 source = "registry+https://github.com/rust-lang/crates.io-index" 1095 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1096 dependencies = [ 1097 "ppv-lite86", 1098 "rand_core", 1099 ] 1100 1101 [[package]] 1102 name = "rand_core" 1103 version = "0.9.5" 1104 source = "registry+https://github.com/rust-lang/crates.io-index" 1105 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1106 dependencies = [ 1107 "getrandom 0.3.4", 1108 ] 1109 1110 [[package]] 1111 name = "redox_syscall" 1112 version = "0.5.18" 1113 source = "registry+https://github.com/rust-lang/crates.io-index" 1114 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1115 dependencies = [ 1116 "bitflags", 1117 ] 1118 1119 [[package]] 1120 name = "regex-syntax" 1121 version = "0.8.10" 1122 source = "registry+https://github.com/rust-lang/crates.io-index" 1123 checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1124 1125 [[package]] 1126 name = "rusqlite" 1127 version = "0.37.0" 1128 source = "registry+https://github.com/rust-lang/crates.io-index" 1129 checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" 1130 dependencies = [ 1131 "bitflags", 1132 "fallible-iterator", 1133 "fallible-streaming-iterator", 1134 "hashlink", 1135 "libsqlite3-sys", 1136 "smallvec", 1137 ] 1138 1139 [[package]] 1140 name = "rustc_version" 1141 version = "0.4.1" 1142 source = "registry+https://github.com/rust-lang/crates.io-index" 1143 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1144 dependencies = [ 1145 "semver", 1146 ] 1147 1148 [[package]] 1149 name = "rustversion" 1150 version = "1.0.22" 1151 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1153 1154 [[package]] 1155 name = "same-file" 1156 version = "1.0.6" 1157 source = "registry+https://github.com/rust-lang/crates.io-index" 1158 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1159 dependencies = [ 1160 "winapi-util", 1161 ] 1162 1163 [[package]] 1164 name = "scheduled-thread-pool" 1165 version = "0.2.7" 1166 source = "registry+https://github.com/rust-lang/crates.io-index" 1167 checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 1168 dependencies = [ 1169 "parking_lot", 1170 ] 1171 1172 [[package]] 1173 name = "scopeguard" 1174 version = "1.2.0" 1175 source = "registry+https://github.com/rust-lang/crates.io-index" 1176 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1177 1178 [[package]] 1179 name = "semver" 1180 version = "1.0.27" 1181 source = "registry+https://github.com/rust-lang/crates.io-index" 1182 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 1183 1184 [[package]] 1185 name = "serde" 1186 version = "1.0.228" 1187 source = "registry+https://github.com/rust-lang/crates.io-index" 1188 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1189 dependencies = [ 1190 "serde_core", 1191 "serde_derive", 1192 ] 1193 1194 [[package]] 1195 name = "serde_core" 1196 version = "1.0.228" 1197 source = "registry+https://github.com/rust-lang/crates.io-index" 1198 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1199 dependencies = [ 1200 "serde_derive", 1201 ] 1202 1203 [[package]] 1204 name = "serde_derive" 1205 version = "1.0.228" 1206 source = "registry+https://github.com/rust-lang/crates.io-index" 1207 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1208 dependencies = [ 1209 "proc-macro2", 1210 "quote", 1211 "syn", 1212 ] 1213 1214 [[package]] 1215 name = "serde_json" 1216 version = "1.0.149" 1217 source = "registry+https://github.com/rust-lang/crates.io-index" 1218 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1219 dependencies = [ 1220 "itoa", 1221 "memchr", 1222 "serde", 1223 "serde_core", 1224 "zmij", 1225 ] 1226 1227 [[package]] 1228 name = "serde_spanned" 1229 version = "1.0.4" 1230 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 1232 dependencies = [ 1233 "serde_core", 1234 ] 1235 1236 [[package]] 1237 name = "shlex" 1238 version = "1.3.0" 1239 source = "registry+https://github.com/rust-lang/crates.io-index" 1240 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1241 1242 [[package]] 1243 name = "simd-adler32" 1244 version = "0.3.8" 1245 source = "registry+https://github.com/rust-lang/crates.io-index" 1246 checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 1247 1248 [[package]] 1249 name = "slab" 1250 version = "0.4.12" 1251 source = "registry+https://github.com/rust-lang/crates.io-index" 1252 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1253 1254 [[package]] 1255 name = "smallvec" 1256 version = "1.15.1" 1257 source = "registry+https://github.com/rust-lang/crates.io-index" 1258 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1259 1260 [[package]] 1261 name = "sourceview5" 1262 version = "0.10.0" 1263 source = "registry+https://github.com/rust-lang/crates.io-index" 1264 checksum = "6e4acb02162917d7b689c84f4ed710c22302c67c7e61da28a4e8ac548c04442c" 1265 dependencies = [ 1266 "futures-channel", 1267 "futures-core", 1268 "gdk-pixbuf", 1269 "gdk4", 1270 "gio", 1271 "glib", 1272 "gtk4", 1273 "libc", 1274 "pango", 1275 "sourceview5-sys", 1276 ] 1277 1278 [[package]] 1279 name = "sourceview5-sys" 1280 version = "0.10.1" 1281 source = "registry+https://github.com/rust-lang/crates.io-index" 1282 checksum = "e1c1529de5df2653788828ef71d44b113bb80e496bc17315f4122106bd6eebae" 1283 dependencies = [ 1284 "gdk-pixbuf-sys", 1285 "gdk4-sys", 1286 "gio-sys", 1287 "glib-sys", 1288 "gobject-sys", 1289 "gtk4-sys", 1290 "libc", 1291 "pango-sys", 1292 "system-deps", 1293 ] 1294 1295 [[package]] 1296 name = "stable_deref_trait" 1297 version = "1.2.1" 1298 source = "registry+https://github.com/rust-lang/crates.io-index" 1299 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1300 1301 [[package]] 1302 name = "syn" 1303 version = "2.0.117" 1304 source = "registry+https://github.com/rust-lang/crates.io-index" 1305 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1306 dependencies = [ 1307 "proc-macro2", 1308 "quote", 1309 "unicode-ident", 1310 ] 1311 1312 [[package]] 1313 name = "syntect" 1314 version = "5.3.0" 1315 source = "registry+https://github.com/rust-lang/crates.io-index" 1316 checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 1317 dependencies = [ 1318 "bincode", 1319 "flate2", 1320 "fnv", 1321 "once_cell", 1322 "onig", 1323 "plist", 1324 "regex-syntax", 1325 "serde", 1326 "serde_derive", 1327 "serde_json", 1328 "thiserror", 1329 "walkdir", 1330 "yaml-rust", 1331 ] 1332 1333 [[package]] 1334 name = "system-deps" 1335 version = "7.0.7" 1336 source = "registry+https://github.com/rust-lang/crates.io-index" 1337 checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" 1338 dependencies = [ 1339 "cfg-expr", 1340 "heck", 1341 "pkg-config", 1342 "toml", 1343 "version-compare", 1344 ] 1345 1346 [[package]] 1347 name = "target-lexicon" 1348 version = "0.13.3" 1349 source = "registry+https://github.com/rust-lang/crates.io-index" 1350 checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 1351 1352 [[package]] 1353 name = "thiserror" 1354 version = "2.0.18" 1355 source = "registry+https://github.com/rust-lang/crates.io-index" 1356 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1357 dependencies = [ 1358 "thiserror-impl", 1359 ] 1360 1361 [[package]] 1362 name = "thiserror-impl" 1363 version = "2.0.18" 1364 source = "registry+https://github.com/rust-lang/crates.io-index" 1365 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1366 dependencies = [ 1367 "proc-macro2", 1368 "quote", 1369 "syn", 1370 ] 1371 1372 [[package]] 1373 name = "time" 1374 version = "0.3.47" 1375 source = "registry+https://github.com/rust-lang/crates.io-index" 1376 checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 1377 dependencies = [ 1378 "deranged", 1379 "itoa", 1380 "num-conv", 1381 "powerfmt", 1382 "serde_core", 1383 "time-core", 1384 "time-macros", 1385 ] 1386 1387 [[package]] 1388 name = "time-core" 1389 version = "0.1.8" 1390 source = "registry+https://github.com/rust-lang/crates.io-index" 1391 checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 1392 1393 [[package]] 1394 name = "time-macros" 1395 version = "0.2.27" 1396 source = "registry+https://github.com/rust-lang/crates.io-index" 1397 checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 1398 dependencies = [ 1399 "num-conv", 1400 "time-core", 1401 ] 1402 1403 [[package]] 1404 name = "toml" 1405 version = "0.9.12+spec-1.1.0" 1406 source = "registry+https://github.com/rust-lang/crates.io-index" 1407 checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 1408 dependencies = [ 1409 "indexmap", 1410 "serde_core", 1411 "serde_spanned", 1412 "toml_datetime", 1413 "toml_parser", 1414 "toml_writer", 1415 "winnow", 1416 ] 1417 1418 [[package]] 1419 name = "toml_datetime" 1420 version = "0.7.5+spec-1.1.0" 1421 source = "registry+https://github.com/rust-lang/crates.io-index" 1422 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 1423 dependencies = [ 1424 "serde_core", 1425 ] 1426 1427 [[package]] 1428 name = "toml_edit" 1429 version = "0.23.10+spec-1.0.0" 1430 source = "registry+https://github.com/rust-lang/crates.io-index" 1431 checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 1432 dependencies = [ 1433 "indexmap", 1434 "toml_datetime", 1435 "toml_parser", 1436 "winnow", 1437 ] 1438 1439 [[package]] 1440 name = "toml_parser" 1441 version = "1.0.9+spec-1.1.0" 1442 source = "registry+https://github.com/rust-lang/crates.io-index" 1443 checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 1444 dependencies = [ 1445 "winnow", 1446 ] 1447 1448 [[package]] 1449 name = "toml_writer" 1450 version = "1.0.6+spec-1.1.0" 1451 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 1453 1454 [[package]] 1455 name = "unicode-ident" 1456 version = "1.0.24" 1457 source = "registry+https://github.com/rust-lang/crates.io-index" 1458 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1459 1460 [[package]] 1461 name = "unicode-xid" 1462 version = "0.2.6" 1463 source = "registry+https://github.com/rust-lang/crates.io-index" 1464 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1465 1466 [[package]] 1467 name = "uuid" 1468 version = "1.21.0" 1469 source = "registry+https://github.com/rust-lang/crates.io-index" 1470 checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 1471 dependencies = [ 1472 "getrandom 0.4.1", 1473 "js-sys", 1474 "rand", 1475 "wasm-bindgen", 1476 ] 1477 1478 [[package]] 1479 name = "vcpkg" 1480 version = "0.2.15" 1481 source = "registry+https://github.com/rust-lang/crates.io-index" 1482 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1483 1484 [[package]] 1485 name = "version-compare" 1486 version = "0.2.1" 1487 source = "registry+https://github.com/rust-lang/crates.io-index" 1488 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 1489 1490 [[package]] 1491 name = "walkdir" 1492 version = "2.5.0" 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1494 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1495 dependencies = [ 1496 "same-file", 1497 "winapi-util", 1498 ] 1499 1500 [[package]] 1501 name = "wasip2" 1502 version = "1.0.2+wasi-0.2.9" 1503 source = "registry+https://github.com/rust-lang/crates.io-index" 1504 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1505 dependencies = [ 1506 "wit-bindgen", 1507 ] 1508 1509 [[package]] 1510 name = "wasip3" 1511 version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 1512 source = "registry+https://github.com/rust-lang/crates.io-index" 1513 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 1514 dependencies = [ 1515 "wit-bindgen", 1516 ] 1517 1518 [[package]] 1519 name = "wasm-bindgen" 1520 version = "0.2.114" 1521 source = "registry+https://github.com/rust-lang/crates.io-index" 1522 checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 1523 dependencies = [ 1524 "cfg-if", 1525 "once_cell", 1526 "rustversion", 1527 "wasm-bindgen-macro", 1528 "wasm-bindgen-shared", 1529 ] 1530 1531 [[package]] 1532 name = "wasm-bindgen-macro" 1533 version = "0.2.114" 1534 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 1536 dependencies = [ 1537 "quote", 1538 "wasm-bindgen-macro-support", 1539 ] 1540 1541 [[package]] 1542 name = "wasm-bindgen-macro-support" 1543 version = "0.2.114" 1544 source = "registry+https://github.com/rust-lang/crates.io-index" 1545 checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 1546 dependencies = [ 1547 "bumpalo", 1548 "proc-macro2", 1549 "quote", 1550 "syn", 1551 "wasm-bindgen-shared", 1552 ] 1553 1554 [[package]] 1555 name = "wasm-bindgen-shared" 1556 version = "0.2.114" 1557 source = "registry+https://github.com/rust-lang/crates.io-index" 1558 checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 1559 dependencies = [ 1560 "unicode-ident", 1561 ] 1562 1563 [[package]] 1564 name = "wasm-encoder" 1565 version = "0.244.0" 1566 source = "registry+https://github.com/rust-lang/crates.io-index" 1567 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 1568 dependencies = [ 1569 "leb128fmt", 1570 "wasmparser", 1571 ] 1572 1573 [[package]] 1574 name = "wasm-metadata" 1575 version = "0.244.0" 1576 source = "registry+https://github.com/rust-lang/crates.io-index" 1577 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 1578 dependencies = [ 1579 "anyhow", 1580 "indexmap", 1581 "wasm-encoder", 1582 "wasmparser", 1583 ] 1584 1585 [[package]] 1586 name = "wasmparser" 1587 version = "0.244.0" 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1589 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 1590 dependencies = [ 1591 "bitflags", 1592 "hashbrown 0.15.5", 1593 "indexmap", 1594 "semver", 1595 ] 1596 1597 [[package]] 1598 name = "winapi-util" 1599 version = "0.1.11" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1602 dependencies = [ 1603 "windows-sys", 1604 ] 1605 1606 [[package]] 1607 name = "windows-link" 1608 version = "0.2.1" 1609 source = "registry+https://github.com/rust-lang/crates.io-index" 1610 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1611 1612 [[package]] 1613 name = "windows-sys" 1614 version = "0.61.2" 1615 source = "registry+https://github.com/rust-lang/crates.io-index" 1616 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1617 dependencies = [ 1618 "windows-link", 1619 ] 1620 1621 [[package]] 1622 name = "winnow" 1623 version = "0.7.14" 1624 source = "registry+https://github.com/rust-lang/crates.io-index" 1625 checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 1626 dependencies = [ 1627 "memchr", 1628 ] 1629 1630 [[package]] 1631 name = "wit-bindgen" 1632 version = "0.51.0" 1633 source = "registry+https://github.com/rust-lang/crates.io-index" 1634 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1635 dependencies = [ 1636 "wit-bindgen-rust-macro", 1637 ] 1638 1639 [[package]] 1640 name = "wit-bindgen-core" 1641 version = "0.51.0" 1642 source = "registry+https://github.com/rust-lang/crates.io-index" 1643 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 1644 dependencies = [ 1645 "anyhow", 1646 "heck", 1647 "wit-parser", 1648 ] 1649 1650 [[package]] 1651 name = "wit-bindgen-rust" 1652 version = "0.51.0" 1653 source = "registry+https://github.com/rust-lang/crates.io-index" 1654 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 1655 dependencies = [ 1656 "anyhow", 1657 "heck", 1658 "indexmap", 1659 "prettyplease", 1660 "syn", 1661 "wasm-metadata", 1662 "wit-bindgen-core", 1663 "wit-component", 1664 ] 1665 1666 [[package]] 1667 name = "wit-bindgen-rust-macro" 1668 version = "0.51.0" 1669 source = "registry+https://github.com/rust-lang/crates.io-index" 1670 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 1671 dependencies = [ 1672 "anyhow", 1673 "prettyplease", 1674 "proc-macro2", 1675 "quote", 1676 "syn", 1677 "wit-bindgen-core", 1678 "wit-bindgen-rust", 1679 ] 1680 1681 [[package]] 1682 name = "wit-component" 1683 version = "0.244.0" 1684 source = "registry+https://github.com/rust-lang/crates.io-index" 1685 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 1686 dependencies = [ 1687 "anyhow", 1688 "bitflags", 1689 "indexmap", 1690 "log", 1691 "serde", 1692 "serde_derive", 1693 "serde_json", 1694 "wasm-encoder", 1695 "wasm-metadata", 1696 "wasmparser", 1697 "wit-parser", 1698 ] 1699 1700 [[package]] 1701 name = "wit-parser" 1702 version = "0.244.0" 1703 source = "registry+https://github.com/rust-lang/crates.io-index" 1704 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 1705 dependencies = [ 1706 "anyhow", 1707 "id-arena", 1708 "indexmap", 1709 "log", 1710 "semver", 1711 "serde", 1712 "serde_derive", 1713 "serde_json", 1714 "unicode-xid", 1715 "wasmparser", 1716 ] 1717 1718 [[package]] 1719 name = "yaml-rust" 1720 version = "0.4.5" 1721 source = "registry+https://github.com/rust-lang/crates.io-index" 1722 checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1723 dependencies = [ 1724 "linked-hash-map", 1725 ] 1726 1727 [[package]] 1728 name = "zerocopy" 1729 version = "0.8.40" 1730 source = "registry+https://github.com/rust-lang/crates.io-index" 1731 checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" 1732 dependencies = [ 1733 "zerocopy-derive", 1734 ] 1735 1736 [[package]] 1737 name = "zerocopy-derive" 1738 version = "0.8.40" 1739 source = "registry+https://github.com/rust-lang/crates.io-index" 1740 checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" 1741 dependencies = [ 1742 "proc-macro2", 1743 "quote", 1744 "syn", 1745 ] 1746 1747 [[package]] 1748 name = "zmij" 1749 version = "1.0.21" 1750 source = "registry+https://github.com/rust-lang/crates.io-index" 1751 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"