[READ-ONLY] Mirror of https://github.com/mrgnw/spatial-maker.
0

Configure Feed

Select the types of activity you want to include in your feed.

spatial-maker / Cargo.lock
113 kB 4479 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "aligned" 22version = "0.4.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" 25dependencies = [ 26 "as-slice", 27] 28 29[[package]] 30name = "aligned-vec" 31version = "0.6.4" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 34dependencies = [ 35 "equator", 36] 37 38[[package]] 39name = "allocator-api2" 40version = "0.2.21" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 43 44[[package]] 45name = "anstream" 46version = "0.6.21" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 49dependencies = [ 50 "anstyle", 51 "anstyle-parse", 52 "anstyle-query", 53 "anstyle-wincon", 54 "colorchoice", 55 "is_terminal_polyfill", 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle" 61version = "1.0.13" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 64 65[[package]] 66name = "anstyle-parse" 67version = "0.2.7" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 70dependencies = [ 71 "utf8parse", 72] 73 74[[package]] 75name = "anstyle-query" 76version = "1.1.5" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 79dependencies = [ 80 "windows-sys 0.61.2", 81] 82 83[[package]] 84name = "anstyle-wincon" 85version = "3.0.11" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 88dependencies = [ 89 "anstyle", 90 "once_cell_polyfill", 91 "windows-sys 0.61.2", 92] 93 94[[package]] 95name = "anyhow" 96version = "1.0.101" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 99 100[[package]] 101name = "arbitrary" 102version = "1.4.2" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 105 106[[package]] 107name = "arg_enum_proc_macro" 108version = "0.3.4" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 111dependencies = [ 112 "proc-macro2", 113 "quote", 114 "syn 2.0.115", 115] 116 117[[package]] 118name = "arrayvec" 119version = "0.7.6" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 122 123[[package]] 124name = "as-slice" 125version = "0.2.1" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 128dependencies = [ 129 "stable_deref_trait", 130] 131 132[[package]] 133name = "atomic" 134version = "0.6.1" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" 137dependencies = [ 138 "bytemuck", 139] 140 141[[package]] 142name = "atomic-waker" 143version = "1.1.2" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 146 147[[package]] 148name = "autocfg" 149version = "1.5.0" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 152 153[[package]] 154name = "av-scenechange" 155version = "0.14.1" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 158dependencies = [ 159 "aligned", 160 "anyhow", 161 "arg_enum_proc_macro", 162 "arrayvec", 163 "log", 164 "num-rational", 165 "num-traits", 166 "pastey", 167 "rayon", 168 "thiserror 2.0.18", 169 "v_frame", 170 "y4m", 171] 172 173[[package]] 174name = "av1-grain" 175version = "0.2.5" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 178dependencies = [ 179 "anyhow", 180 "arrayvec", 181 "log", 182 "nom 8.0.0", 183 "num-rational", 184 "v_frame", 185] 186 187[[package]] 188name = "avif-serialize" 189version = "0.8.8" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d" 192dependencies = [ 193 "arrayvec", 194] 195 196[[package]] 197name = "base64" 198version = "0.22.1" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 201 202[[package]] 203name = "base64ct" 204version = "1.8.3" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 207 208[[package]] 209name = "bit-set" 210version = "0.5.3" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 213dependencies = [ 214 "bit-vec", 215] 216 217[[package]] 218name = "bit-vec" 219version = "0.6.3" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 222 223[[package]] 224name = "bitflags" 225version = "1.3.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 228 229[[package]] 230name = "bitflags" 231version = "2.11.0" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 234 235[[package]] 236name = "bitstream-io" 237version = "4.9.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 240dependencies = [ 241 "core2", 242] 243 244[[package]] 245name = "block-buffer" 246version = "0.10.4" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 249dependencies = [ 250 "generic-array", 251] 252 253[[package]] 254name = "built" 255version = "0.8.0" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 258 259[[package]] 260name = "bumpalo" 261version = "3.19.1" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 264 265[[package]] 266name = "bytemuck" 267version = "1.25.0" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 270 271[[package]] 272name = "byteorder" 273version = "1.5.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 276 277[[package]] 278name = "byteorder-lite" 279version = "0.1.0" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 282 283[[package]] 284name = "bytes" 285version = "1.11.1" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 288 289[[package]] 290name = "castaway" 291version = "0.2.4" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 294dependencies = [ 295 "rustversion", 296] 297 298[[package]] 299name = "cc" 300version = "1.2.56" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 303dependencies = [ 304 "find-msvc-tools", 305 "jobserver", 306 "libc", 307 "shlex", 308] 309 310[[package]] 311name = "cfg-expr" 312version = "0.20.6" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a" 315dependencies = [ 316 "smallvec", 317 "target-lexicon", 318] 319 320[[package]] 321name = "cfg-if" 322version = "1.0.4" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 325 326[[package]] 327name = "cfg_aliases" 328version = "0.2.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 331 332[[package]] 333name = "clap" 334version = "4.5.58" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" 337dependencies = [ 338 "clap_builder", 339 "clap_derive", 340] 341 342[[package]] 343name = "clap_builder" 344version = "4.5.58" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" 347dependencies = [ 348 "anstream", 349 "anstyle", 350 "clap_lex", 351 "strsim", 352] 353 354[[package]] 355name = "clap_derive" 356version = "4.5.55" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 359dependencies = [ 360 "heck", 361 "proc-macro2", 362 "quote", 363 "syn 2.0.115", 364] 365 366[[package]] 367name = "clap_lex" 368version = "1.0.0" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 371 372[[package]] 373name = "color_quant" 374version = "1.1.0" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 377 378[[package]] 379name = "colorchoice" 380version = "1.0.4" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 383 384[[package]] 385name = "compact_str" 386version = "0.9.0" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 389dependencies = [ 390 "castaway", 391 "cfg-if", 392 "itoa", 393 "rustversion", 394 "ryu", 395 "static_assertions", 396] 397 398[[package]] 399name = "convert_case" 400version = "0.10.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 403dependencies = [ 404 "unicode-segmentation", 405] 406 407[[package]] 408name = "core-foundation" 409version = "0.9.4" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 412dependencies = [ 413 "core-foundation-sys", 414 "libc", 415] 416 417[[package]] 418name = "core-foundation" 419version = "0.10.1" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 422dependencies = [ 423 "core-foundation-sys", 424 "libc", 425] 426 427[[package]] 428name = "core-foundation-sys" 429version = "0.8.7" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 432 433[[package]] 434name = "core2" 435version = "0.4.0" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 438dependencies = [ 439 "memchr", 440] 441 442[[package]] 443name = "cpufeatures" 444version = "0.2.17" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 447dependencies = [ 448 "libc", 449] 450 451[[package]] 452name = "crc32fast" 453version = "1.5.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 456dependencies = [ 457 "cfg-if", 458] 459 460[[package]] 461name = "crossbeam-deque" 462version = "0.8.6" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 465dependencies = [ 466 "crossbeam-epoch", 467 "crossbeam-utils", 468] 469 470[[package]] 471name = "crossbeam-epoch" 472version = "0.9.18" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 475dependencies = [ 476 "crossbeam-utils", 477] 478 479[[package]] 480name = "crossbeam-utils" 481version = "0.8.21" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 484 485[[package]] 486name = "crossterm" 487version = "0.28.1" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 490dependencies = [ 491 "bitflags 2.11.0", 492 "crossterm_winapi", 493 "mio", 494 "parking_lot", 495 "rustix 0.38.44", 496 "signal-hook", 497 "signal-hook-mio", 498 "winapi", 499] 500 501[[package]] 502name = "crossterm" 503version = "0.29.0" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 506dependencies = [ 507 "bitflags 2.11.0", 508 "crossterm_winapi", 509 "derive_more", 510 "document-features", 511 "mio", 512 "parking_lot", 513 "rustix 1.1.3", 514 "signal-hook", 515 "signal-hook-mio", 516 "winapi", 517] 518 519[[package]] 520name = "crossterm_winapi" 521version = "0.9.1" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 524dependencies = [ 525 "winapi", 526] 527 528[[package]] 529name = "crunchy" 530version = "0.2.4" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 533 534[[package]] 535name = "crypto-common" 536version = "0.1.7" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 539dependencies = [ 540 "generic-array", 541 "typenum", 542] 543 544[[package]] 545name = "csscolorparser" 546version = "0.6.2" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 549dependencies = [ 550 "lab", 551 "phf", 552] 553 554[[package]] 555name = "darling" 556version = "0.23.0" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 559dependencies = [ 560 "darling_core", 561 "darling_macro", 562] 563 564[[package]] 565name = "darling_core" 566version = "0.23.0" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 569dependencies = [ 570 "ident_case", 571 "proc-macro2", 572 "quote", 573 "strsim", 574 "syn 2.0.115", 575] 576 577[[package]] 578name = "darling_macro" 579version = "0.23.0" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 582dependencies = [ 583 "darling_core", 584 "quote", 585 "syn 2.0.115", 586] 587 588[[package]] 589name = "deltae" 590version = "0.3.2" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" 593 594[[package]] 595name = "der" 596version = "0.7.10" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 599dependencies = [ 600 "pem-rfc7468", 601 "zeroize", 602] 603 604[[package]] 605name = "deranged" 606version = "0.5.7" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "2163a0e204a148662b6b6816d4b5d5668a5f2f8df498ccbd5cd0e864e78fecba" 609dependencies = [ 610 "powerfmt", 611] 612 613[[package]] 614name = "derive_more" 615version = "2.1.1" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 618dependencies = [ 619 "derive_more-impl", 620] 621 622[[package]] 623name = "derive_more-impl" 624version = "2.1.1" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 627dependencies = [ 628 "convert_case", 629 "proc-macro2", 630 "quote", 631 "rustc_version", 632 "syn 2.0.115", 633] 634 635[[package]] 636name = "digest" 637version = "0.10.7" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 640dependencies = [ 641 "block-buffer", 642 "crypto-common", 643] 644 645[[package]] 646name = "dirs" 647version = "5.0.1" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 650dependencies = [ 651 "dirs-sys", 652] 653 654[[package]] 655name = "dirs-sys" 656version = "0.4.1" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 659dependencies = [ 660 "libc", 661 "option-ext", 662 "redox_users", 663 "windows-sys 0.48.0", 664] 665 666[[package]] 667name = "displaydoc" 668version = "0.2.5" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 671dependencies = [ 672 "proc-macro2", 673 "quote", 674 "syn 2.0.115", 675] 676 677[[package]] 678name = "document-features" 679version = "0.2.12" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 682dependencies = [ 683 "litrs", 684] 685 686[[package]] 687name = "either" 688version = "1.15.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 691 692[[package]] 693name = "encoding_rs" 694version = "0.8.35" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 697dependencies = [ 698 "cfg-if", 699] 700 701[[package]] 702name = "enumn" 703version = "0.1.14" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 706dependencies = [ 707 "proc-macro2", 708 "quote", 709 "syn 2.0.115", 710] 711 712[[package]] 713name = "equator" 714version = "0.4.2" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 717dependencies = [ 718 "equator-macro", 719] 720 721[[package]] 722name = "equator-macro" 723version = "0.4.2" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 726dependencies = [ 727 "proc-macro2", 728 "quote", 729 "syn 2.0.115", 730] 731 732[[package]] 733name = "equivalent" 734version = "1.0.2" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 737 738[[package]] 739name = "errno" 740version = "0.3.14" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 743dependencies = [ 744 "libc", 745 "windows-sys 0.61.2", 746] 747 748[[package]] 749name = "euclid" 750version = "0.22.13" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" 753dependencies = [ 754 "num-traits", 755] 756 757[[package]] 758name = "fancy-regex" 759version = "0.11.0" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 762dependencies = [ 763 "bit-set", 764 "regex", 765] 766 767[[package]] 768name = "fastrand" 769version = "2.3.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 772 773[[package]] 774name = "fax" 775version = "0.2.6" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 778dependencies = [ 779 "fax_derive", 780] 781 782[[package]] 783name = "fax_derive" 784version = "0.2.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 787dependencies = [ 788 "proc-macro2", 789 "quote", 790 "syn 2.0.115", 791] 792 793[[package]] 794name = "fdeflate" 795version = "0.3.7" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 798dependencies = [ 799 "simd-adler32", 800] 801 802[[package]] 803name = "filedescriptor" 804version = "0.8.3" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 807dependencies = [ 808 "libc", 809 "thiserror 1.0.69", 810 "winapi", 811] 812 813[[package]] 814name = "filetime" 815version = "0.2.27" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 818dependencies = [ 819 "cfg-if", 820 "libc", 821 "libredox", 822] 823 824[[package]] 825name = "find-msvc-tools" 826version = "0.1.9" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 829 830[[package]] 831name = "finl_unicode" 832version = "1.4.0" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" 835 836[[package]] 837name = "fixedbitset" 838version = "0.4.2" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 841 842[[package]] 843name = "flate2" 844version = "1.1.9" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 847dependencies = [ 848 "crc32fast", 849 "miniz_oxide", 850] 851 852[[package]] 853name = "fnv" 854version = "1.0.7" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 857 858[[package]] 859name = "foldhash" 860version = "0.1.5" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 863 864[[package]] 865name = "foldhash" 866version = "0.2.0" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 869 870[[package]] 871name = "foreign-types" 872version = "0.3.2" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 875dependencies = [ 876 "foreign-types-shared", 877] 878 879[[package]] 880name = "foreign-types-shared" 881version = "0.1.1" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 884 885[[package]] 886name = "form_urlencoded" 887version = "1.2.2" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 890dependencies = [ 891 "percent-encoding", 892] 893 894[[package]] 895name = "four-cc" 896version = "0.4.0" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "795cbfc56d419a7ce47ccbb7504dd9a5b7c484c083c356e797de08bd988d9629" 899 900[[package]] 901name = "futures-channel" 902version = "0.3.31" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 905dependencies = [ 906 "futures-core", 907] 908 909[[package]] 910name = "futures-core" 911version = "0.3.31" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 914 915[[package]] 916name = "futures-io" 917version = "0.3.31" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 920 921[[package]] 922name = "futures-macro" 923version = "0.3.31" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 926dependencies = [ 927 "proc-macro2", 928 "quote", 929 "syn 2.0.115", 930] 931 932[[package]] 933name = "futures-sink" 934version = "0.3.31" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 937 938[[package]] 939name = "futures-task" 940version = "0.3.31" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 943 944[[package]] 945name = "futures-util" 946version = "0.3.31" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 949dependencies = [ 950 "futures-core", 951 "futures-io", 952 "futures-macro", 953 "futures-sink", 954 "futures-task", 955 "memchr", 956 "pin-project-lite", 957 "pin-utils", 958 "slab", 959] 960 961[[package]] 962name = "generic-array" 963version = "0.14.7" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 966dependencies = [ 967 "typenum", 968 "version_check", 969] 970 971[[package]] 972name = "getrandom" 973version = "0.2.17" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 976dependencies = [ 977 "cfg-if", 978 "libc", 979 "wasi", 980] 981 982[[package]] 983name = "getrandom" 984version = "0.3.4" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 987dependencies = [ 988 "cfg-if", 989 "libc", 990 "r-efi", 991 "wasip2", 992] 993 994[[package]] 995name = "getrandom" 996version = "0.4.1" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 999dependencies = [ 1000 "cfg-if", 1001 "libc", 1002 "r-efi", 1003 "wasip2", 1004 "wasip3", 1005] 1006 1007[[package]] 1008name = "gif" 1009version = "0.14.1" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 1012dependencies = [ 1013 "color_quant", 1014 "weezl", 1015] 1016 1017[[package]] 1018name = "h2" 1019version = "0.4.13" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1022dependencies = [ 1023 "atomic-waker", 1024 "bytes", 1025 "fnv", 1026 "futures-core", 1027 "futures-sink", 1028 "http", 1029 "indexmap", 1030 "slab", 1031 "tokio", 1032 "tokio-util", 1033 "tracing", 1034] 1035 1036[[package]] 1037name = "half" 1038version = "2.7.1" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1041dependencies = [ 1042 "cfg-if", 1043 "crunchy", 1044 "zerocopy", 1045] 1046 1047[[package]] 1048name = "hashbrown" 1049version = "0.15.5" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1052dependencies = [ 1053 "foldhash 0.1.5", 1054] 1055 1056[[package]] 1057name = "hashbrown" 1058version = "0.16.1" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1061dependencies = [ 1062 "allocator-api2", 1063 "equivalent", 1064 "foldhash 0.2.0", 1065] 1066 1067[[package]] 1068name = "heck" 1069version = "0.5.0" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1072 1073[[package]] 1074name = "hex" 1075version = "0.4.3" 1076source = "registry+https://github.com/rust-lang/crates.io-index" 1077checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1078 1079[[package]] 1080name = "hmac-sha256" 1081version = "1.1.14" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f" 1084 1085[[package]] 1086name = "http" 1087version = "1.4.0" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1090dependencies = [ 1091 "bytes", 1092 "itoa", 1093] 1094 1095[[package]] 1096name = "http-body" 1097version = "1.0.1" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1100dependencies = [ 1101 "bytes", 1102 "http", 1103] 1104 1105[[package]] 1106name = "http-body-util" 1107version = "0.1.3" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1110dependencies = [ 1111 "bytes", 1112 "futures-core", 1113 "http", 1114 "http-body", 1115 "pin-project-lite", 1116] 1117 1118[[package]] 1119name = "httparse" 1120version = "1.10.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1123 1124[[package]] 1125name = "hyper" 1126version = "1.8.1" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1129dependencies = [ 1130 "atomic-waker", 1131 "bytes", 1132 "futures-channel", 1133 "futures-core", 1134 "h2", 1135 "http", 1136 "http-body", 1137 "httparse", 1138 "itoa", 1139 "pin-project-lite", 1140 "pin-utils", 1141 "smallvec", 1142 "tokio", 1143 "want", 1144] 1145 1146[[package]] 1147name = "hyper-rustls" 1148version = "0.27.7" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1151dependencies = [ 1152 "http", 1153 "hyper", 1154 "hyper-util", 1155 "rustls", 1156 "rustls-pki-types", 1157 "tokio", 1158 "tokio-rustls", 1159 "tower-service", 1160] 1161 1162[[package]] 1163name = "hyper-tls" 1164version = "0.6.0" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1167dependencies = [ 1168 "bytes", 1169 "http-body-util", 1170 "hyper", 1171 "hyper-util", 1172 "native-tls", 1173 "tokio", 1174 "tokio-native-tls", 1175 "tower-service", 1176] 1177 1178[[package]] 1179name = "hyper-util" 1180version = "0.1.20" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1183dependencies = [ 1184 "base64", 1185 "bytes", 1186 "futures-channel", 1187 "futures-util", 1188 "http", 1189 "http-body", 1190 "hyper", 1191 "ipnet", 1192 "libc", 1193 "percent-encoding", 1194 "pin-project-lite", 1195 "socket2", 1196 "system-configuration", 1197 "tokio", 1198 "tower-service", 1199 "tracing", 1200 "windows-registry", 1201] 1202 1203[[package]] 1204name = "icu_collections" 1205version = "2.1.1" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1208dependencies = [ 1209 "displaydoc", 1210 "potential_utf", 1211 "yoke", 1212 "zerofrom", 1213 "zerovec", 1214] 1215 1216[[package]] 1217name = "icu_locale_core" 1218version = "2.1.1" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1221dependencies = [ 1222 "displaydoc", 1223 "litemap", 1224 "tinystr", 1225 "writeable", 1226 "zerovec", 1227] 1228 1229[[package]] 1230name = "icu_normalizer" 1231version = "2.1.1" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1234dependencies = [ 1235 "icu_collections", 1236 "icu_normalizer_data", 1237 "icu_properties", 1238 "icu_provider", 1239 "smallvec", 1240 "zerovec", 1241] 1242 1243[[package]] 1244name = "icu_normalizer_data" 1245version = "2.1.1" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1248 1249[[package]] 1250name = "icu_properties" 1251version = "2.1.2" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1254dependencies = [ 1255 "icu_collections", 1256 "icu_locale_core", 1257 "icu_properties_data", 1258 "icu_provider", 1259 "zerotrie", 1260 "zerovec", 1261] 1262 1263[[package]] 1264name = "icu_properties_data" 1265version = "2.1.2" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1268 1269[[package]] 1270name = "icu_provider" 1271version = "2.1.1" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1274dependencies = [ 1275 "displaydoc", 1276 "icu_locale_core", 1277 "writeable", 1278 "yoke", 1279 "zerofrom", 1280 "zerotrie", 1281 "zerovec", 1282] 1283 1284[[package]] 1285name = "id-arena" 1286version = "2.3.0" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1289 1290[[package]] 1291name = "ident_case" 1292version = "1.0.1" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1295 1296[[package]] 1297name = "idna" 1298version = "1.1.0" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1301dependencies = [ 1302 "idna_adapter", 1303 "smallvec", 1304 "utf8_iter", 1305] 1306 1307[[package]] 1308name = "idna_adapter" 1309version = "1.2.1" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1312dependencies = [ 1313 "icu_normalizer", 1314 "icu_properties", 1315] 1316 1317[[package]] 1318name = "image" 1319version = "0.25.9" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 1322dependencies = [ 1323 "bytemuck", 1324 "byteorder-lite", 1325 "color_quant", 1326 "gif", 1327 "image-webp", 1328 "moxcms", 1329 "num-traits", 1330 "png", 1331 "ravif", 1332 "rgb", 1333 "tiff", 1334 "zune-core 0.5.1", 1335 "zune-jpeg 0.5.12", 1336] 1337 1338[[package]] 1339name = "image-webp" 1340version = "0.2.4" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 1343dependencies = [ 1344 "byteorder-lite", 1345 "quick-error", 1346] 1347 1348[[package]] 1349name = "imgref" 1350version = "1.12.0" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 1353 1354[[package]] 1355name = "indexmap" 1356version = "2.13.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1359dependencies = [ 1360 "equivalent", 1361 "hashbrown 0.16.1", 1362 "serde", 1363 "serde_core", 1364] 1365 1366[[package]] 1367name = "indoc" 1368version = "2.0.7" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 1371dependencies = [ 1372 "rustversion", 1373] 1374 1375[[package]] 1376name = "instability" 1377version = "0.3.11" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" 1380dependencies = [ 1381 "darling", 1382 "indoc", 1383 "proc-macro2", 1384 "quote", 1385 "syn 2.0.115", 1386] 1387 1388[[package]] 1389name = "interpolate_name" 1390version = "0.2.4" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 1393dependencies = [ 1394 "proc-macro2", 1395 "quote", 1396 "syn 2.0.115", 1397] 1398 1399[[package]] 1400name = "ipnet" 1401version = "2.11.0" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1404 1405[[package]] 1406name = "iri-string" 1407version = "0.7.10" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1410dependencies = [ 1411 "memchr", 1412 "serde", 1413] 1414 1415[[package]] 1416name = "is_terminal_polyfill" 1417version = "1.70.2" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1420 1421[[package]] 1422name = "itertools" 1423version = "0.14.0" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1426dependencies = [ 1427 "either", 1428] 1429 1430[[package]] 1431name = "itoa" 1432version = "1.0.17" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1435 1436[[package]] 1437name = "jobserver" 1438version = "0.1.34" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1441dependencies = [ 1442 "getrandom 0.3.4", 1443 "libc", 1444] 1445 1446[[package]] 1447name = "js-sys" 1448version = "0.3.85" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 1451dependencies = [ 1452 "once_cell", 1453 "wasm-bindgen", 1454] 1455 1456[[package]] 1457name = "jxl-bitstream" 1458version = "0.4.1" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "5855ff16398ffbcf81fee52c41ca65326499c8764b21bb9952c367ace98995fb" 1461dependencies = [ 1462 "tracing", 1463] 1464 1465[[package]] 1466name = "jxl-coding" 1467version = "0.4.1" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "da5b5093904e940bc11ef50e872c7bdf7b6e88653f012b925f8479daf212b5c9" 1470dependencies = [ 1471 "jxl-bitstream", 1472 "tracing", 1473] 1474 1475[[package]] 1476name = "jxl-color" 1477version = "0.8.1" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "c8ec11695f2091e50531c970ad7eb4819989a20a2c89d68ae1b4f74f48454c10" 1480dependencies = [ 1481 "jxl-bitstream", 1482 "jxl-coding", 1483 "jxl-grid", 1484 "jxl-threadpool", 1485 "tracing", 1486] 1487 1488[[package]] 1489name = "jxl-frame" 1490version = "0.10.0" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "4719f285ebfff5e64f352d0ef149a5244aef4f8e6b5aa666ba6241e90b50632f" 1493dependencies = [ 1494 "jxl-bitstream", 1495 "jxl-coding", 1496 "jxl-grid", 1497 "jxl-image", 1498 "jxl-modular", 1499 "jxl-threadpool", 1500 "jxl-vardct", 1501 "tracing", 1502] 1503 1504[[package]] 1505name = "jxl-grid" 1506version = "0.5.3" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "5739f02add3d5c00320140bec6f5a80fac4baa630f88fe4c6a55a0d719718ce3" 1509dependencies = [ 1510 "tracing", 1511] 1512 1513[[package]] 1514name = "jxl-image" 1515version = "0.10.0" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "e3824c81613c05c19a9e4329d569145d3f460c0fcadb3965bd8418162d43f7f4" 1518dependencies = [ 1519 "jxl-bitstream", 1520 "jxl-color", 1521 "jxl-grid", 1522 "tracing", 1523] 1524 1525[[package]] 1526name = "jxl-modular" 1527version = "0.8.1" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "d7e10bbc6041d9ea64bcfc6931ed89f0192954ac0a02bdbad624aa43b345e613" 1530dependencies = [ 1531 "jxl-bitstream", 1532 "jxl-coding", 1533 "jxl-grid", 1534 "jxl-threadpool", 1535 "tracing", 1536] 1537 1538[[package]] 1539name = "jxl-oxide" 1540version = "0.9.1" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "71f3b9dbe4adefadac57b25a15bf7735202ba58c0e5500c6bfb2d63398bf21c2" 1543dependencies = [ 1544 "jxl-bitstream", 1545 "jxl-color", 1546 "jxl-frame", 1547 "jxl-grid", 1548 "jxl-image", 1549 "jxl-render", 1550 "jxl-threadpool", 1551 "tracing", 1552] 1553 1554[[package]] 1555name = "jxl-render" 1556version = "0.9.1" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "e4259446ca029587f2b7850d223d57b4f69665dd8628e83bcb0a6c2ab964f1ef" 1559dependencies = [ 1560 "jxl-bitstream", 1561 "jxl-coding", 1562 "jxl-color", 1563 "jxl-frame", 1564 "jxl-grid", 1565 "jxl-image", 1566 "jxl-modular", 1567 "jxl-threadpool", 1568 "jxl-vardct", 1569 "tracing", 1570] 1571 1572[[package]] 1573name = "jxl-threadpool" 1574version = "0.1.2" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "ad9c78eaf899cce165e266300f9963d8d376d4ed95cf4d12dd7066f05542cd88" 1577dependencies = [ 1578 "rayon", 1579 "rayon-core", 1580 "tracing", 1581] 1582 1583[[package]] 1584name = "jxl-vardct" 1585version = "0.8.0" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "15da4b49b832b3d8a67329f47e2a1732e0847667938bb9b4a37d99a4668775c2" 1588dependencies = [ 1589 "jxl-bitstream", 1590 "jxl-coding", 1591 "jxl-grid", 1592 "jxl-modular", 1593 "jxl-threadpool", 1594 "tracing", 1595] 1596 1597[[package]] 1598name = "kasuari" 1599version = "0.4.11" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" 1602dependencies = [ 1603 "hashbrown 0.16.1", 1604 "portable-atomic", 1605 "thiserror 2.0.18", 1606] 1607 1608[[package]] 1609name = "lab" 1610version = "0.11.0" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" 1613 1614[[package]] 1615name = "lazy_static" 1616version = "1.5.0" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1619 1620[[package]] 1621name = "leb128fmt" 1622version = "0.1.0" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1625 1626[[package]] 1627name = "libc" 1628version = "0.2.182" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1631 1632[[package]] 1633name = "libfuzzer-sys" 1634version = "0.4.12" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" 1637dependencies = [ 1638 "arbitrary", 1639 "cc", 1640] 1641 1642[[package]] 1643name = "libheif-rs" 1644version = "2.6.1" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "5de2912bca071d0f609cd6cb8d348c475439f69e808726374bea9e079591559e" 1647dependencies = [ 1648 "cfg-if", 1649 "enumn", 1650 "four-cc", 1651 "libc", 1652 "libheif-sys", 1653] 1654 1655[[package]] 1656name = "libheif-sys" 1657version = "5.1.1+1.21.2" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "03b69722f9386e24ae14655f8faddff28cb6a9a5511d7ffdde3a4499b51cca07" 1660dependencies = [ 1661 "cfg-if", 1662 "libc", 1663 "system-deps", 1664 "vcpkg", 1665 "walkdir", 1666] 1667 1668[[package]] 1669name = "libredox" 1670version = "0.1.12" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 1673dependencies = [ 1674 "bitflags 2.11.0", 1675 "libc", 1676 "redox_syscall 0.7.1", 1677] 1678 1679[[package]] 1680name = "line-clipping" 1681version = "0.3.5" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" 1684dependencies = [ 1685 "bitflags 2.11.0", 1686] 1687 1688[[package]] 1689name = "linux-raw-sys" 1690version = "0.4.15" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1693 1694[[package]] 1695name = "linux-raw-sys" 1696version = "0.11.0" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1699 1700[[package]] 1701name = "litemap" 1702version = "0.8.1" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1705 1706[[package]] 1707name = "litrs" 1708version = "1.0.0" 1709source = "registry+https://github.com/rust-lang/crates.io-index" 1710checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 1711 1712[[package]] 1713name = "lock_api" 1714version = "0.4.14" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1717dependencies = [ 1718 "scopeguard", 1719] 1720 1721[[package]] 1722name = "log" 1723version = "0.4.29" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1726 1727[[package]] 1728name = "loop9" 1729version = "0.1.5" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 1732dependencies = [ 1733 "imgref", 1734] 1735 1736[[package]] 1737name = "lru" 1738version = "0.16.3" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 1741dependencies = [ 1742 "hashbrown 0.16.1", 1743] 1744 1745[[package]] 1746name = "lzma-rust2" 1747version = "0.15.7" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69" 1750 1751[[package]] 1752name = "mac_address" 1753version = "1.1.8" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 1756dependencies = [ 1757 "nix", 1758 "winapi", 1759] 1760 1761[[package]] 1762name = "matrixmultiply" 1763version = "0.3.10" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" 1766dependencies = [ 1767 "autocfg", 1768 "rawpointer", 1769] 1770 1771[[package]] 1772name = "maybe-rayon" 1773version = "0.1.1" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 1776dependencies = [ 1777 "cfg-if", 1778] 1779 1780[[package]] 1781name = "memchr" 1782version = "2.8.0" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1785 1786[[package]] 1787name = "memmem" 1788version = "0.1.1" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 1791 1792[[package]] 1793name = "memoffset" 1794version = "0.9.1" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1797dependencies = [ 1798 "autocfg", 1799] 1800 1801[[package]] 1802name = "mime" 1803version = "0.3.17" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1806 1807[[package]] 1808name = "minimal-lexical" 1809version = "0.2.1" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1812 1813[[package]] 1814name = "miniz_oxide" 1815version = "0.8.9" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1818dependencies = [ 1819 "adler2", 1820 "simd-adler32", 1821] 1822 1823[[package]] 1824name = "mio" 1825version = "1.1.1" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1828dependencies = [ 1829 "libc", 1830 "log", 1831 "wasi", 1832 "windows-sys 0.61.2", 1833] 1834 1835[[package]] 1836name = "moxcms" 1837version = "0.7.11" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 1840dependencies = [ 1841 "num-traits", 1842 "pxfm", 1843] 1844 1845[[package]] 1846name = "native-tls" 1847version = "0.2.16" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "9d5d26952a508f321b4d3d2e80e78fc2603eaefcdf0c30783867f19586518bdc" 1850dependencies = [ 1851 "libc", 1852 "log", 1853 "openssl", 1854 "openssl-probe", 1855 "openssl-sys", 1856 "schannel", 1857 "security-framework", 1858 "security-framework-sys", 1859 "tempfile", 1860] 1861 1862[[package]] 1863name = "ndarray" 1864version = "0.16.1" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" 1867dependencies = [ 1868 "matrixmultiply", 1869 "num-complex", 1870 "num-integer", 1871 "num-traits", 1872 "portable-atomic", 1873 "portable-atomic-util", 1874 "rawpointer", 1875] 1876 1877[[package]] 1878name = "ndarray" 1879version = "0.17.2" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" 1882dependencies = [ 1883 "matrixmultiply", 1884 "num-complex", 1885 "num-integer", 1886 "num-traits", 1887 "portable-atomic", 1888 "portable-atomic-util", 1889 "rawpointer", 1890] 1891 1892[[package]] 1893name = "new_debug_unreachable" 1894version = "1.0.6" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1897 1898[[package]] 1899name = "nix" 1900version = "0.29.0" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1903dependencies = [ 1904 "bitflags 2.11.0", 1905 "cfg-if", 1906 "cfg_aliases", 1907 "libc", 1908 "memoffset", 1909] 1910 1911[[package]] 1912name = "nom" 1913version = "7.1.3" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1916dependencies = [ 1917 "memchr", 1918 "minimal-lexical", 1919] 1920 1921[[package]] 1922name = "nom" 1923version = "8.0.0" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 1926dependencies = [ 1927 "memchr", 1928] 1929 1930[[package]] 1931name = "noop_proc_macro" 1932version = "0.3.0" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 1935 1936[[package]] 1937name = "num-bigint" 1938version = "0.4.6" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1941dependencies = [ 1942 "num-integer", 1943 "num-traits", 1944] 1945 1946[[package]] 1947name = "num-complex" 1948version = "0.4.6" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1951dependencies = [ 1952 "num-traits", 1953] 1954 1955[[package]] 1956name = "num-conv" 1957version = "0.2.0" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 1960 1961[[package]] 1962name = "num-derive" 1963version = "0.4.2" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1966dependencies = [ 1967 "proc-macro2", 1968 "quote", 1969 "syn 2.0.115", 1970] 1971 1972[[package]] 1973name = "num-integer" 1974version = "0.1.46" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1977dependencies = [ 1978 "num-traits", 1979] 1980 1981[[package]] 1982name = "num-rational" 1983version = "0.4.2" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 1986dependencies = [ 1987 "num-bigint", 1988 "num-integer", 1989 "num-traits", 1990] 1991 1992[[package]] 1993name = "num-traits" 1994version = "0.2.19" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1997dependencies = [ 1998 "autocfg", 1999] 2000 2001[[package]] 2002name = "num_threads" 2003version = "0.1.7" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2006dependencies = [ 2007 "libc", 2008] 2009 2010[[package]] 2011name = "once_cell" 2012version = "1.21.3" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2015 2016[[package]] 2017name = "once_cell_polyfill" 2018version = "1.70.2" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2021 2022[[package]] 2023name = "openssl" 2024version = "0.10.75" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 2027dependencies = [ 2028 "bitflags 2.11.0", 2029 "cfg-if", 2030 "foreign-types", 2031 "libc", 2032 "once_cell", 2033 "openssl-macros", 2034 "openssl-sys", 2035] 2036 2037[[package]] 2038name = "openssl-macros" 2039version = "0.1.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2042dependencies = [ 2043 "proc-macro2", 2044 "quote", 2045 "syn 2.0.115", 2046] 2047 2048[[package]] 2049name = "openssl-probe" 2050version = "0.2.1" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2053 2054[[package]] 2055name = "openssl-sys" 2056version = "0.9.111" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 2059dependencies = [ 2060 "cc", 2061 "libc", 2062 "pkg-config", 2063 "vcpkg", 2064] 2065 2066[[package]] 2067name = "option-ext" 2068version = "0.2.0" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2071 2072[[package]] 2073name = "ordered-float" 2074version = "4.6.0" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 2077dependencies = [ 2078 "num-traits", 2079] 2080 2081[[package]] 2082name = "ort" 2083version = "2.0.0-rc.11" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "4a5df903c0d2c07b56950f1058104ab0c8557159f2741782223704de9be73c3c" 2086dependencies = [ 2087 "half", 2088 "ndarray 0.17.2", 2089 "ort-sys", 2090 "smallvec", 2091 "tracing", 2092 "ureq", 2093] 2094 2095[[package]] 2096name = "ort-sys" 2097version = "2.0.0-rc.11" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "06503bb33f294c5f1ba484011e053bfa6ae227074bdb841e9863492dc5960d4b" 2100dependencies = [ 2101 "hmac-sha256", 2102 "lzma-rust2", 2103 "ureq", 2104] 2105 2106[[package]] 2107name = "parking_lot" 2108version = "0.12.5" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2111dependencies = [ 2112 "lock_api", 2113 "parking_lot_core", 2114] 2115 2116[[package]] 2117name = "parking_lot_core" 2118version = "0.9.12" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2121dependencies = [ 2122 "cfg-if", 2123 "libc", 2124 "redox_syscall 0.5.18", 2125 "smallvec", 2126 "windows-link", 2127] 2128 2129[[package]] 2130name = "paste" 2131version = "1.0.15" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2134 2135[[package]] 2136name = "pastey" 2137version = "0.1.1" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 2140 2141[[package]] 2142name = "pem-rfc7468" 2143version = "0.7.0" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2146dependencies = [ 2147 "base64ct", 2148] 2149 2150[[package]] 2151name = "percent-encoding" 2152version = "2.3.2" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2155 2156[[package]] 2157name = "pest" 2158version = "2.8.6" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" 2161dependencies = [ 2162 "memchr", 2163 "ucd-trie", 2164] 2165 2166[[package]] 2167name = "pest_derive" 2168version = "2.8.6" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" 2171dependencies = [ 2172 "pest", 2173 "pest_generator", 2174] 2175 2176[[package]] 2177name = "pest_generator" 2178version = "2.8.6" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" 2181dependencies = [ 2182 "pest", 2183 "pest_meta", 2184 "proc-macro2", 2185 "quote", 2186 "syn 2.0.115", 2187] 2188 2189[[package]] 2190name = "pest_meta" 2191version = "2.8.6" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" 2194dependencies = [ 2195 "pest", 2196 "sha2", 2197] 2198 2199[[package]] 2200name = "phf" 2201version = "0.11.3" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2204dependencies = [ 2205 "phf_macros", 2206 "phf_shared", 2207] 2208 2209[[package]] 2210name = "phf_codegen" 2211version = "0.11.3" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2214dependencies = [ 2215 "phf_generator", 2216 "phf_shared", 2217] 2218 2219[[package]] 2220name = "phf_generator" 2221version = "0.11.3" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2224dependencies = [ 2225 "phf_shared", 2226 "rand 0.8.5", 2227] 2228 2229[[package]] 2230name = "phf_macros" 2231version = "0.11.3" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2234dependencies = [ 2235 "phf_generator", 2236 "phf_shared", 2237 "proc-macro2", 2238 "quote", 2239 "syn 2.0.115", 2240] 2241 2242[[package]] 2243name = "phf_shared" 2244version = "0.11.3" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2247dependencies = [ 2248 "siphasher", 2249] 2250 2251[[package]] 2252name = "pin-project-lite" 2253version = "0.2.16" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2256 2257[[package]] 2258name = "pin-utils" 2259version = "0.1.0" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2262 2263[[package]] 2264name = "pkg-config" 2265version = "0.3.32" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2268 2269[[package]] 2270name = "png" 2271version = "0.18.0" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 2274dependencies = [ 2275 "bitflags 2.11.0", 2276 "crc32fast", 2277 "fdeflate", 2278 "flate2", 2279 "miniz_oxide", 2280] 2281 2282[[package]] 2283name = "portable-atomic" 2284version = "1.13.1" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2287 2288[[package]] 2289name = "portable-atomic-util" 2290version = "0.2.5" 2291source = "registry+https://github.com/rust-lang/crates.io-index" 2292checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 2293dependencies = [ 2294 "portable-atomic", 2295] 2296 2297[[package]] 2298name = "potential_utf" 2299version = "0.1.4" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2302dependencies = [ 2303 "zerovec", 2304] 2305 2306[[package]] 2307name = "powerfmt" 2308version = "0.2.0" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2311 2312[[package]] 2313name = "ppv-lite86" 2314version = "0.2.21" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2317dependencies = [ 2318 "zerocopy", 2319] 2320 2321[[package]] 2322name = "prettyplease" 2323version = "0.2.37" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2326dependencies = [ 2327 "proc-macro2", 2328 "syn 2.0.115", 2329] 2330 2331[[package]] 2332name = "proc-macro2" 2333version = "1.0.106" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2336dependencies = [ 2337 "unicode-ident", 2338] 2339 2340[[package]] 2341name = "profiling" 2342version = "1.0.17" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 2345dependencies = [ 2346 "profiling-procmacros", 2347] 2348 2349[[package]] 2350name = "profiling-procmacros" 2351version = "1.0.17" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 2354dependencies = [ 2355 "quote", 2356 "syn 2.0.115", 2357] 2358 2359[[package]] 2360name = "pxfm" 2361version = "0.1.27" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 2364dependencies = [ 2365 "num-traits", 2366] 2367 2368[[package]] 2369name = "quick-error" 2370version = "2.0.1" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 2373 2374[[package]] 2375name = "quote" 2376version = "1.0.44" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 2379dependencies = [ 2380 "proc-macro2", 2381] 2382 2383[[package]] 2384name = "r-efi" 2385version = "5.3.0" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2388 2389[[package]] 2390name = "rand" 2391version = "0.8.5" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2394dependencies = [ 2395 "rand_core 0.6.4", 2396] 2397 2398[[package]] 2399name = "rand" 2400version = "0.9.2" 2401source = "registry+https://github.com/rust-lang/crates.io-index" 2402checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2403dependencies = [ 2404 "rand_chacha", 2405 "rand_core 0.9.5", 2406] 2407 2408[[package]] 2409name = "rand_chacha" 2410version = "0.9.0" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2413dependencies = [ 2414 "ppv-lite86", 2415 "rand_core 0.9.5", 2416] 2417 2418[[package]] 2419name = "rand_core" 2420version = "0.6.4" 2421source = "registry+https://github.com/rust-lang/crates.io-index" 2422checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2423 2424[[package]] 2425name = "rand_core" 2426version = "0.9.5" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2429dependencies = [ 2430 "getrandom 0.3.4", 2431] 2432 2433[[package]] 2434name = "ratatui" 2435version = "0.30.0" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" 2438dependencies = [ 2439 "instability", 2440 "ratatui-core", 2441 "ratatui-crossterm", 2442 "ratatui-macros", 2443 "ratatui-termwiz", 2444 "ratatui-widgets", 2445] 2446 2447[[package]] 2448name = "ratatui-core" 2449version = "0.1.0" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" 2452dependencies = [ 2453 "bitflags 2.11.0", 2454 "compact_str", 2455 "hashbrown 0.16.1", 2456 "indoc", 2457 "itertools", 2458 "kasuari", 2459 "lru", 2460 "strum", 2461 "thiserror 2.0.18", 2462 "unicode-segmentation", 2463 "unicode-truncate", 2464 "unicode-width", 2465] 2466 2467[[package]] 2468name = "ratatui-crossterm" 2469version = "0.1.0" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" 2472dependencies = [ 2473 "cfg-if", 2474 "crossterm 0.29.0", 2475 "instability", 2476 "ratatui-core", 2477] 2478 2479[[package]] 2480name = "ratatui-macros" 2481version = "0.7.0" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" 2484dependencies = [ 2485 "ratatui-core", 2486 "ratatui-widgets", 2487] 2488 2489[[package]] 2490name = "ratatui-termwiz" 2491version = "0.1.0" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" 2494dependencies = [ 2495 "ratatui-core", 2496 "termwiz", 2497] 2498 2499[[package]] 2500name = "ratatui-widgets" 2501version = "0.3.0" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" 2504dependencies = [ 2505 "bitflags 2.11.0", 2506 "hashbrown 0.16.1", 2507 "indoc", 2508 "instability", 2509 "itertools", 2510 "line-clipping", 2511 "ratatui-core", 2512 "strum", 2513 "time", 2514 "unicode-segmentation", 2515 "unicode-width", 2516] 2517 2518[[package]] 2519name = "rav1e" 2520version = "0.8.1" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 2523dependencies = [ 2524 "aligned-vec", 2525 "arbitrary", 2526 "arg_enum_proc_macro", 2527 "arrayvec", 2528 "av-scenechange", 2529 "av1-grain", 2530 "bitstream-io", 2531 "built", 2532 "cfg-if", 2533 "interpolate_name", 2534 "itertools", 2535 "libc", 2536 "libfuzzer-sys", 2537 "log", 2538 "maybe-rayon", 2539 "new_debug_unreachable", 2540 "noop_proc_macro", 2541 "num-derive", 2542 "num-traits", 2543 "paste", 2544 "profiling", 2545 "rand 0.9.2", 2546 "rand_chacha", 2547 "simd_helpers", 2548 "thiserror 2.0.18", 2549 "v_frame", 2550 "wasm-bindgen", 2551] 2552 2553[[package]] 2554name = "ravif" 2555version = "0.12.0" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 2558dependencies = [ 2559 "avif-serialize", 2560 "imgref", 2561 "loop9", 2562 "quick-error", 2563 "rav1e", 2564 "rgb", 2565] 2566 2567[[package]] 2568name = "rawpointer" 2569version = "0.2.1" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 2572 2573[[package]] 2574name = "rayon" 2575version = "1.11.0" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 2578dependencies = [ 2579 "either", 2580 "rayon-core", 2581] 2582 2583[[package]] 2584name = "rayon-core" 2585version = "1.13.0" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 2588dependencies = [ 2589 "crossbeam-deque", 2590 "crossbeam-utils", 2591] 2592 2593[[package]] 2594name = "redox_syscall" 2595version = "0.5.18" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2598dependencies = [ 2599 "bitflags 2.11.0", 2600] 2601 2602[[package]] 2603name = "redox_syscall" 2604version = "0.7.1" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b" 2607dependencies = [ 2608 "bitflags 2.11.0", 2609] 2610 2611[[package]] 2612name = "redox_users" 2613version = "0.4.6" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 2616dependencies = [ 2617 "getrandom 0.2.17", 2618 "libredox", 2619 "thiserror 1.0.69", 2620] 2621 2622[[package]] 2623name = "regex" 2624version = "1.12.3" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2627dependencies = [ 2628 "aho-corasick", 2629 "memchr", 2630 "regex-automata", 2631 "regex-syntax", 2632] 2633 2634[[package]] 2635name = "regex-automata" 2636version = "0.4.14" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2639dependencies = [ 2640 "aho-corasick", 2641 "memchr", 2642 "regex-syntax", 2643] 2644 2645[[package]] 2646name = "regex-syntax" 2647version = "0.8.9" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 2650 2651[[package]] 2652name = "reqwest" 2653version = "0.12.28" 2654source = "registry+https://github.com/rust-lang/crates.io-index" 2655checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2656dependencies = [ 2657 "base64", 2658 "bytes", 2659 "encoding_rs", 2660 "futures-core", 2661 "futures-util", 2662 "h2", 2663 "http", 2664 "http-body", 2665 "http-body-util", 2666 "hyper", 2667 "hyper-rustls", 2668 "hyper-tls", 2669 "hyper-util", 2670 "js-sys", 2671 "log", 2672 "mime", 2673 "native-tls", 2674 "percent-encoding", 2675 "pin-project-lite", 2676 "rustls-pki-types", 2677 "serde", 2678 "serde_json", 2679 "serde_urlencoded", 2680 "sync_wrapper", 2681 "tokio", 2682 "tokio-native-tls", 2683 "tokio-util", 2684 "tower", 2685 "tower-http", 2686 "tower-service", 2687 "url", 2688 "wasm-bindgen", 2689 "wasm-bindgen-futures", 2690 "wasm-streams", 2691 "web-sys", 2692] 2693 2694[[package]] 2695name = "rgb" 2696version = "0.8.52" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 2699 2700[[package]] 2701name = "ring" 2702version = "0.17.14" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2705dependencies = [ 2706 "cc", 2707 "cfg-if", 2708 "getrandom 0.2.17", 2709 "libc", 2710 "untrusted", 2711 "windows-sys 0.52.0", 2712] 2713 2714[[package]] 2715name = "rustc_version" 2716version = "0.4.1" 2717source = "registry+https://github.com/rust-lang/crates.io-index" 2718checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2719dependencies = [ 2720 "semver", 2721] 2722 2723[[package]] 2724name = "rustix" 2725version = "0.38.44" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2728dependencies = [ 2729 "bitflags 2.11.0", 2730 "errno", 2731 "libc", 2732 "linux-raw-sys 0.4.15", 2733 "windows-sys 0.59.0", 2734] 2735 2736[[package]] 2737name = "rustix" 2738version = "1.1.3" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 2741dependencies = [ 2742 "bitflags 2.11.0", 2743 "errno", 2744 "libc", 2745 "linux-raw-sys 0.11.0", 2746 "windows-sys 0.61.2", 2747] 2748 2749[[package]] 2750name = "rustls" 2751version = "0.23.36" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 2754dependencies = [ 2755 "once_cell", 2756 "rustls-pki-types", 2757 "rustls-webpki", 2758 "subtle", 2759 "zeroize", 2760] 2761 2762[[package]] 2763name = "rustls-pki-types" 2764version = "1.14.0" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 2767dependencies = [ 2768 "zeroize", 2769] 2770 2771[[package]] 2772name = "rustls-webpki" 2773version = "0.103.9" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 2776dependencies = [ 2777 "ring", 2778 "rustls-pki-types", 2779 "untrusted", 2780] 2781 2782[[package]] 2783name = "rustversion" 2784version = "1.0.22" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2787 2788[[package]] 2789name = "ryu" 2790version = "1.0.23" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2793 2794[[package]] 2795name = "same-file" 2796version = "1.0.6" 2797source = "registry+https://github.com/rust-lang/crates.io-index" 2798checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2799dependencies = [ 2800 "winapi-util", 2801] 2802 2803[[package]] 2804name = "schannel" 2805version = "0.1.28" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2808dependencies = [ 2809 "windows-sys 0.61.2", 2810] 2811 2812[[package]] 2813name = "scopeguard" 2814version = "1.2.0" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2817 2818[[package]] 2819name = "security-framework" 2820version = "3.6.0" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38" 2823dependencies = [ 2824 "bitflags 2.11.0", 2825 "core-foundation 0.10.1", 2826 "core-foundation-sys", 2827 "libc", 2828 "security-framework-sys", 2829] 2830 2831[[package]] 2832name = "security-framework-sys" 2833version = "2.16.0" 2834source = "registry+https://github.com/rust-lang/crates.io-index" 2835checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a" 2836dependencies = [ 2837 "core-foundation-sys", 2838 "libc", 2839] 2840 2841[[package]] 2842name = "semver" 2843version = "1.0.27" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2846 2847[[package]] 2848name = "serde" 2849version = "1.0.228" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2852dependencies = [ 2853 "serde_core", 2854 "serde_derive", 2855] 2856 2857[[package]] 2858name = "serde_core" 2859version = "1.0.228" 2860source = "registry+https://github.com/rust-lang/crates.io-index" 2861checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2862dependencies = [ 2863 "serde_derive", 2864] 2865 2866[[package]] 2867name = "serde_derive" 2868version = "1.0.228" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2871dependencies = [ 2872 "proc-macro2", 2873 "quote", 2874 "syn 2.0.115", 2875] 2876 2877[[package]] 2878name = "serde_json" 2879version = "1.0.149" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2882dependencies = [ 2883 "itoa", 2884 "memchr", 2885 "serde", 2886 "serde_core", 2887 "zmij", 2888] 2889 2890[[package]] 2891name = "serde_spanned" 2892version = "1.0.4" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 2895dependencies = [ 2896 "serde_core", 2897] 2898 2899[[package]] 2900name = "serde_urlencoded" 2901version = "0.7.1" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2904dependencies = [ 2905 "form_urlencoded", 2906 "itoa", 2907 "ryu", 2908 "serde", 2909] 2910 2911[[package]] 2912name = "sha2" 2913version = "0.10.9" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2916dependencies = [ 2917 "cfg-if", 2918 "cpufeatures", 2919 "digest", 2920] 2921 2922[[package]] 2923name = "shlex" 2924version = "1.3.0" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2927 2928[[package]] 2929name = "signal-hook" 2930version = "0.3.18" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 2933dependencies = [ 2934 "libc", 2935 "signal-hook-registry", 2936] 2937 2938[[package]] 2939name = "signal-hook-mio" 2940version = "0.2.5" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 2943dependencies = [ 2944 "libc", 2945 "mio", 2946 "signal-hook", 2947] 2948 2949[[package]] 2950name = "signal-hook-registry" 2951version = "1.4.8" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2954dependencies = [ 2955 "errno", 2956 "libc", 2957] 2958 2959[[package]] 2960name = "simd-adler32" 2961version = "0.3.8" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 2964 2965[[package]] 2966name = "simd_helpers" 2967version = "0.1.0" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 2970dependencies = [ 2971 "quote", 2972] 2973 2974[[package]] 2975name = "siphasher" 2976version = "1.0.2" 2977source = "registry+https://github.com/rust-lang/crates.io-index" 2978checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 2979 2980[[package]] 2981name = "slab" 2982version = "0.4.12" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2985 2986[[package]] 2987name = "smallvec" 2988version = "1.15.1" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2991 2992[[package]] 2993name = "socket2" 2994version = "0.6.2" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 2997dependencies = [ 2998 "libc", 2999 "windows-sys 0.60.2", 3000] 3001 3002[[package]] 3003name = "socks" 3004version = "0.3.4" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 3007dependencies = [ 3008 "byteorder", 3009 "libc", 3010 "winapi", 3011] 3012 3013[[package]] 3014name = "spatial-maker" 3015version = "0.5.2" 3016dependencies = [ 3017 "clap", 3018 "crossterm 0.28.1", 3019 "dirs", 3020 "flate2", 3021 "futures-util", 3022 "image", 3023 "jxl-oxide", 3024 "libheif-rs", 3025 "ndarray 0.16.1", 3026 "ort", 3027 "ratatui", 3028 "rayon", 3029 "reqwest", 3030 "serde", 3031 "serde_json", 3032 "tar", 3033 "tempfile", 3034 "thiserror 2.0.18", 3035 "tokio", 3036 "tracing", 3037] 3038 3039[[package]] 3040name = "stable_deref_trait" 3041version = "1.2.1" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3044 3045[[package]] 3046name = "static_assertions" 3047version = "1.1.0" 3048source = "registry+https://github.com/rust-lang/crates.io-index" 3049checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3050 3051[[package]] 3052name = "strsim" 3053version = "0.11.1" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3056 3057[[package]] 3058name = "strum" 3059version = "0.27.2" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 3062dependencies = [ 3063 "strum_macros", 3064] 3065 3066[[package]] 3067name = "strum_macros" 3068version = "0.27.2" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 3071dependencies = [ 3072 "heck", 3073 "proc-macro2", 3074 "quote", 3075 "syn 2.0.115", 3076] 3077 3078[[package]] 3079name = "subtle" 3080version = "2.6.1" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3083 3084[[package]] 3085name = "syn" 3086version = "1.0.109" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3089dependencies = [ 3090 "proc-macro2", 3091 "quote", 3092 "unicode-ident", 3093] 3094 3095[[package]] 3096name = "syn" 3097version = "2.0.115" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" 3100dependencies = [ 3101 "proc-macro2", 3102 "quote", 3103 "unicode-ident", 3104] 3105 3106[[package]] 3107name = "sync_wrapper" 3108version = "1.0.2" 3109source = "registry+https://github.com/rust-lang/crates.io-index" 3110checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3111dependencies = [ 3112 "futures-core", 3113] 3114 3115[[package]] 3116name = "synstructure" 3117version = "0.13.2" 3118source = "registry+https://github.com/rust-lang/crates.io-index" 3119checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3120dependencies = [ 3121 "proc-macro2", 3122 "quote", 3123 "syn 2.0.115", 3124] 3125 3126[[package]] 3127name = "system-configuration" 3128version = "0.7.0" 3129source = "registry+https://github.com/rust-lang/crates.io-index" 3130checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 3131dependencies = [ 3132 "bitflags 2.11.0", 3133 "core-foundation 0.9.4", 3134 "system-configuration-sys", 3135] 3136 3137[[package]] 3138name = "system-configuration-sys" 3139version = "0.6.0" 3140source = "registry+https://github.com/rust-lang/crates.io-index" 3141checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3142dependencies = [ 3143 "core-foundation-sys", 3144 "libc", 3145] 3146 3147[[package]] 3148name = "system-deps" 3149version = "7.0.7" 3150source = "registry+https://github.com/rust-lang/crates.io-index" 3151checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" 3152dependencies = [ 3153 "cfg-expr", 3154 "heck", 3155 "pkg-config", 3156 "toml", 3157 "version-compare", 3158] 3159 3160[[package]] 3161name = "tar" 3162version = "0.4.44" 3163source = "registry+https://github.com/rust-lang/crates.io-index" 3164checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" 3165dependencies = [ 3166 "filetime", 3167 "libc", 3168 "xattr", 3169] 3170 3171[[package]] 3172name = "target-lexicon" 3173version = "0.13.3" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 3176 3177[[package]] 3178name = "tempfile" 3179version = "3.25.0" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 3182dependencies = [ 3183 "fastrand", 3184 "getrandom 0.4.1", 3185 "once_cell", 3186 "rustix 1.1.3", 3187 "windows-sys 0.61.2", 3188] 3189 3190[[package]] 3191name = "terminfo" 3192version = "0.9.0" 3193source = "registry+https://github.com/rust-lang/crates.io-index" 3194checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" 3195dependencies = [ 3196 "fnv", 3197 "nom 7.1.3", 3198 "phf", 3199 "phf_codegen", 3200] 3201 3202[[package]] 3203name = "termios" 3204version = "0.3.3" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 3207dependencies = [ 3208 "libc", 3209] 3210 3211[[package]] 3212name = "termwiz" 3213version = "0.23.3" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" 3216dependencies = [ 3217 "anyhow", 3218 "base64", 3219 "bitflags 2.11.0", 3220 "fancy-regex", 3221 "filedescriptor", 3222 "finl_unicode", 3223 "fixedbitset", 3224 "hex", 3225 "lazy_static", 3226 "libc", 3227 "log", 3228 "memmem", 3229 "nix", 3230 "num-derive", 3231 "num-traits", 3232 "ordered-float", 3233 "pest", 3234 "pest_derive", 3235 "phf", 3236 "sha2", 3237 "signal-hook", 3238 "siphasher", 3239 "terminfo", 3240 "termios", 3241 "thiserror 1.0.69", 3242 "ucd-trie", 3243 "unicode-segmentation", 3244 "vtparse", 3245 "wezterm-bidi", 3246 "wezterm-blob-leases", 3247 "wezterm-color-types", 3248 "wezterm-dynamic", 3249 "wezterm-input-types", 3250 "winapi", 3251] 3252 3253[[package]] 3254name = "thiserror" 3255version = "1.0.69" 3256source = "registry+https://github.com/rust-lang/crates.io-index" 3257checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3258dependencies = [ 3259 "thiserror-impl 1.0.69", 3260] 3261 3262[[package]] 3263name = "thiserror" 3264version = "2.0.18" 3265source = "registry+https://github.com/rust-lang/crates.io-index" 3266checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3267dependencies = [ 3268 "thiserror-impl 2.0.18", 3269] 3270 3271[[package]] 3272name = "thiserror-impl" 3273version = "1.0.69" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3276dependencies = [ 3277 "proc-macro2", 3278 "quote", 3279 "syn 2.0.115", 3280] 3281 3282[[package]] 3283name = "thiserror-impl" 3284version = "2.0.18" 3285source = "registry+https://github.com/rust-lang/crates.io-index" 3286checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3287dependencies = [ 3288 "proc-macro2", 3289 "quote", 3290 "syn 2.0.115", 3291] 3292 3293[[package]] 3294name = "tiff" 3295version = "0.10.3" 3296source = "registry+https://github.com/rust-lang/crates.io-index" 3297checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 3298dependencies = [ 3299 "fax", 3300 "flate2", 3301 "half", 3302 "quick-error", 3303 "weezl", 3304 "zune-jpeg 0.4.21", 3305] 3306 3307[[package]] 3308name = "time" 3309version = "0.3.47" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3312dependencies = [ 3313 "deranged", 3314 "libc", 3315 "num-conv", 3316 "num_threads", 3317 "powerfmt", 3318 "serde_core", 3319 "time-core", 3320] 3321 3322[[package]] 3323name = "time-core" 3324version = "0.1.8" 3325source = "registry+https://github.com/rust-lang/crates.io-index" 3326checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3327 3328[[package]] 3329name = "tinystr" 3330version = "0.8.2" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 3333dependencies = [ 3334 "displaydoc", 3335 "zerovec", 3336] 3337 3338[[package]] 3339name = "tokio" 3340version = "1.49.0" 3341source = "registry+https://github.com/rust-lang/crates.io-index" 3342checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 3343dependencies = [ 3344 "bytes", 3345 "libc", 3346 "mio", 3347 "parking_lot", 3348 "pin-project-lite", 3349 "signal-hook-registry", 3350 "socket2", 3351 "tokio-macros", 3352 "windows-sys 0.61.2", 3353] 3354 3355[[package]] 3356name = "tokio-macros" 3357version = "2.6.0" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 3360dependencies = [ 3361 "proc-macro2", 3362 "quote", 3363 "syn 2.0.115", 3364] 3365 3366[[package]] 3367name = "tokio-native-tls" 3368version = "0.3.1" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3371dependencies = [ 3372 "native-tls", 3373 "tokio", 3374] 3375 3376[[package]] 3377name = "tokio-rustls" 3378version = "0.26.4" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3381dependencies = [ 3382 "rustls", 3383 "tokio", 3384] 3385 3386[[package]] 3387name = "tokio-util" 3388version = "0.7.18" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3391dependencies = [ 3392 "bytes", 3393 "futures-core", 3394 "futures-sink", 3395 "pin-project-lite", 3396 "tokio", 3397] 3398 3399[[package]] 3400name = "toml" 3401version = "0.9.12+spec-1.1.0" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 3404dependencies = [ 3405 "indexmap", 3406 "serde_core", 3407 "serde_spanned", 3408 "toml_datetime", 3409 "toml_parser", 3410 "toml_writer", 3411 "winnow", 3412] 3413 3414[[package]] 3415name = "toml_datetime" 3416version = "0.7.5+spec-1.1.0" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3419dependencies = [ 3420 "serde_core", 3421] 3422 3423[[package]] 3424name = "toml_parser" 3425version = "1.0.8+spec-1.1.0" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" 3428dependencies = [ 3429 "winnow", 3430] 3431 3432[[package]] 3433name = "toml_writer" 3434version = "1.0.6+spec-1.1.0" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 3437 3438[[package]] 3439name = "tower" 3440version = "0.5.3" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3443dependencies = [ 3444 "futures-core", 3445 "futures-util", 3446 "pin-project-lite", 3447 "sync_wrapper", 3448 "tokio", 3449 "tower-layer", 3450 "tower-service", 3451] 3452 3453[[package]] 3454name = "tower-http" 3455version = "0.6.8" 3456source = "registry+https://github.com/rust-lang/crates.io-index" 3457checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3458dependencies = [ 3459 "bitflags 2.11.0", 3460 "bytes", 3461 "futures-util", 3462 "http", 3463 "http-body", 3464 "iri-string", 3465 "pin-project-lite", 3466 "tower", 3467 "tower-layer", 3468 "tower-service", 3469] 3470 3471[[package]] 3472name = "tower-layer" 3473version = "0.3.3" 3474source = "registry+https://github.com/rust-lang/crates.io-index" 3475checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3476 3477[[package]] 3478name = "tower-service" 3479version = "0.3.3" 3480source = "registry+https://github.com/rust-lang/crates.io-index" 3481checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3482 3483[[package]] 3484name = "tracing" 3485version = "0.1.44" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3488dependencies = [ 3489 "pin-project-lite", 3490 "tracing-attributes", 3491 "tracing-core", 3492] 3493 3494[[package]] 3495name = "tracing-attributes" 3496version = "0.1.31" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3499dependencies = [ 3500 "proc-macro2", 3501 "quote", 3502 "syn 2.0.115", 3503] 3504 3505[[package]] 3506name = "tracing-core" 3507version = "0.1.36" 3508source = "registry+https://github.com/rust-lang/crates.io-index" 3509checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3510dependencies = [ 3511 "once_cell", 3512] 3513 3514[[package]] 3515name = "try-lock" 3516version = "0.2.5" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3519 3520[[package]] 3521name = "typenum" 3522version = "1.19.0" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3525 3526[[package]] 3527name = "ucd-trie" 3528version = "0.1.7" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 3531 3532[[package]] 3533name = "unicode-ident" 3534version = "1.0.23" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" 3537 3538[[package]] 3539name = "unicode-segmentation" 3540version = "1.12.0" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3543 3544[[package]] 3545name = "unicode-truncate" 3546version = "2.0.1" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" 3549dependencies = [ 3550 "itertools", 3551 "unicode-segmentation", 3552 "unicode-width", 3553] 3554 3555[[package]] 3556name = "unicode-width" 3557version = "0.2.2" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 3560 3561[[package]] 3562name = "unicode-xid" 3563version = "0.2.6" 3564source = "registry+https://github.com/rust-lang/crates.io-index" 3565checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 3566 3567[[package]] 3568name = "untrusted" 3569version = "0.9.0" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3572 3573[[package]] 3574name = "ureq" 3575version = "3.2.0" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "fdc97a28575b85cfedf2a7e7d3cc64b3e11bd8ac766666318003abbacc7a21fc" 3578dependencies = [ 3579 "base64", 3580 "der", 3581 "log", 3582 "native-tls", 3583 "percent-encoding", 3584 "rustls-pki-types", 3585 "socks", 3586 "ureq-proto", 3587 "utf-8", 3588 "webpki-root-certs", 3589] 3590 3591[[package]] 3592name = "ureq-proto" 3593version = "0.5.3" 3594source = "registry+https://github.com/rust-lang/crates.io-index" 3595checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 3596dependencies = [ 3597 "base64", 3598 "http", 3599 "httparse", 3600 "log", 3601] 3602 3603[[package]] 3604name = "url" 3605version = "2.5.8" 3606source = "registry+https://github.com/rust-lang/crates.io-index" 3607checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 3608dependencies = [ 3609 "form_urlencoded", 3610 "idna", 3611 "percent-encoding", 3612 "serde", 3613] 3614 3615[[package]] 3616name = "utf-8" 3617version = "0.7.6" 3618source = "registry+https://github.com/rust-lang/crates.io-index" 3619checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3620 3621[[package]] 3622name = "utf8_iter" 3623version = "1.0.4" 3624source = "registry+https://github.com/rust-lang/crates.io-index" 3625checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3626 3627[[package]] 3628name = "utf8parse" 3629version = "0.2.2" 3630source = "registry+https://github.com/rust-lang/crates.io-index" 3631checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3632 3633[[package]] 3634name = "uuid" 3635version = "1.21.0" 3636source = "registry+https://github.com/rust-lang/crates.io-index" 3637checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 3638dependencies = [ 3639 "atomic", 3640 "getrandom 0.4.1", 3641 "js-sys", 3642 "wasm-bindgen", 3643] 3644 3645[[package]] 3646name = "v_frame" 3647version = "0.3.9" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 3650dependencies = [ 3651 "aligned-vec", 3652 "num-traits", 3653 "wasm-bindgen", 3654] 3655 3656[[package]] 3657name = "vcpkg" 3658version = "0.2.15" 3659source = "registry+https://github.com/rust-lang/crates.io-index" 3660checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3661 3662[[package]] 3663name = "version-compare" 3664version = "0.2.1" 3665source = "registry+https://github.com/rust-lang/crates.io-index" 3666checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 3667 3668[[package]] 3669name = "version_check" 3670version = "0.9.5" 3671source = "registry+https://github.com/rust-lang/crates.io-index" 3672checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3673 3674[[package]] 3675name = "vtparse" 3676version = "0.6.2" 3677source = "registry+https://github.com/rust-lang/crates.io-index" 3678checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 3679dependencies = [ 3680 "utf8parse", 3681] 3682 3683[[package]] 3684name = "walkdir" 3685version = "2.5.0" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3688dependencies = [ 3689 "same-file", 3690 "winapi-util", 3691] 3692 3693[[package]] 3694name = "want" 3695version = "0.3.1" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3698dependencies = [ 3699 "try-lock", 3700] 3701 3702[[package]] 3703name = "wasi" 3704version = "0.11.1+wasi-snapshot-preview1" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3707 3708[[package]] 3709name = "wasip2" 3710version = "1.0.2+wasi-0.2.9" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 3713dependencies = [ 3714 "wit-bindgen", 3715] 3716 3717[[package]] 3718name = "wasip3" 3719version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 3722dependencies = [ 3723 "wit-bindgen", 3724] 3725 3726[[package]] 3727name = "wasm-bindgen" 3728version = "0.2.108" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 3731dependencies = [ 3732 "cfg-if", 3733 "once_cell", 3734 "rustversion", 3735 "wasm-bindgen-macro", 3736 "wasm-bindgen-shared", 3737] 3738 3739[[package]] 3740name = "wasm-bindgen-futures" 3741version = "0.4.58" 3742source = "registry+https://github.com/rust-lang/crates.io-index" 3743checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 3744dependencies = [ 3745 "cfg-if", 3746 "futures-util", 3747 "js-sys", 3748 "once_cell", 3749 "wasm-bindgen", 3750 "web-sys", 3751] 3752 3753[[package]] 3754name = "wasm-bindgen-macro" 3755version = "0.2.108" 3756source = "registry+https://github.com/rust-lang/crates.io-index" 3757checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 3758dependencies = [ 3759 "quote", 3760 "wasm-bindgen-macro-support", 3761] 3762 3763[[package]] 3764name = "wasm-bindgen-macro-support" 3765version = "0.2.108" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 3768dependencies = [ 3769 "bumpalo", 3770 "proc-macro2", 3771 "quote", 3772 "syn 2.0.115", 3773 "wasm-bindgen-shared", 3774] 3775 3776[[package]] 3777name = "wasm-bindgen-shared" 3778version = "0.2.108" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 3781dependencies = [ 3782 "unicode-ident", 3783] 3784 3785[[package]] 3786name = "wasm-encoder" 3787version = "0.244.0" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 3790dependencies = [ 3791 "leb128fmt", 3792 "wasmparser", 3793] 3794 3795[[package]] 3796name = "wasm-metadata" 3797version = "0.244.0" 3798source = "registry+https://github.com/rust-lang/crates.io-index" 3799checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 3800dependencies = [ 3801 "anyhow", 3802 "indexmap", 3803 "wasm-encoder", 3804 "wasmparser", 3805] 3806 3807[[package]] 3808name = "wasm-streams" 3809version = "0.4.2" 3810source = "registry+https://github.com/rust-lang/crates.io-index" 3811checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3812dependencies = [ 3813 "futures-util", 3814 "js-sys", 3815 "wasm-bindgen", 3816 "wasm-bindgen-futures", 3817 "web-sys", 3818] 3819 3820[[package]] 3821name = "wasmparser" 3822version = "0.244.0" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 3825dependencies = [ 3826 "bitflags 2.11.0", 3827 "hashbrown 0.15.5", 3828 "indexmap", 3829 "semver", 3830] 3831 3832[[package]] 3833name = "web-sys" 3834version = "0.3.85" 3835source = "registry+https://github.com/rust-lang/crates.io-index" 3836checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 3837dependencies = [ 3838 "js-sys", 3839 "wasm-bindgen", 3840] 3841 3842[[package]] 3843name = "webpki-root-certs" 3844version = "1.0.6" 3845source = "registry+https://github.com/rust-lang/crates.io-index" 3846checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 3847dependencies = [ 3848 "rustls-pki-types", 3849] 3850 3851[[package]] 3852name = "weezl" 3853version = "0.1.12" 3854source = "registry+https://github.com/rust-lang/crates.io-index" 3855checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 3856 3857[[package]] 3858name = "wezterm-bidi" 3859version = "0.2.3" 3860source = "registry+https://github.com/rust-lang/crates.io-index" 3861checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" 3862dependencies = [ 3863 "log", 3864 "wezterm-dynamic", 3865] 3866 3867[[package]] 3868name = "wezterm-blob-leases" 3869version = "0.1.1" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" 3872dependencies = [ 3873 "getrandom 0.3.4", 3874 "mac_address", 3875 "sha2", 3876 "thiserror 1.0.69", 3877 "uuid", 3878] 3879 3880[[package]] 3881name = "wezterm-color-types" 3882version = "0.3.0" 3883source = "registry+https://github.com/rust-lang/crates.io-index" 3884checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" 3885dependencies = [ 3886 "csscolorparser", 3887 "deltae", 3888 "lazy_static", 3889 "wezterm-dynamic", 3890] 3891 3892[[package]] 3893name = "wezterm-dynamic" 3894version = "0.2.1" 3895source = "registry+https://github.com/rust-lang/crates.io-index" 3896checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" 3897dependencies = [ 3898 "log", 3899 "ordered-float", 3900 "strsim", 3901 "thiserror 1.0.69", 3902 "wezterm-dynamic-derive", 3903] 3904 3905[[package]] 3906name = "wezterm-dynamic-derive" 3907version = "0.1.1" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" 3910dependencies = [ 3911 "proc-macro2", 3912 "quote", 3913 "syn 1.0.109", 3914] 3915 3916[[package]] 3917name = "wezterm-input-types" 3918version = "0.1.0" 3919source = "registry+https://github.com/rust-lang/crates.io-index" 3920checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" 3921dependencies = [ 3922 "bitflags 1.3.2", 3923 "euclid", 3924 "lazy_static", 3925 "serde", 3926 "wezterm-dynamic", 3927] 3928 3929[[package]] 3930name = "winapi" 3931version = "0.3.9" 3932source = "registry+https://github.com/rust-lang/crates.io-index" 3933checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3934dependencies = [ 3935 "winapi-i686-pc-windows-gnu", 3936 "winapi-x86_64-pc-windows-gnu", 3937] 3938 3939[[package]] 3940name = "winapi-i686-pc-windows-gnu" 3941version = "0.4.0" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3944 3945[[package]] 3946name = "winapi-util" 3947version = "0.1.11" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3950dependencies = [ 3951 "windows-sys 0.61.2", 3952] 3953 3954[[package]] 3955name = "winapi-x86_64-pc-windows-gnu" 3956version = "0.4.0" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3959 3960[[package]] 3961name = "windows-link" 3962version = "0.2.1" 3963source = "registry+https://github.com/rust-lang/crates.io-index" 3964checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3965 3966[[package]] 3967name = "windows-registry" 3968version = "0.6.1" 3969source = "registry+https://github.com/rust-lang/crates.io-index" 3970checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3971dependencies = [ 3972 "windows-link", 3973 "windows-result", 3974 "windows-strings", 3975] 3976 3977[[package]] 3978name = "windows-result" 3979version = "0.4.1" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3982dependencies = [ 3983 "windows-link", 3984] 3985 3986[[package]] 3987name = "windows-strings" 3988version = "0.5.1" 3989source = "registry+https://github.com/rust-lang/crates.io-index" 3990checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3991dependencies = [ 3992 "windows-link", 3993] 3994 3995[[package]] 3996name = "windows-sys" 3997version = "0.48.0" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4000dependencies = [ 4001 "windows-targets 0.48.5", 4002] 4003 4004[[package]] 4005name = "windows-sys" 4006version = "0.52.0" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4009dependencies = [ 4010 "windows-targets 0.52.6", 4011] 4012 4013[[package]] 4014name = "windows-sys" 4015version = "0.59.0" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4018dependencies = [ 4019 "windows-targets 0.52.6", 4020] 4021 4022[[package]] 4023name = "windows-sys" 4024version = "0.60.2" 4025source = "registry+https://github.com/rust-lang/crates.io-index" 4026checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4027dependencies = [ 4028 "windows-targets 0.53.5", 4029] 4030 4031[[package]] 4032name = "windows-sys" 4033version = "0.61.2" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4036dependencies = [ 4037 "windows-link", 4038] 4039 4040[[package]] 4041name = "windows-targets" 4042version = "0.48.5" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4045dependencies = [ 4046 "windows_aarch64_gnullvm 0.48.5", 4047 "windows_aarch64_msvc 0.48.5", 4048 "windows_i686_gnu 0.48.5", 4049 "windows_i686_msvc 0.48.5", 4050 "windows_x86_64_gnu 0.48.5", 4051 "windows_x86_64_gnullvm 0.48.5", 4052 "windows_x86_64_msvc 0.48.5", 4053] 4054 4055[[package]] 4056name = "windows-targets" 4057version = "0.52.6" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4060dependencies = [ 4061 "windows_aarch64_gnullvm 0.52.6", 4062 "windows_aarch64_msvc 0.52.6", 4063 "windows_i686_gnu 0.52.6", 4064 "windows_i686_gnullvm 0.52.6", 4065 "windows_i686_msvc 0.52.6", 4066 "windows_x86_64_gnu 0.52.6", 4067 "windows_x86_64_gnullvm 0.52.6", 4068 "windows_x86_64_msvc 0.52.6", 4069] 4070 4071[[package]] 4072name = "windows-targets" 4073version = "0.53.5" 4074source = "registry+https://github.com/rust-lang/crates.io-index" 4075checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4076dependencies = [ 4077 "windows-link", 4078 "windows_aarch64_gnullvm 0.53.1", 4079 "windows_aarch64_msvc 0.53.1", 4080 "windows_i686_gnu 0.53.1", 4081 "windows_i686_gnullvm 0.53.1", 4082 "windows_i686_msvc 0.53.1", 4083 "windows_x86_64_gnu 0.53.1", 4084 "windows_x86_64_gnullvm 0.53.1", 4085 "windows_x86_64_msvc 0.53.1", 4086] 4087 4088[[package]] 4089name = "windows_aarch64_gnullvm" 4090version = "0.48.5" 4091source = "registry+https://github.com/rust-lang/crates.io-index" 4092checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4093 4094[[package]] 4095name = "windows_aarch64_gnullvm" 4096version = "0.52.6" 4097source = "registry+https://github.com/rust-lang/crates.io-index" 4098checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4099 4100[[package]] 4101name = "windows_aarch64_gnullvm" 4102version = "0.53.1" 4103source = "registry+https://github.com/rust-lang/crates.io-index" 4104checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4105 4106[[package]] 4107name = "windows_aarch64_msvc" 4108version = "0.48.5" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4111 4112[[package]] 4113name = "windows_aarch64_msvc" 4114version = "0.52.6" 4115source = "registry+https://github.com/rust-lang/crates.io-index" 4116checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4117 4118[[package]] 4119name = "windows_aarch64_msvc" 4120version = "0.53.1" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4123 4124[[package]] 4125name = "windows_i686_gnu" 4126version = "0.48.5" 4127source = "registry+https://github.com/rust-lang/crates.io-index" 4128checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4129 4130[[package]] 4131name = "windows_i686_gnu" 4132version = "0.52.6" 4133source = "registry+https://github.com/rust-lang/crates.io-index" 4134checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4135 4136[[package]] 4137name = "windows_i686_gnu" 4138version = "0.53.1" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4141 4142[[package]] 4143name = "windows_i686_gnullvm" 4144version = "0.52.6" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4147 4148[[package]] 4149name = "windows_i686_gnullvm" 4150version = "0.53.1" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4153 4154[[package]] 4155name = "windows_i686_msvc" 4156version = "0.48.5" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4159 4160[[package]] 4161name = "windows_i686_msvc" 4162version = "0.52.6" 4163source = "registry+https://github.com/rust-lang/crates.io-index" 4164checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4165 4166[[package]] 4167name = "windows_i686_msvc" 4168version = "0.53.1" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4171 4172[[package]] 4173name = "windows_x86_64_gnu" 4174version = "0.48.5" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4177 4178[[package]] 4179name = "windows_x86_64_gnu" 4180version = "0.52.6" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4183 4184[[package]] 4185name = "windows_x86_64_gnu" 4186version = "0.53.1" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4189 4190[[package]] 4191name = "windows_x86_64_gnullvm" 4192version = "0.48.5" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4195 4196[[package]] 4197name = "windows_x86_64_gnullvm" 4198version = "0.52.6" 4199source = "registry+https://github.com/rust-lang/crates.io-index" 4200checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4201 4202[[package]] 4203name = "windows_x86_64_gnullvm" 4204version = "0.53.1" 4205source = "registry+https://github.com/rust-lang/crates.io-index" 4206checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4207 4208[[package]] 4209name = "windows_x86_64_msvc" 4210version = "0.48.5" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4213 4214[[package]] 4215name = "windows_x86_64_msvc" 4216version = "0.52.6" 4217source = "registry+https://github.com/rust-lang/crates.io-index" 4218checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4219 4220[[package]] 4221name = "windows_x86_64_msvc" 4222version = "0.53.1" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4225 4226[[package]] 4227name = "winnow" 4228version = "0.7.14" 4229source = "registry+https://github.com/rust-lang/crates.io-index" 4230checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 4231 4232[[package]] 4233name = "wit-bindgen" 4234version = "0.51.0" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4237dependencies = [ 4238 "wit-bindgen-rust-macro", 4239] 4240 4241[[package]] 4242name = "wit-bindgen-core" 4243version = "0.51.0" 4244source = "registry+https://github.com/rust-lang/crates.io-index" 4245checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4246dependencies = [ 4247 "anyhow", 4248 "heck", 4249 "wit-parser", 4250] 4251 4252[[package]] 4253name = "wit-bindgen-rust" 4254version = "0.51.0" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4257dependencies = [ 4258 "anyhow", 4259 "heck", 4260 "indexmap", 4261 "prettyplease", 4262 "syn 2.0.115", 4263 "wasm-metadata", 4264 "wit-bindgen-core", 4265 "wit-component", 4266] 4267 4268[[package]] 4269name = "wit-bindgen-rust-macro" 4270version = "0.51.0" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4273dependencies = [ 4274 "anyhow", 4275 "prettyplease", 4276 "proc-macro2", 4277 "quote", 4278 "syn 2.0.115", 4279 "wit-bindgen-core", 4280 "wit-bindgen-rust", 4281] 4282 4283[[package]] 4284name = "wit-component" 4285version = "0.244.0" 4286source = "registry+https://github.com/rust-lang/crates.io-index" 4287checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4288dependencies = [ 4289 "anyhow", 4290 "bitflags 2.11.0", 4291 "indexmap", 4292 "log", 4293 "serde", 4294 "serde_derive", 4295 "serde_json", 4296 "wasm-encoder", 4297 "wasm-metadata", 4298 "wasmparser", 4299 "wit-parser", 4300] 4301 4302[[package]] 4303name = "wit-parser" 4304version = "0.244.0" 4305source = "registry+https://github.com/rust-lang/crates.io-index" 4306checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4307dependencies = [ 4308 "anyhow", 4309 "id-arena", 4310 "indexmap", 4311 "log", 4312 "semver", 4313 "serde", 4314 "serde_derive", 4315 "serde_json", 4316 "unicode-xid", 4317 "wasmparser", 4318] 4319 4320[[package]] 4321name = "writeable" 4322version = "0.6.2" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 4325 4326[[package]] 4327name = "xattr" 4328version = "1.6.1" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 4331dependencies = [ 4332 "libc", 4333 "rustix 1.1.3", 4334] 4335 4336[[package]] 4337name = "y4m" 4338version = "0.8.0" 4339source = "registry+https://github.com/rust-lang/crates.io-index" 4340checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 4341 4342[[package]] 4343name = "yoke" 4344version = "0.8.1" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 4347dependencies = [ 4348 "stable_deref_trait", 4349 "yoke-derive", 4350 "zerofrom", 4351] 4352 4353[[package]] 4354name = "yoke-derive" 4355version = "0.8.1" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 4358dependencies = [ 4359 "proc-macro2", 4360 "quote", 4361 "syn 2.0.115", 4362 "synstructure", 4363] 4364 4365[[package]] 4366name = "zerocopy" 4367version = "0.8.39" 4368source = "registry+https://github.com/rust-lang/crates.io-index" 4369checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 4370dependencies = [ 4371 "zerocopy-derive", 4372] 4373 4374[[package]] 4375name = "zerocopy-derive" 4376version = "0.8.39" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 4379dependencies = [ 4380 "proc-macro2", 4381 "quote", 4382 "syn 2.0.115", 4383] 4384 4385[[package]] 4386name = "zerofrom" 4387version = "0.1.6" 4388source = "registry+https://github.com/rust-lang/crates.io-index" 4389checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4390dependencies = [ 4391 "zerofrom-derive", 4392] 4393 4394[[package]] 4395name = "zerofrom-derive" 4396version = "0.1.6" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4399dependencies = [ 4400 "proc-macro2", 4401 "quote", 4402 "syn 2.0.115", 4403 "synstructure", 4404] 4405 4406[[package]] 4407name = "zeroize" 4408version = "1.8.2" 4409source = "registry+https://github.com/rust-lang/crates.io-index" 4410checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4411 4412[[package]] 4413name = "zerotrie" 4414version = "0.2.3" 4415source = "registry+https://github.com/rust-lang/crates.io-index" 4416checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 4417dependencies = [ 4418 "displaydoc", 4419 "yoke", 4420 "zerofrom", 4421] 4422 4423[[package]] 4424name = "zerovec" 4425version = "0.11.5" 4426source = "registry+https://github.com/rust-lang/crates.io-index" 4427checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 4428dependencies = [ 4429 "yoke", 4430 "zerofrom", 4431 "zerovec-derive", 4432] 4433 4434[[package]] 4435name = "zerovec-derive" 4436version = "0.11.2" 4437source = "registry+https://github.com/rust-lang/crates.io-index" 4438checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 4439dependencies = [ 4440 "proc-macro2", 4441 "quote", 4442 "syn 2.0.115", 4443] 4444 4445[[package]] 4446name = "zmij" 4447version = "1.0.21" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 4450 4451[[package]] 4452name = "zune-core" 4453version = "0.4.12" 4454source = "registry+https://github.com/rust-lang/crates.io-index" 4455checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 4456 4457[[package]] 4458name = "zune-core" 4459version = "0.5.1" 4460source = "registry+https://github.com/rust-lang/crates.io-index" 4461checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 4462 4463[[package]] 4464name = "zune-jpeg" 4465version = "0.4.21" 4466source = "registry+https://github.com/rust-lang/crates.io-index" 4467checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 4468dependencies = [ 4469 "zune-core 0.4.12", 4470] 4471 4472[[package]] 4473name = "zune-jpeg" 4474version = "0.5.12" 4475source = "registry+https://github.com/rust-lang/crates.io-index" 4476checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" 4477dependencies = [ 4478 "zune-core 0.5.1", 4479]